/* ═══════════════════════════════════════════════════════
   Season page template components.
   Loads after styles.css and v2.css. Only new pieces here;
   everything else reuses existing classes.
   ═══════════════════════════════════════════════════════ */

/* ── Cover headline (match preview home page type) ── */
.season-page .story-cover {
  min-height: min(72svh, 640px);
}

.season-page .story-cover .eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 10px;
  max-width: none;
  line-height: 1.45;
}

.season-page .story-cover h1 {
  font-size: clamp(40px, 6.4vw, 64px);
  line-height: 1.08;
  letter-spacing: 0.02em;
  margin: 0 0 12px;
}

.season-page .story-cover .hero-tagline {
  font-family: "Anton", sans-serif;
  font-size: clamp(18px, 2.8vw, 26px);
  line-height: 1.1;
  letter-spacing: 0.06em;
  color: var(--gold);
  margin: 0 0 16px;
  max-width: 720px;
  text-transform: uppercase;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.55);
}

.season-page .story-cover .lead {
  font-size: 15px;
  max-width: 520px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
  line-height: 1.55;
}

.season-page .story-cover .cta-row {
  justify-content: flex-start;
}

/* ── At a glance strip ── */
.glance {
  background: var(--navy-dk);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 30px 0;
}

.glance-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  text-align: center;
}

.glance-item + .glance-item {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.glance-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 6px;
}

.glance-value {
  font-family: "Anton", sans-serif;
  font-size: clamp(17px, 2vw, 23px);
  letter-spacing: 0.03em;
  color: var(--gold);
  line-height: 1.15;
}

.glance-sub {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.62);
}

/* ── Schedule + location split ── */
.logistics-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: start;
}

.logistics-split .section-head { margin-bottom: 22px; }

.logistics-schedule .schedule-slots {
  max-width: none;
  margin: 0 0 14px;
}

.schedule-list {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.schedule-list .schedule-item {
  display: grid;
  grid-template-columns: 7.5em 1fr auto;
  gap: 10px 16px;
  align-items: baseline;
  text-align: left;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--rule);
  border-left: 4px solid var(--gold);
  box-shadow: none;
  padding: 13px 16px 13px 14px;
  background: var(--white);
}

.schedule-list .schedule-item:last-child { border-bottom: 0; }
.schedule-list .schedule-item .wk { margin-bottom: 0; }
.schedule-list .schedule-item .when { margin-top: 0; }

.schedule-list .schedule-item.is-final {
  border-left-color: var(--red);
  background: linear-gradient(90deg, rgba(200, 16, 46, 0.05), var(--white) 55%);
}

.schedule-list .schedule-item.is-break {
  border-left-color: var(--rule);
  background: repeating-linear-gradient(
    -45deg,
    rgba(14, 34, 64, 0.03),
    rgba(14, 34, 64, 0.03) 9px,
    rgba(14, 34, 64, 0.06) 9px,
    rgba(14, 34, 64, 0.06) 18px
  );
}

.logistics-venue .venue-photo {
  margin-bottom: 18px;
}

.logistics-venue .venue-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.logistics-venue .venue-copy .venue-name {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 800;
  color: var(--navy);
}

.logistics-venue .venue-copy .address { margin-bottom: 4px; }
.logistics-venue .venue-copy .field-name { margin-bottom: 14px; }

.logistics-cta {
  margin-top: 36px;
}

/* ── Schedule grid ── */
.schedule-slots-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 8px;
}

.schedule-slots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 0 auto 22px;
}

.slot-card {
  background: var(--white);
  border: 1px solid var(--rule);
  border-top: 3px solid var(--gold);
  border-radius: 10px;
  padding: 10px 6px 12px;
  text-align: center;
  box-shadow: var(--shadow-sm);
}

.slot-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
}

.slot-time {
  font-family: "Anton", sans-serif;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: var(--navy);
  line-height: 1.1;
}

.schedule-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.schedule-item {
  background: var(--white);
  border: 1px solid var(--rule);
  border-top: 4px solid var(--gold);
  border-radius: 12px;
  padding: 18px 16px;
  box-shadow: var(--shadow-sm);
  text-align: center;
}

.schedule-item .wk {
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}

.schedule-item .day {
  font-family: "Anton", sans-serif;
  font-size: 21px;
  letter-spacing: 0.03em;
  color: var(--navy);
  line-height: 1.1;
}

.schedule-item .when {
  margin-top: 5px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--muted);
}

.schedule-item.is-final {
  border-top-color: var(--red);
  background: linear-gradient(180deg, rgba(200, 16, 46, 0.05), var(--white) 60%);
}

.schedule-item.is-final .wk { color: var(--red); }

.schedule-item.is-break {
  border-top-color: var(--rule);
  background: repeating-linear-gradient(
    -45deg,
    rgba(14, 34, 64, 0.03),
    rgba(14, 34, 64, 0.03) 9px,
    rgba(14, 34, 64, 0.06) 9px,
    rgba(14, 34, 64, 0.06) 18px
  );
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.schedule-item.is-break .day {
  font-size: 16px;
  color: var(--muted);
}

.schedule-list .schedule-item.is-break {
  display: grid;
  flex-direction: unset;
  justify-content: unset;
}

.schedule-note {
  text-align: center;
  margin: 20px 0 0;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--muted);
}

/* ── Cost + what's included ── */
.cost-split {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 26px;
  align-items: stretch;
}

.cost-figure {
  background: var(--navy);
  border-radius: 16px;
  border: 1px solid rgba(212, 175, 55, 0.45);
  padding: 34px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: var(--shadow-md);
}

.cost-figure .cost-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}

.cost-figure .cost-num {
  font-family: "Anton", sans-serif;
  font-size: clamp(54px, 8vw, 78px);
  line-height: 0.92;
  color: var(--white);
  letter-spacing: 0.02em;
}

.cost-figure .cost-per {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
}

.cost-figure .cost-fee {
  margin-top: 6px;
  font-size: 12px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.55);
}

.cost-figure .cta-btn { margin-top: 20px; }

.cost-figure .cost-note {
  margin: 14px 0 0;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.62);
}

.included {
  background: var(--white);
  border: 1px solid var(--rule);
  border-left: 5px solid var(--red);
  border-radius: 16px;
  padding: 28px 30px;
  box-shadow: var(--shadow-sm);
}

.included h3 {
  font-family: "Anton", sans-serif;
  font-size: 22px;
  letter-spacing: 0.03em;
  color: var(--navy);
  margin: 0 0 14px;
}

.included ul { list-style: none; margin: 0; padding: 0; }

.included li {
  position: relative;
  padding: 9px 0 9px 30px;
  font-size: 15.5px;
  font-weight: 600;
  color: var(--ink);
  border-bottom: 1px solid var(--rule);
}

.included li:last-child { border-bottom: 0; }

.included li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 15px;
  width: 12px;
  height: 7px;
  border-left: 3px solid var(--gold);
  border-bottom: 3px solid var(--gold);
  transform: rotate(-45deg);
}

/* ── Condensed league story ── */
.brief-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.brief-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 14px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
}

.brief-card h3 {
  font-family: "Anton", sans-serif;
  font-size: 21px;
  letter-spacing: 0.04em;
  color: var(--gold);
  margin: 0 0 10px;
}

.brief-card p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.86);
  flex: 1;
}

.brief-link {
  align-self: flex-start;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--white);
  text-decoration: none;
  border-bottom: 2px solid var(--red);
  padding-bottom: 3px;
}

.brief-link:hover { color: var(--gold); border-bottom-color: var(--gold); }

/* ── Before you register notes ── */
.prereg-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 22px;
}

.prereg-notes--four {
  grid-template-columns: repeat(2, 1fr);
}

.prereg-note {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: 20px 20px 18px;
  box-shadow: var(--shadow-sm);
}

.prereg-note .label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 7px;
}

.prereg-note p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--muted);
}

.prereg-note a { color: var(--navy); font-weight: 800; }

/* ── Towns line ── */
.season-towns {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 2;
  text-transform: uppercase;
  color: var(--navy);
}

/* ── Free agency strip ── */
.fa-strip {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 26px;
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 16px;
  padding: 30px 32px;
}

.fa-strip p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
}

.fa-strip .fa-lead {
  font-family: "Anton", sans-serif;
  font-size: 22px;
  letter-spacing: 0.03em;
  color: var(--gold);
  margin-bottom: 8px;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .glance-grid { grid-template-columns: repeat(2, 1fr); gap: 22px 14px; }
  .glance-item + .glance-item { border-left: 0; }
  .schedule-grid,
  .logistics-split { grid-template-columns: 1fr; }
  .cost-split,
  .brief-grid,
  .prereg-notes,
  .prereg-notes--four,
  .fa-strip { grid-template-columns: 1fr; }
  .fa-strip { text-align: center; }
  .fa-strip .cta-btn { justify-self: center; }
  .season-page .topbar-brand img { margin-top: -30px; }
}

@media (max-width: 600px) {
  /* two up on a phone so the strip does not eat half the screen */
  .glance-grid { grid-template-columns: 1fr 1fr; gap: 20px 12px; }
  .glance-item:last-child { grid-column: 1 / -1; }
  .glance-value { font-size: 17px; }
  .schedule-grid { grid-template-columns: 1fr; }
  .schedule-list .schedule-item {
    grid-template-columns: 1fr auto;
  }
  .schedule-list .schedule-item .wk { grid-column: 1 / -1; }
  .included { padding: 24px 22px; }
}

.included-note {
  margin: 14px 0 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--muted);
}

.included li .included-note {
  display: block;
  margin: 4px 0 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.section-cream .path-card {
  background: var(--white);
  border-color: var(--rule);
  box-shadow: var(--shadow-sm);
}

.section-cream .path-card h3 { color: var(--navy); }
.section-cream .path-card p { color: var(--muted); }

/* single format box, centered (used by Game Night and the rules section) */
.format-single {
  max-width: 760px;
  margin: 0 auto;
}

#sunday .steps {
  margin-top: 36px;
}

#sunday .step a {
  color: var(--red);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#sunday .step a:hover {
  color: var(--navy);
}

/* ── Register modal ── */
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(8, 21, 48, 0.62);
  display: none;
  z-index: 400;
  padding: 24px 18px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.modal-backdrop.open { display: flex; }

html.modal-open,
html.modal-open body {
  overflow: hidden !important;
  overscroll-behavior: none;
}

html.modal-open body {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
}

.register-modal {
  width: min(760px, 100%);
  flex: 0 0 auto;
  margin: auto;
  background: var(--cream);
  border-radius: 14px;
  border: 1px solid var(--rule);
  padding: 28px 24px 24px;
  position: relative;
  box-shadow: var(--shadow-lg);
}
.register-modal h2 {
  margin: 0 0 8px;
  font-size: clamp(26px, 4vw, 34px);
}

.modal-close {
  position: absolute;
  right: 12px;
  top: 10px;
  background: transparent;
  color: var(--muted);
  border: 0;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  padding: 4px;
}
.modal-close:hover { color: var(--navy); }

.register-player-switch {
  margin: 0 0 14px;
  padding: 14px 16px;
  background: var(--navy);
  color: var(--white);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}
.register-player-switch small {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
}

#registerParentFields {
  display: grid;
  gap: 12px;
}

.register-choice-lead {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 600;
}

.register-choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.register-choice-card {
  text-align: left;
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: 22px 20px 20px;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  font: inherit;
  color: inherit;
}
.register-choice-card:hover {
  border-color: var(--navy);
  box-shadow: var(--shadow-md);
}
.register-choice-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  color: var(--navy);
}
.register-choice-card p {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
}

.register-choice-card p.register-choice-price {
  margin-top: 12px;
  font-weight: 800;
  color: var(--navy);
}

.register-player-list {
  display: grid;
  gap: 10px;
}
.register-player-card {
  text-align: left;
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: 18px 18px 16px;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  font: inherit;
  color: inherit;
  width: 100%;
}
.register-player-card:hover {
  border-color: var(--navy);
  box-shadow: var(--shadow-md);
}
.register-player-card.is-disabled {
  cursor: default;
  opacity: 0.72;
  box-shadow: none;
}
.register-player-card.is-selected {
  border-color: var(--navy);
  box-shadow: var(--shadow-md);
  background: #f7f9fc;
}
.register-player-card.is-selected h3::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 6px;
  margin-right: 8px;
  margin-bottom: 3px;
  border-left: 3px solid var(--gold);
  border-bottom: 3px solid var(--gold);
  transform: rotate(-45deg);
}
#registerPickerContinue {
  width: 100%;
  margin-top: 14px;
}
.register-player-card h3 {
  margin: 0 0 6px;
  font-size: 17px;
  color: var(--navy);
}
.register-player-card p {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.45;
}

.register-modal input[readonly] {
  background: #f4f6f8;
  color: var(--ink);
}

.register-price-note {
  margin: 4px 0 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
}

.registration-complete-panel .cta-btn {
  margin-top: 18px;
}
.registration-complete-panel .register-back {
  display: block;
  margin: 14px auto 0;
}

#lookupNewFallback {
  margin: 4px 0 0;
}

.cost-prices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 4px 0 2px;
}
.cost-price-kind {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}
.cost-figure .cost-price-block .cost-num {
  font-size: clamp(36px, 5.5vw, 52px);
}

.register-back {
  display: inline-block;
  margin: 0 0 14px;
  background: none;
  border: 0;
  padding: 0;
  color: var(--muted);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.register-back:hover { color: var(--navy); }

.register-modal form {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 14px;
  padding: 24px;
  display: grid;
  gap: 12px;
  box-shadow: var(--shadow-md);
}
.register-modal .field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.register-modal label {
  font-size: 13px;
  color: var(--muted);
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
}
.register-modal input,
.register-modal select,
.register-modal textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--rule);
  border-radius: 8px;
  font: inherit;
  line-height: 1.4;
  background: #fff;
}
.register-modal input,
.register-modal select { height: 44px; }
.register-modal textarea { min-height: 90px; resize: vertical; }
.register-modal .hint {
  font-size: 13px;
  color: var(--muted);
  margin: 6px 0 0;
}
.register-modal button[type="submit"] {
  background: var(--red);
  color: #fff;
  border: 0;
  border-radius: 8px;
  padding: 14px 16px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
}

.form-status {
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
  display: none;
  margin-bottom: 12px;
}
.form-status.info {
  display: block;
  background: #EEF3FF;
  border: 1px solid #C7D7FF;
  color: #1D3A73;
}
.form-status.success {
  display: block;
  background: #E7F6EC;
  border: 1px solid #9FD8B2;
  color: #114D25;
}
.form-status.error {
  display: block;
  background: #FFEFEF;
  border: 1px solid #F2B4B4;
  color: #7A1D1D;
}

.form-steps {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.form-steps[hidden] {
  display: none;
}
.form-steps span {
  flex: 1;
  text-align: center;
  padding: 8px 6px;
  border-radius: 6px;
  background: var(--white);
  color: var(--muted);
  border: 1px solid var(--rule);
  min-width: 0;
}
.form-steps span.active {
  background: var(--navy);
  color: var(--gold);
  border-color: var(--navy);
}

.registration-complete-panel {
  display: none;
  background: linear-gradient(135deg, #E7F6EC 0%, #F1FBF4 100%);
  border: 2px solid #1C8D44;
  border-radius: 14px;
  padding: 32px 28px;
  text-align: center;
}
.registration-complete-panel.show { display: block; }
.registration-complete-panel h3 {
  margin: 0 0 14px;
  font-family: "Anton", sans-serif;
  font-size: 30px;
  color: #114D25;
  line-height: 1.15;
}
.registration-complete-panel p {
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
  color: #114D25;
  font-weight: 600;
  max-width: 520px;
}

.payment-step-panel { display: none; text-align: left; }
.payment-step-panel.show { display: block; }
.stripe-product-card {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 14px;
  align-items: start;
  background: linear-gradient(135deg, #E7F6EC 0%, var(--white) 55%);
  border: 2px solid #1C8D44;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 14px;
}
.product-col { min-width: 0; }
.product-col-logo .product-image-wrap {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
  overflow: hidden;
  background: var(--cream);
  border: 1px solid var(--rule);
}
.product-col-logo .product-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 6px;
}
.product-col-info .product-name {
  margin: 0 0 6px;
  font-family: "Anton", sans-serif;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: var(--navy);
  line-height: 1.1;
}
.product-col-info .product-desc {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.45;
}
.product-col-pricing {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.product-price-subtotal {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: 28px;
  color: var(--red);
  letter-spacing: 0.03em;
  line-height: 1;
}
.product-price-fee {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
}
.product-price-total {
  margin: 4px 0 0;
  font-size: 14px;
  font-weight: 800;
  color: var(--navy);
}
.payment-checkout-box {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: 16px;
  box-shadow: var(--shadow-sm);
}
.payment-saved-note {
  margin: 0 0 12px;
  font-size: 13px;
  color: var(--muted);
  font-weight: 600;
}
#express-checkout-element {
  margin-bottom: 4px;
  min-height: 48px;
  /* Do not use display:none before mount — Stripe can't measure wallets. */
  visibility: hidden;
}
#express-checkout-element.is-ready {
  visibility: visible;
  margin-bottom: 4px;
}
#express-checkout-element.is-empty {
  display: none;
  min-height: 0;
  margin: 0;
}
.pay-divider {
  display: none;
  align-items: center;
  gap: 10px;
  margin: 12px 0 14px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.pay-divider.show { display: flex; }
.pay-divider::before,
.pay-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--rule);
}
.payment-element-wrap { margin: 0 0 12px; }
#payment-form .cta-btn {
  width: 100%;
  margin-top: 0;
}

@media (max-width: 600px) {
  .register-choice-grid,
  .register-modal .field-grid { grid-template-columns: 1fr; }
  .stripe-product-card { grid-template-columns: 1fr; }
  .product-col-pricing {
    align-items: flex-start;
    text-align: left;
    border-top: 1px solid var(--rule);
    padding-top: 12px;
  }
}

/* ── Summer closed warning ── */
.summer-closed-bar {
  position: sticky;
  bottom: 0;
  z-index: 300;
  background: var(--red);
  text-align: center;
  box-shadow: 0 -8px 24px rgba(8, 21, 48, 0.22);
}

.summer-closed-bar a {
  display: block;
  font-family: "Anton", sans-serif;
  font-size: clamp(16px, 2.2vw, 24px);
  letter-spacing: 0.04em;
  line-height: 1.3;
  color: #fff;
  margin: 0;
  padding: 16px 24px;
  padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  text-decoration: none;
}

.summer-closed-bar a:hover {
  color: #fff;
  text-decoration: underline;
}
