
:root {
  --navy: #062652;
  --navy-deep: #031936;
  --blue: #1768a5;
  --teal: #0696a7;
  --teal-bright: #12b6bc;
  --coral: #ff572d;
  --ice: #f2f8fa;
  --white: #ffffff;
  --ink: #09294b;
  --slate: #496278;
  --line: #cadce3;
  --background: var(--white);
  --foreground: var(--ink);
  --card: var(--white);
  --card-foreground: var(--ink);
  --popover: var(--white);
  --popover-foreground: var(--ink);
  --primary: var(--navy);
  --primary-foreground: var(--white);
  --secondary: var(--ice);
  --secondary-foreground: var(--navy);
  --muted: #e9f2f5;
  --muted-foreground: var(--slate);
  --accent: var(--teal);
  --accent-foreground: var(--white);
  --destructive: #d93423;
  --border: var(--line);
  --input: var(--line);
  --ring: var(--teal);
  --chart-1: var(--coral);
  --chart-2: var(--teal);
  --chart-3: var(--blue);
  --chart-4: var(--navy);
  --chart-5: var(--teal-bright);
  --radius: 0.75rem;
  --font-sans: "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.6;
}

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

.shell {
  width: min(1180px, calc(100% - 3rem));
  margin-inline: auto;
}

.section { padding: 7rem 0; }

.eyebrow {
  margin: 0 0 1.1rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.eyebrow.coral { color: #ff7a59; }
.eyebrow.teal { color: var(--teal-bright); }
.eyebrow.navy { color: var(--navy); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.05; }

h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  font-weight: 800;
  letter-spacing: -0.05em;
}

.hero {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 18%, rgba(13, 150, 167, 0.24), transparent 29%),
    linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 58%, #073d70 100%);
  color: var(--white);
}

.hero::before {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.28) 0.8px, transparent 0.8px);
  background-size: 34px 34px;
  content: "";
  opacity: 0.13;
}

.orbital-line {
  position: absolute;
  border: 1px solid rgba(126, 229, 232, 0.2);
  border-radius: 50%;
  pointer-events: none;
}

.orbital-line-one {
  top: 9rem;
  right: -15rem;
  width: 58rem;
  height: 58rem;
  transform: rotate(-16deg);
}

.orbital-line-two {
  top: 17rem;
  right: -8rem;
  width: 43rem;
  height: 43rem;
  border-color: rgba(255, 87, 45, 0.18);
}

.site-header {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 96px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  max-width: 260px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.15;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  place-items: center;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  background: var(--white);
}

.brand-mark img { width: 100%; height: 100%; object-fit: cover; }

nav {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 0.86rem;
  font-weight: 700;
}

nav a:not(.nav-cta) {
  color: rgba(255, 255, 255, 0.78);
  transition: color 160ms ease;
}

nav a:not(.nav-cta):hover,
nav a:not(.nav-cta):focus-visible { color: var(--white); }

.nav-cta {
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  padding: 0.72rem 1.1rem;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  align-items: center;
  gap: 4rem;
  min-height: 620px;
  padding: 4rem 0 6rem;
}

.hero-copy h1 {
  max-width: none;
  margin: 0 0 1.7rem;
  font-size: clamp(3.45rem, 5.1vw, 4.75rem);
  font-weight: 850;
  letter-spacing: -0.055em;
}

.hero-copy h1 .hero-line {
  display: block;
  white-space: nowrap;
}

.hero-copy h1 .hero-line-second { color: #82e4e7; }

.hero-lede {
  max-width: 640px;
  margin-bottom: 2.2rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.65;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; }

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.85rem 1.35rem;
  font-size: 0.93rem;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible,
.text-link:hover,
.text-link:focus-visible { transform: translateY(-2px); }

.button svg, .text-link svg { width: 18px; height: 18px; }
.button-primary { background: var(--coral); color: var(--white); }

.button-secondary {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  backdrop-filter: blur(8px);
}

.hero-logo-wrap { position: relative; display: grid; place-items: center; }

.hero-logo-card {
  position: relative;
  z-index: 2;
  width: min(100%, 470px);
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 38px 80px rgba(0, 8, 25, 0.38);
}

.hero-logo-card img { width: 100%; height: auto; }

.logo-halo {
  position: absolute;
  width: 115%;
  aspect-ratio: 1;
  border: 1px solid rgba(126, 229, 232, 0.4);
  border-radius: 50%;
}

.signal-star { position: absolute; z-index: 3; line-height: 1; }
.signal-star-one { top: 6%; left: -2%; color: var(--teal-bright); font-size: 2.5rem; }
.signal-star-two { right: 0; bottom: 6%; color: var(--coral); font-size: 1.8rem; }

.hero-strip {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  background: var(--teal);
}

.strip-inner {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-around;
  gap: 1rem;
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.strip-inner i { width: 5px; height: 5px; border-radius: 50%; background: #75e4e5; }
.mission-section { background: var(--white); }

.mission-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: 7rem;
}

.mission-copy {
  padding-top: 1.5rem;
  color: var(--slate);
  font-size: 1.08rem;
}

.mission-copy > p { margin-bottom: 1.35rem; }

.mission-rule {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-top: 2.2rem;
  border-top: 1px solid var(--line);
  padding-top: 1.5rem;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 800;
}

.mission-rule svg { width: 23px; color: var(--coral); }
.events-section { background: var(--ice); }
.section-heading { margin-bottom: 3.5rem; }

.split-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 3rem;
}

.split-heading > p {
  max-width: 390px;
  margin-bottom: 0.45rem;
  color: var(--slate);
  font-size: 1.05rem;
}

.event-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }

.event-card {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  justify-content: space-between;
  border-top: 5px solid var(--teal);
  background: var(--navy);
  padding: 2rem;
  color: var(--white);
  box-shadow: 0 18px 40px rgba(6, 38, 82, 0.1);
}

.event-card:nth-child(2) { border-top-color: var(--blue); }
.event-card:nth-child(3) { border-top-color: var(--coral); }

.event-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.6);
}

.event-card-top svg { width: 27px; height: 27px; }
.event-number { font-size: 0.8rem; font-weight: 800; letter-spacing: 0.18em; }

.status-pill {
  display: inline-flex;
  margin-bottom: 1rem;
  border: 1px solid rgba(130, 228, 231, 0.38);
  border-radius: 999px;
  padding: 0.3rem 0.65rem;
  color: #82e4e7;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.event-card h3 { margin-bottom: 0.9rem; font-size: 1.7rem; letter-spacing: -0.03em; }
.event-card p:last-child { margin-bottom: 0; color: rgba(255, 255, 255, 0.68); }

.coalition-section {
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
}

.coalition-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: 7rem;
}

.coalition-copy > p:not(.eyebrow) {
  max-width: 610px;
  margin: 1.7rem 0 2rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.08rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  border-bottom: 2px solid var(--coral);
  padding-bottom: 0.25rem;
  font-weight: 800;
  transition: transform 160ms ease;
}

.coalition-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  padding: 4rem 3.5rem;
}

.coalition-panel > svg {
  position: relative;
  z-index: 2;
  width: 54px;
  height: 54px;
  margin-bottom: 3rem;
  color: var(--teal-bright);
}

.panel-label {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 3rem;
  color: var(--teal-bright);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.coalition-panel strong, .coalition-panel p { position: relative; z-index: 2; }

.coalition-panel strong {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.25;
}

.coalition-panel p { margin-bottom: 0; color: rgba(255, 255, 255, 0.67); }

.panel-orbit {
  position: absolute;
  top: -7rem;
  right: -8rem;
  width: 21rem;
  height: 21rem;
  border: 1px solid rgba(130, 228, 231, 0.28);
  border-radius: 50%;
}

.help-section { background: var(--white); }

.help-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.help-card {
  position: relative;
  min-height: 325px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 1.6rem;
}

.help-icon {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 3.8rem;
  place-items: center;
  border-radius: 50%;
  background: var(--ice);
  color: var(--teal);
}

.help-icon svg { width: 22px; height: 22px; }

.help-index {
  position: absolute;
  top: 1.75rem;
  right: 1.5rem;
  color: #8ba2b1;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.help-card h3 { margin-bottom: 0.8rem; font-size: 1.55rem; letter-spacing: -0.025em; }
.help-card p { margin-bottom: 0; color: var(--slate); font-size: 0.93rem; }

.statement-section {
  background: linear-gradient(to bottom, var(--white) 50%, var(--ice) 50%);
}

.statement-card {
  position: relative;
  overflow: hidden;
  background: var(--blue);
  padding: 5.5rem 6rem;
  color: var(--white);
}

.statement-card blockquote {
  max-width: 930px;
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.04;
}

.statement-signal {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: flex;
  gap: 0.45rem;
}

.statement-signal span { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); }
.statement-signal span:nth-child(2) { background: #82e4e7; }
.statement-signal span:nth-child(3) { background: var(--white); }
.contact-section { background: var(--ice); }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 7rem;
}

.contact-copy { padding-top: 1rem; color: var(--slate); font-size: 1.08rem; }

.domain {
  margin: 2rem 0 1.4rem;
  color: var(--navy);
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 850;
  letter-spacing: -0.04em;
}

.launch-note {
  display: inline-flex;
  border-radius: 999px;
  background: #dcecef;
  padding: 0.45rem 0.8rem;
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

footer { background: var(--navy-deep); padding: 2.2rem 0; color: var(--white); }

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 2rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-brand img { width: 48px; height: 48px; border-radius: 50%; }
.footer-grid > p { margin-bottom: 0; color: rgba(255, 255, 255, 0.55); font-size: 0.82rem; }
.footer-grid > a { color: #82e4e7; font-size: 0.82rem; font-weight: 800; }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1.1fr 0.9fr; gap: 2rem; }
  .mission-grid, .coalition-grid, .contact-grid { gap: 4rem; }
  .help-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 2rem, 680px); }
  .section { padding: 5rem 0; }
  .site-header { min-height: 82px; }
  nav a:not(.nav-cta) { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 2.6rem; padding: 4.5rem 0 7.5rem; }
  .hero-copy h1 { font-size: clamp(2.55rem, 10.6vw, 3.45rem); }
  .hero-logo-wrap { width: min(84vw, 430px); margin-inline: auto; }
  .mission-grid, .coalition-grid, .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .mission-copy, .contact-copy { padding-top: 0; }
  .split-heading { display: block; }
  .split-heading > p { margin-top: 1.4rem; }
  .event-grid { grid-template-columns: 1fr; }
  .event-card { min-height: 330px; }
  .help-grid { grid-template-columns: repeat(2, 1fr); }
  .statement-card { padding: 4rem 2rem; }
  .footer-grid { grid-template-columns: 1fr auto; }
  .footer-grid > p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 540px) {
  .brand span:last-child { max-width: 145px; }
  .nav-cta { display: none; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .strip-inner { gap: 0.55rem; font-size: 0.68rem; letter-spacing: 0.1em; }
  .help-grid { grid-template-columns: 1fr; }
  .help-card { min-height: 280px; }
  .coalition-panel { padding: 3rem 2rem; }
  .statement-card { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
