/* ============================================
   PERFORMANCE PADDLE CAMP — Main Stylesheet
   Design: Editorial Luxury Sport
   Palette: Deep Navy / Sand / White / Ocean
   ============================================ */

/* --- Google Fonts Import --- */
/* Fonts loaded via <link> in HTML for performance */

/* --- CSS Variables --- */
:root {
  --navy: #1a2332;
  --navy-light: #243044;
  --navy-deep: #0f1720;
  --sand: #c9a96e;
  --sand-light: #e8d5a8;
  --sand-muted: #b89a5a;
  --sand-dark: #8c7440;
  --white: #ffffff;
  --off-white: #f8f6f1;
  --cream: #f5f1ea;
  --warm-gray: #e8e4dd;
  --mid-gray: #8a8578;
  --text-dark: #1a2332;
  --text-body: #3d3d3d;
  --text-light: #6b6b6b;
  --ocean: #3a7ca5;
  --ocean-light: #5ba3c9;
  --success: #4a8c5c;
  --error: #c0392b;

  --font-display: 'DM Serif Display', Georgia, 'Times New Roman', serif;
  --font-body: 'Source Sans 3', 'Segoe UI', Tahoma, sans-serif;
  --max-width: 1200px;
  --nav-height: 96px;
  --section-pad: 100px;
  --section-pad-mobile: 60px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 20px rgba(0,0,0,0.1);
  --shadow-lg: 0 8px 40px rgba(0,0,0,0.12);
  --radius: 4px;
  --radius-lg: 8px;
}

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: var(--navy-deep);
}

body {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--text-body);
  background: var(--navy-deep);
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

/* --- Typography --- */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--text-dark);
  line-height: 1.2;
}
h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.7rem); }
h4 { font-size: 1.15rem; }
p { margin-bottom: 1em; }
p:last-child { margin-bottom: 0; }

.eyebrow {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--sand);
  margin-bottom: 12px;
  display: block;
}

.subtitle {
  font-family: var(--font-body);
  font-size: 1.15rem;
  font-weight: 300;
  color: var(--text-light);
  line-height: 1.6;
  max-width: 600px;
}

/* --- Layout --- */
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 28px;
}

.section {
  padding: var(--section-pad) 0;
  background: var(--white);
}
.section--navy { background: var(--navy); color: var(--white); }
.section--navy h2, .section--navy h3, .section--navy h4 { color: var(--white); }
.section--navy .eyebrow { color: var(--sand-light); }
.section--navy .subtitle { color: rgba(255,255,255,0.65); }

.section--photo {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section--photo__overlay {
  position: absolute;
  inset: 0;
  background: rgba(15,23,32,0.55);
}

.section--cream { background: var(--off-white); }
.section--sand { background: linear-gradient(135deg, var(--off-white) 0%, #f0ebe0 100%); }

/* --- Navigation --- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--nav-height);
  background: var(--white);
  z-index: 1000;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.nav__inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.nav__brand {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--navy-deep);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav__brand-text { display: inline; }
.nav__brand-lines {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.nav__brand-line1 { font-size: 1.05rem; color: var(--navy-deep); }
.nav__brand-line2 { font-size: 1.05rem; color: var(--navy-deep); }
.nav__brand-line2 span { color: var(--navy-deep); }

.nav__logo {
  width: 68px;
  height: 68px;
  min-width: 68px;
  max-width: 68px;
  min-height: 68px;
  max-height: 68px;
  object-fit: contain;
  flex-shrink: 0;
  filter: none;
}

/* Sponsor in nav */
.nav__sponsor {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 16px;
  padding-left: 16px;
  border-left: 1px solid rgba(15,23,32,0.15);
  flex-shrink: 0;
}
.nav__sponsor-img {
  height: 36px;
  width: auto;
  object-fit: contain;
  opacity: 0.9;
  transition: opacity 0.2s;
  filter: brightness(0) saturate(100%) invert(7%) sepia(15%) saturate(2000%) hue-rotate(180deg);
}
.nav__sponsor:hover .nav__sponsor-img { opacity: 1; }

.nav__instagram {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  color: var(--navy-deep);
  opacity: 0.5;
  transition: opacity 0.25s ease, color 0.25s ease;
}
.nav__instagram:hover { opacity: 1; }
.nav--scrolled .nav__instagram { color: var(--navy-deep); }

/* --- Hero Logo --- */
.hero__logo {
  width: 252px;
  height: 252px;
  max-width: 252px;
  max-height: 252px;
  object-fit: contain;
  flex-shrink: 0;
  margin: 0 auto 12px;
  display: block;
}
@media (max-width: 768px) {
  .hero__logo {
    width: 200px;
    height: 200px;
    max-width: 200px;
    max-height: 200px;
  }
}

/* --- Footer Logo --- */
.footer__logo {
  width: 72px;
  height: 72px;
  max-width: 72px;
  max-height: 72px;
  object-fit: contain;
  margin-bottom: 16px;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.3));
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav__links a {
  font-size: 0.82rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(15,23,32,0.6);
  transition: color 0.25s ease;
  white-space: nowrap;
}
.nav__links a:hover,
.nav__links a.active { color: var(--navy-deep); }

.nav__cta {
  background: var(--sand) !important;
  color: var(--navy-deep) !important;
  padding: 8px 20px;
  border-radius: var(--radius);
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  transition: background 0.25s ease !important;
}
.nav__cta:hover { background: var(--sand-light) !important; }

/* Nav dropdown */
.nav__dropdown { position: relative; }
.nav__dropdown-toggle {
  background: none;
  border: none;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 500 !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(15,23,32,0.6);
  cursor: pointer;
  transition: color 0.25s ease;
  white-space: nowrap;
  padding: 0;
}
.nav__dropdown-toggle::after {
  content: '';
  display: inline-block;
  width: 0; height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
  margin-left: 5px;
  vertical-align: middle;
  transition: transform 0.25s ease;
}
.nav__dropdown-toggle:hover,
.nav__dropdown.is-open .nav__dropdown-toggle { color: var(--navy-deep); }
.nav__dropdown.is-open .nav__dropdown-toggle::after { transform: rotate(180deg); }

.nav__dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
  min-width: 200px;
  padding: 8px 0;
  z-index: 200;
}
.nav__dropdown-menu::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background: var(--white);
  border-radius: 2px;
  transform: translateX(-50%) rotate(45deg);
}
.nav__dropdown.is-open .nav__dropdown-menu { display: block; }
.nav__dropdown-menu a {
  display: block;
  padding: 10px 20px;
  font-size: 0.82rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-dark) !important;
  transition: background 0.15s ease;
  white-space: nowrap;
}
.nav__dropdown-menu a:hover {
  background: var(--off-white);
  color: var(--navy-deep) !important;
}

/* Mobile nav toggle */
.nav__toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav__toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--navy-deep);
  margin: 5px 0;
  transition: all 0.3s ease;
}

/* --- Hero --- */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--navy-deep);
  padding-top: var(--nav-height);
  overflow: hidden;
}
.hero--short {
  min-height: 62vh;
  background: var(--white) !important;
}

/* Image hero - full width, natural aspect ratio, text overlay at bottom */
.hero--img {
  min-height: auto;
  padding-top: 0;
  display: block;
  position: relative;
}
.hero--img__photo {
  width: 100%;
  height: auto;
  display: block;
  margin-top: var(--nav-height);
}
.hero--img__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 80px 24px 40px;
  background: linear-gradient(to top, rgba(15,23,32,0.85) 0%, rgba(15,23,32,0.5) 50%, transparent 100%);
  text-align: center;
  color: var(--white);
}
.hero--img__overlay h1 { color: var(--white); margin-bottom: 8px; }
.hero--img__overlay .subtitle { color: rgba(255,255,255,0.8); }
.hero--img__overlay .eyebrow { color: var(--sand-light); }

/* Photo hero - preserves image natural aspect ratio */
.hero--photo {
  min-height: auto;
  padding-top: 0;
  display: block;
}
.hero--photo .hero__photo {
  width: 100%;
  height: auto;
  display: block;
  margin-top: var(--nav-height);
}
.hero--photo .hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(15,23,32,0.5);
  pointer-events: none;
}
.hero--photo .hero__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: var(--nav-height);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  max-width: none;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: right center;
  opacity: 0.55;
}
.hero--short .hero__bg {
  position: absolute;
  inset: 0;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: var(--white);
  opacity: 1;
}
.hero--short .hero__content h1,
.hero--short .hero__content .subtitle,
.hero--short .hero__content .eyebrow {
  text-shadow: 0 2px 16px rgba(0,0,0,0.7), 0 0 4px rgba(0,0,0,0.5);
}
.hero--short::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
  z-index: 1;
  pointer-events: none;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 100% at 40% 50%, rgba(15,23,32,0.88) 0%, rgba(15,23,32,0.6) 100%);
}

.hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 820px;
  padding: 60px 28px;
}

/* Hero layout: logo centered, text left-aligned */
.hero__center-logo {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 32px;
}
.hero__center-logo .eyebrow {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
}

.hero__left-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 16px 28px 48px;
  text-align: left;
}
.hero__left-content-inner { max-width: 620px; }
.hero__left-content h1 {
  color: var(--white);
  margin-bottom: 20px;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}
.hero__left-content .eyebrow { color: var(--sand-light); }
.hero__left-content .subtitle {
  color: rgba(255,255,255,0.7);
  margin: 0 0 32px;
  font-size: 1.15rem;
  max-width: 480px;
}
.hero__left-content .btn-group { justify-content: flex-start; }
.hero__left-content .hero__proof { justify-content: flex-start; }

@media (max-width: 768px) {
  .hero__center-logo { padding-top: 24px; }
  .hero__left-content {
    text-align: center;
    padding: 16px 20px 40px;
  }
  .hero__left-content-inner { margin-left: auto; margin-right: auto; }
  .hero__left-content .btn-group { justify-content: center; }
  .hero__left-content .hero__proof { justify-content: center; }
  .hero__left-content .subtitle { max-width: 100%; }
}

/* Split hero layout - text left, logo right */
.hero__split {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 80px 28px;
  width: 100%;
}
.hero__split-text {
  text-align: left;
  flex: 1 1 0;
  min-width: 0;
}
.hero__split-text h1 { color: var(--white); margin-bottom: 20px; }
.hero__split-text .subtitle {
  color: rgba(255,255,255,0.7);
  margin: 0 0 36px;
  font-size: 1.2rem;
}
.hero__split-text .btn-group { justify-content: flex-start; }
.hero__split-text .hero__proof { justify-content: flex-start; }
.hero__split .hero__logo { flex: 0 0 320px; }

@media (max-width: 768px) {
  .hero__split {
    flex-direction: column-reverse;
    text-align: center;
    gap: 24px;
    padding: 40px 20px;
  }
  .hero__split-text { text-align: center; }
  .hero__split-text .btn-group { justify-content: center; }
  .hero__split-text .hero__proof { justify-content: center; }
  .hero__split .hero__logo { flex: 0 0 200px; }
}

.hero__content h1 { color: var(--white); margin-bottom: 20px; }
.hero__content .subtitle {
  color: rgba(255,255,255,0.7);
  margin: 0 auto 36px;
  max-width: 580px;
  font-size: 1.2rem;
}

.hero__proof {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 12px 24px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.hero__proof-item {
  font-size: 0.82rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--sand-light);
}

/* --- Buttons --- */
.btn {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 14px 32px;
  border-radius: var(--radius);
  cursor: pointer;
  transition: all 0.25s ease;
  border: none;
  text-align: center;
}
.btn--primary { background: var(--sand); color: var(--navy-deep); }
.btn--primary:hover {
  background: var(--sand-light);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(201,169,110,0.3);
}
.btn--outline {
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,0.35);
}
.btn--outline:hover {
  border-color: var(--white);
  background: rgba(255,255,255,0.06);
}
.btn--outline-dark {
  background: transparent;
  color: var(--navy);
  border: 1.5px solid var(--navy);
}
.btn--outline-dark:hover {
  background: var(--navy);
  color: var(--white);
}
.btn--dark { background: var(--navy); color: var(--white); }
.btn--dark:hover { background: var(--navy-light); }
.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

/* --- Grid Layouts --- */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }

/* --- Cards --- */
.card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(0,0,0,0.04);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  display: flex;
  flex-direction: column;
}
.card h4 {
  min-height: 2.4em;
}
@media (max-width: 768px) {
  .card h4 { min-height: auto; }
}
.card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.card__icon {
  width: 48px;
  height: 48px;
  background: var(--off-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 1.4rem;
}
.card h3 { margin-bottom: 12px; }

/* --- Service Blocks (Two Ways to Train) --- */
.service-block {
  position: relative;
  padding: 48px 40px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 340px;
  color: var(--white);
}
.service-block__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}
.service-block:hover .service-block__bg { transform: scale(1.03); }
.service-block__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26,35,50,0.2) 0%, rgba(26,35,50,0.88) 100%);
}
.service-block__content { position: relative; z-index: 2; }
.service-block h3 { color: var(--white); margin-bottom: 10px; font-size: 1.6rem; }
.service-block p { color: rgba(255,255,255,0.8); font-size: 0.95rem; margin-bottom: 20px; }

/* --- Sessions Table --- */
.sessions-table { width: 100%; border-collapse: collapse; margin: 32px 0; }
.sessions-table th {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--mid-gray);
  text-align: left;
  padding: 12px 20px;
  border-bottom: 2px solid var(--warm-gray);
}
.sessions-table td {
  padding: 20px;
  border-bottom: 1px solid var(--warm-gray);
  vertical-align: middle;
}
.sessions-table tr:last-child td { border-bottom: none; }
.sessions-table .session-name {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--text-dark);
}
.sessions-table .session-dates { font-weight: 500; color: var(--text-body); }

.badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 5px 14px;
  border-radius: 20px;
  text-align: center;
  white-space: nowrap;
}
.badge--open { background: #e8f5ec; color: var(--success); }
.badge--limited { background: #fef3e2; color: #b8860b; }
.badge--sold-out { background: #fde8e8; color: var(--error); }

/* --- Testimonials --- */
.testimonial {
  padding: 40px;
  border-left: 3px solid var(--sand);
  background: var(--white);
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  box-shadow: var(--shadow-sm);
  margin-bottom: 28px;
}
.testimonial__text {
  font-size: 1.05rem;
  font-style: italic;
  color: var(--text-body);
  line-height: 1.75;
  margin-bottom: 16px;
}
.testimonial__author { font-size: 0.9rem; font-weight: 600; color: var(--text-dark); }
.testimonial__role { font-size: 0.82rem; color: var(--text-light); }

/* --- Coach Bios --- */
.coach { text-align: center; }
.coach__photo {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 20px;
  border: 3px solid var(--warm-gray);
  background: var(--warm-gray);
}
.coach__photo--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  font-family: var(--font-display);
  color: var(--sand);
  background: var(--off-white);
}

/* Real coach photos - circular crop, face centered */
.coach__photo-img {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 20%;
  margin: 0 auto;
  display: block;
  border: 3px solid var(--warm-gray);
  box-shadow: 0 6px 24px rgba(0,0,0,0.1);
}
.coach__photo-img--staff {
  width: 180px;
  height: 180px;
  margin-bottom: 20px;
}

.coach h3 { margin-bottom: 6px; }
.coach__title {
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--sand);
  margin-bottom: 14px;
}
.coach p {
  font-size: 0.95rem;
  max-width: 360px;
  margin: 0 auto;
}

/* --- Forms --- */
.form-section { max-width: 640px; margin: 0 auto; }
.form-group { margin-bottom: 24px; }
.form-group label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-dark);
  margin-bottom: 8px;
}
.form-group input:not([type="radio"]):not([type="checkbox"]),
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--text-dark);
  background: var(--white);
  border: 1.5px solid var(--warm-gray);
  border-radius: var(--radius);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  appearance: none;
  -webkit-appearance: none;
}
.form-group input[type="radio"],
.form-group input[type="checkbox"] {
  width: auto;
  appearance: auto;
  -webkit-appearance: auto;
  cursor: pointer;
  accent-color: var(--sand);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--sand);
  box-shadow: 0 0 0 3px rgba(201,169,110,0.15);
}
.form-group textarea { min-height: 120px; resize: vertical; }
.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238a8578' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.checkbox-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: var(--text-body);
  cursor: pointer;
  padding: 8px 16px;
  border: 1.5px solid var(--warm-gray);
  border-radius: var(--radius);
  transition: all 0.2s ease;
}
.checkbox-group label:hover { border-color: var(--sand); }
.checkbox-group input[type="checkbox"] { width: auto; accent-color: var(--sand); }
.checkbox-group input[type="checkbox"]:checked + span { font-weight: 600; }

/* --- FAQ Accordion --- */
.faq-item { border-bottom: 1px solid var(--warm-gray); }
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 24px 0;
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--text-dark);
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  gap: 16px;
}
.faq-question::after {
  content: '+';
  font-family: var(--font-body);
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--sand);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.faq-item.active .faq-question::after { content: '−'; }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}
.faq-item.active .faq-answer {
  max-height: 500px;
  padding-bottom: 24px;
}
.faq-answer p { color: var(--text-body); font-size: 0.95rem; }

/* --- Steps / How It Works --- */
.steps {
  display: flex;
  gap: 40px;
  counter-reset: step;
}
.step {
  flex: 1;
  position: relative;
  counter-increment: step;
  padding-top: 48px;
}
.step::before {
  content: counter(step);
  position: absolute;
  top: 0; left: 0;
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--sand);
  opacity: 0.6;
}
.step h4 { margin-bottom: 8px; font-family: var(--font-display); }
.step p { font-size: 0.92rem; color: var(--text-light); }

/* --- Club List --- */
.club-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
}
.club-list li {
  font-size: 0.92rem;
  color: var(--text-body);
  padding: 4px 0;
  position: relative;
  padding-left: 16px;
}
.club-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--sand);
}
.section--navy .club-list li {
  color: rgba(255,255,255,0.8);
}

/* --- Camp Focus Grid --- */
.coach__hof-link {
  display: inline-block;
  margin-top: 12px;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--sand-muted);
  text-decoration: none;
  border-bottom: 1.5px solid transparent;
  transition: color 0.25s ease, border-color 0.25s ease;
}
.coach__hof-link:hover {
  color: var(--sand);
  border-bottom-color: var(--sand);
}
.section--cream .coach__hof-link {
  color: var(--sand-muted);
}
.section--cream .coach__hof-link:hover {
  color: var(--navy-deep);
  border-bottom-color: var(--navy-deep);
}

/* --- Camp Focus Grid --- */
.camp-focus-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  max-width: 960px;
  margin: 48px auto 0;
}
.camp-focus-item {
  text-align: center;
  padding: 32px 20px;
  background: var(--off-white);
  border-radius: var(--radius);
  border: 1px solid rgba(0,0,0,0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.camp-focus-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.camp-focus-icon {
  display: block;
  font-size: 1.6rem;
  color: var(--sand);
  margin-bottom: 16px;
}
.camp-focus-item h4 {
  font-size: 0.95rem;
  margin-bottom: 10px;
}
.camp-focus-item p {
  font-size: 0.85rem;
  color: rgba(0,0,0,0.55);
  line-height: 1.6;
}
.camp-tagline {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--navy-deep);
  line-height: 1.5;
  text-align: center;
}
.camp-tagline strong {
  color: var(--sand-muted);
}

/* --- Camp Expect Grid --- */
.camp-expect-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 720px;
  margin: 40px auto 0;
}
.camp-expect-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid rgba(0,0,0,0.06);
}
.camp-expect-num {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--sand);
  line-height: 1;
  flex-shrink: 0;
}
.camp-expect-item p {
  font-size: 0.95rem;
  color: var(--text-dark);
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 768px) {
  .camp-focus-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .camp-focus-item { padding: 24px 16px; }
  .camp-expect-grid { grid-template-columns: 1fr; }
  .camp-tagline { font-size: 1.1rem; }
}
@media (max-width: 480px) {
  .camp-focus-grid { grid-template-columns: 1fr; }
}

/* --- Countdown Bar --- */
.countdown-bar {
  background: var(--navy-deep);
  padding: 20px 0;
  position: relative;
  z-index: 3;
}
.countdown-bar__inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.countdown-bar__label {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--sand-light);
  white-space: nowrap;
}
.countdown-bar__timer {
  display: flex;
  align-items: center;
  gap: 6px;
}
.countdown-bar__unit {
  text-align: center;
  min-width: 52px;
}
.countdown-bar__num {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 400;
  color: var(--white);
  line-height: 1;
  display: block;
}
.countdown-bar__text {
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.45);
  display: block;
  margin-top: 4px;
}
.countdown-bar__sep {
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: var(--sand);
  line-height: 1;
  padding-bottom: 14px;
}
.countdown-bar__sponsor {
  display: flex;
  align-items: center;
  padding-left: 40px;
  border-left: 1px solid rgba(255,255,255,0.12);
}
.countdown-bar__sponsor-img {
  height: 32px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.7;
  transition: opacity 0.25s ease;
}
.countdown-bar__sponsor:hover .countdown-bar__sponsor-img {
  opacity: 1;
}
.countdown-bar__live {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--sand-light);
}
@media (max-width: 768px) {
  .countdown-bar { padding: 16px 0; }
  .countdown-bar__inner { gap: 20px; flex-wrap: wrap; justify-content: center; }
  .countdown-bar__label { font-size: 0.9rem; width: 100%; text-align: center; }
  .countdown-bar__num { font-size: 1.5rem; }
  .countdown-bar__unit { min-width: 40px; }
  .countdown-bar__sep { font-size: 1.3rem; padding-bottom: 10px; }
  .countdown-bar__sponsor { border-left: none; padding-left: 0; padding-top: 8px; border-top: 1px solid rgba(255,255,255,0.12); width: 100%; justify-content: center; }
}

/* --- Footer --- */
.footer {
  background: var(--navy-deep);
  color: rgba(255,255,255,0.6);
  padding: 60px 0 40px;
}
.footer__inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 40px;
}
.footer__brand {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--white);
  margin-bottom: 12px;
}
.footer__brand span { color: var(--sand); }
.footer p { font-size: 0.88rem; line-height: 1.6; }
.footer h4 {
  color: var(--white);
  font-size: 0.78rem;
  font-family: var(--font-body);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
}
.footer__links a {
  display: block;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.6);
  padding: 4px 0;
  transition: color 0.2s ease;
}
.footer__links a:hover { color: var(--white); }
.footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.78rem;
}
.footer__policy {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.4);
  margin-top: 8px;
}

/* --- Animations --- */
.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  animation: fade-in-fallback 0s 1.5s forwards;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
  animation: none;
}
@keyframes fade-in-fallback {
  to { opacity: 1; transform: translateY(0); }
}

/* --- Utility --- */
.text-center { text-align: center; }
.text-left { text-align: left; }
.mb-0 { margin-bottom: 0; }
.mb-sm { margin-bottom: 16px; }
.mb-md { margin-bottom: 32px; }
.mb-lg { margin-bottom: 48px; }
.mb-xl { margin-bottom: 64px; }
.mt-sm { margin-top: 16px; }
.mt-md { margin-top: 32px; }
.mt-lg { margin-top: 48px; }
.pt-0 { padding-top: 0; }
.mx-auto { margin-left: auto; margin-right: auto; }
.max-w-prose { max-width: 680px; }
.max-w-narrow { max-width: 520px; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* --- Divider --- */
.divider {
  width: 60px;
  height: 2px;
  background: var(--sand);
  margin: 24px 0;
}
.divider--center { margin-left: auto; margin-right: auto; }

/* Coaches preview photo */
.coaches-preview__photo {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}

/* Coaches preview logo */
.coaches-preview__logo {
  width: 100%;
  max-width: 280px;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.2));
}

/* Coach grid: reverse layout (bio left, photo right on desktop; photo top on mobile) */
.coach-grid--reverse { direction: rtl; }
.coach-grid--reverse > * { direction: ltr; }

/* Session cards (mobile layout) */
.session-cards { display: none; }
.session-card {
  background: var(--white);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 12px;
  padding: 24px;
}
.session-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.session-card__header h4 { margin: 0; }
.session-card__date { font-size: 1rem; color: var(--text-body); margin-bottom: 4px; }
.session-card__courts { font-size: 0.88rem; color: rgba(0,0,0,0.45); margin-bottom: 16px; }

/* --- Responsive --- */
@media (max-width: 1024px) {
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
  .nav__links { gap: 20px; }
}

@media (max-width: 768px) {
  :root {
    --section-pad: 60px;
    --nav-height: 76px;
  }
  body { font-size: 16px; }

  /* Mobile nav */
  .nav__links { display: none; }
  .nav__links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: var(--nav-height);
    left: 0; right: 0;
    background: var(--white);
    padding: 20px 28px 28px;
    gap: 16px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    z-index: 100;
    align-items: center;
    text-align: center;
  }
  .nav__toggle { display: block; }

  /* Mobile nav dropdown - inline, no popup */
  .nav__dropdown { width: 100%; text-align: center; }
  .nav__dropdown-toggle { width: 100%; text-align: center; }
  .nav__dropdown-menu {
    position: static !important;
    transform: none !important;
    background: transparent !important;
    box-shadow: none !important;
    min-width: 0 !important;
    padding: 4px 0 0 0 !important;
    text-align: center !important;
  }
  .nav__dropdown-menu::before { display: none !important; }
  .nav__dropdown.is-open .nav__dropdown-menu { display: block !important; }
  .nav__dropdown-menu a,
  .nav__dropdown.is-open .nav__dropdown-menu a {
    display: block !important;
    text-align: center !important;
    color: rgba(15,23,32,0.6) !important;
    padding: 8px 0 !important;
    font-size: 0.8rem !important;
    white-space: normal !important;
  }
  .nav__dropdown-menu a:hover {
    background: transparent;
    color: var(--navy-deep) !important;
  }

  /* Mobile nav sponsor */
  .nav__links.open .nav__sponsor {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    padding-top: 12px;
    border-top: 1px solid rgba(0,0,0,0.08);
  }
  .nav__links.open .nav__instagram {
    margin-left: 0;
    padding-top: 8px;
  }

  .nav__logo {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
  }
  .nav__brand-lines { font-size: 0.9rem; }
  .nav__brand-line1, .nav__brand-line2 { font-size: 0.9rem !important; }

  /* Hero */
  .hero { min-height: 80vh; }
  .hero--short { min-height: 50vh; }
  .hero--short .hero__bg {
    background-attachment: scroll;
    background-size: auto 100%;
  }
  .hero--img { min-height: auto; }
  .hero--img__overlay { padding: 48px 16px 24px; }
  .hero--img__overlay h1 { font-size: clamp(1.4rem, 5vw, 2rem); }
  .hero__content h1 { font-size: clamp(1.6rem, 5vw, 2.4rem); }

  /* Photo hero mobile */
  .hero--photo .hero__content { padding: 0 20px; }
  .hero--photo .hero__content h1 { font-size: clamp(1.3rem, 4.5vw, 2rem); }

  /* Coaches preview center on mobile */
  #coaches-preview .grid-2 > div:first-child { text-align: center; }
  #coaches-preview .divider { margin-left: auto; margin-right: auto; }

  /* Grids */
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; gap: 24px; }
  .steps { flex-direction: column; gap: 28px; }

  /* Footer */
  .footer__inner { grid-template-columns: 1fr; gap: 32px; }
  .footer__bottom { flex-direction: column; text-align: center; }

  .sessions-table th,
  .sessions-table td { padding: 14px 12px; }

  /* Session cards: show on mobile, hide table */
  .sessions-table--desktop { display: none !important; }
  .session-cards {
    display: flex !important;
    flex-direction: column;
    gap: 16px;
  }

  /* Buttons */
  .btn-group { flex-direction: column; align-items: stretch; }
  .service-block { min-height: 280px; padding: 32px 28px; }
  .testimonial { padding: 28px; }

  /* Section photo */
  .section--photo { background-attachment: scroll; }

  /* Wizard mobile */
  .wizard__container { padding: 32px 16px 60px; }
  .wizard__card-grid { grid-template-columns: 1fr; }
  .wizard__radio-group { grid-template-columns: 1fr; }
  .wizard__row { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  :root {
    --section-pad: 40px;
    --nav-height: 72px;
  }
  .hero__proof { flex-direction: column; gap: 8px; }
  .hero__content { padding: 40px 16px; }
  .checkbox-group { flex-direction: column; }
  .sessions-table .session-name { font-size: 1rem; }
  .hero--photo .hero__content h1 { font-size: 1.2rem; }
  .hero--photo .hero__content .subtitle { font-size: 0.85rem; }

  /* Wizard attendee rows stack */
  .wizard__attendee-row { flex-wrap: wrap; }
  .wizard__attendee-row .form-group { flex: 1 1 100%; }

  /* Footer tighter */
  .footer { padding: 40px 0 24px; }
  .footer__links { gap: 8px; }
}

/* ===================== */
/*          WIZARD       */
/* ===================== */

/* --- Gallery Grid --- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.gallery-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: var(--warm-gray);
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item--wide { grid-column: span 2; }
.gallery-item--tall { grid-row: span 2; }
.gallery-item__caption {
  position: absolute;
  bottom: 0;
  left: 0; right: 0;
  padding: 12px 16px;
  background: linear-gradient(transparent, rgba(0,0,0,0.6));
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery-item:hover .gallery-item__caption { opacity: 1; }

@media (max-width: 768px) {
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-item--wide { grid-column: span 2; }
  .gallery-item--tall { grid-row: span 1; }
  .gallery-item__caption {
    opacity: 1;
    font-size: 0.78rem;
    padding: 8px 12px;
  }
}
@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: 1fr; gap: 12px; }
  .gallery-item--wide { grid-column: span 1; }
}

.wizard {
  min-height: 100vh;
  background: var(--cream);
}
.wizard__container {
  max-width: 680px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}
.wizard__progress {
  height: 4px;
  background: rgba(0,0,0,0.08);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 8px;
}
.wizard__progress-bar {
  height: 100%;
  background: var(--sand);
  width: 20%;
  transition: width 0.4s ease;
  border-radius: 4px;
}
.wizard__steps-label {
  text-align: right;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-light);
  margin-bottom: 40px;
}
.wizard__step-header { margin-bottom: 32px; }
.wizard__step-header .eyebrow { color: var(--sand-muted); }
.wizard__step-header h2 { margin-bottom: 8px; color: var(--text-dark); }
.wizard__step-header .subtitle { margin: 0; color: var(--text-light); }

/* Session cards */
.wizard__card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 32px;
}
.wizard__session-card { cursor: pointer; display: flex; }
.wizard__session-card input { display: none; }
.wizard__session-card-inner {
  border: 2px solid rgba(0,0,0,0.1);
  border-radius: 12px;
  padding: 24px;
  background: var(--white);
  transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.wizard__session-card-inner h4 { margin-bottom: 4px; }
.wizard__session-card-inner p { font-size: 0.92rem; color: rgba(0,0,0,0.55); margin-bottom: 12px; }
.wizard__session-card:hover .wizard__session-card-inner { border-color: var(--sand); }
.wizard__session-card.is-selected .wizard__session-card-inner {
  border-color: var(--sand);
  box-shadow: 0 0 0 3px rgba(201,169,110,0.25);
  background: rgba(201,169,110,0.04);
}

/* Radio cards */
.wizard__radio-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 8px;
  align-items: stretch;
}
.wizard__radio-card { cursor: pointer; display: flex !important; height: 100%; }
.wizard__radio-card input { display: none; }
.wizard__radio-card-inner {
  border: 2px solid rgba(0,0,0,0.1);
  border-radius: 12px;
  padding: 20px;
  background: var(--white);
  transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.wizard__radio-card-inner h4 { margin-bottom: 4px; }
.wizard__radio-card-inner p { font-size: 0.88rem; color: rgba(0,0,0,0.55); margin: 0; }
.wizard__radio-card:hover .wizard__radio-card-inner { border-color: var(--sand); }
.wizard__radio-card.is-selected .wizard__radio-card-inner {
  border-color: var(--sand);
  box-shadow: 0 0 0 3px rgba(201,169,110,0.25);
  background: rgba(201,169,110,0.04);
}

.wizard__radio-inline {
  display: flex;
  gap: 24px;
  margin-top: 8px;
}
.wizard__radio-inline label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 0.95rem;
  white-space: nowrap;
  color: var(--text-dark);
}

/* Form fields inside wizard */
.wizard__form-fields { margin-bottom: 24px; }
.wizard__form-fields .form-group { margin-bottom: 20px; }
.wizard__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

/* Attendee rows */
.wizard__attendee-row {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin-bottom: 12px;
  padding: 16px;
  background: var(--white);
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.08);
}
.wizard__attendee-row .form-group { flex: 1; margin: 0; }
.wizard__attendee-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--navy-deep);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 600;
  flex-shrink: 0;
  margin-bottom: 8px;
}
.wizard__remove-btn {
  width: 32px;
  height: 32px;
  border: none;
  background: rgba(0,0,0,0.06);
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.2rem;
  color: rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 8px;
  transition: background 0.2s, color 0.2s;
}
.wizard__remove-btn:hover {
  background: rgba(200,0,0,0.08);
  color: #c00;
}
.wizard__add-btn {
  display: inline-block;
  background: none;
  border: 2px dashed rgba(0,0,0,0.15);
  border-radius: 10px;
  padding: 12px 24px;
  font-size: 0.9rem;
  color: var(--sand-dark);
  cursor: pointer;
  margin-bottom: 32px;
  transition: border-color 0.2s, color 0.2s;
}
.wizard__add-btn:hover {
  border-color: var(--sand);
  color: var(--navy-deep);
}

/* Review */
.wizard__review {
  background: var(--white);
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.08);
  overflow: hidden;
}
.wizard__review-section {
  padding: 20px 24px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.wizard__review-section:last-child { border-bottom: none; }
.wizard__review-section h4 {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--sand-dark);
  margin-bottom: 6px;
}
.wizard__review-section p { margin: 0; line-height: 1.6; }
.wizard__review-list { margin: 0; padding-left: 20px; }
.wizard__review-list li { padding: 2px 0; }

/* Nav buttons */
.wizard__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(0,0,0,0.08);
}

/* Error */
.wizard__error {
  background: #fff0f0;
  border: 1px solid #e8aaaa;
  color: #9e2a2a;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 0.9rem;
  margin-bottom: 16px;
  animation: wizErrorIn 0.3s ease;
}
@keyframes wizErrorIn {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Small button variant */
.btn--sm {
  padding: 8px 20px;
  font-size: 0.72rem;
}
