:root{--ink:#1f1a17;--ink-soft:#342d29;--cream:#f5f0e8;--sand:#d6c4ad;--bone:#ebe4d8;--taupe:#a49382;--chocolate:#4a372b;--gold:#a78d62;--muted:#7b7068;--white:#fffdf9;--line:rgba(31,26,23,.12);--max:1440px;}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"DM Sans",sans-serif;color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}img{width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit}::selection{background:var(--sand);color:var(--ink)}:focus-visible{outline:2px solid var(--gold);outline-offset:4px}.site-header{position:fixed;inset:0 0 auto;z-index:100;height:84px;display:flex;align-items:center;justify-content:space-between;padding:0 4vw;color:#fff;transition:.35s ease}.site-header.scrolled{color:var(--ink);background:rgba(255,253,249,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(31,26,23,.08)}.brand{letter-spacing:.22em;font-size:.86rem;display:flex;gap:.45rem;white-space:nowrap}.brand strong{font-weight:600}.nav{display:flex;align-items:center;gap:1.65rem;font-size:.82rem}.nav a{opacity:.88;position:relative}.nav a:hover,.nav a.active{opacity:1}.nav a.active::after{content:"";position:absolute;left:0;right:0;bottom:-.45rem;height:1px;background:currentColor}.nav-cta{border-bottom:1px solid currentColor;padding-bottom:.2rem}.menu-toggle{display:none;background:none;border:0;width:32px;height:32px;padding:8px 0;color:inherit}.menu-toggle span{display:block;height:1px;background:currentColor;margin:6px 0}h1,h2,.collection-card h3,.about-manifesto blockquote{font-family:"Libre Caslon Display",serif;font-weight:400;letter-spacing:-.035em}.eyebrow{margin:0 0 1.15rem;letter-spacing:.18em;text-transform:uppercase;font-size:.68rem;font-weight:500}.eyebrow.dark{color:var(--muted)}.eyebrow.light{color:rgba(255,255,255,.68)}.section-number{display:inline-block;font-size:.65rem;letter-spacing:.14em;color:var(--muted)}.section-pad{padding:9rem 6vw}.text-link{display:inline-flex;gap:.6rem;align-items:center;border-bottom:1px solid currentColor;padding-bottom:.25rem;font-size:.84rem}.text-link.light{color:#fff}.button{display:inline-flex;justify-content:center;align-items:center;min-height:52px;padding:0 1.5rem;font-size:.83rem;border:0;cursor:pointer;transition:.25s ease}.button-light{background:#fff;color:var(--ink)}.button-light:hover{background:var(--bone)}.button-dark{background:var(--ink);color:#fff}.button-dark:hover{background:var(--chocolate)}.button-full{width:100%}.hero{min-height:100svh;position:relative;display:flex;align-items:flex-end;overflow:hidden;color:#fff}.hero-image{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale(1.03)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(22,16,12,.56),rgba(22,16,12,.08) 60%,rgba(22,16,12,.16))}.hero-content{position:relative;z-index:2;width:min(930px,90vw);padding:0 0 11vh 7vw}.hero h1{font-size:clamp(3.8rem,7.7vw,8.2rem);line-height:.92;margin:0;max-width:950px}.hero-copy{max-width:550px;font-size:1.04rem;line-height:1.7;margin:1.8rem 0 2.3rem;color:rgba(255,255,255,.9)}.hero-actions{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.hero-scroll{position:absolute;right:3.4vw;bottom:8vh;z-index:2;font-size:.6rem;letter-spacing:.22em;writing-mode:vertical-rl}.intro{display:grid;grid-template-columns:.7fr 1.7fr;gap:7vw;max-width:var(--max);margin:auto}.intro h2,.section-heading h2,.editorial-copy h2,.consultancy h2,.showroom-copy h2,.category-intro h2,.category-story h2,.product-story h2,.catalog-cta h2{font-size:clamp(2.7rem,5vw,5.4rem);line-height:1.02;margin:0}.intro-copy{font-size:1.14rem;line-height:1.8;max-width:700px;margin:1.5rem 0 1.8rem;color:#514943}.collections-home{display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:repeat(3,360px);gap:10px;padding:0 10px}.collection-card{position:relative;background-image:var(--bg);background-size:cover;background-position:center;overflow:hidden;color:#fff;min-height:320px}.collection-card::before{content:"";position:absolute;inset:0;background:inherit;background-size:cover;background-position:center;transition:transform .8s cubic-bezier(.2,.7,.2,1)}.collection-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,15,12,.05),rgba(20,15,12,.62))}.collection-card:hover::before{transform:scale(1.035)}.collection-xl{grid-row:1/4}.collection-index{position:absolute;top:1.6rem;left:1.8rem;z-index:2;font-size:.68rem;letter-spacing:.12em}.collection-copy{position:absolute;left:1.8rem;right:1.8rem;bottom:1.8rem;z-index:2}.collection-copy small{font-size:.64rem;letter-spacing:.16em;text-transform:uppercase;opacity:.75}.collection-copy h3{font-size:clamp(2.5rem,4vw,4.7rem);margin:.2rem 0 .7rem}.collection-copy span{font-size:.76rem;border-bottom:1px solid rgba(255,255,255,.7);padding-bottom:.2rem}.products{max-width:var(--max);margin:auto}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:3.5rem}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.1rem}.product-media{position:relative;aspect-ratio:4/5;overflow:hidden;background:var(--cream);display:block}.product-media img{width:100%;height:100%;object-fit:cover;transition:transform .65s ease}.product-card:hover img{transform:scale(1.025)}.product-tag{position:absolute;left:14px;top:14px;background:rgba(255,253,249,.92);padding:.5rem .7rem;font-size:.66rem}.product-arrow{position:absolute;right:14px;bottom:14px;width:35px;height:35px;background:rgba(255,253,249,.92);display:grid;place-items:center;font-size:.72rem;opacity:0;transform:translateY(6px);transition:.25s ease}.product-card:hover .product-arrow{opacity:1;transform:none}.product-info{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding-top:1rem}.product-info h3{margin:0 0 .2rem;font-size:.98rem;font-weight:500}.product-info p{margin:0;color:var(--muted);font-size:.8rem}.product-info>a{font-size:.75rem;border-bottom:1px solid #cfc7bd;white-space:nowrap}.editorial-split{display:grid;grid-template-columns:1.15fr .85fr;min-height:760px;background:var(--cream)}.editorial-image{background-size:cover;background-position:center}.editorial-copy{padding:8vw 6vw;align-self:center}.editorial-copy p:not(.eyebrow){color:#5c524b;line-height:1.85;max-width:530px}.editorial-copy .text-link{margin-top:1.1rem}.editorial-rule{width:55px;height:1px;background:var(--taupe);margin:2rem 0}.microcopy{font-size:.78rem;text-transform:uppercase;letter-spacing:.09em}.materials{max-width:var(--max);margin:auto}.material-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.material-card{padding:1.2rem 0;border-top:1px solid var(--line)}.material-swatch{display:block;width:100%;aspect-ratio:1.35/1;margin-bottom:1rem}.swatch-bone{background:#ebe4d8}.swatch-sand{background:#d6c4ad}.swatch-walnut{background:#6a4a36}.swatch-stone{background:#b8afa3}.material-card strong{font-size:.88rem}.material-card p{font-size:.78rem;color:var(--muted);line-height:1.6}.consultancy{background:var(--white)}.consultancy-panel{max-width:var(--max);margin:auto;padding:5rem 5.5vw;background:var(--chocolate);color:#fff;display:flex;justify-content:space-between;gap:3rem;align-items:end}.consultancy-panel h2{max-width:850px}.consultancy-panel p:not(.eyebrow){max-width:680px;color:rgba(255,255,255,.72);line-height:1.7}.showroom-home{display:grid;grid-template-columns:.9fr 1.1fr;min-height:720px}.showroom-copy{padding:9vw 7vw;align-self:center}.showroom-copy>p:not(.eyebrow){color:var(--muted);line-height:1.85;max-width:520px;margin-bottom:2rem}.showroom-image{background-size:cover;background-position:center}.site-footer{background:#171310;color:#efe8df;padding:5rem 6vw 2rem}.footer-top{display:grid;grid-template-columns:1fr 1.5fr;gap:6vw}.footer-brand{font-size:1.16rem;letter-spacing:.18em}.footer-copy{color:#9b8f85;font-size:.82rem;line-height:1.7;max-width:330px;margin-top:1.2rem}.footer-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-columns>div{display:flex;flex-direction:column;gap:.75rem}.footer-label{font-size:.62rem;text-transform:uppercase;letter-spacing:.14em;color:#75695f;margin-bottom:.35rem}.footer-columns a,.footer-columns span:not(.footer-label){font-size:.8rem;color:#c9bdb2}.footer-bottom{margin-top:5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.14);display:flex;justify-content:space-between;gap:1rem;font-size:.68rem;color:#887c72}.floating-whatsapp{position:fixed;right:22px;bottom:22px;z-index:80;width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;font-size:.68rem;font-weight:600;box-shadow:0 8px 30px rgba(0,0,0,.18)}.category-hero{height:min(84vh,850px);position:relative;color:#fff;display:flex;align-items:flex-end}.category-hero-image{position:absolute;inset:0;background-size:cover;background-position:center}.category-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,15,12,.08),rgba(20,15,12,.6))}.category-hero-content{position:relative;z-index:2;padding:0 7vw 9vh;max-width:950px}.category-hero-content h1{font-size:clamp(4.2rem,9vw,9.5rem);line-height:.9;margin:0}.category-hero-content p:last-child{max-width:620px;line-height:1.7;color:rgba(255,255,255,.88)}.category-intro{max-width:var(--max);margin:auto;display:grid;grid-template-columns:.7fr 1.6fr;gap:8vw}.category-intro p:last-child{max-width:690px;color:var(--muted);line-height:1.8}.lookbook-grid{display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:470px 520px;gap:10px;padding:0 10px}.lookbook-tall{grid-row:1/3;background-size:cover;background-position:center}.lookbook-wide{background-size:cover;background-position:center}.lookbook-copy{background:var(--cream);padding:4rem;display:flex;flex-direction:column;justify-content:center}.lookbook-copy h3{font-family:"Libre Caslon Display",serif;font-size:3.2rem;font-weight:400;margin:1rem 0}.lookbook-copy p{color:var(--muted);line-height:1.8}.tone-row{display:flex;gap:.6rem;margin-top:2rem}.tone{width:34px;height:34px;border-radius:50%;background:var(--tone);border:1px solid rgba(0,0,0,.08)}.category-story{display:grid;grid-template-columns:1.15fr .85fr;min-height:700px;background:var(--cream)}.category-story-image{background-size:cover;background-position:center}.category-story-copy{padding:7vw 6vw;align-self:center}.category-story-copy p:not(.eyebrow){color:var(--muted);line-height:1.8;max-width:520px;margin-bottom:2rem}.catalog-hero{padding-top:11rem}.catalog-hero-inner{max-width:1050px}.catalog-hero h1{font-size:clamp(3.6rem,7vw,7rem);line-height:.95;margin:0 0 2rem}.catalog-hero p{max-width:650px;color:var(--muted);line-height:1.8}.catalog-toolbar{position:sticky;top:84px;z-index:30;background:rgba(255,253,249,.95);backdrop-filter:blur(12px);display:flex;gap:.5rem;flex-wrap:wrap;padding:1rem 6vw;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.filter-btn{background:none;border:1px solid var(--line);padding:.7rem 1rem;cursor:pointer;font-size:.76rem}.filter-btn.active,.filter-btn:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.catalog-products{padding:4rem 6vw 9rem}.product-grid-catalog{grid-template-columns:repeat(4,1fr)}.catalog-cta{display:flex;justify-content:space-between;align-items:end;gap:3rem;background:var(--cream)}.product-detail{padding:7rem 3vw 0;display:grid;grid-template-columns:1.45fr .55fr;gap:3vw;max-width:1700px;margin:auto}.product-gallery{display:grid;grid-template-columns:1fr 1fr;gap:10px}.product-gallery-main{grid-column:1/3}.product-gallery-main img{width:100%;height:min(82vh,900px);object-fit:cover}.product-gallery-secondary{height:520px;background-size:cover;background-position:center}.product-summary{position:sticky;top:115px;align-self:start;padding:3rem 1vw 4rem}.product-summary h1{font-size:clamp(3.5rem,5.3vw,6.4rem);line-height:.9;margin:0}.product-type{color:var(--muted);margin:.8rem 0 2rem}.product-description{line-height:1.8;color:#574f49}.product-option{margin:2.5rem 0 2rem;padding-top:1.5rem;border-top:1px solid var(--line)}.product-option>span{font-size:.67rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.finish-row{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:1rem}.finish-chip{border:1px solid var(--line);background:#fff;padding:.7rem 1rem;font-size:.73rem;cursor:pointer}.finish-chip.selected,.finish-chip:hover{border-color:var(--ink);background:var(--cream)}.product-spec-mini{border-top:1px solid var(--line);margin-bottom:2rem}.product-spec-mini>div{padding:1rem 0;border-bottom:1px solid var(--line);display:grid;gap:.4rem}.product-spec-mini span{font-size:.65rem;text-transform:uppercase;letter-spacing:.11em;color:var(--muted)}.product-spec-mini strong{font-size:.82rem;font-weight:500;line-height:1.55}.product-note{font-size:.68rem;line-height:1.6;color:var(--muted)}.product-story{display:grid;grid-template-columns:.8fr 1.2fr;gap:7vw;align-items:center;max-width:var(--max);margin:auto}.product-story-copy p:not(.eyebrow){color:var(--muted);line-height:1.85}.product-story-image{min-height:660px;background-size:cover;background-position:center}.specs{max-width:1100px;margin:auto}.accordion{border-top:1px solid var(--line)}.accordion-title{width:100%;background:none;border:0;border-bottom:1px solid var(--line);padding:1.4rem 0;display:flex;justify-content:space-between;cursor:pointer;text-align:left}.accordion-content{max-height:0;overflow:hidden;transition:max-height .35s ease}.accordion-content.open{max-height:220px}.accordion-content p{padding:0 0 1.5rem;margin:0;color:var(--muted);line-height:1.8}.related-products{max-width:var(--max)}.showroom-hero{min-height:92vh;position:relative;color:#fff;display:flex;align-items:flex-end}.showroom-hero-image{position:absolute;inset:0;background-size:cover;background-position:center}.showroom-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,15,12,.58),rgba(20,15,12,.12))}.showroom-hero-content{position:relative;z-index:2;padding:0 7vw 10vh;max-width:860px}.showroom-hero h1{font-size:clamp(4rem,7vw,7.4rem);line-height:.95;margin:0}.showroom-hero p:last-of-type{line-height:1.8;max-width:580px;color:rgba(255,255,255,.86);margin:1.5rem 0 2rem}.showroom-experience{max-width:var(--max);margin:auto}.experience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.experience-grid article{border-top:1px solid var(--line);padding-top:1.5rem}.experience-grid span{font-size:.66rem;color:var(--muted)}.experience-grid h3{font-family:"Libre Caslon Display",serif;font-size:2.4rem;font-weight:400;margin:.8rem 0}.experience-grid p{color:var(--muted);line-height:1.75}.showroom-gallery{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:10px;padding:0 10px}.showroom-gallery>div{height:620px;background-size:cover;background-position:center}.visit-panel{max-width:var(--max);margin:auto;background:var(--chocolate);color:#fff;padding:5rem 5vw;display:flex;justify-content:space-between;gap:3rem;align-items:end}.visit-panel h2{font-family:"Libre Caslon Display",serif;font-size:clamp(3rem,5vw,5rem);font-weight:400;margin:0}.visit-meta{display:flex;gap:3rem;flex-wrap:wrap;margin-top:2.5rem}.visit-meta div{display:flex;flex-direction:column;gap:.45rem;max-width:260px}.visit-meta span{font-size:.62rem;text-transform:uppercase;letter-spacing:.13em;color:rgba(255,255,255,.55)}.visit-meta strong{font-size:.8rem;font-weight:500}.about-hero{padding-top:84px;display:grid;grid-template-columns:.8fr 1.2fr;min-height:86vh}.about-hero-copy{padding:9vw 6vw;align-self:center}.about-hero-copy h1{font-size:clamp(3.8rem,6vw,6.8rem);line-height:.95;margin:0}.about-hero-copy p:last-child{color:var(--muted);line-height:1.8;max-width:540px}.about-hero-image{background-size:cover;background-position:center}.about-manifesto{max-width:1100px;margin:auto;text-align:center}.about-manifesto blockquote{font-size:clamp(3.3rem,6vw,6.5rem);line-height:1;margin:2rem 0}.about-manifesto p{max-width:700px;margin:auto;color:var(--muted);line-height:1.85}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.values-grid article{padding:4rem 3vw;border-right:1px solid var(--line)}.values-grid article:last-child{border-right:0}.values-grid span{font-size:.66rem;color:var(--muted)}.values-grid h3{font-family:"Libre Caslon Display",serif;font-size:2.4rem;font-weight:400;margin:1rem 0}.values-grid p{color:var(--muted);line-height:1.75}.about-editorial{margin-top:8rem}.reveal{opacity:0;transform:translateY(22px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}@media(max-width:1100px){.product-grid,.product-grid-catalog{grid-template-columns:repeat(2,1fr)}.product-detail{grid-template-columns:1fr}.product-summary{position:static;padding:3rem 2vw 6rem}.showroom-gallery{grid-template-columns:1fr 1fr}.showroom-gallery>div:first-child{grid-column:1/3}.values-grid{grid-template-columns:1fr 1fr}.values-grid article:nth-child(2){border-right:0}.values-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}}@media(max-width:900px){.site-header{height:72px}.menu-toggle{display:block}.nav{position:fixed;top:0;left:0;right:0;height:100svh;background:var(--white);color:var(--ink);padding:7rem 7vw 3rem;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1.6rem;font-size:1.15rem;transform:translateY(-105%);transition:.35s ease}.nav.open{transform:none}.nav a.active::after{bottom:-.25rem}.menu-toggle{z-index:120}.hero-content{padding-left:6vw}.hero-scroll{display:none}.section-pad{padding:6rem 6vw}.intro,.category-intro{grid-template-columns:1fr}.collections-home{grid-template-columns:1fr;grid-template-rows:repeat(4,500px)}.collection-xl{grid-row:auto}.editorial-split,.showroom-home,.category-story,.about-hero{grid-template-columns:1fr}.editorial-image,.showroom-image,.category-story-image,.about-hero-image{min-height:560px}.lookbook-grid{grid-template-columns:1fr;grid-template-rows:520px auto 500px}.lookbook-tall{grid-row:auto}.lookbook-copy{padding:4rem 6vw}.product-story{grid-template-columns:1fr}.product-story-image{min-height:520px}.consultancy-panel,.visit-panel{align-items:flex-start;flex-direction:column}.experience-grid{grid-template-columns:1fr}.showroom-gallery{grid-template-columns:1fr}.showroom-gallery>div,.showroom-gallery>div:first-child{grid-column:auto;height:500px}.footer-top{grid-template-columns:1fr}.about-hero{padding-top:72px}.about-hero-copy{padding:6rem 6vw}}@media(max-width:620px){.hero h1{font-size:3.7rem}.hero-copy{font-size:.94rem}.section-heading{align-items:flex-start;flex-direction:column}.product-grid,.product-grid-catalog{grid-template-columns:1fr}.collections-home{grid-template-rows:repeat(4,420px)}.editorial-image,.showroom-image,.category-story-image,.about-hero-image{min-height:430px}.editorial-copy,.showroom-copy,.category-story-copy{padding:5rem 6vw}.material-grid{grid-template-columns:1fr 1fr}.catalog-toolbar{top:72px;overflow-x:auto;flex-wrap:nowrap}.filter-btn{white-space:nowrap}.product-gallery{grid-template-columns:1fr}.product-gallery-main{grid-column:auto}.product-gallery-main img{height:560px}.product-gallery-secondary{height:380px}.product-summary{padding-left:3vw;padding-right:3vw}.values-grid{grid-template-columns:1fr}.values-grid article{border-right:0!important;border-bottom:1px solid var(--line)}.values-grid article:last-child{border-bottom:0}.footer-columns{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column}.visit-meta{flex-direction:column;gap:1.4rem}}