/* Panama Vaa Clubs — network landing. Dark oceanic, premium, B2B.
   One flourish: the sunset-glint headline. The hero video carries the motion. */

:root {
  --ocean-950: #040e1e;
  --ocean-900: #091e38;
  --ocean-800: #0f2d52;
  --ocean-700: #153d6b;
  --amber-300: #f5bc60;
  --amber-400: #e8993a;
  --amber-500: #d4762a;
  --sunset:    #e87a3a;
  --hot:       #fff7e6;
  --ink:       #eaf1fb;
  --muted:     rgba(234, 241, 251, 0.62);
  --faint:     rgba(234, 241, 251, 0.40);
  --line:      rgba(255, 255, 255, 0.10);
  --container: 1120px;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--ocean-950);
  color: var(--ink);
  font-family: 'Inter', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  overflow-x: hidden;
}

.display { font-family: 'Anton', system-ui, sans-serif; font-weight: 400; letter-spacing: 0.01em; }

/* ── Nav ───────────────────────────────────────────── */
.nav {
  position: absolute; top: 0; left: 0; right: 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px clamp(20px, 5vw, 56px);
}
.nav__brand { display: flex; gap: 8px; text-decoration: none; }
.nav__mark { font-family: 'Anton', sans-serif; letter-spacing: 0.08em; color: var(--ink); font-size: 18px; }
.nav__mark--accent { color: var(--amber-400); }
.nav__links { display: flex; align-items: center; gap: clamp(16px, 3vw, 34px); }
.nav__links a { color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 500; transition: color .2s; }
.nav__links a:hover { color: var(--ink); }

/* ── Buttons ───────────────────────────────────────── */
.btn {
  display: inline-block; text-decoration: none; font-weight: 600; font-size: 15px;
  padding: 12px 26px; transition: transform .15s, background .2s, border-color .2s;
  border: 1px solid transparent;
}
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--amber-500); color: #fff; box-shadow: 4px 4px 0 rgba(0,0,0,.35); }
.btn--primary:hover { background: var(--amber-400); }
.btn--ghost { border-color: rgba(255,255,255,.55); color: #fff; backdrop-filter: blur(4px); }
.btn--ghost:hover { background: rgba(255,255,255,.10); }
.btn--sm { padding: 9px 18px; font-size: 14px; background: var(--amber-500); color: #fff; }
.btn--lg { padding: 15px 38px; font-size: 16px; }

/* ── Hero ──────────────────────────────────────────── */
.hero {
  position: relative; min-height: 100svh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 96px clamp(20px, 5vw, 56px) 80px;
  /* Sunset-over-ocean fallback — shows before/without the video */
  background:
    radial-gradient(70% 55% at 66% 22%, rgba(232,122,58,.45), transparent 60%),
    linear-gradient(to bottom, #16324f 0%, #0b2136 45%, var(--ocean-950) 100%);
  overflow: hidden;
}
.hero__video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
}
.hero__scrim {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to bottom, rgba(4,14,30,.35) 0%, rgba(4,14,30,.30) 40%, rgba(4,14,30,.78) 100%);
}
.hero__content { position: relative; z-index: 2; max-width: 820px; }
.hero__cue {
  position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%);
  z-index: 2; color: var(--faint); font-size: 20px; animation: bob 2.2s ease-in-out infinite;
}
@keyframes bob { 0%,100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 7px); } }

.eyebrow {
  color: var(--amber-300); font-weight: 600; font-size: 13px;
  letter-spacing: 0.32em; text-transform: uppercase; margin-bottom: 18px;
}
.horizon {
  height: 2px; width: 160px; border: 0; margin: 0 auto 22px;
  background: linear-gradient(90deg, transparent, rgba(245,188,96,.9), var(--hot), rgba(245,188,96,.9), transparent);
  box-shadow: 0 0 16px rgba(232,122,58,.6);
}
/* Right-sized: clamp keeps it bold but never overcrowds the space */
.hero .display {
  font-size: clamp(2.6rem, 6.2vw, 5rem);
  line-height: 0.98;
  margin-bottom: 22px;
}
.lede {
  color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.6vw, 1.2rem);
  max-width: 40rem; margin: 0 auto 34px; text-shadow: 0 2px 8px rgba(0,0,0,.4);
}
.cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* The one flourish — sunset light glancing across the headline */
.glint {
  background: linear-gradient(100deg,
    var(--amber-500) 0%, var(--amber-400) 22%, var(--amber-300) 40%,
    #ffffff 47%, var(--hot) 50%, var(--amber-300) 56%,
    var(--amber-400) 76%, var(--amber-500) 100%);
  background-size: 260% auto;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  filter: drop-shadow(0 2px 18px rgba(232,122,58,.32)) drop-shadow(0 3px 10px rgba(0,0,0,.45));
  animation: glint 6.5s ease-in-out 0.6s infinite;
}
@keyframes glint {
  0%       { background-position: 135% center; }
  55%,100% { background-position: -35% center; }
}

/* ── Sections ──────────────────────────────────────── */
.section { max-width: var(--container); margin: 0 auto; padding: clamp(72px, 10vw, 120px) clamp(20px, 5vw, 56px); }
.section--band { background: var(--ocean-900); max-width: none; }
.section--band > * { max-width: var(--container); margin-left: auto; margin-right: auto; }
.section__eyebrow { color: var(--amber-400); font-weight: 700; font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase; margin-bottom: 14px; }
.section__title { font-size: clamp(1.7rem, 3.4vw, 2.6rem); font-weight: 700; line-height: 1.15; margin-bottom: 14px; max-width: 22ch; }
.section__lede { color: var(--muted); font-size: 1.05rem; max-width: 46rem; margin-bottom: 44px; }

.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.card { background: var(--ocean-950); border: 1px solid var(--line); padding: 26px 24px; transition: border-color .25s, transform .25s; }
.section--band .card { background: var(--ocean-950); }
.card:hover { border-color: rgba(232,153,58,.45); transform: translateY(-2px); }
.card h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 8px; }
.card p { color: var(--muted); font-size: .95rem; }

/* Clubs */
.clubs { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; }
.club {
  display: flex; flex-direction: column; gap: 4px; text-decoration: none;
  background: var(--ocean-950); border: 1px solid var(--line); padding: 22px 22px;
  transition: border-color .25s, transform .25s;
}
.club__name { font-family: 'Anton', sans-serif; letter-spacing: .02em; font-size: 1.25rem; color: var(--ink); }
.club__tag { color: var(--faint); font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; }
.club--live { border-color: rgba(232,153,58,.4); }
.club--live:hover { border-color: var(--amber-400); transform: translateY(-2px); }
.club--live .club__tag { color: var(--amber-300); }
.club--ghost { border-style: dashed; }
.club--ghost .club__name { color: var(--amber-400); }

/* Pricing */
.pricing { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.price { border: 1px solid var(--line); border-top: 3px solid var(--amber-500); padding: 28px 26px; background: var(--ocean-950); }
.price__k { color: var(--amber-400); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 10px; }
.price__v { font-family: 'Anton', sans-serif; font-size: 1.6rem; margin-bottom: 12px; }
.price__d { color: var(--muted); font-size: .95rem; }

/* CTA */
.cta { text-align: center; padding: clamp(80px, 12vw, 140px) clamp(20px, 5vw, 56px); background: radial-gradient(60% 70% at 50% 0%, rgba(232,122,58,.16), transparent 65%); }
.cta__title { font-size: clamp(2rem, 4.5vw, 3.4rem); line-height: 1; margin-bottom: 16px; }
.cta__lede { color: var(--muted); font-size: 1.1rem; margin-bottom: 30px; }

/* Footer */
.foot { border-top: 1px solid var(--line); padding: 40px clamp(20px, 5vw, 56px); text-align: center; color: var(--muted); font-size: .9rem; }
.foot__muted { color: var(--faint); margin-top: 4px; font-size: .82rem; }

/* Mobile */
@media (max-width: 640px) {
  .nav__links a:not(.btn) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .glint, .hero__cue { animation: none !important; }
  .glint { background-position: 20% center; }
  .hero__video { display: none; } /* fall back to the static gradient */
}
