@font-face {
  font-family: "Atkinson";
  src: url("/assets/fonts/atkinson-hyperlegible-next-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: optional;
}

@font-face {
  font-family: "Bricolage";
  src: url("/assets/fonts/bricolage-grotesque-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: optional;
}

:root {
  --ink: #16201d;
  --ink-soft: #41504b;
  --paper: #f4f7f5;
  --white: #ffffff;
  --aqua-pale: #dcefeb;
  --aqua: #56c6c1;
  --green: #155b4f;
  --green-dark: #0e3934;
  --yellow: #f2d451;
  --yellow-pale: #fff8cf;
  --coral: #df5f48;
  --coral-pale: #f7ded8;
  --blue-pale: #dcecf3;
  --line: #a9bab4;
  --content: 1200px;
  --reading: 760px;
  --edge: 40px;
  color-scheme: light;
  font-family: "Atkinson", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: 0;
}

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

html {
  background: var(--ink);
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
}

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

button,
a {
  font: inherit;
}

button {
  border: 0;
}

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

a:hover {
  text-decoration-thickness: 2px;
}

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

img {
  height: auto;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

figure {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: "Bricolage", Arial, Helvetica, sans-serif;
  font-weight: 650;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  margin-bottom: 24px;
  font-size: 78px;
  line-height: 0.98;
  white-space: nowrap;
}

h2 {
  margin-bottom: 24px;
  font-size: 52px;
  line-height: 1.02;
}

h3 {
  margin-bottom: 12px;
  font-size: 27px;
  line-height: 1.12;
}

p {
  margin-bottom: 20px;
}

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

#main-content:focus {
  outline: 0;
}

::selection {
  background: var(--yellow);
  color: var(--ink);
}

.section-inner {
  width: min(calc(100% - (var(--edge) * 2)), var(--content));
  margin-inline: auto;
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--green);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
  text-transform: uppercase;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  min-height: 48px;
  padding: 11px 16px;
  display: flex;
  align-items: center;
  background: var(--white);
  color: var(--ink);
  border: 2px solid var(--ink);
  transform: translateY(-160%);
}

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

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  min-height: 72px;
  background: rgba(244, 247, 245, 0.98);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  position: relative;
  width: min(calc(100% - (var(--edge) * 2)), var(--content));
  min-height: 72px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 24px;
}

.brand-link {
  min-width: 0;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}

.brand-name {
  flex: 0 0 auto;
  font-family: "Bricolage", Arial, Helvetica, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.crest {
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 50%;
}

.crest img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 50%;
}

.crest-header {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
}

.header-place {
  color: var(--green);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.main-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 15px;
  font-weight: 700;
}

.main-nav a,
.footer-nav a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
}

.menu-button {
  display: none;
}

.hero {
  position: relative;
  min-height: min(680px, calc(100svh - 154px));
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: var(--paper);
  background-image:
    linear-gradient(90deg, rgba(244, 247, 245, 0.98) 0%, rgba(244, 247, 245, 0.94) 54%, rgba(244, 247, 245, 0.72) 78%, rgba(244, 247, 245, 0.16) 100%),
    url("/assets/collage/1440/01-hero-eastside-current-1440.webp");
  background-position: center;
  background-size: cover;
  border-left: 8px solid var(--yellow);
  border-bottom: 1px solid var(--line);
}

.hero-inner {
  position: relative;
  z-index: 2;
  padding-block: 64px 70px;
}

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

.hero-offer {
  max-width: 780px;
  margin-bottom: 24px;
  font-family: "Bricolage", Arial, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 560;
  line-height: 1.14;
  text-wrap: balance;
}

.hero-support {
  max-width: 710px;
  margin-bottom: 32px;
  color: var(--ink-soft);
  font-size: 20px;
  line-height: 1.5;
}

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

.action-link {
  min-height: 50px;
  padding: 11px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--ink);
  border-radius: 3px;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.action-link-primary {
  background: var(--ink);
  color: var(--white);
}

.action-link-secondary {
  background: var(--white);
}

.action-link:hover {
  background: var(--coral);
  color: var(--ink);
}

.hero-crest {
  position: absolute;
  z-index: 1;
  right: max(-120px, calc((100vw - var(--content)) / 2 - 140px));
  bottom: -120px;
  width: 500px;
  height: 500px;
  opacity: 0.16;
  transform: rotate(7deg);
}

.hero-crest img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.work-intro {
  padding-block: 44px 36px;
  background-color: var(--aqua-pale);
  background-image:
    linear-gradient(90deg, rgba(220, 239, 235, 0.96) 0%, rgba(220, 239, 235, 0.9) 52%, rgba(220, 239, 235, 0.42) 100%),
    url("/assets/collage/1440/07-proof-open-material-surround-1440.webp");
  background-position: center 74%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-bottom: 1px solid var(--line);
}

.work-intro h2 {
  margin-bottom: 10px;
}

.work-intro p {
  margin-bottom: 0;
}

.proof-story {
  margin-bottom: 0;
}

.work-chapter {
  border-bottom: 1px solid var(--line);
}

.mokihana {
  padding-block: 72px 96px;
  background: var(--yellow-pale);
}

.proof-caption {
  margin-bottom: 46px;
}

.proof-caption h3 {
  font-size: 38px;
}

.proof-caption p {
  max-width: 740px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 20px;
}

.proof-caption-wide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 48px;
}

.proof-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  align-self: end;
  color: var(--green);
  font-weight: 750;
}

.proof-image {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.mokihana-proof-sequence {
  display: grid;
  justify-items: center;
  gap: 48px;
}

.one-stop {
  padding-block: 96px;
  background: var(--white);
}

.one-stop-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 448px;
  align-items: center;
  gap: 96px;
}

.one-stop-caption {
  margin-bottom: 0;
}

.one-stop-caption .proof-link {
  margin-top: 14px;
}

.one-stop-proof {
  width: 448px;
  max-width: 100%;
}

.owned-product {
  padding-block: 96px;
  background: var(--green-dark);
  color: var(--white);
}

.owned-product .eyebrow {
  color: var(--aqua);
}

.owned-product .proof-caption p {
  color: #dce9e5;
}

.owned-product .proof-caption {
  margin-bottom: 54px;
}

.product-caption {
  margin-top: 14px;
}

.proof-link-light {
  color: var(--yellow);
}

.product-proof {
  width: 100%;
}

.capabilities,
.method,
.project-intake {
  padding-block: 104px;
}

.capabilities {
  background: var(--blue-pale);
}

.section-heading {
  max-width: 900px;
  margin-bottom: 60px;
}

.section-intro {
  max-width: var(--reading);
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 21px;
}

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

.outcome {
  padding-block: 32px;
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
  gap: 64px;
  border-bottom: 1px solid var(--line);
}

.outcome h3,
.outcome p {
  margin-bottom: 0;
}

.outcome p {
  color: var(--ink-soft);
}

.method {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.method-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-block: 1px solid var(--ink);
}

.method-step {
  min-width: 0;
  padding: 30px 24px 34px;
}

.method-step + .method-step {
  border-left: 1px solid var(--line);
}

.method-step h3 {
  font-size: 22px;
}

.method-step p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 16px;
}

.project-intake {
  position: relative;
  isolation: isolate;
  background: var(--coral-pale);
}

.project-intake::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0 0 auto;
  height: min(900px, 75vw);
  pointer-events: none;
  background-image:
    linear-gradient(180deg, rgba(247, 222, 216, 0.08) 0%, rgba(247, 222, 216, 0.16) 70%, var(--coral-pale) 100%),
    linear-gradient(90deg, rgba(247, 222, 216, 0.97) 0%, rgba(247, 222, 216, 0.91) 52%, rgba(247, 222, 216, 0.56) 100%),
    url("/assets/collage/1440/08-start-open-air-threshold-1440.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.project-intake > .section-inner {
  position: relative;
  z-index: 1;
}

.intake-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: rgba(247, 222, 216, 0.88);
  border-block: 1px solid var(--ink);
}

.intake-option {
  min-width: 0;
  padding: 34px 34px 38px;
}

.intake-option + .intake-option {
  border-left: 1px solid #ad8f87;
}

.intake-option h3 {
  font-size: 24px;
}

.intake-option p:last-child {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.intake-price {
  min-height: 58px;
  margin-bottom: 22px;
  color: var(--green);
  font-family: "Bricolage", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.intake-boundary {
  margin: 18px 0 0;
  font-weight: 750;
}

.first-look {
  margin-top: 72px;
  padding-top: 48px;
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1.58fr);
  gap: 64px;
  border-top: 3px solid var(--coral);
}

.first-look h3 {
  margin-bottom: 0;
  font-size: 34px;
}

.first-look-terms {
  margin: 0;
  padding-left: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 52px;
}

.first-look-terms li {
  padding-left: 6px;
}

.founder {
  position: relative;
  overflow: hidden;
  padding-block: 104px;
  background: var(--coral);
  color: var(--ink);
}

.founder-inner {
  position: relative;
  z-index: 2;
  max-width: var(--content);
}

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

.founder h2 {
  max-width: 760px;
}

.founder p:last-child {
  max-width: 740px;
  margin-bottom: 0;
  font-size: 21px;
}

.founder-crest {
  position: absolute;
  z-index: 1;
  right: max(-90px, calc((100vw - var(--content)) / 2 - 110px));
  top: 50%;
  width: 430px;
  height: 430px;
  opacity: 0.2;
  transform: translateY(-50%) rotate(-8deg);
}

.founder-crest img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

.final-action-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  align-items: end;
  gap: 80px;
}

.final-action h2 {
  max-width: 760px;
}

.final-action div > p {
  max-width: 700px;
  margin-bottom: 0;
  color: #d6e3de;
  font-size: 21px;
}

.scheduler-status {
  margin-bottom: 0;
  padding: 22px 0;
  color: var(--yellow);
  border-block: 1px solid #7a8984;
  font-weight: 750;
}

.site-footer {
  padding-block: 54px;
  background: #0b1110;
  color: var(--white);
  border-top: 1px solid #53615d;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  gap: 64px;
}

.footer-copy p {
  margin-bottom: 8px;
  color: #b9c7c2;
}

.footer-identity {
  color: var(--white) !important;
  font-weight: 750;
}

.footer-nav {
  justify-self: end;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 4px 24px;
  font-size: 16px;
}

@media (max-width: 1040px) {
  :root {
    --edge: 32px;
  }

  h1 {
    font-size: 66px;
  }

  h2 {
    font-size: 46px;
  }

  .hero-offer {
    font-size: 34px;
  }

  .one-stop-story {
    gap: 64px;
  }

  .method-step {
    padding-inline: 16px;
  }

  .intake-option {
    padding-inline: 24px;
  }

  .first-look-terms {
    gap: 20px 36px;
  }
}

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

  html[data-js="true"] .header-place {
    display: none;
  }

  html[data-js="true"] .menu-button {
    width: 48px;
    height: 48px;
    padding: 0;
    display: grid;
    place-items: center;
    background: transparent;
    color: var(--ink);
    border: 1px solid var(--line);
    border-radius: 3px;
    cursor: pointer;
  }

  .menu-icon {
    position: relative;
    width: 22px;
    height: 14px;
    display: block;
  }

  .menu-icon i {
    position: absolute;
    left: 0;
    width: 22px;
    height: 2px;
    display: block;
    background: currentColor;
    transition: transform 160ms ease, top 160ms ease;
  }

  .menu-icon i:first-child {
    top: 2px;
  }

  .menu-icon i:last-child {
    top: 10px;
  }

  .menu-button[data-state="open"] .menu-icon i:first-child {
    top: 6px;
    transform: rotate(45deg);
  }

  .menu-button[data-state="open"] .menu-icon i:last-child {
    top: 6px;
    transform: rotate(-45deg);
  }

  html[data-js="true"] .main-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    width: min(360px, calc(100vw - (var(--edge) * 2)));
    padding: 12px;
    display: none;
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: 0 16px 38px rgba(22, 32, 29, 0.14);
  }

  html[data-js="true"] .main-nav[data-open="true"] {
    display: grid;
  }

  html[data-js="true"] .main-nav a {
    padding-inline: 12px;
  }

  html:not([data-js="true"]) .header-inner {
    padding-block: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  html:not([data-js="true"]) .main-nav {
    grid-column: 1 / -1;
    justify-self: stretch;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 16px;
  }

  .hero {
    min-height: min(640px, calc(100svh - 142px));
  }

  .hero-crest {
    right: -150px;
    bottom: -120px;
  }

  .proof-caption-wide {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 20px;
  }

  .proof-link {
    align-self: start;
  }

  .one-stop-story {
    grid-template-columns: minmax(0, 1fr) 400px;
    gap: 46px;
  }

  .one-stop-proof {
    width: 400px;
  }

  .outcome {
    gap: 38px;
  }

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

  .method-step + .method-step {
    border-left: 0;
  }

  .method-step:nth-child(even) {
    border-left: 1px solid var(--line);
  }

  .method-step:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .intake-options {
    grid-template-columns: 1fr;
  }

  .intake-option + .intake-option {
    border-top: 1px solid #ad8f87;
    border-left: 0;
  }

  .intake-price {
    min-height: 0;
  }

  .first-look {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .founder-crest {
    right: -170px;
  }

  .final-action-inner {
    gap: 48px;
  }

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

  .footer-nav {
    justify-self: start;
    justify-content: flex-start;
  }
}

@media (max-width: 739px) {
  :root {
    --edge: 24px;
    font-size: 17px;
  }

  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 40px;
  }

  .hero {
    min-height: 0;
  }

  .hero-inner {
    padding-block: 46px 52px;
  }

  .hero-offer {
    font-size: 30px;
  }

  .hero-support {
    font-size: 18px;
  }

  .hero-crest {
    width: 390px;
    height: 390px;
    opacity: 0.11;
  }

  .work-intro {
    padding-block: 36px 30px;
  }

  .mokihana,
  .one-stop,
  .owned-product,
  .capabilities,
  .method,
  .project-intake,
  .founder,
  .final-action {
    padding-block: 72px;
  }

  .proof-caption {
    margin-bottom: 36px;
  }

  .proof-caption h3 {
    font-size: 33px;
  }

  .proof-caption p {
    font-size: 18px;
  }

  .mokihana-proof-sequence {
    gap: 36px;
  }

  .one-stop-story {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .one-stop-caption {
    order: 1;
  }

  .one-stop-proof {
    order: 2;
    width: min(100%, 448px);
    justify-self: center;
  }

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

  .section-intro {
    font-size: 19px;
  }

  .outcome {
    padding-block: 28px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .method-steps {
    grid-template-columns: 1fr;
  }

  .method-step {
    padding-inline: 0;
  }

  .method-step:nth-child(even) {
    border-left: 0;
  }

  .method-step + .method-step {
    border-top: 1px solid var(--line);
  }

  .intake-option {
    padding-inline: 0;
  }

  .first-look-terms {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .founder-crest {
    right: -180px;
    width: 380px;
    height: 380px;
    opacity: 0.13;
  }

  .final-action-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .final-action div > p {
    font-size: 19px;
  }
}

@media (max-width: 539px) {
  :root {
    --edge: 18px;
    font-size: 16px;
  }

  html {
    scroll-padding-top: 76px;
  }

  .site-header,
  .header-inner {
    min-height: 68px;
  }

  .crest-header {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .brand-link {
    gap: 9px;
  }

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

  h1 {
    margin-bottom: 18px;
    font-size: 44px;
  }

  h2 {
    margin-bottom: 18px;
    font-size: 36px;
  }

  h3 {
    font-size: 24px;
  }

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

  .hero-inner {
    padding-block: 36px 42px;
  }

  .hero {
    background-image:
      linear-gradient(180deg, rgba(244, 247, 245, 0.9) 0%, rgba(244, 247, 245, 0.95) 62%, rgba(244, 247, 245, 0.78) 100%),
      url("/assets/collage/390/01-hero-eastside-current-390.webp");
    background-position: center top;
  }

  .work-intro {
    background-image:
      linear-gradient(90deg, rgba(220, 239, 235, 0.94) 0%, rgba(220, 239, 235, 0.82) 70%, rgba(220, 239, 235, 0.48) 100%),
      url("/assets/collage/390/07-proof-open-material-surround-390.webp");
    background-position: center 72%;
    background-size: 100% auto;
  }

  .hero-offer {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 1.17;
  }

  .hero-support {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.42;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .action-link {
    min-height: 48px;
  }

  .hero-crest {
    right: -170px;
    bottom: -110px;
    width: 350px;
    height: 350px;
  }

  .mokihana,
  .one-stop,
  .owned-product,
  .capabilities,
  .method,
  .project-intake,
  .founder,
  .final-action {
    padding-block: 60px;
  }

  .mokihana-proof-sequence {
    gap: 28px;
  }

  .product-story .proof-caption {
    margin-bottom: 38px;
  }

  .project-intake::before {
    height: 840px;
    background-image:
      linear-gradient(180deg, rgba(247, 222, 216, 0.1) 0%, rgba(247, 222, 216, 0.2) 68%, var(--coral-pale) 100%),
      linear-gradient(90deg, rgba(247, 222, 216, 0.94) 0%, rgba(247, 222, 216, 0.84) 72%, rgba(247, 222, 216, 0.64) 100%),
      url("/assets/collage/390/08-start-open-air-threshold-390.webp");
    background-position: center top;
  }

  .first-look h3 {
    font-size: 29px;
  }

  .first-look {
    margin-top: 56px;
    padding-top: 38px;
  }

  .founder p:last-child {
    font-size: 18px;
  }

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

@media (max-width: 349px) {
  :root {
    --edge: 16px;
  }

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

  h1 {
    margin-bottom: 12px;
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  .hero-inner {
    padding-block: 24px;
  }

  .hero-offer {
    margin-bottom: 12px;
    font-size: 23px;
    line-height: 1.15;
  }

  .hero-support {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.38;
  }

  .action-link {
    min-height: 44px;
    padding-block: 8px;
    font-size: 14px;
  }

  .proof-caption h3 {
    font-size: 29px;
  }

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

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

html[data-motion="reduced"] {
  scroll-behavior: auto;
}
