:root {
  color-scheme: light;
  --white: #fff;
  --mineral: #eef0f1;
  --paper: #f8f8f6;
  --ink: #191b20;
  --muted: #686b71;
  --indigo: #0b2857;
  --indigo-light: #244674;
  --persimmon: #d84b2d;
  --line: #bfc4ca;
  --error: #a42c20;
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --sans: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  --max: 1200px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--white);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.85;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-underline-offset: 0.25em;
}

button,
input,
select,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 3px solid #0b6ea8;
  outline-offset: 4px;
}

[hidden] {
  display: none !important;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  transform: translateY(-160%);
  background: #fff;
  color: #111;
}

.skip-link:focus {
  transform: none;
}

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

.back-bar {
  display: flex;
  min-height: 48px;
  padding: 8px max(24px, calc((100vw - var(--max)) / 2));
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: var(--indigo);
  color: #fff;
  font-size: 0.8rem;
}

.site-header {
  position: relative;
  z-index: 30;
  border-bottom: 1px solid var(--ink);
  background: rgb(255 255 255 / 96%);
}

.site-header__inner {
  display: flex;
  width: min(100% - 48px, var(--max));
  min-height: 84px;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--serif);
  font-size: clamp(1.18rem, 2.2vw, 1.68rem);
  letter-spacing: 0.13em;
  text-decoration: none;
  white-space: nowrap;
}

.seal {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  background: var(--persimmon);
  color: #fff;
  font-family: var(--sans);
  font-size: 0.58rem;
  letter-spacing: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 34px);
  font-family: var(--serif);
  font-size: 0.9rem;
}

.site-nav a {
  position: relative;
  min-height: 44px;
  padding-block: 10px;
  text-decoration: none;
}

.site-nav a:is(:hover, [aria-current="page"])::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  background: var(--indigo);
  content: "";
}

.header-favorite {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--indigo);
}

.menu-button {
  display: none;
  width: 50px;
  height: 50px;
  border: 0;
  background: transparent;
  color: var(--indigo);
  cursor: pointer;
}

.menu-button__lines,
.menu-button__lines::before,
.menu-button__lines::after {
  display: block;
  width: 28px;
  height: 2px;
  margin-inline: auto;
  background: currentColor;
  content: "";
}

.menu-button__lines {
  position: relative;
}

.menu-button__lines::before {
  position: absolute;
  top: -8px;
}

.menu-button__lines::after {
  position: absolute;
  top: 8px;
}

.menu-button[aria-expanded="true"] .menu-button__lines {
  background: transparent;
}

.menu-button[aria-expanded="true"] .menu-button__lines::before {
  top: 0;
  transform: rotate(45deg);
}

.menu-button[aria-expanded="true"] .menu-button__lines::after {
  top: 0;
  transform: rotate(-45deg);
}

.hero {
  position: relative;
  padding-block: clamp(66px, 9vw, 118px);
  border-bottom: 1px solid var(--ink);
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: clamp(44px, 8vw, 110px);
}

.catalogue-no,
.section-no {
  margin: 0 0 18px;
  color: var(--indigo);
  font-family: var(--serif);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
}

.hero h1,
.page-title,
.section-title {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.09em;
  text-wrap: balance;
}

.hero h1 {
  font-size: clamp(2.65rem, 5.2vw, 5rem);
}

.hero__lead,
.page-lead,
.section-lead {
  max-width: 43em;
  margin: 24px 0 0;
  color: var(--muted);
}

.hero__image {
  position: relative;
  border-left: 1px solid var(--ink);
}

.hero__image::before {
  position: absolute;
  top: 18px;
  left: -40px;
  padding: 5px 8px;
  background: var(--white);
  color: var(--indigo);
  content: "道具目録 001–004";
  font-family: var(--serif);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  writing-mode: vertical-rl;
}

.hero__image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.actions {
  display: flex;
  margin-top: 34px;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  padding: 11px 22px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 1px solid var(--indigo);
  border-radius: 0;
  background: #fff;
  color: var(--indigo);
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.button::after {
  content: "→";
}

.button--indigo {
  background: var(--indigo);
  color: #fff;
}

.button--plain::after {
  content: none;
}

.category-index {
  border-bottom: 1px solid var(--ink);
}

.category-index__inner {
  display: grid;
  width: min(100% - 48px, var(--max));
  margin-inline: auto;
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid var(--ink);
}

.category-row {
  display: grid;
  min-height: 120px;
  padding: 20px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  border-right: 1px solid var(--ink);
  text-decoration: none;
}

.category-row__no {
  color: var(--indigo);
  font-family: var(--serif);
}

.category-row strong {
  font-family: var(--serif);
  font-size: 1.08rem;
  font-weight: 500;
}

.section {
  padding-block: clamp(78px, 9vw, 132px);
}

.section--mineral {
  background: var(--mineral);
}

.section--indigo {
  background: var(--indigo);
  color: #fff;
}

.section-title {
  position: relative;
  padding-left: 22px;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.section-title::before {
  position: absolute;
  top: 0.28em;
  bottom: 0.28em;
  left: 0;
  width: 3px;
  background: currentColor;
  content: "";
}

.section--indigo .section-lead {
  color: rgb(255 255 255 / 70%);
}

.product-grid {
  display: grid;
  margin-top: 48px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 36px 18px;
}

.product-card {
  color: inherit;
  text-decoration: none;
}

.product-card__image {
  position: relative;
  overflow: hidden;
  background: var(--mineral);
}

.product-card__image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 240ms ease;
}

.crop-vase {
  object-position: 48% 40%;
}

.crop-cloth {
  object-position: 88% 48%;
}

.crop-pick {
  object-position: 38% 72%;
}

.product-card:hover img {
  transform: scale(1.02);
}

.product-card__meta {
  display: flex;
  margin-top: 14px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.product-card h2,
.product-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.12rem;
  font-weight: 500;
}

.product-card p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.favorite-button {
  display: inline-flex;
  min-width: 48px;
  min-height: 48px;
  padding: 8px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--indigo);
  background: #fff;
  color: var(--indigo);
  cursor: pointer;
}

.favorite-button[aria-pressed="true"] {
  background: #fff;
  color: var(--indigo);
}

.favorite-button__heart,
.favorite-button > [aria-hidden="true"]:first-child {
  color: var(--indigo);
  font-size: 1.55rem;
  line-height: 1;
  transition: color 160ms ease, text-shadow 160ms ease, transform 160ms ease;
}

.favorite-button[aria-pressed="true"] .favorite-button__heart,
.favorite-button[aria-pressed="true"] > [aria-hidden="true"]:first-child {
  color: #e87528;
  text-shadow: 0 0 12px rgb(232 117 40 / 38%);
  transform: scale(1.05);
}

.favorite-list {
  max-width: 760px;
  margin: 28px 0;
}

.favorite-list__empty {
  margin: 0;
  padding: 22px 24px;
  border: 1px solid rgb(11 40 87 / 24%);
  background: rgb(255 255 255 / 66%);
  color: var(--muted);
}

.favorite-list__items {
  padding: 0;
  border-top: 1px solid var(--indigo);
  list-style: none;
}

.favorite-list__items li {
  display: grid;
  min-height: 68px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid rgb(11 40 87 / 32%);
}

.favorite-list__items a {
  padding: 18px 0;
  color: var(--indigo);
  font-family: var(--serif);
  font-size: 1.08rem;
  text-underline-offset: 0.24em;
}

.favorite-list__remove {
  display: inline-flex;
  min-height: 44px;
  padding: 8px 12px;
  align-items: center;
  gap: 7px;
  border: 1px solid rgb(11 40 87 / 34%);
  background: #fff;
  color: var(--indigo);
  cursor: pointer;
}

.favorite-list__remove [aria-hidden="true"] {
  color: #e87528;
  font-size: 1.15rem;
  text-shadow: 0 0 10px rgb(232 117 40 / 32%);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: clamp(44px, 8vw, 110px);
}

.split--reverse {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
}

.split img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.scene-grid {
  display: grid;
  margin-top: 46px;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--ink);
}

.scene-item {
  min-height: 240px;
  padding: 28px;
  border-left: 1px solid var(--ink);
}

.scene-item:last-child {
  border-right: 1px solid var(--ink);
}

.scene-item__no {
  color: var(--persimmon);
  font-family: var(--serif);
}

.scene-item h3 {
  margin: 38px 0 0;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
}

.scene-item p {
  color: var(--muted);
}

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

.news-row {
  display: grid;
  min-height: 82px;
  padding: 18px 0;
  grid-template-columns: 140px 130px 1fr 30px;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}

.news-row time {
  color: var(--indigo);
  font-family: var(--serif);
}

.news-row__type {
  color: var(--persimmon);
  font-size: 0.78rem;
  font-weight: 700;
}

.page-hero {
  position: relative;
  padding-block: clamp(68px, 9vw, 126px);
  border-bottom: 1px solid var(--ink);
}

.page-hero::after {
  position: absolute;
  top: 20%;
  right: max(24px, calc((100vw - var(--max)) / 2));
  width: 160px;
  height: 160px;
  border-top: 1px solid var(--indigo);
  border-right: 1px solid var(--indigo);
  content: "";
}

.breadcrumb {
  display: flex;
  margin: 0 0 24px;
  padding: 0;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 0.76rem;
  list-style: none;
}

.breadcrumb li + li::before {
  margin-right: 8px;
  content: "/";
}

.page-title {
  position: relative;
  z-index: 1;
  max-width: 18em;
  font-size: clamp(2.5rem, 5vw, 4.6rem);
}

.content-shell {
  width: min(100% - 48px, 860px);
  margin-inline: auto;
}

.prose {
  font-family: var(--serif);
  font-size: clamp(1rem, 1.4vw, 1.08rem);
  line-height: 2.15;
}

.prose h2 {
  margin: 3em 0 0.8em;
  font-size: clamp(1.7rem, 3.4vw, 2.45rem);
  font-weight: 500;
  line-height: 1.5;
}

.prose h3 {
  margin-top: 2.2em;
  color: var(--indigo);
  font-size: 1.3rem;
  font-weight: 500;
}

.prose figure {
  position: relative;
  left: 50%;
  width: min(calc(100vw - 48px), var(--max));
  margin: 3em 0;
  transform: translateX(-50%);
}

.prose figure img {
  width: 100%;
  max-height: 680px;
  margin-inline: auto;
  object-fit: cover;
}

.prose blockquote {
  margin: 3em 0;
  padding: 28px 34px;
  border-block: 1px solid var(--indigo);
  color: var(--indigo);
  font-size: 1.35rem;
}

.archive-grid {
  display: grid;
  margin-top: 48px;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 28px;
}

.archive-card {
  color: inherit;
  text-decoration: none;
}

.archive-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.archive-card small {
  display: block;
  margin-top: 14px;
  color: var(--persimmon);
  font-weight: 700;
}

.archive-card h2,
.archive-card h3 {
  margin: 8px 0 0;
  font-family: var(--serif);
  font-size: 1.38rem;
  font-weight: 500;
}

.filter-bar {
  display: flex;
  margin: 30px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.filter-button {
  min-height: 46px;
  padding: 9px 18px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
}

.filter-button[aria-pressed="true"] {
  border-color: var(--indigo);
  background: var(--indigo);
  color: #fff;
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(40px, 7vw, 86px);
  align-items: center;
}

.product-hero__image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.price {
  font-family: var(--serif);
  font-size: 1.5rem;
}

.facts {
  margin: 28px 0 0;
}

.facts div {
  display: grid;
  padding: 11px 0;
  grid-template-columns: 8em 1fr;
  gap: 16px;
  border-bottom: 1px solid var(--line);
}

.facts dt {
  color: var(--indigo);
}

.facts dd {
  margin: 0;
}

.storage-note {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.8rem;
}

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

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

.faq-list summary {
  position: relative;
  padding: 24px 58px 24px 0;
  font-family: var(--serif);
  font-size: 1.1rem;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  top: 22px;
  right: 12px;
  color: var(--indigo);
  content: "＋";
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin: 0 0 24px;
  color: var(--muted);
}

.form-steps {
  display: grid;
  max-width: 600px;
  margin: 0 auto 44px;
  grid-template-columns: repeat(3, 1fr);
}

.form-step {
  padding: 12px;
  border-bottom: 2px solid var(--line);
  color: var(--muted);
  text-align: center;
}

.form-step[aria-current="step"] {
  border-color: var(--indigo);
  color: var(--indigo);
  font-weight: 700;
}

.field + .field {
  margin-top: 28px;
}

.field label,
.field legend {
  display: block;
  margin-bottom: 8px;
  color: var(--indigo);
  font-weight: 700;
}

.field small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 54px;
  padding: 12px 14px;
  border: 1px solid #747b84;
  border-radius: 0;
  background: #fff;
  color: var(--ink);
}

.field textarea {
  min-height: 170px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--indigo);
  outline: 3px solid rgb(11 110 168 / 28%);
  outline-offset: 2px;
}

.required {
  color: var(--error);
  font-size: 0.8em;
}

.checkbox {
  display: flex;
  min-height: 48px;
  margin-top: 24px;
  align-items: center;
  gap: 10px;
}

.checkbox input {
  width: 22px;
  height: 22px;
  accent-color: var(--indigo);
}

.form-note {
  margin-top: 28px;
  padding: 16px;
  border-left: 3px solid var(--indigo);
  background: var(--mineral);
  color: var(--muted);
}

.form-actions {
  display: flex;
  margin-top: 34px;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.confirm-list {
  margin: 30px 0 0;
  border-top: 1px solid var(--ink);
}

.confirm-list div {
  display: grid;
  padding: 18px 0;
  grid-template-columns: 13em 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}

.confirm-list dt {
  color: var(--indigo);
  font-weight: 700;
}

.confirm-list dd {
  margin: 0;
  white-space: pre-wrap;
}

.complete-box {
  padding: clamp(38px, 8vw, 72px);
  border-block: 1px solid var(--indigo);
  text-align: center;
}

.complete-box h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
}

.map-demo {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border: 1px solid var(--indigo);
  background:
    linear-gradient(90deg, transparent 48%, rgb(11 40 87 / 16%) 48%, rgb(11 40 87 / 16%) 51%, transparent 51%),
    linear-gradient(20deg, transparent 56%, rgb(11 40 87 / 12%) 56%, rgb(11 40 87 / 12%) 59%, transparent 59%),
    #fff;
  color: var(--indigo);
}

.map-demo::before,
.map-demo::after {
  position: absolute;
  border: 1px solid var(--line);
  content: "";
}

.map-demo::before {
  inset: 70px 13% 90px 15%;
}

.map-demo::after {
  inset: 120px 24% 38px 32%;
}

.map-demo__river {
  position: absolute;
  top: -12%;
  right: 13%;
  width: 13%;
  height: 125%;
  transform: rotate(8deg);
  background: #d8e6e8;
}

.map-demo__station,
.map-demo__street,
.map-demo__shop {
  position: absolute;
  z-index: 1;
  padding: 5px 9px;
  background: #fff;
  font-family: var(--serif);
}

.map-demo__station {
  right: 16%;
  bottom: 12%;
  border: 1px solid var(--indigo);
}

.map-demo__street {
  top: 18%;
  left: 13%;
  font-size: 0.82rem;
}

.map-demo__shop {
  top: 46%;
  left: 37%;
  border: 2px solid var(--persimmon);
  color: var(--persimmon);
}

.site-footer {
  padding: 62px 0 28px;
  background: var(--indigo);
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 50px;
}

.footer-brand {
  font-family: var(--serif);
  font-size: 1.45rem;
  letter-spacing: 0.12em;
}

.footer-copy {
  max-width: 30em;
  color: rgb(255 255 255 / 68%);
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 22px;
}

.footer-nav a {
  min-height: 42px;
}

.footer-bottom {
  display: flex;
  margin-top: 42px;
  padding-top: 22px;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgb(255 255 255 / 38%);
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.sample-note {
  margin: 0;
  color: rgb(255 255 255 / 70%);
  font-size: 0.76rem;
}

.sr-only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

@media (max-width: 920px) {
  .site-header__inner {
    min-height: 74px;
  }

  .menu-button {
    display: block;
  }

  .site-nav {
    position: fixed;
    z-index: 29;
    top: 122px;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    padding: 26px 24px;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    overflow-y: auto;
    background: #fff;
    font-size: 1.1rem;
  }

  .site-nav[data-open="true"] {
    display: flex;
  }

  .site-nav a {
    min-height: 58px;
    padding: 14px 4px;
    border-bottom: 1px solid var(--line);
  }

  .hero__grid,
  .split,
  .split--reverse,
  .product-hero,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero__image {
    order: -1;
  }

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

  .category-row:nth-child(2) {
    border-bottom: 1px solid var(--ink);
  }

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

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

  .scene-item,
  .scene-item:last-child {
    border-right: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink);
  }

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

@media (max-width: 600px) {
  .shell,
  .content-shell {
    width: min(100% - 40px, var(--max));
  }

  .back-bar {
    padding-inline: 16px;
  }

  .site-header__inner {
    width: min(100% - 32px, var(--max));
  }

  .brand {
    font-size: 1.04rem;
  }

  .hero {
    padding-top: 40px;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.5rem);
  }

  .hero__image::before {
    content: none;
  }

  .category-index__inner {
    width: 100%;
    grid-template-columns: 1fr;
    border-left: 0;
  }

  .category-row {
    min-height: 84px;
    padding-inline: 20px;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .product-grid,
  .archive-grid {
    grid-template-columns: 1fr;
  }

  .news-row {
    grid-template-columns: 1fr 28px;
  }

  .news-row time {
    grid-column: 1 / -1;
  }

  .news-row__type {
    display: none;
  }

  .actions,
  .form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .facts div,
  .confirm-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .prose figure {
    left: auto;
    width: auto;
    margin-inline: -20px;
    transform: none;
  }

  .prose figure img {
    width: 100%;
  }

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

  .footer-bottom {
    flex-direction: column;
  }
}

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