:root {
  --paper: #f4f0e8;
  --paper-deep: #ebe4d7;
  --ink: #17241f;
  --muted: #68736d;
  --line: rgba(23, 36, 31, 0.16);
  --white: #fffdf8;
  --teal: #116e68;
  --teal-dark: #0b4e4a;
  --coral: #d86545;
  --coral-soft: #efb18f;
  --gold: #edb84e;
  --violet: #776dca;
  --shadow: 0 24px 80px rgba(23, 36, 31, 0.15);
  color-scheme: light;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body,
button,
a {
  font-family: inherit;
}

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

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

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

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 26px 0;
}

.site-header--solid {
  position: relative;
  border-bottom: 1px solid var(--line);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.wordmark img {
  width: 38px;
  height: 38px;
  border: 2px solid rgba(255, 253, 248, 0.75);
  border-radius: 13px;
  box-shadow: 0 8px 22px rgba(23, 36, 31, 0.16);
}

.wordmark strong {
  color: var(--teal);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-left: auto;
}

.site-nav a,
.header-utility {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.02em;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current='page'],
.header-utility:hover {
  color: var(--ink);
  transform: translateY(-1px);
}

.header-utility {
  padding: 10px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.kicker,
.product-label {
  display: block;
  margin-bottom: 15px;
  color: var(--teal);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.17em;
  line-height: 1.2;
  text-transform: uppercase;
}

.product-label--trip {
  color: var(--coral);
}

.product-label--food {
  color: var(--violet);
}

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

h1,
h2,
h3 {
  letter-spacing: -0.055em;
}

h1 {
  max-width: 760px;
  margin-bottom: 23px;
  font-size: clamp(3.4rem, 8vw, 7.75rem);
  font-weight: 780;
  line-height: 0.93;
}

h1 em {
  color: var(--coral);
  font-style: normal;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 0.98;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.2rem;
  line-height: 1.1;
}

.lede {
  max-width: 540px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.55;
}

.button-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 31px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 47px;
  padding: 12px 19px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

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

.button--solid {
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 12px 24px rgba(23, 36, 31, 0.16);
}

.button--solid:hover {
  background: var(--teal-dark);
  box-shadow: 0 18px 30px rgba(17, 110, 104, 0.2);
}

.button--outline {
  border-color: var(--line);
  color: var(--ink);
}

.button--outline:hover {
  border-color: var(--ink);
  background: rgba(255, 253, 248, 0.55);
}

.button--quiet {
  min-height: 0;
  padding: 0;
  border-radius: 0;
  color: var(--teal);
}

.button--quiet::after {
  content: '↗';
  margin-left: 8px;
  font-size: 16px;
  transition: transform 180ms ease;
}

.button--quiet:hover::after {
  transform: translate(3px, -3px);
}

.button--disabled {
  cursor: default;
  border-color: var(--line);
  color: var(--muted);
  opacity: 0.75;
}

.button--disabled:hover {
  transform: none;
}

.family-hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 20%, rgba(237, 184, 78, 0.33), transparent 27%),
    linear-gradient(125deg, #f4f0e8 0%, #f4f0e8 45%, #dce5dd 100%);
}

.family-hero::after {
  position: absolute;
  right: -14vw;
  bottom: -34vw;
  width: 75vw;
  height: 75vw;
  border: 1px solid rgba(17, 110, 104, 0.18);
  border-radius: 50%;
  content: '';
}

.family-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  align-items: center;
  gap: clamp(30px, 7vw, 100px);
  width: min(1240px, calc(100% - 48px));
  min-height: 100svh;
  margin: 0 auto;
  padding: 120px 0 60px;
}

.family-hero__copy {
  position: relative;
  z-index: 2;
}

.family-hero h1 {
  max-width: 740px;
}

.family-hero h1 span {
  color: var(--teal);
}

.hero-annotation {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 31px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.hero-annotation::before {
  width: 40px;
  height: 1px;
  background: var(--teal);
  content: '';
}

.family-hero__art {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 580px;
}

.family-hero__art::before {
  position: absolute;
  width: min(38vw, 550px);
  height: min(38vw, 550px);
  border-radius: 50%;
  background: rgba(17, 110, 104, 0.13);
  content: '';
}

.family-hero__art::after {
  position: absolute;
  width: min(31vw, 450px);
  height: min(31vw, 450px);
  border: 1px solid rgba(17, 110, 104, 0.25);
  border-radius: 50%;
  content: '';
}

.family-hero__image {
  position: relative;
  z-index: 1;
  width: min(32vw, 430px);
  height: min(32vw, 430px);
  border: 12px solid rgba(255, 253, 248, 0.72);
  border-radius: 36% 64% 55% 45% / 55% 44% 56% 45%;
  box-shadow: var(--shadow);
  object-fit: cover;
  transform: rotate(5deg);
  animation: float 8s ease-in-out infinite;
}

.hero-stamp {
  position: absolute;
  z-index: 2;
  right: 3%;
  bottom: 13%;
  display: grid;
  width: 110px;
  height: 110px;
  place-items: center;
  border: 1px solid rgba(23, 36, 31, 0.38);
  border-radius: 50%;
  color: var(--ink);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.13em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-12deg);
}

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

.section {
  padding: clamp(75px, 11vw, 150px) 0;
}

.section--bordered {
  border-top: 1px solid var(--line);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1fr);
  align-items: end;
  gap: 40px;
  margin-bottom: 70px;
}

.section-heading p {
  max-width: 500px;
  margin: 0 0 4px auto;
  color: var(--muted);
  font-size: 1.05rem;
}

.product-rail {
  padding-top: 0;
}

.product-slice {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(40px, 9vw, 145px);
  padding: clamp(50px, 8vw, 110px) 0;
  border-top: 1px solid var(--line);
}

.product-slice--reverse {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
}

.product-slice--reverse .product-slice__copy {
  order: 2;
}

.product-slice__copy {
  max-width: 520px;
}

.product-slice__copy h2 {
  max-width: 480px;
}

.product-slice__copy p {
  max-width: 470px;
  color: var(--muted);
}

.product-slice__visual {
  position: relative;
  min-height: 430px;
}

.product-slice__visual img {
  width: 100%;
  height: 430px;
  border-radius: 43% 57% 27% 73% / 28% 39% 61% 72%;
  box-shadow: var(--shadow);
  object-fit: cover;
}

.product-slice__visual--food {
  display: grid;
  place-items: center;
  min-height: 430px;
  overflow: hidden;
  background: #f0d4a7;
  border-radius: 57% 43% 73% 27% / 51% 68% 32% 49%;
}

.product-slice__visual--food::before {
  position: absolute;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(119, 109, 202, 0.4);
  border-radius: 50%;
  content: '';
}

.food-slice-note {
  position: relative;
  width: min(72%, 350px);
  padding: 28px;
  background: var(--white);
  box-shadow: 20px 25px 0 rgba(216, 101, 69, 0.22);
  transform: rotate(-6deg);
}

.food-slice-note::before {
  display: block;
  width: 45px;
  height: 7px;
  margin-bottom: 24px;
  border-radius: 99px;
  background: var(--violet);
  content: '';
}

.food-slice-note strong {
  display: block;
  margin-bottom: 15px;
  font-size: clamp(1.4rem, 3vw, 2rem);
  letter-spacing: -0.06em;
  line-height: 1;
}

.food-slice-note span {
  color: var(--muted);
  font-size: 13px;
}

.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.principle {
  min-height: 230px;
  padding: 30px 30px 0 0;
  border-right: 1px solid var(--line);
}

.principle + .principle {
  padding-left: 30px;
}

.principle:last-child {
  border-right: 0;
}

.principle-index {
  display: block;
  margin-bottom: 38px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.principle p {
  max-width: 280px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.final-cta {
  position: relative;
  overflow: hidden;
  background: var(--teal);
  color: var(--white);
}

.final-cta::after {
  position: absolute;
  top: -55%;
  right: -7%;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(255, 253, 248, 0.25);
  border-radius: 50%;
  content: '';
}

.final-cta h2 {
  position: relative;
  z-index: 1;
  max-width: 690px;
}

.final-cta p {
  position: relative;
  z-index: 1;
  max-width: 470px;
  color: rgba(255, 253, 248, 0.76);
}

.final-cta .button--outline {
  position: relative;
  z-index: 1;
  border-color: rgba(255, 253, 248, 0.5);
  color: var(--white);
}

.final-cta .button--outline:hover {
  border-color: var(--white);
  background: rgba(255, 253, 248, 0.12);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 25px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 28px 0 38px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}

.site-footer a:hover {
  color: var(--ink);
}

.product-hero {
  position: relative;
  display: grid;
  min-height: min(820px, calc(100svh - 91px));
  overflow: hidden;
}

.product-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  align-items: center;
  gap: clamp(40px, 8vw, 110px);
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 80px 0;
}

.product-hero__copy {
  position: relative;
  z-index: 2;
}

.product-hero__copy h1 {
  font-size: clamp(3.3rem, 7vw, 6.7rem);
}

.product-hero__media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 560px;
}

.product-hero__media::before {
  position: absolute;
  width: min(48vw, 620px);
  height: min(48vw, 620px);
  border-radius: 50%;
  background: rgba(216, 101, 69, 0.18);
  content: '';
}

.trip-page .product-hero {
  background:
    linear-gradient(90deg, rgba(244, 240, 232, 0.95) 0%, rgba(244, 240, 232, 0.68) 48%, rgba(244, 240, 232, 0.14) 100%),
    #ead8bd;
}

.trip-page .product-hero__media img {
  position: relative;
  z-index: 1;
  width: min(40vw, 510px);
  height: min(53vw, 650px);
  border-radius: 46% 54% 34% 66% / 29% 42% 58% 71%;
  box-shadow: var(--shadow);
  object-fit: cover;
  transform: rotate(4deg);
}

.trip-page .product-hero__media::after {
  position: absolute;
  z-index: 2;
  right: 5%;
  bottom: 12%;
  width: 115px;
  height: 150px;
  border: 8px solid var(--white);
  border-radius: 6px;
  background: url('/assets/trip-receipt.png') center / cover;
  box-shadow: 0 16px 40px rgba(23, 36, 31, 0.2);
  content: '';
  transform: rotate(12deg);
}

.food-page .product-hero {
  background:
    radial-gradient(circle at 78% 25%, rgba(119, 109, 202, 0.24), transparent 28%),
    linear-gradient(118deg, #f4f0e8 0%, #f5e0b7 100%);
}

.food-page .product-hero__media::before {
  background: rgba(119, 109, 202, 0.16);
}

.food-stage {
  position: relative;
  width: min(100%, 560px);
  height: 540px;
}

.food-stage::before {
  position: absolute;
  top: 4%;
  left: 12%;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: var(--coral);
  content: '';
  opacity: 0.85;
}

.food-stage::after {
  position: absolute;
  right: 1%;
  bottom: 5%;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(23, 36, 31, 0.28);
  border-radius: 50%;
  content: '';
}

.food-stage__sheet {
  position: absolute;
  z-index: 2;
  top: 11%;
  left: 16%;
  width: 315px;
  min-height: 390px;
  padding: 31px 27px;
  background: var(--white);
  box-shadow: var(--shadow);
  transform: rotate(-7deg);
}

.food-stage__sheet::before {
  display: block;
  width: 76px;
  height: 10px;
  margin-bottom: 33px;
  border-radius: 99px;
  background: var(--violet);
  content: '';
}

.food-stage__sheet h3 {
  max-width: 200px;
  margin-bottom: 32px;
  font-size: 2.3rem;
}

.food-entry {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 13px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

.food-entry strong {
  color: var(--ink);
  font-size: 13px;
}

.food-stage__orbit {
  position: absolute;
  z-index: 1;
  right: 8%;
  bottom: 10%;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255, 253, 248, 0.65);
  border-radius: 50%;
}

.food-stage__orbit::before,
.food-stage__orbit::after {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 4px solid var(--white);
  border-radius: 50%;
  background: var(--gold);
  content: '';
}

.food-stage__orbit::before {
  top: -8px;
  left: 55px;
}

.food-stage__orbit::after {
  right: 20px;
  bottom: 30px;
  background: var(--violet);
}

.product-overview {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(40px, 10vw, 150px);
}

.product-overview__intro p {
  max-width: 350px;
  color: var(--muted);
}

.feature-list {
  border-top: 1px solid var(--line);
}

.feature-item {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.feature-item__number {
  color: var(--coral);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.food-page .feature-item__number {
  color: var(--violet);
}

.feature-item p {
  max-width: 500px;
  margin: 0;
  color: var(--muted);
}

.detail-band {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
}

.detail-band__item {
  min-height: 250px;
  padding: 30px 30px 0 0;
}

.detail-band__item + .detail-band__item {
  padding-left: 30px;
  border-left: 1px solid var(--line);
}

.detail-band__item p {
  max-width: 400px;
  color: var(--muted);
}

.store-note,
.draft-note {
  max-width: 510px;
  padding: 15px 18px;
  border-left: 3px solid var(--gold);
  background: rgba(255, 253, 248, 0.45);
  color: var(--muted);
  font-size: 12px;
}

.store-note {
  margin-top: 24px;
}

.legal-page {
  min-height: 100vh;
}

.legal-hero {
  padding: 75px 0 52px;
  border-bottom: 1px solid var(--line);
  background: var(--paper-deep);
}

.legal-hero h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(3rem, 7vw, 6.6rem);
}

.legal-hero p {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.1rem;
}

.legal-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 25px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.legal-hero__meta span {
  padding: 6px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.article-layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 720px);
  justify-content: space-between;
  gap: 70px;
  padding: 70px 0 120px;
}

.article-aside {
  position: sticky;
  top: 25px;
  align-self: start;
}

.article-aside strong {
  display: block;
  margin-bottom: 14px;
  font-size: 12px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.article-aside a {
  display: block;
  padding: 4px 0;
  color: var(--muted);
  font-size: 13px;
}

.article-aside a:hover,
.article-aside a[aria-current='page'] {
  color: var(--teal);
}

.prose {
  min-width: 0;
}

.prose > * + * {
  margin-top: 25px;
}

.prose h2 {
  margin-top: 60px;
  margin-bottom: -8px;
  font-size: clamp(1.65rem, 3vw, 2.65rem);
}

.prose h3 {
  margin-top: 35px;
}

.prose p,
.prose li {
  color: var(--muted);
}

.prose ul,
.prose ol {
  padding-left: 22px;
}

.prose li + li {
  margin-top: 8px;
}

.prose strong {
  color: var(--ink);
}

.prose a {
  color: var(--teal);
  text-decoration: underline;
  text-decoration-color: rgba(17, 110, 104, 0.35);
  text-underline-offset: 3px;
}

.notice {
  padding: 17px 19px;
  border: 1px solid rgba(237, 184, 78, 0.65);
  background: rgba(237, 184, 78, 0.12);
  color: var(--ink) !important;
  font-size: 13px;
}

.support-contact {
  display: inline-flex;
  align-items: center;
  padding: 14px 17px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.5);
}

.not-found {
  display: grid;
  min-height: calc(100vh - 93px);
  place-items: center;
  padding: 80px 0;
  text-align: center;
}

.not-found h1 {
  margin-right: auto;
  margin-left: auto;
}

.not-found p {
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  color: var(--muted);
}

.not-found .button-row {
  justify-content: center;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 650ms ease,
    transform 650ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes float {
  0%,
  100% {
    transform: rotate(5deg) translateY(0);
  }

  50% {
    transform: rotate(2deg) translateY(-12px);
  }
}

@media (max-width: 800px) {
  .site-header {
    width: min(100% - 34px, 1240px);
    padding: 18px 0;
  }

  .site-nav {
    display: none;
  }

  .header-utility {
    padding: 8px 12px;
  }

  h1 {
    font-size: clamp(3.1rem, 15vw, 5.6rem);
  }

  .family-hero__inner,
  .product-hero__inner {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-top: 120px;
  }

  .family-hero__inner {
    padding-bottom: 35px;
  }

  .family-hero__art {
    min-height: 360px;
  }

  .family-hero__art::before {
    width: 310px;
    height: 310px;
  }

  .family-hero__art::after {
    width: 255px;
    height: 255px;
  }

  .family-hero__image {
    width: 275px;
    height: 275px;
  }

  .hero-stamp {
    right: 4%;
    bottom: 5%;
    width: 87px;
    height: 87px;
    font-size: 8px;
  }

  .section-heading,
  .product-overview {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 45px;
  }

  .section-heading p {
    margin-left: 0;
  }

  .product-slice,
  .product-slice--reverse {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .product-slice--reverse .product-slice__copy {
    order: 0;
  }

  .product-slice__visual {
    order: -1;
    min-height: 300px;
  }

  .product-slice__visual img,
  .product-slice__visual--food {
    height: 300px;
    min-height: 300px;
  }

  .principles,
  .detail-band {
    grid-template-columns: 1fr;
  }

  .principle,
  .principle + .principle,
  .detail-band__item,
  .detail-band__item + .detail-band__item {
    min-height: auto;
    padding: 27px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    border-left: 0;
  }

  .principle:last-child,
  .detail-band__item:last-child {
    border-bottom: 0;
  }

  .product-hero {
    min-height: auto;
  }

  .product-hero__media {
    min-height: 420px;
  }

  .trip-page .product-hero__media img {
    width: min(78vw, 410px);
    height: 420px;
  }

  .food-stage {
    height: 420px;
  }

  .food-stage::before {
    width: 290px;
    height: 290px;
  }

  .food-stage__sheet {
    left: 10%;
    width: min(285px, 68vw);
    min-height: 330px;
  }

  .food-stage__sheet h3 {
    font-size: 1.85rem;
  }

  .article-layout {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 45px;
  }

  .article-aside {
    position: relative;
    top: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 17px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--line);
  }

  .article-aside strong {
    width: 100%;
    margin-bottom: 2px;
  }

  .article-aside a {
    padding: 0;
  }

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

  .site-footer__links {
    justify-content: flex-start;
  }
}

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

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