:root {
  --bg: #f2f2f0;
  --panel: #ffffff;
  --panel-soft: #f5f5f3;
  --line: #d8d8d4;
  --line-bright: #bebeba;
  --text: #111111;
  --muted: #555555;
  --muted-soft: #777777;
  --art-surface: #efefed;
  --frame-bg: #050606;
  --frame-line: #2b3131;
  --frame-line-bright: #626d69;
  --frame-text: #f0f2ee;
  --frame-muted: #9aa3a0;
  --frame-muted-soft: #727b78;
  --content: 1240px;
  --measure: 46rem;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--frame-bg);
  color-scheme: dark;
  scroll-padding-top: 96px;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
}

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

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

a:focus-visible {
  outline: 2px solid var(--text);
  outline-offset: 4px;
}

.site-header-inner,
.page-shell,
.site-footer-inner,
.works-grid,
.top-intro {
  width: min(calc(100% - 48px), var(--content));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  width: 100%;
  border-bottom: 1px solid var(--line);
  border-bottom-color: var(--frame-line);
  background: rgba(5, 6, 6, 0.98);
  color: var(--frame-text);
}

.site-header a:focus-visible {
  outline-color: var(--frame-text);
}

.site-header-inner {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-heading {
  flex: 0 0 auto;
  margin: 0;
  line-height: 0;
}

.brand-link {
  display: inline-flex;
  flex: 0 0 auto;
  width: 190px;
  align-items: center;
  padding-block: 20px;
}

.brand-link img {
  width: 100%;
  height: auto;
}

.header-nav,
.category-eyebrow,
.section-number,
.study-label,
.size-variant-label,
.copyright {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.header-nav {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 2.4vw, 30px);
}

.header-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid transparent;
  border-radius: 0;
  background:
    linear-gradient(var(--frame-bg), var(--frame-bg)) padding-box,
    linear-gradient(rgba(240, 242, 238, 0.72), rgba(240, 242, 238, 0.72)) border-box;
  clip-path: polygon(
    4px 0,
    calc(100% - 4px) 0,
    calc(100% - 4px) 2px,
    calc(100% - 2px) 2px,
    calc(100% - 2px) 4px,
    100% 4px,
    100% calc(100% - 4px),
    calc(100% - 2px) calc(100% - 4px),
    calc(100% - 2px) calc(100% - 2px),
    calc(100% - 4px) calc(100% - 2px),
    calc(100% - 4px) 100%,
    4px 100%,
    4px calc(100% - 2px),
    2px calc(100% - 2px),
    2px calc(100% - 4px),
    0 calc(100% - 4px),
    0 4px,
    2px 4px,
    2px 2px,
    4px 2px
  );
  color: var(--frame-muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.7;
  text-decoration: none;
  white-space: nowrap;
  transition: color 120ms ease, filter 120ms ease;
}

.header-nav a:hover,
.header-nav a:focus-visible,
.header-nav a[aria-current="page"] {
  border-color: var(--frame-text);
  background: var(--frame-text);
  color: var(--frame-bg);
  filter: drop-shadow(2px 2px 0 rgba(240, 242, 238, 0.28));
}

.top-intro {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-top: clamp(64px, 8vw, 96px);
  padding: 28px 0 0;
  border-top: 1px solid var(--line);
}

.top-intro-label,
.error-code {
  margin: 0;
  color: var(--muted-soft);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  line-height: 1.8;
}

.top-intro > p:last-child {
  max-width: 58rem;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 2;
}

.works-index {
  padding-block: 32px 104px;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 44px 22px;
}

.work-card {
  min-width: 0;
  background: #f2f2f0;
  text-align: center;
}

.work-card-link {
  display: block;
  text-decoration: none;
}

.work-card-image {
  display: grid;
  aspect-ratio: 1;
  overflow: hidden;
  place-items: center;
  background: var(--art-surface);
  transition: transform 180ms ease, background-color 180ms ease;
}

.work-card-image img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  transition: transform 180ms ease;
}

.work-card-title {
  margin: 14px 0 0;
  color: var(--text);
  font-size: clamp(13px, 1.2vw, 17px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.55;
  overflow-wrap: anywhere;
  text-align: center;
}

.category-capsule {
  display: table;
  margin: 10px auto 0;
  padding: 2px 12px;
  border: 1px solid transparent;
  border-color: #000000;
  border-radius: 0;
  background: #f2f2f0;
  clip-path: polygon(
    4px 0,
    calc(100% - 4px) 0,
    calc(100% - 4px) 2px,
    calc(100% - 2px) 2px,
    calc(100% - 2px) 4px,
    calc(100% + 1px) 4px,
    calc(100% + 1px) calc(100% - 4px),
    calc(100% - 2px) calc(100% - 4px),
    calc(100% - 2px) calc(100% - 2px),
    calc(100% - 4px) calc(100% - 2px),
    calc(100% - 4px) 100%,
    4px 100%,
    4px calc(100% - 2px),
    2px calc(100% - 2px),
    2px calc(100% - 4px),
    0 calc(100% - 4px),
    0 4px,
    2px 4px,
    2px 2px,
    4px 2px
  );
  color: #000000;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.7;
  text-decoration: none;
  transition: color 120ms ease, filter 120ms ease;
}

.work-card-link:hover .work-card-image,
.work-card-link:focus-visible .work-card-image {
  transform: translateY(-2px);
}

.work-card-link:hover .work-card-image img,
.work-card-link:focus-visible .work-card-image img {
  transform: scale(1.015);
}

.category-capsule:hover,
.category-capsule:focus-visible {
  border-color: #000000;
  background: #000000;
  color: #ffffff;
}

.category-capsule:hover,
.category-capsule:focus-visible {
  filter: drop-shadow(2px 2px 0 rgba(240, 242, 238, 0.28));
}

.category-main {
  padding-block: 40px 96px;
}

.info-main {
  padding-block: 40px 96px;
}

.info-shell {
  max-width: 960px;
}

.info-intro {
  padding-bottom: 38px;
  border-bottom: 1px solid var(--line);
}

.info-intro h1,
.error-shell h1 {
  margin: 0;
  font-size: clamp(34px, 5vw, 60px);
  font-weight: 500;
  letter-spacing: 0.055em;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.info-lead {
  max-width: 44rem;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 2;
}

.info-body {
  width: min(100%, var(--measure));
  margin: 0 auto;
  padding-top: 44px;
}

.info-body section + section {
  margin-top: 38px;
  padding-top: 38px;
  border-top: 1px solid var(--line);
}

.info-body h2 {
  margin: 0 0 16px;
  font-size: clamp(21px, 2.5vw, 29px);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.45;
}

.info-body p {
  margin: 0;
  color: var(--text);
  line-height: 2.05;
}

.info-body p + p {
  margin-top: 1.25em;
}

.info-body a:not(.pixel-action) {
  color: var(--text);
}

.policy-dates {
  display: grid;
  gap: 8px;
  margin: 0;
}

.policy-dates div {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 16px;
  padding-block: 10px;
  border-bottom: 1px solid var(--line);
}

.policy-dates dt,
.policy-dates dd {
  margin: 0;
}

.policy-dates dt {
  color: var(--muted);
}

.policy-dates dd {
  color: var(--text);
}

.pixel-action {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 7px 18px;
  border: 1px solid var(--line-bright);
  clip-path: polygon(4px 0, calc(100% - 4px) 0, calc(100% - 4px) 2px, calc(100% - 2px) 2px, calc(100% - 2px) 4px, 100% 4px, 100% calc(100% - 4px), calc(100% - 2px) calc(100% - 4px), calc(100% - 2px) calc(100% - 2px), calc(100% - 4px) calc(100% - 2px), calc(100% - 4px) 100%, 4px 100%, 4px calc(100% - 2px), 2px calc(100% - 2px), 2px calc(100% - 4px), 0 calc(100% - 4px), 0 4px, 2px 4px, 2px 2px, 4px 2px);
  color: var(--text);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  line-height: 1.6;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.pixel-action:hover,
.pixel-action:focus-visible {
  border-color: var(--text);
  background: var(--text);
  color: var(--bg);
}

.error-main {
  display: grid;
  min-height: calc(100vh - 201px);
  place-items: center;
  padding-block: 64px 96px;
}

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

.error-code {
  margin-bottom: 10px;
}

.error-shell > p:not(.error-code) {
  max-width: 42rem;
  margin: 20px 0 28px;
  color: var(--muted);
  line-height: 2;
}

.category-intro {
  width: min(100%, 48rem);
  margin-bottom: 42px;
}

.category-eyebrow {
  margin: 0 0 8px;
  color: var(--muted-soft);
  font-size: 10px;
  letter-spacing: 0.2em;
}

.category-intro h1 {
  margin: 0;
  font-size: clamp(34px, 5vw, 60px);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.2;
}

.category-intro > p:last-child {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 2;
}

.works-grid--category {
  width: 100%;
}

.detail-main {
  padding-block: 40px 80px;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 32px;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-decoration: none;
}

.back-link::before {
  content: "←";
}

.back-link:hover,
.work-eyebrow a:hover {
  color: var(--text);
}

.work-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(44px, 6vw, 84px);
  align-items: center;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--line);
}

.primary-art-frame {
  display: grid;
  grid-column: 1;
  grid-row: 1;
  aspect-ratio: 1;
  place-items: center;
  background: var(--art-surface);
}

.work-copy {
  grid-column: 2;
  grid-row: 1;
}

.primary-art-frame img {
  width: 76%;
  height: 76%;
  object-fit: contain;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

.work-eyebrow {
  margin: 0 0 18px;
  color: var(--muted-soft);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.work-eyebrow a {
  color: var(--muted);
}

.work-title {
  margin: 0;
  font-size: clamp(32px, 4.8vw, 62px);
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.work-latin {
  margin: 14px 0 0;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: clamp(12px, 1.3vw, 15px);
  letter-spacing: 0.24em;
  overflow-wrap: anywhere;
}

.work-scientific {
  margin: 8px 0 0;
  color: var(--muted-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(13px, 1.25vw, 16px);
  letter-spacing: 0.04em;
}

.work-region {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0.08em;
}

.work-summary {
  max-width: 38rem;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.95;
}

.article-body {
  width: min(100%, var(--measure));
  margin: 0 auto;
  padding-top: 44px;
}

.story-section + .story-section {
  margin-top: 44px;
  padding-top: 44px;
  border-top: 1px solid var(--line);
}

.section-number {
  display: block;
  margin-bottom: 9px;
  color: var(--muted-soft);
  font-size: 10px;
  letter-spacing: 0.2em;
}

.section-title {
  margin: 0 0 18px;
  font-size: clamp(23px, 2.7vw, 32px);
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.4;
}

.story-section p {
  margin: 0;
  color: var(--text);
  line-height: 2.05;
}

.story-section > p + p {
  margin-top: 1.35em;
}

.visual-study {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 24px;
  margin-top: 26px;
}

.visual-study + p {
  margin-top: 24px;
}

.study-card {
  min-width: 0;
  margin: 0;
  background: var(--panel);
}

.study-art {
  display: grid;
  aspect-ratio: 1;
  overflow: hidden;
  place-items: center;
  background: var(--art-surface);
}

.study-art img {
  width: 82%;
  height: 82%;
  object-fit: contain;
}

.study-art--pixel img {
  width: 256px;
  height: 256px;
  max-width: 82%;
  max-height: 82%;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

.study-caption {
  padding: 16px 18px 18px;
}

.study-label {
  margin: 0;
  color: var(--text);
  font-size: 10px;
  letter-spacing: 0.16em;
}

.study-note {
  margin: 7px 0 0;
  color: var(--muted-soft);
  font-size: 12px;
  line-height: 1.65;
}

.size-variant-section {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}

.size-variant-title {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.5;
}

.size-variant-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.size-variant-card {
  min-width: 0;
  margin: 0;
  background: var(--panel);
}

.size-variant-art {
  display: grid;
  aspect-ratio: 1;
  overflow: hidden;
  place-items: center;
  background: var(--art-surface);
}

.size-variant-image {
  width: 82%;
  height: 82%;
  object-fit: contain;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

.size-variant-caption {
  padding: 16px 18px 18px;
}

.size-variant-label {
  margin: 0;
  color: var(--text);
  font-size: 10px;
  letter-spacing: 0.16em;
}

.size-variant-note {
  margin: 7px 0 0;
  color: var(--muted-soft);
  font-size: 12px;
  line-height: 1.65;
}

.feature-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.feature-list li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  color: var(--text);
}

.feature-list li::before {
  color: var(--muted-soft);
  content: "—";
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
}

.source-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.source-list a {
  display: block;
  padding: 17px 19px;
  border: 1px solid var(--line);
  color: var(--text);
  text-decoration: none;
  transition: border-color 150ms ease, color 150ms ease;
}

.source-list a:hover,
.source-list a:focus-visible {
  border-color: var(--line-bright);
  color: var(--text);
}

.source-name {
  display: block;
  font-size: 14px;
  line-height: 1.7;
}

.source-org {
  display: block;
  margin-top: 5px;
  color: var(--muted-soft);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0.06em;
}

.editorial-note {
  margin-top: 28px;
  padding: 20px;
  border-left: 1px solid var(--line-bright);
  background: var(--panel-soft);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
}

.site-footer {
  border-top: 1px solid var(--line);
  border-top-color: var(--frame-line);
  background-color: var(--frame-bg);
  color: var(--frame-text);
}

.site-footer a:focus-visible {
  outline-color: var(--frame-text);
}

.site-footer-inner {
  display: flex;
  min-height: 116px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

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

.footer-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 3px 12px;
  border: 1px solid var(--line-bright);
  border-color: var(--frame-line-bright);
  border-radius: 0;
  clip-path: polygon(4px 0, calc(100% - 4px) 0, calc(100% - 4px) 2px, calc(100% - 2px) 2px, calc(100% - 2px) 4px, 100% 4px, 100% calc(100% - 4px), calc(100% - 2px) calc(100% - 4px), calc(100% - 2px) calc(100% - 2px), calc(100% - 4px) calc(100% - 2px), calc(100% - 4px) 100%, 4px 100%, 4px calc(100% - 2px), 2px calc(100% - 2px), 2px calc(100% - 4px), 0 calc(100% - 4px), 0 4px, 2px 4px, 2px 2px, 4px 2px);
  color: var(--frame-text);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
  border-color: var(--frame-text);
  background: var(--frame-text);
  color: var(--frame-bg);
}

.copyright {
  margin: 0;
  color: var(--frame-muted-soft);
  font-size: 9px;
  letter-spacing: 0.14em;
  white-space: nowrap;
}

@media (max-width: 1023px) {
  .works-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .primary-art-frame {
    grid-column: auto;
    grid-row: auto;
    width: min(100%, 620px);
    margin-inline: auto;
  }

  .work-copy {
    grid-column: auto;
    grid-row: auto;
    width: min(100%, 620px);
    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 82px;
  }

  .site-header-inner,
  .page-shell,
  .site-footer-inner,
  .works-grid,
  .top-intro {
    width: min(calc(100% - 32px), var(--content));
  }

  .top-intro {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 48px;
    padding-top: 22px;
  }

  .top-intro > p:last-child {
    font-size: 13px;
    line-height: 1.9;
  }

  .works-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 12px;
  }

  .site-header-inner {
    min-height: 70px;
    gap: 12px;
  }

  .brand-link {
    width: 142px;
    padding-block: 15px;
  }

  .header-nav {
    gap: 4px;
  }

  .header-nav a {
    padding: 2px;
    font-size: 9px;
    letter-spacing: 0.07em;
  }

  .works-index {
    padding-block: 24px 64px;
  }

  .work-card-title {
    margin-top: 11px;
    font-size: 13px;
    letter-spacing: 0.05em;
  }

  .category-capsule {
    margin-top: 8px;
    padding-inline: 10px;
    font-size: 9px;
  }

  .category-main,
  .detail-main,
  .info-main {
    padding-block: 30px 70px;
  }

  .info-intro {
    padding-bottom: 28px;
  }

  .info-intro h1,
  .error-shell h1 {
    font-size: clamp(29px, 9.5vw, 42px);
  }

  .info-body {
    padding-top: 32px;
  }

  .info-body section + section {
    margin-top: 30px;
    padding-top: 30px;
  }

  .info-body p {
    font-size: 15px;
    line-height: 2;
  }

  .policy-dates div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .error-main {
    min-height: calc(100vh - 219px);
    padding-block: 54px 70px;
  }

  .error-shell {
    width: min(calc(100% - 32px), 760px);
  }

  .back-link {
    margin-bottom: 24px;
  }

  .category-intro {
    margin-bottom: 30px;
  }

  .category-intro h1 {
    font-size: clamp(30px, 11vw, 44px);
  }

  .category-intro > p:last-child {
    margin-top: 12px;
    font-size: 14px;
  }

  .work-intro {
    gap: 26px;
    padding-bottom: 32px;
  }

  .work-title {
    font-size: clamp(28px, 9.6vw, 42px);
    letter-spacing: 0.035em;
  }

  .work-latin {
    letter-spacing: 0.17em;
  }

  .work-region {
    margin-top: 16px;
  }

  .work-summary {
    margin-top: 14px;
    font-size: 15px;
  }

  .article-body {
    padding-top: 32px;
  }

  .story-section + .story-section {
    margin-top: 30px;
    padding-top: 30px;
  }

  .section-title {
    margin-bottom: 15px;
  }

  .story-section p {
    font-size: 15px;
    line-height: 2;
  }

  .visual-study {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 22px;
  }

  .visual-study + p {
    margin-top: 20px;
  }

  .study-card {
    width: min(100%, 420px);
    margin-inline: auto;
  }

  .size-variant-section {
    margin-top: 24px;
    padding-top: 24px;
  }

  .size-variant-gallery {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .size-variant-card {
    grid-column: auto;
    width: min(100%, 420px);
    margin-inline: auto;
  }

  .site-footer-inner {
    min-height: 148px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 18px;
  }
}

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

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