@font-face {
  font-family: "Wineparty Courier";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/courier-prime-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Wineparty Courier";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/courier-prime-bold.woff2") format("woff2");
}

:root {
  color-scheme: light;
  --wineparty-background-image: url("./wineparty-bg-postwar-harvest-05.webp");
  --wp-paper: #f6f1e7;
  --wp-paper-glass: rgba(250, 247, 239, 0.86);
  --wp-ink: #111;
  --wp-muted: #514945;
  --wp-wine: #7b3736;
  --wp-wine-deep: #3b1818;
  --wp-line: rgba(59, 24, 24, 0.22);
  --wp-type: "Wineparty Courier", "Courier New", Courier, monospace;
  --wp-reading: Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--wp-paper);
  color: var(--wp-ink);
  font-family: var(--wp-type);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  z-index: 0;
  background: var(--wineparty-background-image) center / cover no-repeat;
  filter: sepia(0.06) saturate(0.74) contrast(0.88) brightness(1.18);
  opacity: 0.94;
  transform: scale(1.004);
  transition: opacity 900ms ease;
}

body.is-background-fading::before {
  opacity: 0.42;
}

body::after {
  z-index: 0;
  background:
    radial-gradient(ellipse at 18% 12%, rgba(255, 252, 244, 0.54), transparent 24rem),
    radial-gradient(ellipse at 78% 18%, rgba(255, 252, 244, 0.52), transparent 30rem),
    radial-gradient(ellipse at 62% 78%, rgba(123, 55, 54, 0.1), transparent 28rem),
    repeating-radial-gradient(circle at 34% 42%, rgba(54, 45, 38, 0.05) 0 1px, transparent 1px 6px),
    linear-gradient(90deg, rgba(246, 241, 231, 0.31), rgba(246, 241, 231, 0.73) 48%, rgba(246, 241, 231, 0.51));
  background-blend-mode: screen, screen, multiply, multiply, normal;
}

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

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

img,
video {
  max-width: 100%;
}

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

.wp-study,
.wp-article-page {
  position: relative;
  z-index: 1;
  width: min(1360px, calc(100vw - 28px));
  min-height: 100vh;
  margin: 0 auto;
  padding: clamp(18px, 4vw, 48px) 0 clamp(110px, 9vw, 150px);
}

@media (min-width: 821px) {
  .wp-study,
  .wp-article-page {
    width: min(1360px, calc(100vw - 190px));
    margin-right: 0;
    margin-left: max(174px, calc((100vw - 1360px) / 2));
  }
}

@media (min-width: 821px) {
  .wp-study,
  .wp-article-page {
    width: min(1360px, calc(100vw - 190px));
    margin-right: 0;
    margin-left: max(174px, calc((100vw - 1360px) / 2));
  }
}

.masthead,
.wp-article-head {
  display: grid;
  grid-template-columns: minmax(110px, 0.44fr) minmax(320px, 1fr);
  align-items: start;
  gap: clamp(22px, 5vw, 72px);
  padding-bottom: clamp(18px, 3vw, 34px);
}

.brand {
  display: inline-grid;
  grid-template-columns: clamp(138px, 18vw, 238px);
  align-items: start;
  gap: 7px;
  width: fit-content;
}

.brand__mark {
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: multiply;
  filter: contrast(1.14) saturate(0.92);
}

.brand__wordmark {
  display: block;
  color: var(--wp-wine-deep);
  font-size: clamp(18px, 2.2vw, 30px);
  font-weight: 900;
  line-height: 0.95;
  text-align: center;
  text-transform: uppercase;
}

.author-flap,
.wp-article-meta {
  justify-self: end;
  width: min(540px, 100%);
  min-width: 0;
  min-height: 110px;
  display: grid;
  align-content: start;
  gap: 7px;
  color: var(--wp-ink);
  font-weight: 900;
  text-align: right;
  text-transform: uppercase;
  font-kerning: none;
  font-variant-ligatures: none;
}

.author-flap__line {
  display: grid;
  grid-template-columns: repeat(var(--flap-columns, 22), 1ch);
  justify-content: end;
  max-width: 100%;
  min-height: 1.05em;
  white-space: nowrap;
}

.author-flap__line--name {
  font-size: clamp(25px, 3.3vw, 46px);
  line-height: 0.9;
}

.author-flap__line--region {
  color: var(--wp-muted);
  font-size: clamp(14px, 1.6vw, 21px);
  line-height: 1;
}

.author-flap__char,
.story-title-char {
  display: inline-grid;
  place-items: center;
  min-width: 1ch;
  transform-origin: 50% 52%;
}

.author-flap__char {
  width: 1ch;
  max-width: 1ch;
}

.author-flap__char.is-ticking,
.story-title-char.is-ticking {
  animation: typeTick 70ms steps(2, end);
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 3vw, 44px) clamp(18px, 2.7vw, 36px);
  padding-top: clamp(20px, 3vw, 42px);
}

.story {
  min-width: 0;
  display: grid;
  align-content: start;
  padding: clamp(8px, 1.4vw, 16px) 0;
}

.story__link {
  display: grid;
  min-width: 0;
  max-width: 100%;
  gap: clamp(7px, 1vw, 12px);
}

.story__media {
  justify-self: start;
  width: min(345px, 94%);
  aspect-ratio: 1;
  margin: 0 0 clamp(8px, 1.3vw, 15px);
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: rgba(246, 241, 231, 0.64);
  box-shadow: 0 14px 34px rgba(59, 24, 24, 0.16);
}

.story__media img,
.story__media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.04);
}

.story__meta {
  min-height: 1.3em;
  margin: 0;
  color: var(--wp-wine);
  font-size: clamp(10px, 0.9vw, 13px);
  font-weight: 900;
  text-transform: uppercase;
}

.story__title {
  min-width: 0;
  max-width: 100%;
  margin: 0;
  color: var(--wp-ink);
  font-size: clamp(28px, 3.25vw, 50px);
  font-weight: 950;
  line-height: 0.86;
  overflow-wrap: anywhere;
  text-wrap: balance;
  font-kerning: none;
  font-variant-ligatures: none;
}

.story-title-char {
  min-width: 0.82ch;
  margin-left: -0.055em;
}

.story-title-word {
  display: inline-flex;
  max-width: 100%;
  white-space: nowrap;
}

.story-title-word--breakable {
  flex-wrap: wrap;
  padding-inline: 3px;
  white-space: normal;
}

.story-title-char:first-child {
  margin-left: 0;
}

.story-title-char:nth-child(3n) {
  transform: translateY(-0.018em);
}

.story-title-char:nth-child(4n) {
  transform: translateY(0.025em);
}

.story__kicker,
.story__dek {
  max-width: 42ch;
  margin: 0;
  color: var(--wp-muted);
  font-weight: 800;
  line-height: 1.1;
}

.story__kicker {
  color: var(--wp-wine-deep);
  font-size: clamp(13px, 1.1vw, 17px);
  text-transform: uppercase;
}

.story__dek {
  font-size: clamp(12px, 1vw, 15px);
  line-height: 1.2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.load-more-wrap {
  display: grid;
  place-items: center;
  min-height: 76px;
  margin-top: clamp(30px, 5vw, 62px);
}

.load-more {
  min-width: 190px;
  min-height: 48px;
  display: inline-grid;
  place-items: center;
  padding: 10px 22px;
  border: 1px solid var(--wp-wine);
  border-radius: 4px;
  background: var(--wp-paper-glass);
  color: var(--wp-wine-deep);
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}

.load-more:hover,
.load-more:focus-visible {
  background: var(--wp-wine);
  color: var(--wp-paper);
  outline: none;
}

.load-more[aria-busy="true"] {
  cursor: progress;
  opacity: 0.7;
}

.pagination-fallback {
  margin-top: 16px;
  color: var(--wp-muted);
  font-size: 13px;
  text-align: center;
}

.pagination-fallback a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.action-rail {
  position: fixed;
  z-index: 3;
  left: clamp(8px, 1.5vw, 22px);
  bottom: clamp(18px, 4vw, 42px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  transform: translateX(-120%);
  animation: actionRailIn 780ms ease 900ms forwards;
}

.action-rail__button {
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(246, 241, 231, 0.86);
  box-shadow: 0 10px 26px rgba(59, 24, 24, 0.2);
}

.action-rail__button--drink {
  width: clamp(62px, 5.8vw, 84px);
  margin-bottom: 8px;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  animation: drinkCue 2600ms ease-in-out 1500ms infinite;
}

.action-rail__button--drink img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 20px rgba(59, 24, 24, 0.24));
}

.action-rail__button--text {
  width: clamp(112px, 9.2vw, 148px);
  min-height: clamp(48px, 4.8vw, 68px);
  padding: 9px 10px 8px;
  color: var(--wp-wine-deep);
  font-size: clamp(10px, 0.82vw, 13px);
  font-weight: 950;
  line-height: 0.95;
  text-align: left;
  text-transform: uppercase;
}

.action-rail__button--text span {
  display: block;
  width: 100%;
}

.action-rail__button--text span:first-child {
  color: var(--wp-wine);
  font-size: 1.15em;
}

.site-note,
.wp-footer {
  margin-top: clamp(28px, 5vw, 70px);
  color: var(--wp-wine-deep);
  font-size: clamp(11px, 1.3vw, 14px);
  font-weight: 900;
  text-align: right;
  text-transform: uppercase;
}

.site-imprint {
  max-width: 64ch;
  margin: 10px 0 0 auto;
  color: var(--wp-muted);
  font-size: clamp(10px, 1.05vw, 12px);
  font-weight: 700;
  line-height: 1.35;
  text-transform: none;
}

.wp-article-shell {
  width: min(1080px, 100%);
  margin: clamp(24px, 4vw, 60px) auto 0;
  padding: clamp(24px, 5vw, 68px);
  border-radius: 8px;
  background: var(--wp-paper-glass);
}

.wp-article-meta {
  min-height: 0;
  color: var(--wp-muted);
  font-size: clamp(12px, 1.2vw, 15px);
  line-height: 1.35;
}

.wp-kicker {
  margin: 0 0 12px;
  color: var(--wp-wine);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.wp-article-title {
  max-width: 18ch;
  margin: 0 0 18px;
  font-size: clamp(42px, 7vw, 92px);
  font-weight: 950;
  line-height: 0.86;
  overflow-wrap: anywhere;
  text-wrap: balance;
  font-kerning: none;
  font-variant-ligatures: none;
}

.wp-subtitle {
  max-width: 34ch;
  margin: 0 0 18px;
  color: var(--wp-wine);
  font-size: clamp(22px, 3vw, 38px);
  font-weight: 950;
  line-height: 1;
}

.wp-teaser {
  max-width: 66ch;
  margin: 0;
  color: var(--wp-muted);
  font-size: clamp(17px, 1.8vw, 22px);
  font-weight: 700;
  line-height: 1.4;
}

.wp-hero-media {
  margin: clamp(28px, 5vw, 58px) 0 0;
}

.wp-hero-media img,
.wp-hero-media video,
.wp-content img,
.wp-content video {
  width: 100%;
  height: auto;
  display: block;
  border: 0;
  border-radius: 8px;
}

.wp-hero-media video {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.wp-content {
  width: min(760px, 100%);
  margin: clamp(40px, 6vw, 82px) auto 0;
  font-family: var(--wp-reading);
  font-size: 20px;
  line-height: 1.62;
}

.wp-content :where(p, li, dd, dt, td, th),
.wp-content :where(.wp-block--body, .wp-block--paragraph) {
  font-family: var(--wp-reading) !important;
  font-size: 20px !important;
}

.wp-content :where(p, li, dd, dt, td, th) :where(a, em, span, strong),
.wp-content :where(.wp-block--body, .wp-block--paragraph) :where(a, em, span, strong),
.wp-content [style*="font-family"] {
  font-family: inherit !important;
  font-size: inherit !important;
}

.wp-content p,
.wp-block {
  margin: 0 0 1.35em;
}

.wp-content h2,
.wp-content h3 {
  margin: 1.8em 0 0.6em;
  color: var(--wp-wine-deep);
  font-family: var(--wp-type);
  font-weight: 950;
  line-height: 0.95;
  font-kerning: none;
  font-variant-ligatures: none;
}

.wp-content h2 {
  font-size: clamp(30px, 4vw, 56px);
}

.wp-content h3 {
  font-size: clamp(24px, 3vw, 38px);
}

.wp-content figure,
.wp-figure {
  margin: clamp(30px, 5vw, 58px) 0;
}

.wp-content .alignleft {
  width: min(48%, 360px);
  margin: 0.35em 1.5em 1em 0;
  float: left;
}

.wp-content .alignright {
  width: min(48%, 360px);
  margin: 0.35em 0 1em 1.5em;
  float: right;
}

.wp-caption,
.wp-content figcaption {
  margin-top: 9px;
  color: var(--wp-muted);
  font-family: var(--wp-type);
  font-size: 13px;
  line-height: 1.35;
}

.wp-content blockquote,
.wp-block--quote {
  margin: 1.6em 0;
  padding-left: 1em;
  border-left: 4px solid var(--wp-wine);
  color: var(--wp-wine-deep);
  font-size: 20px;
  font-style: italic;
}

.wp-audio audio {
  width: 100%;
  accent-color: var(--wp-wine);
}

.wp-paywall-note {
  margin: 2em 0;
  padding: 18px 0;
  border-top: 1px solid var(--wp-line);
  border-bottom: 1px solid var(--wp-line);
  color: var(--wp-wine-deep);
  font-family: var(--wp-type);
  font-weight: 950;
}

body.is-subscription-open {
  overflow: hidden;
}

.subscription-overlay {
  position: fixed;
  z-index: 40;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
  overflow: auto;
  background: rgba(31, 22, 20, 0.5);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.subscription-overlay[hidden] {
  display: none;
}

.subscription-dialog {
  position: relative;
  width: min(650px, 100%);
  max-height: calc(100vh - 36px);
  max-height: calc(100dvh - 36px);
  overflow: auto;
  padding: 30px 34px 28px;
  border: 1px solid rgba(59, 24, 24, 0.35);
  border-radius: 6px;
  background: rgba(250, 247, 239, 0.98);
  box-shadow: 0 24px 80px rgba(31, 22, 20, 0.38);
  color: var(--wp-ink);
}

.subscription-dialog__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--wp-line);
  border-radius: 4px;
  background: transparent;
  color: var(--wp-wine-deep);
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 30px;
  line-height: 1;
}

.subscription-dialog__close:hover,
.subscription-dialog__close:focus-visible {
  border-color: var(--wp-wine);
  background: var(--wp-wine);
  color: var(--wp-paper);
  outline: none;
}

.subscription-dialog__eyebrow {
  margin: 0 54px 8px 0;
  color: var(--wp-wine);
  font-size: 13px;
  font-weight: 900;
}

.subscription-dialog h2 {
  max-width: 16ch;
  margin: 0 54px 16px 0;
  color: var(--wp-wine-deep);
  font-size: 34px;
  line-height: 0.95;
  overflow-wrap: anywhere;
}

.subscription-dialog__price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--wp-wine-deep);
}

.subscription-dialog__price strong {
  font-size: 26px;
}

.subscription-dialog__price span {
  color: var(--wp-muted);
  font-size: 13px;
  font-weight: 800;
}

.subscription-dialog__benefits {
  display: grid;
  gap: 7px;
  margin: 0 0 15px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

.subscription-dialog__editorial,
.subscription-dialog__note {
  color: var(--wp-muted);
  font-family: var(--wp-reading);
  font-size: 15px;
  line-height: 1.42;
}

.subscription-dialog__editorial {
  margin: 0 0 18px;
  padding: 13px 0;
  border-top: 1px solid var(--wp-line);
  border-bottom: 1px solid var(--wp-line);
}

.subscription-dialog__form {
  display: grid;
  gap: 8px;
}

.subscription-dialog__form > label:first-of-type {
  font-size: 13px;
  font-weight: 900;
}

.subscription-dialog__form input[type="email"] {
  width: 100%;
  min-height: 46px;
  padding: 9px 11px;
  border: 1px solid rgba(59, 24, 24, 0.42);
  border-radius: 4px;
  background: #fff;
  color: var(--wp-ink);
}

.subscription-dialog__form input[type="email"]:focus-visible,
.subscription-dialog__submit:focus-visible {
  outline: 3px solid rgba(123, 55, 54, 0.22);
  outline-offset: 2px;
}

.subscription-dialog__consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  margin: 4px 0 7px;
  color: var(--wp-muted);
  font-size: 12px;
  line-height: 1.35;
}

.subscription-dialog__consent input {
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: var(--wp-wine);
}

.subscription-dialog__consent a {
  color: var(--wp-wine-deep);
  text-decoration: underline;
}

.subscription-dialog__submit {
  min-height: 48px;
  padding: 10px 18px;
  border: 1px solid var(--wp-wine);
  border-radius: 4px;
  background: var(--wp-wine);
  color: #fff;
  cursor: pointer;
  font-weight: 900;
}

.subscription-dialog__submit:hover {
  background: var(--wp-wine-deep);
}

.subscription-dialog__note {
  margin: 13px 0 0;
  font-size: 12px;
}

@keyframes typeTick {
  0% { opacity: 0.18; transform: translateY(-0.08em) skewX(-2deg); filter: blur(0.7px); }
  50% { opacity: 0.72; transform: translateY(0.05em) skewX(2deg); filter: blur(0.35px); }
  100% { opacity: 1; transform: none; filter: none; }
}

@keyframes actionRailIn {
  to { opacity: 1; transform: translateX(0); }
}

@keyframes actionRailUp {
  to { opacity: 1; transform: translate(-50%, 0); }
}

@keyframes drinkCue {
  0%, 72%, 100% { transform: translateY(0) scale(1); }
  78% { transform: translateY(-2px) scale(1.04); }
  84% { transform: translateY(0) scale(0.98); }
  90% { transform: translateY(-1px) scale(1.02); }
}

@media (max-width: 1100px) {
  .story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story__media {
    width: min(360px, 94%);
  }

  .story__title {
    font-size: clamp(31px, 5.4vw, 58px);
  }
}

@media (min-width: 821px) and (max-width: 1300px) {
  .wp-study,
  .wp-article-page {
    width: min(1180px, calc(100vw - 32px));
    margin-right: auto;
    margin-left: auto;
  }

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

  .story__media {
    width: min(360px, 100%);
  }

  .story__title {
    font-size: 42px;
  }

  .action-rail {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    gap: 8px;
    margin: 0 0 22px;
    opacity: 1;
    transform: none;
    animation: none;
  }

  .action-rail__button--drink {
    width: 62px;
    min-height: 58px;
    margin: 0 8px 0 0;
  }

  .action-rail__button--text {
    width: 126px;
    min-height: 58px;
    padding: 7px 8px 6px;
    font-size: 12px;
  }
}

@media (min-width: 821px) and (max-width: 980px) {
  .story__title {
    font-size: 38px;
  }
}

@media (max-width: 820px) {
  .wp-study,
  .wp-article-page {
    width: min(100vw - 22px, 1360px);
    padding-bottom: 104px;
  }

  .masthead,
  .wp-article-head {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .brand {
    grid-template-columns: 118px;
  }

  .author-flap,
  .wp-article-meta {
    justify-self: stretch;
    width: 100%;
    min-height: 60px;
  }

  .author-flap__line {
    justify-content: center;
    white-space: nowrap;
  }

  .author-flap__line--name {
    font-size: clamp(25px, 8vw, 38px);
    line-height: 0.95;
  }

  .author-flap__line--region {
    font-size: clamp(13px, 4vw, 18px);
  }

  .story-grid {
    grid-template-columns: 1fr;
    gap: clamp(24px, 7vw, 42px);
    padding-top: 16px;
  }

  .story {
    padding: 6px 0;
  }

  .story__media {
    width: min(390px, 92vw);
  }

  .story__title {
    max-width: none;
    font-size: clamp(34px, 10vw, 58px);
    line-height: 0.86;
  }

  .story__dek {
    max-width: 58ch;
  }

  .action-rail {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    gap: 8px;
    margin: 0 0 22px;
    opacity: 1;
    transform: none;
    animation: none;
  }

  .action-rail__button--drink {
    width: clamp(50px, 14vw, 62px);
    min-height: clamp(48px, 13vw, 58px);
    margin: 0 8px 0 0;
  }

  .action-rail__button--text {
    width: clamp(104px, 31vw, 126px);
    min-height: clamp(42px, 13vw, 58px);
    padding: 7px 8px 6px;
    font-size: clamp(9px, 2.7vw, 12px);
  }

  .wp-article-shell {
    margin-top: 10px;
    padding: clamp(18px, 5vw, 32px);
  }

  .wp-article-title {
    max-width: none;
    font-size: clamp(38px, 12vw, 64px);
    line-height: 0.9;
  }

  .wp-content .alignleft,
  .wp-content .alignright {
    width: 100%;
    margin: 1.4em 0;
    float: none;
  }
}

@media (min-width: 700px) and (max-width: 820px) {
  .story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 24px;
  }

  .story__media {
    width: 100%;
  }

  .story__title {
    font-size: 34px;
  }
}

@media (max-width: 520px) {
  .subscription-overlay {
    align-items: end;
    padding: 8px;
  }

  .subscription-dialog {
    width: 100%;
    max-height: calc(100vh - 16px);
    max-height: calc(100dvh - 16px);
    padding: 24px 18px 20px;
  }

  .subscription-dialog h2 {
    margin-right: 46px;
    font-size: 26px;
  }

  .subscription-dialog__close {
    top: 9px;
    right: 9px;
  }

  .story-title-char {
    min-width: 0.72ch;
    margin-left: -0.07em;
  }

}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .action-rail,
  .action-rail__button--drink,
  .author-flap__char.is-ticking,
  .story-title-char.is-ticking {
    animation: none;
  }
  .action-rail { opacity: 1; transform: none; }
}

@media (max-width: 820px) and (prefers-reduced-motion: reduce) {
  .action-rail { transform: none; }
}
