@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";:root{--font-display: "Inter", Arial, sans-serif;--font-body: "Inter", Arial, sans-serif;--page-width: 1440px;--space-section: clamp(4.5rem, 8vw, 8.5rem);--radius-card: 18px;--shadow-soft: 0 18px 60px rgba(48, 38, 20, .06)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--color-ink);background:var(--color-background);font-family:var(--font-body);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input{font:inherit}button{color:inherit}[hidden]{display:none!important}:focus-visible{outline:2px solid var(--color-accent);outline-offset:4px}.page-width{width:min(calc(100% - 3rem),var(--page-width));margin-inline:auto}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:100;top:1rem;left:1rem;padding:.8rem 1rem;background:var(--color-ink);color:#fff;transform:translateY(-150%)}.skip-link:focus{transform:none}.site-header{position:relative;z-index:20;border-bottom:1px solid rgba(185,149,85,.18);background:#fffdfaf5}.site-header__inner{min-height:108px;display:grid;grid-template-columns:150px 1fr auto;align-items:center;gap:2.5rem}.brand{display:inline-flex;width:fit-content}.brand__image{width:min(var(--logo-width, 116px),100%);height:auto;mix-blend-mode:multiply}.site-header__nav{justify-self:center}.site-header__links,.footer-links{list-style:none;margin:0;padding:0}.site-header__links{display:flex;align-items:center;gap:clamp(1.5rem,3vw,3.5rem)}.site-header__links a,.header-action{font-size:.75rem;font-weight:500;letter-spacing:.065em;text-transform:uppercase}.site-header__links a{position:relative;padding-block:1rem}.site-header__links a:after{content:"";position:absolute;left:0;right:100%;bottom:.6rem;height:1px;background:var(--color-accent);transition:right .25s ease}.site-header__links a:hover:after{right:0}.site-header__actions{display:flex;align-items:center;gap:1.5rem}.header-action{display:inline-flex;align-items:center;gap:.45rem;white-space:nowrap}.header-action svg,.icon-button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.4}.cart-count{display:inline-grid;place-items:center;width:19px;height:19px;border-radius:50%;background:var(--color-accent);color:#fff;font-size:.65rem}.site-header__menu-toggle{display:none}.icon-button{border:0;padding:.5rem;background:transparent;cursor:pointer}.section{padding-block:var(--space-section)}.section--tight{padding-block:clamp(3rem,5vw,5rem)}.section--bordered{border-top:1px solid var(--color-border)}.eyebrow{display:flex;align-items:center;justify-content:center;gap:1.2rem;color:var(--color-accent);font-size:.8rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase}.eyebrow:before,.eyebrow:after{content:"";width:40px;height:1px;background:currentColor}.display-title{margin:.8rem 0 1.2rem;font-family:var(--font-display);font-size:clamp(3rem,6vw,6.7rem);font-weight:400;line-height:.98;letter-spacing:-.025em}.section-title{margin:.5rem 0 .75rem;font-family:var(--font-display);font-size:clamp(2.3rem,4.3vw,4.6rem);font-weight:400;line-height:1.05}.card-title{margin:0;font-family:var(--font-display);font-size:clamp(2rem,3.5vw,3.6rem);font-weight:400;line-height:1.05}.lede{max-width:44rem;margin:0;color:var(--color-muted);font-size:clamp(1rem,1.4vw,1.25rem)}.page-intro{max-width:1040px;margin-inline:auto;text-align:center}.page-intro .lede{margin-inline:auto}.button{min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:1rem;padding:.9rem 1.45rem;border:1px solid var(--color-ink);background:transparent;font-size:.78rem;font-weight:500;letter-spacing:.11em;text-transform:uppercase;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.5}.button--dark{background:var(--color-ink);color:#fff}.button:hover{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.button[aria-disabled=true]{cursor:not-allowed;opacity:.45}.badge{display:inline-flex;width:fit-content;padding:.45rem .8rem;border:1px solid rgba(185,149,85,.3);border-radius:99px;background:#fff9e9;color:#775820;font-size:.67rem;font-weight:600;letter-spacing:.055em;text-transform:uppercase;box-shadow:0 4px 14px #38280a0f}.badge--muted{border-color:var(--color-border);background:#ffffffb8;color:var(--color-muted)}.hero{min-height:620px;display:grid;align-items:stretch;border-bottom:1px solid rgba(185,149,85,.55);background:var(--color-surface);overflow:hidden}.hero__inner{width:min(100%,1700px);margin-inline:auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(44%,1.15fr)}.hero__content{position:relative;z-index:2;align-self:center;padding:clamp(4rem,7vw,7rem) clamp(2rem,7vw,8rem)}.hero__content .display-title{max-width:690px}.hero__content .display-title em{display:block;font-weight:400}.hero__content .lede{max-width:460px}.hero__media{min-height:620px}.hero__media img{width:100%;height:100%;object-fit:cover;object-position:62% 50%}.hero__features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;margin-top:2.6rem}.hero-feature{display:grid;grid-template-columns:38px 1fr;align-items:start;gap:.75rem}.hero-feature svg{width:32px;height:32px;fill:none;stroke:var(--color-accent);stroke-width:1.25}.hero-feature strong{display:block;font-size:.75rem;font-weight:500}.hero-feature span{color:var(--color-muted);font-size:.72rem;line-height:1.35}.gateway-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;margin-top:2.5rem}.gateway-card{min-height:390px;position:relative;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:1rem;padding:1.35rem;border:1px solid var(--color-border);border-radius:var(--radius-card);background:#ffffff61;overflow:hidden}.gateway-card--featured{border-color:var(--color-accent);box-shadow:var(--shadow-soft)}.gateway-card__media{align-self:stretch;border-radius:11px;overflow:hidden}.gateway-card__media img{width:100%;height:100%;object-fit:cover}.gateway-card__content{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.gateway-card__title{margin:0;font-family:var(--font-display);font-size:clamp(1.8rem,2.5vw,2.8rem);font-weight:400;line-height:1.02}.gateway-card__status{color:var(--color-accent);font-size:.8rem}.gateway-card__body{color:var(--color-muted);font-size:.85rem}.gateway-card .button{width:100%;margin-top:auto}.category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.75rem;margin-top:3rem}.category-card{min-height:610px;display:grid;grid-template-rows:auto auto 1fr auto;gap:1.25rem;padding:1.5rem 1.5rem 2.4rem;border:1px solid var(--color-border);border-radius:var(--radius-card);background:#ffffff59;text-align:center;overflow:hidden}.category-card--available{border-color:var(--color-accent)}.category-card .badge{justify-self:start}.category-card__media{min-height:290px;border-radius:10px;overflow:hidden}.category-card__media img{width:100%;height:100%;object-fit:cover}.category-card__copy{display:grid;justify-items:center;gap:1.25rem}.category-card__copy:before{content:"";width:48px;height:1px;background:var(--color-accent)}.category-card__copy p{max-width:390px;margin:0;color:var(--color-muted)}.category-card .button{width:min(100%,410px);justify-self:center}.trust-strip{border-block:1px solid var(--color-border);background:#ffffff52}.trust-strip__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.trust-item{min-height:112px;display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.5rem}.trust-item+.trust-item{border-left:1px solid var(--color-border)}.trust-item svg{flex:0 0 36px;width:36px;height:36px;fill:none;stroke:var(--color-accent);stroke-width:1.25}.trust-item strong{display:block;font-size:.72rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.trust-item span{display:block;max-width:175px;color:var(--color-muted);font-size:.72rem;line-height:1.35}.secondary-mark{position:absolute;left:50%;display:inline-grid;place-items:center;width:28px;height:28px;color:var(--color-accent);background:var(--color-background);transform:translate(-50%,-50%)}.secondary-mark svg{width:18px;height:18px}.coming-soon{min-height:620px;display:grid;grid-template-columns:1fr 1fr;align-items:stretch}.coming-soon__media img{width:100%;height:100%;object-fit:cover}.coming-soon__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(3rem,8vw,8rem)}.coming-soon__content .eyebrow{justify-content:flex-start}.coming-soon__content .eyebrow:before{display:none}.coming-soon__content .lede{margin-bottom:2rem}.newsletter-form__row{display:flex}.newsletter-form__input{width:100%;min-height:56px;padding:.85rem 1rem;border:1px solid var(--color-border);border-right:0;background:var(--color-surface);color:var(--color-ink)}.newsletter-form__button{white-space:nowrap}.form-message{margin:.75rem 0 0;font-size:.85rem}.form-message--success{color:#356341}.form-message--error{color:#8a2f2f}.site-footer{padding-top:4.5rem;border-top:1px solid var(--color-border);background:#f2eee6}.site-footer__grid{display:grid;grid-template-columns:1.1fr .65fr .8fr 1.45fr;gap:3rem;padding-bottom:4rem}.site-footer__brand .brand__image{width:95px}.site-footer p{color:var(--color-muted);font-size:.82rem}.footer-heading{margin:0 0 1rem;font-size:.76rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.footer-links{display:grid;gap:.7rem;color:var(--color-muted);font-size:.82rem}.footer-links a:hover,.site-footer__social a:hover{color:var(--color-accent)}.site-footer__bottom{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:2rem;border-top:1px solid var(--color-border)}.site-footer__social,.site-footer__legal{display:flex;gap:1.25rem;color:var(--color-muted);font-size:.76rem}@media(max-width:1100px){.site-header__inner{grid-template-columns:110px auto 1fr;min-height:88px}.site-header__menu-toggle{display:inline-flex;justify-self:start}.site-header__nav{display:none;position:absolute;top:100%;left:0;right:0;padding:1rem 1.5rem 2rem;border-bottom:1px solid var(--color-border);background:var(--color-surface)}.site-header__nav.is-open{display:block}.site-header__links{display:grid;gap:.2rem}.site-header__links a{display:block;padding:.8rem 0}.site-header__actions{justify-self:end}.gateway-grid{grid-template-columns:1fr}.gateway-card{min-height:330px;grid-template-columns:1fr 1fr}.trust-strip__grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(3){border-left:0;border-top:1px solid var(--color-border)}.trust-item:nth-child(4){border-top:1px solid var(--color-border)}.site-footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:760px){.page-width{width:min(calc(100% - 2rem),var(--page-width))}.site-header__inner{grid-template-columns:82px auto 1fr;gap:.7rem;min-height:76px}.site-header__actions{gap:.75rem}.header-action span:not(.cart-count){display:none}.hero{min-height:auto}.hero__inner{grid-template-columns:1fr}.hero__content{padding:3.5rem 1.25rem 2.5rem}.hero__media{min-height:380px;order:-1}.hero__features{grid-template-columns:1fr}.display-title{font-size:clamp(3.2rem,16vw,5rem)}.gateway-card{grid-template-columns:1fr}.gateway-card__media{min-height:250px}.category-grid{grid-template-columns:1fr}.category-card{min-height:0}.trust-strip__grid{grid-template-columns:1fr}.trust-item+.trust-item{border-left:0;border-top:1px solid var(--color-border)}.coming-soon{grid-template-columns:1fr}.coming-soon__media{min-height:350px}.coming-soon__content{padding:3.5rem 1.5rem 5rem}.newsletter-form__row{display:grid}.newsletter-form__input{border-right:1px solid var(--color-border)}.site-footer__grid{grid-template-columns:1fr}.site-footer__bottom{align-items:flex-start;flex-direction:column;padding-block:1.5rem}}.template-index .site-header{position:relative;inset:auto;background:var(--cv-black);border-bottom:1px solid var(--cv-border)}.template-index .site-header__inner{min-height:72px}.hero--atelier{display:block;min-height:0;padding:1.5rem 0 0;color:var(--cv-white);background:radial-gradient(circle at 72% 18%,rgba(59,130,246,.08),transparent 24rem),var(--cv-black)}.hero--atelier .hero__frame{overflow:hidden;padding:0;border:1px solid var(--cv-border-strong);border-radius:10px;background:var(--cv-surface)}.hero--atelier .hero__body{display:grid;grid-template-columns:minmax(0,56%) minmax(0,44%);min-height:500px;background:linear-gradient(100deg,#1e2023,#292c30 56%,#ececed)}.hero--atelier .hero__content{position:relative;z-index:2;display:flex;align-self:center;flex-direction:column;align-items:flex-start;width:100%;max-width:690px;padding:clamp(3rem,5vw,5.25rem)}.hero--atelier .hero__eyebrow{margin-bottom:1.15rem}.hero--atelier .display-title{max-width:640px;margin:0;color:var(--cv-white);font-size:clamp(3rem,4.3vw,4.5rem);font-weight:300;line-height:1.02;letter-spacing:-.045em}.hero--atelier .display-title em{display:block;color:inherit;font-style:normal}.hero--atelier .lede{max-width:520px;margin:1.35rem 0 0;color:var(--cv-text-muted);font-size:1rem;line-height:1.65}.hero--atelier .hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.8rem}.hero--atelier .button--quiet{color:var(--cv-white);border:1px solid var(--cv-border-strong);background:transparent}.hero--atelier .button--quiet:hover{border-color:var(--cv-blue);background:#3b82f614}.hero--atelier .hero__status{max-width:520px;margin:1.15rem 0 0;color:var(--cv-text-soft);font-size:.73rem;letter-spacing:.08em;line-height:1.55;text-transform:uppercase}.hero--atelier .hero__media{position:relative;min-height:500px;overflow:hidden;background:#ececed}.hero--atelier .hero__media:before{position:absolute;z-index:1;inset:0 auto 0 0;width:34%;content:"";pointer-events:none;background:linear-gradient(90deg,#292c30,#2b2e3200)}.hero--atelier .hero__media img{display:block;width:100%;height:100%;min-height:500px;object-fit:contain;object-position:center}.hero--atelier .hero__proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));min-height:104px;border-top:1px solid var(--cv-border);background:#191b1e}.hero--atelier .hero-proof{display:flex;align-items:center;gap:.9rem;min-width:0;padding:1.35rem clamp(1.35rem,2.4vw,2.5rem);border-right:1px solid var(--cv-border)}.hero--atelier .hero-proof:last-child{border-right:0}.hero--atelier .hero-proof .icon{flex:0 0 auto;width:23px;height:23px;color:var(--cv-blue)}.hero--atelier .hero-proof div{display:grid;gap:.25rem}.hero--atelier .hero-proof strong{color:var(--cv-white);font-size:.76rem;font-weight:500;letter-spacing:.09em;text-transform:uppercase}.hero--atelier .hero-proof span{color:var(--cv-text-soft);font-size:.77rem;line-height:1.4}.template-index .path-section{padding:clamp(3.5rem,6vw,6rem) 0 2rem;background:var(--cv-black)}.template-index .path-section .page-intro{display:grid;grid-template-columns:minmax(0,.7fr) minmax(280px,.3fr);column-gap:clamp(2rem,5vw,5rem);align-items:end;max-width:none;margin:0 0 1.65rem;text-align:left}.template-index .path-section .page-intro .eyebrow{grid-column:1 / -1;justify-content:flex-start;margin-bottom:.8rem}.template-index .path-section .page-intro .eyebrow:before,.template-index .path-section .page-intro .eyebrow:after{display:none}.template-index .path-section .section-title{max-width:720px;margin:0;font-size:clamp(2.3rem,4vw,4.25rem);font-weight:300;letter-spacing:-.045em;line-height:1.04}.template-index .path-section .page-intro .lede{align-self:end;max-width:420px;margin:0 0 .35rem;color:var(--cv-text-muted);font-size:.95rem;line-height:1.65}.template-index .gateway-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:0;counter-reset:design-path}.template-index .gateway-card{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);grid-template-rows:minmax(300px,auto);min-height:300px;overflow:hidden;padding:0;counter-increment:design-path;border:1px solid var(--cv-border-strong);border-radius:9px;background:var(--cv-surface);box-shadow:none}.template-index .gateway-card:hover{transform:none;border-color:#3b82f694;box-shadow:0 18px 46px #0000002e}.template-index .gateway-card__media{position:relative;order:2;min-height:300px;overflow:hidden;border-left:1px solid var(--cv-border);border-radius:0 8px 8px 0;background:#ececed}.template-index .gateway-card__media:after{position:absolute;inset:0 auto 0 0;width:18%;content:"";pointer-events:none;background:linear-gradient(90deg,rgba(30,32,35,.4),transparent)}.template-index .gateway-card__media img{width:100%;height:100%;min-height:300px;object-fit:cover;object-position:center;transition:transform .5s ease}.template-index .gateway-card:hover .gateway-card__media img{transform:scale(1.015)}.template-index .gateway-card__content{position:relative;order:1;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;width:auto;min-width:0;padding:clamp(2rem,4vw,4rem);background:radial-gradient(circle at 0 0,rgba(59,130,246,.08),transparent 16rem),var(--cv-surface)}.template-index .gateway-card__content:before{display:block;margin-bottom:1.2rem;color:var(--cv-blue);content:"0" counter(design-path);font-size:.68rem;font-weight:600;letter-spacing:.14em}.template-index .gateway-card__badge{position:absolute;top:1.5rem;right:1.5rem;margin:0}.template-index .gateway-card h3{max-width:420px;margin:0;font-size:clamp(2rem,3.2vw,3.2rem);font-weight:300;letter-spacing:-.04em;line-height:1.02}.template-index .gateway-card p{max-width:430px;margin:1rem 0 0;color:var(--cv-text-muted);font-size:.92rem;line-height:1.62}.template-index .gateway-card .button{width:fit-content;margin-top:1.55rem}.template-index .trust-strip{width:min(calc(100% - 3rem),var(--page-width));margin:1rem auto clamp(3rem,6vw,6rem);overflow:hidden;border:1px solid var(--cv-border-strong);border-radius:9px;background:var(--cv-surface)}.template-index .trust-strip>.secondary-mark{display:none}.trust-strip__label{margin:0;padding:1.2rem 1.5rem 0;color:var(--cv-text-soft);font-size:.65rem;font-weight:500;letter-spacing:.15em;text-align:center;text-transform:uppercase}.template-index .trust-strip__grid{width:100%;padding:1.2rem 0 0}.template-index .trust-item{min-height:104px;padding:1.35rem clamp(1rem,2.2vw,2rem)}@media(max-width:980px){.hero--atelier .hero__body{grid-template-columns:minmax(0,58%) minmax(0,42%);min-height:460px}.hero--atelier .hero__content{padding:3rem}.hero--atelier .hero__media,.hero--atelier .hero__media img{min-height:460px}.hero--atelier .hero-proof{padding:1.2rem}.template-index .path-section .page-intro{grid-template-columns:1fr}.template-index .path-section .page-intro .lede{margin-top:1rem}.template-index .gateway-card{grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr)}}@media(max-width:760px){.template-index .site-header__inner{min-height:70px}.hero--atelier{padding-top:.75rem}.hero--atelier .hero__frame{width:min(calc(100% - 1rem),var(--page-width))}.hero--atelier .hero__body{grid-template-columns:1fr;min-height:0}.hero--atelier .hero__media{order:-1;min-height:300px}.hero--atelier .hero__media:before{inset:auto 0 0;width:100%;height:30%;background:linear-gradient(0deg,#292c30,#2b2e3200)}.hero--atelier .hero__media img{min-height:300px;object-position:center}.hero--atelier .hero__content{padding:2.25rem 1.5rem 2.5rem}.hero--atelier .display-title{font-size:clamp(2.65rem,12.5vw,3.75rem)}.hero--atelier .hero__proof{grid-template-columns:1fr}.hero--atelier .hero-proof{min-height:82px;border-right:0;border-bottom:1px solid var(--cv-border)}.hero--atelier .hero-proof:last-child{border-bottom:0}.template-index .path-section{padding-top:3.5rem}.template-index .path-section .page-intro{margin-bottom:1.35rem}.template-index .path-section .section-title{font-size:clamp(2.25rem,11vw,3.4rem)}.template-index .gateway-card{grid-template-columns:1fr;grid-template-rows:auto 260px}.template-index .gateway-card__content{padding:2rem 1.5rem 2.25rem}.template-index .gateway-card__media{order:2;min-height:260px;border-top:1px solid var(--cv-border);border-left:0;border-radius:0 0 8px 8px}.template-index .gateway-card__media:after{inset:0 0 auto;width:100%;height:16%;background:linear-gradient(180deg,rgba(30,32,35,.35),transparent)}.template-index .gateway-card__media img{min-height:260px}.template-index .trust-strip{width:min(calc(100% - 1rem),var(--page-width))}}.template-page--design main{overflow:hidden}.design-gateway{position:relative;min-height:clamp(700px,calc(100svh - 78px),900px);display:grid;align-items:center;padding-block:clamp(4.5rem,8vw,8rem);border-bottom:1px solid var(--cv-border);color:var(--cv-white);background:radial-gradient(circle at 72% 38%,rgba(59,130,246,.17),transparent 25rem),radial-gradient(circle at 16% 88%,rgba(236,236,237,.06),transparent 28rem),#141618}.design-gateway__grid{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:linear-gradient(90deg,transparent 5%,#000 54%,#000);mask-image:linear-gradient(90deg,transparent 5%,#000 54%,#000)}.design-gateway__hero{position:relative;z-index:1;display:grid;grid-template-columns:minmax(320px,.7fr) minmax(560px,1.3fr);align-items:center;gap:clamp(3rem,6vw,7rem)}.design-gateway__copy h1{max-width:690px;margin:1rem 0 1.6rem;color:var(--cv-white);font-family:var(--font-display);font-size:clamp(3.8rem,5.2vw,6.4rem);font-weight:300;line-height:.91;letter-spacing:-.065em}.design-gateway__copy h1 span{display:block;margin-top:.22em;color:#ececed9e;font-size:.58em;letter-spacing:-.045em}.design-gateway__kicker{margin:0;color:var(--cv-blue);font-size:.65rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase}.design-gateway__lede{max-width:520px;margin:0;color:#ececeda6;font-size:clamp(.95rem,1.2vw,1.08rem);line-height:1.65}.design-gateway__actions{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;margin-top:2rem}.design-gateway__proof{display:flex;flex-wrap:wrap;gap:.75rem 1.2rem;margin-top:clamp(3rem,6vh,5.5rem);color:#ececed75;font-size:.57rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.design-gateway__proof span{display:inline-flex;align-items:center;gap:.55rem}.design-gateway__proof span:before{width:4px;height:4px;border-radius:50%;background:var(--cv-blue);content:""}.design-gateway__demo{transform:perspective(1600px) rotateY(-2deg) rotateX(.8deg)}.design-paths{padding-block:clamp(5.5rem,9vw,9rem);color:var(--cv-white);background:#141618}.design-paths__intro{display:grid;grid-template-columns:.4fr minmax(400px,.9fr) minmax(260px,.55fr);align-items:end;gap:clamp(2rem,5vw,6rem);margin-bottom:clamp(3rem,6vw,5.5rem)}.design-paths__intro h2,.design-steps__heading h2{margin:0;color:var(--cv-white);font-family:var(--font-display);font-size:clamp(2.7rem,4.2vw,5rem);font-weight:300;line-height:.98;letter-spacing:-.055em}.design-paths__intro>p:last-child{max-width:430px;margin:0;color:var(--cv-muted);font-size:.9rem;line-height:1.65}.design-paths__grid{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(0,.82fr);gap:1rem}.design-path-card{min-width:0;border:1px solid var(--cv-border);border-radius:14px;background:#1e2023;overflow:hidden;transition:border-color .25s ease,transform .25s ease}.design-path-card:hover{border-color:#63a0ff94;transform:translateY(-3px)}.design-path-card__media{position:relative;aspect-ratio:16 / 10;border-bottom:1px solid var(--cv-border);background:#ecebe8;overflow:hidden}.design-path-card--secondary .design-path-card__media{aspect-ratio:14 / 10}.design-path-card__media:after{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,transparent 62%,rgba(20,22,24,.25));content:""}.design-path-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.design-path-card:hover .design-path-card__media img{transform:scale(1.025)}.design-path-card__index{position:absolute;z-index:1;top:1rem;right:1rem;display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(255,255,255,.42);border-radius:50%;color:#fff;background:#14161861;font-size:.58rem;font-weight:600;letter-spacing:.08em;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.design-path-card__content{min-height:300px;display:flex;flex-direction:column;align-items:flex-start;padding:clamp(1.6rem,3vw,2.8rem)}.design-path-card__status{display:inline-flex;align-items:center;gap:.55rem;margin:0 0 1.2rem;color:#63a0ff;font-size:.59rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.design-path-card__status:before{width:5px;height:5px;border-radius:50%;background:currentColor;content:""}.design-path-card__status--muted{color:#ececed75}.design-path-card__content h2{margin:0;color:var(--cv-white);font-family:var(--font-display);font-size:clamp(2rem,3.2vw,3.8rem);font-weight:300;line-height:1;letter-spacing:-.05em}.design-path-card__content>p:not(.design-path-card__status){max-width:560px;margin:1rem 0 2rem;color:var(--cv-muted);font-size:.88rem;line-height:1.65}.design-path-card__link{display:inline-flex;align-items:center;gap:.8rem;margin-top:auto;padding-bottom:.35rem;border-bottom:1px solid rgba(236,236,237,.32);color:var(--cv-white);font-size:.62rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.design-path-card__link svg{width:15px;height:15px;fill:none;stroke:currentColor;transition:transform .2s ease}.design-path-card__link:hover svg{transform:translate(4px)}.design-steps{padding-block:clamp(4.5rem,7vw,7rem);border-block:1px solid var(--cv-border);color:var(--cv-white);background:#1e2023}.design-steps__inner{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);gap:clamp(3rem,7vw,8rem)}.design-steps__heading .design-gateway__kicker{margin-bottom:1rem}.design-steps__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0;padding:0;list-style:none}.design-steps__list li{min-width:0;padding:.35rem clamp(1.2rem,2.5vw,2.5rem);border-left:1px solid var(--cv-border)}.design-steps__list span{display:block;margin-bottom:clamp(2.5rem,5vw,5rem);color:var(--cv-blue);font-size:.62rem;font-weight:600;letter-spacing:.1em}.design-steps__list strong{display:block;color:var(--cv-white);font-size:.78rem;font-weight:500}.design-steps__list p{margin:.7rem 0 0;color:var(--cv-muted);font-size:.76rem;line-height:1.6}@media(max-width:1100px){.design-gateway__hero{grid-template-columns:minmax(280px,.72fr) minmax(430px,1.28fr);gap:2.5rem}.design-paths__intro{grid-template-columns:.35fr 1fr}.design-paths__intro>p:last-child{grid-column:2}.design-steps__inner{grid-template-columns:1fr}}@media(max-width:860px){.design-gateway{min-height:0}.design-gateway__hero{grid-template-columns:1fr}.design-gateway__copy{max-width:660px}.design-gateway__demo{transform:none}.design-paths__grid{grid-template-columns:1fr}.design-path-card--secondary .design-path-card__media{aspect-ratio:16 / 10}}@media(max-width:760px){.design-gateway{padding-block:4rem 5rem}.design-gateway__copy h1{font-size:clamp(3.25rem,16vw,4.8rem)}.design-gateway__actions{align-items:flex-start;flex-direction:column}.design-gateway__proof{display:grid}.design-paths__intro{grid-template-columns:1fr}.design-paths__intro>p:last-child{grid-column:auto}.design-path-card__media,.design-path-card--secondary .design-path-card__media{aspect-ratio:4 / 3}.design-path-card__content{min-height:280px}.design-steps__list{grid-template-columns:1fr}.design-steps__list li{display:grid;grid-template-columns:42px 1fr;gap:0 1rem;padding:1.5rem 0;border-top:1px solid var(--cv-border);border-left:0}.design-steps__list span{grid-row:1 / 3;margin:0}}@media(prefers-reduced-motion:reduce){.design-path-card,.design-path-card__media img,.design-path-card__link svg{transition:none}}.password-layout{color:var(--cv-white);background:#141618}.password-page{position:relative;min-height:100svh;display:block;padding:0;color:var(--cv-white);background:radial-gradient(circle at 76% 42%,rgba(59,130,246,.16),transparent 28rem),radial-gradient(circle at 14% 90%,rgba(236,236,237,.05),transparent 26rem),#141618;text-align:left;overflow:hidden}.password-page__grid{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 48%,#000);mask-image:linear-gradient(90deg,transparent,#000 48%,#000)}.password-page__shell{position:relative;z-index:1;width:min(calc(100% - 5rem),1440px);min-height:100svh;display:grid;grid-template-rows:auto 1fr auto;margin-inline:auto}.password-page__header{min-height:94px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(236,236,237,.12)}.password-page__header .brand{margin:0}.password-page__header .brand__image{width:72px}.password-page__header>span,.password-page__footer{color:#ececed7a;font-size:.59rem;font-weight:600;letter-spacing:.13em;text-transform:uppercase}.password-page__content{display:grid;grid-template-columns:minmax(380px,.78fr) minmax(580px,1.22fr);align-items:center;gap:clamp(4rem,8vw,9rem);padding-block:clamp(4rem,8vh,7rem)}.password-page__copy{max-width:610px}.password-page__kicker{margin:0;color:var(--cv-blue);font-size:.66rem;font-weight:600;letter-spacing:.19em;text-transform:uppercase}.password-page__copy h1{max-width:640px;margin:1rem 0 1.5rem;color:var(--cv-white);font-family:var(--font-display);font-size:clamp(3.6rem,5.4vw,6.5rem);font-weight:300;line-height:.94;letter-spacing:-.065em}.password-page__lede{max-width:560px;margin:0;color:#ececeda3;font-size:clamp(.98rem,1.25vw,1.12rem);line-height:1.65}.password-page__signup{max-width:610px;margin-top:2rem}.password-page__signup .newsletter-form__row{padding:5px;border:1px solid rgba(236,236,237,.2);border-radius:7px;background:#1e2023b8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.password-page__signup .newsletter-form__input{min-width:0;min-height:54px;padding-inline:1rem;border:0;background:transparent}.password-page__signup .newsletter-form__input::placeholder{color:#ececed6b}.password-page__signup .newsletter-form__button{min-height:54px;border-radius:4px}.password-page__signup .form-message--success{color:#8fc5a0}.password-page__signup .form-message--error{color:#ffabab}.password-page__consent{margin:.8rem 0 0;color:#ececed61;font-size:.65rem}.password-page__consent a{margin-left:.3rem;color:#ececedad;text-decoration:underline;text-underline-offset:3px}.password-page__social{display:flex;flex-wrap:wrap;gap:.65rem 1.1rem;margin-top:1.15rem}.password-page__social a{color:var(--cv-white);font-size:.68rem;font-weight:600;letter-spacing:.08em;text-decoration:none;text-transform:uppercase}.password-page__social a:hover,.password-page__social a:focus-visible{color:var(--cv-blue)}.password-page__social span{margin-left:.2rem}.password-access{max-width:610px;margin-top:2.4rem;padding-top:1.1rem;border-top:1px solid rgba(236,236,237,.12)}.password-access summary{width:fit-content;color:#ececed7a;font-size:.62rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;cursor:pointer}.password-access[open] summary{color:var(--cv-white)}.password-access__form{max-width:none;margin:1rem 0 0}.password-access__form input{background:#1e2023b8}.password-preview{min-width:0;padding:.55rem;border:1px solid rgba(236,236,237,.18);border-radius:17px;background:#1e2023db;box-shadow:0 38px 90px #00000061;transform:perspective(1600px) rotateY(-2deg) rotateX(.8deg);transform-origin:center left}.password-preview__chrome{min-height:42px;display:flex;align-items:center;justify-content:space-between;padding-inline:.85rem;color:#ececed8a;font-size:.57rem;font-weight:600;letter-spacing:.11em;text-transform:uppercase}.password-preview__chrome span:first-child{display:inline-flex;align-items:center;gap:.55rem;color:#ececedbd}.password-preview__chrome i{width:6px;height:6px;border-radius:50%;background:var(--cv-blue);box-shadow:0 0 0 4px #3b82f621}.password-preview__viewport{position:relative;aspect-ratio:16 / 9;border:1px solid rgba(236,236,237,.12);border-radius:10px;background:#ecebe8;overflow:hidden}.password-preview__timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:.4rem;padding:.75rem .35rem .2rem;color:#ececed66;font-size:.52rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.password-preview__timeline span{position:relative;padding-top:.55rem}.password-preview__timeline span:before{position:absolute;top:0;right:0;left:0;height:2px;background:#ececed1f;content:""}.password-preview>p{margin:0;padding:.6rem .35rem .45rem;color:#ececeda3;font-size:.63rem;letter-spacing:.1em;text-transform:uppercase}.password-page__footer{min-height:68px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(236,236,237,.12)}@media(max-width:1100px){.password-page__content{grid-template-columns:minmax(330px,.8fr) minmax(460px,1.2fr);gap:3rem}}@media(max-width:900px){.password-page__shell{width:min(calc(100% - 3rem),720px)}.password-page__content{grid-template-columns:1fr;gap:3.5rem;padding-block:4rem}.password-preview{transform:none}}@media(max-width:600px){.password-page__shell{width:min(calc(100% - 2rem),540px)}.password-page__header{min-height:78px}.password-page__header .brand__image{width:62px}.password-page__copy h1{font-size:clamp(3.25rem,15vw,4.5rem)}.password-page__signup .newsletter-form__row,.password-access__form{display:grid;grid-template-columns:1fr}.password-page__signup .newsletter-form__button,.password-access__form .button{width:100%}.password-preview__chrome span:last-child,.password-preview__timeline{display:none}.password-page__footer{align-items:flex-start;flex-direction:column;justify-content:center;gap:.35rem;padding-block:1rem}}@media(max-width:520px){.hero--atelier .hero__actions,.hero--atelier .hero__actions .button{width:100%}.hero--atelier .hero__actions .button{justify-content:space-between}.template-index .gateway-card__badge{position:static;margin:0 0 .75rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.hero--lifestyle{min-height:clamp(720px,calc(100svh - 72px),940px);color:#ececed;background:#141618}.hero--lifestyle .hero__media,.hero--lifestyle .hero__veil{position:absolute;top:0;right:0;bottom:0;left:0}.hero--lifestyle .hero__media img{width:100%;height:100%;object-fit:cover;object-position:50% 48%;transform:none}.hero--lifestyle .hero__veil{display:block;z-index:1;background:linear-gradient(90deg,#0f11130a 28%,#0f111352 54%,#0f1113e0),linear-gradient(0deg,rgba(15,17,19,.52),transparent 42%)}.hero--lifestyle .hero__inner{position:relative;z-index:2;display:flex;justify-content:flex-end;align-items:center;min-height:inherit}.hero--lifestyle .hero__content{width:min(560px,43%);padding:clamp(5rem,9vh,8rem) 0}.hero--lifestyle .hero__eyebrow{margin-bottom:1.35rem;color:#63a0ff}.hero--lifestyle .display-title{max-width:600px;color:#fff;font-size:clamp(4.5rem,6vw,7.25rem);line-height:.89;letter-spacing:-.07em}.hero--lifestyle .display-title em{max-width:580px;margin-top:.2em;color:#ffffffb8;font-size:.56em;letter-spacing:-.045em}.hero--lifestyle .lede{max-width:500px;color:#ffffffb8}.hero--lifestyle .hero__scroll{color:#ffffff9e}.configurator-showcase{position:relative;overflow:hidden;padding:clamp(6rem,10vw,10rem) 0;color:#141618;background:#ececed}.configurator-showcase:before{position:absolute;top:-240px;right:-180px;width:560px;height:560px;border-radius:50%;pointer-events:none;background:#3b82f614;filter:blur(80px);content:""}.configurator-showcase__inner{position:relative;display:grid;grid-template-columns:minmax(300px,.6fr) minmax(600px,1.4fr);gap:clamp(3.5rem,7vw,7rem);align-items:center}.configurator-showcase__copy .eyebrow{justify-content:flex-start;color:#246fdf}.configurator-showcase__copy .eyebrow:before,.configurator-showcase__copy .eyebrow:after{display:none}.configurator-showcase__copy h2{max-width:520px;margin:1.25rem 0 0;font-size:clamp(3.4rem,4.8vw,5.75rem);font-weight:300;line-height:.96;letter-spacing:-.06em}.configurator-showcase__copy .lede{max-width:490px;margin-top:1.6rem;color:#141618a8}.configurator-showcase__details{margin:2.5rem 0}.configurator-showcase__details>div{display:grid;grid-template-columns:34px 1fr;gap:.75rem;padding:1rem 0;border-top:1px solid rgba(20,22,24,.14)}.configurator-showcase__details>div:last-child{border-bottom:1px solid rgba(20,22,24,.14)}.configurator-showcase__details dt{color:#246fdf;font-size:.62rem;font-weight:700;letter-spacing:.1em}.configurator-showcase__details dd{margin:0;color:#141618b3;font-size:.84rem;line-height:1.5}.configurator-showcase .text-link--light{color:#141618}.configurator-showcase__demo{transform:perspective(1800px) rotateY(-1.5deg) rotateX(.5deg);box-shadow:0 38px 90px #14161833}@media(max-width:1120px){.hero--lifestyle .hero__content{width:min(520px,48%)}.configurator-showcase__inner{grid-template-columns:minmax(280px,.62fr) minmax(520px,1.38fr);gap:3rem}}@media(max-width:900px){.hero--lifestyle .hero__content{width:min(520px,52%)}.hero--lifestyle .display-title{font-size:clamp(4rem,8vw,6rem)}.configurator-showcase__inner{grid-template-columns:1fr}.configurator-showcase__copy{max-width:650px}.configurator-showcase__demo{transform:none}}@media(max-width:760px){.hero--lifestyle{min-height:0}.hero--lifestyle .hero__media{position:relative;inset:auto;height:450px}.hero--lifestyle .hero__media img{object-position:48% 50%}.hero--lifestyle .hero__veil{display:none}.hero--lifestyle .hero__inner{min-height:0;background:#141618}.hero--lifestyle .hero__content{width:100%;padding:3.5rem 0 5rem}.hero--lifestyle .display-title{font-size:clamp(3.8rem,15vw,5.2rem)}.hero--lifestyle .hero__scroll{display:none}.configurator-showcase{padding:5.5rem 0}.configurator-showcase__inner{gap:3rem}.configurator-showcase__copy h2{font-size:clamp(3.35rem,14vw,4.75rem)}.configurator-showcase__demo{width:calc(100% + 1rem);margin-left:-.5rem}}.editorial-hero{min-height:610px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:stretch;border-bottom:1px solid var(--color-border);background:var(--color-surface)}.editorial-hero--reverse .editorial-hero__content{order:2}.editorial-hero__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(4rem,8vw,9rem)}.editorial-hero__content .eyebrow{justify-content:flex-start}.editorial-hero__content .eyebrow:before{display:none}.editorial-hero__media{min-height:500px;overflow:hidden}.editorial-hero__media img{width:100%;height:100%;object-fit:cover}.editorial-body{max-width:1080px;padding-block:var(--space-section)}.editorial-prose{max-width:780px;margin-inline:auto}.editorial-block{padding-block:clamp(2.5rem,5vw,5rem);border-bottom:1px solid var(--color-border)}.editorial-block--text{display:grid;grid-template-columns:minmax(150px,.35fr) minmax(0,.65fr);column-gap:clamp(2rem,7vw,7rem)}.editorial-block--text .editorial-kicker{grid-row:span 2}.editorial-block--split{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(2rem,8vw,8rem)}.editorial-block--steps{display:grid;grid-template-columns:90px 1fr;gap:1.5rem}.editorial-block h2,.editorial-callout h2,.empty-state h2,.cart-summary h2,.contact-panel h2{margin:0 0 1rem;font-family:var(--font-display);font-size:clamp(1.8rem,3.2vw,3rem);font-weight:400;line-height:1.1}.editorial-kicker,.step-number{margin:0;color:var(--color-accent);font-size:.72rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase}.step-number{font-family:var(--font-display);font-size:2rem;letter-spacing:0}.rte p:first-child{margin-top:0}.rte p:last-child{margin-bottom:0}.rte a{color:#76591f;text-decoration:underline;text-underline-offset:.2em}.editorial-detail{border-bottom:1px solid var(--color-border)}.editorial-detail summary{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:2rem;font-family:var(--font-display);font-size:clamp(1.35rem,2.4vw,2rem);cursor:pointer;list-style:none}.editorial-detail summary::-webkit-details-marker{display:none}.editorial-detail summary span{color:var(--color-accent);font-family:var(--font-body);transition:transform .2s ease}.editorial-detail[open] summary span{transform:rotate(45deg)}.editorial-detail>.rte{max-width:760px;padding:0 3rem 2rem 0;color:var(--color-muted)}.editorial-callout{margin-top:clamp(4rem,8vw,8rem);padding:clamp(2.5rem,6vw,5rem);border:1px solid var(--color-accent);border-radius:var(--radius-card);background:var(--color-surface);text-align:center;box-shadow:var(--shadow-soft)}.editorial-callout .eyebrow,.editorial-callout .rte{margin-inline:auto}.editorial-callout .rte{max-width:650px}.editorial-callout .button{margin-top:1.5rem}.contact-page__grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(3rem,8vw,9rem)}.contact-page .eyebrow{justify-content:flex-start}.contact-page .eyebrow:before{display:none}.contact-facts{margin:3rem 0 0}.contact-facts>div{display:grid;grid-template-columns:120px 1fr;gap:1rem;padding-block:1rem;border-top:1px solid var(--color-border)}.contact-facts dt,.field label,.cart-summary label{font-size:.72rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.contact-facts dd{margin:0;color:var(--color-muted)}.contact-panel{padding:clamp(2rem,5vw,4rem);border:1px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-surface)}.contact-form,.product-form{display:grid;gap:1.35rem}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.field{display:grid;gap:.5rem}.field label span,.cart-summary label span{color:var(--color-muted);font-weight:400;text-transform:none}.field input,.field select,.field textarea,.cart-summary textarea,.search-form input,.password-form input{width:100%;min-height:52px;padding:.8rem .9rem;border:1px solid var(--color-border);border-radius:0;background:var(--color-surface);color:var(--color-ink)}.field textarea,.cart-summary textarea{resize:vertical}.empty-state{max-width:740px;margin:4rem auto 0;padding:clamp(2.5rem,6vw,5rem);border:1px solid var(--color-border);text-align:center}.empty-state .button{margin-top:1rem}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:clamp(2rem,5vw,5rem);margin-top:3rem}.cart-item{display:grid;grid-template-columns:150px 1fr auto;gap:1.5rem;padding-block:1.5rem;border-top:1px solid var(--color-border)}.cart-item__image{aspect-ratio:1;background:var(--color-surface)}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__details h2{margin:0;font-family:var(--font-display);font-size:1.5rem;font-weight:400}.cart-item__details p,.cart-property{margin:.35rem 0;color:var(--color-muted);font-size:.82rem}.cart-item__controls{display:flex;align-items:center;gap:1rem;margin-top:1rem;font-size:.75rem}.cart-item__controls input{width:64px;min-height:44px;border:1px solid var(--color-border);text-align:center}.cart-summary{align-self:start;display:grid;gap:1.2rem;padding:2rem;border:1px solid var(--color-border);background:var(--color-surface)}.cart-summary__line{display:flex;justify-content:space-between;gap:2rem}.cart-summary__note,.product-disclaimer{color:var(--color-muted);font-size:.75rem}.product-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(3rem,8vw,8rem)}.product-gallery{display:grid;gap:1rem}.product-media{background:var(--color-surface)}.product-media img,.product-media svg{width:100%;height:auto}.product-info{position:sticky;top:2rem;align-self:start}.product-info .eyebrow{justify-content:flex-start}.product-info .eyebrow:before{display:none}.product-price{color:var(--color-accent);font-size:1.2rem}.product-form{margin-top:2rem}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;margin-top:3rem}.product-card__media{aspect-ratio:1;overflow:hidden;background:var(--color-surface)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.product-card:hover img{transform:scale(1.015)}.product-card h2{margin:1rem 0 .25rem;font-family:var(--font-display);font-size:1.5rem;font-weight:400}.product-card p{margin:0;color:var(--color-muted);font-size:.82rem}.search-form{max-width:850px;display:grid;grid-template-columns:1fr auto;margin:2.5rem auto}.search-summary{margin-block:3rem 1rem;color:var(--color-muted)}.search-results{display:grid;gap:1px;background:var(--color-border)}.search-result{background:var(--color-background)}.search-result a{display:grid;grid-template-columns:150px 1fr;align-items:center;gap:1.5rem;padding:1.5rem}.search-result__media{aspect-ratio:1;overflow:hidden}.search-result__media img{width:100%;height:100%;object-fit:cover}.search-result h2{margin:0;font-family:var(--font-display);font-weight:400}.policy-content{margin-top:3rem}.password-layout{min-height:100vh;background:var(--color-background)}.password-page{min-height:100vh;display:grid;place-items:center;padding:2rem;text-align:center}.password-page__inner{max-width:760px}.password-page__inner .brand{margin:0 auto 3rem}.password-page__inner .lede{margin-inline:auto}.password-form{max-width:520px;display:grid;grid-template-columns:1fr auto;margin:2rem auto 0}@media(max-width:900px){.editorial-hero,.contact-page__grid,.product-layout,.cart-layout{grid-template-columns:1fr}.editorial-hero--reverse .editorial-hero__content{order:initial}.editorial-hero__media{min-height:420px;order:-1}.product-info{position:static}.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.editorial-hero__content{padding:3.5rem 1.25rem}.editorial-hero__media{min-height:330px}.editorial-block--text,.editorial-block--split,.editorial-block--steps,.field-grid{grid-template-columns:1fr}.editorial-block--text .editorial-kicker{grid-row:auto}.cart-item{grid-template-columns:95px 1fr}.cart-item__total{grid-column:2}.product-grid,.search-form,.password-form{grid-template-columns:1fr}.search-result a{grid-template-columns:90px 1fr;padding:1rem}}.template-index{background:#070a0c}.template-index .site-header{position:absolute;inset:0 0 auto;color:#f7f3eb;border-bottom-color:#ffffff21;background:linear-gradient(180deg,#050709e6,#0507099e);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.template-index .site-header__inner{min-height:96px}.template-index .site-header .brand__image{filter:invert(1);mix-blend-mode:screen}.template-index .site-header__actions{gap:1.15rem}.template-index .cart-count{background:#c8a261;color:#080a0c}.hero--editorial{min-height:clamp(700px,88svh,940px);position:relative;display:grid;align-items:stretch;color:#f7f3eb;border-bottom-color:#c8a261b8;background:#07090b}.hero--editorial .hero__media,.hero--editorial .hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0}.hero--editorial .hero__media{min-height:0}.hero--editorial .hero__media img{width:100%;height:100%;object-fit:cover;object-position:69% 52%}.hero--editorial .hero__scrim{z-index:1;background:linear-gradient(90deg,#050709f5,#050709d9 30%,#05070938 66%,#05070914),linear-gradient(0deg,rgba(5,7,9,.34),transparent 42%)}.hero--editorial .hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.55fr) minmax(0,.45fr);align-items:center}.hero--editorial .hero__content{align-self:center;padding:clamp(10rem,17vh,13rem) 0 clamp(5rem,10vh,8rem)}.hero--editorial .hero__eyebrow{justify-content:flex-start;margin:0 0 1.5rem;color:#d1ad6d}.hero--editorial .hero__eyebrow:before{display:none}.hero--editorial .display-title{max-width:720px;margin:0;font-size:clamp(4rem,6.8vw,7.7rem);line-height:.92;text-wrap:balance}.hero--editorial .display-title em{display:block;color:#f7f3eb;font-style:normal;font-weight:400}.hero--editorial .lede{max-width:580px;margin-top:1.8rem;color:#f7f3ebc7;font-size:clamp(1rem,1.35vw,1.22rem)}.hero__actions{display:flex;gap:1rem;margin-top:2rem}.hero__status{max-width:560px;margin:1.2rem 0 0;color:#f7f3eb91;font-size:.73rem;letter-spacing:.03em}.button--gold{border-color:#c8a261;background:#c8a261;color:#080a0c}.button--outline-light{border-color:#f7f3eb94;color:#f7f3eb}.button--gold:hover,.button--outline-light:hover{border-color:#f7f3eb;background:#f7f3eb;color:#080a0c}.path-section{position:relative;color:#f7f3eb;background:radial-gradient(circle at 82% 8%,rgba(185,149,85,.1),transparent 24rem),linear-gradient(180deg,#080b0d,#0b0e11)}.path-section .page-intro{position:relative}.path-section .page-intro .eyebrow{margin:0 0 1.1rem}.path-section .page-intro .secondary-mark{top:-2.2rem;color:#d1ad6d;background:#080b0d}.path-section .page-intro .lede{color:#f7f3eb9e}.template-index .gateway-grid{gap:clamp(.9rem,1.6vw,1.5rem);margin-top:3.4rem}.template-index .gateway-card{min-height:clamp(520px,48vw,680px);position:relative;display:flex;align-items:flex-end;padding:clamp(1.5rem,2.8vw,2.5rem);border-color:#f7f3eb38;border-radius:8px;background:#101417;isolation:isolate;overflow:hidden}.template-index .gateway-card--featured{border-color:#c8a261;box-shadow:0 30px 80px #0000003d}.template-index .gateway-card:after{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#06080a08 26%,#06080aed 79%,#080b0d)}.template-index .gateway-card__media{position:absolute;z-index:-2;top:0;right:0;bottom:0;left:0;border-radius:0}.template-index .gateway-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.template-index .gateway-card:first-child .gateway-card__media img{object-position:69% 50%}.template-index .gateway-card:hover .gateway-card__media img{transform:scale(1.025)}.template-index .gateway-card__content{width:100%;gap:.8rem}.template-index .gateway-card__title{color:#f7f3eb;font-size:clamp(2.2rem,3.4vw,4rem)}.template-index .gateway-card__status{color:#d1ad6d}.template-index .gateway-card__body{max-width:390px;margin:0 0 .5rem;color:#f7f3ebad}.template-index .gateway-card .badge{border-color:#f7f3eb47;background:#070a0cb8;color:#f7f3eb;box-shadow:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.template-index .gateway-card .button{width:fit-content;min-width:210px;margin-top:.5rem}.template-index .trust-strip{color:#f7f3eb;border-color:#f7f3eb21;background:#070a0c}.template-index .trust-strip .secondary-mark{background:#070a0c}.template-index .trust-item+.trust-item{border-color:#f7f3eb21}.template-index .trust-item span{color:#f7f3eb94}.site-footer{color:#f7f3eb;border-top-color:#f7f3eb1f;background:#080b0d}.site-footer .brand__image{filter:invert(1);mix-blend-mode:screen}.site-footer p,.site-footer .footer-links,.site-footer__social,.site-footer__legal{color:#f7f3eb99}.site-footer__bottom{border-top-color:#f7f3eb1f}.site-footer .newsletter-form__input{border-color:#f7f3eb47;background:#ffffff0a;color:#f7f3eb}.site-footer .newsletter-form__input::placeholder{color:#f7f3eb7a}@media(max-width:1100px){.template-index .site-header__inner{min-height:82px}.template-index .site-header__nav{position:fixed;top:82px;left:0;right:0;width:100vw;transform:none;color:#f7f3eb;border-bottom-color:#f7f3eb24;background:#070a0cfa}.template-index .gateway-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.template-index .gateway-card{min-height:560px}}@media(max-width:900px){.hero--editorial .hero__inner{grid-template-columns:minmax(0,.78fr) minmax(0,.22fr)}.hero--editorial .hero__scrim{background:linear-gradient(90deg,#050709f5,#050709a3 58%,#05070926)}.template-index .gateway-grid{grid-template-columns:1fr}.template-index .gateway-card{min-height:620px}}@media(max-width:760px){.template-index .site-header__inner{grid-template-columns:80px auto 1fr;min-height:74px}.template-index .site-header__actions{gap:.7rem}.template-index .site-header__nav{top:74px}.hero--editorial{min-height:760px}.hero--editorial .hero__media{min-height:0;order:initial}.hero--editorial .hero__media img{object-position:66% 42%}.hero--editorial .hero__scrim{background:linear-gradient(180deg,#0507091f 10%,#0507094d 38%,#050709f7 73%,#050709),linear-gradient(90deg,rgba(5,7,9,.5),transparent 70%)}.hero--editorial .hero__inner{display:flex;align-items:flex-end}.hero--editorial .hero__content{width:100%;padding:24rem 0 3.5rem}.hero--editorial .display-title{font-size:clamp(3.5rem,16vw,5.3rem)}.hero--editorial .lede{font-size:1rem}.template-index .gateway-card{min-height:560px;grid-template-columns:initial}.template-index .gateway-card__media{min-height:0}.template-index .gateway-card .button{width:100%}}@media(max-width:460px){.template-index .site-header__actions{gap:.4rem}.template-index .site-header__actions .header-action{padding:.3rem}.template-index .cart-count{display:none}.hero--editorial .hero__eyebrow{font-size:.67rem}.hero--editorial .display-title{font-size:clamp(3.2rem,15.8vw,4.8rem)}.hero__actions .button{width:100%}}:root{--cv-black: #141618;--cv-surface: #1e2023;--cv-raised: #2b2e32;--cv-white: #ececed;--cv-blue: #3b82f6;--cv-border: #3b4047;--cv-muted: #a7aaaf;--cv-radius: 8px;--radius-card: var(--cv-radius);--shadow-soft: none}body,.template-index{color:var(--cv-white);background:var(--cv-black)}.display-title,.section-title,.card-title,.gateway-card__title,.editorial-block h2,.editorial-callout h2,.empty-state h2,.cart-summary h2,.contact-panel h2,.product-card h2,.search-result h2,.editorial-detail summary{font-family:var(--font-display);font-weight:300;letter-spacing:-.045em}.display-title{font-size:clamp(3rem,5vw,5.7rem);line-height:1.02}.section-title{font-size:clamp(2.1rem,3.5vw,3.8rem);line-height:1.05}.eyebrow{color:var(--cv-blue);font-size:.67rem;font-weight:500;letter-spacing:.18em}.eyebrow:before,.eyebrow:after{background:var(--cv-blue)}.lede{color:var(--cv-muted);font-size:clamp(.95rem,1.2vw,1.1rem)}.site-header,.template-index .site-header{position:relative;color:var(--cv-white);border-bottom:1px solid var(--cv-border);background:#141618f5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.template-index .site-header{position:absolute;inset:0 0 auto}.site-header__inner,.template-index .site-header__inner{min-height:78px;grid-template-columns:150px 1fr auto;gap:2rem}.site-header .brand__image,.template-index .site-header .brand__image,.site-footer .brand__image,.password-page .brand__image{filter:invert(1);mix-blend-mode:screen}.site-header__links{gap:clamp(1.2rem,2.4vw,2.8rem)}.site-header__links a,.header-action{font-size:.65rem;font-weight:500;letter-spacing:.08em}.site-header__links a:after{background:var(--cv-blue)}.site-header__actions,.template-index .site-header__actions{gap:1rem}.template-index .header-action span:not(.cart-count){display:none}.cart-count,.template-index .cart-count{background:var(--cv-blue);color:#fff}.button{min-height:46px;padding:.75rem 1.2rem;border-color:var(--cv-border);border-radius:4px;font-size:.65rem;font-weight:500;letter-spacing:.08em}.button:hover,.button--dark,.button--gold,.button--gold:hover{border-color:var(--cv-blue);background:var(--cv-blue);color:#fff}.button--outline-light,.button--outline-light:hover{border-color:var(--cv-border);background:transparent;color:var(--cv-white)}.button--outline-light:hover{border-color:var(--cv-blue);color:var(--cv-blue)}.badge,.template-index .gateway-card .badge{padding:.38rem .68rem;border-color:#3b82f67a;border-radius:4px;background:#3b82f614;color:#8ab8ff;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.badge--muted{border-color:var(--cv-border);background:#ffffff06;color:var(--cv-muted)}.hero--editorial{min-height:clamp(620px,78svh,760px);color:var(--cv-white);border-bottom-color:var(--cv-border);background:var(--cv-black)}.hero--editorial .hero__media img{object-position:72% 50%}.hero--editorial .hero__scrim{background:linear-gradient(90deg,#141618,#141618f7 34%,#141618b3 52%,#14161814 76%),linear-gradient(0deg,rgba(20,22,24,.18),transparent 45%)}.hero--editorial .hero__inner{grid-template-columns:minmax(0,.52fr) minmax(0,.48fr)}.hero--editorial .hero__content{padding:clamp(8rem,14vh,10rem) 0 clamp(4rem,8vh,6rem)}.hero--editorial .hero__eyebrow{margin-bottom:1.25rem;color:#8ab8ff}.hero--editorial .display-title{max-width:650px;font-size:clamp(3.2rem,4.25vw,4.8rem);line-height:1.02;letter-spacing:-.055em}.hero--editorial .display-title em{margin-top:.08em;color:var(--cv-white);font-style:normal}.hero--editorial .lede{max-width:520px;margin-top:1.35rem;color:#ececedb8}.hero__actions{margin-top:1.65rem}.hero__actions .button--outline-light{border-color:var(--cv-blue)}.hero__status{max-width:520px;color:#ececed80;font-size:.68rem}.path-section{color:var(--cv-white);background:var(--cv-black)}.path-section .page-intro .secondary-mark,.template-index .trust-strip .secondary-mark{color:var(--cv-blue);background:var(--cv-black)}.path-section .page-intro .lede{color:var(--cv-muted)}.template-index .gateway-grid{gap:1rem;margin-top:2.8rem}.template-index .gateway-card{min-height:0;display:grid;grid-template-rows:250px 1fr;align-items:stretch;padding:0;border-color:var(--cv-border);border-radius:var(--cv-radius);background:var(--cv-surface);isolation:auto}.template-index .gateway-card--featured{border-color:#3b82f6b8;box-shadow:none}.template-index .gateway-card:after{display:none}.template-index .gateway-card__media{position:relative;z-index:auto;inset:auto;min-height:250px;border-radius:7px 7px 0 0;background:#ececed}.template-index .gateway-card__media img,.template-index .gateway-card:first-child .gateway-card__media img{object-position:center}.template-index .gateway-card:hover .gateway-card__media img{transform:none}.template-index .gateway-card__content{padding:1.5rem;gap:.7rem}.template-index .gateway-card__title{color:var(--cv-white);font-size:clamp(1.7rem,2.5vw,2.6rem);line-height:1.02;letter-spacing:-.045em}.template-index .gateway-card__status{color:#8ab8ff;font-size:.72rem}.template-index .gateway-card__body{max-width:420px;color:var(--cv-muted);font-size:.8rem}.template-index .gateway-card .button{width:fit-content;min-width:170px;margin-top:auto}.template-index .trust-strip{color:var(--cv-white);border-color:var(--cv-border);background:var(--cv-surface)}.template-index .trust-item+.trust-item{border-color:var(--cv-border)}.template-index .trust-item svg{stroke:var(--cv-blue)}.template-index .trust-item strong{font-size:.65rem;letter-spacing:.08em}.template-index .trust-item span{color:var(--cv-muted)}.editorial-hero,.coming-soon,.contact-panel,.cart-summary,.product-media,.product-card__media,.empty-state,.editorial-callout,.password-layout,.password-page{color:var(--cv-white);border-color:var(--cv-border);background:var(--cv-surface)}.editorial-hero__content,.coming-soon__content,.editorial-body,.contact-page,.product-layout,.cart-layout,.policy-content{color:var(--cv-white)}.editorial-block,.editorial-detail,.contact-facts>div,.cart-item,.search-results,.site-footer__bottom{border-color:var(--cv-border)}.rte,.editorial-detail>.rte,.contact-facts dd,.cart-item__details p,.cart-property,.product-disclaimer,.search-summary,.product-card p{color:var(--cv-muted)}.rte a{color:#8ab8ff}.field input,.field select,.field textarea,.cart-summary textarea,.search-form input,.password-form input,.newsletter-form__input{border-color:var(--cv-border);background:var(--cv-surface);color:var(--cv-white)}.search-results{background:var(--cv-border)}.search-result{background:var(--cv-black)}.site-footer{color:var(--cv-white);border-color:var(--cv-border);background:#101214}.site-footer p,.site-footer .footer-links,.site-footer__social,.site-footer__legal{color:var(--cv-muted)}.site-footer .newsletter-form__input{border-color:var(--cv-border);background:var(--cv-surface)}.secondary-mark{color:var(--cv-blue);background:var(--cv-black)}@media(max-width:1100px){.site-header__inner,.template-index .site-header__inner{min-height:74px;grid-template-columns:100px auto 1fr}.site-header__nav,.template-index .site-header__nav{position:absolute;top:100%;left:0;right:0;width:100%;color:var(--cv-white);border-color:var(--cv-border);background:#141618fc;transform:none}.template-index .gateway-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.hero--editorial .hero__inner{grid-template-columns:minmax(0,.7fr) minmax(0,.3fr)}.template-index .gateway-grid{grid-template-columns:1fr}.template-index .gateway-card{grid-template-columns:minmax(240px,.8fr) 1.2fr;grid-template-rows:minmax(320px,auto)}.template-index .gateway-card__media{min-height:320px;border-radius:7px 0 0 7px}}@media(max-width:760px){.site-header__inner,.template-index .site-header__inner{min-height:70px;grid-template-columns:78px auto 1fr}.site-header__nav,.template-index .site-header__nav{top:70px}.hero--editorial{min-height:720px}.hero--editorial .hero__media img{object-position:68% 34%}.hero--editorial .hero__scrim{background:linear-gradient(180deg,#14161814 10%,#1416187a 45%,#141618 76%),linear-gradient(90deg,rgba(20,22,24,.38),transparent 72%)}.hero--editorial .hero__content{padding:22rem 0 3rem}.hero--editorial .display-title{font-size:clamp(2.9rem,13vw,4.1rem)}.template-index .gateway-card{grid-template-columns:1fr;grid-template-rows:250px 1fr}.template-index .gateway-card__media{min-height:250px;border-radius:7px 7px 0 0}}.hero--atelier .hero-proof>svg{display:block;flex:0 0 23px;width:23px;height:23px;fill:none;stroke:var(--cv-blue);stroke-width:1.5}.template-index .gateway-card{grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);grid-template-rows:minmax(360px,auto);min-height:360px;padding:0}.template-index .gateway-card__media{position:relative;z-index:auto;inset:auto;order:2;min-height:360px;border-left:1px solid var(--cv-border);border-radius:0 7px 7px 0}.template-index .gateway-card__media img,.template-index .gateway-card:first-child .gateway-card__media img{min-height:360px;object-fit:cover;object-position:center}.template-index .gateway-card__content{position:relative;order:1;justify-content:center;width:auto;padding:clamp(2.25rem,4vw,4rem);gap:.7rem}.template-index .gateway-card__content:before{display:none}.template-index .gateway-card__content>.badge{position:absolute;top:1.4rem;right:1.4rem;margin:0}.template-index .gateway-card__content:after{position:absolute;top:1.75rem;left:clamp(2.25rem,4vw,4rem);color:var(--cv-blue);font-size:.68rem;font-weight:600;letter-spacing:.14em}.template-index .gateway-card:nth-child(1) .gateway-card__content:after{content:"01"}.template-index .gateway-card:nth-child(2) .gateway-card__content:after{content:"02"}.template-index .gateway-card:nth-child(3) .gateway-card__content:after{content:"03"}.template-index .gateway-card__title{margin-top:1rem;font-size:clamp(2.15rem,3vw,3.25rem)}.template-index .gateway-card .button{margin-top:.8rem}@media(max-width:980px){.template-index .gateway-card{grid-template-columns:minmax(270px,.85fr) minmax(0,1.15fr);grid-template-rows:minmax(360px,auto)}}@media(max-width:760px){.template-index .gateway-card{grid-template-columns:1fr;grid-template-rows:auto 260px;min-height:0}.template-index .gateway-card__content{padding:3.8rem 1.5rem 2.25rem}.template-index .gateway-card__content:after{top:1.65rem;left:1.5rem}.template-index .gateway-card__content>.badge{top:1.35rem;right:1.5rem}.template-index .gateway-card__media{order:2;min-height:260px;border-top:1px solid var(--cv-border);border-left:0;border-radius:0 0 7px 7px}.template-index .gateway-card__media img,.template-index .gateway-card:first-child .gateway-card__media img{min-height:260px}}.hero--modern{position:relative;display:block;min-height:clamp(680px,calc(100svh - 72px),940px);overflow:hidden;color:#141618;background:#ececed}.hero--modern .hero__media,.hero--modern .hero__veil{position:absolute;top:0;right:0;bottom:0;left:0}.hero--modern .hero__media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.01)}.hero--modern .hero__veil{z-index:1;background:linear-gradient(90deg,rgba(243,240,235,.98) 0%,rgba(243,240,235,.9) 27%,rgba(243,240,235,.2) 58%,transparent 76%),linear-gradient(0deg,rgba(20,22,24,.08),transparent 36%)}.hero--modern .hero__inner{position:relative;z-index:2;display:flex;align-items:center;min-height:inherit}.hero--modern .hero__content{display:flex;flex-direction:column;align-items:flex-start;width:min(640px,52%);padding:clamp(5rem,10vh,8rem) 0}.hero--modern .hero__eyebrow{justify-content:flex-start;margin:0 0 1.45rem;color:#246fdf}.hero--modern .hero__eyebrow:before,.hero--modern .hero__eyebrow:after{display:none}.hero--modern .display-title{max-width:650px;margin:0;color:#141618;font-size:clamp(4.2rem,6.1vw,7.25rem);font-weight:300;line-height:.91;letter-spacing:-.065em}.hero--modern .display-title em{display:block;max-width:590px;margin-top:.16em;color:#141618;font-size:.63em;font-style:normal;line-height:1.02;letter-spacing:-.045em}.hero--modern .lede{max-width:480px;margin:1.65rem 0 0;color:#141618b3;font-size:1rem;line-height:1.65}.hero--modern .hero__actions{display:flex;align-items:center;flex-wrap:wrap;gap:1.4rem;margin-top:2rem}.button--ink{border-color:#141618;background:#141618;color:#fff}.button--ink:hover{border-color:#3b82f6;background:#3b82f6;color:#fff}.text-link{display:inline-flex;align-items:center;gap:.65rem;padding:.4rem 0;border-bottom:1px solid currentColor;font-size:.7rem;font-weight:600;letter-spacing:.1em;line-height:1.3;text-transform:uppercase}.text-link svg,.gateway-card__link svg{width:15px;height:15px;fill:none;stroke:currentColor;transition:transform .18s ease}.text-link:hover svg,.gateway-card__link:hover svg{transform:translate(4px)}.text-link--ink{color:#141618}.hero--modern .hero__scroll{position:absolute;z-index:2;bottom:2rem;left:50%;display:flex;align-items:center;gap:.8rem;color:#141618c2;font-size:.63rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;transform:translate(-50%)}.hero--modern .hero__scroll span:last-child{color:#246fdf;font-size:1rem;animation:cv-scroll-pulse 1.8s ease-in-out infinite}@keyframes cv-scroll-pulse{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}.template-index .path-section--modern{padding:clamp(5rem,9vw,9rem) 0;color:#ececed;background:#141618}.template-index .path-section--modern .page-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.32fr);gap:1rem 4rem;align-items:end;max-width:none;margin:0 0 clamp(2.5rem,5vw,4.5rem);text-align:left}.template-index .path-section--modern .page-intro .eyebrow{grid-column:1 / -1;justify-content:flex-start;margin:0;color:#70a7f8}.template-index .path-section--modern .page-intro .eyebrow:before,.template-index .path-section--modern .page-intro .eyebrow:after{display:none}.template-index .path-section--modern .section-title{max-width:960px;margin:0;color:#ececed;font-size:clamp(3.5rem,6vw,7rem);font-weight:300;line-height:.96;letter-spacing:-.06em}.template-index .path-section--modern .page-intro .lede{max-width:390px;margin:0 0 .35rem;color:#ececed9e;font-size:.98rem;line-height:1.65}.template-index .path-section--modern .gateway-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);grid-template-rows:repeat(2,minmax(330px,38vh));gap:1rem;margin:0}.template-index .path-section--modern .gateway-card{position:relative;display:block;min-height:0;overflow:hidden;padding:0;border:0;border-radius:4px;background:#202327;isolation:isolate}.template-index .path-section--modern .gateway-card--primary{grid-row:1 / 3}.template-index .path-section--modern .gateway-card__media,.template-index .path-section--modern .gateway-card__veil{position:absolute;z-index:-2;top:0;right:0;bottom:0;left:0;min-height:0;border:0;border-radius:0}.template-index .path-section--modern .gateway-card__veil{z-index:-1;background:linear-gradient(0deg,#0a0c0eeb,#0a0c0e5c 48%,#0a0c0e08 76%)}.template-index .path-section--modern .gateway-card__media:after{display:none}.template-index .path-section--modern .gateway-card__media img,.template-index .path-section--modern .gateway-card:first-child .gateway-card__media img{width:100%;height:100%;min-height:0;object-fit:cover;object-position:center;transform:scale(1.001);transition:transform .7s cubic-bezier(.2,.7,.2,1)}.template-index .path-section--modern .gateway-card--primary .gateway-card__media img{object-position:66% center}.template-index .path-section--modern .gateway-card:hover .gateway-card__media img{transform:scale(1.035)}.template-index .path-section--modern .gateway-card__content{position:absolute;inset:auto 0 0;display:block;width:auto;padding:clamp(1.75rem,3.5vw,3.5rem);color:#fff;background:transparent}.template-index .path-section--modern .gateway-card__content:before,.template-index .path-section--modern .gateway-card__content:after{display:none}.template-index .path-section--modern .gateway-card__kicker{margin:0 0 .9rem;color:#9bc2ff;font-size:.63rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase}.template-index .path-section--modern .gateway-card__title{max-width:620px;margin:0;color:#fff;font-size:clamp(2.3rem,4.2vw,5rem);font-weight:300;line-height:.96;letter-spacing:-.055em}.template-index .path-section--modern .gateway-card--secondary .gateway-card__title{font-size:clamp(2rem,3vw,3.4rem)}.template-index .path-section--modern .gateway-card__body{max-width:410px;margin:.9rem 0 0;color:#ffffffc2;font-size:.88rem;line-height:1.55}.template-index .path-section--modern .gateway-card__link{display:inline-flex;align-items:center;gap:.65rem;margin-top:1.25rem;padding-bottom:.35rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.66);font-size:.68rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.trust-story{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);min-height:720px;color:#141618;background:#ececed}.trust-story__media{min-height:720px;overflow:hidden}.trust-story__media img{width:100%;height:100%;object-fit:cover;object-position:center}.trust-story__content{display:flex;justify-content:center;flex-direction:column;padding:clamp(3rem,7vw,8rem)}.trust-story__content .eyebrow{justify-content:flex-start;margin:0 0 1.2rem;color:#246fdf}.trust-story__content .eyebrow:before,.trust-story__content .eyebrow:after{display:none}.trust-story__content h2{max-width:620px;margin:0;color:#141618;font-size:clamp(3.1rem,5vw,6.2rem);font-weight:300;line-height:.95;letter-spacing:-.06em}.trust-story__lede{max-width:560px;margin:1.5rem 0 1.4rem;color:#141618ad;font-size:1rem;line-height:1.72}.trust-story__content>.text-link{align-self:flex-start}.trust-story__proof{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin-top:clamp(3rem,6vw,5.5rem);border-top:1px solid rgba(20,22,24,.18)}.trust-story__proof>div{display:grid;gap:.35rem;padding:1.35rem 1.35rem 1.35rem 0;border-bottom:1px solid rgba(20,22,24,.18)}.trust-story__proof>div:nth-child(odd){border-right:1px solid rgba(20,22,24,.18)}.trust-story__proof>div:nth-child(2n){padding-left:1.35rem}.trust-story__proof strong{color:#141618;font-size:.69rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase}.trust-story__proof span{color:#14161894;font-size:.78rem;line-height:1.45}@media(max-width:980px){.hero--modern .hero__content{width:62%}.hero--modern .display-title{font-size:clamp(4rem,8vw,6rem)}.template-index .path-section--modern .page-intro{grid-template-columns:1fr}.template-index .path-section--modern .page-intro .lede{margin-top:1rem}.template-index .path-section--modern .gateway-grid{grid-template-rows:repeat(2,minmax(310px,34vh))}.trust-story{grid-template-columns:1fr}.trust-story__media{min-height:540px}.trust-story__content{padding:clamp(4rem,9vw,7rem) clamp(2rem,7vw,5rem)}}@media(max-width:760px){.hero--modern{min-height:760px}.hero--modern .hero__media img{object-position:63% center}.hero--modern .hero__veil{background:linear-gradient(180deg,#f3f0eb26 18%,#f3f0ebe6 56%,#f3f0eb 78%),linear-gradient(90deg,rgba(243,240,235,.28),transparent 80%)}.hero--modern .hero__inner{align-items:flex-end}.hero--modern .hero__content{width:100%;padding:19rem 0 6.5rem}.hero--modern .display-title{font-size:clamp(3.7rem,16vw,5.4rem)}.hero--modern .lede{max-width:430px}.hero--modern .hero__scroll{bottom:1.2rem}.template-index .path-section--modern{padding:5.5rem 0}.template-index .path-section--modern .section-title{font-size:clamp(3.35rem,15vw,5rem)}.template-index .path-section--modern .gateway-grid{grid-template-columns:1fr;grid-template-rows:none}.template-index .path-section--modern .gateway-card,.template-index .path-section--modern .gateway-card--primary{grid-row:auto;min-height:520px}.template-index .path-section--modern .gateway-card--secondary{min-height:430px}.template-index .path-section--modern .gateway-card__content{padding:2rem 1.5rem}.template-index .path-section--modern .gateway-card__title,.template-index .path-section--modern .gateway-card--secondary .gateway-card__title{font-size:clamp(2.65rem,11vw,4rem)}.trust-story{min-height:0}.trust-story__media{min-height:390px}.trust-story__content{padding:4.5rem 1.5rem 5rem}.trust-story__content h2{font-size:clamp(3.3rem,14vw,5rem)}}@media(max-width:520px){.hero--modern .hero__actions,.hero--modern .hero__actions .button{width:100%}.hero--modern .hero__actions{align-items:flex-start}.hero--modern .hero__actions .button{justify-content:space-between}.trust-story__proof{grid-template-columns:1fr}.trust-story__proof>div:nth-child(odd){border-right:0}.trust-story__proof>div:nth-child(2n){padding-left:0}}@media(max-width:760px){.hero--modern{min-height:0}.hero--modern .hero__media{position:relative;inset:auto;height:360px}.hero--modern .hero__media img{object-position:58% 60%}.hero--modern .hero__veil{display:none}.hero--modern .hero__inner{min-height:0;background:#f3f0eb}.hero--modern .hero__content{padding:3rem 0 6rem}.hero--modern .hero__scroll{color:#141618b3}}.hero--configurator{min-height:clamp(700px,calc(100svh - 72px),900px);color:#ececed;background:radial-gradient(circle at 78% 34%,rgba(59,130,246,.14),transparent 24%),radial-gradient(circle at 60% 100%,rgba(236,236,237,.06),transparent 35%),#141618}.hero--configurator:before{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;content:"";background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 48%,#000);mask-image:linear-gradient(90deg,transparent,#000 48%,#000)}.hero--configurator .hero__inner{display:grid;grid-template-columns:minmax(330px,.72fr) minmax(600px,1.28fr);gap:clamp(2.5rem,5vw,6rem);align-items:center;width:min(calc(100% - 5rem),var(--page-width));padding-top:clamp(4.5rem,8vh,7rem);padding-bottom:clamp(5rem,8vh,7rem)}.hero--configurator .hero__content{width:auto;padding:0}.hero--configurator .hero__eyebrow{margin-bottom:1.35rem;color:#63a0ff}.hero--configurator .display-title{max-width:620px;color:#ececed;font-size:clamp(4.3rem,5.5vw,7rem);line-height:.88;letter-spacing:-.07em}.hero--configurator .display-title em{max-width:620px;margin-top:.2em;color:#ececedb8;font-size:.58em;letter-spacing:-.045em}.hero--configurator .lede{max-width:500px;color:#ececeda8}.button--blue{border-color:#3b82f6;background:#3b82f6;color:#fff}.button--blue:hover{border-color:#63a0ff;background:#63a0ff;color:#101214}.text-link--light{color:#ececedd1}.hero__microproof{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;margin-top:clamp(3rem,6vh,5.5rem);color:#ececed80;font-size:.62rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.hero__microproof span{display:inline-flex;align-items:center;gap:.55rem}.hero__microproof span:before{width:4px;height:4px;border-radius:50%;background:#3b82f6;content:""}.hero-demo{position:relative;z-index:1;min-width:0;padding:.5rem;border:1px solid rgba(236,236,237,.18);border-radius:16px;background:#1e2023db;box-shadow:0 38px 90px #00000061;transform:perspective(1600px) rotateY(-2deg) rotateX(.8deg);transform-origin:center left}.hero-demo__glow{position:absolute;z-index:-1;top:8%;right:-5%;bottom:-8%;left:18%;border-radius:50%;background:#3b82f62e;filter:blur(60px)}.hero-demo__chrome{display:flex;align-items:center;justify-content:space-between;min-height:42px;padding:0 .7rem 0 .85rem;color:#ececeda8;font-size:.59rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.hero-demo__live{display:inline-flex;align-items:center;gap:.55rem}.hero-demo__live i{width:6px;height:6px;border-radius:50%;background:#3b82f6;box-shadow:0 0 0 4px #3b82f621}.hero-demo__toggle{padding:.45rem .65rem;border:0;color:#ececedad;background:transparent;font:inherit;letter-spacing:inherit;text-transform:inherit;cursor:pointer}.hero-demo__toggle:hover,.hero-demo__toggle:focus-visible{color:#fff}.hero-demo__viewport{position:relative;aspect-ratio:16 / 9;overflow:hidden;border:1px solid rgba(236,236,237,.12);border-radius:10px;background:#ecebe8}.hero-demo__frame{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover;opacity:0;animation-duration:12s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.hero-demo__frame--one{opacity:1;animation-name:cv-demo-one}.hero-demo__frame--two{animation-name:cv-demo-two}.hero-demo__frame--three{animation-name:cv-demo-three}.hero-demo__frame--four{animation-name:cv-demo-four}.hero-demo.is-paused .hero-demo__frame{animation-play-state:paused}.hero-demo__timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:.4rem;padding:.75rem .35rem .25rem;color:#ececed75;font-size:.54rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.hero-demo__timeline span{position:relative;padding-top:.6rem}.hero-demo__timeline span:before{position:absolute;top:0;right:0;left:0;height:2px;background:#ececed24;content:""}.hero--configurator .hero__scroll{color:#ececed8c}@keyframes cv-demo-one{0%,22%{opacity:1}27%,96%{opacity:0}to{opacity:1}}@keyframes cv-demo-two{0%,20%{opacity:0}27%,47%{opacity:1}52%,to{opacity:0}}@keyframes cv-demo-three{0%,45%{opacity:0}52%,72%{opacity:1}77%,to{opacity:0}}@keyframes cv-demo-four{0%,70%{opacity:0}77%,96%{opacity:1}to{opacity:0}}@media(max-width:1120px){.hero--configurator .hero__inner{grid-template-columns:minmax(300px,.74fr) minmax(520px,1.26fr);gap:2.5rem}.hero--configurator .display-title{font-size:clamp(4rem,6vw,5.75rem)}}@media(max-width:900px){.hero--configurator{min-height:0}.hero--configurator .hero__inner{grid-template-columns:1fr;gap:3.5rem;padding-top:5rem;padding-bottom:7rem}.hero--configurator .hero__content{max-width:650px}.hero-demo{transform:none}}@media(max-width:760px){.hero--configurator{background:radial-gradient(circle at 50% 34%,rgba(59,130,246,.13),transparent 28%),#141618}.hero--configurator .hero__inner{display:flex;flex-direction:column;align-items:stretch;width:min(calc(100% - 3rem),var(--page-width));padding-top:3.5rem;background:transparent}.hero--configurator .hero__content{order:2;padding:0}.hero--configurator .display-title{font-size:clamp(3.8rem,15vw,5.1rem)}.hero-demo{order:1;width:calc(100% + 1rem);margin-left:-.5rem}.hero__microproof{margin-top:2.75rem}.hero--configurator .hero__scroll{display:none}}@media(max-width:520px){.hero--configurator .hero__inner{gap:2.75rem;padding-top:2.25rem;padding-bottom:4.5rem}.hero-demo__chrome{min-height:38px}.hero-demo__timeline{display:none}.hero--configurator .hero__actions{gap:1rem}}@media(prefers-reduced-motion:reduce){.hero-demo__frame{animation:none}.hero-demo__frame--one{opacity:1}.hero-demo__frame:not(.hero-demo__frame--one),.hero-demo__toggle{display:none}}.hero.hero--lifestyle{min-height:clamp(720px,calc(100svh - 72px),940px);color:#ececed;background:#141618}.hero.hero--lifestyle .hero__media,.hero.hero--lifestyle .hero__veil{position:absolute;top:0;right:0;bottom:0;left:0}.hero.hero--lifestyle .hero__media img{width:100%;height:100%;object-fit:cover;object-position:50% 48%;transform:none}.hero.hero--lifestyle .hero__veil{display:block;z-index:1;background:linear-gradient(90deg,#0f11130a 28%,#0f111352 54%,#0f1113e0),linear-gradient(0deg,rgba(15,17,19,.52),transparent 42%)}.hero.hero--lifestyle .hero__inner{position:relative;z-index:2;display:flex;justify-content:flex-end;align-items:center;min-height:inherit;background:transparent}.hero.hero--lifestyle .hero__content{width:min(520px,39%);padding:clamp(5rem,9vh,8rem) 0}.hero.hero--lifestyle .hero__eyebrow{margin-bottom:1.35rem;color:#63a0ff}.hero.hero--lifestyle .display-title{max-width:600px;color:#fff;font-size:clamp(4.5rem,6vw,7.25rem);line-height:.89;letter-spacing:-.07em}.hero.hero--lifestyle .display-title em{max-width:580px;margin-top:.2em;color:#ffffffb8;font-size:.56em;letter-spacing:-.045em}.hero.hero--lifestyle .lede{max-width:500px;color:#ffffffb8}.hero.hero--lifestyle .hero__scroll{color:#ffffff9e}@media(max-width:1120px){.hero.hero--lifestyle .hero__content{width:min(500px,44%)}}@media(max-width:900px){.hero.hero--lifestyle .hero__content{width:min(500px,48%)}.hero.hero--lifestyle .display-title{font-size:clamp(4rem,8vw,6rem)}}@media(max-width:760px){.hero.hero--lifestyle{min-height:0}.hero.hero--lifestyle .hero__media{position:relative;inset:auto;height:450px}.hero.hero--lifestyle .hero__media img{object-position:48% 50%}.hero.hero--lifestyle .hero__veil{display:none}.hero.hero--lifestyle .hero__inner{min-height:0;background:#141618}.hero.hero--lifestyle .hero__content{width:100%;padding:3.5rem 0 5rem}.hero.hero--lifestyle .display-title{font-size:clamp(3.8rem,15vw,5.2rem)}.hero.hero--lifestyle .hero__scroll{display:none}}.hero.hero--lifestyle .hero__poster,.hero.hero--lifestyle .hero__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:50% 48%}.hero.hero--lifestyle .hero__poster{z-index:0}.hero.hero--lifestyle .hero__video{z-index:1}@media(max-width:760px){.hero.hero--lifestyle .hero__poster,.hero.hero--lifestyle .hero__video{object-position:48% 50%}}.hero.hero--lifestyle .hero__video-toggle{position:absolute;z-index:4;top:1.5rem;right:1.5rem;display:inline-flex;align-items:center;min-height:36px;padding:.55rem .8rem;border:1px solid rgba(255,255,255,.28);border-radius:999px;color:#ffffffd6;background:#0f11137a;font-size:.58rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer}.hero.hero--lifestyle .hero__video-toggle:hover,.hero.hero--lifestyle .hero__video-toggle:focus-visible{border-color:#ffffff9e;color:#fff;background:#0f1113b3}@media(max-width:760px){.hero.hero--lifestyle .hero__video-toggle{top:1rem;right:1rem}}.template-index .site-header{border-bottom-color:#ffffff1f;background:linear-gradient(180deg,#0a0c0e42,#0a0c0e29);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.brand__image--official-white{filter:none!important;mix-blend-mode:normal!important}.template-index .site-header__inner{min-height:74px;grid-template-columns:96px 1fr auto}.template-index .site-header .brand__image{max-width:68px}.template-index .hero__video-toggle{top:calc(74px + 1rem)}@media(max-width:1100px){.template-index .site-header__inner{grid-template-columns:72px auto 1fr}}@media(max-width:760px){.template-index .site-header__inner{min-height:66px;grid-template-columns:56px auto 1fr}.template-index .site-header .brand__image{max-width:56px}.template-index .hero__video-toggle{top:calc(66px + .75rem)}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/theme.css.map */
