
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,400;6..96,500;6..96,600&family=Manrope:wght@400;500;600;700&display=swap');
:root{--ivory:#f8f1ea;--cream:#fffaf5;--blush:#ead8d2;--rose:#c99e98;--burg:#4a2028;--espresso:#3c2b27;--olive:#7c8065;--gold:#c8a46a;--line:#e7d9d2;--white:#fffaf5}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--espresso);font-family:Manrope,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}
.announcement{background:var(--burg);color:var(--white);text-align:center;padding:9px 16px;font-size:9px;letter-spacing:.24em;font-weight:700}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,250,245,.95);backdrop-filter:blur(12px);border-bottom:1px solid rgba(74,32,40,.08);transition:.35s}
.nav{height:84px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;max-width:1500px;margin:auto;padding:0 4vw}.nav-links{display:flex;gap:28px;align-items:center}.nav-links a{font-size:10px;letter-spacing:.12em;text-transform:uppercase;font-weight:600}.nav-links a:hover{color:var(--burg)}
.logo{width:172px;max-height:68px;object-fit:contain}.nav-actions{text-align:right;display:flex;justify-content:flex-end;gap:16px}.nav-actions button{border:0;background:none;font-size:19px;cursor:pointer;color:var(--burg)}.cart-count{font-size:9px;vertical-align:top;margin-left:-5px}
.hero{position:relative;height:min(760px,calc(100vh - 120px));min-height:600px;overflow:hidden}.hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;animation:heroIn 1.2s ease-out both}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,250,245,.12),rgba(255,250,245,0) 55%,rgba(74,32,40,.08))}
.hero-copy{position:absolute;z-index:2;left:7vw;top:50%;transform:translateY(-50%);max-width:510px;color:var(--burg)}.eyebrow{font-size:10px;letter-spacing:.32em;font-weight:700}.hero h1{font:400 clamp(62px,7vw,110px)/.9 'Bodoni Moda',serif;letter-spacing:-.05em;margin:16px 0 22px}.hero h1 em{font-style:italic}.hero p{font-size:14px;line-height:1.8;max-width:410px}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--burg);color:var(--white);border-radius:999px;padding:15px 23px;font-size:9px;letter-spacing:.16em;font-weight:700;transition:.3s;position:relative;overflow:hidden}.btn:hover{transform:translateY(-2px);box-shadow:0 15px 35px rgba(74,32,40,.18)}.btn:after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,transparent,rgba(255,255,255,.25),transparent);transform:translateX(-120%);transition:.6s}.btn:hover:after{transform:translateX(120%)}
.hero-note{font-size:8px;letter-spacing:.2em;margin-top:16px;font-weight:700}.hero-bead{position:absolute;z-index:3;border-radius:50%;background:var(--gold);box-shadow:0 0 0 5px rgba(200,164,106,.12);animation:float 6s ease-in-out infinite}.b1{width:8px;height:8px;right:16%;top:20%}.b2{width:5px;height:5px;left:45%;top:18%;animation-delay:-2s}.b3{width:7px;height:7px;right:25%;bottom:17%;animation-delay:-4s}
.marquee{background:var(--ivory);border-bottom:1px solid var(--line);overflow:hidden;white-space:nowrap}.marquee-track{display:inline-block;padding:13px 0;font-size:8px;letter-spacing:.3em;font-weight:700;animation:marquee 25s linear infinite;min-width:max-content}
.section{padding:72px 5vw}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:26px}.section-head h2{font:400 34px/1 'Bodoni Moda',serif;color:var(--burg);margin:0}.section-head p{font-size:11px;color:#7c6961;margin:0}.view{font-size:9px;letter-spacing:.15em;text-transform:uppercase;font-weight:700;color:var(--burg)}
.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.category{background:var(--ivory);border:1px solid var(--line);overflow:hidden;transition:.35s}.category:hover{transform:translateY(-7px);box-shadow:0 18px 35px rgba(74,32,40,.08)}.category img{width:100%;aspect-ratio:1/1.05;object-fit:cover;display:block;transition:.5s}.category:hover img{transform:scale(1.035)}.category-copy{padding:15px 13px 18px}.category h3{font:400 17px 'Bodoni Moda',serif;margin:0;color:var(--burg)}.category small{font-size:7px;letter-spacing:.2em;color:#866e65}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{position:relative}.product-image{position:relative;background:var(--ivory);overflow:hidden}.product-image img{width:100%;aspect-ratio:1/1.12;object-fit:cover;display:block;transition:.5s}.product-card:hover .product-image img{transform:scale(1.04)}.heart{position:absolute;right:12px;top:12px;width:30px;height:30px;border-radius:50%;background:rgba(255,250,245,.9);display:grid;place-items:center;color:var(--burg);font-size:17px;z-index:2}.badge{position:absolute;left:12px;top:12px;background:var(--burg);color:var(--white);padding:6px 9px;border-radius:999px;font-size:7px;letter-spacing:.12em;font-weight:700;z-index:2}.quick{position:absolute;left:12px;right:12px;bottom:12px;background:var(--white);color:var(--burg);padding:12px;text-align:center;font-size:8px;letter-spacing:.16em;font-weight:700;opacity:0;transform:translateY(8px);transition:.3s}.product-card:hover .quick{opacity:1;transform:none}.product-card h3{font:400 16px 'Bodoni Moda',serif;color:var(--burg);margin:12px 0 4px}.price{font-size:11px;font-weight:700}.sub{font-size:9px;color:#806c64;margin-top:4px}
.story{display:grid;grid-template-columns:1.1fr .9fr;background:var(--blush);margin:0 5vw;overflow:hidden}.story-media{min-height:470px;position:relative}.story-media img{width:100%;height:100%;object-fit:cover;display:block}.play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:65px;height:65px;border:1px solid white;border-radius:50%;display:grid;place-items:center;color:white;background:rgba(74,32,40,.15);backdrop-filter:blur(3px)}.play:after{content:"";border-left:10px solid white;border-top:6px solid transparent;border-bottom:6px solid transparent;margin-left:3px}.story-copy{padding:65px;display:flex;flex-direction:column;justify-content:center}.story-copy .eyebrow{color:var(--burg)}.story-copy h2{font:400 43px/1.05 'Bodoni Moda',serif;color:var(--burg);margin:14px 0}.story-copy p{font-size:12px;line-height:1.9;color:#6e5952;max-width:470px}.story-quote{font:italic 19px 'Bodoni Moda',serif;color:#8c5758;margin:20px 0 26px}
.color-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.color-card{height:145px;position:relative;overflow:hidden}.color-card:before{content:"";position:absolute;inset:0;background:linear-gradient(transparent 35%,rgba(40,20,20,.6));z-index:1}.color-card img{width:100%;height:100%;object-fit:cover;transition:.5s}.color-card:hover img{transform:scale(1.08)}.color-card span{position:absolute;z-index:2;left:15px;bottom:13px;color:white;font:400 18px 'Bodoni Moda',serif}
.editorial{background:var(--burg);color:var(--white);display:grid;grid-template-columns:1fr 1fr;align-items:center}.editorial img{width:100%;height:460px;object-fit:cover;opacity:.88}.editorial-copy{padding:65px}.editorial-copy h2{font:400 46px/1.05 'Bodoni Moda',serif;margin:10px 0 18px}.editorial-copy p{font-size:12px;line-height:1.9;color:#ead8d2}.editorial .btn{background:var(--white);color:var(--burg)}
.newsletter{background:var(--ivory);padding:78px 20px;text-align:center;border-top:1px solid var(--line)}.newsletter h2{font:400 39px 'Bodoni Moda',serif;color:var(--burg);margin:12px 0}.newsletter p{font-size:11px;color:#79655e}.newsletter form{max-width:520px;margin:25px auto 0;display:flex;border-bottom:1px solid var(--burg)}.newsletter input{flex:1;border:0;background:transparent;padding:13px 4px;outline:none;font-size:11px}.newsletter button{border:0;background:none;color:var(--burg);font-size:9px;letter-spacing:.15em;font-weight:700}
.footer{background:var(--burg);color:var(--white);position:relative;overflow:hidden}.footer:after{content:"";position:absolute;width:430px;height:430px;border:1px solid rgba(200,164,106,.18);border-radius:50%;right:-210px;top:-200px;animation:spin 24s linear infinite}.footer-top{text-align:center;padding:75px 20px 65px;border-bottom:1px solid rgba(255,255,255,.13);position:relative;z-index:1}.footer-top .eyebrow{color:#d8bd85}.footer-top h2{font:400 46px/1.05 'Bodoni Moda',serif;margin:14px auto;max-width:800px}.footer-top p{font-size:11px;line-height:1.8;color:#ead8d2;max-width:560px;margin:auto}.footer-main{max-width:1400px;margin:auto;padding:60px 5vw 35px;display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:45px;position:relative;z-index:1}.footer-brand img{width:165px;max-height:95px;object-fit:contain;filter:brightness(0) invert(1);margin-bottom:15px}.footer-brand h3{font:400 28px 'Bodoni Moda',serif;margin:0 0 8px}.footer-brand p{font-size:10px;line-height:1.9;color:#ead8d2;max-width:360px}.footer-col h4{font-size:8px;letter-spacing:.22em;color:#d8bd85;margin:0 0 20px}.footer-col a{display:block;font-size:10px;margin:12px 0;transition:.25s}.footer-col a:hover{color:#d8bd85;transform:translateX(4px)}.footer-social{display:flex;gap:8px;margin-top:18px}.footer-social a{width:32px;height:32px;border:1px solid rgba(255,255,255,.3);border-radius:50%;display:grid;place-items:center;font-size:9px}.footer-bottom{max-width:1400px;margin:auto;padding:20px 5vw 28px;border-top:1px solid rgba(255,255,255,.13);display:flex;justify-content:space-between;font-size:8px;letter-spacing:.1em;color:#cdbab3;position:relative;z-index:1}
.reveal{opacity:0;transform:translateY(25px);transition:.8s cubic-bezier(.22,.61,.36,1)}.reveal.visible{opacity:1;transform:none}
@keyframes heroIn{from{transform:scale(1.05)}to{transform:scale(1)}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes marquee{to{transform:translateX(-50%)}}@keyframes spin{to{transform:rotate(360deg)}}
@media(max-width:1000px){.nav{grid-template-columns:auto 1fr auto}.nav-links{display:none}.logo{justify-self:center}.category-grid{grid-template-columns:repeat(3,1fr)}.color-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.story,.editorial{grid-template-columns:1fr}.story-copy,.editorial-copy{padding:42px}.footer-main{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.announcement{font-size:7px}.nav{height:70px;padding:0 18px}.logo{width:130px}.hero{height:650px;min-height:650px}.hero img{object-position:58% center}.hero-copy{left:24px;right:24px;top:auto;bottom:48px}.hero h1{font-size:56px}.hero p{font-size:12px}.section{padding:50px 18px}.section-head{display:block}.section-head h2{font-size:28px;margin-bottom:8px}.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-card h3{font-size:14px}.color-grid{grid-template-columns:repeat(2,1fr)}.story{margin:0 18px}.story-media{min-height:330px}.story-copy h2,.editorial-copy h2{font-size:34px}.story-copy,.editorial-copy{padding:34px 24px}.editorial img{height:330px}.footer-main{grid-template-columns:1fr}.footer-top h2{font-size:35px}.footer-bottom{display:block;line-height:1.8}.footer-bottom span{display:block;margin-top:5px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}
