:root {
  --bg-void: #05071a;
  --bg-primary: #0b1140;
  --bg-secondary: #17266f;
  --bg-card: rgba(10, 20, 71, 0.72);
  --bg-card-strong: rgba(7, 15, 56, 0.86);
  --neon-cyan: #23d4ef;
  --neon-pink: #ff26bd;
  --neon-yellow: #fff41a;
  --text-main: #f4f8ff;
  --text-soft: rgba(230, 240, 255, 0.86);
  --line-color: #06c755;
  --messenger-color: #0084ff;
  --phone-color: #ff26bd;
  --border-soft: rgba(35, 212, 239, 0.35);
  --radius-md: 14px;
  --radius-lg: 24px;
  --shadow-deep: 0 18px 40px rgba(3, 8, 31, 0.58);
  --shadow-neon: 0 0 0 1px rgba(35, 212, 239, 0.15), 0 0 26px rgba(35, 212, 239, 0.26);
  --max-content: 1200px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  line-height: 1.65;
  color: var(--text-main);
  background:
    radial-gradient(circle at 15% 12%, rgba(35, 212, 239, 0.28), transparent 35%),
    radial-gradient(circle at 86% 4%, rgba(255, 38, 189, 0.2), transparent 34%),
    radial-gradient(circle at 44% 84%, rgba(23, 38, 111, 0.8), transparent 52%),
    linear-gradient(180deg, #111a5c 0%, #0b1140 54%, #05071a 100%);
  overflow-x: hidden;
  padding-bottom: 90px;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.045) 0,
    rgba(255, 255, 255, 0.045) 1px,
    transparent 1px,
    transparent 4px
  );
  opacity: 0.09;
  z-index: 3;
}

body::after {
  content: "";
  position: fixed;
  width: min(56vw, 620px);
  aspect-ratio: 1;
  right: -20vw;
  bottom: -28vw;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 38, 189, 0.22), rgba(255, 38, 189, 0));
  filter: blur(18px);
  z-index: -1;
}

img,
iframe {
  display: block;
  width: 100%;
  border: 0;
}

a {
  color: inherit;
}

main {
  position: relative;
  isolation: isolate;
}

main::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(35, 212, 239, 0.25) 8%,
    rgba(35, 212, 239, 0.08) 70%,
    transparent
  );
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0.45;
}

.container {
  position: relative;
  width: min(100% - 2rem, var(--max-content));
  margin-inline: auto;
}

.hero {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
  padding-bottom: 1.6rem;
}

.hero::before {
  content: "";
  position: absolute;
  left: -18%;
  top: 22%;
  width: 42vw;
  max-width: 520px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(35, 212, 239, 0.26), rgba(35, 212, 239, 0));
  filter: blur(18px);
  z-index: -1;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("images/woodball-hero-bar.jpg");
  background-size: cover;
  background-position: center 28%;
  filter: saturate(1.08) contrast(1.04) brightness(0.82);
  z-index: -3;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(5, 10, 37, 0.52) 0%,
      rgba(5, 10, 37, 0.7) 40%,
      rgba(5, 10, 37, 0.92) 100%
    ),
    linear-gradient(120deg, rgba(35, 212, 239, 0.18), rgba(255, 38, 189, 0.12));
  z-index: -2;
}

.hero-shell {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: calc(100vh - 1.4rem);
  position: relative;
  z-index: 1;
  margin-top: 0.7rem;
  padding: 1rem;
  border-radius: 28px;
  border: 1px solid rgba(214, 234, 255, 0.2);
  background:
    linear-gradient(160deg, rgba(7, 13, 48, 0.86), rgba(8, 16, 58, 0.66) 54%, rgba(6, 11, 40, 0.86)),
    radial-gradient(circle at 82% 14%, rgba(35, 212, 239, 0.18), transparent 40%),
    radial-gradient(circle at 16% 84%, rgba(255, 38, 189, 0.16), transparent 36%),
    rgba(5, 11, 40, 0.68);
  box-shadow:
    0 26px 60px rgba(2, 8, 31, 0.62),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.045) 0,
      rgba(255, 255, 255, 0.045) 1px,
      transparent 1px,
      transparent 5px
    );
  opacity: 0.08;
  pointer-events: none;
}

.hero-shell::after {
  content: "";
  position: absolute;
  width: 52%;
  aspect-ratio: 1 / 1;
  right: -22%;
  top: -30%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(35, 212, 239, 0.3), rgba(35, 212, 239, 0));
  filter: blur(10px);
  pointer-events: none;
}

.hero-stage {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
  align-items: end;
  margin-top: 0.95rem;
}

.topbar {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  margin: 0;
  padding: 0.5rem 0.58rem;
  border-radius: 14px;
  border: 1px solid rgba(35, 212, 239, 0.26);
  background: rgba(4, 10, 36, 0.56);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(9px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
  text-decoration: none;
}

.brand img {
  width: auto;
  height: 66px;
  filter: drop-shadow(0 8px 18px rgba(2, 6, 26, 0.6));
}

.brand span {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 800;
  color: #d7eeff;
  text-shadow: 0 0 10px rgba(35, 212, 239, 0.48);
}

.mini-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0.36rem 0.84rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-main);
  background: linear-gradient(135deg, rgba(35, 212, 239, 0.3), rgba(35, 212, 239, 0.1));
  border: 1px solid rgba(35, 212, 239, 0.62);
}

.hero-content {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  gap: 1rem;
  align-content: start;
  margin: 0;
  width: 100%;
  max-width: none;
  padding: 1.38rem 1.12rem 1.5rem;
  border-radius: 28px;
  background:
    linear-gradient(160deg, rgba(12, 21, 72, 0.88), rgba(6, 13, 48, 0.72) 52%, rgba(4, 8, 31, 0.88)),
    linear-gradient(165deg, rgba(35, 212, 239, 0.16), rgba(255, 38, 189, 0.12));
  border: 1px solid rgba(35, 212, 239, 0.36);
  box-shadow:
    0 16px 38px rgba(2, 7, 28, 0.56),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
}

.hero-kicker-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.hero-status {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  padding: 0.42rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(188, 226, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(234, 244, 255, 0.94);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-status::before {
  content: "";
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: var(--neon-yellow);
  box-shadow: 0 0 14px rgba(255, 244, 26, 0.72);
}

.hero-copy-stack {
  display: grid;
  gap: 0.72rem;
  max-width: 40rem;
}

.hero-signal-grid {
  display: grid;
  gap: 0.7rem;
}

.hero-signal-card {
  padding: 0.92rem 0.92rem 0.96rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(8, 14, 46, 0.72);
  box-shadow: 0 12px 28px rgba(2, 7, 28, 0.34);
}

.hero-signal-value {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: var(--neon-yellow);
}

.hero-signal-label {
  margin: 0.24rem 0 0;
  color: rgba(228, 238, 255, 0.9);
  font-size: 0.81rem;
  line-height: 1.45;
}

.hero-bottom-row {
  display: grid;
  gap: 0.82rem;
  align-items: start;
}

.hero-showcase {
  display: none;
  padding: 0.52rem;
  border-radius: 24px;
  border: 1px solid rgba(35, 212, 239, 0.3);
  background:
    linear-gradient(155deg, rgba(35, 212, 239, 0.14), rgba(255, 38, 189, 0.1)),
    rgba(6, 13, 45, 0.72);
  box-shadow:
    0 16px 38px rgba(2, 7, 28, 0.56),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.hero-shot {
  margin: 0;
  min-height: 0;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(35, 212, 239, 0.42);
  background: rgba(7, 14, 54, 0.74);
  box-shadow: var(--shadow-deep);
}

.hero-shot img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  filter: saturate(1.08);
}

.hero-shot figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0.62rem 0.78rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #f9fcff;
  background: linear-gradient(180deg, rgba(7, 13, 49, 0), rgba(7, 13, 49, 0.9));
}

.hero-photo-grid {
  display: grid;
  gap: 0.68rem;
  align-items: stretch;
}

.hero-info-grid {
  margin-top: 0.68rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.68rem;
}

.hero-info-card {
  padding: 0.7rem 0.75rem 0.74rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 38, 189, 0.42);
  background: linear-gradient(150deg, rgba(255, 38, 189, 0.18), rgba(5, 10, 37, 0.74));
  box-shadow: 0 10px 28px rgba(2, 6, 26, 0.46);
}

.hero-info-label {
  margin: 0;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(220, 246, 255, 0.92);
}

.hero-info-value {
  margin: 0.22rem 0 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--neon-yellow);
}

.hero-info-note {
  margin: 0.2rem 0 0;
  font-size: 0.74rem;
  color: rgba(233, 240, 255, 0.9);
}

.hero-content::before {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 0.62rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(35, 212, 239, 0.08), rgba(35, 212, 239, 0.8), rgba(255, 38, 189, 0.68));
}

.hero-content::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  right: -82px;
  top: -92px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(35, 212, 239, 0.26), rgba(35, 212, 239, 0));
  pointer-events: none;
}

.eyebrow,
.kicker {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--neon-yellow);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.06;
}

h1 {
  margin-top: 0;
  font-size: clamp(2.6rem, 13vw, 4.9rem);
  max-width: 10.5ch;
  letter-spacing: 0.02em;
  text-wrap: balance;
  background: linear-gradient(110deg, #ffffff 0%, #bff7ff 34%, #fff41a 88%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 10px 30px rgba(3, 7, 25, 0.55);
}

h2 {
  font-size: clamp(2rem, 9vw, 3.35rem);
}

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

.sub-headline {
  margin: 0;
  max-width: 34ch;
  color: var(--text-soft);
  font-size: 1.04rem;
  line-height: 1.68;
}

.hero-meta {
  margin: 0;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(196, 242, 255, 0.9);
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0;
}

.hero-badges span {
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 38, 189, 0.55);
  background:
    linear-gradient(150deg, rgba(255, 38, 189, 0.24), rgba(255, 38, 189, 0.08)),
    rgba(255, 38, 189, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .cta-group .btn {
  flex: 1 1 180px;
}

.cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.62rem;
  margin-top: 0.08rem;
}

.btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.82rem 1.3rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: transform 0.26s ease, box-shadow 0.26s ease, filter 0.26s ease;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  transition: transform 0.42s ease;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.26), transparent);
  z-index: -1;
}

.btn-line {
  background-color: var(--line-color);
  box-shadow: 0 7px 18px rgba(6, 199, 85, 0.33);
}

.btn-instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b 52%, #8134af);
  box-shadow: 0 7px 18px rgba(221, 42, 123, 0.35);
}

.btn-facebook {
  background-color: var(--messenger-color);
  box-shadow: 0 7px 18px rgba(0, 132, 255, 0.33);
}

.btn-phone {
  background: linear-gradient(130deg, #ff26bd, #ff5dcf);
  box-shadow: 0 8px 18px rgba(255, 38, 189, 0.42);
}

.section {
  position: relative;
  padding: 4.5rem 0;
}

.section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(760px, 82vw);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(35, 212, 239, 0.65), transparent);
  opacity: 0.58;
}

.section-alt {
  background:
    radial-gradient(circle at 10% 0%, rgba(35, 212, 239, 0.12), transparent 38%),
    radial-gradient(circle at 90% 100%, rgba(255, 38, 189, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(9, 16, 60, 0.3), rgba(9, 16, 60, 0));
}

.section-title {
  max-width: 62ch;
}

.section-title h2 {
  margin-top: 0.45rem;
  color: #f9fdff;
  text-shadow: 0 8px 24px rgba(2, 6, 26, 0.6);
}

.section-title p {
  margin: 0.85rem 0 0;
  color: var(--text-soft);
}

.feature-grid {
  margin-top: 1.6rem;
  display: grid;
  gap: 1rem;
}

.card {
  position: relative;
  overflow: hidden;
  padding: 1.2rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-soft);
  background:
    linear-gradient(150deg, rgba(35, 212, 239, 0.18), rgba(255, 38, 189, 0.12)),
    var(--bg-card);
  box-shadow: var(--shadow-deep);
  backdrop-filter: blur(8px);
}

.card::after {
  content: "";
  position: absolute;
  left: -26%;
  bottom: -46%;
  width: 76%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(35, 212, 239, 0.22), rgba(35, 212, 239, 0));
  pointer-events: none;
}

.card-number {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.09em;
  color: var(--neon-yellow);
  font-size: 1.35rem;
}

.card h3 {
  margin-top: 0.22rem;
}

.card p {
  position: relative;
  z-index: 1;
  margin: 0.5rem 0 0;
  color: var(--text-soft);
}

.two-column {
  display: grid;
  gap: 1.2rem;
}

.image-wrap,
.map-wrap {
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-soft);
  background: var(--bg-card-strong);
  box-shadow: var(--shadow-deep);
}

.image-wrap img {
  min-height: 260px;
  height: 100%;
  object-fit: cover;
}

.content-wrap p {
  color: var(--text-soft);
}

.content-wrap h2 {
  margin: 0.4rem 0 0.8rem;
}

.promo-box {
  margin: 1rem 0 1.2rem;
  padding: 1rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 244, 26, 0.44);
  background: linear-gradient(130deg, rgba(255, 244, 26, 0.14), rgba(255, 244, 26, 0.04));
}

.promo-label {
  margin: 0;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 248, 145, 0.93);
}

.promo-price {
  margin: 0.36rem 0;
  font-size: 1.52rem;
  font-weight: 800;
  color: var(--neon-yellow);
}

.promo-note {
  margin: 0;
  font-size: 0.87rem;
}

.menu-layout {
  margin-top: 1.6rem;
  display: grid;
  gap: 1rem;
}

.highlight-list {
  margin: 0;
  padding: 1rem 1rem 1rem 1.55rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-soft);
  background: linear-gradient(150deg, rgba(35, 212, 239, 0.15), rgba(9, 16, 60, 0.36));
}

.highlight-list li {
  margin-bottom: 0.58rem;
}

.highlight-list li:last-child {
  margin-bottom: 0;
}

.menu-cards {
  display: grid;
  gap: 0.85rem;
}

.menu-card {
  margin: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-deep);
}

.menu-card img {
  height: 196px;
  object-fit: cover;
  transition: transform 0.38s ease;
}

.gallery-grid {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.gallery-item {
  margin: 0;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-soft);
  overflow: hidden;
  box-shadow: var(--shadow-deep);
}

.gallery-item img {
  height: 190px;
  object-fit: cover;
  transition: transform 0.42s ease, filter 0.42s ease;
}

.review-grid {
  margin-top: 1.5rem;
  display: grid;
  gap: 0.9rem;
}

.review-card {
  position: relative;
  padding: 1.2rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 38, 189, 0.42);
  background: linear-gradient(145deg, rgba(255, 38, 189, 0.12), rgba(6, 12, 45, 0.58));
}

.review-card::before {
  content: "\201C";
  position: absolute;
  top: 0.32rem;
  right: 0.58rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.8rem;
  line-height: 1;
  color: rgba(255, 244, 26, 0.42);
}

.review-card p {
  margin: 0;
  color: var(--text-soft);
}

.review-card span {
  display: inline-block;
  margin-top: 0.72rem;
  color: var(--neon-yellow);
  font-size: 0.82rem;
  letter-spacing: 0.05em;
}

.social-links {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.social-links a {
  padding: 0.56rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(35, 212, 239, 0.58);
  background: rgba(35, 212, 239, 0.14);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 700;
}

.info-list {
  margin: 0.82rem 0 1.1rem;
  padding-left: 1.15rem;
}

.info-list li {
  margin-bottom: 0.62rem;
  color: var(--text-soft);
}

.map-wrap iframe {
  min-height: 300px;
}

.map-link {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  text-decoration: none;
  font-size: 0.93rem;
  font-weight: 800;
  padding: 0.82rem 1rem;
  background: linear-gradient(125deg, rgba(35, 212, 239, 0.3), rgba(35, 212, 239, 0.12));
  color: var(--neon-yellow);
}

.cta-band {
  text-align: center;
  background:
    radial-gradient(circle at 15% 12%, rgba(35, 212, 239, 0.2), transparent 42%),
    radial-gradient(circle at 85% 88%, rgba(255, 38, 189, 0.22), transparent 42%),
    linear-gradient(150deg, rgba(10, 18, 62, 0.82), rgba(7, 12, 43, 0.92));
}

.cta-band h2 {
  color: #ffffff;
  text-shadow: 0 10px 28px rgba(3, 8, 31, 0.65);
}

.cta-band p {
  margin: 0.82rem auto 1.25rem;
  max-width: 46ch;
  color: var(--text-soft);
}

.footer {
  border-top: 1px solid rgba(35, 212, 239, 0.22);
  background: rgba(3, 8, 30, 0.92);
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.7rem;
  padding: 1rem 0 1.3rem;
  font-size: 0.88rem;
  color: var(--text-soft);
}

.footer a {
  color: var(--neon-yellow);
  text-decoration: none;
}

.sticky-cta-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.34rem;
  padding: 0.64rem 0.5rem;
  background: rgba(4, 8, 29, 0.94);
  border-top: 1px solid rgba(35, 212, 239, 0.36);
  backdrop-filter: blur(8px);
}

.sticky-cta-bar a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0 0.25rem;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.15;
  text-align: center;
  border-radius: 8px;
  text-decoration: none;
}

.sticky-cta-bar .btn-phone {
  background: linear-gradient(130deg, #ff26bd, #ff5dcf);
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

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

@media (hover: hover) {
  .btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.06);
  }

  .btn:hover::before {
    transform: translateX(100%);
  }

  .menu-card:hover img,
  .gallery-item:hover img {
    transform: scale(1.05);
    filter: saturate(1.08);
  }

  .social-links a:hover,
  .map-link:hover,
  .mini-link:hover {
    filter: brightness(1.08);
  }
}

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

@media (min-width: 768px) {
  body {
    padding-bottom: 0;
  }

  .hero-shell {
    margin-top: 1.1rem;
    padding: 1.18rem 1.2rem 1.24rem;
    min-height: calc(100vh - 2.2rem);
  }

  .topbar {
    gap: 1rem;
    padding: 0.56rem 0.72rem;
  }

  .brand img {
    height: 76px;
  }

  .hero-content {
    gap: 1.18rem;
    padding: 1.6rem 1.56rem 1.76rem;
    margin: 0;
    width: 100%;
  }

  .hero-signal-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-bottom-row {
    grid-template-columns: max-content 1fr;
    align-items: center;
  }

  .hero-stage {
    margin-top: 1.08rem;
    margin-bottom: 0.8rem;
    width: 100%;
  }

  .section {
    padding: 5.25rem 0;
  }

  .feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .two-column {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 1.6rem;
  }

  .menu-layout {
    grid-template-columns: 1fr 1.4fr;
    align-items: start;
    gap: 1.15rem;
  }

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

  .gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .gallery-item img {
    height: 230px;
  }

  .review-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sticky-cta-bar {
    display: none;
  }
}

@media (min-width: 1100px) {
  .hero-shell {
    min-height: calc(100vh - 2.8rem);
    margin-top: 1.4rem;
    padding: 1.26rem 1.34rem 1.32rem;
    border-radius: 34px;
  }

  .brand img {
    height: 82px;
  }

  h1 {
    font-size: clamp(3.8rem, 6.5vw, 5.4rem);
  }

  h2 {
    font-size: 3.5rem;
  }

  .section-title {
    max-width: 760px;
  }

  .hero-stage {
    width: 100%;
    max-width: none;
    margin-top: 1.14rem;
    margin-bottom: 0.92rem;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 1.08rem;
    align-items: stretch;
  }

  .hero-content {
    width: 100%;
    max-width: none;
    gap: 1.22rem;
    padding: 1.9rem 1.84rem 2rem;
  }

  .hero-showcase {
    display: grid;
    gap: 0.72rem;
    grid-template-rows: minmax(0, 1.22fr) minmax(0, 0.82fr) auto;
    align-self: stretch;
    height: 100%;
  }

  .hero-shot-main,
  .hero-photo-grid {
    min-height: 0;
  }

  .hero-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(0, 1fr);
  }

  .hero-info-grid {
    margin-top: 0;
  }

  .hero-shot-main,
  .hero-shot-secondary {
    height: 100%;
  }

  .hero-shot-secondary img {
    aspect-ratio: 4 / 3;
  }

  .topbar {
    width: 100%;
    border-radius: 16px;
  }
}

@media (max-width: 520px) {
  .topbar {
    width: 100%;
    padding: 0.45rem 0.5rem;
  }

  .brand img {
    height: 58px;
  }

  .brand span {
    display: none;
  }

  .hero-kicker-row {
    align-items: flex-start;
  }

  .hero-status {
    width: 100%;
    justify-content: center;
  }
}

/* Hero Pattern Variants: switch by <body data-hero-style="v1|v2|v3|v4|v5"> */

/* v1: Neon Stage (default) */
body[data-hero-style="v1"] .hero-shell {
  border-color: rgba(35, 212, 239, 0.24);
}

/* v2: Luxe Noir */
body[data-hero-style="v2"] .hero-shell {
  border: 1px solid rgba(255, 244, 26, 0.28);
  background:
    linear-gradient(160deg, rgba(6, 10, 34, 0.88), rgba(7, 14, 45, 0.72)),
    rgba(4, 8, 29, 0.72);
  box-shadow:
    0 26px 56px rgba(1, 4, 17, 0.66),
    inset 0 0 0 1px rgba(255, 244, 26, 0.08);
}

body[data-hero-style="v2"] .topbar {
  border-color: rgba(255, 244, 26, 0.46);
  background: rgba(8, 12, 36, 0.66);
}

body[data-hero-style="v2"] .hero-content {
  background:
    linear-gradient(170deg, rgba(255, 244, 26, 0.08), rgba(255, 38, 189, 0.06)),
    rgba(6, 11, 38, 0.8);
  border-color: rgba(255, 244, 26, 0.25);
}

body[data-hero-style="v2"] .hero-content::before {
  background: linear-gradient(90deg, transparent, rgba(255, 244, 26, 0.75), transparent);
}

body[data-hero-style="v2"] .hero-badges span {
  border-color: rgba(255, 244, 26, 0.46);
  background: rgba(255, 244, 26, 0.14);
}

body[data-hero-style="v2"] .hero-showcase {
  border-color: rgba(255, 244, 26, 0.24);
  background:
    linear-gradient(155deg, rgba(255, 244, 26, 0.06), rgba(7, 14, 45, 0.64)),
    rgba(6, 11, 38, 0.6);
}

/* v3: Electric Split */
body[data-hero-style="v3"] .hero-shell {
  border-color: rgba(255, 38, 189, 0.32);
  background:
    linear-gradient(120deg, rgba(255, 38, 189, 0.16), rgba(35, 212, 239, 0.1)),
    rgba(6, 12, 43, 0.66);
}

body[data-hero-style="v3"] .topbar {
  border-color: rgba(255, 38, 189, 0.48);
  background: rgba(8, 11, 37, 0.62);
}

body[data-hero-style="v3"] .hero-content {
  border-color: rgba(255, 38, 189, 0.5);
  box-shadow:
    0 20px 42px rgba(2, 6, 26, 0.56),
    0 0 30px rgba(255, 38, 189, 0.18);
}

body[data-hero-style="v3"] .hero-showcase {
  border-color: rgba(35, 212, 239, 0.45);
  box-shadow:
    0 20px 42px rgba(2, 6, 26, 0.56),
    0 0 30px rgba(35, 212, 239, 0.2);
}

@media (min-width: 1100px) {
  body[data-hero-style="v3"] .hero-stage {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.6rem;
  }

  body[data-hero-style="v3"] .hero-showcase {
    transform: translateY(-0.45rem);
  }
}

/* v4: Retro Neon Poster */
body[data-hero-style="v4"] .hero-shell {
  border: 2px solid rgba(255, 38, 189, 0.8);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(10, 16, 56, 0.78), rgba(14, 22, 72, 0.72)),
    rgba(5, 10, 37, 0.74);
  box-shadow:
    0 26px 56px rgba(2, 6, 24, 0.64),
    0 0 0 2px rgba(35, 212, 239, 0.55),
    0 0 40px rgba(255, 38, 189, 0.28);
}

body[data-hero-style="v4"] .topbar {
  border-color: rgba(35, 212, 239, 0.92);
  background: rgba(9, 13, 43, 0.72);
}

body[data-hero-style="v4"] .hero-content {
  border: 2px solid rgba(35, 212, 239, 0.72);
  background:
    linear-gradient(170deg, rgba(35, 212, 239, 0.18), rgba(255, 38, 189, 0.12)),
    rgba(9, 15, 51, 0.78);
}

body[data-hero-style="v4"] h1 {
  background: none;
  color: var(--neon-yellow);
  text-shadow:
    0 0 12px rgba(255, 244, 26, 0.7),
    0 0 28px rgba(255, 244, 26, 0.45);
}

body[data-hero-style="v4"] .hero-showcase {
  border: 2px solid rgba(35, 212, 239, 0.62);
}

/* v5: Cinematic Minimal */
body[data-hero-style="v5"] .hero-shell {
  border-color: rgba(188, 226, 255, 0.2);
  background:
    linear-gradient(170deg, rgba(7, 13, 44, 0.8), rgba(5, 9, 32, 0.74)),
    rgba(3, 7, 25, 0.7);
  box-shadow: 0 20px 50px rgba(1, 4, 18, 0.64);
}

body[data-hero-style="v5"] .topbar {
  border-color: rgba(188, 226, 255, 0.28);
  background: rgba(7, 12, 38, 0.64);
}

body[data-hero-style="v5"] .hero-content {
  background: rgba(6, 11, 36, 0.72);
  border-color: rgba(188, 226, 255, 0.22);
}

body[data-hero-style="v5"] h1 {
  background: linear-gradient(100deg, #ffffff 0%, #d4e7ff 46%, #eef4ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

body[data-hero-style="v5"] .hero-badges span {
  border-color: rgba(188, 226, 255, 0.34);
  background: rgba(188, 226, 255, 0.1);
}

body[data-hero-style="v5"] .hero-showcase {
  border-color: rgba(188, 226, 255, 0.25);
  background: rgba(5, 10, 33, 0.66);
}

body[data-hero-style="v5"] .hero-shot img {
  filter: saturate(0.9) contrast(1.05) brightness(0.92);
}
