:root {
  --ref-wine: #811625;
  --ref-wine-deep: #4d0d16;
  --ref-wine-soft: #a12a39;
  --ref-cream: #f6e3bf;
  --ref-paper: #fff8e9;
  --ref-paper-deep: #f3d4a3;
  --ref-orange: #c95f2d;
  --ref-gold: #efb74a;
  --ref-green: #4f9e23;
  --ref-ink: #402019;
  --ref-muted: #805b49;
  --ref-line: color-mix(in oklab, var(--ref-orange), white 54%);
  --ref-shadow: 0 18px 48px rgba(92, 40, 22, .12), 0 2px 8px rgba(92, 40, 22, .08);
  --ref-motion: 540ms cubic-bezier(.2, .74, .18, 1);
}

html {
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

body,
.reference-home,
.reference-route {
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

body :where(img, svg, video, canvas) {
  max-width: 100%;
}

.reference-home {
  margin: 0;
  background: radial-gradient(circle at 88% 12%, rgba(239, 183, 74, .18), transparent 25rem), var(--ref-cream);
  color: var(--ref-ink);
  overflow-x: clip;
  font-family: ui-sans-serif, system-ui, sans-serif;
}

.reference-home :where(a, button):focus-visible {
  outline: 3px solid #1e6fc7;
  outline-offset: 4px;
}

.reference-home svg {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.reference-header {
  position: sticky;
  top: 0;
  z-index: 40;
  min-height: 4.5rem;
  padding-inline: 1.4rem;
  display: flex;
  align-items: center;
  gap: 1.75rem;
  background: linear-gradient(180deg, #982436, #74121f);
  border-bottom: .25rem solid #c77a31;
  box-shadow: 0 .25rem 1rem rgba(74, 17, 21, .24);
}

.reference-logo {
  display: block;
  line-height: 0;
}

.reference-logo img {
  display: block;
  width: 10rem;
  height: auto;
  filter: none;
}

.reference-header nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  color: #fff6df;
  font-size: .82rem;
  font-weight: 800;
}

.reference-header nav a {
  color: inherit;
  text-decoration: none;
  transition: color var(--ref-motion), transform var(--ref-motion);
}

.reference-header nav a:hover {
  color: #ffd56b;
  transform: translateY(-.1rem);
}

.reference-label {
  margin-inline-start: auto;
  color: #ffd992;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .68rem;
  font-weight: 900;
}

.reference-layout {
  width: 100%;
  display: grid;
  grid-template-columns: 11rem minmax(0, 1fr);
  max-width: 94rem;
  margin-inline: auto;
  box-shadow: 0 0 2rem rgba(91, 40, 22, .12);
}

.reference-sidebar {
  min-height: calc(100dvh - 4.5rem);
  padding: 1rem .6rem;
  display: flex;
  flex-direction: column;
  gap: .25rem;
  background: linear-gradient(180deg, #8b1e2d 0%, #a95432 64%, #efc88f 100%);
  border-inline-end: .2rem solid #d8783d;
}

.reference-sidebar a {
  min-height: 2.9rem;
  padding: .55rem .65rem;
  display: flex;
  align-items: center;
  gap: .65rem;
  border-bottom: 1px solid rgba(255, 235, 191, .22);
  color: #fff9e9;
  text-decoration: none;
  font-size: .76rem;
  font-weight: 800;
  transition: background var(--ref-motion), transform var(--ref-motion);
}

.reference-sidebar a:hover {
  background: rgba(255, 235, 191, .14);
  transform: translateX(.15rem);
}

.reference-sidebar a > span {
  width: 1.8rem;
  height: 1.8rem;
  flex: 0 0 1.8rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f3c36d;
  color: #6b1b22;
}

.reference-sidebar svg {
  width: 1rem;
  height: 1rem;
}

.reference-layout > main {
  min-width: 0;
  background: rgba(249, 231, 199, .82);
}

.reference-tabs {
  min-height: 3rem;
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  background: #f8d8a0;
  border-bottom: 1px solid #d89856;
  scrollbar-color: #bb6a32 #f8d8a0;
  scrollbar-width: thin;
}

.reference-tabs a {
  min-width: 8.1rem;
  min-height: 3rem;
  padding-inline: 1.1rem;
  display: grid;
  place-items: center;
  border-inline-end: 1px solid #dfb677;
  color: #722118;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-size: .68rem;
  font-weight: 900;
}

.reference-hero {
  position: relative;
  min-height: 24rem;
  overflow: clip;
  isolation: isolate;
  background: #efd29f;
  border-bottom: .25rem solid #c55c2c;
}

.reference-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}

.reference-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(255, 246, 225, .98) 0%, rgba(255, 244, 218, .86) 40%, rgba(255, 244, 218, .06) 72%);
}

.reference-hero-character {
  position: absolute;
  z-index: 1;
  right: 4%;
  bottom: -16%;
  width: auto;
  height: 118%;
  max-width: 44%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 1rem 1.5rem rgba(84, 31, 21, .18));
}

.reference-hero-copy {
  position: relative;
  z-index: 2;
  width: min(35rem, 57%);
  padding: 4rem 1.5rem 3.5rem 5.5%;
}

.reference-hero-copy > span,
.section-heading > span {
  display: inline-flex;
  align-items: center;
  min-height: 1.65rem;
  padding-inline: .72rem;
  border-radius: 999px;
  background: rgba(129, 22, 37, .09);
  color: #8a261e;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .64rem;
  font-weight: 900;
}

.reference-hero h1 {
  max-width: 12ch;
  margin: .7rem 0 .85rem;
  color: #771421;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 1.25rem + 3.4vw, 5rem);
  line-height: .91;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.reference-hero p {
  max-width: 53ch;
  margin: 0 0 1.2rem;
  font-size: .92rem;
  line-height: 1.55;
  text-wrap: pretty;
}

.reference-hero-copy > a {
  min-height: 3rem;
  padding: .32rem .35rem .32rem 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: .9rem;
  border: 2px solid #5f9c23;
  border-radius: 999px;
  background: linear-gradient(180deg, #85d83c, #3d9d16);
  box-shadow: 0 .25rem 0 #2e750d, inset 0 1px rgba(255, 255, 255, .4);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .72rem;
  font-weight: 900;
  text-shadow: 0 1px 1px #357811;
  transition: transform var(--ref-motion), filter var(--ref-motion);
}

.reference-hero-copy > a:hover {
  transform: translateY(-.12rem);
  filter: saturate(1.12);
}

.reference-hero-copy > a i {
  width: 2.15rem;
  height: 2.15rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, .14);
  font-style: normal;
}

.offer-showcase {
  width: min(73rem, calc(100% - 2.5rem));
  margin: -1.65rem auto 0;
  position: relative;
  z-index: 5;
  padding: 1.25rem;
  border: 1px solid rgba(119, 38, 42, .16);
  border-radius: 1.65rem;
  background: rgba(255, 248, 232, .94);
  box-shadow: 0 1.35rem 3.2rem rgba(89, 35, 20, .15);
  backdrop-filter: blur(.7rem);
}

.homepage-commercial-disclosure {
  width: min(73rem, calc(100% - 2.5rem));
  margin: -1.2rem auto 0;
  position: relative;
  z-index: 6;
  padding: .85rem 1rem;
  border: 1px solid rgba(119, 38, 42, .18);
  border-left: .28rem solid #d98b44;
  border-radius: .85rem;
  background: #fff8e8;
  box-shadow: 0 .75rem 1.7rem rgba(89, 35, 20, .12);
  color: #5d4034;
}

.homepage-commercial-disclosure p {
  margin: 0;
  font-size: .72rem;
  line-height: 1.5;
}

.homepage-commercial-disclosure a {
  color: var(--ref-wine);
  font-weight: 800;
}

.homepage-commercial-disclosure + .offer-showcase {
  margin-top: 1rem;
}

.offer-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 31rem);
  align-items: end;
  gap: .35rem 2rem;
  padding: .2rem .2rem 1rem;
}

.offer-heading > span {
  grid-column: 1 / -1;
  color: var(--ref-wine);
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.offer-heading h2 {
  margin: 0;
  color: var(--ref-wine-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 1.25rem + 1.3vw, 2.65rem);
  line-height: 1;
  letter-spacing: -.035em;
}

.offer-heading p {
  margin: 0;
  color: var(--ref-muted);
  font-size: .76rem;
  line-height: 1.5;
}

.offer-deck {
  display: grid;
  gap: .72rem;
  container-type: inline-size;
}

.offer-card {
  min-width: 0;
  min-height: 10.75rem;
  overflow: hidden;
  display: grid;
  grid-template-columns: 4.8rem 10.8rem minmax(0, 1fr) 11.2rem 11.8rem;
  align-items: stretch;
  border: 1px solid rgba(255, 213, 139, .2);
  border-radius: 1.05rem;
  background:
    radial-gradient(circle at 82% 12%, rgba(199, 92, 45, .12), transparent 15rem),
    linear-gradient(135deg, #421019, #5c1420 56%, #461018);
  box-shadow: 0 .75rem 1.65rem rgba(65, 16, 20, .16), inset 0 1px rgba(255, 239, 206, .05);
  color: #fff4df;
  transition: transform var(--ref-motion), box-shadow var(--ref-motion), border-color var(--ref-motion);
}

.offer-card[data-edge-card="1"] {
  border-color: rgba(240, 164, 66, .78);
  background:
    radial-gradient(circle at 86% 2%, rgba(240, 164, 66, .25), transparent 18rem),
    linear-gradient(135deg, #4b0e18, #711a24 57%, #501119);
  box-shadow: 0 1.1rem 2.4rem rgba(80, 22, 24, .25), inset .28rem 0 #eea43e;
}

.offer-card:hover {
  transform: translateY(-.14rem);
  border-color: rgba(240, 164, 66, .64);
  box-shadow: 0 1.2rem 2.5rem rgba(68, 14, 20, .25), inset 0 1px rgba(255, 255, 255, .07);
}

.offer-rank {
  min-width: 0;
  padding: 1.2rem .6rem;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: .6rem;
  border-right: 1px solid rgba(255, 222, 163, .15);
  background: rgba(34, 6, 13, .22);
}

.offer-rank b {
  color: #f6b957;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  line-height: 1;
}

.offer-rank span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: rgba(255, 239, 204, .62);
  font-size: .55rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.05;
  text-transform: uppercase;
}

.offer-brand {
  min-width: 0;
  padding: 1.15rem .95rem;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: .42rem;
  border-right: 1px solid rgba(255, 222, 163, .15);
}

.offer-brand-mark {
  width: 3.25rem;
  height: 3.25rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 224, 168, .35);
  border-radius: .8rem;
  background: linear-gradient(145deg, rgba(240, 164, 66, .24), rgba(32, 5, 12, .2));
  color: #ffd27c;
  box-shadow: inset 0 1px rgba(255, 255, 255, .1);
}

.offer-brand-mark svg {
  width: 1.75rem;
  height: 1.75rem;
}

.offer-brand small {
  color: #fff4df;
  font-size: .66rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.offer-brand em {
  color: rgba(255, 235, 198, .5);
  font-size: .55rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.offer-main {
  min-width: 0;
  padding: 1.15rem 1.25rem;
  display: grid;
  align-content: center;
  gap: .48rem;
}

.offer-main h3 {
  margin: 0;
  color: #fff7e9;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.28rem, 1.05rem + .45vw, 1.72rem);
  letter-spacing: -.025em;
  line-height: 1.05;
}

.offer-main p {
  max-width: 56ch;
  margin: 0;
  color: rgba(255, 237, 205, .67);
  font-size: .69rem;
  line-height: 1.42;
}

.offer-checklist {
  margin: .15rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .3rem .75rem;
  list-style: none;
}

.offer-checklist li {
  position: relative;
  padding-left: 1rem;
  color: #f6d398;
  font-size: .61rem;
  font-weight: 800;
  line-height: 1.25;
}

.offer-checklist li::before {
  content: "";
  width: .42rem;
  height: .42rem;
  position: absolute;
  left: 0;
  top: .16rem;
  border: 2px solid #e8a645;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.offer-verdict {
  min-width: 0;
  padding: 1.15rem .95rem;
  display: grid;
  align-content: center;
  gap: .4rem;
  border-left: 1px solid rgba(255, 222, 163, .15);
  border-right: 1px solid rgba(255, 222, 163, .15);
  background: rgba(31, 5, 11, .18);
}

.offer-verdict small {
  color: #e9a747;
  font-size: .55rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.offer-verdict strong {
  color: #fff4df;
  font-size: .77rem;
  line-height: 1.25;
}

.offer-verdict span {
  color: rgba(255, 235, 198, .5);
  font-size: .58rem;
  line-height: 1.3;
}

.offer-actions {
  min-width: 0;
  padding: 1.05rem .9rem;
  display: grid;
  align-content: center;
  gap: .65rem;
}

.offer-cta {
  min-width: 0;
  min-height: 3.05rem;
  padding: .68rem .8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  border: 1px solid #ffbd58;
  border-radius: .72rem;
  background: linear-gradient(180deg, #f7b74d, #d47727);
  box-shadow: 0 .22rem 0 #943d17, inset 0 1px rgba(255, 255, 255, .38);
  color: #34100d;
  font-size: .65rem;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: filter var(--ref-motion), transform var(--ref-motion);
}

.offer-cta:hover {
  filter: brightness(1.07) saturate(1.04);
  transform: translateY(-.08rem);
}

.offer-cta svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.offer-review {
  color: rgba(255, 239, 209, .72);
  font-size: .63rem;
  font-weight: 800;
  text-align: center;
  text-underline-offset: .2rem;
}

.offer-card[data-offer-state="hydrated"] .offer-verdict strong {
  color: #f6c262;
}

@container (max-width: 62rem) {
  .offer-card {
    grid-template-columns: 4.2rem 9.2rem minmax(0, 1fr) 10.2rem;
  }

  .offer-actions {
    grid-column: 2 / -1;
    padding: .75rem .9rem .9rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .offer-cta {
    width: min(14rem, 100%);
  }

  .offer-review {
    min-width: 8.5rem;
  }
}

.category-section,
.slot-section,
.guide-section {
  width: min(73rem, calc(100% - 2.5rem));
  margin-inline: auto;
  padding-top: 4.5rem;
}

.section-heading {
  margin-bottom: 1.25rem;
}

.section-heading h2 {
  margin: .55rem 0 0;
  color: var(--ref-wine-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 1.4rem + 1.5vw, 3rem);
  line-height: 1;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.section-heading p {
  max-width: 61ch;
  margin: .75rem 0 0;
  color: var(--ref-muted);
  font-size: .82rem;
  line-height: 1.55;
}

.category-rail {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: .55rem;
}

.category-chip {
  min-width: 0;
  min-height: 6.6rem;
  padding: .85rem .45rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  border: .3rem solid rgba(255, 248, 233, .8);
  border-radius: 1.2rem;
  outline: 1px solid rgba(159, 77, 43, .18);
  background: linear-gradient(155deg, #fff9ec, #f2d39f);
  box-shadow: 0 .6rem 1.5rem rgba(98, 42, 23, .08), inset 0 1px rgba(255, 255, 255, .9);
  color: #70231d;
  text-align: center;
  text-decoration: none;
  font-size: .7rem;
  font-weight: 900;
  transition: transform var(--ref-motion), color var(--ref-motion), background var(--ref-motion);
}

.category-chip svg {
  width: 2rem;
  height: 2rem;
  color: var(--ref-orange);
}

.category-chip:hover {
  transform: translateY(-.25rem);
  color: var(--ref-wine-deep);
  background: #fffaf0;
}

.slot-filter-nav {
  margin: 1.35rem 0 2.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.slot-filter-nav a {
  min-height: 2.65rem;
  padding: .65rem .8rem;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  border: 1px solid rgba(119, 20, 33, .18);
  border-radius: 999px;
  background: #fff8e9;
  color: var(--ref-wine-deep);
  text-decoration: none;
  font-size: .7rem;
  font-weight: 850;
}

.slot-filter-nav span {
  min-width: 1.55rem;
  height: 1.55rem;
  padding-inline: .35rem;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: var(--ref-wine);
  color: #fff8e9;
  font-size: .64rem;
}

.slot-shelf {
  padding-top: 1rem;
  scroll-margin-top: 5rem;
}

.slot-shelf + .slot-shelf {
  margin-top: 3.2rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(119, 20, 33, .14);
}

.slot-shelf-heading {
  margin-bottom: 1.15rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 31rem);
  gap: 1.5rem;
  align-items: end;
}

.slot-shelf-heading h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.5vw, 2.25rem);
  line-height: 1;
  color: var(--ref-wine-deep);
}

.slot-shelf-heading p {
  margin: 0;
  color: var(--ref-muted);
  font-size: .75rem;
  line-height: 1.5;
}

.slot-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.slot-shelves .slot-card {
  grid-template-columns: 1fr;
}

.slot-card-shell {
  min-width: 0;
  padding: .42rem;
  border-radius: 1.45rem;
  background: rgba(119, 20, 33, .1);
  outline: 1px solid rgba(119, 20, 33, .1);
  color: var(--ref-ink);
  text-decoration: none;
  transition: transform var(--ref-motion), background var(--ref-motion);
}

.slot-card-shell:hover {
  transform: translateY(-.35rem);
  background: rgba(119, 20, 33, .16);
}

.slot-card {
  height: 100%;
  display: grid;
  grid-template-columns: minmax(7rem, 42%) 1fr;
  overflow: clip;
  border-radius: 1.08rem;
  background: #fff8e9;
  box-shadow: var(--ref-shadow), inset 0 1px rgba(255, 255, 255, .8);
}

.slot-media {
  min-height: 13rem;
  padding: 1rem;
  display: grid;
  place-items: center;
  overflow: clip;
  background: linear-gradient(135deg, rgba(129, 22, 37, .96), rgba(78, 13, 22, .98)), #5b111b;
}

.slot-media img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 11rem;
  object-fit: contain;
  filter: drop-shadow(0 .75rem 1rem rgba(27, 3, 7, .28));
}

.slot-copy {
  min-width: 0;
  padding: 1.2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.slot-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  line-height: 1.05;
}

.slot-copy small {
  margin-top: .5rem;
  color: var(--ref-muted);
  font-size: .7rem;
  line-height: 1.35;
}

.slot-copy > span {
  margin-top: auto;
  padding-top: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: var(--ref-orange);
  text-transform: uppercase;
  font-size: .65rem;
  font-weight: 900;
}

.slot-copy > span svg {
  width: .9rem;
  height: .9rem;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .75rem;
}

.guide-card {
  min-width: 0;
  min-height: 10rem;
  padding: 1.2rem;
  display: grid;
  grid-template-columns: 3rem 1fr auto;
  align-items: center;
  gap: 1rem;
  border: .35rem solid rgba(255, 248, 233, .8);
  border-radius: 1.5rem;
  outline: 1px solid rgba(135, 62, 34, .14);
  background: linear-gradient(140deg, #fff9ed, #f3d5a4);
  box-shadow: 0 .8rem 2rem rgba(92, 40, 22, .09), inset 0 1px rgba(255, 255, 255, .9);
  color: var(--ref-ink);
  text-decoration: none;
  transition: transform var(--ref-motion), box-shadow var(--ref-motion);
}

.guide-card--wide {
  grid-column: span 2;
}

.guide-card:hover {
  transform: translateY(-.3rem);
  box-shadow: 0 1.35rem 2.8rem rgba(92, 40, 22, .14), inset 0 1px rgba(255, 255, 255, .9);
}

.guide-icon {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 1rem;
  background: var(--ref-wine);
  color: #ffd681;
}

.guide-icon svg {
  width: 1.45rem;
  height: 1.45rem;
}

.guide-card strong,
.guide-card small {
  display: block;
}

.guide-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.1;
}

.guide-card small {
  margin-top: .4rem;
  color: var(--ref-muted);
  font-size: .72rem;
  line-height: 1.45;
  text-wrap: pretty;
}

.guide-arrow {
  width: 2.2rem;
  height: 2.2rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(129, 22, 37, .08);
  color: var(--ref-wine);
}

.reference-editorial {
  width: min(56rem, calc(100% - 2.5rem));
  margin: 5rem auto 4rem;
  padding: 2.25rem 2.5rem;
  border: .4rem solid rgba(255, 248, 233, .76);
  border-radius: 1.7rem;
  outline: 1px solid rgba(135, 62, 34, .14);
  background: #fff8e9;
  box-shadow: var(--ref-shadow), inset 0 1px rgba(255, 255, 255, .9);
}

.reference-notice {
  padding: .85rem 1rem;
  border-left: .3rem solid var(--ref-wine);
  background: #f6ddb0;
  color: #6d3b2c;
  font-size: .82rem;
  line-height: 1.5;
}

.reference-editorial article h2 {
  margin-top: 3rem;
  color: var(--ref-wine-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 1.4rem + 1.2vw, 2.7rem);
  line-height: 1.05;
  letter-spacing: -.03em;
  text-wrap: balance;
}

.reference-editorial article p,
.reference-editorial article li {
  max-width: 72ch;
  line-height: 1.72;
  text-wrap: pretty;
}

.reference-editorial article .route-visual {
  margin: 1.25rem 0 2rem;
  overflow: clip;
  border-radius: 1.15rem;
  background: var(--ref-paper-deep);
}

.reference-editorial article .route-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.author-card {
  margin-top: 3.5rem;
  padding: 1.2rem;
  display: grid;
  grid-template-columns: 6rem 1fr auto;
  align-items: center;
  gap: 1.25rem;
  border-radius: 1.35rem;
  background: linear-gradient(135deg, #64111d, #8e2330);
  color: #fff8e9;
  box-shadow: inset 0 1px rgba(255, 255, 255, .16), 0 1rem 2rem rgba(76, 13, 22, .2);
}

.author-photo-shell {
  width: 6rem;
  height: 6rem;
  padding: .28rem;
  overflow: clip;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, .16);
  outline: 1px solid rgba(255, 255, 255, .24);
}

.author-photo-shell img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .95rem;
}

.author-copy > * {
  display: block;
}

.author-copy small {
  color: #f4c76f;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .61rem;
  font-weight: 900;
}

.author-copy strong {
  margin-top: .25rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.1;
}

.author-copy span {
  margin-top: .35rem;
  font-size: .78rem;
  line-height: 1.45;
}

.author-copy em {
  margin-top: .45rem;
  color: #e9c9bd;
  font-size: .66rem;
  line-height: 1.4;
}

.author-copy [data-author-methodology],
.author-copy time {
  margin-top: .5rem;
  color: #f5dfd4;
  font-size: .68rem;
  line-height: 1.45;
}

.author-copy [data-author-methodology] a {
  color: #f4c76f;
}

.author-mark {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  color: #f4c76f;
}

.reference-footer {
  min-height: 9rem;
  padding: 2rem max(1.5rem, calc((100% - 72rem) / 2));
  display: grid;
  grid-template-columns: minmax(11rem, 1.35fr) repeat(2, minmax(8rem, .8fr)) minmax(14rem, 1.2fr) auto;
  align-items: center;
  gap: 1.75rem;
  background: #5d111a;
  color: #fceac9;
}

.reference-footer .footer-brand img {
  width: 8.9rem;
  height: auto;
  filter: none;
}

.reference-footer .footer-brand p {
  margin-top: .55rem;
}

.reference-footer p {
  margin: 0;
  font-size: .78rem;
}

.reference-footer nav,
.reference-footer .footer-responsible {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .45rem;
  font-size: .73rem;
}

.reference-footer a,
.reference-footer button {
  color: #fceac9;
}

.reference-footer button {
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: .18em;
  cursor: pointer;
}

.reference-footer .footer-help {
  min-height: 4.25rem;
  padding: .75rem .9rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .05rem .7rem;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: .75rem;
  background: rgba(255, 255, 255, .08);
  text-decoration: none;
}

.reference-footer .footer-help .footer-age {
  grid-row: 1 / 3;
  width: 2.65rem;
  height: 2.65rem;
  display: grid;
  place-items: center;
  border: 2px solid #f4c76f;
  border-radius: 50%;
  color: #f4c76f;
  font-weight: 900;
}

.reference-footer .footer-help [data-help-warning] {
  font-size: .66rem;
}

.reference-footer .footer-help strong {
  font-size: .75rem;
}

.mobile-menu-toggle {
  display: none;
}

.consent-banner[hidden],
.consent-settings[hidden] {
  display: none !important;
}

@media (max-width: 64rem) {
  .reference-layout {
    grid-template-columns: 1fr;
  }

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

  .reference-footer .footer-brand,
  .reference-footer .footer-help {
    grid-column: span 1;
  }

  .reference-sidebar {
    display: none;
  }

  .category-rail {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .slot-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .slot-card {
    grid-template-columns: 1fr;
  }

  .slot-media {
    min-height: 12rem;
  }
}

@media (max-width: 47.99rem) {
  .reference-header {
    min-height: 3.7rem;
    padding-inline: .75rem;
    gap: .75rem;
  }

  .reference-logo img {
    width: 6rem;
  }

  .reference-label {
    display: none;
  }

  .mobile-menu-toggle {
    width: 2.5rem;
    height: 2.5rem;
    margin-inline-start: 0;
    padding: .55rem;
    position: relative;
    display: block;
    border: 1px solid rgba(255, 236, 193, .5);
    border-radius: .75rem;
    background: #66121b;
  }

  .mobile-menu-toggle span {
    width: 1.15rem;
    height: .12rem;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    background: #fff5d8;
    transition: transform var(--ref-motion), opacity var(--ref-motion);
  }

  .mobile-menu-toggle span:first-child {
    transform: translate(-50%, calc(-50% - .36rem));
  }

  .mobile-menu-toggle span:nth-child(2) {
    transform: translate(-50%, -50%);
  }

  .mobile-menu-toggle span:last-child {
    transform: translate(-50%, calc(-50% + .36rem));
  }

  .mobile-menu-toggle[aria-expanded="true"] span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-toggle[aria-expanded="true"] span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .reference-header nav {
    position: fixed;
    left: .65rem;
    right: .65rem;
    top: 4rem;
    bottom: .75rem;
    z-index: 50;
    padding: .8rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    max-height: calc(100dvh - 4.75rem);
    overflow: hidden;
    border: 2px solid #d98b44;
    border-radius: 1rem;
    background: #5c0e19;
    box-shadow: 0 1.4rem 3rem rgba(52, 4, 12, .28);
    isolation: isolate;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-.7rem) scale(.98);
    transition: opacity var(--ref-motion), transform var(--ref-motion);
  }

  .reference-header nav[data-open="true"] {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  body.menu-open {
    overflow: hidden;
  }

  .reference-header nav a {
    min-height: 2.75rem;
    padding: .7rem;
    display: flex;
    align-items: center;
  }

  .reference-tabs {
    justify-content: flex-start;
  }

  .reference-tabs a {
    min-width: 6.5rem;
    font-size: .61rem;
  }

  .reference-hero {
    min-height: 32rem;
  }

  .reference-hero-bg {
    height: 62%;
    object-position: center;
  }

  .reference-hero::after {
    background: linear-gradient(0deg, rgba(255, 244, 220, .99) 0%, rgba(255, 244, 220, .9) 43%, rgba(255, 244, 220, .04) 73%);
  }

  .reference-hero-character {
    right: -6%;
    bottom: 38%;
    width: auto;
    height: 60%;
    max-width: 68%;
  }

  .reference-hero-copy {
    position: absolute;
    inset: auto 0 0;
    width: auto;
    padding: 1.5rem 1.05rem 1.8rem;
  }

  .reference-hero h1 {
    font-size: clamp(2.15rem, 1.4rem + 4.2vw, 3rem);
  }

  .reference-hero p {
    font-size: .8rem;
  }

  .offer-showcase {
    width: calc(100% - 1.25rem);
    margin-top: -1rem;
    padding: .78rem;
    border-radius: 1.2rem;
  }

  .homepage-commercial-disclosure {
    width: calc(100% - 1.25rem);
    margin-top: -.7rem;
    padding: .75rem .8rem;
  }

  .offer-heading {
    grid-template-columns: 1fr;
    gap: .55rem;
    padding: .3rem .2rem .9rem;
  }

  .offer-heading > span {
    grid-column: auto;
  }

  .offer-heading p {
    max-width: 43rem;
  }

  .offer-deck {
    gap: .65rem;
  }

  .offer-card {
    min-height: 0;
    grid-template-columns: 3.1rem minmax(0, 1fr);
    align-items: stretch;
    transform: none;
  }

  .offer-rank {
    grid-column: 1;
    grid-row: 1 / 5;
    padding: .9rem .4rem;
  }

  .offer-rank b {
    font-size: 1.22rem;
  }

  .offer-brand,
  .offer-main,
  .offer-verdict,
  .offer-actions {
    grid-column: 2;
  }

  .offer-brand {
    padding: .85rem .9rem .7rem;
    grid-template-columns: 2.7rem minmax(0, 1fr);
    align-items: center;
    align-content: initial;
    gap: .15rem .7rem;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 222, 163, .15);
  }

  .offer-brand-mark {
    grid-row: 1 / 3;
    width: 2.7rem;
    height: 2.7rem;
  }

  .offer-brand small,
  .offer-brand em {
    grid-column: 2;
  }

  .offer-main {
    padding: .9rem;
  }

  .offer-main h3 {
    font-size: 1.24rem;
  }

  .offer-verdict {
    padding: .75rem .9rem;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: .2rem .65rem;
    border: 0;
    border-top: 1px solid rgba(255, 222, 163, .15);
    border-bottom: 1px solid rgba(255, 222, 163, .15);
  }

  .offer-verdict small {
    grid-row: 1 / 3;
  }

  .offer-actions {
    padding: .85rem .9rem 1rem;
    display: grid;
    justify-content: stretch;
  }

  .offer-cta {
    width: 100%;
  }

  .category-section,
  .slot-section,
  .guide-section {
    width: calc(100% - 1.25rem);
    padding-top: 3.8rem;
  }

  .category-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 7.4rem;
    grid-template-columns: none;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: .15rem .1rem .9rem;
    scrollbar-color: #bb6a32 #f1d29e;
    scrollbar-width: thin;
  }

  .category-chip {
    min-height: 6.3rem;
  }

  .slot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .6rem;
  }

  .slot-shelf-heading {
    grid-template-columns: 1fr;
    gap: .55rem;
  }

  .slot-card {
    grid-template-columns: 1fr;
  }

  .slot-media {
    min-height: 10.5rem;
    padding: .75rem;
  }

  .slot-media img {
    max-height: 9rem;
  }

  .slot-copy {
    min-height: 7.8rem;
    padding: .85rem .75rem;
  }

  .slot-copy strong {
    font-size: .95rem;
  }

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

  .guide-card,
  .guide-card--wide {
    grid-column: auto;
    min-height: 8rem;
  }

  .reference-editorial {
    width: calc(100% - 1.25rem);
    margin: 4rem auto 2.5rem;
    padding: 1.25rem 1rem;
  }

  .author-card {
    grid-template-columns: 4.5rem 1fr;
    gap: .9rem;
  }

  .author-photo-shell {
    width: 4.5rem;
    height: 4.5rem;
  }

  .author-mark {
    display: none;
  }

  .author-copy strong {
    font-size: 1.2rem;
  }

  .reference-footer {
    grid-template-columns: 1fr;
    gap: .9rem;
    padding: 1.6rem 1.1rem;
  }

  .reference-footer img {
    width: 7rem;
  }
}

@media (max-width: 23.75rem) {
  .reference-hero {
    min-height: 30.5rem;
  }

  .slot-grid {
    gap: .45rem;
  }

  .slot-copy {
    padding: .75rem .6rem;
  }
}

@media (pointer: coarse) {
  .reference-home :where(a, button) {
    min-height: 2.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reference-home *,
  .reference-home *::before,
  .reference-home *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (forced-colors: active) {
  .offer-card,
  .category-chip,
  .slot-card-shell,
  .guide-card,
  .reference-editorial,
  .author-card {
    border: 1px solid CanvasText;
    outline: none;
  }
}

/* Shared site chrome and route layout. */
.reference-nav-panel {
  min-width: 0;
}

.reference-nav-primary {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.reference-nav-groups {
  display: none;
}

.reference-header a.is-active,
.reference-tabs a.is-active,
.reference-sidebar a.is-active {
  color: #ffd56b;
}

.reference-sidebar a.is-active {
  background: rgba(255, 235, 191, .16);
  box-shadow: inset .2rem 0 0 #f3c36d;
}

.reference-route {
  margin: 0;
  background: #f3e2c1;
  color: #352019;
}

.reference-route :where(.reference-layout, main, .route-content-shell, .route-lead, .route-lead-copy, .route-article, .author-card, .route-vector, .reference-footer) {
  min-width: 0;
}

.reference-route :where(p, li, a, span, strong, em, time) {
  overflow-wrap: anywhere;
}

.route-page-reference {
  min-width: 0;
  background:
    radial-gradient(circle at 88% 8%, rgba(197, 112, 48, .12), transparent 22rem),
    rgba(249, 231, 199, .88);
}

.route-content-shell {
  width: min(62rem, calc(100% - 3rem));
  margin-inline: auto;
  padding: 1.4rem 0 6rem;
}

.route-breadcrumb {
  display: flex;
  align-items: center;
  gap: .55rem;
  color: #805344;
  font-size: .72rem;
}

.route-breadcrumb a {
  color: #6f1b25;
  font-weight: 800;
}

.route-lead {
  margin: 1rem 0 1.35rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, .82fr);
  gap: clamp(1.4rem, 4vw, 3.5rem);
  align-items: center;
}

.route-lead-copy {
  padding: 1rem 0 1.5rem;
}

.route-kicker {
  color: #8a2630;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .68rem;
  font-weight: 900;
}

.route-lead h1 {
  max-width: 13ch;
  margin: .65rem 0 1.2rem;
  color: #5c1520;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 5.7vw, 5.4rem);
  line-height: .92;
  letter-spacing: -.058em;
  text-wrap: balance;
}

.route-lead p {
  max-width: 56ch;
  margin: 0;
  color: #68473a;
  font-size: 1rem;
}

.route-lead .route-banner {
  min-height: 18rem;
  margin: 0;
}

.route-content-shell > .reference-notice {
  margin: 0 0 1rem;
}

.route-content-shell > .author-card {
  margin: 0 0 1.25rem;
}

.route-content-shell > .route-vector {
  margin: 0 0 2.5rem;
}

.route-article {
  max-width: 49rem;
  margin-inline: auto;
}

.route-article h2 {
  margin: 4rem 0 1.25rem;
  color: #641823;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.route-article h3 {
  margin: 2.5rem 0 1rem;
  color: #6b2028;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  line-height: 1.15;
}

.route-article p,
.route-article li {
  color: #493229;
  font-size: 1.02rem;
  line-height: 1.75;
}

.route-article p {
  max-width: 68ch;
  margin: 0 0 1.25rem;
}

.reader-task-list {
  margin: 1.4rem 0 2rem;
  padding: 1.2rem 1.3rem 1.2rem 2.6rem;
  border-left: .3rem solid #8a2630;
  background: rgba(255, 248, 232, .72);
  box-shadow: 0 .7rem 1.7rem rgba(92, 38, 25, .08);
}

.route-article .table-scroll {
  width: 100%;
  max-width: 100%;
  margin: 1.4rem 0 2rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  border: 1px solid rgba(114, 24, 37, .18);
  border-radius: 14px;
  background: rgba(255, 251, 238, .86);
  box-shadow: 0 12px 32px rgba(86, 20, 30, .08);
}

.route-article table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font-size: .94rem;
  line-height: 1.55;
}

.route-article th,
.route-article td {
  padding: .9rem 1rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(114, 24, 37, .13);
}

.route-article th {
  color: #fff8ec;
  background: #6f1824;
  font-family: Georgia, "Times New Roman", serif;
  font-size: .9rem;
  letter-spacing: .025em;
}

.route-article tbody tr:last-child td {
  border-bottom: 0;
}

.route-article tbody tr:nth-child(even) td {
  background: rgba(246, 220, 166, .22);
}

.route-article .route-visual {
  width: min(59rem, calc(100vw - 15rem));
  margin: 1.5rem 0 2.5rem 50%;
  transform: translateX(-50%);
}

.reference-footer {
  min-height: 0;
  padding: 0;
  display: block;
  background: #531019;
}

.reference-footer .footer-grid {
  width: min(88rem, calc(100% - 3rem));
  margin-inline: auto;
  padding: 3.2rem 0 2.5rem;
  display: grid;
  grid-template-columns: minmax(15rem, 1.45fr) repeat(3, minmax(9rem, .8fr)) minmax(15rem, 1.2fr);
  gap: clamp(1.4rem, 3vw, 3rem);
  align-items: start;
}

.reference-footer .footer-brand p {
  max-width: 34ch;
  margin: .7rem 0 0;
  line-height: 1.55;
}

.reference-footer .footer-brand .footer-disclosure {
  color: #dcbf99;
  font-size: .72rem;
}

.reference-footer nav,
.reference-footer .footer-safety {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .55rem;
}

.reference-footer nav > strong,
.reference-footer .footer-safety > strong {
  margin-bottom: .35rem;
  color: #f4c76f;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .66rem;
}

.reference-footer nav a,
.reference-footer nav button,
.reference-footer .footer-safety > a {
  color: #f8e5c4;
  font-size: .74rem;
  line-height: 1.35;
  text-decoration-color: rgba(248, 229, 196, .45);
}

.reference-footer .footer-safety > p {
  color: #dcbf99;
  font-size: .73rem;
  line-height: 1.5;
}

.reference-footer .footer-help {
  width: 100%;
  margin-top: .45rem;
}

.footer-bottom {
  min-height: 3.4rem;
  padding: .8rem max(1.5rem, calc((100% - 88rem) / 2));
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: #c9a886;
  font-size: .65rem;
}

@media (max-width: 74rem) {
  .reference-footer .footer-grid {
    grid-template-columns: 1.3fr repeat(2, 1fr);
  }

  .reference-footer .footer-brand,
  .reference-footer .footer-safety {
    grid-column: span 1;
  }
}

@media (max-width: 56rem) {
  .route-lead {
    grid-template-columns: 1fr;
  }

  .route-lead h1 {
    max-width: 16ch;
  }

  .route-lead .route-banner {
    min-height: 14rem;
  }

  .route-article .route-visual {
    width: 100%;
    margin-left: 0;
    transform: none;
  }
}

@media (max-width: 47.99rem) {
  .reference-tabs,
  .category-rail,
  .slot-filter-nav,
  .route-article .table-scroll {
    scrollbar-width: none;
  }

  .reference-tabs::-webkit-scrollbar,
  .category-rail::-webkit-scrollbar,
  .slot-filter-nav::-webkit-scrollbar,
  .route-article .table-scroll::-webkit-scrollbar {
    display: none;
  }

  .reference-nav-panel .reference-nav-primary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .2rem;
    padding-bottom: .65rem;
    border-bottom: 1px solid rgba(255, 235, 191, .18);
  }

  .reference-nav-groups {
    margin-top: .7rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .8rem;
    max-height: calc(100dvh - 12.5rem);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .reference-nav-groups section {
    display: flex;
    flex-direction: column;
  }

  .reference-nav-groups section:last-child {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reference-nav-groups strong {
    grid-column: 1 / -1;
    padding: .45rem .7rem .2rem;
    color: #f4c76f;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .6rem;
  }

  .reference-header nav.reference-nav-panel a {
    min-height: 2.35rem;
    padding: .5rem .7rem;
    font-size: .72rem;
  }

  .route-content-shell {
    width: calc(100% - 1.35rem);
    padding-top: 1rem;
  }

  .route-lead h1 {
    font-size: clamp(2.55rem, 12vw, 3.75rem);
  }

  .route-article p,
  .route-article li {
    font-size: .96rem;
  }

  .reference-footer .footer-grid {
    width: calc(100% - 2rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem 1rem;
  }

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

  .footer-bottom {
    flex-direction: column;
    padding-inline: 1rem;
  }
}

@media (max-width: 25rem) {
  .reference-nav-groups,
  .reference-footer .footer-grid {
    grid-template-columns: 1fr;
  }

  .reference-nav-groups section:last-child {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
}

@media (pointer: coarse) {
  .reference-route :where(a, button) {
    min-height: 2.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reference-route *,
  .reference-route *::before,
  .reference-route *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
