/* ═══════════════════════════════════════════════════
   ODENIGBO — Ima Mmụọ
   Stylesheet
   ═══════════════════════════════════════════════════ */

/* ── TOKENS ─────────────────────────────────────── */
:root {
  --green-deep:    #1A5C38;
  --green-mid:     #2E7D52;
  --green-light:   #EEF7F1;
  --gold:          #C49A22;
  --gold-light:    #F5E6C0;
  --gold-dark:     #8A6A10;
  --earth:         #8B3A2A;
  --earth-light:   #F7EDE9;
  --ivory:         #FBF7EE;
  --ink:           #1A1209;
  --ink-mid:       #2E1A0E;
  --ink-light:     #6B5744;
  --white:         #FFFFFF;
  --border:        rgba(196,154,34,0.25);
  --shadow:        0 4px 32px rgba(26,18,9,0.10);

  --font-display:  'Cormorant Garamond', Georgia, serif;
  --font-body:     'Inter', system-ui, sans-serif;

  --container:     1140px;
  --radius:        4px;
  --transition:    0.25s ease;
}

/* ── RESET ──────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-mid);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, select, textarea {
  font-family: var(--font-body);
  font-size: 1rem;
}
ul { list-style: none; }

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

/* ── NAV ────────────────────────────────────────── */
.site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: transparent;
  transition: background var(--transition), box-shadow var(--transition);
}
.site-nav.scrolled {
  background: var(--ink);
  box-shadow: 0 2px 16px rgba(0,0,0,0.3);
}
.nav-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 2rem;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.nav-logo-igbo {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
}
.nav-logo-sub {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  font-weight: 400;
  line-height: 1;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav-links a {
  color: rgba(255,255,255,0.80);
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  transition: color var(--transition);
}
.nav-links a:hover { color: var(--gold); }
.nav-cta {
  background: var(--gold) !important;
  color: var(--ink) !important;
  padding: 0.5rem 1.25rem !important;
  border-radius: var(--radius);
  font-weight: 600 !important;
  letter-spacing: 0.03em;
  transition: background var(--transition) !important;
}
.nav-cta:hover { background: #d4a82a !important; }
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
}
.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  transition: var(--transition);
}
.nav-mobile {
  display: none;
  flex-direction: column;
  background: var(--ink);
  padding: 1rem 2rem 1.5rem;
  gap: 1rem;
}
.nav-mobile a {
  color: rgba(255,255,255,0.85);
  font-size: 1rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav-mobile.open { display: flex; }

/* ── HERO ────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(160deg, #0D3320 0%, #1A1209 60%, #0A0806 100%);
  display: flex;
  align-items: center;
  padding: 120px 0 80px;
  overflow: hidden;
}

/* Nsibidi-inspired SVG pattern overlay */
.hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cg fill='none' stroke='%23C49A22' stroke-width='1'%3E%3Crect x='10' y='10' width='20' height='20'/%3E%3Ccircle cx='20' cy='20' r='6'/%3E%3Cline x1='10' y1='10' x2='0' y2='0'/%3E%3Cline x1='30' y1='10' x2='40' y2='0'/%3E%3Cline x1='10' y1='30' x2='0' y2='40'/%3E%3Cline x1='30' y1='30' x2='40' y2='40'/%3E%3Crect x='50' y='50' width='20' height='20'/%3E%3Ccircle cx='60' cy='60' r='6'/%3E%3Cline x1='50' y1='50' x2='40' y2='40'/%3E%3Cline x1='70' y1='50' x2='80' y2='40'/%3E%3Cline x1='50' y1='70' x2='40' y2='80'/%3E%3Cline x1='70' y1='70' x2='80' y2='80'/%3E%3Cline x1='20' y1='0' x2='20' y2='10'/%3E%3Cline x1='60' y1='40' x2='60' y2='50'/%3E%3Cline x1='0' y1='20' x2='10' y2='20'/%3E%3Cline x1='40' y1='60' x2='50' y2='60'/%3E%3C/g%3E%3C/svg%3E");
}

.hero-inner {
  position: relative;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 2rem;
}
.hero-eyebrow {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 2rem;
}
.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 300;
  font-style: italic;
  color: var(--white);
  line-height: 1.08;
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: column;
}
.hero-igbo { display: block; }
.hero-translation {
  font-family: var(--font-display);
  font-size: 1.125rem;
  color: var(--gold);
  font-style: normal;
  font-weight: 400;
  margin-bottom: 2.5rem;
  letter-spacing: 0.04em;
}
.hero-statement {
  font-size: 1.125rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.8;
  max-width: 600px;
  margin-bottom: 1.25rem;
}
.hero-substatement {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.60);
  max-width: 580px;
  margin-bottom: 2.5rem;
  line-height: 1.7;
}
.hero-substatement strong { color: var(--gold); font-weight: 600; }
.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.hero-meta {
  display: flex;
  align-items: center;
  gap: 0;
  padding-top: 2rem;
  border-top: 1px solid rgba(196,154,34,0.2);
}
.hero-meta-item {
  display: flex;
  flex-direction: column;
  padding: 0 2rem;
}
.hero-meta-item:first-child { padding-left: 0; }
.hero-meta-num {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
}
.hero-meta-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.45);
  margin-top: 4px;
}
.hero-meta-divider {
  width: 1px;
  height: 40px;
  background: rgba(196,154,34,0.2);
}
.hero-scroll {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(255,255,255,0.3);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
.hero-scroll-line {
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, rgba(196,154,34,0.5), transparent);
  margin-top: 0.5rem;
}
.br-desktop { display: block; }

/* ── BUTTONS ─────────────────────────────────────── */
.btn-primary {
  display: inline-block;
  background: var(--gold);
  color: var(--ink);
  padding: 0.875rem 2rem;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  transition: background var(--transition), transform var(--transition);
}
.btn-primary:hover { background: #d4a82a; transform: translateY(-1px); }
.btn-ghost {
  display: inline-block;
  border: 1px solid rgba(196,154,34,0.4);
  color: rgba(255,255,255,0.8);
  padding: 0.875rem 2rem;
  border-radius: var(--radius);
  font-size: 0.9rem;
  font-weight: 400;
  transition: border-color var(--transition), color var(--transition);
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }

/* ── SECTION COMMON ─────────────────────────────── */
.section-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 0.75rem;
}
.section-label.light { color: rgba(196,154,34,0.7); }
.section-heading {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.section-heading.light { color: var(--white); }

/* ── ABOUT ───────────────────────────────────────── */
.about {
  padding: 7rem 0;
  background: var(--ivory);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}
.about-left .section-label { margin-bottom: 1rem; }
.about-pull {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-style: italic;
  color: var(--green-deep);
  line-height: 1.6;
  padding-left: 1.5rem;
  border-left: 3px solid var(--gold);
  margin-top: 2rem;
}
.about-right p {
  margin-bottom: 1.25rem;
  color: var(--ink-light);
  font-size: 1rem;
}
.about-right strong { color: var(--ink-mid); }
.about-right em { color: var(--green-deep); font-style: italic; }
.about-distinction { margin-top: 2rem; display: flex; flex-direction: column; gap: 1rem; }
.distinction-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.distinction-icon {
  color: var(--gold);
  font-size: 1.1rem;
  margin-top: 2px;
  flex-shrink: 0;
}
.distinction-item div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.distinction-item strong {
  color: var(--ink-mid);
  font-size: 0.95rem;
}
.distinction-item span {
  color: var(--ink-light);
  font-size: 0.9rem;
}

/* ── WEIGHT ──────────────────────────────────────── */
.weight {
  padding: 7rem 0;
  background: linear-gradient(160deg, #0D3320 0%, #1A1209 100%);
}
.weight .section-label { margin-bottom: 1rem; }
.weight-intro {
  color: rgba(255,255,255,0.6);
  font-size: 1.05rem;
  max-width: 640px;
  margin-bottom: 3.5rem;
  line-height: 1.75;
}
.weight-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5px;
  margin-bottom: 4rem;
  border: 1.5px solid rgba(196,154,34,0.15);
}
.weight-card {
  padding: 2.5rem;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(196,154,34,0.10);
  transition: background var(--transition);
}
.weight-card:hover { background: rgba(196,154,34,0.05); }
.weight-word {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}
.weight-card p {
  color: rgba(255,255,255,0.62);
  font-size: 0.95rem;
  line-height: 1.75;
}
.weight-proverb {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.3rem;
  padding: 3rem 2rem;
  border-top: 1px solid rgba(196,154,34,0.15);
  border-bottom: 1px solid rgba(196,154,34,0.15);
}
.wp-igbo {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-style: italic;
  color: rgba(255,255,255,0.9);
  line-height: 1.4;
}
.wp-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--gold);
  margin-top: 0.75rem;
}

/* ── SESSIONS ────────────────────────────────────── */
.sessions {
  padding: 7rem 0;
  background: var(--ivory);
}
.sessions-intro {
  color: var(--ink-light);
  font-size: 1.05rem;
  max-width: 560px;
  margin-bottom: 4rem;
}
.sessions-track {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.session-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 2rem;
  align-items: flex-start;
}
.session-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 6px;
}
.session-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--green-deep);
  border: 3px solid var(--gold);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.session-line {
  width: 2px;
  flex: 1;
  min-height: 80px;
  background: linear-gradient(to bottom, var(--gold), rgba(196,154,34,0.1));
  margin-top: 4px;
}
.session-content {
  padding: 0 0 3rem;
}
.session-igbo {
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-style: italic;
  color: var(--gold-dark);
  letter-spacing: 0.04em;
  margin-bottom: 0.35rem;
}
.session-title {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 0.35rem;
}
.session-theme {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--green-mid);
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.session-desc {
  color: var(--ink-light);
  font-size: 0.95rem;
  line-height: 1.75;
  max-width: 580px;
}
/* Session number counter via data attribute */
.session-item::before {
  display: none;
}

/* ── CEREMONY ────────────────────────────────────── */
.ceremony {
  position: relative;
  padding: 7rem 0;
  overflow: hidden;
}
.ceremony-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #0A2918 0%, #1A5C38 50%, #0D3320 100%);
}
.ceremony { position: relative; }
.ceremony .container { position: relative; z-index: 1; }
.ceremony-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
  margin-top: 2rem;
}
.ceremony-text p {
  color: rgba(255,255,255,0.72);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.25rem;
}
.ceremony-text em { color: rgba(255,255,255,0.9); }
.ceremony-text strong { color: var(--gold); }
.ceremony-steps {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.cs-item {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1.25rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(196,154,34,0.15);
  border-radius: var(--radius);
}
.cs-num {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--gold);
  min-width: 2rem;
  line-height: 1;
}
.cs-item div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cs-item strong {
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 600;
}
.cs-item span {
  color: rgba(255,255,255,0.55);
  font-size: 0.875rem;
  line-height: 1.6;
}

/* ── ELIGIBILITY ─────────────────────────────────── */
.eligibility {
  padding: 7rem 0;
  background: var(--ivory);
}
.eligibility .section-label { margin-bottom: 2rem; }
.elig-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
.elig-col h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid;
}
.elig-for h3 { color: var(--green-deep); border-color: var(--green-deep); }
.elig-not h3 { color: var(--earth); border-color: var(--earth); }
.elig-col ul { display: flex; flex-direction: column; gap: 0.75rem; }
.elig-for ul li {
  padding: 0.6rem 0 0.6rem 1.25rem;
  border-left: 2px solid var(--green-mid);
  color: var(--ink-light);
  font-size: 0.95rem;
  line-height: 1.55;
}
.elig-for ul li em { color: var(--green-deep); }
.elig-not ul li {
  padding: 0.6rem 0 0.6rem 1.25rem;
  border-left: 2px solid rgba(139,58,42,0.4);
  color: var(--ink-light);
  font-size: 0.95rem;
  line-height: 1.55;
}
.elig-class-note {
  margin-top: 2rem;
  padding: 1.5rem;
  background: var(--gold-light);
  border: 1px solid var(--gold);
  border-radius: var(--radius);
}
.ecn-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 0.5rem;
}
.elig-class-note p { font-size: 0.9rem; color: var(--ink-mid); line-height: 1.65; }

/* ── REGISTER SECTION ────────────────────────────── */
.register {
  padding: 7rem 0;
  background: linear-gradient(180deg, var(--ivory) 0%, #F2EDE0 100%);
}
.register-intro {
  color: var(--ink-light);
  font-size: 1.05rem;
  max-width: 600px;
  margin-bottom: 2.5rem;
  line-height: 1.7;
}
.reg-fee-banner {
  background: var(--green-deep);
  border-radius: var(--radius);
  padding: 1.5rem 2rem;
  margin-bottom: 3rem;
}
.rfb-inner {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.rfb-amount {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  flex-shrink: 0;
}
.rfb-desc {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.rfb-desc strong {
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 600;
}
.rfb-desc span {
  color: rgba(255,255,255,0.62);
  font-size: 0.875rem;
  line-height: 1.55;
}

/* ── STEP INDICATOR ──────────────────────────────── */
.step-indicator {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  gap: 0;
}
.step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--ink-light);
  background: var(--white);
  transition: all var(--transition);
}
.step-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-light);
  white-space: nowrap;
  transition: color var(--transition);
}
.step-line {
  flex: 1;
  height: 2px;
  background: var(--border);
  min-width: 40px;
  margin-top: -24px;
  margin-bottom: 24px;
}
.step-item.active .step-num {
  background: var(--green-deep);
  border-color: var(--green-deep);
  color: var(--white);
}
.step-item.active .step-label { color: var(--green-deep); font-weight: 600; }
.step-item.completed .step-num {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
}
.step-item.completed .step-label { color: var(--gold-dark); }

/* ── FORM ────────────────────────────────────────── */
.reg-form-wrap {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 3rem;
  box-shadow: var(--shadow);
}
.form-step { display: none; }
.form-step.active { display: block; }
.step-heading {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--green-deep);
  margin-bottom: 0.5rem;
}
.step-preamble {
  color: var(--ink-light);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border);
}
.form-group {
  margin-bottom: 1.75rem;
}
.form-group label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--ink-mid);
  margin-bottom: 0.5rem;
}
.form-hint {
  font-weight: 400;
  color: var(--ink-light);
  font-size: 0.82rem;
}
.req { color: var(--earth); }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  border: 1.5px solid #D9CFC4;
  border-radius: var(--radius);
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  color: var(--ink-mid);
  background: var(--ivory);
  transition: border-color var(--transition), box-shadow var(--transition);
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--green-deep);
  box-shadow: 0 0 0 3px rgba(26,92,56,0.08);
}
.form-group input.error,
.form-group select.error,
.form-group textarea.error {
  border-color: var(--earth);
  box-shadow: 0 0 0 3px rgba(139,58,42,0.08);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.field-note {
  display: block;
  font-size: 0.78rem;
  color: var(--ink-light);
  margin-top: 0.35rem;
}
.form-row.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.form-nav {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
}
.form-nav .btn-ghost {
  border-color: var(--border);
  color: var(--ink-light);
}
.form-nav .btn-ghost:hover { border-color: var(--ink-mid); color: var(--ink-mid); }
.submit-nav { justify-content: space-between; }

/* Checkbox */
.checkbox-group { margin-bottom: 1.25rem; }
.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
}
.checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 2px;
  accent-color: var(--green-deep);
  cursor: pointer;
}
.checkbox-label span {
  font-size: 0.9rem;
  color: var(--ink-light);
  line-height: 1.55;
}

/* Submit button */
.btn-submit {
  background: var(--green-deep);
  color: var(--white);
  padding: 0.875rem 2.5rem;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  transition: background var(--transition), transform var(--transition);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  border: none;
}
.btn-submit:hover { background: #0d3d24; transform: translateY(-1px); }
.btn-submit:disabled { opacity: 0.65; cursor: not-allowed; transform: none; }

/* ── REVIEW BLOCK ────────────────────────────────── */
.review-block {
  background: var(--ivory);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
  margin-bottom: 2rem;
  max-height: 400px;
  overflow-y: auto;
}
.review-section { margin-bottom: 1.5rem; }
.review-section-title {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--gold-dark);
  margin-bottom: 0.75rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid var(--border);
}
.review-item { margin-bottom: 0.75rem; }
.review-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--ink-mid);
  margin-bottom: 2px;
}
.review-value {
  font-size: 0.875rem;
  color: var(--ink-light);
  line-height: 1.55;
  white-space: pre-wrap;
}

/* ── ZELLE INFO ──────────────────────────────────── */
.zelle-info {
  background: linear-gradient(135deg, #0D3320, #1A5C38);
  border-radius: var(--radius);
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.zelle-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.zelle-icon {
  width: 42px;
  height: 42px;
  background: var(--gold);
  color: var(--ink);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 700;
  flex-shrink: 0;
  font-family: var(--font-display);
}
.zelle-header strong {
  display: block;
  color: var(--white);
  font-size: 0.95rem;
  margin-bottom: 4px;
}
.zelle-header p {
  color: rgba(255,255,255,0.62);
  font-size: 0.85rem;
  line-height: 1.6;
}
.zelle-detail { display: flex; flex-direction: column; gap: 0.6rem; }
.zd-row {
  display: flex;
  gap: 1rem;
  align-items: baseline;
}
.zd-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.45);
  min-width: 140px;
  font-weight: 500;
}
.zd-value {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.85);
  font-weight: 500;
}

/* ── SUCCESS ─────────────────────────────────────── */
.reg-success {
  text-align: center;
  padding: 4rem 2rem;
}
.success-icon {
  width: 72px;
  height: 72px;
  background: var(--green-deep);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto 2rem;
}
.reg-success h3 {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--green-deep);
  margin-bottom: 1rem;
}
.reg-success p {
  color: var(--ink-light);
  font-size: 1rem;
  line-height: 1.75;
  max-width: 540px;
  margin: 0 auto 1rem;
}
.success-closing {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--green-deep) !important;
  font-size: 1.15rem !important;
  margin-top: 2rem !important;
}

/* ── FOOTER ──────────────────────────────────────── */
.site-footer {
  background: var(--ink);
  padding: 5rem 0 2rem;
}
.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 4rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 2rem;
}
.footer-name {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.footer-tagline {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 1rem;
}
.footer-desc {
  color: rgba(255,255,255,0.45);
  font-size: 0.875rem;
  line-height: 1.7;
}
.footer-links h4,
.footer-contact h4 {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 1rem;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.footer-links a {
  color: rgba(255,255,255,0.5);
  font-size: 0.875rem;
  transition: color var(--transition);
}
.footer-links a:hover { color: var(--gold); }
.footer-contact p {
  color: rgba(255,255,255,0.5);
  font-size: 0.875rem;
  line-height: 1.65;
  margin-bottom: 0.5rem;
}
.footer-note { font-size: 0.8rem !important; color: rgba(255,255,255,0.3) !important; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.25);
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* ── ERROR MESSAGES ──────────────────────────────── */
.error-msg {
  font-size: 0.78rem;
  color: var(--earth);
  margin-top: 0.3rem;
  display: none;
}
.error-msg.visible { display: block; }

/* ── ANIMATIONS ──────────────────────────────────── */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: none;
}

/* ── RESPONSIVE ──────────────────────────────────── */
@media (max-width: 900px) {
  .about-grid,
  .ceremony-grid,
  .elig-grid,
  .footer-inner { grid-template-columns: 1fr; gap: 2.5rem; }

  .weight-grid { grid-template-columns: 1fr; gap: 0; }

  .form-row.two-col { grid-template-columns: 1fr; }

  .nav-links { display: none; }
  .nav-hamburger { display: flex; }

  .br-desktop { display: none; }

  .hero-meta { flex-wrap: wrap; gap: 1rem; }
  .hero-meta-item { padding: 0 1rem; }

  .reg-form-wrap { padding: 2rem 1.25rem; }

  .rfb-inner { flex-direction: column; gap: 1rem; }

  .step-indicator { gap: 0; }
  .step-label { display: none; }
  .step-line { min-width: 24px; }

  .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 600px) {
  .hero { padding: 100px 0 60px; }
  .about, .weight, .sessions, .ceremony, .eligibility, .register { padding: 4.5rem 0; }
  .hero-scroll { display: none; }
  .submit-nav { flex-direction: column-reverse; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .fade-in { opacity: 1; transform: none; }
}

/* ── LOGO & IMAGES ───────────────────────────────── */
.nav-logo-img {
  height: 44px;
  width: auto;
  display: block;
  filter: brightness(1);
  transition: opacity var(--transition);
}
.nav-logo-img:hover { opacity: 0.85; }

/* Hero background graphic */
.hero-bg-graphic {
  position: absolute;
  top: 0;
  right: -5%;
  height: 100%;
  width: auto;
  pointer-events: none;
  z-index: 0;
  opacity: 0.65;
}
.hero-inner { position: relative; z-index: 1; }

/* Session number icon badges */
.session-num-icon {
  display: none; /* shown only on mobile via media query */
}

/* Ceremony seal */
.ceremony-seal-wrap {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1.5rem;
}
.ceremony-seal-img {
  width: 140px;
  height: 140px;
  opacity: 0.75;
  filter: drop-shadow(0 4px 20px rgba(196,154,34,0.25));
  transition: opacity var(--transition);
}
.ceremony-seal-img:hover { opacity: 0.95; }

/* Footer logo */
.footer-logo {
  height: 100px;
  width: auto;
  display: block;
  margin-bottom: 1rem;
  filter: brightness(0.9);
}

/* Divider image utility */
.section-divider {
  width: 100%;
  max-width: 700px;
  margin: 2rem auto;
  display: block;
  opacity: 0.7;
}

/* Weight card glyph header */
.weight-glyph {
  width: 64px;
  height: 64px;
  margin-bottom: 1rem;
  opacity: 0.85;
}

@media (max-width: 900px) {
  .hero-bg-graphic {
    height: 55%;
    top: auto;
    bottom: 0;
    right: -10%;
    opacity: 0.3;
  }
  .ceremony-seal-wrap {
    justify-content: center;
  }
  .ceremony-seal-img { width: 110px; height: 110px; }
  .footer-logo { height: 80px; }
  .nav-logo-img { height: 36px; }
}

/* ══════════════════════════════════════════════════
   SCHEDULE SECTION
   ══════════════════════════════════════════════════ */

.schedule {
  padding: 7rem 0;
  background: var(--ivory);
}

.schedule-intro {
  color: var(--ink-light);
  font-size: 1.05rem;
  max-width: 660px;
  line-height: 1.75;
  margin-bottom: 3.5rem;
}

.schedule-layout {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

/* ── Phase header ─────────────────────────────── */
.sched-phase-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--border);
}

.sph-marker {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid;
}
.sph-marker.online {
  background: var(--green-deep);
  border-color: var(--gold);
}
.sph-marker.camp {
  background: var(--earth);
  border-color: var(--gold);
}

.sph-label {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.2;
}
.sph-sub {
  font-size: 0.82rem;
  color: var(--ink-light);
  margin-top: 3px;
  letter-spacing: 0.02em;
}

/* ── Individual events ────────────────────────── */
.sched-events {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.sched-event {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 0;
  border-left: 3px solid var(--green-deep);
  margin-left: 6px;
  margin-bottom: 0;
  position: relative;
}

.sched-event::before {
  content: '';
  position: absolute;
  left: -8px;
  top: 24px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--gold);
  border: 3px solid var(--ivory);
  box-shadow: 0 0 0 2px var(--green-deep);
  z-index: 1;
}

.sched-event:last-child {
  border-left-color: transparent;
}

.camp-event {
  border-left-color: var(--earth);
}
.camp-event::before {
  background: var(--earth);
  box-shadow: 0 0 0 2px var(--earth);
}

.ceremony-event {
  border-left-color: var(--gold);
}
.ceremony-event::before {
  background: var(--gold);
  box-shadow: 0 0 0 2px var(--gold);
  width: 16px;
  height: 16px;
  left: -9px;
  top: 22px;
}

/* Date column */
.se-date-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 1.5rem 1.25rem 1.5rem 1.5rem;
  text-align: center;
  flex-shrink: 0;
}

.se-month {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--green-deep);
}
.camp-date .se-month { color: var(--earth); }
.ceremony-date .se-month { color: var(--gold-dark); }

.se-day {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1;
  margin: 2px 0;
}

.se-year {
  font-size: 0.6rem;
  color: var(--ink-light);
  letter-spacing: 0.08em;
}

/* Content column */
.se-content {
  padding: 1.5rem 1.5rem 1.5rem 1.25rem;
  border-bottom: 1px solid var(--border);
}

.sched-event:last-child .se-content {
  border-bottom: none;
}

.se-session-num {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--green-mid);
  margin-bottom: 0.3rem;
}
.camp-num { color: var(--earth); }
.ceremony-num { color: var(--gold-dark); }

.se-title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 0.25rem;
}

.se-igbo {
  font-family: var(--font-display);
  font-size: 0.875rem;
  font-style: italic;
  color: var(--gold-dark);
  margin-bottom: 0.6rem;
}

.se-desc {
  font-size: 0.9rem;
  color: var(--ink-light);
  line-height: 1.65;
  margin-bottom: 0.75rem;
}

.se-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.se-tag {
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  letter-spacing: 0.04em;
}
.online-tag {
  background: var(--green-light);
  color: var(--green-deep);
  border: 1px solid rgba(26,92,56,0.2);
}
.camp-tag {
  background: var(--earth-light);
  color: var(--earth);
  border: 1px solid rgba(139,58,42,0.2);
}
.ceremony-tag {
  background: var(--gold-light);
  color: var(--gold-dark);
  border: 1px solid rgba(196,154,34,0.3);
}

.se-time {
  font-size: 0.8rem;
  color: var(--ink-light);
  font-weight: 500;
}

/* Ceremony note */
.se-ceremony-note {
  margin-top: 0.85rem;
  padding: 0.75rem 1rem;
  background: var(--gold-light);
  border-left: 3px solid var(--gold);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-size: 0.82rem;
  color: var(--ink-mid);
  line-height: 1.6;
}

/* ── Camp location card ────────────────────────── */
.camp-location-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: var(--earth-light);
  border: 1px solid rgba(139,58,42,0.2);
  border-radius: var(--radius);
  margin-bottom: 1.5rem;
}

.clc-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.clc-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.clc-text strong {
  font-size: 0.95rem;
  color: var(--earth);
  font-weight: 600;
}
.clc-text span {
  font-size: 0.875rem;
  color: var(--ink-light);
}
.clc-note {
  font-size: 0.78rem !important;
  color: var(--ink-light) !important;
  font-style: italic;
  margin-top: 2px;
}

/* ── Phase divider ─────────────────────────────── */
.sched-phase-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0.5rem 0;
}

.spd-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
}

.spd-badge {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-dark);
  white-space: nowrap;
  padding: 0.3rem 1rem;
  border: 1px solid var(--gold);
  border-radius: 20px;
  background: var(--ivory);
}

/* ── Calendar summary strip ────────────────────── */
.sched-summary-strip {
  display: flex;
  align-items: center;
  background: var(--ink);
  border-radius: var(--radius);
  padding: 1.5rem 2rem;
  margin-top: 1rem;
  overflow-x: auto;
  gap: 0;
}

.sss-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex-shrink: 0;
  padding: 0 0.5rem;
}

.sss-date {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 6px;
}

.sss-label {
  font-size: 0.65rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.sss-connector {
  flex: 1;
  height: 1px;
  background: rgba(196,154,34,0.3);
  min-width: 24px;
  margin: 0 4px;
  margin-bottom: 8px;
}
.sss-connector.gap {
  background: repeating-linear-gradient(
    to right,
    rgba(196,154,34,0.3) 0,
    rgba(196,154,34,0.3) 6px,
    transparent 6px,
    transparent 12px
  );
  min-width: 40px;
}

.camp-item .sss-date { color: #E07060; }
.ceremony-item .sss-date { color: var(--gold); font-size: 1.2rem; }
.ceremony-item .sss-label { color: rgba(255,255,255,0.7); }

/* ── Responsive ────────────────────────────────── */
@media (max-width: 600px) {
  .sched-event {
    grid-template-columns: 72px 1fr;
  }
  .se-day { font-size: 1.8rem; }
  .sched-summary-strip { padding: 1.25rem 1rem; }
  .sss-connector { min-width: 12px; }
  .sss-connector.gap { min-width: 20px; }
  .camp-location-card { flex-direction: column; gap: 0.5rem; }
}
