:root {
  --white: #f7f8ff;
  --muted: #d8dcea;
  --gold: #f5c77a;
  --orange: #ff8a22;
  --pink: #d71372;
  --navy: #060a17;
  --glass: rgba(8, 13, 30, 0.58);
  --stroke: rgba(214, 225, 255, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #030611;
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--white);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.site-shell {
  min-height: 100vh;
  overflow: visible;
  background:
    linear-gradient(180deg, rgba(3, 6, 17, 0.12), rgba(3, 6, 17, 0.96) 42%, #030611),
    url("assets/hero-bg.png") center top / cover fixed no-repeat;
}

.site-shell--about {
  overflow: visible;
}

.hero {
  position: relative;
  min-height: min(100vh, 900px);
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 87%, rgba(255, 123, 23, 0.34), transparent 16%),
    linear-gradient(180deg, rgba(2, 4, 12, 0.1), rgba(4, 7, 18, 0.2) 58%, rgba(4, 5, 12, 0.58)),
    url("assets/hero-bg.png") center / cover no-repeat;
}

.about-page {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
  overflow: hidden;
  padding-bottom: 88px;
  background:
    radial-gradient(circle at 78% 14%, rgba(255, 138, 32, 0.22), transparent 22%),
    radial-gradient(circle at 20% 46%, rgba(215, 19, 114, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(2, 4, 12, 0.18), rgba(4, 7, 18, 0.5) 48%, rgba(4, 5, 12, 0.94)),
    url("assets/hero-bg.png") center top / cover fixed no-repeat;
}

.about-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 9% 18%, rgba(255, 168, 92, 0.75) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 24%, rgba(255, 250, 229, 0.9) 0 2px, transparent 3px),
    radial-gradient(circle at 66% 58%, rgba(255, 255, 255, 0.65) 0 1px, transparent 2px);
  opacity: 0.65;
  pointer-events: none;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 8% 28%, rgba(255, 168, 92, 0.85) 0 1px, transparent 2px),
    radial-gradient(circle at 14% 15%, rgba(255, 255, 255, 0.8) 0 1px, transparent 2px),
    radial-gradient(circle at 73% 15%, rgba(255, 138, 49, 0.9) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 41%, rgba(255, 250, 229, 0.92) 0 2px, transparent 3px);
  opacity: 0.75;
  pointer-events: none;
}

.hero__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.08), transparent 26%, transparent 74%, rgba(0, 0, 0, 0.08)),
    linear-gradient(180deg, rgba(0, 3, 12, 0.28), rgba(0, 4, 17, 0.02) 34%, rgba(0, 4, 13, 0.34));
}

.nav-bar {
  position: relative;
  z-index: 3;
  width: min(88.5vw, 1415px);
  min-height: 98px;
  margin: 14px auto 0;
  display: grid;
  grid-template-columns: minmax(245px, 1fr) auto minmax(245px, 1fr);
  align-items: center;
  gap: 24px;
  padding: 17px 20px;
  border: 1px solid var(--stroke);
  border-radius: 18px;
  background: rgba(5, 8, 20, 0.54);
  box-shadow:
    inset 0 0 22px rgba(255, 255, 255, 0.035),
    0 20px 55px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-copy span {
  font-size: clamp(1.25rem, 2vw, 1.78rem);
  font-weight: 800;
  line-height: 0.95;
}

.brand-copy em {
  color: var(--gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(0.43rem, 0.72vw, 0.57rem);
  font-weight: 600;
  white-space: nowrap;
}

.brand-mark {
  position: relative;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}

.brand-mark--small {
  width: 68px;
  height: 52px;
}

.brand-mark--hero {
  width: clamp(250px, 25vw, 390px);
  height: clamp(162px, 16.2vw, 253px);
  margin: 18px auto -8px;
  filter: drop-shadow(0 22px 22px rgba(0, 0, 0, 0.36));
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 3.1vw, 58px);
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.92rem, 1.13vw, 1.12rem);
  font-weight: 600;
  white-space: nowrap;
}

.nav-links a {
  position: relative;
  padding: 14px 0;
}

.nav-links .is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffb44b, #ff711e);
  box-shadow: 0 0 12px rgba(255, 134, 32, 0.8);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 61px;
  border-radius: 17px;
  font-size: clamp(0.94rem, 1.15vw, 1.08rem);
  font-weight: 700;
}

.nav-cta {
  justify-self: end;
  width: min(235px, 100%);
  background: linear-gradient(110deg, var(--pink), #ff4a39 58%, var(--orange));
  box-shadow: 0 16px 38px rgba(235, 66, 61, 0.28);
}

.mobile-menu {
  display: none;
  justify-self: end;
  position: relative;
}

.mobile-menu summary {
  width: 54px;
  height: 52px;
  display: grid;
  place-content: center;
  gap: 5px;
  border-radius: 15px;
  background: linear-gradient(110deg, var(--pink), #ff4a39 58%, var(--orange));
  box-shadow: 0 16px 38px rgba(235, 66, 61, 0.28);
  cursor: pointer;
  list-style: none;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu summary span {
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
}

.mobile-menu__panel {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  width: min(78vw, 285px);
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid rgba(214, 225, 255, 0.16);
  border-radius: 8px;
  background: rgba(5, 8, 20, 0.94);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(18px);
}

.mobile-menu__panel a {
  padding: 13px 14px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 800;
}

.mobile-menu__panel a:hover {
  background: rgba(255, 255, 255, 0.08);
}

.arrow {
  width: 22px;
  height: 16px;
  position: relative;
  flex: 0 0 auto;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: currentColor;
}

.arrow::before {
  width: 21px;
  height: 2px;
  transform: translateY(-50%);
}

.arrow::after {
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  background: transparent;
  transform: translateY(-50%) rotate(45deg);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(96vw, 900px);
  margin: clamp(28px, 4.1vh, 54px) auto 0;
  text-align: center;
}

.hero-title {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(4.15rem, 7.1vw, 7.25rem);
  font-weight: 500;
  line-height: 0.9;
  color: #fff;
  text-shadow: 0 6px 18px rgba(255, 255, 255, 0.18), 0 14px 22px rgba(0, 0, 0, 0.42);
}

.hero-subtitle {
  margin: 3px 0 14px;
  color: var(--gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.7rem, 2.75vw, 2.9rem);
  font-weight: 600;
  line-height: 1;
}

.hero h1 {
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.16rem, 1.7vw, 1.62rem);
  font-weight: 500;
  line-height: 1.35;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 27px;
}

.button {
  width: min(262px, 42vw);
  min-height: 64px;
  border: 1px solid rgba(255, 183, 111, 0.38);
}

.button--ghost {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(14, 14, 29, 0.46);
  box-shadow: inset 0 0 20px rgba(255, 138, 32, 0.07);
}

.button--ghost .arrow {
  color: #ff8a22;
}

.button--solid {
  border-color: transparent;
  background: linear-gradient(108deg, var(--pink), #ff4a39 57%, var(--orange));
  box-shadow: 0 15px 34px rgba(240, 77, 44, 0.24);
}

.scroll-cue {
  position: relative;
  display: grid;
  place-items: center;
  width: 53px;
  height: 53px;
  margin: 36px auto 0;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
}

.scroll-cue::before,
.scroll-cue::after {
  content: "";
  position: absolute;
}

.scroll-cue::before {
  width: 2px;
  height: 24px;
  background: rgba(255, 255, 255, 0.86);
}

.scroll-cue::after {
  width: 10px;
  height: 10px;
  margin-top: 12px;
  border-right: 2px solid rgba(255, 255, 255, 0.86);
  border-bottom: 2px solid rgba(255, 255, 255, 0.86);
  transform: rotate(45deg);
}

.home-page {
  position: relative;
  overflow: hidden;
  padding: 104px 0 96px;
  background:
    radial-gradient(circle at 18% 18%, rgba(215, 19, 114, 0.14), transparent 28%),
    radial-gradient(circle at 78% 32%, rgba(255, 138, 32, 0.16), transparent 27%),
    linear-gradient(180deg, rgba(3, 6, 17, 0.9), rgba(7, 11, 24, 0.82) 46%, rgba(4, 7, 17, 0.94)),
    url("assets/hero-bg.png") center top / cover fixed no-repeat;
}

.home-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.5) 0 1px, transparent 2px),
    radial-gradient(circle at 74% 18%, rgba(255, 168, 92, 0.68) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 58%, rgba(255, 255, 255, 0.44) 0 1px, transparent 2px);
  opacity: 0.44;
  pointer-events: none;
}

.home-page::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 6, 17, 0.2), rgba(3, 6, 17, 0.74) 24%, rgba(3, 6, 17, 0.62));
  pointer-events: none;
}

.home-wrap {
  position: relative;
  z-index: 2;
  width: min(88.5vw, 1320px);
  margin: 0 auto;
}

.home-intro {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1fr);
  gap: 52px;
  align-items: end;
}

.home-intro h2,
.home-panel h2,
.home-cta h2 {
  margin: 10px 0 0;
  color: #fff;
  font-size: clamp(2rem, 3.7vw, 4.35rem);
  line-height: 0.98;
}

.home-intro p,
.home-panel p,
.home-event-strip p,
.home-cta p {
  color: rgba(236, 239, 250, 0.82);
  font-size: clamp(1rem, 1.18vw, 1.16rem);
  line-height: 1.75;
}

.impact-grid,
.home-feature-grid,
.home-split,
.home-event-strip {
  display: grid;
  gap: 20px;
}

.impact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 48px;
}

.impact-grid article,
.home-feature-grid article,
.home-panel,
.home-event-strip article,
.home-cta {
  border: 1px solid rgba(214, 225, 255, 0.15);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(8, 13, 30, 0.58);
  box-shadow:
    inset 0 0 24px rgba(255, 255, 255, 0.035),
    0 22px 55px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.impact-grid article,
.home-feature-grid article,
.home-panel,
.home-event-strip article {
  padding: 28px;
}

.impact-grid strong {
  display: block;
  color: #fff;
  font-size: clamp(2.1rem, 3.2vw, 4rem);
  line-height: 0.9;
}

.impact-grid span,
.home-panel span,
.home-event-strip span,
.home-cta span {
  display: block;
  margin-top: 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.impact-grid p,
.home-feature-grid p,
.home-event-strip p {
  margin: 14px 0 0;
  color: rgba(236, 239, 250, 0.78);
  line-height: 1.65;
}

.home-section {
  margin-top: 96px;
}

.home-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-feature-grid h3,
.home-event-strip h3 {
  margin: 0;
  color: #fff;
  font-size: 1.35rem;
}

.home-feature-grid a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--gold);
  font-weight: 800;
}

.home-split {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.home-panel {
  min-height: 360px;
  display: grid;
  align-content: center;
}

.home-panel--event {
  border-color: rgba(215, 19, 114, 0.34);
}

.mini-timeline,
.home-link-grid {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.mini-timeline {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mini-timeline span,
.home-link-grid a {
  display: grid;
  min-height: 54px;
  place-items: center;
  margin: 0;
  border: 1px solid rgba(214, 225, 255, 0.15);
  border-radius: 8px;
  background: rgba(3, 6, 17, 0.52);
  color: #fff;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
}

.home-link-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-event-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-event-strip article {
  position: relative;
  overflow: hidden;
}

.home-event-strip article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--orange), var(--pink));
}

.home-testimonials .testimonial-grid {
  margin-top: 34px;
}

.home-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 96px;
  padding: clamp(28px, 4vw, 52px);
}

.home-cta h2 {
  max-width: 820px;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
}

.home-cta .button {
  flex: 0 0 auto;
}

.about-wrap {
  position: relative;
  z-index: 2;
  width: min(88.5vw, 1320px);
  margin: 86px auto 0;
}

.about-hero-block {
  width: min(900px, 100%);
}

.eyebrow,
.section-heading span,
.statement-panel span,
.founder-note span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-hero-block h1,
.section-heading h2,
.statement-panel h2 {
  margin: 10px 0 0;
  color: #fff;
  font-size: clamp(2.15rem, 4vw, 4.8rem);
  line-height: 0.96;
}

.about-hero-block h1 {
  font-family: Cinzel, Georgia, serif;
  font-weight: 600;
}

.about-hero-block p,
.section-heading p,
.statement-panel p,
.founder-note p,
.structure-card p {
  color: rgba(236, 239, 250, 0.82);
  font-size: clamp(1rem, 1.15vw, 1.14rem);
  line-height: 1.75;
}

.about-hero-block p {
  max-width: 850px;
  margin: 22px 0 0;
}

.about-section {
  margin-top: 92px;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 28px;
}

.section-heading h2,
.statement-panel h2 {
  font-size: clamp(1.8rem, 2.7vw, 3rem);
  font-weight: 800;
}

.section-heading p {
  margin: 16px auto 0;
  max-width: 760px;
}

.section-heading--center {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.opportunity-grid,
.why-grid,
.structure-grid,
.founder-grid,
.split-section {
  display: grid;
  gap: 18px;
}

.opportunity-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.why-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.opportunity-grid article,
.why-grid article,
.statement-panel,
.founder-note,
.structure-card {
  border: 1px solid rgba(214, 225, 255, 0.15);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(8, 13, 30, 0.58);
  box-shadow:
    inset 0 0 24px rgba(255, 255, 255, 0.035),
    0 22px 55px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.opportunity-grid article,
.why-grid article {
  min-height: 96px;
  display: flex;
  align-items: center;
  padding: 22px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.opportunity-grid article:nth-child(2n),
.why-grid article:nth-child(3n + 1) {
  border-color: rgba(255, 138, 32, 0.36);
}

.opportunity-grid article:nth-child(3n),
.why-grid article:nth-child(2n) {
  border-color: rgba(215, 19, 114, 0.36);
}

.split-section {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.statement-panel {
  padding: clamp(26px, 3vw, 40px);
}

.statement-panel p {
  margin: 18px 0 0;
}

.leadership-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(360px, 1fr);
  gap: 42px;
  align-items: center;
}

.hierarchy-chart {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 28px;
  padding: 10px 0;
}

.hierarchy-chart::before {
  content: "";
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, var(--gold), var(--orange), var(--pink));
  box-shadow: 0 0 22px rgba(255, 138, 32, 0.55);
}

.hierarchy-node {
  position: relative;
  z-index: 1;
  width: min(100%, 430px);
  min-height: 62px;
  display: grid;
  place-items: center;
  padding: 16px 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.025)),
    rgba(7, 11, 25, 0.82);
  color: #fff;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.25);
}

.hierarchy-node--top {
  border-color: rgba(245, 199, 122, 0.72);
  background:
    linear-gradient(110deg, rgba(245, 199, 122, 0.22), rgba(255, 255, 255, 0.035)),
    rgba(7, 11, 25, 0.88);
}

.hierarchy-node--base {
  border-color: rgba(215, 19, 114, 0.58);
}

.founder-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
}

.founder-note {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 24px;
  padding: 28px;
}

.founder-avatar {
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(245, 199, 122, 0.38);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 138, 32, 0.22), transparent 48%),
    rgba(6, 10, 23, 0.72);
}

.founder-avatar img {
  width: 86px;
  height: 70px;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.32));
}

.founder-note h3,
.structure-card h3 {
  margin: 8px 0 0;
  color: #fff;
  font-size: 1.45rem;
}

.founder-note p {
  margin: 14px 0 0;
  font-style: italic;
}

.structure-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.structure-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
}

.structure-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--card-accent, var(--gold));
}

.structure-card--gold {
  --card-accent: linear-gradient(90deg, #ffe0a1, var(--orange));
}

.structure-card--pink {
  --card-accent: linear-gradient(90deg, var(--pink), #ff6d2a);
}

.structure-card--blue {
  --card-accent: linear-gradient(90deg, #6f8bd6, #f5c77a);
}

.structure-card p {
  margin: 14px 0 0;
}

.structure-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.structure-card li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  line-height: 1.45;
}

.structure-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--pink));
  box-shadow: 0 0 14px rgba(255, 138, 32, 0.56);
}

.inner-page {
  padding-bottom: 104px;
}

.page-hero {
  max-width: 940px;
}

.page-hero h1,
.coming-soon h1 {
  margin: 10px 0 0;
  color: #fff;
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(2.35rem, 4.8vw, 5.35rem);
  font-weight: 600;
  line-height: 0.98;
}

.page-hero p,
.coming-soon p {
  max-width: 780px;
  margin: 20px 0 0;
  color: rgba(236, 239, 250, 0.84);
  font-size: clamp(1rem, 1.3vw, 1.22rem);
  line-height: 1.75;
}

.control-bar {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(190px, 260px) auto;
  gap: 16px;
  align-items: end;
  margin-top: 38px;
  padding: 18px;
  border: 1px solid rgba(214, 225, 255, 0.15);
  border-radius: 8px;
  background: rgba(8, 13, 30, 0.58);
  backdrop-filter: blur(14px);
}

.control-bar label,
.contact-form label {
  display: grid;
  gap: 9px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(214, 225, 255, 0.18);
  border-radius: 8px;
  background: rgba(3, 6, 17, 0.68);
  color: #fff;
  font: inherit;
  outline: none;
}

input,
select {
  min-height: 54px;
  padding: 0 16px;
}

textarea {
  min-height: 150px;
  resize: vertical;
  padding: 16px;
}

input::placeholder,
textarea::placeholder {
  color: rgba(236, 239, 250, 0.42);
}

.control-bar button,
.control-button,
.contact-form button,
.credential-panel button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  padding: 0 22px;
  color: #fff;
  font: inherit;
  font-weight: 800;
  background: linear-gradient(108deg, var(--pink), #ff4a39 57%, var(--orange));
  cursor: pointer;
}

.event-grid,
.past-grid,
.team-grid,
.testimonial-grid,
.contact-layout {
  display: grid;
  gap: 20px;
}

.event-grid,
.past-grid,
.founder-grid,
.testimonial-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.event-card,
.past-card,
.team-card,
.testimonial-card,
.contact-info article,
.contact-form,
.credential-panel,
.coming-soon {
  border: 1px solid rgba(214, 225, 255, 0.15);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(8, 13, 30, 0.6);
  box-shadow:
    inset 0 0 24px rgba(255, 255, 255, 0.035),
    0 22px 55px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.event-card,
.past-card,
.team-card,
.testimonial-card,
.contact-info article,
.contact-form,
.credential-panel,
.coming-soon {
  padding: 26px;
}

.event-status,
.event-banner,
.contact-info span,
.testimonial-card span,
.credential-panel span,
.coming-soon span {
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.event-card h3,
.past-card h3,
.team-card h3,
.testimonial-card h3,
.credential-panel h2,
.contact-info a,
.contact-info p {
  margin: 10px 0 0;
  color: #fff;
}

.event-card h3,
.past-card h3,
.team-card h3 {
  font-size: 1.45rem;
}

.event-card p,
.past-card p,
.team-card p,
.testimonial-card p,
.contact-info p {
  color: rgba(236, 239, 250, 0.78);
  line-height: 1.65;
}

.event-card dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0 0;
}

.event-card dt {
  color: rgba(245, 199, 122, 0.82);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.event-card dd {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.9);
}

.mini-link,
.team-card a {
  display: inline-flex;
  margin-top: 10px;
  color: var(--gold);
  font-weight: 800;
}

.event-banner {
  display: grid;
  min-height: 132px;
  place-items: center;
  margin: -6px -6px 22px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 68% 30%, rgba(255, 138, 32, 0.42), transparent 34%),
    linear-gradient(135deg, rgba(215, 19, 114, 0.35), rgba(29, 49, 105, 0.72));
}

.gallery-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}

.gallery-strip span {
  min-height: 78px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 138, 32, 0.28), transparent 42%),
    rgba(13, 20, 43, 0.78);
  border: 1px solid rgba(214, 225, 255, 0.12);
}

blockquote {
  margin: 18px 0 0;
  padding-left: 18px;
  border-left: 2px solid var(--orange);
  color: rgba(255, 255, 255, 0.9);
  font-style: italic;
}

.department-tabs,
.trust-choice {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.department-tabs a,
.trust-choice a {
  border: 1px solid rgba(214, 225, 255, 0.16);
  border-radius: 8px;
  background: rgba(8, 13, 30, 0.58);
  color: #fff;
  font-weight: 800;
  backdrop-filter: blur(14px);
}

.department-tabs a {
  padding: 14px 18px;
}

.trust-choice {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.trust-choice a {
  display: grid;
  gap: 8px;
  padding: 26px;
}

.trust-choice span {
  color: var(--gold);
}

.team-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.team-hero {
  max-width: 1050px;
}

.team-snapshot,
.operations-grid,
.department-grid {
  display: grid;
  gap: 20px;
}

.team-snapshot {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 44px;
}

.team-snapshot article,
.operations-grid article,
.department-card,
.team-cta {
  border: 1px solid rgba(214, 225, 255, 0.15);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(8, 13, 30, 0.6);
  box-shadow:
    inset 0 0 24px rgba(255, 255, 255, 0.035),
    0 22px 55px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.team-snapshot article,
.operations-grid article,
.department-card,
.team-cta {
  padding: 28px;
}

.team-snapshot strong {
  display: block;
  color: #fff;
  font-size: clamp(2.15rem, 3vw, 3.7rem);
  line-height: 0.9;
}

.team-snapshot span,
.operations-grid span,
.department-card span,
.team-cta span {
  display: block;
  margin-top: 14px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.team-snapshot p,
.operations-grid p,
.department-card p,
.team-cta p {
  color: rgba(236, 239, 250, 0.78);
  line-height: 1.65;
}

.operations-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.operations-grid h3,
.department-card h3 {
  margin: 10px 0 0;
  color: #fff;
  font-size: 1.35rem;
}

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

.department-card {
  position: relative;
  overflow: hidden;
}

.department-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--orange), var(--pink));
}

.department-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.department-card li {
  position: relative;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
  line-height: 1.45;
}

.department-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--pink));
}

.team-grid--expanded {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.team-card--featured {
  border-color: rgba(245, 199, 122, 0.4);
}

.team-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.team-cta h2 {
  max-width: 760px;
  margin: 10px 0 0;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  line-height: 1.05;
}

.team-cta .button {
  flex: 0 0 auto;
}

.member-photo,
.testimonial-photo {
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(245, 199, 122, 0.34);
  background: rgba(6, 10, 23, 0.72);
}

.member-photo {
  width: 112px;
  height: 112px;
  margin-bottom: 18px;
}

.member-photo img,
.testimonial-photo img {
  width: 74px;
  height: 60px;
  object-fit: contain;
}

.testimonial-card {
  display: grid;
  align-content: start;
}

.testimonial-photo {
  width: 88px;
  height: 88px;
  margin-bottom: 12px;
}

.testimonial-card h4,
.testimonial-card time {
  margin: 12px 0 0;
}

.testimonial-card h4 {
  color: #fff;
  font-size: 1.15rem;
}

.testimonial-card time {
  color: rgba(236, 239, 250, 0.58);
  font-size: 0.9rem;
}

.credential-panel {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 0.82fr);
  gap: 28px;
  align-items: end;
}

.credential-panel form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.contact-layout {
  grid-template-columns: 0.78fr 1.22fr;
  margin-top: 42px;
}

.contact-info {
  display: grid;
  gap: 16px;
  align-content: start;
}

.contact-info span {
  display: block;
  margin-bottom: 8px;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.contact-form button {
  justify-self: start;
  min-width: 180px;
}

.coming-soon {
  max-width: 850px;
  min-height: 430px;
  display: grid;
  align-content: center;
  margin: 80px auto 0;
  text-align: center;
}

.site-footer {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 26px;
  align-items: start;
  padding: 40px min(5.75vw, 92px);
  border-top: 1px solid rgba(214, 225, 255, 0.12);
  background: rgba(3, 6, 17, 0.94);
}

.site-footer h2 {
  margin: 0;
  color: #fff;
  font-size: 1.6rem;
}

.site-footer p,
.site-footer small {
  color: rgba(236, 239, 250, 0.7);
}

.site-footer nav,
.footer-connect {
  display: grid;
  gap: 10px;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.footer-connect span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 1120px) {
  .nav-bar {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .opportunity-grid,
  .why-grid,
  .structure-grid,
  .founder-grid,
  .team-grid,
  .testimonial-grid,
  .home-intro,
  .impact-grid,
  .home-feature-grid,
  .home-split,
  .home-event-strip,
  .team-snapshot,
  .operations-grid,
  .department-grid,
  .team-grid--expanded {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .contact-layout,
  .credential-panel,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .home-intro,
  .home-split {
    grid-template-columns: 1fr;
  }

  .home-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .team-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .hero {
    min-height: 100svh;
  }

  .nav-bar {
    width: calc(100vw - 24px);
    min-height: 76px;
    margin-top: 12px;
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 12px;
    border-radius: 16px;
  }

  .brand-mark--small {
    width: 50px;
    height: 39px;
  }

  .brand-copy span {
    font-size: 1.12rem;
  }

  .brand-copy em {
    font-size: 0.37rem;
  }

  .nav-cta {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .hero-content {
    width: min(92vw, 520px);
    margin-top: 5.5vh;
  }

  .brand-mark--hero {
    width: min(64vw, 270px);
    height: min(41vw, 175px);
    margin-bottom: -5px;
  }

  .hero-title {
    font-size: clamp(3.05rem, 15vw, 4.3rem);
  }

  .hero-subtitle {
    font-size: clamp(1.27rem, 6vw, 1.85rem);
  }

  .hero h1 {
    max-width: 340px;
    font-size: 1rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-top: 24px;
  }

  .button {
    width: min(78vw, 294px);
    min-height: 56px;
  }

  .scroll-cue {
    width: 48px;
    height: 48px;
    margin-top: 25px;
  }

  .about-page {
    background-attachment: scroll;
    padding-bottom: 64px;
  }

  .about-wrap {
    width: calc(100vw - 28px);
    margin-top: 54px;
  }

  .about-section {
    margin-top: 64px;
  }

  .about-hero-block h1 {
    font-size: clamp(2.4rem, 15vw, 4rem);
  }

  .opportunity-grid,
  .why-grid,
  .structure-grid,
  .founder-grid,
  .split-section,
  .event-grid,
  .past-grid,
  .team-grid,
  .testimonial-grid,
  .trust-choice,
  .home-intro,
  .impact-grid,
  .home-feature-grid,
  .home-split,
  .home-event-strip,
  .mini-timeline,
  .home-link-grid,
  .team-snapshot,
  .operations-grid,
  .department-grid,
  .team-grid--expanded {
    grid-template-columns: 1fr;
  }

  .control-bar,
  .credential-panel form {
    grid-template-columns: 1fr;
  }

  .control-bar {
    margin-top: 28px;
  }

  .page-hero h1,
  .coming-soon h1 {
    font-size: clamp(2.2rem, 13vw, 3.8rem);
  }

  .event-card dl {
    grid-template-columns: 1fr;
  }

  .event-card,
  .past-card,
  .team-card,
  .testimonial-card,
  .contact-info article,
  .contact-form,
  .credential-panel,
  .coming-soon {
    padding: 22px;
  }

  .department-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .department-tabs a {
    padding: 12px;
    text-align: center;
  }

  .site-footer {
    padding: 32px 18px;
  }

  .home-page {
    padding: 72px 0 68px;
  }

  .home-wrap {
    width: calc(100vw - 28px);
  }

  .home-section,
  .home-cta {
    margin-top: 64px;
  }

  .home-panel {
    min-height: auto;
  }

  .department-card ul {
    grid-template-columns: 1fr;
  }

  .opportunity-grid article,
  .why-grid article {
    min-height: 74px;
    padding: 18px;
  }

  .founder-note {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .founder-avatar {
    width: 96px;
    height: 96px;
  }

  .founder-avatar img {
    width: 72px;
    height: 58px;
  }

  .hierarchy-node {
    width: 100%;
    min-height: 58px;
  }
}

@media (max-height: 760px) and (min-width: 721px) {
  .nav-bar {
    min-height: 86px;
    margin-top: 10px;
  }

  .brand-mark--hero {
    width: 285px;
    height: 184px;
    margin-bottom: -6px;
  }

  .hero-content {
    margin-top: 20px;
  }

  .hero-title {
    font-size: 5.6rem;
  }

  .hero-subtitle {
    font-size: 2.2rem;
  }

  .hero-actions {
    margin-top: 22px;
  }

  .scroll-cue {
    margin-top: 28px;
  }
}
