:root{--ink:#050908;--ink-2:#0b1310;--cream:#f6f3ec;--cream-deep:#e9e5da;--lime:#c7ef2c;--muted:#bfc8c0;--line:rgba(239,242,232,.22);--dark-line:rgba(7,14,11,.15)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ink);color:var(--cream);font-family:var(--font-space),sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}main{min-height:calc(100vh - 230px)}.site-header{height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 clamp(24px,4vw,66px);border-bottom:1px solid var(--line);background:rgba(5,9,8,.96);position:-webkit-sticky;position:sticky;top:0;z-index:20}.brand{display:inline-flex;align-items:center;gap:13px;font-size:20px;letter-spacing:.22em;font-weight:700;white-space:nowrap}.gem-mark{position:relative;display:inline-block;-webkit-clip-path:polygon(50% 0,100% 35%,50% 100%,0 35%);clip-path:polygon(50% 0,100% 35%,50% 100%,0 35%);border:2px solid var(--lime);background:transparent}.gem-mark:after,.gem-mark:before{content:"";position:absolute;background:var(--lime);opacity:.9}.gem-mark:before{width:2px;height:40px;left:16px;top:-5px;transform:rotate(30deg)}.gem-mark:after{width:2px;height:40px;right:16px;top:-5px;transform:rotate(-30deg)}.gem-mark i{display:none}.primary-nav{display:flex;align-items:center;gap:42px;font-size:15px;font-weight:500}.footer-grid a,.primary-nav a{transition:color .2s ease}.footer-grid a:hover,.primary-nav a:hover{color:var(--lime)}.header-actions{display:flex;align-items:center;gap:15px}.cart-link,.icon-link{font-size:29px;line-height:1;width:30px;text-align:center;transition:color .2s ease}.cart-link:hover,.icon-link:hover{color:var(--lime)}.cart-link{font-size:25px}.button{display:inline-flex;justify-content:center;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.04em;font-size:14px;font-weight:700;min-height:48px;padding:0 24px;border:1px solid transparent;transition:transform .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease;cursor:pointer}.button:hover{transform:translateY(-2px)}.button:active{transform:translateY(0) scale(.98)}.button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible,textarea:focus-visible{outline:3px solid var(--lime);outline-offset:3px}.button-lime{background:var(--lime);color:#070b08}.button-lime:hover{background:#e0fb55}.button-outline{border-color:#d8ddd5;color:var(--cream);background:transparent}.button-outline:hover{background:var(--cream);color:var(--ink)}.header-cta{border-radius:999px;min-height:42px;padding:0 28px}.hero{min-height:416px;display:grid;grid-template-columns:minmax(330px,.93fr) 1.2fr;overflow:hidden;background:radial-gradient(circle at 36% 72%,#162c08 0,transparent 24%),linear-gradient(105deg,#07100c,#030706 65%,#07110d);border-bottom:1px solid var(--line)}.hero-copy{align-self:center;z-index:2;padding:58px 30px 56px clamp(28px,4.4vw,66px);max-width:680px;animation:rise .7s ease both}.hero h1{font-size:clamp(44px,5.2vw,76px);line-height:.96;letter-spacing:-.065em;text-transform:uppercase;text-wrap:balance;margin:0 0 20px;font-weight:700}.hero p{font-size:17px;line-height:1.4;max-width:450px;margin:0;color:#e0e4dd;text-wrap:pretty}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:24px}.hero-visual{min-height:416px;position:relative;isolation:isolate}.hero-product{position:absolute;background:linear-gradient(135deg,#262d2a,#080b0a);box-shadow:0 24px 60px rgba(0,0,0,.55);border:1px solid rgba(228,235,215,.17);overflow:hidden}.hero-product .product-image{height:100%;width:100%;display:block;background:#0a0e0c}.hero-product .product-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:normal}.hero-product-1{width:29%;height:54%;left:9%;bottom:16%;transform:rotate(-9deg);z-index:3}.hero-product-2{width:41%;height:67%;left:35%;bottom:11%;z-index:2}.hero-product-3{width:27%;height:55%;right:4%;bottom:22%;transform:rotate(9deg);z-index:4}.gem-sculpture{position:absolute;width:86px;height:86px;-webkit-clip-path:polygon(50% 0,100% 36%,50% 100%,0 36%);clip-path:polygon(50% 0,100% 36%,50% 100%,0 36%);background:radial-gradient(circle at 30% 25%,#eaff60,#486800 35%,#0c1708 72%);filter:drop-shadow(0 10px 18px rgba(145,218,18,.32));z-index:5}.gem-one{left:4%;bottom:8%;transform:rotate(22deg)}.gem-two{right:2%;bottom:9%;width:62px;height:62px;transform:rotate(-15deg)}.trust-rail{display:grid;grid-template-columns:repeat(3,1fr);background:#070d0a;border-bottom:1px solid var(--line);padding:13px clamp(24px,7vw,140px);font-size:15px}.trust-rail span{display:flex;justify-content:center;gap:10px;padding:0 18px;color:#f2f3ed}.trust-rail span+span{border-left:1px solid var(--line)}.trust-rail span:first-letter{color:var(--lime)}.cream-section{color:#0a0d0b;background:var(--cream);padding:42px clamp(28px,4.4vw,66px) 52px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:17px}.dark-feature h2,.faq-section h2,.section-heading h2{margin:0;text-transform:uppercase;letter-spacing:-.04em;font-size:clamp(28px,3vw,39px);line-height:1}.section-heading>a{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.section-heading>a:hover{text-decoration:underline}.featured-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.product-card{display:flex;flex-direction:column;min-width:0;border:1px solid #d8d5cb;background:#f8f6ef;transition:transform .25s ease,box-shadow .25s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 13px 20px rgba(9,14,10,.12)}.product-card-media{position:relative;display:block;aspect-ratio:1.35/1;overflow:hidden;background:#ece9df}.product-label{position:absolute;left:12px;top:12px;z-index:2;padding:7px 10px;background:var(--lime);font-size:11px;font-weight:700;text-transform:uppercase}.product-image{display:block}.product-image img{display:block;width:100%;height:100%;object-fit:contain;background:#f5f2ea;transition:transform .35s ease}.product-card:hover .product-image img{transform:scale(1.04)}.product-card-copy{padding:13px 14px 15px;display:grid;grid-gap:7px;gap:7px}.product-card-copy a{font-size:16px;line-height:1.18;font-weight:500}.product-card-copy a:hover{text-decoration:underline}.detail-price,.product-card-copy strong{font-size:22px;letter-spacing:-.05em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.category-strip{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:13px;gap:13px;padding:14px clamp(28px,4.4vw,66px) 48px;background:var(--cream);color:var(--cream)}.category-panel{min-height:170px;display:flex;justify-content:space-between;align-items:center;padding:25px 32px;border:1px solid rgba(237,243,224,.18);background-color:#101613;background-size:cover;background-position:50%;position:relative;overflow:hidden}.category-panel:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,8,6,.9),rgba(2,8,6,.35))}.category-panel>*{position:relative}.category-panel h2{margin:0 0 10px;font-size:23px;text-transform:uppercase}.category-panel p{margin:0;max-width:190px;line-height:1.4}.category-panel>span{font-size:34px}.category-tech{background-image:linear-gradient(110deg,#0b0f0e,#1c231c)}.category-home{background-image:linear-gradient(110deg,#10140e,#4a4a30)}.category-care{background-image:linear-gradient(110deg,#0c100e,#333028)}.dark-feature{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;padding:78px clamp(28px,9vw,150px);background:#07100c;color:var(--cream)}.eyebrow{margin:0 0 12px;text-transform:uppercase;font-size:12px;letter-spacing:.15em;font-weight:700;color:#8fa66e}.dark-feature h2{font-size:clamp(36px,4.5vw,62px);max-width:520px}.dark-feature p:not(.eyebrow){font-size:17px;line-height:1.5;max-width:480px;color:#ced4cb;margin:20px 0 28px}.collection-index{align-self:center;border-top:1px solid var(--line)}.collection-index a{display:flex;justify-content:space-between;padding:18px 0;border-bottom:1px solid var(--line);font-size:22px;font-weight:600;transition:color .2s ease,padding .2s ease}.collection-index a:hover{color:var(--lime);padding-left:8px}.collection-index span{font-size:12px;color:#8fa66e}.faq-section{display:grid;grid-template-columns:.82fr 1.18fr;grid-gap:70px;gap:70px;padding-top:70px;padding-bottom:70px}.faq-list{border-top:1px solid var(--dark-line)}details{border-bottom:1px solid var(--dark-line);padding:0}summary{padding:20px 38px 20px 0;cursor:pointer;font-weight:600;font-size:18px;list-style:none;position:relative}summary:after{content:"+";position:absolute;right:4px;font-size:25px;font-weight:400;top:14px}details[open] summary:after{content:"−"}details p{margin:0;padding:0 0 20px;max-width:660px;line-height:1.55;color:#303630}.site-footer{background:#060a08;color:#dce2d8;padding:52px clamp(28px,4.4vw,66px) 19px;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);grid-gap:32px;gap:32px;padding-bottom:45px}.footer-brand{font-size:17px}.footer-brand .gem-mark{width:27px;height:24px}.footer-grid p{color:#aab5a9;line-height:1.5;max-width:190px}.footer-grid h2{font-size:12px;color:#8fa66e;text-transform:uppercase;letter-spacing:.12em;margin:5px 0 14px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;align-items:flex-start;gap:9px}.footer-grid a{font-size:14px}.footer-bottom{border-top:1px solid var(--line);padding-top:16px;display:flex;justify-content:space-between;align-items:center;color:#99a398;font-size:13px}.footer-bottom img{height:28px;width:auto;display:block}.interior-hero{padding:85px clamp(28px,11vw,180px) 58px;background:radial-gradient(circle at 65% 40%,#253c0c,transparent 25%),#07100c;border-bottom:1px solid var(--line)}.interior-hero h1{font-size:clamp(46px,6vw,84px);line-height:.95;letter-spacing:-.065em;text-transform:uppercase;text-wrap:balance;max-width:800px;margin:0}.interior-hero p:not(.eyebrow){font-size:18px;line-height:1.5;max-width:580px;color:#d6ded4;margin:20px 0 0}.interior-hero.compact{padding-top:68px;padding-bottom:52px}.catalog-shell{background:var(--cream);color:#080d0a;padding:22px clamp(28px,4.4vw,66px) 65px}.catalog-meta{display:flex;justify-content:space-between;gap:20px;padding:0 0 18px;font-size:13px;text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:#536154}.catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.product-detail{color:#080d0a;background:var(--cream);display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);padding:clamp(35px,5vw,80px) clamp(28px,8vw,135px);grid-gap:clamp(35px,6vw,100px);gap:clamp(35px,6vw,100px);align-items:center}.product-detail-media{border:1px solid #d5d5ca;background:#eeece3;aspect-ratio:1/1}.product-detail-media .product-image,.product-detail-media img{display:block;width:100%;height:100%}.product-detail-media img{object-fit:contain}.product-detail-copy h1{margin:0 0 14px;font-size:clamp(38px,4.4vw,62px);letter-spacing:-.06em;line-height:.99;text-transform:uppercase;text-wrap:balance}.product-detail-copy>p:not(.eyebrow):not(.checkout-note){font-size:17px;line-height:1.55;color:#303730;max-width:510px;margin:20px 0 28px}.checkout-note{font-size:13px;color:#637061;margin:15px 0 0}.related-section{padding-top:60px}.contact-layout{color:#080d0a;background:var(--cream);display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.52fr);grid-gap:80px;gap:80px;padding:70px clamp(28px,13vw,210px)}.contact-layout aside{padding-top:14px;border-top:1px solid var(--dark-line)}.contact-layout aside h2{font-size:24px;margin:0 0 15px;text-transform:uppercase;letter-spacing:-.04em}.contact-layout aside a{font-weight:700;text-decoration:underline;overflow-wrap:anywhere}.contact-layout aside p{color:#4d584e;line-height:1.5}.contact-form{display:grid;grid-gap:9px;gap:9px}.contact-form label{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-top:11px}.contact-form input,.contact-form textarea{border:1px solid #aab3a8;background:#fbfaf5;padding:13px 14px;min-height:48px;color:#0a0d0b;border-radius:0}.contact-form textarea{resize:vertical}.contact-form .button{justify-self:start;margin-top:14px}.form-status{margin:12px 0 0;color:#397008}.form-status.error{color:#9e241b}.legal-page{background:var(--cream);color:#101411;padding:70px max(28px,14vw);min-height:70vh}.legal-page h1{font-size:clamp(40px,5vw,70px);text-transform:uppercase;letter-spacing:-.06em;margin:0 0 45px}.legal-page h2{font-size:20px;margin:34px 0 12px;text-transform:uppercase;letter-spacing:-.03em}.legal-page p{max-width:820px;line-height:1.6;color:#343b34;margin:0 0 16px}.not-found{min-height:55vh;background:#07100c;display:flex;flex-direction:column;justify-content:center;padding:80px clamp(28px,12vw,210px)}.not-found h1{font-size:clamp(42px,6vw,84px);letter-spacing:-.065em;text-transform:uppercase;line-height:.95;margin:0;max-width:750px}.not-found p:not(.eyebrow){max-width:480px;font-size:18px;line-height:1.5;color:#d2dbd0;margin:20px 0 28px}.missing-product-image{height:100%;width:100%;display:grid;place-items:center;background:radial-gradient(circle,#2a410a,#0a100b 65%)}.missing-product-image .gem-mark{transform:scale(2);opacity:.7}@keyframes rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@media (max-width:950px){.primary-nav{gap:18px}.header-cta{padding:0 17px}.hero{grid-template-columns:1fr;min-height:auto}.hero-copy{padding-top:64px}.hero-visual{min-height:340px}.catalog-grid,.featured-grid{grid-template-columns:repeat(3,1fr)}.category-strip{grid-template-columns:1fr}.category-panel{min-height:145px}.contact-layout,.dark-feature,.faq-section{grid-template-columns:1fr;gap:42px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}.product-detail{grid-template-columns:1fr;gap:35px}.product-detail-media{max-width:630px}.product-detail-copy{max-width:650px}}@media (max-width:680px){.site-header{height:66px;padding:0 18px;gap:12px}.brand{font-size:15px;letter-spacing:.16em;gap:8px}.gem-mark{width:27px;height:23px}.primary-nav{display:none}.header-actions{gap:7px}.cart-link,.icon-link{display:none}.header-cta{font-size:11px;min-height:37px;padding:0 14px}.hero-copy{padding:48px 22px 34px}.hero h1{font-size:47px}.hero p{font-size:16px}.hero-actions{gap:9px}.button{min-height:46px;padding:0 16px;font-size:12px}.hero-visual{min-height:295px}.hero-product-1{left:6%;width:34%;height:52%;bottom:17%}.hero-product-2{width:46%;height:69%;left:29%}.hero-product-3{width:30%;height:51%;right:2%;bottom:21%}.gem-one{width:60px;height:60px;left:1%;bottom:5%}.gem-two{width:43px;height:43px}.trust-rail{grid-template-columns:1fr;padding:0 22px}.trust-rail span{justify-content:flex-start;padding:11px 0;font-size:14px}.trust-rail span+span{border-left:0;border-top:1px solid var(--line)}.cream-section{padding:38px 20px}.section-heading{align-items:flex-end}.section-heading h2{font-size:29px}.catalog-grid,.featured-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card-copy{padding:11px}.product-card-copy a{font-size:14px}.product-card-copy strong{font-size:19px}.category-strip{padding:0 20px 38px;gap:10px}.category-panel{padding:22px;min-height:130px}.category-panel h2{font-size:20px}.category-panel p{font-size:14px}.dark-feature{padding:52px 20px}.dark-feature h2{font-size:42px}.collection-index a{font-size:19px}.faq-section{padding:52px 20px;gap:32px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px 20px}.footer-grid>div:first-child{grid-column:1/3}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{align-items:flex-end;gap:12px}.interior-hero{padding:56px 20px 40px}.interior-hero h1{font-size:47px}.interior-hero p:not(.eyebrow){font-size:16px}.catalog-shell{padding:20px 20px 45px}.catalog-meta{font-size:11px}.product-detail{padding:32px 20px 50px}.product-detail-copy h1{font-size:42px}.contact-layout{padding:45px 20px;gap:42px}.legal-page{padding:48px 20px}.legal-page h1{font-size:42px}.legal-page p{font-size:15px}.not-found{padding:65px 20px;min-height:54vh}.not-found h1{font-size:51px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.collection-index a,.hero-copy,.product-card,.product-image img{animation:none!important;transition:none!important}}.gem-mark{display:inline-grid;place-items:center;width:35px;height:30px;color:var(--lime);font-size:38px;line-height:1;font-weight:400;letter-spacing:0;border:0!important;background:transparent!important;-webkit-clip-path:none!important;clip-path:none!important;position:static!important}.gem-mark:after,.gem-mark:before{display:none!important}.footer-brand .gem-mark{font-size:29px}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk Fallback;src:local("Arial");ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.00%;size-adjust:109.69%}.__className_49a339{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.__variable_49a339{--font-space:"Space Grotesk","Space Grotesk Fallback"}