/* Nero Deck — retro sticker theme, built from the logo's language:
   cream/caramel two-tone bubble letters, thick chocolate outlines,
   rounded sticker cards, hard offset shadows. */

/* fonts are loaded from the HTML head (parallel, non-chained) */

.nero {
  --cream: #F2E6C8;      /* page background — the logo's outer cream */
  --cream2: #FAF1DB;     /* card background / gradient top */
  --choc: #221507;       /* the logo's outline chocolate */
  --choc2: #3A2811;
  --dim: #6E552F;        /* muted body text on cream */
  --caramel: #C9873B;    /* the logo's bottom fill */
  --amber: #DFA23F;
  --band-dark: #26190A;
  --band-amber: #E3B25C;
  --line: rgba(34, 21, 7, 0.35);

  font-family: 'Nunito', 'Trebuchet MS', sans-serif;
  background: var(--cream);
  color: var(--choc);
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.nero, .nero * { margin: 0; padding: 0; box-sizing: border-box; }
.nero img { display: block; max-width: 100%; }

:root { --gut: clamp(20px, 6vw, 96px); }
html { scroll-behavior: smooth; scrollbar-width: thin; scrollbar-color: #C9873B #EADFC0; }
html, body { margin: 0; padding: 0; background: #F2E6C8; }

::-webkit-scrollbar { width: 13px; }
::-webkit-scrollbar-track { background: #EADFC0; }
::-webkit-scrollbar-thumb { background: #C9873B; border: 3px solid #EADFC0; border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: #B26F24; }

.siteC { overflow-x: clip; }
.siteC ::selection { background: var(--caramel); color: var(--cream2); }
.siteC [id] { scroll-margin-top: 84px; }

/* ---------- type helpers ---------- */
.n-mono {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
}
.n-mono--amber { color: var(--caramel); }
.n-mono--dim { color: var(--dim); }

/* bubble display text — the logo letterforms, in type */
.bub {
  font-family: 'Baloo 2', 'Arial Rounded MT Bold', sans-serif;
  font-weight: 800; line-height: 1; letter-spacing: 0.005em;
}
/* two-tone fill + chocolate outline + sticker offset, like the logo */
.twotone {
  color: transparent;
  background-image: linear-gradient(174deg, var(--cream2) 0 49%, var(--caramel) 49% 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-stroke: 0.042em var(--choc);
  paint-order: stroke fill;
  text-shadow: 0.05em 0.06em 0 rgba(34, 21, 7, 0.22);
}
.twotone--flip { background-image: linear-gradient(186deg, var(--cream2) 0 51%, var(--caramel) 51% 100%); }

/* headings that sit on cream get plain chocolate; big ones go two-tone */
h1, h2, h3 { font-family: 'Baloo 2', sans-serif; font-weight: 800; }

/* ---------- chips + buttons ---------- */
.n-btn {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: 'Baloo 2', sans-serif; font-weight: 700;
  font-size: 17px; letter-spacing: 0.02em;
  color: var(--choc); background: var(--cream2);
  border: 3px solid var(--choc); border-radius: 999px;
  padding: 13px 30px; cursor: pointer; text-decoration: none;
  box-shadow: 5px 5px 0 var(--choc);
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.15s ease;
  white-space: nowrap;
}
.n-btn:hover { transform: translate(2px, 2px); box-shadow: 3px 3px 0 var(--choc); background: #FFF7E4; }
.n-btn:active { transform: translate(5px, 5px); box-shadow: 0 0 0 var(--choc); }
.n-btn--amber { background: var(--amber); }
.n-btn--amber:hover { background: #EBB458; }
.n-btn .tick { font-weight: 800; color: var(--choc); background: var(--cream2); border-radius: 999px; padding: 1px 10px; font-size: 15px; border: 2px solid var(--choc); }
.n-btn--amber .tick { background: var(--cream2); }

/* ---------- striped placeholder → sticker frame ---------- */
.n-ph {
  position: relative;
  border: 3px dashed var(--choc);
  border-radius: 22px;
  background:
    repeating-linear-gradient(-45deg, transparent 0 12px, rgba(201, 135, 59, 0.10) 12px 24px),
    var(--cream2);
  display: flex; align-items: center; justify-content: center;
}
.n-ph .n-ph-cap {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; letter-spacing: 0.08em;
  color: var(--dim); text-align: center;
  padding: 0 24px; line-height: 2;
}

/* ---------- scroll reveal (armed by JS; static otherwise) ---------- */
@media (prefers-reduced-motion: no-preference) {
  .rv-armed .rv { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; transition-delay: var(--rvd, 0s); }
  .rv-armed .rv.vis { opacity: 1; transform: none; }
}

/* ---------- top bar ---------- */
.siteC .topbar {
  position: sticky; top: 0; z-index: 40;
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px var(--gut);
  background: var(--cream);
  border-bottom: 3px solid var(--choc);
}
.siteC .topbar .mark--logo img { height: 46px; width: auto; transform: rotate(-4deg); transition: transform 0.25s ease; }
.siteC .topbar .mark--logo:hover img { transform: rotate(3deg) scale(1.08); }
.siteC .mark--word { display: none; }
.siteC .topbar nav { display: flex; gap: 10px; align-items: center; }
.siteC .topbar nav a {
  font-family: 'Baloo 2', sans-serif; font-weight: 700; font-size: 15px;
  letter-spacing: 0.02em; text-transform: none;
  color: var(--choc); text-decoration: none;
  padding: 6px 16px; border-radius: 999px; border: 2.5px solid transparent;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.siteC .topbar nav a:hover { border-color: var(--choc); background: var(--cream2); }
.siteC .topbar nav a.hot { background: var(--amber); border-color: var(--choc); box-shadow: 3px 3px 0 var(--choc); }
.siteC .topbar nav a.hot:hover { transform: translate(1px, 1px); box-shadow: 2px 2px 0 var(--choc); }

/* ---------- hero ---------- */
.siteC .hero {
  position: relative; text-align: center;
  padding: clamp(48px, 7vw, 90px) var(--gut) clamp(40px, 5vw, 72px);
  border-bottom: 3px solid var(--choc);
  overflow: hidden;
}
.siteC .hero .vlabel {
  display: inline-block; writing-mode: horizontal-tb; transform: none;
  position: static;
  color: var(--choc); background: var(--cream2);
  border: 2.5px solid var(--choc); border-radius: 999px;
  padding: 8px 18px;
  box-shadow: 3px 3px 0 var(--choc);
}
.siteC .hero .hero-logo {
  display: block;
  width: min(540px, 76vw); height: auto;
  margin: clamp(26px, 4vw, 44px) auto 0;
  /* optical centering: the art's word-mass leans left of its bounding box
     (the thin "k" tail pads the right edge), so nudge right */
  transform: translateX(1.8%);
  filter: drop-shadow(7px 9px 0 rgba(34, 21, 7, 0.16));
  user-select: none; pointer-events: none;
}
.siteC .hero .pitchline { position: static; max-width: 720px; margin: clamp(30px, 4vw, 52px) auto 0; }
.siteC .hero .pitchline p { max-width: 620px; margin-left: auto; margin-right: auto; }
.siteC .hero .pitchline h1 { font-size: clamp(26px, 3vw, 38px); font-weight: 800; line-height: 1.15; text-wrap: balance; }
.siteC .hero .pitchline h1 em { font-style: normal; color: var(--caramel); }
/* rotating headline word (recording / DVS / streaming / Bluetooth) */
.siteC .hero .rotor {
  display: inline-block; white-space: nowrap; text-align: center;
  color: var(--caramel);
  border-bottom: 3px dashed rgba(201, 135, 59, 0.55);
  vertical-align: bottom;
}
.siteC .hero .rotor-word { display: inline-block; transition: transform 0.2s ease, opacity 0.2s ease; }
.siteC .hero .rotor-word.out { transform: translateY(-0.55em); opacity: 0; }
.siteC .hero .rotor-word.in { transform: translateY(0.5em); opacity: 0; transition: none; }
.siteC .hero .pitchline p { margin-top: 14px; font-size: 18px; line-height: 1.55; color: var(--dim); font-weight: 600; }
.siteC .hero .cta {
  position: static;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  margin-top: clamp(26px, 3vw, 40px);
}
.siteC .soon-big {
  display: inline-block;
  font-family: 'Baloo 2', sans-serif; font-weight: 800; font-style: normal;
  font-size: clamp(34px, 4vw, 54px); line-height: 1;
  color: var(--choc);
  background: var(--amber);
  border: 3px solid var(--choc); border-radius: 20px;
  padding: 10px 26px 14px;
  box-shadow: 6px 6px 0 var(--choc);
  transform: rotate(-1.5deg);
}
.siteC .soon-big em { font-style: normal; color: var(--cream2); text-shadow: 2px 2px 0 var(--choc2); }
.siteC .soon-sub { display: block; margin-top: 8px; letter-spacing: 0.14em; color: var(--dim); }
.siteC .hero .strip {
  position: static; border-top: 0; background: transparent;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;
  margin-top: clamp(30px, 4vw, 46px);
}
.siteC .hero .strip span {
  flex: 0 0 auto; padding: 8px 16px; border-right: 0;
  border: 2.5px solid var(--choc); border-radius: 999px;
  background: var(--cream2); color: var(--choc);
  white-space: nowrap;
  box-shadow: 3px 3px 0 rgba(34, 21, 7, 0.85);
}

/* hero entrance */
@media (prefers-reduced-motion: no-preference) {
  .siteC .hero .vlabel, .siteC .hero .hero-logo,
  .siteC .hero .pitchline h1, .siteC .hero .pitchline p, .siteC .hero .cta {
    opacity: 0; transform: translateY(16px);
    animation: heroIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }
  .siteC .hero .hero-logo { animation-delay: 0.08s; animation-name: heroLogoIn; }
  .siteC .hero .pitchline h1 { animation-delay: 0.3s; }
  .siteC .hero .pitchline p { animation-delay: 0.4s; }
  .siteC .hero .cta { animation-delay: 0.5s; }
  .siteC .hero .strip span { opacity: 0; animation: heroIn 0.55s ease forwards; }
  .siteC .hero .strip span:nth-child(1) { animation-delay: 0.55s; }
  .siteC .hero .strip span:nth-child(2) { animation-delay: 0.63s; }
  .siteC .hero .strip span:nth-child(3) { animation-delay: 0.71s; }
  .siteC .hero .strip span:nth-child(4) { animation-delay: 0.79s; }
  .siteC .hero .strip span:nth-child(5) { animation-delay: 0.87s; }
  @keyframes heroIn { to { opacity: 1; transform: none; } }
  @keyframes heroLogoIn { from { opacity: 0; transform: translateX(1.8%) translateY(16px) scale(0.96) rotate(-1.5deg); } to { opacity: 1; transform: translateX(1.8%); } }
}

/* ---------- ghost numerals ---------- */
.siteC .ghostno {
  position: absolute; right: 30px; top: -20px;
  font-family: 'Baloo 2', sans-serif; font-weight: 800; font-style: normal;
  font-size: clamp(150px, 20vw, 280px); line-height: 1;
  color: transparent; -webkit-text-stroke: 3px rgba(242, 230, 200, 0.28);
  pointer-events: none; user-select: none;
}

/* ---------- manifesto: dark chocolate band ---------- */
.paper-sec { background: var(--band-dark); color: var(--cream); }
.siteC .manifesto { position: relative; padding: clamp(70px, 9vw, 130px) var(--gut); overflow: hidden; }
.siteC .manifesto p {
  position: relative;
  font-family: 'Baloo 2', sans-serif; font-weight: 600;
  font-size: clamp(24px, 2.9vw, 40px); line-height: 1.32; max-width: 900px; text-wrap: pretty;
}
.siteC .manifesto .sig { margin-top: 34px; color: var(--amber); }

/* ---------- deck screenshot ---------- */
.siteC .shot {
  position: relative;
  display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 16px;
  padding: clamp(60px, 8vw, 100px) var(--gut);
  border-bottom: 3px solid var(--choc);
}
.siteC .shot .side { position: static; writing-mode: horizontal-tb; transform: none; color: var(--dim); }
.siteC .shot .corner {
  position: static;
  display: inline-flex; align-items: center;
  background: var(--cream2); border: 2.5px solid var(--choc); border-radius: 999px;
  padding: 7px 16px; color: var(--choc);
  box-shadow: 3px 3px 0 rgba(34, 21, 7, 0.85);
}
.siteC .shot .n-ph { grid-column: 1 / -1; aspect-ratio: 1920 / 440; min-height: 170px; box-shadow: 7px 7px 0 rgba(34, 21, 7, 0.85); }
.siteC .shot .under { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-top: 4px; }
.siteC .recdot {
  display: inline-block; width: 9px; height: 9px; border-radius: 50%;
  background: #C24B2A; border: 1.5px solid var(--choc); margin-right: 10px;
}
@media (prefers-reduced-motion: no-preference) {
  .siteC .recdot { animation: recPulse 1.6s ease-in-out infinite; }
  @keyframes recPulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.25; } }
}

/* ---------- feature index: sticker cards ---------- */
.siteC .index { position: relative; padding-bottom: clamp(50px, 6vw, 80px); }
.siteC .index .sec-head { padding: clamp(60px, 8vw, 96px) var(--gut) clamp(28px, 4vw, 48px); text-align: center; }
.siteC .index .sec-head h2 {
  font-size: clamp(40px, 5.5vw, 76px); margin-top: 14px; line-height: 1;
  transform: rotate(-1.2deg);
  color: var(--choc);
  text-shadow: 0.055em 0.065em 0 rgba(201, 135, 59, 0.55);
}
.siteC .row {
  display: grid; grid-template-columns: 96px 1fr 320px; align-items: start; gap: 30px;
  background: var(--cream2);
  border: 3px solid var(--choc); border-radius: 24px;
  box-shadow: 6px 6px 0 rgba(34, 21, 7, 0.9);
  padding: clamp(24px, 3vw, 38px);
  margin: 0 var(--gut) 22px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.siteC .row:hover { transform: translate(-2px, -2px); box-shadow: 9px 9px 0 rgba(34, 21, 7, 0.9); }
.siteC .row .no {
  width: 88px; height: 88px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Baloo 2', sans-serif; font-weight: 800; font-style: normal;
  font-size: 34px; line-height: 1;
  background: var(--amber); color: var(--choc);
  border: 3px solid var(--choc);
  box-shadow: 4px 4px 0 rgba(34, 21, 7, 0.85);
  transform: rotate(-4deg);
  transition: transform 0.2s ease;
}
.siteC .row:nth-child(even) .no { background: var(--cream); transform: rotate(3deg); color: var(--caramel); -webkit-text-stroke: 0; }
.siteC .row:hover .no { transform: rotate(0deg) scale(1.05); }
.siteC .row h3 { font-size: clamp(24px, 2.4vw, 32px); font-weight: 800; margin-bottom: 8px; line-height: 1.1; }
.siteC .row .desc { font-size: 16.5px; color: var(--choc2); line-height: 1.6; max-width: 560px; font-weight: 600; }
.siteC .row .specs { display: flex; flex-direction: column; gap: 10px; padding-top: 4px; }
.siteC .row .specs .s { display: flex; justify-content: space-between; align-items: center; gap: 14px; border-bottom: 0; padding-bottom: 0; }
.siteC .row .specs .k { color: var(--dim); }
.siteC .row .specs .v {
  font-family: 'Baloo 2', sans-serif; font-weight: 700; font-style: normal; font-size: 15px;
  color: var(--choc); background: rgba(223, 162, 63, 0.35);
  border: 2px solid var(--choc); border-radius: 999px;
  padding: 3px 12px; white-space: nowrap;
}

/* ---------- audience stream: amber band ---------- */
.siteC .stream {
  position: relative; overflow: hidden;
  display: grid; grid-template-columns: minmax(360px, 520px) 1fr; gap: 60px; align-items: center;
  padding: clamp(70px, 9vw, 120px) var(--gut);
  background: var(--band-amber); color: var(--choc);
  border-top: 3px solid var(--choc); border-bottom: 3px solid var(--choc);
}
.siteC .stream .ghostno { -webkit-text-stroke-color: rgba(34, 21, 7, 0.14); }
.siteC .stream h2 { font-size: clamp(32px, 3.6vw, 50px); line-height: 1.05; margin: 14px 0 16px; }
.siteC .stream .lede { font-size: 18px; line-height: 1.55; color: var(--choc2); font-weight: 600; }
.siteC .stream .url {
  display: inline-block; margin-top: 28px;
  font-family: 'IBM Plex Mono', monospace; font-size: 14px;
  color: var(--choc); background: var(--cream2);
  border: 2.5px solid var(--choc); border-radius: 14px;
  padding: 12px 18px;
  box-shadow: 4px 4px 0 rgba(34, 21, 7, 0.85);
}
.siteC .stream .url b { color: var(--caramel); font-weight: 700; }
.siteC .stream .feats { margin-top: 26px; display: flex; flex-direction: column; gap: 11px; }
.siteC .stream .feats .f { display: flex; gap: 12px; align-items: baseline; font-size: 17px; font-weight: 700; color: var(--choc); }
.siteC .stream .feats .f::before {
  content: "●"; font-size: 11px; color: var(--cream2);
  -webkit-text-stroke: 2px var(--choc);
  transform: none; transition: transform 0.2s ease;
}
.siteC .stream .feats .f:hover::before { transform: translateX(4px); }
.siteC .stream .phwrap { position: relative; }
.siteC .stream .n-ph { aspect-ratio: 4 / 3; box-shadow: 7px 7px 0 rgba(34, 21, 7, 0.85); }

/* ---------- hardware checklist ---------- */
.siteC .hw { position: relative; border-top: 0; padding: clamp(60px, 8vw, 100px) 0 0; }
.siteC .hw .sec-head { padding: 0 var(--gut) clamp(26px, 4vw, 44px); text-align: center; }
.siteC .hw .sec-head h2 {
  font-size: clamp(36px, 4.6vw, 64px); margin-top: 14px; line-height: 1;
  transform: rotate(-1.2deg);
  color: var(--choc);
  text-shadow: 0.055em 0.065em 0 rgba(201, 135, 59, 0.55);
}
.siteC .hw .hrow {
  display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: baseline;
  padding: 20px var(--gut);
  border-top: 3px dashed var(--line);
}
.siteC .hw .hrow .nm { font-family: 'Baloo 2', sans-serif; font-weight: 700; font-size: 23px; }
.siteC .hw .hrow .nm .nt { display: block; font-family: 'Nunito', sans-serif; font-size: 15px; color: var(--dim); margin-top: 2px; font-weight: 600; }
.siteC .hw .hrow .cost { font-family: 'Baloo 2', sans-serif; font-weight: 800; font-style: normal; font-size: 24px; color: var(--caramel); white-space: nowrap; }
.siteC .hw .hrow.opt .nm, .siteC .hw .hrow.opt .cost { opacity: 0.55; }
.siteC .hw .total {
  display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center;
  margin: 18px var(--gut) 0;
  padding: 20px 28px;
  background: var(--choc); color: var(--cream);
  border-radius: 20px;
  box-shadow: 6px 6px 0 rgba(201, 135, 59, 0.65);
}
.siteC .hw .total .n-mono { color: var(--cream); opacity: 0.75; }
.siteC .hw .total .cost { font-family: 'Baloo 2', sans-serif; font-weight: 800; font-style: normal; font-size: 32px; color: var(--amber); }

/* ---------- pre-configured: dark band ---------- */
.siteC .pre {
  position: relative; overflow: hidden;
  margin-top: clamp(60px, 8vw, 100px);
  padding: clamp(70px, 9vw, 116px) var(--gut);
  background: var(--band-dark); color: var(--cream);
  border-top: 3px solid var(--choc);
}
.siteC .pre h2 { font-size: clamp(32px, 3.8vw, 52px); margin: 14px 0 12px; max-width: 720px; line-height: 1.05; }
.siteC .pre .lede { font-size: 18px; color: rgba(242, 230, 200, 0.75); max-width: 560px; line-height: 1.6; margin-bottom: 44px; font-weight: 600; }
.siteC .pre .plist { display: grid; grid-template-columns: 1fr 1fr; gap: 0 60px; max-width: 1060px; }
.siteC .pre .p { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 15px 0; border-bottom: 2px dashed rgba(242, 230, 200, 0.25); }
.siteC .pre .p .what { font-size: 17.5px; font-weight: 700; }
.siteC .pre .p .state {
  font-family: 'Baloo 2', sans-serif; font-weight: 700; font-style: normal; font-size: 14.5px;
  color: var(--choc); background: var(--amber);
  border: 2px solid var(--choc); border-radius: 999px;
  padding: 2px 12px; white-space: nowrap;
}

/* ---------- pricing ---------- */
.siteC .price { position: relative; min-height: 540px; border-top: 0; overflow: hidden; }
.siteC .price .bignum {
  position: absolute; left: -30px; bottom: -40px;
  font-family: 'Baloo 2', sans-serif; font-weight: 800; font-style: normal;
  font-size: clamp(180px, 26vw, 380px); line-height: 1; letter-spacing: -0.01em;
  color: rgba(201, 135, 59, 0.18); -webkit-text-stroke: 0;
  white-space: nowrap; pointer-events: none; user-select: none;
}
.siteC .price .inner {
  position: relative; margin-left: auto; max-width: 500px;
  padding: clamp(80px, 10vw, 130px) var(--gut) clamp(80px, 10vw, 130px) 0;
}
.siteC .price h2 { font-size: clamp(34px, 3.8vw, 50px); line-height: 1.05; margin: 12px 0 16px; }
.siteC .price .lede { font-size: 18px; line-height: 1.55; color: var(--dim); margin-bottom: 32px; font-weight: 600; }
.siteC .price .fine { margin-top: 22px; display: block; color: var(--dim); line-height: 2.1; }

/* ---------- compatibility: amber band ---------- */
.siteC .compat {
  border-top: 3px solid var(--choc); border-bottom: 3px solid var(--choc);
  background: var(--band-amber);
  padding: clamp(70px, 9vw, 110px) var(--gut); text-align: center;
}
.siteC .compat h2 {
  font-size: clamp(38px, 5vw, 68px); line-height: 1; transform: rotate(-1.2deg);
  color: var(--choc);
  text-shadow: 0.055em 0.065em 0 rgba(250, 241, 219, 0.85);
}
.siteC .compat p { font-size: 18.5px; line-height: 1.6; color: var(--choc2); max-width: 580px; margin: 20px auto 0; text-wrap: pretty; font-weight: 600; }
.siteC .compat p a { color: var(--choc); border-bottom: 2.5px solid var(--choc); font-weight: 800; }
.siteC .compat p a:hover { color: var(--cream2); border-bottom-color: var(--cream2); }
.siteC .compat .nope {
  display: inline-block; margin-top: 30px;
  background: var(--cream2); border: 2.5px solid var(--choc); border-radius: 999px;
  padding: 8px 18px; color: var(--choc);
  box-shadow: 3px 3px 0 rgba(34, 21, 7, 0.85);
  transform: rotate(-1.5deg);
}

/* ---------- final CTA ---------- */
.siteC .buy { border-top: 0; padding: clamp(80px, 10vw, 130px) var(--gut); text-align: center; position: relative; overflow: hidden; }
.siteC .buy h2 {
  font-size: clamp(48px, 7vw, 96px); margin: 16px 0 36px; line-height: 0.95;
  transform: rotate(-1.8deg);
  color: var(--choc);
  text-shadow: 0.055em 0.065em 0 rgba(201, 135, 59, 0.55);
}
.siteC .buy h2 em { font-style: normal; }
.siteC .buy .n-btn { font-size: 19px; padding: 15px 38px; }
.siteC .buy .note { display: block; margin-top: 26px; color: var(--dim); }

/* ---------- footer ---------- */
.siteC .foot {
  border-top: 3px solid var(--choc);
  background: var(--band-dark); color: var(--cream);
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding: 30px var(--gut);
}
.siteC .foot .mark--logo img { height: 54px; width: auto; transform: rotate(-3deg); }
.siteC .foot-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; text-align: right; }
.siteC .foot-meta span { color: rgba(242, 230, 200, 0.6); }
.siteC .foot-link { color: var(--cream); text-decoration: none; border-bottom: 2px solid transparent; transition: color 0.15s ease, border-color 0.15s ease; }
.siteC .foot-link:hover { color: var(--amber); border-bottom-color: var(--amber); }
.siteC .foot-prod i {
  font-family: 'Baloo 2', sans-serif; font-style: normal; font-weight: 700;
  text-transform: none; letter-spacing: 0.02em; font-size: 14px; color: var(--amber);
}

/* ---------- parallax hooks (JS sets --py) ---------- */
@media (prefers-reduced-motion: no-preference) {
  .siteC .ghostno, .siteC .price .bignum { transform: translateY(calc(var(--py, 0) * 1px)); will-change: transform; }
}

/* ---------- default link colors ---------- */
.siteC p a, .siteC .desc a, .siteC .lede a, .siteC .fine a, .siteC .note a {
  color: var(--caramel); text-decoration: none; border-bottom: 2px solid rgba(201, 135, 59, 0.5); font-weight: 700;
}
.siteC p a:hover, .siteC .desc a:hover, .siteC .lede a:hover { color: var(--choc); border-bottom-color: var(--choc); }

/* ---------- responsive ---------- */
@media (max-width: 1100px) {
  .siteC .row { grid-template-columns: 88px 1fr; }
  .siteC .row .specs { grid-column: 2; flex-direction: row; flex-wrap: wrap; gap: 8px 10px; padding-top: 14px; }
  .siteC .stream { grid-template-columns: 1fr; gap: 44px; }
  .siteC .pre .plist { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .siteC .topbar nav a:not(.hot) { display: none; }
  .siteC .topbar .mark--logo img { height: 40px; }
  .siteC .hero .hero-logo { width: min(340px, 84vw); }
  .siteC .hero .strip { gap: 8px; }
  .siteC .hero .strip span { padding: 7px 13px; font-size: 10px; }
  .siteC .shot { grid-template-columns: 1fr; gap: 12px; }
  .siteC .shot .corner { justify-self: start; }
  .siteC .row { grid-template-columns: 1fr; gap: 16px; margin: 0 16px 18px; }
  .siteC .row .no { width: 72px; height: 72px; font-size: 28px; }
  .siteC .row .specs { grid-column: 1; }
  .siteC .hw .hrow .nm { font-size: 20px; }
  .siteC .hw .hrow .cost { font-size: 21px; }
  .siteC .hw .total { margin: 18px 16px 0; }
  .siteC .price .inner { margin: 0; padding: 80px var(--gut) 120px; max-width: none; }
  .siteC .price .bignum { color: rgba(201, 135, 59, 0.14); }
  .siteC .n-btn { width: 100%; justify-content: center; min-height: 52px; }
  .siteC .foot { flex-direction: column; gap: 16px; }
  .siteC .foot-meta { align-items: center; text-align: center; }
}
