:root {
  --forest: #18372d;
  --forest-deep: #10271f;
  --forest-soft: #2d5244;
  --sage: #9aaa91;
  --sage-pale: #dfe7db;
  --cream: #f6f1e7;
  --paper: #fffdf8;
  --rust: #bd6845;
  --rust-dark: #965039;
  --ink: #1e2924;
  --muted: #5e6a64;
  --line: rgba(24, 55, 45, 0.16);
  --shadow: 0 20px 60px rgba(21, 45, 36, 0.12);
  --serif: Georgia, "Times New Roman", Times, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

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

body.menu-open {
  overflow: hidden;
}

body.menu-open .site-header {
  color: #fff;
}

body.menu-open .menu-button {
  border-color: rgba(255, 255, 255, 0.42);
}

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

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

svg {
  display: block;
}

.shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  transform: translateY(-160%);
  border-radius: 4px;
  background: var(--paper);
  color: var(--forest);
  padding: 10px 14px;
  font-weight: 700;
}

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

.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;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  transition: background 220ms ease, box-shadow 220ms ease, color 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 253, 248, 0.96);
  color: var(--forest-deep);
  box-shadow: 0 1px 0 rgba(24, 55, 45, 0.12);
  backdrop-filter: blur(14px);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
}

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

.brand-mark {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
}

.brand-mark svg circle {
  fill: rgba(255, 255, 255, 0.1);
  stroke: currentColor;
  stroke-width: 1.35;
}

.brand-mark svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-mark svg path:last-child {
  fill: currentColor;
  stroke: none;
}

.brand-type {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-type strong {
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.brand-type small {
  margin-top: 5px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.72;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.site-nav a {
  position: relative;
  color: inherit;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.025em;
  text-decoration: none;
}

.site-nav a:not(.nav-contact)::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: currentColor;
  content: "";
  transition: transform 180ms ease;
}

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

.nav-contact {
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  padding: 9px 17px;
}

.site-header.is-scrolled .nav-contact {
  border-color: rgba(24, 55, 45, 0.35);
}

.menu-button {
  display: none;
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: var(--forest-deep);
  color: #fff;
}

.hero-sky {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 73% 20%, rgba(248, 206, 144, 0.3) 0, rgba(248, 206, 144, 0.08) 18%, transparent 42%),
    linear-gradient(132deg, #173d32 0%, #295347 47%, #8b9c86 100%);
}

.hero-sky::before {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 0.7px, transparent 0.7px);
  background-size: 6px 6px;
  content: "";
  opacity: 0.22;
  mix-blend-mode: overlay;
}

.ridge {
  position: absolute;
  left: -4%;
  width: 108%;
  transform-origin: bottom center;
}

.ridge-back {
  bottom: 98px;
  height: 44%;
  background: rgba(31, 69, 57, 0.5);
  clip-path: polygon(0 74%, 9% 58%, 18% 62%, 30% 32%, 39% 58%, 51% 43%, 62% 68%, 72% 44%, 82% 69%, 90% 56%, 100% 71%, 100% 100%, 0 100%);
}

.ridge-mid {
  bottom: 74px;
  height: 35%;
  background: #173a2f;
  clip-path: polygon(0 72%, 11% 48%, 19% 71%, 29% 54%, 39% 78%, 52% 45%, 63% 70%, 76% 50%, 85% 71%, 93% 61%, 100% 75%, 100% 100%, 0 100%);
}

.ridge-front {
  bottom: 42px;
  height: 23%;
  background: #102c23;
  clip-path: ellipse(78% 53% at 44% 100%);
}

.field-lines {
  position: absolute;
  right: -6%;
  bottom: -9%;
  width: 64%;
  height: 36%;
  transform: rotate(-3deg);
  border-radius: 50% 0 0 0;
  background: repeating-radial-gradient(ellipse at 100% 100%, transparent 0 21px, rgba(226, 213, 167, 0.16) 22px 23px);
  opacity: 0.8;
}

.hero-inner {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.62fr);
  gap: 80px;
  align-items: center;
  min-height: 700px;
  padding-top: 92px;
  padding-bottom: 90px;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--rust);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero .eyebrow,
.contact-section .eyebrow {
  color: #e9a47e;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(53px, 6.3vw, 88px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.hero h1 em {
  color: #d9dfcf;
  font-weight: 400;
}

.hero-lede {
  max-width: 670px;
  margin: 29px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.7;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 21px;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

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

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--rust-dark);
}

.button-quiet {
  border-color: rgba(255, 255, 255, 0.48);
  color: #fff;
}

.button-quiet:hover,
.button-quiet:focus-visible {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.identity-card {
  align-self: end;
  margin-bottom: 80px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 5px;
  padding: 26px;
  background: rgba(13, 40, 31, 0.47);
  backdrop-filter: blur(13px);
  box-shadow: 0 24px 70px rgba(2, 14, 10, 0.22);
}

.identity-kicker {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.identity-card > strong {
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 500;
}

.identity-card dl {
  display: grid;
  gap: 11px;
  margin: 22px 0 0;
}

.identity-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 11px;
  font-size: 12px;
}

.identity-card dt {
  color: rgba(255, 255, 255, 0.58);
}

.identity-card dd {
  margin: 0;
  font-weight: 700;
}

.values-ribbon {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(10, 32, 25, 0.7);
  backdrop-filter: blur(10px);
}

.values-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 60px;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--serif);
  font-size: 15px;
  font-style: italic;
}

.values-list i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #e2a17e;
}

.section {
  padding: 124px 0;
}

.section-heading h2,
.contact-copy h2,
.history-intro h2,
.organization-copy h2 {
  margin: 0;
  color: var(--forest-deep);
  font-family: var(--serif);
  font-size: clamp(40px, 4.7vw, 65px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

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

.mission-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
}

.mission-copy {
  max-width: 625px;
  padding-top: 6px;
}

.mission-copy .lead {
  margin: 0 0 20px;
  color: var(--forest);
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1.42;
}

.mission-copy > p:not(.lead) {
  color: var(--muted);
  font-size: 17px;
}

blockquote {
  margin: 36px 0 0;
  border-left: 2px solid var(--rust);
  padding: 5px 0 5px 25px;
}

blockquote p {
  margin: 0;
  color: var(--forest-soft);
  font-family: var(--serif);
  font-size: 20px;
  font-style: italic;
}

.work-section {
  overflow: hidden;
  background: var(--cream);
}

.section-heading.centered {
  max-width: 750px;
  margin-inline: auto;
  text-align: center;
}

.section-heading.centered > p:last-child {
  max-width: 650px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 17px;
}

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

.work-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(24, 55, 45, 0.12);
  border-radius: 4px;
  padding: 35px 31px 31px;
  background: var(--paper);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.work-card::after {
  position: absolute;
  right: -70px;
  bottom: -82px;
  width: 200px;
  height: 200px;
  border: 1px solid var(--line);
  border-radius: 50%;
  box-shadow: 0 0 0 22px rgba(24, 55, 45, 0.03), 0 0 0 45px rgba(24, 55, 45, 0.02);
  content: "";
}

.work-card:hover {
  transform: translateY(-6px);
  border-color: rgba(24, 55, 45, 0.22);
  box-shadow: var(--shadow);
}

.card-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--sage-pale);
  color: var(--forest);
}

.card-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.card-number {
  position: absolute;
  top: 36px;
  right: 31px;
  color: var(--sage);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.work-card h3 {
  position: relative;
  z-index: 1;
  margin: 66px 0 17px;
  color: var(--forest-deep);
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.15;
}

.work-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.history-section {
  background: var(--forest);
  color: #fff;
}

.history-grid {
  display: grid;
  grid-template-columns: 0.83fr 1.17fr;
  gap: 110px;
}

.history-intro {
  position: sticky;
  top: 130px;
  align-self: start;
}

.history-intro h2 {
  color: #fff;
}

.history-intro > p:not(.eyebrow):not(.history-note) {
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 17px;
}

.history-note {
  margin-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.53);
  font-size: 12px;
  line-height: 1.65;
}

.timeline {
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 50px;
}

.timeline-item {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding: 0 0 42px;
  margin-bottom: 42px;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-marker {
  position: absolute;
  top: 7px;
  left: -56px;
  width: 11px;
  height: 11px;
  border: 3px solid var(--forest);
  border-radius: 50%;
  background: #eca47e;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.33);
}

.timeline-label {
  margin: 0 0 10px;
  color: #e9a47e;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.timeline-item h3 {
  margin: 0;
  color: #fff;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
}

.timeline-item > p:last-child {
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
}

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

.approach-wrap {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 115px;
  align-items: start;
}

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

.principle {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 35px;
  border-bottom: 1px solid var(--line);
  padding: 27px 0;
}

.principle strong {
  color: var(--forest);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
}

.principle span {
  color: var(--muted);
  font-size: 14px;
}

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

.organization-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 85px;
  align-items: start;
}

.organization-copy > p:not(.eyebrow) {
  max-width: 485px;
  margin: 27px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.organization-copy .verification-copy {
  border-left: 2px solid var(--rust);
  padding-left: 19px;
  font-size: 13px !important;
}

.details-card {
  border: 1px solid rgba(24, 55, 45, 0.13);
  border-radius: 5px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.organization-details {
  margin: 0;
  padding: 15px 35px;
}

.organization-details div {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 30px;
  border-bottom: 1px solid var(--line);
  padding: 19px 0;
}

.organization-details div:last-child {
  border-bottom: 0;
}

.organization-details dt {
  color: var(--muted);
  font-size: 12px;
}

.organization-details dd {
  margin: 0;
  color: var(--forest-deep);
  font-size: 14px;
  font-weight: 720;
}

.organization-details a {
  color: var(--forest-soft);
}

.external-profiles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  border-top: 1px solid var(--line);
  padding: 24px 35px 30px;
  background: rgba(223, 231, 219, 0.27);
}

.external-profiles > span {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.external-profiles a {
  width: fit-content;
  color: var(--forest);
  font-size: 13px;
  font-weight: 700;
}

.contact-section {
  position: relative;
  overflow: hidden;
  padding: 105px 0;
  background: var(--rust-dark);
  color: #fff;
}

.contact-section::after {
  position: absolute;
  right: -12%;
  bottom: -86%;
  width: 760px;
  height: 760px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(255, 255, 255, 0.025), 0 0 0 112px rgba(255, 255, 255, 0.018);
  content: "";
}

.contact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 100px;
  align-items: end;
}

.contact-copy h2 {
  max-width: 700px;
  color: #fff;
}

.contact-copy > p:not(.eyebrow) {
  margin: 24px 0 29px;
  color: rgba(255, 255, 255, 0.75);
}

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

.button-light:hover,
.button-light:focus-visible {
  background: var(--cream);
}

.contact-card {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, 0.33);
  padding-top: 23px;
  font-style: normal;
}

.contact-card > span {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-card a {
  width: fit-content;
  color: #fff;
  font-family: var(--serif);
  font-size: 22px;
}

.contact-card p {
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 13px;
}

.contact-card p + p {
  margin-top: 4px;
}

.site-footer {
  background: var(--forest-deep);
  color: rgba(255, 255, 255, 0.72);
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-block: 46px;
}

.brand-footer {
  color: #fff;
}

.brand-footer .brand-mark {
  width: 41px;
  height: 41px;
}

.footer-top nav {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.footer-top nav a {
  color: inherit;
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
}

.footer-top nav a:hover,
.footer-top nav a:focus-visible {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-block: 19px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 10px;
  letter-spacing: 0.04em;
}

.footer-bottom p {
  margin: 0;
}

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

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

@media (max-width: 980px) {
  .site-nav {
    gap: 19px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    align-content: center;
    min-height: 760px;
    padding-top: 125px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .identity-card {
    align-self: auto;
    width: min(500px, 100%);
    margin-bottom: 58px;
  }

  .mission-grid,
  .history-grid,
  .approach-wrap,
  .organization-grid,
  .contact-grid {
    gap: 60px;
  }

  .work-card {
    min-height: 420px;
  }
}

@media (max-width: 760px) {
  .shell {
    width: min(100% - 32px, 1180px);
  }

  .nav-wrap {
    min-height: 72px;
  }

  .brand-type strong {
    font-size: 18px;
  }

  .brand-type small {
    font-size: 8px;
  }

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

  .menu-button {
    position: relative;
    z-index: 102;
    display: flex;
    width: 43px;
    height: 43px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 50%;
    background: transparent;
    color: inherit;
    cursor: pointer;
  }

  .site-header.is-scrolled .menu-button {
    border-color: rgba(24, 55, 45, 0.25);
  }

  .menu-button span:not(.sr-only) {
    display: block;
    width: 17px;
    height: 1px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .menu-button[aria-expanded="true"] span:nth-of-type(2) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:nth-of-type(3) {
    opacity: 0;
  }

  .menu-button[aria-expanded="true"] span:nth-of-type(4) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 101;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 23px;
    padding: 85px 32px 40px;
    background: var(--forest-deep);
    color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, visibility 180ms ease;
  }

  .site-nav.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav a {
    font-family: var(--serif);
    font-size: 32px;
    font-weight: 500;
  }

  .site-nav .nav-contact {
    margin-top: 10px;
    border-color: rgba(255, 255, 255, 0.5);
    font-family: var(--sans);
    font-size: 14px;
    font-weight: 750;
  }

  .hero {
    min-height: 840px;
  }

  .hero-inner {
    min-height: 780px;
    padding-top: 104px;
    padding-bottom: 80px;
  }

  .hero h1 {
    font-size: clamp(47px, 14vw, 67px);
  }

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

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .identity-card {
    margin-bottom: 52px;
  }

  .values-list {
    justify-content: flex-start;
    gap: 13px;
    overflow-x: auto;
    font-size: 13px;
    scrollbar-width: none;
  }

  .section {
    padding: 88px 0;
  }

  .mission-grid,
  .history-grid,
  .approach-wrap,
  .organization-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 43px;
  }

  .section-heading h2,
  .contact-copy h2,
  .history-intro h2,
  .organization-copy h2 {
    font-size: clamp(39px, 11vw, 53px);
  }

  .mission-copy .lead {
    font-size: 23px;
  }

  .work-grid {
    grid-template-columns: 1fr;
    margin-top: 45px;
  }

  .work-card {
    min-height: auto;
    padding-bottom: 42px;
  }

  .work-card h3 {
    margin-top: 48px;
  }

  .history-intro {
    position: static;
  }

  .timeline {
    margin-left: 5px;
    padding-left: 30px;
  }

  .timeline-marker {
    left: -36px;
  }

  .principle {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .organization-details {
    padding: 8px 23px;
  }

  .organization-details div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .external-profiles {
    padding: 23px;
  }

  .contact-section {
    padding: 86px 0;
  }

  .footer-top,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-top nav {
    gap: 17px 22px;
  }
}

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

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