/* GridFleet — sub-page system layer. Loads after main.css; shares its tokens.
   Additive only: nothing here overrides homepage rules. */

/* ---------- tron grid field (sub-page hero background) ---------- */
.hero--sub { min-height: min(88svh, 880px); }
.hero--compact { min-height: min(72svh, 760px); }
/* sub-page headline scale: one notch under home so hero art (e.g. the receipt floater) never collides */
.hero--sub .h-xxl, .hero--compact .h-xxl { font-size: clamp(40px, 6.4vw, 92px); }
@media (max-width: 820px) { .hero--sub .h-xxl, .hero--compact .h-xxl { font-size: clamp(30px, 9.4vw, 64px); } }
.grid-field { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.grid-field::before {
  content: ""; position: absolute; inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(34, 230, 255, 0.05) 0 1px, transparent 1px 72px),
    repeating-linear-gradient(0deg, rgba(34, 230, 255, 0.05) 0 1px, transparent 1px 72px);
  -webkit-mask: linear-gradient(180deg, transparent 4%, #000 62%);
  mask: linear-gradient(180deg, transparent 4%, #000 62%);
  animation: gridflow 22s linear infinite;
}
.grid-field::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(120% 60% at 50% 100%, rgba(34, 230, 255, 0.13), transparent 60%),
    linear-gradient(180deg, rgba(5, 7, 10, 0) 40%, rgba(5, 7, 10, 0.5));
}
@keyframes gridflow { to { background-position: 0 72px, 72px 0; } }
html.reduced .grid-field::before { animation: none; }

/* ---------- section rhythm ---------- */
.scene--pad { padding: clamp(80px, 12vh, 140px) 0; }
.scene--line { border-top: 1px solid var(--hair2); }
.scene--deep { background: linear-gradient(180deg, var(--bg), var(--bg2)); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 90px); align-items: start; }
@media (max-width: 980px) { .split { grid-template-columns: 1fr; } }

/* ---------- mono pills ---------- */
.pillrow { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.pill {
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--cyan); border: 1px solid var(--hair2); background: rgba(34, 230, 255, 0.05);
  padding: 7px 12px; border-radius: 2px; white-space: nowrap;
}
.pill--dim { color: var(--dim); background: transparent; }
.pill--lime { color: var(--lime); background: rgba(182, 255, 60, 0.06); }

/* ---------- numbered step rows ---------- */
.steps { display: flex; flex-direction: column; }
.step { display: grid; grid-template-columns: 64px 1fr; gap: 18px; padding: 24px 4px; border-top: 1px solid var(--hair2); align-items: baseline; }
.step:last-child { border-bottom: 1px solid var(--hair2); }
.step .s-num { font-family: var(--mono); font-size: 11px; letter-spacing: 0.22em; color: var(--cyan); }
.step h3 { font-size: clamp(19px, 2vw, 25px); letter-spacing: -0.02em; margin-bottom: 7px; }
.step p { color: var(--dim); font-size: 14.5px; max-width: 62ch; }
@media (max-width: 640px) { .step { grid-template-columns: 40px 1fr; gap: 12px; } }

/* ---------- checklist ---------- */
.checks { list-style: none; display: flex; flex-direction: column; margin-top: 26px; }
.checks li { display: flex; gap: 14px; align-items: baseline; padding: 12px 0; border-top: 1px solid var(--hair2); color: var(--dim); font-size: 15px; }
.checks li::before { content: "\2713"; color: var(--lime); font-family: var(--mono); flex: none; }

/* ---------- paper band (receipt doctrine, off-homepage) ---------- */
.paper-band { background: var(--paper); color: var(--paper-ink); padding: clamp(90px, 14vh, 150px) 0; }
.paper-band .tag { color: #33691e; }
.paper-band .lede { color: var(--paper-dim); }

/* ---------- plans (pricing) ---------- */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.plan {
  border: 1px solid var(--hair2); background: rgba(10, 15, 22, 0.5); border-radius: 4px;
  padding: clamp(24px, 2.6vw, 34px); display: flex; flex-direction: column; position: relative;
}
.plan--hot { border-color: rgba(34, 230, 255, 0.5); box-shadow: 0 0 70px -30px rgba(34, 230, 255, 0.55); background: rgba(8, 14, 20, 0.74); }
.plan .p-name { font-family: var(--mono); font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--cyan); }
.plan .p-price { font-family: var(--mono); font-size: clamp(38px, 3.4vw, 54px); font-weight: 500; letter-spacing: -0.02em; margin: 16px 0 2px; color: var(--ink); }
.plan .p-price small { font-size: 15px; color: var(--dim); font-weight: 400; }
.plan .p-sub { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--faint); margin-bottom: 20px; }
.plan ul { list-style: none; display: flex; flex-direction: column; margin: 0 0 26px; flex: 1; }
.plan ul li { display: flex; gap: 12px; align-items: baseline; padding: 9px 0; border-top: 1px solid var(--hair2); color: var(--dim); font-size: 14px; }
.plan ul li::before { content: "\2192"; color: var(--lime); font-family: var(--mono); font-size: 12px; flex: none; }
.plan .btn { justify-content: center; }
.plan-flag {
  position: absolute; top: 0; right: 20px; transform: translateY(-50%);
  font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.2em; text-transform: uppercase;
  color: #0c1403; background: var(--lime); padding: 5px 10px;
}
.plans-note { margin-top: 22px; font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--faint); max-width: 90ch; line-height: 2; }
@media (max-width: 980px) { .plans { grid-template-columns: 1fr; max-width: 540px; } }

/* ---------- faq ---------- */
.faq { display: flex; flex-direction: column; }
.faq details { border-top: 1px solid var(--hair2); }
.faq details:last-child { border-bottom: 1px solid var(--hair2); }
.faq summary {
  cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; gap: 18px; align-items: baseline;
  padding: 21px 4px; font-size: clamp(16px, 1.6vw, 19px); font-weight: 500; letter-spacing: -0.01em;
  transition: color 0.25s;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--mono); color: var(--cyan); font-size: 18px; flex: none; }
.faq details[open] summary { color: var(--cyan); }
.faq details[open] summary::after { content: "\2013"; }
.faq details p { color: var(--dim); font-size: 15px; max-width: 74ch; padding: 0 4px 22px; }

/* ---------- dark mono ledger card ---------- */
.ledger-card {
  background: rgba(8, 12, 18, 0.82); border: 1px solid var(--hair); border-left: 2px solid var(--lime);
  padding: 22px 24px; font-family: var(--mono); font-size: 12px; line-height: 1.7;
}
.ledger-card .lc-head {
  display: flex; justify-content: space-between; gap: 14px;
  font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--faint);
  padding-bottom: 12px; border-bottom: 1px solid var(--hair2); margin-bottom: 8px;
}
.ledger-card .lc-row { display: flex; justify-content: space-between; gap: 18px; padding: 8px 0; border-bottom: 1px solid var(--hair2); }
.ledger-card .lc-row:last-child { border-bottom: 0; }
.ledger-card .lc-row span { color: var(--faint); }
.ledger-card .lc-row b { color: var(--lime); font-weight: 500; text-align: right; }

/* ---------- hero receipt floater ---------- */
.hero-float { position: absolute; z-index: 4; right: clamp(48px, 7vw, 130px); top: 50%; transform: translateY(-50%) rotate(1.6deg); width: 300px; pointer-events: none; }
.hero-float .receipt { clip-path: none; }
.hero-float .receipt .r-seal { opacity: 1; transform: none; }
@media (max-width: 1100px), (max-height: 700px) { .hero-float { display: none; } }

/* ---------- bento accents ---------- */
.bento-card--hot { border-color: rgba(34, 230, 255, 0.5); box-shadow: 0 0 70px -30px rgba(34, 230, 255, 0.55); background: rgba(8, 14, 20, 0.74); }
.bento-card .bc-mono { font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.06em; color: var(--cyan); word-break: break-all; }

/* ---------- console tweaks for static code blocks ---------- */
.console--doc .console-body { min-height: 0; }
.console--doc .cline { opacity: 1; transform: none; }
.console--doc .caret { display: none; }

/* ---------- forms on sub-pages ---------- */
.form select {
  font-family: var(--sans); font-size: 15.5px; color: var(--ink);
  background: #060a10; border: 1px solid var(--hair2); border-radius: 3px;
  padding: 13px 15px; width: 100%;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.form select:focus { outline: none; border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(34, 230, 255, 0.13); }

/* ---------- lora ---------- */
.h-ital { font-style: italic; font-weight: 400; }
.map-section { position: relative; background: #030209; }
.map-label {
  position: absolute; top: 22px; left: 50%; transform: translateX(-50%); z-index: 10;
  font-family: var(--mono); font-size: 9px; letter-spacing: 0.24em; text-transform: uppercase;
  color: rgba(34, 230, 255, 0.55); pointer-events: none;
}
.taste-frame { display: block; width: 100%; height: 86vh; border: 0; border-top: 1px solid var(--hair2); border-bottom: 1px solid var(--hair2); background: #030209; }
@media (max-width: 860px) { .taste-frame { height: 70vh; } }
.tag-dot { width: 6px; height: 6px; border-radius: 50%; display: inline-block; flex: none; }


/* Secondary purchase path on the Vera plans. Deliberately quieter than the primary CTA:
   the free-week lead form remains the main action, this serves the visitor who is already
   decided and would otherwise have no way to pay at all. */
.plan-buy{display:inline-flex;align-items:center;gap:.35rem;margin-top:.7rem;font:500 .82rem/1.2 ui-sans-serif,system-ui,sans-serif;letter-spacing:.02em;color:var(--lime,#b6ff3c);text-decoration:none;border-bottom:1px solid rgba(182,255,60,.32);padding-bottom:2px;transition:border-color .18s ease,opacity .18s ease}
.plan-buy:hover,.plan-buy:focus-visible{border-color:var(--lime,#b6ff3c);opacity:.86}
.plan-buy:focus-visible{outline:2px solid var(--lime,#b6ff3c);outline-offset:3px;border-radius:2px}
.plan-buy-note{display:block;margin-top:.4rem;font-size:.72rem;line-height:1.35;color:rgba(242,246,244,.5)}
@media (prefers-reduced-motion:reduce){.plan-buy{transition:none}}
