:root{--cream:#f5efe8;--sand:#eee4d7;--ink:#171512;--gold:#b88a35;--bronze:#8d682a;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--cream);color:var(--ink);font-family:Inter,sans-serif;overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.container{width:min(1540px,calc(100% - 40px));margin:auto}.header{position:fixed;z-index:50;inset:0 0 auto;background:rgba(245,239,232,.9);backdrop-filter:blur(15px);transition:.4s}.header.scrolled{box-shadow:0 4px 25px rgba(0,0,0,.08)}.nav-wrap{height:88px;display:flex;align-items:center;justify-content:space-between}.brand img{width:190px;height:65px;object-fit:cover;mix-blend-mode:multiply}.desktop-nav{display:flex;gap:40px}.desktop-nav a{font-size:14px;font-weight:500;color:rgba(23,21,18,.75);transition:.25s}.desktop-nav a:hover{color:var(--gold)}.nav-actions{display:flex;gap:8px}.icon-btn{width:44px;height:44px;border:1px solid rgba(23,21,18,.15);border-radius:50%;background:transparent;display:grid;place-items:center;position:relative}.cart small{position:absolute;right:1px;top:1px;background:var(--gold);color:#fff;border-radius:20px;min-width:16px;height:16px;font-size:10px;display:grid;place-items:center}.menu-btn{display:none}.menu-btn span{display:block;width:18px;height:1px;background:#171512;margin:2px}.mobile-nav{display:none}.hero{position:relative;min-height:100vh;padding-top:88px;overflow:hidden;background:#171512}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(16,14,11,.82),rgba(16,14,11,.44) 45%,rgba(16,14,11,.08) 78%)}.grain:after{content:"";position:absolute;inset:0;pointer-events:none;opacity:.06;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E")}.hero-inner{position:relative;z-index:2;min-height:calc(100vh - 88px);display:flex;align-items:center;padding-top:50px;padding-bottom:80px}.hero-content{max-width:800px;color:#fff}.eyebrow,.kicker{text-transform:uppercase;letter-spacing:.3em;font-size:12px;font-weight:600}.eyebrow{display:flex;align-items:center;gap:12px;color:rgba(255,255,255,.8)}.eyebrow span{width:48px;height:1px;background:var(--gold)}.eyebrow em{font-style:normal}.hero h1,.section h2,footer h2{font-family:"Cormorant Garamond",serif}.hero h1{font-size:clamp(54px,6vw,92px);line-height:.94;margin:20px 0 0;font-weight:600}.hero-text{max-width:680px;font-size:18px;line-height:1.65;color:rgba(255,255,255,.82);margin-top:28px}.hero-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:35px}.btn{padding:17px 28px;font-size:14px;font-weight:600;border:1px solid transparent;transition:.3s}.btn.gold{background:var(--gold);color:#fff}.btn.gold:hover{background:var(--bronze)}.btn.outline{border-color:rgba(255,255,255,.5)}.btn.outline:hover{background:#fff;color:#171512}.slider-dots{position:absolute;z-index:3;bottom:32px;left:max(20px,calc((100vw - 1540px)/2));display:flex;gap:8px}.slider-dots button{border:0;height:3px;width:32px;background:rgba(255,255,255,.4);padding:0;transition:.3s}.slider-dots button.active{width:56px;background:var(--gold)}.discover{position:absolute;right:max(20px,calc((100vw - 1540px)/2));bottom:28px;z-index:3;color:rgba(255,255,255,.8);font-size:11px;letter-spacing:.25em;text-transform:uppercase}.section{padding:120px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:50px}.section-head>p{max-width:430px;color:rgba(23,21,18,.6);line-height:1.8;font-size:14px}.kicker{color:var(--gold);margin:0}.section h2,footer h2{font-size:clamp(46px,5vw,66px);line-height:1;margin:15px 0 0;font-weight:600}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:55px}.product-card{background:#fff;box-shadow:0 18px 45px rgba(24,20,14,.08);overflow:hidden}.product-image{aspect-ratio:4/5;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:.7s}.product-card:hover .product-image img{transform:scale(1.04)}.product-info{padding:24px;display:flex;justify-content:space-between;align-items:end}.product-info small{text-transform:uppercase;letter-spacing:.18em;color:rgba(23,21,18,.45);font-size:10px}.product-info h3,.feature h3{font-family:"Cormorant Garamond",serif;font-size:31px;margin:7px 0}.product-info strong{font-size:14px;color:var(--gold)}.product-info button{width:48px;height:48px;border-radius:50%;border:1px solid rgba(23,21,18,.15);background:transparent;font-size:20px;transition:.3s}.product-card:hover button{background:var(--gold);color:#fff;border-color:var(--gold)}.dark{background:var(--ink);color:#fff}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px}.about-image{position:relative;min-height:550px;overflow:hidden}.about-image img{position:absolute;width:100%;height:100%;object-fit:cover}.about-image:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent,rgba(0,0,0,.35))}.image-caption{position:absolute;z-index:2;bottom:24px;left:24px;padding:16px 20px;border:1px solid rgba(255,255,255,.3);background:rgba(0,0,0,.25);backdrop-filter:blur(8px);font-family:"Cormorant Garamond",serif;font-size:25px}.about-copy{display:flex;flex-direction:column;justify-content:center}.about-copy p:not(.kicker){color:rgba(255,255,255,.66);line-height:1.9;max-width:620px}.text-link{color:var(--gold);border-bottom:1px solid var(--gold);padding-bottom:8px;width:max-content;margin-top:20px;font-size:14px}.features{background:var(--sand);padding:75px 0}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(23,21,18,.1)}.feature{background:var(--sand);padding:38px}.feature>span{color:var(--gold);font-size:25px}.feature p{font-size:14px;line-height:1.8;color:rgba(23,21,18,.6)}.materials-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}.materials-copy>p:not(.kicker){line-height:1.9;color:rgba(23,21,18,.6);max-width:550px}.materials-copy ul{list-style:none;padding:0;margin-top:30px}.materials-copy li{margin:16px 0;font-size:14px;font-weight:500}.materials-copy li:before{content:"✓";display:inline-grid;place-items:center;width:24px;height:24px;border-radius:50%;background:var(--gold);color:#fff;margin-right:12px}.material-images{display:grid;grid-template-columns:1fr 1fr;gap:16px}.material-images>div{aspect-ratio:4/5;overflow:hidden}.material-images>div:nth-child(2){margin-top:56px}.material-images img{width:100%;height:100%;object-fit:cover}.marquee{overflow:hidden;background:#fff;border-top:1px solid rgba(23,21,18,.1);border-bottom:1px solid rgba(23,21,18,.1);padding:20px 0}.marquee div{white-space:nowrap;width:max-content;font-size:11px;font-weight:600;letter-spacing:.28em;color:rgba(23,21,18,.45);animation:marquee 22s linear infinite}@keyframes marquee{to{transform:translateX(-50%)}}footer{background:var(--ink);color:#fff;padding:85px 0 25px}.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .7fr;gap:60px}.footer-grid h2{max-width:650px;font-size:55px}.footer-grid h4{margin:0 0 20px}.footer-grid>div:nth-child(n+2){display:flex;flex-direction:column;gap:13px}.footer-grid>div:nth-child(n+2) a,.footer-grid>div:nth-child(n+2) span{color:rgba(255,255,255,.6);font-size:14px}.email{display:inline-block;margin-top:30px;color:var(--gold);border-bottom:1px solid var(--gold);padding-bottom:8px}.footer-bottom{margin-top:65px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;color:rgba(255,255,255,.4);font-size:12px}.footer-bottom div{display:flex;gap:20px}.reveal{opacity:1}@media(max-width:900px){.desktop-nav{display:none}.menu-btn{display:grid}.mobile-nav{display:flex;max-height:0;overflow:hidden;flex-direction:column;background:var(--cream);transition:.4s;padding:0 20px}.mobile-nav.open{max-height:300px;padding-bottom:18px;border-top:1px solid rgba(0,0,0,.1)}.mobile-nav a{padding:15px 5px;border-bottom:1px solid rgba(0,0,0,.08)}.product-grid,.feature-grid{grid-template-columns:1fr}.about-grid,.materials-grid{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.about-image{min-height:480px}.section{padding:90px 0}.discover{display:none}}@media(max-width:600px){.container{width:min(100% - 30px,1540px)}.brand img{width:155px;height:55px}.nav-wrap{height:76px}.hero{padding-top:76px}.hero-inner{min-height:calc(100vh - 76px);align-items:flex-end;padding-bottom:105px}.hero-bg{object-position:center}.hero-overlay{background:linear-gradient(0deg,rgba(16,14,11,.88),rgba(16,14,11,.12) 70%)}.hero h1{font-size:50px}.hero-text{font-size:15px}.btn{width:100%;text-align:center}.slider-dots{left:15px}.product-grid{gap:20px}.about-image{min-height:420px}.material-images{gap:10px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{flex-direction:column}.footer-grid h2{font-size:45px}.section h2{font-size:48px}}
