:root {
  --ink: #f6f7f8;
  --muted: #aab6b9;
  --line: rgba(255, 255, 255, 0.13);
  --bg: #041316;
  --bg2: #071a1e;
  --cyan: #1fd1da;
  --gold: #f5bf43;
  --max: 1180px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--bg);
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
}
button,
input,
select,
textarea {
  font: inherit;
}
img {
  max-width: 100%;
}
.wrap {
  width: min(var(--max), calc(100% - 36px));
  margin: auto;
}
.eyebrow {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--gold);
}
.display {
  font-size: clamp(54px, 7.4vw, 102px);
  line-height: 0.92;
  letter-spacing: -0.075em;
  margin: 14px 0 20px;
  font-weight: 900;
  white-space: pre-line;
}
.h2 {
  font-size: clamp(42px, 6.1vw, 82px);
  line-height: 0.95;
  letter-spacing: -0.055em;
  margin: 12px 0 22px;
  font-weight: 900;
}
.h3 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
  letter-spacing: -0.035em;
  margin: 0;
}
.lead {
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.55;
  color: #dbe3e5;
  max-width: 750px;
}
.copy {
  font-size: 18px;
  line-height: 1.68;
  color: var(--muted);
}
.small {
  font-size: 13px;
  line-height: 1.55;
  color: #819397;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -0.01em;
  cursor: pointer;
  background: transparent;
  color: #fff;
  transition: 0.2s ease;
}
.btn:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.32);
}
.btn.primary {
  background: #fff;
  color: #061417;
  border-color: #fff;
}
.btn.cyan {
  background: var(--cyan);
  color: #031316;
  border-color: var(--cyan);
}
.btnRow {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.siteNav {
  position: absolute;
  z-index: 8;
  left: 0;
  right: 0;
  top: 0;
  padding: 20px 0;
}
.navInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand {
  font-weight: 900;
  letter-spacing: -0.04em;
  font-size: 18px;
  text-decoration: none;
}
.brand span {
  color: var(--cyan);
}
.navLinks {
  display: flex;
  align-items: center;
  gap: 20px;
}
.navLinks a {
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  color: #e2e9eb;
}
.hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #020b0d;
}
.heroMedia {
  position: absolute;
  inset: 0;
}
.heroMedia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  display: block;
  filter: saturate(0.92) contrast(1.03);
}
.heroMedia:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.18) 0%,
    rgba(2, 10, 12, 0.15) 28%,
    rgba(2, 12, 14, 0.78) 73%,
    var(--bg) 100%
  );
}
.heroContent {
  position: relative;
  z-index: 3;
  padding: 190px 0 58px;
  max-width: 780px;
}
.heroContent .lead {
  max-width: 620px;
}
.heroAction {
  margin-top: 26px;
}
.nextBar {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg);
}
.nextGrid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.75fr;
}
.nextItem {
  padding: 24px 0;
}
.nextItem + .nextItem {
  border-left: 1px solid var(--line);
  padding-left: 26px;
}
.nextLabel {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #819397;
  font-weight: 800;
}
.nextValue {
  font-size: clamp(27px, 4vw, 48px);
  font-weight: 900;
  letter-spacing: -0.045em;
  margin-top: 5px;
}
.countMini span {
  font-variant-numeric: tabular-nums;
}
.section {
  padding: 92px 0;
}
.section.alt {
  background: var(--bg2);
}
.storyGrid {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 80px;
  align-items: end;
}
.storyQuote {
  font-size: clamp(29px, 4.3vw, 58px);
  line-height: 1.03;
  letter-spacing: -0.045em;
  font-weight: 800;
  margin: 0;
}
.rule {
  height: 1px;
  background: var(--line);
  margin: 28px 0;
}
.highlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.highlight {
  padding: 28px 22px 28px 0;
}
.highlight + .highlight {
  border-left: 1px solid var(--line);
  padding-left: 22px;
}
.highlight strong {
  font-size: clamp(27px, 3vw, 40px);
  letter-spacing: -0.04em;
  display: block;
}
.highlight span {
  font-size: 13px;
  line-height: 1.45;
  color: #94a6aa;
  display: block;
  margin-top: 8px;
}
.supportIntro {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 34px;
}
.supportIntro .copy {
  max-width: 520px;
  margin: 0;
}
.supportGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.supportBlock {
  min-height: 390px;
  padding: 34px;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.035),
    rgba(255, 255, 255, 0.012)
  );
}
.supportBlock .numTag {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #85979a;
  font-weight: 800;
}
.supportBlock h3 {
  font-size: clamp(36px, 5vw, 66px);
  line-height: 0.95;
  letter-spacing: -0.06em;
  margin: 0;
}
.supportBlock p {
  max-width: 430px;
}
.connectGrid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 64px;
  align-items: start;
}
.compactForm {
  border-top: 1px solid var(--line);
}
.field {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.field label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
  color: #819397;
  margin-bottom: 8px;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  background: transparent;
  border: 0;
  outline: 0;
  color: #fff;
  padding: 3px 0;
  font-size: 20px;
}
.field textarea {
  min-height: 120px;
  resize: vertical;
}
.checkLine {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 18px 0;
  color: #d5dddf;
  font-size: 14px;
  line-height: 1.45;
}
.checkLine input {
  width: 17px;
  height: 17px;
  margin-top: 2px;
}
.formStatus {
  min-height: 20px;
  margin-top: 12px;
  font-size: 13px;
}
.ok {
  color: #82e4ad;
}
.err {
  color: #ff9d9d;
}
.messageStrip {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}
.quote {
  padding: 19px 0;
  border-top: 1px solid var(--line);
}
.quote:first-child {
  border-top: 0;
}
.quote p {
  font-size: 20px;
  line-height: 1.45;
  margin: 0 0 8px;
}
.quote span {
  font-size: 12px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 800;
}
.sponsorBand {
  padding: 96px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #061a1e;
}
.sponsorIntro {
  max-width: 760px;
}
.sponsorIntro .h2 {
  margin-bottom: 18px;
}
.sponsorIntro .copy {
  max-width: 660px;
  margin: 0;
}
.logoRail {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
  margin-top: 48px;
  min-height: 150px;
}
.sponsorMark {
  min-height: 150px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-decoration: none;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
  transition: 0.2s ease;
}
.sponsorMark img {
  height: 64px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  filter: grayscale(1) brightness(10);
  opacity: 0.9;
  transition: 0.2s;
}
.sponsorMark:hover {
  border-color: rgba(245, 191, 67, 0.55);
  transform: translateY(-1px);
}
.sponsorMark:hover img {
  opacity: 1;
}
.sponsorName {
  color: #dbe3e5;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.sponsorInvite {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-top: 26px;
  margin-top: 28px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.sponsorInvite p {
  margin: 0;
}
.textLink {
  display: inline-block;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid rgba(245, 191, 67, 0.7);
  padding-bottom: 4px;
}
.loveHead {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 60px;
  align-items: end;
}
.loveHead .copy {
  margin: 0 0 22px;
}
.loveWall {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 22px 0 28px;
}
.loveWall .quote {
  min-height: 190px;
  padding: 28px;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.04),
    rgba(255, 255, 255, 0.01)
  );
}
.loveWall .quote:first-child {
  border-top: 1px solid var(--line);
}
.loveWall .quote span {
  font-size: 14px;
  letter-spacing: 0.07em;
}
.pressList {
  margin-top: 34px;
  border-top: 1px solid var(--line);
}
.pressItem {
  display: grid;
  grid-template-columns: 130px 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}
.pressMeta {
  font-size: 11px;
  color: #819397;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
}
.pressTitle {
  font-size: clamp(20px, 2.2vw, 29px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.025em;
}
.arrow {
  font-size: 24px;
  color: #91a5a9;
}
.pressItem:hover .pressTitle {
  color: #fff;
}
.pressItem:hover .arrow {
  transform: translateX(3px);
}
.pressTop {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
}
.pressTop .copy {
  max-width: 500px;
  margin: 0;
}
.finalCta {
  text-align: center;
  padding: 110px 0;
}
.finalCta .h2 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.finalCta .copy {
  max-width: 630px;
  margin: 0 auto 28px;
}
footer {
  padding: 30px 0 48px;
  border-top: 1px solid var(--line);
  color: #819397;
}
.foot {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.foot a {
  text-decoration: none;
  font-size: 12px;
}
.subHero {
  padding: 140px 0 64px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #061b1f, var(--bg));
}
.subHero .h2 {
  max-width: 880px;
}
.subHero .copy {
  max-width: 720px;
}
.pageNav {
  position: absolute;
  inset: 0 0 auto 0;
  padding: 20px 0;
}
.back {
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.pageGrid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
}
.formCard {
  border: 1px solid var(--line);
  padding: 28px;
}
.formCard .field:first-child {
  padding-top: 0;
}
.supportSelect {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%);
  background-position:
    calc(100% - 15px) 54%,
    calc(100% - 10px) 54%;
  background-size:
    5px 5px,
    5px 5px;
  background-repeat: no-repeat;
}
.archiveCount {
  font-size: 13px;
  color: #819397;
  margin-top: 10px;
}
@media (max-width: 820px) {
  .wrap {
    width: min(100% - 28px, var(--max));
  }
  .siteNav {
    padding: 16px 0;
  }
  .navLinks a:not(.keep) {
    display: none;
  }
  .hero {
    min-height: 650px;
  }
  .heroMedia img {
    object-position: center 34%;
  }
  .heroContent {
    padding: 170px 0 38px;
  }
  .display {
    font-size: clamp(54px, 16vw, 80px);
  }
  .lead {
    font-size: 18px;
    line-height: 1.55;
  }
  .btnRow {
    display: grid;
    grid-template-columns: 1fr;
  }
  .btn {
    width: 100%;
  }
  .nextGrid {
    grid-template-columns: 1fr 1fr;
  }
  .nextItem {
    padding: 19px 0;
  }
  .nextItem:nth-child(3) {
    display: none;
  }
  .nextItem + .nextItem {
    padding-left: 16px;
  }
  .nextValue {
    font-size: 28px;
  }
  .section {
    padding: 70px 0;
  }
  .storyGrid,
  .connectGrid,
  .pageGrid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .storyQuote {
    font-size: 40px;
  }
  .highlights {
    grid-template-columns: 1fr 1fr;
  }
  .highlight:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .highlight:nth-child(4) {
    border-top: 1px solid var(--line);
  }
  .supportIntro,
  .pressTop {
    display: block;
  }
  .supportIntro .copy,
  .pressTop .copy,
  .sponsorIntro .copy {
    margin-top: 18px;
  }
  .supportGrid {
    grid-template-columns: 1fr;
  }
  .supportBlock {
    min-height: 310px;
    padding: 26px;
  }
  .supportBlock h3 {
    font-size: 48px;
  }
  .sponsorBand {
    padding: 68px 0;
  }
  .logoRail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 34px;
  }
  .sponsorMark {
    min-height: 120px;
    padding: 18px 12px;
  }
  .sponsorMark img {
    height: 44px;
    max-width: 120px;
  }
  .sponsorInvite {
    display: block;
  }
  .sponsorInvite .textLink {
    margin-top: 14px;
  }
  .loveHead {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .loveWall {
    grid-template-columns: 1fr;
  }
  .pressItem {
    grid-template-columns: 1fr auto;
    gap: 12px;
  }
  .pressMeta {
    grid-column: 1/-1;
  }
  .pressTitle {
    font-size: 22px;
  }
  .arrow {
    align-self: center;
  }
  .finalCta {
    padding: 80px 0;
  }
  .foot {
    display: block;
  }
  .foot div + div {
    margin-top: 12px;
  }
  .subHero {
    padding: 112px 0 50px;
  }
  .formCard {
    padding: 20px;
  }
  .pageGrid {
    gap: 28px;
  }
}
.supportInterrupt {
  position: relative;
  overflow: hidden;
  background: #f3f0e8;
  color: #071316;
  border-top: 0;
  border-bottom: 0;
}
.supportInterrupt .supportWrap {
  position: relative;
  z-index: 2;
}
.supportInterrupt .eyebrow {
  color: #79620f;
}
.supportInterrupt .h2,
.supportInterrupt h3 {
  color: #071316;
}
.supportInterrupt .copy {
  color: #485255;
}
.support23 {
  position: absolute;
  right: -0.04em;
  top: -0.18em;
  font-size: clamp(240px, 42vw, 620px);
  line-height: 1;
  font-weight: 1000;
  letter-spacing: -0.12em;
  color: rgba(7, 19, 22, 0.045);
  pointer-events: none;
  user-select: none;
}
.supportInterrupt .supportIntro {
  padding-bottom: 34px;
  border-bottom: 2px solid rgba(7, 19, 22, 0.12);
  margin-bottom: 22px;
}
.supportInterrupt .supportGrid {
  gap: 0;
  border-top: 1px solid rgba(7, 19, 22, 0.18);
  border-left: 1px solid rgba(7, 19, 22, 0.18);
}
.supportInterrupt .supportBlock {
  min-height: 430px;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(7, 19, 22, 0.18);
  border-bottom: 1px solid rgba(7, 19, 22, 0.18);
  padding: 38px;
}
.supportInterrupt .supportBlock .numTag {
  color: #7d898c;
}
.supportInterrupt .supportBlock p {
  color: #4a5558;
}
.supportAction {
  margin-top: 30px;
}
.supportBtn {
  width: 100%;
  min-height: 68px;
  background: #071316 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 0 14px 0 24px !important;
  justify-content: space-between !important;
  font-size: 17px;
  box-shadow: 0 12px 30px rgba(7, 19, 22, 0.15);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}
.supportBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(7, 19, 22, 0.22);
}
.arrowCircle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #ffd04f;
  color: #071316;
  font-size: 19px;
  font-weight: 1000;
  flex: 0 0 auto;
}
.supportTrust {
  margin: 12px 4px 0;
  color: #6f7a7c;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 650;
}
.supportFooterNote {
  margin-top: 22px;
  font-size: 13px;
  color: #667174;
  max-width: 760px;
}
@media (max-width: 780px) {
  .supportInterrupt {
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .support23 {
    font-size: 260px;
    right: -46px;
    top: 4px;
  }
  .supportInterrupt .supportIntro {
    padding-bottom: 28px;
    margin-bottom: 0;
  }
  .supportInterrupt .supportGrid {
    border-left: 0;
    border-top: 0;
  }
  .supportInterrupt .supportBlock {
    min-height: 0;
    padding: 34px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(7, 19, 22, 0.18);
  }
  .supportInterrupt .supportBlock h3 {
    font-size: 54px;
    max-width: 330px;
  }
  .supportInterrupt .supportBlock p {
    font-size: 17px;
  }
  .supportBtn {
    min-height: 64px;
    font-size: 16px;
    padding-left: 20px !important;
  }
  .arrowCircle {
    width: 42px;
    height: 42px;
  }
  .supportTrust {
    font-size: 11.5px;
  }
}
