/*
Theme Name: Booster Blitz Cup
Theme URI: https://boosterblitzcup.com/
Author: Booster Blitz Cup
Author URI: https://boosterblitzcup.com/
Description: Editorial WordPress theme for Booster Blitz Cup. Activating the theme creates the complete page structure and primary navigation automatically.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: booster-blitz-cup
*/

:root {
  --navy: #0d1b2a;
  --navy-soft: #25364a;
  --lime: #a8f04a;
  --lime-dark: #67a916;
  --blue: #7bc8f6;
  --blue-pale: #edf8ff;
  --paper: #ffffff;
  --mist: #f5f8fa;
  --line: #dbe4ea;
  --muted: #607083;
  --danger: #b74a52;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Segoe UI", Arial, sans-serif;
  --container: 1180px;
  --shadow: 0 24px 80px rgba(13, 27, 42, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--navy);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 100;
  left: 16px;
  top: 12px;
  transform: translateY(-160%);
  padding: 10px 16px;
  background: var(--navy);
  color: white;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -.02em;
  text-decoration: none;
}
.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}
.site-nav { display: flex; align-items: center; }
.site-nav ul {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-nav a {
  color: var(--navy-soft);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.site-nav a:hover, .site-nav a:focus-visible { color: var(--lime-dark); }
.site-nav .current-menu-item > a,
.site-nav .current_page_item > a { color: var(--lime-dark); }
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--line);
  background: white;
}
.menu-toggle > span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--navy);
}

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.04; }
h1 { max-width: 720px; margin-bottom: 28px; font-size: clamp(52px, 6.3vw, 92px); letter-spacing: -.055em; }
h2 { margin-bottom: 20px; font-size: clamp(38px, 4.1vw, 60px); letter-spacing: -.04em; }
h3 { font-size: clamp(25px, 2.4vw, 36px); letter-spacing: -.025em; }
.lead { font-size: 20px; color: var(--navy-soft); }

.hero {
  min-height: 670px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(13,27,42,.035) 1px, transparent 1px) 0 0 / 80px 80px,
    linear-gradient(rgba(13,27,42,.035) 1px, transparent 1px) 0 0 / 80px 80px,
    white;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(390px, .85fr);
  align-items: center;
  gap: 52px;
  padding-block: 96px;
}
.hero-copy > p {
  max-width: 620px;
  margin-bottom: 30px;
  color: var(--navy-soft);
  font-size: 21px;
}
.text-button, .inline-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--navy);
  font-weight: 700;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}
.text-button {
  padding: 15px 20px;
  background: var(--lime);
  text-decoration: none;
}
.text-button:hover { background: #96dc39; }
.hero-illustration {
  position: relative;
  min-height: 470px;
  border: 1px solid var(--line);
  background: var(--blue-pale);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.hero-illustration::after {
  content: "";
  position: absolute;
  inset: 26px;
  border: 1px solid rgba(13, 27, 42, .12);
}
.reel {
  position: absolute;
  z-index: 2;
  top: 76px;
  width: 112px;
  height: 310px;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  border: 3px solid var(--navy);
  background: white;
  transform: rotate(-6deg);
  box-shadow: 16px 18px 0 var(--lime);
}
.reel span {
  display: grid;
  place-items: center;
  border-bottom: 1px solid var(--line);
  font-family: var(--serif);
  font-size: 42px;
}
.reel span:last-child { border-bottom: 0; }
.reel-one { left: 60px; }
.reel-two { left: 176px; top: 95px; transform: rotate(2deg); box-shadow: 15px 18px 0 var(--blue); }
.reel-three { left: 292px; top: 64px; transform: rotate(8deg); box-shadow: 15px 18px 0 #ff8fa3; }
.orbit { position: absolute; border: 1px solid rgba(13,27,42,.22); border-radius: 50%; }
.orbit-one { width: 460px; height: 230px; top: 116px; left: 5px; transform: rotate(26deg); }
.orbit-two { width: 330px; height: 410px; top: 24px; left: 76px; transform: rotate(-32deg); }
.annotation {
  position: absolute;
  z-index: 3;
  right: 34px;
  bottom: 32px;
  padding-left: 12px;
  border-left: 3px solid var(--navy);
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.trust-strip { border-block: 1px solid var(--line); background: var(--navy); color: white; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid p { min-height: 116px; margin: 0; padding: 25px 22px; border-right: 1px solid rgba(255,255,255,.15); }
.trust-grid p:first-child { border-left: 1px solid rgba(255,255,255,.15); }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { margin-bottom: 5px; color: var(--lime); font-size: 16px; }
.trust-grid span { color: #c9d6e2; font-size: 13px; }

.section { padding-block: 120px; }
.section-heading { max-width: 740px; margin-bottom: 56px; }
.section-heading > p { max-width: 600px; color: var(--muted); font-size: 18px; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.split-heading p { margin-bottom: 0; }
.topics { background: var(--paper); }
.topic-rail { border-top: 1px solid var(--navy); }
.topic-rail a {
  display: grid;
  grid-template-columns: 74px 1fr;
  align-items: center;
  min-height: 84px;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(23px, 3vw, 35px);
  text-decoration: none;
  transition: padding .2s ease, background .2s ease;
}
.topic-rail a:hover { padding-left: 16px; background: var(--blue-pale); }
.topic-rail span { font-family: var(--sans); font-size: 12px; letter-spacing: .12em; }

.editorial-scope { background: var(--navy); color: white; }
.scope-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.scope-grid .lead { color: #c7d3df; }
.scope-grid .inline-link { color: var(--lime); }
.scope-lists { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.28); }
.scope-lists > div { padding: 30px 30px 14px 0; }
.scope-lists > div + div { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.18); }
.scope-lists h3 { margin-bottom: 22px; color: var(--lime); font-family: var(--sans); font-size: 15px; text-transform: uppercase; letter-spacing: .08em; }
.scope-lists ul { list-style: none; margin: 0; padding: 0; }
.scope-lists li { position: relative; margin-bottom: 16px; padding-left: 26px; color: #d7e0e8; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--lime); font-weight: 700; }
.no-list li::before { content: "—"; position: absolute; left: 0; color: #ff9da9; font-weight: 700; }

.studies { background: var(--mist); }
.study {
  overflow: hidden;
  background: white;
  border: 1px solid var(--line);
}
.study-wide { display: grid; grid-template-columns: 1.3fr .7fr; margin-bottom: 30px; }
.study-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.study-pair .study-art { min-height: 330px; }
.study-art { position: relative; min-height: 430px; overflow: hidden; }
.study-copy { padding: 36px; }
.study-copy h3 { margin-bottom: 18px; }
.study-copy > p:not(.meta) { color: var(--muted); }
.meta {
  margin-bottom: 13px;
  color: var(--lime-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.article-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 0 6px;
  border: 0;
  border-bottom: 2px solid var(--navy);
  background: transparent;
  color: var(--navy);
  font-weight: 700;
  cursor: pointer;
}
.article-toggle span { font-size: 20px; line-height: 1; }
.article-notes { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); }
.article-notes p { margin: 0; }
.winter-art {
  background:
    radial-gradient(circle at 30% 24%, rgba(255,255,255,.8), transparent 18%),
    linear-gradient(135deg, #dff4ff, #84c8f0 48%, #275c91);
}
.gift { position: absolute; display: block; width: 150px; height: 130px; background: #e9495c; box-shadow: 0 25px 40px rgba(13,27,42,.22); }
.gift::before { content: ""; position: absolute; left: 62px; top: 0; width: 26px; height: 100%; background: #ffd85e; }
.gift::after { content: ""; position: absolute; left: 0; top: 44px; width: 100%; height: 25px; background: #ffd85e; }
.gift-a { left: 16%; top: 40%; transform: rotate(-9deg); }
.gift-b { left: 46%; top: 22%; background: #8d57c7; transform: rotate(6deg) scale(.85); }
.gift-c { right: 6%; top: 47%; background: #33a875; transform: rotate(11deg) scale(.72); }
.snow { position: absolute; color: white; font-size: 34px; }
.snow-a { left: 15%; top: 16%; }.snow-b { right: 18%; top: 20%; }.snow-c { left: 56%; bottom: 10%; }
.electric-art {
  background: radial-gradient(circle at 50% 50%, #1b6db4 0, #08376d 36%, #071b3d 78%);
}
.clover {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #68e1ff;
  font-size: 180px;
  filter: drop-shadow(0 0 24px #28bdff);
}
.bolt { position: absolute; width: 3px; height: 240px; background: #b9efff; box-shadow: 0 0 13px #42cfff; }
.bolt-a { left: 24%; top: 0; transform: rotate(34deg); }.bolt-b { right: 21%; bottom: -20px; transform: rotate(-28deg); }
.theatre-art { background: linear-gradient(135deg, #ff4d8d, #751bd3 58%, #301067); }
.mask {
  position: absolute;
  top: 72px;
  width: 150px;
  height: 190px;
  background: #ffd95b;
  border: 8px solid var(--navy);
  border-radius: 48% 52% 55% 45% / 38% 40% 60% 62%;
}
.mask::before, .mask::after { content: ""; position: absolute; top: 72px; width: 28px; height: 12px; background: var(--navy); border-radius: 50%; }
.mask::before { left: 28px; }.mask::after { right: 28px; }
.mask-left { left: 24%; transform: rotate(-14deg); }
.mask-right { right: 22%; background: #8df06c; transform: rotate(15deg) scale(.86); }
.spark { position: absolute; left: 50%; top: 35px; color: white; font-size: 54px; }

.review-process { background: white; }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--navy); list-style: none; }
.process-list li { min-height: 220px; padding: 25px 26px; border-right: 1px solid var(--line); }
.process-list li:first-child { border-left: 1px solid var(--line); }
.process-list span { display: block; margin-bottom: 56px; color: var(--lime-dark); font-size: 12px; letter-spacing: .12em; }
.process-list strong { display: block; margin-bottom: 8px; font-family: var(--serif); font-size: 28px; }
.process-list p { margin: 0; color: var(--muted); }

.glossary { background: var(--blue-pale); }
.glossary-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.glossary dl { margin: 0; border-top: 1px solid var(--navy); }
.glossary dl > div { display: grid; grid-template-columns: 190px 1fr; gap: 30px; padding: 24px 0; border-bottom: 1px solid rgba(13,27,42,.18); }
.glossary dt { font-weight: 700; }
.glossary dd { margin: 0; color: var(--navy-soft); }

.faq { background: white; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.accordion { border-top: 1px solid var(--navy); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary {
  padding: 24px 44px 24px 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 600;
  cursor: pointer;
}
.accordion details p { max-width: 680px; padding: 0 30px 24px 0; color: var(--muted); }
.accountability { padding-block: 86px; background: var(--lime); }
.accountability-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.accountability h2 { font-size: 46px; }
.accountability p { color: #233514; }
.link-row { display: flex; gap: 24px; flex-wrap: wrap; }
.link-row a { font-weight: 700; text-underline-offset: 5px; }

.contact-band { padding-block: 76px; border-top: 1px solid var(--line); background: var(--mist); }
.contact-band-inner { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.contact-band h2 { margin-bottom: 12px; font-size: 43px; }
.contact-band p { margin-bottom: 0; color: var(--muted); }
.contact-lines { display: grid; gap: 8px; text-align: right; }
.contact-lines a { font-weight: 700; }
.contact-lines span { color: var(--muted); font-size: 13px; }

.site-footer { padding: 78px 0 30px; background: var(--navy); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1.3fr .7fr .7fr; gap: 56px; }
.brand-light { color: white; }
.footer-brand p { max-width: 320px; margin-top: 20px; color: #aebdca; }
.footer-grid h2 {
  margin-bottom: 20px;
  color: var(--lime);
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.footer-grid a { display: block; margin-bottom: 8px; color: #d8e2ea; text-decoration: none; }
.footer-grid a:hover { color: var(--lime); }
.footer-grid address { color: #c2cfda; font-style: normal; }
.footer-grid address strong { color: white; }
.footer-grid address a { display: inline; }
.footer-notice {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 70px;
  padding-top: 25px;
  border-top: 1px solid rgba(255,255,255,.18);
  color: #aebdca;
  font-size: 13px;
}
.footer-notice p { margin: 0; }
.footer-notice strong { color: white; }

.page-hero { padding: 105px 0 74px; border-bottom: 1px solid var(--line); background: var(--blue-pale); }
.page-hero .container { max-width: 900px; }
.page-hero h1 { max-width: 850px; font-size: clamp(50px, 7vw, 80px); }
.page-hero p { max-width: 720px; color: var(--navy-soft); font-size: 20px; }
.page-meta { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 28px; color: var(--muted); font-size: 13px; }
.content-page { padding-block: 90px 120px; }
.prose { max-width: 820px; }
.prose h2 { margin-top: 70px; font-size: 42px; }
.prose h3 { margin-top: 42px; font-size: 27px; }
.prose p, .prose li { color: var(--navy-soft); font-size: 18px; }
.prose li { margin-bottom: 10px; }
.prose a { color: #346f08; font-weight: 700; }
.notice-box {
  margin: 40px 0;
  padding: 26px 28px;
  border-left: 5px solid var(--lime-dark);
  background: var(--mist);
}
.notice-box p:last-child { margin-bottom: 0; }
.contact-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 45px;
}
.contact-card > div { padding: 30px; border: 1px solid var(--line); background: white; }
.contact-card h2 { margin-top: 0; font-size: 30px; }

@media (max-width: 980px) {
  .hero-grid, .scope-grid, .glossary-grid, .faq-grid, .accountability-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero { min-height: auto; }
  .hero-illustration { width: min(100%, 560px); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .study-wide { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .split-heading { grid-template-columns: 1fr; gap: 12px; }
  .process-list { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 68px; }
  .brand { font-size: 19px; }
  .brand img { width: 36px; height: 36px; }
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute;
    inset: 68px 0 auto 0;
    display: none;
    padding: 18px 22px 26px;
    background: white;
    border-bottom: 1px solid var(--line);
  }
  .site-nav.open { display: block; }
  .site-nav ul { display: grid; gap: 8px; }
  .site-nav a { padding: 11px 0; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 66px; }
  h1 { font-size: clamp(48px, 15vw, 68px); }
  .hero-copy > p { font-size: 18px; }
  .hero-illustration { min-height: 360px; }
  .reel { top: 54px; width: 86px; height: 238px; }
  .reel span { font-size: 31px; }
  .reel-one { left: 34px; }
  .reel-two { left: 123px; top: 69px; }
  .reel-three { left: 212px; top: 47px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid p { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .section { padding-block: 80px; }
  .section-heading { margin-bottom: 40px; }
  .topic-rail a { grid-template-columns: 50px 1fr; min-height: 72px; font-size: 24px; }
  .scope-lists, .study-pair { grid-template-columns: 1fr; }
  .scope-lists > div + div { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .study-art, .study-pair .study-art { min-height: 280px; }
  .study-copy { padding: 27px; }
  .gift { width: 110px; height: 100px; }
  .gift::before { left: 45px; width: 20px; }
  .gift::after { top: 34px; height: 19px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: auto; }
  .process-list span { margin-bottom: 25px; }
  .glossary dl > div { grid-template-columns: 1fr; gap: 6px; }
  .contact-band-inner { grid-template-columns: 1fr; gap: 24px; }
  .contact-lines { text-align: left; overflow-wrap: anywhere; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-notice { flex-direction: column; margin-top: 50px; }
  .contact-card { grid-template-columns: 1fr; }
}

@media (min-width: 783px) {
  .admin-bar .site-header { top: 32px; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

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