:root{--carbon: #0a0a0a;--carbon-light: #141414;--carbon-mid: #1a1a1a;--steel: #2a2a2a;--titanium: #8a8a8a;--silver: #c0c0c0;--white: #f5f5f5;--accent: #e8ff00;--accent-dim: rgba(232, 255, 0, .15);--font-display: "Bebas Neue", sans-serif;--font-body: "Outfit", sans-serif;--font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--page-width: 1200px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--carbon);color:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible,[tabindex="0"]:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.skip-to-content-link:focus{position:fixed;top:8px;left:8px;z-index:9999;clip:auto;width:auto;height:auto;background:var(--accent);color:var(--carbon);padding:10px 20px;font-weight:600}.page-width{max-width:var(--page-width);margin:0 auto;padding:0 2rem}.section-padding{padding:6rem 0}h1,h2,h3,.display{font-family:var(--font-display);font-weight:400;letter-spacing:.02em;line-height:1;text-transform:uppercase}.section-label{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.4em;text-transform:uppercase;color:var(--accent);margin-bottom:1.5rem;display:block}.section-title{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,4rem);letter-spacing:.02em;line-height:1;margin-bottom:2rem}.section-number{font-family:var(--font-mono);color:var(--titanium);font-size:.8rem;letter-spacing:.3em}.lede{color:var(--silver);font-weight:300;max-width:62ch}.mono{font-family:var(--font-mono)}.btn,.btn--primary,button.btn{display:inline-flex;align-items:center;justify-content:center;gap:1rem;background:var(--accent);color:var(--carbon);border:1px solid var(--accent);text-decoration:none;padding:1.2rem 3rem;font-family:var(--font-body);font-size:.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.btn:hover{transform:translateY(-2px);box-shadow:0 20px 40px #e8ff004d}.btn--secondary{background:transparent;color:var(--white);border:1px solid var(--steel)}.btn--secondary:hover{border-color:var(--accent);color:var(--accent);box-shadow:none}.btn:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}.site-header{position:sticky;top:0;z-index:100;background:#0a0a0aeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--steel)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 2rem;max-width:var(--page-width);margin:0 auto}.site-header__logo{font-family:var(--font-display);font-size:1.5rem;letter-spacing:.12em;text-decoration:none;color:var(--white)}.site-header__logo span{color:var(--accent)}.site-header__nav{display:flex;align-items:center;gap:2.2rem}.site-header__nav a{font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;text-decoration:none;color:var(--silver);transition:color .2s ease}.site-header__nav a:hover{color:var(--accent)}.site-header__cta{background:var(--accent);color:var(--carbon)!important;padding:10px 28px;font-size:10px!important;font-weight:700!important;transition:box-shadow .3s ease,transform .3s ease}.site-header__cta:hover{box-shadow:0 10px 25px #e8ff004d;transform:translateY(-2px)}.cart-count{font-family:var(--font-mono);background:var(--accent);color:var(--carbon);font-size:.65rem;padding:1px 7px;border-radius:999px;margin-left:4px}.menu-toggle{display:none;background:none;border:none;color:var(--white);font-size:1.4rem;cursor:pointer}@media(max-width:820px){.site-header__nav{display:none}.site-header__nav.is-open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--carbon-light);border-bottom:1px solid var(--steel);padding:1.5rem 2rem;align-items:flex-start;gap:1.4rem}.menu-toggle{display:block}}.hero{min-height:88vh;display:flex;align-items:center;position:relative;overflow:hidden;background:radial-gradient(ellipse 70% 55% at 70% 30%,rgba(232,255,0,.06),transparent),var(--carbon)}.hero__inner{position:relative;z-index:2}.hero__badge{display:inline-block;font-family:var(--font-mono);font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;color:var(--accent);border:1px solid var(--accent-dim);background:var(--accent-dim);padding:8px 18px;margin-bottom:2.5rem}@media(max-width:640px){.hero__badge{font-size:.56rem;letter-spacing:.14em;line-height:1.75;padding:7px 12px;text-wrap:balance}.hero .btn{display:flex;width:100%;padding:1.1rem 1rem;letter-spacing:.08em;text-align:center}}.hero__title{font-size:clamp(4rem,11vw,9rem);line-height:.92;margin-bottom:2rem}.hero__title em{font-style:normal;color:var(--accent)}.hero__text{color:var(--silver);font-weight:300;max-width:54ch;margin-bottom:3rem}.hero__image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;opacity:.35}.hero__image img{width:100%;height:100%;object-fit:cover}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem}@media(max-width:820px){.story-grid{grid-template-columns:1fr;gap:3rem}}.specs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--steel);border:1px solid var(--steel)}.spec-cell{background:var(--carbon-light);padding:2.5rem 2rem;text-align:center}.spec-cell__value{font-family:var(--font-display);font-size:2.6rem;color:var(--accent)}.spec-cell__label{font-family:var(--font-mono);font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;color:var(--titanium)}@media(max-width:820px){.specs-grid{grid-template-columns:repeat(2,1fr)}}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.feature-card{background:var(--carbon-light);border:1px solid var(--steel);padding:2.5rem;transition:border-color .3s ease}.feature-card:hover{border-color:var(--accent)}.feature-card h3{font-size:1.4rem;margin-bottom:1rem}.feature-card p{color:var(--silver);font-weight:300;font-size:.95rem}@media(max-width:820px){.feature-grid{grid-template-columns:1fr}}.section-padding--purchase-path{padding-top:0}.purchase-confidence span{display:block;font-family:var(--font-mono);font-size:.58rem;letter-spacing:.2em;text-transform:uppercase;color:var(--titanium);margin-bottom:.35rem}.purchase-confidence strong{display:block;font-size:.82rem;font-weight:500;color:var(--white)}.tier-key{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--steel);border-bottom:1px solid var(--steel);margin-bottom:2rem}.tier-key__item{display:grid;grid-template-columns:9rem 1fr;gap:1rem;align-items:start;padding:1rem 1.25rem}.tier-key__item+.tier-key__item{border-left:1px solid var(--steel)}.tier-key__name{font-family:var(--font-display);font-size:1.4rem;line-height:1.05;color:var(--accent);text-transform:uppercase}.tier-key p{color:var(--silver);font-size:.84rem;line-height:1.5}.tier-key p strong{color:var(--white);font-weight:500}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.product-card{background:var(--carbon-light);border:1px solid var(--steel);text-decoration:none;display:block;transition:border-color .3s ease,transform .3s ease}.product-card:hover{border-color:var(--accent);transform:translateY(-4px)}.product-card__media{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:var(--carbon-mid)}.product-card__media img{width:100%;height:100%;object-fit:cover;object-position:center 50%}.product-card__media img[data-fade]{opacity:0;transition:opacity .4s ease}.product-card__media img[data-fade].is-loaded{opacity:1}@media(prefers-reduced-motion:reduce){.product-card__media img[data-fade]{transition:none}}.product-card--motion{cursor:pointer}.product-card__hover-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transition:opacity .18s ease;pointer-events:none}.product-card--motion.is-playing .product-card__hover-video{opacity:1}@media(prefers-reduced-motion:reduce){.product-card__hover-video{display:none}}.product-card__info{padding:1.5rem}.product-card__sku{font-family:var(--font-mono);font-size:.6rem;letter-spacing:.25em;color:var(--titanium);text-transform:uppercase}.product-card__title{font-family:var(--font-display);font-size:1.5rem;margin:.4rem 0}.product-card__summary{color:var(--silver);font-size:.86rem;line-height:1.55;margin-top:1rem}.product-card__fitment{display:block;font-family:var(--font-mono);font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;color:var(--titanium);margin-top:1rem}.product-card__cta,.colorway-card__cta{display:flex;align-items:center;justify-content:space-between;gap:1rem;color:var(--accent);border-top:1px solid var(--steel);margin-top:1.25rem;padding-top:1rem;font-family:var(--font-mono);font-size:.67rem;font-weight:500;letter-spacing:.14em;line-height:1.4;text-decoration:none;text-transform:uppercase}.product-card__cta span,.colorway-card__cta span{font-size:1rem;transition:transform .18s ease}.product-card:hover .product-card__cta span,.colorway-card__cta:hover span{transform:translate(4px)}.colorway-card__price{font-family:var(--font-mono);font-size:.78rem;color:var(--silver);margin-top:.5rem}.price{font-family:var(--font-mono);font-size:.9rem;color:var(--accent)}.price--compare{color:var(--titanium);text-decoration:line-through;margin-left:.6rem}.badge{display:inline-block;font-family:var(--font-mono);font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;background:var(--accent);color:var(--carbon);padding:3px 10px;margin-bottom:.8rem}.badge--decision{margin-right:.45rem}@media(max-width:820px){.tier-key{grid-template-columns:1fr}.tier-key__item{grid-template-columns:7rem 1fr}.tier-key__item+.tier-key__item{border-left:0;border-top:1px solid var(--steel)}}@media(max-width:520px){.tier-key__item{display:block}.tier-key__name{display:block;margin-bottom:.35rem}}.product-section{padding-top:5rem}.product-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:4rem;align-items:start}.product-gallery{grid-column:1;grid-row:1 / span 2}.product-purchase{grid-column:2;grid-row:1;display:flex;flex-direction:column}.product-details{grid-column:2;grid-row:2;min-width:0}@media(max-width:820px){.product-layout{display:flex;flex-direction:column;gap:0}.product-purchase{order:1;width:100%}.product-gallery{order:2;width:100%;margin-top:2.25rem}.product-details{order:3;width:100%}}@media(max-width:820px){.product-section{padding-top:3rem}}.product-gallery__main{border:1px solid var(--steel);background:var(--carbon-light);aspect-ratio:4 / 5;max-height:76vh;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-gallery__main img{width:100%;height:100%;object-fit:cover;object-position:center}.product-gallery__thumbs{display:flex;gap:.8rem;margin-top:.8rem}.product-gallery__thumbs button{border:1px solid var(--steel);background:none;padding:0;cursor:pointer;width:72px;height:72px;overflow:hidden;flex:0 0 72px}.product-gallery__thumbs button.is-active{border-color:var(--accent)}.product-gallery__thumbs img{width:100%;height:100%;object-fit:cover;object-position:center 50%;display:block}.product-info__vendor{font-family:var(--font-mono);font-size:.65rem;letter-spacing:.3em;color:var(--accent);text-transform:uppercase}.product-info__title{font-size:clamp(2.4rem,4vw,3.6rem);margin:.8rem 0 1rem}.product-info__price{font-size:1.2rem;margin-bottom:2rem}.product-offer{margin:-1.35rem 0 1.65rem;color:var(--silver);font-family:var(--font-mono);font-size:.62rem;font-weight:700;letter-spacing:.13em;line-height:1.5;text-transform:uppercase}.product-info__description{color:var(--silver);font-weight:300;margin:2rem 0}.product-info__description ul{padding-left:1.2rem}.product-decision-note{border-left:2px solid var(--accent);background:var(--carbon-light);padding:1rem 1.2rem;margin:-.75rem 0 2rem}.product-decision-note__fit{display:block;font-family:var(--font-mono);font-size:.6rem;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin-bottom:.45rem}.product-decision-note p{color:var(--silver);font-size:.86rem;line-height:1.5}.product-decision-note strong{color:var(--white);font-weight:500}.option-group{border:0;min-inline-size:0;padding:0;margin-bottom:1.6rem}.option-group legend,.option-group__label{font-family:var(--font-mono);font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;color:var(--titanium);margin-bottom:.8rem;display:block}.option-pills{display:flex;flex-wrap:wrap;gap:.7rem}.option-pills input{position:absolute;opacity:0}.option-pills label{display:inline-flex;align-items:center;gap:.55rem;border:1px solid var(--steel);padding:.7rem 1.4rem;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:all .2s ease}.option-pills .option-pill--abyss{order:1}.option-pills .option-pill--glacier{order:2}.option-pills .option-pill--deep-space{order:3}.option-pills .option-pill--abyss:before,.option-pills .option-pill--glacier:before,.option-pills .option-pill--deep-space:before{width:.72rem;height:.72rem;border:1px solid var(--steel);content:""}.option-pills .option-pill--abyss:before{background:#0f0f0f}.option-pills .option-pill--glacier:before{background:#e8ecee}.option-pills .option-pill--deep-space:before{background:#1d3a3d}.option-pills input:checked+label{border-color:var(--accent);color:var(--accent);background:var(--accent-dim)}.qty-input{display:inline-flex;border:1px solid var(--steel)}.qty-input button,.qty-input input{background:none;border:none;color:var(--white);font-family:var(--font-mono);font-size:1rem;width:44px;height:48px;text-align:center;cursor:pointer}.qty-input input{width:56px;cursor:text}.product-form__buy{margin-top:2rem;display:grid;gap:1rem}.product-form__buy .btn{width:100%}.purchase-confidence{display:grid;grid-template-columns:repeat(4,1fr);background:var(--steel);border:1px solid var(--steel);gap:1px;margin-top:1.5rem}.purchase-confidence>div{background:var(--carbon-light);padding:.9rem}.purchase-confidence strong{font-size:.72rem}.pdp-proof{margin-top:1.25rem;padding:1rem;border:1px solid var(--steel);background:var(--carbon-light)}.pdp-proof__feature{position:relative;height:min(28vw,340px);min-height:225px;margin:0;overflow:hidden;border:1px solid var(--steel);background:var(--carbon)}.pdp-proof__feature img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 34%}.pdp-proof__feature figcaption{position:absolute;right:0;bottom:0;left:0;padding:3.5rem 1rem .9rem;background:linear-gradient(to right,#0a0a0ab8,#0a0a0a2e 70%,#0a0a0a00),linear-gradient(to top,#0a0a0af5,#0a0a0a00);text-transform:uppercase}.pdp-proof__feature figcaption span{display:block;margin-top:.85rem;color:var(--white);font-family:var(--font-mono);font-size:.55rem;font-weight:700;letter-spacing:.18em;line-height:1.55}.pdp-proof__feature figcaption strong{display:block;color:var(--white);font-family:var(--font-display);font-size:clamp(2rem,3.5vw,3.1rem);font-weight:400;letter-spacing:.025em;line-height:.88}.pdp-proof__copy{margin:.75rem 0 0;color:var(--silver);font-size:.78rem;line-height:1.45}@media(max-width:520px){.product-section{padding-top:.85rem}.purchase-confidence{grid-template-columns:repeat(2,1fr)}.pdp-proof{order:-1;margin:0 0 1.25rem;padding:0;border-width:0 0 1px;background:none}.pdp-proof__feature{height:clamp(208px,57vw,250px);min-height:0}.pdp-proof__feature figcaption{padding:2.4rem .75rem .75rem}.pdp-proof__feature figcaption span{margin-top:.65rem;font-size:.46rem;letter-spacing:.16em}.pdp-proof__feature figcaption strong{font-size:clamp(1.85rem,8vw,2.2rem)}.pdp-proof__copy{margin:.75rem 0 0}}.product-mobile-buy-bar{display:none}@media(max-width:820px){.product-mobile-buy-bar{position:fixed;z-index:25;right:0;bottom:0;left:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.9rem;padding:.8rem max(1rem,env(safe-area-inset-right)) calc(.8rem + env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left));border-top:1px solid var(--steel);background:#0a0a0af7;box-shadow:0 -10px 28px #00000047;transform:translateY(110%);transition:transform .18s ease}.product-mobile-buy-bar.is-visible{transform:translateY(0)}.product-mobile-buy-bar__summary{min-width:0}.product-mobile-buy-bar__summary span,.product-mobile-buy-bar__summary strong{display:block}.product-mobile-buy-bar__summary span{overflow:hidden;color:var(--silver);font-size:.7rem;text-overflow:ellipsis;white-space:nowrap}.product-mobile-buy-bar__summary strong{margin-top:.15rem;color:var(--accent);font-family:var(--font-mono);font-size:.82rem}.product-mobile-buy-bar .btn{min-height:44px;padding:.8rem 1rem;white-space:nowrap}}@media(prefers-reduced-motion:reduce){.product-mobile-buy-bar{transition:none}}.cart-table{width:100%;border-collapse:collapse}.cart-table th{font-family:var(--font-mono);font-size:.65rem;letter-spacing:.25em;text-transform:uppercase;color:var(--titanium);text-align:left;padding:1rem .5rem;border-bottom:1px solid var(--steel)}.cart-table td{padding:1.5rem .5rem;border-bottom:1px solid var(--steel);vertical-align:middle}.cart-item__media{display:block;width:90px;height:90px;border:1px solid var(--steel);background:var(--carbon-mid);overflow:hidden}.cart-item__media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 62%}.cart-item__title{font-family:var(--font-display);font-size:1.2rem;text-decoration:none}.cart-item__variant{font-family:var(--font-mono);font-size:.7rem;color:var(--titanium)}.cart-item__remove{font-size:.7rem;color:var(--titanium)}.cart-footer{display:flex;justify-content:flex-end;margin-top:2.5rem}.cart-totals{text-align:right;max-width:380px;width:100%}.cart-totals__subtotal{font-family:var(--font-mono);font-size:1.1rem;margin-bottom:.6rem}.cart-totals__note{color:var(--titanium);font-size:.8rem;margin-bottom:1.4rem}.cart-confidence{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:.55rem 1.2rem;color:var(--silver);font-family:var(--font-mono);font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;margin:-.45rem 0 1.35rem}.payment-icons{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:.45rem;margin-top:1rem}.payment-icon{width:38px;height:24px}@media(max-width:640px){.cart-table thead{display:none}.cart-table,.cart-table tbody,.cart-table tr{display:block;width:100%}.cart-table tr{display:grid;grid-template-columns:76px minmax(0,1fr) auto;grid-template-rows:auto auto;gap:.9rem 1rem;padding:1.25rem 0;border-bottom:1px solid var(--steel)}.cart-table td{padding:0;border:0;min-width:0}.cart-table td:nth-child(1){grid-column:1;grid-row:1 / span 2}.cart-table td:nth-child(2){grid-column:2;grid-row:1}.cart-table td:nth-child(3){grid-column:3;grid-row:1;align-self:center}.cart-table td:nth-child(4){grid-column:2 / span 2;grid-row:2}.cart-table td:nth-child(5){display:none}.cart-item__media{width:76px;height:76px}.cart-item__title{display:block;line-height:1.15;overflow-wrap:anywhere}.cart-footer{margin-top:2rem}.cart-totals{max-width:none}}.cart-empty{text-align:center;padding:6rem 0}.email-capture{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);gap:2rem 3rem;align-items:center;margin-top:3rem;padding:2rem;border:1px solid var(--steel);background:linear-gradient(125deg,rgba(232,255,0,.12),transparent 46%),var(--carbon-light)}.email-capture__eyebrow{margin-bottom:.65rem;color:var(--accent);font-family:var(--font-mono);font-size:.62rem;font-weight:700;letter-spacing:.24em;text-transform:uppercase}.email-capture h2{font-size:clamp(1.75rem,3vw,2.4rem);line-height:.95;margin-bottom:.75rem}.email-capture__content>p:last-child{max-width:48ch;color:var(--silver);font-size:.9rem;font-weight:300}.email-capture__fields{display:flex;gap:.65rem}.email-capture input[type=email]{min-width:0;flex:1 1 auto;border:1px solid var(--steel);border-radius:0;background:var(--carbon);color:var(--white);font-family:var(--font-body);font-size:.9rem;padding:1rem 1.1rem}.email-capture input[type=email]::placeholder{color:var(--titanium)}.email-capture input[type=email]:focus{border-color:var(--accent);outline:none}.email-capture .btn{flex:0 0 auto;padding:1rem 1.3rem;white-space:nowrap}.email-capture__consent,.email-capture__success,.email-capture__errors{margin-top:.75rem;font-size:.7rem;line-height:1.5}.email-capture__consent{color:var(--titanium)}.email-capture__success{color:var(--accent);font-weight:600}.email-capture__errors{color:#ff9088}.email-capture__errors ul{padding-left:1.1rem}.email-capture--compact{grid-template-columns:minmax(0,1fr) minmax(250px,.9fr);gap:.8rem 1.25rem;margin-top:1.25rem;padding:.85rem 1rem;border-width:1px 0 1px 2px;border-left-color:var(--accent);background:var(--carbon-light)}.email-capture--compact .email-capture__compact-copy{color:var(--silver);font-size:.78rem;line-height:1.45}.email-capture--compact .email-capture__compact-copy strong{color:var(--white);font-weight:500}.email-capture--compact .email-capture__fields{gap:.5rem}.email-capture--compact input[type=email]{padding:.75rem .85rem;font-size:.82rem}.email-capture--compact .btn{padding:.75rem .9rem;font-size:.68rem;letter-spacing:.1em}.email-capture--compact .email-capture__consent,.email-capture--compact .email-capture__success,.email-capture--compact .email-capture__errors{margin-top:.45rem;font-size:.6rem}.product-info .email-capture--compact+.product-info__description{margin-top:1.25rem}@media(max-width:720px){.email-capture{grid-template-columns:1fr;gap:1.25rem;padding:1.5rem}.email-capture--compact{gap:.65rem;padding:.85rem 1rem}}@media(max-width:480px){.email-capture__fields{flex-direction:column}.email-capture .btn{width:100%}}.faq-item{border-bottom:1px solid var(--steel)}.faq-item summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;padding:1.6rem 0;font-weight:500;letter-spacing:.03em}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-family:var(--font-mono);color:var(--accent);font-size:1.2rem}.faq-item[open] summary:after{content:"\2212"}.faq-item__answer{color:var(--silver);font-weight:300;padding:0 0 1.6rem;max-width:70ch}.site-footer{border-top:1px solid var(--steel);background:var(--carbon-light);padding:4rem 0 2.5rem;margin-top:6rem}.site-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem}@media(max-width:820px){.site-footer__grid{grid-template-columns:1fr}}.site-footer__logo{font-family:var(--font-display);font-size:1.6rem;letter-spacing:.12em}.site-footer__logo span{color:var(--accent)}.site-footer h4{font-family:var(--font-mono);font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;color:var(--titanium);margin-bottom:1.2rem}.site-footer ul{list-style:none}.site-footer li{margin-bottom:.7rem}.site-footer a{color:var(--silver);text-decoration:none;font-size:.85rem;font-weight:300}.site-footer a:hover{color:var(--accent)}.site-footer__legal{border-top:1px solid var(--steel);padding-top:2rem;font-family:var(--font-mono);font-size:.65rem;color:var(--titanium);letter-spacing:.05em;line-height:1.9}.rte{color:var(--silver);font-weight:300;max-width:72ch}.rte h2,.rte h3{color:var(--white);margin:2.2rem 0 1rem}.rte p{margin-bottom:1.2rem}.rte a{color:var(--accent)}.rte ul,.rte ol{padding-left:1.4rem;margin-bottom:1.2rem}.pagination{display:flex;gap:.6rem;justify-content:center;margin-top:3.5rem;font-family:var(--font-mono)}.pagination a,.pagination span{border:1px solid var(--steel);padding:.6rem 1rem;text-decoration:none;font-size:.75rem}.pagination span.current{border-color:var(--accent);color:var(--accent)}.field input,.field textarea{width:100%;background:var(--carbon-light);border:1px solid var(--steel);color:var(--white);font-family:var(--font-body);padding:.9rem 1.1rem;font-size:.9rem}.field input:focus,.field textarea:focus{outline:none;border-color:var(--accent)}.field{margin-bottom:1.2rem}.field label{font-family:var(--font-mono);font-size:.65rem;letter-spacing:.25em;text-transform:uppercase;color:var(--titanium);display:block;margin-bottom:.5rem}.announcement-bar{background:var(--accent);color:var(--carbon);text-align:center;font-family:var(--font-mono);font-size:.65rem;letter-spacing:.25em;text-transform:uppercase;font-weight:700;padding:8px 16px}
/*# sourceMappingURL=/cdn/shop/t/9/assets/base.css.map */
