@font-face {
  font-family: "KN Archivo";
  src: url("/brand/fonts/archivo-100-900-latin-ext.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "KN Plex Mono";
  src: url("/brand/fonts/plexmono-400-latin-ext.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --paper: #fbfbf8;
  --ink: #11110f;
  --muted: #696964;
  --quiet: #f0f0eb;
  --line: #d7d7d0;
  --pinot: #052b4f;
  --chardonnay: #d4ae2a;
  --chardonnay-ink: #6b5000;
  --page-pad: clamp(1.25rem, 3.4vw, 4rem);
  --section-space: clamp(7rem, 12vw, 13rem);
  --z-header: 20;
  color-scheme: light;
}

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

html {
  scroll-padding-top: 6rem;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "KN Archivo", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

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

body,
button,
summary {
  font-family: "KN Archivo", sans-serif;
}

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

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

h1,
h2,
h3,
p,
figure,
ul,
address {
  margin: 0;
}

h1,
h2,
h3 {
  font-weight: 430;
  line-height: 1.04;
  text-wrap: balance;
}

h1,
h2 {
  letter-spacing: -0.03em;
}

h3 {
  letter-spacing: -0.015em;
}

p,
address,
figcaption {
  text-wrap: pretty;
}

address {
  font-style: normal;
}

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

:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 5px;
}

.mono {
  font-family: "KN Plex Mono", monospace;
  font-variant-numeric: tabular-nums;
}

.page-pad {
  padding-right: var(--page-pad);
  padding-left: var(--page-pad);
}

.section-space {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: calc(var(--z-header) + 10);
  padding: 0.7rem 1rem;
  background: var(--ink);
  color: var(--paper);
  transform: translateY(-160%);
}

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

.site-header {
  min-height: 5.5rem;
  display: grid;
  grid-template-columns: 5rem minmax(30rem, 1fr) auto;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 5rem);
  padding: 0.75rem var(--page-pad);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  position: sticky;
  top: 0;
  z-index: var(--z-header);
}

.brand,
.footer-brand {
  display: block;
  width: 3.7rem;
  height: 3.7rem;
}

.brand img,
.footer-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand,
.footer-brand,
.primary-nav a,
.header-tools a,
.line-link,
.solid-link,
.video-control {
  transition: opacity 220ms ease, color 220ms ease, border-color 220ms ease, background-color 220ms ease;
}

.brand:hover,
.footer-brand:hover {
  opacity: 0.68;
}

.primary-nav {
  display: flex;
  justify-content: center;
  gap: clamp(1.5rem, 2.8vw, 3.5rem);
  font-size: 0.86rem;
}

.primary-nav a:hover,
.header-tools a:hover,
.site-footer a:hover {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.header-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(1.15rem, 2.4vw, 2.5rem);
  font-size: 0.78rem;
}

.language {
  display: flex;
  gap: 0.4rem;
  color: var(--muted);
}

.language [aria-current="page"] {
  color: var(--ink);
}

.language-pending {
  opacity: 0.5;
}

.cart-link {
  white-space: nowrap;
}

.mobile-menu {
  display: none;
  position: relative;
}

.mobile-menu summary {
  cursor: pointer;
  list-style: none;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu[open] summary {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.mobile-menu nav {
  width: min(20rem, calc(100vw - 2.5rem));
  display: grid;
  gap: 0;
  position: absolute;
  top: 2.2rem;
  right: 0;
  padding: 1rem 1.25rem;
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: 0 0.5rem 1rem rgb(17 17 15 / 8%);
}

.mobile-menu nav a,
.mobile-language {
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--line);
}

.mobile-language {
  border-bottom: 0;
  color: var(--muted);
}

.mobile-language strong {
  color: var(--ink);
  font-weight: 500;
}

.section-index {
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.55;
}

.hero-intro {
  min-height: clamp(33rem, 62vh, 47rem);
  display: grid;
  grid-template-columns: minmax(8rem, 0.65fr) minmax(30rem, 2.1fr) minmax(9rem, 0.65fr);
  gap: clamp(2rem, 6vw, 8rem);
  align-items: start;
  padding-top: clamp(4rem, 8vh, 7rem);
  padding-bottom: clamp(5rem, 10vh, 9rem);
}

.hero-copy {
  align-self: center;
  max-width: 56rem;
}

.hero-copy h1 {
  font-size: clamp(3.4rem, 5.7vw, 6.4rem);
}

.hero-copy > p {
  max-width: 34rem;
  margin-top: clamp(2.25rem, 4vw, 4rem);
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2.5rem;
  margin-top: 2.25rem;
}

.line-link {
  display: inline-block;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid currentColor;
  font-size: 0.88rem;
  font-weight: 520;
}

.line-link:hover {
  border-bottom-color: var(--muted);
}

.hero-note {
  justify-self: end;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.55;
  text-align: right;
}

.video-comparison {
  min-height: 3.35rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.61rem;
}

.video-comparison[hidden],
.hero-visual img[hidden],
.hero-film[hidden],
.video-control[hidden] {
  display: none;
}

.video-comparison nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem 1.75rem;
}

.video-comparison a {
  padding: 0.2rem 0;
  border-bottom: 1px solid transparent;
}

.video-comparison a:hover,
.video-comparison a[aria-current="page"] {
  border-bottom-color: currentColor;
  color: var(--ink);
}

.hero-visual img,
.hero-film {
  width: 100%;
  height: clamp(30rem, 56vw, 58rem);
  object-fit: cover;
  object-position: center 51%;
}

.hero-film {
  display: block;
  max-width: none;
  background: #d9d9d2;
}

.hero-visual {
  width: 100%;
  overflow: hidden;
  scroll-margin-top: 10rem;
}

html[data-video-variant="tichy"] .hero-film {
  object-position: center;
}

.hero-caption-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.65rem 1.4rem;
}

.video-control {
  appearance: none;
  padding: 0 0 0.12rem;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  cursor: pointer;
}

.video-control:hover {
  border-bottom-width: 2px;
}

.hero-visual figcaption,
.estate-view figcaption,
.story-image figcaption {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 0.8rem;
  color: var(--muted);
  font-size: 0.64rem;
}

.manifest {
  display: grid;
  grid-template-columns: minmax(8rem, 0.65fr) minmax(26rem, 1.35fr) minmax(22rem, 1fr);
  gap: clamp(2rem, 6vw, 8rem);
  border-bottom: 1px solid var(--line);
}

.manifest-copy h2 {
  max-width: 42rem;
  font-size: clamp(2.25rem, 3.8vw, 4.5rem);
}

.manifest-copy p {
  max-width: 38rem;
  margin-top: 2rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  line-height: 1.62;
}

.facts {
  align-self: end;
  padding: 0;
  border-top: 1px solid var(--ink);
  list-style: none;
}

.facts li {
  display: grid;
  grid-template-columns: 7.25rem 1fr;
  align-items: baseline;
  gap: 1rem;
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--line);
}

.facts strong {
  font-size: 0.86rem;
  font-weight: 520;
  font-variant-numeric: tabular-nums;
}

.facts span {
  color: var(--muted);
  font-size: 0.86rem;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(8rem, 0.65fr) minmax(28rem, 1.35fr) minmax(10rem, 1fr);
  gap: clamp(2rem, 6vw, 8rem);
  align-items: end;
}

.section-head h2,
.story-head h2,
.visit-copy h2 {
  font-size: clamp(2.25rem, 3.8vw, 4.5rem);
}

.wines .section-index::after {
  content: "";
  width: 3.5rem;
  height: 2px;
  display: block;
  margin-top: 1.15rem;
  background: linear-gradient(90deg, var(--pinot) 0 50%, var(--chardonnay) 50% 100%);
}

.section-head > div > p {
  max-width: 30rem;
  margin-top: 1.75rem;
  color: var(--muted);
}

.section-cta {
  justify-self: end;
}

.wine-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(1rem, 2.4vw, 3.25rem);
  align-items: start;
  margin-top: clamp(5rem, 9vw, 10rem);
}

.wine a {
  display: block;
}

.wine a:hover h3 {
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

.bottle-stage {
  height: clamp(22rem, 35vw, 35rem);
  position: relative;
  overflow: hidden;
}

.bottle-stage img {
  position: absolute;
  left: 50%;
  bottom: var(--bottle-bottom, 2%);
  width: auto;
  height: var(--bottle-height, 90%);
  object-fit: contain;
  mix-blend-mode: multiply;
  transform: translateX(-50%);
  transition: transform 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

.wine-data {
  min-height: 3.1rem;
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1.35rem;
  padding-top: 0.8rem;
  border-top: 1px solid var(--ink);
  color: var(--muted);
  font-size: 0.6rem;
  line-height: 1.45;
}

.wine-data span:last-child {
  flex: 0 0 auto;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}

[data-product-id="pinot-noir-elements-2023"] .wine-data {
  border-top-width: 2px;
  border-top-color: var(--pinot);
}

[data-product-id="biscuit-chardonnay-2023"] .wine-data {
  border-top-width: 2px;
  border-top-color: var(--chardonnay);
}

[data-product-id="pinot-noir-elements-2023"] a:hover h3,
[data-product-id="pinot-noir-elements-2023"] a:focus-visible h3 {
  text-decoration-color: var(--pinot);
  text-decoration-thickness: 2px;
}

[data-product-id="biscuit-chardonnay-2023"] a:hover h3,
[data-product-id="biscuit-chardonnay-2023"] a:focus-visible h3 {
  text-decoration-color: var(--chardonnay);
  text-decoration-thickness: 2px;
}

.wine h3 {
  margin-top: 0.55rem;
  font-size: clamp(1.2rem, 1.5vw, 1.7rem);
}

.wine p {
  margin-top: 0.65rem;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.55;
}

.place-story {
  border-top: 1px solid var(--line);
}

.story-head {
  display: grid;
  grid-template-columns: minmax(8rem, 0.65fr) minmax(24rem, 1.35fr) minmax(20rem, 1fr);
  gap: clamp(2rem, 6vw, 8rem);
  align-items: end;
}

.story-head > p:last-child {
  max-width: 28rem;
  color: var(--muted);
  line-height: 1.6;
}

.estate-view {
  margin-top: clamp(5rem, 9vw, 10rem);
}

.estate-view img {
  display: block;
  width: 100%;
  height: clamp(28rem, 51vw, 56rem);
  object-fit: cover;
  object-position: center 52%;
}

.story-images {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.5vw, 3rem);
  align-items: start;
  margin-top: clamp(7rem, 12vw, 13rem);
}

.story-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 800 / 532;
  object-fit: cover;
}

.story-image-craft {
  grid-column: 1 / span 5;
}

.story-image-table {
  grid-column: 8 / -1;
  margin-top: clamp(5rem, 9vw, 10rem);
}

.story-image figcaption {
  padding-right: 0;
  padding-left: 0;
}

.story-quote {
  max-width: 31rem;
  margin: clamp(1.75rem, 3vw, 2.75rem) 0 0;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.story-quote p {
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.55;
}

.story-quote footer {
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.6rem;
  line-height: 1.5;
}

.visit {
  display: grid;
  grid-template-columns: minmax(8rem, 0.65fr) minmax(20rem, 0.9fr) minmax(28rem, 1.3fr);
  gap: clamp(2rem, 6vw, 8rem);
  align-items: start;
  border-top: 1px solid var(--line);
}

.people-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 1803;
}

.people-photo figcaption {
  margin-top: 0.8rem;
  color: var(--muted);
  font-size: 0.62rem;
}

.visit-copy {
  padding-top: clamp(3rem, 7vw, 8rem);
}

.visit-copy > p {
  max-width: 35rem;
  margin-top: 2rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  line-height: 1.62;
}

.visit-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: clamp(3rem, 5vw, 5rem);
  padding-top: 1rem;
  border-top: 1px solid var(--ink);
}

.visit-details > div {
  display: grid;
  gap: 0.75rem;
}

.visit-details span {
  color: var(--muted);
  font-size: 0.62rem;
}

.visit-details strong {
  font-size: 0.87rem;
  font-weight: 480;
  line-height: 1.55;
}

.visit-tasting {
  width: 100%;
  max-width: 50rem;
  margin-top: clamp(2.75rem, 5vw, 5rem);
}

.visit-tasting img {
  width: 100%;
  height: auto;
  aspect-ratio: 800 / 532;
  object-fit: cover;
}

.visit-tasting figcaption {
  margin-top: 0.8rem;
  color: var(--muted);
  font-size: 0.62rem;
}

.visit-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem 2rem;
  margin-top: 3rem;
}

.visit-phone span {
  color: var(--muted);
  font-size: 0.6rem;
  font-weight: 400;
}

.solid-link {
  display: inline-flex;
  min-height: 2.9rem;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.15rem;
  background: var(--ink);
  color: var(--paper);
  font-size: 0.84rem;
  font-weight: 520;
}

.solid-link:hover {
  background: transparent;
  box-shadow: inset 0 0 0 1px var(--ink);
  color: var(--ink);
}

.solid-link:focus-visible {
  outline-color: var(--ink);
  box-shadow: 0 0 0 3px var(--paper);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(7rem, 0.7fr) repeat(5, minmax(8.5rem, 1fr));
  gap: clamp(1.5rem, 3vw, 4rem);
  padding-top: clamp(3rem, 6vw, 6rem);
  padding-bottom: 2rem;
  border-top: 1px solid var(--ink);
  font-size: 0.8rem;
  line-height: 1.65;
}

.footer-brand {
  width: 4.4rem;
  height: 4.4rem;
}

.footer-label {
  display: block;
  margin-bottom: 1rem;
  color: var(--muted);
  font-size: 0.62rem;
}

.footer-legal {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: clamp(2rem, 5vw, 5rem);
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.58rem;
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .wine a:hover .bottle-stage img {
    transform: translateX(-50%) translateY(-0.4rem) scale(1.012);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-intro .section-index,
  .hero-copy h1,
  .hero-copy > p,
  .hero-actions,
  .hero-note {
    animation: quiet-reveal 820ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .hero-copy h1 {
    animation-delay: 80ms;
  }

  .hero-copy > p {
    animation-delay: 160ms;
  }

  .hero-actions,
  .hero-note {
    animation-delay: 240ms;
  }

  .hero-visual > img:not([hidden]),
  .hero-film:not([hidden]) {
    animation: quiet-image 1200ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }
}

@keyframes quiet-reveal {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes quiet-image {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (max-width: 75rem) {
  .site-header {
    grid-template-columns: 4.5rem 1fr auto;
  }

  .primary-nav {
    gap: clamp(1rem, 2vw, 1.75rem);
  }

  .hero-intro,
  .manifest,
  .section-head,
  .story-head,
  .visit {
    gap: clamp(2rem, 4vw, 4.5rem);
  }

  .wine-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5rem clamp(1.5rem, 4vw, 4rem);
  }

  .bottle-stage {
    height: clamp(25rem, 50vw, 35rem);
  }

  .site-footer {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 40.01rem) and (max-width: 75rem) {
  .wine-list {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .wine {
    grid-column: span 2;
  }

  .wine:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .wine:nth-child(5) {
    grid-column: 4 / span 2;
  }
}

@media (max-width: 64rem) {
  :root {
    --section-space: clamp(6rem, 16vw, 9rem);
  }

  .site-header {
    min-height: 4.8rem;
    grid-template-columns: 3.5rem 1fr;
  }

  .brand {
    width: 3.25rem;
    height: 3.25rem;
  }

  .primary-nav,
  .language {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .hero-intro {
    min-height: auto;
    grid-template-columns: 1fr 3fr;
    gap: 3rem 2rem;
    padding-top: clamp(4rem, 12vw, 7rem);
    padding-bottom: clamp(5rem, 14vw, 8rem);
  }

  .hero-copy {
    grid-column: 2;
  }

  .hero-note {
    grid-column: 2;
    justify-self: start;
    text-align: left;
  }

  .hero-visual img,
  .hero-film {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .manifest,
  .section-head,
  .story-head,
  .visit {
    grid-template-columns: minmax(6rem, 0.45fr) minmax(0, 2fr);
    gap: 3rem 2rem;
  }

  .manifest-copy,
  .section-head > div,
  .story-head h2,
  .people-photo {
    grid-column: 2;
  }

  .facts,
  .story-head > p:last-child,
  .section-cta,
  .visit-copy {
    grid-column: 2;
  }

  .section-cta {
    justify-self: start;
  }

  .story-image-table {
    grid-column: 8 / -1;
  }

  .visit-copy {
    padding-top: 2rem;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 40rem) {
  :root {
    --page-pad: 1.1rem;
  }

  html {
    scroll-padding-top: 5rem;
  }

  .site-header {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }

  .header-tools {
    gap: 1.1rem;
  }

  .hero-intro,
  .manifest,
  .section-head,
  .story-head,
  .visit {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .hero-copy,
  .hero-note,
  .manifest-copy,
  .section-head > div,
  .story-head h2,
  .people-photo,
  .facts,
  .story-head > p:last-child,
  .section-cta,
  .visit-copy {
    grid-column: auto;
  }

  .hero-copy h1 {
    font-size: clamp(2.45rem, 11vw, 3.4rem);
  }

  .hero-copy > p {
    margin-top: 2rem;
  }

  .video-comparison {
    min-height: auto;
    display: grid;
    justify-items: start;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }

  .video-comparison nav {
    justify-content: flex-start;
    gap: 0.5rem 1rem;
  }

  .hero-visual img,
  .hero-film {
    height: auto;
    aspect-ratio: 4 / 5;
    object-position: 51% center;
  }

  .hero-visual figcaption,
  .estate-view figcaption,
  .story-image figcaption {
    display: grid;
    gap: 0.25rem;
  }

  .estate-view img {
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: 64% center;
  }

  .hero-caption-end {
    justify-content: space-between;
  }

  .facts li {
    grid-template-columns: 7rem 1fr;
  }

  .wine-list {
    grid-template-columns: 1fr;
    gap: 4rem;
    margin-top: 5rem;
  }

  .wine a {
    display: grid;
    grid-template-columns: minmax(8.5rem, 0.9fr) minmax(0, 1.1fr);
    grid-template-rows: 1fr auto auto;
    column-gap: 1.15rem;
    align-items: end;
  }

  .bottle-stage {
    grid-row: 1 / span 3;
    height: 18rem;
  }

  .wine-data {
    grid-column: 2;
    align-self: end;
    min-height: auto;
    margin-top: 0;
  }

  .wine h3,
  .wine p {
    grid-column: 2;
  }

  .wine h3 {
    font-size: clamp(1.2rem, 6vw, 1.55rem);
  }

  .wine p {
    font-size: 0.7rem;
  }

  .story-images {
    grid-template-columns: 1fr;
    gap: 5rem;
    margin-top: 5rem;
  }

  .story-image-craft,
  .story-image-table {
    grid-column: auto;
    margin-top: 0;
  }

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

  .people-photo {
    max-width: none;
  }

  .visit-copy {
    padding-top: 1rem;
  }

  .site-footer {
    gap: 2.25rem;
  }

  .footer-brand,
  .footer-legal {
    grid-column: auto;
  }

  .footer-legal {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
