:root{--color-black: #F6F4EF;--color-surface: #EDEBE6;--color-surface-2: #E4E2DC;--color-accent: #9A8A6C;--color-accent-light: #B8A98C;--color-text: #1C1A17;--color-text-muted: #5A5855;--color-text-dim: #908D89;--color-border: #D4D1CA;--color-border-light: #C0BDB6}[data-theme=dark]{--color-black: #0B0B09;--color-surface: #161614;--color-surface-2: #1E1E1B;--color-accent: #B8A98C;--color-accent-light: #CFC0A3;--color-text: #F4F1EC;--color-text-muted: #8A8680;--color-text-dim: #5A5855;--color-border: #2A2926;--color-border-light: #3A3835}*,*:before,*:after{box-sizing:border-box;padding:0;margin:0;transition:background-color .3s ease,border-color .3s ease,color .15s ease}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{background-color:var(--color-black);color:var(--color-text);font-family:Inter,system-ui,sans-serif;font-weight:300;overflow-x:hidden;position:relative}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:9999;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:200px 200px}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--color-black)}::-webkit-scrollbar-thumb{background:var(--color-border-light);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-dim)}::selection{background-color:var(--color-accent);color:var(--color-black)}::-moz-selection{background-color:var(--color-accent);color:var(--color-black)}h1,h2,h3,h4,h5,h6{font-family:Cormorant Garamond,Georgia,serif;font-weight:300}a,button{transition:all .3s cubic-bezier(.16,1,.3,1)}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}*:focus-visible{outline:1px solid var(--color-accent);outline-offset:2px}.section-padding{padding-top:clamp(5rem,10vw,9rem);padding-bottom:clamp(5rem,10vw,9rem)}.container-sb{max-width:1440px;margin:0 auto;padding:0 clamp(1.5rem,4vw,4rem)}.overline{font-family:Inter,sans-serif;font-size:.6875rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent)}.rule{border:none;border-top:1px solid var(--color-border)}.bg-black{background-color:var(--color-black)}.bg-surface{background-color:var(--color-surface)}.display-xl{font-size:clamp(2.75rem,6vw,5.5rem);line-height:1.05;letter-spacing:-.02em}.display-lg{font-size:clamp(2.25rem,4.5vw,4rem);line-height:1.1;letter-spacing:-.015em}.display-md{font-size:clamp(1.75rem,3.5vw,3rem);line-height:1.15;letter-spacing:-.01em}.serif{font-family:Cormorant Garamond,Georgia,serif;font-weight:300}.sans{font-family:Inter,system-ui,sans-serif}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.reveal.is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}.sec-head{display:flex;flex-direction:column;gap:1rem}.sec-head__title{color:var(--color-text);max-width:32rem}.sec-head__sub{font-weight:300;color:var(--color-text-muted);font-size:1rem;max-width:24rem;line-height:1.7}@media(min-width:768px){.sec-head--split{flex-direction:row;align-items:flex-end;justify-content:space-between}}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;padding:0 clamp(1.5rem,4vw,4rem);transition:background-color .4s ease,backdrop-filter .4s ease}.site-header.scrolled{background-color:#f6f4eff7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border)}[data-theme=dark] .site-header.scrolled{background-color:#0b0b09f7}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:72px}.site-logo{font-family:Cormorant Garamond,serif;font-weight:300;font-size:1.5rem;letter-spacing:-.02em;color:#f4f1ec}.site-header.scrolled .site-logo{color:var(--color-text)}.site-logo span{color:var(--color-accent)}.nav-links{display:none;align-items:center;gap:2rem}.nav-links a{font-size:13px;letter-spacing:.02em;color:#f4f1ecb3}.nav-links a:hover{color:#f4f1ec}.site-header.scrolled .nav-links a{color:var(--color-text-muted)}.site-header.scrolled .nav-links a:hover{color:var(--color-text)}.nav-right{display:flex;align-items:center;gap:.75rem}.nav-icon-btn{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(244,241,236,.2);color:#f4f1ecb3;background:none;cursor:pointer;font-size:13px}.site-header.scrolled .nav-icon-btn{border-color:#1c1a1726;color:var(--color-text-muted)}.nav-icon-btn:hover{color:var(--color-accent);border-color:var(--color-accent)}.nav-cta{display:none;align-items:center;padding:.625rem 1.25rem;font-size:12px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;border:1px solid rgba(244,241,236,.35);color:#f4f1ec}.site-header.scrolled .nav-cta{border-color:#9a8a6c66;color:var(--color-accent)}.nav-cta:hover{border-color:var(--color-accent);background-color:#9a8a6c14}.nav-hamburger{display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:40px;height:40px;background:none;border:none;cursor:pointer}.nav-hamburger span{display:block;width:24px;height:1px;background-color:#f4f1ec;transition:transform .3s,opacity .3s}.site-header.scrolled .nav-hamburger span{background-color:var(--color-text)}@media(min-width:1024px){.nav-links{display:flex}.nav-cta{display:inline-flex}.nav-hamburger{display:none}}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background-color:var(--color-black);display:flex;flex-direction:column;padding:0 2rem;transform:translateY(-100%);opacity:0;pointer-events:none;transition:transform .5s cubic-bezier(.16,1,.3,1),opacity .5s}.mobile-menu.open{transform:translateY(0);opacity:1;pointer-events:auto}.mobile-menu__spacer{height:72px}.mobile-menu__nav{flex:1;display:flex;flex-direction:column;justify-content:center}.mobile-menu__nav a{font-family:Cormorant Garamond,serif;font-weight:300;font-size:clamp(2.5rem,8vw,4rem);padding:.5rem 0;color:var(--color-text);border-bottom:1px solid var(--color-border)}.mobile-menu__cta{margin:3rem 0;display:inline-flex;align-items:center;align-self:flex-start;padding:1rem 2rem;font-size:13px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;border:1px solid var(--color-accent);color:var(--color-accent)}.mobile-menu__footer{padding-bottom:3rem;font-size:12px;color:var(--color-text-dim)}.hero{position:relative;width:100%;overflow:hidden;height:100svh;min-height:600px}.hero__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 35%;opacity:.7}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero__overlay--grad{background:linear-gradient(160deg,#0b0b098c,#0b0b094d 40%,#0b0b09b3)}.hero__overlay--grid{background-image:repeating-linear-gradient(0deg,transparent,transparent 79px,rgba(184,169,140,.03) 79px,rgba(184,169,140,.03) 80px),repeating-linear-gradient(90deg,transparent,transparent 79px,rgba(184,169,140,.03) 79px,rgba(184,169,140,.03) 80px);background-size:80px 80px}.hero__overlay--vignette{background:radial-gradient(ellipse at center,transparent 40%,rgba(11,11,9,.7) 100%)}.hero__badge{position:absolute;top:6rem;left:clamp(1.5rem,4vw,4rem);font-size:.625rem;letter-spacing:.25em;text-transform:uppercase;color:#ffffff73}.hero__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:clamp(4rem,8vw,6rem)}.hero__block{max-width:48rem}.hero__overline{margin-bottom:1.5rem;color:#c4b49a}.hero__heading{font-family:Cormorant Garamond,serif;font-weight:300;color:#f4f1ec;margin-bottom:1.5rem;line-height:1}.hero__subtitle{font-weight:300;font-size:1.125rem;max-width:36rem;margin-bottom:2.5rem;line-height:1.6;color:#f4f1eca6}@media(min-width:768px){.hero__subtitle{font-size:1.25rem}}.hero__ctas{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:.5rem}@media(min-width:640px){.hero__ctas{flex-direction:row;align-items:center}}.hero__cta1{display:inline-flex;align-items:center;gap:.75rem;padding:.875rem 1.75rem;font-size:.875rem;font-weight:300;letter-spacing:.02em;border:1px solid rgba(244,241,236,.3);color:#f4f1ec}.hero__cta1:hover{border-color:var(--color-accent);color:#c4b49a}.hero__cta2{display:inline-flex;align-items:center;gap:.75rem;padding:.875rem 0;font-size:.875rem;font-weight:300;letter-spacing:.02em;color:#f4f1ec99}.hero__cta2:hover{color:#c4b49a}.hero__cta2 .arrow{transition:transform .5s}.hero__cta2:hover .arrow{transform:translate(6px)}.hero__trust{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;margin-top:1.5rem}.hero__trust span{display:inline-flex;align-items:center;gap:.5rem;font-weight:300;font-size:.75rem;letter-spacing:.02em;color:#f4f1ec73}.hero__trust .diamond{color:var(--color-accent);font-size:.5rem}.collection-grid{display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width:768px){.collection-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.collection-grid{grid-template-columns:repeat(3,1fr)}.col-span-2{grid-column:span 2}}.collection-card{position:relative;overflow:hidden;display:block;background-color:var(--color-surface);min-height:300px}.collection-card.large{min-height:420px}.collection-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.95;transition:transform .7s}.collection-card:hover img{transform:scale(1.05)}.collection-card__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(11,11,9,.82) 0%,rgba(11,11,9,.15) 55%,transparent 80%);pointer-events:none}.collection-card__body{position:relative;z-index:10;display:flex;flex-direction:column;justify-content:space-between;height:100%;min-height:inherit;padding:1.5rem}@media(min-width:768px){.collection-card__body{padding:2rem}}.collection-card__num{font-size:.625rem;letter-spacing:.2em;color:#fff6}.collection-card__name{font-family:Cormorant Garamond,serif;font-weight:300;font-size:clamp(1.4rem,2.5vw,2.2rem);line-height:1.1;margin-bottom:.5rem;color:#f4f1ec}.collection-card__desc{font-weight:300;font-size:.875rem;line-height:1.6;margin-bottom:1rem;color:#f4f1eca6}.collection-card__view{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:300;color:#c4b49a}.collection-card__view .arrow{transition:transform .3s}.collection-card:hover .collection-card__view .arrow{transform:translate(6px)}.project{display:flex;flex-direction:column}@media(min-width:1024px){.project{flex-direction:row}.project.reverse{flex-direction:row-reverse}}.project__img{position:relative;overflow:hidden;min-height:520px}@media(min-width:1024px){.project__img{width:60%}}.project__img img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.project__img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0000004d;pointer-events:none}.project__text{display:flex;flex-direction:column;justify-content:center;padding:3rem 2rem}@media(min-width:1024px){.project__text{width:40%;padding:0 3.5rem}}.project__num{font-size:.625rem;letter-spacing:.3em;color:var(--color-text-dim);margin-bottom:1rem;display:block}.project__tag{display:inline-flex;align-items:center;width:fit-content;padding:.25rem .75rem;border:1px solid var(--color-border);color:var(--color-text-muted);font-weight:300;font-size:.75rem;letter-spacing:.02em;margin-bottom:1.5rem}.project__title{font-family:Cormorant Garamond,serif;font-weight:300;font-size:clamp(1.75rem,3.5vw,3rem);line-height:1;color:var(--color-text);margin-bottom:.25rem}.project__loc{font-size:.875rem;letter-spacing:.02em;color:var(--color-text-dim);margin-bottom:1.25rem}.project__desc{font-weight:300;font-size:1rem;line-height:1.75;color:var(--color-text-muted);margin-bottom:2rem}.project__materials{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.project__materials span{padding:.25rem .75rem;background-color:var(--color-surface);border:1px solid var(--color-border);font-size:.75rem;letter-spacing:.02em;color:var(--color-text-dim)}.project__stats{display:flex;gap:2rem}.project__stat{display:flex;flex-direction:column}.project__stat .v{font-family:Cormorant Garamond,serif;font-weight:300;font-size:1.5rem;line-height:1;color:var(--color-accent);margin-bottom:.25rem}.project__stat .l{font-size:.75rem;letter-spacing:.02em;color:var(--color-text-dim)}.expertise-grid{display:grid;grid-template-columns:1fr;gap:1px;background-color:var(--color-border)}@media(min-width:768px){.expertise-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.expertise-grid{grid-template-columns:repeat(3,1fr)}}.expertise-card{position:relative;background-color:var(--color-surface);padding:2rem;transition:background-color .5s}.expertise-card:hover{background-color:var(--color-surface-2)}.expertise-card:before{content:"";position:absolute;left:0;top:1.5rem;bottom:1.5rem;width:1px;background:linear-gradient(to bottom,transparent,#B8A98C,transparent);opacity:.4}.expertise-card__icon{color:var(--color-accent);opacity:.8;margin-bottom:1.25rem}.expertise-card:hover .expertise-card__icon{opacity:1}.expertise-card__label{font-family:Inter,sans-serif;font-weight:500;font-size:1rem;color:var(--color-text);margin-bottom:.75rem;letter-spacing:-.01em}.expertise-card__desc{font-weight:300;font-size:.875rem;line-height:1.75;color:var(--color-text-dim)}.units{width:100%;border-top:1px solid var(--color-border)}.unit{position:relative;width:100%;border-bottom:1px solid var(--color-border);overflow:hidden}.unit__bg{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .4s ease}.unit:hover .unit__bg{opacity:1}.unit__row{position:relative;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:1.75rem 0;transition:padding .4s cubic-bezier(.16,1,.3,1)}.unit:hover .unit__row{padding-top:2.5rem;padding-bottom:2.5rem}.unit__left{display:flex;align-items:center;gap:2rem}@media(min-width:768px){.unit__left{gap:4rem}}.unit__num{font-size:.6875rem;letter-spacing:.2em;color:var(--color-text-dim);display:none}@media(min-width:768px){.unit__num{display:block}}.unit__name{font-family:Cormorant Garamond,serif;font-weight:300;font-size:clamp(1.5rem,3vw,2.5rem);line-height:1.1;color:var(--color-text)}.unit__tagline{font-weight:300;font-size:.8125rem;line-height:1.6;color:var(--color-text-dim);margin-top:.25rem}.unit__desc{font-weight:300;font-size:.875rem;line-height:1.7;color:var(--color-text-muted);margin-top:.25rem;max-width:32rem;display:none}.unit:hover .unit__tagline{display:none}.unit:hover .unit__desc{display:block}.unit__link{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0;margin-left:1rem;font-size:.875rem;font-weight:300;letter-spacing:.02em;color:var(--color-text-muted)}.unit__link:hover{color:var(--color-accent)}.unit__link .arrow{transition:transform .3s}.unit:hover .unit__link .arrow{transform:translate(4px)}.unit__link .label{display:none}@media(min-width:640px){.unit__link .label{display:inline}}.product{display:flex;flex-direction:column;border-bottom:1px solid var(--color-border)}@media(min-width:1024px){.product{flex-direction:row}.product.reverse{flex-direction:row-reverse}}.product__img{position:relative;overflow:hidden;min-height:480px}@media(min-width:1024px){.product__img{width:58%}}.product__img img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .7s}.product__img:hover img{transform:scale(1.03)}.product__content{background-color:var(--color-surface);display:flex;flex-direction:column;justify-content:center;padding:3.5rem 2.5rem}@media(min-width:1024px){.product__content{width:42%;padding:5rem 4rem}}.product__num{font-size:.625rem;letter-spacing:.3em;color:var(--color-text-dim);margin-bottom:1.5rem;display:block}.product__title{font-family:Cormorant Garamond,serif;font-weight:300;font-size:clamp(1.75rem,3vw,2.75rem);line-height:1;color:var(--color-text);margin-bottom:.75rem}.product__subtitle{font-weight:300;font-size:.875rem;letter-spacing:.02em;color:var(--color-accent);margin-bottom:1.75rem}.product__divider{width:3rem;height:1px;background-color:var(--color-border);margin-bottom:1.75rem}.product__desc{font-weight:300;font-size:1rem;line-height:1.8;color:var(--color-text-muted);margin-bottom:2rem}.product__materials{display:flex;flex-wrap:wrap;gap:.5rem}.product__materials span{padding:.375rem .75rem;border:1px solid var(--color-border);color:var(--color-text-muted);font-size:.75rem;letter-spacing:.03em}.trust-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-bottom:5rem}@media(min-width:1024px){.trust-stats{grid-template-columns:repeat(4,1fr);gap:4rem}}.trust-stat__num{font-family:Cormorant Garamond,serif;font-weight:300;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1;letter-spacing:-.02em;color:var(--color-text);margin-bottom:.5rem}.trust-stat__num .suffix{color:var(--color-accent)}.trust-stat__label{font-weight:500;font-size:1rem;color:var(--color-text);margin-bottom:.25rem}.trust-stat__desc{font-weight:300;font-size:.875rem;color:var(--color-text-dim)}.trust-cols{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.trust-cols{grid-template-columns:repeat(3,1fr);gap:4rem}}.trust-col h3{font-family:Inter,sans-serif;font-weight:500;font-size:1rem;color:var(--color-text);margin-bottom:1rem;letter-spacing:-.01em}.trust-col p{font-weight:300;font-size:.875rem;line-height:1.75;color:var(--color-text-muted);margin-bottom:1.5rem}.trust-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid var(--color-border);color:var(--color-text-dim);font-size:.75rem;letter-spacing:.15em;text-transform:uppercase}.trust-certs{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.trust-certs div{display:flex;align-items:center;justify-content:center;padding:.625rem .75rem;border:1px solid var(--color-border);color:var(--color-text-dim);font-size:.75rem;letter-spacing:.02em;text-transform:uppercase;text-align:center}.trust-steps{display:flex;flex-direction:column}.trust-step{display:flex;gap:1rem;position:relative}.trust-step:not(:last-child):before{content:"";position:absolute;left:11px;top:28px;bottom:0;width:1px;background-color:var(--color-border)}.trust-step__dot{width:22px;height:22px;border-radius:50%;border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;flex-shrink:0;background-color:var(--color-surface);position:relative;z-index:1;margin-top:.25rem}.trust-step__dot i{width:6px;height:6px;border-radius:50%;background-color:var(--color-accent);display:block}.trust-step__body{padding-bottom:1.75rem}.trust-step__body .l{font-weight:500;font-size:.875rem;line-height:1.3;color:var(--color-text)}.trust-step__body .d{font-weight:300;font-size:.75rem;line-height:1.6;color:var(--color-text-dim);margin-top:.125rem}.contact-wrap{display:flex;flex-direction:column;gap:3rem}@media(min-width:1024px){.contact-wrap{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:5rem}}.contact-left{max-width:32rem}.contact-left h2{font-family:Cormorant Garamond,serif;font-weight:300;color:var(--color-text);margin-bottom:1.5rem}.contact-left p{font-weight:300;font-size:1rem;line-height:1.75;color:var(--color-text-muted)}.contact-right{display:flex;flex-direction:column;gap:2rem}@media(min-width:1024px){.contact-right{align-items:flex-end}}.contact-detail{display:flex;flex-direction:column;gap:.25rem}.contact-detail .lbl{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--color-text-dim)}.contact-detail a{font-weight:300;font-size:1.125rem;color:var(--color-text)}.contact-detail a:hover{color:var(--color-accent)}.contact-cta{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;font-weight:300;font-size:.875rem;letter-spacing:.15em;text-transform:uppercase;border:1px solid var(--color-accent);color:var(--color-accent)}.contact-cta:hover{background-color:#b8a98c14}.site-footer{background-color:var(--color-black);border-top:1px solid var(--color-border)}.footer-top{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3.5rem;padding-bottom:3.5rem;border-bottom:1px solid var(--color-border)}@media(min-width:768px){.footer-top{flex-direction:row;align-items:center;justify-content:space-between}}.footer-logo{font-family:Cormorant Garamond,serif;font-weight:300;font-size:1.875rem;letter-spacing:-.02em;color:var(--color-text)}.footer-logo span,.footer-logo:hover{color:var(--color-accent)}.footer-tagline{font-weight:300;font-size:.875rem;line-height:1.7;color:var(--color-text-muted);max-width:24rem}.footer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.footer-grid{grid-template-columns:repeat(5,1fr)}}.footer-col--wide{grid-column:span 2}@media(min-width:768px){.footer-col--wide{grid-column:span 1}}.footer-col h4{font-family:Inter,sans-serif;font-weight:500;font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--color-text);margin-bottom:1.25rem}.footer-col p,.footer-col a{font-weight:300;font-size:.875rem;line-height:1.7;color:var(--color-text-muted)}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.625rem}.footer-col ul a:hover{color:var(--color-text)}.footer-col .dim{color:var(--color-text-dim)}.footer-contact{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.footer-contact a:hover{color:var(--color-accent)}.footer-col__cta{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border:1px solid var(--color-border);color:var(--color-accent);font-size:.75rem;letter-spacing:.15em;text-transform:uppercase}.footer-col__cta:hover{border-color:var(--color-accent)}.footer-social a{display:inline-flex;align-items:center;gap:.625rem;font-size:.875rem;font-weight:300}.footer-social a:hover{color:var(--color-accent)}.footer-bottom{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem 0;border-top:1px solid var(--color-border)}@media(min-width:768px){.footer-bottom{flex-direction:row}}.footer-bottom .copy{font-weight:300;font-size:.75rem;color:var(--color-text-dim)}.footer-bottom__links{display:flex;align-items:center;gap:1.5rem}.footer-bottom__links a{font-weight:300;font-size:.75rem;color:var(--color-text-dim)}.footer-bottom__links a:hover{color:var(--color-text-muted)}.kb-wrap{max-width:46rem;margin:0 auto}.kb-crumbs{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;font-size:.8125rem;color:var(--color-text-dim);margin-bottom:2.5rem}.kb-crumbs a{color:var(--color-text-muted);transition:color .2s ease}.kb-crumbs a:hover,.kb-crumbs .sep{color:var(--color-accent)}.kb-meta{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center;font-size:.875rem;color:var(--color-text-dim);margin:1.25rem 0 2.5rem}.kb-meta .sep{color:var(--color-accent)}.kb-figure{margin:0 0 2.5rem}.kb-figure img{width:100%;height:auto;display:block;border:1px solid var(--color-border)}.kb-body{color:var(--color-text-muted);line-height:1.85;font-size:1.0625rem}.kb-body p{margin:0 0 1.25rem}.kb-body h2,.kb-body h3,.kb-body h4{color:var(--color-text);font-family:Cormorant Garamond,Georgia,serif;font-weight:400;line-height:1.2;margin:2.5rem 0 1rem}.kb-body h2{font-size:1.875rem}.kb-body h3{font-size:1.5rem}.kb-body h4{font-size:1.25rem}.kb-body a{color:var(--color-accent);text-decoration:underline;text-underline-offset:3px}.kb-body ul,.kb-body ol{margin:0 0 1.25rem 1.25rem}.kb-body li{margin-bottom:.45rem}.kb-body img{max-width:100%;height:auto;margin:1.5rem 0}.kb-body blockquote{border-left:2px solid var(--color-accent);padding-left:1.25rem;margin:1.75rem 0;color:var(--color-text);font-style:italic}.kb-body hr{border:none;border-top:1px solid var(--color-border);margin:2.5rem 0}.kb-chip{display:inline-block;font-size:.8125rem;color:var(--color-text-muted);border:1px solid var(--color-border);padding:.35rem .85rem;border-radius:999px;transition:border-color .2s ease,color .2s ease}.kb-chip:hover,.kb-chip.is-active{border-color:var(--color-accent);color:var(--color-accent)}.kb-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--color-border)}.kb-related{margin-top:4rem;padding-top:2.5rem;border-top:1px solid var(--color-border)}.kb-related__h{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--color-accent);margin-bottom:1.75rem}.kb-related__list{display:grid;gap:1.5rem}.kb-related__list a{display:block}.kb-related__list h3{font-family:Cormorant Garamond,Georgia,serif;font-weight:400;font-size:1.375rem;color:var(--color-text);line-height:1.25;transition:color .2s ease}.kb-related__list a:hover h3{color:var(--color-accent)}.kb-related__list p{font-size:.875rem;color:var(--color-text-dim);margin-top:.4rem}.kb-back{display:inline-block;margin-top:3rem;font-size:.875rem;color:var(--color-text-muted);transition:color .2s ease}.kb-back:hover{color:var(--color-accent)}.kb-head{margin-bottom:2.5rem;max-width:42rem}.kb-filter{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:3rem}.kb-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2.75rem 2rem}.kb-card{display:flex;flex-direction:column;border-top:1px solid var(--color-border);padding-top:1.5rem}.kb-card__meta{display:flex;gap:.5rem;align-items:center;font-size:.8125rem;color:var(--color-text-dim);margin-bottom:.75rem}.kb-card__meta .sep{color:var(--color-accent)}.kb-card__title{font-size:1.6rem;color:var(--color-text);line-height:1.2;transition:color .2s ease}.kb-card:hover .kb-card__title{color:var(--color-accent)}.kb-card__sub{font-weight:300;color:var(--color-text-muted);font-size:.9375rem;line-height:1.65;margin-top:.6rem}.kb-card__link{margin-top:1rem;font-size:.8125rem;letter-spacing:.04em;color:var(--color-accent)}.kb-pager{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-top:4rem;padding-top:2rem;border-top:1px solid var(--color-border);font-size:.875rem}.kb-pager a{color:var(--color-text-muted);transition:color .2s ease}.kb-pager a:hover{color:var(--color-accent)}.kb-pager__count{color:var(--color-text-dim)}@media(max-width:600px){.kb-list{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/base.css.map */
