:root{color-scheme:light;--background: #f4f2ee;--surface: #faf9f6;--surface-muted: #ebe7df;--text: #1f1f1f;--muted: #6f6f6f;--graphite: #2d2d2d;--line: rgba(31, 31, 31, .12);--olive: #687560;--petrol: #2e5962;--burnt: #a55d36;--max-width: 1480px;--gutter: clamp(20px, 4vw, 64px);--header-height: 82px;font-family:Inter,Manrope,Neue Haas Grotesk Text Pro,Helvetica Neue,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 20px)}body{min-width:320px;margin:0;color:var(--text);background:linear-gradient(180deg,#faf9f6b3,#f4f2ee00 26rem),var(--background)}body,button,input,textarea{letter-spacing:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}main{overflow:hidden}.site-header{position:fixed;z-index:20;top:0;right:0;left:0;transition:background-color .26s ease,border-color .26s ease,backdrop-filter .26s ease,transform .26s ease}.site-header--scrolled{border-bottom:1px solid var(--line);background-color:#faf9f6c7;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.site-header__inner{display:grid;grid-template-columns:minmax(120px,1fr) auto minmax(120px,1fr);align-items:center;width:min(100%,var(--max-width));min-height:var(--header-height);margin:0 auto;padding:0 var(--gutter);gap:24px}.brand-mark{position:relative;display:inline-flex;align-items:baseline;width:max-content;line-height:.85}.brand-mark__lab{font-family:Georgia,Times New Roman,serif;font-size:clamp(2.55rem,5.6vw,6.1rem);font-weight:400;letter-spacing:0}.brand-mark__signature{margin-left:.34em;color:var(--muted);font-size:clamp(.72rem,1.05vw,.95rem);font-weight:500;transform:translateY(.52em);white-space:nowrap}.brand-mark--compact .brand-mark__lab{font-size:2.5rem}.brand-mark--compact .brand-mark__signature{font-size:.75rem}.site-header__nav,.site-footer__nav{display:flex;align-items:center;justify-content:center;gap:clamp(16px,2.4vw,34px);color:var(--muted);font-size:.82rem}.site-header__nav a,.site-footer__nav a{transition:color .18s ease}.site-header__nav a:hover,.site-footer__nav a:hover{color:var(--text)}.site-header__cta,.button-primary,.button-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:44px;width:max-content;border:1px solid rgba(31,31,31,.18);border-radius:999px;padding:0 18px;font-size:.82rem;font-weight:600;transition:color .18s ease,background-color .18s ease,border-color .18s ease,transform .18s ease}.site-header__cta{justify-self:end;background:#faf9f66b}.site-header__cta:hover,.button-primary:hover{color:var(--surface);border-color:var(--graphite);background:var(--graphite);transform:translateY(-1px)}.button-primary{background:var(--text);color:var(--surface)}.button-secondary{background:transparent}.button-secondary:hover{border-color:var(--petrol);background:var(--petrol);color:var(--surface)}.hero{display:grid;grid-template-columns:minmax(0,.88fr) minmax(380px,1.12fr);align-items:center;width:min(100%,var(--max-width));min-height:100svh;margin:0 auto;padding:calc(var(--header-height) + 54px) var(--gutter) 58px;gap:clamp(32px,5.4vw,92px)}.hero__copy{max-width:650px}.eyebrow{margin:0 0 18px;color:var(--muted);font-size:.76rem;font-weight:700;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1,h2{font-family:Georgia,Times New Roman,serif;font-weight:400;line-height:.96;letter-spacing:0}h1{max-width:720px;margin-bottom:28px;font-size:clamp(4.2rem,7.4vw,9.2rem)}h2{margin-bottom:24px;font-size:clamp(2.8rem,5.1vw,6.1rem)}h3{margin-bottom:0;font-size:clamp(1.45rem,1.85vw,2rem);font-weight:500}.hero__lead{max-width:560px;margin-bottom:34px;color:var(--muted);font-size:clamp(1rem,1.25vw,1.2rem);line-height:1.65}.hero__visual{align-self:end}.hero__visual .product-image{border-color:#1f1f1f14;background:var(--surface)}.hero__caption{display:flex;justify-content:space-between;gap:18px;margin-top:16px;color:var(--muted);font-size:.82rem}.hero__caption span:first-child{color:var(--text);font-weight:700}.collection,.process,.manifesto,.site-footer{width:min(100%,var(--max-width));margin:0 auto;padding-right:var(--gutter);padding-left:var(--gutter)}.collection{padding-top:clamp(64px,9vw,132px);padding-bottom:clamp(72px,10vw,148px)}.section-heading{display:grid;grid-template-columns:minmax(0,.7fr) minmax(320px,1fr);align-items:end;margin-bottom:clamp(28px,4.8vw,70px);gap:24px}.section-heading .eyebrow{align-self:start}.section-heading h2{max-width:860px;margin-bottom:0}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:clamp(18px,2vw,30px)}.product-card{--accent: var(--olive);display:flex;flex-direction:column;border:1px solid var(--line);background:#faf9f67a;transition:border-color .24s ease,background-color .24s ease,transform .24s ease}.product-card:nth-child(2){margin-top:clamp(34px,5vw,78px)}.product-card:hover{border-color:color-mix(in srgb,var(--accent),transparent 48%);background:#faf9f6d1;transform:translateY(-2px)}.product-image{position:relative;aspect-ratio:1;overflow:hidden;border-bottom:1px solid var(--line);background:var(--surface-muted)}.product-image__layer{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity .68s ease,transform .68s ease}.product-image__layer--filled{opacity:0}.product-card:hover .product-image__layer,.hero__visual:hover .product-image__layer{transform:scale(1.02)}.product-card:hover .product-image__layer--filled,.hero__visual:hover .product-image__layer--filled,.product-image--filled .product-image__layer--filled{opacity:1}.product-card__body{padding:clamp(18px,2vw,26px)}.product-card__heading{display:flex;justify-content:space-between;gap:18px;margin-bottom:24px}.product-card__type,.product-card__status,.product-card__price{color:var(--muted);font-size:.76rem;font-weight:700;text-transform:uppercase}.product-card__type{margin-bottom:8px}.product-card__status{display:inline-flex;align-items:center;min-height:26px;border:1px solid color-mix(in srgb,var(--accent),transparent 58%);border-radius:999px;padding:0 10px;color:color-mix(in srgb,var(--accent),#1f1f1f 18%);white-space:nowrap}.product-card__description{min-height:5.6em;margin-bottom:28px;color:var(--muted);font-size:.98rem;line-height:1.6}.product-card__price{margin-bottom:0;color:var(--text)}.process{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(360px,1.22fr);align-items:end;padding-top:clamp(72px,10vw,150px);padding-bottom:clamp(72px,10vw,150px);border-top:1px solid var(--line);gap:clamp(34px,5vw,96px)}.process__copy p:not(.eyebrow),.manifesto__text p,.final-cta p:not(.eyebrow){color:var(--muted);font-size:clamp(1rem,1.25vw,1.16rem);line-height:1.72}.process__steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}.process-step{min-height:clamp(180px,18vw,270px);padding:22px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#faf9f657}.process-step span{display:block;margin-bottom:clamp(56px,7vw,108px);color:var(--muted);font-size:.78rem}.process-step h3{font-size:clamp(1.15rem,1.7vw,1.65rem)}.manifesto{display:grid;grid-template-columns:minmax(360px,1fr) minmax(300px,.68fr);padding-top:clamp(72px,10vw,150px);padding-bottom:clamp(72px,10vw,150px);border-top:1px solid var(--line);gap:clamp(32px,5vw,94px)}.manifesto__text{max-width:900px}.manifesto__text p{max-width:760px}.final-cta{align-self:end;border-left:1px solid var(--line);padding:clamp(22px,3vw,38px);background:linear-gradient(180deg,#68756012,#2e59620d),#faf9f680}.final-cta h2{max-width:420px;font-size:clamp(2.35rem,3.6vw,4.2rem)}.site-footer{display:grid;grid-template-columns:minmax(180px,1fr) auto minmax(80px,1fr);align-items:end;padding-top:34px;padding-bottom:34px;border-top:1px solid var(--line);gap:24px}.site-footer__brand p,.site-footer__year{margin:12px 0 0;color:var(--muted);font-size:.8rem}.site-footer__year{justify-self:end}.section-reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.section-reveal.is-visible{opacity:1;transform:translateY(0)}@media(hover:none){.product-image__layer--filled{opacity:1}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}.section-reveal{opacity:1;transform:none}}@media(max-width:1080px){.site-header__inner{grid-template-columns:auto 1fr auto}.hero,.process,.manifesto,.section-heading{grid-template-columns:1fr}.hero{min-height:auto;padding-top:calc(var(--header-height) + 72px)}.hero__visual{width:min(100%,720px);justify-self:center}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card:nth-child(2){margin-top:0}.product-card:nth-child(3){grid-column:1 / -1;width:min(100%,560px);justify-self:center}.process__steps{grid-template-columns:repeat(2,minmax(0,1fr))}.final-cta{border-left:0;border-top:1px solid var(--line)}}@media(max-width:760px){:root{--header-height: 74px;--gutter: 18px}.site-header__inner{grid-template-columns:1fr auto;min-height:var(--header-height);gap:14px}.site-header__nav{grid-column:1 / -1;grid-row:2;justify-content:flex-start;padding-bottom:14px;overflow-x:auto}.site-header__cta{display:none}.brand-mark--compact .brand-mark__lab{font-size:2.1rem}.brand-mark--compact .brand-mark__signature{font-size:.68rem}.hero{padding-top:132px}h1{font-size:clamp(3.4rem,16vw,5.4rem)}h2{font-size:clamp(2.5rem,11vw,4.2rem)}.product-grid,.process__steps{grid-template-columns:1fr}.product-card:nth-child(3){width:100%}.product-card__heading{flex-direction:column;gap:12px}.product-card__status{width:max-content}.product-card__description{min-height:auto}.process-step{min-height:150px}.process-step span{margin-bottom:50px}.site-footer{grid-template-columns:1fr;align-items:start}.site-footer__nav{justify-content:flex-start}.site-footer__year{justify-self:start}}
