:root {
  --bg: #09090b;
  --bg-soft: #101115;
  --panel: rgba(255, 255, 255, 0.07);
  --panel-strong: rgba(255, 255, 255, 0.1);
  --line: rgba(255, 255, 255, 0.12);
  --text: #f4efe6;
  --muted: rgba(244, 239, 230, 0.72);
  --accent: #e9a54b;
  --accent-2: #95c5ff;
  --shadow: 0 24px 90px rgba(0, 0, 0, 0.36);
  --radius: 30px;
  --content: 1280px;
  --glow-x: 50%;
  --glow-y: 50%;
  --scroll-progress: 0%;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top, rgba(149, 197, 255, 0.1), transparent 28%),
    radial-gradient(circle at 18% 16%, rgba(233, 165, 75, 0.14), transparent 30%),
    linear-gradient(180deg, #050609 0%, #0a0c10 44%, #09090b 100%);
  overflow-x: clip;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  max-width: 100%;
  overscroll-behavior-x: none;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--glow-x) var(--glow-y), rgba(233, 165, 75, 0.12), transparent 18%),
    radial-gradient(circle at calc(var(--glow-x) + 10%) calc(var(--glow-y) - 8%), rgba(149, 197, 255, 0.08), transparent 20%);
  opacity: 0.9;
  transition: opacity 220ms ease;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, black 44%, transparent 100%);
}

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

.site-shell {
  width: min(calc(100% - 32px), var(--content));
  margin: 0 auto;
  position: relative;
  padding-bottom: 110px;
  overflow-x: clip;
}

.cursor-glow {
  position: fixed;
  top: 0;
  left: 0;
  width: 26rem;
  height: 26rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(233, 165, 75, 0.14), rgba(233, 165, 75, 0.06) 35%, transparent 70%);
  transform: translate3d(-50%, -50%, 0);
  filter: blur(34px);
  pointer-events: none;
  z-index: 2;
  opacity: 0.7;
  mix-blend-mode: screen;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: var(--scroll-progress);
  background: linear-gradient(90deg, var(--accent), #f7d39b, var(--accent-2));
  box-shadow: 0 0 18px rgba(233, 165, 75, 0.45);
  z-index: 60;
}

.ambient {
  position: fixed;
  border-radius: 999px;
  filter: blur(70px);
  pointer-events: none;
  opacity: 0.5;
}

.ambient-a {
  width: 22rem;
  height: 22rem;
  top: 8%;
  left: -6rem;
  background: rgba(233, 165, 75, 0.15);
  animation: ambientFloatA 18s ease-in-out infinite;
}

.ambient-b {
  width: 24rem;
  height: 24rem;
  top: 24rem;
  right: -8rem;
  background: rgba(149, 197, 255, 0.12);
  animation: ambientFloatB 22s ease-in-out infinite;
}

.ambient-c {
  width: 18rem;
  height: 18rem;
  bottom: 8rem;
  left: 40%;
  background: rgba(225, 102, 102, 0.1);
  animation: ambientFloatC 20s ease-in-out infinite;
}

.topbar {
  position: sticky;
  top: 16px;
  z-index: 30;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 18px;
  padding: 16px 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(10, 11, 14, 0.58);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--accent), #f2d39c);
  color: #111;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(233, 165, 75, 0.35);
}

.brand-text {
  display: grid;
  gap: 2px;
}

.brand-text strong,
.nav a,
.button,
.price,
.drink-header strong,
.menu-list strong,
.hours-list strong {
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brand-text small {
  color: var(--muted);
}

.nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav a {
  color: var(--muted);
  font-size: 0.82rem;
  transition: color 180ms ease, transform 180ms ease;
}

.nav a:hover {
  color: var(--text);
  transform: translateY(-2px);
}

.section {
  padding: 78px 0;
}

.hero {
  min-height: calc(100vh - 120px);
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 30px;
}

.eyebrow,
.section-tag,
.drink-category,
.stage-label {
  margin: 0 0 16px;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  line-height: 0.94;
}

h1 {
  font-size: clamp(4rem, 11vw, 8.5rem);
  margin-bottom: 22px;
}

h1 span {
  display: block;
  max-width: 10ch;
  margin-top: 18px;
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  line-height: 1.06;
  color: var(--muted);
}

.hero-text,
.section-intro,
.drink-copy p,
.menu-note,
.feature p,
.visit-card p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-pills span {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  animation: pillPulse 6s ease-in-out infinite;
}

.hero-pills span:nth-child(2) {
  animation-delay: 0.5s;
}

.hero-pills span:nth-child(3) {
  animation-delay: 1s;
}

.hero-pills span:nth-child(4) {
  animation-delay: 1.5s;
}

.hero-pills span:nth-child(5) {
  animation-delay: 2s;
}

.hero-pills span:nth-child(6) {
  animation-delay: 2.5s;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 0.82rem;
  transition: transform 220ms ease, box-shadow 220ms ease;
  touch-action: manipulation;
}

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

.button-primary {
  background: linear-gradient(135deg, var(--accent), #f5c980);
  color: #121212;
  box-shadow: 0 16px 42px rgba(233, 165, 75, 0.26);
}

.button-primary:hover {
  box-shadow: 0 22px 56px rgba(233, 165, 75, 0.36);
}

.button-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.hero-stage {
  --move-x: 0px;
  --move-y: 0px;
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
  perspective: 1400px;
}

.hero-stage::before {
  content: "";
  position: absolute;
  width: 18rem;
  height: 18rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(233, 165, 75, 0.16), transparent 70%);
  opacity: 0.7;
  animation: heroGlowFloat 9s ease-in-out infinite;
  pointer-events: none;
}

.hero-drink-card,
.drink-card,
.menu-card,
.feature,
.visit-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  box-shadow: var(--shadow);
  max-width: 100%;
  will-change: transform;
  contain: layout paint;
}

.hero-drink-card {
  width: min(100%, 560px);
  min-height: 560px;
  transform-style: preserve-3d;
  animation: cardBreath 8s ease-in-out infinite;
}

.hero-drink-photo,
.drink-photo,
.feature-media {
  background-size: cover;
  background-position: center;
}

.hero-drink-photo {
  position: absolute;
  inset: 0;
  filter: saturate(1.05) contrast(1.04);
  transform: scale(1.04);
  transition: transform 500ms ease;
  will-change: transform;
}

.hero-drink-card::after,
.drink-card::after,
.feature-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 8, 10, 0.08), rgba(8, 8, 10, 0.74));
}

.hero-drink-card::before,
.drink-card::before,
.menu-card::before,
.feature::before,
.visit-card::before {
  content: "";
  position: absolute;
  inset: -120% 40% auto -40%;
  height: 220%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  transform: rotate(14deg);
  animation: shimmerSweep 10s linear infinite;
  pointer-events: none;
  z-index: 1;
}

.hero-drink-copy,
.drink-copy,
.feature-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.hero-drink-copy {
  padding: 32px;
  transform: translateZ(34px);
}

.hero-drink-copy h2 {
  font-size: clamp(3rem, 6vw, 5rem);
  margin-bottom: 12px;
}

.hero-drink-copy p {
  max-width: 30ch;
  color: rgba(244, 239, 230, 0.84);
}

.stage-card {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  backdrop-filter: blur(24px);
  box-shadow: var(--shadow);
}

.stage-card-floating {
  right: 3%;
  bottom: 10%;
  padding: 22px 26px;
  border-radius: 22px;
  transform: rotate(8deg);
  z-index: 3;
  animation: priceFloat 7s ease-in-out infinite;
}

.price {
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: 800;
}

.stage-card-floating small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}

.orbital {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.orbital-one {
  width: 440px;
  height: 440px;
  animation: floatSpin 26s linear infinite;
}

.orbital-two {
  width: 560px;
  height: 560px;
  border-style: dashed;
  opacity: 0.45;
  animation: floatSpinReverse 32s linear infinite;
}

.section-heading {
  max-width: 900px;
  margin-bottom: 28px;
}

.section-heading h2,
.visit-card h2,
.feature-wide h2 {
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  margin-bottom: 16px;
}

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

.mobile-jump {
  display: none;
}

.drink-card {
  min-height: 420px;
  transition: transform 280ms ease, border-color 220ms ease, box-shadow 220ms ease;
  transform-style: preserve-3d;
}

.drink-card:hover,
.menu-card:hover {
  transform: translateY(-6px);
  border-color: rgba(233, 165, 75, 0.34);
}

.drink-card:hover .drink-photo,
.feature-photo:hover .feature-media,
.hero-drink-card:hover .hero-drink-photo {
  transform: scale(1.08);
}

.drink-photo {
  height: 100%;
  transition: transform 500ms ease;
}

.drink-copy {
  padding: 22px;
  z-index: 2;
  transform: translateZ(22px);
}

.drink-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
  margin-bottom: 10px;
}

.drink-header h3,
.menu-card h3,
.feature h3 {
  font-size: 2.1rem;
}

.menu-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.menu-card,
.feature,
.visit-card {
  padding: 28px;
  transition: transform 280ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.menu-card-highlight {
  background:
    radial-gradient(circle at top right, rgba(233, 165, 75, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
}

.menu-note {
  margin: 10px 0 18px;
}

.menu-list,
.hours-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.menu-list li,
.hours-list li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.menu-list span,
.hours-list span {
  color: var(--muted);
}

.specials-grid,
.visit-grid {
  display: grid;
  grid-template-columns: 0.95fr 0.9fr 1.2fr;
  gap: 22px;
}

.feature-photo {
  padding: 0;
  min-height: 520px;
}

.feature-media,
.visit-photo-media {
  position: absolute;
  inset: 0;
  transition: transform 600ms ease;
  will-change: transform;
}

.feature-content {
  padding: 32px;
}

.inline-price {
  margin-top: 18px;
  color: var(--text);
}

.contact-links {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.contact-links a {
  width: fit-content;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--muted);
  transition: color 180ms ease, border-color 180ms ease;
}

.contact-links a:hover {
  color: var(--text);
  border-color: var(--accent);
}

.visit-photo-card {
  padding: 0;
  min-height: 100%;
  isolation: isolate;
}

.visit-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 8, 10, 0.12), rgba(8, 8, 10, 0.78)),
    radial-gradient(circle at 78% 22%, rgba(233, 165, 75, 0.18), transparent 22%);
  z-index: 1;
}

.visit-photo-media {
  background-size: cover;
  background-position: center;
  animation: footerPhotoBreath 11s ease-in-out infinite;
}

.visit-photo-glow {
  position: absolute;
  left: 8%;
  bottom: 8%;
  width: 10rem;
  height: 10rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(233, 165, 75, 0.22), transparent 68%);
  filter: blur(18px);
  z-index: 1;
  animation: footerGlowPulse 5.5s ease-in-out infinite;
}

.visit-photo-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 24px;
}

.visit-photo-copy h3 {
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.mobile-dock {
  display: none;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 24px 0 40px;
  color: var(--muted);
}

.footer p {
  margin: 0;
  font-size: 1.1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 900ms ease, transform 900ms ease;
}

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

@keyframes ambientFloatA {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(40px, -28px, 0) scale(1.08);
  }
}

@keyframes ambientFloatB {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-52px, 34px, 0) scale(0.94);
  }
}

@keyframes ambientFloatC {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(28px, -34px, 0) scale(1.04);
  }
}

@keyframes pillPulse {
  0%,
  100% {
    transform: translateY(0);
    border-color: rgba(255, 255, 255, 0.08);
  }
  50% {
    transform: translateY(-4px);
    border-color: rgba(233, 165, 75, 0.24);
  }
}

@keyframes cardBreath {
  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }
  50% {
    transform: translateY(-10px) rotate(-3deg);
  }
}

@keyframes heroGlowFloat {
  0%,
  100% {
    transform: translate3d(-20px, -12px, 0) scale(1);
  }
  50% {
    transform: translate3d(24px, 12px, 0) scale(1.08);
  }
}

@keyframes priceFloat {
  0%,
  100% {
    transform: translateY(0) rotate(8deg);
  }
  50% {
    transform: translateY(-10px) rotate(4deg);
  }
}

@keyframes shimmerSweep {
  0% {
    transform: translateX(-30%) rotate(14deg);
    opacity: 0;
  }
  10%,
  30% {
    opacity: 1;
  }
  45%,
  100% {
    transform: translateX(150%) rotate(14deg);
    opacity: 0;
  }
}

@keyframes footerPhotoBreath {
  0%,
  100% {
    transform: scale(1.02) translate3d(0, 0, 0);
  }
  50% {
    transform: scale(1.08) translate3d(-10px, -8px, 0);
  }
}

@keyframes footerGlowPulse {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.18);
  }
}

@keyframes floatSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes floatSpinReverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@media (max-width: 1180px) {
  .hero,
  .menu-layout,
  .specials-grid,
  .visit-grid,
  .featured-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 40px;
  }

  .hero-copy {
    grid-column: 1 / -1;
  }

  .hero-stage {
    grid-column: 1 / -1;
  }
}

@media (max-width: 780px) {
  :root {
    --radius: 24px;
  }

  html,
  body {
    overflow-x: hidden;
    overscroll-behavior-x: none;
  }

  body::before,
  body::after,
  .cursor-glow,
  .ambient,
  .hero-drink-card::before,
  .drink-card::before,
  .menu-card::before,
  .feature::before,
  .visit-card::before,
  .visit-photo-glow,
  .hero-stage::before {
    display: none !important;
  }

  .site-shell {
    width: min(calc(100% - 16px), var(--content));
    padding-bottom: 124px;
    overflow-x: hidden;
  }

  .topbar {
    top: 10px;
    padding: 12px 14px;
    border-radius: 24px;
    margin-top: 10px;
    backdrop-filter: none;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  }

  .nav {
    display: none;
  }

  .section {
    padding: 42px 0;
  }

  .featured-grid,
  .menu-layout,
  .specials-grid,
  .visit-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 20px;
    align-items: start;
  }

  .hero-copy {
    order: 2;
  }

  .hero-stage {
    order: 1;
    min-height: 68svh;
    max-height: 720px;
    margin-inline: 0;
    perspective: none;
    overflow: hidden;
  }

  .hero-drink-card {
    width: 100%;
    min-height: 68svh;
    border-radius: 28px;
    animation: cardBreathMobile 7s ease-in-out infinite;
    transform: none !important;
  }

  .hero-drink-copy {
    padding: 22px;
    padding-bottom: 26px;
  }

  .hero-drink-copy h2 {
    font-size: clamp(3.5rem, 16vw, 5.2rem);
  }

  h1 {
    font-size: clamp(3.9rem, 20vw, 6rem);
    line-height: 0.88;
    margin-bottom: 16px;
  }

  h1 span {
    max-width: none;
    margin-top: 14px;
    font-size: clamp(1.2rem, 5.5vw, 1.6rem);
  }

  .hero-text {
    font-size: 1rem;
    line-height: 1.65;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .button {
    width: 100%;
    min-height: 56px;
    font-size: 0.85rem;
  }

  .hero-pills {
    margin-top: 18px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 6px;
    margin-right: 0;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .hero-pills::-webkit-scrollbar,
  .mobile-jump::-webkit-scrollbar {
    display: none;
  }

  .hero-pills span {
    flex: 0 0 auto;
    padding: 11px 14px;
  }

  .mobile-jump {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    margin-bottom: 16px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-jump a {
    flex: 0 0 auto;
    padding: 12px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--text);
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
  }

  .section-heading {
    margin-bottom: 18px;
  }

  .section-heading h2,
  .visit-card h2,
  .feature-wide h2 {
    font-size: clamp(2.5rem, 11vw, 3.8rem);
    margin-bottom: 12px;
  }

  .featured-grid {
    gap: 14px;
  }

  .drink-card {
    min-height: 56svh;
    max-height: 620px;
    border-radius: 24px;
    transform: none !important;
  }

  .drink-card:nth-child(odd) {
    animation: cardDriftMobile 8s ease-in-out infinite;
  }

  .drink-card:nth-child(even) {
    animation: cardDriftMobileAlt 8.5s ease-in-out infinite;
  }

  .drink-copy {
    padding: 18px;
  }

  .drink-header h3,
  .menu-card h3,
  .feature h3 {
    font-size: 1.9rem;
  }

  .menu-card,
  .feature,
  .visit-card,
  .feature-content {
    padding: 22px;
    border-radius: 24px;
    transform: none !important;
    backdrop-filter: none;
  }

  .menu-layout {
    gap: 14px;
  }

  .menu-list li,
  .hours-list li {
    gap: 10px;
    padding-bottom: 10px;
  }

  .menu-list span,
  .hours-list span {
    font-size: 0.94rem;
  }

  .stage-card-floating {
    right: 12px;
    bottom: 12px;
    padding: 16px 18px;
    border-radius: 18px;
    animation: priceFloatMobile 5.5s ease-in-out infinite;
    backdrop-filter: none;
  }

  .price {
    font-size: 1.45rem;
  }

  .orbital-one {
    width: 260px;
    height: 260px;
    display: block !important;
    opacity: 0.16;
    animation-duration: 24s;
  }

  .orbital-two {
    width: 340px;
    height: 340px;
    display: block !important;
    opacity: 0.08;
    animation-duration: 30s;
  }

  .feature-photo {
    min-height: 60svh;
  }

  .visit-grid {
    gap: 14px;
  }

  .visit-photo-card {
    min-height: 50svh;
  }

  .visit-photo-copy {
    padding: 20px;
  }

  .visit-photo-media,
  .feature-media,
  .drink-photo,
  .hero-drink-photo {
    transition: transform 420ms ease;
  }

  .hero-drink-photo {
    animation: imageBreathMobile 9s ease-in-out infinite;
  }

  .visit-photo-media {
    animation: footerPhotoBreathMobile 12s ease-in-out infinite !important;
  }

  .feature-photo .feature-media {
    animation: imageBreathMobile 11s ease-in-out infinite;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
  }

  .footer span {
    padding-bottom: 70px;
  }

  .mobile-dock {
    position: fixed;
    left: 50%;
    bottom: max(10px, env(safe-area-inset-bottom));
    transform: translateX(-50%);
    z-index: 70;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    width: min(calc(100% - 16px), 460px);
    padding: 10px;
    border-radius: 24px;
    background: rgba(10, 11, 14, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: none;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
  }

  .mobile-dock a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 44px;
    border-radius: 16px;
    color: var(--muted);
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.04);
  }

  .mobile-dock a:active,
  .mobile-jump a:active,
  .button:active {
    transform: scale(0.98);
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .cursor-glow,
  .scroll-progress {
    display: none;
  }
}

@keyframes cardBreathMobile {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-4px) scale(1.006);
  }
}

@keyframes priceFloatMobile {
  0%,
  100% {
    transform: rotate(8deg) translateY(0);
  }
  50% {
    transform: rotate(6deg) translateY(-5px);
  }
}

@keyframes imageBreathMobile {
  0%,
  100% {
    transform: scale(1.02);
  }
  50% {
    transform: scale(1.05);
  }
}

@keyframes footerPhotoBreathMobile {
  0%,
  100% {
    transform: scale(1.02) translate3d(0, 0, 0);
  }
  50% {
    transform: scale(1.05) translate3d(-4px, -4px, 0);
  }
}

@keyframes cardDriftMobile {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

@keyframes cardDriftMobileAlt {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
}
