@font-face {
  font-family: "Instrument Serif";
  src: url("assets/fonts/instrument-serif-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/dm-sans-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/dm-sans-medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/dm-sans-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --teal: #164141;
  --teal-deep: #103434;
  --gold: #f0bc68;
  --cream: #f6f1e8;
  --cream-deep: #e9e1d4;
  --ink: #163c3c;
  --muted: #5f6e69;
  --white: #fffdf8;
  --rule: rgba(22, 65, 65, 0.22);
  --max: 1440px;
  --pad: clamp(1.35rem, 5vw, 5rem);
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
}

button,
input,
textarea {
  font: inherit;
}

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

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  color: var(--white);
  background: var(--teal);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

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

.site-header {
  position: relative;
  z-index: 100;
  background: var(--cream);
  border-bottom: 1px solid var(--rule);
}

.header-inner {
  width: min(100%, var(--max));
  min-height: 7.5rem;
  margin: 0 auto;
  padding: 0 var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand {
  display: block;
  flex: 0 0 auto;
}

.brand img {
  width: 14rem;
  height: auto;
}

.site-navigation {
  display: flex;
  align-items: center;
  gap: clamp(1.4rem, 3vw, 3.25rem);
}

.site-navigation a {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-navigation a:not(.nav-cta) {
  position: relative;
}

.site-navigation a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.42rem;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-navigation a:not(.nav-cta):hover::after,
.site-navigation a:not(.nav-cta):focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  padding: 0.88rem 1.25rem;
  color: var(--white);
  background: var(--teal);
}

.menu-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  padding: 0;
  color: var(--teal);
  background: transparent;
  border: 1px solid var(--rule);
  cursor: pointer;
}

.menu-toggle > span:not(.sr-only) {
  display: block;
  width: 1.25rem;
  height: 1px;
  margin: 0.34rem auto;
  background: currentColor;
  transition: transform 180ms ease;
}

.menu-toggle[aria-expanded="true"] > span:nth-of-type(2) {
  transform: translateY(0.34rem) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] > span:nth-of-type(3) {
  transform: translateY(-0.34rem) rotate(-45deg);
}

.hero {
  width: min(100%, var(--max));
  min-height: min(53rem, calc(100vh - 7.5rem));
  margin: 0 auto;
  padding-bottom: 4rem;
  display: grid;
  grid-template-columns: minmax(0, 77%) minmax(16rem, 23%);
  background: var(--teal);
  border-bottom: 1px solid var(--rule);
}

.hero-copy {
  padding: clamp(5rem, 6.2vw, 5.6rem) var(--pad) 2.5rem;
  align-self: center;
  color: var(--white);
  background: var(--teal);
}

.hero h1,
h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.035em;
}

.hero h1 {
  max-width: 12ch;
  font-size: clamp(4rem, 7.8vw, 7.8rem);
}

.hero-copy > p:first-of-type {
  max-width: 42rem;
  margin: clamp(2rem, 3vw, 3rem) 0 2rem;
  color: #dce4df;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.75;
}

.button {
  display: inline-flex;
  min-height: 3.6rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0.9rem 1.2rem;
  border: 0;
  border-radius: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease;
}

.button-gold {
  min-width: min(100%, 20.5rem);
  color: var(--teal-deep);
  background: var(--gold);
}

.button-gold:hover {
  background: #f5cb88;
}

.button-teal {
  color: var(--white);
  background: var(--teal);
}

.button-teal:hover {
  background: var(--teal-deep);
}

.button:disabled {
  opacity: 0.65;
  cursor: wait;
}

.hero-categories {
  margin: clamp(4rem, 4.3vw, 4.3rem) 0 0;
  padding-top: 1.35rem;
  color: #dce4df;
  border-top: 1px solid var(--gold);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-categories span {
  margin: 0 0.7rem;
  color: var(--gold);
}

.hero-panel {
  min-height: 100%;
  background: var(--teal);
}

.section {
  padding: clamp(6rem, 10vw, 10rem) 0;
}

.section-shell {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding-right: var(--pad);
  padding-left: var(--pad);
}

.eyebrow,
.section-number,
.item-number {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 1px;
  margin: 0 0.75rem 0.22rem 0;
  background: currentColor;
}

.section-number,
.item-number {
  color: #8a948f;
}

.section h2 {
  font-size: clamp(3.4rem, 6vw, 6.5rem);
}

.section-about {
  background: var(--white);
}

.about-grid {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1.6fr) minmax(19rem, 0.85fr);
  gap: clamp(2rem, 4vw, 5rem);
  align-items: start;
}

.about-heading .eyebrow {
  margin-bottom: 2rem;
}

.about-copy {
  padding-top: 4.2rem;
  color: #405552;
}

.about-copy p {
  margin: 0 0 1.5rem;
}

.about-copy p:first-child {
  font-size: clamp(1.08rem, 1.5vw, 1.35rem);
  line-height: 1.7;
}

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

.section-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.46fr);
  gap: 3rem;
  align-items: end;
  margin-bottom: clamp(4rem, 7vw, 7rem);
}

.section-heading-row .eyebrow {
  margin-bottom: 1.8rem;
}

.section-heading-row > p {
  margin: 0 0 0.7rem;
  color: var(--muted);
  font-size: 0.98rem;
}

.investment-list {
  border-top: 1px solid var(--rule);
}

.investment-row {
  display: grid;
  grid-template-columns: 4.5rem minmax(14rem, 0.85fr) minmax(18rem, 1fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: start;
  padding: clamp(2rem, 3.5vw, 3.4rem) 0;
  border-bottom: 1px solid var(--rule);
}

.investment-row h3,
.approach-points h3,
.partner-grid h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 2.5vw, 2.55rem);
  font-weight: 400;
  line-height: 1.05;
}

.investment-row > p:last-child {
  max-width: 33rem;
  margin: 0;
  padding-left: clamp(1.5rem, 3vw, 3rem);
  color: var(--muted);
  border-left: 1px solid var(--gold);
}

.investment-row .item-number {
  color: #b47a1d;
}

.section-criteria {
  padding-bottom: 0;
  color: var(--white);
  background: #213b3b;
}

.criteria-layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.85fr) minmax(24rem, 1fr);
  gap: clamp(4rem, 9vw, 9rem);
}

.criteria-heading .eyebrow {
  margin-bottom: 1.8rem;
  color: var(--gold);
}

.criteria-heading blockquote {
  max-width: 27rem;
  margin: clamp(5rem, 9vw, 8rem) 0 0;
  padding-left: 1.5rem;
  color: var(--gold);
  border-left: 1px solid var(--gold);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.3vw, 2.25rem);
  line-height: 1.25;
}

.criteria-list {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.criteria-list p {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  margin: 0;
  padding: 1.28rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  font-size: clamp(0.96rem, 1.25vw, 1.13rem);
}

.criteria-list span {
  color: var(--gold);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.criteria-note {
  margin-top: clamp(5rem, 9vw, 8rem);
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.criteria-note p {
  max-width: 53rem;
  margin: 0 0 0 auto;
  color: #d9dfda;
  font-size: 0.9rem;
}

.section-approach {
  color: var(--white);
  background: var(--teal);
}

.eyebrow-gold {
  margin-bottom: clamp(3rem, 6vw, 5.5rem);
  color: var(--gold);
}

.approach-intro {
  display: grid;
  grid-template-columns: minmax(20rem, 1fr) minmax(21rem, 0.72fr);
  gap: clamp(4rem, 9vw, 10rem);
  align-items: start;
}

.approach-intro > div {
  padding-top: 0.6rem;
}

.approach-intro p {
  margin: 0 0 1.4rem;
  color: #dce4df;
}

.approach-intro .approach-lead {
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.3vw, 2.2rem);
  line-height: 1.2;
}

.approach-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(5rem, 9vw, 8rem);
  border-top: 1px solid rgba(240, 188, 104, 0.38);
  border-bottom: 1px solid rgba(240, 188, 104, 0.38);
}

.approach-points article {
  min-height: 18rem;
  padding: 2.5rem clamp(1.5rem, 3vw, 3rem) 2.8rem 0;
}

.approach-points article + article {
  padding-left: clamp(1.5rem, 3vw, 3rem);
  border-left: 1px solid rgba(240, 188, 104, 0.38);
}

.approach-points .item-number {
  margin-bottom: 3.7rem;
  color: var(--gold);
}

.approach-points p:last-child {
  margin: 1.3rem 0 0;
  color: #ced9d3;
  font-size: 0.92rem;
}

.section-partner {
  background: var(--white);
}

.partner-layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.78fr) minmax(30rem, 1.2fr);
  gap: clamp(4rem, 8vw, 8rem);
}

.partner-heading .eyebrow {
  margin-bottom: 1.8rem;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}

.partner-grid article {
  min-height: 19rem;
  padding: clamp(1.8rem, 3.5vw, 3.2rem);
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.partner-grid .item-number {
  margin-bottom: clamp(3rem, 6vw, 5.2rem);
}

.partner-grid p:last-child {
  margin: 1.2rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

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

.submit-layout {
  display: grid;
  grid-template-columns: minmax(20rem, 0.78fr) minmax(32rem, 1.12fr);
  gap: clamp(4rem, 10vw, 10rem);
  align-items: start;
}

.submit-intro {
  position: sticky;
  top: 4rem;
}

.submit-intro .eyebrow {
  margin-bottom: 1.8rem;
}

.submit-intro > p:not(.eyebrow) {
  max-width: 30rem;
  margin: 2rem 0 0;
  color: var(--muted);
}

.submit-intro .direct-contact {
  font-size: 0.88rem;
}

.direct-contact a,
.footer-contact a {
  text-decoration: underline;
}

.opportunity-form {
  padding-top: 0.2rem;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.field,
.choice-group {
  margin: 0 0 2.1rem;
  padding: 0;
  border: 0;
}

.field > label:first-child,
.choice-group legend {
  display: block;
  margin-bottom: 0.62rem;
  color: var(--teal-deep);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.optional {
  margin-left: 0.4rem;
  color: #7e8a85;
  font-size: 0.57rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  color: var(--teal-deep);
  background: transparent;
  border: 0;
  border-bottom: 1px solid #9ba59f;
  border-radius: 0;
  outline: none;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  min-height: 3.1rem;
}

textarea {
  min-height: 9rem;
  padding: 0.85rem 0;
  resize: vertical;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-bottom-color: var(--teal);
  box-shadow: 0 1px 0 var(--teal);
}

.has-error input[type="text"],
.has-error input[type="email"],
.has-error input[type="tel"],
.has-error textarea {
  border-bottom-color: #9b2e2e;
}

.choices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.choices-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.choices label {
  position: relative;
  cursor: pointer;
}

.choices input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.choices span {
  display: flex;
  min-height: 3.25rem;
  padding: 0.65rem;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  border: 1px solid #a9b0ab;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}

.choices input:checked + span {
  color: var(--white);
  background: var(--teal);
  border-color: var(--teal);
}

.choices input:focus-visible + span {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.field-hint,
.field-error {
  margin: 0.45rem 0 0;
  font-size: 0.68rem;
  line-height: 1.45;
}

.field-hint {
  color: #76827d;
}

.field-error {
  min-height: 0;
  color: #8c2424;
  font-weight: 500;
}

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

.file-field > input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.file-picker {
  display: grid;
  grid-template-columns: 8.5rem 1fr;
  min-height: 3.5rem;
  align-items: stretch;
  color: var(--muted);
  border: 1px solid #a9b0ab;
  cursor: pointer;
}

.file-action,
.file-name {
  display: flex;
  padding: 0.75rem 1rem;
  align-items: center;
}

.file-action {
  justify-content: center;
  color: var(--white);
  background: var(--teal);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.file-name {
  min-width: 0;
  overflow: hidden;
  font-size: 0.76rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.file-field input[type="file"]:focus-visible + .field-hint,
.file-picker:focus-within {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.spam-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-notice {
  margin: 0 0 1.5rem;
  color: #6f7c77;
  font-size: 0.72rem;
  line-height: 1.55;
}

.submit-button {
  width: 100%;
}

.form-status {
  display: none;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid transparent;
  font-size: 0.84rem;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-success {
  color: #164b2c;
  background: #e7f1e5;
  border-color: #9fbea3;
}

.form-status.is-error {
  color: #742727;
  background: #f6e6e1;
  border-color: #cf9e93;
}

.form-status a {
  font-weight: 700;
}

.site-footer {
  padding: clamp(4rem, 7vw, 6.5rem) var(--pad) 1.8rem;
  color: var(--white);
  background: var(--teal-deep);
}

.footer-inner,
.footer-base {
  width: min(100%, calc(var(--max) - (2 * var(--pad))));
  margin: 0 auto;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 3rem;
  align-items: end;
}

.footer-brand img {
  width: 15rem;
  height: auto;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  color: #d5dfd9;
  font-size: 0.82rem;
}

.footer-contact p {
  margin: 0;
}

.back-to-top {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-base {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 4rem;
  padding-top: 1.5rem;
  color: #94a7a0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-base p {
  margin: 0;
}

@media (max-width: 1120px) {
  .hero {
    grid-template-columns: minmax(0, 72%) minmax(16rem, 28%);
  }

  .about-grid {
    grid-template-columns: 3rem minmax(0, 1.4fr) minmax(17rem, 0.85fr);
  }

  .choices-five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  html {
    scroll-padding-top: 5.25rem;
  }

  .header-inner {
    min-height: 5.25rem;
  }

  .brand img {
    width: 10.5rem;
  }

  .menu-toggle {
    display: block;
  }

  .site-navigation {
    position: fixed;
    inset: 5.25rem 0 auto;
    display: none;
    padding: 2.5rem var(--pad) 3rem;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    background: var(--cream);
    border-bottom: 1px solid var(--rule);
    box-shadow: 0 1rem 2rem rgba(16, 52, 52, 0.1);
  }

  .site-navigation.is-open {
    display: flex;
  }

  .site-navigation a {
    padding: 1rem 0;
    border-bottom: 1px solid var(--rule);
  }

  .site-navigation .nav-cta {
    margin-top: 1.25rem;
    padding: 1rem 1.15rem;
    text-align: center;
    border-bottom: 0;
  }

  .hero {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr) minmax(10rem, 30%);
  }

  .hero-copy {
    padding-top: 6rem;
  }

  .hero h1 {
    font-size: clamp(3.8rem, 9vw, 6rem);
  }

  .about-grid,
  .criteria-layout,
  .approach-intro,
  .partner-layout,
  .submit-layout {
    grid-template-columns: 1fr;
  }

  .about-grid {
    gap: 2.5rem;
  }

  .about-copy {
    max-width: 42rem;
    padding-top: 0;
    padding-left: 3rem;
  }

  .section-heading-row {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .section-heading-row > p {
    max-width: 32rem;
  }

  .investment-row {
    grid-template-columns: 3rem minmax(12rem, 0.8fr) 1fr;
    gap: 1.5rem;
  }

  .criteria-heading blockquote {
    margin-top: 3.5rem;
  }

  .criteria-note p {
    margin-left: 0;
  }

  .approach-points {
    grid-template-columns: 1fr;
  }

  .approach-points article {
    min-height: auto;
    padding: 2.2rem 0;
  }

  .approach-points article + article {
    padding-left: 0;
    border-top: 1px solid rgba(240, 188, 104, 0.38);
    border-left: 0;
  }

  .approach-points .item-number {
    margin-bottom: 2rem;
  }

  .partner-grid {
    max-width: 46rem;
  }

  .submit-intro {
    position: static;
  }

  .opportunity-form {
    max-width: 46rem;
  }

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

  .back-to-top {
    grid-column: 2;
  }
}

@media (max-width: 620px) {
  :root {
    --pad: 1.3rem;
  }

  .section {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .hero {
    display: block;
    padding-bottom: 3.5rem;
  }

  .hero-copy {
    padding-top: 5rem;
    padding-bottom: 3.5rem;
  }

  .hero h1 {
    font-size: clamp(3.65rem, 16vw, 5.2rem);
  }

  .hero-copy > p:first-of-type {
    margin-top: 1.8rem;
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .hero-categories {
    display: flex;
    margin-top: 3.5rem;
    flex-wrap: wrap;
    gap: 0.35rem 0.55rem;
    line-height: 1.6;
  }

  .hero-categories span {
    margin: 0;
  }

  .hero-panel {
    display: none;
  }

  .section h2 {
    font-size: clamp(3.1rem, 15vw, 4.6rem);
  }

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

  .about-grid .section-number {
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--rule);
  }

  .about-copy {
    padding-left: 0;
  }

  .investment-row {
    grid-template-columns: 2.1rem 1fr;
    gap: 0.9rem 1.2rem;
  }

  .investment-row > p:last-child {
    grid-column: 2;
    padding-left: 0;
    border-left: 0;
  }

  .criteria-layout {
    gap: 4.5rem;
  }

  .criteria-heading blockquote {
    font-size: 1.65rem;
  }

  .criteria-list p {
    grid-template-columns: 2.25rem 1fr;
  }

  .criteria-note {
    margin-top: 4rem;
  }

  .approach-intro {
    gap: 3rem;
  }

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

  .partner-grid article {
    min-height: 15rem;
  }

  .partner-grid .item-number {
    margin-bottom: 2.8rem;
  }

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

  .choices,
  .choices-five {
    grid-template-columns: 1fr;
  }

  .choices span {
    min-height: 3rem;
    justify-content: flex-start;
    padding-right: 1rem;
    padding-left: 1rem;
    text-align: left;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .back-to-top {
    grid-column: 1;
  }

  .footer-base {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem;
  }
}

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

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