/* ============================================================
   GG CHIROPRACTIC — LANDING PAGE
   Proof-first direct-response skeleton (acquisition.com pattern):
   announce bar > dark video hero > proof panel with tilted review
   shots > photo columns > offer > form > dark FAQ bars.
   Premium finish: ink navy, paper texture, bronze. Poppins.
   ============================================================ */

:root {
  --paper: #FDFCFA;
  --paper-warm: #F5F2EB;
  --white: #FFFFFF;
  --ink: #131628;
  --ink-deep: #0E101E;
  --ink-soft: #2A2F45;
  --slate: #5A6072;
  --line: rgba(19, 22, 40, 0.12);
  --line-dark: rgba(245, 241, 233, 0.16);
  --bronze-700: #8A5F2C;
  --bronze-500: #B08245;
  --bronze-300: #D2AC72;
  --bronze-wash: rgba(176, 130, 69, 0.22);
  --gold-star: #DFA23C;
  --success: #2E7D5B;
  --success-300: #7FC8A9;
  --cream-on-dark: #F5F1E9;
  --muted-on-dark: #C4BFB2;
  --live-red: #E5483C;

  --font: "Poppins", "Segoe UI", Arial, sans-serif;

  --sp: clamp(3.25rem, 6.5vw, 5rem);
  --sp-sm: clamp(2rem, 4vw, 3rem);
  --col: 52rem;
  --col-wide: 70rem;
  --radius-sm: 10px;
  --radius-md: 16px;
  --shadow-card: 0 10px 36px rgba(19, 22, 40, 0.10);
  --shadow-deep: 0 24px 70px rgba(19, 22, 40, 0.20);
  --ease-lux: cubic-bezier(0.22, 1, 0.36, 1);

  /* subtle paper speckle (like the reference page texture) */
  --speckle: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0.1 0 0 0 0 0.1 0 0 0 0 0.15 0 0 0 0.045 0'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--ink-soft);
  background-color: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
ul { list-style: none; }

/* ---------- Type ---------- */
.h-display {
  font-weight: 800;
  font-size: clamp(1.9rem, 3vw + 0.8rem, 3rem);
  line-height: 1.18;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--ink);
}
.heading-lg {
  font-weight: 800;
  font-size: clamp(1.5rem, 1.8vw + 0.7rem, 2.05rem);
  line-height: 1.2;
  color: var(--ink);
}
.heading-md {
  font-weight: 700;
  font-size: clamp(1.1rem, 0.6vw + 1rem, 1.28rem);
  line-height: 1.35;
  color: var(--ink);
}
.eyebrow {
  font-weight: 600; font-size: 0.8rem;
  text-transform: uppercase; letter-spacing: 0.2em;
  color: var(--bronze-700);
}
.join-line {
  font-weight: 600;
  font-size: clamp(1.08rem, 1vw + 0.85rem, 1.3rem);
  line-height: 1.5;
}
.text-lede { font-size: 1.12rem; line-height: 1.7; }
.text-small { font-size: 0.88rem; line-height: 1.6; }
.text-secondary { color: var(--slate); }
.text-accent { color: var(--bronze-700); }
mark { background: var(--bronze-wash); color: inherit; padding: 0 0.15em; border-radius: 2px; }

/* ---------- Layout ---------- */
.section { padding: var(--sp) 0; position: relative; scroll-margin-top: 2rem; }
.section.is-white { background: var(--white); }
.section.is-texture { background-color: var(--paper-warm); background-image: var(--speckle); }
.section.is-navy { background: linear-gradient(180deg, #182036, var(--ink-deep)); color: var(--cream-on-dark); }
.section.is-navy .eyebrow { color: var(--bronze-300); }
.section.is-navy .heading-lg, .section.is-navy .heading-md, .section.is-navy .h-display { color: var(--cream-on-dark); }
.section.is-navy .text-secondary { color: var(--muted-on-dark); }
.section.is-navy .text-accent { color: var(--bronze-300); }
.col { width: 92%; max-width: var(--col); margin: 0 auto; position: relative; }
.col.is-wide { max-width: var(--col-wide); }
.center { text-align: center; }
.stack { display: flex; flex-direction: column; align-items: center; gap: 1.2rem; }
.section-intro { max-width: 44rem; margin: 0 auto 2.4rem; text-align: center; display: flex; flex-direction: column; gap: 0.9rem; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }

/* ---------- Announce bar ---------- */
.announce {
  background: #000; color: #fff;
  text-align: center; padding: 0.55rem 1rem;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
}
.announce .dot {
  display: inline-block; width: 7px; height: 7px; border-radius: 50%;
  background: var(--live-red); margin-right: 0.5rem; vertical-align: 1px;
  animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.35; } }

/* ---------- Logo bar (subpages) ---------- */
.logobar { padding: 1.3rem 0; border-bottom: 1px solid var(--line); background: var(--paper); }
.logobar-inner { display: flex; justify-content: center; }
.logobar .brand, .hero-brand {
  font-weight: 800; font-size: 1.2rem; letter-spacing: 0.02em; color: var(--ink); text-decoration: none;
}
.logobar .brand span { color: var(--bronze-700); }
.section.is-navy .hero-brand { color: var(--cream-on-dark); }
.hero-brand span { color: var(--bronze-300); }

/* ---------- Buttons (short, loud, uppercase like the reference) ---------- */
.btn-primary {
  display: inline-block;
  font-family: var(--font);
  font-weight: 700; font-size: 1rem; line-height: 1;
  letter-spacing: 0.08em; text-transform: uppercase;
  text-decoration: none; text-align: center;
  color: #FFFFFF; background: var(--bronze-700);
  padding: 1.15rem 2.8rem; border: none; border-radius: 8px;
  box-shadow: 0 14px 34px rgba(138, 95, 44, 0.35);
  cursor: pointer;
  transition: transform 450ms var(--ease-lux), box-shadow 450ms var(--ease-lux), background-color 450ms var(--ease-lux);
}
.btn-primary:hover { background: var(--bronze-500); transform: translateY(-2px); box-shadow: 0 20px 44px rgba(138, 95, 44, 0.42); }
.btn-primary:focus-visible { outline: 3px solid var(--bronze-300); outline-offset: 3px; }
.btn-text { color: var(--bronze-700); font-weight: 600; text-decoration: none; }
.btn-text:hover { text-decoration: underline; }
.risk-line { font-size: 0.88rem; color: var(--slate); margin-top: 0.9rem; max-width: 32rem; margin-left: auto; margin-right: auto; }
.section.is-navy .risk-line { color: var(--muted-on-dark); }

/* ---------- Hero (dark, video-first) ---------- */
.hero-navy { padding: clamp(2rem, 4vw, 3rem) 0 var(--sp); }
.hero-navy .stack { gap: 1.1rem; }
.hero-star-line { display: flex; align-items: center; gap: 0.55rem; font-size: 0.9rem; font-weight: 600; color: var(--cream-on-dark); }
.hero-star-line .stars { color: var(--gold-star); letter-spacing: 0.1em; }
.video-shell { width: 100%; display: flex; flex-direction: column; align-items: center; margin-top: 0.4rem; }
.video-embed {
  position: relative; width: 100%; aspect-ratio: 9 / 16; max-width: 22.5rem;
  border-radius: var(--radius-md); overflow: hidden;
  border: 1px solid rgba(245, 241, 233, 0.22);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
  background: #000;
}
.video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-halo { position: relative; }
.video-halo::before {
  content: ""; position: absolute; inset: -16%;
  background: radial-gradient(circle, rgba(210, 172, 114, 0.14), transparent 60%);
  z-index: 0; pointer-events: none;
}
.video-halo .video-embed { z-index: 1; }

/* ---------- Torn edge divider ---------- */
.torn { display: block; width: 100%; height: 26px; margin-top: -1px; }
.torn path { fill: var(--ink-deep); }

/* ---------- Proof panel ---------- */
.proof-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: var(--shadow-card);
  padding: clamp(1.6rem, 4vw, 3rem);
}
.testimonial-video {
  position: relative; width: 100%; max-width: 20rem; aspect-ratio: 9 / 16;
  margin: 0 auto; border-radius: var(--radius-sm); overflow: hidden;
  background: var(--paper-warm); border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-card);
}
.testimonial-video .placeholder {
  text-align: center; padding: 1.4rem; color: var(--slate); font-size: 0.92rem;
}
.testimonial-video .play-ring {
  width: 64px; height: 64px; border-radius: 50%;
  background: rgba(19, 22, 40, 0.55); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; margin: 0 auto 0.9rem;
}

/* Google-review screenshot cards, tilted like the reference */
.shots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 2.2rem; align-items: start; }
.shot-card {
  background: var(--white);
  border: 1px solid rgba(19, 22, 40, 0.16);
  border-radius: 6px;
  padding: 1.15rem 1.25rem;
  box-shadow: 0 14px 36px rgba(19, 22, 40, 0.16);
  font-size: 0.86rem; line-height: 1.6; color: var(--ink-soft);
  text-align: left;
}
.shot-card.tilt-l { transform: rotate(-2.2deg); }
.shot-card.tilt-r { transform: rotate(2.2deg); }
.shot-head { display: flex; align-items: center; gap: 0.65rem; margin-bottom: 0.5rem; }
.shot-avatar {
  width: 34px; height: 34px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: #fff; font-size: 0.95rem;
}
.shot-avatar.a1 { background: #8E3B52; }
.shot-avatar.a2 { background: #6D4C41; }
.shot-avatar.a3 { background: #E64A19; }
.shot-avatar.a4 { background: #2E7D5B; }
.shot-card.is-feature {
  margin-bottom: 1.6rem;
  font-size: 0.95rem;
  border-left: 4px solid var(--bronze-500);
}
.shot-card.is-feature .shot-name { font-size: 1rem; }
.shot-name { font-weight: 600; color: var(--ink); font-size: 0.9rem; line-height: 1.25; }
.shot-meta { font-size: 0.74rem; color: var(--slate); }
.shot-stars { display: flex; align-items: center; gap: 0.45rem; margin-bottom: 0.45rem; }
.shot-stars .stars { color: var(--gold-star); font-size: 0.85rem; letter-spacing: 0.08em; }
.shot-stars .new-chip {
  font-size: 0.66rem; font-weight: 700; letter-spacing: 0.06em;
  background: var(--paper-warm); border: 1px solid var(--line);
  padding: 0.1rem 0.4rem; border-radius: 4px; color: var(--slate);
}
.disclaimer-slip {
  max-width: 34rem; margin: 2.2rem auto 0;
  background: var(--white); border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(19, 22, 40, 0.12);
  padding: 1rem 1.3rem; transform: rotate(-1.2deg);
  font-size: 0.82rem; line-height: 1.55; color: var(--slate); text-align: center;
}

/* ---------- Photo columns ("what happens") ---------- */
.get-col { display: flex; flex-direction: column; gap: 0.9rem; text-align: center; }
.get-col .get-num { font-weight: 800; font-size: 1.05rem; color: var(--ink); }
.get-col .img-frame { border-radius: 8px; overflow: hidden; box-shadow: var(--shadow-card); aspect-ratio: 3 / 4; }
.get-col .img-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 32%; }
.get-col .caption { font-size: 0.95rem; color: var(--slate); line-height: 1.65; }
.get-col .caption strong { color: var(--ink); }

/* ---------- Offer (navy band) ---------- */
.card-accent-frame {
  background: rgba(245, 241, 233, 0.045);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-md);
  padding: clamp(1.6rem, 3.5vw, 2.8rem);
  box-shadow: var(--shadow-deep);
  text-align: left;
}
.value-row {
  display: flex; justify-content: space-between; align-items: baseline; gap: 1.4rem;
  padding: 1.05rem 0; border-bottom: 1px solid var(--line-dark);
}
.value-row-copy strong { display: block; font-weight: 700; font-size: 1.05rem; color: var(--cream-on-dark); }
.value-row-copy span { color: var(--muted-on-dark); font-size: 0.94rem; }
.value-tag { font-weight: 800; font-size: 1.02rem; color: var(--bronze-300); white-space: nowrap; }
.value-total { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding-top: 1.3rem; flex-wrap: wrap; }
.value-total .total-label, .value-total .total-figure { font-weight: 800; font-size: 1.25rem; color: var(--cream-on-dark); }
.value-total .total-figure .zero { color: var(--success-300); }
.why-free {
  display: flex; gap: 1.1rem; align-items: flex-start;
  background: rgba(245, 241, 233, 0.06); border: 1px solid var(--line-dark);
  border-radius: var(--radius-md); padding: 1.4rem; margin-top: 1.6rem; color: var(--cream-on-dark);
  font-size: 0.96rem;
}
.why-free img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 2px solid var(--bronze-300); }
.why-free .who { font-size: 0.84rem; color: var(--muted-on-dark); margin-top: 0.5rem; }
.promise-box {
  border: 1px solid var(--bronze-500); background: rgba(176, 130, 69, 0.1);
  border-radius: var(--radius-md); padding: 1.4rem; margin-top: 1.1rem; color: var(--cream-on-dark);
  text-align: left;
}
.promise-box strong { color: var(--bronze-300); }
.scarcity-line { margin-top: 1.3rem; }
.offer-cta { text-align: center; margin-top: 1.9rem; }

/* ---------- Checklist (thanks page + misc) ---------- */
.check-list { display: flex; flex-direction: column; gap: 1.4rem; margin: 0; text-align: left; }
.check-item { display: flex; gap: 0.85rem; align-items: flex-start; }
.check-item .tick { color: var(--success); font-weight: 700; line-height: 1.7; }
.section.is-navy .check-item .tick { color: var(--success-300); }

/* ---------- Call-now buttons ---------- */
.btn-call {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem;
  font-family: var(--font); font-weight: 700; font-size: 1.15rem; line-height: 1.2;
  letter-spacing: 0.01em; text-decoration: none; text-align: center;
  color: #10131f; background: var(--bronze-300);
  padding: 1.15rem 2.2rem; border-radius: 10px;
  box-shadow: 0 14px 34px rgba(210, 172, 114, 0.28);
  transition: transform 400ms var(--ease-lux), box-shadow 400ms var(--ease-lux), background-color 400ms var(--ease-lux);
}
.btn-call:hover { background: var(--bronze-500); transform: translateY(-2px); }
.btn-call:focus-visible { outline: 3px solid var(--bronze-300); outline-offset: 3px; }

/* Ghost call button, used beside the primary CTA in the hero */
.btn-ghost {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  font-family: var(--font); font-weight: 700; font-size: 1rem; line-height: 1.2;
  letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none;
  color: var(--cream-on-dark); background: transparent;
  border: 1px solid rgba(245, 241, 233, 0.4);
  padding: 1.05rem 2rem; border-radius: 8px;
  transition: border-color 400ms var(--ease-lux), color 400ms var(--ease-lux), background-color 400ms var(--ease-lux);
}
.btn-ghost:hover { border-color: var(--bronze-300); color: var(--bronze-300); background: rgba(210, 172, 114, 0.08); }
.btn-ghost:focus-visible { outline: 3px solid var(--bronze-300); outline-offset: 3px; }

.btn-group {
  display: flex; gap: 0.9rem; flex-wrap: wrap; justify-content: center; align-items: center;
}

/* ---------- Thank-you page: generous, readable rhythm ---------- */
.ty-stack { display: flex; flex-direction: column; gap: 2.75rem; max-width: 44rem; align-items: flex-start; }
.ty-stack .prose { gap: 1.25rem; }
.ty-head { display: flex; flex-direction: column; gap: 1.1rem; }
.call-panel {
  width: 100%;
  display: flex; flex-direction: column; gap: 1rem; align-items: flex-start;
  border: 1px solid var(--bronze-500);
  background: rgba(176, 130, 69, 0.1);
  border-radius: var(--radius-md);
  padding: 1.9rem;
}
.call-panel .call-hed { font-weight: 700; font-size: 1.2rem; color: var(--cream-on-dark); }
.call-panel .call-sub { font-size: 0.95rem; color: var(--muted-on-dark); }
.ty-card { width: 100%; padding: 2.2rem; }
.ty-card h2 { margin-bottom: 1.6rem; }
.ty-signoff { line-height: 1.9; }

/* ---------- FAQ (dark collapsible bars) ---------- */
.faq-block { max-width: 46rem; margin: 0 auto; }
.faq-item { margin-top: 1rem; }
.faq-item summary {
  background: var(--ink); color: #fff;
  border-radius: 6px; padding: 0.9rem 1.25rem;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  font-weight: 700; font-size: 0.98rem; text-align: left;
  cursor: pointer; list-style: none;
  transition: background-color 300ms var(--ease-lux);
}
.faq-item summary:hover { background: #1D2340; }
.faq-item summary:focus-visible { outline: 3px solid var(--bronze-300); outline-offset: 2px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-icon { flex-shrink: 0; position: relative; width: 14px; height: 14px; }
.faq-icon::before, .faq-icon::after {
  content: ""; position: absolute; background: var(--bronze-300); border-radius: 1px;
  transition: transform 400ms var(--ease-lux);
}
.faq-icon::before { left: 0; right: 0; top: 6px; height: 2px; }
.faq-icon::after { top: 0; bottom: 0; left: 6px; width: 2px; }
.faq-item[open] .faq-icon::after { transform: scaleY(0); }
.faq-body { padding: 1.05rem 1.25rem 0.35rem; font-size: 0.96rem; color: var(--ink-soft); text-align: left; }
.faq-body p + p { margin-top: 0.65rem; }

/* ---------- Form ---------- */
.book-section { background-color: var(--paper-warm); background-image: var(--speckle); }
.form-card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: 8px; overflow: hidden;
  box-shadow: var(--shadow-deep); text-align: left; padding: 0;
}
.form-card-head {
  background: var(--paper); border-bottom: 1px solid var(--line);
  padding: 0.8rem 1.5rem; font-size: 0.85rem; font-weight: 600; color: var(--slate);
}
.form-card-head .live-dot { color: var(--bronze-700); margin-right: 0.35rem; }
.form-card-inner { padding: clamp(1.5rem, 3.5vw, 2.4rem); }
.form-field { display: flex; flex-direction: column; gap: 0.35rem; margin-bottom: 1.15rem; }
.form-label { font-weight: 600; font-size: 0.9rem; color: var(--ink); }
.form-help { font-size: 0.8rem; color: var(--slate); }
.form-input {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius-sm); padding: 0.9rem 1rem;
  color: var(--ink); font-family: var(--font); font-size: 1rem; width: 100%;
  transition: border-color 350ms var(--ease-lux), box-shadow 350ms var(--ease-lux);
}
.form-input:focus { outline: none; border-color: var(--bronze-500); box-shadow: 0 0 0 3px rgba(176, 130, 69, 0.16); }
textarea.form-input { min-height: 6.5rem; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.checkbox-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem; }
.checkbox-item { display: flex; align-items: center; gap: 0.55rem; font-size: 0.96rem; color: var(--ink); }
.checkbox-item input { width: 1.1rem; height: 1.1rem; accent-color: var(--bronze-700); flex-shrink: 0; }
.consent-line { font-size: 0.8rem; color: var(--slate); margin: 0.4rem 0 1rem; }
.consent-line a { color: var(--bronze-700); }
.form-error { display: none; color: #B4432E; font-size: 0.9rem; margin-bottom: 1rem; }
.form-error.is-visible { display: block; }
.form-submit { width: 100%; margin-top: 0.3rem; }
.reassure { font-size: 0.84rem; color: var(--slate); margin-top: 1.05rem; }

/* ---------- Visit / Map ---------- */
.map-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 2.75rem; align-items: center; }
.map-info { display: flex; flex-direction: column; gap: 1rem; align-items: flex-start; text-align: left; }
.map-address { font-weight: 700; font-size: 1.15rem; color: var(--ink); text-decoration: none; line-height: 1.4; }
.map-address:hover { color: var(--bronze-700); }
.map-meta { color: var(--slate); line-height: 1.9; }
.map-meta a { color: var(--bronze-700); text-decoration: none; font-weight: 600; }
.map-meta a:hover { text-decoration: underline; }
.map-embed {
  position: relative; display: block; width: 100%; aspect-ratio: 16 / 11;
  border-radius: var(--radius-md); overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--shadow-card);
  background: var(--paper-warm);
}
.map-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
/* Transparent tap layer so tapping anywhere on the map opens the Maps app */
.map-embed .map-tap {
  position: absolute; inset: 0; z-index: 2;
  display: flex; align-items: flex-end; justify-content: flex-end;
  padding: 0.9rem; text-decoration: none;
}
.map-embed .map-tap span {
  background: var(--ink); color: #fff; font-size: 0.82rem; font-weight: 600;
  padding: 0.5rem 0.9rem; border-radius: 999px; box-shadow: 0 6px 18px rgba(19,22,40,0.25);
}
@media (max-width: 991px) {
  .map-grid { grid-template-columns: 1fr; gap: 2rem; }
  .map-embed { aspect-ratio: 3 / 2; }
}

/* ---------- Footer ---------- */
.footer { background: var(--ink-deep); color: var(--muted-on-dark); padding: var(--sp-sm) 0; font-size: 0.92rem; }
.footer-grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1.8rem; }
.footer-col { display: flex; flex-direction: column; gap: 0.4rem; min-width: 13rem; }
.footer-col .footer-label { font-weight: 700; color: var(--cream-on-dark); margin-bottom: 0.3rem; }
.footer-col a { color: var(--muted-on-dark); text-decoration: none; }
.footer-col a:hover { color: var(--bronze-300); }
.footer-areas { margin-top: 2rem; padding-top: 1.4rem; border-top: 1px solid var(--line-dark); font-size: 0.85rem; text-align: center; }
.footer-legal { margin-top: 0.7rem; font-size: 0.8rem; color: rgba(196, 191, 178, 0.7); text-align: center; }
.footer-legal a { color: inherit; }

/* ---------- VERIFY flags ---------- */
.verify-flag { outline: 1px dashed var(--bronze-500); outline-offset: 2px; border-radius: 2px; }

/* ---------- Luxury motion (progressive enhancement + failsafe) ---------- */
html.js .fx { opacity: 0; transform: translateY(26px); }
html.js .fx.fx-in {
  opacity: 1; transform: none;
  transition: opacity 1100ms var(--ease-lux), transform 1100ms var(--ease-lux);
}
html.js .fx.fx-d1.fx-in { transition-delay: 120ms; }
html.js .fx.fx-d2.fx-in { transition-delay: 240ms; }
html.js .fx.fx-d3.fx-in { transition-delay: 360ms; }
html.js .shot-card.fx { transform: translateY(26px) rotate(0deg); }
html.js .shot-card.tilt-l.fx.fx-in { transform: rotate(-2.2deg); }
html.js .shot-card.tilt-r.fx.fx-in { transform: rotate(2.2deg); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  html.js .fx { opacity: 1; transform: none; transition: none; }
  html.js .shot-card.tilt-l.fx, html.js .shot-card.tilt-l.fx.fx-in { transform: rotate(-2.2deg); transition: none; }
  html.js .shot-card.tilt-r.fx, html.js .shot-card.tilt-r.fx.fx-in { transform: rotate(2.2deg); transition: none; }
  .announce .dot { animation: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .grid-3, .shots { grid-template-columns: 1fr; }
  .shot-card.tilt-l, .shot-card.tilt-r { transform: rotate(0); }
  html.js .shot-card.tilt-l.fx.fx-in, html.js .shot-card.tilt-r.fx.fx-in { transform: none; }
}
@media (max-width: 767px) {
  .form-row { grid-template-columns: 1fr; gap: 0; }
}
@media (max-width: 479px) {
  .checkbox-grid { grid-template-columns: 1fr; }
  .value-row { flex-direction: column; gap: 0.25rem; }
  .btn-primary { width: 100%; padding: 1.05rem 1.2rem; }
}
