:root {
  color-scheme: dark;
  --bg: #0e0704;
  --bg-2: #1a0b06;
  --ink: #fff4dc;
  --muted: #cda982;
  --soft: rgba(255, 244, 220, 0.72);
  --gold: #f8bd4d;
  --gold-2: #ffe2a0;
  --orange: #f3691d;
  --red: #d32920;
  --green: #26d26a;
  --glass: rgba(255, 244, 220, 0.08);
  --glass-strong: rgba(255, 244, 220, 0.13);
  --line: rgba(255, 244, 220, 0.17);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  width: 100%;
  min-height: 100vh;
  overflow-x: clip;
  padding-bottom: env(safe-area-inset-bottom);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.035) 25%, transparent 25%) 0 0 / 42px 42px,
    radial-gradient(circle at 18% 14%, rgba(243, 105, 29, 0.36), transparent 27rem),
    radial-gradient(circle at 82% 12%, rgba(248, 189, 77, 0.26), transparent 30rem),
    radial-gradient(circle at 60% 95%, rgba(211, 41, 32, 0.2), transparent 36rem),
    linear-gradient(145deg, #0e0704 0%, #1d0c06 52%, #070302 100%);
}

body::selection {
  color: #160704;
  background: var(--gold);
}

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

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

.grain {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.88' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.65'/%3E%3C/svg%3E");
}

.ambient {
  position: fixed;
  z-index: 0;
  width: 34rem;
  height: 34rem;
  border-radius: 999px;
  filter: blur(28px);
  pointer-events: none;
}

.ambient-one {
  top: -12rem;
  left: -10rem;
  background: rgba(243, 105, 29, 0.28);
}

.ambient-two {
  right: -14rem;
  bottom: 8rem;
  background: rgba(248, 189, 77, 0.14);
}

.section-shell,
.site-header {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - clamp(22px, 4vw, 32px)));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  margin-top: 16px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(14, 7, 4, 0.72);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
}

.brand-symbol {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #190805;
  background: linear-gradient(135deg, var(--gold-2), var(--gold) 55%, var(--orange));
  box-shadow: 0 14px 34px rgba(243, 105, 29, 0.34);
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
}

.brand-copy strong,
.brand-copy small {
  display: block;
  line-height: 1;
}

.brand-copy strong {
  font-size: 1rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.brand-copy small {
  margin-top: 3px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.main-nav {
  display: inline-flex;
  gap: 6px;
  padding: 5px;
  border: 1px solid rgba(255, 244, 220, 0.1);
  border-radius: 999px;
  background: rgba(255, 244, 220, 0.06);
}

.main-nav a,
.header-cta {
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 800;
  transition: 180ms ease;
}

.main-nav a {
  padding: 10px 14px;
  color: var(--soft);
}

.main-nav a:hover {
  color: white;
  background: rgba(255, 244, 220, 0.1);
}

.header-cta {
  justify-self: end;
  padding: 13px 18px;
  color: #160704;
  background: linear-gradient(135deg, var(--gold-2), var(--orange));
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.97fr);
  gap: 58px;
  align-items: center;
  min-height: calc(100vh - 86px);
  padding: 78px 0 84px;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  padding: 10px 14px;
  border: 1px solid rgba(248, 189, 77, 0.38);
  border-radius: 999px;
  color: #ffe5ae;
  background: rgba(248, 189, 77, 0.1);
  font-size: 0.9rem;
  font-weight: 900;
}

.status-pill span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(38, 210, 106, 0.7);
  animation: pulse 1.6s infinite;
}

.kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.045em;
  overflow-wrap: normal;
  text-wrap: balance;
}

h1 {
  max-width: 760px;
  margin-bottom: 26px;
  font-size: clamp(4.8rem, 10vw, 9.4rem);
  line-height: 0.84;
}

h1 span {
  display: block;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(3rem, 7vw, 6.3rem);
  line-height: 0.9;
}

.hero-lead,
.location-copy,
.final-section p,
.editorial-card p {
  color: var(--soft);
  font-size: clamp(1rem, 1.6vw, 1.16rem);
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 950;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.btn-primary {
  color: #160704;
  background: linear-gradient(135deg, var(--gold-2), var(--gold) 44%, var(--orange));
  box-shadow: 0 18px 42px rgba(243, 105, 29, 0.28);
}

.btn-secondary {
  color: white;
  border-color: var(--line);
  background: rgba(255, 244, 220, 0.08);
}

.btn.full {
  width: 100%;
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.quick-facts div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 244, 220, 0.07);
}

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

.quick-facts strong {
  color: white;
  font-size: 0.98rem;
}

.quick-facts span {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.84rem;
}

.hero-visual {
  perspective: 1200px;
}

.visual-card {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 44px;
  background:
    radial-gradient(circle at 50% 38%, rgba(248, 189, 77, 0.3), transparent 15rem),
    linear-gradient(160deg, rgba(255, 244, 220, 0.16), rgba(255, 244, 220, 0.04) 48%, rgba(243, 105, 29, 0.1));
  box-shadow: var(--shadow);
  transform: rotateX(0deg) rotateY(-5deg);
  transform-origin: center;
}

.visual-card::before {
  content: "";
  position: absolute;
  inset: -45%;
  background: conic-gradient(from 120deg, transparent, rgba(248, 189, 77, 0.2), transparent, rgba(243, 105, 29, 0.16), transparent);
  animation: rotate 12s linear infinite;
}

.visual-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 43px;
  background: linear-gradient(180deg, rgba(14, 7, 4, 0.12), rgba(14, 7, 4, 0.32));
  pointer-events: none;
}

.visual-topline,
.taste-note {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(255, 244, 220, 0.18);
  background: rgba(14, 7, 4, 0.74);
  backdrop-filter: blur(18px);
}

.visual-topline {
  top: 24px;
  left: 24px;
  right: 24px;
  padding: 14px 16px;
  border-radius: 22px;
  color: #ffe5ae;
  font-size: 0.9rem;
  font-weight: 850;
}

.taste-note {
  left: 28px;
  right: 28px;
  bottom: 26px;
  padding: 18px;
  border-radius: 26px;
}

.taste-note strong,
.taste-note span {
  display: block;
}

.taste-note strong {
  color: white;
}

.taste-note span {
  color: var(--muted);
  font-size: 0.9rem;
}

.burger-art {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: min(410px, 78vw);
  height: 360px;
  transform: translate(-50%, -46%);
  animation: burgerFloat 4s ease-in-out infinite;
}

.burger-layer,
.steam {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.burger-layer {
  box-shadow: 0 26px 48px rgba(0, 0, 0, 0.34);
}

.bun-top {
  top: 22px;
  width: 100%;
  height: 126px;
  border-radius: 190px 190px 48px 48px;
  background:
    radial-gradient(circle at 24% 36%, #fff1bd 0 6px, transparent 7px),
    radial-gradient(circle at 47% 22%, #fff1bd 0 5px, transparent 6px),
    radial-gradient(circle at 68% 36%, #fff1bd 0 6px, transparent 7px),
    linear-gradient(180deg, #ffe29a 0%, #e89426 58%, #a94c13 100%);
}

.onion {
  top: 138px;
  width: 92%;
  height: 32px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f9e1ff, #b455d6, #f9e1ff);
}

.cheddar {
  top: 164px;
  width: 94%;
  height: 72px;
  background: linear-gradient(180deg, #ffe06a, #ff8b16);
  clip-path: polygon(0 0, 100% 0, 96% 58%, 85% 35%, 73% 94%, 59% 42%, 48% 100%, 33% 38%, 21% 86%, 0 48%);
}

.patty {
  top: 198px;
  width: 100%;
  height: 86px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 18% 30%, #a24c29 0 14%, transparent 22%),
    radial-gradient(circle at 76% 42%, #160604 0 16%, transparent 27%),
    linear-gradient(180deg, #76331f, #35120b);
}

.house-sauce {
  top: 274px;
  width: 84%;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(90deg, #fff2be, #f7c94e 28%, #d32920 62%, #fff2be);
}

.bun-bottom {
  top: 304px;
  width: 90%;
  height: 58px;
  border-radius: 34px 34px 94px 94px;
  background: linear-gradient(180deg, #de8629, #904010);
}

.steam {
  top: -18px;
  width: 16px;
  height: 64px;
  border-radius: 999px;
  border-left: 3px solid rgba(255, 244, 220, 0.42);
  filter: blur(0.3px);
  animation: steam 2.8s ease-in-out infinite;
}

.steam-a {
  left: 36%;
}

.steam-b {
  left: 50%;
  animation-delay: -0.9s;
}

.steam-c {
  left: 64%;
  animation-delay: -1.6s;
}

.plate-shadow {
  position: absolute;
  left: 50%;
  bottom: 142px;
  z-index: 1;
  width: 68%;
  height: 52px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 244, 220, 0.25), rgba(255, 244, 220, 0.05) 60%, transparent 72%);
  transform: translateX(-50%);
}

.notice-band {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 76px;
  padding: 24px 28px;
  border: 1px solid rgba(248, 189, 77, 0.28);
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(248, 189, 77, 0.13), rgba(243, 105, 29, 0.08));
  box-shadow: var(--shadow);
}

.notice-band span {
  padding: 12px 16px;
  border-radius: 999px;
  color: #160704;
  background: var(--gold);
  font-weight: 950;
  text-transform: uppercase;
}

.notice-band p {
  margin: 0;
  color: var(--soft);
  line-height: 1.65;
}

.experience-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 22px;
  padding-bottom: 84px;
}

.editorial-card,
.value-stack article,
.menu-card,
.location-section,
.final-section {
  border: 1px solid var(--line);
  background: var(--glass);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.editorial-card {
  min-height: 520px;
  padding: 38px;
  border-radius: 38px;
  background:
    linear-gradient(180deg, rgba(255, 244, 220, 0.12), rgba(255, 244, 220, 0.05)),
    radial-gradient(circle at 18% 88%, rgba(243, 105, 29, 0.18), transparent 18rem);
}

.value-stack {
  display: grid;
  gap: 16px;
}

.value-stack article {
  padding: 26px;
  border-radius: 30px;
  transition: transform 180ms ease, border-color 180ms ease;
}

.value-stack article:hover,
.menu-card:hover {
  transform: translateY(-6px);
  border-color: rgba(248, 189, 77, 0.45);
}

.value-stack span,
.menu-card span {
  color: var(--gold);
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.76rem;
}

.value-stack h3,
.menu-card h3 {
  margin: 10px 0;
  color: white;
  font-size: 1.35rem;
}

.value-stack p,
.menu-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.62;
}

.menu-section {
  padding-bottom: 86px;
}

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

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

.menu-card {
  overflow: hidden;
  border-radius: 34px;
  transition: transform 180ms ease, border-color 180ms ease;
}

.menu-card > div:last-child {
  padding: 24px;
}

.menu-image {
  position: relative;
  height: 210px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(248, 189, 77, 0.24), rgba(243, 105, 29, 0.12));
}

.menu-image::before,
.menu-image::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.menu-image::before {
  left: 50%;
  top: 44%;
  width: 190px;
  height: 118px;
  background:
    linear-gradient(#ffd77d 0 28%, transparent 28% 36%, #ffcf45 36% 52%, #5c2213 52% 74%, #cf7625 74%);
  transform: translate(-50%, -50%);
  box-shadow: 0 28px 48px rgba(0, 0, 0, 0.36);
}

.menu-image::after {
  left: 50%;
  bottom: 28px;
  width: 230px;
  height: 34px;
  background: rgba(255, 244, 220, 0.16);
  transform: translateX(-50%);
}

.menu-image.smash {
  background: linear-gradient(135deg, rgba(211, 41, 32, 0.28), rgba(248, 189, 77, 0.12));
}

.menu-image.fries {
  background: linear-gradient(135deg, rgba(255, 226, 160, 0.2), rgba(243, 105, 29, 0.14));
}

.location-section {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 32px;
  align-items: center;
  margin-bottom: 82px;
  padding: 38px;
  border-radius: 40px;
  background:
    linear-gradient(135deg, rgba(255, 244, 220, 0.1), rgba(255, 244, 220, 0.04)),
    radial-gradient(circle at 100% 0, rgba(248, 189, 77, 0.16), transparent 18rem);
}

.hours-panel {
  display: grid;
  gap: 14px;
}

.hours-panel div {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(14, 7, 4, 0.56);
}

.hours-panel span,
.hours-panel strong {
  display: block;
}

.hours-panel span {
  color: var(--muted);
  font-size: 0.9rem;
}

.hours-panel strong {
  margin-top: 8px;
  color: white;
  font-size: 1.18rem;
}

.final-section {
  margin-bottom: 78px;
  padding: 48px;
  border-radius: 42px;
  text-align: center;
}

.final-section h2,
.final-section p {
  margin-inline: auto;
}

.final-section h2 {
  max-width: 760px;
}

.final-section p {
  max-width: 720px;
  margin-bottom: 0;
}

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(38, 210, 106, 0.42);
  border-radius: 999px;
  color: white;
  background: rgba(13, 122, 54, 0.82);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
  font-weight: 950;
}

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

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

@keyframes pulse {
  70% {
    box-shadow: 0 0 0 12px rgba(38, 210, 106, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(38, 210, 106, 0);
  }
}

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

@keyframes burgerFloat {
  0%,
  100% {
    transform: translate(-50%, -46%) translateY(0);
  }
  50% {
    transform: translate(-50%, -46%) translateY(-16px);
  }
}

@keyframes steam {
  0%,
  100% {
    opacity: 0.15;
    transform: translateX(-50%) translateY(12px) rotate(12deg);
  }
  50% {
    opacity: 0.55;
    transform: translateX(-50%) translateY(-10px) rotate(-8deg);
  }
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: 1fr auto;
    border-radius: 28px;
    top: 10px;
    gap: 10px 14px;
  }

  .main-nav {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: space-between;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .hero,
  .experience-grid,
  .menu-grid,
  .location-section,
  .notice-band {
    grid-template-columns: 1fr;
  }

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

  .visual-card {
    min-height: 520px;
    transform: none;
  }

  .quick-facts {
    grid-template-columns: 1fr;
  }

  .notice-band {
    gap: 14px;
  }
}

@media (max-width: 560px) {
  .section-shell,
  .site-header {
    width: calc(100% - 32px);
    max-width: 320px;
  }

  .section-shell {
    margin-left: 16px;
    margin-right: auto;
  }

  .site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    margin-top: 10px;
    margin-left: 16px;
    margin-right: auto;
    padding: 10px;
    overflow: hidden;
  }

  .brand {
    grid-area: brand;
  }

  .brand-symbol {
    width: 42px;
    height: 42px;
    font-size: 1.75rem;
  }

  .main-nav {
    display: none;
  }

  .header-cta {
    display: none;
    min-height: 42px;
    padding-inline: 14px;
    font-size: 0.84rem;
  }

  .brand-copy {
    display: none;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.9rem, 13vw, 3.45rem);
    line-height: 0.94;
    letter-spacing: -0.025em;
    text-wrap: initial;
  }

  h1 span {
    max-width: 100%;
    white-space: nowrap;
  }

  h2 {
    font-size: clamp(2.6rem, 16vw, 4.4rem);
    line-height: 0.94;
  }

  .hero {
    gap: 34px;
    padding: 38px 0 56px;
    overflow: hidden;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-lead,
  .location-copy,
  .final-section p,
  .editorial-card p {
    max-width: 29ch;
  }

  .kicker {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    line-height: 1.55;
    overflow-wrap: break-word;
  }

  .status-pill {
    width: 100%;
    display: grid;
    grid-template-columns: 9px minmax(0, 1fr);
    align-items: flex-start;
    border-radius: 20px;
    font-size: 0.82rem;
    line-height: 1.35;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin: 28px 0;
  }

  .btn {
    width: 100%;
    min-height: 50px;
    padding-inline: 18px;
  }

  .visual-card {
    min-height: clamp(390px, 118vw, 450px);
    border-radius: 30px;
    max-width: 100%;
  }

  .burger-art {
    width: min(300px, 82vw);
    height: 310px;
    transform: translate(-50%, -47%) scale(0.88);
  }

  .visual-topline {
    top: 14px;
    padding: 12px;
    border-radius: 18px;
    font-size: 0.78rem;
  }

  .taste-note {
    bottom: 14px;
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    padding: 14px;
    border-radius: 20px;
  }

  .taste-note,
  .visual-topline {
    left: 16px;
    right: 16px;
  }

  .editorial-card,
  .location-section,
  .final-section {
    padding: 28px;
  }

  .editorial-card {
    min-height: auto;
  }

  .notice-band {
    margin-bottom: 54px;
    padding: 20px;
    border-radius: 24px;
  }

  .notice-band span {
    width: fit-content;
  }

  .experience-grid,
  .menu-section {
    padding-bottom: 58px;
  }

  .menu-grid {
    gap: 14px;
  }

  .menu-card {
    border-radius: 26px;
  }

  .menu-card > div:last-child {
    padding: 20px;
  }

  .menu-image {
    height: 170px;
  }

  .menu-image::before {
    width: 160px;
    height: 100px;
  }

  .menu-image::after {
    width: 180px;
  }

  .location-section {
    gap: 22px;
    margin-bottom: 58px;
    border-radius: 30px;
  }

  .hours-panel div {
    padding: 18px;
  }

  .hours-panel strong {
    font-size: 1.02rem;
  }

  .final-section {
    margin-bottom: 94px;
    border-radius: 30px;
  }

  .floating-whatsapp {
    display: none;
  }
}

@media (max-width: 390px) {
  .section-shell,
  .site-header {
    width: calc(100% - 28px);
    max-width: 292px;
  }

  .section-shell {
    margin-left: 14px;
    margin-right: auto;
  }

  .site-header {
    width: fit-content;
    gap: 8px;
    border-radius: 22px;
  }

  .header-cta {
    display: none;
    padding-inline: 12px;
    font-size: 0.78rem;
  }

  h1 {
    font-size: clamp(2.65rem, 13vw, 3.1rem);
    line-height: 0.98;
  }

  h2 {
    font-size: clamp(2.35rem, 14vw, 3.5rem);
  }

  .hero-lead,
  .location-copy,
  .final-section p,
  .editorial-card p,
  .notice-band p,
  .value-stack p,
  .menu-card p {
    font-size: 0.95rem;
    line-height: 1.62;
    max-width: 27ch;
  }

  .visual-card {
    min-height: 370px;
  }

  .burger-art {
    width: min(270px, 80vw);
    transform: translate(-50%, -47%) scale(0.82);
  }

  .visual-topline strong {
    white-space: nowrap;
  }

  .editorial-card,
  .location-section,
  .final-section,
  .value-stack article {
    padding: 22px;
  }
}

@media (max-width: 340px) {
  .brand-symbol {
    width: 38px;
    height: 38px;
  }

  .header-cta {
    font-size: 0.7rem;
    padding-inline: 10px;
  }

  h1 {
    font-size: 2.48rem;
  }

  .section-shell,
  .site-header {
    max-width: 260px;
  }

  .hero-lead,
  .location-copy,
  .final-section p,
  .editorial-card p,
  .notice-band p,
  .value-stack p,
  .menu-card p {
    max-width: 24ch;
  }

  .visual-card {
    min-height: 345px;
  }

  .burger-art {
    width: 250px;
    transform: translate(-50%, -47%) scale(0.76);
  }
}

@media (max-height: 520px) and (orientation: landscape) {
  .site-header {
    position: relative;
  }

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

  .visual-card {
    min-height: 380px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
