@font-face {
  font-family: 'Anton';
  src: url('../fonts/anton-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/inter-tight-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/inter-tight-500.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/inter-tight-600.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/inter-tight-700.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('../fonts/jetbrains-mono-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('../fonts/jetbrains-mono-500.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('../fonts/jetbrains-mono-600.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/oswald-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/oswald-600.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Fraunces';
  src: url('../fonts/fraunces-variable.woff2') format('woff2-variations');
  font-weight: 100 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Fraunces';
  src: url('../fonts/fraunces-italic-variable.woff2') format('woff2-variations');
  font-weight: 100 900; font-style: italic; font-display: swap;
}

:root {
  --ink: #0B0B0F;
  --ink-2: #17171E;
  --paper: #F6F5F0;
  --paper-2: #ECEAE0;
  --line: rgba(11,11,15,0.12);
  --line-strong: rgba(11,11,15,0.3);
  --mute: #5B5B63;
  --accent: #B401CE;          
  --accent-ink: #FFFFFF;
  --victory: #DB3EE6;          
  --court: #05ABCA;            
  --rink: #B401CE;             
  --lane-1: #7C37FF;
  --lane-2: #05ABCA;
  --lane-3: #DB3EE6;
  --lane-4: #B401CE;
}

body[data-page="home"],
body[data-page="partner"],
body[data-page="product"] { --accent: #7C37FF; }

body[data-page="heist"] { --accent: #FF3DE0; background: #0a0609; }
* { box-sizing: border-box; -webkit-font-smoothing: antialiased; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: 'Inter Tight', 'Helvetica Neue', system-ui, sans-serif;
  font-feature-settings: 'ss01','cv11';
  line-height: 1.45;
}
.serif { font-family: 'Fraunces', 'Times New Roman', serif; font-variation-settings: 'opsz' 144, 'SOFT' 30; }
.mono { font-family: 'JetBrains Mono', ui-monospace, monospace; }
.display { font-family: 'Anton', 'Oswald', 'Impact', sans-serif; font-weight: 400; letter-spacing: -0.01em; line-height: 0.92; text-transform: uppercase; }

.wrap { max-width: 1360px; margin: 0 auto; padding: 0 32px; }
.eyebrow { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); }
.eyebrow .dot { display: inline-block; width: 6px; height: 6px; background: var(--accent); border-radius: 50%; margin-right: 8px; transform: translateY(-1px); }
.hr-strong { height: 1px; background: var(--ink); opacity: 1; border: 0; margin: 0; }
.hr { height: 1px; background: var(--line); border: 0; margin: 0; }


.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 20px; border-radius: 999px; font-weight: 600; font-size: 15px; text-decoration: none; border: 1px solid var(--ink); cursor: pointer; transition: transform .15s ease, background .15s; }
.btn:hover { transform: translateY(-1px); }
.btn-ink { background: var(--ink); color: var(--paper); }
.btn-ink:hover { background: var(--ink-2); }
.btn-ghost { background: transparent; color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--paper); }
.btn-accent { background: var(--accent); color: #fff; border-color: var(--accent); }


.chip { display: inline-flex; align-items: center; gap: 8px; padding: 6px 10px; border: 1px solid var(--line-strong); border-radius: 999px; font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; }
.tick { display: inline-block; width: 10px; height: 10px; background: var(--accent); }


.section-pad { padding: 96px 0; }
.section-tag {
  display: grid; grid-template-columns: 1fr auto;
  column-gap: 24px; row-gap: 18px; align-items: end;
  padding-bottom: 24px; border-bottom: 1px solid var(--ink); margin-bottom: 48px;
}
.section-tag .num {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 12px; letter-spacing: 0.14em;
  grid-column: 1 / -1;
}
.section-tag h2 { font-family: 'Anton','Oswald','Impact',sans-serif; font-weight: 400; font-size: clamp(44px, 6vw, 88px); line-height: 0.92; text-transform: uppercase; margin: 0; letter-spacing: -0.01em; }
.section-tag .side { max-width: 360px; font-size: 14px; color: var(--mute); justify-self: end; }


@keyframes slideUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
.reveal > * { animation: slideUp .6s ease both; }
.reveal > *:nth-child(2) { animation-delay: .08s; }
.reveal > *:nth-child(3) { animation-delay: .16s; }


@keyframes marquee { from { transform: translateX(0);} to { transform: translateX(-50%);} }
.marquee { display: flex; gap: 48px; white-space: nowrap; animation: marquee 40s linear infinite; }


.tweaks { position: fixed; right: 20px; bottom: 20px; z-index: 50; background: var(--ink); color: var(--paper); border-radius: 14px; padding: 16px; width: 280px; font-size: 13px; box-shadow: 0 20px 60px rgba(0,0,0,0.25); display: none; }
.tweaks.on { display: block; }
.tweaks h4 { margin: 0 0 12px; font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.7; }
.tweaks .row { display: flex; align-items: center; justify-content: space-between; margin: 10px 0; }
.tweaks .swatches { display: flex; gap: 6px; }
.tweaks .sw { width: 22px; height: 22px; border-radius: 50%; border: 2px solid transparent; cursor: pointer; }
.tweaks .sw.on { border-color: white; }
.tweaks select, .tweaks input[type=range] { background: transparent; color: var(--paper); border: 1px solid rgba(255,255,255,0.25); border-radius: 6px; padding: 4px 8px; }


@media (max-width: 980px) {
  .wrap { padding: 0 24px; }
  .section-pad { padding: 72px 0; }
  .section-tag {
    margin-bottom: 36px; padding-bottom: 18px;
    
    grid-template-columns: 1fr;
  }
  .section-tag h2 { font-size: clamp(40px, 8vw, 64px); }
  .section-tag .side { max-width: 100%; justify-self: stretch; }
  
  [class~="responsive-grid"] { grid-template-columns: 1fr !important; }

  
  :where(div[style*="1fr auto"], section[style*="1fr auto"]):not(.keep-grid) {
    grid-template-columns: 1fr !important;
    row-gap: 18px !important;
  }
  
  .section-tag h2,
  .section-tag .display,
  div[style*="1fr auto"] > h2,
  div[style*="1fr auto"] > .display {
    font-size: clamp(40px, 8vw, 72px) !important;
  }
}


@media (max-width: 640px) {
  .wrap { padding: 0 18px; }
  .section-pad { padding: 56px 0; }
  .section-tag { padding-bottom: 14px; margin-bottom: 28px; gap: 12px; flex-wrap: wrap; }
  .section-tag h2 { font-size: clamp(36px, 10vw, 56px); }
  .btn { padding: 12px 16px; font-size: 14px; }
  .tweaks { display: none !important; }

  
  :where(div[style*="gridTemplateColumns"], div[style*="grid-template-columns"], section[style*="gridTemplateColumns"], section[style*="grid-template-columns"]):not(.keep-grid) {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  

  
  .display { font-size: clamp(48px, 13vw, 80px) !important; }
  h1.display { font-size: clamp(56px, 14vw, 96px) !important; }

  

  
  section h3.display { font-size: 36px !important; line-height: 1.02 !important; }

  
  section [style*="font-family: Anton"][style*="font-size: 4"],
  section [style*="font-family: Anton"][style*="font-size: 5"],
  section [style*="font-family: Anton"][style*="font-size: 6"],
  section [style*="font-family: Anton"][style*="font-size: 7"],
  section [style*="font-family: Anton"][style*="font-size: 8"],
  section [style*="font-family:Anton"][style*="font-size:4"],
  section [style*="font-family:Anton"][style*="font-size:5"],
  section [style*="font-family:Anton"][style*="font-size:6"],
  section [style*="font-family:Anton"][style*="font-size:7"],
  section [style*="font-family:Anton"][style*="font-size:8"] {
    font-size: 32px !important;
  }

  
  section p[style*="font-size: 18px"],
  section p[style*="font-size:18px"],
  section p[style*="font-size: 20px"],
  section p[style*="font-size:20px"] { font-size: 16px !important; line-height: 1.5 !important; }

  
  section[style*="padding: 96px"],
  section[style*="padding:96px"] { padding-top: 56px !important; padding-bottom: 56px !important; }
  section[style*="padding-top: 72px"],
  section[style*="padding-top:72px"] { padding-top: 48px !important; }
  section[style*="padding-top: 96px"],
  section[style*="padding-top:96px"] { padding-top: 56px !important; }

  
  .keep-grid[style*="40px 1fr 56px 84px 56px"],
  [style*="40px 1fr 56px 84px 56px"] {
    grid-template-columns: 28px 1fr 56px 36px !important;
    gap: 8px !important;
  }
  .keep-grid[style*="32px 1fr 80px 70px"],
  [style*="32px 1fr 80px 70px"] {
    grid-template-columns: 24px 1fr 60px !important;
    gap: 8px !important;
  }
  
  .lb-row > .lb-extra,
  .lb-head > .lb-extra { display: none !important; }
  
  .lb-rank { font-size: 18px !important; }
  .lb-name { font-size: 13px !important; }
  .lb-score { font-size: 20px !important; }

  
  .xt-float-chip { display: none !important; }

  
  .pc-crumb { flex-wrap: wrap !important; gap: 6px !important; row-gap: 8px !important; }
  .pc-crumb .pc-crumb-trail {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 10px;
  }
  .pc-crumb .pc-crumb-meta {
    margin-left: 0 !important;
    width: 100%;
    font-size: 10px !important;
    opacity: 0.75;
  }
}


@media (max-width: 380px) {
  .wrap { padding: 0 14px; }
}


.mock-shrink { width: 100%; --mock-w: 540px; }
.mock-shrink > * { width: var(--mock-w); max-width: 100%; }
@media (max-width: 980px) {
  .mock-shrink {
    
    container-type: inline-size;
  }
  .mock-shrink > * {
    
    zoom: min(1, calc(100cqw / var(--mock-w)));
  }
  
  .mock-shrink :where(div[style*="gridTemplateColumns"], div[style*="grid-template-columns"]) {
    grid-template-columns: revert !important;
    gap: revert !important;
  }
  .mock-shrink :where(div[style*="1fr auto"]) {
    grid-template-columns: revert !important;
    row-gap: revert !important;
  }
}


html, body { overflow-x: hidden; overflow-x: clip; max-width: 100%; }
img, video, svg { max-width: 100%; height: auto; }





.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(246,245,240,0.85);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; padding: 18px 32px; gap: 16px; }
.nav-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); flex-shrink: 0; }
.nav-brand img { height: 24px; display: block; }
.nav-desktop { display: flex; gap: 28px; font-size: 14px; font-weight: 500; white-space: nowrap; }
.nav-desktop a { color: var(--ink); text-decoration: none; font-weight: 500; }
.nav-desktop a.is-active { color: var(--accent); font-weight: 600; }
.nav-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.nav-login { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mute); text-decoration: none; font-weight: 500; }
.nav-login.is-active { color: var(--accent); font-weight: 600; }
.nav-hamburger {
  display: none; background: transparent; border: 1px solid var(--ink); border-radius: 8px;
  width: 44px; height: 44px; align-items: center; justify-content: center; cursor: pointer; padding: 0; flex-shrink: 0;
}
@media (max-width: 980px) {
  .nav-desktop, .nav-actions { display: none !important; }
  .nav-hamburger { display: flex !important; }
}

.mobile-menu {
  position: fixed; inset: 0; z-index: 100;
  background: var(--ink); color: var(--paper);
  display: none; flex-direction: column;
  animation: navFade 0.2s ease;
}
.mobile-menu.open { display: flex; }
@keyframes navFade { from { opacity: 0; } to { opacity: 1; } }
.mobile-menu-top {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 24px; border-bottom: 1px solid rgba(246,245,240,0.12);
}
.mobile-menu-top img { height: 24px; display: block; }
.mobile-menu-close {
  background: transparent; border: 1px solid rgba(246,245,240,0.4); border-radius: 8px;
  width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: var(--paper); padding: 0;
}
.mobile-menu-nav { flex: 1; padding: 32px 24px; display: flex; flex-direction: column; gap: 4px; overflow-y: auto; }
.mobile-menu-nav a {
  display: block; padding: 18px 0;
  border-bottom: 1px solid rgba(246,245,240,0.12);
  font-family: 'Anton', Impact, sans-serif;
  font-size: 36px; line-height: 1; text-transform: uppercase; letter-spacing: -0.01em;
  color: var(--paper); text-decoration: none;
}
.mobile-menu-nav a.is-active { color: var(--accent); }
.mobile-menu-nav .mono {
  font-size: 11px; letter-spacing: 0.18em;
  color: rgba(246,245,240,0.4);
  display: block; margin-bottom: 6px;
}
.mobile-menu-foot { padding: 24px; border-top: 1px solid rgba(246,245,240,0.12); }
.mobile-menu-foot .btn { display: flex; justify-content: center; width: 100%; border-color: var(--accent); }
.mobile-menu-email {
  margin-top: 18px; font-family: 'JetBrains Mono', monospace;
  font-size: 11px; letter-spacing: 0.14em;
  color: rgba(246,245,240,0.5); text-align: center;
}
.mobile-menu-email a { color: rgba(246,245,240,0.7); text-decoration: none; }


.site-footer { background: var(--ink); color: var(--paper); padding: 64px 0 32px; }
.footer-linkedin {
  padding: 0 0 48px; margin-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.footer-linkedin-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  flex-wrap: wrap; gap: 20px; margin-bottom: 28px;
}
.footer-eyebrow { font-size: 11px; letter-spacing: 0.18em; color: var(--accent); margin-bottom: 10px; }
.footer-headline {
  font-family: 'Anton', Impact, sans-serif; font-size: 34px; line-height: 1;
  text-transform: uppercase; letter-spacing: -0.005em; margin-bottom: 8px;
}
.footer-blurb { font-size: 14px; color: rgba(255,255,255,0.6); max-width: 520px; }
.footer-li-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent); text-decoration: none;
  border-bottom: 1px solid var(--accent); padding-bottom: 4px;
  white-space: nowrap;
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px;
  padding-bottom: 56px; border-bottom: 1px solid rgba(255,255,255,0.12);
}
.footer-wordmark { width: 150px; height: auto; display: block; margin-bottom: 20px; }
.footer-tagline { max-width: 340px; font-size: 14px; line-height: 1.55; color: rgba(255,255,255,0.7); }
.footer-contact { margin-top: 24px; display: flex; flex-direction: column; gap: 8px; }
.footer-contact a { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.7); text-decoration: none; }
.footer-col-head { font-size: 11px; letter-spacing: 0.14em; color: rgba(255,255,255,0.5); margin-bottom: 14px; }
.footer-grid > div > a { font-size: 14px; padding: 6px 0; display: block; color: var(--paper); text-decoration: none; }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 24px; font-family: 'JetBrains Mono', monospace;
  font-size: 11px; letter-spacing: 0.14em; color: rgba(255,255,255,0.5);
  flex-wrap: wrap; gap: 12px;
}
.footer-bottom a { color: rgba(255,255,255,0.5); text-decoration: none; }
@media (max-width: 980px) {
  .footer-grid { grid-template-columns: 1fr 1fr !important; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr !important; }
  .footer-bottom { flex-direction: column !important; align-items: flex-start !important; }
}


.cta-section { background: var(--accent); color: #FFFFFF; padding: 120px 0; }
.cta-wrap { display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; align-items: start; }
.cta-eyebrow { font-size: 11px; letter-spacing: 0.16em; color: rgba(255,255,255,0.75); margin-bottom: 20px; }
.cta-eyebrow .tick { background: #FFFFFF; }
.cta-headline { font-size: clamp(53px, 7.7vw, 86px); margin: 0; }
.cta-blurb { font-size: 1.25rem; max-width: 560px; margin-top: 28px; line-height: 1.5; }
@media (max-width: 640px) {
  .cta-blurb { font-size: 1rem; }
}
.cta-card {
  background: #0B0B0F; color: var(--paper); border-radius: 16px; padding: 28px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.35);
  display: block;
}
.cta-card-mark { width: 100%; max-width: 300px; height: auto; display: block; margin: 0 0 28px -10px; }
.cta-card-eyebrow { font-size: 11px; letter-spacing: 0.14em; color: rgba(255,255,255,0.5); margin-bottom: 16px; }
.cta-card-fields { display: grid; grid-template-columns: 1fr; gap: 10px; }
.cta-card-fields input {
  padding: 14px 16px; border: 1px solid rgba(255,255,255,0.2); border-radius: 10px;
  font-size: 14px; color: var(--paper); background: transparent;
  font-family: inherit;
}
.cta-card-fields input::placeholder { color: rgba(255,255,255,0.5); }
.cta-card-fields input:focus { outline: none; border-color: var(--accent); }
.cta-card-submit { width: 100%; justify-content: center; margin-top: 14px; border-color: var(--accent); }
.cta-card-foot { font-size: 12px; color: rgba(255,255,255,0.45); margin-top: 14px; text-align: center; }
.cta-card-foot a { color: var(--paper); }
@media (max-width: 880px) {
  .cta-wrap { grid-template-columns: 1fr !important; gap: 40px !important; align-items: stretch !important; }
}


.product-row {
  display: grid;
  grid-template-columns: 80px 1fr 200px 180px 40px;
  gap: 24px;
  padding: 24px 8px;
  border-bottom: 1px solid var(--line);
  align-items: center;
  text-decoration: none;
  color: var(--ink);
  transition: background .15s;
  position: relative;
}
.product-row:hover { background: var(--paper-2); }
.product-row .pr-code { font-size: 12px; letter-spacing: 0.14em; color: var(--mute); }
.product-row .pr-name { display: flex; align-items: baseline; gap: 18px; }
.product-row .pr-name > span:last-child {
  font-family: 'Anton', Impact, sans-serif;
  font-size: 34px; text-transform: uppercase; line-height: 1; letter-spacing: -0.01em;
}
.product-row .pr-swatch { width: 10px; height: 10px; border-radius: 2px; display: inline-block; }
.product-row .pr-line { font-size: 15px; color: var(--mute); max-width: 400px; }
.product-row .pr-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.product-row .pr-arrow { text-align: right; font-size: 20px; }
@media (max-width: 980px) {
  
  .product-row {
    grid-template-columns: 60px 1fr auto;
    column-gap: 16px; row-gap: 8px;
  }
  .product-row > .pr-code { grid-row: 1; grid-column: 1; }
  .product-row > .pr-name { grid-row: 1; grid-column: 2; }
  .product-row > .pr-arrow { grid-row: 1; grid-column: 3; align-self: start; }
  
  .product-row > .pr-line { grid-row: 2; grid-column: 2 / -1; padding-left: 28px; }
  .product-row > .pr-tags { grid-row: 3; grid-column: 2 / -1; padding-left: 28px; }
}
@media (max-width: 560px) {
  
  .product-row {
    grid-template-columns: 1fr auto;
    column-gap: 12px; row-gap: 8px;
    padding: 18px 4px;
  }
  .product-row > .pr-code { display: none; }
  .product-row > .pr-name { grid-row: 1; grid-column: 1; }
  .product-row > .pr-arrow { grid-row: 1; grid-column: 2; align-self: start; }
  .product-row > .pr-line { grid-row: 2; grid-column: 1 / -1; padding-left: 28px; }
  .product-row > .pr-tags { grid-row: 3; grid-column: 1 / -1; padding-left: 28px; }
}


@media (max-width: 980px) {
  .hero-grid, .ecosystem-grid, .method-curve-grid, .proof-stats, .proof-cases {
    grid-template-columns: 1fr !important;
  }
}


@media (max-width: 980px) {
  .coach-grid, .coach-stats { grid-template-columns: 1fr !important; }
}
@media (max-width: 640px) {
  .stats-grid { grid-template-columns: 1fr 1fr !important; }
  .stats-cell { padding: 16px 14px !important; }
  .stats-num { font-size: 36px !important; }
  .wwd-row { padding: 22px 4px !important; gap: 10px !important; grid-template-columns: 1fr !important; }
  .wwd-num { padding-top: 0 !important; }
  .wwd-head { gap: 10px !important; }
  .wwd-head > span:first-child { margin-top: 14px !important; }
  .wwd-h { font-size: clamp(28px, 8vw, 36px) !important; line-height: 1.02 !important; }
  .wwd-body { font-size: 15px !important; line-height: 1.5 !important; margin-top: 0 !important; }
  .wwd-tag { text-align: left !important; padding-top: 4px !important; }
  .bench-grid { grid-template-columns: 1fr !important; gap: 16px !important; }
  .bench-card { padding: 24px 22px !important; }
  .bench-h { font-size: 36px !important; }
  .vals-grid { grid-template-columns: 1fr !important; }
  .vals-cell { padding: 28px 22px !important; min-height: 0 !important; }
  .vals-h { font-size: 36px !important; line-height: 1 !important; margin-bottom: 12px !important; }
  .vals-body { font-size: 15px !important; }
}


.cf-label { font-size: 10px; letter-spacing: 0.14em; color: var(--mute); text-transform: uppercase; }
.cf-req { color: var(--accent); margin-left: 4px; }
.cf-input, .cf-textarea {
  margin-top: 8px; width: 100%; padding: 14px 16px;
  border: 1px solid var(--line-strong); border-radius: 10px;
  background: var(--paper); color: var(--ink); font-family: inherit;
  font-size: 14px; outline: none;
}
.cf-textarea { line-height: 1.5; resize: vertical; }
.cf-input:focus, .cf-textarea:focus { border-color: var(--accent); }


.topic-chip { cursor: pointer; font-family: 'JetBrains Mono', monospace; }
.topic-chip input[type="radio"] { display: none; }
.topic-chip:has(input:checked) {
  background: var(--ink); color: var(--paper); border-color: var(--ink);
}
.topic-chip .tick { display: none; }
.topic-chip:has(input:checked) .tick { display: inline-block; background: var(--accent); }

@media (max-width: 880px) {
  .contact-hero-grid, .contact-form-grid { grid-template-columns: 1fr !important; }
  .contact-fields { grid-template-columns: 1fr !important; }
  .contact-fields > div { grid-column: 1 / -1 !important; }
}


.faq-item { border-bottom: 1px solid var(--ink); }
.faq-item summary {
  list-style: none; cursor: pointer;
  padding: 28px 0; display: flex; align-items: baseline; gap: 24px; color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-num { font-size: 11px; letter-spacing: 0.14em; color: var(--mute); min-width: 36px; }
.faq-q { font-family: 'Anton', Impact, sans-serif; font-size: clamp(28px, 3.4vw, 44px); line-height: 1.05; text-transform: uppercase; flex: 1; }
.faq-mark { font-family: 'JetBrains Mono', monospace; font-size: 24px; color: var(--accent); }
.faq-item[open] .faq-mark::before { content: '–'; }
.faq-item[open] .faq-mark { font-size: 0; }
.faq-item[open] .faq-mark::before { font-size: 24px; }
.faq-a { padding: 0 80px 32px 60px; font-size: 18px; line-height: 1.55; color: var(--ink); max-width: 880px; }
@media (max-width: 640px) {
  .faq-a { padding: 0 0 24px 36px; font-size: 16px; }
  .faq-item summary { gap: 12px; padding: 20px 0; }
}


@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
@media (max-width: 640px) {
  .pp-contact { flex-direction: column; }
  .pp-contact-tag { flex-direction: row !important; align-items: center; justify-content: space-between; padding: 14px 18px !important; min-width: 0 !important; }
  .pp-contact-tag div { margin: 0 !important; }
  .pp-contact-body { padding: 22px 20px !important; gap: 18px !important; }
  .pp-email { font-size: 22px !important; }
}


.hiw-screen { position: relative; background: var(--paper-2); border: 1px solid var(--line-strong); border-radius: 14px; overflow: hidden; min-height: 300px; display: flex; flex-direction: column; }
.hiw-screen-head { padding: 10px 14px; border-bottom: 1px solid var(--line); font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: 0.16em; color: var(--mute); display: flex; justify-content: flex-end; }
.hiw-screen-body { padding: 18px; flex: 1; display: flex; flex-direction: column; }
.hiw-meta { margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--ink); }
.hiw-meta-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.hiw-meta-row .mono { font-size: 11px; letter-spacing: 0.18em; color: var(--mute); }
.hiw-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.hiw-h { font-family: 'Anton', Impact, sans-serif; font-size: 24px; line-height: 1.05; letter-spacing: -0.01em; text-transform: uppercase; margin: 0 0 10px; }
.hiw-b { font-size: 13px; line-height: 1.5; color: var(--mute); margin: 0; }
@media (max-width: 980px) { .how-steps { grid-template-columns: 1fr 1fr !important; } }
@media (max-width: 560px) { .how-steps { grid-template-columns: 1fr !important; } }

.pa-row { display: grid; grid-template-columns: 24px 1fr; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.pa-mark { font-size: 14px; font-weight: 600; }
.pa-mark.in { color: var(--accent); }
.pa-mark.opt { color: var(--ink); }
.pa-row-text { font-size: 15px; line-height: 1.5; color: var(--ink); }

@media (max-width: 980px) { .pa-stats-grid { grid-template-columns: 1fr 1fr !important; } .pa-surfaces-grid { grid-template-columns: 1fr 1fr !important; } .pa-included-grid { grid-template-columns: 1fr !important; } .pa-eco-grid { grid-template-columns: 1fr !important; } }
@media (max-width: 640px) { .pa-stats-grid { grid-template-columns: 1fr !important; } .pa-surfaces-grid { grid-template-columns: 1fr !important; } .pa-card { padding: 18px 16px 4px !important; } .pa-card .pa-row { padding: 8px 0 !important; gap: 10px !important; grid-template-columns: 18px 1fr !important; } }


@media (max-width: 980px) {
  .caps-grid { grid-template-columns: 1fr 1fr !important; }
  .hiit-labor-grid { grid-template-columns: 1fr !important; }
}
@media (max-width: 640px) {
  .caps-grid { grid-template-columns: 1fr !important; }
}


@media (max-width: 980px) {
  .op-process-grid, .op-process-tags { grid-template-columns: 1fr 1fr !important; }
  .ht-bench-grid { grid-template-columns: 1fr !important; }
}
@media (max-width: 640px) {
  .op-process-grid, .op-process-tags { grid-template-columns: 1fr !important; }
}
@media (max-width: 900px) {
  .oplite-grid { grid-template-columns: 1fr !important; padding: 36px 28px !important; gap: 32px !important; }
  .oplite-row { grid-template-columns: 1fr !important; gap: 6px !important; padding: 12px 0 !important; }
}
@media (max-width: 640px) {
  .oplite-grid { padding: 28px 20px !important; }
}


@media (max-width: 980px) {
  .sy-river-grid { grid-template-columns: 1fr !important; }
  .sy-arrow { display: none !important; }
  .sy-rules-grid { grid-template-columns: 1fr 1fr !important; }
  .sy-sc-grid { grid-template-columns: 1fr !important; }
  .sy-reports-card { grid-template-columns: 1fr !important; padding: 28px 24px !important; }
  .sy-reports-card > :last-child { border-left: none !important; padding-left: 0 !important; border-top: 1px solid var(--line-strong); padding-top: 18px; }
}
@media (max-width: 640px) {
  .sy-hero-vis { min-height: 0 !important; margin-top: 8px; }
  .sy-chip-incoming, .sy-chip-ranked { display: none !important; }
  .sy-rules-grid { grid-template-columns: 1fr !important; }
  .sy-river { padding: 18px 14px !important; }
  .sy-inputs { grid-template-columns: 1fr 1fr !important; gap: 6px !important; }
  .sy-rollup { grid-template-columns: 24px 1fr auto !important; gap: 8px !important; }
  .sy-rollup-meta { font-size: 10px !important; }
  .syc-row { grid-template-columns: 1fr auto !important; row-gap: 8px !important; }
}


@media (max-width: 980px) {
  .xt-sec-grid { grid-template-columns: 1fr 1fr 1fr !important; }
}
@media (max-width: 640px) {
  .xt-sec-grid { grid-template-columns: 1fr !important; }
  .xt-sec-card { display: grid !important; grid-template-columns: 28px 1fr !important; column-gap: 14px !important; align-items: center !important; padding: 14px 56px 14px 16px !important; border-right: none !important; }
  .xt-sec-card .xt-sec-num { top: 50% !important; transform: translateY(-50%); right: 14px !important; font-size: 9px !important; }
  .xt-sec-card .xt-sec-icon { width: 28px !important; height: 28px !important; font-size: 14px !important; margin-bottom: 0 !important; }
  .xt-sec-card .xt-sec-text { font-size: 13px !important; line-height: 1.35 !important; }
}


@media (max-width: 980px) {
  .tt-reveal-grid { grid-template-columns: 1fr !important; }
  .tt-roles-grid { grid-template-columns: 1fr !important; }
  .tt-sync-callout { grid-template-columns: 1fr !important; }
}
@media (max-width: 640px) {
  .tt-meta { grid-template-columns: 1fr 1fr 1fr !important; }
  .tt-meta-cell { padding: 10px 6px 10px 0 !important; }
  .tt-meta-cell > div:last-child { font-size: 16px !important; }
  .tt-beats { grid-template-columns: 1fr !important; }
  .tt-beat { min-height: 0 !important; padding: 18px 0 !important; border-right: none !important; border-bottom: 1px solid var(--line); }
  .tt-uses { grid-template-columns: 1fr !important; }
  .tt-use { border-right: none !important; border-bottom: 1px solid var(--line); }
}


.ct-method-frame {
  position: relative;
  background: #0B0B0F;
  border-radius: 28px;
  box-shadow:
    0 0 1px 0 rgba(255,255,255,0.05),
    0 0 22px 1px rgba(124,55,255,0.45),
    0 0 60px 4px rgba(219,62,230,0.30),
    0 0 90px 12px rgba(5,171,202,0.22);
}
.ct-method-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 28px;
  border: 3px solid transparent;
  background:
    linear-gradient(#0B0B0F, #0B0B0F) padding-box,
    linear-gradient(135deg,
      #05ABCA 0%,
      #45A5FF 22%,
      #7C37FF 45%,
      #DB3EE6 68%,
      #B401CE 100%) border-box;
  pointer-events: none;
  filter: drop-shadow(0 0 10px rgba(124,55,255,0.65)) drop-shadow(0 0 18px rgba(219,62,230,0.45));
}


@media (max-width: 980px) {
  .jhhow-grid { grid-template-columns: 1fr 1fr !important; gap: 10px !important; }
  .jhhow-card { min-height: 0 !important; padding: 16px !important; }
  .jh-tiers, .jh-cases, .jh-eco-grid, .jh-cta-grid { grid-template-columns: 1fr !important; }
}
@media (max-width: 640px) {
  .jhhow-grid { grid-template-columns: 1fr !important; gap: 10px !important; }
  .jhhow-card { padding: 14px 16px !important; }
  .jhhow-card .jhhow-head { margin-bottom: 8px !important; }
  .jhhow-card .jhhow-h3 { font-size: 24px !important; margin: 0 0 6px !important; }
  .jhhow-card .jhhow-body { font-size: 13px !important; }
}


.about-hero-section { padding: 8px 0 0; }
.about-hero-grid {
  display: grid; grid-template-columns: 1.3fr 1fr; gap: 48px;
  align-items: end; padding-bottom: 56px;
}
.about-hero-h1 { font-size: clamp(53px, 7.7vw, 119px); margin: 0; line-height: 0.92; }
.about-hero-h1-mark { color: var(--rink); }
.about-hero-blurb { max-width: 620px; font-size: 1.25rem; }
.about-hero-cta-row { display: flex; gap: 12px; margin-top: 28px; }

.about-stats-tower {
  background: var(--ink); color: var(--paper); border-radius: 18px;
  padding: 36px 28px 28px; box-shadow: 0 30px 80px rgba(0,0,0,0.25);
}
.about-stats-cap {
  display: flex; flex-direction: column; align-items: center;
  padding-bottom: 24px; margin-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.about-stats-cap-mark { width: 78%; max-width: 280px; height: auto; display: block; }
.about-stats-meta { font-size: 11px; letter-spacing: 0.14em; opacity: 0.7; margin-bottom: 16px; }
.about-stats-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.12);
}
.about-stats-cell { background: var(--ink); padding: 20px 16px; }
.about-stats-cell-label { font-size: 10px; letter-spacing: 0.14em; opacity: 0.6; margin-bottom: 6px; }
.about-stats-cell-num { font-family: 'Anton', Impact, sans-serif; font-size: 48px; line-height: 1; }
.about-stats-industries {
  margin-top: 14px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px; letter-spacing: 0.14em; opacity: 0.5;
}

@media (max-width: 980px) {
  .about-hero-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .about-stats-cell { padding: 16px 14px; }
  .about-stats-cell-num { font-size: 36px; }
}


.coach-section { background: var(--paper-2); }
.coach-grid {
  display: grid; grid-template-columns: 1fr 2fr; gap: 56px;
  margin-top: 32px; align-items: start;
}
.coach-portrait-wrap { position: relative; }
.coach-portrait-frame {
  overflow: hidden; background: var(--paper-2); aspect-ratio: 1/1;
  border: 1px solid var(--line); position: relative;
}
.coach-portrait-img { width: 100%; height: 100%; object-fit: cover; display: block; filter: contrast(1.03); }
.coach-portrait-chip {
  position: absolute; font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px; letter-spacing: 0.14em; color: var(--paper);
  background: var(--ink); padding: 4px 8px;
}
.coach-portrait-chip--tl { top: 16px; left: 16px; }
.coach-portrait-chip--br { bottom: 16px; right: 16px; }
.coach-portrait-caption {
  margin-top: 14px; display: flex; justify-content: space-between;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px; letter-spacing: 0.14em; color: var(--mute);
}
.coach-bio-lead { font-size: 20px; line-height: 1.45; margin: 0 0 24px; font-weight: 500; }
.coach-bio-body { font-size: 16px; line-height: 1.65; color: var(--ink); margin-bottom: 20px; }
.coach-bio-foot { font-size: 16px; line-height: 1.65; color: var(--mute); margin-bottom: 32px; }
.coach-buttons { display: flex; gap: 12px; flex-wrap: wrap; }
.coach-scorecard {
  margin-top: 40px; padding-top: 24px;
  border-top: 1px solid var(--line);
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px;
}
.coach-scorecard-num { font-family: 'Anton', Impact, sans-serif; font-size: 32px; line-height: 1; color: var(--accent); }
.coach-scorecard-label { font-size: 10px; letter-spacing: 0.14em; color: var(--mute); margin-top: 6px; }

@media (max-width: 980px) {
  .coach-grid { grid-template-columns: 1fr; gap: 32px; }
  .coach-scorecard { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .coach-scorecard { grid-template-columns: 1fr; }
}


.bench-section { background: var(--ink); color: var(--paper); }
.bench-section .section-tag { border-color: rgba(255,255,255,0.3); }
.bench-section .section-tag .num { color: rgba(255,255,255,0.6); }
.bench-section .section-tag .side { color: rgba(255,255,255,0.7); }

.bench-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 16px; }
@media (max-width: 980px) {
  .bench-grid { grid-template-columns: 1fr; }
}
.bench-card {
  background: var(--ink-2); border: 1px solid rgba(255,255,255,0.12);
  padding: 36px; position: relative;
}
.bench-card-lane {
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: var(--bench-color, var(--accent));
}
.bench-card-kicker {
  font-size: 11px; letter-spacing: 0.14em;
  color: rgba(255,255,255,0.5); margin: 8px 0 24px;
}
.bench-card-title { font-size: clamp(48px, 5vw, 72px); margin: 0 0 20px; line-height: 0.95; }
.bench-card-body { font-size: 16px; line-height: 1.6; color: rgba(255,255,255,0.75); margin-bottom: 24px; max-width: 400px; }
.bench-card-list { list-style: none; padding: 0; margin: 0; }
.bench-card-li {
  padding: 12px 0; border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 15px; display: flex; justify-content: space-between; align-items: center;
}
.bench-card-li-tag { font-size: 10px; color: rgba(255,255,255,0.4); letter-spacing: 0.14em; }
.bench-footer-note {
  margin-top: 32px; text-align: center;
  font-size: 11px; letter-spacing: 0.14em; color: rgba(255,255,255,0.4);
}

@media (max-width: 640px) {
  .bench-grid { grid-template-columns: 1fr; gap: 16px; }
  .bench-card { padding: 24px 22px; }
  .bench-card-title { font-size: 36px; }
}


.values-section { padding-top: 0; }
.values-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  border-top: 1px solid var(--ink); border-left: 1px solid var(--ink);
}
.values-cell {
  padding: 40px 36px; position: relative; min-height: 220px;
  border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink);
}
.values-cell-lane {
  position: absolute; top: 0; left: 0; width: 64px; height: 4px;
  background: var(--values-color, var(--accent));
}
.values-cell-num {
  font-size: 11px; letter-spacing: 0.14em; color: var(--mute);
  margin: 8px 0 14px;
}
.values-cell-title { font-size: clamp(56px, 5.5vw, 84px); margin: 0 0 16px; line-height: 0.9; }
.values-cell-body { font-size: 16px; line-height: 1.55; color: var(--ink); margin: 0; max-width: 440px; }

@media (max-width: 640px) {
  .values-grid { grid-template-columns: 1fr; }
  .values-cell { padding: 28px 22px; min-height: 0; }
  .values-cell-title { font-size: 36px; line-height: 1; margin-bottom: 12px; }
  .values-cell-body { font-size: 15px; }
}


.contact-hero-band {
  background: #0B0B0F; color: #fff;
  padding: 72px 0 80px; position: relative; overflow: hidden;
}
.contact-hero-band::before {
  content: ""; position: absolute; inset: 0;
  background-image: repeating-linear-gradient(90deg, rgba(255,255,255,0.07) 0 1px, transparent 1px 80px);
  opacity: 0.7; pointer-events: none;
}
.contact-hero-grid {
  display: grid; grid-template-columns: 2fr 1fr; gap: 48px;
  align-items: center; position: relative;
}
.contact-hero-head {
  display: grid; grid-template-columns: 1fr auto;
  column-gap: 24px; row-gap: 18px; align-items: end;
  padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,0.25);
  margin-bottom: 32px;
}
.contact-hero-h1 {
  margin: 0; font-size: clamp(56px, 7.4vw, 132px); line-height: 0.92;
  color: #fff; white-space: nowrap;
}
.contact-hero-h1-em {
  font-style: italic; font-weight: 500; letter-spacing: -0.02em;
  color: var(--accent); font-size: clamp(68px, 8.9vw, 160px);
}
.contact-hero-blurb { font-size: 1.25rem; color: rgba(255,255,255,0.78); margin: 0; }
.contact-hero-blurb strong { color: #fff; }
.contact-hero-mark {
  display: flex; flex-direction: column; align-items: center;
  justify-content: center; gap: 14px; color: #fff;
}
.contact-hero-mark-img { width: 82%; max-width: 240px; height: auto; display: block; }
.contact-brain-wrap {
  width: 100%; max-width: 260px;
  display: flex; flex-direction: column; align-items: center; margin-top: 6px;
}
.contact-brain-caption {
  font-size: 10px; letter-spacing: 0.18em; color: rgba(255,255,255,0.55);
  text-transform: uppercase;
}
.contact-brain-caption--top { margin-bottom: 6px; }
.contact-brain-caption--bot { margin-top: 2px; }

@media (max-width: 980px) {
  .contact-hero-grid { grid-template-columns: 1fr; }
  .contact-hero-h1 { white-space: normal; }
}
@media (max-width: 640px) {
  
  .contact-hero-h1 { font-size: 1rem; }
}


.contact-form-band { padding-top: 88px; }
.contact-form-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: start; }
.contact-meta-eyebrow {
  font-size: 11px; letter-spacing: 0.14em; color: var(--mute); margin-bottom: 16px;
}
.contact-chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 40px; }
.contact-chip {
  cursor: pointer; background: transparent;
  color: var(--ink); border: 1px solid var(--line-strong);
  border-radius: 999px; padding: 6px 10px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 8px;
}
.contact-chip.is-active {
  background: var(--ink); color: var(--paper); border-color: var(--ink);
}
.contact-chip .tick { display: none; }
.contact-chip.is-active .tick { display: inline-block; }

.contact-reach-list {
  display: grid; gap: 1px;
  background: var(--line); border: 1px solid var(--line);
}
.contact-reach-item {
  background: var(--paper); padding: 20px 18px;
  text-decoration: none; color: var(--ink);
  display: flex; justify-content: space-between; align-items: baseline; gap: 16px;
}
.contact-reach-label { font-size: 10px; letter-spacing: 0.14em; color: var(--mute); margin-bottom: 6px; }
.contact-reach-value { font-size: 18px; font-weight: 500; }
.contact-reach-value--mono {
  font-family: 'JetBrains Mono', ui-monospace, monospace; letter-spacing: 0.02em;
}
.contact-reach-arrow { font-size: 18px; }

.contact-social {
  margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line);
}
.contact-social-list { display: flex; gap: 14px; flex-wrap: wrap; }
.contact-social-link {
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink); text-decoration: none;
  border-bottom: 1px solid var(--ink); padding-bottom: 2px;
}

.contact-form-card {
  background: var(--paper-2); border-radius: 18px; padding: 32px;
  border: 1px solid var(--line);
}
.contact-form-card-head {
  display: flex; align-items: baseline; justify-content: space-between;
  margin-bottom: 24px; padding-bottom: 18px; border-bottom: 1px solid var(--ink);
}
.contact-form-topic {
  font-family: 'Anton', Impact, sans-serif; font-size: 32px;
  line-height: 1; margin-top: 8px; text-transform: uppercase;
}

@media (max-width: 980px) {
  .contact-form-grid { grid-template-columns: 1fr; }
}


.contact-faq-section { background: var(--paper-2); }
.contact-faq-list { border-top: 1px solid var(--ink); }
.contact-faq-item {
  border-bottom: 1px solid var(--ink);
}
.contact-faq-item > summary {
  list-style: none; cursor: pointer; padding: 28px 0;
  display: flex; align-items: baseline; gap: 24px;
  color: var(--ink);
}
.contact-faq-item > summary::-webkit-details-marker { display: none; }
.contact-faq-num {
  font-size: 11px; letter-spacing: 0.14em; color: var(--mute); min-width: 36px;
}
.contact-faq-question {
  font-family: 'Anton', Impact, sans-serif;
  font-size: clamp(28px, 3.4vw, 44px); line-height: 1.05;
  text-transform: uppercase; flex: 1;
}
.contact-faq-toggle {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 24px; color: var(--accent);
}
.contact-faq-item[open] .contact-faq-toggle::before { content: "–"; }
.contact-faq-item:not([open]) .contact-faq-toggle::before { content: "+"; }
.contact-faq-body {
  padding: 0 80px 32px 60px; font-size: 18px; line-height: 1.55;
  color: var(--ink); max-width: 880px;
}

@media (max-width: 640px) {
  
  .contact-faq-body { padding: 0 0 24px 60px; font-size: 1rem; }
}


.prod-hero-section { border-top: none; padding: 8px 0 0; }
.prod-hero-grid {
  display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px;
  align-items: end; padding-bottom: 0;
}
.prod-hero-text { align-self: start; }
.prod-hero-eyebrow {
  font-size: 11px; letter-spacing: 0.18em;
  color: var(--accent); margin-bottom: 18px;
}
.prod-hero-eyebrow-dot {
  display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 10px; transform: translateY(-1px);
}
.prod-hero-h1 { font-size: clamp(53px, 7.7vw, 119px); margin: 0; line-height: 0.92; }
.prod-hero-h1-em {
  font-style: italic; font-weight: 500;
  letter-spacing: -0.02em; color: var(--accent);
}
.prod-hero-blurb { max-width: 540px; }
.prod-hero-cta-row { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.prod-hero-image-wrap {
  position: relative; display: flex;
  justify-content: center; align-items: flex-end;
  align-self: end; min-height: 560px;
}
.prod-hero-image {
  width: 100%; max-width: 820px; height: auto; display: block;
  margin-bottom: -43px;
}
.prod-play-btn { cursor: pointer; font: inherit; }
.prod-play-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--ink); margin-right: 9px;
}
.prod-play-triangle {
  width: 0; height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid var(--paper);
  margin-left: 2px;
}

@media (max-width: 980px) {
  .prod-hero-grid { grid-template-columns: 1fr; }
  .prod-hero-image-wrap { min-height: 0; }
  .prod-hero-image { margin-bottom: 0; }
}


.prod-hero-meta {
  margin-top: 40px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
}
.prod-hero-meta-cell {
  padding: 14px 16px 14px 0;
  border-right: 1px solid var(--line);
}
.prod-hero-meta-cell:last-child { border-right: none; }
.prod-hero-meta-cell:not(:first-child) { padding-left: 16px; }
.prod-hero-meta-label { font-size: 10px; letter-spacing: 0.16em; color: var(--mute); }
.prod-hero-meta-value { font-size: 14px; color: var(--ink); margin-top: 4px; font-weight: 500; }

@media (max-width: 640px) {
  .prod-hero-meta-cell { padding: 10px 8px 10px 0; }
  .prod-hero-meta-cell:not(:first-child) { padding-left: 8px; }
  .prod-hero-meta-value { font-size: 12px; }
}



.prod-stats-band { background: var(--paper); color: var(--ink); padding: 88px 0; }
.prod-stats-band .section-tag { border-color: rgba(11,11,15,0.25); margin-bottom: 48px; }
.prod-stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border-top: 1px solid rgba(11,11,15,0.25);
}
.prod-stats-cell {
  padding: 32px 24px 28px; position: relative;
  border-right: 1px solid rgba(11,11,15,0.18);
  border-bottom: 1px solid rgba(11,11,15,0.25);
}
.prod-stats-cell:last-child { border-right: none; }
.prod-stats-index {
  position: absolute; top: 14px; right: 14px;
  font-size: 10px; letter-spacing: 0.14em; color: var(--mute);
}
.prod-stats-num {
  font-family: 'Anton', Impact, sans-serif;
  font-size: clamp(56px, 6.5vw, 96px);
  line-height: 0.92; letter-spacing: -0.02em;
  color: var(--accent); margin-bottom: 6px;
}
.prod-stats-num--sm { font-size: clamp(40px, 4.4vw, 64px); line-height: 0.95; margin-bottom: 8px; }
.prod-stats-unit { font-size: 11px; letter-spacing: 0.14em; color: var(--ink); margin-bottom: 14px; }
.prod-stats-body { font-size: 14px; line-height: 1.55; color: var(--ink); margin: 0; }
.prod-stats-body sup { color: var(--accent); margin-left: 2px; }
.prod-stats-sources { font-size: 10px; letter-spacing: 0.12em; color: var(--mute); margin-top: 20px; line-height: 1.7; }
.prod-stats-sources sup { color: var(--accent); }


.prod-stats-bottomline {
  margin-top: 40px; padding: 24px 28px;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: center;
}
.prod-stats-bottomline-eyebrow {
  font-size: 10px; letter-spacing: 0.18em; color: var(--accent); white-space: nowrap;
}
.prod-stats-bottomline-body { margin: 0; font-size: 17px; line-height: 1.5; color: var(--ink); }
.prod-stats-bottomline-body em { font-style: italic; color: var(--accent); }


.prod-stats-band--paper-2 { background: var(--paper-2); }
.prod-stats-band--paper-2 .prod-stats-grid { border-top-color: var(--line-strong); }
.prod-stats-band--paper-2 .prod-stats-cell {
  border-right-color: var(--line-strong);
  border-bottom-color: var(--line-strong);
}


.prod-stats-band--dark { background: #0B0B0F; color: var(--paper); }
.prod-stats-band--dark .section-tag { border-color: rgba(255,255,255,0.18); }
.prod-stats-band--dark .section-tag .num { color: rgba(255,255,255,0.55); }
.prod-stats-band--dark .section-tag h2 { color: var(--paper); }
.prod-stats-band--dark .section-tag .side { color: rgba(255,255,255,0.7); }
.prod-stats-band--dark .prod-stats-grid { border-top-color: rgba(255,255,255,0.18); }
.prod-stats-band--dark .prod-stats-cell {
  border-right-color: rgba(255,255,255,0.18);
  border-bottom-color: rgba(255,255,255,0.18);
}
.prod-stats-band--dark .prod-stats-index { color: rgba(255,255,255,0.4); }
.prod-stats-band--dark .prod-stats-unit { color: rgba(255,255,255,0.85); }
.prod-stats-band--dark .prod-stats-body { color: rgba(255,255,255,0.78); }
.prod-stats-band--dark .prod-stats-sources { color: rgba(255,255,255,0.4); }
.prod-stats-band--dark .prod-stats-bottomline { border-color: rgba(255,255,255,0.2); }
.prod-stats-band--dark .prod-stats-bottomline-body { color: rgba(255,255,255,0.92); }

@media (max-width: 980px) {
  .prod-stats-grid { grid-template-columns: 1fr 1fr; }
  .prod-stats-cell:nth-child(2) { border-right: none; }
}
@media (max-width: 640px) {
  .prod-stats-grid { grid-template-columns: 1fr; }
  .prod-stats-cell { border-right: none; }
  .prod-stats-bottomline { grid-template-columns: 1fr; gap: 12px; }
}


.ht-avatars-frame {
  background: var(--paper-2); border: 1px solid var(--line-strong);
  border-radius: 14px; padding: 40px 24px 32px; position: relative; overflow: hidden;
}
.ht-avatars-meta {
  position: absolute; top: 14px;
  font-size: 10px; letter-spacing: 0.18em; color: var(--mute);
}
.ht-avatars-meta--left { left: 18px; }
.ht-avatars-meta--right { right: 18px; }
.ht-avatars-img { width: 100%; height: auto; display: block; margin: 18px 0; }
.ht-avatars-divider { height: 1px; background: var(--ink); margin-bottom: 14px; }
.ht-avatars-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.ht-avatars-tags .chip { background: #fff; border-color: var(--line-strong); }

.ht-options-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 32px;
}
.ht-option-card {
  padding: 26px 24px 28px; border: 1px solid var(--line-strong);
  border-radius: 12px; background: var(--paper);
}
.ht-option-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 18px;
}
.ht-option-code { font-size: 11px; letter-spacing: 0.14em; color: var(--mute); }
.ht-option-dot { width: 8px; height: 8px; background: var(--accent); border-radius: 50%; }
.ht-option-title {
  font-family: 'Anton', Impact, sans-serif; font-size: 28px;
  text-transform: uppercase; line-height: 1.02; letter-spacing: -0.01em;
  margin: 0 0 12px;
}
.ht-option-body { font-size: 14px; line-height: 1.55; color: var(--mute); margin: 0; }

@media (max-width: 980px) {
  .ht-options-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .ht-options-grid { grid-template-columns: 1fr; }
}


.xt-sec-band { background: var(--paper-2); color: var(--ink); padding: 88px 0; }
.xt-sec-band .section-tag { border-color: var(--line-strong); margin-bottom: 48px; }
.xt-sec-band .section-tag h2 { color: var(--ink); }
.xt-sec-grid {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 0;
  border-top: 1px solid var(--line-strong);
}
.xt-sec-card {
  padding: 32px 22px 28px; position: relative;
  display: flex; flex-direction: column;
  background: var(--paper);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line-strong);
}
.xt-sec-card:last-child { border-right: none; }
.xt-sec-num {
  position: absolute; top: 14px; right: 14px;
  font-size: 10px; letter-spacing: 0.14em; color: var(--mute);
}
.xt-sec-icon {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 16px; margin-bottom: 18px; flex-shrink: 0;
}
.xt-sec-text { font-size: 14px; line-height: 1.5; color: var(--ink); margin: 0; font-weight: 500; }

@media (max-width: 640px) {
  .xt-sec-grid { grid-template-columns: 1fr; }
  .xt-sec-card {
    display: grid; grid-template-columns: 28px 1fr;
    column-gap: 14px; align-items: center;
    padding: 14px 56px 14px 16px; border-right: none;
  }
  .xt-sec-num { top: 50%; transform: translateY(-50%); right: 14px; font-size: 9px; }
  .xt-sec-icon { width: 28px; height: 28px; font-size: 14px; margin-bottom: 0; }
  .xt-sec-text { font-size: 13px; line-height: 1.35; }
}


.prod-eco-band { background: var(--ink); color: var(--paper); padding: 88px 0; }
.prod-eco-band .section-tag { border-color: rgba(255,255,255,0.35); margin-bottom: 40px; }
.prod-eco-band .section-tag .num { color: rgba(255,255,255,0.7); }
.prod-eco-band .section-tag .side { color: rgba(255,255,255,0.85); }
.prod-eco-lanes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.prod-eco-lane {
  padding: 28px; position: relative;
  border-right: 1px solid rgba(255,255,255,0.25);
}
.prod-eco-lane:last-child { border-right: none; }
.prod-eco-lane-stripe {
  position: absolute; top: 0; right: 0; left: 0; height: 6px;
  background: var(--lane-color, var(--accent));
}
.prod-eco-lane:not(:first-child) .prod-eco-lane-stripe { left: -1px; }
.prod-eco-phase { font-size: 11px; letter-spacing: 0.14em; color: rgba(255,255,255,0.7); margin: 18px 0 8px; }
.prod-eco-label {
  font-family: 'Anton', Impact, sans-serif; font-size: 36px;
  text-transform: uppercase; line-height: 1; letter-spacing: -0.005em; margin-bottom: 14px;
}
.prod-eco-body { font-size: 15px; line-height: 1.55; color: rgba(255,255,255,0.92); margin: 0; }
.prod-eco-ctas { margin-top: 40px; display: flex; gap: 14px; flex-wrap: wrap; }
.btn-paper { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.btn-paper:hover { background: var(--paper-2); border-color: var(--paper-2); }
.btn-paper-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.5); }
.btn-paper-ghost:hover { background: rgba(255,255,255,0.08); }

@media (max-width: 980px) {
  .prod-eco-lanes { grid-template-columns: 1fr; }
  .prod-eco-lane { border-right: none; border-top: 1px solid rgba(255,255,255,0.25); }
  .prod-eco-lane:first-child { border-top: none; }
  .prod-eco-lane:not(:first-child) .prod-eco-lane-stripe { left: 0; }
}


.prod-video-modal {
  position: fixed; inset: 0; z-index: 1000; display: none;
  background: rgba(10,10,10,0.82);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  align-items: center; justify-content: center; padding: 40px 24px;
}
.prod-video-modal.open { display: flex; }
.prod-video-panel { position: relative; width: 100%; max-width: 1100px; }
.prod-video-close {
  position: absolute; top: -44px; right: 0;
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.4); background: transparent;
  color: #fff; font-size: 18px; line-height: 1; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.prod-video-frame {
  padding: 56.25% 0 0 0; position: relative;
  border-radius: 14px; overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.5);
}
.prod-video-iframe {
  position: absolute; top: 0; left: 0;
  width: 100%; height: 100%; border: 0;
}


.err-page { min-height: 100vh; display: flex; flex-direction: column; }

.nav-err-back {
  display: none;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink); text-decoration: none;
  margin-left: auto;
}
.nav-err-back:hover { color: var(--accent); }
.err-page .site-header .nav-desktop,
.err-page .site-header .nav-actions,
.err-page .site-header .nav-hamburger { display: none !important; }
.err-page .site-header .nav-err-back { display: inline-flex; }
.err-wrap {
  flex: 1; display: flex; align-items: center; justify-content: center;
  padding: 80px 24px;
}
.err-card { max-width: 720px; text-align: left; }
.err-meta {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px; letter-spacing: 0.16em; color: var(--accent);
  margin-bottom: 18px; text-transform: uppercase;
}
.err-meta .tick {
  display: inline-block; width: 8px; height: 8px;
  background: var(--accent); margin-right: 8px; transform: translateY(-1px);
}
.err-code {
  font-family: 'Anton', Impact, sans-serif;
  font-size: clamp(120px, 24vw, 280px); line-height: 0.85;
  letter-spacing: -0.02em; color: var(--ink);
}
.err-code span { color: var(--accent); }
.err-title {
  font-family: 'Anton', Impact, sans-serif;
  font-size: clamp(40px, 6vw, 72px); line-height: 0.95;
  text-transform: uppercase; letter-spacing: -0.01em;
  margin: 16px 0 20px;
}
.err-body { font-size: 18px; max-width: 540px; line-height: 1.5; color: var(--mute); margin-bottom: 32px; }
.err-body a { color: inherit; text-decoration: none; transition: color 0.15s; }
.err-body a:hover { color: var(--accent); }
.err-actions { display: flex; gap: 12px; flex-wrap: wrap; }



.jh-section {
  background: #0a0609; color: #F6F5F0;
  border-top: none; position: relative; overflow: hidden;
}
.jh-section--pad-top-48 { padding-top: 48px; }

.jh-hero-grid-bg::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,61,224,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,61,224,0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(ellipse at 60% 40%, black 20%, transparent 75%);
  mask-image: radial-gradient(ellipse at 60% 40%, black 20%, transparent 75%);
  pointer-events: none;
}
.jh-hero-glow {
  position: absolute; top: 20%; right: -10%; width: 720px; height: 720px;
  background: radial-gradient(circle, rgba(255,61,224,0.35) 0%, transparent 60%);
  filter: blur(40px); pointer-events: none;
}

.jh-pc-crumb { color: rgba(246,245,240,0.55); }
.jh-pc-crumb a { color: rgba(246,245,240,0.55); }
.jh-pc-crumb .pc-crumb-here { color: #F6F5F0; }

.jh-hero-grid {
  display: grid; grid-template-columns: 1.25fr 1fr; gap: 56px;
  align-items: center; padding: 48px 0 56px; position: relative;
}
.jh-eyebrow { font-size: 12px; letter-spacing: 0.2em; color: var(--accent); margin-bottom: 14px; }
.jh-h1 {
  font-size: clamp(53px, 7.7vw, 119px); margin: 0; line-height: 0.92;
  color: #F6F5F0;
  text-shadow: 0 0 40px rgba(255,61,224,0.3);
}
.jh-h1-jewel {
  color: var(--accent);
  text-shadow: 0 0 20px rgba(255,61,224,0.9), 0 0 40px rgba(255,61,224,0.5);
}
.jh-h1-em {
  font-style: italic; font-weight: 500; letter-spacing: -0.02em;
  font-size: clamp(64px, 9.3vw, 144px);
}
.jh-blurb { max-width: 580px; font-size: 1.375rem; line-height: 1.45; color: rgba(246,245,240,0.88); margin-top: 36px; font-weight: 500; }
.jh-blurb-sub {
  max-width: 480px; font-size: 14px; line-height: 1.6;
  color: rgba(246,245,240,0.55); margin: 16px 0 0;
  font-family: 'JetBrains Mono', ui-monospace, monospace; letter-spacing: 0.04em;
}
.jh-cta-row { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }


.btn-jh {
  background: var(--accent); color: #0a0609; border-color: var(--accent);
  box-shadow: 0 0 30px rgba(255,61,224,0.5);
}
.btn-jh:hover { background: #ff5ee5; border-color: #ff5ee5; }
.btn-jh-ghost { background: transparent; color: #F6F5F0; border-color: rgba(246,245,240,0.4); }
.btn-jh-ghost:hover { background: rgba(255,255,255,0.06); }

.jh-play-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--accent); margin-right: 9px;
}
.jh-play-triangle {
  width: 0; height: 0;
  border-top: 4px solid transparent; border-bottom: 4px solid transparent;
  border-left: 6px solid #0a0609; margin-left: 2px;
}

.jh-hero-mark-wrap {
  position: relative; display: flex; flex-direction: column;
  align-items: center; gap: 18px;
}
.jh-hero-mark { width: 70%; max-width: 280px; height: auto; display: block; }
.jh-hero-image-stage { position: relative; display: flex; justify-content: center; width: 100%; }
.jh-hero-target {
  position: absolute; inset: -5%;
  border: 1px dashed rgba(255,61,224,0.3); border-radius: 50%;
  pointer-events: none;
}
.jh-hero-image {
  max-width: 100%; height: auto; position: relative; z-index: 2;
  filter: drop-shadow(0 30px 80px rgba(255,61,224,0.4)) drop-shadow(0 0 40px rgba(0,0,0,0.5));
}

.jh-ticker {
  border-top: 1px solid rgba(255,61,224,0.3);
  border-bottom: 1px solid rgba(255,61,224,0.3);
  padding: 16px 0; overflow: hidden;
  background: rgba(255,61,224,0.04);
}
.jh-ticker .marquee {
  font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--accent);
}

@media (max-width: 980px) {
  .jh-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .jh-hero-glow { right: -40%; }
}


.jh-section-head {
  border-bottom: 1px solid rgba(255,61,224,0.3);
  margin-bottom: 48px; padding-bottom: 24px;
}
.jh-section-eyebrow { font-size: 12px; letter-spacing: 0.2em; color: var(--accent); margin-bottom: 12px; }
.jh-section-head-row {
  display: flex; align-items: baseline; justify-content: space-between;
  flex-wrap: wrap; gap: 24px;
}
.jh-section-h2 {
  font-size: clamp(44px, 6vw, 84px); margin: 0; line-height: 0.92; color: #F6F5F0;
}
.jh-section-h2-accent { color: var(--accent); }
.jh-section-aside {
  max-width: 320px; font-size: 14px; color: rgba(246,245,240,0.65);
  font-family: 'JetBrains Mono', ui-monospace, monospace; letter-spacing: 0.04em;
}


.jh-how-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.jh-how-card {
  background: rgba(255,61,224,0.04);
  border: 1px solid rgba(255,61,224,0.2);
  padding: 22px; position: relative;
  min-height: 360px; display: flex; flex-direction: column;
}
.jh-how-card--ghost {
  background: rgba(200,200,210,0.06);
  border-color: rgba(200,200,210,0.35);
}
.jh-how-locked {
  position: absolute; top: -1px; left: -1px;
  background: #9AA0A6; color: #0a0609;
  font-size: 9px; letter-spacing: 0.18em; padding: 4px 8px;
}
.jh-how-head {
  display: flex; justify-content: space-between; align-items: flex-start;
  margin-bottom: 20px;
}
.jh-how-card--ghost .jh-how-head { margin-top: 14px; }
.jh-how-num { font-size: 11px; letter-spacing: 0.2em; color: var(--accent); }
.jh-how-card--ghost .jh-how-num { color: #9AA0A6; }
.jh-how-gem-label {
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(246,245,240,0.45); margin-bottom: 8px;
}
.jh-how-card--ghost .jh-how-gem-label { color: rgba(200,200,210,0.7); }
.jh-how-title {
  font-size: clamp(24px, 2vw, 34px); margin: 0 0 14px;
  line-height: 1; color: #F6F5F0;
}
.jh-how-body { font-size: 13px; line-height: 1.5; color: rgba(246,245,240,0.75); margin: 0; }

@media (max-width: 900px) {
  .jh-how-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .jh-how-card { min-height: 0; padding: 16px; }
}
@media (max-width: 640px) {
  .jh-how-grid { grid-template-columns: 1fr; }
  .jh-how-title { font-size: 24px; margin-bottom: 6px; }
  .jh-how-body { font-size: 13px; line-height: 1.45; }
}


.jh-camera {
  margin-top: 32px;
  display: flex; align-items: center; gap: 18px;
  padding: 20px 24px;
  background: rgba(230,57,70,0.08); border: 1px solid rgba(230,57,70,0.35);
}
.jh-camera-eyebrow {
  font-size: 11px; letter-spacing: 0.18em; color: #E63946; margin-bottom: 4px;
}
.jh-camera-body { font-size: 15px; line-height: 1.5; color: rgba(246,245,240,0.85); }
.jh-camera-body strong { color: #F6F5F0; }


.jh-tiers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.jh-tier {
  background: rgba(246,245,240,0.03);
  border: 1px solid rgba(246,245,240,0.15);
  padding: 40px; position: relative; min-height: 560px;
}
.jh-tier--premium {
  background: linear-gradient(160deg, #1a0a16 0%, #0a0609 100%);
  border-color: var(--accent);
  box-shadow: 0 0 60px rgba(255,61,224,0.2);
}

.jh-tier-corner {
  position: absolute; width: 14px; height: 14px;
  border-color: rgba(246,245,240,0.4); border-style: solid; border-width: 0;
}
.jh-tier--premium .jh-tier-corner { border-color: var(--accent); }
.jh-tier-corner--tl { top: 10px; left: 10px; border-top-width: 1px; border-left-width: 1px; }
.jh-tier-corner--tr { top: 10px; right: 10px; border-top-width: 1px; border-right-width: 1px; }
.jh-tier-corner--bl { bottom: 10px; left: 10px; border-bottom-width: 1px; border-left-width: 1px; }
.jh-tier-corner--br { bottom: 10px; right: 10px; border-bottom-width: 1px; border-right-width: 1px; }

.jh-tier-label {
  font-size: 11px; letter-spacing: 0.2em;
  color: rgba(246,245,240,0.5); margin-bottom: 20px;
}
.jh-tier--premium .jh-tier-label { color: var(--accent); }
.jh-tier-name {
  font-size: clamp(56px, 5.8vw, 92px); margin: 0 0 16px;
  line-height: 0.88; color: #F6F5F0;
}
.jh-tier--premium .jh-tier-name { text-shadow: 0 0 20px rgba(255,61,224,0.4); }
.jh-tier-blurb {
  font-size: 15px; line-height: 1.5;
  color: rgba(246,245,240,0.7); margin: 0 0 28px; max-width: 400px;
}
.jh-tier-list {
  list-style: none; padding: 0; margin: 0;
  border-top: 1px solid rgba(246,245,240,0.15);
}
.jh-tier--premium .jh-tier-list { border-top-color: rgba(255,61,224,0.3); }
.jh-tier-li {
  padding: 14px 0; border-bottom: 1px solid rgba(246,245,240,0.1);
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.jh-tier--premium .jh-tier-li { border-bottom-color: rgba(255,61,224,0.15); }
.jh-tier-li-text { display: flex; align-items: center; gap: 10px; font-size: 15px; color: #F6F5F0; }
.jh-tier-li-bullet {
  width: 6px; height: 6px; flex-shrink: 0;
  background: rgba(246,245,240,0.6); transform: rotate(45deg);
}
.jh-tier--premium .jh-tier-li-bullet { background: var(--accent); }
.jh-tier-li-note {
  font-size: 10px; letter-spacing: 0.14em;
  color: rgba(246,245,240,0.4); text-align: right;
}
.jh-tier--premium .jh-tier-li-note { color: rgba(255,61,224,0.7); }
.jh-tier-cta-row { margin-top: 32px; }

.jh-tiers-footnote {
  margin-top: 24px; text-align: center;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px; letter-spacing: 0.16em; color: rgba(246,245,240,0.5);
}

@media (max-width: 900px) {
  .jh-tiers-grid { grid-template-columns: 1fr; }
  .jh-tier { padding: 32px 24px; min-height: 0; }
}


.jh-cases-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.jh-case-card {
  background: rgba(255,61,224,0.04);
  border: 1px solid rgba(255,61,224,0.2);
  padding: 32px; position: relative;
  transition: border-color .2s;
}
.jh-case-head {
  display: flex; justify-content: space-between; align-items: flex-start;
  margin-bottom: 20px; padding-bottom: 16px; gap: 16px;
  border-bottom: 1px dashed rgba(255,61,224,0.3);
}
.jh-case-tag { font-size: 11px; letter-spacing: 0.2em; color: var(--accent); }
.jh-case-kpi-wrap { text-align: right; }
.jh-case-kpi {
  font-family: 'Anton', Impact, sans-serif;
  font-size: 44px; line-height: 1; color: var(--accent);
  text-shadow: 0 0 15px rgba(255,61,224,0.5); white-space: nowrap;
}
.jh-case-kpi-label {
  font-size: 9px; letter-spacing: 0.14em;
  color: rgba(246,245,240,0.5); margin-top: 2px;
}
.jh-case-title {
  font-size: clamp(28px, 2.4vw, 38px); margin: 0 0 14px;
  line-height: 1; color: #F6F5F0; max-width: 420px;
}
.jh-case-body { font-size: 15px; line-height: 1.55; color: rgba(246,245,240,0.75); margin: 0 0 18px; }
.jh-case-source {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 10px; letter-spacing: 0.16em;
  color: rgba(255,61,224,0.85); text-decoration: none;
  border-bottom: 1px solid rgba(255,61,224,0.4); padding-bottom: 2px;
}
.jh-case-source:hover { color: var(--accent); border-bottom-color: var(--accent); }

.jh-cases-footnote {
  margin-top: 20px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px; letter-spacing: 0.16em; color: rgba(246,245,240,0.45);
}

@media (max-width: 900px) {
  .jh-cases-grid { grid-template-columns: 1fr; }
  .jh-case-card { padding: 24px; }
}


.jh-cta-section { padding: 96px 0; position: relative; overflow: hidden; }
.jh-cta-section::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(255,61,224,0.25) 0%, transparent 50%);
  pointer-events: none;
}
.jh-cta-grid {
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: 48px; align-items: center; position: relative;
}
.jh-cta-mark { width: 100%; max-width: 300px; height: auto; display: block; margin: 0 0 28px -10px; }
.jh-cta-eyebrow { font-size: 12px; letter-spacing: 0.2em; color: var(--accent); margin-bottom: 18px; }
.jh-cta-h2 {
  font-size: clamp(53px, 7.7vw, 86px); margin: 0; line-height: 0.92; color: #F6F5F0;
}
.jh-cta-h2-accent { color: var(--accent); text-shadow: 0 0 30px rgba(255,61,224,0.7); }
.jh-cta-blurb {
  font-size: 19px; line-height: 1.45; max-width: 540px;
  margin-top: 28px; color: rgba(246,245,240,0.85);
}

.jh-cta-form-card {
  background: rgba(246,245,240,0.05);
  border: 1px solid var(--accent);
  padding: 36px; position: relative;
  box-shadow: 0 0 40px rgba(255,61,224,0.2);
}
.jh-cta-form-eyebrow {
  font-size: 11px; letter-spacing: 0.2em;
  color: var(--accent); margin-bottom: 18px;
}
.jh-cta-form-foot {
  border-top: 1px solid rgba(246,245,240,0.15);
  margin-top: 28px; padding-top: 18px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
  font-size: 13px; color: rgba(246,245,240,0.7);
}
.jh-cta-form-foot-label {
  font-size: 10px; letter-spacing: 0.14em; margin-bottom: 4px;
  color: rgba(246,245,240,0.5);
}
.jh-cta-form-foot-value { color: #F6F5F0; font-weight: 500; }

@media (max-width: 980px) {
  .jh-cta-grid { grid-template-columns: 1fr; }
}


.prod-video-modal--heist { background: rgba(5,3,5,0.86); }
.prod-video-modal--heist .prod-video-close { border-color: rgba(255,61,224,0.5); }



.prod-stats-num--lg { font-size: clamp(64px, 7vw, 104px); }


.prod-hero-text--pad-top { padding-top: 64px; }
@media (max-width: 1024px) { .prod-hero-text--pad-top { padding-top: 0; } }


.op-caps-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--line);
}
.op-cap-card {
  padding: 32px 28px 36px; position: relative;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.op-cap-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 20px;
}
.op-cap-code { font-size: 11px; letter-spacing: 0.14em; color: var(--mute); }
.op-cap-dot { width: 8px; height: 8px; background: var(--accent); border-radius: 50%; }
.op-cap-title {
  font-family: 'Anton', Impact, sans-serif;
  font-size: 32px; text-transform: uppercase;
  line-height: 1.02; letter-spacing: -0.01em;
  margin: 0 0 14px;
}
.op-cap-body { font-size: 15px; line-height: 1.55; color: var(--mute); margin: 0; }

@media (max-width: 980px) {
  .op-caps-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .op-caps-grid { grid-template-columns: 1fr; }
}


.op-lite-card {
  background: var(--paper-2);
  border-radius: 18px; padding: 56px;
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 48px; align-items: center;
}
.op-lite-eyebrow {
  font-size: 11px; letter-spacing: 0.16em; color: var(--mute); margin-bottom: 16px;
}
.op-lite-h2 { font-size: clamp(48px, 5.5vw, 88px); margin: 0 0 20px; }
.op-lite-h2-accent { color: var(--accent); }
.op-lite-blurb {
  font-size: 17px; line-height: 1.55; color: var(--ink);
  margin: 0 0 20px; max-width: 480px;
}
.op-lite-list {
  list-style: none; padding: 0; margin: 0 0 28px;
  border-top: 1px solid var(--line);
}
.op-lite-row {
  padding: 14px 0; border-bottom: 1px solid var(--line);
  display: grid; grid-template-columns: 160px 1fr; gap: 16px; align-items: baseline;
}
.op-lite-row-key { font-size: 11px; letter-spacing: 0.14em; color: var(--accent); }
.op-lite-row-val { font-size: 14px; line-height: 1.55; color: var(--ink); }
.op-lite-img-wrap { display: flex; justify-content: center; align-items: center; }
.op-lite-img { max-width: 100%; height: auto; max-height: 560px; display: block; }

@media (max-width: 900px) {
  .op-lite-card { grid-template-columns: 1fr; padding: 36px 28px; gap: 32px; }
  .op-lite-row { grid-template-columns: 1fr; gap: 6px; padding: 12px 0; }
}
@media (max-width: 640px) {
  .op-lite-card { padding: 28px 20px; }
}


.prod-eco-band--magenta { background: var(--rink); color: #F6F5F0; }
.prod-eco-band--magenta .prod-stats-num,
.prod-eco-band--magenta .prod-eco-body { color: rgba(255,255,255,0.88); }



.prod-hero-image-wrap--top {
  align-items: flex-start;
  align-self: start;
  min-height: 0;
}
.prod-hero-image-wrap--top .prod-hero-image { margin-bottom: 0; margin-top: -24px; }


.sy-rule-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  border-top: 1px solid var(--ink);
}
.sy-rule-cell {
  padding: 24px 24px 8px;
  border-right: 1px solid var(--line);
}
.sy-rule-cell:last-child { border-right: none; }
.sy-rule-num { font-size: 11px; letter-spacing: 0.18em; color: var(--accent); }
.sy-rule-title {
  font-family: 'Anton', Impact, sans-serif;
  font-size: 28px; line-height: 1.05; letter-spacing: -0.01em;
  text-transform: uppercase; margin: 12px 0 10px;
}
.sy-rule-body { font-size: 14px; line-height: 1.55; color: var(--mute); margin: 0; }

@media (max-width: 640px) {
  .sy-rule-grid { grid-template-columns: 1fr; }
  .sy-rule-cell {
    padding: 18px 0 6px;
    border-right: none; border-bottom: 1px solid var(--line);
  }
  .sy-rule-cell:last-child { border-bottom: none; }
}


.sy-companion-band {
  background: var(--paper-2); padding: 88px 0;
  border-top: 1px solid var(--line);
}
.sy-companion-band .section-tag { border-color: var(--ink); }
.sy-companion-grid {
  display: grid; grid-template-columns: 1fr 2fr; gap: 48px; align-items: start;
}
.sy-companion-image { width: 100%; height: auto; display: block; }
.sy-companion-callout {
  margin-top: 20px; padding: 14px 18px;
  background: var(--paper); border-radius: 10px;
  border: 1px solid var(--line-strong);
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
}
.sy-companion-callout-eyebrow {
  font-size: 10px; letter-spacing: 0.16em; color: var(--accent);
}
.sy-companion-callout-body { font-size: 13px; color: var(--ink); }
.sy-companion-eyebrow {
  font-size: 11px; letter-spacing: 0.18em; color: var(--accent); margin-bottom: 14px;
}
.sy-companion-h3 {
  font-size: clamp(36px, 4.4vw, 56px); margin: 0; line-height: 0.95;
}
.sy-companion-blurb {
  font-size: 17px; line-height: 1.55; color: var(--ink);
  margin-top: 20px; max-width: 540px;
}
.sy-companion-uses { margin-top: 28px; border-top: 1px solid var(--ink); }
.sy-companion-use {
  display: grid; grid-template-columns: 56px 1fr; gap: 14px;
  padding: 18px 0; border-bottom: 1px solid var(--line);
}
.sy-companion-use-num { font-size: 11px; letter-spacing: 0.18em; color: var(--accent); }
.sy-companion-use-title {
  font-family: 'Anton', Impact, sans-serif;
  font-size: 22px; line-height: 1.05; text-transform: uppercase;
  letter-spacing: -0.005em; margin-bottom: 6px;
}
.sy-companion-use-body { font-size: 13px; color: var(--mute); line-height: 1.55; }

@media (max-width: 980px) {
  .sy-companion-grid { grid-template-columns: 1fr; gap: 32px; }
}


.tt-hero-bg {
  background:
    radial-gradient(80% 60% at 70% 0%, rgba(124,55,255,0.20), transparent 65%),
    radial-gradient(50% 40% at 0% 100%, rgba(219,62,230,0.14), transparent 70%),
    var(--paper);
}
.tt-hero-eyebrow { color: #DB3EE6; }
.tt-hero-eyebrow-dot { background: #DB3EE6; }
.tt-hero-h1-em-lg { font-size: clamp(64px, 9.3vw, 144px); }

.tt-meta-value {
  font-family: 'Anton', Impact, sans-serif;
  font-size: 24px; line-height: 1.1;
  margin-top: 4px; text-transform: uppercase;
}
@media (max-width: 640px) {
  .tt-meta-value { font-size: 16px; }
}


.tt-beats-grid {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 0;
  border-top: 1px solid var(--ink);
}
.tt-beat {
  padding: 28px 22px 24px; position: relative;
  min-height: 280px; display: flex; flex-direction: column;
  border-right: 1px solid var(--line);
}
.tt-beat:last-child { border-right: none; }
.tt-beat-head {
  display: flex; align-items: baseline; justify-content: space-between;
  margin-bottom: 18px;
}
.tt-beat-num { font-size: 11px; letter-spacing: 0.18em; color: #7C37FF; }
.tt-beat-ghost {
  font-family: 'Anton', Impact, sans-serif;
  font-size: 38px; line-height: 1;
  color: rgba(124,55,255,0.16); letter-spacing: -0.01em;
}
@media (max-width: 640px) {
  .tt-beat-ghost { font-size: 28px; }
}
.tt-beat-title {
  font-family: 'Anton', Impact, sans-serif;
  font-size: 26px; line-height: 1.05; text-transform: uppercase;
  letter-spacing: -0.005em; margin: 0 0 10px;
}
.tt-beat-body { font-size: 13px; line-height: 1.55; color: var(--mute); margin: 0; }

@media (max-width: 640px) {
  .tt-beats-grid { grid-template-columns: 1fr; }
  .tt-beat {
    min-height: 0; padding: 18px 0;
    border-right: none; border-bottom: 1px solid var(--line);
  }
  .tt-beat:last-child { border-bottom: none; }
  .tt-beat-title { font-size: 22px; }
}


.tt-score-sheet {
  margin-top: 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
}
.tt-score-card {
  background: var(--paper-2); border: 1px solid var(--line-strong);
  border-radius: 12px; padding: 20px 22px;
  display: grid; grid-template-columns: 40px 1fr; gap: 14px; align-items: center;
}
.tt-score-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: var(--tt-score-color, var(--accent)); color: #fff;
  display: grid; place-items: center; font-size: 20px; font-weight: 700;
}
.tt-score-label {
  font-size: 10px; letter-spacing: 0.16em;
  color: var(--tt-score-color, var(--accent)); margin-bottom: 4px;
}
.tt-score-value {
  font-family: 'Anton', Impact, sans-serif;
  font-size: 20px; line-height: 1.1;
  text-transform: uppercase; letter-spacing: -0.005em;
}

@media (max-width: 640px) {
  .tt-score-sheet { grid-template-columns: 1fr; }
  .tt-score-card {
    padding: 14px 16px; gap: 10px; grid-template-columns: 32px 1fr;
  }
  .tt-score-icon { width: 32px; height: 32px; font-size: 16px; }
  .tt-score-value { font-size: 15px; }
}


.tt-eco-band {
  background: var(--paper-2); padding: 88px 0;
  border-top: 1px solid var(--line);
}
.tt-uses-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink);
}
.tt-use {
  padding: 28px 24px; border-right: 1px solid var(--line);
}
.tt-use:last-child { border-right: none; }
.tt-use-num { font-size: 11px; letter-spacing: 0.18em; color: #7C37FF; }
.tt-use-title {
  font-family: 'Anton', Impact, sans-serif;
  font-size: 26px; line-height: 1.05; text-transform: uppercase;
  letter-spacing: -0.005em; margin: 12px 0 10px;
}
.tt-use-body { font-size: 13px; line-height: 1.55; color: var(--mute); margin: 0; }

@media (max-width: 640px) {
  .tt-uses-grid { grid-template-columns: 1fr; border-bottom: none; }
  .tt-use {
    padding: 18px 0; border-right: none; border-bottom: 1px solid var(--line);
  }
  .tt-use:last-child { border-bottom: none; }
  .tt-use-title { font-size: 22px; margin: 8px 0 6px; }
}


.tt-sync-callout {
  margin-top: 32px;
  background: #0B0B0F; color: var(--paper);
  border-radius: 14px; padding: 32px 36px;
  display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center;
}
.tt-sync-callout-eyebrow {
  font-size: 11px; letter-spacing: 0.18em; color: #DB3EE6; margin-bottom: 10px;
}
.tt-sync-callout-h3 {
  font-size: clamp(28px, 3.4vw, 44px); margin: 0; line-height: 1.05;
}
.tt-sync-callout-h3 em { font-style: italic; color: #7C37FF; }
.tt-sync-callout-h3 em > span { color: #DB3EE6; }
.tt-sync-callout-body {
  margin: 12px 0 0; font-size: 14px; line-height: 1.55;
  color: rgba(255,255,255,0.78); max-width: 720px;
}
.tt-sync-callout-buttons {
  display: flex; flex-direction: column; gap: 10px;
}

@media (max-width: 640px) {
  .tt-sync-callout { grid-template-columns: 1fr; padding: 24px 22px; }
  .tt-sync-callout-buttons { flex-direction: row; flex-wrap: wrap; }
}


.pp-strip {
  border-bottom: 1px solid var(--ink);
  background: var(--ink); color: var(--paper);
}
.pp-strip-inner {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 32px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
}
.pp-strip-live { display: flex; align-items: center; gap: 10px; }
.pp-strip-dot {
  width: 8px; height: 8px; background: var(--victory);
  border-radius: 50%; box-shadow: 0 0 12px var(--victory);
  animation: pp-blink 1.4s ease-in-out infinite;
}
.pp-strip-tag { color: rgba(246,245,240,0.55); }
@keyframes pp-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }

.pp-hero { background: var(--paper-2); }
.pp-hero-inner { padding: 96px 32px 120px; text-align: left; }
.pp-hero-eyebrow {
  font-size: 11px; letter-spacing: 0.18em; color: var(--accent);
  margin-bottom: 24px; display: inline-flex; align-items: center; gap: 10px;
}
.pp-hero-eyebrow-square {
  width: 10px; height: 10px; background: var(--accent); display: inline-block;
}
.pp-hero-h1 { font-size: clamp(53px, 7.7vw, 119px); margin: 0; line-height: 0.92; }
.pp-hero-h1-accent { color: var(--accent); }

.pp-marquee-band {
  border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink);
  background: var(--ink); color: var(--paper);
  padding: 14px 0; overflow: hidden;
}
.pp-marquee-band .marquee {
  font-family: 'Anton', Impact, sans-serif; font-size: 18px;
  text-transform: uppercase; letter-spacing: 0.02em;
}
.pp-diamond-1 { color: #7C37FF; }
.pp-diamond-2 { color: var(--victory); }
.pp-diamond-3 { color: var(--court); }
.pp-diamond-4 { color: var(--rink); }

.pp-body { padding: 56px 32px 120px; text-align: left; }
.pp-body-text { font-size: 1.25rem; line-height: 1.5; max-width: 760px; margin: 0; }
@media (max-width: 640px) {
  .pp-body-text { font-size: 1rem; }
}
.pp-body-buttons { margin-top: 48px; display: flex; gap: 16px; flex-wrap: wrap; }


.pc-crumb {
  display: flex; gap: 10px; align-items: center;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--mute); padding: 6px 0 12px;
}
.pc-crumb a { color: var(--mute); text-decoration: none; }
.pc-crumb .pc-crumb-trail { display: inline-flex; align-items: center; gap: 8px; }
.pc-crumb .pc-crumb-here { color: var(--ink); }


.ct-hsform { font-family: 'Inter Tight', system-ui, sans-serif; color: var(--ink); }
.ct-hsform .hs-form-field { margin-bottom: 18px; }
.ct-hsform form > .hs_submit { margin-top: 4px; }
.ct-hsform label,
.ct-hsform .hs-form-field > label {
  display: block;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: 8px;
  font-weight: 600;
}
.ct-hsform .hs-form-field > label .hs-form-required { color: var(--accent); margin-left: 3px; }
.ct-hsform .hs-field-desc { font-size: 12px; color: var(--mute); margin: 4px 0 8px; }
.ct-hsform input[type=text],
.ct-hsform input[type=email],
.ct-hsform input[type=tel],
.ct-hsform input[type=number],
.ct-hsform select,
.ct-hsform textarea {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  padding: 12px 14px;
  font-family: 'Inter Tight', system-ui, sans-serif;
  font-size: 15px;
  color: var(--ink);
  transition: border-color 0.15s, box-shadow 0.15s;
}
.ct-hsform input::placeholder,
.ct-hsform textarea::placeholder { color: rgba(91,91,99,0.55); }
.ct-hsform input:focus,
.ct-hsform select:focus,
.ct-hsform textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(124,55,255,0.15);
}
.ct-hsform textarea { min-height: 96px; resize: vertical; }
.ct-hsform ul.inputs-list { list-style: none; padding: 0; margin: 6px 0 0; display: grid; gap: 8px; }
.ct-hsform ul.inputs-list label {
  font-family: 'Inter Tight', system-ui, sans-serif;
  text-transform: none; letter-spacing: 0; font-size: 14px;
  color: var(--ink); font-weight: 400; display: flex; gap: 8px; align-items: flex-start; margin: 0;
}
.ct-hsform ul.inputs-list input { width: auto; }
.ct-hsform .legal-consent-container { font-size: 12px; color: var(--mute); line-height: 1.5; margin-top: 4px; }
.ct-hsform .legal-consent-container p { margin: 0 0 8px; }
.ct-hsform .hs-error-msg,
.ct-hsform .hs-error-msgs label { color: #C8102E; font-size: 12px; font-family: 'Inter Tight', system-ui, sans-serif; text-transform: none; letter-spacing: 0; margin-top: 6px; font-weight: 400; }
.ct-hsform input.invalid,
.ct-hsform select.invalid,
.ct-hsform textarea.invalid { border-color: #C8102E; }
.ct-hsform .hs-button,
.ct-hsform input[type=submit] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background: var(--accent);
  color: #fff;
  border: 1px solid var(--accent);
  border-radius: 999px;
  padding: 14px 22px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.12s, background 0.15s;
}
.ct-hsform .hs-button:hover,
.ct-hsform input[type=submit]:hover { transform: translateY(-1px); background: #6a27e6; }
.ct-hsform .submitted-message { font-size: 16px; line-height: 1.5; color: var(--ink); padding: 8px 0; }
.ct-hsform .hs-richtext, .ct-hsform .hs-richtext p { font-size: 14px; color: var(--mute); line-height: 1.5; }
.ct-hsform { opacity: 0; transition: opacity 0.3s ease; }
.ct-hsform.is-ready { opacity: 1; }
.hsform-loading {
  font-size: 11px; letter-spacing: 0.14em; color: var(--mute);
  font-family: 'JetBrains Mono', ui-monospace, monospace; text-transform: uppercase;
}
.cta-card-form { position: relative; min-height: 360px; }
.cta-card-form .hsform-loading {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  color: rgba(255,255,255,0.55); margin: 0;
}


.footer-linkedin-widget { width: 100%; max-height: 560px; overflow-y: auto; }


.products-list { border-top: 1px solid var(--ink); }
.products-foot {
  margin-top: 32px; padding: 0 8px;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 16px;
}
.products-foot-note { font-size: 11px; letter-spacing: 0.14em; color: var(--mute); }


.hero-section { border-top: none; padding: 24px 0 0; }
.hero-utility-rail {
  display: flex; gap: 10px; align-items: center;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--mute); padding: 6px 0 28px;
}
.hero-utility-rail-end { margin-left: auto; }
.hero-grid {
  display: grid; grid-template-columns: 1.3fr 1fr; gap: 48px;
  align-items: end; padding-bottom: 48px;
}
.hero-h1 { font-size: clamp(53px, 7.7vw, 119px); margin: 0; line-height: 0.92; }
.hero-h1-em { font-style: italic; font-weight: 500; letter-spacing: -0.02em; }
.hero-h1-accent { color: var(--accent); }

.hero-blurb,
.about-hero-blurb,
.prod-hero-blurb,
.contact-hero-blurb,
.jh-blurb {
  max-width: 560px;
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 32px 0 0;
}
@media (max-width: 640px) {
  .hero-blurb,
  .about-hero-blurb,
  .prod-hero-blurb,
  .contact-hero-blurb,
  .jh-blurb { font-size: 1rem; }
}
.hero-cta-row { display: flex; gap: 12px; margin-top: 32px; }

.hero-tower {
  background: var(--ink); color: var(--paper); border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.25);
  position: relative; overflow: hidden;
}
.hero-tower-cap {
  padding: 36px 24px 24px; display: flex; flex-direction: column;
  align-items: center; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.hero-tower-cap-mark { width: 92%; max-width: 380px; height: auto; display: block; }
.hero-tower-body { padding: 4px 24px 24px; position: relative; }
.hero-tower-meta-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.hero-tower-meta-label { font-size: 11px; letter-spacing: 0.14em; opacity: 0.7; }
.hero-tower-live {
  display: flex; align-items: center; gap: 6px;
  font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 11px;
}
.hero-tower-live-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #4ADE80; box-shadow: 0 0 8px #4ADE80;
}
.hero-tower-week { font-family: 'Anton', Impact, sans-serif; font-size: 52px; line-height: 0.9; margin-bottom: 4px; }
.hero-tower-sub { font-size: 11px; letter-spacing: 0.14em; opacity: 0.6; margin-bottom: 18px; }
.hero-tower-board { border-top: 1px solid rgba(255,255,255,0.15); }
.hero-tower-board .lb-row {
  display: grid; grid-template-columns: 32px 1fr 80px 70px; gap: 8px;
  padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.08);
  align-items: center; font-size: 14px;
}
.hero-tower-board .lb-rank { opacity: 0.6; }
.hero-tower-board .lb-row.is-leader .lb-rank { opacity: 1; color: var(--accent); }
.hero-tower-board .lb-name { font-weight: 500; }
.hero-tower-board .lb-extra { height: 6px; background: rgba(255,255,255,0.1); border-radius: 3px; overflow: hidden; }
.hero-tower-board .lb-bar-fill { display: block; height: 100%; background: #fff; }
.hero-tower-board .lb-row.is-leader .lb-bar-fill { background: var(--accent); }
.hero-tower-board .lb-score { text-align: right; font-weight: 600; }
@media (max-width: 640px) {
  
  .hero-utility-rail .chip { display: none; }
  .hero-utility-rail-end { margin-left: 0; }
  .hero-tower-week { font-size: 2rem; }
  
  .hero-tower-board .lb-row { grid-template-columns: 24px 1fr auto; gap: 12px; }
  .hero-tower-board .lb-extra { display: none; }
  .hero-tower-board .lb-score { text-align: right; }
}
.hero-tower-foot {
  margin-top: 16px; display: flex; justify-content: space-between;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px; letter-spacing: 0.14em; opacity: 0.5;
}

.section-ticker {
  border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink);
  padding: 16px 0; overflow: hidden;
}
.section-ticker .marquee { font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; }


.method-section { padding-top: 0; }
.band-magenta {
  background: #B401CE; color: #F6F5F0;
  padding: 72px 0 0; margin-bottom: 40px;
}
.band-magenta .section-tag { border-color: rgba(255,255,255,0.35); }
.band-magenta .section-tag .num { color: rgba(255,255,255,0.7); }
.band-magenta .section-tag .side {
  color: rgba(255,255,255,0.8);
  max-width: 360px; margin-left: 0; justify-self: end;
}

.method-track { position: relative; margin-top: 16px; }
.method-time-axis {
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px dashed var(--line-strong);
  padding-bottom: 10px; margin-bottom: 24px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px; letter-spacing: 0.14em; color: var(--mute);
}
.method-time-axis-mid { text-align: center; }
.method-time-axis-end { text-align: right; }
@media (max-width: 640px) {
  .method-time-axis { display: none; }
}


.method-phases-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0; }
.method-phase { padding: 28px; position: relative; border-left: 1px solid var(--line); }
.method-phase:first-child { border-left: none; }
.method-phase-lane {
  position: absolute; top: 0; right: 0; left: 0; height: 6px;
  background: var(--phase-color, var(--accent));
}
.method-phase:not(:first-child) .method-phase-lane { left: -1px; }
.method-phase-meta {
  display: flex; align-items: baseline; gap: 12px;
  margin: 12px 0 18px;
  font-size: 11px; letter-spacing: 0.14em;
}
.method-phase-num { color: var(--mute); }
.method-phase-label { font-weight: 600; }
.method-phase-title { font-size: clamp(48px, 5vw, 72px); margin: 0 0 16px; }
.method-phase-body {
  font-size: 16px; line-height: 1.55; color: var(--ink);
  margin: 0 0 20px; max-width: 360px;
}
.method-phase-bullets { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.method-phase-bullet {
  padding: 10px 0; border-bottom: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 14px;
}
.method-phase-bullet-pts { font-size: 10px; color: var(--mute); }

.method-curve-grid {
  margin-top: 56px;
  display: grid; grid-template-columns: 2fr 1fr; gap: 24px; align-items: stretch;
}
.method-card { background: var(--paper-2); border: 1px solid var(--line); border-radius: 16px; }
.method-curve-card { padding: 32px 32px 20px; }
.method-brain-card { padding: 32px 24px 20px; display: flex; flex-direction: column; }
.method-card-eyebrow { font-size: 11px; letter-spacing: 0.14em; color: var(--mute); margin-bottom: 12px; }
.method-curve-axis {
  display: flex; justify-content: space-between;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px; letter-spacing: 0.14em; color: var(--mute); margin-top: 4px;
}
.method-brain-stage { flex: 1; display: flex; align-items: center; justify-content: center; }
.method-brain-caption {
  font-size: 10px; letter-spacing: 0.14em; color: var(--mute);
  margin-top: 4px; text-align: center;
}

@media (max-width: 980px) {
  .method-phases-grid { grid-template-columns: 1fr; }
  .method-phase { border-left: none; border-top: 1px solid var(--line); }
  .method-phase:first-child { border-top: none; }
  .method-phase:not(:first-child) .method-phase-lane { left: 0; }
  .method-curve-grid { grid-template-columns: 1fr; }
}


.eco-section { background: var(--paper-2); color: var(--ink); position: relative; overflow: hidden; }
.eco-section .section-tag { border-color: rgba(11,11,15,0.25); }
.eco-section .section-tag .num { color: var(--mute); }
.eco-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: center; }
.eco-hub-image { width: 100%; height: auto; display: block; }
.eco-why-eyebrow { font-size: 11px; letter-spacing: 0.14em; color: var(--mute); margin-bottom: 16px; }
.eco-paragraph { font-size: 20px; line-height: 1.5; margin: 0 0 24px; color: var(--ink); }
.eco-paragraph strong { color: var(--accent); }
.eco-stat-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  background: rgba(11,11,15,0.14); border: 1px solid rgba(11,11,15,0.14);
}
.eco-stat-cell { background: var(--paper-2); padding: 20px 18px; }
.eco-stat-num { font-family: 'Anton', Impact, sans-serif; font-size: 40px; line-height: 0.92; text-transform: uppercase; color: var(--ink); letter-spacing: -0.01em; }
.eco-stat-label { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 11px; letter-spacing: 0.14em; color: var(--mute); margin-top: 4px; }
@media (max-width: 980px) {
  .eco-grid { grid-template-columns: 1fr; }
}


.proof-section { background: var(--ink); color: var(--paper); }
.proof-section .section-tag { border-color: rgba(255,255,255,0.3); }
.proof-section .section-tag .num { color: rgba(255,255,255,0.6); }
.proof-section .section-tag .side { color: rgba(255,255,255,0.6); }
.proof-stats {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1px;
  background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.18);
  margin-bottom: 24px;
}
.proof-stat-cell { background: var(--ink); padding: 32px 28px; position: relative; }
.proof-stat-index {
  position: absolute; top: 14px; right: 14px;
  font-size: 10px; letter-spacing: 0.14em; color: rgba(255,255,255,0.5);
}
.proof-stat-num { font-size: clamp(60px, 7vw, 96px); color: var(--paper); }
.proof-stat-num sup { font-size: 0.32em; color: var(--accent); margin-left: 4px; vertical-align: super; }
.proof-stat-blurb { font-size: 15px; color: var(--paper); max-width: 280px; margin-top: 4px; }
.proof-stat-source { font-size: 10px; letter-spacing: 0.14em; color: rgba(255,255,255,0.5); margin-top: 16px; }
.proof-sources { font-size: 10px; letter-spacing: 0.12em; color: rgba(255,255,255,0.5); margin-bottom: 48px; line-height: 1.7; }
.proof-sources sup { color: var(--accent); }
.proof-cases-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; }
.proof-case {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.14);
  border-radius: 14px; padding: 28px; display: flex; flex-direction: column;
}
.proof-case-kicker { font-size: 11px; letter-spacing: 0.14em; color: rgba(255,255,255,0.55); margin-bottom: 16px; }
.proof-case-title {
  font-family: 'Anton', Impact, sans-serif; font-size: 32px; font-weight: 400;
  line-height: 1; text-transform: uppercase; letter-spacing: -0.01em;
  color: var(--paper); margin: 0 0 16px;
}
.proof-case-body { font-size: 15px; line-height: 1.55; color: rgba(246,245,240,0.85); margin: 0; }
.proof-case-foot {
  margin-top: 24px; padding-top: 18px;
  border-top: 1px dashed rgba(255,255,255,0.25);
  display: flex; justify-content: space-between; align-items: center;
}
.proof-case-metric { font-size: 12px; letter-spacing: 0.12em; color: var(--accent); font-weight: 600; }
.proof-read-case {
  font-size: 14px; color: var(--paper); background: none; border: none; padding: 0;
  cursor: pointer; font-family: inherit; font-weight: 600; white-space: nowrap;
}
.proof-read-case:hover { color: var(--accent); }
@media (max-width: 980px) {
  .proof-stats { grid-template-columns: 1fr; }
  .proof-cases-grid { grid-template-columns: 1fr; }
}


.proof-modal { position: fixed; inset: 0; z-index: 1000; display: none; }
.proof-modal.open { display: block; }
.proof-modal-backdrop {
  position: absolute; inset: 0; background: rgba(10,10,10,0.78);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.proof-modal-panel {
  position: relative; max-width: 620px; width: calc(100% - 48px);
  margin: 48px auto; background: var(--paper); color: var(--ink);
  border-radius: 16px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,0.5);
  max-height: calc(100vh - 96px); display: flex; flex-direction: column;
}
.proof-modal-head {
  display: flex; justify-content: space-between; align-items: flex-start;
  gap: 16px; padding: 28px 32px 22px; border-bottom: 1px solid var(--line);
}
.proof-modal-kicker { font-size: 11px; letter-spacing: 0.14em; color: var(--mute); margin-bottom: 10px; }
.proof-modal-title {
  font-family: 'Anton', Impact, sans-serif; font-size: 26px; font-weight: 400;
  line-height: 1.05; text-transform: uppercase; margin: 0; letter-spacing: -0.01em;
}
.proof-modal-close {
  flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid var(--line); background: transparent; color: var(--ink);
  font-size: 22px; line-height: 1; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.proof-modal-body { padding: 26px 32px 34px; overflow-y: auto; min-height: 380px; position: relative; }
.proof-modal-body > .hsform-loading {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  color: var(--mute); margin: 0;
}
