:root {
  color-scheme: dark;
  --bg: #050505;
  --panel: #11100e;
  --line: rgba(214, 169, 96, 0.3);
  --gold: #d6a960;
  --ember: #ef5b29;
  --text: #f7efe5;
  --muted: #c5b7a5;
  --dim: #8e8171;
  --radius: 8px;
  font-family: Inter, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px clamp(18px, 4vw, 56px);
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.82), transparent);
}

.brand,
h1,
h2,
h3,
blockquote {
  font-family: Georgia, "Times New Roman", serif;
}

.brand {
  font-size: 25px;
}

.site-nav {
  display: flex;
  gap: 24px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--gold);
  font-size: 22px;
}

.section-band {
  scroll-margin-top: 84px;
  padding: clamp(72px, 8vw, 126px) clamp(18px, 5vw, 72px);
}

.hero {
  min-height: 100svh;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  margin-bottom: -70px;
  padding-bottom: 70px;
  background:
    radial-gradient(circle at 72% 30%, rgba(239, 91, 41, 0.25), transparent 24%),
    linear-gradient(135deg, #030303 0%, #0d0906 58%, #26140c 100%);
}

.hero::before {
  content: "";
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 210px;
  background:
    radial-gradient(ellipse at 72% 8%, rgba(255, 216, 92, 0.26), rgba(239, 91, 41, 0.12) 34%, transparent 62%),
    linear-gradient(180deg, transparent 0%, rgba(5, 5, 5, 0.48) 56%, #050505 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 24%, #000 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 24%, #000 100%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 3;
  width: min(780px, 58vw);
  background:
    radial-gradient(ellipse at 29% 69%, rgba(5, 5, 5, 0.9), rgba(5, 5, 5, 0.62) 35%, rgba(5, 5, 5, 0.16) 64%, transparent 82%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.96) 0%, rgba(5, 5, 5, 0.58) 58%, transparent 100%);
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  z-index: 1;
  top: -7svh;
  right: -13vw;
  width: min(100vw, 1100px);
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle at 45% 47%, rgba(255, 246, 178, 0.78), rgba(255, 188, 58, 0.5) 24%, rgba(239, 91, 41, 0.22) 50%, transparent 72%);
  filter: blur(7px);
  opacity: 1;
  animation: firebirdShimmer 3.8s ease-in-out infinite;
}

.feather-field {
  position: absolute;
  inset: 0;
  z-index: 3;
  overflow: hidden;
  pointer-events: none;
}

.falling-feather {
  position: absolute;
  display: block;
  top: 24%;
  right: 28%;
  width: 96px;
  height: 64px;
  background: url("/assets/effects/fire-feather.png") center / contain no-repeat;
  filter: drop-shadow(0 0 18px rgba(255, 201, 80, 0.72));
  opacity: 0;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  animation: featherFall 10s ease-in-out infinite;
}

.feather-two {
  top: 34%;
  right: 18%;
  animation-delay: 4.8s;
}

.spark {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #ffd76a;
  box-shadow: 0 0 16px rgba(239, 91, 41, 0.9);
  opacity: 0;
  animation: sparkFall 5.5s linear infinite;
}

.spark-one {
  top: 24%;
  right: 34%;
}

.spark-two {
  top: 18%;
  right: 21%;
  animation-delay: 1.7s;
}

.spark-three {
  top: 36%;
  right: 28%;
  animation-delay: 3.2s;
}

.hero-art {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  place-items: start end;
  padding: 4svh 0 0 0;
  opacity: 0;
  animation: firebirdIntro 1.8s ease forwards;
}

.hero-art::before,
.hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: screen;
}

.hero-art::before {
  background-image:
    radial-gradient(circle, rgba(255, 249, 176, 0.95) 0 2px, transparent 3px),
    radial-gradient(circle, rgba(255, 146, 40, 0.78) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(255, 229, 104, 0.7) 0 1.5px, transparent 3px);
  background-position:
    76% 25%,
    58% 46%,
    88% 58%;
  background-size:
    170px 140px,
    210px 180px,
    260px 210px;
  opacity: 0.52;
  filter: drop-shadow(0 0 12px rgba(255, 204, 76, 0.75));
  animation: firebirdSparkle 4.8s ease-in-out infinite;
}

.hero-art::after {
  background:
    radial-gradient(ellipse at 70% 42%, rgba(255, 228, 95, 0.24), rgba(239, 91, 41, 0.14) 24%, transparent 58%),
    radial-gradient(ellipse at 84% 64%, rgba(255, 214, 74, 0.26), rgba(239, 91, 41, 0.1) 30%, transparent 62%);
  opacity: 0.78;
  animation: firebirdAura 5.6s ease-in-out infinite;
}

.hero-art img {
  position: relative;
  z-index: 1;
  width: min(96vw, 1220px);
  max-height: 112svh;
  object-fit: contain;
  transform: translate(8vw, -5svh);
  filter:
    brightness(2.18)
    saturate(1.95)
    contrast(1.16)
    hue-rotate(-8deg)
    drop-shadow(0 0 150px rgba(239, 91, 41, 1))
    drop-shadow(0 0 78px rgba(255, 219, 103, 0.9))
    drop-shadow(0 0 24px rgba(255, 246, 179, 0.72));
  animation: firebirdPulse 4.4s ease-in-out infinite;
}

.hero-content {
  position: relative;
  z-index: 4;
  width: min(650px, 100%);
  padding-top: 120px;
  opacity: 0;
  transform: translateY(20px);
  animation: contentIntro 1s ease 1.15s forwards;
}

.hero-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 42px -22px -26px -26px;
  background:
    radial-gradient(ellipse at 26% 58%, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.3) 38%, transparent 70%);
  filter: blur(14px);
}

.eyebrow {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-content .eyebrow {
  color: #f0c36d;
  font-weight: 700;
  text-shadow:
    0 1px 10px rgba(0, 0, 0, 0.9),
    0 0 18px rgba(0, 0, 0, 0.82);
}

h1 {
  margin: 18px 0 0;
  font-size: clamp(58px, 10vw, 116px);
  line-height: 0.86;
  letter-spacing: 0;
}

.hero-content h1 {
  color: #fff7ed;
  -webkit-text-stroke: 1px rgba(5, 5, 5, 0.64);
  text-shadow:
    0 4px 24px rgba(0, 0, 0, 0.92),
    0 1px 0 rgba(5, 5, 5, 0.8);
}

h2 {
  margin: 10px 0 0;
  font-size: clamp(36px, 5vw, 70px);
  line-height: 0.95;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 24px;
}

p {
  color: var(--muted);
  line-height: 1.6;
}

.hero-text {
  max-width: 540px;
  color: #eadfce;
  font-size: 18px;
  font-weight: 600;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.92);
}

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

.btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  padding: 12px 18px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.btn.primary {
  border-color: var(--gold);
  background: linear-gradient(110deg, #b98531 0%, #f3d079 38%, #d6a960 58%, #fff1b2 100%);
  background-size: 220% 100%;
  color: #090806;
  box-shadow: 0 0 30px rgba(214, 169, 96, 0.18);
  animation: goldButtonShimmer 3.4s ease-in-out infinite;
}

.btn.ghost {
  position: relative;
  overflow: hidden;
  color: var(--gold);
  box-shadow: inset 0 0 0 1px rgba(214, 169, 96, 0.2);
}

.btn.ghost::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent, rgba(255, 241, 178, 0.22), transparent);
  transform: translateX(-130%);
  animation: ghostButtonGlint 4.2s ease-in-out infinite;
}

.reserve,
.contacts {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 5vw, 80px);
  border-top: 1px solid rgba(214, 169, 96, 0.18);
}

.philosophy {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 5vw, 80px);
  border-top: 0;
  padding-top: clamp(132px, 10vw, 178px);
  background:
    radial-gradient(ellipse at 72% 0%, rgba(255, 197, 80, 0.14), transparent 34%),
    radial-gradient(ellipse at 55% -8%, rgba(239, 91, 41, 0.12), transparent 42%),
    #050505;
}

.section-ornament {
  position: absolute;
  left: clamp(18px, 5vw, 72px);
  top: 62px;
  width: 1px;
  height: 78px;
  background: linear-gradient(180deg, transparent, var(--gold), transparent);
  box-shadow: 0 0 28px rgba(214, 169, 96, 0.52);
}

.text-column {
  max-width: 720px;
}

blockquote {
  margin: 34px 0 0;
  border-left: 1px solid var(--gold);
  padding-left: 22px;
  color: var(--text);
  font-size: 28px;
  line-height: 1.2;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.menu-section {
  position: relative;
  overflow: hidden;
}

.menu-guide-feather {
  position: absolute;
  z-index: 1;
  top: 240px;
  left: 9%;
  width: 108px;
  height: 72px;
  background: url("/assets/effects/fire-feather.png") center / contain no-repeat;
  filter: drop-shadow(0 0 20px rgba(255, 201, 80, 0.72));
  opacity: 0.8;
  pointer-events: none;
  transform-style: preserve-3d;
  animation: menuFeatherGuide 12s ease-in-out infinite;
}

.menu-grid,
.drink-grid,
.review-grid,
.atmosphere-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.menu-card,
.drink-card,
.review-card,
.atmosphere-card {
  min-height: 220px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
  padding: 0;
  overflow: hidden;
}

.menu-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.menu-card,
.drink-card {
  transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

.menu-card:hover,
.drink-card:hover,
.menu-card.feather-lit,
.drink-card.feather-lit {
  border-color: rgba(255, 218, 117, 0.72);
  box-shadow:
    0 0 0 1px rgba(255, 218, 117, 0.16),
    0 0 38px rgba(239, 91, 41, 0.22),
    inset 0 0 46px rgba(214, 169, 96, 0.06);
  transform: translateY(-2px);
}

.drink-card,
.atmosphere-card {
  position: relative;
  display: flex;
  flex-direction: column;
}

.menu-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  box-shadow: 0 0 0 rgba(214, 169, 96, 0);
  pointer-events: none;
  animation: menuCardGlow 12s ease-in-out infinite;
}

.menu-card.feather-lit::after,
.drink-card.feather-lit::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 72% 14%, rgba(255, 224, 121, 0.2), transparent 26%),
    linear-gradient(135deg, transparent, rgba(255, 241, 178, 0.08), transparent);
  pointer-events: none;
}

.menu-card:nth-child(2)::after {
  animation-delay: 1.6s;
}

.menu-card:nth-child(3)::after {
  animation-delay: 3.2s;
}

.menu-card:nth-child(4)::after {
  animation-delay: 4.8s;
}

.menu-card:nth-child(5)::after {
  animation-delay: 6.4s;
}

.menu-card > div,
.drink-card > div,
.atmosphere-card > div,
.review-card {
  padding: 22px;
}

.review-card {
  position: relative;
}

.dish-photo,
.drink-photo,
.atmosphere-photo {
  position: relative;
  margin: 0;
  aspect-ratio: 1.38 / 1;
  overflow: hidden;
  background: #090806;
}

.drink-photo {
  aspect-ratio: 1 / 0.82;
}

.atmosphere-photo {
  aspect-ratio: 1.52 / 1;
}

.dish-photo img,
.drink-photo img,
.atmosphere-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.06) contrast(1.04);
  transition: transform 0.5s ease, filter 0.5s ease;
}

.menu-card:hover .dish-photo img,
.drink-card:hover .drink-photo img,
.atmosphere-card:hover .atmosphere-photo img {
  transform: scale(1.035);
  filter: saturate(1.14) contrast(1.08) brightness(1.04);
}

.card-topline {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.price {
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.pairing {
  margin-top: 18px;
  border-left: 1px solid rgba(214, 169, 96, 0.54);
  padding-left: 12px;
  color: #ead8bb;
  font-size: 14px;
}

.drink-serve {
  margin: 18px 0 0;
  border-top: 1px solid rgba(214, 169, 96, 0.22);
  padding-top: 12px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.dish-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(214, 169, 96, 0.2);
  color: var(--muted);
  font-size: 13px;
}

.dish-meta strong {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  text-align: right;
}

.add-button {
  width: calc(100% - 44px);
  min-height: 44px;
  margin: 0 22px 22px;
  border: 1px solid rgba(214, 169, 96, 0.46);
  background:
    linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.16) 42%, transparent 58%),
    rgba(214, 169, 96, 0.08);
  background-size: 220% 100%;
  color: var(--gold);
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  animation: borderInvite 3.6s ease-in-out infinite;
}

.drinks,
.reviews {
  position: relative;
  background: #080706;
}

.wine-mark {
  position: absolute;
  top: 54px;
  right: clamp(18px, 6vw, 90px);
  width: min(34vw, 260px);
  aspect-ratio: 0.62;
  border: 1px solid rgba(214, 169, 96, 0.18);
  border-top: 0;
  border-radius: 0 0 48% 48%;
  opacity: 0.18;
  transform: rotate(-8deg);
  pointer-events: none;
}

.wine-mark::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -42%;
  width: 1px;
  height: 44%;
  background: var(--gold);
  box-shadow: 0 0 24px rgba(214, 169, 96, 0.44);
}

.wine-mark::after {
  content: "";
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: -46%;
  height: 1px;
  background: var(--gold);
}

.atmosphere {
  background:
    radial-gradient(circle at 80% 40%, rgba(239, 91, 41, 0.18), transparent 24%),
    #050505;
}

.atmosphere-card::after,
.drink-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255, 241, 178, 0.08), transparent 38%);
  pointer-events: none;
}

.atmosphere-card h3,
.drink-card h3 {
  margin-bottom: 10px;
}

.review-feather,
.reserve-feather {
  position: absolute;
  width: 86px;
  height: 58px;
  background: url("/assets/effects/fire-feather.png") center / contain no-repeat;
  filter: drop-shadow(0 0 16px rgba(255, 201, 80, 0.62));
  pointer-events: none;
}

.review-card p {
  position: relative;
  z-index: 1;
}

.review-feather {
  --feather-tilt: -18deg;
  --feather-scale: 0.86;
  top: 26px;
  left: 18px;
  opacity: 0.38;
  z-index: 0;
  transform: rotate(var(--feather-tilt)) scale(var(--feather-scale));
  transform-style: preserve-3d;
  animation: reviewFeatherDrift 7.2s ease-in-out infinite;
}

.review-card:nth-child(2) .review-feather {
  --feather-tilt: 12deg;
  --feather-scale: 0.78;
  top: 48%;
  right: auto;
  left: 50%;
  animation-delay: 1.1s;
  opacity: 0.46;
}

.review-card:nth-child(3) .review-feather {
  --feather-tilt: 34deg;
  --feather-scale: 0.8;
  top: 20px;
  right: 26px;
  bottom: auto;
  left: auto;
  animation-delay: 2.2s;
  opacity: 0.5;
}

.reserve-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

label {
  position: relative;
  color: var(--dim);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

input,
textarea {
  width: 100%;
  margin-top: 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #0d0b09;
  color: var(--text);
  padding: 13px 14px;
  font: inherit;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: rgba(255, 218, 117, 0.9);
  background: #120e0b;
  box-shadow:
    0 0 0 3px rgba(214, 169, 96, 0.12),
    0 0 28px rgba(239, 91, 41, 0.18);
}

label.feather-lit input,
label.feather-lit textarea {
  border-color: rgba(255, 218, 117, 0.94);
  box-shadow:
    0 0 0 3px rgba(214, 169, 96, 0.16),
    0 0 36px rgba(239, 91, 41, 0.24);
}

.reserve-feather {
  right: clamp(24px, 8vw, 120px);
  top: 58px;
  width: 104px;
  height: 70px;
  opacity: 0;
  transform-style: preserve-3d;
  animation: reserveFeatherPrompt 8s ease-in-out infinite;
}

.cursor-feather {
  position: fixed;
  z-index: 80;
  left: 0;
  top: 0;
  width: 118px;
  height: 78px;
  background: url("/assets/effects/fire-feather.png") center / contain no-repeat;
  filter:
    drop-shadow(0 0 18px rgba(255, 202, 76, 0.78))
    drop-shadow(0 0 8px rgba(239, 91, 41, 0.7));
  opacity: 0;
  pointer-events: none;
  transform:
    translate3d(calc(var(--feather-x, -200px) - 50%), calc(var(--feather-y, -200px) - 50%), 0)
    rotate(var(--feather-rotate, -12deg))
    scale(var(--feather-scale, 0.7));
  transform-origin: 50% 50%;
  transition:
    transform 0.52s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.28s ease,
    filter 0.28s ease;
}

.has-cursor-feather .cursor-feather {
  opacity: 0.82;
}

.wide {
  grid-column: 1 / -1;
}

.form-status {
  margin: 0;
  align-self: center;
}

.map-card {
  min-height: 360px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #111;
}

.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
  filter: saturate(0.8) contrast(1.05);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 30px clamp(18px, 5vw, 72px);
  border-top: 1px solid rgba(214, 169, 96, 0.18);
  color: var(--dim);
}

.cart-panel {
  position: fixed;
  z-index: 45;
  right: 18px;
  bottom: 18px;
  width: min(390px, calc(100vw - 36px));
}

.cart-toggle {
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(214, 169, 96, 0.54);
  border-radius: var(--radius);
  background: rgba(8, 7, 6, 0.94);
  color: var(--text);
  padding: 12px 16px;
  cursor: pointer;
  box-shadow: 0 0 30px rgba(239, 91, 41, 0.16);
}

.cart-toggle strong {
  display: grid;
  min-width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 999px;
  background: var(--gold);
  color: #080706;
}

.cart-body {
  margin-top: 10px;
  border: 1px solid rgba(214, 169, 96, 0.42);
  border-radius: var(--radius);
  background: rgba(8, 7, 6, 0.98);
  padding: 18px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
}

.cart-body h2 {
  font-size: 32px;
}

.cart-empty,
.cart-summary {
  margin: 12px 0;
  color: var(--gold);
}

.cart-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(214, 169, 96, 0.18);
  padding: 10px 0;
  color: var(--muted);
}

.order-form {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.order-modes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.order-modes label {
  border: 1px solid rgba(214, 169, 96, 0.24);
  padding: 9px;
  color: var(--muted);
  letter-spacing: 0;
  text-transform: none;
}

.cart-sparked .cart-toggle {
  animation: cartSpark 0.8s ease;
}

.admin-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.72);
}

.admin-login {
  width: min(420px, 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #0c0b09;
  padding: 24px;
}

.admin-toolbar {
  position: fixed;
  z-index: 60;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(8, 7, 6, 0.94);
  padding: 12px;
}

.admin-toolbar button {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--gold);
  padding: 9px 12px;
}

.admin-mode [contenteditable="true"] {
  outline: 1px dashed rgba(214, 169, 96, 0.8);
  outline-offset: 4px;
}

@keyframes firebirdIntro {
  from {
    opacity: 0;
    transform: translate3d(14vw, -18svh, 0) scale(0.82) rotate(-4deg);
  }
  62% {
    opacity: 1;
    transform: translate3d(-1vw, 1svh, 0) scale(1.02) rotate(1deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(0);
  }
}

@keyframes contentIntro {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes firebirdShimmer {
  0%,
  100% {
    opacity: 0.68;
    transform: scale(0.96);
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@keyframes firebirdPulse {
  0%,
  100% {
    filter:
      brightness(2)
      saturate(1.82)
      contrast(1.12)
      hue-rotate(-8deg)
      drop-shadow(0 0 130px rgba(239, 91, 41, 0.92))
      drop-shadow(0 0 62px rgba(255, 212, 102, 0.78))
      drop-shadow(0 0 18px rgba(255, 246, 179, 0.54));
  }
  50% {
    filter:
      brightness(2.34)
      saturate(2.05)
      contrast(1.18)
      hue-rotate(-8deg)
      drop-shadow(0 0 178px rgba(239, 91, 41, 1))
      drop-shadow(0 0 88px rgba(255, 224, 116, 0.96))
      drop-shadow(0 0 30px rgba(255, 246, 179, 0.78));
  }
}

@keyframes firebirdSparkle {
  0%,
  100% {
    opacity: 0.36;
    transform: translate3d(0, 0, 0) scale(0.98);
  }
  50% {
    opacity: 0.82;
    transform: translate3d(-12px, 8px, 0) scale(1.03);
  }
}

@keyframes firebirdAura {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(0.98);
  }
  50% {
    opacity: 0.96;
    transform: scale(1.04);
  }
}

@keyframes featherFall {
  0% {
    opacity: 0;
    transform: translate3d(0, -22px, 0) rotate(-10deg) rotateY(0deg) rotateX(0deg) scale(0.9);
  }
  12% {
    opacity: 1;
    transform: translate3d(-3vw, 7vh, 0) rotate(5deg) rotateY(24deg) rotateX(5deg) scale(0.86);
  }
  34% {
    transform: translate3d(-9vw, 20vh, 0) rotate(-16deg) rotateY(48deg) rotateX(-7deg) scale(0.8);
  }
  58% {
    opacity: 0.95;
    transform: translate3d(-15vw, 36vh, 0) rotate(12deg) rotateY(74deg) rotateX(6deg) scale(0.74);
  }
  78% {
    opacity: 0.7;
    transform: translate3d(-20vw, 55vh, 0) rotate(-8deg) rotateY(105deg) rotateX(-5deg) scale(0.66);
  }
  100% {
    opacity: 0;
    transform: translate3d(-26vw, 78vh, 0) rotate(18deg) rotateY(132deg) rotateX(4deg) scale(0.58);
  }
}

@keyframes sparkFall {
  0% {
    opacity: 0;
    transform: translateY(0) scale(0.6);
  }
  25% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    transform: translateY(50vh) scale(1.4);
  }
}

@keyframes goldButtonShimmer {
  0%,
  100% {
    background-position: 0% 50%;
    box-shadow: 0 0 22px rgba(214, 169, 96, 0.18);
  }
  50% {
    background-position: 100% 50%;
    box-shadow: 0 0 42px rgba(214, 169, 96, 0.38);
  }
}

@keyframes ghostButtonGlint {
  0%,
  55% {
    transform: translateX(-130%);
  }
  78%,
  100% {
    transform: translateX(130%);
  }
}

@keyframes borderInvite {
  0%,
  100% {
    background-position: 0% 50%;
    box-shadow: none;
  }
  50% {
    background-position: 100% 50%;
    box-shadow: 0 0 22px rgba(214, 169, 96, 0.22);
  }
}

@keyframes cartSpark {
  0%,
  100% {
    box-shadow: 0 0 30px rgba(239, 91, 41, 0.16);
  }
  50% {
    box-shadow: 0 0 46px rgba(255, 215, 106, 0.58);
  }
}

@keyframes menuFeatherGuide {
  0%,
  100% {
    opacity: 0;
    transform: translate3d(0, -20px, 0) rotate(-18deg) rotateY(0deg);
  }
  10% {
    opacity: 0.9;
    transform: translate3d(8vw, 34px, 0) rotate(7deg) rotateY(22deg);
  }
  24% {
    transform: translate3d(18vw, 100px, 0) rotate(-10deg) rotateY(46deg);
  }
  42% {
    transform: translate3d(42vw, 48px, 0) rotate(18deg) rotateY(74deg);
  }
  62% {
    transform: translate3d(62vw, 180px, 0) rotate(3deg) rotateY(102deg);
  }
  82% {
    opacity: 0.9;
    transform: translate3d(78vw, 86px, 0) rotate(26deg) rotateY(130deg);
  }
}

@keyframes menuCardGlow {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(214, 169, 96, 0);
  }
  18% {
    box-shadow: 0 0 38px rgba(214, 169, 96, 0.18);
  }
  30% {
    box-shadow: 0 0 0 rgba(214, 169, 96, 0);
  }
}

@keyframes reviewFeatherDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(var(--feather-tilt)) rotateY(0deg) scale(var(--feather-scale));
  }
  38% {
    transform: translate3d(-5px, 8px, 0) rotate(calc(var(--feather-tilt) + 7deg)) rotateY(24deg) scale(calc(var(--feather-scale) * 0.96));
  }
  72% {
    transform: translate3d(6px, -4px, 0) rotate(calc(var(--feather-tilt) - 5deg)) rotateY(52deg) scale(calc(var(--feather-scale) * 1.02));
  }
}

@keyframes reserveFeatherPrompt {
  0%,
  100% {
    opacity: 0;
    transform: translate3d(0, -16px, 0) rotate(-18deg) rotateY(0deg) scale(0.9);
  }
  18% {
    opacity: 0.9;
    transform: translate3d(-7vw, 62px, 0) rotate(7deg) rotateY(26deg) scale(0.82);
  }
  48% {
    opacity: 0.76;
    transform: translate3d(-18vw, 154px, 0) rotate(-10deg) rotateY(54deg) scale(0.74);
  }
  74% {
    opacity: 0.88;
    transform: translate3d(-8vw, 310px, 0) rotate(12deg) rotateY(88deg) scale(0.62);
  }
}

@media (max-width: 860px) {
  .site-header {
    padding: 18px;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .site-nav {
    position: absolute;
    top: 70px;
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(8, 7, 6, 0.96);
    padding: 18px;
  }

  .site-nav.open {
    display: flex;
  }

  .hero {
    align-items: flex-end;
    min-height: 100svh;
    margin-bottom: -58px;
    padding-bottom: 58px;
    padding-top: 360px;
    background:
      radial-gradient(circle at 50% 18%, rgba(239, 91, 41, 0.22), transparent 32%),
      linear-gradient(180deg, #030303, #0d0906 56%, #140b07);
  }

  .hero::after {
    inset: 40% auto 0 0;
    width: 100%;
    background:
      radial-gradient(ellipse at 24% 58%, rgba(5, 5, 5, 0.88), rgba(5, 5, 5, 0.5) 38%, transparent 74%),
      linear-gradient(180deg, transparent 0%, rgba(5, 5, 5, 0.18) 28%, rgba(5, 5, 5, 0.44) 76%, #050505 100%),
      linear-gradient(90deg, rgba(5, 5, 5, 0.92) 0%, rgba(5, 5, 5, 0.42) 50%, transparent 92%);
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 100%);
  }

  .hero-art {
    align-items: start;
    justify-items: center;
    padding: 36px 0 0;
  }

  .hero-art img {
    width: min(138vw, 650px);
    max-height: 540px;
    transform: translate(16vw, -2svh);
  }

  .hero-glow {
    top: -4svh;
    right: auto;
    left: 50%;
    width: 132vw;
    transform: translateX(-50%);
  }

  .hero-content {
    padding-top: 0;
  }

  .hero-content::before {
    inset: -24px -24px -30px -24px;
  }

  .philosophy,
  .reserve,
  .contacts,
  .menu-grid,
  .drink-grid,
  .review-grid,
  .atmosphere-grid {
    grid-template-columns: 1fr;
  }

  .reserve-form {
    grid-template-columns: 1fr;
  }

  .cart-panel {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
  }

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

  .footer,
  .admin-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }
}

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

  .hero-art,
  .hero-content {
    opacity: 1;
    transform: none;
  }
}
