/* ===========================================================================
   SCRATCH — Landing Site (v2 — Editorial Design)
   Premium obsidian aesthetic with editorial layouts, bento grids,
   full-bleed photography, and asymmetric rhythms.
   =========================================================================== */

:root {
  --primary: #d4b996;
  --primary-deep: #c2a47e;
  --bg: #000000;
  --surface: #111111;
  --surface-2: #111111;
  --surface-3: #161616;
  --border: #222222;
  --border-light: #1c1c1c;
  --text: #ffffff;
  --text-secondary: #cccccc;
  --text-tertiary: #666666;
  --text-muted: #555555;
  --blue: #208aef;
  --success: #00c853;
  --warning: #ffd700;
  --radius: 20px;
  --radius-lg: 28px;
  --max: 1140px;
  --font: "Spline Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.wrap {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 18px;
}

.gold { color: var(--primary); }

/* ---------------------------------------------------------------- Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 600;
  font-size: 15px;
  padding: 14px 26px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }

.btn-primary { background: var(--primary); color: #1a1407; }
.btn-primary:hover { background: #e3cba8; transform: translateY(-2px); }

.btn-ghost {
  background: var(--surface-2);
  color: var(--text);
  border-color: var(--border);
}
.btn-ghost:hover { border-color: var(--primary); transform: translateY(-2px); }

/* ------------------------------------------------------------------- Nav */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  background: rgba(0, 0, 0, 0.72);
  border-bottom: 1px solid var(--border-light);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  font-size: 19px;
  letter-spacing: -0.3px;
}
.brand img { width: 34px; height: 34px; border-radius: 9px; }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a {
  font-size: 14.5px;
  color: var(--text-secondary);
  font-weight: 500;
  transition: color 0.15s ease;
  position: relative;
}
.nav-links a:hover { color: var(--text); }
.nav-links a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary);
  border-radius: 1px;
  transition: width 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.nav-links a:hover::after { width: 100%; }
.nav-cta { display: flex; align-items: center; gap: 14px; }

/* ------------------------------------------------------------------ Hero */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Full-bleed background photo */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: brightness(0.35);
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.3) 100%),
    linear-gradient(to top, var(--bg) 0%, transparent 30%);
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.hero h1 {
  font-size: 56px;
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -2px;
  margin-bottom: 24px;
}

.hero p.lead {
  font-size: 18px;
  color: var(--text-secondary);
  max-width: 480px;
  margin-bottom: 32px;
  line-height: 1.7;
}

.hero-note {
  color: var(--text-tertiary);
  font-size: 13px;
  margin-top: 28px;
}
.hero-note .stars { color: var(--warning); letter-spacing: 2px; }

.store-badges { display: flex; gap: 14px; flex-wrap: wrap; }
.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  padding: 11px 20px;
  transition: border-color 0.18s ease, transform 0.18s ease, background 0.18s ease;
}
.store-badge:hover { border-color: var(--primary); transform: translateY(-2px); background: rgba(255,255,255,0.1); }
.store-badge svg { width: 26px; height: 26px; flex-shrink: 0; }
.store-badge .sb-top { font-size: 10px; color: var(--text-tertiary); letter-spacing: 0.5px; }
.store-badge .sb-main { font-size: 16px; font-weight: 700; line-height: 1.1; }

/* Phone mockup */
.phone {
  position: relative;
  width: 280px;
  margin: 0 auto;
  border-radius: 44px;
  padding: 12px;
  background: linear-gradient(160deg, #1c1c1c, #050505);
  border: 1px solid #2a2a2a;
  box-shadow: 0 40px 90px -30px rgba(32, 138, 239, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.02);
}
.phone-screen {
  border-radius: 34px;
  overflow: hidden;
  background: var(--bg);
  aspect-ratio: 9 / 19.5;
  display: flex;
  flex-direction: column;
}
.notch {
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 26px;
  background: #000;
  border-radius: 0 0 16px 16px;
  z-index: 3;
}

/* In-screen app UI */
.app-ui { padding: 46px 16px 18px; color: var(--text); font-size: 12px; }
.app-head { display: flex; align-items: center; gap: 9px; margin-bottom: 16px; }
.app-head .av {
  width: 34px; height: 34px; border-radius: 50%;
  border: 2px solid var(--primary);
  background: linear-gradient(135deg, #34506b, #1c2a38);
}
.app-head .h-name { font-weight: 700; font-size: 13px; }
.app-head .h-sub { font-size: 10px; color: var(--text-tertiary); }
.app-pill {
  display: flex; background: var(--surface-2); border: 1px solid var(--border);
  border-radius: 16px; padding: 3px; margin-bottom: 14px;
}
.app-pill span {
  flex: 1; text-align: center; padding: 7px 0; border-radius: 13px;
  font-size: 11px; color: var(--text-tertiary); font-weight: 600;
}
.app-pill span.on { background: var(--surface-3); color: #fff; }
.app-map {
  height: 96px; border-radius: 16px; margin-bottom: 14px;
  border: 1px solid var(--border);
  background:
    radial-gradient(circle at 30% 40%, rgba(32,138,239,0.25), transparent 40%),
    radial-gradient(circle at 70% 65%, rgba(212,185,150,0.18), transparent 45%),
    repeating-linear-gradient(0deg, #0c0c0c, #0c0c0c 13px, #111 14px),
    repeating-linear-gradient(90deg, #0c0c0c, #0c0c0c 13px, #111 14px);
  position: relative;
}
.app-map .pin {
  position: absolute; width: 22px; height: 22px; border-radius: 50% 50% 50% 0;
  background: var(--primary); transform: rotate(-45deg);
  box-shadow: 0 0 0 4px rgba(212,185,150,0.18);
}
.app-map .pin.a { top: 26px; left: 60px; }
.app-map .pin.b { top: 52px; left: 150px; background: var(--blue); box-shadow: 0 0 0 4px rgba(32,138,239,0.2); }
.app-card {
  display: flex; gap: 10px; background: var(--surface-2);
  border: 1px solid var(--border); border-radius: 14px; padding: 9px; margin-bottom: 9px;
}
.app-card .thumb {
  width: 44px; height: 44px; border-radius: 10px; flex-shrink: 0;
  background: linear-gradient(135deg, #3a4a5c, #20303f);
}
.app-card .thumb.b { background: linear-gradient(135deg, #4a3c5c, #2a2038); }
.app-card .ci { flex: 1; min-width: 0; }
.app-card .ci .row1 { display: flex; justify-content: space-between; align-items: center; }
.app-card .ci .nm { font-weight: 700; font-size: 12px; }
.app-card .ci .pr { color: var(--primary); font-weight: 700; font-size: 12px; }
.app-card .ci .meta { display: flex; justify-content: space-between; margin-top: 7px; }
.app-card .ci .loc { color: var(--text-tertiary); font-size: 10px; }
.app-card .ci .rt {
  background: var(--border); border-radius: 8px; padding: 2px 7px;
  font-size: 10px; font-weight: 700;
}
.app-card .ci .rt b { color: var(--warning); }

/* --------------------------------------------------------------- Sections */
section { position: relative; }
.section-pad { padding: 100px 0; }
.section-head { text-align: center; max-width: 660px; margin: 0 auto 56px; }
.section-head h2 {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.12;
  margin-bottom: 16px;
}
.section-head p { font-size: 17px; color: var(--text-secondary); }

/* ---------------------------------------- Editorial row (asymmetric heading) */
.editorial-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: end;
  margin-bottom: 56px;
}
.editorial-left h2 {
  font-size: 52px;
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.05;
}
.editorial-right {
  padding-bottom: 6px;
}
.editorial-right p {
  font-size: 17px;
  color: var(--text-secondary);
  line-height: 1.75;
}

/* ---------------------------------------------------- Full-width image break */
.img-break {
  position: relative;
  height: 50vh;
  min-height: 340px;
  overflow: hidden;
}
.img-break img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4);
}
.img-break-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  background: linear-gradient(to top, var(--bg), transparent 40%);
}
.img-break-text {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.4;
  max-width: 600px;
}

/* ------------------------------------------------------------ Bento grid */
.bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 16px;
}
.bento-card {
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 24px;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.3s ease,
              box-shadow 0.3s ease;
}
.bento-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212,185,150,0.2);
  box-shadow: 0 16px 40px -16px rgba(212,185,150,0.08);
}
.bento-lg {
  grid-column: span 1;
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  padding: 36px 30px;
}
.bento-lg p {
  font-size: 15px;
  line-height: 1.7;
}
.bento-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: rgba(212, 185, 150, 0.08);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.bento-icon svg { width: 22px; height: 22px; stroke: var(--primary); }
.bento-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.bento-card p { font-size: 14px; color: var(--text-tertiary); line-height: 1.6; }

/* Bento image card */
.bento-img-card {
  grid-column: span 2;
  position: relative;
  padding: 0;
  overflow: hidden;
  min-height: 200px;
}
.bento-img-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  filter: brightness(0.5);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), filter 0.5s ease;
}
.bento-img-card:hover img {
  transform: scale(1.04);
  filter: brightness(0.6);
}
.bento-img-overlay {
  position: relative;
  z-index: 1;
  padding: 36px 32px;
  display: flex;
  align-items: flex-end;
  height: 100%;
  min-height: 200px;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
}
.bento-img-overlay h3 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

/* How it works */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.step {
  position: relative;
  padding: 32px 26px;
  background: var(--surface);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.3s ease,
              box-shadow 0.3s ease;
}
.step:hover {
  transform: translateY(-4px);
  border-color: #2a2a2a;
  box-shadow: 0 16px 40px -16px rgba(0,0,0,0.5);
}
.step .n {
  width: 42px; height: 42px; border-radius: 12px;
  background: var(--primary); color: #1a1407;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 18px; margin-bottom: 18px;
}
.step h3 { font-size: 19px; font-weight: 700; margin-bottom: 9px; }
.step p { font-size: 14.5px; color: var(--text-tertiary); }

.tab-toggle {
  display: inline-flex;
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 5px;
  margin: 0 auto 44px;
  gap: 4px;
}
.tab-toggle button {
  border: none; background: transparent; cursor: pointer;
  color: var(--text-tertiary); font-weight: 600; font-size: 14.5px;
  padding: 10px 26px; border-radius: 999px; font-family: inherit;
  transition: all 0.18s ease;
}
.tab-toggle button.active { background: var(--primary); color: #1a1407; }
.tabs-center { text-align: center; }

/* ------------------------------------------- Photographers split (organic) */
.photo-split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 64px;
  align-items: start;
}
.photo-split-copy h2 {
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.12;
  margin-bottom: 18px;
}
.split-desc {
  font-size: 17px;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 8px;
}

.checklist { list-style: none; margin-top: 26px; }
.checklist li {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 15.5px; color: var(--text-secondary); margin-bottom: 16px;
}
.checklist li svg { width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px; stroke: var(--success); }
.checklist.compact li { font-size: 14.5px; margin-bottom: 13px; }

.earn-card {
  background: linear-gradient(160deg, var(--surface-3), var(--surface));
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  text-align: center;
  position: sticky;
  top: 100px;
}
.earn-card .badge {
  display: inline-block; font-size: 12px; font-weight: 700;
  letter-spacing: 1px; text-transform: uppercase; color: var(--primary);
  background: rgba(212,185,150,0.1); padding: 7px 16px; border-radius: 999px;
  margin-bottom: 22px;
}
.earn-card .price { font-size: 56px; font-weight: 800; letter-spacing: -2px; }
.earn-card .price span { font-size: 18px; color: var(--text-tertiary); font-weight: 600; }
.earn-card .trial { color: var(--text-secondary); margin-top: 6px; font-size: 15px; }
.earn-divider {
  height: 1px;
  background: var(--border);
  margin: 28px 0;
}
.earn-card .checklist { text-align: left; max-width: 280px; margin: 0 auto; }

/* -------------------------------------------------------- Pricing */
.pricing {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 860px;
  margin: 0 auto;
}
.price-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  position: relative;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.3s ease;
}
.price-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px -20px rgba(0,0,0,0.5);
}
.price-card.featured {
  border-color: var(--primary);
  background: linear-gradient(180deg, rgba(212,185,150,0.07), var(--surface));
}
.price-card.featured:hover {
  box-shadow: 0 24px 60px -20px rgba(212,185,150,0.2);
}
.price-card .tag {
  position: absolute; top: 22px; right: 24px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.6px; text-transform: uppercase;
  color: #1a1407; background: var(--primary); padding: 5px 12px; border-radius: 999px;
}
.price-card .pc-name { font-size: 14px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--text-tertiary); }
.price-card .pc-price { font-size: 50px; font-weight: 800; letter-spacing: -1.5px; margin: 12px 0 4px; }
.price-card .pc-price span { font-size: 16px; color: var(--text-tertiary); font-weight: 600; }
.price-card .pc-sub { color: var(--text-secondary); font-size: 14.5px; margin-bottom: 26px; min-height: 22px; }
.price-card .checklist { margin-top: 0; margin-bottom: 30px; }
.price-card .checklist li { font-size: 14.5px; margin-bottom: 13px; }
.price-card .btn { width: 100%; }

/* ------------------------------------------------------ FAQ (side-by-side) */
.faq-layout {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  gap: 64px;
  align-items: start;
}
.faq-left h2 {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.1;
}

.faq { max-width: none; }
.faq details {
  border-bottom: 1px solid var(--border-light);
  padding: 22px 4px;
}
.faq summary {
  font-size: 17px; font-weight: 600; cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  transition: color 0.2s ease;
}
.faq details:hover summary { color: var(--primary); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; font-size: 24px; color: var(--primary); font-weight: 300;
  transition: transform 0.2s ease;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin-top: 14px; color: var(--text-tertiary); font-size: 15px; line-height: 1.7; }

/* CTA band */
.cta-band {
  position: relative;
  text-align: center;
  border-radius: 32px;
  padding: 80px 40px;
  overflow: hidden;
  background: linear-gradient(150deg, #14110b, #000);
  border: 1px solid var(--border);
}
.cta-band::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(212,185,150,0.18), transparent 60%);
}
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { font-size: 48px; font-weight: 800; letter-spacing: -1.5px; margin-bottom: 16px; line-height: 1.05; }
.cta-band p { font-size: 18px; color: var(--text-secondary); max-width: 440px; margin: 0 auto 32px; }

/* Footer */
.footer {
  border-top: 1px solid var(--border-light);
  padding: 64px 0 40px;
  margin-top: 20px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
.footer .brand { margin-bottom: 16px; }
.footer-about { color: var(--text-tertiary); font-size: 14px; max-width: 280px; }
.footer-col h4 {
  font-size: 12px; text-transform: uppercase; letter-spacing: 1.2px;
  color: var(--text-muted); margin-bottom: 16px;
}
.footer-col a {
  display: block; color: var(--text-secondary); font-size: 14.5px;
  margin-bottom: 11px; transition: color 0.15s ease;
}
.footer-col a:hover { color: var(--primary); }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  border-top: 1px solid var(--border-light); padding-top: 28px;
  color: var(--text-muted); font-size: 13px; flex-wrap: wrap; gap: 12px;
}

/* ----------------------------------------------------------- Legal pages */
.legal {
  max-width: 800px;
  margin: 0 auto;
  padding: 70px 24px 90px;
}
.legal .back {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--text-tertiary); font-size: 14px; margin-bottom: 34px;
}
.legal .back:hover { color: var(--primary); }
.legal h1 { font-size: 42px; font-weight: 800; letter-spacing: -1px; margin-bottom: 10px; }
.legal .updated { color: var(--text-tertiary); font-size: 14px; margin-bottom: 44px; }
.legal h2 {
  font-size: 22px; font-weight: 700; margin: 40px 0 14px;
  padding-top: 10px;
}
.legal h3 { font-size: 17px; font-weight: 700; margin: 26px 0 10px; }
.legal p, .legal li { color: var(--text-secondary); font-size: 15.5px; margin-bottom: 14px; }
.legal ul { padding-left: 22px; margin-bottom: 14px; }
.legal li { margin-bottom: 8px; }
.legal a { color: var(--primary); }
.legal a:hover { text-decoration: underline; }
.legal strong { color: var(--text); }
.legal .toc {
  background: var(--surface);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 24px 28px;
  margin-bottom: 40px;
}
.legal .toc h4 { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); margin-bottom: 14px; }
.legal .toc ol { padding-left: 18px; }
.legal .toc li { margin-bottom: 6px; font-size: 14.5px; }
.legal .toc a { color: var(--text-secondary); }

/* ------------------------------------------------------------ Responsive */
@media (max-width: 900px) {
  .hero-layout { grid-template-columns: 1fr; gap: 48px; }
  .hero h1 { font-size: 46px; }
  .hero-visual { order: -1; }
  .editorial-row { grid-template-columns: 1fr; gap: 24px; }
  .editorial-left h2 { font-size: 38px; }
  .bento { grid-template-columns: 1fr 1fr; }
  .bento-lg { grid-column: span 2; grid-row: span 1; }
  .bento-img-card { grid-column: span 2; min-height: 180px; }
  .steps { grid-template-columns: 1fr; }
  .photo-split { grid-template-columns: 1fr; gap: 36px; }
  .pricing { grid-template-columns: 1fr; max-width: 460px; }
  .faq-layout { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .nav-links { display: none; }
  .hero { min-height: 80vh; }
  .hero h1 { font-size: 36px; letter-spacing: -1px; }
  .hero h1 br { display: none; }
  .hero p.lead { font-size: 16px; }
  .section-pad { padding: 70px 0; }
  .section-head h2 { font-size: 31px; }
  .editorial-left h2 { font-size: 32px; }
  .bento { grid-template-columns: 1fr; }
  .bento-lg { grid-column: span 1; }
  .bento-img-card { grid-column: span 1; }
  .img-break { height: 40vh; }
  .img-break-text { font-size: 22px; }
  .photo-split-copy h2 { font-size: 32px; }
  .cta-band h2 { font-size: 32px; }
  .cta-band { padding: 60px 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* ==========================================================================
   ANIMATIONS
   ========================================================================== */

@keyframes hero-fade-up {
  from { opacity: 0; transform: translateY(32px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes phone-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-12px); }
}

@keyframes phone-glow-pulse {
  0%, 100% { box-shadow: 0 40px 90px -30px rgba(32,138,239,0.45), 0 0 0 1px rgba(255,255,255,0.02); }
  50%      { box-shadow: 0 40px 100px -20px rgba(32,138,239,0.6), 0 0 40px rgba(212,185,150,0.08), 0 0 0 1px rgba(255,255,255,0.04); }
}

@keyframes pin-pulse {
  0%, 100% { transform: rotate(-45deg) scale(1); }
  50%      { transform: rotate(-45deg) scale(1.18); }
}

@keyframes reveal-up {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes reveal-scale {
  from { opacity: 0; transform: scale(0.92); }
  to   { opacity: 1; transform: scale(1); }
}

@keyframes nav-slide-down {
  from { opacity: 0; transform: translateY(-100%); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: no-preference) {
  .nav { animation: nav-slide-down 0.6s cubic-bezier(0.16, 1, 0.3, 1) both; }
  .hero h1 { animation: hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both; }
  .hero p.lead { animation: hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.35s both; }
  .hero .store-badges { animation: hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.5s both; }
  .hero .hero-note { animation: hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.65s both; }
  .hero-visual { animation: hero-fade-up 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both; }
  .phone { animation: phone-float 5s ease-in-out infinite, phone-glow-pulse 4s ease-in-out infinite; }
  .app-map .pin.a { animation: pin-pulse 2.2s ease-in-out infinite; }
  .app-map .pin.b { animation: pin-pulse 2.2s ease-in-out 0.6s infinite; }
}

/* Scroll-driven entrance reveals (CSS-native) */
@media (prefers-reduced-motion: no-preference) {
  @supports ((animation-timeline: view()) and (animation-range: entry)) {
    .section-head,
    .step,
    .bento-card,
    .photo-split > *,
    .price-card,
    .faq details,
    .cta-band,
    .editorial-row > *,
    .img-break-text {
      animation: reveal-up auto cubic-bezier(0.16, 1, 0.3, 1) both;
      animation-timeline: view();
      animation-range: entry 0% entry 100%;
    }
    .bento-card { animation-name: reveal-scale; }
  }
}

/* JS fallback for IntersectionObserver */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* CTA band glow pulse */
@media (prefers-reduced-motion: no-preference) {
  .cta-band::before { animation: cta-glow 4s ease-in-out infinite; }
  @keyframes cta-glow {
    0%, 100% { opacity: 1; }
    50%      { opacity: 0.6; }
  }
}

/* Reduced motion override */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1 !important; transform: none !important; }
}
