/* ──────────────────────────────────────────────────────────────────
 * Bushpass marketing site · shared styles
 *
 * Mirrors the Driftwork Atlas design system used across the dashboard
 * (sticker shadows, paper noise, terracotta + sun palette, hand
 * lettering on accents) so the public site and the in-app experience
 * feel like the same product. No build step, no Tailwind, no JS.
 * ────────────────────────────────────────────────────────────── */

:root {
  --bg:           #faf2dd;
  --bg-card:      #fbf4e3;
  --fg:           #2a1d10;
  --fg-soft:      #5a4636;
  --fg-mute:      #8a7560;
  --primary:      #c25a37;
  --primary-deep: #7a3722;
  --primary-soft: #f0d4c2;
  --sun:          #f0b840;
  --sun-soft:     #fce8a8;
  --ocean:        #4a8a99;
  --ocean-soft:   #c5dde2;
  --line:         #2a1d10;
  --danger:       #c43d2c;

  --shadow-sticker: 4px 4px 0 rgba(42, 29, 16, 0.85);
  --shadow-sticker-sm: 3px 3px 0 rgba(42, 29, 16, 0.85);
  --shadow-soft: 0 8px 22px -10px rgba(42, 29, 16, 0.3);

  --paper-noise: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.4 0 0 0 0 0.25 0 0 0 0 0.1 0 0 0 0.08 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");

  --ease-soft: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  background-image: var(--paper-noise);
  color: var(--fg);
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection { background: var(--sun); color: var(--fg); }

a { color: var(--primary-deep); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
a:hover { color: var(--primary); }

img { max-width: 100%; display: block; }

/* ─── Type ──────────────────────────────────────────────────── */

.font-display { font-family: "Alfa Slab One", Georgia, serif; letter-spacing: -0.01em; line-height: 1.05; }
.font-serif   { font-family: "DM Serif Display", Georgia, serif; font-style: italic; line-height: 1.2; }
.font-hand    { font-family: "Caveat", "Comic Sans MS", cursive; line-height: 1.1; }

h1, h2, h3, h4 { font-family: "Alfa Slab One", Georgia, serif; letter-spacing: 0.005em; line-height: 1.1; margin: 0; color: var(--fg); }
h1 { font-size: clamp(36px, 5.6vw, 64px); letter-spacing: 0.015em; }
h2 { font-size: clamp(26px, 3.6vw, 38px); letter-spacing: 0.01em; }
h3 { font-size: clamp(18px, 2.2vw, 24px); }
h4 { font-size: 18px; }

p { margin: 0 0 16px; color: var(--fg-soft); }

.lede { font-family: "DM Serif Display", Georgia, serif; font-style: italic; font-size: clamp(20px, 2.4vw, 26px); color: var(--fg); line-height: 1.45; }

.kicker {
  display: inline-block;
  font-family: "Alfa Slab One", Georgia, serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: var(--sun);
  color: var(--fg);
  border: 2px solid var(--line);
  box-shadow: var(--shadow-sticker-sm);
  padding: 6px 12px;
  transform: rotate(-1.5deg);
}

.script {
  font-family: "Caveat", cursive;
  font-size: 26px;
  color: var(--primary-deep);
  display: inline-block;
  transform: rotate(-2deg);
}

/* ─── Layout ────────────────────────────────────────────────── */

.wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 28px;
}

.section { padding: 64px 0; }
.section-tight { padding: 40px 0; }

/* ─── Top bar ──────────────────────────────────────────────── */

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 242, 221, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 2px solid var(--line);
}

.topbar-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 14px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

/* The right-hand CTA cluster lives in the topbar at every viewport — it
   carries the two primary actions ("Open the app →" and "Get a pass →")
   so they stay visible even when the rest of the nav collapses into the
   hamburger drawer. On desktop it sits next to .nav (margin-right:auto
   on .brand absorbs the slack); on mobile .nav becomes the absolute
   drawer and this cluster slides into its place between brand and the
   hamburger. */
.topbar-cta {
  display: flex;
  align-items: center;
  gap: 10px;
  order: 2;
  flex-shrink: 0;
}
.topbar-cta .btn { flex-shrink: 0; }

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--fg);
  margin-right: auto;
  order: 0;
}

.nav { order: 1; }
.nav-toggle { order: 3; }

/* Keep every topbar link/CTA on a single line — flex containers shrink
   their items by default and that lets long labels like "What it does"
   or "GET A PASS →" wrap onto two lines as soon as the row gets tight.
   nowrap forces single-line, flex-shrink:0 stops the labels from
   collapsing below their natural width. */
.nav a:not(.btn) {
  white-space: nowrap;
  flex-shrink: 0;
}
.brand-ticket {
  width: 168px;
  height: 70px;
  object-fit: cover;
  object-position: center;
  display: block;
  flex-shrink: 0;
  filter: drop-shadow(2px 2px 0 rgba(42, 29, 16, 0.18));
  transform: rotate(-2deg);
  transition: transform 200ms ease;
}
.brand:hover .brand-ticket {
  transform: rotate(-4deg) scale(1.04);
}

.nav { display: flex; align-items: center; gap: 26px; }
.nav a:not(.btn) {
  position: relative;
  font-family: "Alfa Slab One", Georgia, serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.005em;
  text-transform: none;
  text-decoration: none;
  color: var(--fg);
  padding: 4px 0;
  transition: color 0.15s ease;
}
.nav a:not(.btn):hover { color: var(--primary-deep); }
.nav a:not(.btn):hover::after,
.nav a:not(.btn)[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: 0;
  height: 2px;
  background: var(--primary);
  transform: rotate(-0.6deg);
  border-radius: 2px;
}
.nav a:not(.btn)[aria-current="page"] { color: var(--primary-deep); }

/* ─── Buttons ──────────────────────────────────────────────── */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  font-family: "Alfa Slab One", serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid var(--line);
  cursor: pointer;
  transition: transform 0.15s var(--ease-soft), box-shadow 0.15s var(--ease-soft), background 0.15s ease;
  box-shadow: var(--shadow-sticker);
  white-space: nowrap;
}
.btn:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 rgba(42, 29, 16, 0.85); }
.btn:active { transform: translate(0, 0); box-shadow: 2px 2px 0 rgba(42, 29, 16, 0.85); }

.btn-primary { background: var(--fg); color: var(--bg); }
.btn-primary:hover { background: var(--primary); color: white; }

.btn-sun { background: var(--sun); color: var(--fg); }
.btn-sun:hover { background: #f5c660; }

.btn-ghost { background: var(--bg-card); color: var(--fg); }
.btn-ghost:hover { background: var(--primary-soft); }

.btn-sm { padding: 9px 16px; font-size: 11px; }

/* ─── Sticker cards ────────────────────────────────────────── */

.sticker {
  background: var(--bg-card);
  border: 2px solid var(--line);
  box-shadow: var(--shadow-sticker);
  padding: 28px;
  position: relative;
}

.sticker--sun  { background: var(--sun-soft); }
.sticker--rose { background: var(--primary-soft); }
.sticker--ocean { background: var(--ocean-soft); }

.tilt-l { transform: rotate(-1deg); }
.tilt-r { transform: rotate(1deg); }
.tilt-l2 { transform: rotate(-2deg); }
.tilt-r2 { transform: rotate(2deg); }

/* The little brad/stud in the corner */
.brad {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 18px;
  height: 18px;
  background: var(--fg);
  border: 2px solid var(--bg);
  border-radius: 50%;
}

/* ─── Hero ─────────────────────────────────────────────────── */

.hero {
  position: relative;
  padding: 72px 0 56px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 75% 10%, rgba(240, 184, 64, 0.55), transparent 55%),
    radial-gradient(ellipse at 5% 90%, rgba(74, 138, 153, 0.25), transparent 55%);
  pointer-events: none;
}
.hero > .wrap { position: relative; }
.hero h1 { margin-top: 16px; }
.hero .lede { margin-top: 22px; max-width: 620px; }
.hero-cta { margin-top: 36px; display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }

/* ─── Feature grid ─────────────────────────────────────────── */

.grid {
  display: grid;
  gap: 22px;
}
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: 1.1fr 1fr; }

@media (max-width: 880px) {
  .grid-3 { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .topbar-inner { padding: 12px 18px; }
  .nav { gap: 16px; }
  .nav a { font-size: 13px; }
  .wrap { padding: 0 18px; }
  .section { padding: 56px 0; }
  .hero { padding: 56px 0 40px; }

  /* CTAs stay visible in the topbar even after the hamburger appears.
     Tighter spacing + smaller pills so brand + 2 buttons + hamburger
     all fit on the same row. */
  .topbar-cta { gap: 6px; }
  .topbar-cta .btn-sm {
    padding: 7px 10px;
    font-size: 9px;
    letter-spacing: 0.08em;
  }
}

/* Narrow phones (≤ 480px) — really tight, ditch the all-caps tracking. */
@media (max-width: 480px) {
  .topbar-cta { gap: 4px; }
  .topbar-cta .btn-sm {
    padding: 6px 8px;
    font-size: 8px;
    letter-spacing: 0.04em;
  }
}

/* Intermediate-desktop bridge (881–1100px) — narrow laptop windows where
   the full nav is still visible (above the 880px drawer threshold) but
   brand + 6 links + 2 CTAs no longer fit at default sizes. Shrink both
   the text-link gap and the CTA pills a notch so nothing wraps inside
   the buttons and nothing overflows the topbar edge. */
@media (min-width: 881px) and (max-width: 1100px) {
  .nav { gap: 14px; }
  .nav a:not(.btn) { font-size: 12px; }
  .topbar-cta { gap: 8px; }
  .topbar-cta .btn-sm {
    padding: 8px 12px;
    font-size: 10px;
    letter-spacing: 0.12em;
  }
}

.feature h3 { margin-bottom: 8px; }
.feature .icon-blob {
  width: 44px; height: 44px;
  background: var(--primary);
  border: 2px solid var(--line);
  border-radius: 50%;
  display: grid; place-items: center;
  color: white;
  font-family: "Alfa Slab One", serif;
  font-size: 20px;
  margin-bottom: 14px;
  transform: rotate(-6deg);
  box-shadow: var(--shadow-sticker-sm);
}
.feature--sun .icon-blob  { background: var(--sun); color: var(--fg); }
.feature--ocean .icon-blob { background: var(--ocean); color: white; }

/* ─── Pricing ──────────────────────────────────────────────── */

.price-tier {
  background: var(--bg-card);
  border: 2px solid var(--line);
  box-shadow: var(--shadow-sticker);
  padding: 36px 32px;
  position: relative;
}
.price-tier .tag {
  position: absolute;
  top: -14px; left: 24px;
  background: var(--sun);
  border: 2px solid var(--line);
  padding: 4px 12px;
  font-family: "Alfa Slab One", serif;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transform: rotate(-3deg);
  box-shadow: var(--shadow-sticker-sm);
}
.price-tier h3 { font-size: 22px; }
.price-tier .price {
  margin-top: 14px;
  font-family: "Alfa Slab One", serif;
  font-size: 56px;
  color: var(--primary-deep);
  line-height: 1;
}
.price-tier .price-cycle { font-family: "Plus Jakarta Sans", sans-serif; font-size: 14px; color: var(--fg-mute); margin-left: 6px; }
.price-tier .price-note { font-family: "DM Serif Display", serif; font-style: italic; color: var(--fg-soft); margin-top: 8px; }

.price-list { list-style: none; padding: 0; margin: 22px 0; }
.price-list li {
  position: relative;
  padding: 6px 0 6px 26px;
  font-size: 15px;
  color: var(--fg-soft);
}
.price-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: 700;
}

/* ─── Legal pages ──────────────────────────────────────────── */

.legal {
  max-width: 760px;
  margin: 0 auto;
  padding: 56px 28px 96px;
}
.legal h1 { font-size: clamp(34px, 5vw, 52px); margin-bottom: 12px; }
.legal h2 { font-size: 24px; margin: 40px 0 12px; }
.legal h3 { font-size: 18px; margin: 24px 0 8px; }
.legal p, .legal li { color: var(--fg-soft); font-size: 16px; }
.legal ul, .legal ol { padding-left: 22px; margin-bottom: 18px; }
.legal li { margin-bottom: 6px; }
.legal .meta {
  font-family: "DM Serif Display", serif;
  font-style: italic;
  color: var(--fg-mute);
  margin-bottom: 32px;
  border-bottom: 2px solid rgba(42, 29, 16, 0.12);
  padding-bottom: 18px;
}
.legal .callout {
  margin: 24px 0;
  padding: 18px 22px;
  background: var(--sun-soft);
  border: 2px solid var(--line);
  box-shadow: var(--shadow-sticker-sm);
}
.legal .callout p:last-child { margin-bottom: 0; }
.legal a { color: var(--primary-deep); }

/* ─── Footer ───────────────────────────────────────────────── */

.foot {
  margin-top: 60px;
  border-top: 2px solid var(--line);
  background: var(--bg-card);
  padding: 40px 0 32px;
}
.foot-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 28px;
}
.foot h4 {
  font-family: "Alfa Slab One", serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg);
  margin-bottom: 12px;
}
.foot ul { list-style: none; padding: 0; margin: 0; }
.foot li { margin-bottom: 6px; }
.foot a { text-decoration: none; color: var(--fg-soft); font-size: 14px; }
.foot a:hover { color: var(--primary-deep); }
.foot .legal-line {
  max-width: 1100px;
  margin: 28px auto 0;
  padding: 18px 28px 0;
  border-top: 1px solid rgba(42, 29, 16, 0.15);
  font-size: 13px;
  color: var(--fg-mute);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 880px) {
  .foot-inner { grid-template-columns: 1fr 1fr; }
}

/* ─── Misc ─────────────────────────────────────────────────── */

.divider {
  display: flex; align-items: center; gap: 14px;
  margin: 60px 0 30px;
}
.divider::before, .divider::after {
  content: ""; flex: 1; height: 2px; background: var(--line); opacity: 0.18;
}
.divider span {
  font-family: "Caveat", cursive;
  font-size: 22px;
  color: var(--primary-deep);
  transform: rotate(-1.5deg);
}

.faq { margin-top: 14px; }
.faq details {
  background: var(--bg-card);
  border: 2px solid var(--line);
  box-shadow: var(--shadow-sticker-sm);
  padding: 18px 22px;
  margin-bottom: 14px;
}
.faq summary {
  cursor: pointer;
  font-family: "Alfa Slab One", serif;
  font-size: 16px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 22px; color: var(--primary-deep); }
.faq details[open] summary::after { content: "+"; transform: rotate(45deg); }
.faq details[open] { background: var(--sun-soft); }
.faq p { margin: 12px 0 0; }

/* ─── Image frames (polaroid + sticker) ────────────────────── */

.polaroid {
  background: white;
  border: 2px solid var(--line);
  box-shadow: var(--shadow-sticker);
  padding: 12px 12px 32px;
  position: relative;
  display: inline-block;
}
.polaroid img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(42, 29, 16, 0.2);
  display: block;
}
.polaroid .caption {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "Caveat", cursive;
  font-size: 18px;
  color: var(--fg);
}
.polaroid .pin {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(-8deg);
  width: 28px;
  height: 16px;
  background: linear-gradient(180deg, #d4a3a3, #a06464);
  border: 1.5px solid var(--line);
  border-radius: 6px / 4px;
  box-shadow: 1px 2px 0 rgba(42, 29, 16, 0.4);
}

.framed-img {
  background: var(--bg-card);
  border: 2px solid var(--line);
  box-shadow: var(--shadow-sticker);
  overflow: hidden;
}
.framed-img img { width: 100%; height: auto; display: block; }

.hero-art {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-art .polaroid {
  max-width: 460px;
  width: 100%;
  transform: rotate(2.5deg);
}

/* ─── Feature pile (grouped feature lists with image) ──────── */

.pile {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin: 0;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.pile.flip { grid-template-columns: 1fr 1fr; }
.pile.flip .pile-text { order: 2; }
.pile.flip .pile-art  { order: 1; }
.pile h2 { font-size: clamp(22px, 2.8vw, 30px); line-height: 1.2; }
.pile-text .kicker { margin-bottom: 12px; }
.pile-text p { font-family: "DM Serif Display", serif; font-style: italic; font-size: 17px; color: var(--fg); margin-top: 12px; line-height: 1.5; }
.pile-list { list-style: none; padding: 0; margin: 18px 0 0; }
.pile-list li {
  position: relative;
  padding: 8px 0 8px 32px;
  border-bottom: 1px dashed rgba(42, 29, 16, 0.18);
  font-size: 14px;
  color: var(--fg-soft);
  line-height: 1.5;
}
.pile-list li:last-child { border-bottom: 0; }
.pile-list li strong { color: var(--fg); display: block; font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700; font-size: 14px; margin-bottom: 2px; }
.pile-list li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 14px;
  width: 12px;
  height: 12px;
  background: var(--sun);
  border: 2px solid var(--line);
  border-radius: 50%;
}
.pile-art { display: flex; justify-content: center; }
.pile-art .polaroid { max-width: 440px; width: 100%; }
.pile-art .polaroid.tilt-l { transform: rotate(-2deg); }
.pile-art .polaroid.tilt-r { transform: rotate(2deg); }

.polaroid-trio {
  position: relative;
  width: 100%;
  max-width: 460px;
  aspect-ratio: 1 / 1.05;
}
.polaroid-trio .polaroid {
  position: absolute;
  width: 62%;
  padding: 10px 10px 34px;
  display: block;
}
.polaroid-trio .polaroid .pin { width: 24px; height: 14px; top: -8px; }
.polaroid-trio .polaroid .caption { font-size: 14px; bottom: 8px; line-height: 1.15; }
.polaroid-trio .polaroid:nth-child(1) {
  top: 0;
  left: 0;
  transform: rotate(-7deg);
  z-index: 1;
}
.polaroid-trio .polaroid:nth-child(2) {
  top: 6%;
  right: 0;
  transform: rotate(5deg);
  z-index: 2;
}
.polaroid-trio .polaroid:nth-child(3) {
  bottom: 0;
  left: 19%;
  transform: rotate(-2deg);
  z-index: 3;
}
@media (max-width: 880px) {
  .polaroid-trio { max-width: 360px; aspect-ratio: 1 / 1; }
  .polaroid-trio .polaroid { width: 60%; }
}

@media (max-width: 880px) {
  .pile, .pile.flip { grid-template-columns: 1fr; gap: 18px; margin: 40px 0; }
  .pile.flip .pile-text { order: 1; }
  .pile.flip .pile-art  { order: 2; }
}

/* ─── Transparency split (local vs proxy) ──────────────────── */

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 28px;
}
.split-card {
  background: var(--bg-card);
  border: 2px solid var(--line);
  box-shadow: var(--shadow-sticker);
  padding: 28px;
  position: relative;
}
.split-card.local  { background: #e8f1d6; }
.split-card.proxy  { background: #f5e2c8; }
.split-card h3 { font-size: 19px; }
.split-card .stamp {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  padding: 4px 10px;
  background: var(--fg);
  color: var(--bg);
  font-family: "Alfa Slab One", serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 2px solid var(--line);
  transform: rotate(-1.5deg);
}
.split-card.proxy .stamp { background: var(--primary); color: white; }
.split-card ul { list-style: none; padding: 0; margin: 14px 0 0; }
.split-card li {
  position: relative;
  padding: 6px 0 6px 26px;
  font-size: 14px;
  color: var(--fg-soft);
}
.split-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  font-weight: 700;
  color: var(--primary-deep);
}
.split-card.proxy li::before { content: "→"; color: var(--primary-deep); }

@media (max-width: 880px) {
  .split { grid-template-columns: 1fr; }
}

/* ─── Pile spacing between sections ───────────────────────── */

.pile + .pile { margin-top: 56px; }
.pile:first-of-type { margin-top: 40px; }
.pile:last-of-type { margin-bottom: 0; }

/* ─── Tour stops (screenshot scrapbook) ───────────────────── */

.tour-stop {
  max-width: 1080px;
  margin: 0 auto 88px;
  text-align: center;
}
.tour-stop:last-child { margin-bottom: 0; }

.tour-step {
  display: inline-block;
  font-family: "Caveat", cursive;
  font-size: 22px;
  color: var(--fg-soft);
  margin-bottom: 6px;
}

.tour-stop h3 {
  font-size: clamp(22px, 2.6vw, 30px);
  margin: 0 auto;
  max-width: 720px;
  letter-spacing: 0.01em;
}

.tour-stop p.tour-blurb {
  font-family: "DM Serif Display", serif;
  font-style: italic;
  font-size: 17px;
  color: var(--fg);
  max-width: 620px;
  margin: 12px auto 26px;
  line-height: 1.5;
}

.tour-frame {
  position: relative;
  background: white;
  padding: 14px 14px 14px;
  border: 2px solid var(--line);
  box-shadow: 8px 8px 0 rgba(42, 29, 16, 0.45);
  transform: rotate(-0.4deg);
  display: inline-block;
  width: 100%;
  max-width: 1040px;
}
.tour-stop:nth-child(even) .tour-frame { transform: rotate(0.4deg); }

.tour-frame::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(-4deg);
  width: 36px;
  height: 14px;
  background: var(--sun);
  border: 1px solid var(--line);
  box-shadow: 1px 1px 0 rgba(42, 29, 16, 0.5);
  opacity: 0.85;
  z-index: 2;
}

.tour-frame img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(42, 29, 16, 0.18);
}

/* Tiny "telegraph" line under each tour stop's caption, telling the
   visitor where the data on this screen flows. Hand-script Caveat to stay
   in line with the rest of the postcard tone (kicker squiggles, captions,
   ~ tildes ~ everywhere). No box, no border, no label — just a quiet
   one-liner that reads like a postscript on a polaroid. */
.tour-stop p.tour-wires {
  font-family: "Caveat", cursive;
  font-size: 18px;
  line-height: 1.35;
  color: var(--fg-soft);
  opacity: 0.85;
  margin: 6px auto 0;
  max-width: 640px;
  text-align: center;
}

.tour-stop .tour-caption {
  font-family: "Caveat", cursive;
  font-size: 22px;
  color: var(--fg-soft);
  margin-top: 14px;
  display: block;
}

@media (max-width: 880px) {
  .tour-stop { margin-bottom: 56px; }
  .tour-frame { box-shadow: 4px 4px 0 rgba(42, 29, 16, 0.45); }
}

/* ─── Wire list (data flow between features on /what-it-does/) ──
   Each row is a sticky-note style card. Left column is the trigger
   action (slab serif, dark), right column is the cascade of auto-updates
   (italic serif, soft brown), connected by a small orange arrow. Slight
   alternating rotation echoes the postcard rhythm of the rest of the
   site without overdoing it. */

.wire-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 18px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.wire-list li {
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) 32px 2fr;
  align-items: start;
  gap: 16px;
  background: var(--bg-card);
  border: 1.5px solid rgba(42, 29, 16, 0.18);
  border-radius: 8px;
  padding: 20px 24px;
  box-shadow: 3px 3px 0 rgba(42, 29, 16, 0.12);
  transform: rotate(-0.4deg);
}
.wire-list li:nth-child(even) { transform: rotate(0.4deg); }
.wire-list li:hover {
  transform: rotate(-0.6deg) translateY(-2px);
  box-shadow: 5px 5px 0 rgba(42, 29, 16, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.wire-list li:nth-child(even):hover { transform: rotate(0.6deg) translateY(-2px); }
.wire-from {
  font-family: "Alfa Slab One", Georgia, serif;
  font-size: 16px;
  color: var(--fg);
  line-height: 1.3;
}
.wire-arrow {
  color: var(--primary);
  font-size: 26px;
  line-height: 1;
  text-align: center;
  align-self: center;
  font-weight: bold;
}
.wire-to {
  font-family: "DM Serif Display", Georgia, serif;
  font-style: italic;
  font-size: 17px;
  color: var(--fg-soft);
  line-height: 1.5;
}
@media (max-width: 760px) {
  .wire-list li {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px 18px;
  }
  .wire-arrow { text-align: left; font-size: 22px; }
  .wire-from { font-size: 15px; }
  .wire-to { font-size: 16px; }
}

/* ─── Tour carousel (multi-slide stops 02–05) ─────────────
 *
 * Same polaroid frame as .tour-frame, but holds 2–3 stacked
 * <figure> slides with a `← prev · ● ○ ○ · next →` pager. JS
 * lives at the bottom of /tour/index.html and is the only
 * scripted piece in this whole site. CSS-only fallback shows
 * the first slide if JS is disabled. */

.tour-carousel {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 1040px;
}

.tour-carousel-stage {
  position: relative;
  background: white;
  padding: 14px 14px 14px;
  border: 2px solid var(--line);
  box-shadow: 8px 8px 0 rgba(42, 29, 16, 0.45);
  transform: rotate(-0.4deg);
  width: 100%;
}
.tour-stop:nth-child(even) .tour-carousel-stage { transform: rotate(0.4deg); }

.tour-carousel-stage::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(-4deg);
  width: 36px;
  height: 14px;
  background: var(--sun);
  border: 1px solid var(--line);
  box-shadow: 1px 1px 0 rgba(42, 29, 16, 0.5);
  opacity: 0.85;
  z-index: 2;
}

.tour-carousel figure {
  margin: 0;
  display: none;
}
.tour-carousel figure[data-active] { display: block; }
.tour-carousel:not([data-ready]) figure:first-child { display: block; }

.tour-carousel figure img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(42, 29, 16, 0.18);
}

.tour-carousel figure figcaption {
  margin-top: 10px;
  text-align: center;
  font-family: "Caveat", cursive;
  font-size: 19px;
  color: var(--fg-soft);
  letter-spacing: 0.01em;
}

.tour-carousel-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 22px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* Prev / Next as round icon-buttons holding only an arrow SVG. Slight
   rotation echoes the hand-drawn rhythm of the rest of the page; hover
   lifts + tilts the ticket and flips it to the orange brand colour. */
.tour-carousel-nav button[data-dir] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  background: var(--bg-card);
  border: 1.5px solid rgba(42, 29, 16, 0.22);
  border-radius: 999px;
  color: var(--fg);
  cursor: pointer;
  box-shadow: 2px 2px 0 rgba(42, 29, 16, 0.14);
  transform: rotate(-1.5deg);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}
.tour-carousel-nav button[data-dir="next"] {
  transform: rotate(1.5deg);
}
.tour-carousel-nav button[data-dir] svg {
  display: block;
  pointer-events: none;
}
.tour-carousel-nav button[data-dir]:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary-deep);
  transform: rotate(-3.5deg) translate(-1px, -2px);
  box-shadow: 4px 4px 0 rgba(42, 29, 16, 0.22);
}
.tour-carousel-nav button[data-dir="next"]:hover {
  transform: rotate(3.5deg) translate(1px, -2px);
}
.tour-carousel-nav button[data-dir]:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
}

/* Dots: hide the inline unicode glyph (font-size: 0) and draw our own
   shape so they render identically across browsers. Active dot stretches
   into a small orange pill — clearer "you are here" than swapping colour. */
.tour-carousel-dots {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 7px 12px;
  background: rgba(42, 29, 16, 0.06);
  border-radius: 999px;
}
.tour-carousel-dots button {
  font-size: 0;
  line-height: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: var(--fg-mute);
  cursor: pointer;
  opacity: 0.55;
  transition:
    width 0.28s ease,
    background 0.28s ease,
    opacity 0.28s ease;
}
.tour-carousel-dots button:hover {
  opacity: 0.95;
  background: var(--fg-soft);
}
.tour-carousel-dots button[aria-current="true"] {
  width: 28px;
  background: var(--primary);
  opacity: 1;
}
.tour-carousel-dots button:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
}

@media (max-width: 880px) {
  .tour-carousel-stage { box-shadow: 4px 4px 0 rgba(42, 29, 16, 0.45); }
  .tour-carousel-nav { gap: 10px; }
  .tour-carousel-nav button[data-dir] {
    width: 40px;
    height: 40px;
  }
  .tour-carousel-nav button[data-dir] svg {
    width: 18px;
    height: 18px;
  }
  .tour-carousel-dots { padding: 5px 9px; gap: 6px; }
  .tour-carousel-dots button[aria-current="true"] { width: 22px; }
}

/* ──────────────────────────────────────────────────────────────────
 * MOBILE
 *
 * Three responsive tiers, going narrower:
 *   <= 880px : tablets and small laptops (already mostly handled above)
 *   <= 760px : phone landscape and large phone portrait — flips the
 *              top nav to a hamburger drawer and tightens spacings
 *   <= 480px : compact phone portrait — single-col footer, full-width
 *              hero CTAs, lighter rotations
 *
 * Anti-overflow note: many stickers/cards use small rotate() transforms
 * for a hand-drawn feel. On narrow screens those can stick a few pixels
 * past the viewport edge and trigger a horizontal scroll bar. We clip
 * the body to kill that — html stays scrollable so anchor jumps work.
 * ────────────────────────────────────────────────────────────── */

html { overflow-x: clip; }
body { overflow-x: clip; }

/* Hamburger toggle button — hidden on desktop, shown <=760px. The input
   is the actual state; the label is what the user taps. Three bars
   morph into an X via transforms when :checked. */
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 2px solid var(--line);
  background: var(--bg-card);
  box-shadow: var(--shadow-sticker-sm);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  border-radius: 4px;
  transform: rotate(-1.5deg);
  transition: transform 0.2s var(--ease-soft), box-shadow 0.2s var(--ease-soft);
  flex-shrink: 0;
}
.nav-toggle:hover {
  transform: rotate(-3deg) translate(-1px, -1px);
  box-shadow: 4px 4px 0 rgba(42, 29, 16, 0.85);
}
.nav-toggle-bar {
  display: block;
  width: 22px;
  height: 2.5px;
  background: var(--fg);
  border-radius: 2px;
  transition: transform 0.25s var(--ease-soft), opacity 0.2s ease;
  transform-origin: center;
}

/* Open state — bars become an X. */
.nav-toggle-input:checked ~ .nav-toggle .nav-toggle-bar:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}
.nav-toggle-input:checked ~ .nav-toggle .nav-toggle-bar:nth-child(2) {
  opacity: 0;
}
.nav-toggle-input:checked ~ .nav-toggle .nav-toggle-bar:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

@media (max-width: 760px) {

  /* ─ Topbar ─ */

  .topbar-inner {
    padding: 10px 16px;
    gap: 12px;
  }

  /* Brand logo — was 168x70, way too tall for a sticky topbar on a
     phone (would eat ~80px of vertical real estate). Scale it down and
     reduce the rotation so it sits more like a stamp than a sticker. */
  .brand-ticket {
    width: 116px;
    height: 48px;
    transform: rotate(-1.5deg);
    filter: drop-shadow(1px 1px 0 rgba(42, 29, 16, 0.18));
  }
  .brand:hover .brand-ticket {
    transform: rotate(-3deg) scale(1.03);
  }

  .nav-toggle { display: inline-flex; }

  /* ─ Drawer ─
     Off-canvas-ish vertical menu hidden until the hamburger is checked.
     We render it as `display: none` by default (instead of a slide
     animation) so screen readers don't see ghost content. */
  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--bg);
    border-bottom: 2px solid var(--line);
    box-shadow: 0 12px 24px -16px rgba(42, 29, 16, 0.45);
    padding: 8px 18px 18px;
    z-index: 60;
  }
  .nav-toggle-input:checked ~ .nav {
    display: flex;
  }

  /* Each link becomes a tappable row with a soft underline. */
  .nav a:not(.btn) {
    font-size: 17px;
    padding: 14px 4px;
    border-bottom: 1px dashed rgba(42, 29, 16, 0.18);
  }
  .nav a:not(.btn):last-of-type {
    border-bottom: 0;
  }
  .nav a:not(.btn):hover::after,
  .nav a:not(.btn)[aria-current="page"]::after {
    /* Underline reads weird inside a vertical drawer — kill it on mobile. */
    display: none;
  }
  .nav a:not(.btn)[aria-current="page"] {
    color: var(--primary-deep);
    font-weight: 700;
  }

  /* Get-a-pass CTA inside drawer becomes a full-width sun-yellow band. */
  .nav a.btn {
    margin-top: 10px;
    width: 100%;
    justify-content: center;
    padding: 14px 18px;
    font-size: 12px;
  }

  /* ─ Topbar layout — make sure it's relative so drawer can absolute. */
  .topbar { position: sticky; }
  .topbar-inner { position: relative; }

  /* ─ Hero ─ */
  .hero { padding: 40px 0 32px; }
  .hero h1 { font-size: clamp(30px, 8vw, 44px); }
  .hero .lede { font-size: 17px; margin-top: 16px; }
  .hero-cta { margin-top: 28px; gap: 12px; }
  .hero-cta .btn {
    flex: 1 1 auto;
    justify-content: center;
    min-width: 0;
  }
  .hero-cta .script {
    width: 100%;
    text-align: center;
    margin-top: 4px;
    font-size: 22px;
  }

  /* On mobile, the polaroid leads — it's the brand identity hook
     before the wall of text. CSS grid order beats source order. The
     parent grid's `gap: 40px` (set inline) already gives breathing
     room between the polaroid and the kicker, so no extra margin. */
  .hero .grid-2 > .hero-art { order: -1; }
  .hero-art .polaroid {
    max-width: 420px;
    width: 92%;
    transform: rotate(1deg);
  }

  /* ─ Kicker / script accents — tighter rotation so they don't poke
       past the wrap edge on tiny phones. */
  .kicker {
    font-size: 10px;
    padding: 5px 10px;
    transform: rotate(-1deg);
  }
  .script { font-size: 22px; transform: rotate(-1.5deg); }

  /* ─ Sticker / split / sticker shadows — soften on mobile so they
       don't overflow on narrow viewports. */
  .sticker, .price-tier, .split-card {
    box-shadow: 4px 4px 0 rgba(42, 29, 16, 0.85);
  }
  .sticker { padding: 22px; }
  .price-tier { padding: 28px 22px; }
  .split-card { padding: 22px; }

  /* ─ Pricing ─ */
  .price-tier .price { font-size: 44px; }
  .price-tier h3 { font-size: 20px; }

  /* ─ Tour stop tightening (already mostly handled, but spacing) ─ */
  .tour-stop { margin-bottom: 48px; }
  .tour-stop p.tour-blurb { font-size: 16px; }

  /* ─ Polaroid trio — tighter on phones so it fits next to the text. */
  .polaroid-trio { max-width: 280px; }
  .polaroid-trio .polaroid .caption { font-size: 12px; }

  /* ─ Pile spacing — was 18px gap, give it more breathing room when
       text and image stack vertically. */
  .pile, .pile.flip { gap: 24px; }
  .pile-art .polaroid { max-width: 360px; }

  /* ─ FAQ rows — reduce padding so they don't feel chunky. */
  .faq details { padding: 14px 16px; }
  .faq summary { font-size: 15px; }

  /* ─ Body type tightens 1px to keep line breaks readable. */
  body { font-size: 16px; }

  /* ─ Buttons in body content shrink slightly so two-button rows
       (e.g. "See the price" / "What it does") don't wrap awkwardly. */
  .btn { padding: 12px 18px; font-size: 11px; letter-spacing: 0.16em; }
  .btn-sm { padding: 9px 14px; font-size: 10px; }

  /* ─ Sections breathe a bit less. */
  .section { padding: 44px 0; }
  .section-tight { padding: 28px 0; }

  /* ─ Wrap padding tightens on phones. */
  .wrap { padding: 0 16px; }

  /* ─ Legal pages — same idea, tighter padding. */
  .legal { padding: 40px 18px 64px; }
  .legal h2 { font-size: 22px; margin-top: 32px; }
  .legal h3 { font-size: 17px; }
  .legal p, .legal li { font-size: 15px; }

  /* ─ Install page step rows — the desktop layout reserves an 88px column
       for the giant number digit. On phones that eats ~25% of the screen
       and squeezes the title into 3+ lines. We collapse to 56px + smaller
       digit and trim the gap, recovering ~50px of width for the prose.
       !important is needed because each row sets the columns inline so
       it can be tweaked per row at full width. */
  .step-row {
    grid-template-columns: 56px 1fr !important;
    gap: 16px !important;
  }
  .step-row > :first-child { font-size: 44px !important; }
  .step-row h3 { font-size: 19px !important; line-height: 1.25; }

  /* ─ Footer — keep 2 cols at this tier; collapse to 1 at <=480 below. */
  .foot-inner { gap: 22px; }
  .foot .legal-line { padding: 18px 16px 0; font-size: 12px; }
}

@media (max-width: 480px) {

  /* ─ Phone portrait — strip rotations on big elements that would
       otherwise tip over the viewport edge. */
  .topbar-inner { padding: 8px 14px; }
  .brand-ticket { width: 100px; height: 42px; transform: rotate(0deg); }

  .nav-toggle { width: 40px; height: 40px; }
  .nav-toggle-bar { width: 18px; }

  .hero { padding: 32px 0 24px; }
  .hero h1 { font-size: 32px; line-height: 1.05; }
  .hero .lede { font-size: 16px; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta .btn { width: 100%; }
  .hero-art .polaroid { max-width: 340px; width: 92%; transform: rotate(0.5deg); }

  .kicker { font-size: 9.5px; letter-spacing: 0.16em; transform: rotate(-0.5deg); }

  /* Footer collapses to a single column with sections separated by
     hairline rules — keeps it scannable on a 320px iPhone SE screen. */
  .foot-inner { grid-template-columns: 1fr; gap: 18px; }
  .foot-inner > div + div {
    border-top: 1px solid rgba(42, 29, 16, 0.12);
    padding-top: 16px;
  }
  .foot .legal-line { flex-direction: column; align-items: flex-start; gap: 6px; }

  /* Pricing card price emphasis stays readable but compact. */
  .price-tier .price { font-size: 38px; }

  /* Polaroid trio shrinks one more notch for 320px viewports. */
  .polaroid-trio { max-width: 240px; }

  /* Disable subtle rotations on elements that would otherwise look
     visually noisy at tiny sizes. */
  .tour-frame, .tour-carousel-stage { transform: rotate(0deg); }
  .tour-stop:nth-child(even) .tour-frame,
  .tour-stop:nth-child(even) .tour-carousel-stage { transform: rotate(0deg); }

  /* Pile lists take a bit more left padding on tight viewports so the
     sun-disc bullet doesn't kiss the edge. */
  .pile-list li { padding-left: 28px; font-size: 14px; }

  /* Wire-list cards lose the rotation on the smallest phones. */
  .wire-list li,
  .wire-list li:nth-child(even) { transform: rotate(0deg); }
}

/* ──────────────────────────────────────────────────────────────────
 * v0.1.43 mobile-polish (Sydney session 2026-05-16)
 *
 * Five surgical fixes layered on top of the existing breakpoint
 * cascade — kept in their own block so the diff stays readable and
 * we can roll any one of them back without surgery on the legacy
 * media queries above:
 *
 *   1. Burger nav at 880px (was 760px) — between 761-880px the
 *      desktop nav was cramming 7 items + a 168×70 brand-ticket
 *      into a too-narrow topbar. We trigger the burger one tier
 *      earlier WITHOUT promoting the rest of the phone styles
 *      (typography, layout collapse) so tablets keep their
 *      tablet-grade reading sizes.
 *   2. Carousel touch targets bumped to ≥44×44 (Apple HIG floor)
 *      via padding rather than dimensions, so the visible pill
 *      stays small but the hitbox is finger-friendly.
 *   3. `prefers-reduced-motion: reduce` honoured for the global
 *      smooth scroll and the Early Access pulse on /pricing/ —
 *      previously both ignored the OS setting, which is rough on
 *      anyone with vestibular sensitivity.
 *   4. Kicker floor 11px instead of 9.5/10px so the uppercase
 *      tracked text stays legible on small phones.
 *   5. Hero CTA stack uses `gap` instead of inline `margin-left`,
 *      so wrap to 2-3 lines on narrow screens aligns cleanly.
 * ────────────────────────────────────────────────────────────── */

/* Tablet-band (761-880px) ONLY — adds the burger + drawer without
   touching the phone-grade ≤760 styles that already live above. We
   keep this scoped to a min-width so cascade order can't flip phone
   brand-ticket sizing or drawer styles when the new rules sit later
   in the source. */
@media (min-width: 761px) and (max-width: 880px) {
  .topbar-inner {
    padding: 12px 18px;
    gap: 14px;
    position: relative;
  }
  .brand-ticket {
    width: 132px;
    height: 56px;
    transform: rotate(-1.5deg);
    filter: drop-shadow(1px 1px 0 rgba(42, 29, 16, 0.18));
  }
  .brand:hover .brand-ticket {
    transform: rotate(-3deg) scale(1.03);
  }

  .nav-toggle { display: inline-flex; }

  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--bg);
    border-bottom: 2px solid var(--line);
    box-shadow: 0 12px 24px -16px rgba(42, 29, 16, 0.45);
    padding: 8px 18px 18px;
    z-index: 60;
  }
  .nav-toggle-input:checked ~ .nav { display: flex; }

  .nav a:not(.btn) {
    font-size: 17px;
    padding: 14px 4px;
    border-bottom: 1px dashed rgba(42, 29, 16, 0.18);
  }
  .nav a:not(.btn):last-of-type { border-bottom: 0; }
  .nav a:not(.btn):hover::after,
  .nav a:not(.btn)[aria-current="page"]::after { display: none; }
  .nav a:not(.btn)[aria-current="page"] {
    color: var(--primary-deep);
    font-weight: 700;
  }
  .nav a.btn {
    margin-top: 10px;
    width: 100%;
    justify-content: center;
    padding: 14px 18px;
    font-size: 12px;
  }

  .topbar { position: sticky; }
}

/* Carousel touch targets bumped to ≥44×44 on any touch-likely viewport
   (≤880px). Padding-based so the visible pill/dot stays the same size
   but the tap hitbox meets Apple HIG. background-clip ensures the
   background colour doesn't leak into the new padding zone. */
@media (max-width: 880px) {
  .tour-carousel-dots button {
    padding: 17px;
    background-clip: content-box;
  }
  .tour-carousel-nav button[data-dir] {
    min-width: 44px;
    min-height: 44px;
  }
}

/* Kicker floor — was 10px in ≤760, 9.5px in ≤480, both too small
   for an uppercase tracked label that has to carry meaning. 11.5px
   keeps the visual hierarchy without sacrificing legibility. */
@media (max-width: 760px) {
  .kicker {
    font-size: 11.5px;
    letter-spacing: 0.14em;
  }
}
@media (max-width: 480px) {
  .kicker {
    font-size: 11px;
  }
}

/* Honour the OS "reduce motion" setting:
   - kill global smooth-scroll so anchor jumps don't ride a curve
   - kill the Early Access pulse on /pricing/ (used to loop forever
     regardless of user preference) */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ea-pulse,
  [class*="ea-pulse"] {
    animation: none !important;
  }
}

/* Hero-style CTA stacks that aren't the homepage `.hero-cta` block
   (the inline `<div style="margin-top: 36px;">` row on the home page
   right above the footer-band) get a proper flex+gap so wrapped
   rows align cleanly instead of ragged margin-left offsets. */
.cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

/* ──────────────────────────────────────────────────────────────────────
 * Paid-ads mobile rearrangement (home hero)
 *
 * Cold ad traffic landing on bushpass.com is overwhelmingly on mobile
 * (Meta Feed / Stories / Reels placements). The desktop hero is
 * intentionally rich — it works well for organic discovery where the
 * visitor is taking their time. On a phone with 3 seconds of attention
 * the same density buries the actionable elements below the fold and
 * sends visitors to /pricing/ before they've understood the product,
 * which burns ad clicks.
 *
 * What we do on mobile only (≤760px), without touching the desktop
 * markup or styling:
 *
 *   1. Surface a "Take the 60-sec tour" primary CTA instead of "See
 *      the price". The tour is the strongest "show, don't tell" entry
 *      because it loads real screenshots — buyers who see the product
 *      first convert better when they later reach /pricing/.
 *
 *   2. Hide the small "Or take a quick tour" link (redundant with the
 *      new primary CTA above) and the install-info callout (useful but
 *      premature on a phone — install info stays one tap away via the
 *      lower nav, the Early Access banner link, and the footer).
 *
 * Defaults below (.hero-cta-mobile hidden, .hero-cta-desktop visible)
 * keep the desktop hero pixel-identical to before this change. The
 * @media block flips the visibility for phones.
 * ─────────────────────────────────────────────────────────────────── */

.hero-cta-mobile { display: none; }
.hero-cta-desktop { display: inline-flex; }

@media (max-width: 760px) {
  .hero-cta-mobile { display: inline-flex; }
  .hero-cta-desktop { display: none; }
  .hero .hero-tour-link { display: none; }
  .hero .hero-install-callout { display: none; }
}
