/* ──────────────────────────────────────────────────────────────────────────
   EntryLane — marketing landing page.
   Loaded after layout.css + kinetic.css. Charcoal canvas, cream type, one
   blue. Layout follows the "scene" pattern: fixed glass top bar, full-bleed
   photo hero with bottom-anchored headline, horizontal card reel, timeline,
   map card, pricing, FAQ, and a bottom tab bar on phones.
   ────────────────────────────────────────────────────────────────────────── */

:root {
  --lp-bg:          #111113;
  --lp-bg-2:        #18181B;
  --lp-panel:       rgba(30, 30, 34, 0.72);
  --lp-line:        rgba(243, 239, 232, 0.09);
  --lp-line-strong: rgba(243, 239, 232, 0.18);
  --lp-cream:       #F3EFE8;
  --lp-cream-70:    rgba(243, 239, 232, 0.74);
  --lp-cream-55:    rgba(243, 239, 232, 0.56);
  --lp-blue:        #58A0D8;
  --lp-blue-soft:   #CFE4F8;   /* blue as small text on charcoal (AA) */
  --lp-blue-glow:   rgba(88, 160, 216, 0.35);
  --lp-max:         1280px;
  --lp-gutter:      clamp(1rem, 4vw, 2.5rem);
  --lp-bar:         64px;
}

html { background: var(--lp-bg); }
body {
  background: var(--lp-bg);
  color: var(--lp-cream);
  padding-top: var(--lp-bar);
  overflow-x: hidden;
}
.lp-wrap { max-width: var(--lp-max); margin: 0 auto; padding: 0 var(--lp-gutter); }
.glass {
  background: var(--lp-panel);
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
  border: 1px solid var(--lp-line);
}
.mono-label {
  font-family: var(--font-mono); font-weight: 500;
  font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase;
}

/* Keyboard focus — visible on every interactive element. */
a:focus-visible, button:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid var(--lp-blue); outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(88, 160, 216, 0.3);
}
.skip-link {
  position: absolute; left: 0; top: 0; z-index: var(--z-float);
  transform: translateY(-120%);
  background: var(--lp-blue); color: var(--on-primary);
  font-family: var(--font-label); font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.08em; font-size: 0.8rem; padding: 0.75rem 1.1rem;
}
.skip-link:focus-visible { transform: translateY(0); }

/* ── Top bar (fixed, glass) ─────────────────────────────────────────────── */
.top-bar {
  position: fixed; top: 0; left: 0; right: 0; z-index: var(--z-nav);
  height: var(--lp-bar);
  background: rgba(17, 17, 19, 0.78);
  -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--lp-line);
}
.top-bar-inner {
  max-width: var(--lp-max); margin: 0 auto; height: 100%;
  padding: 0 var(--lp-gutter);
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
}
.nav-logo {
  display: inline-flex; align-items: center; min-height: 44px;
  font-family: 'Archivo Black', 'Archivo', sans-serif; font-weight: 400;
  font-size: 1.55rem; letter-spacing: 0.01em; line-height: 1;
  white-space: nowrap; flex-shrink: 0; text-decoration: none;
}
.nav-logo .kw-entry { color: var(--lp-cream); }
.nav-logo .kw-lane   { color: #58A0D8; }
.nav-links { display: flex; align-items: center; gap: 1.75rem; }
.nav-links a {
  font-family: var(--font-label); font-weight: 700; font-size: 0.74rem;
  letter-spacing: 0.14em; text-transform: uppercase; white-space: nowrap;
  color: var(--lp-cream-70); transition: color 0.15s ease;
  display: inline-flex; align-items: center; min-height: 44px;
}
.nav-links a:hover, .nav-links a.is-active { color: var(--lp-blue); }
.nav-actions { display: flex; align-items: center; gap: 0.6rem; flex-shrink: 0; }
.nav-cta {
  display: inline-flex; align-items: center; min-height: 44px;
  padding: 0.6rem 1.35rem; white-space: nowrap; text-decoration: none;
  background: var(--lp-blue); color: var(--on-primary);
  font-family: var(--font-body); font-weight: 600; font-size: 0.9rem; letter-spacing: 0.01em;
  transition: filter 0.12s ease, transform 0.12s ease, border-color 0.12s, color 0.12s;
}
.nav-cta:hover { filter: brightness(1.08); }
.nav-cta:active { transform: scale(0.97); }
.nav-cta--ghost { background: transparent; color: var(--lp-cream); border: 1px solid var(--lp-line-strong); }
.nav-cta--ghost:hover { border-color: var(--lp-blue); color: var(--lp-blue); filter: none; }
@media (max-width: 1080px) { .nav-links { display: none; } }
@media (max-width: 640px) {
  .nav-cta--contact { display: none; }
  .nav-cta { padding: 0.55rem 1rem; font-size: 0.85rem; }
}

/* ── Hero ───────────────────────────────────────────────────────────────── */
.hero {
  position: relative; overflow: hidden;
  min-height: calc(88vh - var(--lp-bar));
  display: flex; align-items: flex-end;
  padding: 4rem 0 clamp(2.5rem, 6vw, 4.5rem);
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background: url('/images/hero-carbon.jpg') center / cover no-repeat;
  transform: scale(1.04);
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 55% 45% at 85% 18%, rgba(88, 160, 216, 0.30), transparent 70%),
    linear-gradient(to top, var(--lp-bg) 0%, rgba(17, 17, 19, 0.72) 42%, rgba(17, 17, 19, 0.30) 100%);
}
.hero-inner { position: relative; z-index: 1; width: 100%; }
.hero-kicker {
  display: inline-flex; align-items: center; gap: 0.6rem;
  margin-bottom: 1.4rem; padding: 0.45rem 0.8rem;
  border: 1px solid rgba(88, 160, 216, 0.45); background: rgba(17, 17, 19, 0.55);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  color: var(--lp-blue-soft);
}
.hero-stamp-dot {
  width: 8px; height: 8px; background: var(--lp-blue);
  box-shadow: 0 0 10px rgba(88, 160, 216, 0.9);
  animation: stage-pulse 1.8s ease-in-out infinite;
}
@keyframes stage-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
.hero-headline {
  font-family: 'Archivo Black', 'Archivo', sans-serif; font-weight: 400;
  font-size: clamp(2.5rem, 8.2vw, 6.6rem);
  line-height: 0.92; letter-spacing: 0; text-transform: uppercase;
  max-width: 14ch; margin: 0 0 1.4rem;
}
.hero-headline .hero-line-1 { display: block; color: var(--lp-cream); }
.hero-headline .accent { display: block; color: var(--lp-blue); text-shadow: 0 0 40px var(--lp-blue-glow); }
.hero-body {
  font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.6;
  color: var(--lp-cream-70); max-width: 34rem; margin: 0 0 2rem;
}
.hero-body strong { color: var(--lp-cream); font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.85rem; }
.hero-actions .btn { min-height: 56px; padding: 0 2rem; }
.hero-specs {
  margin-top: 2.2rem; display: flex; flex-wrap: wrap; gap: 0.6rem 1.6rem;
  color: var(--lp-cream-55);
}
.hero-specs span::before { content: '\25A0  '; color: var(--lp-blue); }
@media (max-width: 640px) {
  .hero { min-height: calc(85vh - var(--lp-bar)); padding-top: 3rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-headline .accent { text-shadow: 0 0 18px rgba(88, 160, 216, 0.25); }
}

/* Load choreography: kicker, headline, copy, actions rise in sequence.
   With JS the headline is split per glyph and each letter stamps in. */
.hero-kicker  { animation: ign-rise 0.6s var(--ease-out-quint) 0.15s both; }
.hero-headline .hero-line-1 { animation: ign-rise 0.7s var(--ease-out-quint) 0.3s both; }
.hero-headline .accent      { animation: ign-rise 0.7s var(--ease-out-quint) 0.45s both; }
.hero-body    { animation: ign-rise 0.65s var(--ease-out-quint) 0.7s both; }
.hero-actions { animation: ign-rise 0.65s var(--ease-out-quint) 0.85s both; }
.hero-specs   { animation: ign-rise 0.65s var(--ease-out-quint) 1.0s both; }
@keyframes ign-rise { from { opacity: 0; transform: translateY(0.6em); } to { opacity: 1; transform: none; } }
.hero-headline.js-stamp .hero-line-1,
.hero-headline.js-stamp .accent { animation: none; }
.hero-headline.js-stamp .word { display: inline-block; white-space: nowrap; }
.hero-headline.js-stamp .glyph {
  display: inline-block; white-space: pre;
  animation: ign-stamp 0.5s var(--ease-out-quint) calc(0.25s + var(--i, 0) * 0.03s) both;
}
@keyframes ign-stamp {
  0%   { opacity: 0; transform: translateY(0.4em) scaleY(1.18); filter: blur(2px); }
  55%  { opacity: 1; filter: blur(0); }
  100% { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-kicker, .hero-headline .hero-line-1, .hero-headline .accent,
  .hero-body, .hero-actions, .hero-specs, .hero-headline.js-stamp .glyph,
  .hero-stamp-dot { animation: none !important; }
}

/* ── Section scaffolding ────────────────────────────────────────────────── */
.lp-sec { position: relative; padding: clamp(3rem, 7vw, 5.5rem) 0; border-top: 1px solid var(--lp-line); }
.lp-sec--flush { border-top: 0; }
.sec-head {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem 2rem;
  margin-bottom: clamp(1.4rem, 3vw, 2.2rem);
}
.sec-head h2 {
  font-family: 'Archivo Black', 'Archivo', sans-serif; font-weight: 400;
  font-size: clamp(1.6rem, 3.4vw, 2.5rem); line-height: 1;
  text-transform: uppercase; letter-spacing: 0.005em;
  color: var(--lp-cream); margin: 0 0 0.55rem;
}
.sec-head h2:last-child { margin-bottom: 0; }
.sec-head p { color: var(--lp-cream-70); max-width: 60ch; margin: 0; line-height: 1.6; }
.sec-head p a { color: var(--lp-blue-soft); text-decoration: underline; text-underline-offset: 2px; }
.sec-kicker { display: block; color: var(--lp-blue); margin-bottom: 0.7rem; }
.sec-link {
  color: var(--lp-blue); white-space: nowrap; text-decoration: none;
  display: inline-flex; align-items: center; gap: 0.35rem; min-height: 44px; flex-shrink: 0;
}
.sec-link:hover { color: var(--lp-blue-soft); }
@media (max-width: 640px) {
  .sec-head { flex-direction: column; align-items: flex-start; }
}

/* ── Map (live shows) ───────────────────────────────────────────────────── */
.map-frame { background: var(--lp-bg-2); border: 1px solid var(--lp-line); padding: clamp(0.75rem, 2vw, 1.5rem); }
#live-shows .us-powered { margin: 0.4rem 0 0; color: var(--lp-cream); }

/* ── Steps (timeline) ───────────────────────────────────────────────────── */
.steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.steps::before {
  content: ''; position: absolute; left: 0; right: 0; top: 7px; height: 2px;
  background: linear-gradient(90deg, var(--lp-blue), rgba(88, 160, 216, 0.12));
}
.step { position: relative; padding-top: 2rem; display: flex; flex-direction: column; }
.step-node {
  position: absolute; top: 0; left: 0; width: 16px; height: 16px;
  background: var(--lp-blue); box-shadow: 0 0 0 4px var(--lp-bg), 0 0 14px rgba(88, 160, 216, 0.7);
}
.step-stamp { display: block; color: var(--lp-blue); margin-bottom: 0.8rem; }
.step-card { padding: 1.4rem 1.3rem 1.5rem; flex: 1; }
.step-title {
  font-family: var(--font-label); font-weight: 700; font-size: 1.15rem;
  letter-spacing: 0.04em; text-transform: uppercase; color: var(--lp-cream);
  margin: 0 0 0.6rem; line-height: 1.15;
}
.step-body { color: var(--lp-cream-70); line-height: 1.6; margin: 0; }
.step-body strong { color: var(--lp-cream); font-weight: 600; }
@media (max-width: 960px) {
  .steps { grid-template-columns: 1fr; gap: 1.25rem; padding-left: 1.85rem; }
  .steps::before { left: 7px; right: auto; top: 0; bottom: 0; width: 2px; height: auto;
    background: linear-gradient(180deg, var(--lp-blue), rgba(88, 160, 216, 0.1)); }
  .step { padding-top: 0; }
  .step-node { left: -1.85rem; top: 2px; }
}

/* ── Feature reel (horizontal scroll) ───────────────────────────────────── */
.reel {
  display: flex; gap: 1rem;
  overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
  padding: 0.25rem var(--lp-gutter) 1rem; margin: 0 calc(-1 * var(--lp-gutter));
  scrollbar-width: none;
}
.reel::-webkit-scrollbar { display: none; }
.reel-card {
  flex: 0 0 min(310px, 78vw); scroll-snap-align: start;
  display: flex; flex-direction: column; text-align: left;
  background: var(--lp-bg-2); border: 1px solid var(--lp-line);
  padding: 0; color: inherit; cursor: pointer;
  transition: transform 0.2s var(--ease-out-quint), border-color 0.2s;
}
.reel-card:hover { transform: translateY(-3px); border-color: rgba(88, 160, 216, 0.5); }
.reel-art {
  position: relative; aspect-ratio: 4 / 3; overflow: hidden;
  background: #0c0c0e; border-bottom: 1px solid var(--lp-line);
}
.reel-art img {
  width: 100%; height: 100%; object-fit: cover; object-position: top left; display: block;
  transition: transform 0.5s var(--ease-out-quint);
}
.reel-card:hover .reel-art img { transform: scale(1.05); }
.reel-tag {
  position: absolute; top: 0.6rem; right: 0.6rem;
  display: inline-flex; align-items: center; gap: 0.3rem;
  padding: 0.28rem 0.5rem;
  background: rgba(17, 17, 19, 0.86); border: 1px solid rgba(88, 160, 216, 0.5);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  color: var(--lp-blue-soft); font-size: 0.6rem;
}
.reel-tag .mi { font-size: 0.85rem; }
.reel-body { padding: 1.1rem 1.1rem 1.25rem; }
.reel-kicker { color: var(--lp-cream-55); margin: 0 0 0.35rem; font-size: 0.64rem; }
.reel-title {
  font-family: var(--font-label); font-weight: 700; font-size: 1.08rem;
  letter-spacing: 0.04em; text-transform: uppercase; color: var(--lp-cream);
  margin: 0 0 0.5rem; line-height: 1.15;
}
.reel-body p { color: var(--lp-cream-70); font-size: 0.92rem; line-height: 1.55; margin: 0; }
.reel-nav { display: flex; gap: 0.5rem; }
.reel-btn {
  width: 44px; height: 44px; border: 1px solid var(--lp-line-strong); color: var(--lp-cream);
  display: inline-flex; align-items: center; justify-content: center;
  transition: border-color 0.15s, color 0.15s;
}
.reel-btn:hover { border-color: var(--lp-blue); color: var(--lp-blue); }
.reel-hint { color: var(--lp-cream-55); margin-top: 0.25rem; }
@media (max-width: 760px) { .reel-nav { display: none; } }
@media (min-width: 761px) { .reel-hint { display: none; } }

/* ── Money ledger ───────────────────────────────────────────────────────── */
.ledger { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.ledger-col { padding: 1.5rem 1.4rem 1.2rem; }
.ledger-col--us { border-color: rgba(88, 160, 216, 0.45); background: rgba(88, 160, 216, 0.06); }
.ledger-title {
  font-family: var(--font-label); font-weight: 700; font-size: 0.82rem;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--lp-cream-55);
  padding-bottom: 0.8rem; border-bottom: 1px solid var(--lp-line); margin: 0 0 0.3rem;
}
.ledger-col--us .ledger-title { color: var(--lp-blue); border-color: rgba(88, 160, 216, 0.4); }
.ledger-row { padding: 0.95rem 0 0.85rem; }
.ledger-row + .ledger-row { border-top: 1px solid var(--lp-line); }
.ledger-term {
  font-family: var(--font-label); font-weight: 700; font-size: 1.02rem;
  letter-spacing: 0.01em; color: var(--lp-cream-70); margin: 0 0 0.3rem;
}
.ledger-col--them .ledger-term::before { content: "\2212  "; color: var(--lp-cream-55); }
.ledger-col--us .ledger-term { color: var(--lp-cream); }
.ledger-col--us .ledger-term::before { content: "+  "; color: var(--lp-blue); }
.ledger-desc { color: var(--lp-cream-70); font-size: 0.95rem; line-height: 1.5; margin: 0; }
.rig-strip { margin-top: 1.25rem; padding: 1.25rem 1.4rem; }
.rig-lead { color: var(--lp-cream-70); margin: 0 0 0.85rem; }
.rig-lead strong { color: var(--lp-cream); font-weight: 600; }
.rig-chips { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.rig-chip {
  font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.45rem 0.7rem; color: var(--lp-blue-soft);
  border: 1px solid rgba(88, 160, 216, 0.35); background: rgba(88, 160, 216, 0.08);
}
@media (max-width: 760px) { .ledger { grid-template-columns: 1fr; } }

/* ── Pricing ────────────────────────────────────────────────────────────── */
.pricing-note { color: var(--lp-cream-55); margin: -0.5rem 0 1.5rem; line-height: 1.7; }
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; align-items: stretch; }
.plan { position: relative; display: flex; flex-direction: column; padding: 1.7rem 1.5rem 1.5rem; }
.plan.featured {
  border-color: rgba(88, 160, 216, 0.6); background: rgba(88, 160, 216, 0.06);
  box-shadow: 0 0 0 1px rgba(88, 160, 216, 0.25), 0 24px 60px rgba(0, 0, 0, 0.45);
}
.plan.featured::before {
  content: 'Recommended'; position: absolute; top: -1px; right: 1.25rem;
  background: var(--lp-blue); color: var(--on-primary);
  font-family: var(--font-mono); font-weight: 700; font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 0.32rem 0.55rem;
}
.plan-tier {
  font-family: 'Archivo Black', 'Archivo', sans-serif; font-weight: 400; font-size: 1.35rem;
  letter-spacing: 0; text-transform: uppercase; color: var(--lp-cream); margin: 0 0 0.45rem; line-height: 1.05;
}
.plan-method { display: flex; align-items: center; gap: 0.4rem; color: var(--lp-blue); margin: 0 0 1.1rem; }
.plan-method .mi { font-size: 1rem; }
.plan-price {
  font-family: 'Archivo Black', 'Archivo', sans-serif; font-weight: 400; font-size: 1.45rem;
  line-height: 1; text-transform: uppercase; letter-spacing: 0; color: var(--lp-cream); margin: 0 0 1rem;
}
.plan-price .small {
  display: block; margin-top: 0.45rem;
  font-family: var(--font-mono); font-weight: 500; font-size: 0.66rem; letter-spacing: 0.16em; color: var(--lp-cream-55);
}
.plan-trial {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.45rem;
  width: 100%; min-height: 48px; margin: 0 0 1rem;
  background: var(--lp-blue); color: var(--on-primary); text-decoration: none;
  font-family: var(--font-body); font-weight: 600; font-size: 0.95rem;
  transition: filter 0.12s, transform 0.12s var(--ease-out-quint), box-shadow 0.12s;
}
.plan-trial:hover { filter: brightness(1.06); transform: translateY(-2px); box-shadow: 0 6px 0 #3F86C2; }
.plan-trial:active { transform: translateY(1px); box-shadow: 0 2px 0 #3F86C2; }
.plan-trial .mi { font-size: 1.1rem; }
.plan-sub { color: var(--lp-cream-70); font-size: 0.95rem; line-height: 1.55; margin: 0 0 0.9rem; }
.plan-pitch {
  padding: 0.7rem 0.9rem; margin: 0 0 1rem; font-size: 0.92rem; line-height: 1.5;
  border-left: 3px solid var(--lp-blue); background: rgba(88, 160, 216, 0.08); color: var(--lp-cream-70);
}
.plan-pitch strong { color: var(--lp-cream); font-weight: 600; }
.plan-features { list-style: none; margin: 0 0 1.2rem; padding: 0; display: flex; flex-direction: column; gap: 0.5rem; }
.plan-features li { display: flex; align-items: flex-start; gap: 0.5rem; font-size: 0.92rem; line-height: 1.45; color: var(--lp-cream-70); }
.plan-features .mi { color: var(--lp-blue); font-size: 1.1rem; flex-shrink: 0; margin-top: 0.05rem; }
.plan-volume { margin: auto 0 0; padding-top: 0.5rem; font-size: 0.85rem; line-height: 1.5; color: var(--lp-cream-55); }
.plan-volume-link { color: var(--lp-blue-soft); text-decoration: underline; text-underline-offset: 2px; }
.plan-volume-link:hover { color: var(--lp-blue); }
@media (max-width: 960px) {
  .pricing { grid-template-columns: 1fr; max-width: 560px; }
  .plan.featured { order: -1; }
}

/* Talk to a human */
.early-access { margin-top: 2rem; padding: 2rem 1.5rem; text-align: center; }
.ea-stamp {
  display: inline-flex; align-items: center; gap: 0.6rem; margin-bottom: 0.9rem;
  color: var(--lp-blue-soft);
}
.ea-title {
  font-family: 'Archivo Black', 'Archivo', sans-serif; font-weight: 400;
  font-size: clamp(1.4rem, 3vw, 2rem); text-transform: uppercase; letter-spacing: 0;
  color: var(--lp-cream); margin: 0 0 0.6rem; line-height: 1.05;
}
.ea-sub { color: var(--lp-cream-70); max-width: 52ch; margin: 0 auto 1.4rem; line-height: 1.6; }

/* ── FAQ ────────────────────────────────────────────────────────────────── */
.faq-stack { max-width: 840px; }
.faq-item { border-top: 1px solid var(--lp-line); }
.faq-item:last-child { border-bottom: 1px solid var(--lp-line); }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.05rem 0; min-height: 56px; text-align: left;
  font-family: var(--font-label); font-weight: 700; font-size: 1rem; letter-spacing: 0.02em;
  color: var(--lp-cream);
}
.faq-q:hover { color: var(--lp-blue-soft); }
.faq-q .mi { color: var(--lp-blue); flex-shrink: 0; transition: transform 0.25s var(--ease-out-quint); }
.faq-item.open .faq-q .mi { transform: rotate(180deg); }
.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.3s var(--ease-out-quint); }
.faq-item.open .faq-a { grid-template-rows: 1fr; }
/* Padding lives on the OPEN state only: a 0fr grid row still reserves the
   item's padding, so a collapsed answer leaked one line of text below the
   question in Chromium. */
.faq-a-inner { overflow: hidden; color: var(--lp-cream-70); line-height: 1.65; padding-bottom: 0; transition: padding-bottom 0.3s var(--ease-out-quint); }
.faq-item.open .faq-a-inner { padding-bottom: 1.2rem; }
.faq-a-inner strong { color: var(--lp-cream); font-weight: 600; }
.faq-a-inner a { color: var(--lp-blue-soft); text-decoration: underline; text-underline-offset: 2px; }
@media (prefers-reduced-motion: reduce) { .faq-a, .faq-a-inner, .faq-q .mi { transition: none; } }

/* ── Guides callout ─────────────────────────────────────────────────────── */
.guides-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 0.9rem; margin: 0 0 1.6rem;
}
.guide-chip {
  display: block; text-decoration: none; text-align: left;
  padding: 1rem 1.1rem 1.1rem; border-top: 2px solid var(--lp-blue);
  transition: border-color 0.15s, transform 0.15s var(--ease-out-quint);
}
.guide-chip:hover { transform: translateY(-2px); border-color: rgba(88, 160, 216, 0.5); border-top-color: var(--lp-blue); }
.guide-chip-kicker { color: var(--lp-blue); margin: 0 0 0.4rem; font-size: 0.64rem; }
.guide-chip-title {
  font-family: var(--font-label); font-weight: 700; font-size: 1rem; letter-spacing: 0.04em;
  text-transform: uppercase; color: var(--lp-cream); margin: 0; line-height: 1.2;
}

/* ── Final CTA ──────────────────────────────────────────────────────────── */
.cta-banner {
  text-align: center; padding: clamp(4rem, 9vw, 7rem) 0;
  background: radial-gradient(ellipse 60% 70% at 50% 100%, rgba(88, 160, 216, 0.22), transparent 70%);
}
.cta-pill {
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 0.5rem 1rem; margin-bottom: 1.4rem;
  border: 1px solid rgba(88, 160, 216, 0.5); color: var(--lp-blue-soft);
}
.cta-banner h2 {
  font-family: 'Archivo Black', 'Archivo', sans-serif; font-weight: 400;
  font-size: clamp(2rem, 6vw, 4.4rem); line-height: 0.95; text-transform: uppercase; letter-spacing: 0;
  color: var(--lp-cream); margin: 0 0 1.1rem;
}
.cta-banner h2 .accent { color: var(--lp-blue); }
.cta-sub { color: var(--lp-cream-70); max-width: 46ch; margin: 0 auto 1.8rem; line-height: 1.6; font-size: 1.05rem; }
.cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.85rem; }
.cta-actions .btn { min-height: 56px; }
@media (max-width: 640px) {
  .cta-actions { flex-direction: column; align-items: stretch; }
  .cta-actions .btn { width: 100%; }
}

/* ── Footer ─────────────────────────────────────────────────────────────── */
.kfooter.kfooter--rich {
  display: block; background: var(--lp-bg); border-top: 1px solid var(--lp-line);
  padding: 4rem var(--lp-gutter) 3rem;
}
.kfooter-grid {
  max-width: var(--lp-max); margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem 2.5rem; align-items: start;
}
.kfooter-brand .kfooter-logo {
  font-family: 'Archivo Black', 'Archivo', sans-serif; font-size: 1.7rem; letter-spacing: 0.01em; margin-bottom: 0.9rem;
}
.kfooter-tag { color: var(--lp-cream-55); font-size: 0.92rem; line-height: 1.55; margin: 0 0 1rem; max-width: 380px; }
.kfooter-copy { font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--lp-cream-55); margin: 0; }
.kfooter-col { display: flex; flex-direction: column; gap: 0.45rem; }
.kfooter-col-head { font-family: var(--font-mono); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--lp-blue); margin-bottom: 0.4rem; }
.kfooter-col a { color: var(--lp-cream-70); text-decoration: none; font-size: 0.92rem; letter-spacing: 0.01em; transition: color 0.15s; min-height: auto; }
.kfooter-col a:hover { color: var(--lp-blue); }
@media (max-width: 960px) {
  .kfooter-grid { grid-template-columns: 1fr 1fr; row-gap: 2rem; }
  .kfooter-brand { grid-column: 1 / -1; }
  .kfooter-col { gap: 0.15rem; }
  .kfooter-col a { min-height: 44px; display: flex; align-items: center; }
}
@media (max-width: 480px) { .kfooter-grid { grid-template-columns: 1fr; } }

/* ── Bottom tab bar (phones) ────────────────────────────────────────────── */
.tab-bar { display: none; }
@media (max-width: 760px) {
  body { padding-bottom: calc(66px + env(safe-area-inset-bottom, 0px)); }
  .tab-bar {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: var(--z-nav);
    background: rgba(17, 17, 19, 0.88);
    -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px);
    border-top: 1px solid var(--lp-line);
    padding: 0.3rem 0.35rem calc(0.3rem + env(safe-area-inset-bottom, 0px));
    box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.45);
  }
  .tab-bar a {
    flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px;
    min-height: 56px; color: var(--lp-cream-55); text-decoration: none;
    font-family: var(--font-mono); font-size: 0.58rem; letter-spacing: 0.1em; text-transform: uppercase;
    transition: color 0.15s;
  }
  .tab-bar a .mi { font-size: 1.35rem; }
  .tab-bar a.is-active, .tab-bar a:hover { color: var(--lp-blue); }
  .tab-bar a.tab-primary .mi { color: var(--lp-blue); }
  /* Overlays sit above the tab bar. */
  .flyer-modal, .show-sheet, .fj-modal, .shot-modal { padding-bottom: 0; }
}

/* ── Modals: contact + screenshot lightbox ──────────────────────────────── */
.fj-modal {
  position: fixed; inset: 0; z-index: var(--z-overlay);
  display: flex; align-items: center; justify-content: center; padding: 1rem;
}
.fj-modal.hidden, .shot-modal.hidden { display: none; }
.fj-backdrop, .shot-backdrop {
  position: absolute; inset: 0; background: rgba(9, 9, 10, 0.8);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.fj-card {
  position: relative; width: 100%; max-width: 480px; max-height: 92vh; overflow: auto;
  background: #1A1A1E; border: 1px solid var(--lp-line-strong); border-top: 3px solid var(--lp-blue);
  padding: 1.75rem 1.5rem; color: var(--lp-cream);
}
.fj-card .h-lg { font-size: 1.5rem; color: var(--lp-cream); }
.fj-card .muted { color: var(--lp-cream-70); }
.fj-close {
  position: absolute; top: 0.35rem; right: 0.35rem; width: 44px; height: 44px;
  font-size: 1.6rem; line-height: 1; color: var(--lp-cream-70);
}
.fj-close:hover { color: var(--lp-cream); }
.ea-form { display: flex; }
.ea-field { display: flex; flex-direction: column; gap: 0.4rem; }
.ea-label { font-family: var(--font-label); font-weight: 700; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--lp-cream-70); }
.ea-optional { font-weight: 400; letter-spacing: 0; text-transform: none; color: var(--lp-cream-55); }
.ea-input {
  width: 100%; padding: 0.8rem 0.9rem; border-radius: 0;
  background: #111113; border: 1px solid var(--lp-line-strong); color: var(--lp-cream);
  font: inherit; font-size: 1rem; line-height: 1.4;
}
.ea-input::placeholder { color: var(--lp-cream-55); opacity: 1; }
.ea-input:focus { outline: none; border-color: var(--lp-blue); box-shadow: 0 0 0 3px rgba(88, 160, 216, 0.25); }
.ea-note { margin: 0.8rem 0 0; font-size: 0.9rem; color: var(--lp-cream-70); min-height: 1.2em; }
.ea-note.error { color: #EF4444; }
.shot-modal {
  position: fixed; inset: 0; z-index: var(--z-overlay);
  display: flex; align-items: center; justify-content: center; padding: 1.5rem;
}
.shot-frame {
  position: relative; display: flex; flex-direction: column;
  max-width: min(1100px, 96vw); max-height: 92vh;
  background: #1A1A1E; border: 1px solid var(--lp-line-strong); padding: 0.75rem;
}
.shot-frame img { max-width: 100%; max-height: calc(92vh - 5rem); object-fit: contain; display: block; }
.shot-title { color: var(--lp-blue); text-align: center; padding: 0.75rem 0.25rem 0; font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; }
.shot-close {
  position: absolute; top: -14px; right: -14px; width: 44px; height: 44px;
  background: var(--lp-blue); color: var(--on-primary); font-size: 1.6rem; line-height: 1;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.45);
}
.shot-missing { padding: 3rem 2rem; color: var(--lp-cream-70); text-align: center; }

/* Kinetic button faces on the charcoal canvas. */
.btn-on-dark { border-color: var(--lp-line-strong); color: var(--lp-cream); }
.btn-on-dark:hover { background: var(--lp-cream); color: var(--lp-bg); border-color: var(--lp-cream); }
