:root {
  --ink: #0b1712;
  --ink-2: #13231b;
  --green: #1c9c64;
  --green-dark: #08764a;
  --acid: #d9ff19;
  --cream: #fff7e8;
  --white: #fffef9;
  --line: rgba(11, 23, 18, 0.16);
  --display: "Bebas Neue", Impact, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
  --radius: 24px;
  --shadow: 0 22px 70px rgba(2, 29, 17, 0.18);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 116px;
}

body {
  position: relative;
  isolation: isolate;
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

/* Ambient light stays behind the page, so controls and photographs stay clear. */
.site-atmosphere {
  position: fixed;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background: #07110d;
}

.ambient-light {
  position: absolute;
  width: min(80vw, 1000px);
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(55px);
  will-change: transform;
}

.ambient-light-one {
  top: -38%;
  left: -18%;
  background: radial-gradient(ellipse, rgba(92, 229, 56, .55), rgba(28, 156, 100, .18) 46%, transparent 70%);
  animation: ambient-drift-one 23s ease-in-out infinite alternate;
}

.ambient-light-two {
  right: -20%;
  top: 6%;
  background: radial-gradient(ellipse, rgba(20, 222, 146, .5), rgba(20, 222, 146, .1) 48%, transparent 70%);
  animation: ambient-drift-two 29s ease-in-out infinite alternate;
}

.ambient-light-three {
  bottom: -65%;
  left: 25%;
  background: radial-gradient(ellipse, rgba(217, 255, 25, .36), transparent 64%);
  animation: ambient-drift-three 19s ease-in-out infinite alternate;
}

.ambient-grid {
  position: absolute;
  inset: -72px;
  background-image: linear-gradient(rgba(217, 255, 25, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(217, 255, 25, .07) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse at 75% 40%, #000, transparent 75%);
  animation: ambient-grid-drift 36s linear infinite;
}

.ambient-sparks i {
  position: absolute;
  left: var(--spark-x);
  bottom: -12px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 14px 2px rgba(217, 255, 25, .65);
  animation: ambient-rise 16s var(--spark-delay) linear infinite;
}
.ambient-sparks i:nth-child(1) { --spark-x: 8%; --spark-delay: -2s; }
.ambient-sparks i:nth-child(2) { --spark-x: 26%; --spark-delay: -12s; }
.ambient-sparks i:nth-child(3) { --spark-x: 44%; --spark-delay: -7s; }
.ambient-sparks i:nth-child(4) { --spark-x: 63%; --spark-delay: -15s; }
.ambient-sparks i:nth-child(5) { --spark-x: 80%; --spark-delay: -5s; }
.ambient-sparks i:nth-child(6) { --spark-x: 94%; --spark-delay: -10s; }

@keyframes ambient-drift-one {
  to { transform: translate3d(45vw, 24vh, 0) scale(.82); }
}
@keyframes ambient-drift-two {
  to { transform: translate3d(-48vw, 30vh, 0) scale(1.12); }
}
@keyframes ambient-drift-three {
  to { transform: translate3d(-18vw, -34vh, 0) scale(1.25); }
}
@keyframes ambient-grid-drift {
  to { transform: translate3d(72px, 72px, 0); }
}
@keyframes ambient-rise {
  0% { opacity: 0; transform: translate3d(0, 0, 0); }
  15%, 75% { opacity: .8; }
  100% { opacity: 0; transform: translate3d(40px, -100vh, 0); }
}

body.intro-active {
  overflow: hidden;
}

.site-intro {
  position: fixed;
  z-index: 1000;
  inset: 0;
  overflow: hidden;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 45%, rgba(28, 156, 100, 0.2), transparent 34%),
    #040b08;
  color: var(--white);
  opacity: 1;
  visibility: visible;
  transition: opacity 620ms ease, visibility 620ms ease, transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.site-intro.is-exiting {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(1.035);
}

[hidden] {
  display: none !important;
}

.intro-grid {
  position: absolute;
  inset: -30%;
  background-image:
    linear-gradient(rgba(255, 221, 25, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 221, 25, 0.07) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle, #000 12%, transparent 62%);
  transform: perspective(550px) rotateX(62deg) translateY(18%);
  animation: intro-grid-drift 3s linear both;
}

.intro-scan {
  position: absolute;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--acid), var(--green), transparent);
  box-shadow: 0 0 34px rgba(255, 221, 25, 0.65);
  animation: intro-scan 2.2s ease-in-out both;
}

.intro-content {
  position: relative;
  width: min(620px, calc(100% - 44px));
  display: grid;
  justify-items: center;
  text-align: center;
}

.intro-content img {
  width: min(340px, 88%);
  height: auto;
  filter: drop-shadow(0 0 28px rgba(28, 156, 100, 0.45));
  opacity: 0;
  transform: translateY(20px) scale(0.88);
  animation: intro-logo-in 820ms 180ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.intro-kicker {
  margin: 0 0 24px;
  color: var(--acid);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0;
  animation: intro-detail-in 420ms 520ms ease forwards;
}

.intro-status {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0;
  animation: intro-detail-in 420ms 760ms ease forwards;
}

.intro-status i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 12px var(--acid);
}

.intro-progress {
  width: min(360px, 76vw);
  height: 2px;
  margin-top: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
}

.intro-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--green), var(--acid));
  box-shadow: 0 0 18px rgba(255, 221, 25, 0.6);
  transform: scaleX(0);
  transform-origin: left;
  animation: intro-load 1.4s 180ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.intro-skip {
  position: absolute;
  right: 24px;
  bottom: 24px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

@keyframes intro-logo-in {
  70% { opacity: 1; transform: translateY(0) scale(1.03); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes intro-detail-in {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes intro-load {
  to { transform: scaleX(1); }
}

@keyframes intro-scan {
  from { top: -4%; opacity: 0; }
  12% { opacity: 1; }
  88% { opacity: 1; }
  to { top: 104%; opacity: 0; }
}

@keyframes intro-grid-drift {
  to { transform: perspective(550px) rotateX(62deg) translateY(25%); }
}

body::before {
  position: fixed;
  z-index: 100;
  inset: 0;
  opacity: 0.035;
  pointer-events: none;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

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

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

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

button {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--acid);
  outline-offset: 4px;
}

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

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--acid);
  color: var(--ink);
  transform: translateY(-140%);
}

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

.scroll-progress {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
}

.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--acid);
  transform: scaleX(0);
  transform-origin: left;
}

.site-header {
  position: sticky;
  z-index: 80;
  top: 0;
  background: rgba(11, 23, 18, 0.92);
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  transition: box-shadow 220ms ease;
}

.site-header.is-scrolled {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

.nav-shell {
  width: min(1420px, calc(100% - 40px));
  min-height: 78px;
  margin: auto;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 30px;
}

.brand {
  width: 172px;
  height: 58px;
  display: flex;
  align-items: center;
  overflow: visible;
}

.brand img,
.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 0 16px rgba(28, 156, 100, 0.26));
  transform: none;
}

.brand img {
  transition: filter 220ms ease, transform 220ms ease;
}

.brand:hover img {
  filter: drop-shadow(0 0 20px rgba(255, 221, 25, 0.38));
  transform: scale(1.025);
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(22px, 3vw, 46px);
}

.nav-links a {
  position: relative;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 700;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  background: var(--acid);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.nav-links a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

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

.open-status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}

.open-status > span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 0 5px rgba(255, 221, 25, 0.12);
}

.open-status.is-open > span {
  background: #55e58b;
  box-shadow: 0 0 0 5px rgba(85, 229, 139, 0.12);
}

.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button svg,
.inline-order svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
  transition: transform 180ms ease;
}

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

.button:hover svg,
.inline-order:hover svg {
  transform: translateX(4px);
}

.button-small {
  min-height: 46px;
  padding: 0 20px;
  font-size: 14px;
}

.button-light {
  background: var(--cream);
  color: var(--ink);
}

.button-primary {
  background: var(--acid);
  color: var(--ink);
  box-shadow: 0 14px 38px rgba(255, 221, 25, 0.18);
}

.button-dark {
  background: var(--ink);
  color: var(--white);
}

.button-acid {
  background: var(--acid);
  color: var(--ink);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 95%, rgba(28, 156, 100, 0.24), transparent 34%),
    radial-gradient(circle at 90% 10%, rgba(255, 221, 25, 0.08), transparent 26%),
    rgba(7, 17, 13, .3);
  color: var(--white);
}

.hero::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 17, 13, .28), transparent 75%);
  content: "";
  pointer-events: none;
}

.hero::before {
  position: absolute;
  right: -14%;
  bottom: 8%;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
  box-shadow:
    0 0 0 60px rgba(255, 255, 255, 0.025),
    0 0 0 120px rgba(255, 255, 255, 0.018);
}

.hero-grid {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 64px));
  min-height: 650px;
  margin: auto;
  padding: 78px 0 96px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(30px, 4vw, 60px);
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--acid);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow span {
  margin-right: 12px;
  padding: 5px 9px;
  border: 1px solid rgba(255, 221, 25, 0.6);
  border-radius: 999px;
}

h1,
h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.86;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  font-size: clamp(5rem, 8.4vw, 8rem);
}

h1 em,
h2 em {
  color: var(--green);
  font-style: normal;
}

h1 em {
  color: var(--acid);
}

.hero-lead {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  line-height: 1.6;
}

.hero-actions {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 25px;
}

.provider-pills {
  margin-top: 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
}

.provider-pills > span {
  margin-right: 3px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  font-weight: 700;
}

.provider-pills a {
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.provider-pills a:hover {
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

.provider-pills .is-foodora {
  border-color: rgba(255, 45, 142, 0.5);
  color: #ff5ca8;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  font-weight: 700;
}

.text-link span {
  color: var(--acid);
}

.hero-facts {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-facts p {
  margin: 0;
  padding: 20px 18px 0 0;
}

.hero-facts strong,
.hero-facts span {
  display: block;
}

.hero-facts strong {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.hero-facts span {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.hero-visual {
  position: relative;
  min-width: 0;
  transform-style: preserve-3d;
}

.hero-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: clamp(24px, 3vw, 44px);
  background: #050b08;
  box-shadow:
    0 35px 90px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 221, 25, 0.16),
    0 0 70px rgba(28, 156, 100, 0.12);
  transform: perspective(1100px) rotateX(var(--hero-tilt-x, 0deg)) rotateY(var(--hero-tilt-y, 0deg));
  transition: transform 260ms ease, box-shadow 260ms ease;
  will-change: transform;
}

.hero-image-wrap::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: inherit;
  content: "";
}

.hero-image-wrap img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center 49%;
  transition: transform 800ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.hero-visual:hover .hero-image-wrap img {
  transform: scale(1.01);
}

.hero-glare {
  position: absolute;
  top: -40%;
  left: -30%;
  width: 28%;
  height: 180%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
  transform: rotate(18deg) translateX(-220%);
  animation: glare 7s 1.5s ease-in-out infinite;
}

.hero-hud {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-hud span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(5, 11, 8, 0.58);
  backdrop-filter: blur(8px);
}

@keyframes glare {
  0%, 74% { transform: rotate(18deg) translateX(-220%); }
  92%, 100% { transform: rotate(18deg) translateX(600%); }
}

.location-stamp {
  position: absolute;
  top: -48px;
  right: 5%;
  z-index: 2;
  width: 124px;
  height: 124px;
  display: grid;
  place-content: center;
  border: 2px solid var(--acid);
  border-radius: 50%;
  background: var(--acid);
  color: var(--ink);
  font-family: var(--display);
  text-align: center;
  text-transform: uppercase;
  transform: rotate(10deg);
}

.location-stamp::before {
  position: absolute;
  inset: 7px;
  border: 1px dashed currentColor;
  border-radius: 50%;
  content: "";
}

.location-stamp span {
  font-size: 19px;
  letter-spacing: 0.06em;
}

.location-stamp strong {
  font-family: var(--display);
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
}

.hero-note {
  position: absolute;
  right: -18px;
  bottom: -38px;
  z-index: 2;
  min-width: 230px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px 18px;
  border-radius: 16px;
  background: var(--cream);
  color: var(--ink);
  box-shadow: var(--shadow);
  transform: rotate(-2deg);
}

.hero-note > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--acid);
}

.hero-note p,
.hero-note strong {
  display: block;
  margin: 0;
}

.hero-note p {
  color: rgba(11, 23, 18, 0.64);
  font-size: 13px;
}

.hero-note strong {
  color: var(--ink);
  font-size: 14px;
}

.ticker {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 18px 0 15px;
  background: var(--acid);
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transform: rotate(-1deg) scale(1.02);
}

.ticker div {
  width: max-content;
  display: flex;
  gap: 28px;
  align-items: center;
  animation: ticker 24s linear infinite;
}

.ticker i {
  color: var(--green-dark);
  font-family: var(--body);
  font-size: 15px;
}

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

.section-pad {
  padding: clamp(72px, 7vw, 108px) max(24px, calc((100% - 1240px) / 2));
}

.menu-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 15%, rgba(28, 156, 100, 0.22), transparent 30%),
    radial-gradient(circle at 8% 80%, rgba(255, 221, 25, 0.08), transparent 30%),
    rgba(7, 18, 13, .6);
  color: var(--white);
}

.menu-section::before {
  position: absolute;
  top: 5%;
  right: -70px;
  width: 220px;
  height: 220px;
  border: 44px solid rgba(255, 221, 25, 0.07);
  border-radius: 50%;
  content: "";
}

.section-heading {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: end;
  gap: 50px;
}

.eyebrow-dark {
  color: var(--green-dark);
}

.menu-section .eyebrow-dark {
  color: var(--acid);
}

.menu-section .section-heading h2 {
  color: var(--cream);
}

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

.section-intro {
  max-width: 580px;
  justify-self: end;
  padding-bottom: 8px;
}

.section-intro > p {
  margin: 0;
  color: rgba(11, 23, 18, 0.65);
  font-size: 18px;
}

.menu-section .section-intro > p {
  color: rgba(255, 255, 255, 0.64);
}

.inline-order {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding-bottom: 6px;
  border: 0;
  border-bottom: 2px solid var(--ink);
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-weight: 800;
}

.menu-section .inline-order {
  border-bottom-color: var(--acid);
  color: var(--acid);
}

.menu-toolbar {
  position: sticky;
  z-index: 20;
  top: 88px;
  margin-top: 40px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(12, 28, 20, 0.9);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.menu-tabs {
  display: flex;
  gap: 5px;
}

.menu-tabs button {
  min-height: 44px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.58);
  cursor: pointer;
  font-weight: 800;
}

.menu-tabs button:hover,
.menu-tabs button.is-active {
  background: var(--acid);
  color: var(--ink);
}

.menu-note {
  margin: 0 8px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
}

.menu-grid {
  min-height: 0;
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.menu-card {
  position: relative;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), transparent 36%),
    #0c1d14;
  color: var(--white);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transform: translateY(0);
  transition: transform 170ms ease, border-color 220ms ease, box-shadow 220ms ease;
  animation: menu-card-in 480ms both;
}

.menu-card::before {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 22%;
  left: 22%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--acid), transparent);
  box-shadow: 0 0 18px rgba(255, 221, 25, 0.55);
  content: "";
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 220ms ease, transform 220ms ease;
}

@keyframes menu-card-in {
  from { opacity: 0; translate: 0 16px; }
  to { opacity: 1; translate: 0 0; }
}

.menu-card:hover {
  z-index: 2;
  border-color: rgba(255, 221, 25, 0.55);
  box-shadow:
    0 28px 55px rgba(0, 0, 0, 0.34),
    0 0 38px rgba(28, 156, 100, 0.1);
  transform: translateY(-4px);
}

.menu-card:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.menu-card-media {
  position: relative;
  min-height: 0;
  height: auto;
  aspect-ratio: 1.64;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #e8e9e4;
}

.menu-card-media img {
  width: 100%;
  height: 100%;
  max-height: 255px;
  object-fit: contain;
  padding: 12px;
}

.menu-card-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.menu-card-badges {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  left: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.menu-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.menu-index {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(7, 18, 13, 0.78);
  color: var(--white);
  font-family: var(--display);
  font-size: 18px;
  letter-spacing: 0.06em;
  backdrop-filter: blur(8px);
}

.menu-price {
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--acid);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.menu-card-content {
  min-height: 220px;
  padding: 22px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.menu-card h3 {
  position: relative;
  max-width: 100%;
  margin: 0;
  font-family: var(--display);
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: uppercase;
}

.menu-card p {
  position: relative;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.menu-card-order {
  position: relative;
  width: 100%;
  margin-top: auto;
  padding: 16px 0 0;
  text-align: left;
  border: 0;
  background: transparent;
  color: var(--acid);
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
}

.menu-included {
  display: block;
  margin: 16px 0 0;
  color: var(--acid);
  font-size: 12px;
  font-weight: 700;
}

.menu-included::before {
  content: "✓";
  margin-right: 7px;
}

.menu-card--sides .menu-card-media { aspect-ratio: 1.95; }
.menu-card--sides .menu-card-media img { max-width: 290px; }
.menu-card--sides .menu-card-content,
.menu-card--dryck .menu-card-content { min-height: 162px; }

.menu-grid[data-current-category="saser"] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.menu-card--saser { flex-direction: row; align-items: center; padding: 18px; gap: 20px; }
.menu-card--saser .menu-card-media { flex: 0 0 96px; width: 96px; height: 96px; border-radius: 16px; }
.menu-card--saser .menu-card-media img { padding: 0; height: 64px; }
.menu-card--saser .menu-card-content { min-height: 0; min-width: 0; padding: 0; }
.menu-card--saser h3 { font-size: 1.65rem; }
.menu-card--saser .menu-card-order { padding-top: 10px; }
.menu-card--dryck .menu-card-media { height: 180px; aspect-ratio: auto; background: #fff; }
.menu-card--dryck .menu-card-media img { width: 150px; height: 150px; padding: 0; }

.menu-card-order:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.menu-disclaimer {
  margin: 18px 4px 0;
  color: rgba(255, 255, 255, 0.38);
  font-size: 12px;
}

.menu-footer {
  margin-top: 28px;
  padding: 32px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: var(--radius);
  background: var(--acid);
  color: var(--ink);
}

.menu-footer p {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  text-transform: uppercase;
}

.menu-footer .button-dark {
  background: var(--ink);
  color: var(--white);
}

.story-section {
  min-height: 0;
  max-width: 1320px;
  margin: auto;
  padding: 50px 40px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  background: transparent;
  color: var(--white);
}

.story-image {
  position: relative;
  min-height: 0;
  align-self: center;
  border-radius: 24px;
  overflow: hidden;
}

.story-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 38%, rgba(11, 23, 18, 0.68));
  content: "";
}

.story-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.story-section:hover .story-image img {
  transform: scale(1.035);
}

.image-label {
  position: absolute;
  z-index: 2;
  bottom: 26px;
  left: 28px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story-copy {
  max-width: 700px;
  padding: 30px 0 30px 42px;
  align-self: center;
}

.story-copy h2 em {
  color: var(--acid);
}

.story-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin: 34px 0 42px;
  color: rgba(255, 255, 255, 0.63);
  font-size: 18px;
}

.story-copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.story-copy li {
  padding: 17px 0;
  display: flex;
  gap: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-weight: 700;
}

.story-copy li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.story-copy li span {
  color: var(--acid);
  font-family: var(--display);
  font-size: 18px;
  font-weight: 400;
}

.visit-section {
  background:
    linear-gradient(rgba(11, 23, 18, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 23, 18, 0.035) 1px, transparent 1px),
    var(--green);
  background-size: 42px 42px;
}

.visit-card {
  position: relative;
  overflow: hidden;
  padding: clamp(36px, 6vw, 82px);
  border-radius: clamp(26px, 4vw, 50px);
  background: var(--cream);
  box-shadow: var(--shadow);
}

.visit-card::after {
  position: absolute;
  top: -120px;
  right: -80px;
  width: 350px;
  height: 350px;
  border: 70px solid var(--acid);
  border-radius: 50%;
  content: "";
  opacity: 0.9;
}

.visit-head {
  position: relative;
  z-index: 1;
}

.map-panel {
  position: relative;
  z-index: 2;
  min-height: 470px;
  margin-top: 58px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  border: 1px solid rgba(11, 23, 18, 0.14);
  border-radius: 30px;
  background: var(--ink);
  box-shadow: 0 26px 70px rgba(3, 19, 11, 0.18);
}

.map-shell {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  background: #d9dfd8;
}

.map-shell iframe {
  width: 100%;
  height: 100%;
  min-height: 470px;
  display: block;
  border: 0;
  filter: saturate(0.78) contrast(1.05);
}

.map-scan {
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--acid), transparent);
  box-shadow: 0 0 24px rgba(255, 221, 25, 0.7);
  pointer-events: none;
  animation: map-scan 4.8s ease-in-out infinite;
}

@keyframes map-scan {
  0%, 100% { top: 8%; opacity: 0; }
  12%, 88% { opacity: 0.72; }
  50% { top: 90%; opacity: 0.9; }
}

.map-coordinates {
  position: absolute;
  z-index: 3;
  top: 16px;
  left: 16px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(11, 23, 18, 0.78);
  color: var(--white);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  pointer-events: none;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.map-copy {
  min-width: 0;
  padding: clamp(24px, 3vw, 40px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background:
    radial-gradient(circle at 100% 0, rgba(28, 156, 100, 0.28), transparent 42%),
    var(--ink);
  color: var(--white);
}

.map-copy > p {
  margin: 0 0 20px;
  color: var(--acid);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.map-copy h3 {
  max-width: 100%;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 3.2vw, 3.1rem);
  font-weight: 400;
  line-height: 1.08;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.map-copy h3 > span { display: block; }

.map-copy > span {
  max-width: 100%;
  overflow-wrap: anywhere;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 16px;
}

.map-copy small {
  max-width: 300px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
}

.map-copy .button {
  width: 100%;
  max-width: 100%;
  min-height: 56px;
  padding: 14px 16px;
  text-align: center;
  white-space: normal;
  margin-top: 34px;
  background: var(--acid);
  color: var(--ink);
}

.visit-details {
  position: relative;
  z-index: 2;
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.visit-details article {
  min-width: 0;
  min-height: 220px;
  padding: 30px 30px 30px 0;
}

.visit-details article + article {
  padding-left: 30px;
  border-left: 1px solid var(--line);
}

.visit-details span {
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.visit-details h3 {
  margin: 32px 0 5px;
  font-family: var(--display);
  font-size: clamp(1.65rem, 2.5vw, 2.65rem);
  font-weight: 400;
  line-height: 1;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.visit-details p,
.visit-details small {
  margin: 0;
  color: rgba(11, 23, 18, 0.58);
}

.visit-details a:not(h3 a) {
  display: inline-block;
  margin-top: 22px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.visit-order {
  position: relative;
  z-index: 2;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.visit-order p {
  margin: 0;
  font-family: var(--display);
  font-size: 40px;
  text-transform: uppercase;
}

.site-footer {
  padding: 54px max(20px, calc((100% - 1420px) / 2));
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 30px;
  background: var(--ink);
  color: var(--white);
}

.footer-logo {
  width: 145px;
  height: 58px;
  overflow: hidden;
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 25px;
  font-size: 13px;
  font-weight: 800;
}

.site-footer small {
  grid-column: 2 / -1;
  color: rgba(255, 255, 255, 0.34);
  font-size: 11px;
}

.mobile-order {
  display: none;
}

body.modal-open {
  overflow: hidden;
}

.order-modal {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.order-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.order-modal[hidden] {
  display: none;
}

.order-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 10, 6, 0.78);
  backdrop-filter: blur(14px);
  animation: modal-fade 220ms both;
}

.order-dialog {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  overflow: auto;
  padding: clamp(34px, 6vw, 72px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: clamp(26px, 4vw, 46px);
  background:
    radial-gradient(circle at 95% 5%, rgba(255, 221, 25, 0.72), transparent 28%),
    var(--cream);
  color: var(--ink);
  box-shadow: 0 38px 110px rgba(0, 0, 0, 0.48);
  animation: dialog-in 320ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

@keyframes modal-fade {
  from { opacity: 0; }
}

@keyframes dialog-in {
  from { opacity: 0; transform: translateY(24px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.order-dialog h2 {
  max-width: 680px;
  font-size: clamp(2.8rem, 6vw, 5rem);
}

.order-dialog > p:not(.eyebrow) {
  max-width: 650px;
  margin: 26px 0 0;
  color: rgba(11, 23, 18, 0.62);
  font-size: 17px;
}

.order-close {
  position: absolute;
  z-index: 3;
  top: 22px;
  right: 22px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(11, 23, 18, 0.15);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.65);
  cursor: pointer;
}

.order-close span {
  position: absolute;
  width: 20px;
  height: 2px;
  background: var(--ink);
}

.order-close span:first-child {
  transform: rotate(45deg);
}

.order-close span:last-child {
  transform: rotate(-45deg);
}

.order-options {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.order-option {
  min-height: 210px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 24px;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.order-option:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 40px rgba(11, 23, 18, 0.16);
}

.option-snabbfood {
  border: 1px solid rgba(11, 23, 18, 0.1);
  background: var(--white);
}

.option-snabbfood img {
  width: min(210px, 72%);
  height: auto;
}

.option-foodora {
  background: #d70f64;
  color: var(--white);
}

.provider-kicker {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  opacity: 0.68;
  text-transform: uppercase;
}

.foodora-wordmark {
  font-family: var(--body);
  font-size: clamp(2.8rem, 6vw, 4.6rem);
  font-weight: 800;
  letter-spacing: -0.07em;
}

.order-option strong {
  width: 100%;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid currentColor;
  font-size: 14px;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

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

@media (max-width: 1120px) {
  .nav-shell {
    grid-template-columns: 160px 1fr auto;
  }

  .open-status {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr 0.95fr;
  }

  .hero-facts p:nth-child(3) {
    display: none;
  }

  .hero-facts {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .menu-note {
    display: block;
    padding: 0 10px 6px;
  }

  .menu-toolbar {
    flex-wrap: wrap;
    gap: 8px;
  }

  .story-section {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 92px;
  }

  .ambient-light { width: 125vw; filter: blur(35px); }
  .ambient-light-three { display: none; }

  .site-header {
    top: 0;
  }

  .nav-shell {
    width: calc(100% - 28px);
    min-height: 66px;
    grid-template-columns: 1fr auto;
    gap: 14px;
  }

  .brand {
    width: 142px;
    height: 48px;
  }

  .menu-toggle {
    position: relative;
    z-index: 3;
    width: 44px;
    height: 44px;
    padding: 0;
    display: grid;
    place-content: center;
    gap: 7px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle span:not(.sr-only) {
    width: 18px;
    height: 2px;
    display: block;
    background: var(--white);
    transition: transform 180ms ease;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(-4.5px) rotate(-45deg);
  }

  .nav-links {
    position: fixed;
    top: 74px;
    right: 14px;
    left: 14px;
    display: grid;
    gap: 0;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: var(--ink);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .nav-links.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-links a {
    padding: 14px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 16px;
  }

  .nav-actions {
    display: none;
  }

  .hero-grid {
    width: calc(100% - 34px);
    min-height: auto;
    padding: 46px 0 84px;
    grid-template-columns: 1fr;
    gap: 64px;
  }

  h1 {
    font-size: clamp(4.8rem, 21vw, 8rem);
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-facts {
    margin-top: 30px;
  }

  .hero-visual {
    width: 100%;
  }

  .hero-image-wrap {
    transform: none;
  }

  .hero-image-wrap img {
    aspect-ratio: 3 / 2;
    object-position: center;
  }

  .location-stamp {
    top: -46px;
    right: 12px;
    width: 104px;
    height: 104px;
  }

  .hero-note {
    right: 8px;
    bottom: -36px;
  }

  .ticker {
    font-size: 1.6rem;
  }

  .section-pad {
    padding: 68px 17px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 30px;
  }

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

  .section-heading h2,
  .story-copy h2,
  .visit-head h2 {
    font-size: clamp(3.6rem, 15vw, 5rem);
  }

  .menu-toolbar {
    top: 70px;
    margin: 32px -4px 0;
    padding: 9px;
    overflow: hidden;
    justify-content: flex-start;
    border-radius: 18px;
    scrollbar-width: none;
  }

  .menu-toolbar::-webkit-scrollbar {
    display: none;
  }

  .menu-tabs {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .menu-tabs button {
    min-height: 42px;
    padding: 0 14px;
    flex-shrink: 0;
  }

  .menu-grid {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .menu-card {
    min-height: 0;
  }

  .menu-card-media {
    min-height: 0;
    max-height: 245px;
  }

  .menu-card-content {
    min-height: 200px;
  }

  .menu-grid[data-current-category="saser"] {
    grid-template-columns: 1fr;
  }

  .menu-card--saser {
    gap: 14px;
    padding: 16px;
  }

  .menu-card--saser .menu-card-media {
    flex-basis: 82px;
    width: 82px;
    height: 82px;
  }

  .menu-footer {
    padding: 26px;
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .story-section {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 32px 17px;
  }

  .story-image {
    min-height: 0;
  }

  .story-copy {
    padding: 40px 5px 48px;
  }

  .visit-card {
    padding: 42px 24px;
  }

  .visit-card::after {
    top: -80px;
    right: -90px;
    width: 220px;
    height: 220px;
    border-width: 42px;
  }

  .map-panel {
    min-height: 0;
    margin: 46px -8px 0;
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .map-shell,
  .map-shell iframe {
    min-height: 360px;
  }

  .map-copy {
    padding: 34px 26px 38px;
  }

  .map-copy small {
    font-size: 12px;
  }

  .visit-details {
    margin-top: 50px;
    grid-template-columns: 1fr;
  }

  .visit-details article {
    min-height: 0;
    padding: 27px 0;
  }

  .visit-details article + article {
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .visit-details h3 {
    margin-top: 20px;
  }

  .visit-order {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer {
    padding: 48px 20px 120px;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .footer-links {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .site-footer small {
    grid-column: auto;
  }

  .mobile-order {
    position: fixed;
    z-index: 75;
    right: 12px;
    bottom: 12px;
    left: 12px;
    min-height: 64px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    background: var(--acid);
    color: var(--ink);
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
    cursor: pointer;
    font-family: var(--body);
  }

  .mobile-order span {
    font-weight: 800;
  }

  .mobile-order strong {
    font-size: 12px;
  }

  .order-dialog {
    padding: 52px 22px 24px;
  }

  .order-dialog > p:not(.eyebrow) {
    font-size: 15px;
  }

  .order-options {
    grid-template-columns: 1fr;
  }

  .order-option {
    min-height: 170px;
  }
}

@media (max-width: 450px) {
  .intro-kicker {
    font-size: 10px;
    letter-spacing: 0.16em;
  }

  .intro-status {
    gap: 8px;
    font-size: 10px;
  }

  .intro-skip {
    right: 14px;
    bottom: 14px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .text-link {
    align-self: flex-start;
  }

  .hero-facts span {
    font-size: 11px;
  }

  .hero-note {
    min-width: 210px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-atmosphere * { animation: none !important; will-change: auto; }
  .ambient-sparks { display: none; }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
