@import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap');

:root {
  --maroon: #8B1A1A;
  --maroon-dark: #5C0F0F;
  --maroon-light: #B52424;
  --white: #FFFFFF;
  --off-white: #F8F5F1;
  --dark: #0D0D0D;
  --dark-2: #141414;
  --gray: #6B6B6B;
  --light-gray: #E8E4DF;
  --font-display: 'Anton', sans-serif;
  --font-body: 'Inter', sans-serif;
  --ease-out: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-in-out: cubic-bezier(0.76, 0, 0.24, 1);
  --nav-height: 76px;
  --container-max: 1300px;
  --container-pad: 40px;
}

/* Contact page */
.contact-hero { background: var(--maroon-dark); color: var(--white); }
.contact-main { padding: 120px 0; background: var(--off-white); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: start; }
.contact-info-panel p { font-size: 16px; line-height: 1.8; color: var(--gray); max-width: 520px; margin-bottom: 30px; }
.contact-methods { display: grid; gap: 14px; }
.contact-method {
  display: block; padding: 24px; background: var(--white); border: 1px solid var(--light-gray);
  border-radius: 8px; transition: transform .3s var(--ease-out), border-color .3s, box-shadow .3s;
}
a.contact-method:hover { transform: translateY(-4px); border-color: rgba(139,26,26,.32); box-shadow: 0 14px 38px rgba(0,0,0,.05); }
.contact-method-kicker {
  display: block; font-size: 10px; font-weight: 800; letter-spacing: .16em;
  text-transform: uppercase; color: var(--maroon); margin-bottom: 8px;
}
.contact-method strong {
  display: block; font-family: var(--font-display); font-size: 28px;
  letter-spacing: .02em; text-transform: uppercase; line-height: 1.05; margin-bottom: 8px;
}
.contact-method span:last-child { display: block; font-size: 14px; line-height: 1.65; color: var(--gray); }
.contact-form-card {
  background: var(--white); border: 1px solid var(--light-gray); border-radius: 10px;
  padding: clamp(28px,4vw,46px); box-shadow: 0 18px 56px rgba(0,0,0,.06);
}
.contact-form-card .form-group textarea { min-height: 140px; }
.contact-visit { padding: 110px 0; background: var(--dark); color: var(--white); }
.contact-visit-card {
  display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center;
  padding: clamp(36px,5vw,64px); border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px; background:
    radial-gradient(circle at 15% 15%, rgba(181,36,36,.28), transparent 34%),
    rgba(255,255,255,.045);
}
.contact-visit-copy p { font-size: 17px; line-height: 1.8; color: rgba(255,255,255,.68); margin-bottom: 30px; max-width: 620px; }

/* Privacy page */
.privacy-hero { background: var(--dark); color: var(--white); }
.privacy-content { padding: 110px 0; background: var(--off-white); }
.privacy-layout { display: grid; grid-template-columns: 280px minmax(0,1fr); gap: 56px; align-items: start; }
.privacy-aside { position: sticky; top: calc(var(--nav-height) + 28px); }
.privacy-aside p {
  font-size: 13px; line-height: 1.7; color: var(--gray);
  margin-bottom: 22px;
}
.privacy-card {
  background: var(--white); border: 1px solid var(--light-gray);
  border-radius: 10px; padding: clamp(30px,5vw,64px);
  box-shadow: 0 18px 56px rgba(0,0,0,.05);
}
.privacy-card section + section { margin-top: 38px; padding-top: 34px; border-top: 1px solid var(--light-gray); }
.privacy-card h2 {
  font-family: var(--font-display); font-size: clamp(26px,3vw,38px);
  line-height: 1.05; letter-spacing: .02em; text-transform: uppercase;
  margin-bottom: 14px; color: var(--dark);
}
.privacy-card p { font-size: 16px; line-height: 1.85; color: var(--gray); margin-bottom: 12px; }
.privacy-card a { color: var(--maroon); font-weight: 700; }

@media (max-width: 900px) {
  .contact-grid,
  .contact-visit-card { grid-template-columns: 1fr; gap: 36px; }
  .contact-main { padding: 86px 0; }
  .contact-visit { padding: 82px 0; }
  .privacy-layout { grid-template-columns: 1fr; gap: 28px; }
  .privacy-aside { position: static; }
}

@media (max-width: 520px) {
  .contact-method strong { font-size: 24px; }
  .contact-form-card { padding: 24px; }
  .privacy-content { padding: 74px 0; }
  .privacy-card { padding: 24px; }
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { font-family: var(--font-body); color: var(--dark); background: var(--white); overflow-x: clip; line-height: 1.6; }
body.loading { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
button { border: none; cursor: pointer; font-family: var(--font-body); }
video { display: block; }

/* ─── LOADER ─── */
#loader {
  position: fixed; inset: 0;
  background: var(--maroon-dark);
  z-index: 9999;
  display: flex; align-items: center; justify-content: center;
}
.loader-logo { width: clamp(112px,18vw,190px); opacity: 0; transform: scale(0.82); }
.loader-logo img { width: 100%; }

/* ─── SCROLL PROGRESS ─── */
#scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0;
  background: var(--maroon); z-index: 9000; pointer-events: none;
}

/* ─── CURSOR ─── */
@media (pointer: fine) {
  *, *::before, *::after { cursor: none !important; }
}
.cursor { display: none; }
.cursor-ring {
  width: 22px; height: 22px;
  border: 1.5px solid rgba(255,255,255,.85);
  border-radius: 50%;
  background: transparent;
  position: fixed; pointer-events: none; z-index: 100000;
  transform: translate(-50%,-50%);
  transition: width .22s var(--ease-out), height .22s var(--ease-out), border-color .22s;
  mix-blend-mode: difference;
}
.cursor-ring.expand { width: 44px; height: 44px; border-color: rgba(255,255,255,.5); }
@media (max-width: 768px), (pointer: coarse) { .cursor-ring { display: none; } }

/* ─── NAVBAR ─── */
#navbar {
  position: fixed; top: 0; left: 0; right: 0; height: var(--nav-height);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 48px; z-index: 1000;
  background: transparent;
  border-bottom: 1px solid transparent;
  backdrop-filter: none;
  transition: background .35s ease, border-color .35s ease, backdrop-filter .35s ease;
}
#navbar.scrolled,
#navbar.light.scrolled {
  background: rgba(92,15,15,.97);
  border-bottom-color: rgba(255,255,255,.08);
  backdrop-filter: blur(8px);
}
#navbar.light { background: transparent; border-bottom-color: transparent; }
#navbar.menu-open,
#navbar.light.menu-open {
  background: var(--maroon-dark);
  border-bottom-color: rgba(255,255,255,.08);
  backdrop-filter: blur(8px);
}
.nav-logo { width: 48px; height: 48px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.nav-logo img { width: 100%; transition: filter .35s ease; }
#navbar.light .nav-logo {
  background: transparent;
  border-radius: 0;
  padding: 0;
}
#navbar.light:not(.scrolled):not(.menu-open) .nav-logo img {
  filter: brightness(0) saturate(100%) invert(11%) sepia(43%) saturate(3037%) hue-rotate(348deg) brightness(94%) contrast(96%);
}
#navbar.light.scrolled .nav-logo img,
#navbar.light.menu-open .nav-logo img { filter: none; }
#navbar.light.menu-open .nav-logo { background: transparent; padding: 0; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a {
  font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--white); position: relative; padding-bottom: 4px;
  transition: opacity .3s;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px;
  background: var(--white); transition: width .3s var(--ease-out);
}
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
#navbar.light:not(.scrolled):not(.menu-open) .nav-links a { color: var(--maroon-dark); }
#navbar.light:not(.scrolled):not(.menu-open) .nav-links a::after { background: var(--maroon-dark); }
#navbar.light.scrolled .nav-links a,
#navbar.light.menu-open .nav-links a { color: var(--white); }
#navbar.light.scrolled .nav-links a::after,
#navbar.light.menu-open .nav-links a::after { background: var(--white); }
.nav-cta {
  min-height: 38px; display: inline-flex; align-items: center; justify-content: center;
  padding: 9px 22px; background: var(--white); color: var(--maroon);
  font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  transition: opacity .3s, background .3s, color .3s; border-radius: 4px; border: 1.5px solid transparent;
}
.nav-cta:hover { opacity: .85; }
#navbar.light:not(.scrolled):not(.menu-open) .nav-cta { background: var(--maroon); color: var(--white); }
#navbar.light.scrolled .nav-cta,
#navbar.light.menu-open .nav-cta { background: var(--white); color: var(--maroon); }
.nav-cta:focus-visible,
.nav-links a:focus-visible,
.nav-logo:focus-visible,
.nav-toggle:focus-visible,
.mobile-menu a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; padding: 6px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--white); transition: .3s; }
#navbar.light:not(.scrolled):not(.menu-open) .nav-toggle span { background: var(--maroon-dark); }
#navbar.menu-open .nav-toggle span,
#navbar.light.menu-open .nav-toggle span { background: var(--white); }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ─── MOBILE MENU ─── */
.mobile-menu {
  position: fixed; inset: 0; background: var(--maroon-dark); z-index: 999;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  opacity: 0; pointer-events: none; transition: opacity .4s;
}
.mobile-menu.open { opacity: 1; pointer-events: all; }
.mobile-menu a {
  font-family: var(--font-display); font-size: clamp(44px,10vw,72px);
  color: var(--white); letter-spacing: .04em; text-transform: uppercase;
  opacity: 0; transform: translateY(24px);
  transition: opacity .4s, transform .4s;
}
.mobile-menu a.active { color: rgba(255,255,255,.62); }
.mobile-menu.open a { opacity: 1; transform: translateY(0); }
.mobile-menu.open a:nth-child(1) { transition-delay: .08s; }
.mobile-menu.open a:nth-child(2) { transition-delay: .13s; }
.mobile-menu.open a:nth-child(3) { transition-delay: .18s; }
.mobile-menu.open a:nth-child(4) { transition-delay: .23s; }
.mobile-menu.open a:nth-child(5) { transition-delay: .28s; }
.mobile-menu.open a:nth-child(6) { transition-delay: .33s; }
.mobile-menu a:hover { opacity: .7; }

/* ─── CONTAINER ─── */
.container { max-width: var(--container-max); margin: 0 auto; padding: 0 var(--container-pad); }

/* ─── SECTION UTILITIES ─── */
.section-tag {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  color: var(--maroon); margin-bottom: 28px; line-height: 1.2;
}
.section-tag::before { content: ''; display: block; width: 28px; height: 2px; background: currentColor; }
.section-tag.light { color: rgba(255,255,255,.5); }
.section-tag.light::before { background: rgba(255,255,255,.4); }
.section-tag-center { justify-content: center; }

.page-hero {
  position: relative; overflow: hidden; text-align: center;
  padding: calc(var(--nav-height) + clamp(76px,9vw,116px)) 0 clamp(82px,9vw,118px);
  min-height: clamp(620px,82vh,760px);
  display: flex; align-items: center;
}
.page-hero > .container { width: 100%; }
.page-hero-inner {
  position: relative; z-index: 1; max-width: 960px; margin: 0 auto;
}
.page-hero-bg-word {
  position: absolute; top: 52%; left: 50%; transform: translate(-50%,-50%);
  font-family: var(--font-display); font-size: clamp(190px,31vw,520px);
  line-height: .78; letter-spacing: .01em; text-transform: uppercase;
  color: rgba(255,255,255,.035); pointer-events: none; white-space: nowrap; user-select: none;
}
.page-title {
  font-family: var(--font-display); font-size: clamp(72px,10.5vw,148px);
  text-transform: uppercase; letter-spacing: .01em; line-height: .93;
  margin: 0 auto 28px; max-width: 980px; text-wrap: balance;
}
.page-title .accent {
  display: block; font-size: .54em; color: rgba(255,255,255,.48);
}
.page-lede {
  font-size: clamp(17px,1.5vw,19px); line-height: 1.72;
  color: rgba(255,255,255,.68); max-width: 620px; margin: 0 auto;
}
.section-title {
  font-family: var(--font-display); font-size: clamp(44px,6vw,78px);
  text-transform: uppercase; letter-spacing: .01em; line-height: .96;
  margin: 0 0 32px;
}
.section-title-lg { font-size: clamp(56px,8vw,112px); line-height: .94; }
.section-title-center { text-align: center; margin-left: auto; margin-right: auto; }

/* ─── BUTTONS ─── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 32px; font-size: 13px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; cursor: pointer;
  position: relative; overflow: hidden; transition: .35s var(--ease-out); border-radius: 4px;
  line-height: 1.25; text-align: center; min-height: 50px; border: 1.5px solid transparent;
}
.btn::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  transform: translateX(-101%); transition: transform .35s var(--ease-out);
  background: rgba(255,255,255,.12);
}
.btn:hover::before { transform: translateX(0); }
.btn:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.btn:disabled,
.btn[aria-disabled="true"],
.btn.is-disabled { opacity: .58; pointer-events: none; }
.btn.is-submitted { background: #2e7d32; color: var(--white); border-color: #2e7d32; }
.btn-maroon,
.btn-red { background: var(--maroon); color: var(--white); }
.btn-maroon:hover,
.btn-red:hover { background: var(--maroon-light); }
.btn-white,
.btn-primary { background: var(--white); color: var(--maroon); }
.btn-dark { background: var(--dark); color: var(--white); }
.btn-dark:hover { background: var(--dark-2); }
.btn-outline-white,
.btn-outline { border: 1.5px solid rgba(255,255,255,.6); color: var(--white); }
.btn-outline-white:hover,
.btn-outline:hover { border-color: var(--white); background: rgba(255,255,255,.08); }
.btn-outline-dark { border: 1.5px solid var(--dark); color: var(--dark); }
.btn-outline-dark:hover { background: var(--dark); color: var(--white); }
.btn-lg { padding: 18px 44px; font-size: 14px; }
.btn-arrow::after { content: '→'; transition: transform .3s; }
.btn-arrow:hover::after { transform: translateX(4px); }
.btn-block { width: 100%; justify-content: center; }
.btn-offset-sm { margin-top: 8px; }
.btn-offset-md { margin-top: 28px; }
.btn-offset-lg { margin-top: 32px; }
.btn-row {
  display: flex; align-items: center; justify-content: center;
  gap: 14px; flex-wrap: wrap;
}
.btn-row-compact { justify-content: flex-start; gap: 10px; }

/* ─── MARQUEE ─── */
.marquee-strip { padding: 0; background: var(--maroon); overflow: hidden; height: 64px; display: flex; align-items: center; }
.marquee-track { display: flex; gap: 0; animation: marq 22s linear infinite; width: max-content; }
.marquee-item {
  font-family: var(--font-display); font-size: 22px; letter-spacing: .06em;
  text-transform: uppercase; color: rgba(255,255,255,.75);
  display: flex; align-items: center; gap: 0; white-space: nowrap; padding: 0 40px;
}
.marquee-item::after { content: '◆'; font-size: 10px; color: rgba(255,255,255,.3); margin-left: 40px; }
@keyframes marq { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ─── HERO ─── */
.hero {
  position: relative; height: 100vh; min-height: 620px;
  display: flex; align-items: center; justify-content: flex-start; overflow: hidden;
  background: var(--dark);
}
.hero-video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  object-position: center 42%; z-index: 0;
}
.hero-video-rotated {
  inset: auto;
  top: 50%;
  left: 50%;
  width: 100vh;
  height: 100vw;
  max-width: none;
  margin-left: -50vh;
  margin-top: -50vw;
  object-fit: cover;
  transform: rotate(-90deg);
}
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.58) 34%, rgba(0,0,0,.28) 68%, rgba(0,0,0,.2) 100%),
    linear-gradient(to bottom, rgba(0,0,0,.18) 0%, rgba(0,0,0,.34) 58%, rgba(0,0,0,.74) 100%);
}
.hero-content {
  position: relative; z-index: 2; text-align: left;
  color: var(--white); width: 100%; max-width: none;
  margin: 0; padding: 0 48px;
}
.hero-eyebrow {
  font-size: 12px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  color: rgba(255,255,255,.65); margin-bottom: 36px;
  opacity: 0; transform: translateY(16px);
}
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(68px,8vw,118px);
  line-height: .96; letter-spacing: .02em; text-transform: uppercase;
  margin-bottom: 34px; max-width: 900px;
}
.hero-title .line { display: block; overflow: hidden; }
.hero-title .word { display: inline-block; transform: translateY(105%); }
.hero-title .hero-rotator {
  display: inline-grid;
  position: relative;
  vertical-align: top;
}
.rotator-sizer,
.rotating-word { grid-area: 1 / 1; }
.rotator-sizer {
  visibility: hidden;
  pointer-events: none;
}
.rotating-word {
  opacity: 0;
  transform: translateY(.18em);
  transition: opacity .55s ease, transform .55s var(--ease-out);
  will-change: opacity, transform;
}
.rotating-word.is-active {
  opacity: 1;
  transform: translateY(0);
}
.rotating-word.is-exiting {
  opacity: 0;
  transform: translateY(-.16em);
}
.hero-subtitle {
  font-size: clamp(16px,2vw,19px); line-height: 1.7;
  color: rgba(255,255,255,.75); max-width: 480px;
  margin: 0 0 48px; opacity: 0; transform: translateY(16px);
}
.hero-cta { display: flex; align-items: center; justify-content: flex-start; gap: 14px; flex-wrap: wrap; opacity: 0; transform: translateY(16px); }
.hero-scroll {
  position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
  z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 10px;
  color: rgba(255,255,255,.5); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  opacity: 0;
}
.scroll-line { width: 1px; height: 52px; background: rgba(255,255,255,.2); position: relative; overflow: hidden; }
.scroll-line::after {
  content: ''; position: absolute; top: -100%; width: 100%; height: 100%;
  background: rgba(255,255,255,.7); animation: scrlDown 2s ease infinite;
}
@keyframes scrlDown { 0% { top: -100%; } 100% { top: 100%; } }
@media (prefers-reduced-motion: reduce) {
  .rotating-word { transition: none; }
  .rotating-word:not(.is-active) { display: none; }
}

/* ─── ABOUT SECTION ─── */
.about-section { padding: 160px 0; background: var(--off-white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-text h2 {
  font-family: var(--font-display); font-size: clamp(52px,7vw,90px);
  text-transform: uppercase; letter-spacing: .02em; margin-bottom: 36px; line-height: .96;
}
.about-heading-mobile { display: none; }
.about-text p { font-size: 16px; line-height: 1.85; color: var(--gray); margin-bottom: 18px; }
.about-text p strong { color: var(--dark); font-weight: 600; }
.about-stats { display: flex; gap: 40px; margin-top: 48px; padding-top: 40px; border-top: 1px solid var(--light-gray); flex-wrap: wrap; }
.stat-num { font-family: var(--font-display); font-size: 60px; color: var(--maroon); line-height: 1; letter-spacing: .02em; }
.stat-label { font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--gray); margin-top: 4px; }
.abt-stats-band { padding: 96px 0; background: var(--dark); color: var(--white); }
.abt-stats-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 32px; text-align: center; }
.about-stat-num { color: var(--maroon-light); font-size: clamp(56px,5vw,78px); }
.about-stat-num span { color: var(--maroon-light); }
.about-stat-label {
  margin-top: 10px; font-size: 12px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: rgba(255,255,255,.48);
}
.about-pillars { display: flex; flex-wrap: wrap; gap: 10px; }
.about-pillars span { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--dark); border: 1.5px solid rgba(0,0,0,.18); border-radius: 100px; padding: 7px 16px; }
.about-image-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 14px; height: 560px; }
.about-img-wrap { overflow: hidden; border-radius: 3px; }
.about-img-wrap:first-child { grid-row: 1 / 3; }
.about-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s var(--ease-out); }
.about-img-wrap:hover img { transform: scale(1.06); }

/* ─── NUMBERS SECTION ─── */
.numbers-section {
  position: relative; padding: 150px 0; background: var(--dark); color: var(--white);
  overflow: hidden; isolation: isolate;
}
.numbers-section::after {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(circle at 15% 20%, rgba(181,36,36,.24), transparent 34%),
    linear-gradient(115deg, rgba(0,0,0,.96) 0%, rgba(13,13,13,.9) 48%, rgba(92,15,15,.5) 100%);
}
.numbers-texture {
  position: absolute; inset: 0; z-index: -2;
  background-image: url('https://res.cloudinary.com/dtklmelti/image/upload/v1778301424/tribe/general/thetribe_pk_1777470394_3886025190551333233_42558897598.jpg');
  background-size: cover; background-position: center; filter: grayscale(1);
  opacity: .12; transform: scale(1.04);
}
.numbers-shell { display: grid; grid-template-columns: .8fr 1.45fr; gap: 72px; align-items: end; }
.numbers-section h2 {
  font-family: var(--font-display); font-size: clamp(60px,8vw,112px);
  text-transform: uppercase; letter-spacing: .02em; line-height: .96; margin-bottom: 0;
}
.numbers-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.number-card {
  min-height: 260px; padding: 34px 26px; border-left: 1px solid rgba(255,255,255,.12);
  display: flex; flex-direction: column; justify-content: space-between;
  background: rgba(255,255,255,.035); backdrop-filter: blur(2px);
}
.number-card:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.number-card .stat-num { color: var(--white); font-size: clamp(56px,6vw,82px); white-space: nowrap; }
.number-card .stat-plus { color: var(--maroon-light); margin-left: 2px; }
.number-card .stat-label { color: rgba(255,255,255,.68); max-width: 210px; line-height: 1.5; }

/* ─── PROGRAMS PREVIEW ─── */
.programs-preview { padding: 140px 0; background: var(--white); }
.section-header { margin-bottom: 56px; }
.section-header h2 {
  font-family: var(--font-display); font-size: clamp(44px,6vw,80px);
  text-transform: uppercase; letter-spacing: .02em; line-height: .96; margin-top: 0;
}
/* ── Programs Preview (homepage) ── */
.programs-preview {
  background: var(--dark);
  color: var(--white);
  padding: clamp(72px,8vw,120px) 0 clamp(56px,6vw,88px);
}
.pp-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(24px,5vw,80px);
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 0 clamp(40px,5vw,80px);
  align-items: start;
}
.pp-col-label {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.28);
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.pp-divider {
  background: rgba(255,255,255,.07);
  height: 100%;
  min-height: 300px;
}
.pp-rows { display: flex; flex-direction: column; }
.pp-row {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
  text-decoration: none;
  color: inherit;
  transition: background .2s;
}
.pp-row:first-child { border-top: 1px solid rgba(255,255,255,.06); }
.pp-row:hover .pp-row-name { color: var(--maroon-light); }
.pp-row-num {
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1;
  color: rgba(255,255,255,.14);
  letter-spacing: .02em;
}
.pp-row-body { display: flex; flex-direction: column; gap: 4px; }
.pp-row-name {
  font-family: var(--font-display);
  font-size: clamp(20px,2vw,28px);
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--white);
  line-height: 1;
  transition: color .2s;
}
.pp-row-meta {
  font-size: 12px;
  color: rgba(255,255,255,.36);
  letter-spacing: .01em;
}
.pp-row-tag {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 3px;
  padding: 3px 8px;
  white-space: nowrap;
}
.pp-row-tag-live {
  color: #6edb8a;
  background: rgba(110,219,138,.08);
  border-color: rgba(110,219,138,.22);
}
.pp-row-tag-soon {
  color: rgba(255,255,255,.38);
  background: transparent;
  border-color: rgba(255,255,255,.1);
}
.pp-cta {
  text-align: center;
  margin-top: clamp(40px,5vw,64px);
}
.programs-preview-cta { text-align: center; margin-top: 42px; }
.programs-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.program-card { background: var(--off-white); border-radius: 3px; overflow: hidden; transition: transform .4s var(--ease-out); cursor: pointer; }
.program-card:hover { transform: translateY(-8px); }
.program-card.featured { grid-column: span 2; }
.program-card-img { height: 260px; overflow: hidden; }
.program-card.featured .program-card-img { height: 340px; }
.program-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s var(--ease-out); }
.program-card:hover .program-card-img img { transform: scale(1.07); }
.program-card-body { padding: 28px; }
.program-tag-label { font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--maroon); margin-bottom: 10px; display: block; }
.program-card h3 { font-family: var(--font-display); font-size: 28px; letter-spacing: .02em; text-transform: uppercase; margin-bottom: 10px; }
.program-card p { font-size: 14px; color: var(--gray); line-height: 1.7; margin-bottom: 18px; }

/* ─── MEMBERSHIP TEASER ─── */
.membership-teaser { padding: 160px 0; background: var(--maroon-dark); color: var(--white); position: relative; overflow: hidden; }
.membership-teaser-bg {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  font-family: var(--font-display); font-size: 28vw; color: rgba(255,255,255,.025);
  pointer-events: none; white-space: nowrap; user-select: none;
}
.membership-teaser-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 1; }
.mem-text h2 {
  font-family: var(--font-display); font-size: clamp(48px,6vw,80px);
  text-transform: uppercase; letter-spacing: .02em; margin-bottom: 32px; line-height: .96;
}
.mem-text p { font-size: 16px; line-height: 1.8; color: rgba(255,255,255,.65); margin-bottom: 20px; }
.cycle-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15);
  padding: 8px 16px; border-radius: 40px; font-size: 13px;
  color: rgba(255,255,255,.75); margin-bottom: 28px;
}
.cycle-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: #5cdb5c; animation: pulseGreen 2s infinite; }
@keyframes pulseGreen { 0%,100% { opacity:1; transform:scale(1); } 50% { opacity:.5; transform:scale(1.4); } }
.mem-card {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px; padding: 40px;
}
.mem-card-prices { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 32px; }
.mem-price-option {
  position: relative; min-height: 150px; width: 100%;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08);
  border-radius: 6px; padding: 24px 18px 20px; text-align: center;
  color: var(--white); display: flex; flex-direction: column; align-items: center; justify-content: center;
  transition: border-color .3s, background .3s, transform .3s, box-shadow .3s;
}
.mem-price-option:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.35); transform: translateY(-2px); }
.mem-price-option:focus-visible { outline: 2px solid var(--white); outline-offset: 3px; }
.mem-price-option.popular { border-color: rgba(255,255,255,.3); }
.mem-price-option.is-selected,
.mem-price-option[aria-pressed="true"] {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.72);
  box-shadow: inset 0 0 0 1px rgba(181,36,36,.9), 0 18px 44px rgba(0,0,0,.16);
}
.mem-price-option .price-num { font-family: var(--font-display); font-size: 44px; color: var(--white); line-height: 1; letter-spacing: .02em; }
.mem-price-option .price-unit { font-size: 12px; color: rgba(255,255,255,.5); margin-top: 4px; }
.mem-price-option .price-badge { font-size: 10px; font-weight: 700; letter-spacing: .1em; background: var(--maroon-light); color: #fff; padding: 3px 8px; border-radius: 20px; text-transform: uppercase; display: inline-block; margin-top: 8px; }
.price-active-indicator {
  display: none; position: absolute; top: 10px; right: 10px;
  font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  background: var(--white); color: var(--maroon-dark); border-radius: 999px; padding: 4px 8px;
}
.mem-price-option.is-selected .price-active-indicator,
.mem-price-option[aria-pressed="true"] .price-active-indicator { display: inline-flex; }
.mem-perks { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.mem-perks li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: rgba(255,255,255,.8); }
.mem-perks li::before { content: '✓'; color: #5cdb5c; font-weight: 700; font-size: 13px; }
.mem-cycle-note { font-size: 13px; color: rgba(255,255,255,.5); margin-bottom: 20px; }
.membership-cta { width: 100%; justify-content: center; text-align: center; line-height: 1.3; }
.membership-cta-small { display: none; }

/* ─── HOME FAQ ─── */
.testimonials-section { padding: 150px 0; background: var(--dark-2); color: var(--white); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; align-items: stretch; }
.testimonial-card {
  min-height: 320px; padding: 34px; border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.045); border-radius: 4px; display: flex;
  flex-direction: column; justify-content: space-between; position: relative; overflow: hidden;
}
.testimonial-card::before {
  content: '"'; position: absolute; top: 12px; right: 24px;
  font-family: var(--font-display); font-size: 96px; line-height: 1;
  color: rgba(181,36,36,.28);
}
.testimonial-card p { font-size: 18px; line-height: 1.75; color: rgba(255,255,255,.86); max-width: 92%; position: relative; z-index: 1; }
.testimonial-person { margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.testimonial-person strong { display: block; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--white); margin-bottom: 4px; }
.testimonial-person span { display: block; font-size: 12px; color: rgba(255,255,255,.62); }

.home-faq {
  padding: 118px 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(181,36,36,.26), transparent 34%),
    var(--maroon-dark);
  color: var(--white);
}
.faq-layout {
  display: grid; grid-template-columns: minmax(220px,.32fr) minmax(0,.68fr);
  gap: clamp(32px,5vw,64px); align-items: start;
}
.faq-heading { max-width: 360px; padding-top: 6px; }
.home-faq h2 {
  font-family: var(--font-display); font-size: clamp(72px,9vw,128px);
  text-transform: uppercase; letter-spacing: .02em; line-height: .96; margin-bottom: 18px;
}
.faq-intro { font-size: 16px; line-height: 1.75; color: rgba(255,255,255,.68); max-width: 320px; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: linear-gradient(145deg, rgba(18,16,15,.96), rgba(31,22,20,.94));
  border: 1px solid rgba(255,255,255,.11); border-radius: 16px;
  padding: 0 22px; overflow: hidden;
  box-shadow: 0 18px 48px rgba(0,0,0,.12);
  transition: border-color .28s var(--ease-out), box-shadow .28s var(--ease-out), background .28s var(--ease-out);
}
.faq-item.is-open,
.faq-item:has(.faq-question[aria-expanded="true"]) {
  border-color: rgba(181,36,36,.55);
  box-shadow: 0 20px 54px rgba(0,0,0,.2), 0 0 0 1px rgba(181,36,36,.12);
  background: linear-gradient(145deg, rgba(24,18,17,.98), rgba(43,22,20,.96));
}
.faq-question {
  width: 100%; background: transparent; color: var(--white); text-align: left;
  padding: 19px 0; font-size: 15px; font-weight: 800; line-height: 1.45;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
}
.faq-question::after {
  content: '+'; flex: 0 0 30px; width: 30px; height: 30px;
  border: 1px solid rgba(181,36,36,.45); border-radius: 50%;
  background: rgba(181,36,36,.12); color: rgba(255,255,255,.86);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-body); font-size: 18px; font-weight: 700; line-height: 1;
  transition: transform .25s var(--ease-out), background .25s var(--ease-out), border-color .25s var(--ease-out), color .25s var(--ease-out);
}
.faq-question[aria-expanded="true"]::after {
  content: '-'; transform: rotate(180deg);
  background: rgba(181,36,36,.24); border-color: rgba(181,36,36,.72); color: var(--white);
}
.faq-answer {
  max-height: 0; opacity: 0; overflow: hidden;
  transition: max-height .36s var(--ease-out), opacity .24s ease;
}
.faq-question[aria-expanded="true"] + .faq-answer { max-height: 220px; opacity: 1; }
.faq-answer p {
  color: rgba(255,255,255,.68); font-size: 14.5px; line-height: 1.78;
  padding: 0 54px 22px 0; max-width: 760px;
}

/* ─── GZ TEASER ─── */
.gz-teaser { position: relative; height: 100vh; overflow: hidden; display: flex; align-items: center; }
.gz-teaser-video-wrap { position: absolute; inset: 0; overflow: hidden; }
.gz-teaser-media {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 45%;
  filter: saturate(.95) contrast(1.05);
}
.gz-teaser-video {
  position: absolute; top: 50%; left: 50%;
  width: 100vh; height: 100vw;
  margin-left: -50vh; margin-top: -50vw;
  object-fit: cover; transform: rotate(-90deg);
}
.gz-teaser-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to right, rgba(0,0,0,.9) 35%, rgba(0,0,0,.25) 100%);
}
.gz-teaser-content { position: relative; z-index: 2; color: var(--white); padding: 80px; max-width: 660px; }
.gz-teaser-content h2 {
  font-family: var(--font-display); font-size: clamp(60px,9vw,120px);
  text-transform: uppercase; letter-spacing: .02em; line-height: .92; margin-bottom: 34px;
}
.gz-teaser-content h2 small { display: block; font-size: .42em; opacity: .55; letter-spacing: .06em; line-height: 1; margin-bottom: 10px; }
.gz-teaser-content p { font-size: 16px; line-height: 1.65; color: rgba(255,255,255,.7); margin-bottom: 32px; max-width: 520px; }
.gz-details-row { display: flex; gap: 36px; row-gap: 16px; margin-bottom: 42px; flex-wrap: wrap; }
.gz-detail { display: flex; flex-direction: column; gap: 3px; }
.gz-detail .lbl { font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.4); }
.gz-detail .val { font-size: 15px; font-weight: 600; color: var(--white); }
.rotate-phone-hint {
  display: none !important;
  position: absolute; top: calc(var(--nav-height) + 16px); right: 16px; z-index: 3;
  align-items: center; gap: 9px;
  padding: 9px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px;
  background: rgba(0,0,0,.42); color: rgba(255,255,255,.78);
  backdrop-filter: blur(8px);
  font-size: 10px; font-weight: 800; letter-spacing: .1em; line-height: 1.2; text-transform: uppercase;
  pointer-events: none;
}
.rotate-phone-hint__icon {
  position: relative; flex: 0 0 14px; width: 14px; height: 22px;
  border: 1.5px solid currentColor; border-radius: 4px;
  transform: rotate(-18deg);
}
.rotate-phone-hint__icon::after {
  content: ''; position: absolute; left: 50%; bottom: 2px;
  width: 3px; height: 3px; border-radius: 50%; background: currentColor;
  transform: translateX(-50%);
}
@media (max-width: 640px) and (orientation: portrait) {
  .rotate-phone-hint { display: flex !important; }
}
@media (min-width: 641px), (orientation: landscape) {
  .rotate-phone-hint { display: none !important; }
}

/* ─── DONATION STRIP ─── */
.donation-strip { padding: 160px 0; background: var(--dark); color: var(--white); position: relative; overflow: hidden; }
.donation-strip-bg { position: absolute; font-family: var(--font-display); font-size: 38vw; color: rgba(255,255,255,.02); top: 50%; left: 50%; transform: translate(-50%,-50%); pointer-events: none; user-select: none; white-space: nowrap; }
.donation-strip-inner { text-align: center; position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }
.donation-strip-inner h2 {
  font-family: var(--font-display); font-size: clamp(64px,11vw,130px);
  text-transform: uppercase; letter-spacing: .02em; line-height: .96; margin-bottom: 32px;
}
.donation-strip-inner p { font-size: 18px; line-height: 1.75; color: rgba(255,255,255,.6); margin-bottom: 48px; }

.life-gallery { padding: 130px 0; background: var(--off-white); overflow: hidden; }
.life-gallery h2 {
  font-family: var(--font-display); font-size: clamp(44px,6vw,76px);
  text-transform: uppercase; letter-spacing: .02em; line-height: .96; margin-bottom: 56px;
}
.life-gallery-strip {
  max-width: var(--container-max); margin: 0 auto; padding: 0 var(--container-pad);
  display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 12px;
}
.life-gallery-strip img { width: 100%; height: 220px; border-radius: 3px; object-fit: cover; object-position: center 35%; }

/* ─── FOOTER ─── */
tribe-footer { display: block; }
footer { background: var(--dark-2); color: var(--white); padding: 72px 0 34px; }
.footer-grid { display: grid; grid-template-columns: minmax(300px,1.25fr) .8fr .8fr 1.2fr; gap: 56px; align-items: start; margin-bottom: 48px; }
.footer-logo { width: 230px; margin-bottom: 24px; }
.footer-brand p { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,.52); max-width: 330px; }
.footer-col h4 { font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.38); margin-bottom: 18px; }
.footer-col a { display: block; font-size: 14px; color: rgba(255,255,255,.68); margin-bottom: 9px; transition: color .3s; }
.footer-col a:hover { color: var(--white); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08); font-size: 13px; color: rgba(255,255,255,.35); }
.footer-social { display: flex; gap: 16px; }
.footer-social a { color: rgba(255,255,255,.4); font-size: 13px; transition: color .3s; }
.footer-social a:hover { color: var(--white); }

/* ─── SCROLL REVEAL ─── */
.sr {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .75s var(--ease-out), transform .75s var(--ease-out);
}
.sr-left {
  opacity: 0;
  transform: translateX(-32px);
  transition: opacity .75s var(--ease-out), transform .75s var(--ease-out);
}
.sr-right {
  opacity: 0;
  transform: translateX(32px);
  transition: opacity .75s var(--ease-out), transform .75s var(--ease-out);
}
.sr.visible, .sr-left.visible, .sr-right.visible {
  opacity: 1;
  transform: none;
}


/* ══════════════════════════
   MEMBERSHIP TERMS STEP
══════════════════════════ */
.wizard-terms-intro {
  font-size: 14px;
  color: rgba(255,255,255,.45);
  line-height: 1.7;
  margin-bottom: 24px;
}

.wizard-terms-scroll-hint {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.28);
  margin-bottom: 14px;
}

.wizard-terms-box {
  max-height: 360px;
  overflow-y: auto;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 12px;
  margin-bottom: 28px;
  font-size: 13.5px;
  line-height: 1.8;
  color: rgba(255,255,255,.62);
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,.12) transparent;
}
.wizard-terms-box::-webkit-scrollbar { width: 4px; }
.wizard-terms-box::-webkit-scrollbar-track { background: transparent; }
.wizard-terms-box::-webkit-scrollbar-thumb { background: rgba(255,255,255,.15); border-radius: 4px; }

.wizard-terms-preamble {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px 26px 20px;
  background: rgba(139,26,26,.12);
  border-bottom: 1px solid rgba(255,255,255,.07);
  border-radius: 12px 12px 0 0;
}
.wizard-terms-preamble p { margin: 0; font-size: 13px; line-height: 1.78; color: rgba(255,255,255,.52); }
.wizard-terms-preamble ol { margin: 0 0 0 18px; padding: 0; }
.wizard-terms-preamble li { margin-bottom: 10px; font-size: 13px; line-height: 1.75; color: rgba(255,255,255,.52); }
.wizard-terms-preamble li:last-child { margin-bottom: 0; }

.wizard-terms-section {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 16px 26px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.wizard-terms-section:last-child { border-bottom: none; }

.wizard-terms-letter {
  /* In a flex-column parent, flex items are always block-level regardless of
     their own display — so inline-flex here just sizes the pill to its content. */
  display: inline-flex;
  align-items: center;
  align-self: flex-start;   /* keeps pill width = content width, not full-width */
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(201,169,110,.85);
  background: rgba(201,169,110,.08);
  border: 1px solid rgba(201,169,110,.18);
  border-radius: 100px;
  padding: 3px 10px;
}
.wizard-terms-section p { margin: 0; color: rgba(255,255,255,.58); }
.wizard-terms-section strong { color: rgba(255,255,255,.82); font-weight: 600; }
.wizard-terms-section ol,
.wizard-terms-section ul { margin: 0 0 0 18px; padding: 0; }
.wizard-terms-section li { margin-bottom: 6px; color: rgba(255,255,255,.55); }

.wizard-terms-divider { display: none; }

/* Agreement checkboxes */
.wizard-terms-checks {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 28px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 12px;
  overflow: hidden;
}
.wizard-terms-check {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 14px;
  align-items: start;
  cursor: pointer;
  font-size: clamp(13px,1.2vw,15px);
  line-height: 1.65;
  color: rgba(255,255,255,.72);
  padding: 20px 22px;
  background: rgba(255,255,255,.02);
  border-bottom: 1px solid rgba(255,255,255,.07);
  transition: background .2s;
}
.wizard-terms-check:last-child { border-bottom: none; }
.wizard-terms-check:hover { background: rgba(255,255,255,.04); }
.wizard-terms-check input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1.5px solid rgba(255,255,255,.22);
  border-radius: 4px;
  background: rgba(255,255,255,.04);
  flex-shrink: 0;
  margin-top: 2px;
  cursor: pointer;
  position: relative;
  transition: border-color .2s, background .2s;
}
.wizard-terms-check input[type="checkbox"]:checked {
  background: var(--maroon);
  border-color: var(--maroon);
}
.wizard-terms-check input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: 3px; left: 6px;
  width: 5px; height: 9px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}
.wizard-terms-check-sub {
  font-size: .84em;
  color: rgba(255,255,255,.38);
  margin-top: 6px;
  line-height: 1.55;
}

.wizard-terms-note {
  font-size: 12px !important;
  color: rgba(255,255,255,.25) !important;
  margin: 12px 0 0 !important;
  line-height: 1.55 !important;
}
#terms-agree-btn[disabled] {
  opacity: .28;
  cursor: not-allowed;
  pointer-events: none;
}

/* ══════════════════════════
   MEMBERSHIP PAGE
══════════════════════════ */
.mem-hero { background: var(--maroon-dark); color: var(--white); }
.mem-hero-bg { color: rgba(255,255,255,.035); }
.mem-hero h1 { max-width: 900px; }
.mem-hero p { max-width: 620px; }

.mem-what { padding: 120px 0 78px; background: var(--white); }
.mem-what h2 { font-family: var(--font-display); font-size: clamp(44px,6vw,76px); text-transform: uppercase; letter-spacing: .02em; margin-bottom: 56px; line-height: .96; }
.mem-features-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.mem-feature-card { padding: 36px; border: 1px solid var(--light-gray); border-radius: 4px; transition: border-color .3s, box-shadow .3s; }
.mem-feature-card:hover { border-color: var(--maroon); box-shadow: 0 8px 36px rgba(139,26,26,.07); }
.mem-feature-icon { font-size: 32px; margin-bottom: 20px; }
.mem-feature-card h3 { font-family: var(--font-display); font-size: 26px; letter-spacing: .02em; text-transform: uppercase; margin-bottom: 10px; }
.mem-feature-card p { font-size: 14px; line-height: 1.75; color: var(--gray); }

.mem-pricing { padding: 78px 0 120px; background: var(--off-white); }
.mem-pricing-inner { max-width: none; margin: 0; }
.mem-pricing h2 { max-width: 760px; margin-bottom: 18px; }
.mem-pricing-sub { font-size: 16px; line-height: 1.75; color: var(--gray); max-width: 720px; margin-bottom: 34px; }
.mem-pricing .cycle-badge { margin-left: auto; margin-right: auto; margin-bottom: 36px; }
.pricing-cards { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; max-width: 980px; margin-left: auto; margin-right: auto; align-items: stretch; }
.pricing-note { max-width: 980px; margin: 36px auto 0; padding: 20px; background: var(--white); border-radius: 8px; border-left: 4px solid var(--maroon); }
.pricing-note p { font-size: 14px; color: var(--gray); margin: 0; }
.pricing-note strong { color: var(--dark); }
.p-card { background: var(--white); border: 2px solid var(--light-gray); border-radius: 8px; padding: 44px; text-align: center; position: relative; transition: transform .3s, box-shadow .3s; display: flex; flex-direction: column; height: 100%; }
.p-card:hover { transform: translateY(-4px); box-shadow: 0 20px 56px rgba(0,0,0,.07); }
.p-card.best { border-color: var(--maroon); }
.p-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--maroon); color: var(--white); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 40px; white-space: nowrap; }
.p-name { font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--maroon); margin-bottom: 18px; }
.p-amount { font-family: var(--font-display); font-size: 84px; color: var(--dark); line-height: 1; letter-spacing: .01em; }
.p-amount sup { font-family: var(--font-body); font-size: 22px; font-weight: 700; vertical-align: super; }
.p-period { font-size: 13px; color: var(--gray); margin-top: 6px; margin-bottom: 28px; }
.p-divider { height: 1px; background: var(--light-gray); margin: 24px 0; }
.p-features { list-style: none; text-align: left; display: flex; flex-direction: column; gap: 11px; margin-bottom: 36px; flex: 1; }
.p-features li { display: flex; align-items: center; gap: 9px; font-size: 14px; color: var(--gray); }
.p-features li::before { content: '✓'; color: var(--maroon); font-weight: 700; flex-shrink: 0; }
.p-card .btn { margin-top: auto; }

.mem-gallery { overflow: hidden; background: var(--dark); padding: 0; }
.gallery-row { display: flex; height: 280px; }
.gallery-row-inner { display: flex; gap: 12px; animation: gallScroll 28s linear infinite; flex-shrink: 0; padding-right: 12px; }
.gallery-row-inner img { height: 100%; width: auto; border-radius: 2px; object-fit: cover; flex-shrink: 0; }
@keyframes gallScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.mem-apply { padding: 120px 0; background: var(--maroon); color: var(--white); text-align: center; }
.mem-apply h2 { font-family: var(--font-display); font-size: clamp(56px,9vw,110px); text-transform: uppercase; letter-spacing: .02em; margin-bottom: 20px; line-height: .96; }
.mem-apply p { font-size: 18px; color: rgba(255,255,255,.65); margin-bottom: 40px; max-width: 440px; margin-left: auto; margin-right: auto; }
.mem-apply-card {
  max-width: 760px; margin: 0 auto;
  background: var(--off-white);
  border: 1px solid rgba(13,13,13,.08);
  border-radius: 14px; padding: clamp(28px,4vw,46px);
  box-shadow: 0 30px 90px rgba(0,0,0,.24);
  text-align: left;
}
.mem-apply-form { display: grid; gap: 22px; }
.mem-apply-form .form-group { margin-bottom: 0; }
.mem-apply-form .form-row { gap: 18px; }
.mem-apply-form label:not(.check-label) {
  color: var(--maroon-dark);
  font-size: 11px; letter-spacing: .14em;
  margin-bottom: 9px;
}
.mem-apply-form .form-group input,
.mem-apply-form .form-group select,
.mem-apply-form .form-group textarea {
  min-height: 54px;
  background: var(--white);
  border: 1.5px solid var(--light-gray);
  border-radius: 6px;
  padding: 15px 18px;
  color: var(--dark);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.55);
}
.mem-apply-form .form-group textarea {
  min-height: 124px;
  line-height: 1.65;
}
.mem-apply-form .form-group input:focus,
.mem-apply-form .form-group select:focus,
.mem-apply-form .form-group textarea:focus {
  border-color: var(--white);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(139,26,26,.14);
}
.mem-apply-form .check-label {
  align-items: flex-start;
  gap: 12px;
  color: var(--dark);
  font-size: 13px;
  line-height: 1.55;
  letter-spacing: .06em;
  text-transform: uppercase;
  background: var(--white);
  border: 1px solid var(--light-gray);
  border-radius: 8px;
  padding: 14px 16px;
}
.mem-apply-form .check-label input {
  flex: 0 0 18px;
  width: 18px; height: 18px; min-height: 18px;
  margin-top: 2px;
  accent-color: var(--maroon);
}
.mem-apply-form .btn {
  margin-top: 2px;
  min-height: 56px;
}
.mem-apply-form .btn-white {
  background: var(--maroon);
  color: var(--white);
}
.mem-apply-form .btn-white:hover {
  background: var(--maroon-light);
}

/* ══════════════════════════
   GROUND ZERO PAGE
══════════════════════════ */
.gz-page-hero { position: relative; height: 100vh; min-height: 720px; overflow: hidden; display: flex; align-items: center; }
.gz-hero-vid-wrap { position: absolute; inset: 0; overflow: hidden; }
.gz-hero-media {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 45%;
  filter: saturate(.95) contrast(1.05);
}
.gz-hero-vid {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 45%;
  filter: saturate(.95) contrast(1.05);
}
.gz-hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(90deg, rgba(0,0,0,.68) 0%, rgba(0,0,0,.42) 42%, rgba(0,0,0,.16) 100%),
    linear-gradient(to top, rgba(0,0,0,.82) 0%, rgba(0,0,0,.3) 55%, rgba(0,0,0,.18) 100%);
}
.gz-hero-content { position: relative; z-index: 2; color: var(--white); padding: calc(var(--nav-height) + 28px) 80px 64px; max-width: 920px; }
.gz-hero-content h1 { font-family: var(--font-display); font-size: clamp(72px,11.4vw,150px); text-transform: uppercase; letter-spacing: .02em; line-height: .94; margin-bottom: 26px; }
.gz-hero-content h1 span { display: block; font-size: .42em; color: rgba(255,255,255,.55); letter-spacing: .08em; }
.gz-hero-meta { display: flex; gap: 36px; row-gap: 18px; flex-wrap: wrap; }
.gz-hero-meta-item .lbl { font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.4); }
.gz-hero-meta-item .val { font-size: 15px; font-weight: 600; color: var(--white); }

.gz-about { padding: 120px 0; background: var(--dark); color: var(--white); }
.gz-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.gz-about-text { max-width: 620px; }
.gz-about-text h2 {
  font-family: var(--font-display); font-size: clamp(54px,5.2vw,82px);
  text-transform: uppercase; letter-spacing: .01em;
  margin-bottom: 36px; line-height: 1.02; max-width: 620px;
}
.gz-about-text p { font-size: 16px; line-height: 1.75; color: rgba(255,255,255,.62); margin-bottom: 20px; max-width: 600px; }
.gz-info-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.gz-info-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09); border-radius: 8px; padding: 24px; }
.gz-info-card .lbl { font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.38); margin-bottom: 6px; }
.gz-info-card .val { font-size: 17px; font-weight: 600; color: var(--white); }

.gz-activities { padding: 110px 0 120px; background: var(--off-white); }
.gz-activities h2 {
  font-family: var(--font-display); font-size: clamp(48px,6vw,82px);
  text-transform: uppercase; letter-spacing: .01em; margin-bottom: 48px;
  line-height: .92; max-width: 820px;
}
.gz-act-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; align-items: stretch; }
.gz-act-card {
  background: var(--white); border: 1px solid rgba(13,13,13,.07);
  border-radius: 8px; overflow: hidden; display: flex; flex-direction: column;
  box-shadow: 0 18px 45px rgba(13,13,13,.04);
}
.gz-act-header {
  background: linear-gradient(135deg, var(--maroon-dark), var(--maroon));
  min-height: 170px; padding: 30px 32px;
  display: flex; flex-direction: column; justify-content: space-between;
}
.gz-act-header .num { font-family: var(--font-display); font-size: 54px; color: rgba(255,255,255,.22); line-height: .85; }
.gz-act-header h3 {
  font-family: var(--font-display); font-size: clamp(28px,2.2vw,34px);
  letter-spacing: .01em; text-transform: uppercase; color: var(--white);
  line-height: 1; max-width: 320px;
}
.gz-act-body { padding: 30px 32px 34px; flex: 1; }
.gz-act-body p { font-size: 15px; line-height: 1.7; color: var(--gray); }

.gz-different {
  position: relative; overflow: hidden; padding: 132px 0 140px;
  background:
    linear-gradient(180deg, rgba(92,15,15,.18) 0%, rgba(13,13,13,0) 26%),
    radial-gradient(circle at 82% 20%, rgba(139,26,26,.28), transparent 34%),
    linear-gradient(135deg, #0a0a0a 0%, #111 52%, #080808 100%);
  color: var(--white);
  border-top: 1px solid rgba(181,36,36,.35);
  border-bottom: 1px solid rgba(181,36,36,.22);
}
.gz-different::before {
  content: 'GZ'; position: absolute; right: -2vw; bottom: -8vw;
  font-family: var(--font-display); font-size: clamp(180px,28vw,430px);
  line-height: .75; color: rgba(255,255,255,.025); pointer-events: none;
}
.gz-different-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: minmax(0,.95fr) minmax(460px,1.05fr);
  gap: clamp(48px,6vw,86px); align-items: center;
}
.gz-different .section-tag.light {
  color: rgba(255,255,255,.62);
}
.gz-different .section-tag.light::before {
  background: var(--maroon-light);
}
.gz-different-copy h2 {
  font-family: var(--font-display); font-size: clamp(60px,6.4vw,108px);
  text-transform: uppercase; letter-spacing: .01em; line-height: .94;
  margin-bottom: 28px; max-width: 680px;
}
.gz-different-intro {
  font-size: 17px; line-height: 1.7; color: rgba(255,255,255,.66);
  max-width: 620px; margin-bottom: 30px;
}
.gz-proof-list {
  display: grid; gap: 12px;
  max-width: 660px;
}
.gz-proof-item {
  display: grid; grid-template-columns: 58px 1fr; gap: 18px;
  padding: 20px 22px;
  background: linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
  border: 1px solid rgba(255,255,255,.1);
  border-left-color: rgba(181,36,36,.7);
  border-radius: 10px;
  box-shadow: 0 14px 36px rgba(0,0,0,.18);
}
.proof-index {
  width: 48px; height: 48px;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 30px; line-height: .9;
  color: var(--white);
  background: var(--maroon);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 6px;
}
.gz-proof-item h3 {
  font-family: var(--font-display); font-size: 25px; line-height: 1.02;
  letter-spacing: .01em; text-transform: uppercase; color: var(--white);
  margin-bottom: 8px;
}
.gz-proof-item p {
  font-size: 14px; line-height: 1.65; color: rgba(255,255,255,.58);
  max-width: 520px;
}
.gz-different-media {
  position: relative; border-radius: 10px; overflow: visible;
  box-shadow: 0 30px 90px rgba(0,0,0,.42);
}
.gz-different-media::before {
  content: ''; position: absolute; inset: 18px -18px -18px 18px;
  border: 2px solid rgba(181,36,36,.7); border-radius: 10px; z-index: -1;
}
.gz-different-media::after {
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,.56) 100%);
  border: 1px solid rgba(255,255,255,.12);
}
.gz-different-media img {
  position: relative; z-index: 0;
  width: 100%; min-height: 520px; max-height: 620px;
  object-fit: cover; object-position: center;
  filter: saturate(.92) contrast(1.05);
  border-radius: 10px;
}
.gz-media-caption {
  position: absolute; left: 24px; bottom: 22px; z-index: 2;
  font-size: 11px; font-weight: 800; letter-spacing: .16em;
  text-transform: uppercase; color: rgba(255,255,255,.78);
  background: rgba(13,13,13,.72); border: 1px solid rgba(255,255,255,.12);
  padding: 10px 12px; border-radius: 4px;
}

.gz-gallery { padding: 80px 0; background: var(--white); }
.gz-gallery h2 { font-family: var(--font-display); font-size: clamp(44px,6vw,76px); text-transform: uppercase; letter-spacing: .02em; margin-bottom: 48px; line-height: .96; }
.gz-masonry { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gz-masonry-item { overflow: hidden; border-radius: 3px; }
.gz-masonry-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .55s var(--ease-out); }
.gz-masonry-item:hover img { transform: scale(1.05); }

.gz-cta { padding: 140px 0; background: var(--maroon-dark); color: var(--white); text-align: center; }
.gz-cta h2 { font-family: var(--font-display); font-size: clamp(60px,11vw,130px); text-transform: uppercase; letter-spacing: .02em; line-height: .94; margin-bottom: 22px; }
.gz-cta p { font-size: 18px; color: rgba(255,255,255,.6); max-width: 440px; margin: 0 auto 48px; }

/* ══════════════════════════
   ABOUT PAGE
══════════════════════════ */
.abt-hero {
  position: relative; overflow: hidden; color: var(--white);
  min-height: 760px; display: flex; align-items: end;
  padding: calc(var(--nav-height) + 110px) 0 110px; background: var(--dark);
}
.abt-hero-bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 38%; z-index: 0;
}
.abt-hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(90deg, rgba(0,0,0,.76) 0%, rgba(0,0,0,.56) 45%, rgba(0,0,0,.2) 100%),
    linear-gradient(to bottom, rgba(0,0,0,.38) 0%, rgba(0,0,0,.28) 48%, rgba(0,0,0,.8) 100%);
}
.abt-hero .container { position: relative; z-index: 2; width: 100%; }
.abt-hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: end; }
.abt-hero h1 { max-width: 760px; }
.abt-hero h1 em { font-style: normal; color: rgba(255,255,255,.58); }
.abt-hero .section-tag { color: rgba(255,255,255,.68); }
.abt-hero-text {
  max-width: 560px; padding: 30px;
  background: rgba(0,0,0,.28); border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px; backdrop-filter: blur(4px);
}
.abt-hero-text p { font-size: 18px; line-height: 1.8; color: rgba(255,255,255,.74); margin-bottom: 16px; }

.abt-problem { padding: 120px 0; background: var(--white); }
.abt-problem-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 80px; align-items: center; }
.abt-problem-media { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.abt-problem-media img { width: 100%; aspect-ratio: .8; object-fit: cover; border-radius: 3px; }
.abt-problem-media img:nth-child(even) { margin-top: 40px; }

.abt-serve { padding: 120px 0; background: var(--maroon-dark); color: var(--white); }
.abt-serve-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 80px; align-items: center; }
.abt-serve-media { order: 2; }
.abt-serve-copy { order: 1; }
.abt-serve-media img { width: 100%; border-radius: 4px; object-fit: cover; max-height: 520px; }

.abt-mission { padding: 120px 0; background: var(--maroon); color: var(--white); text-align: center; }
.abt-mission blockquote { font-family: var(--font-display); font-size: clamp(32px,5vw,60px); text-transform: uppercase; letter-spacing: .03em; line-height: 1.1; max-width: 900px; margin: 0 auto 28px; }
.abt-mission cite { font-style: normal; font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.45); }

.abt-values { padding: 120px 0; background: var(--white); }
.abt-values h2 { font-family: var(--font-display); font-size: clamp(44px,6vw,76px); text-transform: uppercase; letter-spacing: .02em; margin-bottom: 56px; line-height: .96; }
.values-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 36px; }
.value-item { border-top: 3px solid var(--maroon); padding-top: 24px; }
.value-item h3 { font-family: var(--font-display); font-size: 30px; letter-spacing: .02em; text-transform: uppercase; color: var(--maroon); margin-bottom: 12px; }
.value-item p { font-size: 14px; line-height: 1.75; color: var(--gray); }

.abt-location { padding: 120px 0; background: var(--off-white); }
.abt-location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.abt-location-text h2 { font-family: var(--font-display); font-size: clamp(44px,6vw,76px); text-transform: uppercase; letter-spacing: .02em; margin-bottom: 24px; line-height: .96; }
.abt-location-text p { font-size: 16px; line-height: 1.85; color: var(--gray); margin-bottom: 16px; }
.abt-location-img { border-radius: 4px; overflow: hidden; height: 480px; }
.abt-location-img img { width: 100%; height: 100%; object-fit: cover; }

/* ══════════════════════════
   DONATIONS PAGE
══════════════════════════ */
.don-hero { background: var(--dark); color: var(--white); }
.don-hero-bg { position: absolute; inset: 0; }
.don-hero-bg img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); opacity: .1; }
.don-hero h1 { max-width: 980px; }

/* Poster blocks */
.don-poster-blocks { }
.don-poster-block { display: flex; min-height: 520px; }
.don-poster-block:nth-child(even) { flex-direction: row-reverse; }
.don-poster-img { flex: 1; overflow: hidden; position: relative; }
.don-poster-img img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(20%); transition: transform .8s var(--ease-out); }
.don-poster-block:hover .don-poster-img img { transform: scale(1.04); }
.don-poster-text { flex: 1; padding: 72px 64px; display: flex; flex-direction: column; justify-content: center; }
.don-poster-block:nth-child(odd) .don-poster-text { background: var(--dark-2); color: var(--white); }
.don-poster-block:nth-child(even) .don-poster-text { background: var(--maroon-dark); color: var(--white); }
.don-poster-text .big-q { font-family: var(--font-display); font-size: clamp(36px,5vw,64px); text-transform: uppercase; line-height: 1; letter-spacing: .02em; margin-bottom: 20px; }
.don-poster-text .big-q mark { background: rgba(255,255,255,.12); color: inherit; padding: 0 6px; border-radius: 2px; }
.don-poster-text p { font-size: 16px; line-height: 1.85; color: rgba(255,255,255,.6); margin-bottom: 16px; }

/* Donation form */
.don-form-section { padding: 120px 0; background: var(--off-white); }
.don-form-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: start; }
.don-info h2 { font-family: var(--font-display); font-size: clamp(40px,5vw,64px); text-transform: uppercase; letter-spacing: .02em; margin-bottom: 20px; line-height: .96; }
.don-info p { font-size: 16px; line-height: 1.8; color: var(--gray); margin-bottom: 16px; }
.account-box { background: var(--white); border: 1px solid var(--light-gray); border-radius: 8px; padding: 28px; margin-top: 28px; }
.account-box h4 { font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--maroon); margin-bottom: 16px; }
.acct-row { display: flex; justify-content: space-between; align-items: center; padding: 11px 0; border-bottom: 1px solid var(--light-gray); font-size: 14px; }
.acct-row:last-child { border-bottom: none; }
.acct-row .lbl { color: var(--gray); }
.acct-row .val { font-weight: 700; color: var(--dark); }
.don-form-card { background: var(--white); border-radius: 8px; padding: 44px; box-shadow: 0 4px 36px rgba(0,0,0,.05); }
.form-tabs { display: flex; border: 1px solid var(--light-gray); border-radius: 4px; overflow: hidden; margin-bottom: 36px; }
.form-tab-btn { flex: 1; padding: 13px; text-align: center; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; background: var(--white); color: var(--gray); border: none; font-family: var(--font-body); transition: .3s; }
.form-tab-btn.active { background: var(--maroon); color: var(--white); }
.form-panel { display: none; }
.form-panel.active { display: block; }
.form-group { margin-bottom: 22px; }
.form-group label { display: block; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--dark); margin-bottom: 7px; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 13px 15px; font-size: 15px; font-family: var(--font-body);
  background: var(--off-white); border: 1.5px solid transparent; border-radius: 4px;
  outline: none; transition: border-color .3s; color: var(--dark);
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--maroon); background: var(--white); }
.form-group textarea { height: 90px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.check-label { display: flex; align-items: center; gap: 9px; font-size: 14px; color: var(--gray); cursor: pointer; }
.check-label input { width: 17px; height: 17px; accent-color: var(--maroon); cursor: pointer; }
.file-drop { border: 2px dashed var(--light-gray); border-radius: 8px; padding: 36px; text-align: center; cursor: pointer; transition: border-color .3s; margin-top: 16px; }
.file-drop:hover { border-color: var(--maroon); }
.file-drop p { font-size: 14px; color: var(--gray); }
.file-drop span { color: var(--maroon); font-weight: 600; }

/* ══════════════════════════
   PROGRAMS PAGE
══════════════════════════ */
.prog-hero { background: var(--maroon); color: var(--white); }
.prog-hero-bg { color: rgba(255,255,255,.035); }
.prog-hero h1 { max-width: 880px; }
.prog-hero p { max-width: 560px; }

.prog-weekly { padding: 120px 0; background: var(--white); }
.prog-weekly h2 { font-family: var(--font-display); font-size: clamp(44px,6vw,76px); text-transform: uppercase; letter-spacing: .02em; margin-bottom: 16px; line-height: .96; }
.prog-weekly-sub { font-size: 16px; color: var(--gray); margin-bottom: 56px; }
.weekly-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.weekly-card { background: var(--off-white); border-radius: 8px; padding: 36px; display: flex; gap: 22px; transition: transform .3s, box-shadow .3s; }
.weekly-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,.05); }
.weekly-icon { width: 52px; height: 52px; background: var(--maroon); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.weekly-body h3 { font-family: var(--font-display); font-size: 24px; letter-spacing: .02em; text-transform: uppercase; margin-bottom: 6px; }
.weekly-body .sched { font-size: 12px; font-weight: 700; color: var(--maroon); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 10px; }
.weekly-body p { font-size: 14px; line-height: 1.7; color: var(--gray); margin-bottom: 16px; }

.prog-life {
  padding: 110px 0;
  background: var(--off-white);
  overflow: hidden;
}
.prog-life-header {
  max-width: 760px;
  margin-bottom: 46px;
}
.prog-life-header p {
  max-width: 560px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--gray);
}
.prog-life-grid {
  display: grid;
  grid-template-columns: 1.15fr repeat(4,1fr);
  gap: 14px;
  align-items: stretch;
}
.prog-life-grid img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  border: 1px solid rgba(13,13,13,.06);
}
.prog-flagship { padding: 120px 0; background: var(--dark); color: var(--white); }
.prog-flagship h2 { font-family: var(--font-display); font-size: clamp(44px,6vw,76px); text-transform: uppercase; letter-spacing: .02em; margin-bottom: 56px; line-height: .96; }
.flagship-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; align-items: stretch; }
.flagship-card { border: 1px solid rgba(255,255,255,.09); border-radius: 8px; overflow: hidden; transition: border-color .3s; display: flex; flex-direction: column; }
.flagship-card:hover { border-color: rgba(255,255,255,.28); }
.flagship-card-head { padding: 32px; background: rgba(255,255,255,.04); }
.flagship-card-head .fc-tag { font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.35); margin-bottom: 8px; display: block; }
.flagship-card-head h3 { font-family: var(--font-display); font-size: 36px; letter-spacing: .02em; text-transform: uppercase; }
.flagship-card-body { padding: 32px; flex: 1; display: flex; flex-direction: column; }
.flagship-card-body p { font-size: 14px; line-height: 1.75; color: rgba(255,255,255,.5); margin-bottom: 24px; }
.flagship-card-body .btn-row { margin-top: auto; width: 100%; flex-direction: column; align-items: stretch; }
.flagship-card-body .btn { width: 100%; }

.prog-members { padding: 120px 0; background: var(--off-white); }
.prog-members h2 { font-family: var(--font-display); font-size: clamp(44px,6vw,76px); text-transform: uppercase; letter-spacing: .02em; margin-bottom: 56px; line-height: .96; }
.members-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.members-card { background: var(--white); border-radius: 8px; padding: 32px; border: 1px solid var(--light-gray); transition: border-color .3s; }
.members-card:hover { border-color: var(--maroon); }
.members-card .mc-icon { font-size: 28px; margin-bottom: 16px; }
.members-card h3 { font-family: var(--font-display); font-size: 24px; letter-spacing: .02em; text-transform: uppercase; margin-bottom: 10px; }
.members-card p { font-size: 14px; line-height: 1.7; color: var(--gray); }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  :root { --container-pad: 24px; }
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: flex; }
  .hero-title { font-size: 110px; }
  .numbers-section h2, .home-faq h2 { font-size: 64px; }
  .number-card .stat-num { font-size: 64px; }
  .about-grid, .numbers-shell, .membership-teaser-grid, .faq-layout, .gz-about-grid, .abt-hero-grid, .abt-problem-grid, .abt-serve-grid, .abt-location-grid, .don-form-grid { grid-template-columns: 1fr; gap: 48px; }
  .gz-different-grid { grid-template-columns: 1fr; gap: 54px; }
  .gz-different-media { max-width: 760px; }
  .numbers-grid { grid-template-columns: repeat(2,1fr); }
  .experience-grid { grid-template-columns: repeat(2,1fr); }
  .pp-inner { grid-template-columns: 1fr; gap: 48px 0; }
  .pp-divider { display: none; }
  .life-gallery-strip { grid-template-columns: repeat(3,1fr); }
  .programs-grid { grid-template-columns: 1fr 1fr; }
  .program-card.featured { grid-column: span 2; }
  .mem-features-grid { grid-template-columns: 1fr 1fr; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .gz-act-grid { grid-template-columns: 1fr 1fr; }
  .gz-masonry { grid-template-columns: repeat(2, 1fr); }
  .flagship-grid { grid-template-columns: 1fr 1fr; }
  .members-grid { grid-template-columns: 1fr 1fr; }
  .testimonial-grid { grid-template-columns: repeat(3,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .gz-teaser-content { padding: 40px; }
  .don-poster-block, .don-poster-block:nth-child(even) { flex-direction: column; }
  .don-poster-img { min-height: 320px; }
  .don-poster-text { padding: 48px 36px; }
}
@media (max-width: 768px) {
  .page-hero {
    min-height: 560px;
    padding: calc(var(--nav-height) + 70px) 0 82px;
  }
  .page-hero-bg-word { font-size: clamp(150px,42vw,300px); }
  .page-title {
    font-size: clamp(56px,13vw,86px);
    line-height: .96;
    margin-bottom: 24px;
  }
  .page-lede { font-size: 16px; line-height: 1.68; max-width: 560px; }
  .section-title { font-size: clamp(42px,9vw,64px); line-height: .98; margin-bottom: 28px; }
  .section-title-lg { font-size: clamp(52px,12vw,84px); }
  .about-section, .numbers-section, .programs-preview, .membership-teaser, .testimonials-section, .home-faq, .donation-strip, .life-gallery { padding-top: 110px; padding-bottom: 110px; }
  .home-faq { padding-top: 92px; padding-bottom: 92px; }
  .faq-layout { gap: 30px; }
  .faq-heading { max-width: 420px; padding-top: 0; }
  .faq-intro { max-width: 360px; }
  .faq-item { border-radius: 14px; padding: 0 18px; }
  .faq-question { padding: 17px 0; gap: 14px; }
  .faq-question::after { flex-basis: 28px; width: 28px; height: 28px; font-size: 16px; }
  .faq-answer p { padding-right: 0; padding-bottom: 20px; }
  .about-heading-desktop { display: none; }
  .about-text .about-heading-mobile {
    display: block;
    font-size: clamp(52px,12vw,64px);
    line-height: .96;
    letter-spacing: .01em;
    max-width: 520px;
    margin-bottom: 30px;
  }
  .about-text p { line-height: 1.7; margin-bottom: 16px; }
  .about-text .btn { margin-top: 22px !important; }
  .section-header { margin-bottom: 52px; }
  .experience-grid { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .life-gallery-strip {
    display: flex; overflow-x: auto; gap: 12px; padding: 0 var(--container-pad) 8px;
    scroll-snap-type: x proximity;
  }
  .life-gallery-strip img { width: min(76vw,360px); height: 260px; flex: 0 0 auto; scroll-snap-align: start; }
  .programs-grid { grid-template-columns: 1fr; }
  .program-card.featured { grid-column: span 1; }
  .mem-features-grid { grid-template-columns: 1fr; }
  .pricing-cards { grid-template-columns: 1fr; }
  .gz-act-grid { grid-template-columns: 1fr; }
  .gz-masonry { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .weekly-grid { grid-template-columns: 1fr; }
  .prog-life-grid { grid-template-columns: repeat(3,1fr); }
  .flagship-grid { grid-template-columns: 1fr; }
  .members-grid { grid-template-columns: 1fr; }
  .gz-info-cards { grid-template-columns: 1fr 1fr; }
  .gz-different { padding: 96px 0; }
  .gz-different-copy h2 { font-size: clamp(54px,12vw,78px); }
  .gz-different-media img { min-height: 360px; }
  .gz-page-hero { min-height: 640px; align-items: center; }
  .gz-hero-content { padding: calc(var(--nav-height) + 24px) 24px 48px; max-width: 100%; }
  .gz-hero-content h1 { font-size: clamp(72px,18vw,120px); margin-bottom: 22px; }
  .gz-teaser-content { padding: 24px; max-width: 100%; }
  .about-image-grid { height: 360px; }
  footer { padding: 52px 0 30px; }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "brand brand"
      "links socials"
      "contact contact";
    column-gap: 28px; row-gap: 28px; margin-bottom: 28px;
  }
  .footer-brand { grid-area: brand; }
  .footer-col:nth-of-type(2) { grid-area: links; }
  .footer-col:nth-of-type(3) { grid-area: socials; }
  #contact-info { grid-area: contact; }
  .footer-logo { width: 210px; margin-bottom: 14px; }
  .footer-brand p { font-size: 13px; line-height: 1.55; max-width: 340px; }
  .footer-col h4 { font-size: 10px; letter-spacing: .16em; margin-bottom: 12px; }
  .footer-col a { font-size: 13px; margin-bottom: 7px; line-height: 1.45; }
  #contact-info { display: grid; grid-template-columns: 1fr 1fr; column-gap: 18px; row-gap: 6px; }
  #contact-info h4 { grid-column: 1 / -1; }
  .footer-bottom {
    flex-direction: column; align-items: flex-start; gap: 8px; text-align: left;
    padding-top: 20px; font-size: 12px;
  }
  .footer-social { gap: 12px; flex-wrap: wrap; }
  .footer-social a { font-size: 12px; }
  #navbar { padding: 0 24px; }
  .nav-logo { width: 44px; height: 44px; }
  .hero,
  .gz-page-hero {
    height: 100svh;
    min-height: 100svh;
  }
  .hero-video-rotated {
    width: 118svh;
    height: 118vw;
    margin-left: -59svh;
    margin-top: -59vw;
  }
  .hero-video:not(.hero-video-rotated) { inset: 0; width: 100%; height: 100%; object-position: center 46%; }
  .hero-title { font-size: 56px; }
  .numbers-section h2, .home-faq h2 { font-size: 54px; }
  .number-card { min-height: 210px; }
  .hero-cta { flex-direction: column; align-items: flex-start; }
  .abt-hero { min-height: 680px; padding: 140px 0 80px; }
  .abt-hero-grid { align-items: start; }
  .abt-hero-text { padding: 24px; }
  .abt-problem, .abt-serve { padding: 82px 0; }
  .abt-problem-media { display: flex; gap: 12px; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x proximity; }
  .abt-problem-media img {
    width: min(76vw,320px);
    height: 240px;
    flex: 0 0 auto;
    aspect-ratio: auto;
    scroll-snap-align: start;
  }
  .abt-problem-media img:nth-child(even) { margin-top: 0; }
  .abt-serve-media, .abt-serve-copy { order: initial; }
  .abt-serve-media img { max-height: none; height: 320px; }
  .mem-card-prices { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  :root { --container-pad: 16px; }
  .page-hero {
    min-height: 520px;
    padding: calc(var(--nav-height) + 54px) 0 68px;
  }
  .page-title {
    font-size: clamp(48px,14vw,58px);
    line-height: 1;
    letter-spacing: 0;
    max-width: 360px;
  }
  .page-lede { font-size: 15px; line-height: 1.65; }
  .section-title { font-size: clamp(38px,11vw,54px); line-height: 1; }
  .gz-masonry { grid-template-columns: 1fr; }
  .hero-video-rotated {
    width: 132svh;
    height: 132vw;
    margin-left: -66svh;
    margin-top: -66vw;
  }
  .hero-content { width: 100%; max-width: 100%; padding: 0 18px; }
  .hero-eyebrow {
    max-width: 300px; margin-left: 0; margin-right: 0; margin-bottom: 28px;
    font-size: 10px; letter-spacing: .1em; line-height: 1.8;
  }
  .hero-title { font-size: clamp(36px,10.5vw,44px); line-height: 1; letter-spacing: 0; }
  .hero-subtitle { margin-bottom: 34px; }
  .hero-cta { width: 100%; }
  .hero-cta .btn { width: min(100%,280px); justify-content: center; padding-left: 22px; padding-right: 22px; }
  .btn-mobile-full,
  .btn-row:not(.btn-row-compact) .btn-lg { width: min(100%,300px); }
  .numbers-section h2, .home-faq h2 { font-size: 44px; }
  .number-card .stat-num { font-size: 56px; }
  .numbers-grid { grid-template-columns: 1fr; }
  .life-gallery-strip img { width: 82vw; height: 240px; }
  .home-faq { padding-top: 78px; padding-bottom: 78px; }
  .faq-layout { gap: 24px; }
  .faq-intro { font-size: 15px; line-height: 1.65; }
  .about-text .about-heading-mobile {
    font-size: clamp(50px,14vw,58px);
    line-height: .95;
    max-width: 350px;
    margin-bottom: 28px;
  }
  .about-text p { font-size: 15px; line-height: 1.68; margin-bottom: 14px; }
  .faq-item { padding: 0 20px; }
  .faq-question { font-size: 14px; }
  .about-stats { flex-direction: column; gap: 20px; }
  .abt-stats-band { padding: 64px 0; }
  .abt-stats-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 34px 18px; }
  .about-stat-num { font-size: 54px; }
  .about-stat-label { font-size: 10px; line-height: 1.45; }
  .gz-details-row { gap: 16px; }
  .gz-about-text h2 { font-size: clamp(48px,12vw,62px); line-height: 1; }
  .gz-different { padding: 78px 0; }
  .gz-proof-item { grid-template-columns: 48px 1fr; gap: 14px; padding: 20px 0; }
  .proof-index { font-size: 34px; }
  .gz-proof-item h3 { font-size: 24px; }
  .gz-different-media img { min-height: 280px; }
  .gz-media-caption { left: 14px; bottom: 14px; font-size: 9px; }
  .values-grid { grid-template-columns: 1fr; }
  .prog-life { padding: 82px 0; }
  .prog-life-grid {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 8px;
    scroll-snap-type: x proximity;
  }
  .prog-life-grid img {
    width: min(78vw,340px);
    height: 250px;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
  .mem-card-prices { grid-template-columns: 1fr; }
  .mem-card { padding: 28px; }
  .mem-price-option { min-height: 128px; }
  .membership-cta-full { display: none; }
  .membership-cta-small { display: inline; }
  .gz-info-cards { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  footer { padding: 42px 0 26px; }
  .footer-grid { column-gap: 24px; row-gap: 22px; margin-bottom: 24px; }
  .footer-logo { width: 188px; margin-bottom: 12px; }
  .footer-brand p { max-width: 280px; }
  #contact-info { grid-template-columns: 1fr; row-gap: 4px; }
  .footer-bottom { padding-top: 18px; }
}

/* Dedicated membership application page */
.mem-apply-redirect { padding: 110px 0; }
.mem-apply-panel {
  max-width: 680px;
  margin: 0 auto;
  padding: clamp(30px,5vw,54px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  background:
    radial-gradient(circle at 20% 0%, rgba(255,255,255,.12), transparent 34%),
    rgba(13,13,13,.18);
}
.mem-apply-panel h3 {
  font-family: var(--font-display);
  font-size: clamp(38px,5vw,64px);
  line-height: .98;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin: 16px 0 12px;
}
.mem-apply-panel p {
  margin: 0 auto 28px;
  max-width: 460px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255,255,255,.68);
}
.member-register-page { background: var(--dark); color: var(--white); }
.member-register-page.is-application-started #navbar .nav-cta { display: none; }

/* ── Split hero layout ── */
.member-register-hero {
  display: flex;          /* flex instead of grid so sticky sidebar works reliably */
  align-items: flex-start; /* crucial: prevents flex items from stretching full height,
                              which is what allows position:sticky to actually stick */
  min-height: 100svh;
  background: var(--dark);
}
.member-register-hero.is-dismissed { display: none; }

/* Left: sticky visual */
.member-register-visual {
  position: sticky;
  top: 0;
  width: 50%;
  flex-shrink: 0;         /* don't let the image panel shrink */
  height: 100svh;
  overflow: hidden;
  background: var(--maroon-dark);
}
.member-register-visual-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.member-register-visual-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(0,0,0,.75) 0%, rgba(0,0,0,.2) 45%, rgba(92,15,15,.25) 100%);
  pointer-events: none;
}
.member-register-visual-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: clamp(36px,4vw,60px);
}
.member-register-quote-mark {
  font-family: var(--font-display);
  font-size: clamp(64px,7vw,110px);
  line-height: .75;
  color: rgba(255,255,255,.18);
  display: block;
  margin-bottom: 8px;
  pointer-events: none;
}
.member-register-visual-text h1 {
  font-family: var(--font-display);
  font-size: clamp(48px,5vw,80px);
  line-height: .92;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--white);
  margin: 0;
}

/* Right: scrollable content */
.member-register-copy {
  position: relative;
  padding: clamp(56px,6vw,96px) clamp(32px,5vw,72px) 80px;
  background: var(--maroon-dark);
  display: flex;
  flex-direction: column;
  padding-top: calc(var(--nav-height) + clamp(40px,5vw,72px));
}
.member-register-copy .section-tag { margin-bottom: 20px; }
.member-register-heading {
  font-family: var(--font-display);
  font-size: clamp(40px,4.5vw,68px);
  line-height: .92;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 22px;
}
.member-register-lede {
  font-size: clamp(15px,1.4vw,18px);
  line-height: 1.65;
  color: rgba(255,255,255,.78);
  margin-bottom: 36px;
}
.member-register-lede strong { color: var(--white); font-weight: 800; }

/* Benefit list */
.member-benefit-list {
  display: grid;
  gap: 0;
  margin-bottom: 44px;
}
.member-benefit {
  display: grid;
  grid-template-columns: 48px minmax(0,1fr);
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.member-benefit:first-child { border-top: 1px solid rgba(255,255,255,.09); }
.member-benefit > span {
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1;
  color: rgba(255,255,255,.2);
  padding-top: 2px;
}
.member-benefit h2 {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -.01em;
  color: var(--white);
  margin-bottom: 4px;
}
.member-benefit p {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255,255,255,.6);
}
.member-benefit p strong { color: rgba(255,255,255,.9); }

/* Benefit tag pill */
.member-benefit-tag {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 3px;
  padding: 2px 7px;
  vertical-align: middle;
  margin-left: 8px;
  line-height: 1.6;
  white-space: nowrap;
}

/* Benefit bullet list (All Weekly Programs) */
.member-benefit ul {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.member-benefit ul li {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255,255,255,.6);
  padding-left: 14px;
  position: relative;
}
.member-benefit ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255,255,255,.3);
}
.member-benefit ul li strong { color: rgba(255,255,255,.9); }

.member-register-next {
  padding: 100px 0;
  background: var(--off-white);
  color: var(--dark);
  text-align: center;
}
.member-register-next p {
  max-width: 560px;
  margin: 0 auto;
  color: var(--gray);
  font-size: 16px;
  line-height: 1.75;
}

/* Tablet: stack */
@media (max-width: 960px) {
  .member-register-hero { flex-direction: column; }
  .member-register-visual { position: relative; top: auto; width: 100%; height: 52svh; min-height: 320px; }
  .member-register-visual-text { padding: clamp(24px,4vw,44px); }
  .member-register-visual-text h1 { font-size: clamp(40px,9vw,64px); }
  .member-register-copy { padding: 48px var(--container-pad) 64px; }
}

@media (max-width: 640px) {
  .member-register-visual { height: 44svh; min-height: 260px; }
  .member-register-copy { padding: 36px var(--container-pad) 56px; }
  .member-benefit { grid-template-columns: 36px minmax(0,1fr); gap: 12px; padding: 16px 0; }
  .member-benefit > span { font-size: 22px; }
  .member-benefit h2 { font-size: 15px; }
  .member-register-next { padding: 76px 0; }
}

.member-wizard {
  display: none;
  position: relative;
  min-height: 100svh;
  background: var(--maroon-dark);
  color: var(--white);
  overflow: hidden;
}
.member-register-page.is-application-started .member-wizard { display: block; }
.member-wizard-progress {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  z-index: 6;
  background: rgba(255,255,255,.18);
}
.member-wizard-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--white);
  border-radius: 999px;
  transition: width .35s var(--ease-out);
}
.member-wizard-form {
  min-height: 100svh;
  position: relative;
}
.wizard-step {
  min-height: 100svh;
  width: 100%;
  padding: 140px max(32px,8vw) 90px;
}
.wizard-step[hidden] { display: none; }
.wizard-step.is-active {
  display: flex;
  align-items: center;
}
.wizard-card {
  width: min(900px,100%);
  position: relative;
  z-index: 2;
}
.wizard-card-wide { width: min(980px,100%); }
.wizard-card-tall {
  align-self: flex-start;
  margin-top: min(8vh,80px);
}
.wizard-card h2 {
  font-size: clamp(28px,3.1vw,46px);
  line-height: 1.18;
  letter-spacing: -.04em;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 34px;
}
.wizard-card h2 strong { font-weight: 800; letter-spacing: -.05em; }
.wizard-card h2 em { font-style: italic; font-weight: 400; }
.wizard-card p,
.wizard-help {
  font-size: clamp(16px,1.55vw,23px);
  line-height: 1.45;
  color: rgba(255,255,255,.72);
  margin: -18px 0 34px;
  max-width: 860px;
}
.wizard-number {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-right: 12px;
  border-radius: 5px;
  background: var(--white);
  color: var(--maroon-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  vertical-align: .22em;
}
.required-mark { margin-left: 6px; }
.wizard-quote-mark {
  font-size: 54px;
  line-height: .6;
  font-weight: 900;
  color: var(--white);
  margin-bottom: 8px;
}
.wizard-input {
  display: block;
  width: min(900px,100%);
  min-height: 70px;
  border: 0;
  border-bottom: 3px solid rgba(255,255,255,.92);
  border-radius: 0;
  background: transparent;
  color: var(--white);
  outline: none;
  font-size: clamp(28px,3vw,40px);
  font-family: var(--font-body);
  line-height: 1.25;
  padding: 8px 0 12px;
}
.wizard-input::placeholder { color: rgba(255,255,255,.34); }
.wizard-input:focus { border-bottom-color: var(--white); }
.wizard-card > .wizard-input { margin-bottom: 36px; }
.wizard-textarea {
  min-height: 130px;
  resize: vertical;
  font-size: clamp(24px,2.4vw,34px);
}
.wizard-textarea-large { min-height: 190px; }
.wizard-date-row {
  display: flex;
  gap: 28px;
  align-items: flex-end;
  margin-bottom: 34px;
}
.wizard-date-row label {
  display: grid;
  gap: 8px;
  color: rgba(255,255,255,.92);
  font-size: 15px;
  font-weight: 700;
}
.wizard-date-row .wizard-input {
  width: 88px;
  min-height: 58px;
}
.wizard-choice-group {
  display: grid;
  gap: 10px;
  width: min(440px,100%);
  margin-bottom: 34px;
}
.wizard-choice-grid {
  width: min(520px,100%);
  max-height: 56vh;
  overflow-y: auto;
  padding-right: 8px;
}
.wizard-choice-grid-compact {
  grid-template-columns: repeat(2,minmax(0,1fr));
  max-height: none;
  overflow: visible;
}
.wizard-choice {
  width: 100%;
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  color: var(--white);
  text-align: left;
  font-size: 22px;
  font-weight: 500;
  transition: background .2s, border-color .2s, transform .2s;
}
.wizard-choice span {
  display: inline-grid;
  place-items: center;
  min-width: 30px;
  height: 30px;
  padding: 0 7px;
  border-radius: 5px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(92,15,15,.28);
  font-size: 13px;
  font-weight: 800;
}
.wizard-choice:hover,
.wizard-choice.is-selected {
  background: rgba(255,255,255,.16);
  border-color: rgba(255,255,255,.86);
  transform: translateY(-1px);
}
.wizard-notice {
  width: min(620px,100%);
  margin: -14px 0 30px;
  padding: 22px 24px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 14px;
  background: rgba(0,0,0,.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.wizard-notice[hidden] { display: none; }
.wizard-notice strong {
  display: block;
  color: var(--white);
  font-size: clamp(20px,2vw,28px);
  line-height: 1.15;
  margin-bottom: 10px;
}
.wizard-notice p {
  margin: 0 0 18px;
  color: rgba(255,255,255,.74);
  font-size: clamp(15px,1.25vw,18px);
  line-height: 1.55;
}
.wizard-notice-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--white);
  color: var(--maroon-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.wizard-ok {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 22px;
  border-radius: 8px;
  background: #ff7900;
  color: var(--white);
  font-size: 22px;
  font-weight: 800;
  transition: transform .2s, background .2s;
}
.wizard-ok:hover { transform: translateY(-2px); background: #ff8a1f; }
.wizard-nav {
  position: fixed;
  right: 28px;
  bottom: 28px;
  display: flex;
  gap: 2px;
  z-index: 7;
}
.wizard-nav button {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #ff7900;
  color: var(--white);
  font-size: 24px;
  font-weight: 900;
}
.wizard-error {
  position: fixed;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%,14px);
  z-index: 8;
  opacity: 0;
  pointer-events: none;
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--white);
  color: var(--maroon-dark);
  font-size: 13px;
  font-weight: 800;
  transition: opacity .2s, transform .2s;
}
.wizard-error.is-visible {
  opacity: 1;
  transform: translate(-50%,0);
}
.wizard-scale {
  width: min(620px,100%);
  margin-bottom: 34px;
}
.wizard-scale-options {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 10px;
  margin-bottom: 12px;
}
.wizard-scale-options button {
  height: 64px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  color: var(--white);
  font-size: 24px;
  font-weight: 800;
}
.wizard-scale-options button:hover,
.wizard-scale-options button.is-selected {
  border-color: var(--white);
  background: rgba(255,255,255,.18);
}
.wizard-scale-labels {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255,255,255,.68);
  font-size: 14px;
  font-weight: 700;
}
.wizard-multi-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 8px;
  width: min(920px,100%);
  max-height: 48vh;
  overflow-y: auto;
  padding: 4px 8px 4px 0;
  margin-bottom: 28px;
}
.wizard-multi-grid label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 7px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.88);
  font-size: 14px;
}
.wizard-multi-grid input {
  width: 17px;
  height: 17px;
  accent-color: #ff7900;
}
.wizard-step.has-media {
  display: grid;
  grid-template-columns: minmax(0,.95fr) minmax(0,1fr);
  gap: 0;
  padding: 0;
  align-items: stretch;
}
.wizard-step.has-media[hidden] { display: none; }
.wizard-step.has-media .wizard-card {
  padding: 130px max(32px,6vw) 90px;
  align-self: center;
}
.wizard-media {
  min-height: 100svh;
  background-size: cover;
  background-position: center;
}
.wizard-media::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100svh;
  background: linear-gradient(90deg, rgba(92,15,15,.08), rgba(92,15,15,.3));
}

@media (max-width: 900px) {
  .wizard-step,
  .wizard-step.has-media .wizard-card {
    padding: 118px 24px 86px;
  }
  .wizard-step.has-media {
    display: flex;
  }
  .wizard-media {
    position: absolute;
    inset: 0;
    opacity: .18;
  }
  .wizard-card h2 { font-size: clamp(27px,7vw,42px); }
  .wizard-input { font-size: clamp(25px,7vw,36px); }
  .wizard-choice { font-size: 18px; }
  .wizard-multi-grid { grid-template-columns: 1fr; max-height: 44vh; }
}

@media (max-width: 560px) {
  .wizard-card h2 { margin-bottom: 24px; }
  .wizard-card p,
  .wizard-help { font-size: 15px; margin-bottom: 26px; }
  .wizard-date-row { gap: 14px; }
  .wizard-date-row .wizard-input { width: 72px; }
  .wizard-choice-grid-compact { grid-template-columns: 1fr; }
  .wizard-scale-options { gap: 6px; }
  .wizard-scale-options button { height: 52px; font-size: 20px; }
  .wizard-nav { right: 16px; bottom: 16px; }
  .wizard-nav button { width: 38px; height: 38px; }
}

/* Ground Zero registration experience */
.gz-register-body {
  background: #070707;
  color: var(--white);
}
.gz-register-body #navbar:not(.scrolled):not(.menu-open) {
  background: linear-gradient(180deg, rgba(0,0,0,.72), rgba(0,0,0,.08));
}
.gz-reg-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 80% 10%, rgba(181,36,36,.18), transparent 32%),
    #070707;
  overflow: hidden;
}
.gz-reg-page::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, #000, transparent 72%);
}
.gz-reg-page > section {
  position: relative;
  z-index: 1;
}
.gz-reg-hero {
  min-height: 100svh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: calc(var(--nav-height) + 50px) 0 90px;
}
.gz-reg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -4;
  transform: scale(1.04) translate3d(calc(var(--mx,0) * -10px), calc(var(--my,0) * -8px), 0);
  filter: saturate(.92) contrast(1.05);
}
.gz-reg-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.66) 42%, rgba(92,15,15,.38) 100%),
    linear-gradient(180deg, rgba(0,0,0,.42), rgba(0,0,0,.92));
}
.gz-reg-hero-grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 86px 86px;
  opacity: .22;
  transform: translate3d(calc(var(--mx,0) * 8px), calc(var(--my,0) * 8px), 0);
}
.gz-reg-hero-noise {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .12;
  background-image: radial-gradient(circle at 30% 20%, rgba(255,255,255,.18), transparent 1px);
  background-size: 4px 4px;
  mix-blend-mode: screen;
}
.gz-reg-hero-content {
  width: min(980px, calc(100% - var(--container-pad) * 2));
  margin-left: max(var(--container-pad), calc((100vw - var(--container-max)) / 2 + var(--container-pad)));
  position: relative;
  z-index: 2;
}
.gz-reg-kicker,
.gz-reg-section-head .section-tag {
  margin-bottom: 24px;
}
.gz-reg-title {
  font-family: var(--font-display);
  font-size: clamp(82px, 14vw, 184px);
  line-height: .82;
  letter-spacing: .01em;
  text-transform: uppercase;
  text-shadow: 0 24px 60px rgba(0,0,0,.55);
  margin-bottom: 28px;
}
.gz-reg-hero-content p {
  max-width: 620px;
  font-size: clamp(17px, 2vw, 23px);
  line-height: 1.55;
  color: rgba(255,255,255,.76);
  margin-bottom: 34px;
}
.gz-reg-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.gz-reg-hud {
  position: absolute;
  right: max(var(--container-pad), calc((100vw - var(--container-max)) / 2 + var(--container-pad)));
  bottom: 86px;
  display: grid;
  grid-template-columns: repeat(2, minmax(135px, 1fr));
  gap: 10px;
  z-index: 3;
}
.gz-reg-hud div {
  padding: 16px;
  background: rgba(0,0,0,.48);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
}
.gz-reg-hud span {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.42);
  margin-bottom: 5px;
}
.gz-reg-hud strong {
  font-family: var(--font-display);
  font-size: 31px;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.gz-reg-scroll {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  display: grid;
  justify-items: center;
  gap: 12px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
}
.gz-reg-scroll::after {
  content: '';
  width: 1px;
  height: 52px;
  background: linear-gradient(180deg, var(--white), transparent);
}
.gz-brief,
.gz-squad,
.gz-mission-setup {
  padding: 120px 0;
  background: #090909;
}
.gz-reg-section-head {
  max-width: 840px;
  margin-bottom: 54px;
}
.gz-reg-section-head h2,
.gz-arena-copy h2,
.gz-setup-head h2,
.gz-confirm-card h2 {
  font-family: var(--font-display);
  font-size: clamp(54px, 8vw, 108px);
  line-height: .9;
  text-transform: uppercase;
  letter-spacing: .01em;
  margin-bottom: 24px;
}
.gz-reg-section-head p,
.gz-arena-copy p,
.gz-confirm-card p {
  max-width: 680px;
  color: rgba(255,255,255,.66);
  font-size: 17px;
  line-height: 1.75;
}
.gz-brief-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.gz-brief-card {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  background: var(--dark-2);
}
.gz-brief-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) contrast(1.05);
  transition: transform .7s var(--ease-out);
}
.gz-brief-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.88));
}
.gz-brief-card div {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
}
.gz-brief-card span,
.gz-squad-card .squad-code {
  display: block;
  font-family: var(--font-display);
  font-size: 48px;
  line-height: .9;
  color: rgba(181,36,36,.9);
  margin-bottom: 12px;
}
.gz-brief-card h3 {
  font-family: var(--font-display);
  font-size: 42px;
  text-transform: uppercase;
  line-height: .95;
  margin-bottom: 10px;
}
.gz-brief-card p {
  color: rgba(255,255,255,.68);
  line-height: 1.6;
}
.gz-brief-card:hover img {
  transform: scale(1.08);
}
.gz-squad {
  background:
    radial-gradient(circle at calc(50% + var(--mx,0) * 28%) calc(20% + var(--my,0) * 18%), rgba(181,36,36,.24), transparent 30%),
    linear-gradient(135deg, #090909, #130707 70%, #080808);
}
.gz-squad-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 28px;
  align-items: stretch;
}
.gz-squad-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.gz-squad-card {
  min-height: 210px;
  text-align: left;
  padding: 24px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
    #101010;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  transition: transform .35s var(--ease-out), border-color .35s, background .35s, box-shadow .35s;
}
.gz-squad-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(34px, 4vw, 52px);
  line-height: .92;
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.gz-squad-card em {
  display: block;
  font-style: normal;
  color: rgba(255,255,255,.58);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.gz-squad-card:hover,
.gz-squad-card.is-selected {
  transform: translateY(-5px);
  border-color: rgba(181,36,36,.85);
  background:
    radial-gradient(circle at 80% 10%, rgba(181,36,36,.35), transparent 36%),
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.025)),
    #130909;
  box-shadow: 0 24px 70px rgba(0,0,0,.32), 0 0 0 1px rgba(181,36,36,.18);
}
.gz-squad-panel {
  position: relative;
  min-height: 438px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  background: #111;
}
.gz-squad-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.88) contrast(1.06);
  transition: transform .55s var(--ease-out);
}
.gz-squad-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.88)),
    radial-gradient(circle at 20% 90%, rgba(181,36,36,.36), transparent 32%);
}
.gz-squad-panel > div {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
}
.gz-squad-panel span {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.46);
  margin-bottom: 12px;
}
.gz-squad-panel h3 {
  font-family: var(--font-display);
  font-size: clamp(56px, 8vw, 100px);
  line-height: .88;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.gz-squad-panel p {
  color: rgba(255,255,255,.72);
  margin-bottom: 24px;
}
.gz-arena {
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0b0b0b;
}
.gz-arena-media {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  opacity: .62;
}
.gz-arena-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(.12) saturate(.9) contrast(1.08);
}
.gz-arena-media img:first-child {
  grid-row: 1 / 3;
}
.gz-arena::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.9), rgba(0,0,0,.58) 48%, rgba(92,15,15,.34));
}
.gz-arena-copy {
  position: relative;
  z-index: 1;
  max-width: 720px;
}
.gz-mission-setup {
  background:
    radial-gradient(circle at 18% 20%, rgba(181,36,36,.18), transparent 34%),
    #090909;
}
.gz-setup-shell {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: 36px;
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.018)),
    rgba(0,0,0,.44);
  box-shadow: 0 30px 90px rgba(0,0,0,.38);
}
.gz-setup-head {
  border-right: 1px solid rgba(255,255,255,.1);
  padding-right: 30px;
}
.gz-step-meter {
  display: grid;
  gap: 10px;
  margin-top: 34px;
}
.gz-step-meter span {
  height: 7px;
  border-radius: 99px;
  background: rgba(255,255,255,.12);
  overflow: hidden;
}
.gz-step-meter span::after {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background: var(--maroon-light);
  transition: width .35s var(--ease-out);
}
.gz-step-meter span.is-active::after {
  width: 100%;
}
.gz-reg-form fieldset {
  border: 0;
}
.gz-form-stage {
  animation: gzStageIn .36s var(--ease-out);
}
@keyframes gzStageIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
.gz-form-stage legend {
  font-family: var(--font-display);
  font-size: clamp(38px, 5vw, 64px);
  line-height: .95;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.gz-form-stage legend span {
  display: block;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  color: var(--maroon-light);
  margin-bottom: 12px;
}
.gz-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.gz-field-grid label,
.gz-choice-block p {
  display: grid;
  gap: 9px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.56);
}
.gz-field-grid .wide {
  grid-column: 1 / -1;
}
.gz-field-grid input {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  color: var(--white);
  font-size: 16px;
  outline: none;
  transition: border-color .25s, background .25s, box-shadow .25s;
}
.gz-field-grid input:focus {
  border-color: rgba(181,36,36,.86);
  background: rgba(255,255,255,.12);
  box-shadow: 0 0 0 4px rgba(181,36,36,.16);
}
.gz-choice-block + .gz-choice-block {
  margin-top: 28px;
}
.gz-chip-row,
.gz-radio-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gz-chip-row button,
.gz-radio-cards span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.07);
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: background .25s, border-color .25s, transform .25s;
}
.gz-chip-row button:hover,
.gz-chip-row button.is-selected,
.gz-radio-cards input:checked + span {
  transform: translateY(-2px);
  border-color: rgba(181,36,36,.9);
  background: rgba(181,36,36,.34);
}
.gz-radio-cards input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.gz-summary {
  padding: 22px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  background: rgba(255,255,255,.06);
  margin-bottom: 18px;
}
.gz-summary dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}
.gz-summary dt {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.42);
}
.gz-summary dd {
  color: var(--white);
  font-weight: 700;
}
.gz-confirm-line {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255,255,255,.72);
  line-height: 1.6;
}
.gz-confirm-line input {
  margin-top: 5px;
  accent-color: var(--maroon-light);
}
.gz-form-error {
  min-height: 22px;
  margin: 20px 0 8px;
  color: #ffb4b4;
  font-weight: 700;
}
.gz-form-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}
.gz-form-actions button:disabled {
  opacity: .42;
  cursor: not-allowed;
}
.gz-confirmation {
  padding: 120px 0;
  background:
    linear-gradient(135deg, rgba(92,15,15,.92), rgba(13,13,13,.96)),
    #090909;
}
.gz-confirm-card {
  max-width: 780px;
  padding: clamp(34px, 6vw, 72px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.055);
  box-shadow: 0 30px 90px rgba(0,0,0,.35);
}

@media (prefers-reduced-motion: reduce) {
  .gz-reg-video,
  .gz-reg-hero-grid,
  .gz-brief-card img,
  .gz-squad-card,
  .gz-squad-panel img {
    transition: none;
    transform: none !important;
  }
}

@media (max-width: 1100px) {
  .gz-reg-hud {
    position: static;
    width: min(620px, calc(100% - var(--container-pad) * 2));
    margin: 38px auto 0;
  }
  .gz-reg-hero {
    display: block;
  }
  .gz-reg-hero-content {
    margin: 0 auto;
    padding-top: 82px;
  }
  .gz-brief-grid,
  .gz-squad-layout,
  .gz-setup-shell {
    grid-template-columns: 1fr;
  }
  .gz-setup-head {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding-right: 0;
    padding-bottom: 26px;
  }
}

@media (max-width: 760px) {
  .gz-reg-hero {
    min-height: 92svh;
    padding: calc(var(--nav-height) + 24px) 0 70px;
  }
  .gz-reg-title {
    font-size: clamp(64px, 22vw, 104px);
  }
  .gz-reg-hero-actions .btn,
  .gz-form-actions .btn {
    width: 100%;
  }
  .gz-reg-hud,
  .gz-squad-cards,
  .gz-field-grid,
  .gz-summary dl {
    grid-template-columns: 1fr;
  }
  .gz-brief,
  .gz-squad,
  .gz-mission-setup,
  .gz-confirmation {
    padding: 82px 0;
  }
  .gz-brief-card {
    min-height: 340px;
  }
  .gz-squad-panel {
    min-height: 360px;
  }
  .gz-arena {
    min-height: 760px;
  }
  .gz-arena-media {
    display: block;
  }
  .gz-arena-media img {
    position: absolute;
    inset: 0;
  }
  .gz-arena-media img:not(:first-child) {
    display: none;
  }
  .gz-chip-row,
  .gz-radio-cards {
    display: grid;
    grid-template-columns: 1fr;
  }
}
