:root {
  --ink: #111820;
  --muted: #65707d;
  --paper: #fffaf4;
  --white: #ffffff;
  --red: #b3122a;
  --red-dark: #7d1020;
  --orange: #f28a22;
  --green: #0f8650;
  --gold: #f4c15f;
  --blue: #133d5f;
  --line: rgba(17, 24, 32, 0.12);
  --shadow: 0 22px 70px rgba(17, 24, 32, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 8%, rgba(241, 135, 33, 0.18), transparent 28rem),
    radial-gradient(circle at 92% 18%, rgba(18, 132, 71, 0.14), transparent 30rem),
    linear-gradient(180deg, #fffaf4 0%, #ffffff 45%, #fff8ef 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.site-shell {
  overflow: hidden;
}

.topbar {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 20;
  width: min(1180px, calc(100% - 28px));
  transform: translateX(-50%);
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(17, 24, 32, 0.96), rgba(19, 61, 95, 0.94) 58%, rgba(125, 16, 32, 0.94));
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 55px rgba(17, 24, 32, 0.28);
  transition: padding 0.2s ease, background 0.2s ease;
}

.topbar.scrolled {
  padding-block: 8px;
  background:
    linear-gradient(135deg, rgba(17, 24, 32, 0.98), rgba(19, 61, 95, 0.97) 58%, rgba(125, 16, 32, 0.97));
}

.brand {
  display: flex;
  align-items: center;
  min-width: 150px;
  padding: 7px 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 10px 28px rgba(0, 0, 0, 0.18);
}

.brand img {
  width: 168px;
  height: 58px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-links a {
  padding: 10px 13px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.91rem;
  font-weight: 700;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--red-dark);
  background: rgba(255, 255, 255, 0.92);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--ink);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--white);
  transition: transform 0.2s ease;
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 138px max(22px, calc((100vw - 1180px) / 2)) 54px;
  background:
    linear-gradient(135deg, rgba(17, 24, 32, 0.92), rgba(18, 58, 91, 0.82)),
    linear-gradient(120deg, rgba(183, 15, 34, 0.34), rgba(18, 132, 71, 0.24));
  color: var(--white);
}

#constellation {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 160px;
  background: linear-gradient(180deg, transparent, var(--paper));
}

.hero-grid,
.hero-stats {
  position: relative;
  z-index: 2;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.75fr);
  gap: 54px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: 0.93;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.2;
}

.hero-lede {
  max-width: 720px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.02rem, 2vw, 1.26rem);
}

.hero-sub {
  max-width: 720px;
  margin-top: 24px;
  font-size: clamp(1.25rem, 2.6vw, 1.7rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--white);
}

.hero-divider {
  width: 90px;
  height: 4px;
  background: var(--orange);
  border: none;
  margin: 24px 0;
  border-radius: 2px;
}

.hero-paragraph {
  max-width: 720px;
  font-size: clamp(0.95rem, 1.6vw, 1.08rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 20px;
}

.hero-paragraph:last-of-type {
  margin-bottom: 0;
}

.hero-highlight {
  color: var(--orange);
  background: linear-gradient(135deg, var(--orange) 30%, var(--gold) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--red), var(--orange));
  box-shadow: 0 14px 34px rgba(183, 15, 34, 0.35);
}

.button.ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
}

.button.green {
  color: var(--white);
  background: linear-gradient(135deg, var(--green), #13a265);
  box-shadow: 0 14px 34px rgba(15, 134, 80, 0.35);
}

.hero-panel {
  display: grid;
  gap: 18px;
}

.orbital-card {
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.25), transparent 19rem),
    rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.26), 0 24px 80px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.orbital-card img {
  position: relative;
  z-index: 3;
  width: min(330px, 76%);
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  animation: spin 16s linear infinite;
}

.orbit::after {
  content: "";
  position: absolute;
  top: 12%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 26px var(--gold);
}

.orbit-one {
  width: 72%;
  aspect-ratio: 1;
}

.orbit-two {
  width: 56%;
  aspect-ratio: 1;
  animation-duration: 22s;
  animation-direction: reverse;
  transform: rotate(26deg);
}

.orbit-three {
  width: 86%;
  aspect-ratio: 1;
  animation-duration: 30s;
  transform: rotate(-18deg);
}

@keyframes spin {
  to {
    rotate: 360deg;
  }
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.signal-grid span {
  min-height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.84rem;
  font-weight: 900;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 64px;
}

.hero-stats article {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(12px);
}

.hero-stats strong {
  display: block;
  font-size: 3rem;
  line-height: 1;
}

.hero-stats span {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 700;
}

.section {
  padding: 106px max(22px, calc((100vw - 1180px) / 2));
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1fr);
  gap: 56px;
  align-items: center;
}

.split.reverse {
  grid-template-columns: minmax(320px, 1fr) minmax(0, 0.92fr);
}

.split.reverse .section-copy {
  order: 2;
}

.section-copy p,
.section-heading p,
.leader-copy p,
.contact-intro p {
  color: var(--muted);
  font-size: 1.04rem;
}

.text-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--red);
  font-weight: 900;
}

.impact-stack {
  display: grid;
  gap: 16px;
}

.impact-stack article,
.big-card,
.program-card,
.timeline article {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 48px rgba(17, 24, 32, 0.08);
}

.impact-stack article {
  padding: 28px;
}

.impact-stack span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--orange);
  font-weight: 950;
}

.vision-band {
  background:
    linear-gradient(135deg, rgba(183, 15, 34, 0.08), rgba(18, 132, 71, 0.08)),
    #ffffff;
}

.section-heading {
  max-width: 900px;
  margin-bottom: 34px;
}

.vision-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.big-card {
  padding: 34px;
}

.big-card h3 {
  color: var(--red);
}

.values-wheel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.value-chip {
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.value-chip.active {
  color: var(--white);
  border-color: transparent;
  background: linear-gradient(135deg, var(--red), var(--green));
}

.value-display {
  grid-column: span 4;
  padding: 34px;
  border-radius: 28px;
  background: var(--ink);
  color: var(--white);
  box-shadow: var(--shadow);
}

.value-display p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.program-card {
  min-height: 260px;
  padding: 28px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.program-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 70px rgba(17, 24, 32, 0.14);
}

.program-card span {
  display: inline-flex;
  margin-bottom: 44px;
  color: var(--green);
  font-weight: 950;
  text-transform: uppercase;
  font-size: 0.76rem;
}

.leadership-strip {
  display: grid;
  gap: 34px;
  background: linear-gradient(135deg, #111820, #123a5b);
  color: var(--white);
}

.leadership-heading {
  max-width: 900px;
}

.leadership-heading p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.04rem;
}

.leader-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.leader-card {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 22px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.leader-photo {
  width: 150px;
}

.leader-photo img {
  width: 150px;
  aspect-ratio: 1;
  object-fit: cover;
  border: 8px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.32);
}

.leader-photo.placeholder {
  width: 150px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 8px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 25%, rgba(245, 193, 93, 0.9), transparent 28%),
    linear-gradient(135deg, rgba(183, 15, 34, 0.9), rgba(18, 132, 71, 0.82));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.32);
}

.leader-photo.placeholder span {
  color: var(--white);
  font-size: 2.2rem;
  font-weight: 950;
}

.leader-copy span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.leader-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.leader-copy .text-link {
  color: var(--gold);
}

.chairman-message {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 44px;
  align-items: center;
  background:
    radial-gradient(circle at 12% 20%, rgba(244, 193, 95, 0.18), transparent 23rem),
    linear-gradient(135deg, #fffaf4, #ffffff);
}

.chairman-message .reveal,
.councils-section .reveal {
  opacity: 1;
  transform: none;
}

.chairman-photo {
  position: relative;
}

.chairman-photo::after {
  content: "";
  position: absolute;
  inset: 34px -18px -18px 34px;
  border-radius: 32px;
  background: linear-gradient(135deg, var(--red), var(--green));
  z-index: 0;
}

.chairman-photo img {
  position: relative;
  z-index: 1;
  width: 260px;
  aspect-ratio: 1;
  object-fit: cover;
  border: 10px solid var(--white);
  border-radius: 32px;
  box-shadow: 0 24px 70px rgba(17, 24, 32, 0.18);
}

.chairman-copy p {
  color: var(--muted);
  font-size: 1.04rem;
}

.signature {
  display: grid;
  gap: 2px;
  margin: 24px 0 8px;
  padding-left: 18px;
  border-left: 4px solid var(--orange);
}

.signature strong {
  color: var(--ink);
  font-size: 1.2rem;
}

.signature span {
  color: var(--muted);
  font-weight: 800;
}

.councils-section {
  background:
    linear-gradient(135deg, rgba(17, 24, 32, 0.96), rgba(19, 61, 95, 0.94)),
    var(--ink);
  color: var(--white);
}

.councils-section .section-heading p {
  color: rgba(255, 255, 255, 0.74);
}

.council-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 18px;
}

.council-panel {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
}

.council-label {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.member-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: council;
}

.member-list li {
  position: relative;
  min-height: 58px;
  padding: 13px 14px 13px 58px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.member-list li::before {
  counter-increment: council;
  content: counter(council, decimal-leading-zero);
  position: absolute;
  left: 14px;
  top: 13px;
  color: var(--gold);
  font-weight: 950;
}

.member-list strong,
.member-list span {
  display: block;
}

.member-list span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
  font-weight: 800;
}

.two-column-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.council-source {
  color: var(--gold);
}

.footer-bottom a {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  color: var(--ink);
  background: linear-gradient(135deg, var(--gold), #ffffff);
  font-weight: 950;
}

.timeline {
  position: relative;
  display: grid;
  gap: 16px;
}

.timeline article {
  position: relative;
  padding: 28px 28px 28px 66px;
}

.timeline span {
  position: absolute;
  left: 28px;
  top: 31px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 8px rgba(183, 15, 34, 0.1);
}

.membership {
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.2), rgba(255, 250, 244, 0.96)),
    #ffffff;
}

.membership-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.membership-grid span {
  min-height: 72px;
  display: grid;
  place-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  font-weight: 900;
  text-align: center;
  box-shadow: 0 10px 26px rgba(17, 24, 32, 0.06);
}

.contact {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: 42px;
  background:
    radial-gradient(circle at 8% 18%, rgba(244, 193, 95, 0.24), transparent 22rem),
    radial-gradient(circle at 92% 10%, rgba(15, 134, 80, 0.26), transparent 25rem),
    linear-gradient(135deg, #111820 0%, #133d5f 54%, #7d1020 118%);
  color: var(--white);
  overflow: hidden;
}

.contact::before {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 38px;
  pointer-events: none;
}

.contact>* {
  position: relative;
  z-index: 1;
}

.contact-intro p {
  color: rgba(255, 255, 255, 0.78);
}

.contact-paths {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 30px;
}

.contact-paths article {
  min-height: 104px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.contact-paths strong {
  display: block;
  color: var(--gold);
  font-size: 1.5rem;
  line-height: 1;
}

.contact-paths span {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 900;
}

.contact-details {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.contact-details a,
.contact-details span {
  color: var(--gold);
  font-weight: 900;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.13);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.form-heading {
  margin-bottom: 4px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.form-heading span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.form-heading h3 {
  max-width: 520px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 800;
}

.contact-form .full {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  font: inherit;
  padding: 13px 14px;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(244, 193, 95, 0.36);
  border-color: var(--gold);
}

textarea {
  resize: vertical;
}

.form-note {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.86rem;
}

.footer {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 1fr 1fr;
  gap: 34px;
  padding: 42px max(22px, calc((100vw - 1180px) / 2)) 0;
  background: #fffaf4;
  border-top: 1px solid var(--line);
}

.footer img {
  width: 170px;
  margin-bottom: 16px;
}

.footer h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 0.9rem;
  text-transform: uppercase;
}

.footer p,
.footer span,
.footer a {
  color: #4d5965;
  font-weight: 700;
}

.footer p {
  margin: 0;
}

.footer-links,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 8px;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: var(--red);
}

.footer-social div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.footer-social a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(135deg, var(--red), var(--orange));
  font-size: 0.8rem;
  font-weight: 950;
  text-transform: uppercase;
}

.footer-bottom {
  grid-column: 1 / -1;
  margin-top: 18px;
  padding: 14px;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
  font-size: 0.88rem;
}

.bio-body {
  background:
    radial-gradient(circle at 12% 12%, rgba(242, 138, 34, 0.16), transparent 26rem),
    radial-gradient(circle at 88% 12%, rgba(15, 134, 80, 0.14), transparent 28rem),
    var(--paper);
}

.bio-topbar {
  position: sticky;
  left: auto;
  transform: none;
  margin: 14px auto 0;
}

.bio-nav {
  display: flex;
}

.bio-nav a {
  color: rgba(255, 255, 255, 0.86);
}

.bio-page {
  padding: 70px max(22px, calc((100vw - 1040px) / 2)) 90px;
}

.bio-hero {
  padding: 72px 0 46px;
}

.bio-hero h1 {
  max-width: 980px;
  color: var(--ink);
  font-size: clamp(2.5rem, 6vw, 5.5rem);
}

.bio-hero p {
  max-width: 780px;
  color: var(--muted);
  font-size: 1.08rem;
}

.bio-profile {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 34px;
  margin-top: 24px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 58px rgba(17, 24, 32, 0.1);
}

.bio-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.bio-profile h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.bio-profile h3 {
  margin-top: 8px;
  color: var(--red);
}

.bio-profile p {
  color: #3c4651;
}

.bio-photo.placeholder {
  width: 160px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 8px solid rgba(17, 24, 32, 0.08);
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 25%, rgba(244, 193, 95, 0.9), transparent 28%),
    linear-gradient(135deg, var(--red), var(--green));
  box-shadow: 0 20px 60px rgba(17, 24, 32, 0.18);
}

.bio-photo.placeholder span {
  color: var(--white);
  font-size: 2.35rem;
  font-weight: 950;
}

.bio-photo img {
  width: 160px;
  aspect-ratio: 1;
  object-fit: cover;
  border: 8px solid rgba(17, 24, 32, 0.08);
  border-radius: 50%;
  box-shadow: 0 20px 60px rgba(17, 24, 32, 0.18);
}

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

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 920px) {
  .nav-toggle {
    display: block;
  }

  .nav-toggle.open span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .nav-toggle.open span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: none;
    padding: 12px;
    border-radius: 20px;
    background: rgba(17, 24, 32, 0.98);
    box-shadow: 0 20px 50px rgba(17, 24, 32, 0.16);
  }

  .nav-links.open {
    display: grid;
  }

  .bio-nav {
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .hero-grid,
  .split,
  .split.reverse,
  .contact,
  .chairman-message,
  .council-grid {
    grid-template-columns: 1fr;
  }

  .split.reverse .section-copy {
    order: 0;
  }

  .hero {
    padding-top: 126px;
  }

  .orbital-card {
    min-height: 340px;
  }

  .signal-grid,
  .hero-stats,
  .vision-grid,
  .program-grid,
  .leader-grid,
  .contact-paths,
  .membership-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .leadership-strip {
    grid-template-columns: 1fr;
  }

  .bio-profile {
    grid-template-columns: 1fr;
  }

  .two-column-list {
    grid-template-columns: 1fr;
  }

  .footer {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .topbar {
    width: calc(100% - 20px);
  }

  .brand img {
    width: 136px;
    height: 48px;
  }

  .bio-topbar {
    justify-content: center;
    flex-wrap: wrap;
  }

  .bio-nav {
    width: 100%;
  }

  .bio-nav a {
    padding: 8px 10px;
    font-size: 0.84rem;
  }

  .hero {
    min-height: auto;
    padding-bottom: 70px;
  }

  h1 {
    font-size: 3rem;
  }

  .hero-highlight {
    white-space: normal;
  }

  .section {
    padding-block: 74px;
  }

  .hero-stats,
  .signal-grid,
  .vision-grid,
  .program-grid,
  .leader-grid,
  .contact-paths,
  .membership-grid,
  .values-wheel,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .value-display,
  .contact-form .full {
    grid-column: auto;
  }

  .footer {
    grid-template-columns: 1fr;
  }

  .bio-page {
    padding-top: 30px;
  }

  .bio-profile {
    padding: 24px;
  }
}