:root {
  color-scheme: light;
  --forest-950: #102b23;
  --forest-900: #173c31;
  --forest-800: #234e40;
  --forest-700: #386a56;
  --moss-300: #a9c59d;
  --moss-200: #cedebe;
  --day-100: #eef3eb;
  --white: #fbfcfa;
  --ink: #14241e;
  --muted: #55665e;
  --line: rgba(20, 55, 44, 0.18);
  --line-dark: rgba(237, 245, 239, 0.2);
  --display: Georgia, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --content: min(1180px, calc(100% - 48px));
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  font-family: var(--sans);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  min-width: 320px;
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--sans);
  text-rendering: optimizeLegibility;
}

a { color: inherit; }

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

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

h1,
h2,
h3 { text-wrap: balance; }

p,
li { text-wrap: pretty; }

.site-header,
main > section,
footer {
  width: var(--content);
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}

.brand img,
.footer-brand img {
  width: 42px;
  height: 42px;
  border-radius: 12px;
}

.brand span,
.footer-brand span { display: grid; }

.brand strong,
.footer-brand strong { font-size: 15px; letter-spacing: -0.02em; }

.brand small,
.footer-brand small { margin-top: 2px; color: var(--muted); font-size: 10px; letter-spacing: 0.05em; }

.site-header nav,
footer nav { display: flex; align-items: center; gap: 26px; }

.site-header nav a,
footer nav a {
  font-size: 12px;
  font-weight: 650;
  text-underline-offset: 4px;
}

.site-header .header-cta {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding-inline: 17px;
  border: 1px solid var(--forest-900);
  border-radius: 999px;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease;
}

.site-header .header-cta:hover { background: var(--forest-900); color: white; }

.partner-village-preview {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: 100%;
  min-height: 700px;
  height: calc(100svh - 88px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid var(--line);
  background: var(--forest-950);
}

.partner-village-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: var(--content);
  min-height: 68px;
  margin-inline: auto;
  color: #f4f7f4;
}

.partner-village-bar > div { display: flex; align-items: baseline; gap: 14px; min-width: 0; }

.partner-village-bar p,
.partner-village-bar h2 { margin: 0; }

.partner-village-bar p {
  flex: 0 0 auto;
  color: var(--moss-300);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.partner-village-bar h2 {
  overflow: hidden;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 620;
  letter-spacing: -0.01em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.partner-village-bar a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 720;
  text-decoration: none;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.partner-village-bar a:hover { border-color: rgba(255, 255, 255, 0.62); background: rgba(255, 255, 255, 0.08); }

.partner-village-preview iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #173e32;
}

.private-partner-demo .partner-village-preview { box-shadow: inset 0 3px 0 var(--moss-300); }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(290px, 0.55fr);
  gap: clamp(56px, 8vw, 120px);
  min-height: min(760px, calc(100dvh - 88px));
  padding: clamp(72px, 10vh, 128px) 0 clamp(96px, 13vh, 152px);
}

.hero::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, #f8faf7 0, #fbfcfa 70%);
  content: "";
}

.hero-copy { align-self: center; }

.edition-label,
.season-note > p {
  margin-bottom: 26px;
  color: var(--forest-700);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

h1,
h2 { font-family: var(--display); font-weight: 400; letter-spacing: -0.035em; }

h1 {
  max-width: 840px;
  margin-bottom: 30px;
  font-size: clamp(3.5rem, 7.2vw, 6rem);
  line-height: 0.97;
}

.hero-summary {
  max-width: 660px;
  margin-bottom: 0;
  color: #455c51;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.52;
}

.hero-summary strong { color: var(--ink); font-weight: 650; }

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 52px;
  padding-inline: 21px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
  transition: transform 200ms var(--ease-out), background-color 180ms ease;
}

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

.button-light { background: var(--forest-900); color: white; }

.button-light:hover { background: var(--forest-800); }

.quiet-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  color: var(--forest-800);
  font-size: 13px;
  font-weight: 650;
  text-underline-offset: 5px;
}

.season-note {
  align-self: center;
  padding: 28px 0 5px;
  border-top: 3px solid var(--forest-900);
  border-bottom: 1px solid var(--line);
}

.season-note dl { margin: 0; }

.season-note dl div {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 13px 0;
  border-top: 1px solid var(--line);
}

.season-note dl div:first-child { border-top: 0; }

.season-note dt { color: var(--muted); font-size: 11px; }

.season-note dd { margin: 0; font-size: 12px; font-weight: 700; text-align: right; }

.season-note > small {
  display: block;
  margin-top: 18px;
  padding-top: 17px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
  line-height: 1.55;
}

.campaign-lineup,
.offer,
.program,
.founding,
.accountability { padding: clamp(92px, 11vw, 148px) 0; }

.campaign-lineup,
.offer,
.founding { border-top: 1px solid var(--line); }

.section-lead { max-width: 790px; }

.section-marker {
  margin-bottom: 22px;
  color: var(--forest-700);
  font-size: 13px;
  font-weight: 700;
}

.section-lead h2,
.shared-statement h2,
.activation h2,
.founding h2,
.accountability h2,
.private-preview h2 {
  margin-bottom: 24px;
  font-size: clamp(2.65rem, 5.4vw, 4.75rem);
  line-height: 1;
}

.section-lead > p:last-child,
.founding-heading > p:last-child {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.dayline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 64px;
  border-top: 2px solid var(--forest-900);
  border-bottom: 1px solid var(--line);
}

.dayline::before {
  position: absolute;
  top: -6px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--forest-900);
  content: "";
}

.dayline article {
  min-width: 0;
  padding: 30px 24px 28px;
  border-left: 1px solid var(--line);
}

.dayline article:first-child { border-left: 0; }

.moment-time { display: grid; gap: 10px; }

.moment-time span { color: var(--forest-700); font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: 0.08em; }

.moment-time b { font-family: var(--display); font-size: 30px; font-weight: 400; letter-spacing: -0.025em; }

.dayline article > p { min-height: 52px; margin: 17px 0 24px; color: var(--muted); font-size: 13px; line-height: 1.5; }

.dayline ul { margin: 0; padding: 0; list-style: none; }

.dayline li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
}

.dayline li em { color: var(--ink); font-size: 11px; font-style: normal; font-weight: 750; }

.dayline .lead-slot { color: var(--forest-800); font-weight: 700; }

.lineup-caption {
  display: flex;
  gap: 10px;
  max-width: 820px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.lineup-caption span { color: var(--moss-300); }

.shared-case {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: clamp(60px, 10vw, 150px);
  width: 100%;
  padding: clamp(100px, 12vw, 168px) max(24px, calc((100vw - 1180px) / 2));
  background: var(--forest-900);
  color: #f4f7f4;
}

.shared-statement > p,
.activation > div:first-child > p,
.founding-heading > p:first-child,
.private-preview > div:first-child > p {
  margin-bottom: 25px;
  color: var(--moss-300);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shared-statement h2 { margin: 0; }

.shared-copy { align-self: end; }

.shared-copy p {
  margin-bottom: 22px;
  color: #d7e2db;
  font-size: 16px;
  line-height: 1.7;
}

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

.offer-lead { max-width: 720px; }

.rate-sheet { margin-top: 64px; border-top: 3px solid var(--forest-900); }

.rate {
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(260px, 0.55fr) minmax(340px, 1fr);
  gap: clamp(30px, 5vw, 72px);
  padding: 42px 0 48px;
  border-bottom: 1px solid var(--line);
}

.rate-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.rate-heading span { color: var(--forest-700); font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: 0.08em; }

.rate-heading h3 { margin: 9px 0 0; font-family: var(--display); font-size: clamp(28px, 3vw, 40px); font-weight: 400; letter-spacing: -0.025em; }

.rate-heading > p { flex: 0 0 auto; margin: 0; text-align: right; }

.rate-heading strong { display: block; font-family: var(--display); font-size: 34px; font-weight: 400; letter-spacing: -0.03em; }

.rate-heading small { display: block; margin-top: 3px; color: var(--muted); font-size: 11px; }

.rate-purpose { margin: 0; color: #43574d; font-size: 15px; line-height: 1.6; }

.rate > ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px 20px; margin: 0; padding: 0; list-style: none; }

.rate > ul li { position: relative; padding-left: 17px; color: var(--muted); font-size: 12px; line-height: 1.5; }

.rate > ul li::before { position: absolute; top: 0; left: 0; color: var(--forest-700); content: "•"; font-weight: 900; }

.season-economics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 32px;
  background: var(--line);
}

.season-economics p { display: grid; gap: 8px; margin: 0; padding: 22px 24px; background: var(--day-100); }

.season-economics span { color: var(--forest-700); font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: 0.07em; }

.season-economics strong { font-size: 14px; }

.activation {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: clamp(60px, 10vw, 150px);
  width: 100%;
  padding: clamp(96px, 12vw, 160px) max(24px, calc((100vw - 1180px) / 2));
  background: var(--moss-200);
}

.activation > div:first-child > p { color: var(--forest-800); }

.activation h2 { margin: 0; }

.activation > div:last-child { align-self: end; }

.activation > div:last-child p { margin-bottom: 18px; color: #344c41; font-size: 16px; line-height: 1.65; }

.activation > div:last-child p:last-child { margin-bottom: 0; color: var(--forest-950); }

.program { border-bottom: 1px solid var(--line); }

.program-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(44px, 8vw, 112px);
  margin-top: 62px;
}

.program-columns > div { padding-top: 26px; border-top: 2px solid var(--forest-900); }

.program-columns h3,
.accountability-grid h3 { margin-bottom: 22px; font-size: 15px; }

.program-columns ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }

.program-columns li { position: relative; padding-left: 20px; color: #42564d; font-size: 13px; line-height: 1.5; }

.program-columns li::before { position: absolute; left: 0; color: var(--forest-700); content: "✓"; font-weight: 750; }

.program-columns .boundary-list { border-top-color: #79877f; }

.program-columns .boundary-list li::before { color: #7c8982; content: "—"; }

.founding {
  display: grid;
  grid-template-columns: minmax(300px, 0.66fr) minmax(520px, 1.34fr);
  gap: clamp(60px, 10vw, 150px);
}

.founding-heading { position: sticky; top: 40px; align-self: start; }

.founding-heading > p:first-child { color: var(--forest-700); }

.protection-list { margin: 0; padding: 0; border-top: 2px solid var(--forest-900); list-style: none; }

.protection-list li {
  padding: 23px 0 25px;
  border-bottom: 1px solid var(--line);
}

.protection-list strong { font-size: 14px; }

.protection-list p { max-width: 62ch; margin: 7px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.accountability {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(520px, 1.25fr);
  gap: clamp(60px, 10vw, 150px);
  border-top: 1px solid var(--line);
}

.accountability > div:first-child h2 { margin-bottom: 0; }

.accountability-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px; }

.accountability-grid > div { padding-top: 23px; border-top: 2px solid var(--forest-900); }

.accountability-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.private-preview {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: clamp(60px, 10vw, 150px);
  width: 100%;
  padding: clamp(96px, 12vw, 156px) max(24px, calc((100vw - 1180px) / 2));
  background: var(--forest-950);
  color: white;
}

.private-preview h2 { margin: 0; }

.preview-action { align-self: end; }

.preview-action > p { margin-bottom: 28px; color: #d3dfd8; font-size: 15px; line-height: 1.7; }

.button-dark { background: white; color: var(--forest-950); }

.button-dark:hover { background: var(--day-100); }

.preview-action > small { display: block; margin-top: 15px; color: #a9bdb2; font-size: 10px; line-height: 1.5; }

footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  min-height: 116px;
}

footer > p { margin: 0; color: var(--muted); font-size: 10px; text-align: center; }

footer nav { justify-self: end; }

a:focus-visible { outline: 3px solid #7ca48d; outline-offset: 4px; }

@media (max-width: 980px) {
  .hero { grid-template-columns: minmax(0, 1.35fr) minmax(250px, 0.65fr); gap: 54px; }
  .dayline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dayline article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .dayline article:nth-child(4) { border-top: 1px solid var(--line); }
  .rate { grid-template-columns: minmax(360px, 1fr) minmax(0, 1fr); }
  .rate-purpose { grid-row: 2; }
  .rate > ul { grid-row: 1 / 3; grid-column: 2; }
  .founding,
  .accountability { grid-template-columns: minmax(260px, 0.75fr) minmax(420px, 1.25fr); gap: 64px; }
  .accountability-grid { grid-template-columns: 1fr; gap: 32px; }
  footer { grid-template-columns: 1fr 1fr; }
  footer > p { grid-row: 2; grid-column: 1 / -1; padding-bottom: 24px; }
}

@media (max-width: 760px) {
  :root { --content: min(100% - 30px, 1180px); }
  .site-header { min-height: 76px; }
  .partner-village-preview { min-height: 640px; height: calc(100svh - 76px); }
  .partner-village-bar { min-height: 72px; }
  .partner-village-bar > div { display: grid; gap: 2px; }
  .partner-village-bar h2 { max-width: 50vw; font-size: 12px; }
  .site-header nav > a:first-child { display: none; }
  .brand small { display: none; }
  .hero { grid-template-columns: 1fr; gap: 64px; min-height: 0; padding: 70px 0 88px; }
  h1 { font-size: clamp(3.2rem, 14vw, 5rem); }
  .season-note { max-width: 460px; }
  .shared-case,
  .activation,
  .private-preview { grid-template-columns: 1fr; gap: 52px; }
  .rate { grid-template-columns: 1fr; }
  .rate-purpose,
  .rate > ul { grid-row: auto; grid-column: auto; }
  .rate > ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .season-economics { grid-template-columns: 1fr; }
  .program-columns,
  .founding,
  .accountability { grid-template-columns: 1fr; }
  .founding-heading { position: static; }
  .accountability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  footer { min-height: 136px; }
}

@media (max-width: 520px) {
  .site-header .header-cta { min-height: 40px; padding-inline: 13px; font-size: 11px; }
  .partner-village-bar { gap: 12px; }
  .partner-village-bar h2 { max-width: 45vw; }
  .partner-village-bar a { min-width: 42px; padding: 0 12px; }
  .partner-village-bar a { font-size: 0; }
  .partner-village-bar a span { font-size: 16px; }
  .hero { padding-top: 52px; }
  .edition-label { margin-bottom: 20px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .quiet-link { justify-content: center; }
  .dayline { grid-template-columns: 1fr; }
  .dayline article { border-top: 1px solid var(--line); border-left: 0; }
  .dayline article:first-child { border-top: 0; }
  .dayline article > p { min-height: 0; }
  .rate-heading { display: grid; }
  .rate-heading > p { text-align: left; }
  .rate > ul { grid-template-columns: 1fr; }
  .program-columns,
  .accountability-grid { grid-template-columns: 1fr; }
  .private-preview .button { width: 100%; }
  footer { grid-template-columns: 1fr; align-content: center; gap: 18px; padding: 28px 0; }
  footer nav { justify-self: start; }
  footer > p { grid-row: auto; grid-column: auto; padding: 0; text-align: left; }
}

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