@font-face {
  font-family: "Tilda Sans";
  src: url("/fonts/TildaSans-VF.woff2") format("woff2");
  font-display: swap;
  font-weight: 100 900;
}

:root {
  --bg: #080808;
  --panel: #101010;
  --panel-soft: #171717;
  --line: rgba(255, 255, 255, 0.12);
  --text: #f5f3ef;
  --muted: #b8b1a9;
  --accent: #d11010;
  --accent-soft: #f5d5d1;
  --max: 1220px;
  --radius: 28px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  --section-space: clamp(4.5rem, 7vw, 6.5rem);
  --stack-space: clamp(1rem, 2vw, 1.4rem);
  --page-gutter: clamp(1rem, 2.4vw, 1.5rem);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Tilda Sans", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
  overflow-x: hidden;
}

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

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.5rem;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0));
}

.logo img {
  width: 132px;
  height: auto;
  filter: invert(1);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.8);
}

.site-nav a:hover,
.site-nav a:focus-visible,
.header-cta:hover,
.header-cta:focus-visible {
  color: #fff;
}

.header-cta,
.button {
  border-radius: 999px;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.header-cta {
  padding: 0.9rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: clip;
}

.hero-backdrop,
.menu-spotlight {
  background-position: center;
  background-size: cover;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(180deg, rgba(8, 8, 8, 0.2), rgba(8, 8, 8, 0.85)),
    radial-gradient(circle at top right, rgba(180, 22, 22, 0.25), transparent 38%),
    url("/images/hero-main.jpg");
  transform: scale(1.02);
}

.hero-inner,
.section,
.site-footer {
  position: relative;
  width: min(var(--max), calc(100% - (var(--page-gutter) * 2)));
  margin-inline: auto;
}

.hero-inner {
  z-index: 1;
  padding: 8.5rem 0 4.5rem;
  max-width: 760px;
}

.hero .hero-inner {
  max-width: 980px;
  padding: 8.2rem 0 5rem;
  text-align: center;
  justify-items: center;
}

.hero .eyebrow,
.hero .hero-copy {
  margin-inline: auto;
}

.hero .hero-title {
  max-width: none;
}

.hero .smoky-line,
.hero .hero-actions {
  justify-content: center;
}

.hero .smoky-line-subtitle {
  max-width: none;
  justify-content: center;
}

.eyebrow,
.section-kicker {
  margin: 0 0 1rem;
  color: var(--accent-soft);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
}

h1,
h2,
h3,
dt {
  margin: 0;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

h1 {
  max-width: 10ch;
  font-size: clamp(3.6rem, 9vw, 7.6rem);
}

.hero-title {
  max-width: 12ch;
}

.smoky-title {
  display: grid;
  gap: 0.5rem;
  cursor: default;
}

.smoky-line {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.smoky-line > span {
  display: inline-block;
  transition:
    transform 1.7s cubic-bezier(0.2, 0.9, 0.2, 1),
    opacity 1.7s ease,
    filter 1.7s ease,
    color 0.35s ease,
    text-shadow 0.35s ease;
  will-change: transform, opacity, filter;
}

.smoky-line-brand {
  color: #fffaf5;
  text-shadow: 0 0 24px rgba(255, 255, 255, 0.08), 0 0 50px rgba(209, 16, 16, 0.18);
}

.smoky-line-brand > span {
  letter-spacing: 0.02em;
}

.smoky-line-subtitle {
  max-width: 13ch;
  color: rgba(245, 243, 239, 0.92);
  font-size: clamp(1.15rem, 2vw, 1.8rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.smoky-space {
  width: 0.34em;
}

.smoky-title:hover .smoky-line > span,
.smoky-title:focus-visible .smoky-line > span {
  opacity: 0;
  filter: blur(18px);
}

.smoky-title:hover .smoky-line-brand > span,
.smoky-title:focus-visible .smoky-line-brand > span {
  transform: translate3d(0, -140px, 0) rotate(38deg);
}

.smoky-title:hover .smoky-line-subtitle > span,
.smoky-title:focus-visible .smoky-line-subtitle > span {
  transform: translate3d(0, -86px, 0) rotate(18deg);
}

.smoky-line-brand > span:nth-child(1) { transition-delay: 0s; }
.smoky-line-brand > span:nth-child(2) { transition-delay: 0.08s; }
.smoky-line-brand > span:nth-child(3) { transition-delay: 0.16s; }
.smoky-line-brand > span:nth-child(4) { transition-delay: 0.24s; }
.smoky-line-brand > span:nth-child(5) { transition-delay: 0.32s; }
.smoky-line-brand > span:nth-child(6) { transition-delay: 0.4s; }
.smoky-line-brand > span:nth-child(7) { transition-delay: 0.48s; }
.smoky-line-brand > span:nth-child(8) { transition-delay: 0.56s; }
.smoky-line-brand > span:nth-child(9) { transition-delay: 0.64s; }
.smoky-line-brand > span:nth-child(10) { transition-delay: 0.72s; }

.smoky-line-subtitle > span:nth-child(1) { transition-delay: 0.08s; }
.smoky-line-subtitle > span:nth-child(2) { transition-delay: 0.14s; }
.smoky-line-subtitle > span:nth-child(3) { transition-delay: 0.2s; }
.smoky-line-subtitle > span:nth-child(4) { transition-delay: 0.26s; }
.smoky-line-subtitle > span:nth-child(5) { transition-delay: 0.32s; }
.smoky-line-subtitle > span:nth-child(6) { transition-delay: 0.38s; }
.smoky-line-subtitle > span:nth-child(7) { transition-delay: 0.44s; }
.smoky-line-subtitle > span:nth-child(8) { transition-delay: 0.5s; }
.smoky-line-subtitle > span:nth-child(9) { transition-delay: 0.56s; }
.smoky-line-subtitle > span:nth-child(10) { transition-delay: 0.62s; }
.smoky-line-subtitle > span:nth-child(11) { transition-delay: 0.68s; }

h2 {
  max-width: 14ch;
  font-size: clamp(2.2rem, 4vw, 4rem);
}

h3 {
  font-size: clamp(1.4rem, 2vw, 2rem);
}

.hero-copy,
.about-copy p,
.menu-content p,
.seo-card p,
.contacts-copy p,
.faq-list dd,
.post-card p {
  color: var(--muted);
  font-size: 1.05rem;
}

.hero-copy {
  max-width: 34rem;
  margin: 1.5rem 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.4rem;
  padding: 0.9rem 1.4rem;
  border: 1px solid transparent;
  font-weight: 600;
}

.button:hover,
.button:focus-visible,
.header-cta:hover,
.header-cta:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--accent);
}

.btn-attention {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 24px rgba(209, 16, 16, 0.2),
    0 12px 34px rgba(209, 16, 16, 0.18);
  animation:
    buttonFloat 4.8s ease-in-out infinite,
    buttonGlow 2.8s ease-in-out infinite;
}

.btn-attention::before,
.btn-attention::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.btn-attention::before {
  inset: -2px;
  z-index: -1;
  border-radius: inherit;
  background: radial-gradient(circle at center, rgba(245, 213, 209, 0.32), transparent 68%);
  filter: blur(12px);
  opacity: 0.58;
}

.btn-attention::after {
  top: -25%;
  bottom: -25%;
  left: -55%;
  width: 42%;
  transform: skewX(-24deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.32), transparent);
  animation: buttonSheen 3.4s ease-in-out infinite;
}

.btn-attention:hover,
.btn-attention:focus-visible {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 0 28px rgba(209, 16, 16, 0.28),
    0 16px 38px rgba(209, 16, 16, 0.24);
}

.button-secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.36);
}

.scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  width: 1.1rem;
  height: 3rem;
  margin-left: -0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
}

.scroll-indicator::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0.55rem;
  width: 0.22rem;
  height: 0.7rem;
  margin-left: -0.11rem;
  border-radius: 999px;
  background: #fff;
  animation: floatDot 1.8s ease-in-out infinite;
}

.section {
  padding: var(--section-space) 0;
}

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

.about-grid,
.seo-block,
.contacts {
  display: grid;
  gap: 2rem;
}

.about-grid {
  grid-template-columns: 1.1fr 0.9fr;
}

.about-copy {
  max-width: 42rem;
}

.feature-list {
  display: grid;
  gap: 0.8rem;
  padding: 0;
  margin: 2rem 0 0;
  list-style: none;
}

.feature-list li {
  padding: 1rem 1.2rem;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
}

.about-media {
  display: grid;
  grid-template-columns: 1fr 0.88fr;
  gap: 1rem;
}

.about-media figure {
  margin: 0;
}

.tall-shot img,
.split-shot img,
.gallery-grid img,
.post-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(var(--radius) - 6px);
}

.tall-shot {
  min-height: 34rem;
}

.split-shot {
  display: grid;
  gap: 1rem;
}

.split-shot img:first-child {
  min-height: 19rem;
}

.split-shot img:last-child {
  min-height: 14rem;
}

.gallery-band {
  padding-top: 0;
}

.gallery-intro {
  margin-bottom: 1.8rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 1rem;
}

.gallery-grid img {
  aspect-ratio: 0.9;
}

.menu-spotlight {
  position: relative;
  min-height: 86svh;
  display: grid;
  align-items: center;
  background-image: url("/images/hero-menu.jpg");
}

.menu-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.74), rgba(8, 8, 8, 0.78)),
    radial-gradient(circle at left, rgba(209, 16, 16, 0.28), transparent 35%);
}

.menu-content {
  position: relative;
  width: min(780px, calc(100% - 2rem));
  margin: 0 auto;
  text-align: center;
  padding: 4rem 0;
}

.menu-content h2 {
  max-width: none;
}

.menu-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 2rem;
}

.menu-points span {
  padding: 0.75rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
}

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

.seo-card,
.contacts-copy,
.map-wrap,
.post-card,
.blog-shell article {
  padding: 2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
  box-shadow: var(--shadow);
}

.faq-list {
  display: grid;
  gap: 1.2rem;
  margin: 1.25rem 0 0;
}

.faq-list div {
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
}

.faq-list dt {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.faq-list dd {
  margin: 0;
}

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

.landing-hub {
  padding-top: 0;
}

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

.hub-card {
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
}

.hub-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.hub-card a:hover,
.hub-card a:focus-visible {
  color: var(--accent-soft);
}

.post-card {
  display: grid;
  align-content: start;
  gap: 0.95rem;
  padding: 1.25rem;
}

.post-card img {
  aspect-ratio: 1;
  margin-bottom: 0;
}

.post-card h3 {
  max-width: none;
  font-size: clamp(1.28rem, 1.8vw, 1.65rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.post-card a {
  display: block;
}

.post-card a:hover,
.post-card a:focus-visible {
  color: var(--accent-soft);
}

.contacts-copy a:hover,
.contacts-copy a:focus-visible,
.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--accent-soft);
}

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.88rem;
}

.map-wrap iframe {
  width: 100%;
  min-height: 100%;
  border: 0;
  border-radius: calc(var(--radius) - 6px);
}

.site-footer {
  display: block;
  padding: 1.8rem 0 3rem;
  color: var(--muted);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.footer-top p {
  margin: 0;
}

.footer-disclaimer {
  max-width: 58rem;
  font-size: 0.94rem;
  line-height: 1.65;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  margin-inline: auto;
}

.footer-disclaimer p {
  margin: 0;
}

.footer-disclaimer p:last-child {
  margin-bottom: 0;
}

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

.footer-meta-item {
  min-height: 100%;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
}

.footer-label {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--accent-soft);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
}

.footer-value {
  display: block;
  color: var(--text);
  line-height: 1.45;
}

.footer-value small {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
}

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

  .scroll-indicator::after,
  .smoky-line > span {
    animation: none;
    transition: none;
  }

  .smoky-title:hover .smoky-line > span,
  .smoky-title:focus-visible .smoky-line > span {
    opacity: 1;
    filter: none;
    transform: none;
  }
}

.menu-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  padding: 0.75rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px 0;
  background: #fff;
}

.blog-hero {
  min-height: 72svh;
  display: grid;
  align-items: end;
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.36), rgba(8, 8, 8, 0.88)),
    url("/images/hero-main.jpg") center/cover;
}

.smoke-host {
  position: relative;
  overflow: clip;
}

.smoke-host .hero-inner {
  position: relative;
  z-index: 1;
}

.menu-page-hero {
  position: relative;
  overflow: clip;
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.42), rgba(8, 8, 8, 0.88)),
    radial-gradient(circle at left, rgba(209, 16, 16, 0.22), transparent 30%),
    url("/images/hero-menu.jpg") center 35% / cover;
}

.smoke-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.8;
  mix-blend-mode: screen;
}

.menu-page-hero .hero-inner {
  max-width: 920px;
  min-height: 82svh;
  text-align: center;
  justify-items: center;
  align-items: center;
  align-content: center;
  padding: 8.8rem 0 5.3rem;
}

.menu-page-hero .eyebrow,
.menu-page-hero .hero-copy {
  margin-inline: auto;
}

.menu-page-hero h1 {
  max-width: 8.6ch;
  margin-inline: auto;
  text-wrap: balance;
}

.menu-page-hero .hero-copy {
  max-width: 42rem;
}

.menu-page-hero .menu-hero-stats,
.menu-page-hero .hero-actions {
  justify-content: center;
}

.menu-sections {
  padding-bottom: 2rem;
}

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

.menu-card {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
  box-shadow: var(--shadow);
}

.menu-card img {
  width: 100%;
  aspect-ratio: 0.95;
  object-fit: cover;
  border-radius: calc(var(--radius) - 8px);
  margin-bottom: 1rem;
}

.menu-card p {
  color: var(--muted);
}

.menu-note {
  padding-top: 0;
}

.menu-hero-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.menu-hero-stats span,
.menu-pill,
.menu-anchor {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
}

.menu-hero-stats span {
  padding: 0.72rem 0.95rem;
  border-radius: 999px;
  color: var(--text);
  font-size: 0.92rem;
}

.menu-browser {
  padding-top: 0;
}

.menu-browser-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
  align-items: end;
  gap: 1.5rem;
}

.menu-browser-copy {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.menu-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.menu-pill,
.menu-anchor {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    background-color 180ms ease;
}

.menu-pill:hover,
.menu-pill:focus-visible,
.menu-anchor:hover,
.menu-anchor:focus-visible,
.menu-anchor.is-active {
  color: #fff;
  border-color: rgba(245, 213, 209, 0.34);
  background: rgba(209, 16, 16, 0.18);
  transform: translateY(-1px);
}

.menu-layout {
  display: grid;
  grid-template-columns: minmax(15rem, 18rem) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
}

.menu-sidebar {
  position: sticky;
  top: 6.8rem;
}

.menu-sidebar-card {
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.018));
  box-shadow: var(--shadow);
}

.menu-sidebar-kicker {
  margin: 0 0 0.9rem;
  color: var(--accent-soft);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
}

.menu-anchor-list {
  display: grid;
  gap: 0.7rem;
}

.menu-anchor {
  width: 100%;
  justify-content: space-between;
  text-align: left;
  font-size: 0.8rem;
}

.menu-catalog {
  display: grid;
  gap: 1.2rem;
}

.menu-loading,
.menu-category-block,
.menu-subcategory {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
  box-shadow: var(--shadow);
}

.menu-loading {
  padding: 2rem;
}

.menu-loading p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.menu-category-block {
  padding: 1.3rem;
  scroll-margin-top: 7.5rem;
}

.menu-category-head {
  margin-bottom: 1.2rem;
}

.menu-category-head h2 {
  max-width: none;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
}

.menu-category-meta {
  margin: 0.7rem 0 0;
  color: var(--muted);
}

.menu-subcategory-grid {
  display: grid;
  gap: 1rem;
}

.menu-subcategory {
  overflow: hidden;
}

.menu-subcategory-top {
  padding: 1.2rem 1.2rem 0;
}

.menu-subcategory-top h3 {
  max-width: none;
}

.menu-subcategory-top p {
  margin: 0.55rem 0 0;
  color: var(--muted);
}

.menu-items {
  display: grid;
  gap: 0;
  margin: 0;
  list-style: none;
  padding: 0.4rem 1.2rem 1.2rem;
}

.menu-item {
  display: grid;
  grid-template-columns: 6rem minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.menu-item:first-child {
  border-top: 0;
}

.menu-item-image {
  width: 6rem;
  height: 6rem;
  object-fit: cover;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.menu-item-name-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.7rem;
}

.menu-item-name {
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.menu-item-weight {
  color: var(--accent-soft);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.menu-item-description {
  margin: 0.45rem 0 0;
  color: var(--muted);
}

.menu-item-price {
  align-self: start;
  min-width: 5.6rem;
  padding: 0.7rem 0.85rem;
  border-radius: 18px;
  border: 1px solid rgba(245, 213, 209, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: #fff7f2;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.blog-shell {
  width: min(var(--max), calc(100% - (var(--page-gutter) * 2)));
  margin-inline: auto;
  padding: 4rem 0 6rem;
}

.blog-shell article {
  max-width: 900px;
  margin: 0 auto;
}

.blog-shell article > * + * {
  margin-top: var(--stack-space);
}

.blog-shell .lead {
  font-size: 1.18rem;
  color: var(--text);
  margin-top: 1.2rem;
}

.landing-shell article {
  max-width: 980px;
}

.blog-shell h1 {
  max-width: 12ch;
  font-size: clamp(2.8rem, 6vw, 5.8rem);
}

.blog-shell h2 {
  max-width: none;
  margin: 2.4rem 0 0.9rem;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.blog-shell p,
.blog-shell li {
  color: var(--muted);
  font-size: 1.06rem;
}

.blog-shell ul {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}

.blog-cover {
  margin: 1.8rem 0 2.2rem;
}

.blog-cover img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: calc(var(--radius) - 6px);
}

.article-cta {
  margin-top: 2.8rem;
  padding: 1.8rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
}

@keyframes floatDot {
  0%,
  100% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, 12px);
    opacity: 0.35;
  }
}

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

@keyframes buttonGlow {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.08),
      0 0 18px rgba(209, 16, 16, 0.18),
      0 10px 24px rgba(209, 16, 16, 0.14);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.12),
      0 0 30px rgba(209, 16, 16, 0.32),
      0 16px 34px rgba(209, 16, 16, 0.22);
  }
}

@keyframes buttonSheen {
  0% {
    left: -55%;
    opacity: 0;
  }
  12% {
    opacity: 0.9;
  }
  46% {
    left: 135%;
    opacity: 0;
  }
  100% {
    left: 135%;
    opacity: 0;
  }
}

@media (max-width: 980px) {
  .site-header {
    padding: calc(env(safe-area-inset-top) + 0.85rem) var(--page-gutter) 1rem;
  }

  .menu-toggle {
    display: block;
    margin-left: auto;
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .site-header.is-open {
    background: rgba(10, 10, 10, 0.94);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--line);
  }

  .site-header.is-open .site-nav {
    display: grid;
    gap: 1rem;
    width: 100%;
    order: 3;
    padding: 1.2rem;
    margin-top: 0.6rem;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(12, 12, 12, 0.92);
    backdrop-filter: blur(16px);
  }

  .site-header.is-open .header-cta {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    order: 4;
    margin-top: 0.8rem;
  }

  .about-grid,
  .seo-block,
  .contacts,
  .post-grid,
  .gallery-grid,
  .menu-cards,
  .hub-grid,
  .menu-browser-heading,
  .menu-layout,
  .menu-category-head {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 4rem 0;
  }

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

  .blog-hero {
    min-height: 62svh;
  }

  .about-media {
    grid-template-columns: 1fr;
  }

  .tall-shot,
  .split-shot img:first-child,
  .split-shot img:last-child,
  .gallery-grid img {
    min-height: 18rem;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-sidebar {
    position: static;
  }

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

  .footer-meta-item {
    padding: 0.95rem 1rem;
  }
}

@media (max-width: 640px) {
  .hero-inner {
    padding: 7.4rem 0 3.7rem;
  }

  .hero .hero-inner {
    padding: 7.4rem 0 3.7rem;
  }

  h1 {
    max-width: 11ch;
  }

  h2 {
    max-width: 14ch;
  }

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

  .smoky-line-brand {
    line-height: 0.94;
  }

  .smoky-line-subtitle {
    max-width: 11ch;
    font-size: 1.1rem;
  }

  .smoky-title:hover .smoky-line-brand > span,
  .smoky-title:focus-visible .smoky-line-brand > span {
    transform: translate3d(0, -88px, 0) rotate(28deg);
  }

  .smoky-title:hover .smoky-line-subtitle > span,
  .smoky-title:focus-visible .smoky-line-subtitle > span {
    transform: translate3d(0, -54px, 0) rotate(14deg);
  }

  .button,
  .header-cta {
    width: 100%;
  }

  .contacts-copy,
  .map-wrap,
  .seo-card,
  .blog-shell article,
  .post-card,
  .hub-card,
  .menu-card,
  .menu-loading,
  .menu-category-block,
  .menu-sidebar-card,
  .menu-subcategory {
    padding: 1.25rem;
  }

  .blog-shell {
    padding: 3.1rem 0 4.7rem;
  }

  .post-grid {
    gap: 1.2rem;
  }

  .post-card {
    gap: 0.85rem;
    padding: 1rem;
    border-radius: 24px;
  }

  .post-card h3 {
    font-size: 1.22rem;
  }

  .hero-actions {
    gap: 0.8rem;
  }

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

  .section-kicker,
  .eyebrow {
    margin-bottom: 0.8rem;
  }

  .feature-list {
    margin-top: 1.6rem;
  }

  .menu-content {
    padding: 3.2rem 0;
  }

  .menu-pill-row,
  .menu-hero-stats {
    gap: 0.65rem;
  }

  .menu-hero-stats span,
  .menu-pill,
  .menu-anchor,
  .menu-item-price {
    width: 100%;
  }

  .menu-subcategory-top {
    padding: 1rem 1rem 0;
  }

  .menu-items {
    padding: 0.2rem 1rem 1rem;
  }

  .menu-item {
    grid-template-columns: 5.25rem minmax(0, 1fr);
    gap: 0.8rem;
  }

  .menu-item-price {
    grid-column: 2;
    justify-self: start;
  }

  .menu-item-image {
    width: 5.25rem;
    height: 5.25rem;
    border-radius: 16px;
  }

  .blog-hero {
    min-height: 52svh;
  }

  .blog-hero .hero-copy,
  .menu-page-hero .hero-copy {
    max-width: 30rem;
  }

  .menu-card img,
  .blog-cover img {
    border-radius: 20px;
  }

  .footer-meta {
    grid-template-columns: 1fr;
  }

  .footer-top {
    gap: 0.55rem;
  }

  .footer-meta {
    gap: 0.75rem;
    margin-bottom: 0.85rem;
  }

  .footer-disclaimer {
    font-size: 0.88rem;
    line-height: 1.58;
  }

  .socials {
    gap: 0.75rem;
    margin-top: 1.4rem;
    font-size: 0.8rem;
  }

  .btn-attention {
    animation:
      buttonFloat 5.2s ease-in-out infinite,
      buttonGlow 3.2s ease-in-out infinite;
  }
}

@media (prefers-reduced-motion: reduce) {
  .smoke-canvas {
    display: none;
  }

  .btn-attention,
  .btn-attention::after {
    animation: none;
  }

  .btn-attention {
    transform: none;
  }
}
