@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600&display=swap");

:root {
  --font-body: "DM Sans", "Segoe UI", sans-serif;
  --font-display: "Manrope", "Segoe UI", sans-serif;
  --font-accent: Georgia, "Times New Roman", serif;
  --ink: #11140f;
  --ink-soft: #22271f;
  --paper: #f1efe6;
  --paper-deep: #e5e1d4;
  --moss: #b8d765;
  --moss-bright: #d6ee8e;
  --white: #fbfbf7;
  --line-dark: rgba(17, 20, 15, 0.16);
  --line-light: rgba(255, 255, 255, 0.18);
  --shell: min(1440px, calc(100% - 96px));
  --header-height: 92px;
  --header-scrolled-height: 72px;
  --radius-lg: 30px;
  --radius-md: 20px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --section-start-space: 56px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#film,
#mission,
#purpose,
#perspective {
  scroll-margin-top: var(--header-scrolled-height);
}

#join {
  scroll-margin-top: calc(var(--header-scrolled-height) + 36px);
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

::selection {
  background: var(--moss);
  color: var(--ink);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  transform: translateY(-160%);
  background: var(--moss);
  color: var(--ink);
  padding: 12px 18px;
  border-radius: 999px;
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(48px, calc((100vw - 1440px) / 2));
  border-bottom: 1px solid transparent;
  transition: height 280ms var(--ease), background 280ms ease, border-color 280ms ease, backdrop-filter 280ms ease;
}

.site-header.is-scrolled {
  height: 72px;
  background: rgba(17, 20, 15, 0.78);
  border-color: var(--line-light);
  backdrop-filter: blur(18px);
}

.brand {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  line-height: 0;
}

.brand-logo {
  display: block;
  width: 46px;
  height: auto;
}

.brand-wordmark {
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 500;
  font-synthesis: none;
  letter-spacing: -0.035em;
  line-height: 1;
  transition: color 180ms ease;
}

.brand:hover .brand-wordmark {
  color: var(--moss-bright);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: 0.82rem;
  font-weight: 500;
}

.site-nav > a:not(.nav-cta) {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: rgba(255, 255, 255, 0.74);
  transition: color 180ms ease;
}

.site-nav > a:not(.nav-cta):hover {
  color: var(--white);
}

.site-nav > a[aria-current="page"] {
  color: var(--white);
  box-shadow: inset 0 -1px var(--moss-bright);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  min-height: 44px;
  padding: 11px 16px 11px 20px;
  border: 1px solid var(--line-light);
  border-radius: 999px;
  transition: background 180ms ease, color 180ms ease;
}

.nav-cta:hover {
  background: var(--moss);
  color: var(--ink);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 12px 9px;
  background: transparent;
  border: 0;
  color: var(--white);
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 1px;
  margin: 7px 0;
  background: currentColor;
  transition: transform 200ms ease;
}

.hero {
  position: relative;
  min-height: max(760px, 100svh);
  overflow: hidden;
  background: var(--ink);
  isolation: isolate;
}

.hero-layout {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: max(760px, 100svh);
  margin: 0;
  padding-top: var(--header-height);
  padding-left: max(48px, calc((100vw - 1440px) / 2));
  display: block;
}

.poster-scene {
  position: absolute;
  z-index: 0;
  inset: 0 0 0 44%;
  width: auto;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0.9;
  background: #1c1c16;
  pointer-events: none;
}

.poster-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--ink) 0, rgba(17, 20, 15, 0.72) 12%, transparent 34%),
    linear-gradient(180deg, rgba(17, 20, 15, 0.22), transparent 30%, rgba(17, 20, 15, 0.38)),
    radial-gradient(circle at 60% 45%, transparent 0, rgba(17, 20, 15, 0.06) 45%, rgba(17, 20, 15, 0.72) 110%);
}

.poster-scene img {
  width: 100%;
  height: calc(100% - 36px);
  margin-top: 36px;
  object-fit: cover;
  object-position: right center;
  filter: saturate(0.94) contrast(1.06) brightness(0.95);
  -webkit-mask-image: linear-gradient(180deg, transparent 0, black 4%, black 96%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0, black 4%, black 96%, transparent 100%);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(46vw, 650px);
  min-height: max(668px, calc(100svh - var(--header-height)));
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-block: 64px 118px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  font-size: clamp(0.75rem, 0.72rem + 0.1vw, 0.8125rem);
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--moss-bright);
}

.eyebrow::before {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: currentColor;
}

.eyebrow-dark {
  color: #5b6e27;
}

.hero h1,
.section-heading h2,
.join-card h2,
.mission-lead h2,
.closing-section h2 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.045em;
}

.hero h1 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(4rem, 6.2vw, 7.5rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

em {
  color: var(--moss-bright);
  font-family: var(--font-accent);
  font-weight: 400;
  letter-spacing: -0.055em;
}

.hero-copy {
  max-width: 48ch;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 52px;
  padding: 0 20px 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

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

.button-primary {
  background: var(--moss);
  color: var(--ink);
}

.button-primary:hover {
  background: var(--moss-bright);
}

.button-light {
  width: 100%;
  background: var(--white);
  color: var(--ink);
}

.button-light:hover {
  background: var(--moss-bright);
}

.button:active,
.text-link:active,
.nav-cta:active {
  transform: translateY(0);
}

.text-link {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 52px;
  padding: 0 20px 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.015);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 500;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.text-link::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 1px;
  border-radius: inherit;
  background: radial-gradient(ellipse at center, rgba(214, 238, 142, 0.3) 0%, rgba(184, 215, 101, 0.18) 36%, rgba(214, 238, 142, 0.07) 56%, transparent 74%);
  background-position: -180% 50%;
  background-repeat: no-repeat;
  background-size: 74% 190%;
  opacity: 0.42;
  pointer-events: none;
}

.text-link::after {
  content: "";
  position: absolute;
  inset: -1px;
  padding: 1px;
  border: 0;
  border-radius: inherit;
  background: linear-gradient(106deg, rgba(255, 255, 255, 0.18) 8%, rgba(214, 238, 142, 0.34) 32%, rgba(251, 251, 247, 0.94) 46%, rgba(214, 238, 142, 0.78) 56%, rgba(255, 255, 255, 0.16) 79%);
  background-position: 145% 50%;
  background-size: 260% 100%;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 2;
  opacity: 0.46;
  pointer-events: none;
}

.text-link > span {
  position: relative;
  z-index: 1;
}

.text-link:hover {
  transform: translateY(-2px);
  border-color: rgba(214, 238, 142, 0.64);
  background: rgba(214, 238, 142, 0.1);
  color: var(--white);
}

.text-link.is-disabled,
.text-link.is-disabled:hover,
.text-link.is-disabled:active,
.text-link:disabled,
.text-link:disabled:hover,
.text-link:disabled:active {
  cursor: not-allowed;
  transform: none;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.015);
  color: rgba(255, 255, 255, 0.78);
}

.text-link .coming-soon-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border: 1px solid rgba(214, 238, 142, 0.34);
  border-radius: 999px;
  color: var(--moss-bright);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.mini-play {
  display: grid;
  place-items: center;
  width: 34px;
  aspect-ratio: 1;
  padding-left: 2px;
  border: 1px solid var(--line-light);
  border-radius: 50%;
  color: var(--moss-bright);
  font-size: 0.58rem;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-actions .text-link {
    animation: story-ambient-glow 6.4s ease-in-out infinite;
  }

  .hero-actions .text-link::before {
    animation: story-light-drift 6.4s cubic-bezier(0.45, 0, 0.55, 1) infinite;
  }

  .hero-actions .text-link::after {
    animation: story-border-trace 6.4s cubic-bezier(0.45, 0, 0.55, 1) infinite;
  }

  .hero-actions .text-link .mini-play {
    animation: story-play-breathe 6.4s ease-in-out infinite;
  }
}

@keyframes story-light-drift {
  0% {
    background-position: -180% 50%;
    opacity: 0.42;
  }

  18% {
    opacity: 0.86;
  }

  50% {
    background-position: 50% 50%;
    opacity: 1;
  }

  82% {
    opacity: 0.86;
  }

  100% {
    background-position: 280% 50%;
    opacity: 0.42;
  }
}

@keyframes story-border-trace {
  0% {
    background-position: 145% 50%;
    opacity: 0.38;
    filter: drop-shadow(0 0 0 rgba(214, 238, 142, 0));
  }

  46% {
    opacity: 0.92;
    filter: drop-shadow(0 0 5px rgba(214, 238, 142, 0.28));
  }

  100% {
    background-position: -85% 50%;
    opacity: 0.38;
    filter: drop-shadow(0 0 0 rgba(214, 238, 142, 0));
  }
}

@keyframes story-ambient-glow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(214, 238, 142, 0), inset 0 0 0 rgba(214, 238, 142, 0);
  }

  48% {
    box-shadow: 0 0 24px 3px rgba(214, 238, 142, 0.11), inset 0 0 18px rgba(214, 238, 142, 0.035);
  }
}

@keyframes story-play-breathe {
  0%, 100% {
    transform: scale(1);
    background: transparent;
    box-shadow: 0 0 0 rgba(214, 238, 142, 0);
  }

  32% {
    transform: scale(1.045);
    background: rgba(214, 238, 142, 0.12);
    box-shadow: 0 0 12px rgba(214, 238, 142, 0.12);
  }

  62% {
    transform: scale(1);
    background: rgba(214, 238, 142, 0.045);
    box-shadow: 0 0 4px rgba(214, 238, 142, 0.05);
  }
}

.principle-index {
  font-size: 0.66rem;
  color: var(--moss-bright);
  letter-spacing: 0.1em;
}

.scroll-cue {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--moss-bright);
  cursor: pointer;
  pointer-events: auto;
  transition: color 180ms ease, transform 180ms ease;
}

.scroll-cue:hover {
  transform: translateX(-50%) translateY(-2px);
  color: var(--white);
}

.scroll-cue i {
  display: block;
  width: 11px;
  height: 11px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.story-section,
.mission-section {
  background: var(--paper);
  color: var(--ink);
}

.story-section {
  padding: var(--section-start-space) 0 24px;
}

.story-section > .shell {
  width: var(--shell);
}

.section-heading {
  display: grid;
  grid-template-columns: 1.25fr 0.55fr;
  align-items: end;
  gap: 60px;
  margin-bottom: 24px;
}

.section-heading .eyebrow,
.mission-lead .eyebrow {
  margin-bottom: 20px;
}

.section-heading h2,
.mission-lead h2 {
  margin: 0;
  font-size: clamp(2.8rem, 4.8vw, 5.4rem);
  line-height: 0.98;
}

.section-heading h2 {
  font-size: clamp(2.8rem, 4vw, 4rem);
}

.section-intro {
  max-width: 48ch;
  margin: 0 0 6px;
  color: #596052;
  line-height: 1.65;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.66fr) minmax(320px, 0.7fr);
  gap: 20px;
  align-items: stretch;
}

.video-card {
  min-width: 0;
}

.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: #191b16;
}

.video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #191b16;
}

.video-frame:focus-within {
  outline: 3px solid var(--moss);
  outline-offset: 4px;
}

.video-center-play {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  display: grid;
  width: 66px;
  height: 66px;
  padding: 0 0 0 4px;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background: rgba(17, 20, 15, 0.76);
  color: var(--moss-bright);
  font-size: 1rem;
  backdrop-filter: blur(12px);
  cursor: pointer;
}

.video-center-play[hidden],
.video-controls[hidden] {
  display: none;
}

.video-controls {
  position: absolute;
  z-index: 4;
  inset: auto 14px 14px;
  display: grid;
  grid-template-columns: 44px auto minmax(80px, 1fr) 44px 74px 44px;
  align-items: center;
  gap: 9px;
  min-height: 52px;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(17, 20, 15, 0.82);
  color: var(--white);
  backdrop-filter: blur(16px);
}

.video-controls.has-captions {
  grid-template-columns: 44px auto minmax(80px, 1fr) 44px 74px auto 44px;
}

.video-controls button {
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.video-controls button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.video-controls button:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--moss-bright);
}

.video-controls button[hidden] {
  display: none;
}

.video-time {
  min-width: 74px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.7rem;
  font-variant-numeric: tabular-nums;
}

.video-seek-wrap,
.video-volume-wrap {
  display: flex;
  min-height: 44px;
  align-items: center;
}

.video-seek,
.video-volume {
  width: 100%;
  accent-color: var(--moss);
  cursor: pointer;
}

.video-meta {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.75);
  pointer-events: none;
}

.video-meta span {
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(17, 20, 15, 0.58);
  backdrop-filter: blur(8px);
}

.video-caption {
  display: flex;
  gap: 18px;
  margin: 18px 0 0;
  color: #656b60;
  font-size: 0.8rem;
}

.video-caption span {
  color: #5b6e27;
}

.join-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 0;
  padding: clamp(30px, 4vw, 52px);
  border-radius: var(--radius-lg);
  background: #23291f;
  color: var(--white);
}

.join-card h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(2.4rem, 3.2vw, 3.5rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.join-card-top + .join-form {
  margin-top: 20px;
}

.join-card-top > p:last-child {
  max-width: 360px;
  margin: 0 0 42px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.88rem;
  line-height: 1.65;
}

.join-form {
  display: grid;
  gap: 16px;
}

.identity-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.field {
  position: relative;
  scroll-margin-top: calc(var(--header-scrolled-height) + 16px);
}

.contact-choice,
.consent {
  scroll-margin-top: calc(var(--header-scrolled-height) + 16px);
}

.field label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.8125rem;
}

.field label span {
  color: rgba(255, 255, 255, 0.35);
}

.field input,
.field select {
  width: 100%;
  height: 50px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  outline: none;
  background: rgba(255, 255, 255, 0.045);
  color: var(--white);
  font-size: 1rem;
  transition: border 180ms ease, background 180ms ease;
}

.field select {
  appearance: none;
  cursor: pointer;
  padding-right: 32px;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.55) 50%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.55) 50%, transparent 50%);
  background-position: calc(100% - 17px) 22px, calc(100% - 12px) 22px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
}

.field select option {
  background: #23291f;
  color: var(--white);
}

.field input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.field input:focus,
.field select:focus {
  border-color: var(--moss);
  background: rgba(255, 255, 255, 0.07);
}

.field input[aria-invalid="true"],
.field select[aria-invalid="true"] {
  border-color: #f2a49c;
}

.contact-choice {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.contact-choice-label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.8125rem;
}

.contact-methods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
}

.contact-method {
  cursor: pointer;
}

.contact-method input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.contact-method span {
  display: grid;
  min-height: 44px;
  place-items: center;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.8125rem;
  font-weight: 600;
  transition: background 180ms ease, color 180ms ease;
}

.contact-method:hover span {
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.82);
}

.contact-method input:checked + span {
  background: var(--moss);
  color: var(--ink);
}

.contact-method input:focus-visible + span {
  outline: 2px solid var(--moss-bright);
  outline-offset: 2px;
}

.contact-panel[hidden] {
  display: none;
}

.phone-row {
  display: grid;
  grid-template-columns: minmax(120px, 0.72fr) minmax(0, 1fr);
  gap: 8px;
}

.phone-hint {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
}

.contact-panel[data-contact-panel="mobile"] .field-error {
  top: auto;
  bottom: 0;
}

.contact-panel[data-contact-panel="mobile"].has-error .phone-hint {
  visibility: hidden;
}

.field-error {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  max-width: 68%;
  margin: 0;
  color: #f4b2aa;
  font-size: 0.7rem;
  line-height: 1.2;
  text-align: right;
}

.field-error:empty {
  display: none;
}

.consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  min-height: 44px;
  align-items: center;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.8125rem;
  line-height: 1.5;
  cursor: pointer;
}

.consent input {
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: var(--moss);
}

.consent:hover {
  color: rgba(255, 255, 255, 0.9);
}

.form-note {
  margin: -5px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.75rem;
  text-align: center;
}

.form-note.success {
  color: var(--moss-bright);
}

.form-note.error {
  color: #f4b2aa;
}

.field-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.mission-section {
  position: relative;
  overflow: hidden;
  padding: var(--section-start-space) 0 48px;
  border-top: 1px solid var(--line-dark);
}

.mission-orbit {
  position: absolute;
  width: 520px;
  aspect-ratio: 1;
  left: -320px;
  top: 280px;
  border: 1px solid rgba(92, 110, 44, 0.18);
  border-radius: 50%;
}

.mission-orbit::after {
  content: "";
  position: absolute;
  inset: 72px;
  border: 1px solid rgba(92, 110, 44, 0.13);
  border-radius: 50%;
}

.mission-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.66fr);
  gap: 110px;
  align-items: start;
}

.mission-copy {
  padding-top: 34px;
}

.mission-copy p {
  max-width: 62ch;
  color: #656b60;
  line-height: 1.7;
}

.mission-copy .large-copy {
  margin-top: 0;
  color: var(--ink-soft);
  font-family: var(--font-accent);
  font-size: clamp(1.25rem, 1.75vw, 1.65rem);
  line-height: 1.4;
}

.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 48px;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.principle {
  position: relative;
  min-height: 270px;
  padding: 28px;
  border-right: 1px solid var(--line-dark);
}

.principle:last-child {
  border-right: 0;
}

.principle-index {
  color: #5b6e27;
}

.principle-icon {
  margin: 28px 0 18px;
  color: #768c33;
  font-family: var(--font-accent);
  font-size: 3rem;
  line-height: 1;
}

.principle h3 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.principle p {
  max-width: 38ch;
  margin: 0;
  color: #62695f;
  font-size: 0.9rem;
  line-height: 1.65;
}

.closing-section {
  min-height: 630px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 24px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 52%, rgba(121, 150, 59, 0.19), transparent 35%),
    var(--ink);
}

.closing-section h2 {
  margin: 0 0 40px;
  font-size: clamp(3.3rem, 7vw, 7rem);
  line-height: 0.93;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding: 40px max(48px, calc((100vw - 1440px) / 2));
  border-top: 1px solid var(--line-light);
  background: var(--ink);
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.8rem;
}

.site-footer .brand {
  justify-self: start;
}

.site-footer .brand-logo {
  width: 44px;
}

.site-footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.footer-links a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  transition: color 180ms ease;
}

.footer-links > span {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.footer-links a:hover {
  color: var(--white);
}

/* Evidence section: measured history stays crisp and readable at every width. */
.co2-layout {
  display: block;
}

.co2-card {
  margin: 0;
  padding: clamp(24px, 3vw, 42px);
  border-radius: var(--radius-lg);
  background: #20281d;
  color: var(--white);
}

.co2-card-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.co2-card-header .eyebrow {
  margin: 0 0 12px;
  color: var(--moss-bright);
}

.co2-card h3 {
  margin: 0;
  color: var(--paper);
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}

.co2-stat {
  flex: 0 0 auto;
  color: var(--moss-bright);
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 3.5rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1;
  white-space: nowrap;
}

.co2-stat span {
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--font-body);
  font-size: 0.42em;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.co2-description {
  max-width: 72ch;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
  line-height: 1.6;
}

.co2-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.72rem;
}

.co2-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.legend-line,
.legend-dash,
.legend-ice {
  display: inline-block;
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: var(--moss-bright);
}

.legend-ice {
  background: rgba(255, 255, 255, 0.55);
}

.legend-dash {
  background: repeating-linear-gradient(90deg, rgba(214, 238, 142, 0.56) 0 5px, transparent 5px 9px);
}

.co2-chart-wrap {
  margin: 26px -8px 0;
}

.co2-chart {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.co2-gridlines line {
  stroke: rgba(255, 255, 255, 0.14);
  stroke-width: 1;
}

.co2-axis-labels {
  fill: rgba(255, 255, 255, 0.54);
  font-family: var(--font-body);
  font-size: 12px;
}

.co2-line {
  fill: none;
  stroke: var(--moss-bright);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
}

.co2-card.is-visible .co2-line,
.co2-card.is-visible .co2-ice-line {
  stroke-dasharray: 1600;
  stroke-dashoffset: 1600;
  animation: co2-draw 1800ms var(--ease) forwards;
}

.co2-card.is-visible .co2-projection {
  animation-delay: 1100ms;
}

@keyframes co2-draw {
  to { stroke-dashoffset: 0; }
}

.co2-ice-line {
  fill: none;
  stroke: rgba(255, 255, 255, 0.55);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.co2-ice-marker {
  fill: rgba(255, 255, 255, 0.7) !important;
}

.co2-era-marker {
  stroke: rgba(214, 238, 142, 0.48);
  stroke-dasharray: 3 7;
  stroke-width: 1;
}

.co2-projection {
  stroke: rgba(214, 238, 142, 0.56);
  stroke-dasharray: 4 9;
}

.co2-markers circle {
  fill: var(--moss-bright);
  stroke: #20281d;
  stroke-width: 3;
}

.co2-events {
  fill: var(--paper);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
}

.co2-card figcaption {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.75rem;
  line-height: 1.5;
}

.co2-card figcaption a {
  color: var(--moss-bright);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.co2-data {
  margin-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
}

.co2-data summary {
  width: fit-content;
  padding: 12px 0;
  color: var(--moss-bright);
  cursor: pointer;
}

.co2-data table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 4px;
}

.co2-data th,
.co2-data td {
  padding: 8px 10px 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
}

.co2-data th {
  color: var(--paper);
  font-weight: 600;
}

.perspective-section {
  padding: clamp(56px, 8vw, 112px) 0;
  background:
    radial-gradient(circle at 82% 28%, rgba(121, 150, 59, 0.18), transparent 34%),
    var(--ink);
  color: var(--paper);
}

.perspective-layout {
  display: block;
}

.perspective-copy {
  max-width: 1080px;
}

.perspective-copy blockquote {
  max-width: 30ch;
}

.perspective-copy h2,
.perspective-copy blockquote {
  max-width: 21ch;
  margin: 22px 0 0;
  color: var(--paper);
  font-family: var(--font-accent);
  font-size: clamp(2.15rem, 4.15vw, 4.6rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.04;
  text-wrap: balance;
}

.quote-credit {
  margin: 28px 0 0;
  color: var(--moss-bright);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.youtube-card {
  min-width: 0;
}

.youtube-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid var(--line-light);
  border-radius: var(--radius-lg);
  background: #0a0d0a;
  isolation: isolate;
}

.youtube-player,
.youtube-player iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.youtube-frame > iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.youtube-status {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}

.youtube-card.is-ready .youtube-status,
.youtube-card.has-error .youtube-status {
  display: none;
}

.youtube-card.is-local-fallback .youtube-status {
  display: block;
}

.youtube-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(17, 20, 15, 0.05), rgba(17, 20, 15, 0.32));
}

.youtube-play {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  display: grid;
  width: 68px;
  height: 68px;
  padding-left: 4px;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  background: rgba(17, 20, 15, 0.78);
  color: var(--moss-bright);
  cursor: pointer;
  backdrop-filter: blur(12px);
}

.youtube-play[hidden] {
  display: none;
}

.youtube-controls[hidden],
.youtube-fallback[hidden] {
  display: none;
}

.youtube-controls {
  position: absolute;
  inset: auto 14px 14px;
  z-index: 4;
  display: grid;
  grid-template-columns: 44px 42px minmax(80px, 1fr) 44px 44px;
  align-items: center;
  gap: 8px;
  min-height: 54px;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  background: rgba(17, 20, 15, 0.84);
  color: var(--white);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 220ms ease, transform 220ms ease;
  backdrop-filter: blur(16px);
}

.youtube-frame:hover .youtube-controls,
.youtube-frame:focus-within .youtube-controls,
.youtube-frame.is-playing .youtube-controls {
  opacity: 1;
  transform: translateY(0);
}

.youtube-controls button {
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.youtube-controls button:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--moss-bright);
}

.youtube-seek-wrap {
  display: flex;
  min-height: 44px;
  align-items: center;
}

.youtube-seek-wrap input {
  width: 100%;
  accent-color: var(--moss);
  cursor: pointer;
}

.youtube-time {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-variant-numeric: tabular-nums;
}

.youtube-caption {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.8rem;
  line-height: 1.55;
}

.youtube-fallback {
  margin: 10px 0 0;
  font-size: 0.8rem;
}

.youtube-fallback a {
  color: var(--moss-bright);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.join-section {
  padding: clamp(56px, 8vw, 104px) 0;
  background:
    radial-gradient(circle at 78% 28%, rgba(121, 150, 59, 0.17), transparent 34%),
    var(--ink);
  color: var(--paper);
}

.join-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(36px, 7vw, 112px);
  align-items: start;
}

.join-intro {
  padding-top: 12px;
}

.join-intro h2 {
  max-width: 12ch;
  margin: 22px 0 24px;
  color: var(--paper);
  font-family: var(--font-accent);
  font-size: clamp(3rem, 6vw, 6.4rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.join-intro p:last-child {
  max-width: 38ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1rem;
  line-height: 1.7;
}

.join-section .join-card {
  height: auto;
  min-height: 0;
  padding: clamp(26px, 3vw, 40px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(214, 238, 142, 0.26);
  background: linear-gradient(145deg, #2a3523, #1d251b);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22), inset 0 1px rgba(255, 255, 255, 0.06);
  color: var(--white);
}

.join-section .join-form {
  gap: 18px;
}

.join-section .join-card-top {
  display: none;
}

.join-section .field input,
.join-section .field select {
  height: 52px;
  font-size: 1rem;
}

.join-section .field label,
.join-section .contact-choice-label {
  font-size: 0.875rem;
}

.join-section .contact-method span {
  font-size: 0.875rem;
}

.join-section .consent {
  font-size: 0.875rem;
}

.join-section .form-note {
  font-size: 0.8125rem;
}

.join-section #country-code,
.join-section #phone::placeholder,
.join-section #email::placeholder {
  font-size: 1rem;
}

.join-section .field label,
.join-section .contact-choice-label {
  color: rgba(255, 255, 255, 0.72);
}

.join-section .field label span {
  color: rgba(255, 255, 255, 0.46);
}

.join-section .field input,
.join-section .field select {
  border-color: rgba(255, 255, 255, 0.18);
  background-color: rgba(255, 255, 255, 0.045);
  color: var(--white);
  color-scheme: dark;
}

.join-section .field select {
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.58) 50%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.58) 50%, transparent 50%);
}

.join-section .field select option,
.join-section .field select optgroup {
  background: #20281d;
  color: var(--white);
}

.join-section .field select option:checked {
  background: var(--moss);
  color: var(--ink);
}

.join-section .field input::placeholder {
  color: rgba(255, 255, 255, 0.52);
}

.join-section .field input:focus,
.join-section .field select:focus {
  border-color: var(--moss);
  background-color: rgba(255, 255, 255, 0.08);
}

.join-section .contact-methods {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.045);
}

.join-section .contact-method span {
  color: rgba(255, 255, 255, 0.64);
}

.join-section .contact-method:hover span {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.join-section .contact-method input:checked + span {
  background: var(--moss);
  color: var(--ink);
}

.join-section .phone-hint,
.join-section .consent,
.join-section .form-note {
  color: rgba(255, 255, 255, 0.68);
}

.join-section .field-error {
  color: #f4b2aa;
}

.join-section .button-light {
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

.join-section .button-light:hover {
  background: var(--moss-bright);
  color: var(--ink);
}

.join-section .form-note.success {
  color: var(--moss-bright);
}

.join-section .form-note.error {
  color: #f4b2aa !important;
}

.join-section .button-light:disabled {
  cursor: wait;
  opacity: 0.72;
}

.join-section .contact-choice-label::after {
  content: none;
}

.join-section .contact-choice-label {
  line-height: 1.2;
  white-space: nowrap;
}

/* Section 2 is the light chapter of the page, so the evidence card carries
   the same paper treatment while retaining a clear data-ink contrast. */
.story-section .co2-card {
  border: 1px solid rgba(17, 20, 15, 0.14);
  background: #e6e3d8;
  color: var(--ink);
  box-shadow: 0 18px 50px rgba(17, 20, 15, 0.08);
}

.story-section .co2-card-header .eyebrow {
  color: #5b6e27;
}

.story-section .co2-card h3,
.story-section .co2-stat {
  color: var(--ink);
}

.story-section .co2-stat span,
.story-section .co2-description,
.story-section .co2-legend,
.story-section .co2-card figcaption,
.story-section .co2-data {
  color: #596052;
}

.story-section .co2-gridlines line {
  stroke: rgba(17, 20, 15, 0.15);
}

.story-section .co2-axis-labels {
  fill: #596052;
}

.story-section .co2-line {
  stroke: #5b6e27;
}

.story-section .co2-projection {
  stroke: rgba(91, 110, 39, 0.64);
}

.story-section .co2-ice-line {
  stroke: #899181;
}

.story-section .co2-markers circle {
  stroke: #e6e3d8;
}

.story-section .co2-ice-marker {
  fill: #899181 !important;
}

.story-section .co2-era-marker {
  stroke: rgba(91, 110, 39, 0.42);
}

.story-section .co2-events {
  fill: var(--ink);
}

.story-section .co2-card figcaption a,
.story-section .co2-data summary {
  color: #5b6e27;
}

.story-section .legend-line {
  background: #5b6e27;
}

.story-section .legend-dash {
  background: repeating-linear-gradient(90deg, rgba(91, 110, 39, 0.64) 0 5px, transparent 5px 9px);
}

.story-section .legend-ice {
  background: #899181;
}

@media (max-width: 820px) {
  .co2-events text {
    display: inline !important;
    font-size: 46px;
  }

  .co2-axis-labels {
    font-size: 54px;
  }

  .join-section .phone-row {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .join-section #phone::placeholder {
    font-size: 0.78rem;
  }
}

@media (min-width: 541px) and (max-width: 820px) {
  .co2-events text {
    font-size: 34px;
  }

  .co2-axis-labels {
    font-size: 38px;
  }
}

/* Keep the chart’s original dark data-canvas treatment inside the light
   section; it gives the measured line and annotations the strongest contrast. */
.story-section .co2-card {
  border-color: rgba(255, 255, 255, 0.14);
  background: #20281d;
  color: var(--white);
  box-shadow: none;
}

.story-section .co2-card-header .eyebrow,
.story-section .co2-card h3,
.story-section .co2-stat {
  color: var(--moss-bright);
}

.story-section .co2-stat span,
.story-section .co2-description,
.story-section .co2-legend,
.story-section .co2-card figcaption,
.story-section .co2-data {
  color: rgba(255, 255, 255, 0.68);
}

.story-section .co2-gridlines line {
  stroke: rgba(255, 255, 255, 0.14);
}

.story-section .co2-axis-labels {
  fill: rgba(255, 255, 255, 0.54);
}

.story-section .co2-line {
  stroke: var(--moss-bright);
}

.story-section .co2-projection {
  stroke: rgba(214, 238, 142, 0.56);
}

.story-section .co2-ice-line {
  stroke: rgba(255, 255, 255, 0.55);
}

.story-section .co2-markers circle {
  stroke: #20281d;
}

.story-section .co2-ice-marker {
  fill: rgba(255, 255, 255, 0.7) !important;
}

.story-section .co2-era-marker {
  stroke: rgba(214, 238, 142, 0.48);
}

.story-section .co2-events {
  fill: var(--paper);
}

.story-section .co2-card figcaption a,
.story-section .co2-data summary {
  color: var(--moss-bright);
}

.story-section .legend-line {
  background: var(--moss-bright);
}

.story-section .legend-dash {
  background: repeating-linear-gradient(90deg, rgba(214, 238, 142, 0.56) 0 5px, transparent 5px 9px);
}

.story-section .legend-ice {
  background: rgba(255, 255, 255, 0.55);
}

@media (prefers-reduced-motion: no-preference) {
  .co2-card .co2-line,
  .co2-card .co2-ice-line {
    animation: none;
    stroke-dasharray: 1600;
    stroke-dashoffset: 1600;
  }

  .co2-card.is-chart-active .co2-line,
  .co2-card.is-chart-active .co2-ice-line {
    animation: co2-draw 3200ms var(--ease) forwards, co2-glow 5.5s 3.2s ease-in-out infinite;
  }

  .co2-card.is-chart-active .co2-projection {
    animation-delay: 1800ms, 5s;
  }

  .co2-card.is-visible:not(.is-chart-active) .co2-line,
  .co2-card.is-visible:not(.is-chart-active) .co2-ice-line {
    animation: none;
    stroke-dasharray: 1600;
    stroke-dashoffset: 1600;
  }

  .co2-card.is-visible.is-chart-active .co2-line,
  .co2-card.is-visible.is-chart-active .co2-ice-line {
    animation: co2-draw 3200ms var(--ease) forwards, co2-glow 5.5s 3.2s ease-in-out infinite;
  }
}

.join-section .contact-method span {
  min-height: 48px;
}

.join-section .button-light {
  min-height: 52px;
}

.join-section .form-note {
  margin-top: -2px;
}

@media (min-width: 821px) {
  .join-section .identity-row {
    gap: 14px;
  }

  .join-section .identity-row .field,
  .join-section .join-form > .contact-panel {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 14px;
  }

  .join-section .identity-row .field > .field-error,
  .join-section .join-form > .contact-panel > .field-error {
    max-width: 112px;
  }
}

@media (max-width: 820px) {
  .co2-card-header {
    align-items: start;
    flex-direction: column;
    gap: 18px;
  }

  .co2-chart-wrap {
    margin-inline: -14px;
  }

  .co2-axis-labels {
    font-size: 11px;
  }

  .co2-events text:nth-child(2),
  .co2-events text:nth-child(3) {
    display: none;
  }

  .perspective-layout,
  .join-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .perspective-copy h2,
  .perspective-copy blockquote {
    max-width: 26ch;
  }

  .youtube-controls {
    grid-template-columns: 44px minmax(70px, 1fr) 44px 44px;
  }

  .youtube-time {
    display: none;
  }

  .join-intro {
    padding-top: 0;
  }

  .join-intro h2 {
    max-width: 14ch;
    font-size: clamp(3rem, 14vw, 5rem);
  }

  .join-section .join-card {
    padding: 28px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .youtube-controls {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Final responsive chart/form corrections kept at the end so legacy breakpoint
   rules cannot shrink the labels or reintroduce duplicate contact text. */
@media (max-width: 820px) {
  .co2-axis-labels { font-size: 34px !important; }
  .co2-axis-labels text:nth-child(7),
  .co2-axis-labels text:nth-child(8),
  .co2-axis-labels text:nth-child(9) { display: none !important; }
  .co2-events text { display: inline !important; font-size: 24px !important; }
  .co2-events text:nth-child(1),
  .co2-events text:nth-child(3) { display: none !important; }
  .join-section .phone-row { grid-template-columns: 92px minmax(0, 1fr); }
  .join-section #phone::placeholder { font-size: 0.78rem !important; }
}

@media (min-width: 541px) and (max-width: 820px) {
  .co2-axis-labels { font-size: 30px !important; }
  .co2-events text { font-size: 22px !important; }
}

.join-section .contact-choice-label::after { content: none !important; }
.join-section .contact-choice-label { font-size: 0.875rem !important; line-height: 1.2; white-space: nowrap; }
.join-section .field label,
.join-section .contact-choice-label { color: rgba(255, 255, 255, 0.82); }
.join-section .contact-method span { color: rgba(255, 255, 255, 0.76); }
.join-section .field input::placeholder { color: rgba(255, 255, 255, 0.64); }

/* Final overrides for the live chart and form controls. */
.story-section .co2-projection {
  stroke-dasharray: 2 10 !important;
  stroke-linecap: round;
  animation: co2-projection-fade 1400ms var(--ease) forwards !important;
  opacity: 0;
}

.story-section .co2-live-line {
  fill: none;
  stroke: var(--moss-bright);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.story-section .co2-live-marker {
  fill: var(--moss-bright);
  stroke: #20281d;
  stroke-width: 3;
}

.story-section .co2-projection-marker {
  fill: #20281d;
  stroke: var(--moss-bright);
  stroke-width: 2;
}

.co2-events .is-hidden { display: none !important; }

.join-section .contact-methods {
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.join-section .contact-method span { border-radius: 0; }
.join-section .contact-method:first-of-type span { border-radius: 10px 0 0 10px; }
.join-section .contact-method:last-of-type span { border-radius: 0 10px 10px 0; }

.join-section .field select,
.join-section #country-code {
  appearance: none !important;
  -webkit-appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 10'%3E%3Cpath d='M2 2.5 7 7.5 12 2.5' fill='none' stroke='%23d6ee8e' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  background-size: 12px 8px !important;
  min-height: 52px;
  padding: 0 44px 0 14px !important;
}

.join-section .phone-row {
  grid-template-columns: minmax(128px, 0.72fr) minmax(0, 1fr) !important;
}

.join-section #country-code {
  min-width: 128px;
  white-space: nowrap;
}

.join-section #phone::placeholder {
  font-size: 0.78rem !important;
}

.footer-brand-name {
  display: inline-block;
  margin-left: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .story-section .co2-projection { animation: none !important; opacity: 1; }
}

/* The page is intentionally calm: sections are present on load. Motion is
   reserved for the chart and the persistent story-button glow. */
.reveal,
html.js .reveal,
.reveal.is-visible,
html.js .reveal.is-visible {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* Keep every 50-year tick and all four milestone labels available on narrow
   screens. The smaller SVG type preserves the full time scale without
   collisions at the 390px layout width. */
@media (max-width: 820px) {
  .co2-axis-labels { font-size: 38px !important; }
  .co2-axis-labels text { display: inline !important; }
  .co2-events text { display: inline !important; font-size: 30px !important; }
  body .story-section .co2-axis-labels { font-size: 38px !important; }
  body .story-section .co2-axis-labels text { display: inline !important; }
  body .story-section .co2-events text { display: inline !important; font-size: 30px !important; }
}

@media (min-width: 541px) and (max-width: 820px) {
  .co2-axis-labels { font-size: 42px !important; }
  .co2-events text { font-size: 32px !important; }
  body .story-section .co2-axis-labels { font-size: 42px !important; }
  body .story-section .co2-events text { font-size: 32px !important; }
}

/* Keep the contact selector on the same label/control tracks as every other
   desktop form row. The shared 112px label column prevents a subtle left
   shift caused by the older generic 98px fieldset rule. */
@media (min-width: 821px) {
  .join-section .contact-choice {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 14px;
  }

  .join-section .contact-choice-label {
    grid-column: 1;
    width: 112px;
  }

  .join-section .contact-methods {
    grid-column: 2;
  }
}

/* Live-data chart and compact, joined form controls. */
.co2-stat-block {
  display: grid;
  justify-items: end;
  gap: 3px;
  text-align: right;
}

.co2-live-status {
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--font-body);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legend-live {
  display: inline-block;
  width: 18px;
  height: 3px;
  border-radius: 999px;
  background: var(--moss-bright);
  box-shadow: 0 0 0 2px rgba(214, 238, 142, 0.15);
}

.story-section .co2-projection {
  stroke-dasharray: 2 10 !important;
  stroke-linecap: round;
  animation: co2-projection-fade 1400ms var(--ease) forwards !important;
  opacity: 0;
}

.story-section .co2-live-line {
  fill: none;
  stroke: var(--moss-bright);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.story-section .co2-live-marker {
  fill: var(--moss-bright);
  stroke: #20281d;
  stroke-width: 3;
}

.story-section .co2-projection-marker {
  fill: #20281d;
  stroke: var(--moss-bright);
  stroke-width: 2;
}

.co2-events .is-hidden {
  display: none !important;
}

@keyframes co2-projection-fade {
  to { opacity: 1; }
}

.join-section .contact-methods {
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.join-section .contact-method span {
  border-radius: 0;
}

.join-section .contact-method:first-of-type span {
  border-radius: 10px 0 0 10px;
}

.join-section .contact-method:last-of-type span {
  border-radius: 0 10px 10px 0;
}

/* Keep the closed select in the site palette while using the OS-native arrow;
   the previous CSS gradients produced a stray X when the popup opened. */
.join-section .field select,
.join-section #country-code {
  appearance: auto;
  -webkit-appearance: auto;
  background-image: none !important;
  padding-right: 14px;
}

.footer-brand-name {
  display: inline-block;
  margin-left: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .story-section .co2-projection {
    animation: none !important;
    opacity: 1;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .co2-card .co2-line,
  .co2-card .co2-ice-line {
    stroke-dasharray: 1600;
    stroke-dashoffset: 1600;
    animation: co2-draw 1800ms var(--ease) forwards, co2-glow 5.5s 1.8s ease-in-out infinite;
  }

  .co2-card .co2-projection {
    animation-delay: 1100ms, 2.9s;
  }

  .co2-card .co2-markers circle:last-child {
    transform-box: fill-box;
    transform-origin: center;
    animation: co2-pulse 3.8s ease-in-out infinite;
  }

  @keyframes co2-glow {
    0%, 100% { filter: drop-shadow(0 0 0 rgba(214, 238, 142, 0)); }
    50% { filter: drop-shadow(0 0 7px rgba(214, 238, 142, 0.3)); }
  }

  @keyframes co2-pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.24); opacity: 0.78; }
  }
}

/* Native selects remain keyboard and screen-reader safe; closed states use the site palette. */
.field select {
  color-scheme: dark;
  accent-color: var(--moss);
}

.field select option,
.field select optgroup {
  background: #20281d;
  color: var(--white);
}

.field select option:checked {
  background: var(--moss);
  color: var(--ink);
}

/* The story CTA keeps its pill affordance, while the play glyph stays open and
   the persistent highlight wanders around the surface instead of sweeping in
   one predictable left-to-right direction. */
.mini-play {
  width: 28px;
  border: 0;
  background: transparent;
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes story-light-drift {
    0%, 100% { background-position: 18% 26%; opacity: 0.42; }
    24% { background-position: 78% 18%; opacity: 0.86; }
    48% { background-position: 84% 76%; opacity: 0.7; }
    72% { background-position: 28% 84%; opacity: 0.88; }
  }

  @keyframes story-border-trace {
    0%, 100% { background-position: 18% 28%; opacity: 0.38; filter: drop-shadow(0 0 0 rgba(214, 238, 142, 0)); }
    30% { background-position: 82% 18%; opacity: 0.82; filter: drop-shadow(0 0 5px rgba(214, 238, 142, 0.22)); }
    62% { background-position: 74% 84%; opacity: 0.7; filter: drop-shadow(0 0 4px rgba(214, 238, 142, 0.18)); }
  }
}

.about-hero {
  min-height: max(760px, 100svh);
  display: flex;
  align-items: center;
  padding: calc(var(--header-height) + 54px) 0 72px;
  background:
    radial-gradient(circle at 82% 18%, rgba(184, 215, 101, 0.12), transparent 30%),
    linear-gradient(145deg, #11140f, #171c14 68%, #11140f);
}

.about-hero-inner {
  width: var(--shell);
}

.about-hero .eyebrow {
  margin-bottom: 34px;
}

.about-quote-intro {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}

.about-quote {
  max-width: 22ch;
  margin: 0;
  color: var(--paper);
  font-family: var(--font-accent);
  font-size: clamp(2.35rem, 4.4vw, 4.4rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.08;
  text-wrap: balance;
}

.about-quote-credit {
  margin: 30px 0 0;
  color: var(--moss-bright);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-purpose {
  padding: 56px 0 48px;
  background: var(--paper);
  color: var(--ink);
}

.about-purpose-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: 100px;
  align-items: start;
}

.about-purpose h2,
.about-cta h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3rem, 5vw, 5.5rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.about-purpose-copy {
  padding-top: 34px;
}

.about-purpose-copy p {
  color: #62695f;
  line-height: 1.72;
}

.about-purpose-copy .about-large-copy {
  margin-top: 0;
  color: var(--ink-soft);
  font-family: var(--font-accent);
  font-size: clamp(1.3rem, 1.8vw, 1.7rem);
  line-height: 1.42;
}

.about-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 48px;
  border-block: 1px solid var(--line-dark);
}

.about-pillar {
  min-height: 210px;
  padding: 30px 32px;
  border-right: 1px solid var(--line-dark);
}

.about-pillar:last-child {
  border-right: 0;
}

.about-pillar > span {
  color: #5b6e27;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.about-pillar h3 {
  margin: 36px 0 12px;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.about-pillar p {
  max-width: 38ch;
  margin: 0;
  color: #62695f;
  font-size: 0.9rem;
  line-height: 1.65;
}

.about-audience {
  margin-top: 32px;
  margin-bottom: 0;
  padding-left: 32px;
  border-left: 2px solid #5b6e27;
  color: #4f574b;
  font-size: clamp(1.1rem, 1.6vw, 1.4rem);
  line-height: 1.55;
}

.about-cta {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 84px 24px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(121, 150, 59, 0.18), transparent 34%),
    var(--ink);
}

.about-cta h2 {
  margin-bottom: 38px;
}

.about-cta-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.text-link-static {
  padding-inline: 24px;
}

:focus-visible {
  outline: 2px solid var(--moss-bright);
  outline-offset: 4px;
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}

html.js .reveal {
  opacity: 0;
  transform: translateY(24px);
}

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

html.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1279px) {
  .story-grid {
    grid-template-columns: minmax(0, 1.66fr) minmax(320px, 0.7fr);
  }

  .story-grid {
    grid-template-rows: auto auto;
    align-items: start;
  }

  .video-card {
    display: contents;
  }

  .video-frame {
    grid-column: 1;
    grid-row: 1;
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 9;
    align-self: start;
  }

  .video-caption {
    grid-column: 1;
    grid-row: 2;
  }

  .join-card {
    grid-column: 2;
    grid-row: 1;
    height: auto;
    padding: 13px 20px;
  }

  .join-card h2 {
    margin-bottom: 0;
    font-size: clamp(2rem, 2.25vw, 2.25rem);
    line-height: 1;
  }

  .join-form {
    gap: 12px;
  }

  .join-card-top + .join-form {
    margin-top: 16px;
  }

  .field label,
  .contact-choice-label {
    margin-bottom: 6px;
  }

  .field input,
  .field select {
    height: 44px;
  }

  .field select {
    background-position: calc(100% - 17px) 19px, calc(100% - 12px) 19px;
  }

  .contact-methods {
    padding: 1px;
  }

  .phone-row {
    grid-template-columns: 105px minmax(0, 1fr);
  }

  #phone::placeholder {
    font-size: 0.68rem;
  }

  #country-code {
    padding-inline: 10px 24px;
    font-size: 0.75rem;
  }

  .consent {
    font-size: 0.75rem;
    line-height: 1.35;
  }

  .join-card .button {
    min-height: 44px;
  }

  .form-note {
    margin-top: 0;
  }
}

@media (min-width: 821px) and (max-width: 1278px) {
  .story-grid {
    grid-template-columns: 1fr;
  }

  .join-card {
    display: flex;
    gap: 0;
  }
}

@media (max-width: 1050px) {
  :root {
    --shell: min(100% - 56px, 920px);
  }

  .site-header {
    padding-inline: 28px;
  }

  .hero-layout {
    padding-left: 28px;
  }

  .poster-scene {
    inset: 0 0 0 43%;
    width: auto;
    opacity: 0.82;
  }

  .hero-content {
    width: min(42vw, 440px);
  }

  .hero-copy {
    max-width: min(39vw, 390px);
  }

  .hero-actions {
    gap: 14px;
  }

  .poster-scene img {
    object-position: right center;
  }

  .hero::after {
    background: none;
  }

  .hero h1 {
    font-size: clamp(3.4rem, 7.2vw, 5rem);
  }

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

  .join-card {
    display: flex;
    gap: 0;
  }

  .join-card-top > p:last-child {
    margin-bottom: 0;
  }

  .mission-layout {
    gap: 60px;
  }

  .site-footer {
    padding-inline: 28px;
  }
}

@media (max-width: 820px) {
  :root {
    --shell: calc(100% - 36px);
    --header-height: 76px;
    --header-scrolled-height: 76px;
    --radius-lg: 22px;
  }

  .site-header,
  .site-header.is-scrolled {
    height: var(--header-height);
    padding-inline: 18px;
  }

  .menu-toggle {
    display: block;
    position: relative;
    z-index: 3;
  }

  .brand {
    line-height: 0;
  }

  .brand-logo {
    width: 42px;
  }

  .brand-wordmark {
    font-size: 1.25rem;
  }

  .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(2) {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(3) {
    transform: translateY(-4px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 2;
    width: 100vw;
    height: 100svh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 28px;
    padding: 90px 28px 40px;
    background: rgba(17, 20, 15, 0.98);
    backdrop-filter: blur(20px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 200ms ease, transform 200ms ease, visibility 200ms;
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .site-nav > a {
    font-size: 1.5rem;
  }

  .site-nav .nav-cta {
    margin-top: 12px;
    font-size: 1rem;
  }

  .hero {
    min-height: max(820px, 100svh);
  }

  .hero-layout {
    display: block;
    min-height: max(820px, 100svh);
    padding: 0;
  }

  .poster-scene {
    position: absolute;
    inset: 0 0 34% 0;
    width: auto;
    border-left: 0;
    opacity: 0.74;
    -webkit-mask-image: linear-gradient(180deg, black 0, black 55%, transparent 100%);
    mask-image: linear-gradient(180deg, black 0, black 55%, transparent 100%);
  }

  .poster-scene img {
    height: calc(100% - 20px);
    margin-top: 20px;
    object-fit: cover;
    object-position: 90% 28%;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(17, 20, 15, 0.2), rgba(17, 20, 15, 0.82) 44%, var(--ink) 72%);
  }

  .hero-content {
    width: var(--shell);
    margin-inline: auto;
    min-height: max(820px, 100svh);
    justify-content: flex-end;
    padding-block: 120px 108px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(3.2rem, 14.5vw, 4.5rem);
    line-height: 0.94;
  }

  .hero-copy {
    max-width: 48ch;
    margin-top: 24px;
    font-size: 0.94rem;
  }

  .hero-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    margin-top: 28px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-actions .text-link {
    justify-content: center;
  }

  .scroll-cue {
    display: none;
  }

  .story-section {
    padding: 56px 0 64px;
  }

  .story-section > .shell {
    width: var(--shell);
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-bottom: 24px;
  }

  .section-heading h2,
  .mission-lead h2 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .section-intro {
    font-size: 0.9rem;
  }

  .story-grid {
    gap: 28px;
  }

  .video-meta {
    left: 50%;
    top: 50%;
    font-size: 0.65rem;
  }

  .video-controls {
    grid-template-columns: 44px minmax(70px, 1fr) 44px 44px;
  }

  .video-controls.has-captions {
    grid-template-columns: 44px minmax(70px, 1fr) 44px auto 44px;
  }

  .video-time,
  .video-volume-wrap {
    display: none;
  }

  .join-card {
    display: flex;
    gap: 0;
    padding: 30px 24px;
  }

  .join-card h2 {
    font-size: 3.2rem;
  }

  .phone-row {
    grid-template-columns: 105px minmax(0, 1fr);
  }

  #phone::placeholder {
    font-size: 0.68rem;
  }

  #country-code {
    padding-inline: 10px 24px;
    font-size: 0.75rem;
  }

  .join-card-top + .join-form {
    margin-top: 24px;
  }

  .join-card-top > p:last-child {
    margin-bottom: 34px;
  }

  .mission-section {
    padding: 56px 0 64px;
  }

  .mission-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .mission-copy {
    padding-top: 0;
  }

  .principles {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .principle {
    min-height: 220px;
    padding: 28px 6px;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .principle:last-child {
    border-bottom: 0;
  }

  .principle-icon {
    margin: 24px 0 18px;
  }

  .closing-section {
    min-height: 530px;
  }

  .closing-section h2 {
    font-size: clamp(3rem, 15vw, 4.7rem);
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 34px 18px;
  }

  .footer-links {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 22px;
  }
}

@media (min-width: 821px) {
  .identity-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .identity-row .field,
  .join-form > .contact-panel {
    display: grid;
    grid-template-columns: 98px minmax(0, 1fr);
    min-height: 44px;
    align-items: center;
    gap: 10px;
  }

  .identity-row .field > label,
  .join-form > .contact-panel > label {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    margin: 0;
    padding-top: 0;
    line-height: 1.2;
  }

  .identity-row .field.has-error > label,
  .join-form > .contact-panel.has-error > label {
    align-self: start;
    padding-top: 3px;
  }

  .join-form > .contact-panel > label [data-phone-label] {
    display: none;
  }

  .identity-row .field > input,
  .identity-row .field > select,
  .join-form > .contact-panel > input,
  .join-form > .contact-panel > .phone-row {
    grid-column: 2;
    grid-row: 1;
  }

  .identity-row .field > .field-error,
  .join-form > .contact-panel > .field-error {
    position: static;
    grid-column: 1;
    grid-row: 1;
    align-self: end;
    max-width: 98px;
    padding-bottom: 3px;
    font-size: 0.62rem;
    text-align: left;
  }

  .join-form > .contact-panel > .phone-hint {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .join-form > .contact-panel[hidden] {
    display: none;
  }

  .contact-choice {
    display: grid;
    grid-template-columns: 98px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
  }

  .contact-choice-label {
    margin: 0;
    font-size: 0;
    line-height: 1.25;
  }

  .contact-choice-label::after {
    content: "Contact via";
    font-size: 0.8125rem;
  }

  .contact-methods {
    grid-column: 2;
  }
}

@media (min-width: 821px) and (max-width: 1278px) {
  .join-card {
    padding: 30px;
  }

  .join-form {
    gap: 14px;
  }

  .join-card-top + .join-form {
    margin-top: 20px;
  }

  .field input,
  .field select {
    height: 50px;
  }

  .field select {
    background-position: calc(100% - 17px) 22px, calc(100% - 12px) 22px;
  }

  .contact-methods {
    padding: 5px;
  }

  .join-card .button {
    min-height: 52px;
  }

  .form-note {
    line-height: 1.5;
  }
}

@media (min-width: 1279px) {
  .join-card {
    padding: 13px 20px;
  }

  .join-form {
    gap: 12px;
  }

  .join-card-top + .join-form {
    margin-top: 16px;
  }

  .identity-row {
    gap: 10px;
  }

  .contact-methods {
    padding: 1px;
  }

  .contact-method span {
    min-height: 44px;
  }

  .form-note {
    line-height: 1.5;
  }
}

@media (min-width: 1279px) and (max-width: 1379px) {
  .contact-method span,
  #email::placeholder {
    font-size: 0.75rem;
  }
}

@media (min-width: 1380px) {
  .story-grid {
    grid-template-columns: minmax(0, 1.6fr) minmax(360px, 0.875fr);
  }
}

@media (max-width: 1050px) {
  .about-purpose-head {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
    gap: 60px;
  }
}

@media (max-width: 820px) {
  .about-hero {
    min-height: max(720px, 100svh);
    padding: calc(var(--header-height) + 40px) 0 56px;
  }

  .about-hero .eyebrow {
    margin-bottom: 28px;
  }

  .about-quote {
    font-size: clamp(2.1rem, 9.5vw, 3.2rem);
    line-height: 1.08;
  }

  .about-quote-credit {
    margin-top: 24px;
  }

  .about-purpose {
    padding: 56px 0 64px;
  }

  .about-purpose-head {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-purpose h2,
  .about-cta h2 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .about-purpose-copy {
    padding-top: 0;
  }

  .about-pillars {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .about-pillar {
    min-height: 0;
    padding: 28px 8px;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .about-pillar:last-child {
    border-bottom: 0;
  }

  .about-pillar h3 {
    margin-top: 30px;
  }

  .about-audience {
    margin-top: 36px;
    padding-left: 20px;
  }

  .about-cta {
    min-height: 520px;
    padding: 72px 18px;
  }

  .about-cta-actions {
    width: min(100%, 340px);
    flex-direction: column;
  }

  .about-cta-actions .button,
  .about-cta-actions .text-link {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .about-quote {
    font-size: clamp(1.95rem, 9vw, 2.45rem);
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

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

/* Final responsive chart/form corrections kept at the end so legacy breakpoint
   rules cannot shrink the labels or reintroduce duplicate contact text. */
@media (max-width: 820px) {
  .co2-axis-labels { font-size: 54px !important; }
  .co2-events text { display: inline !important; font-size: 46px !important; }
  .join-section .phone-row { grid-template-columns: 92px minmax(0, 1fr); }
  .join-section #phone::placeholder { font-size: 0.78rem !important; }
}

@media (min-width: 541px) and (max-width: 820px) {
  .co2-axis-labels { font-size: 38px !important; }
  .co2-events text { font-size: 34px !important; }
}

.join-section .contact-choice-label::after { content: none !important; }
.join-section .contact-choice-label { font-size: 0.875rem !important; line-height: 1.2; white-space: nowrap; }
.join-section .field label,
.join-section .contact-choice-label { color: rgba(255, 255, 255, 0.82); }
.join-section .contact-method span { color: rgba(255, 255, 255, 0.76); }
.join-section .field input::placeholder { color: rgba(255, 255, 255, 0.64); }

/* Release overrides: keep the measured line solid and make form
   segments/closed selects read as one coherent control. */
.story-section .co2-projection {
  stroke-dasharray: 2 10 !important;
  stroke-linecap: round;
  animation: co2-projection-fade 1400ms var(--ease) forwards !important;
  opacity: 0;
}

.story-section .co2-live-line {
  fill: none;
  stroke: var(--moss-bright);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.story-section .co2-live-marker {
  fill: var(--moss-bright);
  stroke: #20281d;
  stroke-width: 3;
}

.story-section .co2-projection-marker {
  fill: #20281d;
  stroke: var(--moss-bright);
  stroke-width: 2;
}

.co2-events .is-hidden { display: none !important; }

.join-section .contact-methods {
  gap: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

.join-section .contact-method span { border-radius: 0; }
.join-section .contact-method:first-of-type span { border-radius: 10px 0 0 10px; }
.join-section .contact-method:last-of-type span { border-radius: 0 10px 10px 0; }

.join-section .field select,
.join-section #country-code {
  appearance: none !important;
  -webkit-appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 10'%3E%3Cpath d='M2 2.5 7 7.5 12 2.5' fill='none' stroke='%23d6ee8e' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  background-size: 12px 8px !important;
  min-height: 52px;
  padding: 0 44px 0 14px !important;
}

.join-section .phone-row {
  grid-template-columns: minmax(128px, 0.72fr) minmax(0, 1fr) !important;
}

.join-section #country-code {
  min-width: 128px;
  white-space: nowrap;
}

.footer-brand-name {
  display: inline-block;
  margin-left: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .story-section .co2-projection { animation: none !important; opacity: 1; }
}

/* The page is intentionally calm: sections are present on load. Motion is
   reserved for the chart and the persistent story-button glow. */
.reveal,
html.js .reveal,
.reveal.is-visible,
html.js .reveal.is-visible {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
