/* ==========================================================================
   Coach Mayur - peacock teal and gold
   Display: Archivo (variable width, used expanded for signage feel)
   Body:    Public Sans
   ========================================================================== */

:root {
  --ink: #0E0F11;
  --ink-soft: #191B1F;
  --teal: #C0141C;
  --teal-bright: #E8323A;
  --gold: #D8232A;
  --gold-lt: #FF4B54;
  --paper: #F6F5F4;
  --paper-2: #E6E4E2;
  --slate: #55585E;
  --plate-yellow: #F5C518;
  --l-red: #D22B2B;
  --p-green: #1F8A4C;

  --shell: 1160px;
  --gut: clamp(20px, 5vw, 48px);
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;

  --step-0: clamp(1rem, 0.96rem + 0.2vw, 1.08rem);
  --step-1: clamp(1.18rem, 1.1rem + 0.4vw, 1.36rem);
  --step-2: clamp(1.5rem, 1.3rem + 0.9vw, 2rem);
  --step-3: clamp(2rem, 1.6rem + 1.9vw, 3.1rem);
  --step-4: clamp(2.7rem, 1.9rem + 3.6vw, 5.2rem);

  --ease: cubic-bezier(.22, .8, .3, 1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Public Sans", system-ui, -apple-system, Segoe UI, sans-serif;
  font-size: var(--step-0);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}

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

h1, h2, h3, .display {
  font-family: Archivo, "Arial Black", system-ui, sans-serif;
  font-variation-settings: "wdth" 112;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.015em;
  margin: 0;
  text-wrap: balance;
}

h1 { font-size: var(--step-4); }
h2 { font-size: var(--step-3); }
h3 { font-size: var(--step-1); font-variation-settings: "wdth" 100; letter-spacing: 0; }

p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

a { color: inherit; }

.shell {
  width: min(100% - (var(--gut) * 2), var(--shell));
  margin-inline: auto;
}

.section { padding: clamp(60px, 9vw, 116px) 0; }
.section--ink { background: var(--ink); color: var(--paper); }
.section--tint { background: var(--paper-2); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 18px;
}
.section--ink .eyebrow { color: var(--gold); }
.eyebrow::before {
  content: "";
  width: 26px;
  height: 3px;
  background: currentColor;
  border-radius: 2px;
}

.lede { font-size: var(--step-1); color: var(--slate); max-width: 58ch; }
.section--ink .lede { color: #B9CFCF; }

/* Placeholder values Coach Mayur still needs to supply -------------------- */
.tbc {
  border: 2px dashed var(--gold);
  border-radius: var(--r-sm);
  padding: 0 .35em;
  color: var(--gold);
  font-style: normal;
}

/* Buttons ---------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 26px;
  border-radius: 100px;
  border: 2px solid transparent;
  font-family: Archivo, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s var(--ease), background-color .18s var(--ease), color .18s var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible { outline: 3px solid var(--gold-lt); outline-offset: 3px; }

.btn--gold { background: var(--gold); color: #fff; }
.btn--gold:hover { background: var(--gold-lt); }
.btn--teal { background: var(--teal); color: #fff; }
.btn--teal:hover { background: var(--teal-bright); }
.btn--ghost { border-color: currentColor; color: inherit; }
.btn--ghost:hover { background: rgba(255,255,255,.1); }
.section--ink .btn--ghost:hover { background: rgba(255,255,255,.12); }

.btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

/* Header ----------------------------------------------------------------- */
.masthead {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(6, 40, 43, .93);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(224, 169, 59, .22);
}
.masthead__inner {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 12px 0;
}
.masthead__logo { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--paper); }
.masthead__logo svg, .masthead__logo img { width: 76px; height: 76px; }
.masthead__name {
  font-family: Archivo, sans-serif;
  font-weight: 900;
  font-variation-settings: "wdth" 108;
  font-size: 1.8rem;
  letter-spacing: .02em;
  line-height: .98;
  font-variation-settings: "wdth" 112;
  line-height: 1.05;
}
.masthead__name span { display: block; color: var(--gold); }

.nav { margin-left: auto; display: flex; align-items: center; gap: 26px; }
.nav a {
  color: #CFE0DF;
  text-decoration: none;
  font-weight: 600;
  font-size: .95rem;
}
.nav a:hover { color: var(--gold); }
.nav .btn { padding: 11px 20px; font-size: .93rem; }
@media (max-width: 860px) { .nav a:not(.btn) { display: none; } }

/* Hero ------------------------------------------------------------------- */
.hero {
  position: relative;
  background: radial-gradient(120% 90% at 82% 6%, #26282E 0%, var(--ink) 58%);
  color: var(--paper);
  overflow: hidden;
  padding: clamp(56px, 9vw, 104px) 0 clamp(48px, 7vw, 84px);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 6px;
  background: linear-gradient(90deg, var(--teal-bright), var(--gold) 55%, var(--teal));
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
@media (max-width: 900px) { .hero__grid { grid-template-columns: 1fr; } }

.hero h1 .accent { color: var(--gold); }
.hero__lede { font-size: var(--step-1); color: #B9CFCF; margin-top: 22px; max-width: 46ch; }

/* Flip plate: the one bold moment on the page */
.plate-flip {
  width: min(280px, 72vw);
  aspect-ratio: 1 / 1;
  margin-inline: auto;
  perspective: 900px;
}
.plate-flip__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 1.1s var(--ease);
}
.plate-flip.is-passed .plate-flip__inner { transform: rotateY(180deg); }
.plate-face {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  border-radius: 20px;
  display: grid;
  place-items: center;
  font-family: Archivo, sans-serif;
  font-weight: 800;
  font-size: clamp(7rem, 18vw, 11rem);
  line-height: 1;
  box-shadow: 0 28px 60px rgba(0,0,0,.4);
}
.plate-face--l { background: #fff; color: var(--l-red); }
.plate-face--p { background: #fff; color: var(--p-green); transform: rotateY(180deg); }
.plate-caption {
  text-align: center;
  margin-top: 20px;
  font-size: .82rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--gold);
}

/* Stat strip ------------------------------------------------------------- */
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: clamp(40px, 6vw, 68px);
  background: rgba(224,169,59,.28);
  border-radius: var(--r-md);
  overflow: hidden;
}
@media (max-width: 700px) { .stats { grid-template-columns: 1fr; } }
.stat { background: var(--ink); padding: 26px 22px; }
.stat__value {
  font-family: Archivo, sans-serif;
  font-weight: 800;
  font-variation-settings: "wdth" 106;
  font-size: clamp(2rem, 4vw, 2.7rem);
  color: var(--gold);
  line-height: 1;
}
.stat__label {
  margin-top: 8px;
  font-size: .82rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: #9FBAB9;
  font-weight: 600;
}

/* Trust bar -------------------------------------------------------------- */
.trustbar {
  background: var(--ink-soft);
  color: #CFE0DF;
  padding: 16px 0;
  font-size: .9rem;
}
.trustbar ul {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 34px;
  justify-content: center;
  align-items: center;
}
.trustbar li { display: flex; align-items: center; gap: 9px; }
.trustbar svg { width: 17px; height: 17px; flex: none; color: var(--gold); }

/* Steps ------------------------------------------------------------------ */
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  margin-top: 48px;
  counter-reset: step;
}
.step {
  position: relative;
  padding-top: 28px;
  border-top: 3px solid var(--teal);
}
.step::before {
  counter-increment: step;
  content: "0" counter(step);
  position: absolute;
  top: -3px;
  left: 0;
  transform: translateY(-100%);
  padding-bottom: 8px;
  font-family: Archivo, sans-serif;
  font-weight: 800;
  font-size: .95rem;
  letter-spacing: .1em;
  color: var(--gold);
}
.step h3 { margin-bottom: 8px; }
.step p { color: var(--slate); font-size: .97rem; }

/* Pricing ---------------------------------------------------------------- */
.prices {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 24px;
  margin-top: 48px;
  align-items: stretch;
}
.price {
  background: #fff;
  border: 1px solid rgba(6,40,43,.12);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
}
.price__name {
  font-family: Archivo, sans-serif;
  font-weight: 800;
  font-size: 1.02rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--teal);
}
.price__fig {
  font-family: Archivo, sans-serif;
  font-variation-settings: "wdth" 104;
  font-weight: 800;
  font-size: clamp(2.4rem, 5vw, 3.2rem);
  line-height: 1;
  margin: 16px 0 4px;
}
.price__unit { color: var(--slate); font-size: .9rem; }
.price ul { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 11px; }
.price li { position: relative; padding-left: 27px; font-size: .96rem; }
.price li::before {
  content: "";
  position: absolute;
  left: 0; top: .52em;
  width: 15px; height: 8px;
  border-left: 2.5px solid var(--teal);
  border-bottom: 2.5px solid var(--teal);
  transform: rotate(-45deg);
}
.price .btn { margin-top: 26px; align-self: stretch; }
.price--feature {
  background: linear-gradient(168deg, #0B3538, var(--ink));
  color: var(--paper);
  border-color: var(--gold);
  box-shadow: 0 24px 60px rgba(6,40,43,.28);
  position: relative;
}
.price--feature .price__name { color: var(--gold); }
.price--feature .price__unit { color: #9FBAB9; }
.price--feature li::before { border-color: var(--gold); }
.price__flag {
  position: absolute;
  top: -14px; right: 24px;
  background: var(--gold);
  color: var(--ink);
  font-family: Archivo, sans-serif;
  font-weight: 800;
  font-size: .72rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  padding: 7px 15px;
  border-radius: 100px;
}
.price__terms { margin-top: 18px; font-size: .8rem; color: #92AEAD; line-height: 1.5; }

.price-note {
  margin-top: 28px;
  font-size: .9rem;
  color: var(--slate);
  max-width: 70ch;
}

/* Areas ------------------------------------------------------------------ */
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.chip {
  background: #fff;
  border: 1px solid rgba(6,40,43,.14);
  border-radius: 100px;
  padding: 9px 18px;
  font-weight: 600;
  font-size: .93rem;
}
.section--ink .chip { background: rgba(255,255,255,.07); border-color: rgba(224,169,59,.3); }

/* Passes wall ------------------------------------------------------------ */
.passes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
  margin-top: 48px;
}
.pass {
  background: #fff;
  border-radius: var(--r-lg);
  padding: 26px;
  border: 1px solid rgba(6,40,43,.1);
}
.pass__plate {
  background: var(--plate-yellow);
  border: 2.5px solid var(--ink);
  border-radius: var(--r-sm);
  font-family: Archivo, sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: .12em;
  text-align: center;
  padding: 8px 12px;
  margin-bottom: 18px;
}
.pass blockquote { margin: 0; font-size: 1rem; }
.pass cite { display: block; margin-top: 14px; font-style: normal; font-weight: 700; color: var(--teal); font-size: .92rem; }

/* FAQ -------------------------------------------------------------------- */
.faq { margin-top: 44px; max-width: 76ch; }
.faq details {
  border-bottom: 1px solid rgba(6,40,43,.15);
  padding: 6px 0;
}
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 40px 18px 0;
  font-family: Archivo, sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "";
  position: absolute;
  right: 6px; top: 50%;
  width: 11px; height: 11px;
  border-right: 2.5px solid var(--teal);
  border-bottom: 2.5px solid var(--teal);
  transform: translateY(-70%) rotate(45deg);
  transition: transform .25s var(--ease);
}
.faq details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq details p { padding-bottom: 20px; color: var(--slate); max-width: 66ch; }

/* Booking form ----------------------------------------------------------- */
.book__grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}
@media (max-width: 860px) { .book__grid { grid-template-columns: 1fr; } }

.form { display: grid; gap: 18px; }
.field { display: grid; gap: 7px; }
.field label { font-weight: 700; font-size: .9rem; letter-spacing: .02em; }
.field input, .field select, .field textarea {
  font: inherit;
  font-size: 1rem;
  padding: 14px 16px;
  border-radius: var(--r-sm);
  border: 2px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.05);
  color: var(--paper);
}
.field input::placeholder, .field textarea::placeholder { color: #7E9998; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(255,255,255,.09);
}
.field select option { color: #06282B; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 560px) { .form__row { grid-template-columns: 1fr; } }
.form__hp { position: absolute; left: -9999px; }
.form__note { font-size: .82rem; color: #92AEAD; }

.contact-list { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 16px; }
.contact-list a { text-decoration: none; font-weight: 700; }
.contact-list a:hover { color: var(--gold); }
.contact-list small { display: block; font-weight: 400; color: #92AEAD; letter-spacing: .1em; text-transform: uppercase; font-size: .72rem; margin-bottom: 2px; }

/* Footer ----------------------------------------------------------------- */
.footer {
  background: var(--ink);
  color: #8FAAA9;
  padding: 44px 0 60px;
  border-top: 1px solid rgba(216,35,42,.28);
  font-size: .88rem;
}
.footer__grid { display: flex; flex-wrap: wrap; gap: 24px 48px; justify-content: space-between; align-items: center; }
.footer a { color: #CFE0DF; }
.footer__end { text-align: right; line-height: 1.7; }
.footer__by { font-size: .82rem; opacity: .72; }
.footer__by a { border-bottom: 1px solid rgba(216,35,42,.5); text-decoration: none; }
.footer__by a:hover { border-bottom-color: currentColor; }
@media (max-width: 700px) { .footer__end { text-align: left; } }

/* Sticky mobile call bar -------------------------------------------------- */
.callbar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 70;
  display: none;
  gap: 1px;
  background: rgba(255,255,255,.2);
  box-shadow: 0 -8px 24px rgba(0,0,0,.22);
}
.callbar a {
  flex: 1;
  text-align: center;
  padding: 15px 8px;
  font-family: Archivo, sans-serif;
  font-weight: 700;
  text-decoration: none;
  font-size: .95rem;
}
.callbar__call { background: var(--gold); color: #fff; }
.callbar__text { background: #16181C; color: #fff; }
.callbar__wa { background: #25D366; color: #08301A; }
@media (max-width: 760px) {
  .callbar { display: flex; }
  body { padding-bottom: 56px; }
}

/* Scroll reveal ----------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Introductory offer ------------------------------------------------------ */
.offer {
  margin: 28px 0 24px;
  padding: 18px 20px 16px;
  border: 1px solid rgba(216, 35, 42, .5);
  border-left: 4px solid var(--gold);
  border-radius: var(--r-md);
  background: linear-gradient(100deg, rgba(216, 35, 42, .16), rgba(216, 35, 42, .04));
  max-width: 30rem;
}

.offer__head {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.offer__flag {
  font-family: Archivo, system-ui, sans-serif;
  font-variation-settings: 'wdth' 96;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #fff;
  background: var(--gold);
  border-radius: 999px;
  padding: 4px 11px;
}

.offer__price {
  font-family: Archivo, system-ui, sans-serif;
  font-variation-settings: 'wdth' 112;
  font-weight: 800;
  font-size: var(--step-2);
  line-height: 1;
  color: var(--gold-lt);
}

.offer__body {
  margin: 10px 0 0;
  font-size: .95rem;
  line-height: 1.5;
  color: rgba(251, 248, 241, .78);
}

.offer__terms {
  margin: 18px 0 0;
  max-width: 40rem;
  font-size: .74rem;
  line-height: 1.55;
  color: rgba(251, 248, 241, .55);
}

@media (max-width: 560px) {
  .offer { margin: 22px 0 20px; }
  .offer__terms { font-size: .72rem; }
}

.eyebrow__link { color: inherit; text-decoration: none; border-bottom: 1px solid rgba(216,35,42,.45); }
.eyebrow__link:hover { border-bottom-color: currentColor; }
@media (max-width: 560px) {
  .masthead__logo svg, .masthead__logo img { width: 58px; height: 58px; }
  .masthead__name { font-size: 1.42rem; }
}

/* Social links ------------------------------------------------------------ */
.socials { display: flex; gap: 18px; flex-wrap: wrap; }
.social {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 700;
}
.social svg { width: 20px; height: 20px; flex: none; }
.social:hover { color: var(--gold-lt); }
