:root {
  --yellow: #ffd23f;
  --yellow-deep: #e6aa08;
  --yellow-soft: #fff0a6;
  --ink: #111111;
  --white: #ffffff;
  --paper: #fff8df;
  --cream: #ffeeb0;
  --gold-shadow: #9b7100;
  --focus: #6b4d00;
  --muted: #56594f;
  --border: #191919;
  --shadow: 10px 10px 0 rgba(17, 17, 17, 0.9);
  --retro-font: "Arial Black", "Impact", Arial, Helvetica, sans-serif;
  --body-font: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 1px 1px, rgba(17, 17, 17, 0.08) 1px, transparent 1.6px) 0 0 / 18px 18px,
    linear-gradient(var(--paper), var(--paper));
  font-family: var(--body-font);
  font-size: 18px;
  line-height: 1.55;
}

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

main,
section,
header,
footer,
nav,
article,
figure,
form,
div {
  min-width: 0;
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 5px solid var(--focus);
  outline-offset: 4px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 20;
  padding: 0.75rem 1rem;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-180%);
}

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

.copy-stack a,
.contact-card a,
footer a,
.small a,
.checkbox-field a,
.legal-page a {
  text-decoration-thickness: 0.12em;
  text-decoration-skip-ink: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  min-height: 92px;
  padding: 0.7rem max(1rem, 5vw);
  background:
    linear-gradient(rgba(255, 248, 223, 0.96), rgba(255, 248, 223, 0.96)),
    repeating-linear-gradient(90deg, transparent 0 16px, rgba(17, 17, 17, 0.04) 16px 17px);
  border-bottom: 5px solid var(--ink);
  box-shadow: inset 0 -6px 0 var(--yellow);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  text-decoration: none;
}

.brand img {
  width: 168px;
  max-height: 86px;
  object-fit: contain;
}

.brand span {
  white-space: nowrap;
}

nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  font-family: var(--retro-font);
  font-size: 0.92rem;
  font-weight: 900;
  text-transform: uppercase;
  min-width: 0;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.social-icons a {
  display: inline-grid;
  width: 46px;
  min-width: 46px;
  height: 46px;
  place-items: center;
  color: var(--ink);
  background: var(--yellow);
  border: 4px solid var(--ink);
  border-radius: 50%;
  box-shadow: 3px 3px 0 var(--ink);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.social-icons a:hover {
  transform: translate(-2px, -2px) rotate(-4deg);
  box-shadow: 5px 5px 0 var(--ink);
}

.social-icons svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

nav a {
  max-width: 100%;
  min-height: 48px;
  padding: 0.68rem 0.78rem;
  border: 3px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  touch-action: manipulation;
}

nav a:hover,
nav a[aria-current="page"] {
  border-color: var(--ink);
  background: var(--yellow);
  box-shadow: inset 0 -4px 0 var(--yellow-deep);
}

.nav-action {
  color: var(--white);
  background: var(--ink);
}

.hero,
.page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 7vw, 6rem) max(1rem, 7vw);
  background:
    radial-gradient(circle at 88% 16%, rgba(255, 255, 255, 0.82) 0 11%, transparent 12%),
    repeating-radial-gradient(circle at 8% 12%, rgba(17, 17, 17, 0.055) 0 1px, transparent 1px 9px),
    linear-gradient(135deg, rgba(255, 210, 63, 0.98), rgba(255, 238, 176, 0.96) 50%, rgba(255, 248, 223, 1) 100%);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.9fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
  min-height: calc(100vh - 92px);
}

.page-hero {
  min-height: 55vh;
}

.story-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 360px);
  align-items: center;
  gap: clamp(1.5rem, 6vw, 4rem);
}

.checker-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 34px;
  background-image:
    linear-gradient(45deg, var(--ink) 25%, transparent 25%),
    linear-gradient(-45deg, var(--ink) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, var(--ink) 75%),
    linear-gradient(-45deg, transparent 75%, var(--ink) 75%);
  background-position: 0 0, 0 17px, 17px -17px, -17px 0;
  background-size: 34px 34px;
}

.checker-bottom::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 58%, rgba(255, 255, 255, 0.22) 58% 61%, transparent 61% 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0 2px, transparent 2px 32px);
}

.hero-copy,
.page-hero > * {
  position: relative;
  z-index: 1;
}

.hero-bubbles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-bubbles span {
  display: none;
  position: absolute;
  width: clamp(54px, 8vw, 110px);
  aspect-ratio: 1;
  right: 6%;
  bottom: 14%;
  background: url("assets/images/icon.png") center / contain no-repeat;
  box-shadow: none;
  filter: none;
  opacity: 0.38;
  animation: lemon-float 11s ease-in-out infinite;
}

.hero-bubbles span::before {
  content: none;
}

.hero-bubbles span::after {
  content: none;
}

.hero-bubbles span:nth-child(2) {
  right: 10%;
  top: 46%;
  animation-delay: -2.5s;
}

.hero-bubbles span:nth-child(3) {
  right: 4%;
  top: 20%;
  animation-delay: -5s;
}

.hero-bubbles span:nth-child(4) {
  right: 20%;
  bottom: 10%;
  animation-delay: -7.5s;
}

.ticker {
  overflow: hidden;
  color: var(--yellow);
  background: var(--ink);
  border-block: 5px solid var(--ink);
  box-shadow: inset 0 4px 0 var(--yellow), inset 0 -4px 0 var(--yellow);
}

.ticker div {
  display: flex;
  width: max-content;
  animation: ticker-scroll 26s linear infinite;
}

.ticker span {
  padding: 0.8rem 1.25rem;
  font-family: var(--retro-font);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.eyebrow {
  margin: 0 0 0.7rem;
  color: var(--gold-shadow);
  font-family: var(--retro-font);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
.button,
.social-links a,
summary,
.quick-info strong {
  font-family: var(--retro-font);
}

h1,
h2,
h3,
p,
li,
summary {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(2.85rem, 7.2vw, 6rem);
  line-height: 0.95;
  letter-spacing: 0;
  text-shadow: 3px 3px 0 rgba(255, 255, 255, 0.55);
}

.page-hero h1 {
  max-width: 15ch;
}

h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4.6vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 0.55rem;
  font-size: 1.32rem;
  line-height: 1.15;
  letter-spacing: 0;
}

p {
  margin: 0 0 1rem;
}

.intro {
  max-width: 43rem;
  margin-top: 1.35rem;
  font-size: clamp(1.18rem, 2.2vw, 1.5rem);
  font-weight: 800;
}

.narrow {
  max-width: 48rem;
}

.actions,
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.4rem;
  min-width: 0;
}

.button,
.social-links a {
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.82rem 1rem;
  border: 3px solid var(--ink);
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  touch-action: manipulation;
  box-shadow: 5px 5px 0 var(--ink), inset 0 -4px 0 rgba(17, 17, 17, 0.12);
}

.primary,
.dark {
  color: var(--white);
  background: var(--ink);
  box-shadow: 5px 5px 0 var(--yellow-deep);
}

.booking-button {
  position: relative;
  isolation: isolate;
  color: var(--ink);
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.28) 0 8px, transparent 8px 16px),
    linear-gradient(135deg, var(--yellow), var(--yellow-deep));
  border-color: var(--ink);
  box-shadow: 6px 6px 0 var(--white), 10px 10px 0 var(--ink);
}

.booking-button::after {
  content: "";
  position: absolute;
  inset: 7px;
  z-index: -1;
  border-radius: 5px;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0 8px, transparent 8px 16px);
}

.booking-button:hover {
  transform: translate(-2px, -2px);
  box-shadow: 8px 8px 0 var(--white), 12px 12px 0 var(--ink);
}

.secondary,
.light,
.social-links a {
  background: var(--white);
}

.hero-board {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(160px, 0.8fr) minmax(160px, 0.62fr);
  align-items: center;
  gap: 1rem;
  justify-self: stretch;
}

.hero .hero-board {
  max-width: 520px;
  justify-self: center;
}

.hero-logo {
  width: min(100%, 430px);
  padding: clamp(1rem, 3vw, 1.45rem);
  background: var(--white);
  border: 6px double var(--ink);
  border-radius: 50%;
  aspect-ratio: 1;
  object-fit: contain;
  box-shadow: 8px 8px 0 var(--ink), 0 0 0 10px var(--yellow);
  animation: bob 5s ease-in-out infinite;
}

.hero-logo.wordmark {
  width: min(100%, 430px);
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}

.quick-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background:
    repeating-linear-gradient(45deg, #191919 0 10px, var(--ink) 10px 20px);
  border-top: 5px solid var(--ink);
  border-bottom: 5px solid var(--ink);
}

.quick-info article {
  min-height: 150px;
  padding: clamp(1rem, 2.4vw, 1.6rem);
  color: var(--white);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}

.quick-info strong,
.quick-info span {
  display: block;
}

.quick-info strong {
  margin-bottom: 0.4rem;
  color: var(--yellow);
  font-size: 1.22rem;
  text-transform: uppercase;
}

.split,
.feature-band,
.connect,
.accessibility-section,
.cta-band {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
  padding: clamp(3.5rem, 8vw, 6rem) max(1rem, 7vw);
}

.split > div:first-child,
.feature-band > div:first-child,
.connect > div:first-child,
.accessibility-section > div:first-child,
.cta-band > div:first-child {
  max-width: 650px;
}

.copy-stack {
  max-width: 760px;
  font-size: 1.12rem;
  font-weight: 700;
}

.text-link {
  display: inline-flex;
  margin-top: 0.3rem;
  color: var(--gold-shadow);
  font-weight: 900;
}

.feature-band {
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.92), rgba(17, 17, 17, 0.86)),
    repeating-linear-gradient(135deg, var(--yellow) 0 14px, var(--yellow-soft) 14px 28px);
  color: var(--white);
  border-block: 5px solid var(--ink);
}

.feature-band .eyebrow,
.cta-band .eyebrow {
  color: var(--yellow);
}

.flavor-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.flavor-board span {
  display: grid;
  min-height: 86px;
  place-items: center;
  padding: 1rem;
  color: var(--ink);
  background: var(--yellow);
  border: 3px solid var(--ink);
  border-radius: 999px;
  font-family: var(--retro-font);
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 5px 5px 0 var(--white), inset 0 -5px 0 var(--yellow-deep);
  animation: float-card 7s ease-in-out infinite;
}

.flavor-board span:nth-child(2n) {
  animation-delay: -1.6s;
}

.flavor-board span:nth-child(3n) {
  animation-delay: -3.2s;
}

.cards-section,
.menu-section,
.faq,
.signature-sips {
  padding: clamp(3.5rem, 8vw, 6rem) max(1rem, 7vw);
}

.stops-section {
  padding: clamp(3.5rem, 8vw, 6rem) max(1rem, 7vw);
  background:
    linear-gradient(rgba(255, 248, 223, 0.88), rgba(255, 248, 223, 0.88)),
    repeating-conic-gradient(var(--white) 0 25%, rgba(17, 17, 17, 0.16) 0 50%) 0 / 38px 38px;
  border-bottom: 5px solid var(--ink);
}

.section-heading {
  max-width: 760px;
  margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
}

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

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

.card {
  min-height: 220px;
  padding: 1.2rem;
  background:
    linear-gradient(var(--white), var(--white)) padding-box,
    repeating-linear-gradient(45deg, var(--yellow) 0 8px, var(--ink) 8px 16px) border-box;
  border: 5px solid transparent;
  border-radius: 8px;
  box-shadow: 7px 7px 0 var(--ink);
}

.menu-section {
  background:
    linear-gradient(rgba(255, 248, 223, 0.9), rgba(255, 248, 223, 0.9)),
    repeating-conic-gradient(var(--white) 0 25%, rgba(17, 17, 17, 0.18) 0 50%) 0 / 34px 34px,
    var(--paper);
  border-bottom: 5px solid var(--ink);
}

.menu-board-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
}

.menu-board {
  max-width: 100%;
  margin: 0;
  background: var(--white);
  border: 6px double var(--ink);
  border-radius: 8px;
  box-shadow: 8px 8px 0 var(--ink);
  overflow: hidden;
}

.menu-board img {
  display: block;
  width: 100%;
  max-height: min(82vh, 980px);
  object-fit: contain;
  background: var(--white);
}

.menu-board figcaption {
  display: none;
  min-height: 320px;
  place-items: center;
  padding: clamp(1.4rem, 4vw, 2rem);
  color: var(--ink);
  background:
    linear-gradient(rgba(255, 248, 223, 0.82), rgba(255, 248, 223, 0.82)),
    repeating-conic-gradient(var(--white) 0 25%, var(--yellow) 0 50%) 0 / 34px 34px;
  border: 4px solid var(--ink);
  border-radius: 4px;
  font-weight: 900;
}

.menu-board.is-empty figcaption {
  display: grid;
  gap: 0.35rem;
}

.menu-board figcaption strong {
  font-family: var(--retro-font);
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.05;
}

code {
  padding: 0.1rem 0.25rem;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(17, 17, 17, 0.25);
  border-radius: 4px;
  font-size: 0.95em;
}

.card:nth-child(2n) {
  box-shadow: 6px 6px 0 var(--yellow-deep);
}

.card:nth-child(3n) {
  box-shadow: 6px 6px 0 var(--gold-shadow);
}

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

.stop-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.15rem;
  background: var(--white);
  border: 5px solid var(--ink);
  border-radius: 8px;
  box-shadow: 7px 7px 0 var(--ink);
  overflow-wrap: anywhere;
}

.stop-card-status {
  max-width: 720px;
}

.stop-date {
  width: max-content;
  max-width: 100%;
  margin-bottom: 0.8rem;
  padding: 0.35rem 0.55rem;
  color: var(--ink);
  background: var(--yellow);
  border: 3px solid var(--ink);
  border-radius: 999px;
  font-family: var(--retro-font);
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 3px 3px 0 var(--ink);
}

.stop-location,
.stop-hours {
  margin-bottom: 0.65rem;
  font-weight: 900;
}

.stop-hours {
  color: var(--gold-shadow);
}

.stop-card .actions {
  margin-top: auto;
  padding-top: 0.5rem;
}

.schedule-status {
  max-width: 720px;
  padding: 1rem;
  background: var(--white);
  border: 4px solid var(--ink);
  border-radius: 8px;
  font-weight: 900;
}

.quote-card p {
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.25;
}

.signature-sips {
  background:
    radial-gradient(circle at 1px 1px, rgba(17, 17, 17, 0.07) 1px, transparent 1.5px) 0 0 / 18px 18px,
    var(--paper);
}

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

.sip-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto auto 1fr;
  min-height: 0;
  padding: 0;
  background: var(--white);
  border: 5px solid var(--ink);
  border-radius: 8px;
  box-shadow: 8px 8px 0 var(--ink), inset 0 -8px 0 var(--yellow-soft);
}

.sip-card::after {
  content: none;
}

.sip-card h3,
.sip-card p {
  padding-inline: 1.1rem;
}

.sip-card h3 {
  margin-top: 1rem;
}

.sip-art {
  width: 100%;
  aspect-ratio: 1;
  margin: 0;
  border: 4px solid var(--ink);
  border-width: 0 0 4px;
  border-radius: 0;
  box-shadow: none;
  animation: none;
}

.sip-photo {
  width: 100%;
  aspect-ratio: 1;
  margin: 0;
  object-fit: cover;
  border: 0;
  border-bottom: 4px solid var(--ink);
  border-radius: 0;
  box-shadow: none;
  animation: none;
}

.sip-card:nth-child(2) .sip-art {
  animation-delay: -1.4s;
}

.sip-card:nth-child(3) .sip-art {
  animation-delay: -2.8s;
}

.lemonade {
  background: linear-gradient(#fff7bd 0 22%, var(--yellow) 22% 100%);
}

.soda {
  background: linear-gradient(#fff7bd 0 22%, #f7cb37 22% 55%, #fff8cc 55% 100%);
}

.seasonal {
  background: linear-gradient(#fff7bd 0 22%, #f0b90b 22% 52%, var(--yellow-soft) 52% 100%);
}

.cta-band {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.95), rgba(17, 17, 17, 0.92)),
    repeating-conic-gradient(var(--white) 0 25%, var(--ink) 0 50%) 0 / 42px 42px;
  border-block: 5px solid var(--ink);
}

.yellow-panel {
  background:
    repeating-radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.22) 0 2px, transparent 2px 18px),
    var(--yellow);
  border-top: 4px solid var(--ink);
  border-bottom: 4px solid var(--ink);
}

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

ul {
  margin: 0;
  padding-left: 1.3rem;
}

li + li {
  margin-top: 0.45rem;
}

.two-list ul,
.access-list {
  padding: 1.2rem 1.2rem 1.2rem 2rem;
  background: var(--white);
  border: 3px solid var(--ink);
  border-radius: 8px;
  font-weight: 800;
}

.faq {
  background: var(--paper);
}

details {
  max-width: 980px;
  padding: 1rem 1.1rem;
  background: var(--white);
  border: 4px double var(--ink);
  border-radius: 8px;
  box-shadow: 6px 6px 0 var(--yellow);
}

details + details {
  margin-top: 1rem;
}

summary {
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 900;
}

details p {
  margin: 0.8rem 0 0;
}

.accessibility-section {
  background: var(--ink);
  color: var(--white);
}

.accessibility-section .eyebrow {
  color: var(--yellow);
}

.access-list {
  color: var(--ink);
  box-shadow: 6px 6px 0 var(--yellow);
}

.connect {
  align-items: center;
  background: var(--yellow);
}

.image-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 1rem;
  padding: clamp(2rem, 5vw, 4rem) max(1rem, 7vw);
  background:
    linear-gradient(rgba(255, 238, 176, 0.86), rgba(255, 238, 176, 0.86)),
    repeating-conic-gradient(var(--white) 0 25%, var(--yellow) 0 50%) 0 / 36px 36px;
  border-top: 5px solid var(--ink);
  border-bottom: 5px solid var(--ink);
}

.media-slot {
  position: relative;
  display: grid;
  min-height: 260px;
  height: 100%;
  align-content: end;
  padding: 1rem;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)),
    repeating-conic-gradient(var(--white) 0 25%, var(--yellow) 0 50%) 0 / 36px 36px;
  border: 5px solid var(--ink);
  border-radius: 8px;
  box-shadow: 7px 7px 0 var(--ink);
  max-width: 100%;
}

.media-slot::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 3px solid rgba(17, 17, 17, 0.25);
  border-radius: 6px;
}

.media-slot span,
.media-slot strong {
  position: relative;
  z-index: 1;
}

.media-slot span {
  width: max-content;
  max-width: 100%;
  padding: 0.3rem 0.5rem;
  background: var(--ink);
  color: var(--yellow);
  border-radius: 6px;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.media-slot strong {
  display: block;
  margin-top: 0.55rem;
  font-size: 1.25rem;
  line-height: 1.1;
}

.media-slot.has-image {
  padding: 0;
  background: var(--white);
  border-style: solid;
  min-height: 320px;
  aspect-ratio: 4 / 3;
}

.media-slot.has-image::before {
  content: none;
}

.media-slot.has-image img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  background: var(--white);
}

.media-slot.has-image img.family-photo {
  object-position: center 28%;
}

.hero-photo-slot {
  min-height: 360px;
  transform: rotate(2deg);
}

.hero-photo-slot.has-image img {
  object-fit: cover;
}

.booking-section {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 1.25fr);
  gap: clamp(2rem, 6vw, 4rem);
  padding: clamp(3.5rem, 8vw, 6rem) max(1rem, 7vw);
  background:
    linear-gradient(rgba(255, 248, 204, 0.92), rgba(255, 248, 204, 0.92)),
    repeating-linear-gradient(135deg, var(--yellow) 0 14px, var(--yellow-soft) 14px 28px);
  border-top: 4px solid var(--ink);
}

.booking-card {
  align-self: center;
  padding: clamp(1.1rem, 3vw, 1.6rem);
  background: var(--white);
  border: 6px double var(--ink);
  border-radius: 8px;
  box-shadow: 8px 8px 0 var(--ink);
}

.booking-card .button {
  margin-top: 0.5rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(2rem, 6vw, 4rem);
  align-items: start;
  padding: clamp(3.5rem, 8vw, 6rem) max(1rem, 7vw);
  background: var(--cream);
}

.contact-card {
  padding: clamp(1.1rem, 3vw, 1.5rem);
  background: var(--white);
  border: 6px double var(--ink);
  border-radius: 8px;
  box-shadow: 8px 8px 0 var(--yellow-deep);
}

.contact-card h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: clamp(1rem, 3vw, 1.5rem);
  background: var(--white);
  border: 6px double var(--ink);
  border-radius: 8px;
  box-shadow: 8px 8px 0 var(--ink);
}

label {
  display: grid;
  gap: 0.35rem;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.75rem;
  color: var(--ink);
  background: var(--paper);
  border: 3px solid var(--ink);
  border-radius: 6px;
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 5px solid var(--focus);
  outline-offset: 2px;
  background: var(--white);
}

select {
  cursor: pointer;
}

button {
  cursor: pointer;
  font: inherit;
}

.full-field,
form button {
  grid-column: 1 / -1;
}

.checkbox-field {
  grid-template-columns: auto 1fr;
  align-items: start;
  font-weight: 700;
}

.checkbox-field input {
  width: 22px;
  min-height: 22px;
  margin-top: 0.2rem;
}

.hidden-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.gallery-grid {
  column-count: 4;
  column-gap: 1.1rem;
  padding: clamp(3.5rem, 8vw, 6rem) max(1rem, 7vw);
  background:
    radial-gradient(circle at 1px 1px, rgba(17, 17, 17, 0.07) 1px, transparent 1.5px) 0 0 / 18px 18px,
    var(--cream);
}

.gallery-grid .media-slot {
  display: block;
  width: 100%;
  min-height: 0;
  height: auto;
  margin: 0 0 1.1rem;
  break-inside: avoid;
  page-break-inside: avoid;
  background: var(--white);
  border: 5px solid var(--ink);
  border-radius: 8px;
  box-shadow: 6px 6px 0 var(--ink);
  overflow: hidden;
}

.gallery-grid .media-slot.has-image {
  min-height: 0;
  aspect-ratio: auto;
}

.gallery-grid .media-slot.has-image img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  background: var(--white);
}

.legal-page {
  max-width: 920px;
  padding: clamp(3.5rem, 8vw, 6rem) max(1rem, 7vw);
}

.legal-page h1 {
  max-width: none;
  margin-bottom: 1rem;
  font-size: clamp(2.6rem, 6vw, 5rem);
}

.legal-page h2 {
  margin-top: 2rem;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
}

.thank-you {
  min-height: 100vh;
}

.review-card {
  padding: 1.4rem;
  background: var(--white);
  border: 3px solid var(--ink);
  border-radius: 8px;
  box-shadow: 7px 7px 0 var(--yellow-deep);
}

.review-card .button {
  margin-top: 0.65rem;
}

.review-note {
  max-width: 42rem;
  font-weight: 800;
}

.stars {
  color: var(--yellow-deep);
  font-size: 2rem;
  letter-spacing: 0;
  -webkit-text-stroke: 1px var(--ink);
}

footer {
  padding: 2rem max(1rem, 7vw);
  color: var(--white);
  background:
    linear-gradient(rgba(17, 17, 17, 0.94), rgba(17, 17, 17, 0.94)),
    repeating-conic-gradient(var(--white) 0 25%, var(--ink) 0 50%) 0 / 34px 34px;
  border-top: 5px solid var(--yellow);
}

footer p {
  margin: 0;
}

.small {
  margin-top: 0.35rem;
  color: var(--yellow);
  font-size: 0.95rem;
}

.site-credit {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 2px dashed rgba(255, 216, 61, 0.55);
  color: var(--yellow-soft);
  font-size: 0.9rem;
}

.site-credit a {
  color: var(--yellow);
  font-weight: 900;
  text-decoration-color: var(--yellow);
}

.site-credit a:hover {
  color: var(--white);
}

@media (max-width: 1800px) {
  .gallery-grid {
    column-count: 3;
  }

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

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

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

  .hero {
    grid-template-columns: 1fr;
    align-content: start;
  }

  .hero-board {
    grid-template-columns: 1fr;
    max-width: 520px;
    justify-self: center;
    grid-row: 2;
    margin-top: 2rem;
  }

  .hero-copy {
    grid-row: 1;
  }

  .hero-logo {
    justify-self: center;
    order: 1;
  }

  .hero-photo-slot {
    order: 2;
    width: 100%;
    transform: none;
  }
}

@media (max-width: 1120px) {
  .quick-info,
  .image-strip,
  .sip-grid,
  .menu-board-grid,
  .card-grid,
  .card-grid.wide,
  .stops-grid,
  .two-list,
  .split,
  .feature-band,
  .connect,
  .accessibility-section,
  .cta-band,
  .booking-section,
  .contact-layout,
  form {
    grid-template-columns: 1fr;
  }

  .quick-info article {
    min-height: auto;
    padding-block: 1rem;
    border-right: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  }

  .media-slot.has-image {
    aspect-ratio: auto;
  }

  .media-slot.has-image img {
    height: auto;
    min-height: 0;
    object-fit: contain;
  }
}

@media (max-width: 880px) {
  .site-header {
    position: static;
    align-items: stretch;
    flex-direction: column;
  }

  nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
    overflow: visible;
    padding-bottom: 0;
  }

  .social-icons {
    width: 100%;
    justify-content: flex-start;
  }

  nav a {
    justify-content: center;
    text-align: center;
    padding-inline: 0.55rem;
  }

  .quick-info article {
    padding: 0.9rem 1rem;
  }

  .quick-info strong {
    margin-bottom: 0.25rem;
    font-size: 1.08rem;
  }

  .hero,
  .hero-board,
  .story-hero,
  .quick-info,
  .split,
  .feature-band,
  .connect,
  .accessibility-section,
  .cta-band,
  .card-grid,
  .card-grid.wide,
  .stops-grid,
  .two-list,
  .image-strip,
  .sip-grid,
  .booking-section,
  .contact-layout,
  form,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 2.5rem;
  }

  .hero-logo,
  .story-hero img {
    width: min(72vw, 320px);
  }

  .hero-logo {
    justify-self: center;
    order: 1;
  }

  .hero-photo-slot {
    order: 2;
    min-height: 250px;
    transform: none;
  }

  .gallery-grid .tall,
  .gallery-grid .wide-slot {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
  }

  .gallery-grid {
    column-count: 2;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 17px;
  }

  .brand span {
    white-space: normal;
  }

  .brand {
    align-items: center;
  }

  .brand img {
    width: 148px;
    max-height: 78px;
  }

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

  nav a {
    min-height: 50px;
    padding: 0.72rem 0.5rem;
    font-size: 0.95rem;
  }

  .quick-info article {
    padding: 0.8rem 1rem;
  }

  .quick-info span {
    font-size: 0.98rem;
    line-height: 1.35;
  }

  .hero,
  .page-hero,
  .split,
  .feature-band,
  .connect,
  .accessibility-section,
  .cta-band,
  .cards-section,
  .menu-section,
  .stops-section,
  .signature-sips,
  .faq {
    padding-inline: 1rem;
  }

  .actions .button,
  .social-links a {
    width: 100%;
  }

  .flavor-board {
    grid-template-columns: 1fr;
  }

  h1 {
    max-width: 12ch;
    font-size: clamp(2.5rem, 15vw, 4.2rem);
  }

  .intro {
    font-size: 1.12rem;
  }

  .hero-bubbles span {
    opacity: 0.42;
  }

  .ticker span {
    padding-inline: 0.9rem;
  }

  .gallery-grid {
    column-count: 1;
  }

  .menu-board,
  .stop-card,
  .card,
  .sip-card,
  .media-slot,
  form,
  .contact-card,
  .booking-card {
    box-shadow: 4px 4px 0 var(--ink);
  }
}

@keyframes bob {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }

  50% {
    transform: translateY(-10px) rotate(1deg);
  }
}

@keyframes float-card {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@keyframes lemon-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1) rotate(-12deg);
  }

  50% {
    transform: translate3d(18px, -26px, 0) scale(1.08) rotate(8deg);
  }
}

@keyframes ticker-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes drink-wiggle {
  0%,
  100% {
    transform: rotate(-2deg) translateY(0);
  }

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

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

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
