@font-face {
  font-family: "TP Chinese";
  src: url("/assets/fonts/NotoSansSC-tpp.ttf") format("truetype");
  font-display: swap;
}

:root {
  --ink: #17211d;
  --forest: #102c24;
  --forest-2: #173c31;
  --ivory: #f4f0e7;
  --paper: #faf8f2;
  --sand: #ddd4c3;
  --line: rgba(23, 33, 29, 0.2);
  --wine: #6b2638;
  --gold: #b29a63;
  --serif: "Newsreader", "Noto Serif", Georgia, serif;
  --sans: "Manrope", "TP Chinese", "Noto Sans SC", Arial, sans-serif;
  --mono: "DM Mono", "TP Chinese", monospace;
  --max: 1480px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ivory);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

html[lang="zh-CN"] body {
  font-family: "TP Chinese", "Noto Sans SC", var(--sans);
}

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

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

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 100;
  padding: 12px 18px;
  color: white;
  background: var(--wine);
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(244, 240, 231, 0.14);
  color: white;
  background: rgba(16, 44, 36, 0.96);
  backdrop-filter: blur(14px);
}

.header-inner {
  width: min(100%, var(--max));
  min-height: 86px;
  margin: 0 auto;
  padding: 0 34px;
  display: grid;
  grid-template-columns: minmax(188px, 250px) minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.brand {
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
  line-height: 1;
}

.brand-tp {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.055em;
}

.brand-amp {
  margin: 0 9px 0 7px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 20px;
  font-style: italic;
}

.brand-partners {
  font-family: var(--serif);
  font-size: 30px;
  letter-spacing: -0.025em;
}

.header-panel {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.header-panel nav {
  display: flex;
  align-items: center;
  gap: clamp(17px, 2vw, 34px);
}

.header-panel nav a,
.header-cta,
.language-links a {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-panel nav a {
  opacity: 0.82;
}

.header-panel nav a:hover,
.header-panel nav a:focus-visible {
  opacity: 1;
}

.language-links {
  display: flex;
  gap: 8px;
  align-items: center;
}

.language-links a {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  overflow: hidden;
  font-size: 10px;
}

.language-links a[aria-current="true"] {
  color: var(--forest);
  background: var(--gold);
  border-color: var(--gold);
}

.header-cta {
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  white-space: nowrap;
}

.header-cta span {
  margin-left: 10px;
  color: var(--gold);
}

.menu-toggle {
  display: none;
}

main {
  width: 100%;
}

.hero {
  min-height: 690px;
  padding: 58px max(34px, calc((100vw - var(--max)) / 2 + 34px)) 35px;
  display: flex;
  flex-direction: column;
  color: var(--ivory);
  background:
    radial-gradient(circle at 84% 24%, rgba(178, 154, 99, 0.12), transparent 25%),
    linear-gradient(135deg, #0e2922 0%, var(--forest) 58%, #15392f 100%);
}

.hero-topline {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  opacity: 0.65;
}

.hero-grid {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.65fr);
  align-items: end;
  gap: clamp(50px, 7vw, 125px);
  padding: clamp(90px, 12vh, 150px) 0 65px;
}

.home-hero .hero-grid {
  justify-content: flex-start;
  align-items: flex-start;
}

.home-hero .hero-title > .eyebrow {
  margin: -2px 0 20px;
}

.eyebrow {
  margin: 0 0 20px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.eyebrow:not(.vypc-hero-eyebrow) {
  font-weight: 500;
}

.hero h1 {
  max-width: 940px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(68px, 8.2vw, 132px);
  font-weight: 400;
  line-height: 0.89;
  letter-spacing: -0.055em;
  overflow-wrap: anywhere;
}

.project-hero h1 {
  font-size: clamp(58px, 6.7vw, 106px);
}

.hero-statement {
  padding-left: 28px;
  border-left: 1px solid rgba(244, 240, 231, 0.28);
}

.hero-statement .mandate {
  margin: 0 0 24px;
  color: white;
  font-family: var(--serif);
  font-size: clamp(23px, 2.15vw, 34px);
  line-height: 1.13;
}

.hero-statement .intro {
  margin: 0 0 30px;
  color: rgba(244, 240, 231, 0.72);
  font-size: 14px;
  line-height: 1.7;
}

.hero-rule {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}

.hero-rule span {
  height: 1px;
  background: rgba(244, 240, 231, 0.25);
}

.hero-rule i {
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border: 1px solid var(--gold);
}

.button {
  min-height: 48px;
  width: fit-content;
  padding: 14px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--forest);
  color: white;
  background: var(--forest);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.button:hover,
.button:focus-visible {
  color: white;
  background: var(--wine);
  border-color: var(--wine);
}

.button-light {
  color: var(--forest);
  background: var(--ivory);
  border-color: var(--ivory);
}

.text-action {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: clamp(80px, 10vw, 145px) 34px;
  border-bottom: 1px solid var(--line);
}

.section-intro,
.project-mandate {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: clamp(40px, 8vw, 140px);
}

.section-label span,
.section-heading > div:first-child > span {
  display: block;
  margin-bottom: 13px;
  color: var(--wine);
  font-family: var(--mono);
  font-size: 12px;
}

.section-label p {
  margin: 0;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.statement-copy h2,
.section-heading h2,
.founder h2,
.contact-panel h2,
.access-section h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(44px, 5vw, 78px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.045em;
  overflow-wrap: anywhere;
}

.statement-copy p {
  max-width: 850px;
  margin: 35px 0 0;
  color: #4a554f;
  font-family: var(--serif);
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.3;
}

.section-heading {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: clamp(30px, 8vw, 130px);
  align-items: start;
}

.section-heading > div:last-child > p {
  max-width: 720px;
  margin: 25px 0 0;
  color: #5e6963;
}

.project-list {
  border-top: 1px solid var(--ink);
}

.project-card {
  min-height: 310px;
  padding: 38px 0;
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) minmax(200px, 0.45fr);
  gap: 40px;
  align-items: start;
  border-bottom: 1px solid var(--line);
  transition: background 180ms ease, padding 180ms ease;
}

.project-card:hover,
.project-card:focus-visible {
  padding-left: 22px;
  padding-right: 22px;
  background: var(--paper);
}

.card-index {
  color: var(--wine);
  font-family: var(--mono);
  font-size: 12px;
}

.card-copy h3 {
  max-width: 800px;
  margin: 5px 0 20px;
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 62px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
}

.card-copy > p:not(.eyebrow) {
  max-width: 720px;
  color: #5a655f;
}

.card-link {
  display: inline-block;
  margin-top: 22px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.card-mark {
  min-height: 210px;
  padding: 24px;
  display: grid;
  place-items: center;
  color: var(--gold);
  background: var(--forest);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
}

.image-mark {
  background: #efe7da;
}

.image-mark img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}

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

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.process-grid article {
  min-height: 260px;
  padding: 30px 28px 35px;
  border-right: 1px solid var(--line);
}

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

.process-grid small,
.workstream-grid small,
.library-rules small {
  color: var(--wine);
  font-family: var(--mono);
  font-size: 11px;
}

.process-grid h3,
.workstream-grid h3,
.library-rules h3 {
  margin: 55px 0 14px;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
}

.process-grid p,
.workstream-grid p,
.library-rules p {
  margin: 0;
  color: #5d6862;
  font-size: 14px;
}

.founder {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(50px, 9vw, 145px);
  align-items: center;
}

.founder-visual {
  min-height: 590px;
  display: grid;
  place-items: end center;
  overflow: hidden;
  background: linear-gradient(145deg, #d8cdb8, #a99f8c);
}

.founder-visual img {
  width: 100%;
  height: 590px;
  object-fit: cover;
  object-position: center top;
}

.founder-copy > p:not(.eyebrow) {
  max-width: 720px;
  margin: 35px 0;
  color: #4f5a54;
  font-family: var(--serif);
  font-size: clamp(22px, 2.3vw, 32px);
}

.action-row {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  align-items: center;
}

.contact-panel {
  width: min(100%, var(--max));
  min-height: 440px;
  margin: 0 auto;
  padding: clamp(75px, 9vw, 125px) 34px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(40px, 10vw, 150px);
  align-items: center;
  color: var(--ivory);
  background: var(--wine);
}

.contact-panel > div:last-child > p {
  margin: 0 0 32px;
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.3;
}

.light-action {
  color: white;
}

.project-mandate {
  grid-template-columns: 150px minmax(0, 1fr) minmax(210px, 0.42fr);
}

.project-signal,
.project-logo {
  min-height: 280px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  color: var(--gold);
  background: var(--forest);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.project-signal i {
  height: 1px;
  transform: rotate(-10deg);
  transform-origin: left;
  background: var(--gold);
}

.project-logo {
  display: grid;
  place-items: center;
  background: #eee4d3;
}

.project-logo img {
  width: 100%;
  height: 210px;
  object-fit: contain;
}

.featured-project {
  color: var(--ivory);
  background: var(--forest);
}

.featured-project .section-heading {
  align-items: end;
}

.featured-project .section-heading h2 {
  color: white;
}

.featured-project .section-heading p {
  color: rgba(244, 240, 231, 0.72);
  font-family: var(--serif);
  font-size: clamp(21px, 2.1vw, 31px);
  line-height: 1.35;
}

.feature-disclaimer {
  padding-top: 25px;
  border-top: 1px solid rgba(244, 240, 231, 0.2);
  color: var(--gold);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
}

.workstream-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
}

.workstream-grid article {
  min-height: 330px;
  padding: 30px 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.workstream-grid article:nth-child(3n) {
  border-right: 0;
}

.workstream-grid h3 {
  margin-top: 45px;
  font-size: 27px;
}

.workstream-grid p {
  font-size: 15px;
}

.evidence-section {
  background: #ebe5d9;
}

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

.document-card {
  min-height: 175px;
  padding: 25px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 20px;
  align-content: start;
  border: 1px solid rgba(23, 33, 29, 0.28);
  background: var(--paper);
}

.document-card:hover,
.document-card:focus-visible {
  border-color: var(--wine);
}

.file-type {
  min-width: 54px;
  padding: 7px 8px;
  align-self: start;
  text-align: center;
  color: white;
  background: var(--wine);
  font-family: var(--mono);
  font-size: 10px;
}

.document-card h3 {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
}

.document-card p {
  margin: 0;
  color: #637069;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.document-card b {
  grid-column: 2;
  align-self: end;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.empty-note {
  padding: 35px;
  border: 1px dashed rgba(23, 33, 29, 0.35);
  color: #667169;
  background: rgba(255, 255, 255, 0.45);
}

.controlled-note {
  margin-top: 22px;
  padding: 30px;
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 30px;
  border-top: 1px solid var(--ink);
}

.controlled-note > span {
  color: var(--wine);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.controlled-note h3 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 27px;
}

.controlled-note p {
  max-width: 780px;
  margin: 0;
  color: #59645e;
}

.access-section {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(45px, 9vw, 130px);
}

.access-section > div > p:last-child {
  color: #5d6862;
}

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

form label {
  display: grid;
  gap: 9px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

form .wide,
form button {
  grid-column: 1 / -1;
}

input,
textarea {
  width: 100%;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
  outline: none;
  background: transparent;
}

input:focus,
textarea:focus {
  border-color: var(--wine);
  box-shadow: 0 2px 0 var(--wine);
}

.hidden-field {
  position: absolute;
  left: -9999px;
}

.library-section {
  padding-bottom: 20px;
  border-bottom: 0;
}

.library-section .evidence-section {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
}

.library-section .evidence-section > .section-heading,
.library-section .evidence-section > .controlled-note {
  display: none;
}

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

.library-rules article {
  min-height: 310px;
  padding: 35px;
  border-top: 1px solid var(--ink);
  border-right: 1px solid var(--line);
}

.library-rules article:last-child {
  border-right: 0;
}

.thanks-section {
  min-height: 440px;
  display: grid;
  place-items: center;
  text-align: center;
}

.thanks-section h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 55px;
  font-weight: 400;
}

.thanks-section p {
  max-width: 620px;
  margin: 25px auto;
}

.site-footer {
  color: var(--ivory);
  background: #0b201a;
}

.footer-grid {
  width: min(100%, var(--max));
  min-height: 310px;
  margin: 0 auto;
  padding: 70px 34px;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(190px, 0.6fr) minmax(190px, 0.6fr);
  gap: 60px;
}

.footer-grid > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}

.footer-grid p {
  margin: 20px 0 0;
  color: rgba(244, 240, 231, 0.62);
  font-family: var(--serif);
  font-size: 25px;
}

.footer-grid > div > span,
.footer-grid small {
  color: var(--gold);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
}

.footer-grid a:not(.brand) {
  font-size: 13px;
}

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

  .header-panel nav {
    gap: 15px;
  }

  .header-panel nav a {
    font-size: 9px;
  }

  .header-cta {
    display: none;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(310px, 0.85fr);
  }

  .project-card {
    grid-template-columns: 70px minmax(0, 1fr) 220px;
  }

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

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

  .process-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .project-mandate {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .project-mandate > :last-child {
    grid-column: 2;
  }
}

@media (max-width: 820px) {
  .site-header {
    position: sticky;
  }

  .header-inner {
    min-height: 72px;
    padding: 0 20px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
  }

  .brand-tp {
    font-size: 27px;
  }

  .brand-partners {
    font-size: 27px;
  }

  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    border: 0;
    color: white;
    background: transparent;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .menu-toggle i {
    width: 18px;
    height: 12px;
    border-top: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
  }

  .header-panel {
    position: absolute;
    top: 72px;
    right: 0;
    left: 0;
    display: none;
    padding: 25px 20px 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: var(--forest);
  }

  .site-header.menu-open .header-panel {
    display: block;
  }

  .header-panel nav {
    display: grid;
    gap: 0;
  }

  .header-panel nav a {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 11px;
  }

  .language-links {
    margin-top: 22px;
    display: flex;
  }

  .hero {
    min-height: 690px;
    padding: 35px 20px 25px;
  }

  .hero-topline {
    font-size: 9px;
  }

  .hero-topline span:last-child {
    display: none;
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    gap: 55px;
    padding: 70px 0 45px;
  }

  .hero h1,
  .project-hero h1 {
    font-size: clamp(54px, 17vw, 82px);
    line-height: 0.92;
  }

  .hero-statement {
    padding: 0;
    border-left: 0;
  }

  .hero-statement .mandate {
    font-size: 24px;
  }

  .section {
    padding: 75px 20px;
  }

  .section-intro,
  .project-mandate,
  .section-heading,
  .founder,
  .contact-panel,
  .access-section {
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
  }

  .section-heading {
    margin-bottom: 42px;
  }

  .statement-copy h2,
  .section-heading h2,
  .founder h2,
  .contact-panel h2,
  .access-section h2 {
    font-size: clamp(42px, 13vw, 64px);
  }

  .statement-copy p {
    font-size: 23px;
  }

  .project-card {
    min-height: 0;
    padding: 28px 0 38px;
    grid-template-columns: 45px minmax(0, 1fr);
    gap: 15px;
  }

  .project-card:hover,
  .project-card:focus-visible {
    padding-left: 12px;
    padding-right: 12px;
  }

  .card-mark {
    min-height: 150px;
    grid-column: 2;
  }

  .process-grid,
  .workstream-grid,
  .document-grid,
  .library-rules {
    grid-template-columns: minmax(0, 1fr);
  }

  .process-grid article,
  .process-grid article:nth-child(2),
  .workstream-grid article,
  .workstream-grid article:nth-child(3n),
  .library-rules article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-grid h3,
  .workstream-grid h3 {
    margin-top: 30px;
  }

  .founder-visual,
  .founder-visual img {
    min-height: 430px;
    height: 430px;
  }

  .founder-copy > p:not(.eyebrow) {
    font-size: 23px;
  }

  .contact-panel {
    min-height: 490px;
    padding: 75px 20px;
  }

  .project-mandate > :last-child {
    grid-column: 1;
  }

  .project-signal,
  .project-logo {
    min-height: 230px;
  }

  .controlled-note {
    padding: 24px 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 15px;
  }

  form {
    grid-template-columns: minmax(0, 1fr);
  }

  form .wide,
  form button {
    grid-column: 1;
  }

  .footer-grid {
    min-height: 0;
    padding: 60px 20px;
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
  }
}

@media (max-width: 420px) {
  .brand-tp {
    font-size: 25px;
  }

  .brand-partners {
    font-size: 25px;
  }

  .brand-amp {
    margin: 0 7px 0 5px;
    font-size: 17px;
  }

  .hero h1,
  .project-hero h1 {
    font-size: clamp(47px, 15.5vw, 66px);
  }

  .action-row {
    align-items: stretch;
    flex-direction: column;
  }

  .action-row .button {
    width: 100%;
  }

  .document-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .document-card b {
    grid-column: 1;
  }
}

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

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