  :root {
    --navy-deep: #0b1220;
    --navy: #101a30;
    --navy-mid: #16233f;
    --green: #1f6b4a;
    --green-bright: #2f9467;
    --gold: #c9a15a;
    --gold-light: #e4c98a;
    --cream: #f4f1ea;
    --text-light: #f1f4f2;
    --text-dim: #a9b6c4;
    box-sizing: border-box;
    padding-top: env(safe-area-inset-top, 0px);
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }
  * { box-sizing: border-box; }
  html { scroll-padding-top: env(safe-area-inset-top, 0px); }
  body {
    margin: 0;
    background: var(--navy-deep);
    color: var(--text-light);
    font-family: 'Merriweather', Georgia, 'Times New Roman', serif;
    overflow-x: hidden;
    /* fallback stack ensures readable serif even if webfont fails to load */
    position: relative;
    line-height: 1.7;
  }
  h1, h2, h3 { font-family: 'Merriweather', Georgia, serif; }
  p, li, a, span, button { font-family: 'Merriweather', Georgia, serif; }

  .bg-glow {
    position: fixed; inset: 0;
    background:
      radial-gradient(circle at 15% 10%, rgba(47,148,103,0.10), transparent 45%),
      radial-gradient(circle at 90% 85%, rgba(201,161,90,0.06), transparent 50%),
      var(--navy-deep);
    z-index: -2;
  }

  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 60;
    display: flex; align-items: center; justify-content: space-between;
    padding: 16px 5vw;
    background: rgba(11, 18, 32, 0.9);
    border-bottom: 1px solid rgba(201,161,90,0.3);
    backdrop-filter: blur(8px);
  }
  .brand { display: flex; align-items: center; gap: 12px; }
  .brand-badge {
    width: 42px; height: 42px; border-radius: 50%;
    background: var(--navy-mid); border: 1.5px solid var(--gold);
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
  }
  .brand-badge img { width: 100%; height: 100%; object-fit: cover; }
  .brand-text { display: flex; flex-direction: column; line-height: 1.2; }
  .brand-text .main { font-weight: 700; font-size: 1.05rem; letter-spacing: 0.5px; color: var(--text-light); }
  .brand-text .sub { font-size: 0.68rem; letter-spacing: 2px; color: var(--gold-light); text-transform: uppercase; }

  nav ul { list-style: none; display: flex; gap: 6px; margin: 0; padding: 0; }
  nav a {
    color: var(--text-dim); text-decoration: none; font-weight: 400; font-size: 0.82rem;
    padding: 8px 14px; text-transform: uppercase; letter-spacing: 1.2px;
    border-bottom: 1px solid transparent; transition: color 0.2s, border-color 0.2s;
  }
  nav a:hover, nav a.active { color: var(--gold-light); border-color: var(--gold); }
  .nav-toggle { display: none; background: none; border: 1px solid var(--gold); color: var(--gold-light); font-size: 1.2rem; cursor: pointer; padding: 5px 12px; }

  @media (max-width: 780px) {
    nav ul {
      position: absolute; top: 100%; left: 0; right: 0;
      flex-direction: column; background: rgba(11,18,32,0.98);
      padding: 16px 6vw; gap: 10px; display: none;
      border-bottom: 1px solid rgba(201,161,90,0.3);
    }
    nav ul.open { display: flex; }
    .nav-toggle { display: block; }
  }

  #scroller { height: 100vh; overflow-y: scroll; scroll-snap-type: y mandatory; }
  section.panel {
    min-height: 100vh; scroll-snap-align: start; scroll-snap-stop: always;
    display: flex; flex-direction: column; justify-content: center;
    padding: 120px 6vw 60px; max-width: 1180px; margin: 0 auto; position: relative;
  }
  section.panel.scrollable-inner { display: block; overflow-y: auto; padding-top: 120px; }

  .section-index {
    position: fixed; right: 20px; top: 50%; transform: translateY(-50%); z-index: 55;
    display: flex; flex-direction: column; gap: 14px;
  }
  .section-index button {
    width: 9px; height: 9px; border-radius: 50%; border: 1.5px solid var(--gold);
    background: transparent; cursor: pointer; padding: 0;
  }
  .section-index button.active { background: var(--gold); }
  @media (max-width: 780px) { .section-index { display: none; } }

  .kicker {
    font-family: 'Courier New', monospace;
    color: var(--gold-light); font-size: 0.78rem;
    letter-spacing: 3px; margin-bottom: 10px; display: block;
    text-transform: uppercase;
  }
  h2.section-title {
    font-size: clamp(1.9rem, 4vw, 2.9rem); margin: 0 0 8px; color: var(--text-light);
    font-weight: 700; letter-spacing: 0.3px;
  }
  h2.section-title .accent { color: var(--gold-light); font-style: italic; font-weight: 400; }
  .section-sub { color: var(--text-dim); margin-bottom: 34px; max-width: 720px; font-size: 1rem; }

  .reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
  .reveal.visible { opacity: 1; transform: translateY(0); }

  /* HERO */
  .hero { text-align: left; align-items: flex-start; padding-top: 100px; }
  .hero .kicker { color: var(--gold-light); }
  .hero h1 {
    font-size: clamp(2.3rem, 6vw, 4.4rem);
    margin: 0 0 4px; color: var(--text-light); line-height: 1.08; font-weight: 700;
  }
  .hero h1 .italic-line {
    display: block; font-style: italic; font-weight: 400; color: var(--gold-light);
    font-size: clamp(1.8rem, 5vw, 3.4rem); margin-top: 2px;
  }
  .hero p.tag {
    color: var(--text-dim); font-size: 1.08rem; max-width: 640px; margin: 22px 0 0;
  }
  .hero-buttons { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 30px; align-items: center; }
  .btn {
    padding: 13px 28px; font-weight: 700; text-decoration: none; cursor: pointer;
    border: 1.5px solid var(--gold); font-size: 0.82rem; text-transform: uppercase; letter-spacing: 1.5px;
    transition: background 0.25s, color 0.25s; background: transparent; color: var(--gold-light); font-family: inherit;
  }
  .btn-primary { background: var(--gold); color: var(--navy-deep); }
  .btn-primary:hover { background: transparent; color: var(--gold-light); }
  .btn-outline:hover { background: var(--gold); color: var(--navy-deep); }
  .scroll-text { color: var(--text-dim); font-size: 0.78rem; letter-spacing: 2px; text-transform: uppercase; }

  .hero-photo-wrap {
    margin-top: 44px;
    width: 100%;
    max-width: 980px;
    border: 1px solid rgba(201,161,90,0.4);
    padding: 10px;
    background: rgba(255,255,255,0.02);
  }
  .hero-photo-wrap img {
    width: 100%;
    display: block;
    filter: saturate(0.92) contrast(1.03);
  }
  .hero-photo-caption {
    margin-top: 10px;
    font-size: 0.78rem;
    letter-spacing: 1px;
    color: var(--text-dim);
    text-transform: uppercase;
  }

  /* ABOUT */
  .about-text { color: var(--text-light); font-size: 1.02rem; margin-bottom: 14px; }
  .stats-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 20px; margin: 30px 0; }
  .stat-box { border-top: 1px solid var(--gold); padding: 14px 4px 0; }
  .stat-box .num { font-size: 1.7rem; font-weight: 700; color: var(--gold-light); }
  .stat-box .lbl { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 1.2px; color: var(--text-dim); margin-top: 4px; }

  .leadership { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; margin-top: 28px; }
  .lead-card {
    border: 1px solid rgba(201,161,90,0.35); padding: 24px; background: rgba(22,35,63,0.4); position: relative;
  }
  .lead-card .tag-label {
    color: var(--gold-light); font-size: 0.7rem; letter-spacing: 2px; text-transform: uppercase; display: block; margin-bottom: 10px;
  }
  .lead-card h3 { margin: 0 0 6px; font-size: 1.2rem; color: var(--text-light); }
  .lead-card p { color: var(--text-dim); font-size: 0.9rem; margin: 4px 0 0; }

  /* IMPACT */
  .impact-list { border-left: 2px solid var(--gold); padding-left: 24px; margin: 22px 0; }
  .impact-list li { margin-bottom: 18px; color: var(--text-light); font-size: 1rem; }
  .impact-list li strong { color: var(--gold-light); font-weight: 700; }

  /* CONTRIBUTE */
  .contrib-photo-wrap {
    margin-bottom: 36px;
    border: 1px solid rgba(201,161,90,0.35);
    padding: 8px;
  }
  .contrib-photo-wrap img { width: 100%; display: block; filter: saturate(0.92) contrast(1.03); }

  .contrib-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 18px; }
  .contrib-card {
    border: 1px solid rgba(201,161,90,0.2); padding: 20px; transition: border-color 0.25s, background 0.25s;
  }
  .contrib-card:hover { border-color: var(--gold); background: rgba(22,35,63,0.5); }
  .contrib-card h3 { margin: 0 0 8px; color: var(--gold-light); font-size: 1.05rem; }
  .contrib-card p { margin: 0; color: var(--text-dim); font-size: 0.92rem; }

  .belief-banner {
    margin-top: 32px; padding: 26px; border-left: 3px solid var(--gold);
    background: rgba(201,161,90,0.06); font-size: 1.02rem; color: var(--text-light); font-style: italic;
  }

  .accordion-item { border-bottom: 1px solid rgba(201,161,90,0.25); }
  .accordion-item button.acc-trigger {
    width: 100%; background: none; border: none; color: var(--text-light); text-align: left;
    padding: 16px 0; font-size: 1.02rem; font-weight: 700; cursor: pointer;
    display: flex; justify-content: space-between; align-items: center;
  }
  .acc-trigger .plus { color: var(--gold-light); font-size: 1.3rem; transition: transform 0.25s; }
  .accordion-item.open .plus { transform: rotate(45deg); }
  .acc-panel { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; color: var(--text-dim); font-size: 0.94rem; }
  .accordion-item.open .acc-panel { max-height: 300px; padding-bottom: 18px; }

  /* EVENTS */
  .events-box { border: 1px solid var(--gold); padding: 56px 30px; text-align: center; background: rgba(201,161,90,0.04); }
  .events-box p.main-line { font-size: 1.2rem; color: var(--text-light); font-weight: 700; margin: 0 0 14px; }
  .events-box p.sub-line { color: var(--text-dim); font-size: 0.92rem; margin: 0; }
  .events-checklist { text-align: left; max-width: 500px; margin: 32px auto 0; color: var(--text-dim); font-size: 0.92rem; }
  .events-checklist li { margin-bottom: 10px; }

  /* CONTACT */
  .contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; }
  .contact-card {
    border: 1px solid rgba(201,161,90,0.3); padding: 22px; display: flex; flex-direction: column; gap: 8px; transition: border-color 0.25s;
  }
  .contact-card:hover { border-color: var(--gold); }
  .contact-card .label { color: var(--text-dim); font-size: 0.7rem; text-transform: uppercase; letter-spacing: 1.5px; }
  .contact-card a, .contact-card .value { color: var(--gold-light); font-weight: 700; text-decoration: none; font-size: 1.02rem; word-break: break-word; }
  .contact-card a:hover { text-decoration: underline; }

  footer { text-align: center; padding: 24px 6vw; color: var(--text-dim); font-size: 0.78rem; border-top: 1px solid rgba(201,161,90,0.2); }

  /* cursor glow */
  #cursor-glow {
    position: fixed; top: 0; left: 0; width: 26px; height: 26px;
    margin-left: -13px; margin-top: -13px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(228,201,138,0.55), rgba(228,201,138,0) 70%);
    pointer-events: none; z-index: 200; mix-blend-mode: screen;
    will-change: transform;
  }

  /* scroll progress bar */
  #scroll-progress {
    position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 70;
    background: rgba(201,161,90,0.1);
  }
  #scroll-progress-bar {
    height: 100%; width: 0%;
    background: linear-gradient(90deg, var(--green-bright), var(--gold));
    transition: width 0.1s linear;
  }

  /* button magnetic transition */
  .btn { transition: background 0.25s, color 0.25s, transform 0.15s ease-out; }

  @media (pointer: coarse) { #cursor-glow { display: none; } }
