/**
 * The landing page.
 *
 * Loads after app.css and uses nothing but its tokens, so the two pages are
 * recognisably the same venue and the light theme comes for free — every colour
 * here resolves through a name that both palettes define.
 *
 * Its own file rather than more of app.css because the booking app never loads
 * it and shouldn't: this is a document, that is an application, and they have
 * almost no components in common.
 */

.lp{background:var(--ink);color:var(--bone);font-family:var(--f-body);margin:0}
.lp-in{max-width:1080px;margin:0 auto;padding:0 22px}
.lp-in.narrow{max-width:720px}

/* ---------- masthead ---------- */
.lp-bar{position:sticky;top:0;z-index:20;background:var(--scrim);
  backdrop-filter:blur(10px);border-bottom:1px solid var(--line-soft)}
.lp-bar-in{max-width:1080px;margin:0 auto;padding:11px 22px;
  display:flex;align-items:center;gap:20px}
.lp-brand{display:grid;gap:1px;text-decoration:none;color:inherit;min-width:0;flex-shrink:999}
.lp-brand-name{font-family:var(--f-display);font-size:15px;letter-spacing:.05em;
  text-transform:uppercase;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.lp-brand-area{font-family:var(--f-mono);font-size:9px;letter-spacing:.13em;
  text-transform:uppercase;color:var(--ash-dim);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.lp-nav{display:flex;gap:22px;margin-left:auto}
.lp-nav a{font-family:var(--f-mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;
  color:var(--ash);text-decoration:none;padding:4px 0;border-bottom:1px solid transparent}
.lp-nav a:hover{color:var(--bone);border-bottom-color:var(--signal)}

.lp-bar-end{display:flex;align-items:center;gap:9px;flex:none}

/* The toggle carries all three faces and shows one. app.css sets display:block
   on .themebtn svg, and an explicit display beats the browser's own
   [hidden]{display:none} — so without this every icon renders at once and
   spills out of the button. */
.themebtn svg[hidden]{display:none}

/* Height is fixed, not a consequence of padding and line-height, so it lands
   exactly level with the theme toggle beside it — which is a fixed 32px grid.
   Left to the text it came out a pixel taller and a pixel higher, and the two
   would drift again with any change of font or label. */
.btn-sm{display:inline-flex;align-items:center;height:32px;
  background:var(--signal);color:var(--on-signal);text-decoration:none;
  font-family:var(--f-mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;
  padding:0 15px;border-radius:var(--r);border:1px solid var(--signal)}
.btn-sm:hover{background:var(--signal-hot);border-color:var(--signal-hot)}

/* ---------- hero ---------- */
.lp-hero{padding:64px 0 58px;border-bottom:1px solid var(--line-soft);
  background:radial-gradient(120% 90% at 50% 0%,var(--tint) 0%,var(--ink) 62%)}
.lp-hero .lp-in{display:grid;justify-items:center;text-align:center;gap:0}
.hero-mark{width:96px;height:96px;object-fit:contain;margin-bottom:18px}
.hero-eyebrow{font-family:var(--f-mono);font-size:10px;letter-spacing:.2em;text-transform:uppercase;
  color:var(--ash-dim);margin:0 0 12px}
.lp-hero h1{font-family:var(--f-display);font-size:clamp(38px,8vw,74px);line-height:.98;
  letter-spacing:.01em;text-transform:uppercase;margin:0}
.hero-lede{font-size:16px;line-height:1.55;color:var(--ash);max-width:34ch;margin:18px 0 0}

/* The one number on the page that is true only right now. Set apart so it
   reads as live, not as more copy. */
.hero-live{margin:22px 0 0;font-family:var(--f-mono);font-size:11px;letter-spacing:.1em;
  text-transform:uppercase;color:var(--ash);
  border:1px solid var(--line);border-radius:var(--r);padding:7px 13px;background:var(--panel)}
.hero-live strong{color:var(--live);font-size:14px}

.hero-cta{display:flex;flex-wrap:wrap;gap:11px;justify-content:center;margin-top:26px}
.btn-lg{display:inline-block;background:var(--signal);color:var(--on-signal);text-decoration:none;
  font-family:var(--f-display);font-size:16px;letter-spacing:.04em;
  padding:14px 30px;border-radius:var(--r);border:1px solid var(--signal);box-shadow:var(--shadow-sm)}
.btn-lg:hover{background:var(--signal-hot);border-color:var(--signal-hot)}
.btn-lg.ghost{background:transparent;color:var(--bone);border-color:var(--line)}
.btn-lg.ghost:hover{background:var(--panel);border-color:var(--ash-dim)}
.hero-note{margin:20px 0 0;font-size:13px;color:var(--ash-dim)}
.hero-note a{color:var(--ash)}

/* ---------- sections ---------- */
.lp-sec{padding:64px 0;border-bottom:1px solid var(--line-soft)}
.lp-sec.alt{background:var(--pitch)}
/* --live, not --signal: this is 10px text, where the brand red measures
   4.06:1 on the tinted section ground and fails AA. --live exists for exactly
   this — the most legible red, which is the brighter one on dark and the
   darker one on light. */
.lp-eyebrow{font-family:var(--f-mono);font-size:10px;letter-spacing:.2em;text-transform:uppercase;
  color:var(--live);margin:0 0 10px}
.lp-sec h2{font-family:var(--f-display);font-size:clamp(26px,4vw,38px);line-height:1.05;
  letter-spacing:.02em;text-transform:uppercase;margin:0}
.lp-lede{font-size:15px;line-height:1.6;color:var(--ash);max-width:56ch;margin:14px 0 0}
.lp-after{margin:24px 0 0;font-size:13.5px;color:var(--ash-dim)}
.lp-after a{color:var(--live);margin-left:6px}
.empty{color:var(--ash-dim);font-size:14px;margin:0}

.prose p{font-size:15.5px;line-height:1.68;color:var(--ash);margin:0 0 14px}
.prose p:last-child{margin-bottom:0}

/* ---------- court cards ---------- */
.crd-grid{display:grid;gap:14px;margin-top:28px;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}
.crd{border:1px solid var(--line);background:var(--panel);border-radius:var(--r);
  padding:20px;box-shadow:var(--shadow-sm);min-width:0}
.crd-h{display:flex;align-items:center;gap:14px}
.crd-code{font-family:var(--f-display);font-size:40px;line-height:.9;color:var(--signal)}
.crd h3{font-family:var(--f-display);font-size:19px;letter-spacing:.03em;text-transform:uppercase;
  margin:0;line-height:1.1}
.crd-sub{font-size:12px;color:var(--ash-dim);margin:3px 0 0}

.crd-rates{margin:18px 0 0;display:grid;gap:0}
.crd-rates > div{display:flex;align-items:baseline;justify-content:space-between;gap:12px;
  padding:9px 0;border-top:1px solid var(--line-soft)}
.crd-rates dt{font-size:12.5px;color:var(--ash-dim);margin:0}
.crd-rates dd{margin:0;font-family:var(--f-display);font-size:20px;color:var(--bone);white-space:nowrap}
.crd-rates dd span{font-family:var(--f-body);font-size:11.5px;color:var(--ash-dim);margin-left:2px}
.crd-hours{margin:14px 0 0;font-family:var(--f-mono);font-size:10.5px;letter-spacing:.1em;
  text-transform:uppercase;color:var(--ash-dim)}

/* ---------- events ---------- */
.evt-grid{display:grid;gap:16px;margin-top:28px;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}
.evt{border:1px solid var(--line);background:var(--panel);border-radius:var(--r);
  overflow:hidden;box-shadow:var(--shadow-sm);min-width:0;display:flex;flex-direction:column}
.evt-img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;
  border-bottom:1px solid var(--line-soft);background:var(--pitch)}
.evt-body{padding:20px}
.evt-when{margin:0 0 8px;display:flex;flex-wrap:wrap;gap:4px 10px;
  font-family:var(--f-mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase}
.evt-when time{color:var(--live)}
.evt-when span{color:var(--ash-dim)}
.evt h3{font-family:var(--f-display);font-size:21px;letter-spacing:.02em;text-transform:uppercase;
  margin:0;line-height:1.12}
.evt-blurb{margin:9px 0 0;font-size:14.5px;line-height:1.55;color:var(--ash)}
.evt-text{margin-top:10px}
.evt-text p{font-size:14px;line-height:1.6;color:var(--ash-dim);margin:0 0 10px}
.evt-text p:last-child{margin-bottom:0}
.evt-where{margin:14px 0 0;font-family:var(--f-mono);font-size:10px;letter-spacing:.12em;
  text-transform:uppercase;color:var(--ash-dim);
  border-top:1px solid var(--line-soft);padding-top:12px}

/* ---------- faqs ---------- */
.faq-list{margin-top:26px;border-top:1px solid var(--line-soft)}
.faq{border-bottom:1px solid var(--line-soft)}
.faq summary{cursor:pointer;list-style:none;padding:16px 34px 16px 0;position:relative;
  font-size:15.5px;font-weight:600;line-height:1.4;color:var(--bone)}
.faq summary::-webkit-details-marker{display:none}
.faq summary:hover{color:var(--live)}
.faq summary:focus-visible{outline:2px solid var(--signal-hot);outline-offset:3px;border-radius:2px}
/* Drawn rather than a glyph, so it rotates and never depends on a font. */
.faq summary::after{content:'';position:absolute;right:6px;top:50%;width:8px;height:8px;
  border-right:2px solid var(--ash-dim);border-bottom:2px solid var(--ash-dim);
  transform:translateY(-70%) rotate(45deg);transition:transform .15s ease}
.faq[open] summary::after{transform:translateY(-30%) rotate(-135deg)}
.faq-a{padding:0 0 18px}
.faq-a p{font-size:14.5px;line-height:1.65;color:var(--ash);margin:0 0 12px}
.faq-a p:last-child{margin-bottom:0}

/* ---------- closing call ---------- */
.lp-close{padding:72px 0;text-align:center;
  background:radial-gradient(110% 130% at 50% 100%,var(--tint) 0%,var(--ink) 62%)}
.lp-close h2{font-family:var(--f-display);font-size:clamp(26px,4vw,40px);letter-spacing:.02em;
  text-transform:uppercase;margin:0}
.lp-close p{font-size:15px;color:var(--ash);margin:12px auto 26px;max-width:44ch}

/* ---------- footer ---------- */
.lp-foot{border-top:1px solid var(--line-soft);padding:26px 0;background:var(--pitch)}
.lp-foot .lp-in{display:flex;flex-wrap:wrap;gap:10px 20px;align-items:center;justify-content:space-between}
.lp-foot p{margin:0;font-family:var(--f-mono);font-size:10px;letter-spacing:.12em;
  text-transform:uppercase;color:var(--ash-dim)}
.lp-foot-links{display:flex;gap:18px}
.lp-foot-links a{color:var(--ash);text-decoration:none}
.lp-foot-links a:hover{color:var(--bone)}

@media(max-width:640px){
  /* The section links are the first thing to go: the Book button and the brand
     are what the bar is for, and four more links push them off the edge. */
  .lp-nav{display:none}
  .lp-hero{padding:44px 0 40px}
  .lp-sec,.lp-close{padding:46px 0}
  .hero-cta .btn-lg{flex:1 1 100%;text-align:center}
}

@media(prefers-reduced-motion:reduce){
  .faq summary::after{transition:none}
}

/* ---------- get in touch ---------- */
.ct-h{font-family:var(--f-mono);font-size:10px;letter-spacing:.2em;text-transform:uppercase;
  color:var(--ash-dim);margin:30px 0 0;padding-top:22px;border-top:1px solid var(--line-soft)}
.ct-row{display:grid;gap:9px;margin-top:14px;
  grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}

.ct{display:flex;align-items:center;gap:11px;min-width:0;text-decoration:none;color:inherit;
  border:1px solid var(--line);background:var(--panel);border-radius:var(--r);padding:11px 13px}
.ct:hover{border-color:var(--ash-dim);background:var(--panel-2)}
.ct:focus-visible{outline:2px solid var(--signal-hot);outline-offset:2px}

/* Each platform keeps its own mark's colour, which is how people find the one
   they want without reading. The label beside it does the reading. */
.ct-i{width:19px;height:19px;flex:none}
.ct-phone .ct-i{color:var(--live)}
.ct-facebook .ct-i{color:#1877F2}
.ct-instagram .ct-i{color:#E1306C}
.ct-messenger .ct-i{color:#A334FA}
.ct-whatsapp .ct-i{color:#25D366}

.ct-t{display:grid;gap:1px;min-width:0}
.ct-label{font-family:var(--f-mono);font-size:9px;letter-spacing:.14em;text-transform:uppercase;
  color:var(--ash-dim)}
.ct-value{font-size:13.5px;color:var(--bone);
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
