:root {
  --ink: #111312;
  --ink-soft: #232624;
  --paper: #f5f6f3;
  --white: #ffffff;
  --line: #cfd3ce;
  --line-dark: #393d3a;
  --muted: #626862;
  --muted-light: #aeb5af;
  --coral: #ff654a;
  --coral-dark: #bd2f1b;
  --teal: #08776f;
  --mint: #cde9df;
  --yellow: #f5d55b;
  --header-height: 72px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

body,
button,
a,
summary {
  letter-spacing: 0;
}

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

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

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

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

ul,
ol {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3 {
  line-height: 1.08;
  letter-spacing: 0;
}

h1,
h2 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

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

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--white);
  color: var(--ink);
  border: 2px solid var(--ink);
  transform: translateY(-160%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-height);
  background: rgba(245, 246, 243, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.header-inner {
  width: min(1280px, calc(100% - 40px));
  height: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  font-weight: 800;
}

.brand-mark {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--white);
  border-radius: 4px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  line-height: 1;
}

.brand-name {
  font-size: 18px;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
}

.nav-links a {
  color: #3e433f;
  font-size: 13px;
  font-weight: 600;
}

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

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 2px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

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

.button:focus-visible,
.text-link:focus-visible,
.nav-links a:focus-visible,
.brand:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

.button-small {
  min-height: 40px;
  padding-inline: 17px;
  font-size: 13px;
}

.button-dark {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
}

.button-dark:hover {
  background: var(--teal);
  border-color: var(--teal);
}

.button-accent {
  background: var(--coral);
  color: var(--ink);
  border-color: var(--coral);
}

.button-accent:hover {
  background: var(--white);
  border-color: var(--white);
}

.button-wide {
  min-width: 230px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border-bottom: 1px solid currentColor;
  font-size: 14px;
  font-weight: 700;
}

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

.hero {
  position: relative;
  min-height: min(700px, calc(100svh - var(--header-height) - 124px));
  overflow: hidden;
  background: #0a0c0b;
  color: var(--white);
}

.hero picture {
  position: absolute;
  inset: 0;
}

.hero-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(5, 8, 7, 0.62);
}

.hero-content {
  position: relative;
  z-index: 2;
  min-height: min(700px, calc(100svh - var(--header-height) - 124px));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-block: 72px 96px;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--teal);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow-light {
  color: var(--mint);
}

.eyebrow-coral {
  color: var(--coral);
}

.eyebrow-dark {
  color: var(--ink);
}

.hero h1 {
  max-width: 900px;
  font-size: 68px;
  font-weight: 800;
}

.hero-lede {
  max-width: 680px;
  margin-top: 24px;
  color: #e2e8e3;
  font-size: 20px;
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 34px;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  gap: 0;
  width: min(720px, 100%);
  margin-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.hero-facts > div {
  min-height: 82px;
  padding: 16px 22px 4px 0;
}

.hero-facts > div + div {
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.hero-facts dt {
  color: var(--muted-light);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  text-transform: uppercase;
}

.hero-facts dd {
  margin-top: 3px;
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
}

.hero-assurance {
  position: relative;
  z-index: 2;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: var(--mint);
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
}

.hero-assurance span {
  padding-inline: 38px;
}

.hero-assurance span + span {
  border-left: 1px solid rgba(17, 19, 18, 0.35);
}

.section {
  padding-block: 112px;
}

.section-heading {
  max-width: 650px;
}

.section-heading-wide {
  max-width: 900px;
}

.section-heading h2 {
  font-size: 48px;
  font-weight: 800;
}

.section-heading > p:last-child {
  max-width: 720px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 18px;
}

.section-heading-inverse h2 {
  color: var(--white);
}

.section-heading-inverse > p:last-child {
  color: var(--muted-light);
}

.section-intro {
  background: var(--paper);
  padding-top: 48px;
}

.cycle-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 72px;
  list-style: none;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.cycle-list li {
  min-height: 310px;
  padding: 24px 28px 30px 0;
}

.cycle-list li + li {
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.step-number {
  color: var(--teal);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 600;
}

.cycle-list h3 {
  margin-top: 76px;
  font-size: 27px;
}

.cycle-list p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 15px;
}

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

.deliverable-list {
  margin-top: 70px;
  border-top: 1px solid var(--line-dark);
}

.deliverable-row {
  display: grid;
  grid-template-columns: 62px minmax(230px, 0.7fr) 1fr;
  gap: 28px;
  align-items: start;
  padding-block: 28px;
  border-bottom: 1px solid var(--line-dark);
}

.deliverable-row > span {
  color: var(--coral);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
}

.deliverable-row h3 {
  font-size: 24px;
}

.deliverable-row p {
  color: var(--muted-light);
}

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

.scorecard-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(620px, 1.28fr);
  gap: 72px;
  align-items: center;
}

.section-heading .sample-note {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

.scorecard {
  border: 1px solid var(--ink);
  border-radius: 6px;
  overflow: hidden;
  background: var(--paper);
}

.scorecard figcaption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 68px;
  padding: 14px 18px;
  background: var(--ink);
  color: var(--white);
}

.scorecard figcaption span {
  font-weight: 700;
}

.scorecard figcaption small {
  color: var(--mint);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  text-transform: uppercase;
}

.scorecard-header,
.scorecard-row {
  display: grid;
  grid-template-columns: minmax(210px, 2fr) repeat(4, minmax(70px, 0.55fr));
  align-items: center;
}

.scorecard-header {
  min-height: 44px;
  padding-inline: 18px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  text-transform: uppercase;
}

.scorecard-row {
  min-height: 76px;
  padding-inline: 18px;
  border-bottom: 1px solid var(--line);
  background: var(--white);
  font-size: 12px;
}

.scorecard-row strong {
  padding-right: 14px;
  font-size: 14px;
}

.scorecard-row span {
  color: var(--muted);
}

.scorecard-row-selected {
  box-shadow: inset 5px 0 0 var(--coral);
  background: #fff5f2;
}

.scorecard-decision {
  padding: 22px 24px;
  background: var(--mint);
}

.scorecard-decision p {
  color: var(--teal);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  text-transform: uppercase;
}

.scorecard-decision strong,
.scorecard-decision span {
  display: block;
}

.scorecard-decision strong {
  margin-top: 5px;
  font-size: 20px;
}

.scorecard-decision span {
  margin-top: 3px;
  color: #3e514c;
  font-size: 13px;
}

.membership-band {
  padding-block: 72px;
  background: var(--coral);
}

.membership-layout {
  display: grid;
  grid-template-columns: 1.15fr auto auto;
  gap: 48px;
  align-items: center;
}

.membership-layout h2 {
  max-width: 570px;
  font-size: 38px;
}

.membership-layout > div:first-child > p:last-child {
  max-width: 590px;
  margin-top: 14px;
  color: #52251e;
}

.membership-price {
  min-width: 160px;
  padding-left: 34px;
  border-left: 1px solid rgba(17, 19, 18, 0.35);
}

.membership-price span {
  display: block;
}

.membership-price .price {
  font-size: 43px;
  font-weight: 800;
  line-height: 1;
}

.membership-price .cadence {
  margin-top: 7px;
  font-size: 13px;
  font-weight: 700;
}

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

.scope-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  margin-top: 70px;
  padding-top: 34px;
  border-top: 1px solid var(--ink);
}

.scope-grid h3 {
  margin-bottom: 26px;
  font-size: 24px;
}

.check-list,
.minus-list {
  list-style: none;
}

.check-list li,
.minus-list li {
  position: relative;
  min-height: 46px;
  padding: 10px 8px 10px 34px;
  border-bottom: 1px solid var(--line);
}

.check-list li::before,
.minus-list li::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 600;
}

.check-list li::before {
  content: "+";
  background: var(--mint);
  color: var(--teal);
}

.minus-list li::before {
  content: "-";
  background: #ffd9d1;
  color: var(--coral-dark);
}

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

.process-list {
  margin-top: 70px;
  list-style: none;
  border-top: 1px solid var(--ink);
}

.process-list li {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 40px;
  padding-block: 28px;
  border-bottom: 1px solid var(--line);
}

.process-list > li > span {
  color: var(--teal);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.process-list h3 {
  font-size: 23px;
}

.process-list p {
  max-width: 760px;
  margin-top: 8px;
  color: var(--muted);
}

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

.fit-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}

.fit-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.fit-columns > div {
  padding: 28px 30px 0 0;
}

.fit-columns > div + div {
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.fit-columns h3 {
  font-size: 22px;
}

.fit-columns p {
  margin-top: 14px;
  color: #d5eee8;
  font-size: 14px;
}

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

.faq-layout {
  display: grid;
  grid-template-columns: 0.55fr 1fr;
  gap: 90px;
  align-items: start;
}

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

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 24px 52px 24px 0;
  cursor: pointer;
  list-style: none;
  font-size: 17px;
  font-weight: 700;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 20px;
  right: 0;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
}

.faq-list details[open] summary::after {
  content: "-";
  background: var(--ink);
  color: var(--white);
}

.faq-list details p {
  max-width: 720px;
  padding: 0 52px 24px 0;
  color: var(--muted);
}

.final-cta {
  padding-block: 96px;
  background: var(--ink);
  color: var(--white);
}

.final-cta-layout {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 80px;
  align-items: end;
}

.final-cta h2 {
  max-width: 760px;
  font-size: 48px;
}

.final-cta-action {
  min-width: 270px;
}

.final-cta-action p {
  margin-bottom: 22px;
  color: var(--muted-light);
  font-size: 13px;
}

.final-cta-action strong {
  color: var(--white);
  font-size: 18px;
}

.site-footer {
  padding-block: 54px 32px;
  background: #070807;
  color: var(--white);
  border-top: 1px solid var(--line-dark);
}

.footer-layout {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 44px 80px;
  align-items: start;
}

.brand-footer .brand-mark {
  background: var(--coral);
  color: var(--ink);
}

.footer-layout > div > p {
  max-width: 440px;
  margin-top: 16px;
  color: var(--muted-light);
  font-size: 13px;
}

.footer-layout nav {
  display: flex;
  gap: 26px;
  font-size: 13px;
  font-weight: 600;
}

.footer-layout nav a:hover,
.footer-layout nav a:focus-visible {
  color: var(--coral);
}

.footer-meta {
  grid-column: 1 / -1;
  padding-top: 28px;
  border-top: 1px solid #282b29;
  color: #777d78;
  font-size: 11px;
}

@media (max-width: 1040px) {
  .nav-links {
    gap: 16px;
  }

  .nav-links a:nth-child(3),
  .nav-links a:nth-child(4) {
    display: none;
  }

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

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

  .cycle-list li {
    min-height: 250px;
    border-bottom: 1px solid var(--line);
  }

  .cycle-list li:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .cycle-list h3 {
    margin-top: 48px;
  }

  .scorecard-layout {
    grid-template-columns: 1fr;
  }

  .scorecard-layout .section-heading {
    max-width: 820px;
  }

  .membership-layout {
    grid-template-columns: 1fr auto;
  }

  .membership-layout .button {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .fit-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

@media (min-width: 781px) and (max-height: 800px) {
  .hero-content {
    padding-block: 42px 54px;
  }

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

  .hero-lede {
    margin-top: 18px;
    font-size: 18px;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .hero-facts {
    margin-top: 28px;
  }
}

@media (max-width: 780px) {
  :root {
    --header-height: 64px;
  }

  .container {
    width: min(100% - 32px, 680px);
  }

  .header-inner {
    width: calc(100% - 24px);
    grid-template-columns: 1fr auto;
    gap: 14px;
  }

  .nav-links {
    display: none;
  }

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

  .brand-name {
    font-size: 16px;
  }

  .button-small {
    min-height: 38px;
    padding-inline: 13px;
    font-size: 12px;
  }

  .hero,
  .hero-content {
    min-height: calc(100svh - var(--header-height) - 104px);
  }

  .hero-media {
    object-position: 58% center;
  }

  .hero-overlay {
    background: rgba(5, 8, 7, 0.7);
  }

  .hero-content {
    padding-block: 58px 72px;
  }

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

  .hero-lede {
    max-width: 540px;
    margin-top: 20px;
    font-size: 17px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 28px;
  }

  .hero-facts {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .hero-facts > div {
    min-height: auto;
    display: grid;
    grid-template-columns: 130px 1fr;
    align-items: center;
    padding: 11px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .hero-facts > div + div {
    padding-left: 0;
    border-left: 0;
  }

  .hero-facts dd {
    margin-top: 0;
  }

  .hero-assurance {
    min-height: 54px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    overflow: visible;
    white-space: normal;
    font-size: 10px;
    line-height: 1.3;
    text-align: center;
  }

  .hero-assurance span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 8px;
  }

  .section {
    padding-block: 76px;
  }

  .section-intro {
    padding-top: 32px;
  }

  .section-heading h2,
  .final-cta h2 {
    font-size: 37px;
  }

  .section-heading > p:last-child {
    font-size: 16px;
  }

  .cycle-list {
    grid-template-columns: 1fr;
    margin-top: 52px;
  }

  .cycle-list li,
  .cycle-list li + li,
  .cycle-list li:nth-child(3) {
    min-height: auto;
    padding: 22px 0 28px;
    border-left: 0;
  }

  .cycle-list h3 {
    margin-top: 24px;
  }

  .deliverable-list {
    margin-top: 52px;
  }

  .deliverable-row {
    grid-template-columns: 38px 1fr;
    gap: 10px 14px;
  }

  .deliverable-row p {
    grid-column: 2;
  }

  .scorecard-layout {
    gap: 48px;
  }

  .scorecard {
    overflow-x: auto;
  }

  .scorecard figcaption,
  .scorecard-header,
  .scorecard-row,
  .scorecard-decision {
    min-width: 660px;
  }

  .membership-band {
    padding-block: 60px;
  }

  .membership-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .membership-layout h2 {
    font-size: 34px;
  }

  .membership-price {
    padding: 22px 0 0;
    border-top: 1px solid rgba(17, 19, 18, 0.35);
    border-left: 0;
  }

  .membership-layout .button {
    grid-column: auto;
    width: 100%;
  }

  .scope-grid {
    grid-template-columns: 1fr;
    gap: 52px;
    margin-top: 52px;
  }

  .process-list {
    margin-top: 52px;
  }

  .process-list li {
    grid-template-columns: 90px 1fr;
    gap: 20px;
  }

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

  .fit-columns > div,
  .fit-columns > div + div {
    padding: 26px 0;
    border-left: 0;
  }

  .fit-columns > div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.35);
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .final-cta {
    padding-block: 76px;
  }

  .final-cta-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .final-cta-action {
    min-width: 0;
  }

  .final-cta-action .button {
    width: 100%;
  }

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

  .footer-layout nav {
    flex-direction: column;
    gap: 14px;
  }
}

@media (max-width: 780px) and (max-height: 720px) {
  .hero,
  .hero-content {
    min-height: calc(100svh - var(--header-height) - 98px);
  }

  .hero-content {
    padding-block: 28px 32px;
  }

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

  .hero-lede {
    margin-top: 14px;
    font-size: 14px;
  }

  .hero-actions {
    margin-top: 18px;
  }

  .hero-actions .text-link {
    display: none;
  }

  .hero-facts {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 18px;
  }

  .hero-facts > div,
  .hero-facts > div + div {
    min-height: 70px;
    display: block;
    padding: 8px 7px;
    border-bottom: 0;
  }

  .hero-facts > div + div {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }

  .hero-facts dt {
    font-size: 9px;
  }

  .hero-facts dd {
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.3;
  }
}

@media (max-width: 360px) and (max-height: 600px) {
  .hero-content {
    padding-block: 14px 16px;
  }

  .hero .eyebrow {
    margin-bottom: 8px;
    font-size: 10px;
  }

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

  .hero-lede {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.35;
  }

  .hero-actions {
    margin-top: 12px;
  }

  .hero-actions .button {
    min-height: 40px;
  }

  .hero-facts {
    margin-top: 10px;
  }

  .hero-facts > div,
  .hero-facts > div + div {
    min-height: 54px;
    padding-block: 5px;
  }

  .hero-assurance {
    min-height: 42px;
    font-size: 9px;
  }

  .hero-assurance span {
    padding-block: 5px;
  }

  .section-intro {
    padding-top: 0;
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: 36px;
  }

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

  .hero-facts > div {
    grid-template-columns: 112px 1fr;
  }

  .section-heading h2,
  .final-cta h2 {
    font-size: 32px;
  }

  .deliverable-row h3 {
    font-size: 21px;
  }

  .process-list li {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 360px) and (max-height: 600px) {
  .hero h1 {
    font-size: 27px;
  }

  .hero-lede {
    font-size: 13px;
    line-height: 1.35;
  }
}

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

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