﻿:root {
  color-scheme: light;
  --paper: #f3e8d4;
  --paper-light: #fff9ef;
  --paper-deep: #dfcfb4;
  --ink: #251b17;
  --ink-soft: #5e4c42;
  --maroon: #65150f;
  --maroon-dark: #430c08;
  --rust: #c95124;
  --rust-dark: #963617;
  --teal: #337f7b;
  --teal-dark: #174e4b;
  --teal-deep: #103d3b;
  --gold: #e7a541;
  --cream: #f8e8c8;
  --white: #ffffff;
  --line: #cbb99e;
  --wrap: 1180px;
  --heading: "Arial Black", "Franklin Gothic Heavy", "Helvetica Neue", Arial, sans-serif;
  --body: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper-light);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

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

button,
a {
  font: inherit;
}

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

p,
h1,
h2,
h3,
blockquote,
figure,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: var(--heading);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

h2 {
  font-size: clamp(2.55rem, 5.2vw, 5.25rem);
}

h3 {
  font-size: clamp(1.65rem, 3vw, 2.75rem);
}

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 0.7rem 1rem;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-160%);
}

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

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

.crisis-bar {
  color: var(--white);
  background: var(--teal-deep);
  font-size: 0.84rem;
}

.crisis-bar__inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.crisis-bar p {
  line-height: 1.35;
}

.crisis-bar a {
  font-weight: 800;
}

.crisis-bar__link {
  flex: 0 0 auto;
}

.site-header {
  position: relative;
  z-index: 20;
  color: var(--ink);
  background: var(--paper-light);
  border-bottom: 2px solid var(--ink);
}

.nav {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  color: var(--ink);
  text-decoration: none;
}

.brand img {
  width: 66px;
  height: 66px;
  object-fit: cover;
  border: 2px solid var(--ink);
}

.brand__text {
  display: grid;
  line-height: 0.95;
  text-transform: uppercase;
}

.brand__text strong {
  font-family: var(--heading);
  font-size: 1.05rem;
  letter-spacing: -0.04em;
}

.brand__text small {
  margin-top: 0.25rem;
  color: var(--rust-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.28em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}

.nav-links a {
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
}

.nav-links > a:not(.nav-donate) {
  padding-block: 0.35rem;
  border-bottom: 2px solid transparent;
}

.nav-links > a:not(.nav-donate):hover {
  color: var(--rust-dark);
  border-bottom-color: var(--rust);
}

.nav-donate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.65rem 1.1rem;
  color: var(--white);
  background: var(--rust);
  border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.nav-donate:hover {
  background: var(--rust-dark);
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--ink);
}

.nav-toggle {
  display: none;
  color: var(--ink);
  background: transparent;
  border: 0;
  font-weight: 900;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  min-height: 700px;
  color: var(--cream);
  background: var(--maroon);
}

.hero__copy {
  display: flex;
  align-items: center;
  padding: 5rem max(3rem, calc((100vw - var(--wrap)) / 2 + 24px));
  padding-right: clamp(3rem, 7vw, 7rem);
}

.hero__copy-inner {
  width: min(680px, 100%);
}

.kicker,
.section-label {
  margin-bottom: 1.25rem;
  color: var(--rust-dark);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1.35;
  text-transform: uppercase;
}

.kicker--light,
.section-label--light {
  color: var(--gold);
}

.hero h1 {
  max-width: 7.7ch;
  font-size: clamp(4.45rem, 8.5vw, 8.8rem);
  text-transform: uppercase;
}

.hero__mission {
  max-width: 620px;
  margin-top: 1.6rem;
  color: #f5dcc2;
  font-size: clamp(1.18rem, 2vw, 1.52rem);
  line-height: 1.45;
}

.hero__mission strong {
  color: var(--gold);
  text-transform: uppercase;
}

.hero__actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.35rem;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.15rem;
  border: 2px solid currentColor;
  font-weight: 900;
  line-height: 1.15;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.button--cream {
  color: var(--ink);
  background: var(--cream);
  box-shadow: 5px 5px 0 var(--rust);
}

.button--cream:hover {
  background: var(--gold);
  transform: translate(2px, 2px);
  box-shadow: 3px 3px 0 var(--rust);
}

.button--ink {
  color: var(--paper-light);
  background: var(--ink);
  box-shadow: 5px 5px 0 var(--rust);
}

.button--ink:hover {
  color: var(--white);
  background: var(--maroon);
  transform: translate(2px, 2px);
  box-shadow: 3px 3px 0 var(--rust);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 900;
}

.text-link--light {
  color: var(--cream);
}

.text-link span {
  transition: transform 150ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.hero__media {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  background: var(--teal-dark);
  border-left: 2px solid var(--ink);
}

.hero__media img {
  width: 100%;
  height: 100%;
  min-height: 700px;
  object-fit: cover;
  object-position: center;
}

.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 14px solid rgba(37, 27, 23, 0.12);
}

.hero__media figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 370px;
  padding: 1rem 1.2rem;
  color: var(--ink);
  background: var(--gold);
  border-top: 2px solid var(--ink);
  border-left: 2px solid var(--ink);
  font-size: 0.9rem;
  font-weight: 900;
}

.identity-strip {
  overflow: hidden;
  color: var(--ink);
  background: var(--rust);
  border-block: 2px solid var(--ink);
}

.identity-strip__track {
  min-width: max-content;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  padding-inline: 1.4rem;
  font-family: var(--heading);
  font-size: 1.05rem;
  line-height: 1;
  text-transform: uppercase;
}

.identity-strip i {
  color: var(--cream);
  font-style: normal;
}

.section {
  padding: 8rem 0;
}

.mission {
  color: var(--ink);
  background: var(--paper-light);
}

.mission__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.mission h2 {
  max-width: 9.5ch;
}

.mission__body {
  display: grid;
  gap: 1.4rem;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.large-copy {
  color: var(--ink);
  font-size: clamp(1.3rem, 2.25vw, 1.75rem);
  font-weight: 700;
  line-height: 1.42;
}

.mission blockquote {
  margin-top: 1.2rem;
  padding: 1.7rem 0 0 1.5rem;
  color: var(--maroon);
  border-top: 5px solid var(--rust);
  border-left: 1px solid var(--line);
}

.mission blockquote p {
  max-width: 30ch;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  font-weight: 700;
  line-height: 1.28;
}

.mission cite {
  display: block;
  margin-top: 0.9rem;
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.work {
  color: var(--cream);
  background: var(--teal-deep);
  border-block: 2px solid var(--ink);
}

.section-heading {
  margin-bottom: 3.5rem;
}

.section-heading--split,
.section-heading--watch {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: clamp(2rem, 8vw, 7rem);
  align-items: end;
}

.section-heading--split h2 {
  max-width: 10ch;
}

.section-heading--split > p {
  padding-bottom: 0.4rem;
  color: #d8ccb7;
  font-size: 1.1rem;
}

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

.work-item {
  position: relative;
  overflow: hidden;
  border: 2px solid var(--ink);
}

.work-item--photo {
  grid-column: span 7;
  color: var(--ink);
  background: var(--paper);
}

.work-item--rust {
  grid-column: span 5;
  display: flex;
  align-items: flex-end;
  min-height: 100%;
  color: var(--cream);
  background: var(--rust-dark);
}

.work-item--paper {
  grid-column: span 12;
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  color: var(--ink);
  background: var(--gold);
}

.work-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-bottom: 2px solid var(--ink);
}

.work-item--paper img {
  height: 100%;
  min-height: 330px;
  border-right: 2px solid var(--ink);
  border-bottom: 0;
}

.work-item__body {
  padding: clamp(1.6rem, 4vw, 3rem);
}

.work-item__number {
  display: block;
  margin-bottom: 2.4rem;
  color: currentColor;
  font-family: var(--heading);
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  opacity: 0.75;
}

.work-item h3 {
  max-width: 14ch;
}

.work-item p {
  max-width: 42rem;
  margin-top: 1rem;
  color: inherit;
  font-size: 1.04rem;
  opacity: 0.88;
}

.work-item .text-link {
  margin-top: 1.6rem;
}

.watch {
  color: var(--ink);
  background: var(--paper);
}

.section-heading--watch h2 {
  max-width: 10ch;
}

.section-heading--watch .button {
  justify-self: end;
  margin-bottom: 0.4rem;
}

.video-grid {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
}

.video-card {
  grid-column: span 3;
  align-self: start;
  display: grid;
  color: var(--ink);
  background: var(--paper-light);
  border: 2px solid var(--ink);
  text-decoration: none;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.video-card--featured {
  grid-column: span 6;
  grid-row: auto;
}

.video-card:hover {
  transform: translate(-4px, -4px);
  box-shadow: 8px 8px 0 var(--rust);
}

.video-card__image {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-bottom: 2px solid var(--ink);
}

.video-card__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 300ms ease;
}

.video-card--featured .video-card__image img {
  aspect-ratio: 16 / 9;
}

.video-card:hover img {
  transform: scale(1.025);
}

.play {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  padding-left: 3px;
  color: var(--cream);
  background: var(--maroon);
  border: 2px solid var(--cream);
  border-radius: 50%;
  box-shadow: 3px 3px 0 var(--ink);
}

.video-card__copy {
  display: grid;
  gap: 0.55rem;
  padding: 1.35rem;
}

.video-card__copy small {
  color: var(--rust-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.video-card__copy strong {
  font-family: var(--heading);
  font-size: clamp(1.25rem, 2.5vw, 2.2rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.video-card__copy > span {
  margin-top: 0.35rem;
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

.support {
  padding: 6rem 0 2.3rem;
  color: var(--cream);
  background: var(--rust-dark);
  border-block: 2px solid var(--ink);
}

.support__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: end;
}

.support h2 {
  max-width: 10ch;
}

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

.support__actions a {
  min-height: 205px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem;
  color: var(--cream);
  border-right: 2px solid var(--cream);
  border-bottom: 2px solid var(--cream);
  text-decoration: none;
}

.support__actions a:hover {
  color: var(--ink);
  background: var(--gold);
}

.support__actions small {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.support__actions strong {
  margin-block: 0.15rem;
  font-family: var(--heading);
  font-size: clamp(3.3rem, 7vw, 5.5rem);
  line-height: 1;
}

.support__actions span {
  max-width: 16ch;
  font-weight: 800;
  line-height: 1.3;
}

.support__note {
  margin-top: 3rem;
  padding-top: 1.25rem;
  color: #f5d3c2;
  border-top: 1px solid rgba(248, 232, 200, 0.45);
  font-size: 0.82rem;
}

.about {
  color: var(--ink);
  background: var(--paper-light);
}

.about__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: start;
}

.about__intro h2 {
  max-width: 10ch;
}

.about__intro > p:not(.section-label) {
  max-width: 38rem;
  margin-top: 1.6rem;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.founder-contact {
  margin-top: 2.3rem;
  padding: 1.4rem 0 1.4rem 1.35rem;
  display: grid;
  gap: 0.2rem;
  border-left: 6px solid var(--rust);
}

.founder-contact span {
  color: var(--ink-soft);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.founder-contact strong {
  font-family: var(--heading);
  font-size: 1.5rem;
}

.founder-contact a {
  width: fit-content;
  font-weight: 800;
}

.facts {
  border-top: 2px solid var(--ink);
}

.facts div {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--line);
}

.facts dt {
  color: var(--rust-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.facts dd {
  font-weight: 800;
  line-height: 1.4;
}

.contact {
  padding: 7rem 0;
  color: var(--cream);
  background: var(--maroon);
  border-top: 2px solid var(--ink);
}

.contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 8vw, 8rem);
}

.contact h2 {
  max-width: 10ch;
}

.contact__body > p {
  max-width: 40rem;
  color: #f0d8c2;
  font-size: 1.12rem;
}

.contact__primary {
  margin-top: 2rem;
  display: grid;
  border-top: 1px solid rgba(248, 232, 200, 0.45);
}

.contact__primary a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.05rem 0;
  border-bottom: 1px solid rgba(248, 232, 200, 0.45);
  font-family: var(--heading);
  font-size: clamp(1.05rem, 2.1vw, 1.5rem);
  line-height: 1.15;
  text-decoration: none;
}

.contact__primary a:hover {
  color: var(--gold);
}

.social-links {
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.4rem;
}

.social-links a {
  font-weight: 900;
}

.site-footer {
  padding: 4rem 0 1.6rem;
  color: #ddd0bf;
  background: var(--ink);
}

.footer__top {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  padding-bottom: 2.5rem;
}

.footer-brand img {
  width: 92px;
  height: 92px;
  object-fit: cover;
  border: 2px solid #ddd0bf;
}

.footer__top > p {
  max-width: 530px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 700;
  line-height: 1.35;
}

.footer__links {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0.35rem 1.2rem;
}

.footer__links a {
  font-weight: 800;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem 2rem;
  padding-top: 1.4rem;
  color: #9f8e80;
  border-top: 1px solid #67574d;
  font-size: 0.76rem;
}

@media (max-width: 980px) {
  .nav {
    min-height: 82px;
  }

  .brand img {
    width: 58px;
    height: 58px;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 0;
  }

  .nav-toggle__lines,
  .nav-toggle__lines::before,
  .nav-toggle__lines::after {
    display: block;
    width: 23px;
    height: 2px;
    background: currentColor;
  }

  .nav-toggle__lines {
    position: relative;
  }

  .nav-toggle__lines::before,
  .nav-toggle__lines::after {
    content: "";
    position: absolute;
    left: 0;
  }

  .nav-toggle__lines::before {
    top: -7px;
  }

  .nav-toggle__lines::after {
    top: 7px;
  }

  .nav-links {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    padding: 1.1rem 24px 1.5rem;
    flex-direction: column;
    gap: 0;
    color: var(--ink);
    background: var(--paper-light);
    border-bottom: 2px solid var(--ink);
    box-shadow: 0 18px 0 rgba(37, 27, 23, 0.1);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links > a:not(.nav-donate) {
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--line);
  }

  .nav-donate {
    margin-top: 1rem;
  }

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

  .hero__copy {
    min-height: auto;
    padding: 5rem 24px;
  }

  .hero__copy-inner {
    width: min(var(--wrap), 100%);
    margin-inline: auto;
  }

  .hero h1 {
    max-width: 9ch;
  }

  .hero__media,
  .hero__media img {
    min-height: 68vw;
    max-height: 760px;
  }

  .hero__media {
    border-top: 2px solid var(--ink);
    border-left: 0;
  }

  .mission__grid,
  .support__grid,
  .about__grid,
  .contact__grid {
    grid-template-columns: 1fr;
  }

  .mission h2,
  .support h2,
  .about__intro h2,
  .contact h2 {
    max-width: 12ch;
  }

  .work-item--photo,
  .work-item--rust,
  .work-item--paper {
    grid-column: span 12;
  }

  .video-card--featured,
  .video-card {
    grid-column: span 6;
    grid-row: auto;
  }

  .video-card:last-child {
    grid-column: 4 / span 6;
  }

  .video-card--featured .video-card__image img {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 720px) {
  .wrap {
    width: min(var(--wrap), calc(100% - 30px));
  }

  .crisis-bar__inner {
    min-height: 52px;
  }

  .crisis-bar__link {
    display: none;
  }

  .brand__text {
    display: none;
  }

  .hero__copy {
    padding: 4.2rem 15px;
  }

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

  .hero__mission {
    font-size: 1.1rem;
  }

  .hero__media,
  .hero__media img {
    min-height: 100vw;
    max-height: none;
  }

  .hero__media figcaption {
    max-width: calc(100% - 28px);
    font-size: 0.78rem;
  }

  .identity-strip__track {
    justify-content: flex-start;
    font-size: 0.9rem;
  }

  .section {
    padding: 5.5rem 0;
  }

  h2 {
    font-size: clamp(2.45rem, 12vw, 4rem);
  }

  .mission__grid {
    gap: 2.5rem;
  }

  .section-heading--split,
  .section-heading--watch {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .section-heading--watch .button {
    justify-self: start;
  }

  .work-grid,
  .video-grid {
    gap: 1rem;
  }

  .work-item--paper {
    grid-template-columns: 1fr;
  }

  .work-item--paper img {
    min-height: 240px;
    border-right: 0;
    border-bottom: 2px solid var(--ink);
  }

  .video-card--featured,
  .video-card,
  .video-card:last-child {
    grid-column: span 12;
  }

  .support {
    padding-top: 5rem;
  }

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

  .support__actions a {
    min-height: 160px;
  }

  .facts div {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }

  .contact__primary a {
    align-items: flex-start;
    overflow-wrap: anywhere;
  }

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

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

  .footer__bottom {
    flex-direction: column;
  }
}

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

.utility-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 3rem 1rem;
  color: var(--ink);
  background: var(--paper);
}

.utility-card {
  width: min(720px, 100%);
  padding: clamp(2rem, 7vw, 5rem);
  background: var(--paper-light);
  border: 2px solid var(--ink);
  box-shadow: 10px 10px 0 var(--rust);
}

.utility-card img {
  width: 84px;
  height: 84px;
  margin-bottom: 2rem;
  border: 2px solid var(--ink);
}

.utility-card h1 {
  max-width: 10ch;
  font-size: clamp(3rem, 9vw, 6rem);
  text-transform: uppercase;
}

.utility-card > p:not(.section-label) {
  max-width: 48ch;
  margin-top: 1.25rem;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.utility-actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
