/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */

@layer theme {
  :root,
  :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
      "Liberation Mono", "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *,
  :after,
  :before {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }

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

  b,
  strong {
    font-weight: bolder;
  }

  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -0.25em;
  }

  sup {
    top: -0.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol,
  ul,
  menu {
    list-style: none;
  }

  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }

  img,
  video {
    max-width: 100%;
    height: auto;
  }

  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    -webkit-appearance: button;
    appearance: button;
  }

  ::file-selector-button {
    -webkit-appearance: button;
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .invisible {
    visibility: hidden;
  }

  .visible {
    visibility: visible;
  }

  .start {
    inset-inline-start: var(--spacing);
  }

  .end {
    inset-inline-end: var(--spacing);
  }

  .isolate {
    isolation: isolate;
  }
}

:root {
  --ink: #10251c;
  --forest: #123d2b;
  --green: #1d6b43;
  --lime: #cce46b;
  --cream: #f3f1e7;
  --paper: #fffdf7;
  --sage: #dfe8d4;
  --muted: #607067;
  --line: #10251c24;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--cream);
  color: var(--ink);
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

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

main {
  overflow: hidden;
}

h1,
h2,
h3,
blockquote {
  text-wrap: balance;
  margin: 0;
  font-family: Georgia, Times New Roman, serif;
  font-weight: 500;
}

h1 em,
h2 em,
blockquote em {
  color: var(--green);
  font-weight: inherit;
}

/* =========================
   HEADER
   ========================= */

.site-header {
  z-index: 40;
  border-bottom: 1px solid var(--line);
  -webkit-backdrop-filter: blur(14px);
  background: #fffdf7f5;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  height: 110px;
  padding: 0 max(32px, 5vw);
  display: grid;
  position: sticky;
  top: 0;
}

.brand {
  letter-spacing: -0.03em;
  align-items: center;
  gap: 10px;
  width: max-content;
  font-size: 20px;
  font-weight: 900;
  display: flex;
}

.brand img {
  width: 246px;
  height: auto;
  display: block;
}

.brand-lockup {
  width: 290px;
  height: 85px;
  display: block;
  position: relative;
}

.brand-logo-crop {
  width: 290px;
  height: 85px;
  display: block;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.brand-logo-crop img {
  width: 290px;
  height: auto;
  display: block;
  transform: scale(1.25) translateX(-10px);
  transform-origin: left center;
}

.brand-logo-crop:after {
  content: "";
  background: #fffdf7;
  position: absolute;
  inset: 27px 0 0 50px;
}

.brand-lockup small {
  z-index: 1;
  color: #536158;
  letter-spacing: 0.01em;
  white-space: nowrap;
  border-top: 1px solid #10251c52;
  padding-top: 5px;
  font-size: 7px;
  font-weight: 700;
  line-height: 1.15;
  position: absolute;
  top: 30px;
  left: 55px;
  right: 0;
}

.footer-brand .brand-logo-crop:after {
  background: #0b2117;
}

.footer-brand .brand-lockup small {
  color: #ffffffa3;
  border-top-color: #ffffff4d;
}

.brand > span:last-child > span {
  color: var(--green);
}

.brand-mark {
  background: var(--forest);
  border-radius: 50% 50% 50% 14px;
  justify-content: center;
  align-items: flex-end;
  gap: 2px;
  width: 38px;
  height: 38px;
  padding-bottom: 8px;
  display: flex;
  transform: rotate(-6deg);
}

.brand-mark i {
  background: var(--lime);
  transform-origin: bottom;
  border-radius: 6px 6px 0 0;
  width: 5px;
  display: block;
}

.brand-mark i:first-child {
  height: 12px;
  transform: rotate(-28deg);
}

.brand-mark i:nth-child(2) {
  height: 19px;
}

.brand-mark i:nth-child(3) {
  height: 13px;
  transform: rotate(28deg);
}

.desktop-nav {
  align-items: center;
  gap: 34px;
  font-size: 25px;
  font-weight: 600;
  display: flex;
}

.desktop-nav a {
  border-bottom: 3px solid #0000;
  padding: 31px 0 27px;
}

.desktop-nav a:hover,
.desktop-nav a.active {
  color: var(--green);
  border-color: var(--green);
}

.header-cta {
  justify-self: end;
}

.mobile-menu {
  display: none;
}

.button {
  cursor: pointer;
  border: 0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 22px;
  padding: 14px 19px;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.2s, background 0.2s;
  display: inline-flex;
}

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

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

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

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

/* =========================
   GENERAL SECTIONS
   ========================= */

.section {
  padding: 108px max(32px, 7vw);
}

.kicker {
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin: 0;
  font-size: 11px;
  font-weight: 800;
}

.kicker-light {
  color: var(--lime);
}

.text-link {
  border-bottom: 1px solid var(--ink);
  padding: 13px 0 8px;
  font-size: 14px;
  font-weight: 800;
}

.text-link span {
  margin-left: 14px;
}

/* =========================
   HERO
   ========================= */

.hero {
  isolation: isolate;
  align-items: center;
  min-height: 500px;
  padding: 50px max(32px, 7vw) 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-photo {
  z-index: -3;
  background: url(../../../field-aerial.jpg) center 46% / cover no-repeat;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%) scale(1.16);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 46%;
}

.hero-wash {
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      #f3f1e7 0%,
      #f3f1e7fc 48%,
      #f3f1e7c2 68%,
      #0a1f141f 100%
    ),
    linear-gradient(#0000 55%, #123d2b3d);
  position: absolute;
  inset: 0;
}

.hero-content {
  max-width: 780px;
}

.pill {
  width: fit-content;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  background: #fffdf7d6;
  border: 1px solid #1d6b432e;
  border-radius: 99px;
  margin: 0 0 24px;
  padding: 9px 13px;
  font-size: 11px;
  font-weight: 800;
}

.pill span {
  color: var(--lime);
  text-shadow: 0 0 0 2px var(--green);
  margin-right: 8px;
  font-size: 8px;
}

.hero h1 {
  letter-spacing: -0.055em;
  max-width: none;
  font-size: clamp(40px, 4.4vw, 72px);
  line-height: 1.04;
}

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

.hero-copy {
  color: #35473f;
  max-width: 650px;
  margin: 28px 0 32px;
  font-size: 18px;
  line-height: 1.65;
}

.hero-copy span,
.hero-copy strong {
  display: block;
}

.hero-copy strong {
  color: var(--green);
  margin-top: 5px;
  font-weight: 800;
}

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

.signal-card {
  color: #fff;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #0c2a1ce6;
  border: 1px solid #ffffff40;
  border-radius: 16px;
  width: min(370px, 31vw);
  position: absolute;
  bottom: 52px;
  right: max(28px, 7vw);
  overflow: hidden;
  box-shadow: 0 24px 70px #051e1147;
}

.signal-top {
  letter-spacing: 0.15em;
  color: #ffffffb3;
  border-bottom: 1px solid #ffffff26;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  font-size: 9px;
  display: flex;
}

.signal-top b {
  color: var(--lime);
  background: #cce46b21;
  border-radius: 99px;
  padding: 5px 8px;
  font-size: 8px;
}

.signal-body {
  grid-template-columns: 110px 1fr;
  align-items: center;
  gap: 15px;
  padding: 18px;
  display: grid;
}

.score {
  border: 8px solid #cce46b47;
  border-top-color: var(--lime);
  border-right-color: var(--lime);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 104px;
  display: flex;
}

.score span {
  color: #ffffffa6;
  font-size: 9px;
}

.score strong {
  font-size: 30px;
  font-weight: 500;
}

.score small {
  font-size: 12px;
}

.signal-list p {
  color: #ffffffad;
  grid-template-columns: 10px 1fr auto;
  align-items: center;
  gap: 6px;
  margin: 0 0 13px;
  font-size: 10px;
  display: grid;
}

.signal-list p:last-child {
  margin: 0;
}

.signal-list b {
  color: #fff;
}

.signal-list i,
.dot {
  border-radius: 50%;
  width: 7px;
  height: 7px;
  display: inline-block;
}

.ok,
.dot.green {
  background: var(--lime);
}

.watch,
.dot.amber {
  background: #f4a955;
}

/* =========================
   PROBLEM BAND
   ========================= */

.problem-band {
  background: var(--forest);
  color: #fff;
  grid-template-columns: 220px 1fr;
  align-items: center;
  gap: 30px;
  padding: 34px max(32px, 7vw);
  display: grid;
}

.problem-statement {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font: 500 clamp(15px, 1.55vw, 22px) Georgia, serif;
  display: flex;
}

.problem-statement b {
  color: var(--lime);
}

/* =========================
   PRODUCT
   ========================= */

.product-intro {
  background: var(--paper);
}

.section-heading {
  grid-template-columns: 1fr 1.5fr 1fr;
  align-items: end;
  gap: 35px;
  margin-bottom: 48px;
  display: grid;
}

.section-heading .kicker {
  align-self: start;
  margin-top: 11px;
}

.section-heading h2,
.split-title h2,
.intelligence-copy h2,
.impact-section > h2,
.mission-section h2,
.advisor-title h2,
.contact-info h2 {
  letter-spacing: -0.045em;
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1.04;
}

.section-heading > p:last-child {
  color: var(--muted);
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.product-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  display: grid;
}

.product-card {
  border: 1px solid var(--line);
  background: #f8f7f1;
  border-radius: 14px;
  min-height: 340px;
  padding: 28px;
  transition: transform 0.25s, box-shadow 0.25s;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px #11261d17;
}

.product-number {
  width: 48px;
  height: 48px;
  color: var(--green);
  background: #e6eddc;
  border-radius: 50%;
  place-items: center;
  margin-bottom: 42px;
  font: 700 12px Arial;
  display: grid;
}

.product-card > p:first-of-type {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #6b7a70;
  margin: 0 0 8px;
  font-size: 9px;
  font-weight: 800;
}

.product-card h3 {
  letter-spacing: -0.03em;
  font-size: 32px;
}

.card-rule {
  background: var(--line);
  width: 100%;
  height: 1px;
  margin: 20px 0;
  display: block;
}

.product-copy {
  color: #536158;
  min-height: 64px;
  font-size: 13px;
  line-height: 1.6;
}

.product-card a {
  width: 100%;
  color: var(--green);
  justify-content: space-between;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
}

/* =========================
   HARVEST
   ========================= */

.harvest-section {
  background: var(--paper);
}

.harvest-heading {
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: 8vw;
  margin-bottom: 55px;
  display: grid;
}

.harvest-heading .kicker {
  margin-bottom: 20px;
}

.harvest-heading h2,
.supporters-heading h2 {
  letter-spacing: -0.045em;
  font-size: clamp(44px, 5vw, 70px);
  line-height: 1.04;
}

.harvest-heading > p {
  color: var(--muted);
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
}

.harvest-layout {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: stretch;
  gap: 6vw;
  display: grid;
}

.harvest-photos {
  grid-template-rows: 1fr 190px;
  grid-template-columns: 1fr 0.68fr;
  gap: 14px;
  min-height: 590px;
  display: grid;
}

.harvest-photos img {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.harvest-photos img:first-child {
  object-position: center 38%;
  grid-column: 1 / -1;
}

.harvest-photos img:nth-child(2) {
  object-position: center;
}

.harvest-photos > p {
  background: var(--forest);
  color: #ffffffad;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0;
  padding: 24px;
  font: 500 18px/1.45 Georgia, serif;
  display: flex;
}

.harvest-photos > p b {
  color: var(--lime);
  font-weight: 500;
}

.harvest-steps {
  border-top: 1px solid var(--line);
  grid-template-columns: 1fr 1fr;
  align-content: start;
  display: grid;
}

.harvest-steps article {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 42px 1fr;
  gap: 12px;
  min-height: 196px;
  padding: 28px 25px 24px 0;
  display: grid;
}

.harvest-steps article:nth-child(2n) {
  border-left: 1px solid var(--line);
  padding-left: 25px;
}

.harvest-steps span {
  color: var(--green);
  padding-top: 7px;
  font-size: 9px;
  font-weight: 800;
}

.harvest-steps h3 {
  margin: 0 0 14px;
  font-size: 25px;
  line-height: 1.12;
}

.harvest-steps p {
  color: var(--muted);
  margin: 0;
  font-size: 12px;
  line-height: 1.65;
}

/* =========================
   INTELLIGENCE
   ========================= */

.intelligence-section {
  background: var(--sage);
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 8vw;
  display: grid;
}

.intelligence-copy .kicker {
  margin-bottom: 22px;
}

.intelligence-copy > p:not(.kicker) {
  color: #52645a;
  margin: 27px 0;
  font-size: 15px;
  line-height: 1.75;
}

.check-list {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.check-list li {
  border-bottom: 1px solid var(--line);
  padding: 12px 0 12px 30px;
  font-size: 13px;
  position: relative;
}

.check-list li:before {
  content: "✓";
  color: var(--green);
  font-weight: 700;
  position: absolute;
  left: 0;
}

.harvest-promise {
  border-left: 3px solid var(--green);
  background: #fffdf7a8;
  margin: 25px 0 5px;
  padding: 20px 22px;
}

.harvest-promise span {
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 8px;
  font-weight: 800;
  display: block;
}

.harvest-promise strong {
  margin: 8px 0 7px;
  font: 500 21px/1.2 Georgia, serif;
  display: block;
}

.harvest-promise p {
  color: var(--muted);
  margin: 0;
  font-size: 11px;
  line-height: 1.6;
}

.dashboard {
  background: #fdfcf8;
  border: 1px solid #10251c29;
  border-radius: 20px;
  padding: 18px;
  transform: rotate(1deg);
  box-shadow: 0 35px 70px #1c3e2c29;
}

.dash-top {
  justify-content: space-between;
  padding: 5px 2px 14px;
  font-size: 10px;
  font-weight: 800;
  display: flex;
}

.dash-top span:last-child {
  color: var(--green);
}

.dash-map {
  background: linear-gradient(35deg, #7ea851, #b7ca76);
  border-radius: 14px;
  height: 265px;
  position: relative;
  overflow: hidden;
}

.field {
  color: #fff;
  background: repeating-linear-gradient(
    75deg,
    #1e562b2e 0 6px,
    #d1e2842e 6px 11px
  );
  border: 2px solid #ffffffb8;
  border-radius: 12px;
  padding: 9px;
  font-size: 10px;
  position: absolute;
  transform: rotate(-9deg);
}

.f1 {
  width: 44%;
  height: 48%;
  top: 7%;
  left: -3%;
}

.f2 {
  width: 48%;
  height: 42%;
  top: 4%;
  right: 3%;
}

.f3 {
  width: 58%;
  height: 46%;
  bottom: -7%;
  left: 18%;
}

.map-badge {
  color: #fff;
  background: #0a2a19d1;
  border-radius: 10px;
  flex-direction: column;
  padding: 10px 15px;
  display: flex;
  position: absolute;
  bottom: 14px;
  right: 14px;
}

.map-badge small {
  opacity: 0.68;
}

.map-badge strong {
  color: var(--lime);
}

.dash-stats {
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  padding: 12px 0;
  display: grid;
}

.dash-stats div {
  background: #eff2e8;
  border-radius: 10px;
  padding: 12px;
}

.dash-stats small {
  color: #68756c;
  font-size: 9px;
  display: block;
}

.dash-stats b {
  font: 500 23px Georgia, serif;
}

.dash-table p {
  border-top: 1px solid var(--line);
  justify-content: space-between;
  margin: 0;
  padding: 10px 5px;
  font-size: 10px;
  display: flex;
}

.dash-table p span {
  align-items: center;
  gap: 8px;
  display: flex;
}

.dash-table p b {
  color: var(--green);
}

/* =========================
   IMPACT
   ========================= */

.impact-section {
  background: var(--cream);
  color: var(--ink);
  padding-top: 72px;
  padding-bottom: 72px;
}

.impact-section > .kicker {
  color: var(--green);
  margin-bottom: 22px;
}

.impact-section > h2 {
  color: var(--ink);
  max-width: 760px;
  font-size: clamp(38px, 4.2vw, 56px);
}

.impact-section > h2 em {
  color: var(--green);
}

.impact-grid {
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
  margin-top: 36px;
  display: grid;
}

.impact-grid article {
  border-right: 1px solid var(--line);
  padding: 22px 28px 12px 0;
}

.impact-grid article:not(:first-child) {
  padding-left: 28px;
}

.impact-grid article:last-child {
  border: 0;
}

.impact-grid b {
  color: var(--green);
  font-size: 10px;
}

.impact-grid h3 {
  color: var(--ink);
  margin: 25px 0 13px;
  font-size: 27px;
}

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

/* =========================
   PLATFORM
   ========================= */

.platform-band {
  color: var(--ink);
  background: #9fbea2;
  grid-template-columns: 0.48fr 1.52fr;
  align-items: center;
  gap: 22px;
  padding: 18px max(32px, 7vw);
  display: grid;
}

.platform-band-title {
  border-bottom: 0;
  border-right: 1px solid #10251c2e;
  padding: 0 22px 0 0;
  display: block;
}

.platform-band-title .kicker {
  color: var(--green);
}

.platform-band-title > span {
  color: var(--muted);
  margin-top: 8px;
  font-size: 10px;
  line-height: 1.45;
  display: block;
}

.platform-links {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.platform-links a {
  border-right: 1px solid #10251c29;
  grid-template-columns: 34px 1fr auto;
  gap: 12px;
  min-height: 84px;
  padding: 12px 24px;
  transition: background 0.25s ease, transform 0.25s ease,
    padding 0.25s ease;
  display: grid;
}

.platform-links a:not(:first-child) {
  padding-left: 24px;
}

.platform-links a:last-child {
  border-right: 0;
}

.platform-links a:hover {
  background: #ffffff57;
  transform: translateY(-2px);
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.platform-links a > span {
  color: var(--green);
  padding-top: 5px;
  font-size: 9px;
  font-weight: 800;
}

.platform-links b {
  font: 500 21px Georgia, serif;
  display: block;
}

.platform-links small {
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.11em;
  margin-top: 4px;
  font-size: 8px;
  font-weight: 800;
  display: block;
}

.platform-links p {
  color: var(--muted);
  margin: 18px 0 0;
  font-size: 11px;
  line-height: 1.55;
  display: none;
}

.platform-links i {
  color: var(--green);
  font-style: normal;
  transition: transform 0.2s ease;
}

.platform-links a:hover i {
  transform: translate(4px, -4px);
}

/* =========================
   SUPPORTERS
   ========================= */

.supporters-section {
  background: #fff;
  padding: 76px 0 68px;
  overflow: hidden;
}

.supporters-heading {
  grid-template-columns: 1.35fr 0.65fr;
  align-items: end;
  gap: 8vw;
  margin-bottom: 50px;
  padding: 0 max(32px, 7vw);
  display: grid;
}

.supporters-heading .kicker {
  margin-bottom: 20px;
}

.supporters-heading > p {
  color: var(--muted);
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.logo-marquee {
  border: 0;
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 7%,
    #000 93%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent,
    #000 7%,
    #000 93%,
    transparent
  );
}

.logo-track {
  width: max-content;
  animation: 36s linear infinite logo-scroll;
  display: flex;
}

.support-logo {
  border-right: 0;
  background: transparent;
  place-items: center;
  width: 210px;
  height: 105px;
  padding: 10px 26px;
  display: grid;
  overflow: hidden;
  transition: transform 0.25s ease, background 0.25s ease,
    box-shadow 0.25s ease;
}

.support-logo img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.support-logo:hover {
  background: #f8faf4;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(16, 37, 28, 0.08);
  z-index: 2;
}

.support-logo:hover img {
  transform: scale(1.06);
  filter: saturate(1) !important;
}

@keyframes logo-scroll {
  to {
    transform: translate(-50%);
  }
}

/* =========================
   CTA
   ========================= */

.cta-panel {
  background: var(--green);
  color: #fff;
  border-radius: 20px;
  grid-template-columns: 1.3fr 0.7fr;
  align-items: end;
  gap: 8vw;
  margin: 24px max(24px, 4vw) 0;
  padding: 42px max(30px, 5vw) 54px;
  display: grid;
}

.cta-panel h2 {
  color: #fff;
  letter-spacing: -0.045em;
  margin-top: 20px;
  font-size: clamp(52px, 6vw, 110px);
  line-height: 0.96;
}

.cta-panel > div:last-child > p {
  color: #ffffffbd;
  margin: 0 0 26px;
  font-size: 14px;
  line-height: 1.7;
}

.cta-panel .kicker-light {
  color: var(--lime);
}

.cta-panel .button-lime {
  background: var(--lime);
  color: var(--ink);
}

/* =========================
   PAGE HERO
   ========================= */

.page-hero {
  background: var(--paper);
  grid-template-columns: 1.45fr 0.55fr;
  align-items: end;
  gap: 8vw;
  min-height: 510px;
  padding: 95px max(32px, 7vw);
  display: grid;
  position: relative;
}

.page-hero:after {
  content: "";
  border: 1px solid var(--line);
  border-radius: 50%;
  width: 34vw;
  height: 34vw;
  position: absolute;
  top: -16vw;
  right: -12vw;
  box-shadow: 0 0 0 80px #cce46b14, 0 0 0 160px #cce46b0d;
}

.page-hero > div {
  z-index: 1;
  position: relative;
}

.page-hero .kicker {
  margin-bottom: 26px;
}

.page-hero h1 {
  letter-spacing: -0.055em;
  max-width: 900px;
  font-size: clamp(56px, 6.2vw, 90px);
  line-height: 1.03;
}

.page-hero > div:last-child > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.about-hero > div:last-child p {
  border-bottom: 1px solid var(--line);
  padding-bottom: 18px;
}

.products-hero {
  min-height: 390px;
  padding-top: 48px;
  padding-bottom: 54px;
}

.contact-hero {
  min-height: auto;
  padding-top: 30px;
  padding-bottom: 44px;
}

.contact-hero .kicker {
  margin-bottom: 18px;
}

/* =========================
   CONVICTION
   ========================= */

.conviction-section {
  background: var(--sage);
  grid-template-columns: 0.72fr 1.28fr;
  align-items: start;
  gap: 4.5vw;
  padding-top: 76px;
  padding-bottom: 76px;
  display: grid;
}

.conviction-visual {
  grid-row: 1 / 3;
}

.conviction-visual .kicker {
  margin-bottom: 24px;
}

.conviction-visual img {
  object-fit: cover;
  object-position: center 36%;
  border-radius: 18px;
  width: 100%;
  height: 340px;
  box-shadow: 0 24px 60px #10251c21;
  transition: transform 0.45s ease, filter 0.35s ease;
}

.conviction-visual:hover img {
  transform: scale(1.02);
}

.conviction-section blockquote {
  letter-spacing: -0.035em;
  grid-column: 2;
  font-size: clamp(34px, 3.8vw, 52px);
  line-height: 1.12;
}

.conviction-section > p:last-child {
  color: #4f6257;
  grid-column: 2;
  max-width: 750px;
  font-size: 15px;
  line-height: 1.65;
}

/* =========================
   MISSION
   ========================= */

.mission-section {
  background: var(--paper);
}

.mission-heading {
  grid-template-columns: 0.45fr 1.55fr;
  align-items: start;
}

.mission-heading h2 span,
.mission-heading h2 em {
  white-space: nowrap;
  display: block;
}

.mission-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  display: grid;
}

.mission-grid article {
  border: 1px solid var(--line);
  border-radius: 14px;
  min-height: 260px;
  padding: 30px;
}

.mission-grid span {
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
}

.mission-grid h3 {
  margin: 62px 0 15px;
  font-size: 29px;
}

.mission-grid p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

/* =========================
   TEAM
   ========================= */

.team-section {
  background: var(--cream);
}

.split-title {
  grid-template-columns: 1fr 0.45fr;
  align-items: end;
  gap: 8vw;
  margin-bottom: 50px;
  display: grid;
}

.split-title .kicker {
  margin-bottom: 22px;
}

.split-title > p {
  color: var(--muted);
  line-height: 1.7;
}

.team-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
  max-width: 1040px;
  margin-inline: auto;
  display: grid;
}

/* TEAM IMAGE CONTAINER - PURE WHITE */

.person-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  display: flex;
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.person-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 34px rgba(16, 37, 28, 0.1);
  border-color: #1d6b4350;
}

/*
  IMPORTANT:
  This is the area that was light blue/grey in your screenshot.
  It is now pure white.
*/

.person-photo {
  background: #fff !important;
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
}

.person-photo img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
  transform: none !important;
  margin: 0 auto !important;
  background: #fff !important;
  transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1),
    filter 0.35s ease;
}

.person-card:hover .person-photo img {
  transform: scale(1.018) !important;
  filter: saturate(1.04);
}

.person-card > div:last-child {
  flex-direction: column;
  flex: 1;
  display: flex;
  padding: 24px;
}

.person-card > div:last-child > p:first-child {
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: var(--green);
  font-size: 9px;
  font-weight: 800;
}

.person-name-row {
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  min-height: 62px;
  display: flex;
}

.person-name-row h3 {
  flex: 1;
  min-width: 0;
  overflow-wrap: normal;
  word-break: normal;
  font-size: 25px;
  line-height: 1.08;
}

.linkedin-link {
  width: 28px;
  height: 28px;
  color: var(--green);
  background: #edf3e8;
  border: 1px solid #1d6b434d;
  border-radius: 50%;
  flex: none;
  place-items: center;
  margin: 0;
  padding: 6px;
  display: grid;
}

.linkedin-link:hover {
  background: var(--green);
  color: #fff;
}

.linkedin-link svg {
  fill: currentColor;
  width: 14px;
  height: 14px;
  display: block;
}

.person-copy {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
  margin-top: auto;
}

/* =========================
   ADVISORS
   ========================= */

.advisor-section {
  background: var(--sage);
  color: var(--ink);
  display: block;
}

.advisor-title {
  margin-bottom: 44px;
}

.advisor-title .kicker {
  color: var(--green);
  margin-bottom: 22px;
}

.advisor-title h2 {
  max-width: 760px;
  font-size: clamp(38px, 4.2vw, 56px);
}

.advisor-title h2 em {
  color: var(--green);
}

.advisor-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  display: grid;
}

/* ADVISOR CARD */

.advisor-card {
  background: var(--paper);
  border: 1px solid var(--line);
  min-width: 0;
  height: 100%;
  color: var(--ink);
  flex-direction: column;
  padding: 0;
  display: flex;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.advisor-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 34px rgba(16, 37, 28, 0.1);
  border-color: #1d6b4350;
}

/*
  ADVISOR IMAGE AREA
  Changed from #f1f2ed to pure white.
*/

.advisor-card > img,
.advisor-card > .advisor-photo,
.advisor-photo {
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden !important;
  background: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
}

.advisor-card > img,
.advisor-photo img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 auto !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
  transform: none !important;
  background: #fff !important;
}

.advisor-card:hover .advisor-photo img {
  transform: scale(1.018);
  filter: saturate(1.04);
}

/* Specific advisor photo wrappers */

.advisor-card > .advisor-photo {
  background: #fff !important;
  flex: none;
  width: 100%;
  position: relative;
}

.advisor-photo img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  transform: none;
}

.advisor-photo-1 img {
  object-position: center;
}

.advisor-photo-2 img {
  object-position: center;
}

.advisor-photo-3 img {
  object-fit: contain;
  object-position: center;
}

.advisor-photo-4 img {
  object-fit: contain;
  object-position: center;
}

.advisor-card > .advisor-copy {
  flex-direction: column;
  flex: 1;
  padding: 20px;
  display: flex;
}

.advisor-card > div > p:first-child {
  min-height: 22px;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.13em;
  margin: 0 0 8px;
  font-size: 8px;
  font-weight: 800;
}

.advisor-card h3 {
  min-height: 50px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.1;
}

.advisor-card .card-rule {
  background: var(--line);
  margin: 13px 0;
}

.advisor-card > div > p:last-child {
  color: var(--muted);
  margin-top: auto;
  font-size: 11px;
  line-height: 1.7;
}

/* =========================
   OWNERSHIP
   ========================= */

.ownership-strip {
  background: #9fbea2;
  color: var(--ink);
  justify-content: center;
  align-items: center;
  gap: 35px;
  padding: 32px max(32px, 7vw);
  font-family: Georgia, serif;
  font-size: 20px;
  display: flex;
}

.ownership-strip span {
  align-items: center;
  gap: 12px;
  display: flex;
}

.ownership-strip span b {
  letter-spacing: 0.12em;
  color: var(--green);
  font: 700 8px Arial;
}

.ownership-strip i {
  color: var(--green);
  font-style: normal;
}

/* =========================
   PRODUCT DETAIL
   ========================= */

.product-detail-list {
  background: var(--paper);
}

.product-detail {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 8vw;
  padding: 90px 0;
  scroll-margin-top: 104px;
  display: grid;
}

.product-detail:first-child {
  padding-top: 0;
}

.product-detail:last-child {
  border: 0;
  padding-bottom: 0;
}

.product-detail.reverse .product-story {
  order: 2;
}

.product-story .kicker {
  margin-bottom: 20px;
}

.product-story h2 {
  letter-spacing: -0.045em;
  font-size: clamp(40px, 4.5vw, 64px);
  line-height: 1.06;
}

.product-story > p:not(.kicker) {
  color: var(--muted);
  margin: 25px 0;
  font-size: 15px;
  line-height: 1.8;
}

.boundary-note {
  border-left: 3px solid var(--green);
  background: #eff2e8;
  grid-template-columns: 100px 1fr;
  gap: 12px;
  padding: 17px 18px;
  font-size: 11px;
  line-height: 1.5;
  display: grid;
}

.boundary-note b {
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.product-visual {
  background: #e1ead6;
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 420px;
  padding: 28px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #10251c1a;
}

.product-visual:after {
  content: "";
  border: 1px solid #10251c26;
  border-radius: 50%;
  width: 240px;
  height: 240px;
  position: absolute;
  bottom: -95px;
  right: -95px;
  box-shadow: 0 0 0 45px #ffffff1f, 0 0 0 90px #ffffff14;
}

.visual-flow {
  background: #d5e5c0;
}

.visual-assure {
  background: #c9d9cd;
}

.visual-label {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.visual-label span {
  font: 500 28px Georgia, serif;
}

.visual-label b {
  text-transform: uppercase;
  letter-spacing: 0.13em;
  background: var(--forest);
  color: var(--lime);
  border-radius: 99px;
  padding: 7px 10px;
  font-size: 8px;
}

.capability-list {
  z-index: 1;
  position: relative;
}

.capability-list p {
  border-bottom: 1px solid #10251c2e;
  grid-template-columns: 35px 1fr;
  margin: 0;
  padding: 17px 0;
  font-size: 13px;
  font-weight: 700;
  display: grid;
}

.capability-list span {
  color: var(--green);
  font-size: 10px;
}

/* =========================
   CHA5
   ========================= */

.cha5-section {
  background: var(--sage);
  color: var(--ink);
}

.cha5-intro {
  max-width: 800px;
}

.cha5-intro .kicker {
  color: var(--green);
  margin-bottom: 20px;
}

.cha5-intro h2 {
  color: var(--ink);
  letter-spacing: -0.05em;
  font-size: clamp(45px, 5.5vw, 74px);
  line-height: 0.98;
}

.cha5-intro h2 em {
  color: var(--green);
}

.cha5-intro > p:last-child {
  color: var(--muted);
  max-width: 690px;
  line-height: 1.7;
}

.cha5-flow {
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(5, 1fr);
  margin-top: 55px;
  display: grid;
}

.cha5-flow article {
  border-right: 1px solid var(--line);
  min-height: 230px;
  padding: 25px 22px 20px 0;
}

.cha5-flow article:not(:first-child) {
  padding-left: 22px;
}

.cha5-flow span {
  color: var(--green);
  font-size: 10px;
}

.cha5-flow h3 {
  margin: 60px 0 15px;
  font-size: 27px;
}

.cha5-flow p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.cha5-note {
  color: var(--green);
  text-align: center;
  background: #ffffff80;
  border-radius: 9px;
  padding: 16px 20px;
  font-size: 11px;
}

/* =========================
   JOURNEY
   ========================= */

.journey-section {
  background: var(--cream);
}

.journey-section > h2 {
  max-width: 800px;
  margin: 20px 0 55px;
  font-size: clamp(44px, 5vw, 68px);
  line-height: 1.06;
}

.journey-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  display: grid;
}

.journey-grid article {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 12px;
  min-height: 245px;
  padding: 25px;
  overflow: hidden;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.journey-grid article:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 34px rgba(16, 37, 28, 0.1);
  border-color: #1d6b4350;
}

.journey-grid article:after {
  content: "↗";
  position: absolute;
  right: 20px;
  top: 20px;
  color: var(--green);
  opacity: 0;
  transform: translate(-4px, 4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.journey-grid article:hover:after {
  opacity: 1;
  transform: none;
}

.journey-grid span {
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
}

.journey-grid h3 {
  margin: 78px 0 12px;
  font-size: 25px;
  line-height: 1.12;
}

.journey-grid p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

/* =========================
   CONTACT
   ========================= */

.contact-section {
  background: var(--paper);
  grid-template-columns: 0.72fr 1.28fr;
  gap: 8vw;
  display: grid;
}

.contact-info .kicker {
  margin-bottom: 20px;
}

.contact-info h2 {
  font-size: clamp(30px, 3.2vw, 45px);
}

.contact-info > p:not(.kicker) {
  color: var(--muted);
  margin: 24px 0 35px;
  font-size: 14px;
  line-height: 1.7;
}

.contact-methods {
  border-top: 1px solid var(--line);
}

.contact-methods > a,
.contact-methods > div {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 75px 1fr auto;
  align-items: center;
  padding: 18px 0;
  display: grid;
}

.contact-methods span {
  color: var(--green);
  letter-spacing: 0.12em;
  font-size: 8px;
  font-weight: 800;
}

.contact-methods b {
  font-size: 12px;
}

.contact-methods i {
  font-style: normal;
}

.contact-form-wrap {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 35px;
}

.contact-form-wrap > p {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--green);
  margin: 0 0 25px;
  font-size: 10px;
  font-weight: 800;
}

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

.contact-form-wrap label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 10px;
  font-weight: 800;
  display: flex;
}

.contact-form-wrap input,
.contact-form-wrap select,
.contact-form-wrap textarea {
  background: var(--paper);
  width: 100%;
  color: var(--ink);
  text-transform: none;
  letter-spacing: 0;
  border: 1px solid #10251c29;
  border-radius: 8px;
  outline: none;
  padding: 14px;
  font-size: 13px;
}

.contact-form-wrap input:focus,
.contact-form-wrap select:focus,
.contact-form-wrap textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px #1d6b4317;
}

.form-note {
  color: #768179;
  margin: 14px 0 0;
  font-size: 9px;
}

.form-success {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 490px;
  display: flex;
}

.form-success > span {
  background: var(--green);
  color: #fff;
  border-radius: 50%;
  place-items: center;
  width: 52px;
  height: 52px;
  font-size: 25px;
  display: grid;
}

.form-success h2 {
  margin: 20px 0 8px;
  font-size: 54px;
}

.form-success p {
  color: var(--muted);
  max-width: 440px;
  line-height: 1.7;
}

.form-success button {
  border: 0;
  border-bottom: 1px solid var(--ink);
  cursor: pointer;
  background: 0 0;
  padding: 0 0 5px;
  font-weight: 800;
}

.contact-expect {
  background: var(--sage);
  padding: 70px max(32px, 7vw);
}

.contact-expect > .kicker {
  margin-bottom: 35px;
}

.contact-expect > div {
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.contact-expect article {
  padding: 25px 30px 0 0;
}

.contact-expect article:not(:first-child) {
  border-left: 1px solid var(--line);
  padding-left: 30px;
}

.contact-expect span {
  color: var(--green);
  font-size: 9px;
}

.contact-expect h3 {
  margin: 38px 0 12px;
  font-size: 24px;
}

.contact-expect p {
  color: var(--muted);
  font-size: 12px;
}

/* =========================
   FOOTER
   ========================= */

footer {
  color: #fff;
  background: #0b2117;
  padding: 70px max(32px, 7vw) 25px;
}

.footer-main {
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(34px, 5vw, 96px);
  max-width: 1280px;
  padding-bottom: 60px;
  margin: 0 auto;
  display: grid;
}

.footer-brand .brand {
  color: #fff;
}

.footer-brand .brand-mark {
  background: var(--lime);
}

.footer-brand .brand-mark i {
  background: var(--forest);
}

.footer-brand > p {
  color: #ffffff8c;
  max-width: 620px;
  margin-top: 26px;
  font-size: clamp(21px, 2vw, 32px);
  line-height: 1.25;
}

.footer-brand .brand img {
  width: 220px !important;
  height: auto !important;
  max-width: 100%;
  object-fit: contain !important;
}

.footer-links {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
  display: grid;
}

.footer-links > div {
  flex-direction: column;
  gap: 13px;
  display: flex;
}

.footer-links p {
  color: var(--lime);
  text-transform: uppercase;
  letter-spacing: 0.13em;
  margin: 0 0 10px;
  font-size: 10px;
  font-weight: 800;
}

.footer-links a,
.footer-links span {
  color: #ffffffa6;
  font-size: 17px;
  line-height: 1.55;
}

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

.footer-bottom {
  color: #ffffff61;
  border-top: 1px solid #ffffff24;
  justify-content: space-between;
  padding-top: 22px;
  font-size: 9px;
  display: flex;
}

/* =========================
   LEGAL
   ========================= */

.legal-hero {
  background: var(--sage);
  border-bottom: 1px solid var(--line);
  padding: 84px max(32px, 14vw) 70px;
}

.legal-hero .kicker {
  margin-bottom: 20px;
}

.legal-hero h1 {
  letter-spacing: -0.05em;
  font-size: clamp(52px, 7vw, 90px);
  line-height: 1.04;
}

.legal-hero > p:last-child {
  max-width: 650px;
  color: var(--muted);
  margin: 24px 0 0;
  font-size: 17px;
  line-height: 1.7;
}

.legal-layout {
  background: var(--paper);
  grid-template-columns: 210px minmax(0, 760px);
  align-items: start;
  gap: 7vw;
  padding: 72px max(32px, 14vw) 105px;
  display: grid;
}

.legal-layout aside {
  border-top: 2px solid var(--green);
  flex-direction: column;
  gap: 12px;
  padding-top: 18px;
  display: flex;
  position: sticky;
  top: 116px;
}

.legal-layout aside p {
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin: 0 0 8px;
  font-size: 9px;
  font-weight: 800;
}

.legal-layout aside span {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.legal-copy {
  min-width: 0;
}

.legal-intro {
  border-left: 3px solid var(--green);
  background: #edf2e7;
  margin: 0 0 44px;
  padding: 24px;
  font: 500 19px/1.65 Georgia, serif;
}

.legal-copy article {
  border-bottom: 1px solid var(--line);
  margin: 0 0 28px;
  padding: 0 0 28px;
}

.legal-copy article:last-child {
  margin-bottom: 0;
}

.legal-copy h2 {
  letter-spacing: -0.02em;
  margin-bottom: 13px;
  font-size: 26px;
  line-height: 1.15;
}

.legal-copy p {
  color: #506158;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}

.legal-copy a {
  color: var(--green);
  border-bottom: 1px solid #1d6b4359;
  font-weight: 800;
}

/* =========================
   ADDITIONAL INTELLIGENCE
   ========================= */

.intelligence-section {
  background: var(--paper);
  gap: 6vw;
}

.intelligence-visual-stack {
  flex-direction: column;
  justify-self: end;
  gap: 16px;
  width: 100%;
  max-width: 760px;
  display: flex;
}

.intelligence-visual-stack .dashboard {
  background: #e7efdc;
  width: 100%;
  padding: 15px;
  transform: rotate(0.35deg);
}

.intelligence-visual-stack .dash-map {
  height: 220px;
  box-shadow: inset 0 0 0 1px #10251c14;
}

.intelligence-visual-stack .dash-stats div {
  background: var(--paper);
}

.intelligence-visual-stack .harvest-promise {
  background: #edf2e7;
  border-left: 0;
  border-radius: 12px;
  width: 100%;
  margin: 0;
  padding: 17px 20px;
}

/* =========================
   MOTION / UX
   ========================= */

.site-header {
  min-height: 120px;
  padding: 18px 36px;
  transition: box-shadow 0.25s ease, background 0.25s ease;
}

.site-header:hover {
  box-shadow: 0 8px 28px rgba(16, 37, 28, 0.07);
}

.site-header .brand-lockup {
  width: 190px !important;
  height: auto !important;
  position: relative !important;
  display: block !important;
}

.site-header .brand-lockup > img {
  width: 190px !important;
  height: auto !important;
  display: block !important;
  max-width: none !important;
}

.brand-logo-crop {
  display: none !important;
}

.brand-lockup small {
  display: none !important;
}

.desktop-nav a {
  position: relative;
  transition: color 0.2s ease;
}

.desktop-nav a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 2px;
  background: var(--green);
  transition: right 0.22s ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--green);
}

.desktop-nav a:hover:after,
.desktop-nav a:focus-visible:after {
  right: 0;
}

.button {
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease,
    background 0.2s ease !important;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 24px rgba(16, 37, 28, 0.14);
}

.button span {
  display: inline-block;
  transition: transform 0.2s ease;
}

.button:hover span,
.button:focus-visible span {
  transform: translateX(4px);
}

.text-link {
  transition: color 0.2s ease, border-color 0.2s ease,
    transform 0.2s ease;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--green);
  border-color: var(--green);
  transform: translateX(2px);
}

.harvest-photos {
  grid-auto-flow: dense;
}

.harvest-photos img {
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
  transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1),
    filter 0.35s ease;
}

.harvest-photos img:hover {
  transform: scale(1.025);
  filter: saturate(1.05);
}

.intelligence-visual-stack img,
.conviction-visual img {
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease, filter 0.35s ease;
}

.intelligence-visual-stack:hover img,
.conviction-visual:hover img {
  transform: scale(1.02);
}

.impact-grid article,
.journey-grid article,
.person-card,
.advisor-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    border-color 0.25s ease;
}

/* =========================
   RESPONSIVE - 1000PX
   ========================= */

@media (max-width: 1000px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-menu {
    order: 3;
    display: block;
    position: relative;
  }

  .mobile-menu summary {
    cursor: pointer;
    border: 1px solid var(--line);
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 38px;
    height: 38px;
    list-style: none;
    display: flex;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu summary span {
    background: var(--ink);
    width: 16px;
    height: 1px;
  }

  .mobile-menu > div {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 10px;
    flex-direction: column;
    width: 210px;
    padding: 12px;
    display: flex;
    position: absolute;
    top: 52px;
    right: 0;
    box-shadow: 0 18px 50px #10251c2e;
  }

  .mobile-menu a {
    border-radius: 6px;
    padding: 12px;
    font-size: 13px;
  }

  .mobile-menu a.active {
    background: var(--sage);
    color: var(--green);
    font-weight: 700;
  }

  .signal-card {
    width: min(370px, 38vw);
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .product-grid,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: auto;
  }

  .intelligence-section {
    grid-template-columns: 1fr;
  }

  .dashboard {
    max-width: 700px;
  }

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

  .impact-grid article:nth-child(2) {
    border-right: 0;
  }

  .page-hero {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .page-hero > div:last-child {
    max-width: 620px;
  }

  .mission-grid,
  .split-title {
    grid-template-columns: 1fr;
  }

  .person-card {
    grid-template-columns: 0.8fr 1.2fr;
    display: grid;
  }

  .advisor-section {
    grid-template-columns: 1fr;
  }

  .advisor-note {
    grid-column: 1;
  }

  .product-detail {
    gap: 4vw;
  }

  .cha5-flow {
    grid-template-columns: 1fr 1fr;
  }

  .cha5-flow article:nth-child(2n) {
    border-right: 0;
  }

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

  .contact-section {
    grid-template-columns: 1fr;
  }

  .contact-info {
    max-width: 700px;
  }

  .mission-heading {
    grid-template-columns: 0.4fr 1.6fr;
  }

  .harvest-heading,
  .harvest-layout {
    grid-template-columns: 1fr;
  }

  .harvest-heading {
    gap: 24px;
  }

  .harvest-photos {
    max-width: 720px;
  }

  .platform-links {
    grid-template-columns: 1fr;
  }

  .platform-links a {
    border-bottom: 1px solid #10251c29;
    border-right: 0;
    min-height: auto;
    padding: 24px 0 !important;
  }

  .supporters-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
  }

  .legal-layout {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-left: max(32px, 10vw);
    padding-right: max(32px, 10vw);
  }

  .legal-layout aside {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    position: static;
  }

  .legal-layout aside p {
    grid-column: 1 / -1;
  }

  .advisor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-grid {
    max-width: 760px;
  }

  .person-card {
    grid-template-columns: 280px 1fr;
    display: grid;
  }

  .person-photo {
    height: 340px !important;
    min-height: 340px !important;
  }

  .advisor-card > img,
  .advisor-photo {
    height: 270px !important;
    min-height: 270px !important;
  }

  .footer-brand .brand img {
    width: 220px !important;
  }

  .platform-band {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .platform-band-title {
    border-bottom: 1px solid #10251c2e;
    border-right: 0;
    padding: 0 0 12px;
  }

  .platform-links {
    grid-template-columns: repeat(3, 1fr);
  }

  .platform-links a {
    border-bottom: 0;
    border-right: 1px solid #10251c2e;
    padding: 12px 14px !important;
  }

  .platform-links a:last-child {
    border-right: 0;
  }
}

/* =========================
   RESPONSIVE - 700PX
   ========================= */

@media (max-width: 700px) {
  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 92px;
    padding: 12px 18px;
  }

  .header-cta {
    display: none;
  }

  .brand {
    font-size: 16px;
  }

  .brand-mark {
    width: 32px;
    height: 32px;
  }

  .brand-lockup,
  .brand-logo-crop {
    width: 250px !important;
    height: auto !important;
  }

  .brand-lockup > img {
    width: 250px !important;
  }

  .section {
    padding: 76px 20px;
  }

  .hero {
    align-items: flex-start;
    min-height: 790px;
    padding: 54px 20px 260px;
  }

  .hero-wash {
    background: linear-gradient(
      #f3f1e7fc 0%,
      #f3f1e7eb 55%,
      #f3f1e70f 100%
    );
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero-line {
    white-space: normal;
  }

  .hero-copy {
    font-size: 15px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .signal-card {
    width: auto;
    bottom: 25px;
    left: 20px;
    right: 20px;
  }

  .problem-band {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }

  .problem-statement {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .problem-statement span {
    width: 42%;
  }

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

  .intelligence-copy h2,
  .impact-section > h2,
  .mission-section h2,
  .split-title h2,
  .advisor-title h2,
  .contact-info h2 {
    font-size: 44px;
  }

  .dash-map {
    height: 220px;
  }

  .impact-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
  }

  .impact-grid article {
    border-bottom: 1px solid var(--line);
    min-height: 215px;
    padding-top: 20px;
    padding-bottom: 18px;
  }

  .impact-grid article:nth-child(odd) {
    border-right: 1px solid var(--line);
    padding-right: 16px;
  }

  .impact-grid article:nth-child(2n) {
    padding-left: 16px !important;
  }

  .impact-grid h3 {
    margin-top: 20px;
    font-size: 23px;
  }

  .impact-grid p {
    font-size: 11px;
  }

  .cta-panel {
    grid-template-columns: 1fr;
    margin: 12px;
    padding: 50px 24px;
  }

  .cta-panel h2 {
    font-size: 43px;
  }

  .page-hero {
    min-height: 560px;
    padding: 70px 20px;
  }

  .products-hero,
  .contact-hero {
    min-height: auto;
    padding-top: 42px;
    padding-bottom: 54px;
  }

  .page-hero h1 {
    font-size: 50px;
  }

  .conviction-section {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .conviction-section blockquote,
  .conviction-section > p:last-child {
    grid-column: 1;
  }

  .conviction-section blockquote {
    font-size: 32px;
  }

  .conviction-visual {
    grid-row: auto;
  }

  .conviction-visual img {
    height: 220px;
  }

  .mission-heading {
    grid-template-columns: 1fr;
  }

  .mission-heading h2 {
    font-size: 30px;
  }

  .mission-heading h2 span,
  .mission-heading h2 em {
    white-space: nowrap;
  }

  .person-card {
    display: flex;
  }

  /*
    Mobile team image area:
    pure white
  */
  .person-photo {
    aspect-ratio: 4 / 3 !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    background: #fff !important;
  }

  .person-photo img {
    background: #fff !important;
  }

  .person-card > div:last-child {
    min-height: 224px;
  }

  .person-name-row {
    align-items: center;
    min-height: 54px;
  }

  .advisor-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-inline: auto;
  }

  .advisor-card {
    padding: 0;
    display: flex;
  }

  /*
    Mobile advisor image area:
    pure white
  */
  .advisor-card > img,
  .advisor-card > .advisor-photo,
  .advisor-photo {
    aspect-ratio: 4 / 3 !important;
    height: auto !important;
    min-height: 0 !important;
    background: #fff !important;
    padding: 0 !important;
  }

  .advisor-card > img,
  .advisor-photo img {
    background: #fff !important;
  }

  .advisor-card > .advisor-copy {
    padding: 20px;
  }

  .advisor-card h3 {
    min-height: auto;
    font-size: 23px;
  }

  .advisor-card .card-rule {
    display: block;
  }

  .ownership-strip {
    flex-wrap: wrap;
    gap: 13px 18px;
    font-size: 16px;
  }

  .product-detail,
  .product-detail.reverse {
    grid-template-columns: 1fr;
    padding: 65px 0;
  }

  .product-detail.reverse .product-story {
    order: 0;
  }

  .product-visual {
    min-height: 360px;
  }

  .boundary-note,
  .cha5-flow,
  .journey-grid {
    grid-template-columns: 1fr;
  }

  .cha5-flow article {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    min-height: 170px;
    padding-left: 0 !important;
  }

  .cha5-flow h3 {
    margin-top: 35px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .contact-form-wrap {
    padding: 24px 18px;
  }

  .contact-expect {
    padding: 60px 20px;
  }

  .contact-expect > div {
    grid-template-columns: 1fr;
  }

  .contact-expect article:not(:first-child) {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
  }

  .footer-main,
  .footer-links {
    grid-template-columns: 1fr;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 34px 20px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }

  .legal-hero {
    padding: 56px 20px 50px;
  }

  .legal-hero h1 {
    font-size: 50px;
  }

  .legal-hero > p:last-child {
    font-size: 15px;
  }

  .legal-layout {
    padding: 48px 20px 74px;
  }

  .legal-layout aside {
    display: none;
  }

  .legal-intro {
    padding: 20px;
    font-size: 17px;
  }

  .legal-copy h2 {
    font-size: 23px;
  }

  .harvest-photos {
    grid-template-rows: 320px 180px auto;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .harvest-photos img:first-child {
    grid-column: 1;
  }

  .harvest-photos > p {
    min-height: 150px;
  }

  .harvest-steps {
    grid-template-columns: 1fr;
  }

  .harvest-steps article,
  .harvest-steps article:nth-child(2n) {
    border-left: 0;
    min-height: auto;
    padding: 24px 0;
  }

  .platform-band {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 22px 20px;
  }

  .platform-band-title {
    border-bottom: 1px solid #10251c2e;
    border-right: 0;
    padding: 0 0 12px;
  }

  .platform-links a {
    grid-template-columns: 30px 1fr auto;
  }

  .supporters-section {
    padding: 60px 0 54px;
  }

  .supporters-heading {
    padding: 0 20px;
  }

  .supporters-heading h2 {
    font-size: 43px;
  }

  .support-logo {
    width: 155px;
    height: 96px;
    padding: 10px 18px;
  }

  .support-logo img {
    max-width: 100%;
    max-height: 72px;
  }

  .contact-hero {
    padding-top: 28px;
    padding-bottom: 38px;
  }

  .contact-hero .kicker {
    margin-bottom: 14px;
  }

  .contact-info h2 {
    font-size: 31px;
  }

  .conviction-section blockquote {
    font-size: 32px;
  }

  .footer-brand .brand-lockup,
  .footer-brand .brand-logo-crop {
    width: 176px;
    height: 54px;
  }

  .footer-brand .brand img {
    width: 176px;
  }

  .footer-brand .brand-logo-crop:after {
    top: 27px;
    left: 50px;
  }

  .footer-brand .brand-lockup small {
    padding-top: 5px;
    font-size: 7px;
    top: 30px;
    left: 55px;
  }  .brand-lockup,
  .brand-logo-crop {
    width: 250px !important;
    height: auto !important;
  }

  .brand-lockup > img {
    width: 250px !important;
  }


  .harvest-photos img {
    min-height: 0;
  }

  .advisor-card > .advisor-photo {
    height: 220px !important;
    min-height: 220px !important;
  }

  .advisor-card > img {
    height: 220px !important;
    min-height: 220px !important;
  }
}

/* =========================
   REDUCED MOTION
   ========================= */

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

  .site-header,
  .button,
  .button span,
  .text-link,
  .harvest-photos img,
  .intelligence-visual-stack img,
  .conviction-visual img,
  .impact-grid article,
  .journey-grid article,
  .person-card,
  .advisor-card,
  .person-photo img,
  .advisor-photo img,
  .support-logo,
  .support-logo img,
  .platform-links a,
  .platform-links a i,
  .dashboard,
  .signal-card {
    transition: none !important;
  }

  .logo-track {
    animation: none;
  }
}
/* ============================================================
   AGRYTHM - FINAL RESPONSIVE / DESKTOP SCALE FIX
   ============================================================
   This section intentionally comes last so it overrides the
   conflicting generated CSS rules above.

   Goals:
   - Correct oversized desktop/laptop typography and imagery
   - Keep mobile layout intact
   - Prevent horizontal overflow
   - Use the transparent logo asset cleanly
   - Prevent supported-by logos from being clipped
   - Reduce footer height
   ============================================================ */

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  min-width: 0;
}

/* ---------- Shared responsive container ---------- */

.section,
.hero,
.page-hero,
.legal-hero,
.legal-layout {
  width: 100%;
  max-width: 100%;
}

.section {
  padding-left: clamp(24px, 5vw, 96px);
  padding-right: clamp(24px, 5vw, 96px);
}

/* ============================================================
   DESKTOP / LAPTOP
   ============================================================ */

@media (min-width: 1001px) {

  /* ---------- HEADER ---------- */

  .site-header {
    height: 78px;
    min-height: 78px;
    padding: 0 clamp(24px, 4vw, 64px);
    grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
    gap: clamp(20px, 3vw, 48px);
  }

  /*
    Use the new transparent logo directly.
    No crop layer, pseudo-element, or artificial background.
  */
  .brand-lockup {
    width: 300px !important;
    height: 90px !important;
    display: block !important;
    position: relative !important;
  }

  .brand-lockup > img {
    width: 300px !important;
    height: 90px !important;
    max-width: 300px !important;
    max-height: 90px !important;
    object-fit: contain !important;
    object-position: left center !important;
    display: block !important;
    background: transparent !important;
  }

  .brand-logo-crop {
    display: none !important;
  }

  .brand-lockup small {
    display: none !important;
  }

  .brand img {
    width: 300px !important;
    max-width: 300px !important;
    height: auto !important;
  }

  .desktop-nav {
    gap: clamp(22px, 2.2vw, 34px);
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
  }

  .desktop-nav a {
    padding: 28px 0 25px;
    border-bottom-width: 2px;
  }

  .header-cta .button {
    min-height: 44px;
    padding: 12px 17px;
    font-size: 13px;
  }

  /* ---------- GENERAL TYPOGRAPHY ---------- */

  .kicker {
    font-size: 10px;
  }

  .text-link {
    font-size: 13px;
  }

  .section-heading h2,
  .split-title h2,
  .intelligence-copy h2,
  .mission-section h2,
  .advisor-title h2,
  .contact-info h2 {
    font-size: clamp(38px, 4vw, 58px);
  }

  .harvest-heading h2,
  .supporters-heading h2 {
    font-size: clamp(40px, 4.2vw, 60px);
  }

  /* ---------- HOME HERO ---------- */

  .hero {
    min-height: 570px;
    padding: 64px clamp(24px, 5vw, 96px) 80px;
  }

  .hero-content {
    max-width: 650px;
  }

  .hero h1 {
    font-size: clamp(38px, 4vw, 62px);
    line-height: 1.04;
  }

  .hero-copy {
    max-width: 560px;
    margin: 22px 0 28px;
    font-size: 16px;
    line-height: 1.6;
  }

  .hero-actions {
    gap: 20px;
  }

  .signal-card {
    width: min(340px, 29vw);
    bottom: 38px;
    right: clamp(24px, 5vw, 96px);
  }

  /* ---------- PROBLEM BAND ---------- */

  .problem-band {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 24px;
    padding: 28px clamp(24px, 5vw, 96px);
  }

  .problem-statement {
    font-size: clamp(14px, 1.25vw, 19px);
  }

  /* ---------- PRODUCT CARDS ---------- */

  .product-grid {
    gap: 16px;
  }

  .product-card {
    min-height: 300px;
    padding: 24px;
  }

  .product-number {
    width: 42px;
    height: 42px;
    margin-bottom: 34px;
  }

  .product-card h3 {
    font-size: 27px;
  }

  .product-copy {
    min-height: 58px;
    font-size: 12px;
  }

  /* ---------- HARVEST ---------- */

  .harvest-photos {
    min-height: 500px;
    grid-template-rows: 1fr 165px;
  }

  .harvest-steps article {
    min-height: 170px;
    padding-top: 23px;
    padding-bottom: 20px;
  }

  .harvest-steps h3 {
    font-size: 22px;
  }

  .harvest-steps p {
    font-size: 11px;
  }

  /* ---------- DASHBOARD ---------- */

  .dashboard {
    padding: 15px;
  }

  .dash-map {
    height: 230px;
  }

  /* ---------- IMPACT ---------- */

  .impact-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .impact-section > h2 {
    max-width: 680px;
    font-size: clamp(34px, 3.6vw, 50px);
  }

  .impact-grid {
    margin-top: 30px;
  }

  .impact-grid article {
    padding-top: 18px;
    padding-bottom: 10px;
  }

  .impact-grid h3 {
    margin-top: 20px;
    font-size: 23px;
  }

  .impact-grid p {
    font-size: 12px;
  }

  /* ---------- PLATFORM BAND ---------- */

  .platform-band {
    padding: 16px clamp(24px, 5vw, 96px);
  }

  .platform-links a {
    min-height: 72px;
    padding: 10px 18px;
  }

  .platform-links b {
    font-size: 18px;
  }

  /* ---------- SUPPORTERS / LOGOS ---------- */

  .supporters-section {
    padding: 60px 0 54px;
  }

  .supporters-heading {
    margin-bottom: 34px;
    padding-left: clamp(24px, 5vw, 96px);
    padding-right: clamp(24px, 5vw, 96px);
  }

  .supporters-heading > p {
    font-size: 13px;
  }

  .logo-marquee {
    width: 100%;
    overflow: hidden;
  }

  .logo-track {
    align-items: center;
  }

  .support-logo {
    width: 175px;
    height: 78px;
    min-width: 175px;
    padding: 8px 18px;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .support-logo img {
    width: auto !important;
    height: auto !important;
    max-width: 135px !important;
    max-height: 58px !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: auto !important;
    display: block !important;
  }

  .support-logo:hover img {
    transform: scale(1.04);
  }

  /* ---------- CTA ---------- */

  .cta-panel {
    gap: 5vw;
    margin: 20px clamp(20px, 3vw, 48px);
    padding: 54px clamp(28px, 4vw, 64px);
  }

  .cta-panel h2 {
    font-size: clamp(38px, 4.3vw, 58px);
  }

  .cta-panel > div:last-child > p {
    font-size: 13px;
  }

  /* ---------- INNER PAGE HERO ---------- */

  .page-hero {
    min-height: 420px;
    padding: 72px clamp(24px, 5vw, 96px);
  }

  .page-hero h1 {
    font-size: clamp(46px, 5.2vw, 76px);
  }

  .page-hero > div:last-child > p {
    font-size: 15px;
  }

  .products-hero {
    min-height: 330px;
    padding-top: 42px;
    padding-bottom: 48px;
  }

  .contact-hero {
    padding-top: 28px;
    padding-bottom: 38px;
  }

  /* ---------- MISSION ---------- */

  .mission-grid article {
    min-height: 225px;
    padding: 25px;
  }

  .mission-grid h3 {
    margin-top: 48px;
    font-size: 25px;
  }

  .mission-grid p {
    font-size: 12px;
  }

  /* ---------- CORE TEAM ---------- */

  .team-grid {
    max-width: 980px;
    gap: 16px;
  }

  .person-photo {
    height: 270px !important;
    min-height: 270px !important;
    background: #fff !important;
  }

  .person-photo img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    background: #fff !important;
  }

  .person-card > div:last-child {
    padding: 20px;
  }

  .person-name-row {
    min-height: 52px;
  }

  .person-name-row h3 {
    font-size: 22px;
  }

  .person-copy {
    font-size: 11px;
    line-height: 1.6;
  }

  /* ---------- ADVISORS ---------- */

  .advisor-title {
    margin-bottom: 34px;
  }

  .advisor-grid {
    gap: 14px;
  }

  .advisor-card > img,
  .advisor-card > .advisor-photo,
  .advisor-photo {
    height: 205px !important;
    min-height: 205px !important;
    background: #fff !important;
    overflow: hidden !important;
  }

  .advisor-card > img,
  .advisor-photo img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    background: #fff !important;
  }

  .advisor-card > .advisor-copy {
    padding: 17px;
  }

  .advisor-card h3 {
    min-height: 44px;
    font-size: 19px;
  }

  .advisor-card > div > p:last-child {
    font-size: 10px;
    line-height: 1.6;
  }

  /* ---------- OWNERSHIP ---------- */

  .ownership-strip {
    padding: 24px clamp(24px, 5vw, 96px);
    font-size: 17px;
  }

  /* ---------- FOOTER ---------- */

  footer {
    padding: 46px clamp(24px, 5vw, 72px) 18px;
  }

  .footer-main {
    grid-template-columns: minmax(190px, 0.8fr) minmax(0, 1.2fr);
    gap: 5vw;
    padding-bottom: 38px;
  }

  .footer-brand .brand img,
  .footer-brand .brand-lockup > img {
    width: 190px !important;
    height: 48px !important;
    max-width: 190px !important;
    max-height: 48px !important;
    object-fit: contain !important;
    background: transparent !important;
  }

  .footer-brand .brand-logo-crop {
    display: none !important;
  }

  .footer-brand .brand-lockup small {
    display: none !important;
  }

  .footer-brand > p {
    max-width: 320px;
    margin-top: 17px;
    font-size: 11px;
    line-height: 1.6;
  }

  .footer-links {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }

  .footer-links > div {
    gap: 9px;
  }

  .footer-links p {
    margin-bottom: 6px;
    font-size: 8px;
  }

  .footer-links a,
  .footer-links span {
    font-size: 10px;
  }

  .footer-bottom {
    padding-top: 16px;
    font-size: 8px;
  }

  /* ---------- LEGAL ---------- */

  .legal-hero {
    padding: 64px clamp(24px, 10vw, 160px) 54px;
  }

  .legal-hero h1 {
    font-size: clamp(46px, 5.5vw, 74px);
  }

  .legal-layout {
    padding: 60px clamp(24px, 10vw, 160px) 80px;
  }
}

/* ============================================================
   LARGE LAPTOPS / DESKTOPS
   ============================================================ */

@media (min-width: 1200px) and (max-width: 1599px) {

  .site-header {
    height: 76px;
    min-height: 76px;
  }

  .brand-lockup,
  .brand-lockup > img,
  .brand img {
    width: 180px !important;
    max-width: 180px !important;
  }

  .brand-lockup,
  .brand-lockup > img {
    height: 46px !important;
    max-height: 46px !important;
  }

  .desktop-nav {
    font-size: 14px;
    gap: 26px;
  }

  .team-grid {
    max-width: 940px;
  }

  .person-photo {
    height: 250px !important;
    min-height: 250px !important;
  }

  .advisor-card > img,
  .advisor-card > .advisor-photo,
  .advisor-photo {
    height: 190px !important;
    min-height: 190px !important;
  }

  .support-logo {
    width: 165px;
    min-width: 165px;
  }
}

/* ============================================================
   VERY LARGE SCREENS
   ============================================================ */

@media (min-width: 1600px) {

  .section {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .site-header {
    height: 82px;
    min-height: 82px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .brand-lockup,
  .brand-lockup > img,
  .brand img {
    width: 195px !important;
    max-width: 195px !important;
  }

  .brand-lockup,
  .brand-lockup > img {
    height: 50px !important;
    max-height: 50px !important;
  }

  .desktop-nav {
    font-size: 15px;
  }

  .team-grid {
    max-width: 1040px;
  }

  .person-photo {
    height: 285px !important;
    min-height: 285px !important;
  }

  .advisor-card > img,
  .advisor-card > .advisor-photo,
  .advisor-photo {
    height: 220px !important;
    min-height: 220px !important;
  }
}

/* ============================================================
   TABLET
   ============================================================ */

@media (min-width: 701px) and (max-width: 1000px) {

  .site-header {
    height: 90px;
    min-height: 90px;
    padding: 0 24px;
  }

  .brand-lockup {
    width: 240px !important;
    height: 62px !important;
  }

  .brand-lockup > img {
    width: 240px !important;
    height: 62px !important;
    max-width: 240px !important;
    max-height: 62px !important;
    object-fit: contain !important;
    background: transparent !important;
  }

  .brand-logo-crop,
  .brand-lockup small {
    display: none !important;
  }

  .section {
    padding: 72px 32px;
  }

  .hero {
    min-height: 600px;
    padding: 60px 32px 80px;
  }

  .hero h1 {
    font-size: clamp(40px, 5vw, 58px);
  }

  .hero-copy {
    font-size: 16px;
  }

  .person-photo {
    height: 300px !important;
    min-height: 300px !important;
  }

  .advisor-card > img,
  .advisor-card > .advisor-photo,
  .advisor-photo {
    height: 240px !important;
    min-height: 240px !important;
  }

  .support-logo {
    width: 170px;
    min-width: 170px;
    height: 82px;
  }

  .support-logo img {
    max-width: 130px !important;
    max-height: 58px !important;
  }

  footer {
    padding: 42px 32px 18px;
  }

  .footer-main {
    padding-bottom: 32px;
  }
}

/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 700px) {

  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header {
    width: 100%;
    min-height: 76px;
    height: 76px;
    padding: 10px 18px;
  }

  /*
    Transparent logo on mobile.
    The actual SVG/transparent PNG controls its own proportions.
  */
  .brand-lockup {
    width: 180px !important;
    height: 46px !important;
  }

  .brand-lockup > img {
    width: 180px !important;
    height: 46px !important;
    max-width: 180px !important;
    max-height: 46px !important;
    object-fit: contain !important;
    object-position: left center !important;
    background: transparent !important;
  }

  .brand-logo-crop,
  .brand-lockup small {
    display: none !important;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  /*
    Keep the mobile layout that was already working.
    Only prevent accidental oversized elements.
  */
  .hero h1 {
    max-width: 100%;
  }

  .hero img,
  .person-photo img,
  .advisor-photo img {
    max-width: 100%;
  }

  /* Supported-by logos: never force them to fill/crop the box. */
  .support-logo {
    overflow: visible !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .support-logo img {
    width: auto !important;
    height: auto !important;
    max-width: 125px !important;
    max-height: 68px !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: auto !important;
  }

  /* Compact mobile footer */
  footer {
    padding: 38px 20px 18px;
  }

  .footer-main {
    gap: 30px;
    padding-bottom: 30px;
  }

  .footer-brand .brand-lockup,
  .footer-brand .brand-lockup > img {
    width: 180px !important;
    max-width: 180px !important;
    height: 46px !important;
    max-height: 46px !important;
  }

  .footer-brand .brand-logo-crop,
  .footer-brand .brand-lockup small {
    display: none !important;
  }

  .footer-brand > p {
    margin-top: 14px;
    font-size: 11px;
    line-height: 1.6;
  }

  .footer-links {
    gap: 24px 18px;
  }

  .footer-links > div {
    gap: 8px;
  }

  .footer-links p {
    margin-bottom: 5px;
    font-size: 8px;
  }

  .footer-links a,
  .footer-links span {
    font-size: 10px;
  }
}

/* ============================================================
   RESPONSIVE FIXES — FILLING BREAKPOINT GAPS
   These rules fix layout issues between the existing
   breakpoints (360/700/1000/1200/1600) that were causing
   overflow, misalignment, or poor touch targets.
   ============================================================ */

/* ---------- GLOBAL: prevent horizontal overflow ---------- */

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  min-width: 0;
}

/* Content containers should not exceed viewport */
main,
section,
header,
footer {
  overflow-x: clip;
}

/* ---------- ULTRA-WIDE SCREENS (2000px+) ---------- */

@media (min-width: 2000px) {
  body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  main {
    max-width: 1800px;
    width: 100%;
  }

  footer {
    max-width: 1800px;
    width: 100%;
  }

  .site-header {
    max-width: 1800px;
    width: 100%;
  }
}

/* ---------- LARGE LAPTOPS (1200-1599px) ---------- */

@media (min-width: 1200px) and (max-width: 1599px) {
  .platform-band {
    grid-template-columns: 0.48fr 1.52fr;
  }

  .platform-links {
    grid-template-columns: repeat(3, 1fr);
  }

  .impact-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .journey-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ---------- TABLET LANDSCAPE (701-1000px) ---------- */

@media (min-width: 701px) and (max-width: 1000px) {

  /* Platform band: stack title + links vertically, links stay 3-col */
  .platform-band {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px 28px;
  }

  .platform-band-title {
    border-right: 0;
    border-bottom: 1px solid #10251c2e;
    padding: 0 0 12px;
  }

  .platform-links {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }

  .platform-links a {
    border-right: 1px solid #10251c29;
    border-bottom: 0;
    padding: 14px 16px !important;
    min-height: 80px;
  }

  .platform-links a:last-child {
    border-right: 0;
  }

  /* Intelligence section: keep 2-col but tighter gap */
  .intelligence-section {
    gap: 5vw;
  }

  .intelligence-visual-stack {
    max-width: 600px;
  }

  .intelligence-visual-stack .dash-map {
    height: 200px;
  }

  .intelligence-visual-stack .dashboard {
    padding: 14px;
  }

  /* Product grid: 2-col on tablet */
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .product-grid > :last-child {
    grid-column: 1 / -1;
  }

  .product-card {
    min-height: 280px;
  }

  /* Impact grid: 2x2 */
  .impact-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .impact-grid article:nth-child(2) {
    border-right: 0;
  }

  .impact-grid article:nth-child(odd) {
    border-right: 1px solid var(--line);
    padding-right: 20px;
  }

  .impact-grid article:nth-child(even) {
    padding-left: 20px;
  }

  .impact-grid article:last-child {
    border-right: 0;
  }

  .impact-grid article:last-child {
    border-bottom: 0;
  }

  /* Team and advisor grids: 2-col */
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 680px;
  }

  .team-grid > :last-child {
    grid-column: 1 / -1;
    max-width: 340px;
  }

  .advisor-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Mission grid: 2-col */
  .mission-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mission-grid > :last-child {
    grid-column: 1 / -1;
    max-width: 340px;
  }

  /* Journey grid: 2-col */
  .journey-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* CHA5 flow: 2-col */
  .cha5-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .cha5-flow article:nth-child(2n) {
    border-right: 0;
  }

  /* Contact section: 2-col */
  .contact-section {
    gap: 5vw;
  }

  .contact-form-wrap {
    padding: 28px;
  }

  .form-grid {
    gap: 14px;
  }

  /* Contact expect: 3-col but tighter */
  .contact-expect > div {
    gap: 0;
  }

  .contact-expect article {
    padding: 20px 24px 0 0;
  }

  .contact-expect article:not(:first-child) {
    padding-left: 24px;
  }

  /* Product detail: 2-col but reduced gap */
  .product-detail {
    gap: 5vw;
    padding: 70px 0;
  }

  /* Harvest layout: 2-col */
  .harvest-layout {
    gap: 5vw;
  }

  .harvest-photos {
    min-height: 440px;
    grid-template-rows: 1fr 160px;
  }

  /* CTA panel */
  .cta-panel {
    padding: 38px 28px 44px;
  }

  .cta-panel h2 {
    font-size: clamp(36px, 4.5vw, 52px);
  }

  /* Footer: 2-col links */
  .footer-main {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 4vw;
  }

  .footer-links {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 18px;
  }

  /* Conviction section: 2-col */
  .conviction-section {
    gap: 4vw;
    padding: 60px 32px;
  }

  /* Ownership strip: wrap */
  .ownership-strip {
    flex-wrap: wrap;
    gap: 12px 20px;
    justify-content: center;
  }
}

/* ---------- SMALL TABLETS (701-850px) ---------- */

@media (min-width: 701px) and (max-width: 850px) {

  /* Hero: single-col with signal card below */
  .hero {
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
    padding-bottom: 32px;
    position: relative;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero h1 {
    font-size: clamp(32px, 6vw, 48px);
  }

  .hero-line {
    white-space: normal;
  }

  .hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }

  .signal-card {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    max-width: 400px;
    margin-top: 32px;
  }

  .signal-body {
    grid-template-columns: 100px 1fr;
  }

  /* Section heading: 1-col */
  .section-heading {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  /* Page hero: 1-col */
  .page-hero {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: auto;
    padding: 60px 28px;
  }

  .page-hero h1 {
    font-size: clamp(36px, 7vw, 52px);
  }

  /* Mission heading: 1-col */
  .mission-heading {
    grid-template-columns: 1fr;
  }

  .mission-heading h2 {
    font-size: 34px;
  }

  /* Split title: 1-col */
  .split-title {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* Supporters heading: 1-col */
  .supporters-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* Harvest heading: 1-col */
  .harvest-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* Legal layout: stack */
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .legal-layout aside {
    position: static;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }

  .legal-layout aside p {
    grid-column: 1 / -1;
  }

  /* Person card: horizontal on small tablets */
  .person-card {
    grid-template-columns: 220px 1fr;
    display: grid;
  }

  .person-photo {
    height: 260px !important;
    min-height: 260px !important;
  }

  /* Advisor photo: smaller */
  .advisor-card > img,
  .advisor-card > .advisor-photo,
  .advisor-photo {
    height: 210px !important;
    min-height: 210px !important;
  }
}

/* ---------- MOBILE POLISH (max-width: 700px) ---------- */

@media (max-width: 700px) {

  /* Ensure all grid layouts stack properly */
  .product-grid,
  .team-grid,
  .mission-grid,
  .journey-grid,
  .cha5-flow,
  .advisor-grid {
    grid-template-columns: 1fr;
  }

  /* Remove extra grid-column hacks */
  .product-grid > :last-child,
  .team-grid > :last-child,
  .mission-grid > :last-child,
  .journey-grid > :last-child,
  .cha5-flow > :last-child,
  .advisor-grid > :last-child {
    grid-column: auto;
    max-width: none;
  }

  /* Impact grid: 2x2 stays on mobile */
  .impact-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Hero: ensure signal card doesn't overflow */
  .hero {
    min-height: auto;
    padding-bottom: 24px;
  }

  .signal-card {
    position: relative;
    width: 100%;
    max-width: 100%;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 24px;
    box-shadow: 0 12px 40px #051e1147;
  }

  .signal-body {
    grid-template-columns: 90px 1fr;
    gap: 12px;
    padding: 14px;
  }

  .score {
    width: 88px;
    height: 88px;
  }

  .score strong {
    font-size: 24px;
  }

  /* Contact form: full-width fields */
  .contact-form-wrap {
    padding: 20px 16px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .contact-form-wrap label {
    margin-bottom: 14px;
  }

  /* Contact methods: stack vertically */
  .contact-methods > a,
  .contact-methods > div {
    grid-template-columns: 60px 1fr;
    gap: 8px;
    padding: 14px 0;
  }

  /* Footer: single-col */
  .footer-main {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 20px 14px;
  }

  .footer-links > div {
    gap: 7px;
  }

  .footer-links a,
  .footer-links span {
    font-size: 11px;
    line-height: 1.5;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  /* Harvest photos: single column */
  .harvest-photos {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .harvest-photos img:first-child {
    grid-column: 1;
    height: 220px;
  }

  .harvest-photos img:nth-child(2) {
    height: 180px;
  }

  .harvest-photos > p {
    min-height: 120px;
  }

  /* Product detail: single column, reduce padding */
  .product-detail {
    padding: 48px 0;
    gap: 24px;
  }

  .product-visual {
    min-height: 320px;
  }

  /* Platform band links: vertical stack */
  .platform-links {
    grid-template-columns: 1fr;
  }

  .platform-links a {
    grid-template-columns: 28px 1fr auto;
    padding: 18px 0 !important;
    border-bottom: 1px solid #10251c29;
    border-right: 0;
  }

  .platform-links a:hover {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  /* CTA panel: full-width with margin */
  .cta-panel {
    border-radius: 16px;
    margin: 10px 12px 0;
    padding: 40px 20px;
  }

  .cta-panel h2 {
    font-size: clamp(32px, 8vw, 44px);
  }

  /* Conviction section: single column */
  .conviction-section {
    gap: 20px;
    padding: 40px 20px;
  }

  .conviction-section blockquote {
    font-size: clamp(26px, 6vw, 34px);
  }

  /* Ownership strip: compact */
  .ownership-strip {
    flex-wrap: wrap;
    gap: 10px 16px;
    font-size: 14px;
    padding: 24px 20px;
    justify-content: center;
  }

  .ownership-strip span b {
    font-size: 7px;
  }

  /* Legal hero: smaller padding */
  .legal-hero {
    padding: 48px 20px 40px;
  }

  .legal-hero h1 {
    font-size: clamp(36px, 9vw, 52px);
  }
}

/* ---------- TOUCH-FRIENDLY TARGETS (mobile + tablet) ---------- */

@media (max-width: 1000px) {

  /* All links and buttons need minimum 44px touch targets */
  .desktop-nav a,
  .mobile-menu a,
  .footer-links a,
  .contact-methods a,
  .contact-methods > div,
  .platform-links a,
  .journey-grid article,
  .impact-grid article,
  .person-card,
  .advisor-card,
  .support-logo {
    min-height: 44px;
  }

  /* Increase button padding for touch */
  .button {
    min-height: 48px;
    padding: 14px 20px;
  }

  /* Hero actions: ensure enough spacing */
  .hero-actions {
    gap: 16px;
  }

  .hero-actions .button {
    min-height: 52px;
    padding: 16px 24px;
  }

  /* Text links: bigger tap area */
  .text-link {
    padding: 14px 0 10px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  /* Kicker text: ensure readability */
  .kicker {
    font-size: 10px;
    letter-spacing: 0.14em;
  }
}

/* ---------- MOBILE-ONLY TOUCH TARGETS ---------- */

@media (max-width: 700px) {

  /* Even larger touch targets on phones */
  .button {
    min-height: 52px;
    padding: 16px 22px;
    font-size: 14px;
    width: 100%;
    justify-content: center;
  }

  /* Mobile menu links: taller */
  .mobile-menu a {
    padding: 14px 16px;
    min-height: 48px;
    font-size: 14px;
  }

  /* Footer links: comfortable spacing */
  .footer-links a {
    padding: 6px 0;
    line-height: 1.5;
  }

  /* Impact grid items: taller */
  .impact-grid article {
    min-height: 180px;
  }

  /* Journey cards: comfortable tap */
  .journey-grid article {
    min-height: 200px;
    padding: 22px;
  }

  /* Person card: taller on mobile */
  .person-card > div:last-child {
    min-height: 200px;
    padding: 20px;
  }

  /* Advisor card: taller */
  .advisor-card > .advisor-copy {
    padding: 18px;
  }

  /* Platform links: taller rows */
  .platform-links a {
    min-height: 64px;
    padding: 16px 0 !important;
  }
}

/* ---------- VERY SMALL SCREENS (320-360px) ---------- */

@media (min-width: 320px) and (max-width: 360px) {

  .site-header {
    min-height: 68px;
    height: 68px;
    padding: 8px 12px;
  }

  .brand-lockup,
  .brand-lockup > img {
    width: 140px !important;
    height: 36px !important;
  }

  .mobile-menu summary {
    width: 34px;
    height: 34px;
  }

  .mobile-menu summary span {
    width: 14px;
  }

  .section {
    padding: 52px 14px;
  }

  .hero h1 {
    font-size: 28px;
  }

  .hero-copy {
    font-size: 14px;
  }

  .signal-card {
    font-size: 9px;
  }

  .score {
    width: 80px;
    height: 80px;
  }

  .score strong {
    font-size: 22px;
  }

  .impact-grid h3 {
    font-size: 20px;
  }

  .cta-panel h2 {
    font-size: 30px;
  }

  .footer-links {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* ============================================================
   SAFETY NETS
   ============================================================ */

img,
svg,
video,
canvas {
  max-width: 100%;
}

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

table {
  max-width: 100%;
}

input,
select,
textarea {
  max-width: 100%;
}

@media (max-width: 360px) {

  .brand-lockup,
  .brand-lockup > img {
    width: 155px !important;
    max-width: 155px !important;
  }

  .brand-lockup,
  .brand-lockup > img {
    height: 40px !important;
    max-height: 40px !important;
  }

  .site-header {
    padding-left: 14px;
    padding-right: 14px;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .support-logo {
    width: 140px;
    min-width: 140px;
  }

  .support-logo img {
    max-width: 110px !important;
    max-height: 60px !important;
  }
}

/* ============================================================
   FINAL HEADER + SCREEN-FIT OVERRIDES
   Reference: supplied desktop screenshot
   Desktop / Laptop only
   ============================================================ */

@media (min-width: 1001px) {

  /* ---------- HEADER ---------- */

  .site-header {
    height: 130px !important;
    min-height: 130px !important;
    padding: 0 clamp(32px, 5vw, 96px) !important;
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    align-items: center !important;
    gap: 40px !important;
    background: #fffdf7 !important;
    border-bottom: 1px solid var(--line) !important;
  }

  /* ---------- LOGO ---------- */

  .site-header .brand {
    width: max-content !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
  }

  .site-header .brand-lockup {
    width: 300px !important;
    height: 90px !important;
    max-width: 300px !important;
    max-height: 90px !important;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
  }

  .site-header .brand-lockup > img {
    width: 300px !important;
    height: 90px !important;
    max-width: 300px !important;
    max-height: 90px !important;
    object-fit: contain !important;
    object-position: left center !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .site-header .brand img {
    width: 300px !important;
    max-width: 300px !important;
    height: auto !important;
    margin: 0 !important;
  }

  /* Remove the old cropped/masked logo implementation */
  .site-header .brand-logo-crop {
    display: none !important;
  }

  .site-header .brand-lockup small {
    display: none !important;
  }

  /* ---------- NAVIGATION ---------- */

  .site-header .desktop-nav {
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 38px !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
  }

  .site-header .desktop-nav a {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    padding: 0 !important;
    border-bottom: 3px solid transparent !important;
  }

  .site-header .desktop-nav a:hover,
  .site-header .desktop-nav a.active {
    color: var(--green) !important;
    border-bottom-color: var(--green) !important;
  }

  /* ---------- RIGHT CTA ---------- */

  .site-header .header-cta {
    justify-self: end !important;
    display: flex !important;
    align-items: center !important;
  }

  .site-header .header-cta .button {
    min-width: 174px !important;
    height: 53px !important;
    padding: 0 20px !important;
    border-radius: 9px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* ---------- RED MARKED REGION / HERO ---------- */

  /* Keep the hero directly below the taller header.
     Do not change its image sizing or composition here. */

  /* ---------- GREEN MARKED REGION ---------- */

  /* Reduce only the whitespace before the product content. */
  .product-intro {
    padding-top: 48px !important;
  }
}


/* ============================================================
   LARGE DESKTOP — 1600PX+
   ============================================================ */

@media (min-width: 1600px) {

  .site-header {
    height: 116px !important;
    min-height: 116px !important;
    padding-left: 5.5vw !important;
    padding-right: 5.5vw !important;
  }

  .site-header .brand-lockup,
  .site-header .brand-lockup > img,
  .site-header .brand img {
    width: 320px !important;
    max-width: 320px !important;
  }

  .site-header .brand-lockup,
  .site-header .brand-lockup > img {
    height: 96px !important;
    max-height: 96px !important;
  }

  .site-header .desktop-nav {
    gap: 38px !important;
    font-size: 17px !important;
  }

  .site-header .header-cta .button {
    min-width: 174px !important;
    height: 53px !important;
  }

  .product-intro {
    padding-top: 48px !important;
  }
}
