:root{
  --ink:#171612;
  --paper:#f4f1eb;
  --paper-2:#ebe5db;
  --warm:#8b7669;
  --brown:#3f2a1c;
  --gold:#d9b473;
  --line:rgba(23,22,18,.18);
  --header-h:72px;
  --container:min(1320px,calc(100vw - 64px));
  --serif:Georgia,"Times New Roman",serif;
  --sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--paper)}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.55;overflow-x:hidden}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input{font:inherit}
button{color:inherit}
.container{width:var(--container);margin-inline:auto}
.section{padding:120px 0}
.section--tight{padding-top:72px}
.section--dark{background:#17140f;color:#f1e9db}
.section--muted{background:#e7e0d6}
.eyebrow{font-size:12px;letter-spacing:.22em;font-weight:650;text-transform:uppercase;margin-bottom:22px}
.eyebrow--light{color:#d4c0a0}
.display-title,.section-title{font-family:var(--serif);font-weight:400;letter-spacing:-.035em;margin:0}
.display-title{font-size:clamp(48px,6.8vw,112px);line-height:.95}
.section-title{font-size:clamp(42px,5vw,76px);line-height:1.01}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 28px;border:0;background:#8a7467;color:#fff;font-size:12px;font-weight:700;letter-spacing:.06em;cursor:pointer;transition:transform .25s ease,background .25s ease,color .25s ease,border-color .25s ease}
.button:hover{transform:translateY(-2px);background:#6f5a4f}
.button--header{min-height:42px;padding-inline:24px}
.button--dark{background:#191713;color:#fff}
.button--dark:hover{background:#332d25}
.button--gold{background:var(--gold);color:#17130d}
.button--gold:hover{background:#e4c78d}
.button--outline{background:transparent;color:var(--ink);border:1px solid var(--ink)}
.button--outline:hover{background:var(--ink);color:#fff}
.scroll-progress{position:fixed;left:0;right:0;top:0;height:2px;z-index:1000;pointer-events:none}
.scroll-progress span{display:block;height:100%;width:0;background:#d3b684}

.site-header{height:var(--header-h);position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(8,8,7,.97);color:#f1eadf;transition:transform .35s ease,background .35s ease}
.site-header.is-hidden{transform:translateY(-100%)}
.site-header.is-scrolled{background:rgba(8,8,7,.91);backdrop-filter:blur(12px)}
.header-inner{height:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:min(1470px,calc(100vw - 40px));margin:auto;gap:24px}
.desktop-nav{display:flex;gap:32px;align-items:center}
.desktop-nav a{font-size:13px;letter-spacing:.02em;position:relative;white-space:nowrap}
.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:1px;background:#eee5d8;transition:right .25s ease}
.desktop-nav a:hover:after{right:0}
.brand-logo img{width:240px;height:auto;max-height:48px;object-fit:contain}
.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:18px}
.header-phone{font-weight:600;white-space:nowrap;font-size:14px}
.icon-link{width:22px;height:22px;display:grid;place-items:center}
.icon-link svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.6}
.menu-toggle,.mobile-menu{display:none}

.hero{height:min(960px,100svh);min-height:780px;position:relative;display:flex;align-items:center;color:#f8f2e9;overflow:hidden;background:#24231f}
.hero-slider{position:absolute;inset:0}
.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity 1.15s cubic-bezier(.22,.61,.36,1),visibility 1.15s step-end}
.hero-slide.is-active{opacity:1;visibility:visible;transition:opacity 1.15s cubic-bezier(.22,.61,.36,1),visibility 0s}
.hero-media{position:absolute;inset:-4%;will-change:transform}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center center;transform:scale(1.08);transition:transform 6.5s cubic-bezier(.2,.8,.2,1)}
.hero-slide.is-active .hero-media img{transform:scale(1.02)}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,7,6,.78) 0%,rgba(7,7,6,.48) 40%,rgba(7,7,6,.3) 100%),linear-gradient(180deg,rgba(7,7,6,.18) 0%,rgba(7,7,6,.08) 42%,rgba(7,7,6,.54) 100%)}
.hero-content{position:relative;z-index:2;padding-top:54px;padding-bottom:128px}
.hero-origin{display:flex;align-items:center;gap:12px;margin-bottom:28px}
.hero-origin > span{font-size:15px;text-transform:uppercase;letter-spacing:.16em;white-space:nowrap}
.hero-flag{display:inline-grid;grid-template-columns:repeat(3,1fr);width:58px;height:9px;border-radius:999px;overflow:hidden;box-shadow:0 0 0 1px rgba(255,255,255,.12)}
.hero-flag i:nth-child(1){background:#1c4da1}.hero-flag i:nth-child(2){background:#f0efec}.hero-flag i:nth-child(3){background:#da2f37}
.hero h1{font-family:var(--serif);font-size:clamp(58px,5.4vw,86px);font-weight:400;line-height:.9;letter-spacing:-.035em;margin:0;max-width:960px;text-wrap:balance;text-shadow:0 2px 20px rgba(0,0,0,.12)}
.hero-subtitle{font-family:var(--serif);font-size:clamp(34px,4vw,60px);font-weight:400;line-height:.98;letter-spacing:-.025em;margin:18px 0 0;max-width:980px;text-shadow:0 2px 18px rgba(0,0,0,.16)}
.hero-tags{display:grid;gap:8px;margin-top:34px;font-size:17px;line-height:1.35;letter-spacing:.02em}
.hero-tags span{display:block}
.hero-nav{position:absolute;right:48px;bottom:178px;z-index:6;display:flex;align-items:center;justify-content:flex-end;gap:16px}
.hero-dots{display:flex;gap:10px}
.hero-dot{width:42px;height:4px;border:0;border-radius:999px;background:rgba(255,255,255,.28);cursor:pointer;transition:background .25s ease,transform .25s ease}
.hero-dot:hover{transform:scaleX(1.06)}
.hero-dot.is-active{background:#f0e6d8}
.hero-arrow{width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.45);background:rgba(8,8,7,.24);display:grid;place-items:center;font-size:28px;line-height:1;cursor:pointer;transition:background .25s ease,border-color .25s ease,transform .25s ease}
.hero-arrow:hover{background:rgba(8,8,7,.42);border-color:rgba(255,255,255,.68);transform:translateY(-1px)}
.hero-scroll{position:absolute;right:20px;bottom:92px;z-index:3;display:flex;align-items:center;gap:14px;font-size:10px;letter-spacing:.2em;writing-mode:vertical-rl}
.hero-scroll i{display:block;width:1px;height:44px;background:rgba(255,255,255,.7)}

.feature-strip{position:relative;z-index:5;margin-top:-132px;padding:0 0 28px}
.feature-panel{position:relative}
.feature-track{position:relative;display:grid;grid-template-columns:repeat(3,1fr);background:linear-gradient(180deg,rgba(109,101,93,.48) 0%,rgba(87,81,76,.76) 38%,rgba(67,62,58,.92) 100%);color:#f3ebdf;border:1px solid rgba(255,255,255,.14);border-radius:32px;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);box-shadow:0 28px 90px rgba(10,9,8,.30), inset 0 1px 0 rgba(255,255,255,.08);overflow:hidden}
.feature-track:before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.38),rgba(255,255,255,0));pointer-events:none}
.feature-item{padding:34px 36px;position:relative;display:grid;grid-template-columns:78px 1fr;align-items:center;gap:20px;min-height:148px;transition:background .28s ease,transform .28s ease}
.feature-item:not(:last-child){border-right:1px solid rgba(255,255,255,.14)}
.feature-item:hover{background:rgba(255,255,255,.035)}
.feature-item strong{font-family:var(--serif);font-size:21px;font-weight:400;display:block;margin-bottom:9px;line-height:1.15;letter-spacing:-.018em}
.feature-item p{margin:0;color:rgba(243,235,223,.86);font-size:13.5px;line-height:1.62}
.feature-mark{position:static;width:78px;height:78px;border-radius:22px;border:1px solid rgba(255,255,255,.11);display:grid;place-items:center;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.feature-mark--custom{padding:10px}
.feature-icon-img{display:block;max-width:100%;max-height:100%;width:54px;height:54px;object-fit:contain;opacity:.98;filter:brightness(1.06) contrast(1.02) drop-shadow(0 2px 10px rgba(231,197,139,.06))}
.feature-item:hover .feature-mark{transform:translateY(-2px);background:linear-gradient(180deg,rgba(255,255,255,.11),rgba(255,255,255,.045));transition:transform .28s ease,background .28s ease}

.intro{padding-top:94px;padding-bottom:76px;text-align:center}
.intro-inner{max-width:1040px}
.intro-origin{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:22px;color:#15120e}.intro-origin>span{font-size:12px;letter-spacing:.22em;font-weight:650;text-transform:uppercase;white-space:nowrap}.intro-origin-line{display:none}.intro-flag{display:inline-grid;grid-template-columns:repeat(3,1fr);width:50px;height:10px;border-radius:999px;overflow:hidden;box-shadow:0 0 0 1px rgba(21,18,14,.08)}.intro-flag i:nth-child(1){background:#1c4da1}.intro-flag i:nth-child(2){background:#f0efec}.intro-flag i:nth-child(3){background:#da2f37}
.intro-lead{font-family:var(--serif);font-size:clamp(22px,2.3vw,34px);line-height:1.45;max-width:820px;margin:45px auto 0;color:#4b463f}

.brand-facts{padding:0 0 118px;background:var(--paper)}
.brand-facts-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:92px;row-gap:64px;max-width:1180px}
.brand-fact{display:grid;grid-template-columns:68px 1fr;gap:24px;align-items:start;min-width:0}
.brand-fact-icon{width:58px;height:58px;color:#8a7967;display:flex;align-items:flex-start;justify-content:center;padding-top:2px;transition:transform .35s ease,color .35s ease}
.brand-fact-icon svg{width:54px;height:54px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}
.brand-fact:hover .brand-fact-icon{transform:translateY(-3px);color:#6f5e4e}
.brand-fact-copy h3{font-family:var(--serif);font-size:25px;line-height:1.15;font-weight:400;letter-spacing:.015em;color:#81705f;margin:0 0 12px}
.brand-fact-copy p{margin:0;max-width:430px;font-size:14px;line-height:1.65;color:#948677}
.brand-fact-copy strong{font-weight:500;color:#776858}

.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;padding-bottom:42px;border-bottom:1px solid var(--line);margin-bottom:54px}
.section-head>div{max-width:780px}
.section-head>p{max-width:380px;margin:0;color:#686158;font-size:15px}
.collection-grid{display:grid;grid-template-columns:1fr 1fr;gap:78px 28px}
.collection-image{display:block;aspect-ratio:1.42/1;overflow:hidden;background:#d6d0c6}
.collection-image img{width:100%;height:100%;object-fit:cover;transition:transform 1s cubic-bezier(.2,.7,.2,1)}
.collection-card:nth-child(2) .collection-image,.collection-card:nth-child(4) .collection-image{aspect-ratio:1.08/1}
.image-hover:hover img{transform:scale(1.045)}
.collection-meta{display:flex;justify-content:space-between;gap:30px;padding-top:20px;border-top:1px solid var(--line);margin-top:14px}
.collection-meta h3{font-family:var(--serif);font-size:28px;font-weight:400;margin:0 0 5px}
.collection-meta p{margin:0;color:#716a61;font-size:14px}
.price{white-space:nowrap;font-size:14px;padding-top:7px}

.proof{background:#efebe4}
.proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.proof-card{position:relative}
.proof-number{font-size:11px;letter-spacing:.12em;margin-bottom:14px;color:#847a6d}
.proof-image{height:290px;overflow:hidden;background:#d7d0c5;margin-bottom:22px}
.proof-image img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}
.proof-card:hover img{transform:scale(1.03)}
.proof-card h3{font-family:var(--serif);font-size:25px;font-weight:400;line-height:1.12;margin:0 0 12px}
.proof-card p{font-size:13px;line-height:1.6;color:#655f57;margin:0}

.lifestyle-block{background:var(--paper);padding-top:36px;padding-bottom:96px}
.lifestyle-grid{display:grid;grid-template-columns:minmax(320px,1.02fr) minmax(320px,.98fr);gap:46px;align-items:start}
.lifestyle-slider{position:relative}
.lifestyle-slides{position:relative;aspect-ratio:1.16/1;background:#d8d2cb;overflow:hidden}
.lifestyle-slide{position:absolute;inset:0;opacity:0;transition:opacity .75s ease;pointer-events:none;margin:0}
.lifestyle-slide.is-active{opacity:1;pointer-events:auto}
.lifestyle-slide img{width:100%;height:100%;object-fit:cover;display:block}
.lifestyle-dots{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);display:flex;gap:10px;z-index:3;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.26);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 8px 24px rgba(0,0,0,.16)}
.lifestyle-dot{width:10px;height:10px;border-radius:999px;border:1px solid rgba(108,86,59,.45);background:rgba(145,108,58,.62);padding:0;cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease;box-shadow:0 1px 4px rgba(0,0,0,.12)}
.lifestyle-dot.is-active{background:#7a5931;border-color:#7a5931;transform:scale(1.16);box-shadow:0 0 0 4px rgba(122,89,49,.18),0 2px 8px rgba(0,0,0,.18)}
.lifestyle-copy h2{font-family:var(--serif);font-weight:400;font-size:clamp(38px,4.2vw,58px);line-height:.98;letter-spacing:-.02em;color:#76665b;margin:4px 0 28px}
.lifestyle-copy>p{max-width:640px;font-size:16px;line-height:1.65;color:#5f5750;margin:0 0 38px}
.lifestyle-features{display:grid;grid-template-columns:1fr 1fr;gap:30px 34px}
.lifestyle-feature{display:grid;grid-template-columns:40px 1fr;gap:16px;align-items:start}
.lifestyle-feature-icon{width:40px;height:40px;display:flex;align-items:flex-start;justify-content:center;padding-top:2px}
.lifestyle-feature-icon img{width:100%;height:100%;object-fit:contain;display:block;opacity:.9}
.lifestyle-feature-copy h3{margin:0 0 10px;font-family:var(--serif);font-size:18px;line-height:1.1;font-weight:400;color:#1a1815}
.lifestyle-feature-copy p{margin:0;font-size:15px;line-height:1.55;color:#433d37}

.editorial-section{position:relative;min-height:760px;background:#222;overflow:hidden;display:flex;align-items:flex-end;padding:80px 0}
.editorial-media{position:absolute;inset:-8%;will-change:transform}
.editorial-media img{width:100%;height:100%;object-fit:cover;object-position:center}
.editorial-section:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,10,7,.62),rgba(12,10,7,.08) 62%)}
.editorial-copy{position:relative;z-index:2}
.editorial-card{width:min(580px,90%);padding:50px;background:rgba(245,240,232,.94);backdrop-filter:blur(10px)}
.editorial-card h2{font-family:var(--serif);font-size:48px;line-height:1.03;font-weight:400;margin:0 0 24px}
.editorial-card p{margin:0;color:#514a42;line-height:1.75}
.text-link{display:inline-flex;gap:12px;align-items:center;margin-top:28px;padding-bottom:5px;font-size:13px;font-weight:650;letter-spacing:.04em;position:relative;transition:color .28s ease,letter-spacing .28s ease}
.text-link:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:currentColor;transform-origin:left center;transform:scaleX(.72);transition:transform .38s cubic-bezier(.22,.61,.36,1),opacity .28s ease;opacity:.75}
.text-link span{display:inline-block;transition:transform .35s cubic-bezier(.22,.61,.36,1);animation:textLinkHint 3.2s ease-in-out infinite}
.text-link:hover{letter-spacing:.055em}
.text-link:hover:after{transform:scaleX(1);opacity:1}
.text-link:hover span{transform:translate(4px,-4px);animation:none}
@keyframes textLinkHint{0%,72%,100%{transform:translate(0,0)}82%{transform:translate(3px,-3px)}90%{transform:translate(0,0)}}

.benefits-head{display:grid;grid-template-columns:1fr 2fr;align-items:start;padding-bottom:55px;border-bottom:1px solid rgba(255,255,255,.2)}
.benefits-head span{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#bca988}
.benefits-head h2{font-family:var(--serif);font-size:clamp(44px,5.5vw,80px);line-height:1;font-weight:400;margin:0}
.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:60px}
.benefit{padding:0 28px;border-right:1px solid rgba(255,255,255,.16);min-height:280px}
.benefit:first-child{padding-left:0}
.benefit:last-child{border-right:0}
.benefit img{width:86px;height:86px;object-fit:contain;object-position:left center;margin-bottom:34px;filter:none;opacity:1;transition:transform .35s ease,filter .35s ease;filter:drop-shadow(0 0 10px rgba(208,178,137,.08))}.benefit:hover img{transform:translateY(-3px) scale(1.035);filter:drop-shadow(0 0 14px rgba(208,178,137,.16))}
.benefit h3{font-family:var(--serif);font-size:27px;font-weight:400;line-height:1.1;margin:0 0 16px}
.benefit p{font-size:13px;color:#bfb6aa;margin:0;max-width:240px}

.fabric-slider{width:min(1500px,calc(100vw - 32px));margin:0 auto;position:relative}
.fabric-track{display:flex;gap:16px;overflow:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-right:18vw}
.fabric-track::-webkit-scrollbar{display:none}
.fabric-slide{margin:0;min-width:min(64vw,900px);height:min(68vw,650px);scroll-snap-align:start;overflow:hidden;background:#ddd4c8}
.fabric-slide img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}
.fabric-slide:hover img{transform:scale(1.025)}
.slider-controls{display:flex;gap:8px;justify-content:flex-end;margin:18px 0 0}
.slider-controls button{width:52px;height:52px;border-radius:50%;border:1px solid var(--ink);background:transparent;cursor:pointer;font-size:18px;transition:.25s ease}
.slider-controls button:hover{background:var(--ink);color:#fff}
.palette-inner{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:center}
.palette-copy p{color:#665f56;max-width:480px;margin:28px 0 34px;line-height:1.8}
.swatches{display:grid;gap:14px;transform:rotate(-1deg)}
.swatches img{width:100%;height:145px;object-fit:cover}
.swatches img:nth-child(2){margin-left:7%;width:93%}
.swatches img:nth-child(3){margin-left:2%;width:96%}

.company{background:#f6f2eb}
.company-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:80px;align-items:center}
.ca-logo{width:250px;height:auto;margin-bottom:36px;filter:grayscale(1) brightness(.25)}
.company-copy h2{font-family:var(--serif);font-size:clamp(48px,5vw,76px);font-weight:400;line-height:1;margin:0 0 30px}
.company-copy p{color:#5f584f;line-height:1.75;margin:0 0 18px;max-width:620px}
.company-copy .button{margin-top:20px}
.company-gallery{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:1fr 1fr;gap:12px;height:680px}
.company-image{overflow:hidden;background:#ddd}
.company-image--large{grid-row:1/3}
.company-image img{width:100%;height:100%;object-fit:cover;transition:transform 1s ease}
.company-image:hover img{transform:scale(1.04)}

.team-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.team-card{min-width:0}
.team-portrait{position:relative;aspect-ratio:4/5;margin:0;overflow:hidden;background:#d4ccc1}
.team-portrait:after{content:"";position:absolute;inset:55% 0 0;background:linear-gradient(180deg,transparent,rgba(18,15,12,.18));pointer-events:none}
.team-portrait img{width:100%;height:100%;object-fit:cover;filter:grayscale(1);transition:transform 1s cubic-bezier(.2,.7,.2,1),filter .45s ease}
.team-card:hover .team-portrait img{transform:scale(1.035);filter:grayscale(.75)}
.team-index{position:absolute;z-index:2;left:16px;top:16px;display:grid;place-items:center;min-width:38px;height:30px;padding:0 10px;background:rgba(244,241,235,.9);backdrop-filter:blur(6px);font-size:10px;letter-spacing:.12em;color:#4f473f}
.team-meta{position:relative;padding:19px 4px 0;border-top:1px solid var(--line);margin-top:13px}
.team-meta:before{content:"";position:absolute;top:-1px;left:0;width:46px;height:1px;background:var(--ink);transition:width .35s ease}
.team-card:hover .team-meta:before{width:92px}
.team-meta h3{font-family:var(--serif);font-size:clamp(23px,2vw,30px);font-weight:400;line-height:1.08;margin:0 0 10px;letter-spacing:-.02em}
.team-meta p{margin:0;color:#716960;font-size:12px;line-height:1.5;letter-spacing:.04em;text-transform:uppercase}

.faq{background:#f2eee8}
.faq-grid{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(520px,1.28fr);gap:90px;align-items:start}
.faq-intro{position:sticky;top:110px}
.faq-intro .section-title{max-width:520px;font-size:clamp(44px,5vw,72px)}
.faq-intro>p{max-width:430px;margin:28px 0 0;color:#6d655c;font-size:15px;line-height:1.7}
.faq-list{border-top:1px solid var(--line)}
.faq-item{border-bottom:1px solid var(--line)}
.faq-item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:26px 0;font-family:var(--serif);font-size:24px;line-height:1.18;color:#27231f;transition:color .25s ease}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary span{max-width:860px}
.faq-item summary i{position:relative;flex:0 0 28px;width:28px;height:28px;border:1px solid rgba(23,22,18,.25);border-radius:50%;transition:transform .28s ease,border-color .28s ease,background .28s ease}
.faq-item summary i:before,.faq-item summary i:after{content:"";position:absolute;left:50%;top:50%;width:10px;height:1px;background:#332d27;transform:translate(-50%,-50%);transition:transform .28s ease,opacity .28s ease}
.faq-item summary i:after{transform:translate(-50%,-50%) rotate(90deg)}
.faq-item[open] summary i{transform:rotate(180deg);background:#e5ddd2;border-color:#b7a99a}
.faq-item[open] summary i:after{opacity:0}
.faq-item[open] summary{color:#7a6554}
.faq-answer{overflow:hidden}
.faq-answer p{margin:0;padding:0 60px 28px 0;max-width:900px;color:#655e56;font-size:15px;line-height:1.75}

.section--contact{background:#191711;color:#eee4d6;padding-bottom:100px}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}
.contact-copy h2{font-family:var(--serif);font-size:clamp(50px,6vw,88px);font-weight:400;line-height:.95;margin:0 0 24px}
.contact-intro{max-width:500px;color:#c6bcad;margin:0 0 42px}
.contact-list{display:grid;grid-template-columns:1fr 1fr;gap:32px 34px;margin-bottom:38px}
.contact-item{padding-top:16px;border-top:1px solid rgba(255,255,255,.2)}
.contact-item>span{display:block;font-size:11px;letter-spacing:.15em;color:#d3b67b;margin-bottom:9px}
.contact-item a,.contact-item address{display:block;font-family:var(--serif);font-size:21px;font-style:normal;line-height:1.4}
.contact-item small{display:block;color:#91887d;margin-top:3px;font-size:12px}
.contact-visual{position:relative;justify-self:end;width:min(100%,640px)}
.contact-visual>img:first-child{width:100%;aspect-ratio:1/1;object-fit:cover}

.footer{background:#080807;color:#e9e0d4;padding:34px 0}
.footer-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}
.footer-inner img{width:180px;height:auto}
.footer-center{display:grid;justify-items:center;gap:6px}
.footer-copy{font-size:11px;color:#8f877d;text-align:center}
.footer-credit{font-size:11px;color:#b7aea3;text-align:center;transition:color .25s ease}
.footer-credit:hover{color:#e9e0d4}
.footer-inner>a:not(.footer-credit){justify-self:end;font-size:12px}

.modal{border:0;padding:0;background:transparent;width:min(620px,calc(100vw - 30px));max-width:none;color:var(--ink)}
.modal::backdrop{background:rgba(8,8,7,.68);backdrop-filter:blur(7px)}
.modal-card{position:relative;background:#f3eee6;padding:52px}
.modal-card h2{font-family:var(--serif);font-size:48px;line-height:1;font-weight:400;margin:0 0 18px}
.modal-card>p{color:#665e54;margin-bottom:32px}
.modal-close{position:absolute;right:18px;top:13px;border:0;background:none;font-size:34px;font-weight:200;cursor:pointer}
.lead-form{display:grid;gap:18px}
.lead-form label{font-size:11px;letter-spacing:.1em;text-transform:uppercase}
.lead-form input{display:block;width:100%;margin-top:7px;border:0;border-bottom:1px solid #8f867c;background:transparent;border-radius:0;padding:10px 0 11px;outline:none}
.lead-form input:focus{border-bottom-color:#15130f}
.lead-form small{font-size:10px;color:#80786f}
.hp{position:absolute!important;left:-9999px!important}

.reveal{opacity:0;transform:translateY(28px);transition:opacity .9s cubic-bezier(.2,.75,.2,1),transform .9s cubic-bezier(.2,.75,.2,1)}
.reveal--delay-1{transition-delay:.08s}
.reveal--delay-2{transition-delay:.16s}
.reveal--delay-3{transition-delay:.24s}
.reveal.is-visible{opacity:1;transform:none}

@media (max-width:1180px){
  :root{--container:min(100% - 40px,1120px)}
  .desktop-nav{gap:18px}.desktop-nav a{font-size:11px}.header-actions .icon-link{display:none}.brand-logo img{width:200px}
  .feature-strip{margin-top:-104px}.feature-track{border-radius:28px}.feature-item{padding:24px 22px;grid-template-columns:64px 1fr;gap:16px;min-height:132px}.feature-item strong{font-size:17px}.feature-item p{font-size:11.5px}.feature-mark{width:64px;height:64px;border-radius:18px}.feature-icon-img{width:46px;height:46px}
  .proof-image{height:230px}
}
@media (max-width:900px){
  :root{--header-h:64px;--container:calc(100vw - 34px)}
  .section{padding:88px 0}.section--tight{padding-top:50px}
  .header-inner{width:calc(100vw - 28px);grid-template-columns:40px 1fr 40px}
  .desktop-nav,.header-phone,.header-actions .icon-link,.header-actions .button{display:none}
  .header-actions{justify-content:end}
  .menu-toggle{display:block;width:34px;height:34px;border:0;background:transparent;padding:8px;cursor:pointer}
  .menu-toggle span{display:block;height:1px;background:#f1e9df;margin:6px 0;transition:.3s ease}
  .menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(3.5px) rotate(45deg)}
  .menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
  .brand-logo{justify-self:center}.brand-logo img{width:190px}
  .mobile-menu{display:flex;position:fixed;inset:var(--header-h) 0 0;background:#0b0b09;color:#eee5d9;padding:46px 24px;flex-direction:column;gap:30px;opacity:0;visibility:hidden;transform:translateY(-15px);transition:.3s ease}
  .mobile-menu.is-open{opacity:1;visibility:visible;transform:none}
  .mobile-menu nav{display:grid;gap:8px;margin-bottom:18px}.mobile-menu nav a{font-family:var(--serif);font-size:42px;border-bottom:1px solid #37332d;padding:8px 0}.mobile-menu>.button{margin-top:auto}
  .hero{min-height:760px;height:92svh}.hero-media{inset:-3% -32%}.hero-content{padding-top:0;padding-bottom:132px}.hero-origin{gap:10px;margin-bottom:24px}.hero-origin > span{font-size:12px}.hero-flag{width:54px;height:9px}.hero h1{font-size:clamp(50px,10vw,80px)}.hero-subtitle{font-size:clamp(28px,6vw,46px);margin-top:16px}.hero-tags{margin-top:28px;gap:8px;font-size:13px}.hero-nav{right:34px;bottom:128px}.hero-scroll{display:none}
  .feature-strip{margin-top:-78px;padding-bottom:12px}.feature-track{grid-template-columns:1fr 1fr;border-radius:24px}.feature-item{border-bottom:1px solid rgba(255,255,255,.14);min-height:122px;padding:22px 20px;grid-template-columns:58px 1fr;gap:15px}.feature-item:nth-child(2){border-right:0}.feature-item:last-child{grid-column:1/-1;border-bottom:0}.feature-mark{width:58px;height:58px;border-radius:16px}.feature-icon{width:40px;height:40px}.intro{padding-top:86px;padding-bottom:64px}.brand-facts{padding-bottom:92px}.brand-facts-grid{column-gap:42px;row-gap:48px}.brand-fact{grid-template-columns:58px 1fr;gap:18px}.brand-fact-icon{width:50px;height:50px}.brand-fact-icon svg{width:48px;height:48px}.brand-fact-copy h3{font-size:22px}.brand-fact-copy p{font-size:13px}.section-head{align-items:flex-start;flex-direction:column}.section-head>p{max-width:600px}
  .collection-grid{gap:48px 14px}.collection-meta{display:block}.price{padding-top:14px}.collection-meta h3{font-size:24px}
  .proof-grid{grid-template-columns:1fr 1fr;gap:46px 16px}.proof-image{height:300px}
  .benefits-head{grid-template-columns:1fr;gap:20px}.benefit-grid{grid-template-columns:1fr 1fr}.benefit{padding:28px;border-bottom:1px solid rgba(255,255,255,.16);min-height:250px}.benefit:nth-child(2){border-right:0}.benefit:nth-child(3){padding-left:0}.benefit img{margin-bottom:25px}
  .palette-inner,.company-grid,.contact-grid{grid-template-columns:1fr;gap:60px}.swatches{max-width:760px}.company-gallery{height:580px}.contact-visual{justify-self:start;width:min(100%,620px)}
  .team-grid{grid-template-columns:1fr 1fr;gap:42px 16px}
  .faq-grid{grid-template-columns:1fr;gap:42px}.faq-intro{position:static}.faq-intro>p{max-width:650px}.faq-item summary{font-size:22px}
}
@media (max-width:620px){
  :root{--container:calc(100vw - 28px)}
  body{font-size:15px}.section{padding:72px 0}
  .hero{min-height:700px;height:86svh}.hero-media{inset:-1% -62%}.hero-shade{background:linear-gradient(90deg,rgba(8,7,6,.72),rgba(8,7,6,.34))}.hero-content{padding-bottom:132px}.hero-origin{gap:9px;margin-bottom:18px}.hero-origin > span{font-size:11px}.hero-flag{width:50px;height:8px}.hero h1{font-size:49px;line-height:.93}.hero-subtitle{font-size:29px;line-height:1.03}.hero-tags{font-size:14px;letter-spacing:.03em;gap:6px;margin-top:24px}.hero-nav{right:16px;left:auto;transform:none;justify-content:center;bottom:20px;gap:10px}.hero-dot{width:30px}.hero-arrow{width:38px;height:38px;font-size:24px}
  .feature-strip{display:none}.intro{padding-top:72px;padding-bottom:52px}.brand-facts{padding-bottom:76px}.brand-facts-grid{grid-template-columns:1fr;row-gap:38px}.brand-fact{grid-template-columns:54px 1fr;gap:16px}.brand-fact-icon{width:46px;height:46px}.brand-fact-icon svg{width:44px;height:44px}.brand-fact-copy h3{font-size:22px;margin-bottom:8px}.brand-fact-copy p{font-size:13px;line-height:1.55}.intro-origin{gap:8px;margin-bottom:18px}.intro-origin>span{font-size:11px}.intro-origin-line{display:none}.intro-flag{width:42px;height:9px}.display-title{font-size:48px}.intro-lead{font-size:22px;margin-top:30px}
  .section-head{margin-bottom:32px;padding-bottom:28px}.section-title{font-size:46px}
  .collection-grid{grid-template-columns:1fr;gap:48px}.collection-card:nth-child(n) .collection-image{aspect-ratio:1.2/1}.collection-card:nth-child(4) .collection-image img{object-position:center 45%}
  .proof-grid{grid-template-columns:1fr;gap:46px}.proof-image{height:380px}.proof-card h3{font-size:29px}
  .editorial-section{min-height:680px;padding:24px 0}.editorial-media{inset:-7% -55%}.editorial-card{padding:32px 26px;width:100%}.editorial-card h2{font-size:40px}
  .benefit-grid{grid-template-columns:1fr}.benefit{border-right:0!important;padding:28px 0;min-height:0}.benefit img{width:72px;height:72px}
  .fabric-slide{min-width:84vw;height:104vw}.fabric-track{padding-right:10vw}.slider-controls{justify-content:flex-start}
  .palette-inner{gap:42px}.swatches img{height:100px}.company-gallery{height:520px;grid-template-columns:1fr 1fr;grid-template-rows:1.25fr .75fr}.company-image--large{grid-row:auto;grid-column:1/3}.ca-logo{width:190px}.company-copy h2{font-size:48px}
  .team-grid{gap:34px 10px}.team-index{left:10px;top:10px;min-width:34px;height:28px}.team-meta{padding-top:14px;margin-top:9px}.team-meta h3{font-size:21px}.team-meta p{font-size:10px;letter-spacing:.03em}
  .faq-grid{gap:28px}.faq-intro .section-title{font-size:46px}.faq-intro>p{margin-top:18px}.faq-item summary{padding:22px 0;font-size:20px;gap:18px}.faq-item summary i{flex-basis:26px;width:26px;height:26px}.faq-answer p{padding:0 0 24px;font-size:14px}
  .contact-list{grid-template-columns:1fr}.contact-item a,.contact-item address{font-size:20px}.contact-copy h2{font-size:56px}.contact-visual{width:100%}
  .footer-inner{grid-template-columns:1fr auto}.footer-center{grid-column:1/-1;grid-row:2}.footer-copy{display:block}.footer-inner img{width:150px}.footer-credit{font-size:10px}
  .modal-card{padding:42px 24px 30px}.modal-card h2{font-size:40px}
}
@media (max-width:1180px){
  .lifestyle-grid{grid-template-columns:1fr 1fr;gap:34px}.lifestyle-copy h2{font-size:50px}.lifestyle-features{gap:24px 26px}
}
@media (max-width:900px){
  .lifestyle-block{padding-top:12px;padding-bottom:84px}.lifestyle-grid{grid-template-columns:1fr;gap:34px}.lifestyle-slider{max-width:720px}.lifestyle-copy h2{max-width:880px;font-size:48px;margin-bottom:22px}.lifestyle-copy>p{margin-bottom:30px}
}
@media (max-width:620px){
  .lifestyle-block{padding-top:0;padding-bottom:68px}.lifestyle-grid{gap:26px}.lifestyle-slides{aspect-ratio:1/1}.lifestyle-dots{bottom:14px;gap:8px;padding:8px 12px}.lifestyle-dot{width:9px;height:9px}.lifestyle-copy h2{font-size:38px;line-height:1}.lifestyle-copy>p{font-size:15px;line-height:1.6;margin-bottom:24px}.lifestyle-features{grid-template-columns:1fr;gap:24px}.lifestyle-feature{grid-template-columns:36px 1fr;gap:14px}.lifestyle-feature-icon{width:36px;height:36px}.lifestyle-feature-copy h3{font-size:24px;margin-bottom:8px}.lifestyle-feature-copy p{font-size:14px}
}

@media (prefers-reduced-motion:reduce){
  .text-link span{animation:none!important}
  html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}.hero-media,.editorial-media{transform:none!important}.hero-slide{transition:none!important}.hero-media img{transition:none!important}
}
