/* ============================================================
   The Park Social Club — Styles
   Brand: deep green #0b3d22 / #1e3421, gold #dd9f15,
          cream #f4efe0, khaki #e6d98f
   ============================================================ */

:root {
  --green: #0b3d22;
  --green-dark: #082d19;
  --green-mid: #1e4a2e;
  --gold: #dd9f15;
  --gold-soft: #e6c268;
  --cream: #f4efe0;
  --khaki: #e6d98f;
  --ink: #22301f;
  --white: #ffffff;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Jost', 'Helvetica Neue', Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  font-weight: 300;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

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

h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.15; }

h2 { font-size: clamp(2rem, 4.5vw, 3.2rem); color: var(--green); margin-bottom: 1rem; }
h3 { font-size: 1.5rem; color: var(--green); }

.on-dark { color: var(--cream) !important; }

.eyebrow {
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
}
.eyebrow-gold { color: var(--gold-soft); }

.lead { font-size: 1.15rem; max-width: 46em; }

.fine-print { font-size: 0.8rem; opacity: 0.75; margin-top: 1rem; }

/* Visually hidden but readable by search engines & screen readers */
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 0.9rem 2rem;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.btn-gold { background: var(--gold); color: var(--green-dark); border-color: var(--gold); }
.btn-gold:hover { background: var(--gold-soft); border-color: var(--gold-soft); }
.btn-outline-light { background: transparent; color: var(--cream); border-color: rgba(244, 239, 224, 0.6); }
.btn-outline-light:hover { border-color: var(--cream); background: rgba(244, 239, 224, 0.08); }
.btn-large { padding: 1.1rem 3rem; font-size: 0.95rem; }

/* ---------- Age gate ---------- */
.age-gate {
  position: fixed; inset: 0; z-index: 1000;
  background: var(--green-dark);
  display: flex; align-items: center; justify-content: center;
  padding: 1.5rem;
  text-align: center;
}
.age-gate[hidden] { display: none; }
.age-gate-card { max-width: 420px; color: var(--cream); }
.age-gate-logo { width: 280px; margin: 0 auto 2rem; }
.age-gate-card p { margin-bottom: 1.5rem; font-size: 1.05rem; }
.age-gate-check {
  justify-content: center;
  border: 1px solid rgba(244, 239, 224, 0.35);
  border-radius: 2px;
  padding: 0.9rem 1.1rem;
  margin-bottom: 1.25rem;
  text-align: left;
}
.age-gate-check:hover { border-color: var(--gold); }
.age-gate-buttons { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 1.5rem; }
.age-gate-buttons .btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.age-gate-exit {
  color: var(--cream);
  opacity: 0.7;
  font-size: 0.85rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.age-gate-exit:hover { opacity: 1; }
.age-gate-card small { opacity: 0.6; font-size: 0.75rem; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.9rem 2rem;
  background: rgba(244, 239, 224, 0.96);
  border-bottom: 1px solid rgba(11, 61, 34, 0.12);
  backdrop-filter: blur(8px);
}
.header-brand { display: flex; align-items: center; gap: 0.9rem; text-decoration: none; }
.header-logo { height: 44px; width: auto; }
.header-21 {
  font-size: 0.65rem; font-weight: 600; letter-spacing: 0.15em;
  color: var(--gold);
  border: 1px solid var(--gold);
  border-radius: 2px;
  padding: 0.15rem 0.4rem;
  line-height: 1;
}

.site-nav { display: flex; align-items: center; gap: 1.4rem; white-space: nowrap; }
.site-nav a {
  font-size: 0.8rem; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--green); text-decoration: none; transition: color 0.2s;
}
.site-nav a:hover { color: var(--gold); }
.site-nav .nav-cta {
  border: 1px solid var(--green);
  padding: 0.5rem 1.1rem;
  border-radius: 2px;
}
.site-nav .nav-cta:hover { background: var(--green); color: var(--cream); }

.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--green); margin: 5px 0; transition: 0.3s; }

/* ---------- Hero ---------- */
.hero {
  background:
    radial-gradient(ellipse at 20% -10%, rgba(221, 159, 21, 0.14), transparent 55%),
    radial-gradient(ellipse at 85% 110%, rgba(230, 217, 143, 0.1), transparent 50%),
    linear-gradient(170deg, var(--green) 0%, var(--green-dark) 100%);
  padding: clamp(5rem, 12vh, 9rem) 1.5rem;
  text-align: center;
}
.hero-inner { max-width: 760px; margin: 0 auto; }
.hero-logo { width: min(520px, 82vw); margin: 0 auto 2.5rem; }
.hero-rule { display: flex; align-items: center; justify-content: center; gap: 1.25rem; margin-bottom: 2rem; }
.hero-rule span { display: block; width: 90px; height: 1px; background: rgba(221, 159, 21, 0.55); }
.hero-rule-badge {
  font-style: normal;
  font-family: var(--sans);
  font-size: 0.9rem; font-weight: 600; letter-spacing: 0.18em;
  color: var(--gold-soft);
  border: 1px solid rgba(221, 159, 21, 0.7);
  border-radius: 50%;
  width: 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
}
.hero-tag {
  color: var(--cream);
  font-size: clamp(0.85rem, 2vw, 1.05rem);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 400;
}
.hero-sub {
  color: var(--gold-soft);
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.4rem;
  margin: 0.75rem 0 2.5rem;
}
.hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ---------- Sections ---------- */
.section { padding: clamp(4rem, 9vh, 7rem) 1.5rem; scroll-margin-top: 76px; }
.section-cream { background: var(--cream); }
.section-white { background: var(--white); }
.section-green {
  background: linear-gradient(180deg, var(--green) 0%, var(--green-dark) 100%);
}
.container { max-width: 1080px; margin: 0 auto; }

/* ---------- Pillars ---------- */
.pillars {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}
.pillar {
  background: var(--white);
  border: 1px solid rgba(11, 61, 34, 0.1);
  border-radius: 4px;
  padding: 2.25rem 1.75rem;
  text-align: center;
}
.pillar h3 { margin-bottom: 0.6rem; }
.pillar h3::before {
  content: '';
  display: block;
  width: 44px; height: 2px;
  background: var(--gold);
  margin: 0 auto 1.25rem;
}
.pillar p { font-size: 0.95rem; }

/* ---------- Tiers ---------- */
.tiers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.75rem;
  margin-top: 3rem;
}
.tier {
  position: relative;
  border: 1px solid rgba(244, 239, 224, 0.25);
  border-radius: 4px;
  padding: 2.25rem 1.75rem;
  color: var(--cream);
  display: flex; flex-direction: column;
}
.tier h3 { color: var(--gold-soft); font-size: 1.75rem; }
.tier-line { font-size: 0.75rem; letter-spacing: 0.28em; text-transform: uppercase; opacity: 0.7; margin: 0.25rem 0 1.25rem; }
.tier ul { list-style: none; margin-bottom: 2rem; flex: 1; }
.tier ul li { padding: 0.45rem 0; border-bottom: 1px solid rgba(244, 239, 224, 0.12); font-size: 0.95rem; }
.tier ul li:last-child { border-bottom: none; }
.tier-featured { background: rgba(244, 239, 224, 0.06); border-color: var(--gold); }
.tier-badge {
  position: absolute; top: -0.8rem; left: 50%; transform: translateX(-50%);
  background: var(--gold); color: var(--green-dark);
  font-size: 0.65rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase;
  padding: 0.3rem 0.9rem; border-radius: 2px; white-space: nowrap;
}

/* ---------- Split sections ---------- */
.split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3.5rem;
  align-items: center;
}
.split-reverse .split-text { order: 2; }
.split-reverse .split-visual { order: 1; }
.split-text p { margin-bottom: 1rem; }
.check-list { list-style: none; margin-top: 1.25rem; }
.check-list li { padding: 0.5rem 0 0.5rem 1.9rem; position: relative; }
.check-list li::before {
  content: '';
  position: absolute; left: 0; top: 0.85rem;
  width: 14px; height: 14px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: radial-gradient(circle, var(--gold) 0%, var(--gold) 40%, transparent 45%);
}
.split-visual {
  border-radius: 4px;
  min-height: 380px;
  display: flex; align-items: center; justify-content: center;
  padding: 3rem;
}
.split-visual img.panel-wordmark { width: min(320px, 75%); }
.panel-green { background: linear-gradient(160deg, var(--green-mid), var(--green-dark)); }
.panel-feature {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(221, 159, 21, 0.18), transparent 60%),
    linear-gradient(160deg, #0e2416, #050f09);
  border: 1px solid rgba(221, 159, 21, 0.35);
}

/* Dark-section check list */
.check-list-dark li { color: var(--cream); }
.feature-note {
  border-left: 2px solid var(--gold);
  padding: 0.4rem 0 0.4rem 1.1rem;
  margin: 1.5rem 0;
}
.feature-note strong { color: var(--gold-soft); font-weight: 500; }
.split-text .btn { margin-top: 0.75rem; }

/* ---------- Passes ---------- */
.passes { margin-top: 4.5rem; padding-top: 3.5rem; border-top: 1px solid rgba(244, 239, 224, 0.2); }
.passes-title {
  color: var(--gold-soft);
  font-size: 2rem;
  margin-bottom: 0.75rem;
}
.pass-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin-top: 2.25rem;
}
.pass-card {
  border: 1px solid rgba(244, 239, 224, 0.25);
  border-radius: 4px;
  padding: 1.75rem 1.5rem;
  color: var(--cream);
}
.pass-card h4 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.4rem;
  color: var(--gold-soft);
}
.pass-line {
  font-size: 0.7rem; letter-spacing: 0.24em; text-transform: uppercase;
  opacity: 0.7;
  margin: 0.25rem 0 0.9rem;
}
.pass-card p { font-size: 0.92rem; }
.pass-fine {
  font-size: 0.78rem !important;
  opacity: 0.75;
  margin-top: 0.9rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(244, 239, 224, 0.15);
}
.pass-card-featured { border-color: var(--gold); background: rgba(244, 239, 224, 0.06); }
.pass-terms {
  color: var(--cream);
  opacity: 0.75;
  font-size: 0.85rem;
  margin-top: 2rem;
  max-width: 56em;
}
.portal-cta {
  margin-top: 3rem;
  padding-top: 2.25rem;
  border-top: 1px solid rgba(244, 239, 224, 0.18);
  text-align: center;
}
.portal-cta .lead { margin: 0 auto 1.5rem; }

/* ---------- Membership form ---------- */
.form-container { max-width: 820px; }
.membership-form { margin-top: 2.5rem; }
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem 1.5rem;
  margin-bottom: 2rem;
}
.form-field { display: flex; flex-direction: column; }
.form-field-full { grid-column: 1 / -1; }
.form-field label, .interest-set legend {
  color: var(--cream);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.label-note { text-transform: none; letter-spacing: 0.05em; opacity: 0.7; }
.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="tel"],
.form-field input[type="date"],
.form-field select,
.form-field textarea {
  background: rgba(244, 239, 224, 0.08);
  border: 1px solid rgba(244, 239, 224, 0.3);
  border-radius: 2px;
  color: var(--cream);
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 300;
  padding: 0.8rem 1rem;
  transition: border-color 0.2s, background 0.2s;
  width: 100%;
  color-scheme: dark;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(244, 239, 224, 0.12);
}
.form-field ::placeholder { color: rgba(244, 239, 224, 0.45); }
.form-field select option { color: var(--ink); background: var(--cream); }

.interest-set { border: none; }
.interest-set .check { display: inline-flex; margin: 0.35rem 1.75rem 0.35rem 0; }
.check {
  display: flex; align-items: center; gap: 0.6rem;
  color: var(--cream);
  font-size: 0.95rem; font-weight: 300;
  letter-spacing: 0.02em; text-transform: none;
  cursor: pointer;
}
.check input { accent-color: var(--gold); width: 17px; height: 17px; }
.consent { font-size: 0.9rem; opacity: 0.9; }

/* Address sub-sections */
.form-subhead {
  grid-column: 1 / -1;
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-soft);
  border-bottom: 1px solid rgba(244, 239, 224, 0.2);
  padding-bottom: 0.6rem;
  margin-top: 0.75rem;
}
.form-field-split { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.form-field-split > div { display: flex; flex-direction: column; }
.billing-block[hidden] { display: none; }
.form-grid-nested { margin-bottom: 0; margin-top: 1.4rem; }

/* Honeypot — visually gone, still in the DOM for bots */
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--green-dark);
  color: var(--cream);
  text-align: center;
  padding: 4rem 1.5rem 2.5rem;
}
.footer-logo { width: 240px; margin: 0 auto 1rem; }
.footer-21 {
  font-size: 0.7rem; font-weight: 500; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold-soft);
  margin-bottom: 2rem;
}
.footer-newsletter { max-width: 460px; margin: 0 auto 2.5rem; }
.footer-newsletter p { margin-bottom: 1rem; font-family: var(--serif); font-style: italic; font-size: 1.2rem; }
.newsletter-form { display: flex; gap: 0.6rem; }
.newsletter-form input[type="email"] {
  flex: 1;
  background: rgba(244, 239, 224, 0.08);
  border: 1px solid rgba(244, 239, 224, 0.3);
  border-radius: 2px;
  color: var(--cream);
  font-family: var(--sans);
  padding: 0.8rem 1rem;
}
.newsletter-form input:focus { outline: none; border-color: var(--gold); }
.footer-nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 1.75rem; margin-bottom: 2rem; }
.footer-nav a {
  color: var(--cream); text-decoration: none;
  font-size: 0.75rem; letter-spacing: 0.25em; text-transform: uppercase;
}
.footer-nav a:hover { color: var(--gold-soft); }
.footer-legal { font-size: 0.75rem; opacity: 0.55; max-width: 640px; margin: 0 auto 1rem; }
.footer-copy { font-size: 0.75rem; opacity: 0.7; }

/* ---------- Responsive ---------- */

/* The nav needs ~1100px to fit on one line — below that, use the menu button */
@media (max-width: 1120px) {
  .site-header { padding: 0.8rem 1.25rem; }
  .nav-toggle { display: block; }
  .site-nav {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: flex-start;
    gap: 0;
    white-space: normal;
    background: var(--cream);
    border-bottom: 1px solid rgba(11, 61, 34, 0.15);
    padding: 0.5rem 0;
    box-shadow: 0 12px 24px rgba(8, 45, 25, 0.12);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 0.9rem 1.5rem; width: 100%; }
  .site-nav .nav-cta { border: none; padding: 0.9rem 1.5rem; }
}

/* Tablets & down: stack side-by-side sections */
@media (max-width: 900px) {
  .split, .split-reverse { grid-template-columns: 1fr; gap: 2rem; }
  .split-reverse .split-text { order: 1; }
  .split-reverse .split-visual { order: 2; }
  .split-visual { min-height: 240px; padding: 2rem; }

  .form-grid { grid-template-columns: 1fr; }
  .age-gate-buttons { flex-direction: column; }
}

/* Phones: tighter spacing, full-width buttons, nothing cramped */
@media (max-width: 480px) {
  .section { padding: 3.25rem 1.1rem; }
  .container { padding: 0; }

  .header-logo { height: 38px; }

  .hero { padding: 3.5rem 1.25rem 4rem; }
  .hero-logo { width: min(440px, 88vw); margin-bottom: 2rem; }
  .hero-rule span { width: 48px; }
  .hero-rule-badge { width: 48px; height: 48px; font-size: 0.8rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .hero-sub { font-size: 1.2rem; margin-bottom: 2rem; }

  .age-gate { padding: 1.25rem; }
  .age-gate-logo { width: min(280px, 82vw); }

  .pillar { padding: 1.75rem 1.4rem; }
  .tier { padding: 1.9rem 1.4rem; }
  .pass-card { padding: 1.5rem 1.25rem; }
  .passes-title { font-size: 1.7rem; }

  .split-visual { min-height: 200px; }
  .split-visual img.panel-wordmark { width: min(260px, 70%); }

  .membership-form .btn-large { width: 100%; padding: 1.1rem 1rem; }

  .newsletter-form { flex-direction: column; }
  .newsletter-form .btn { width: 100%; }

  .footer-nav { gap: 1rem 1.5rem; }
  .footer-logo { width: 200px; }
}

/* ============================================================
   Premium layer — motion, interaction, new sections
   ============================================================ */

/* ---------- Hero entrance ---------- */
@keyframes riseIn { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
.hero-pill,
.hero .hero-logo,
.hero-rule,
.hero-tag,
.hero-sub,
.hero-actions,
.hero-note { animation: riseIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) both; }
.hero .hero-logo { animation-delay: 0.1s; }
.hero-rule { animation-delay: 0.25s; }
.hero-tag { animation-delay: 0.4s; }
.hero-sub { animation-delay: 0.5s; }
.hero-actions { animation-delay: 0.65s; }
.hero-note { animation-delay: 0.8s; }

.hero-pill {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-soft);
  border: 1px solid rgba(221, 159, 21, 0.55);
  border-radius: 100px;
  padding: 0.5rem 1.3rem;
  margin-bottom: 2.25rem;
}
.hero-note {
  color: rgba(244, 239, 224, 0.65);
  font-size: 0.85rem;
  margin-top: 1.5rem;
  letter-spacing: 0.06em;
}
.hero { position: relative; }
.hero-scroll {
  position: absolute;
  left: 50%; bottom: 1.6rem;
  transform: translateX(-50%);
  width: 26px; height: 42px;
  border: 1px solid rgba(244, 239, 224, 0.4);
  border-radius: 14px;
  display: block;
}
.hero-scroll span {
  position: absolute; left: 50%; top: 8px;
  width: 4px; height: 8px;
  margin-left: -2px;
  border-radius: 2px;
  background: var(--gold-soft);
  animation: scrollHint 1.8s ease-in-out infinite;
}
@keyframes scrollHint {
  0%, 100% { transform: translateY(0); opacity: 1; }
  60% { transform: translateY(12px); opacity: 0.2; }
}

/* ---------- Marquee ---------- */
.marquee {
  overflow: hidden;
  background: var(--green-dark);
  border-top: 1px solid rgba(221, 159, 21, 0.35);
  border-bottom: 1px solid rgba(221, 159, 21, 0.35);
  padding: 0.85rem 0;
}
.marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 2.25rem;
  white-space: nowrap;
  animation: marquee 36s linear infinite;
}
.marquee-track span {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--cream);
}
.marquee-track i { color: var(--gold); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Scroll reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.85s ease, transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal.in { opacity: 1; transform: none; }
.reveal-child {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--stagger, 0) * 0.12s);
}
.reveal-child.in { opacity: 1; transform: none; }

/* ---------- Header scroll state ---------- */
.site-header { transition: box-shadow 0.3s ease, padding 0.3s ease; }
.site-header.scrolled { box-shadow: 0 6px 24px rgba(8, 45, 25, 0.14); }

/* ---------- Micro-interactions ---------- */
.btn { position: relative; overflow: hidden; }
.btn-gold::after {
  content: '';
  position: absolute; top: 0; bottom: 0; left: -80%;
  width: 50%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  transform: skewX(-20deg);
  transition: left 0.6s ease;
}
.btn-gold:hover::after { left: 130%; }
.btn-gold:hover { box-shadow: 0 10px 28px rgba(221, 159, 21, 0.35); transform: translateY(-1px); }
.btn { transition: all 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease; }

.pillar, .tier, .pass-card { transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.35s ease; }
.pillar:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(11, 61, 34, 0.14); }
.tier:hover, .pass-card:hover { transform: translateY(-6px); border-color: var(--gold); box-shadow: 0 18px 44px rgba(0, 0, 0, 0.3); }

.btn-green {
  background: var(--green);
  color: var(--cream);
  border-color: var(--green);
}
.btn-green:hover { background: var(--green-dark); box-shadow: 0 10px 28px rgba(11, 61, 34, 0.3); transform: translateY(-1px); }

/* ---------- Stats row ---------- */
.stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3.5rem;
  padding-top: 2.75rem;
  border-top: 1px solid rgba(11, 61, 34, 0.15);
  text-align: center;
}
.stat-num {
  display: block;
  font-family: var(--serif);
  font-size: clamp(2.6rem, 6vw, 4rem);
  font-weight: 500;
  color: var(--green);
  line-height: 1;
}
.stat-num::after { content: ''; }
.stat-label {
  display: block;
  margin-top: 0.6rem;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
}

/* ---------- Interlude quote ---------- */
.interlude {
  background:
    radial-gradient(ellipse at 50% 120%, rgba(221, 159, 21, 0.14), transparent 60%),
    linear-gradient(180deg, var(--green-dark), var(--green));
  text-align: center;
  padding: clamp(4.5rem, 10vh, 7rem) 1.5rem;
}
.interlude blockquote {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 4vw, 2.7rem);
  font-weight: 400;
  font-style: italic;
  color: var(--cream);
  line-height: 1.35;
  max-width: 21em;
  margin: 0 auto 1.75rem;
}
.interlude-attr {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-soft);
}

/* ---------- FAQ ---------- */
.faq-container { max-width: 780px; }
.faq-list { margin-top: 2.5rem; }
.faq-item {
  border-bottom: 1px solid rgba(11, 61, 34, 0.15);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.4rem 0;
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--green);
  transition: color 0.25s ease;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--gold); }
.faq-icon {
  position: relative;
  flex: 0 0 18px;
  height: 18px;
}
.faq-icon::before, .faq-icon::after {
  content: '';
  position: absolute; top: 50%; left: 50%;
  width: 14px; height: 2px;
  margin: -1px 0 0 -7px;
  background: var(--gold);
  transition: transform 0.3s ease;
}
.faq-icon::after { transform: rotate(90deg); }
.faq-item[open] .faq-icon::after { transform: rotate(0deg); }
.faq-item p {
  padding: 0 2.5rem 1.5rem 0;
  color: var(--ink);
  font-size: 0.98rem;
}
.faq-cta { text-align: center; margin-top: 2.75rem; }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .hero-pill, .hero .hero-logo, .hero-rule, .hero-tag, .hero-sub, .hero-actions, .hero-note { animation: none; }
  .marquee-track { animation: none; }
  .hero-scroll span { animation: none; }
  .reveal, .reveal-child { opacity: 1; transform: none; transition: none; }
  .pillar, .tier, .pass-card, .btn { transition: none; }
}

/* ---------- Small screens for premium layer ---------- */
@media (max-width: 480px) {
  .stats-row { grid-template-columns: 1fr; gap: 2rem; }
  .interlude blockquote { font-size: 1.5rem; }
  .faq-item summary { font-size: 1.05rem; }
  .hero-scroll { display: none; }
}
