:root {
  --ink: #050607;
  --ink-soft: #0b0d10;
  --surface: #111419;
  --surface-raised: #171b20;
  --surface-soft: rgba(255, 255, 255, .045);
  --text: #f7f8fa;
  --text-soft: #c7ccd2;
  --text-muted: #939aa3;
  --line: rgba(255, 255, 255, .11);
  --cyan: rgb(0, 174, 255);
  --cyan-deep: #0072d6;
  --magenta: #ff4fc9;
  --violet: #9678ff;
  --green: #7ef2c7;
  --action: var(--cyan);
  --action-rgb: 0, 174, 255;
  --display: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --headline: "Space Grotesk", Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --hero-face: "Chakra Petch", "Space Grotesk", Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 34px;
  --shadow: 0 28px 90px rgba(0, 0, 0, .38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; min-width: 320px; background: var(--ink); color: var(--text); font-family: var(--display); -webkit-font-smoothing: antialiased; }
body::before { position: fixed; z-index: -2; inset: 0; content: ""; pointer-events: none; background: radial-gradient(circle at 92% 4%, rgba(0, 174, 255, .14), transparent 27%), radial-gradient(circle at 7% 62%, rgba(255, 79, 201, .075), transparent 25%), #050607; }
body::after { position: fixed; z-index: -1; inset: 0; content: ""; pointer-events: none; opacity: .22; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E"); }
a, button { color: inherit; }
button { font: inherit; }
img { display: block; max-width: 100%; }

.shop-site { min-height: 100svh; overflow: hidden; }
.shop-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.shop-announcement { position: relative; z-index: 30; min-height: 36px; padding: 9px 20px; display: flex; align-items: center; justify-content: center; gap: 10px; background: linear-gradient(90deg, #006fe8, rgb(0, 174, 255) 45%, #ff63d0); color: #020304; font: 800 12px/1.35 var(--mono); letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.shop-announcement i { width: 7px; height: 7px; border-radius: 50%; background: #020304; animation: v2Pulse 1.8s ease-in-out infinite; }

.shop-header { position: relative; z-index: 25; min-height: 84px; padding: 0 clamp(22px, 4vw, 62px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); background: rgba(5, 6, 7, .78); backdrop-filter: blur(18px); }
.shop-brand { width: fit-content; display: inline-flex; }
.shop-brand img { width: clamp(150px, 14vw, 190px); height: auto; }
.shop-header__location { justify-self: center; color: var(--text-muted); font: 700 12px/1 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.shop-header__location span { color: var(--text); }
.shop-menu-button { justify-self: end; width: 48px; height: 48px; display: grid; place-content: center; gap: 6px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255, 255, 255, .035); cursor: pointer; transition: border-color 180ms ease, background 180ms ease; }
.shop-menu-button span { width: 19px; height: 1px; background: var(--text); transition: transform 180ms ease; }
.shop-menu-button:hover, .shop-menu-button:focus-visible { outline: none; border-color: rgba(0, 174, 255, .72); background: rgba(0, 174, 255, .1); }
.shop-menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.shop-menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.shop-drawer { position: absolute; z-index: 24; top: 132px; right: clamp(18px, 4vw, 62px); width: min(390px, calc(100vw - 36px)); padding: 14px; border: 1px solid var(--line); border-radius: 20px; background: rgba(15, 17, 21, .98); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px) scale(.985); transform-origin: top right; transition: opacity 180ms ease, visibility 180ms ease, transform 220ms ease; }
.shop-drawer.is-open { opacity: 1; visibility: visible; transform: none; }
.shop-drawer__label { padding: 10px 12px 14px; color: var(--text-muted); font: 700 11px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.shop-drawer > a, .shop-drawer__contact { border-top: 1px solid var(--line); }
.shop-drawer > a { min-height: 62px; padding: 14px 12px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-radius: 12px; text-decoration: none; transition: background 160ms ease; }
.shop-drawer > a:hover, .shop-drawer > a:focus-visible { outline: none; background: rgba(0, 174, 255, .09); }
.shop-drawer small, .shop-drawer__contact-title small { color: var(--cyan); font: 700 11px/1 var(--mono); }
.shop-drawer strong { flex: 1; font-size: 14px; letter-spacing: .04em; }
.shop-drawer__contact { padding: 15px 12px 4px; }
.shop-drawer__contact-title { margin-bottom: 13px; display: flex; gap: 13px; }
.shop-drawer__contact a { padding: 11px 0; display: flex; justify-content: space-between; gap: 16px; color: var(--text-soft); font-size: 14px; text-decoration: none; }
.shop-drawer__contact a:hover, .shop-drawer__contact a:focus-visible { outline: none; color: var(--cyan); }
.shop-drawer__contact b { font-weight: 650; }

.shop-hero { padding: clamp(84px, 10vw, 148px) 0 clamp(68px, 8vw, 112px); }
.shop-hero--media {
  position: relative;
  min-height: min(820px, calc(100svh - 108px));
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.shop-hero__video {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(.86) contrast(1.08);
}
.shop-hero__scrim {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 6, 7, .97) 0%, rgba(5, 6, 7, .90) 33%, rgba(5, 6, 7, .54) 66%, rgba(5, 6, 7, .65) 100%),
    linear-gradient(180deg, rgba(5, 6, 7, .56) 0%, rgba(5, 6, 7, .05) 48%, rgba(5, 6, 7, .82) 100%);
}
.shop-hero--media .shop-hero__grid { position: relative; z-index: 2; }
.shop-hero--media h1 { font-size: clamp(58px, 7vw, 104px); }
.shop-hero__grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(42px, 7vw, 110px); align-items: end; }
.shop-kicker { margin-bottom: 22px; display: flex; align-items: center; gap: 10px; color: var(--cyan); font: 800 12px/1.35 var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.shop-kicker::before { width: 28px; height: 1px; content: ""; background: currentColor; box-shadow: 0 0 12px currentColor; }
.shop-hero h1 { max-width: 830px; margin: 0; font-family: var(--hero-face); font-size: clamp(58px, 8.2vw, 118px); font-weight: 600; line-height: .88; letter-spacing: -.045em; }
.shop-hero h1 em { color: var(--cyan); font-style: normal; text-shadow: 0 0 38px rgba(0, 174, 255, .46); }
.shop-hero__aside { padding-bottom: 4px; }
.shop-hero__aside > p { margin: 0; color: var(--text-soft); font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.shop-hero__proof { margin-top: 26px; padding-top: 20px; display: grid; gap: 7px; border-top: 1px solid rgba(255, 255, 255, .24); }
.shop-hero__proof span { color: var(--cyan); font: 700 11px/1.2 var(--mono); letter-spacing: .16em; text-transform: uppercase; }
.shop-hero__proof strong { color: #fff; font-size: clamp(18px, 1.8vw, 23px); line-height: 1.25; }
.shop-baseline { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 8px; }
.shop-baseline span { padding: 10px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, .035); color: var(--text); font: 700 12px/1.2 var(--mono); letter-spacing: .035em; }

.shop-section { padding: clamp(72px, 9vw, 126px) 0; }
.shop-section--muted { border-block: 1px solid var(--line); background: rgba(255, 255, 255, .018); }
.shop-section__heading { max-width: 700px; margin-bottom: 42px; }
.shop-section__heading h2 { margin: 0; font-family: var(--headline); font-size: clamp(38px, 5vw, 68px); font-weight: 600; line-height: .98; letter-spacing: -.04em; }
.shop-section__heading p { margin: 19px 0 0; color: var(--text-soft); font-size: 18px; line-height: 1.6; }

.product-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 22px; }
.product-card { position: relative; min-height: 100%; display: flex; flex-direction: column; grid-column: span 4; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(155deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .025)); box-shadow: 0 18px 54px rgba(0, 0, 0, .22); transition: transform 260ms cubic-bezier(.16,1,.3,1), border-color 220ms ease, box-shadow 260ms ease; }
.product-card--performance { --action: var(--violet); --action-rgb: 150, 120, 255; }
.product-card--founding { --action: var(--magenta); --action-rgb: 255, 79, 201; }
.product-card:hover { transform: translateY(-5px); border-color: rgba(255, 255, 255, .2); box-shadow: 0 28px 72px rgba(0, 0, 0, .34); }
.product-card--deck, .product-card--performance, .product-card--founding { grid-column: span 4; }
.product-card__art { position: relative; min-height: 248px; padding: 26px; display: flex; align-items: flex-start; justify-content: space-between; overflow: hidden; background: radial-gradient(circle at 72% 34%, rgba(0, 174, 255, .34), transparent 25%), linear-gradient(145deg, #111f31, #0d1018 60%); }
.product-card--performance .product-card__art { background: radial-gradient(circle at 70% 33%, rgba(150, 120, 255, .32), transparent 27%), linear-gradient(145deg, #211c34, #0d1015 62%); }
.product-card--founding .product-card__art { background: radial-gradient(circle at 70% 34%, rgba(255, 79, 201, .3), transparent 26%), linear-gradient(145deg, #2d1729, #0e1014 62%); }
.product-card__art::before, .product-card__art::after { position: absolute; content: ""; border: 1px solid rgba(255, 255, 255, .1); border-radius: 50%; }
.product-card__art::before { width: 290px; height: 290px; right: -62px; top: -68px; }
.product-card__art::after { width: 190px; height: 190px; right: -10px; top: -18px; }
.product-card__art img { position: absolute; z-index: 1; right: 12%; top: 50%; width: 34%; max-height: 72%; object-fit: contain; filter: drop-shadow(0 0 22px rgba(0, 174, 255, .55)); opacity: .84; transform: translateY(-50%); }
.product-card--performance .product-card__art img { filter: hue-rotate(38deg) drop-shadow(0 0 22px rgba(150, 120, 255, .42)); opacity: .58; }
.product-card--founding .product-card__art img { filter: hue-rotate(82deg) drop-shadow(0 0 22px rgba(255, 79, 201, .4)); opacity: .54; }
.product-card__number, .product-card__badge { position: relative; z-index: 2; }
.product-card__number { color: rgba(255, 255, 255, .72); font: 800 12px/1 var(--mono); letter-spacing: .1em; }
.product-card__badge { padding: 9px 11px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 999px; background: rgba(0, 0, 0, .28); color: var(--text); font: 800 11px/1 var(--mono); letter-spacing: .05em; backdrop-filter: blur(10px); }
.product-card__body { padding: clamp(26px, 3vw, 36px); display: flex; flex: 1; flex-direction: column; }
.product-card__eyebrow { color: var(--text-muted); font: 750 12px/1.3 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.product-card h3 { margin: 14px 0 12px; font-family: var(--headline); font-size: clamp(32px, 3vw, 46px); font-weight: 600; line-height: .96; letter-spacing: -.04em; }
.product-card__intro { min-height: 76px; margin: 0 0 24px; color: var(--text-soft); font-size: 16px; line-height: 1.55; }
.product-card__quick { margin: 0 0 26px; padding: 0; display: grid; gap: 12px; list-style: none; }
.product-card__quick li { display: grid; grid-template-columns: 21px 1fr; gap: 9px; color: var(--text); font-size: 15px; line-height: 1.45; }
.product-card__quick li::before { width: 19px; height: 19px; display: grid; place-items: center; content: "✓"; border-radius: 50%; background: rgba(0, 174, 255, .14); color: var(--cyan); font-size: 11px; font-weight: 900; }
.product-card--performance .product-card__quick li::before { background: rgba(150, 120, 255, .14); color: #b8a9ff; }
.product-card--founding .product-card__quick li::before { background: rgba(255, 79, 201, .13); color: #ff8add; }
.product-details { margin: auto 0 26px; border-block: 1px solid var(--line); }
.product-details summary { min-height: 54px; padding: 14px 1px; display: flex; align-items: center; justify-content: space-between; gap: 15px; color: var(--text); font-size: 14px; font-weight: 760; cursor: pointer; list-style: none; }
.product-details summary::-webkit-details-marker { display: none; }
.product-details summary span:last-child { color: var(--cyan); font-size: 24px; font-weight: 400; transition: transform 180ms ease; }
.product-details[open] summary span:last-child { transform: rotate(45deg); }
.product-details ul { margin: 0; padding: 2px 0 22px 19px; }
.product-details li { margin: 9px 0; color: var(--text-soft); font-size: 14px; line-height: 1.5; }

.price-choice { display: grid; gap: 0; }
.price-choice__label { margin-bottom: 2px; color: var(--text-muted); font: 750 11px/1.2 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.price-choice__plan { padding: 24px 0; border-bottom: 1px solid var(--line); }
.price-choice__plan:last-child { padding-bottom: 0; border-bottom: 0; }
.price-choice__plan .product-price { margin: 0 0 14px; }
.price-choice__plan--primary .product-price strong { color: var(--cyan); }
.product-price { margin: auto 0 18px; display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; }
.product-price strong { font-size: clamp(38px, 4vw, 54px); line-height: .9; letter-spacing: -.055em; }
.product-price span { padding-bottom: 4px; color: var(--text-muted); font: 750 12px/1 var(--mono); letter-spacing: .07em; }
.product-credit { margin: -2px 0 16px; padding: 14px 15px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 15px; background: rgba(255, 255, 255, .035); }
.product-credit > span { display: block; color: var(--text-muted); font: 750 10px/1.25 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.product-credit > strong { display: block; margin-top: 7px; color: #fff; font-size: 15px; line-height: 1.25; }
.product-credit > small { display: block; margin-top: 5px; color: var(--text-soft); font-size: 12px; line-height: 1.45; }
.product-credit--founding { border-color: rgba(255, 79, 201, .25); background: linear-gradient(110deg, rgba(255, 79, 201, .1), rgba(255, 79, 201, .025)); }
.product-credit--founding > span { color: #ff8add; }
.product-payment-note { margin: 0 0 15px; color: var(--text-muted); font-size: 13px; line-height: 1.4; }
.shop-button { min-height: 58px; padding: 16px 19px; display: inline-flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid rgba(var(--action-rgb), .7); border-radius: 999px; background: linear-gradient(105deg, rgba(var(--action-rgb), .2), rgba(var(--action-rgb), .07)); box-shadow: inset 0 0 0 1px rgba(var(--action-rgb), .06), 0 0 24px rgba(var(--action-rgb), .14); color: var(--text); font-size: 15px; font-weight: 800; letter-spacing: .015em; text-decoration: none; text-shadow: 0 0 12px rgba(var(--action-rgb), .28); transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease; }
.shop-button > span:last-child { color: var(--action); text-shadow: 0 0 12px rgba(var(--action-rgb), .9); }
.shop-button:hover, .shop-button:focus-visible { outline: none; border-color: var(--action); background: linear-gradient(105deg, rgba(var(--action-rgb), .34), rgba(var(--action-rgb), .13)); box-shadow: inset 0 0 0 1px rgba(var(--action-rgb), .12), 0 0 34px rgba(var(--action-rgb), .28); color: #fff; transform: translateY(-2px); }
.shop-button--dark { background: rgba(var(--action-rgb), .035); box-shadow: inset 0 0 0 1px rgba(var(--action-rgb), .04), 0 0 18px rgba(var(--action-rgb), .08); }
.shop-button--magenta { --action: var(--magenta); --action-rgb: 255, 79, 201; }

body[data-residency-theme="violet"] { --action: var(--violet); --action-rgb: 150, 120, 255; }
body[data-residency-theme="magenta"] { --action: var(--magenta); --action-rgb: 255, 79, 201; }

.benefit-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.benefit-tile { min-height: 172px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface-soft); }
.benefit-tile__icon { width: 42px; height: 42px; margin-bottom: 36px; display: grid; place-items: center; border-radius: 50%; background: rgba(0, 174, 255, .12); color: var(--cyan); font-size: 18px; }
.benefit-tile strong { display: block; margin-bottom: 7px; font-size: 16px; }
.benefit-tile span { color: var(--text-muted); font-size: 14px; line-height: 1.45; }

.info-stack { display: grid; gap: 12px; }
.info-drawer { border: 1px solid var(--line); border-radius: 18px; background: rgba(255, 255, 255, .025); overflow: hidden; }
.info-drawer summary { min-height: 76px; padding: 20px 24px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; cursor: pointer; list-style: none; }
.info-drawer summary::-webkit-details-marker { display: none; }
.info-drawer summary b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: rgba(0, 174, 255, .12); color: var(--cyan); font: 800 11px/1 var(--mono); }
.info-drawer summary strong { font-size: 17px; }
.info-drawer summary i { color: var(--cyan); font-size: 24px; font-style: normal; transition: transform 180ms ease; }
.info-drawer[open] summary i { transform: rotate(45deg); }
.info-drawer__body { padding: 0 24px 26px 76px; color: var(--text-soft); font-size: 16px; line-height: 1.62; }
.info-drawer__body p { margin: 0 0 15px; }
.info-drawer__body ul { margin: 0; padding-left: 18px; }
.info-drawer__body li { margin: 8px 0; }

.milestone-card { position: relative; padding: clamp(34px, 6vw, 76px); overflow: hidden; border: 1px solid rgba(0, 174, 255, .25); border-radius: var(--radius-lg); background: radial-gradient(circle at 86% 24%, rgba(0, 174, 255, .2), transparent 25%), radial-gradient(circle at 76% 80%, rgba(255, 79, 201, .13), transparent 28%), #101318; }
.milestone-card::after { position: absolute; right: -80px; bottom: -140px; width: 390px; height: 390px; content: ""; border: 1px solid rgba(0, 174, 255, .2); border-radius: 50%; }
.milestone-card__copy { position: relative; z-index: 1; max-width: 700px; }
.milestone-card h2 { margin: 0; font-family: var(--headline); font-size: clamp(42px, 5.6vw, 74px); font-weight: 600; line-height: .94; letter-spacing: -.045em; }
.milestone-card h2 em { color: var(--cyan); font-style: normal; }
.milestone-card p { max-width: 650px; margin: 22px 0 0; color: var(--text-soft); font-size: 18px; line-height: 1.62; }
.milestone-routes { position: relative; z-index: 1; max-width: 700px; margin-top: 34px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 12px; align-items: center; }
.milestone-routes div { min-height: 122px; padding: 20px; display: grid; align-content: space-between; border: 1px solid var(--line); border-radius: 18px; background: rgba(5, 6, 7, .48); }
.milestone-routes strong { font-size: 34px; }
.milestone-routes span { color: var(--text-soft); font-size: 14px; line-height: 1.4; }
.milestone-routes > b { color: var(--text-muted); font: 800 11px/1 var(--mono); }
.milestone-card details { position: relative; z-index: 1; max-width: 700px; margin-top: 26px; border-top: 1px solid var(--line); }
.milestone-card summary { padding: 18px 0; display: flex; justify-content: space-between; color: var(--text); font-size: 14px; font-weight: 760; cursor: pointer; list-style: none; }
.milestone-card summary::-webkit-details-marker { display: none; }
.milestone-card details ul { margin: 0 0 4px; padding: 0 0 0 18px; }
.milestone-card details li { margin: 9px 0; color: var(--text-soft); font-size: 15px; line-height: 1.5; }

/* Product-detail / lock-in */
.checkout-main { padding: clamp(56px, 7vw, 96px) 0 110px; }
.checkout-breadcrumb { margin-bottom: 30px; display: flex; flex-wrap: wrap; align-items: center; gap: 9px; color: var(--text-muted); font-size: 13px; }
.checkout-breadcrumb a { color: var(--text-soft); text-decoration: none; }
.checkout-breadcrumb a:hover { color: var(--cyan); }
.checkout-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); gap: clamp(30px, 5vw, 72px); align-items: start; }
.checkout-visual { position: sticky; top: 30px; min-height: 700px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #050607; box-shadow: var(--shadow); }
.checkout-visual img, .checkout-visual video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; filter: saturate(.92) contrast(1.06); opacity: .78; }
.checkout-visual video { background: #050607; pointer-events: none; }
.checkout-visual::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(5,6,7,.12), rgba(5,6,7,.26) 45%, rgba(5,6,7,.96)); }
.checkout-visual__top, .checkout-visual__bottom { position: absolute; z-index: 1; left: 28px; right: 28px; display: flex; justify-content: space-between; gap: 16px; }
.checkout-visual__top { top: 28px; }
.checkout-visual__bottom { bottom: 28px; align-items: end; }
.checkout-visual__badge { padding: 10px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(5,6,7,.48); font: 800 11px/1 var(--mono); letter-spacing: .07em; backdrop-filter: blur(12px); }
.checkout-visual__bottom small { display: block; margin-bottom: 7px; color: var(--cyan); font: 800 11px/1 var(--mono); letter-spacing: .08em; }
.checkout-visual__bottom strong { display: block; font-size: clamp(30px, 4vw, 52px); line-height: .94; letter-spacing: -.04em; }
.checkout-visual__bottom > span { color: var(--text-soft); font: 700 12px/1.3 var(--mono); text-align: right; }
.checkout-panel { padding: 8px 0 0; }
.checkout-panel__label { margin-bottom: 13px; color: var(--cyan); font: 800 12px/1.3 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.checkout-panel h1 { margin: 0; font-family: var(--hero-face); font-size: clamp(44px, 5vw, 70px); font-weight: 600; line-height: .93; letter-spacing: -.035em; }
.checkout-panel h1 em { display: block; margin-top: 7px; color: var(--text-soft); font-size: .55em; font-style: normal; font-weight: 520; letter-spacing: -.025em; }
.checkout-price { margin: 28px 0 12px; display: flex; align-items: baseline; gap: 13px; }
.checkout-price strong { font-size: clamp(48px, 5.5vw, 72px); line-height: .9; letter-spacing: -.06em; }
.checkout-price span { color: var(--text-muted); font: 750 12px/1 var(--mono); letter-spacing: .08em; }
.checkout-highlights { margin: 0 0 28px; padding: 23px 0; display: grid; gap: 15px; border-block: 1px solid var(--line); list-style: none; }
.checkout-highlights li { display: grid; grid-template-columns: 22px 1fr; gap: 11px; color: var(--text); font-size: 16px; line-height: 1.45; }
.checkout-highlights li::before { width: 20px; height: 20px; display: grid; place-items: center; content: "✓"; border-radius: 50%; background: rgba(0,174,255,.13); color: var(--cyan); font-size: 11px; font-weight: 900; }
.checkout-actions { display: grid; gap: 11px; }
.checkout-actions .shop-button[aria-disabled="true"] { cursor: not-allowed; opacity: 1; }
.checkout-payment-note { margin: 12px 2px 0; color: var(--text-muted); font-size: 12px; line-height: 1.5; }
.checkout-status { margin: 16px 0 0; padding: 14px 16px; border: 1px solid rgba(var(--action-rgb), .24); border-radius: 12px; background: rgba(var(--action-rgb), .055); color: var(--text-soft); font-size: 13px; line-height: 1.45; }
.checkout-accordions { margin-top: 32px; display: grid; gap: 8px; }
.checkout-detail { border-bottom: 1px solid var(--line); }
.checkout-detail:first-child { border-top: 1px solid var(--line); }
.checkout-detail summary { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 14px; font-size: 15px; font-weight: 760; cursor: pointer; list-style: none; }
.checkout-detail summary::-webkit-details-marker { display: none; }
.checkout-detail summary span:last-child { color: var(--cyan); font-size: 23px; transition: transform 180ms ease; }
.checkout-detail[open] summary span:last-child { transform: rotate(45deg); }
.checkout-detail__body { padding: 0 0 22px; color: var(--text-soft); font-size: 15px; line-height: 1.58; }
.checkout-detail__body dl { margin: 0; display: grid; gap: 12px; }
.checkout-detail__body dl div { display: grid; grid-template-columns: 130px 1fr; gap: 16px; }
.checkout-detail__body dt { color: var(--text-muted); font-size: 13px; }
.checkout-detail__body dd { margin: 0; color: var(--text); }
.checkout-detail__body ol, .checkout-detail__body ul { margin: 0; padding-left: 20px; }
.checkout-detail__body li { margin: 8px 0; }
.checkout-terms { margin-top: 23px; color: var(--text-muted); font-size: 13px; line-height: 1.55; }

.checkout-trust { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.checkout-trust article { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.025); }
.checkout-trust small { display: block; margin-bottom: 16px; color: var(--cyan); font: 800 11px/1 var(--mono); letter-spacing: .08em; }
.checkout-trust strong { display: block; margin-bottom: 8px; font-size: 17px; }
.checkout-trust p { margin: 0; color: var(--text-muted); font-size: 14px; line-height: 1.5; }

.shop-footer { min-height: 92px; padding: 28px clamp(24px, 4vw, 62px); display: flex; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid var(--line); color: var(--text-muted); font: 700 11px/1.4 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.shop-preview-tag { position: fixed; z-index: 40; left: 16px; bottom: 16px; padding: 10px 13px; border: 1px solid rgba(0,174,255,.4); border-radius: 999px; background: rgba(5,6,7,.9); color: var(--cyan); font: 800 11px/1 var(--mono); letter-spacing: .06em; backdrop-filter: blur(12px); }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity 600ms ease, transform 700ms cubic-bezier(.16,1,.3,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }
@keyframes v2Pulse { 0%,100% { opacity: .45; transform: scale(.78); } 50% { opacity: 1; transform: scale(1.06); } }

@media (max-width: 1020px) {
  .shop-hero__grid { grid-template-columns: 1fr; gap: 34px; }
  .shop-hero__aside { max-width: 690px; }
  .shop-hero--media { min-height: 760px; align-items: end; }
  .shop-hero__scrim {
    background:
      linear-gradient(180deg, rgba(5, 6, 7, .22) 0%, rgba(5, 6, 7, .68) 44%, rgba(5, 6, 7, .98) 100%),
      linear-gradient(90deg, rgba(5, 6, 7, .58), rgba(5, 6, 7, .20));
  }
  .product-card--deck, .product-card--performance { grid-column: span 6; }
  .product-card--founding { grid-column: span 12; display: grid; grid-template-columns: .78fr 1.22fr; }
  .product-card--founding .product-card__art { min-height: 100%; }
  .benefit-strip { grid-template-columns: repeat(2, 1fr); }
  .checkout-layout { grid-template-columns: .9fr 1.1fr; gap: 34px; }
}

@media (max-width: 760px) {
  .shop-shell { width: min(100% - 32px, 620px); }
  .shop-header { min-height: 74px; grid-template-columns: 1fr auto; }
  .shop-header__location { display: none; }
  .shop-brand img { width: 148px; }
  .shop-drawer { top: 118px; right: 16px; }
  .shop-hero { padding-top: 74px; }
  .shop-hero h1 { font-size: clamp(54px, 16vw, 78px); }
  .shop-hero--media { min-height: 790px; padding-bottom: 58px; }
  .shop-hero__video { object-position: 58% center; opacity: .78; }
  .product-card--deck, .product-card--performance, .product-card--founding { grid-column: span 12; display: flex; }
  .product-card--founding .product-card__art { min-height: 248px; }
  .product-card__intro { min-height: auto; }
  .checkout-layout { grid-template-columns: 1fr; }
  .checkout-visual { position: relative; top: auto; min-height: min(112vw, 610px); }
  .checkout-panel { padding-top: 10px; }
  .checkout-trust { grid-template-columns: 1fr; }
  .milestone-routes { grid-template-columns: 1fr; }
  .milestone-routes > b { justify-self: center; }
}

@media (max-width: 520px) {
  .shop-announcement { font-size: 10px; }
  .shop-baseline { display: grid; }
  .shop-baseline span { width: fit-content; }
  .product-card__art { min-height: 210px; }
  .benefit-strip { grid-template-columns: 1fr; }
  .benefit-tile { min-height: 140px; }
  .benefit-tile__icon { margin-bottom: 24px; }
  .info-drawer summary { padding: 18px; gap: 13px; }
  .info-drawer__body { padding: 0 18px 22px; }
  .checkout-visual__top, .checkout-visual__bottom { left: 20px; right: 20px; }
  .checkout-visual__bottom { display: block; }
  .checkout-visual__bottom > span { display: block; margin-top: 13px; text-align: left; }
  .checkout-detail__body dl div { grid-template-columns: 1fr; gap: 4px; }
  .shop-footer { align-items: flex-start; flex-direction: column; }
  .shop-preview-tag { bottom: 10px; left: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
