:root {
  --gold: #ebc83e;
  --ink: #111;
  --gray-900: #222;
  --gray-700: #4f4f4f;
  --gray-500: #777;
  --gray-100: #f7f7f4;
  --line: #ebc83e;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: "proxima-nova", "Proxima Nova", Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 82px;
  padding: 18px clamp(20px, 4vw, 54px);
  background: rgba(255, 255, 255, .92);
  border-bottom: 1px solid rgba(17, 17, 17, .08);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
}

.brand-mark {
  display: block;
  width: auto;
  height: clamp(31px, 3.5vw, 48px);
  aspect-ratio: 1;
  object-fit: contain;
}

.wordmark {
  display: grid;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 600;
  line-height: .88;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.wordmark span:last-child {
  font-weight: 300;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--gray-700);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.site-nav a:hover,
.site-nav a:focus {
  background: var(--gold);
  color: var(--ink);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--ink);
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  display: grid;
  position: relative;
  max-width: var(--max);
  min-height: 0;
  margin: 0 auto;
  padding: clamp(48px, 8vw, 92px) clamp(22px, 5vw, 68px);
}

.hero::after,
.statement::after,
.split::after,
.principles::after,
.news-section::after,
.faq-section::after,
.support::after {
  content: "";
  position: absolute;
  left: clamp(22px, 5vw, 40px);
  bottom: 0;
  right: clamp(22px, 5vw, 40px);
  width: auto;
  height: 4px;
  background: var(--gold);
}

.hero::after,
.statement::after {
  left: clamp(22px, 5vw, 68px);
  right: clamp(22px, 5vw, 68px);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gray-500);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  line-height: .96;
  letter-spacing: 0;
}

h1 {
  max-width: 900px;
  font-size: clamp(28px, 2.6vw, 40px);
  font-weight: 400;
  line-height: 1.02;
}

h2 {
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 400;
}

h3 {
  font-size: clamp(20px, 1.7vw, 25px);
  font-weight: 700;
  line-height: 1.08;
}

.hero-text {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--gray-700);
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.42;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.button.ghost {
  background: #fff;
  color: var(--ink);
}

.button.quiet {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
}

.support-flag {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.statement {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(42px, 7vw, 86px) clamp(22px, 5vw, 68px);
}

.statement p {
  max-width: 920px;
  margin: 0 0 20px;
  color: var(--gray-900);
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 400;
  line-height: 1.35;
}

.statement p:last-child {
  margin-bottom: 0;
}

.statement strong {
  color: var(--ink);
}

.split,
.principles,
.news-section,
.faq-section,
.support {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(70px, 10vw, 130px) clamp(22px, 5vw, 40px);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(42px, 7vw, 98px);
  align-items: start;
}

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

.copy {
  color: var(--gray-700);
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.45;
}

.copy p {
  margin: 0 0 26px;
}

.copy strong {
  color: var(--ink);
}

.section-head {
  max-width: 780px;
  margin-bottom: clamp(34px, 5vw, 58px);
}

.section-note {
  margin: 22px 0 0;
  color: var(--gray-700);
  font-size: clamp(18px, 1.55vw, 22px);
}

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

.principle-card,
.news-card,
.faq-card {
  min-height: 230px;
  padding: 24px;
  border: 4px solid var(--gold);
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
}

.principle-card span {
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--gold);
  font-size: 28px;
  font-weight: 300;
}

.principle-card p,
.news-card p,
.faq-card p {
  color: var(--gray-700);
  font-size: 17px;
}

.news-card {
  min-height: 260px;
}

.text-link {
  color: var(--ink);
  font-weight: 800;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.support {
  border-bottom: 0;
}

.support-inner {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(40px, 6vw, 66px);
  border: 6px solid var(--gold);
  border-radius: 10px;
  background: #fff;
  text-align: center;
}

.support-flag {
  width: 112px;
  height: 112px;
  margin: 0 auto 24px;
}

.support-inner p {
  color: var(--gray-700);
  font-size: 21px;
}

.site-footer {
  padding: 46px clamp(22px, 5vw, 54px) 44px;
  color: var(--gray-700);
  text-align: center;
}

.site-footer img {
  display: none;
}

.site-footer p {
  max-width: 840px;
  margin: 6px auto;
  font-size: 14px;
}

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

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 900px) {
  .site-header {
    min-height: 72px;
  }

  .site-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 8px);
    display: none;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 16px 30px rgba(0, 0, 0, .1);
  }

  .site-nav.open {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .menu-toggle {
    display: block;
  }

  .hero,
  .split,
  .split.reverse {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
    padding-top: 56px;
  }

  .principle-grid,
  .news-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }
}
