:root{--black:#080808;--black-soft:#0d0d0d;--surface:#111;--surface-raised:#161616;--ivory:#f4f0e8;--muted:#a9a9a9;--muted-dark:#77746f;--gold:#c89b3c;--gold-bright:#e1bb66;--gold-deep:#8c6a2a;--gold-glow:#c89b3c2e;--line:#ffffff17;--line-strong:#ffffff29;--radius-sm:.375rem;--radius-md:.75rem;--radius-lg:1rem;--page-gutter:clamp(1.25rem, 4vw, 4.5rem);--header-height:5.25rem;--display:Georgia, "Times New Roman", serif;--sans:"Segoe UI Variable Text", "Segoe UI", Arial, sans-serif}*,:before,:after{box-sizing:border-box}html{background:var(--black);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;scroll-behavior:smooth}body{background:radial-gradient(circle at 84% 10%, #c89b3c0b, transparent 28rem), var(--black);color:var(--ivory);font-family:var(--sans);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-size:1rem;line-height:1.6;overflow-x:clip}body.menu-open,body.age-notice-open{overflow:hidden}::selection{background:var(--gold);color:#080808}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:2px solid var(--gold-bright);outline-offset:4px}.skip-link{z-index:200;background:var(--gold-bright);color:#080808;padding:.7rem 1rem;font-size:.82rem;font-weight:700;position:fixed;top:.75rem;left:.75rem;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.container{width:min(calc(100% - (var(--page-gutter) * 2)), 82rem);margin-inline:auto}.container--wide{width:min(calc(100% - (var(--page-gutter) * 2)), 96rem)}.container--narrow{width:min(calc(100% - (var(--page-gutter) * 2)), 52rem)}.section{padding-block:clamp(6.25rem,11vw,10.5rem);position:relative}.eyebrow{color:var(--gold-bright);letter-spacing:.2em;text-transform:uppercase;align-items:center;gap:.75rem;margin:0 0 1.15rem;font-size:.68rem;font-weight:650;line-height:1.2;display:flex}.eyebrow>span{background:var(--gold);width:2rem;height:1px}.section-heading{max-width:54rem}.section-heading--center{text-align:center;margin-inline:auto}.section-heading--center .eyebrow{justify-content:center}.section-heading h1,.section-heading h2{max-width:14ch;font-family:var(--display);letter-spacing:-.055em;text-wrap:balance;margin:0;font-size:clamp(3.2rem,7.6vw,7.25rem);font-weight:500;line-height:.89}.section-heading__copy{max-width:38rem;color:var(--muted);margin:1.75rem 0 0;font-size:clamp(1rem,1.35vw,1.2rem)}.section-heading--center .section-heading__copy{margin-inline:auto}.button{cursor:pointer;letter-spacing:.13em;text-transform:uppercase;border:1px solid #0000;border-radius:2px;justify-content:center;align-items:center;gap:.75rem;min-height:3.25rem;padding:.9rem 1.25rem;font-size:.72rem;font-weight:700;line-height:1.2;transition:color .18s,border-color .18s,background-color .18s,transform .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button--primary{background:var(--gold);color:#0a0907}.button--primary:hover{background:var(--gold-bright)}.button--secondary{border-color:var(--line-strong);color:var(--ivory);background:#0a0a0a8c}.button--secondary:hover{border-color:#e1bb668c}.button--text{color:var(--muted);background:0 0;border-color:#0000}.arrow-link{color:var(--ivory);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:1.25rem;padding-block:.35rem;font-size:.72rem;font-weight:650;display:inline-flex}.arrow-link:after{transform-origin:0;background:var(--gold);content:"";height:1px;transition:transform .22s;position:absolute;bottom:-.1rem;left:0;right:0;transform:scaleX(.28)}.arrow-link{position:relative}.arrow-link:hover:after{transform:scaleX(1)}.arrow-link svg{transition:transform .18s}.arrow-link:hover svg{transform:translate(2px,-2px)}.reveal,.js [data-reveal]{opacity:0;transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay,0s);transform:translateY(24px)}.reveal.is-visible,.js [data-reveal].is-visible{opacity:1;transform:translateY(0)}.site-header{z-index:80;height:var(--header-height);border-bottom:1px solid #0000;transition:background-color .22s,border-color .22s,-webkit-backdrop-filter .22s,backdrop-filter .22s;position:fixed;top:0;left:0;right:0}.site-header.is-scrolled,.site-header.menu-is-open{border-bottom-color:var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#080808e6;box-shadow:0 14px 45px #0000003d}.site-header__inner{width:min(calc(100% - (var(--page-gutter) * 2)), 96rem);grid-template-columns:9rem 1fr;align-items:center;gap:2rem;height:100%;margin-inline:auto;display:grid}.site-brand{align-items:center;width:7.5rem;height:4.2rem;display:flex}.site-brand img{mix-blend-mode:screen;width:100%;height:auto}.desktop-navigation{justify-content:flex-end;align-items:center;gap:clamp(1.1rem,2.1vw,2.25rem);display:flex}.desktop-navigation a,.header-cta{color:#f4f0e8bd;letter-spacing:.12em;text-transform:uppercase;font-size:.66rem;font-weight:620;transition:color .16s;position:relative}.desktop-navigation a:after{background:var(--gold);content:"";height:1px;transition:transform .18s;position:absolute;bottom:-.6rem;left:0;right:0;transform:scaleX(0)}.desktop-navigation a:hover,.header-cta:hover{color:var(--ivory)}.desktop-navigation a[aria-current=page]{color:var(--gold-bright)}.desktop-navigation a[aria-current=page]:after,.desktop-navigation a:hover:after{transform:scaleX(1)}.desktop-navigation a:last-child{border-radius:var(--radius-sm);color:var(--gold-bright);border:1px solid #c89b3c6b;padding:.68rem .9rem}.desktop-navigation a:last-child:after{display:none}.header-cta{color:var(--gold-bright);border:1px solid #c89b3c75;margin-left:.4rem;padding:.72rem 1rem}.menu-toggle{border:1px solid var(--line);width:2.75rem;height:2.75rem;color:var(--ivory);background:#08080899;border-radius:2px;justify-content:center;align-items:center;display:none}.menu-toggle svg{width:1.25rem}.mobile-navigation{z-index:-1;height:calc(100svh - var(--header-height));visibility:hidden;opacity:0;pointer-events:none;background:linear-gradient(135deg,#c89b3c09,#0000 45%),#090909;transition:opacity .18s,visibility .18s;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.menu-is-open .mobile-navigation{z-index:1;visibility:visible;opacity:1;pointer-events:auto}.mobile-navigation__inner{min-height:calc(100svh - var(--header-height));flex-direction:column;width:min(100% - 2.5rem,40rem);margin-inline:auto;padding-block:clamp(3rem,9vh,6rem) 2rem;display:flex}.mobile-navigation__inner>a{border-bottom:1px solid var(--line);font-family:var(--display);grid-template-columns:2rem 1fr;align-items:baseline;padding-block:.75rem;font-size:clamp(2.35rem,10vw,4.5rem);line-height:1;display:grid}.mobile-navigation__inner>a span{color:var(--gold);font-family:var(--sans);letter-spacing:.12em;font-size:.58rem}.mobile-navigation__footer{color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:.5rem 1.5rem;margin-top:auto;padding-top:2.5rem;font-size:.75rem;display:flex}.mobile-navigation__footer p{margin:0}.age-notice{z-index:150;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#030303e6;place-items:center;min-height:100svh;padding:1.25rem;display:grid;position:fixed;inset:0;overflow-y:auto}.age-notice__panel{text-align:center;background:linear-gradient(145deg,#e1bb660a,#0000 40%),#0d0d0d;border:1px solid #c89b3c47;border-radius:3px;width:min(100%,34rem);padding:clamp(2rem,7vw,4.25rem);position:relative;overflow:hidden;box-shadow:0 40px 100px #0000009e}.age-notice__panel:before{background:var(--gold-bright);content:"";width:4rem;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.age-notice__panel>img{mix-blend-mode:screen;width:min(14rem,70%);height:auto;margin:0 auto 2.25rem}.age-notice__panel .eyebrow{justify-content:center}.age-notice__panel h2{font-family:var(--display);letter-spacing:-.04em;margin:0;font-size:clamp(2.4rem,8vw,4.25rem);font-weight:500;line-height:.95}.age-notice__panel>p:not(.eyebrow){max-width:25rem;color:var(--muted);margin:1.25rem auto 0;font-size:.86rem}.age-notice__actions{gap:.5rem;margin-top:2.25rem;display:grid}.home-hero{border-bottom:1px solid var(--line);background:radial-gradient(circle at 77% 56%,#c89b3c14,#0000 24rem),linear-gradient(120deg,#080808 25%,#0c0c0b 74%,#080808);min-height:max(50rem,100svh);position:relative;overflow:hidden}.home-hero__grid{opacity:.2;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:8rem 8rem;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000,#0000 75%);mask-image:linear-gradient(90deg,#000,#0000 75%)}.home-hero__glow{filter:blur(80px);background:#c89b3c14;border-radius:50%;width:42rem;height:18rem;position:absolute;bottom:13%;right:8%}.home-hero__inner{min-height:max(50rem,100svh);position:relative}.home-hero__content{z-index:3;max-width:46rem;padding-top:clamp(9.5rem,17vh,12rem);animation:.76s cubic-bezier(.22,1,.36,1) both hero-rise;position:relative}.home-hero h1{font-family:var(--display);letter-spacing:-.06em;text-transform:uppercase;margin:0;font-size:clamp(3.8rem,6.1vw,6.9rem);font-weight:500;line-height:.84}.home-hero h1 span{display:block}.home-hero__lede{color:#c3c0ba;max-width:32rem;margin:2rem 0 0;font-size:clamp(1rem,1.35vw,1.16rem)}.home-hero__actions{flex-wrap:wrap;gap:.75rem;margin-top:2.2rem;display:flex}.home-hero__note{color:var(--muted-dark);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:.65rem;margin:1.15rem 0 0;font-size:.62rem;display:flex}.home-hero__note span{background:var(--gold-deep);width:1.4rem;height:1px}.home-hero__product{z-index:2;width:min(47vw,53rem);animation:.9s cubic-bezier(.22,1,.36,1) .12s both hero-product;position:absolute;bottom:clamp(4rem,7vh,5.75rem);right:0}.home-hero__product-rule{z-index:2;background:linear-gradient(to left, transparent, var(--gold));width:44%;height:1px;position:absolute;top:-1.75rem;right:2rem}.home-hero__stage{aspect-ratio:2.2;background:radial-gradient(circle at 50% 55%,#fff 0,#f4f4f3 50%,#e7e7e4 100%);border:1px solid #e1bb6638;transition:border-color .3s,box-shadow .3s,transform .45s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden;box-shadow:0 35px 90px #0000008c,0 0 80px #c89b3c0e}.home-hero__product:hover .home-hero__stage{box-shadow:0 42px 100px #0000009e, 0 0 95px var(--gold-glow);border-color:#e1bb666b;transform:translateY(-4px)}.home-hero__stage:after{content:"";pointer-events:none;border:1px solid #ffffff3d;position:absolute;inset:0;box-shadow:inset 0 0 60px #362c1b0f}.home-hero__image{object-fit:cover;object-position:center top;transform:scale(1.004)}.home-hero__product-meta{color:var(--muted);letter-spacing:.14em;text-transform:uppercase;justify-content:space-between;align-items:baseline;gap:1rem;padding:.8rem .1rem 0;font-size:.62rem;display:flex}.home-hero__product-meta strong{color:var(--ivory);font-weight:550}.home-hero__scroll{z-index:4;color:var(--muted-dark);letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:.75rem;font-size:.58rem;display:flex;position:absolute;bottom:2rem;left:0}.home-hero__scroll span{background:var(--gold-deep);width:2.75rem;height:1px}@keyframes hero-rise{0%{opacity:0;transform:translateY(20px)}}@keyframes hero-product{0%{opacity:0;transform:translate(28px)}}.trust-strip{border-bottom:1px solid var(--line);background:#0a0a0a}.trust-strip ul{grid-template-columns:repeat(4,1fr);margin:0;padding:0;list-style:none;display:grid}.trust-strip li{color:#f4f0e8b3;letter-spacing:.14em;text-align:center;text-transform:uppercase;padding:1.15rem 1rem;font-size:.6rem;font-weight:650;position:relative}.trust-strip li+li{border-left:1px solid var(--line)}.trust-strip li:before{background:var(--gold);content:"";border-radius:50%;width:3px;height:3px;margin:0 .65rem .1rem 0;display:inline-block}.model-showcase{background:linear-gradient(to bottom, transparent 0, #ffffff03 50%, transparent), var(--black)}.model-showcase__list{gap:clamp(6.5rem,12vw,11rem);margin-top:clamp(5rem,9vw,8rem);display:grid}.model-editorial{grid-template-columns:minmax(0,1.95fr) minmax(17rem,.85fr);align-items:center;gap:clamp(2.5rem,6vw,7rem);display:grid}.model-editorial--reverse{grid-template-columns:minmax(17rem,.85fr) minmax(0,1.95fr)}.model-editorial--reverse .model-editorial__media{grid-area:1/2}.model-editorial--reverse .model-editorial__content{grid-area:1/1}.model-editorial__media{position:relative}.model-editorial__image-stage{aspect-ratio:2.25;background:#f4f4f2;border:1px solid #ffffff1f;position:relative;overflow:hidden;box-shadow:0 30px 75px #0000005c}.model-editorial__image-stage:before{z-index:2;background:var(--gold);content:"";width:5rem;height:1px;position:absolute;top:0;left:0}.model-editorial__image{object-fit:cover;transition:transform .9s cubic-bezier(.22,1,.36,1)}.model-editorial:hover .model-editorial__image{transform:scale(1.018)}.model-image--elite{transform:scale(1.005);object-position:center top!important}.model-editorial:hover .model-image--elite{transform:scale(1.02)}.model-editorial__media-label{color:var(--muted-dark);letter-spacing:.14em;text-transform:uppercase;justify-content:space-between;gap:1rem;margin:.8rem 0 0;font-size:.58rem;display:flex}.model-editorial__media-label span{color:var(--gold-deep)}.model-editorial__content{padding-block:2rem;position:relative}.model-editorial__index{z-index:-1;color:#ffffff09;font-family:var(--display);margin:0;font-size:clamp(8rem,14vw,15rem);line-height:1;position:absolute;top:-3rem;right:0}.model-editorial__content h3{font-family:var(--display);letter-spacing:-.055em;margin:0;font-size:clamp(3.6rem,6vw,6.8rem);font-weight:500;line-height:.88}.model-editorial__content>p:not(.eyebrow,.model-editorial__index,.model-editorial__status){max-width:27rem;color:var(--muted);margin:1.5rem 0 2.1rem}.model-editorial__status{color:var(--gold-bright);letter-spacing:.08em;text-transform:uppercase;margin:-.9rem 0 1.8rem;font-size:.67rem}.standard-section{border-block:1px solid var(--line);background:linear-gradient(115deg, #c89b3c09, transparent 28%), var(--surface);position:relative;overflow:hidden}.standard-section:after{content:"";border:1px solid #c89b3c14;border-radius:50%;width:42rem;height:42rem;position:absolute;top:-10rem;right:-15rem}.standard-section__inner{z-index:1;grid-template-columns:minmax(0,1.1fr) minmax(20rem,.9fr);align-items:end;gap:clamp(4rem,10vw,10rem);display:grid;position:relative}.standard-section__heading h2{max-width:8ch;font-family:var(--display);letter-spacing:-.045em;margin:0;font-size:clamp(4rem,7vw,7.5rem);font-weight:400;line-height:.9}.standard-section__copy{border-left:1px solid var(--line-strong);padding:1.25rem 0 1.25rem clamp(2rem,4vw,4rem)}.standard-section__copy p{max-width:34rem;color:var(--muted);margin:0 0 2.25rem;font-size:clamp(1rem,1.4vw,1.18rem);line-height:1.7}.custom-build-section{background:#0a0a0a;min-height:47rem;position:relative;overflow:hidden}.custom-build-section__media{background:#12110f;position:absolute;inset:0 50% 0 0;overflow:hidden}.custom-build-section__media:after{content:"";background:linear-gradient(270deg,#080808ad,#0000 32%),linear-gradient(#0000 55%,#08080852);position:absolute;inset:0}.custom-build-section__media img{object-fit:contain;object-position:center;filter:saturate(.92)contrast(1.03)}.custom-build-section__inner{grid-template-columns:1fr 1fr;align-items:center;min-height:47rem;display:grid}.custom-build-section__content{grid-column:2;padding-left:clamp(3rem,8vw,8rem)}.custom-build-section__content h2{max-width:8ch;font-family:var(--display);letter-spacing:-.06em;margin:0;font-size:clamp(4.4rem,7.5vw,8rem);font-weight:500;line-height:.82}.custom-build-section__content>p:not(.eyebrow){max-width:31rem;color:var(--muted);margin:2rem 0 2.25rem}.cerakote-preview{background:radial-gradient(circle at 75% 50%, #c89b3c0d, transparent 23rem), var(--black)}.cerakote-preview__grid{grid-template-columns:.92fr 1.08fr;align-items:center;gap:clamp(4rem,10vw,10rem);display:grid}.cerakote-preview__copy{max-width:33rem;color:var(--muted);margin:2.25rem 0}.material-study{grid-template-columns:repeat(3,1fr);gap:.75rem;min-height:36rem;display:grid}.material-study__sample{border:1px solid var(--line);color:var(--cream);background:#161616;flex-direction:column;justify-content:space-between;padding:1.4rem 1.1rem;text-decoration:none;transition:border-color .22s,box-shadow .22s,transform .22s;display:flex;position:relative;overflow:hidden}.material-study__sample:before,.material-study__sample:after{content:"";position:absolute}.material-study__sample:before{opacity:.65;background:linear-gradient(110deg,#0000 20%,#ffffff0f 44%,#0000 70%),repeating-linear-gradient(0deg,#0000 0 3px,#ffffff03 3px 4px);inset:0}.material-study__sample:after{transform-origin:0;background:var(--gold);height:2px;transition:transform .25s;bottom:0;left:0;right:0;transform:scaleX(.25)}.material-study__sample:hover:after,.material-study__sample:focus-visible:after{transform:scaleX(1)}.material-study__sample:hover,.material-study__sample:focus-visible{border-color:#e1bb6680;box-shadow:0 22px 60px #00000047}.material-study__sample:focus-visible{outline:2px solid var(--gold-bright);outline-offset:4px}.material-study__sample--1{background:linear-gradient(160deg,#252525,#0c0c0c)}.material-study__sample--2{background:linear-gradient(160deg,#302e2b,#11100f);transform:translateY(2.5rem)}.material-study__sample--3{background:linear-gradient(160deg,#191919,#090909)}.material-study__sample span,.material-study__sample strong{z-index:1;position:relative}.material-study__number{color:var(--gold);letter-spacing:.14em;font-size:.6rem}.material-study__content{gap:1.2rem;display:grid}.material-study__content strong{max-width:8ch;font-family:var(--display);font-size:clamp(1.6rem,2.2vw,2.5rem);font-weight:400;line-height:.94}.material-study__cta{color:var(--muted);font-family:var(--sans);letter-spacing:.12em;text-transform:uppercase;justify-content:space-between;align-items:center;font-size:.58rem;font-weight:700;display:flex}.craft-break{padding-block:0 clamp(6rem,10vw,9rem)}.craft-break__frame{border:1px solid var(--line);background:linear-gradient(#08080814,#080808 93%),#f1f1ef;min-height:clamp(35rem,63vw,58rem);position:relative;overflow:hidden}.craft-break__copy{z-index:3;position:absolute;top:clamp(2.5rem,7vw,7rem);left:clamp(1.5rem,6vw,6rem)}.craft-break__copy h2{color:#0d0d0d;font-family:var(--display);letter-spacing:-.065em;text-transform:uppercase;margin:0;font-size:clamp(4rem,9.4vw,10rem);font-weight:500;line-height:.78}.craft-break__copy h2 span{color:#0000;-webkit-text-stroke:1px #0d0d0d80;display:block}.craft-break__copy .eyebrow{color:var(--gold-deep)}.craft-break__image{aspect-ratio:2.1;position:absolute;bottom:3%;left:4%;right:-6%}.craft-break__image img{object-fit:cover;object-position:center 54%;mix-blend-mode:multiply}.warranty-preview{border-block:1px solid var(--line);background:var(--surface)}.warranty-preview__grid{grid-template-columns:6rem minmax(0,1fr) minmax(18rem,.8fr);align-items:center;gap:clamp(2rem,5vw,6rem);display:grid}.warranty-preview__icon{width:5.5rem;height:5.5rem;color:var(--gold-bright);border:1px solid #c89b3c61;place-items:center;display:grid}.warranty-preview__icon svg{stroke-width:1.2px;width:2rem;height:2rem}.warranty-preview h2{font-family:var(--display);letter-spacing:-.055em;text-transform:uppercase;margin:0;font-size:clamp(3.6rem,6vw,6.6rem);font-weight:500;line-height:.86}.warranty-preview__grid>div:last-child>p{color:var(--muted);margin:0 0 2rem}.founder-preview{overflow:hidden}.founder-preview__grid{grid-template-columns:.75fr 1.25fr;align-items:center;gap:clamp(4rem,11vw,12rem);display:grid}.founder-preview__mark{aspect-ratio:1;border:1px solid #c89b3c2e;border-radius:50%;place-items:center;max-width:30rem;display:grid;position:relative}.founder-preview__mark:before,.founder-preview__mark:after{border:1px solid var(--line);content:"";border-radius:50%;position:absolute}.founder-preview__mark:before{inset:8%}.founder-preview__mark:after{inset:22%}.founder-preview__mark span{font-family:var(--display);font-size:clamp(6rem,12vw,12rem);line-height:1}.founder-preview__mark svg{color:var(--gold);position:absolute;bottom:14%;right:13%}.founder-preview__content h2{max-width:10ch;font-family:var(--display);letter-spacing:-.06em;margin:0;font-size:clamp(4rem,7.4vw,8rem);font-weight:500;line-height:.84}.founder-preview__content>p:not(.eyebrow){max-width:38rem;color:var(--muted);margin:2rem 0;font-size:clamp(1rem,1.35vw,1.18rem)}.founder-preview__signature{color:var(--gold-bright);align-items:center;gap:.85rem;margin-bottom:2rem;display:flex}.founder-preview__signature span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;flex-direction:column;font-size:.66rem;display:flex}.founder-preview__signature strong{color:var(--ivory);font-size:.78rem;font-weight:600}.contact-rail{background:var(--gold-deep);color:#080808;border-block:1px solid #c89b3c2e}.contact-rail__inner{justify-content:space-between;align-items:center;gap:2rem;min-height:8rem;display:flex}.contact-rail p{font-family:var(--display);margin:0;font-size:clamp(1.75rem,3vw,3rem)}.contact-rail a{letter-spacing:.13em;text-transform:uppercase;align-items:center;gap:1rem;font-size:.7rem;font-weight:750;display:inline-flex}.contact-rail svg{width:1.15rem}.site-footer{background:#060606;padding-block:clamp(4.5rem,8vw,7.5rem) 1.5rem}.site-footer__top{grid-template-columns:1.2fr 1fr .72fr;gap:clamp(3rem,8vw,8rem);padding-bottom:clamp(4rem,8vw,7rem);display:grid}.site-footer__brand img{mix-blend-mode:screen;width:14rem;height:auto}.site-footer__brand p{max-width:23rem;color:var(--muted);margin:1.5rem 0 0;font-size:.83rem}.site-footer__nav{grid-template-columns:repeat(2,1fr);align-content:start;gap:.75rem 2rem;display:grid}.site-footer__nav a,.site-footer__contact a,.site-footer__contact p{color:#f4f0e8ad;font-size:.72rem;transition:color .16s}.site-footer__nav a:hover,.site-footer__contact a:hover{color:var(--gold-bright)}.site-footer__contact{flex-direction:column;align-items:flex-start;gap:.7rem;font-style:normal;display:flex}.site-footer__contact p{color:var(--ivory);margin:0}.site-footer__bottom{border-top:1px solid var(--line);color:var(--muted-dark);letter-spacing:.1em;text-transform:uppercase;justify-content:space-between;gap:1rem;padding-top:1.5rem;font-size:.6rem;display:flex}.site-footer__bottom p{margin:0}.page-hero{border-bottom:1px solid var(--line);min-height:clamp(32rem,66vh,47rem);padding:calc(var(--header-height) + 5rem) 0 clamp(4rem, 8vw, 7rem);background:radial-gradient(circle at 78% 35%,#c89b3c14,#0000 22rem),#0b0b0b;align-items:flex-end;display:flex;position:relative;overflow:hidden}.page-hero:after{content:"";border:1px solid #c89b3c1f;border-radius:50%;width:38rem;height:38rem;position:absolute;bottom:-18rem;right:7%}.page-hero .section-heading{z-index:2;position:relative}.page-hero .section-heading h1{max-width:13ch}.page-intro{grid-template-columns:.75fr 1.25fr;gap:clamp(3rem,9vw,9rem);display:grid}.page-intro__aside{color:var(--gold-bright);letter-spacing:.16em;text-transform:uppercase;font-size:.68rem;font-weight:650}.page-intro__body{max-width:48rem}.page-intro__body p{color:var(--muted);margin:0 0 1.5rem;font-size:clamp(1.05rem,1.55vw,1.35rem)}.page-hero__inner{z-index:2;position:relative}.page-hero__inner h1,.page-hero__content h1{max-width:12ch;font-family:var(--display);letter-spacing:-.065em;text-transform:uppercase;text-wrap:balance;margin:0;font-size:clamp(4.4rem,9vw,9.5rem);font-weight:500;line-height:.8}.page-hero__lede{max-width:38rem;color:var(--muted);margin:2rem 0 0;font-size:clamp(1rem,1.45vw,1.2rem)}.page-hero__actions{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.page-hero--models .page-hero__inner{width:min(calc(100% - (var(--page-gutter) * 2)), 96rem)}.page-hero--models h1{max-width:10.5ch}.model-support{border-block:1px solid var(--line);background:var(--surface);padding-block:clamp(4.5rem,8vw,7.5rem)}.model-support__inner{grid-template-columns:1.2fr .9fr auto;align-items:end;gap:clamp(2rem,5vw,5rem);display:grid}.model-support h2{max-width:12ch;font-family:var(--display);letter-spacing:-.045em;margin:0;font-size:clamp(2.8rem,5vw,5rem);font-weight:500;line-height:.9}.model-support__inner>p{color:var(--muted);margin:0}.model-hero{padding:calc(var(--header-height) + 3rem) 0 clamp(5rem, 10vw, 9rem);background:radial-gradient(circle at 72% 40%,#c89b3c13,#0000 24rem),#090909;position:relative;overflow:hidden}.model-breadcrumbs{color:var(--muted-dark);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:.75rem;margin-bottom:clamp(3.5rem,7vw,7rem);font-size:.63rem;display:flex}.model-breadcrumbs a{color:var(--gold-bright)}.model-hero__grid{grid-template-columns:minmax(22rem,.9fr) minmax(0,1.55fr);align-items:center;gap:clamp(3rem,6vw,7rem);display:grid}.model-hero__content{z-index:2;min-width:0;position:relative}.model-hero__content h1{font-family:var(--display);letter-spacing:-.065em;text-transform:uppercase;margin:0;font-size:clamp(4rem,5.5vw,6.2rem);font-weight:500;line-height:.78}.model-hero__headline{color:var(--ivory);font-family:var(--display);margin:1.5rem 0 0;font-size:clamp(1.7rem,2.6vw,2.7rem);line-height:1}.model-hero__summary{max-width:30rem;color:var(--muted);margin:1.25rem 0 0}.model-hero__cta{margin-top:2rem}.model-hero__stage{aspect-ratio:2.2;background:#f3f3f1;border:1px solid #e1bb6633;position:relative;overflow:hidden;box-shadow:0 35px 85px #00000075}.model-hero__image{object-fit:cover}.model-hero__media-label{color:var(--muted-dark);letter-spacing:.13em;text-align:right;text-transform:uppercase;margin:.75rem 0 0;font-size:.56rem}.model-overview,.model-specs,.model-philosophy{padding-block:clamp(6rem,11vw,10rem)}.model-overview{border-block:1px solid var(--line);background:var(--surface)}.model-overview__grid{grid-template-columns:1fr .85fr;gap:clamp(3rem,8vw,9rem);display:grid}.model-overview h2,.model-specs h2,.model-philosophy h2{max-width:11ch;font-family:var(--display);letter-spacing:-.055em;margin:0;font-size:clamp(3.5rem,6vw,6.5rem);font-weight:500;line-height:.86}.model-overview__copy{color:var(--muted);margin:0;font-size:clamp(1.08rem,1.7vw,1.45rem)}.model-specs__heading{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:clamp(3.5rem,7vw,6rem);display:flex}.model-specs__list{border-top:1px solid var(--line-strong);margin:0}.model-specs__row{border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;gap:2rem;padding-block:1.4rem;display:grid}.model-specs dt{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:.72rem}.model-specs dd{font-family:var(--display);margin:0;font-size:clamp(1.45rem,2.2vw,2rem);line-height:1}.model-specs__pending{background:linear-gradient(135deg,#c89b3c0a,#0000);border:1px solid #c89b3c3d;max-width:54rem;padding:clamp(2rem,5vw,4.5rem)}.model-specs__pending-label{color:var(--gold-bright);letter-spacing:.14em;text-transform:uppercase;font-size:.64rem}.model-specs__pending h3{font-family:var(--display);margin:1rem 0;font-size:clamp(2.5rem,5vw,4.75rem);font-weight:500;line-height:.9}.model-specs__pending p:last-child{max-width:35rem;color:var(--muted);margin-bottom:0}.model-philosophy{border-block:1px solid var(--line);background:var(--surface)}.model-philosophy__grid{grid-template-columns:.4fr 1fr .8fr;align-items:center;gap:clamp(2rem,6vw,6rem);display:grid}.model-philosophy__index{color:#ffffff0e;font-family:var(--display);font-size:clamp(7rem,13vw,13rem);line-height:.7}.model-philosophy__grid>p{color:var(--muted)}.model-links{padding-block:3rem}.model-links__inner{justify-content:space-between;gap:2rem;display:flex}.page-hero--custom-builds .page-hero__inner,.page-hero--cerakote .page-hero__inner,.page-hero--story .page-hero__inner{grid-template-columns:.78fr 1.22fr;align-items:center;gap:clamp(3rem,7vw,8rem);display:grid}.page-hero--custom-builds{min-height:clamp(40rem,82vh,54rem)}.custom-builds-hero__media{aspect-ratio:2.2;background:#f2f2f0;border:1px solid #c89b3c33;position:relative;overflow:hidden;box-shadow:0 35px 85px #00000073}.custom-builds-hero__media img{object-fit:cover;object-position:center top}.custom-builds-intro,.custom-builds-principles,.custom-builds-contact{padding-block:clamp(6rem,11vw,10rem)}.custom-builds-intro__grid,.custom-builds-contact__inner{grid-template-columns:1fr .85fr;gap:clamp(3rem,8vw,9rem);display:grid}.custom-builds-intro h2,.custom-builds-contact h2{max-width:11ch;font-family:var(--display);letter-spacing:-.055em;margin:0;font-size:clamp(3.6rem,6.5vw,7rem);font-weight:500;line-height:.85}.custom-builds-intro__copy p,.custom-builds-contact__inner>p{color:var(--muted);margin:0 0 1.5rem;font-size:clamp(1rem,1.45vw,1.2rem)}.custom-builds-principles{border-block:1px solid var(--line);background:var(--surface)}.custom-builds-principles__list{grid-template-columns:repeat(3,1fr);margin:0;padding:0;list-style:none;display:grid}.custom-builds-principles__list li{border-top:1px solid var(--line-strong);min-height:24rem;padding:2rem clamp(1.5rem,3vw,3rem)}.custom-builds-principles__list li+li{border-left:1px solid var(--line)}.custom-builds-principles__list span{color:var(--gold);margin-bottom:7rem;font-size:.62rem;display:block}.custom-builds-principles__list h2{font-family:var(--display);margin:0;font-size:clamp(2.2rem,3.3vw,3.5rem);font-weight:500;line-height:.94}.custom-builds-principles__list p{color:var(--muted);margin:1.25rem 0 0;font-size:.9rem}.custom-builds-contact{background:#0a0a0a}.custom-builds-contact__inner{grid-template-columns:1fr .7fr auto;align-items:end}.cerakote-materials{grid-template-columns:repeat(3,1fr);gap:.7rem;min-height:27rem;display:grid}.cerakote-materials__sample{border:1px solid var(--line);background:linear-gradient(120deg,#0000 20%,#fff1,#0000 65%),#181818;position:relative;overflow:hidden}.cerakote-materials__sample:after{background:var(--gold-deep);content:"";height:2px;position:absolute;bottom:0;left:0;right:0}.cerakote-materials__sample--two{background:linear-gradient(120deg,#0000 20%,#ffffff0f,#0000 65%),#282622;transform:translateY(2rem)}.cerakote-materials__sample--three{background:repeating-linear-gradient(135deg,#0000 0 10px,#ffffff06 10px 11px),#101010}.cerakote-pricing{padding-block:clamp(6rem,11vw,10rem)}.cerakote-pricing__heading{grid-template-columns:1fr .6fr;align-items:end;gap:3rem;margin-bottom:clamp(4rem,8vw,7rem);display:grid}.cerakote-pricing h2,.cerakote-notes h2{max-width:10ch;font-family:var(--display);letter-spacing:-.055em;margin:0;font-size:clamp(3.6rem,6.4vw,7rem);font-weight:500;line-height:.84}.cerakote-pricing__heading>p{color:var(--muted);margin:0}.cerakote-pricing__groups{border-top:1px solid var(--line-strong)}.cerakote-service{border-bottom:1px solid var(--line);grid-template-columns:1fr .95fr;gap:clamp(2rem,7vw,7rem);padding-block:clamp(2rem,4vw,3.5rem);display:grid}.cerakote-service__heading{grid-template-columns:3rem 1fr;gap:1.5rem;display:grid}.cerakote-service__heading>span{color:var(--gold);letter-spacing:.12em;font-size:.62rem}.cerakote-service h3{font-family:var(--display);margin:0;font-size:clamp(2.2rem,4vw,4rem);font-weight:500;line-height:.92}.cerakote-service__heading p{max-width:34rem;color:var(--muted-dark);margin:.8rem 0 0;font-size:.76rem}.cerakote-service__options{margin:0}.cerakote-service__options>div{border-bottom:1px solid var(--line);justify-content:space-between;gap:2rem;padding:.85rem 0;display:flex}.cerakote-service__options dt{color:var(--muted);font-size:.82rem}.cerakote-service__options dd{color:var(--ivory);font-family:var(--display);margin:0;font-size:1.3rem}.cerakote-notes{border-block:1px solid var(--line);background:var(--surface);padding-block:clamp(5rem,9vw,8rem)}.cerakote-notes__grid{grid-template-columns:1fr .8fr auto;align-items:end;gap:clamp(2.5rem,6vw,6rem);display:grid}.cerakote-notes ul{margin:0;padding:0;list-style:none}.cerakote-notes li{border-top:1px solid var(--line);color:var(--muted);padding-block:.85rem;font-size:.82rem}.story-brand-panel{aspect-ratio:1;border:1px solid #c89b3c33;border-radius:50%;justify-self:end;place-items:center;width:min(100%,30rem);display:grid}.story-brand-panel span{font-family:var(--display);font-size:clamp(7rem,13vw,13rem);line-height:.8}.story-brand-panel p{color:var(--gold-bright);letter-spacing:.16em;text-transform:uppercase;margin:-8rem 0 0;font-size:.6rem}.story-origin,.story-founder{padding-block:clamp(6rem,11vw,10rem)}.story-origin__grid,.story-founder__grid{grid-template-columns:1fr .85fr;align-items:start;gap:clamp(3rem,9vw,9rem);display:grid}.story-origin h2,.story-founder h2{max-width:11ch;font-family:var(--display);letter-spacing:-.055em;margin:0;font-size:clamp(3.7rem,6.7vw,7rem);font-weight:500;line-height:.84}.story-origin__copy p,.story-founder__content>p:not(.eyebrow){color:var(--muted);margin:0 0 1.4rem;font-size:clamp(1rem,1.45vw,1.22rem)}.story-facts{border-block:1px solid var(--line);background:var(--surface);padding-block:clamp(4rem,7vw,6rem)}.story-facts__list{grid-template-columns:repeat(4,1fr);margin:0;display:grid}.story-facts__list>div{padding-inline:clamp(1rem,3vw,3rem)}.story-facts__list>div+div{border-left:1px solid var(--line)}.story-facts dt{color:var(--muted-dark);letter-spacing:.14em;text-transform:uppercase;margin-bottom:1rem;font-size:.6rem}.story-facts dd{font-family:var(--display);margin:0;font-size:clamp(1.8rem,3vw,3rem);line-height:1}.story-founder{background:#0a0a0a}.story-founder__grid{align-items:center}.story-founder__mark{aspect-ratio:1.1;border:1px solid var(--line);background:radial-gradient(circle,#c89b3c12,#0000 55%),#0d0d0d;place-items:center;max-width:34rem;display:grid}.story-founder__mark span{color:#f4f0e8e6;font-family:var(--display);font-size:clamp(10rem,22vw,20rem);line-height:.65}.story-founder__content .arrow-link{margin-top:1rem}.legal-page{min-height:75vh;padding:calc(var(--header-height) + clamp(5rem, 10vw, 9rem)) 0 clamp(6rem, 10vw, 9rem)}.legal-page__header{border-bottom:1px solid var(--line-strong);padding-bottom:clamp(2.5rem,6vw,5rem)}.legal-page h1{font-family:var(--display);letter-spacing:-.06em;margin:0;font-size:clamp(4.5rem,10vw,8rem);font-weight:500;line-height:.8}.legal-page__status{border-top:1px solid var(--line);color:var(--muted-dark);letter-spacing:.12em;text-transform:uppercase;justify-content:space-between;gap:1rem;margin-top:3rem;padding-top:1rem;font-size:.62rem;display:flex}.legal-page__status strong{color:var(--gold-bright);font-weight:600}.legal-page__pending{padding-block:clamp(3rem,7vw,6rem)}.legal-page__pending h2{font-family:var(--display);margin:0 0 2rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:500;line-height:.9}.legal-page__pending p{color:var(--muted)}.legal-page__contact{border-top:1px solid var(--line);padding-top:2rem}.legal-page__contact p{color:var(--muted)}.legal-page__contact a{color:var(--gold-bright)}.page-not-found{min-height:100svh;padding-top:var(--header-height);place-items:center;display:grid;overflow:hidden}.not-found__inner{min-height:calc(100svh - var(--header-height));align-items:center;display:grid;position:relative}.not-found__code{color:#ffffff09;font-family:var(--display);margin:0;font-size:clamp(18rem,45vw,45rem);line-height:.7;position:absolute;right:-3vw}.not-found__content{z-index:2;max-width:48rem;position:relative}.not-found__content h1{font-family:var(--display);letter-spacing:-.06em;margin:0;font-size:clamp(4rem,8vw,8rem);font-weight:500;line-height:.82}.not-found__content>p:not(.eyebrow){max-width:35rem;color:var(--muted)}.not-found__actions{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.form-page{background:linear-gradient(125deg, #c89b3c06, transparent 30%), var(--black)}.form-page__grid{grid-template-columns:minmax(17rem,.62fr) minmax(0,1.38fr);align-items:start;gap:clamp(3rem,8vw,8rem);display:grid}.form-page__aside{top:calc(var(--header-height) + 2rem);position:sticky}.form-page__aside h2{max-width:8ch;font-family:var(--display);letter-spacing:-.05em;margin:0;font-size:clamp(3.2rem,5vw,5.25rem);font-weight:500;line-height:.88}.form-page__aside>p:not(.eyebrow){max-width:27rem;color:var(--muted);margin:1.5rem 0}.contact-details{border-top:1px solid var(--line);flex-direction:column;align-items:flex-start;gap:.6rem;margin-top:2.5rem;padding-top:1.5rem;font-style:normal;display:flex}.contact-details p{color:var(--ivory);margin:0 0 .25rem}.contact-details a{color:var(--gold-bright);font-size:.82rem}.warranty-note{border-left:1px solid var(--gold-deep);margin-top:2rem;padding-left:1rem}.warranty-note p{color:var(--muted);margin:0 0 .5rem;font-size:.78rem}.warranty-note a{color:var(--gold-bright);letter-spacing:.09em;text-transform:uppercase;font-size:.68rem}.form-shell{background:var(--surface);border-top:1px solid #c89b3c61;padding:clamp(2rem,5vw,4.5rem);box-shadow:0 30px 80px #00000047}.form-shell__header{max-width:42rem;margin-bottom:clamp(3rem,6vw,5rem)}.form-shell__header h2{font-family:var(--display);letter-spacing:-.055em;margin:0;font-size:clamp(3.4rem,5.5vw,5.75rem);font-weight:500;line-height:.86}.form-shell__header>p:not(.eyebrow){color:var(--muted);margin:1.25rem 0 0}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.45rem;display:grid}.form-field--full{grid-column:1/-1}.form-field{min-width:0}.form-field label,.form-fieldset legend{color:#f4f0e8c7;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.55rem;font-size:.64rem;font-weight:650;display:block}.form-field__optional{color:var(--muted-dark);margin-left:.45rem;font-size:.54rem}.form-field input,.form-field select,.form-field textarea{border:1px solid var(--line-strong);width:100%;color:var(--ivory);background:#0b0b0b;border-radius:2px;outline:none;padding:.85rem .9rem;transition:border-color .15s,box-shadow .15s,background-color .15s}.form-field input,.form-field select{min-height:3.2rem}.form-field textarea{resize:vertical;min-height:10rem}.form-field input:hover,.form-field select:hover,.form-field textarea:hover{border-color:#ffffff40}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--gold);background:#0e0e0e;box-shadow:0 0 0 3px #c89b3c1c}.form-field input[aria-invalid=true],.form-field select[aria-invalid=true],.form-field textarea[aria-invalid=true]{border-color:#bf7165}.form-field select{appearance:none;background-image:linear-gradient(45deg, transparent 50%, var(--gold) 50%), linear-gradient(135deg, var(--gold) 50%, transparent 50%);background-position:calc(100% - 1rem) calc(50% - 2px),calc(100% - .7rem) calc(50% - 2px);background-repeat:no-repeat;background-size:5px 5px,5px 5px}.form-field input[type=date]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.form-field__error{color:#e0a39a;margin:.45rem 0 0;font-size:.7rem}.form-field__hint{color:var(--muted-dark);margin:.65rem 0 0;font-size:.68rem}.form-fieldset{border:0;border-top:1px solid var(--line);min-width:0;margin:0;padding:clamp(2.5rem,5vw,4rem) 0 0}.form-fieldset+.form-fieldset{margin-top:clamp(2.5rem,5vw,4rem)}.form-fieldset legend{float:left;width:100%;color:var(--gold-bright);margin:0 0 1.5rem}.form-fieldset legend+*{clear:both}.upload-field input[type=file]{cursor:pointer;background:linear-gradient(135deg,#c89b3c09,#0000),#0b0b0b;min-height:5.25rem;padding:1.2rem}.upload-field input[type=file]::file-selector-button{cursor:pointer;color:var(--gold-bright);letter-spacing:.1em;text-transform:uppercase;background:#14120e;border:1px solid #c89b3c59;border-radius:1px;margin-right:1rem;padding:.65rem .8rem;font-size:.62rem;font-weight:650}.check-field{grid-template-columns:1.3rem 1fr;align-items:start;gap:.85rem;margin-top:2.5rem;display:grid}.check-field input{width:1.15rem;height:1.15rem;accent-color:var(--gold);margin:.2rem 0 0}.check-field label{color:var(--muted);font-size:.78rem}.check-field label a{color:var(--gold-bright);text-underline-offset:3px;text-decoration:underline}.form-actions{align-items:center;gap:1.25rem;margin-top:2.5rem;display:flex}.form-actions .button:disabled{cursor:wait;opacity:.62;transform:none}.form-actions__note{max-width:25rem;color:var(--muted-dark);margin:0;font-size:.65rem}.form-status{border-left:2px solid var(--gold);color:var(--muted);background:#c89b3c0f;margin-top:1.5rem;padding:1rem 1.1rem;font-size:.78rem}.form-status--error{color:#e0b1aa;background:#bf716514;border-left-color:#bf7165}.eyebrow{letter-spacing:.16em}.button,.arrow-link{letter-spacing:.1em}.section-heading h1,.section-heading h2,.home-hero h1,.model-editorial__content h3,.custom-build-section__content h2,.craft-break__copy h2,.warranty-preview h2,.founder-preview__content h2,.page-hero__inner h1,.page-hero__content h1,.model-support h2,.model-hero__content h1,.model-overview h2,.model-specs h2,.model-philosophy h2,.custom-builds-intro h2,.custom-builds-contact h2,.cerakote-pricing h2,.cerakote-notes h2,.story-origin h2,.story-founder h2,.legal-page h1,.legal-page__pending h2,.not-found__content h1,.form-page__aside h2,.form-shell__header h2{letter-spacing:-.035em;font-weight:400;line-height:.94}.home-hero h1,.page-hero__inner h1,.page-hero__content h1,.model-hero__content h1{text-transform:none}.home-hero h1{font-size:clamp(3.6rem,5.35vw,6.25rem);line-height:.9}.home-hero h1 span:nth-child(2){letter-spacing:inherit;word-spacing:normal;font-size:1em}.home-hero h1 span:last-child{color:#e1bb66e0;-webkit-text-stroke:0}.section-heading h1,.section-heading h2{font-size:clamp(3rem,6.2vw,6.25rem)}.page-hero__inner h1,.page-hero__content h1{font-size:clamp(4rem,7.2vw,7.5rem)}.model-hero__content h1{font-size:clamp(3.8rem,5vw,5.8rem)}.model-editorial__content h3{font-size:clamp(3.4rem,5vw,5.6rem)}.custom-build-section__content h2,.founder-preview__content h2{font-size:clamp(4rem,6.4vw,6.5rem)}.material-study__content strong{font-size:clamp(1.25rem,1.7vw,1.85rem);line-height:1.05;transform:none}.button,.header-cta,.menu-toggle{border-radius:var(--radius-sm)}.site-header.is-scrolled,.site-header.menu-is-open{-webkit-backdrop-filter:blur(20px)saturate(1.1);backdrop-filter:blur(20px)saturate(1.1);background:#080808d1}.home-hero__stage,.model-editorial__image-stage,.model-hero__stage,.custom-builds-hero__media,.craft-break__frame{border-radius:var(--radius-md);border-color:#c89b3c38;overflow:hidden;box-shadow:0 26px 70px #00000057,inset 0 1px #ffffff14}.home-hero__stage,.model-editorial__image-stage,.model-hero__stage,.custom-builds-hero__media{background:linear-gradient(145deg,#f7f7f5,#ebeae6)}.home-hero__stage:after,.model-hero__stage:after{background:linear-gradient(90deg,#e4ded11f,#0000 12% 88%,#e4ded11f);box-shadow:inset 0 0 45px #362c1b0b}.model-hero__stage:after{content:"";pointer-events:none;position:absolute;inset:0}.material-study__sample,.form-shell,.model-specs__pending,.legal-page__pending{border-radius:var(--radius-md)}.form-shell{background:linear-gradient(145deg, #ffffff05, transparent 34%), var(--surface);border:1px solid #c89b3c2e}.form-field input,.form-field select,.form-field textarea{border-radius:var(--radius-sm)}.upload-field input[type=file]::file-selector-button{border-radius:var(--radius-sm)}@media (width<=1120px){.desktop-navigation{gap:1rem}.desktop-navigation a{font-size:.6rem}.home-hero__product{width:52vw;right:0}.model-hero__grid{grid-template-columns:1fr}.model-hero__content{max-width:40rem}.standard-section__inner{gap:4rem}}@media (width<=960px){:root{--header-height:4.6rem}.site-header__inner{grid-template-columns:1fr auto}.site-brand{width:6.4rem;height:3.8rem}.desktop-navigation,.header-cta{display:none}.menu-toggle{display:inline-flex}.home-hero,.home-hero__inner{min-height:auto}.home-hero__inner{padding-top:calc(var(--header-height) + 4.25rem);flex-direction:column;padding-bottom:4.75rem;display:flex}.home-hero__content{max-width:44rem;padding-top:0}.home-hero h1{font-size:clamp(3.7rem,10.5vw,5.8rem)}.home-hero__product{width:calc(100% + var(--page-gutter));margin-top:4.5rem;position:relative;bottom:auto;right:auto}.home-hero__scroll{display:none}.model-editorial,.model-editorial--reverse{grid-template-columns:1fr;gap:2rem}.model-editorial--reverse .model-editorial__media,.model-editorial--reverse .model-editorial__content{grid-column:1}.model-editorial--reverse .model-editorial__media{grid-row:1}.model-editorial--reverse .model-editorial__content{grid-row:2}.model-editorial__content{max-width:34rem;padding-block:0}.standard-section__inner{grid-template-columns:1fr;align-items:start}.standard-section__copy{border-top:1px solid var(--line-strong);border-left:0;max-width:38rem;padding:2rem 0 0}.model-editorial__index{top:-4rem}.custom-build-section__media{inset:0 42% 0 0}.custom-build-section__inner{grid-template-columns:.75fr 1.25fr}.custom-build-section__content{padding-left:3rem}.cerakote-preview__grid{grid-template-columns:1fr}.material-study{min-height:30rem}.warranty-preview__grid{grid-template-columns:5rem 1fr}.warranty-preview__grid>div:last-child{grid-column:2}.founder-preview__grid{gap:4rem}.site-footer__top{grid-template-columns:1fr 1fr}.site-footer__brand{grid-column:1/-1}}@media (width<=700px){:root{--page-gutter:1.25rem}.section{padding-block:4.75rem}.section-heading h1,.section-heading h2{font-size:clamp(3.15rem,14vw,4.7rem)}.home-hero__inner{padding-top:calc(var(--header-height) + 3.25rem);padding-bottom:3.5rem}.home-hero h1{font-size:clamp(2.6rem,11.4vw,4.1rem);line-height:.86}.home-hero__lede{max-width:24rem;margin-top:1.5rem}.home-hero__actions{flex-direction:column;align-items:stretch;margin-top:1.75rem}.home-hero__actions .button{width:100%}.home-hero__product{margin-inline:-.5rem;width:calc(100% + 1rem);margin-top:3rem}.home-hero__stage{border:1px solid #c89b3c38;box-shadow:0 22px 55px #0000006b}.home-hero__product-meta{padding-inline:1.25rem}.trust-strip ul{grid-template-columns:repeat(2,1fr)}.trust-strip li{min-height:3.75rem;padding:1rem .6rem;font-size:.53rem}.trust-strip li:nth-child(3){border-top:1px solid var(--line);border-left:0}.trust-strip li:nth-child(4){border-top:1px solid var(--line)}.model-showcase__list{gap:5.25rem}.model-editorial__image-stage{aspect-ratio:2.18;border:1px solid #c89b3c33;margin-inline:-.5rem}.model-editorial__media-label{font-size:.52rem}.model-editorial__content h3{font-size:clamp(3.35rem,15vw,4.8rem)}.standard-section__inner{gap:2.75rem}.standard-section__heading h2{font-size:clamp(3.55rem,15vw,4.9rem)}.custom-build-section{flex-direction:column;min-height:auto;display:flex}.custom-build-section__media{aspect-ratio:1.91;width:auto;margin:1rem var(--page-gutter) 0;border-radius:var(--radius-md);border:1px solid #c89b3c38;order:1;position:relative;inset:auto;box-shadow:0 22px 55px #0000005c}.custom-build-section__media:after{background:linear-gradient(90deg,#e4ded11f,#0000 12% 88%,#e4ded11f),linear-gradient(#0000 55%,#08080814)}.custom-build-section__media img{object-fit:cover;object-position:center;transform:none}.custom-build-section__inner{order:2;min-height:auto;padding-top:3rem;padding-bottom:4.75rem;display:block}.custom-build-section__content{padding-left:0}.custom-build-section__content h2{font-size:clamp(3.55rem,15vw,4.9rem)}.material-study{gap:.45rem;min-height:22rem}.material-study__sample{padding:1rem .65rem}.material-study__sample--2{transform:translateY(1.5rem)}.material-study__content strong{font-size:clamp(1.2rem,5vw,1.7rem)}.craft-break{padding-bottom:5rem}.craft-break .container{width:calc(100% - 1rem)}.craft-break__frame{border:1px solid #c89b3c33;min-height:30rem}.craft-break__copy{top:3.5rem;left:1.25rem;right:1.25rem}.craft-break__copy h2{font-size:clamp(3.2rem,14vw,4.5rem)}.craft-break__image{aspect-ratio:1.6;bottom:8%;left:-20%;right:-25%}.warranty-preview__grid{grid-template-columns:1fr}.warranty-preview__grid>div:last-child{grid-column:1}.warranty-preview h2{font-size:clamp(3.25rem,14vw,4.6rem)}.founder-preview__grid{grid-template-columns:1fr}.founder-preview__mark{width:min(78vw,22rem)}.founder-preview__content h2{font-size:clamp(3.4rem,14vw,4.7rem)}.contact-rail__inner{flex-direction:column;justify-content:center;align-items:flex-start;gap:.4rem;min-height:9rem}.site-footer__top{grid-template-columns:1fr}.site-footer__brand{grid-column:auto}.site-footer__nav{border-block:1px solid var(--line);padding-block:2rem}.site-footer__bottom{flex-direction:column;align-items:flex-start}.page-hero{min-height:30rem;padding-top:calc(var(--header-height) + 3.25rem)}.page-hero__actions .button,.model-hero__cta{width:100%}.page-intro{grid-template-columns:1fr;gap:2rem}}@media (width<=390px){.home-hero h1{font-size:clamp(2.45rem,11.3vw,2.85rem)}.home-hero__product-meta{flex-direction:column;align-items:flex-start;gap:.2rem}.trust-strip li:before{display:none}.material-study__content strong{font-size:1.05rem}}@media (width<=350px){.home-hero h1{font-size:2.05rem;line-height:.9}.home-hero .eyebrow{letter-spacing:.16em;gap:.5rem;font-size:.56rem}.home-hero .eyebrow>span{width:1.25rem}.home-hero__actions .button{letter-spacing:.1em;padding-inline:.85rem;font-size:.62rem}.home-hero__note{letter-spacing:.08em;font-size:.52rem}}@media (width<=960px){.model-support__inner{grid-template-columns:1fr 1fr}.model-support__inner .button{grid-column:2;justify-self:start}.model-hero__grid{grid-template-columns:1fr}.model-hero__content{max-width:40rem}.model-overview__grid,.model-philosophy__grid{grid-template-columns:1fr 1fr}.model-philosophy__index{display:none}.page-hero--custom-builds .page-hero__inner,.page-hero--cerakote .page-hero__inner,.page-hero--story .page-hero__inner{grid-template-columns:1fr}.custom-builds-hero__media{width:calc(100% + var(--page-gutter))}.custom-builds-contact__inner,.cerakote-notes__grid{grid-template-columns:1fr 1fr;align-items:start}.custom-builds-contact__inner .arrow-link,.cerakote-notes__grid .arrow-link{grid-column:2;justify-self:start}.story-brand-panel{justify-self:start;width:min(60vw,28rem)}.story-facts__list{grid-template-columns:repeat(2,1fr)}.story-facts__list>div:nth-child(3){border-top:1px solid var(--line);border-left:0;padding-top:2rem}.story-facts__list>div:nth-child(4){border-top:1px solid var(--line);padding-top:2rem}.form-page__grid{grid-template-columns:1fr}.form-page__aside{grid-template-columns:1fr 1fr;gap:0 3rem;display:grid;position:static}.form-page__aside .eyebrow,.form-page__aside h2{grid-column:1/-1}.form-page__aside .contact-details,.form-page__aside .warranty-note{margin-top:1.5rem}}@media (width<=700px){.page-hero__inner h1,.page-hero__content h1{font-size:clamp(3.25rem,14vw,4.8rem)}.model-hero__content h1{font-size:clamp(3.2rem,15vw,5.8rem)}.model-support__inner,.model-overview__grid,.model-philosophy__grid,.custom-builds-intro__grid,.custom-builds-contact__inner,.cerakote-pricing__heading,.cerakote-notes__grid,.story-origin__grid,.story-founder__grid,.form-page__aside{grid-template-columns:1fr}.model-support__inner .button,.custom-builds-contact__inner .arrow-link,.cerakote-notes__grid .arrow-link{grid-column:1}.model-hero__stage,.custom-builds-hero__media{aspect-ratio:2.15;border:1px solid #c89b3c33;margin-inline:-.5rem}.model-hero__media-label{text-align:left}.model-overview h2,.model-philosophy h2,.custom-builds-intro h2,.custom-builds-contact h2,.cerakote-pricing h2,.cerakote-notes h2,.story-origin h2,.story-founder h2{font-size:clamp(3.15rem,13.5vw,4.6rem)}.model-specs h2{font-size:clamp(2.8rem,14vw,5rem)}.model-specs__heading{flex-direction:column;align-items:flex-start}.model-specs__row{grid-template-columns:.72fr 1.28fr}.model-links__inner{flex-direction:column;align-items:flex-start}.custom-builds-principles__list{grid-template-columns:1fr}.custom-builds-principles__list li{min-height:auto;padding-inline:0}.custom-builds-principles__list li+li{border-top:1px solid var(--line);border-left:0}.custom-builds-principles__list span{margin-bottom:3.75rem}.cerakote-materials{min-height:20rem}.cerakote-pricing__heading{align-items:start}.cerakote-service{grid-template-columns:1fr}.cerakote-service__heading{grid-template-columns:2rem 1fr}.story-brand-panel{width:min(82vw,24rem)}.story-facts__list{grid-template-columns:1fr 1fr}.story-facts__list>div{min-width:0;padding:1.25rem}.story-facts__list>div:nth-child(odd){border-left:0}.story-facts dd{overflow-wrap:anywhere}.legal-page__status{flex-direction:column;align-items:flex-start}.not-found__actions{flex-direction:column;align-items:stretch}.not-found__actions .button{width:100%}.form-shell{margin-inline:calc(var(--page-gutter) * -1);border-left:0;border-right:0;padding:2.25rem 1.25rem}.form-page__aside{display:block}.form-grid{grid-template-columns:1fr}.form-field--full{grid-column:1}.form-actions{flex-direction:column;align-items:stretch}.form-actions .button{width:100%}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.reveal,.js [data-reveal]{opacity:1;transform:none}}
