* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

:root {
  --forest: #0F3E1D;
  --forest-deep: #08251A;
  --lime: #8CC63F;
  --lime-glow: #A8DB63;
  --paper: #FAF8F1;
  --paper-warm: #F4EFDF;
  --sage: #DDE5C8;
  --amber: #D9A441;
  --amber-deep: #B08432;
  --ink: #0A1410;
  --muted: #5F6E62;
  --line: rgba(15, 62, 29, 0.12);
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Mona Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, monospace;
}

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

@media (max-width: 640px) {
  .container { padding: 0 20px; }
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* ============ NAV ============ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  background: rgba(250, 248, 241, 0.88);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  z-index: 100;
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.brand {
  display: flex;
  align-items: center;
}
.brand-logo {
  height: 38px;
  width: auto;
  display: block;
}
@media (max-width: 500px) {
  .brand-logo { height: 32px; }
}
.nav-links {
  display: flex;
  gap: 36px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
.nav-links a:not(.nav-cta) {
  color: var(--forest-deep);
  transition: color 0.2s;
  position: relative;
}
.nav-links a:not(.nav-cta):hover { color: var(--amber-deep); }
.nav-cta {
  background: var(--forest);
  color: var(--paper) !important;
  padding: 11px 22px;
  border-radius: 100px;
  font-weight: 600;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.nav-cta:hover {
  background: var(--lime);
  color: var(--forest-deep) !important;
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  background: transparent;
  border: none;
  padding: 8px;
  cursor: pointer;
  color: var(--forest-deep);
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: background 0.2s;
}
.nav-toggle:hover { background: rgba(15, 62, 29, 0.08); }
.nav-toggle .icon-close { display: none; }
.nav-toggle.open .icon-menu { display: none; }
.nav-toggle.open .icon-close { display: inline; }

@media (max-width: 860px) {
  .nav-inner { position: relative; }
  .nav-toggle { display: inline-flex; order: 3; margin-left: 8px; }
  .nav-links {
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    right: 0;
    background: var(--paper);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    gap: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    box-shadow: 0 24px 40px -20px rgba(15, 62, 29, 0.15);
  }
  .nav-links.open {
    max-height: 420px;
  }
  .nav-links a:not(.nav-cta) {
    display: block;
    padding: 16px 32px;
    border-bottom: 1px solid var(--line);
    font-size: 16px;
  }
  .nav-links a.nav-cta {
    margin: 16px 32px 20px;
    text-align: center;
    justify-content: center;
    padding: 14px 24px;
  }
}
@media (max-width: 500px) {
  .nav-links a:not(.nav-cta) { padding: 14px 24px; }
  .nav-links a.nav-cta { margin: 12px 24px 16px; }
}

/* ============ HERO ============ */
.hero {
  position: relative;
  padding: 160px 0 100px;
  overflow: hidden;
  background: var(--paper);
}
.hero-bg-frond {
  position: absolute;
  right: -180px;
  top: 40px;
  width: 720px;
  opacity: 0.09;
  transform: rotate(-12deg);
  pointer-events: none;
  z-index: 0;
}
.hero-bg-frond svg { width: 100%; height: auto; }

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero { padding: 130px 0 60px; }
}

.eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--amber-deep);
  margin-bottom: 28px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--amber-deep);
}

.hero h1 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(42px, 6.4vw, 84px);
  line-height: 0.96;
  letter-spacing: -0.035em;
  color: var(--forest-deep);
  margin-bottom: 28px;
  font-variation-settings: "opsz" 144;
}
.hero h1 .accent {
  font-style: italic;
  font-weight: 400;
  color: var(--lime);
  display: inline-block;
  position: relative;
}
.hero h1 .accent::after {
  content: "";
  position: absolute;
  bottom: 0.08em;
  left: 0;
  right: 0;
  height: 12px;
  background: var(--amber);
  opacity: 0.35;
  z-index: -1;
  border-radius: 2px;
}

.hero p.lead {
  font-size: 19px;
  line-height: 1.55;
  color: var(--muted);
  max-width: 540px;
  margin-bottom: 40px;
}

.hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 30px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  border: none;
  transition: all 0.25s ease;
  font-family: inherit;
}
.btn-primary {
  background: var(--forest);
  color: var(--paper);
  box-shadow: 0 8px 24px rgba(15, 62, 29, 0.25);
}
.btn-primary:hover {
  background: var(--forest-deep);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(15, 62, 29, 0.32);
}
.btn-primary .arrow { transition: transform 0.2s; }
.btn-primary:hover .arrow { transform: translateX(4px); }
.btn-ghost {
  background: transparent;
  color: var(--forest-deep);
  border: 1.5px solid var(--forest);
  padding-left: 28px;
  padding-right: 28px;
}
.btn-ghost:hover {
  background: var(--forest);
  color: var(--paper);
}

.hero-trust {
  margin-top: 44px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  color: var(--muted);
}
.hero-trust-dots {
  display: flex;
}
.trust-dot {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid var(--paper);
  background: linear-gradient(135deg, var(--sage), var(--lime));
  margin-left: -8px;
  font-size: 11px;
  color: var(--forest-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.trust-dot:first-child { margin-left: 0; }
.trust-dot:nth-child(2) { background: linear-gradient(135deg, var(--amber), var(--amber-deep)); color: white; }
.trust-dot:nth-child(3) { background: linear-gradient(135deg, #7B9E5D, var(--forest)); color: white; }
.trust-dot:nth-child(4) { background: linear-gradient(135deg, var(--paper-warm), var(--amber)); }

/* Date card — signature element */
.date-card {
  background: var(--forest-deep);
  color: var(--paper);
  padding: 40px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 80px -20px rgba(15, 62, 29, 0.4);
  border: 1px solid rgba(140, 198, 63, 0.15);
}
.date-card::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -30%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(140, 198, 63, 0.15), transparent 60%);
  pointer-events: none;
}
.date-card-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--lime);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.date-card-label::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--lime);
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(140, 198, 63, 0.6); }
  50% { opacity: 0.8; box-shadow: 0 0 0 8px rgba(140, 198, 63, 0); }
}
.date-numerals {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(72px, 10vw, 128px);
  line-height: 0.85;
  letter-spacing: -0.05em;
  color: var(--paper);
  margin-bottom: 8px;
  font-variation-settings: "opsz" 144;
  display: flex;
  align-items: baseline;
  gap: 0.06em;
}
.date-numerals .dot {
  color: var(--lime);
  font-size: 0.6em;
  line-height: 0.85;
}
.date-month {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  color: var(--lime);
  margin-bottom: 32px;
  letter-spacing: 0.02em;
}
.date-meta {
  padding-top: 28px;
  border-top: 1px solid rgba(250, 248, 241, 0.15);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  font-size: 14px;
}
.date-meta-item .label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(250, 248, 241, 0.5);
  margin-bottom: 6px;
  display: block;
}
.date-meta-item .value {
  color: var(--paper);
  font-weight: 500;
}

/* ============ MARQUEE ============ */
.marquee {
  padding: 32px 0;
  background: var(--forest-deep);
  color: var(--paper);
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.marquee-track {
  display: flex;
  gap: 60px;
  white-space: nowrap;
  animation: marquee 40s linear infinite;
  font-family: var(--font-display);
  font-weight: 500;
  font-style: italic;
  font-size: 22px;
  letter-spacing: -0.01em;
}
.marquee-track span {
  display: flex;
  align-items: center;
  gap: 60px;
}
.marquee-track span::after {
  content: "✦";
  color: var(--lime);
  font-style: normal;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ============ GROWTH — the "975 became a movement" story ============ */
.growth {
  padding: 120px 0;
  background: var(--paper-warm);
  position: relative;
  overflow: hidden;
}
.growth-inner {
  position: relative;
  z-index: 2;
}
.section-label {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--amber-deep);
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.section-label::before {
  content: "";
  width: 32px;
  height: 1px;
  background: var(--amber-deep);
}

.section-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: var(--forest-deep);
  max-width: 780px;
  margin-bottom: 24px;
  font-variation-settings: "opsz" 144;
}
.section-title em {
  font-style: italic;
  font-weight: 400;
  color: var(--lime);
}
.section-sub {
  font-size: 18px;
  color: var(--muted);
  max-width: 620px;
  line-height: 1.6;
  margin-bottom: 60px;
}

.growth-numbers {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}
@media (max-width: 800px) {
  .growth-numbers { grid-template-columns: 1fr; gap: 20px; }
  .growth-arrow { display: none; }
}
.growth-year {
  padding: 40px;
  border-radius: 20px;
  background: var(--paper);
  border: 1px solid var(--line);
  position: relative;
}
.growth-year.future {
  background: var(--forest-deep);
  color: var(--paper);
  transform: scale(1.05);
  box-shadow: 0 30px 60px -20px rgba(15, 62, 29, 0.4);
}
.growth-year-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 16px;
}
.growth-year.future .growth-year-label { color: var(--lime); }
.growth-number {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 96px;
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: var(--forest-deep);
  margin-bottom: 8px;
  font-variation-settings: "opsz" 144;
}
.growth-year.future .growth-number { color: var(--paper); }
.growth-year.future .growth-number sup { color: var(--lime); font-size: 0.5em; vertical-align: super; }
.growth-caption {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.5;
}
.growth-year.future .growth-caption { color: rgba(250, 248, 241, 0.75); }
.growth-arrow {
  color: var(--amber);
  font-size: 48px;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 300;
}

.growth-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 80px;
  padding-top: 60px;
  border-top: 1px solid var(--line);
}
@media (max-width: 800px) {
  .growth-stats { grid-template-columns: repeat(2, 1fr); gap: 32px 20px; }
}
.stat-item .stat-num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  color: var(--forest-deep);
  letter-spacing: -0.03em;
  margin-bottom: 8px;
  font-variation-settings: "opsz" 144;
}
.stat-item .stat-label {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.4;
}

/* ============ ABOUT ============ */
.about {
  padding: 120px 0;
  background: var(--paper);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: start;
}
@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; gap: 60px; }
}
.about-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.about-item {
  display: flex;
  gap: 24px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
}
.about-item:last-child { border-bottom: none; padding-bottom: 0; }
.about-item-num {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 500;
  color: var(--amber-deep);
  padding-top: 6px;
  min-width: 32px;
}
.about-item h3 {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  color: var(--forest-deep);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.about-item p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

/* ============ PROGRAMS ============ */
.programs {
  padding: 120px 0;
  background: var(--paper);
  border-top: 1px solid var(--line);
}
.programs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 60px;
  margin-bottom: 24px;
}
@media (max-width: 900px) { .programs-grid { grid-template-columns: 1fr; } }

.program-card {
  padding: 32px 28px;
  border-radius: 20px;
  background: var(--paper-warm);
  border: 1px solid var(--line);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  min-height: 240px;
}
.program-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px -20px rgba(15, 62, 29, 0.18);
  border-color: rgba(140, 198, 63, 0.5);
}
.program-card-tag {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--amber-deep);
  margin-bottom: 18px;
}
.program-card h4 {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 600;
  color: var(--forest-deep);
  margin-bottom: 12px;
  letter-spacing: -0.015em;
  line-height: 1.15;
}
.program-card p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.55;
  margin-bottom: 20px;
  flex-grow: 1;
}
.program-card-cta {
  font-size: 13px;
  font-weight: 600;
  color: var(--forest);
  padding-top: 16px;
  border-top: 1px solid var(--line);
  transition: color 0.2s;
}
.program-card:hover .program-card-cta { color: var(--amber-deep); }

/* Hub Directory feature block */
.hub-feature {
  margin-top: 20px;
  background: var(--forest-deep);
  color: var(--paper);
  border-radius: 24px;
  padding: 48px;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hub-feature::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(140, 198, 63, 0.15), transparent 65%);
  pointer-events: none;
}
@media (max-width: 800px) {
  .hub-feature { grid-template-columns: 1fr; padding: 36px 28px; gap: 32px; }
}
.hub-feature-content { position: relative; z-index: 2; }
.hub-badge {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--forest-deep);
  background: var(--lime);
  padding: 6px 12px;
  border-radius: 100px;
  margin-bottom: 20px;
  font-weight: 600;
}
.hub-feature h3 {
  font-family: var(--font-display);
  font-size: clamp(30px, 3.6vw, 40px);
  font-weight: 600;
  color: var(--paper);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.hub-feature p {
  color: rgba(250, 248, 241, 0.75);
  font-size: 16px;
  line-height: 1.6;
  max-width: 480px;
}
.hub-feature-form { position: relative; z-index: 2; }
.hub-input-row {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.hub-input {
  flex-grow: 1;
  background: rgba(250, 248, 241, 0.08);
  border: 1.5px solid rgba(250, 248, 241, 0.2);
  color: var(--paper);
}
.hub-input:focus {
  border-color: var(--lime);
  background: rgba(250, 248, 241, 0.12);
  box-shadow: 0 0 0 4px rgba(140, 198, 63, 0.15);
}
.hub-input::placeholder { color: rgba(250, 248, 241, 0.4); }
.hub-submit {
  padding: 14px 22px;
  background: var(--lime);
  color: var(--forest-deep);
  border: none;
  border-radius: 10px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}
.hub-submit:hover { background: var(--lime-glow); transform: translateY(-1px); }
.hub-success {
  color: var(--lime);
  font-size: 13px;
  margin-top: 12px;
  display: none;
}
.hub-success.show { display: block; }
@media (max-width: 500px) {
  .hub-input-row { flex-direction: column; }
  .hub-submit { width: 100%; }
}

/* ============ SKILLS ============ */
.skills {
  padding: 120px 0;
  background: var(--forest-deep);
  color: var(--paper);
  position: relative;
  overflow: hidden;
}
.skills::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(140, 198, 63, 0.12), transparent 65%);
  pointer-events: none;
}
.skills .section-label { color: var(--lime); }
.skills .section-label::before { background: var(--lime); }
.skills .section-title { color: var(--paper); }
.skills .section-title em { color: var(--lime); }
.skills .section-sub { color: rgba(250, 248, 241, 0.7); }

.skills-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 60px;
}
@media (max-width: 900px) { .skills-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .skills-grid { grid-template-columns: 1fr; } }

.skill-card {
  padding: 28px 24px;
  border-radius: 16px;
  background: rgba(250, 248, 241, 0.05);
  border: 1px solid rgba(250, 248, 241, 0.08);
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
}
.skill-card:hover {
  background: rgba(140, 198, 63, 0.1);
  border-color: rgba(140, 198, 63, 0.3);
  transform: translateY(-4px);
}
.skill-card-num {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--lime);
  letter-spacing: 0.15em;
  margin-bottom: 16px;
}
.skill-card h4 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 500;
  color: var(--paper);
  margin-bottom: 6px;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.skill-card p {
  font-size: 13px;
  color: rgba(250, 248, 241, 0.55);
  line-height: 1.5;
}
.skill-card.new::after {
  content: "NEW";
  position: absolute;
  top: 16px;
  right: 16px;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.15em;
  color: var(--amber);
  padding: 3px 8px;
  border: 1px solid rgba(217, 164, 65, 0.4);
  border-radius: 4px;
}

/* ============ SPEAKERS ============ */
.speakers {
  padding: 120px 0;
  background: var(--paper);
}
.speakers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 60px;
}
@media (max-width: 900px) { .speakers-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .speakers-grid { grid-template-columns: 1fr; } }

.speaker-card {
  border-radius: 20px;
  overflow: hidden;
  background: var(--paper-warm);
  border: 1px solid var(--line);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.speaker-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px -20px rgba(15, 62, 29, 0.2);
}
.speaker-avatar {
  aspect-ratio: 1;
  background: linear-gradient(135deg, var(--sage), var(--lime));
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.speaker-avatar-initials {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 72px;
  color: var(--forest-deep);
  letter-spacing: -0.04em;
  opacity: 0.85;
}
.speaker-card:nth-child(2) .speaker-avatar { background: linear-gradient(135deg, var(--amber), var(--amber-deep)); }
.speaker-card:nth-child(2) .speaker-avatar-initials { color: var(--forest-deep); }
.speaker-card:nth-child(3) .speaker-avatar { background: linear-gradient(135deg, var(--forest), var(--lime)); }
.speaker-card:nth-child(3) .speaker-avatar-initials { color: var(--paper); }
.speaker-card:nth-child(4) .speaker-avatar { background: linear-gradient(135deg, var(--paper-warm), var(--amber)); }
.speaker-card:nth-child(5) .speaker-avatar { background: linear-gradient(135deg, var(--sage), var(--forest)); }
.speaker-card:nth-child(5) .speaker-avatar-initials { color: var(--paper); }
.speaker-card:nth-child(6) .speaker-avatar { background: linear-gradient(135deg, var(--amber-deep), var(--forest-deep)); }
.speaker-card:nth-child(6) .speaker-avatar-initials { color: var(--paper); }

.speaker-body { padding: 24px 24px 28px; }
.speaker-tag {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--amber-deep);
  margin-bottom: 10px;
}
.speaker-name {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  color: var(--forest-deep);
  margin-bottom: 4px;
  letter-spacing: -0.015em;
}
.speaker-role {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 14px;
}
.speaker-topic {
  font-size: 14px;
  color: var(--forest-deep);
  font-weight: 500;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  line-height: 1.4;
}
.speaker-topic em {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  color: var(--muted);
  display: block;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.speakers-more {
  text-align: center;
  margin-top: 60px;
  font-family: var(--font-display);
  font-style: italic;
  color: var(--muted);
  font-size: 18px;
}
.speakers-more strong {
  color: var(--forest-deep);
  font-style: normal;
  font-weight: 600;
}

/* ============ SCHEDULE ============ */
.schedule {
  padding: 120px 0;
  background: var(--paper-warm);
}
.schedule-days {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 60px;
}
@media (max-width: 800px) { .schedule-days { grid-template-columns: 1fr; } }

.day-card {
  background: var(--paper);
  border-radius: 20px;
  padding: 36px 32px;
  border: 1px solid var(--line);
  position: relative;
}
.day-card-marker {
  position: absolute;
  top: 0;
  left: 32px;
  width: 60px;
  height: 6px;
  background: var(--lime);
  border-radius: 0 0 4px 4px;
}
.day-card:nth-child(2) .day-card-marker { background: var(--amber); }
.day-card:nth-child(3) .day-card-marker { background: var(--forest); }

.day-num {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.2em;
  margin-bottom: 12px;
  margin-top: 20px;
}
.day-date {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 52px;
  line-height: 1;
  color: var(--forest-deep);
  letter-spacing: -0.03em;
  margin-bottom: 6px;
  font-variation-settings: "opsz" 144;
}
.day-month {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 24px;
}
.day-title {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  color: var(--forest-deep);
  margin-bottom: 18px;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.day-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.day-list li {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  color: var(--forest-deep);
  line-height: 1.4;
}
.day-list li:last-child { border-bottom: none; }
.day-list li::before {
  content: "";
  min-width: 6px;
  height: 6px;
  background: var(--lime);
  border-radius: 50%;
  margin-top: 8px;
}

/* ============ TESTIMONIALS ============ */
.testimonials {
  padding: 120px 0;
  background: var(--paper);
}
.testimonial-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 60px;
}
@media (max-width: 900px) { .testimonial-track { grid-template-columns: 1fr; } }

.testi-card {
  padding: 36px 32px;
  border-radius: 20px;
  background: var(--paper-warm);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}
.testi-quote-mark {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 64px;
  line-height: 0.5;
  color: var(--lime);
  margin-bottom: 20px;
}
.testi-body {
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 1.4;
  color: var(--forest-deep);
  font-weight: 400;
  letter-spacing: -0.005em;
  flex-grow: 1;
  margin-bottom: 24px;
}
.testi-attr {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.testi-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sage), var(--lime));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  color: var(--forest-deep);
}
.testi-card:nth-child(2) .testi-avatar { background: linear-gradient(135deg, var(--amber), var(--amber-deep)); color: var(--paper); }
.testi-card:nth-child(3) .testi-avatar { background: linear-gradient(135deg, var(--forest), var(--lime)); color: var(--paper); }
.testi-attr-info .name {
  font-size: 14px;
  font-weight: 600;
  color: var(--forest-deep);
}
.testi-attr-info .role {
  font-size: 12px;
  color: var(--muted);
}

/* ============ GALLERY ============ */
.gallery {
  padding: 120px 0;
  background: var(--paper-warm);
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 56px;
}
@media (max-width: 900px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } }
@media (max-width: 500px) { .gallery-grid { grid-template-columns: 1fr; } }

.gallery-item {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  background: var(--sage);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.gallery-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px -18px rgba(15, 62, 29, 0.3);
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.gallery-item:hover img { transform: scale(1.04); }

/* Placeholder blocks — only shown when no real <img> present.
   Replace .gallery-ph divs with <img loading="lazy" src="..." alt="..."> when real photos are added. */
.gallery-ph {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  color: var(--paper);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
.gallery-ph::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
}
.gallery-ph span { position: relative; z-index: 2; }
.gallery-ph-1 { background: linear-gradient(135deg, #0F3E1D, #8CC63F); }
.gallery-ph-2 { background: linear-gradient(135deg, #D9A441, #B08432); }
.gallery-ph-3 { background: linear-gradient(135deg, #08251A, #0F3E1D); }
.gallery-ph-4 { background: linear-gradient(135deg, #8CC63F, #D9A441); color: var(--forest-deep); }
.gallery-ph-5 { background: linear-gradient(135deg, #0F3E1D, #08251A); }
.gallery-ph-6 { background: linear-gradient(135deg, #DDE5C8, #8CC63F); color: var(--forest-deep); }
.gallery-ph-7 { background: linear-gradient(135deg, #B08432, #08251A); }
.gallery-ph-8 { background: linear-gradient(135deg, #0F3E1D, #D9A441); }

/* Videos */
.gallery-video-heading {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 600;
  color: var(--forest-deep);
  margin-top: 80px;
  margin-bottom: 24px;
  letter-spacing: -0.015em;
}
.gallery-videos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 900px) { .gallery-videos { grid-template-columns: 1fr; } }

.lite-yt {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  background: var(--forest-deep);
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.lite-yt:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px -18px rgba(15, 62, 29, 0.35);
}
.lite-yt::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.55) 100%);
  z-index: 1;
  transition: background 0.2s;
}
.lite-yt:hover::before { background: linear-gradient(180deg, rgba(0,0,0,0.1) 40%, rgba(0,0,0,0.65) 100%); }
.lyt-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 2;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.5));
  transition: transform 0.2s ease;
}
.lite-yt:hover .lyt-play { transform: translate(-50%, -50%) scale(1.08); }
.lyt-thumb-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--paper);
  z-index: 1;
  background: linear-gradient(135deg, var(--forest-deep) 0%, var(--forest) 60%, #1a4a2b 100%);
}
.lyt-fallback-label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--lime);
}
.lyt-fallback-sub {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 500;
  color: rgba(250, 248, 241, 0.85);
}
.lite-yt.has-thumb .lyt-thumb-fallback { display: none; }
.lite-yt iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 3;
}

/* ============ LIGHTBOX ============ */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(8, 21, 15, 0.94);
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  animation: fadeIn 0.2s ease;
}
.lightbox[hidden] { display: none; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

.lb-stage {
  max-width: min(1100px, 92vw);
  max-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lb-stage img,
.lb-stage .gallery-ph {
  max-width: 100%;
  max-height: 80vh;
  border-radius: 12px;
  object-fit: contain;
  width: auto;
  height: auto;
}
.lb-stage .gallery-ph {
  min-width: 600px;
  min-height: 450px;
  aspect-ratio: 4/3;
}
@media (max-width: 700px) { .lb-stage .gallery-ph { min-width: 90vw; min-height: 60vw; } }

.lb-caption {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--paper);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 8px 16px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 100px;
  backdrop-filter: blur(10px);
}
.lb-close, .lb-nav {
  position: absolute;
  background: rgba(250, 248, 241, 0.1);
  border: 1px solid rgba(250, 248, 241, 0.2);
  color: var(--paper);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lb-close:hover, .lb-nav:hover {
  background: rgba(250, 248, 241, 0.2);
  transform: scale(1.05);
}
.lb-close {
  top: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
}
.lb-nav {
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
}
.lb-nav:hover { transform: translateY(-50%) scale(1.05); }
.lb-prev { left: 24px; }
.lb-next { right: 24px; }
@media (max-width: 600px) {
  .lb-nav { width: 42px; height: 42px; }
  .lb-prev { left: 12px; }
  .lb-next { right: 12px; }
}

/* ============ SPONSORS ============ */
.sponsors {
  padding: 120px 0;
  background: var(--paper-warm);
}
.sponsors-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 900px) { .sponsors-grid { grid-template-columns: 1fr; } }

.sponsors-tiers {
  background: var(--paper);
  border-radius: 20px;
  padding: 32px;
  border: 1px solid var(--line);
}
.sponsor-row {
  display: grid;
  grid-template-columns: 100px 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px dashed var(--line);
}
.sponsor-row:last-child { border-bottom: none; }
.sponsor-row:first-child { padding-top: 0; }
.sponsor-tier-name {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--forest-deep);
  letter-spacing: -0.01em;
}
.sponsor-tier-name.platinum { color: var(--amber-deep); }
.sponsor-tier-name.gold { color: var(--amber); }
.sponsor-benefits {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.4;
}
.sponsor-price {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 500;
  color: var(--forest-deep);
  text-align: right;
}

/* ============ FAQ ============ */
.faq {
  padding: 120px 0;
  background: var(--paper);
}
.faq-list {
  max-width: 820px;
  margin: 60px auto 0;
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-question {
  width: 100%;
  padding: 28px 0;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
  color: var(--forest-deep);
  letter-spacing: -0.01em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  transition: color 0.2s;
}
.faq-question:hover { color: var(--amber-deep); }
.faq-icon {
  min-width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--sage);
  color: var(--forest-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  transition: transform 0.3s, background 0.2s;
  font-family: var(--font-body);
}
.faq-item.open .faq-icon {
  transform: rotate(45deg);
  background: var(--amber);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}
.faq-item.open .faq-answer {
  max-height: 400px;
  padding-bottom: 28px;
}

/* ============ REGISTER (CTA / FORM) ============ */
.register {
  padding: 120px 0;
  background: var(--forest-deep);
  color: var(--paper);
  position: relative;
  overflow: hidden;
}
.register::before {
  content: "";
  position: absolute;
  bottom: -200px;
  left: -100px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(140, 198, 63, 0.15), transparent 65%);
  pointer-events: none;
}
.register::after {
  content: "";
  position: absolute;
  top: -200px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(217, 164, 65, 0.1), transparent 65%);
  pointer-events: none;
}
.register-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 900px) { .register-inner { grid-template-columns: 1fr; gap: 40px; } }

.register .section-label { color: var(--lime); }
.register .section-label::before { background: var(--lime); }
.register h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: var(--paper);
  margin-bottom: 24px;
  font-variation-settings: "opsz" 144;
}
.register h2 em {
  font-style: italic;
  font-weight: 400;
  color: var(--lime);
}
.register p.lead {
  font-size: 17px;
  color: rgba(250, 248, 241, 0.7);
  line-height: 1.6;
  max-width: 460px;
  margin-bottom: 32px;
}
.register-perks {
  list-style: none;
  padding: 0;
}
.register-perks li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  font-size: 15px;
  color: rgba(250, 248, 241, 0.85);
}
.register-perks li::before {
  content: "✓";
  color: var(--forest-deep);
  background: var(--lime);
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
}

.reg-form {
  background: var(--paper);
  color: var(--forest-deep);
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 40px 100px -20px rgba(0, 0, 0, 0.4);
}
.reg-form-title {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.reg-form-sub {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 28px;
}
.form-row {
  margin-bottom: 18px;
}
.form-row.two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (max-width: 500px) { .form-row.two { grid-template-columns: 1fr; } }
.form-label {
  display: block;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}
.form-input, .form-select {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  font-family: inherit;
  font-size: 15px;
  color: var(--forest-deep);
  background: var(--paper);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.form-input:focus, .form-select:focus {
  outline: none;
  border-color: var(--forest);
  box-shadow: 0 0 0 4px rgba(140, 198, 63, 0.15);
}
.form-select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%230F3E1D' stroke-width='1.5' fill='none' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}
.form-submit {
  width: 100%;
  padding: 18px;
  background: var(--forest);
  color: var(--paper);
  border: none;
  border-radius: 100px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.form-submit:hover {
  background: var(--lime);
  color: var(--forest-deep);
  transform: translateY(-1px);
}
.form-consent {
  font-size: 12px;
  color: var(--muted);
  margin-top: 16px;
  text-align: center;
  line-height: 1.5;
}
.form-consent a { color: var(--forest); text-decoration: underline; text-underline-offset: 3px; }

.form-input.is-error,
.form-select.is-error {
  border-color: var(--amber-deep);
}
.form-field-error {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--amber-deep);
  margin-top: 6px;
  display: none;
}
.form-field-error.show { display: block; }
.form-submit-error {
  font-size: 13px;
  color: var(--amber-deep);
  text-align: center;
  line-height: 1.5;
  margin-top: 10px;
  display: none;
}
.form-submit-error.show { display: block; }
.form-submit-error a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.form-submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}

.success-msg {
  text-align: center;
  padding: 40px 20px;
  display: none;
}
.success-msg.show { display: block; }
.success-icon {
  width: 64px;
  height: 64px;
  background: var(--lime);
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: var(--forest-deep);
}
.success-msg h4 {
  font-family: var(--font-display);
  font-size: 26px;
  color: var(--forest-deep);
  margin-bottom: 10px;
  font-weight: 600;
}
.success-msg p {
  color: var(--muted);
  font-size: 15px;
}

/* ============ FOOTER ============ */
.footer {
  padding: 60px 0 32px;
  background: var(--forest-deep);
  color: rgba(250, 248, 241, 0.7);
  border-top: 1px solid rgba(140, 198, 63, 0.15);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
.footer-logo {
  height: 44px;
  width: auto;
  display: block;
  margin-bottom: 20px;
}
.footer-tag {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--lime);
  font-size: 15px;
  margin-bottom: 20px;
}
.footer-desc {
  font-size: 13px;
  line-height: 1.6;
  max-width: 320px;
}
.footer-col h5 {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lime);
  margin-bottom: 16px;
}
.footer-col ul { list-style: none; }
.footer-col ul li { padding: 6px 0; font-size: 14px; }
.footer-col ul li a { transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--paper); }
.powered-by {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 28px 0;
  margin-bottom: 8px;
  border-top: 1px solid rgba(250, 248, 241, 0.1);
  border-bottom: 1px solid rgba(250, 248, 241, 0.1);
}
.powered-by-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(250, 248, 241, 0.5);
}
.powered-by-link {
  display: inline-flex;
  align-items: center;
  opacity: 0.85;
  transition: opacity 0.2s;
}
.powered-by-link:hover { opacity: 1; }
.powered-by-logo {
  height: 26px;
  width: auto;
  display: block;
}
@media (max-width: 500px) {
  .powered-by { flex-direction: column; gap: 12px; padding: 24px 0; }
  .powered-by-logo { height: 22px; }
}

.footer-bottom {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(250, 248, 241, 0.5);
  flex-wrap: wrap;
  gap: 16px;
}

/* Fade-in on scroll */
.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
/* ============ NAV — DONATE PILL (outlined) ============ */
.nav-donate {
  border: 1.5px solid var(--forest);
  color: var(--forest-deep) !important;
  padding: 9px 18px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
}
.nav-donate:hover {
  background: var(--forest);
  color: var(--paper) !important;
}
@media (max-width: 860px) {
  .nav-donate {
    margin: 0 32px;
    text-align: center;
    justify-content: center;
    padding: 14px 24px;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom-width: 1px;
  }
  .nav-donate:hover { border-radius: 0; }
}

/* Active nav link */
.nav-links a[aria-current="page"]:not(.nav-cta):not(.nav-donate) {
  color: var(--amber-deep);
}
.nav-links a[aria-current="page"]:not(.nav-cta):not(.nav-donate)::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--amber-deep);
  border-radius: 1px;
}

/* ============ FOOTER NEWSLETTER STRIP ============ */
.footer-newsletter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 40px 48px;
  background: rgba(140, 198, 63, 0.08);
  border: 1px solid rgba(140, 198, 63, 0.2);
  border-radius: 20px;
  margin-bottom: 56px;
}
@media (max-width: 700px) {
  .footer-newsletter { grid-template-columns: 1fr; padding: 28px 24px; gap: 24px; }
}
.footer-newsletter-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--lime);
  margin-bottom: 8px;
}
.footer-newsletter-sub {
  font-size: 15px;
  color: rgba(250, 248, 241, 0.75);
  line-height: 1.5;
}
.footer-newsletter-form {
  display: flex;
  gap: 8px;
}
.footer-newsletter-input {
  flex-grow: 1;
  background: rgba(250, 248, 241, 0.08);
  border: 1.5px solid rgba(250, 248, 241, 0.2);
  color: var(--paper);
  padding: 13px 16px;
  border-radius: 10px;
  font-family: inherit;
  font-size: 14px;
  transition: border-color 0.2s;
}
.footer-newsletter-input:focus {
  outline: none;
  border-color: var(--lime);
}
.footer-newsletter-input::placeholder { color: rgba(250, 248, 241, 0.4); }
.footer-newsletter-btn {
  padding: 13px 22px;
  background: var(--lime);
  color: var(--forest-deep);
  border: none;
  border-radius: 10px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}
.footer-newsletter-btn:hover { background: var(--lime-glow); transform: translateY(-1px); }
@media (max-width: 500px) {
  .footer-newsletter-form { flex-direction: column; }
  .footer-newsletter-btn { width: 100%; }
}

/* ============ PAGE HERO (inner pages) ============ */
.page-hero {
  padding: 140px 0 80px;
  background: var(--forest-deep);
  color: var(--paper);
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(140, 198, 63, 0.12), transparent 65%);
  pointer-events: none;
}
.page-hero::after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: -80px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(217, 164, 65, 0.08), transparent 65%);
  pointer-events: none;
}
.page-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 760px;
}
.page-hero .eyebrow {
  color: var(--lime);
}
.page-hero .eyebrow::before { background: var(--lime); }
.page-hero h1 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: 1.0;
  letter-spacing: -0.035em;
  color: var(--paper);
  margin-bottom: 24px;
  font-variation-settings: "opsz" 144;
}
.page-hero h1 em {
  font-style: italic;
  font-weight: 400;
  color: var(--lime);
}
.page-hero p.lead {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(250, 248, 241, 0.75);
  max-width: 600px;
}

/* ============ BLOG ============ */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 60px;
}
@media (max-width: 900px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px) { .blog-grid { grid-template-columns: 1fr; } }

.blog-card {
  border-radius: 20px;
  overflow: hidden;
  background: var(--paper-warm);
  border: 1px solid var(--line);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px -20px rgba(15, 62, 29, 0.18);
}
.blog-card-thumb {
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, var(--forest), var(--lime));
  position: relative;
  overflow: hidden;
}
.blog-card-thumb.amber { background: linear-gradient(135deg, var(--amber), var(--amber-deep)); }
.blog-card-thumb.deep { background: linear-gradient(135deg, var(--forest-deep), var(--forest)); }
.blog-card-body {
  padding: 24px 24px 28px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.blog-card-tag {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--amber-deep);
  margin-bottom: 12px;
}
.blog-card-title {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--forest-deep);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
  line-height: 1.25;
  flex-grow: 1;
}
.blog-card-excerpt {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.55;
  margin-bottom: 18px;
}
.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  color: var(--muted);
  font-family: var(--font-mono);
  letter-spacing: 0.08em;
}
.blog-card-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sage), var(--lime));
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 11px;
  color: var(--forest-deep);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============ DONATE PAGE ============ */
.donation-amounts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}
.amount-btn {
  padding: 12px 24px;
  border-radius: 100px;
  border: 1.5px solid var(--line);
  background: var(--paper-warm);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  color: var(--forest-deep);
  cursor: pointer;
  transition: all 0.2s;
  letter-spacing: -0.01em;
}
.amount-btn:hover, .amount-btn.active {
  background: var(--forest);
  color: var(--paper);
  border-color: var(--forest);
}
.donate-impact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 60px;
}
@media (max-width: 700px) { .donate-impact-grid { grid-template-columns: 1fr; } }
.impact-card {
  padding: 28px 24px;
  border-radius: 16px;
  background: var(--paper-warm);
  border: 1px solid var(--line);
}
.impact-amount {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 700;
  color: var(--forest-deep);
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.impact-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
}

/* ============ HUB PAGE ============ */
.hub-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 60px;
  margin-bottom: 80px;
}
@media (max-width: 700px) { .hub-stats { grid-template-columns: 1fr; } }
.hub-stat {
  padding: 32px;
  border-radius: 16px;
  background: rgba(250, 248, 241, 0.05);
  border: 1px solid rgba(250, 248, 241, 0.1);
  text-align: center;
}
.hub-stat-num {
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 700;
  color: var(--lime);
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 8px;
}
.hub-stat-label {
  font-size: 14px;
  color: rgba(250, 248, 241, 0.7);
}
.hub-how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 60px;
}
@media (max-width: 700px) { .hub-how-grid { grid-template-columns: 1fr; } }
.hub-how-card {
  padding: 32px 28px;
  border-radius: 20px;
  background: var(--paper-warm);
  border: 1px solid var(--line);
}
.hub-how-num {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--amber-deep);
  margin-bottom: 16px;
}
.hub-how-card h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  color: var(--forest-deep);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.hub-how-card p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}

/* ============ THREE DAYS (sessions section) ============ */
.three-days {
  padding: 120px 0;
  background: var(--forest-deep);
  color: var(--paper);
  position: relative;
  overflow: hidden;
}
.three-days::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -150px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(140, 198, 63, 0.1), transparent 65%);
  pointer-events: none;
}
.three-days::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(217, 164, 65, 0.07), transparent 65%);
  pointer-events: none;
}
.three-days .section-label { color: var(--lime); }
.three-days .section-label::before { background: var(--lime); }
.three-days .section-title { color: var(--paper); }
.three-days .section-title em { color: var(--lime); }

.three-days-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 60px;
}
@media (max-width: 900px) { .three-days-grid { grid-template-columns: 1fr; } }

.day-session-card {
  background: rgba(250, 248, 241, 0.04);
  border: 1px solid rgba(250, 248, 241, 0.09);
  border-radius: 24px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.day-session-card:hover {
  background: rgba(250, 248, 241, 0.08);
  border-color: rgba(140, 198, 63, 0.3);
  transform: translateY(-4px);
}
.day-session-tag {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--lime);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.day-session-tag::before {
  content: "";
  width: 20px;
  height: 1px;
  background: var(--lime);
}
.day-session-title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  color: var(--paper);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.day-session-desc {
  font-size: 14px;
  color: rgba(250, 248, 241, 0.62);
  line-height: 1.75;
  flex-grow: 1;
  margin-bottom: 28px;
}
.day-session-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid rgba(250, 248, 241, 0.1);
}
.day-session-avatars {
  display: flex;
  gap: -4px;
}
.silhouette-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(250, 248, 241, 0.07);
  border: 1.5px solid rgba(250, 248, 241, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(250, 248, 241, 0.35);
  margin-left: -6px;
}
.silhouette-avatar:first-child { margin-left: 0; }
.silhouette-avatar.sm {
  width: 32px;
  height: 32px;
}
.silhouette-avatar.sm svg { width: 16px; height: 16px; }
.day-session-speaker-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.day-session-speaker-label {
  font-size: 12px;
  color: rgba(250, 248, 241, 0.45);
  font-family: var(--font-mono);
  letter-spacing: 0.06em;
}
.day-session-link {
  font-size: 12px;
  font-weight: 600;
  color: var(--lime);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  opacity: 0.85;
  transition: opacity 0.2s, gap 0.2s;
  white-space: nowrap;
}
.day-session-card:hover .day-session-link { opacity: 1; gap: 8px; }

/* ============ ABOUT SEP ============ */
.about-sep {
  padding: 100px 0;
  background: var(--paper-warm);
}
.about-sep-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 900px) { .about-sep-inner { grid-template-columns: 1fr; gap: 48px; } }

.about-sep-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.about-stat-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px;
}
.about-stat-num {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 700;
  color: var(--forest-deep);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 6px;
  font-variation-settings: "opsz" 144;
}
.about-stat-label {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.4;
}

/* ============ DONATE STRIP ============ */
.donate-strip {
  padding: 72px 0;
  background: var(--amber-deep);
  position: relative;
  overflow: hidden;
}
.donate-strip::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -60px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255,255,255,.08), transparent 65%);
  pointer-events: none;
}
.donate-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 700px) {
  .donate-strip-inner { flex-direction: column; text-align: center; }
}
.donate-strip-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(250, 248, 241, 0.65);
  margin-bottom: 10px;
}
.donate-strip-heading {
  font-family: var(--font-display);
  font-size: clamp(24px, 3.2vw, 38px);
  font-weight: 500;
  color: var(--paper);
  letter-spacing: -0.025em;
  line-height: 1.15;
  max-width: 580px;
  font-variation-settings: "opsz" 144;
}
.donate-strip .btn-donate {
  padding: 16px 32px;
  background: var(--paper);
  color: var(--amber-deep);
  border: none;
  border-radius: 100px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.donate-strip .btn-donate:hover {
  background: var(--forest-deep);
  color: var(--paper);
  transform: translateY(-2px);
}

/* ============ MAIN STAGE SPEAKERS ============ */
.main-stage {
  padding: 100px 0;
  background: var(--forest-deep);
  position: relative;
  overflow: hidden;
}
.main-stage::before {
  content: "";
  position: absolute;
  top: -200px; right: -200px;
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(140, 198, 63, 0.08), transparent 65%);
  pointer-events: none;
}
.main-stage .section-label { color: var(--lime); }
.main-stage .section-label::before { background: var(--lime); }
.main-stage .section-title { color: var(--paper); }
.main-stage .section-title em { color: var(--lime); }
.main-stage .section-sub { color: rgba(250, 248, 241, 0.6); }

.main-stage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 60px;
}
@media (max-width: 900px) { .main-stage-grid { grid-template-columns: 1fr; } }

.stage-card {
  background: rgba(250, 248, 241, 0.04);
  border: 1px solid rgba(250, 248, 241, 0.1);
  border-radius: 24px;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  transition: background 0.3s, border-color 0.3s;
}
.stage-card:hover {
  background: rgba(250, 248, 241, 0.07);
  border-color: rgba(140, 198, 63, 0.28);
}
.stage-card-tag {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--lime);
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.stage-card-tag::before {
  content: "";
  width: 20px;
  height: 1px;
  background: var(--lime);
}
.stage-card-date-num {
  font-family: var(--font-display);
  font-size: 80px;
  font-weight: 700;
  color: var(--paper);
  line-height: 1;
  letter-spacing: -0.04em;
  font-variation-settings: "opsz" 144;
}
.stage-card-date-label {
  font-size: 13px;
  color: rgba(250, 248, 241, 0.38);
  margin-top: 4px;
  margin-bottom: 20px;
  font-family: var(--font-mono);
  letter-spacing: 0.08em;
}
.stage-card-type {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(250, 248, 241, 0.38);
  margin-bottom: 8px;
}
.stage-card-topic {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 500;
  color: var(--paper);
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 12px;
  font-variation-settings: "opsz" 144;
}
.stage-card-speakers {
  border-top: 1px solid rgba(250, 248, 241, 0.1);
  padding-top: 20px;
}
.stage-speaker-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(250, 248, 241, 0.06);
}
.stage-speaker-row:last-child { border-bottom: none; padding-bottom: 0; }
.stage-speaker-row:first-child { padding-top: 0; }

/* Silhouette avatar circle */
.stage-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.stage-avatar.sm { width: 40px; height: 40px; }
.av-g1 { background: linear-gradient(155deg, var(--sage) 0%, var(--forest) 100%); }
.av-g2 { background: linear-gradient(155deg, var(--forest) 0%, var(--forest-deep) 100%); }
.av-g3 { background: linear-gradient(155deg, var(--sage) 20%, var(--lime) 100%); }
.av-g4 { background: linear-gradient(155deg, var(--amber) 0%, var(--forest) 100%); }
.av-g5 { background: linear-gradient(155deg, var(--sage) 0%, var(--amber) 100%); }
.av-gmod { background: linear-gradient(155deg, var(--forest-deep) 0%, var(--lime) 100%); }

.stage-speaker-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--paper);
  margin-bottom: 2px;
}
.stage-speaker-role {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(250, 248, 241, 0.38);
}
.stage-speaker-role.is-mod { color: rgba(140, 198, 63, 0.7); }

/* ============ FACILITATOR CARDS ============ */
.facilitators {
  padding: 100px 0;
  background: var(--paper-warm);
}

.facilitator-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 52px;
}
@media (max-width: 860px) { .facilitator-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .facilitator-grid { grid-template-columns: 1fr; } }

.facilitator-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.facilitator-card:hover {
  border-color: var(--sage);
  box-shadow: 0 4px 20px rgba(15, 62, 29, 0.07);
}
.facilitator-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
/* To add a real photo: replace the <svg> inside .facilitator-avatar with <img src="..." alt="..."> */
.fav-1 { background: linear-gradient(155deg, var(--lime) 0%, var(--forest) 100%); }
.fav-2 { background: linear-gradient(155deg, var(--sage) 0%, var(--forest) 100%); }
.fav-3 { background: linear-gradient(155deg, var(--amber) 0%, var(--forest) 100%); }
.fav-4 { background: linear-gradient(155deg, var(--amber-deep) 0%, var(--amber) 100%); }
.fav-5 { background: linear-gradient(155deg, var(--forest-deep) 0%, var(--sage) 100%); }
.fav-6 { background: linear-gradient(155deg, var(--sage) 0%, var(--lime) 100%); }

.facilitator-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.facilitator-track-tag {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
  order: 1;
  margin-bottom: 4px;
}
/* Track name is the headline — visually first */
.facilitator-track-subdesc {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  color: var(--forest-deep);
  letter-spacing: -0.01em;
  text-transform: none;
  margin: 0 0 2px;
  order: 0;
}
.facilitator-name {
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
  margin-bottom: 0;
  order: 2;
}
.facilitator-role {
  font-size: 12px;
  color: var(--muted);
  order: 3;
}
.facilitator-track-desc {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.55;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid var(--line);
  order: 4;
}
/* Bio: hidden until real content is ready — remove display:none to show */
.facilitator-bio {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
  margin-top: 10px;
  display: none;
  order: 5;
}

/* ============ SPEAKERS PAGE HERO (2-col layout) ============ */
.speakers-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 900px) {
  .speakers-hero-inner { grid-template-columns: 1fr; gap: 48px; }
}

.hero-topic-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero-topic-card {
  background: rgba(250, 248, 241, 0.05);
  border: 1px solid rgba(250, 248, 241, 0.1);
  border-left: 2px solid var(--lime);
  border-radius: 12px;
  padding: 18px 20px;
  transition: background 0.2s, border-color 0.2s;
}
.hero-topic-card:hover {
  background: rgba(250, 248, 241, 0.09);
}
.hero-topic-day {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--lime);
  margin-bottom: 7px;
  opacity: 0.85;
}
.hero-topic-title {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 500;
  color: var(--paper);
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 8px;
  font-variation-settings: "opsz" 72;
}
.hero-topic-date {
  font-size: 12px;
  color: rgba(250, 248, 241, 0.38);
  font-family: var(--font-mono);
  letter-spacing: 0.05em;
}

/* Description text inside main stage cards */
.stage-card-desc {
  font-size: 14px;
  color: rgba(250, 248, 241, 0.6);
  line-height: 1.75;
  margin-bottom: 20px;
}

/* ============ EVENTS PAGE — PROGRAMME SECTIONS ============ */
.program-section {
  padding: 96px 0;
}
.program-section-inner {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 72px;
  align-items: start;
}
@media (max-width: 900px) {
  .program-section-inner { grid-template-columns: 1fr; gap: 48px; }
}
.program-tag {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--forest);
  margin-bottom: 16px;
}
.program-heading {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 500;
  color: var(--forest-deep);
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: 20px;
  font-variation-settings: "opsz" 144;
}
.program-heading em { font-style: italic; color: var(--forest); }
.program-body {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 28px;
}
.program-points {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}
.program-points li {
  display: flex;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  color: var(--ink);
  line-height: 1.45;
}
.program-points li:last-child { border-bottom: none; }
.program-points li::before {
  content: "✓";
  color: var(--forest);
  font-weight: 700;
  flex-shrink: 0;
  min-width: 20px;
}
.theme-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--paper-warm);
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 10px 20px;
}
.theme-pill-eyebrow {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}
.theme-pill-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--forest-deep);
}
.theme-pill-dot {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--line);
}

/* Notification CTA card */
.notify-card {
  background: var(--forest-deep);
  border-radius: 24px;
  padding: 36px;
  position: sticky;
  top: 100px;
}
.notify-card-badge {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--lime);
  background: rgba(140, 198, 63, 0.12);
  border-radius: 100px;
  padding: 5px 12px;
  margin-bottom: 20px;
}
.notify-card-heading {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
  color: var(--paper);
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 10px;
  font-variation-settings: "opsz" 72;
}
.notify-card-sub {
  font-size: 14px;
  color: rgba(250, 248, 241, 0.58);
  line-height: 1.65;
  margin-bottom: 28px;
}
.notify-card .form-label { color: rgba(250, 248, 241, 0.6); }
.notify-card .form-input {
  background: rgba(250, 248, 241, 0.07);
  border-color: rgba(250, 248, 241, 0.15);
  color: var(--paper);
}
.notify-card .form-input::placeholder { color: rgba(250, 248, 241, 0.35); }
.notify-card .form-input:focus { border-color: var(--lime); }
.notify-success {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--lime);
  letter-spacing: 0.06em;
  display: none;
  padding-top: 8px;
}
.notify-success.show { display: block; }
@media (max-width: 900px) { .notify-card { position: static; } }

/* Business Devotionals slim banner */
.devos-banner {
  padding: 60px 0;
  background: var(--forest-deep);
}
.devos-banner-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 720px) { .devos-banner-inner { grid-template-columns: 1fr; gap: 32px; } }
.devos-banner-label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--lime);
  margin-bottom: 10px;
}
.devos-banner-text {
  font-size: 17px;
  color: var(--paper);
  line-height: 1.6;
}
.devos-banner-text strong { color: var(--lime); font-weight: 600; }

/* ============ DONATE PAGE ============ */
.impact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 48px;
}
@media (max-width: 640px) { .impact-grid { grid-template-columns: 1fr; } }
.impact-point {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.impact-point:hover {
  border-color: var(--sage);
  box-shadow: 0 4px 20px rgba(15, 62, 29, 0.06);
}
.impact-point-num {
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 700;
  color: var(--forest-deep);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 14px;
  font-variation-settings: "opsz" 144;
  opacity: 0.15;
}
.impact-point h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--forest-deep);
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.impact-point p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
}

/* Account details card */
.account-card {
  background: var(--paper);
  border: 1.5px solid var(--line);
  border-radius: 20px;
  padding: 36px;
}
.account-card-title {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--forest);
  margin-bottom: 24px;
}
.account-row {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.account-row:last-child { border-bottom: none; padding-bottom: 0; }
.account-row:first-child { padding-top: 0; }
.account-row-label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 5px;
}
.account-row-value {
  font-size: 16px;
  font-weight: 600;
  color: var(--forest-deep);
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
}
.account-copy-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.copy-btn {
  background: none;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 6px 14px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--forest);
  cursor: pointer;
  transition: all 0.2s;
  flex-shrink: 0;
}
.copy-btn:hover {
  background: var(--forest-deep);
  color: var(--paper);
  border-color: var(--forest-deep);
}
.copy-btn.copied {
  background: var(--lime);
  color: var(--forest-deep);
  border-color: var(--lime);
}
.account-note {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

/* Donate page stat strip */
.donate-stats {
  display: flex;
  gap: 0;
  margin-top: 48px;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: var(--paper);
}
.donate-stat {
  flex: 1;
  padding: 24px 28px;
  border-right: 1px solid var(--line);
}
.donate-stat:last-child { border-right: none; }
.donate-stat-num {
  font-family: var(--font-display);
  font-size: 38px;
  font-weight: 700;
  color: var(--forest-deep);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 6px;
  font-variation-settings: "opsz" 144;
}
.donate-stat-label { font-size: 13px; color: var(--muted); }
@media (max-width: 600px) {
  .donate-stats { flex-direction: column; }
  .donate-stat { border-right: none; border-bottom: 1px solid var(--line); }
  .donate-stat:last-child { border-bottom: none; }
}

/* Lime CTA button — used on dark backgrounds */
.btn-lime {
  display: inline-block;
  background: var(--lime);
  color: var(--forest-deep);
  border: none;
  border-radius: 10px;
  padding: 14px 24px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background 0.18s, transform 0.18s;
}
.btn-lime:hover { background: var(--lime-glow); transform: translateY(-1px); }

/* ============ BUSINESS DEVOTIONAL POPUP ============ */
.devos-popup {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 320px;
  max-width: calc(100vw - 32px);
  background: var(--paper);
  border: 1.5px solid var(--amber);
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 22px 22px 18px;
  z-index: 9000;
  transform: translateY(24px);
  opacity: 0;
  transition: transform 0.42s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.32s ease;
  pointer-events: none;
}
.devos-popup.show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.devos-popup.hide {
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.28s ease-in, opacity 0.25s ease-in;
}
.devos-popup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.devos-popup-label {
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--forest);
}
.devos-popup-close {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  color: var(--muted);
  padding: 2px 4px;
  border-radius: 6px;
  transition: color 0.2s, background 0.2s;
}
.devos-popup-close:hover {
  color: var(--forest-deep);
  background: var(--paper-warm);
}
.devos-popup-text {
  font-size: 14px;
  color: var(--forest-deep);
  line-height: 1.65;
  font-style: italic;
  margin-bottom: 10px;
}
.devos-popup-verse {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--amber-deep);
  margin-bottom: 18px;
}
.devos-popup-cta {
  display: block;
  width: 100%;
  padding: 12px 16px;
  background: var(--forest-deep);
  color: var(--paper);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s;
  box-sizing: border-box;
}
.devos-popup-cta:hover { background: var(--forest); }

/* Bottom sheet on mobile */
@media (max-width: 600px) {
  .devos-popup {
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: none;
    border-radius: 20px 20px 0 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: 2px solid var(--amber);
    transform: translateY(100%);
  }
  .devos-popup.show { transform: translateY(0); }
  .devos-popup.hide { transform: translateY(100%); }
}

/* Hub audience grid (2-col variant of hub-how-grid) */
.hub-audience-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 48px;
}
@media (max-width: 640px) { .hub-audience-grid { grid-template-columns: 1fr; } }

/* Hub waitlist section — stack on mobile */
@media (max-width: 860px) {
  .hub-waitlist-inner { grid-template-columns: 1fr !important; gap: 48px !important; }
}

/* ============ WEBINAR CAROUSEL ============ */
.webinar-carousel-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 36px;
  gap: 24px;
}
.webinar-nav-btns {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
.webinar-nav-btn {
  background: rgba(250, 248, 241, 0.1);
  border: 1px solid rgba(250, 248, 241, 0.2);
  color: var(--paper);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.webinar-nav-btn:hover { background: rgba(250, 248, 241, 0.2); }
.webinar-nav-btn:disabled { opacity: 0.3; cursor: default; }

.webinar-track-wrap { overflow: hidden; }
.webinar-track {
  display: flex;
  gap: 20px;
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.webinar-card {
  flex: 0 0 calc(33.333% - 14px);
  background: var(--paper);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) { .webinar-card { flex: 0 0 calc(50% - 10px); } }
@media (max-width: 580px)  { .webinar-card { flex: 0 0 100%; } }

.webinar-card-img {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--paper-warm);
}
.webinar-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.webinar-card-pill {
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 5px 11px;
  border-radius: 100px;
  font-weight: 600;
}
.webinar-card-pill.next-up {
  background: var(--lime);
  color: var(--forest-deep);
}
.webinar-card-pill.recorded {
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  backdrop-filter: blur(4px);
}
.webinar-card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.webinar-card-date {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--forest);
  margin-bottom: 7px;
}
.webinar-card-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--forest-deep);
  line-height: 1.35;
  margin-bottom: 5px;
}
.webinar-card-speaker {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 16px;
  flex: 1;
}
.webinar-card-cta {
  display: block;
  text-align: center;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.webinar-card-cta.cta-register {
  background: var(--forest-deep);
  color: var(--paper);
}
.webinar-card-cta.cta-register:hover { background: var(--forest); }
.webinar-card-cta.cta-watch {
  background: var(--paper-warm);
  color: var(--forest-deep);
  border: 1px solid var(--line);
}
.webinar-card-cta.cta-watch:hover { background: var(--forest-deep); color: var(--paper); border-color: var(--forest-deep); }

/* ============ SPEAKERS PAGE — PER-DAY STAGE CARD ACCENTS ============ */
.stage-card:nth-child(1) {
  border-top: 3px solid var(--lime);
  background: rgba(140, 198, 63, 0.05);
}
.stage-card:nth-child(2) {
  border-top: 3px solid var(--amber);
  background: rgba(217, 164, 65, 0.05);
}
.stage-card:nth-child(3) {
  border-top: 3px solid var(--sage);
  background: rgba(221, 229, 200, 0.05);
}
/* Day 2 amber accent */
.stage-card:nth-child(2) .stage-card-tag { color: var(--amber); }
.stage-card:nth-child(2) .stage-card-tag::before { background: var(--amber); }
.stage-card:nth-child(2) .stage-card-date-num { color: var(--amber); }
/* Day 3 sage accent */
.stage-card:nth-child(3) .stage-card-tag { color: var(--sage); }
.stage-card:nth-child(3) .stage-card-tag::before { background: var(--sage); }
.stage-card:nth-child(3) .stage-card-date-num { color: var(--sage); }

/* ============ PANELIST AVATAR CLUSTER (Day 3) ============ */
.stage-panelist-cluster {
  display: flex;
  align-items: center;
  gap: 14px;
}
.cluster-avatars {
  display: flex;
  flex-direction: row;
}
.cluster-avatars .stage-avatar {
  margin-left: -10px;
  border: 2px solid var(--forest-deep);
  box-sizing: content-box;
}
.cluster-avatars .stage-avatar:first-child { margin-left: 0; }

/* ============ FACILITATOR CARD COLOR ACCENTS ============ */
.facilitator-card:has(.fav-1) { border-top: 3px solid var(--lime); }
.facilitator-card:has(.fav-2) { border-top: 3px solid var(--sage); }
.facilitator-card:has(.fav-3) { border-top: 3px solid var(--amber); }
.facilitator-card:has(.fav-4) { border-top: 3px solid var(--amber-deep); }
.facilitator-card:has(.fav-5) { border-top: 3px solid var(--forest); }
.facilitator-card:has(.fav-6) { border-top: 3px solid var(--lime-glow); }
