/*
Theme Name: Fires Bartending
Theme URI: https://firesbartending.com/
Author: Fires Bartending
Description: A premium, booking-focused custom theme for Fires Bartending.
Version: 2.0.5
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: fires-bartending
*/

:root {
  --black: #070707;
  --black-soft: #10100f;
  --charcoal: #181714;
  --cream: #f5efe4;
  --paper: #fffaf1;
  --gold: #e6b84f;
  --gold-light: #ffd77a;
  --ember: #f05a22;
  --wine: #5e130d;
  --muted: #a9a298;
  --line-dark: rgba(255, 255, 255, 0.13);
  --line-light: rgba(18, 15, 11, 0.13);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 1240px;
  --radius: 26px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--black);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
}

body.menu-open {
  overflow: hidden;
}

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

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

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

.screen-reader-text,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 9999;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 12px 18px;
  clip: auto;
  color: var(--black);
  background: var(--gold-light);
  font-weight: 800;
}

.site-container {
  width: min(calc(100% - 56px), var(--container));
  margin-inline: auto;
}

.site-header {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  color: #fff;
}

.site-header.is-scrolled {
  position: fixed;
  background: rgba(7, 7, 7, 0.94);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(15px);
  animation: header-in 260ms ease both;
}

@keyframes header-in {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}

.nav-shell {
  display: flex;
  width: min(calc(100% - 56px), 1380px);
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-inline: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 13px;
}

.brand img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(240, 90, 34, 0.2);
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-copy strong {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.brand-copy small {
  margin-top: 8px;
  color: var(--gold-light);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.site-nav > a {
  position: relative;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav > a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transition: transform 220ms ease;
}

.site-nav > a:hover::after,
.site-nav > a:focus-visible::after {
  transform: scaleX(1);
}

.site-nav .nav-cta {
  padding: 13px 18px;
  color: var(--black);
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(230, 184, 79, 0.18);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}

.menu-toggle span:not(.screen-reader-text),
.menu-toggle span:not(.screen-reader-text)::before,
.menu-toggle span:not(.screen-reader-text)::after {
  display: block;
  width: 18px;
  height: 1px;
  background: currentColor;
  content: "";
  transition: transform 220ms ease;
}

.menu-toggle span:not(.screen-reader-text)::before { transform: translateY(-6px); }
.menu-toggle span:not(.screen-reader-text)::after { transform: translateY(5px); }
.menu-toggle[aria-expanded="true"] span:not(.screen-reader-text) { background: transparent; }
.menu-toggle[aria-expanded="true"] span:not(.screen-reader-text)::before { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:not(.screen-reader-text)::after { transform: rotate(-45deg) translateY(-1px); }

.hero {
  position: relative;
  display: flex;
  min-height: 880px;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--black);
}

.hero-video,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video {
  object-fit: cover;
  object-position: center 34%;
  transform: scale(1.04);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(4, 4, 4, 0.98) 0%, rgba(4, 4, 4, 0.82) 44%, rgba(4, 4, 4, 0.22) 77%, rgba(4, 4, 4, 0.6) 100%),
    linear-gradient(0deg, rgba(7, 7, 7, 0.82), transparent 48%);
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 760px) 1fr;
  align-items: end;
  gap: 80px;
  padding-top: 120px;
  padding-bottom: 90px;
}

.kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 24px;
  color: var(--gold-light);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.kicker::before {
  width: 44px;
  height: 1px;
  background: currentColor;
  content: "";
}

.hero h1,
.section-title h2,
.craft-copy h2,
.offer-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.hero h1 {
  max-width: 820px;
  font-size: clamp(4.5rem, 7.3vw, 7.6rem);
}

.hero h1 em {
  color: var(--gold-light);
  font-weight: 500;
}

.hero-intro {
  max-width: 670px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.12rem;
  line-height: 1.8;
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

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

.button-gold {
  color: var(--black);
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  box-shadow: 0 14px 35px rgba(230, 184, 79, 0.18);
}

.button-line {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
}

.hero-seal {
  display: grid;
  justify-items: center;
  padding-bottom: 25px;
}

.hero-seal img {
  width: min(19vw, 230px);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  filter: drop-shadow(0 18px 45px rgba(0, 0, 0, 0.38));
}

.hero-seal span {
  margin-top: 18px;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 1.05rem;
  font-style: italic;
}

.hero-foot {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: rgba(255, 255, 255, 0.68);
  background: rgba(7, 7, 7, 0.72);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.hero-foot i {
  width: 4px;
  height: 4px;
  background: var(--gold);
  border-radius: 50%;
}

.manifesto,
.menus-section,
.offer-section {
  padding: 120px 0;
}

.manifesto {
  color: var(--black);
  background: var(--paper);
}

.manifesto-grid,
.menu-heading,
.event-intro,
.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 90px;
}

.section-title h2,
.craft-copy h2,
.offer-copy h2 {
  font-size: clamp(3.1rem, 5vw, 5.3rem);
}

.manifesto-copy p,
.menu-heading-copy p,
.event-intro > p,
.offer-copy > p,
.contact-actions > p {
  color: #5f584f;
}

.lead {
  font-size: 1.18rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 80px;
  overflow: hidden;
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
}

.service-panel {
  position: relative;
  min-height: 330px;
  padding: 46px 38px;
  background: var(--cream);
}

.service-panel::after {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 80px;
  height: 80px;
  background: radial-gradient(circle at 100% 100%, rgba(230, 184, 79, 0.38), transparent 65%);
  content: "";
}

.service-number {
  color: var(--ember);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.service-panel h3 {
  max-width: 290px;
  margin: 70px 0 18px;
  font-family: var(--serif);
  font-size: 2.15rem;
  font-weight: 500;
  line-height: 1;
}

.service-panel p {
  max-width: 330px;
  margin: 0;
  color: #676058;
  font-size: 0.93rem;
}

.craft-section {
  overflow: hidden;
  padding: 120px 0 0;
  color: #fff;
  background:
    radial-gradient(circle at 80% 15%, rgba(159, 54, 15, 0.28), transparent 32%),
    var(--black);
}

.craft-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 100px;
}

.craft-photo {
  position: relative;
}

.craft-photo::before {
  position: absolute;
  z-index: 1;
  inset: 18px -18px -18px 18px;
  border: 1px solid rgba(230, 184, 79, 0.48);
  border-radius: var(--radius);
  content: "";
}

.craft-photo > img {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
}

.craft-badge {
  position: absolute;
  z-index: 3;
  right: -36px;
  bottom: 34px;
  display: grid;
  min-width: 210px;
  padding: 20px 24px;
  color: var(--black);
  background: var(--gold-light);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.34);
}

.craft-badge strong {
  font-family: var(--serif);
  font-size: 1.3rem;
}

.craft-badge span {
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.craft-copy .lead {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.72);
}

.craft-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-top: 44px;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
}

.craft-details div {
  display: grid;
  padding: 22px 24px;
  background: rgba(255, 255, 255, 0.035);
}

.craft-details strong {
  font-family: var(--serif);
  font-size: 1.16rem;
}

.craft-details span {
  color: var(--gold-light);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.label-marquee {
  margin-top: 110px;
  padding: 54px 0;
  overflow-x: auto;
  background: #0d0c0b;
  border-top: 1px solid var(--line-dark);
  scrollbar-width: thin;
  scrollbar-color: var(--gold) var(--black);
}

.label-track {
  display: flex;
  width: max-content;
  gap: 32px;
  padding-inline: max(28px, calc((100vw - var(--container)) / 2));
}

.label-track img {
  width: 255px;
  height: 380px;
  object-fit: cover;
  border: 1px solid rgba(230, 184, 79, 0.24);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.menus-section {
  background: var(--cream);
}

.menu-heading {
  align-items: center;
  margin-bottom: 70px;
}

.menu-gallery {
  display: grid;
  width: min(calc(100% - 56px), 1460px);
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: dense;
  grid-auto-rows: 225px;
  gap: 18px;
  margin-inline: auto;
}

.menu-card {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--black);
  border-radius: 20px;
  box-shadow: 0 18px 50px rgba(24, 16, 9, 0.14);
  grid-row: span 2;
}

.menu-card-tall {
  grid-row: span 3;
}

.menu-card-landscape {
  grid-column: span 2;
  grid-row: span 2;
}

.menu-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.menu-card-landscape img {
  object-fit: contain;
}

.menu-card::after {
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(0deg, rgba(5, 5, 5, 0.88), transparent);
  content: "";
}

.menu-card:hover img {
  transform: scale(1.045);
}

.menu-card figcaption,
.event-card figcaption {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 18px;
  left: 20px;
  color: #fff;
  font-family: var(--serif);
  font-size: 1.18rem;
}

.events-section {
  padding: 120px 0;
  color: #fff;
  background: var(--charcoal);
}

.event-intro {
  align-items: center;
  margin-bottom: 70px;
}

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

.event-collage {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto 300px;
  gap: 18px;
}

.event-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
}

.event-card-main {
  grid-column: 1 / -1;
  aspect-ratio: 20 / 9;
}

.event-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 550ms ease;
}

.event-card::after {
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(0deg, rgba(5, 5, 5, 0.84), transparent);
  content: "";
}

.event-card:hover img {
  transform: scale(1.04);
}

.offer-section {
  background:
    radial-gradient(circle at 78% 30%, rgba(230, 184, 79, 0.16), transparent 28%),
    var(--paper);
}

.offer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 100px;
}

.card-stack {
  position: relative;
  min-height: 520px;
}

.card-stack img {
  position: absolute;
  width: 78%;
  border-radius: 17px;
  box-shadow: 0 30px 65px rgba(20, 13, 8, 0.22);
}

.card-front {
  z-index: 2;
  top: 0;
  left: 0;
  transform: rotate(-5deg);
}

.card-back {
  right: 0;
  bottom: 0;
  transform: rotate(5deg);
}

.offer-copy > p {
  max-width: 610px;
}

.starting-price {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin: 34px 0;
  padding: 23px 0;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.starting-price span {
  color: #645c51;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.starting-price strong {
  color: var(--wine);
  font-family: var(--serif);
  font-size: 3.6rem;
  line-height: 1;
}

.contact-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(61, 8, 4, 0.94), rgba(7, 7, 7, 0.96)),
    var(--black);
}

.contact-fire {
  position: absolute;
  top: 50%;
  right: -3vw;
  color: transparent;
  font-family: var(--serif);
  font-size: min(30vw, 420px);
  font-weight: 700;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(230, 184, 79, 0.12);
  transform: translateY(-50%);
}

.contact-grid {
  position: relative;
  z-index: 1;
  align-items: center;
}

.contact-actions > p {
  color: rgba(255, 255, 255, 0.7);
}

.contact-link {
  display: grid;
  gap: 3px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line-dark);
}

.contact-link span {
  color: var(--gold-light);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-link strong {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.6vw, 2.35rem);
  font-weight: 500;
}

.site-footer {
  padding: 76px 0 28px;
  color: #fff;
  background: var(--black);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.6fr 0.9fr;
  gap: 70px;
  padding-bottom: 64px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 22px;
}

.footer-brand img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
}

.footer-brand div {
  display: grid;
}

.footer-brand strong {
  font-family: var(--serif);
  font-size: 2.5rem;
  line-height: 1;
}

.footer-brand span {
  margin-top: 7px;
  color: var(--gold-light);
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-brand p {
  margin: 13px 0 0;
  color: var(--muted);
  font-family: var(--serif);
  font-style: italic;
}

.footer-links,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 12px;
}

.footer-links a,
.footer-contact a {
  color: rgba(255, 255, 255, 0.72);
}

.footer-contact span {
  margin-bottom: 10px;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 1.2rem;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 25px;
  color: #77716a;
  border-top: 1px solid var(--line-dark);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
  .hero-video { display: none; }
  .hero { background: #080706 url("assets/images/brand/hero-poster.webp") center / cover no-repeat; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1080px) {
  .nav-shell { gap: 20px; }
  .site-nav { gap: 18px; }
  .site-nav > a { font-size: 0.68rem; }
  .brand-copy { display: none; }
  .hero-layout { grid-template-columns: 1fr 210px; }
  .manifesto-grid,
  .menu-heading,
  .event-intro,
  .contact-grid { gap: 50px; }
  .craft-grid,
  .offer-grid { gap: 60px; }
  .menu-gallery { grid-template-columns: repeat(3, 1fr); }
  .event-collage { grid-template-columns: 1fr 1fr; grid-template-rows: auto 280px 280px; }
  .event-card-main { grid-column: span 2; }
  .event-card:nth-child(4) { grid-column: span 2; }
}

@media (max-width: 820px) {
  .site-container,
  .nav-shell,
  .menu-gallery { width: min(calc(100% - 36px), var(--container)); }
  .nav-shell { min-height: 78px; }
  .brand-copy { display: grid; }
  .brand img { width: 48px; height: 48px; }
  .brand-copy strong { font-size: 1.2rem; }
  .brand-copy small { font-size: 0.5rem; }
  .menu-toggle { display: inline-flex; }
  .site-nav {
    position: fixed;
    z-index: 110;
    top: 78px;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 22px;
    padding: 40px;
    background: rgba(7, 7, 7, 0.98);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 220ms ease, transform 220ms ease;
  }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .site-nav > a { font-family: var(--serif); font-size: 1.9rem; font-weight: 500; letter-spacing: 0; text-transform: none; }
  .site-nav .nav-cta { margin-top: 12px; font-family: var(--sans); font-size: 0.75rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
  .hero { min-height: 790px; }
  .hero-layout { grid-template-columns: 1fr; padding-top: 120px; padding-bottom: 110px; }
  .hero-seal { display: none; }
  .hero h1 { font-size: clamp(3.7rem, 14vw, 5.6rem); }
  .hero-shade { background: linear-gradient(90deg, rgba(4,4,4,.94), rgba(4,4,4,.6)), linear-gradient(0deg, rgba(7,7,7,.86), transparent 55%); }
  .hero-foot { gap: 12px; padding-inline: 16px; }
  .hero-foot span { font-size: 0.52rem; letter-spacing: 0.12em; }
  .manifesto,
  .menus-section,
  .offer-section,
  .events-section,
  .contact-section { padding: 86px 0; }
  .manifesto-grid,
  .menu-heading,
  .event-intro,
  .contact-grid,
  .craft-grid,
  .offer-grid { grid-template-columns: 1fr; gap: 36px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-panel { min-height: 265px; }
  .service-panel h3 { margin-top: 46px; }
  .craft-section { padding-top: 86px; }
  .craft-photo { max-width: 650px; }
  .craft-badge { right: -8px; }
  .label-marquee { margin-top: 80px; }
  .menu-gallery { grid-template-columns: repeat(2, 1fr); }
  .menu-gallery { grid-auto-rows: 215px; }
  .event-collage { grid-template-columns: 1fr 1fr; grid-template-rows: auto 280px 280px; }
  .event-card-main { grid-column: span 2; grid-row: auto; }
  .event-card:nth-child(4) { grid-column: span 2; }
  .card-stack { min-height: 450px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
}

@media (max-width: 560px) {
  .site-container,
  .nav-shell,
  .menu-gallery { width: min(calc(100% - 28px), var(--container)); }
  .brand-copy small { display: none; }
  .hero { min-height: 760px; }
  .hero-video { object-position: 58% center; }
  .hero-layout { padding-top: 105px; }
  .hero h1 { font-size: clamp(3.25rem, 15vw, 4.7rem); }
  .hero-intro { font-size: 0.98rem; }
  .hero-foot span:nth-of-type(4),
  .hero-foot i:nth-of-type(3) { display: none; }
  .section-title h2,
  .craft-copy h2,
  .offer-copy h2 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .kicker { font-size: 0.61rem; letter-spacing: 0.17em; }
  .action-row { display: grid; }
  .button { width: 100%; }
  .service-panel { padding: 36px 28px; }
  .craft-photo::before { display: none; }
  .craft-badge { position: relative; right: auto; bottom: auto; margin: -12px 14px 0; }
  .craft-details { grid-template-columns: 1fr; }
  .label-track { gap: 18px; }
  .label-track img { width: 215px; height: 320px; }
  .menu-gallery { grid-template-columns: 1fr 1fr; gap: 10px; }
  .menu-gallery { grid-auto-rows: 160px; }
  .menu-card,
  .menu-card-tall { border-radius: 14px; grid-row: span 2; }
  .menu-card-landscape { grid-column: span 2; grid-row: span 2; }
  .menu-card figcaption { right: 12px; bottom: 12px; left: 12px; font-size: 0.92rem; }
  .event-collage { display: grid; grid-template-columns: 1fr; grid-template-rows: none; }
  .event-card,
  .event-card-main,
  .event-card:nth-child(4) { min-height: 280px; grid-column: auto; grid-row: auto; }
  .event-card-main { min-height: 220px; aspect-ratio: auto; }
  .event-card-main img { object-fit: contain; background: #050505; }
  .card-stack { min-height: 330px; }
  .card-stack img { width: 82%; }
  .starting-price { display: grid; gap: 7px; }
  .contact-link strong { overflow-wrap: anywhere; }
  .footer-grid { grid-template-columns: 1fr; gap: 42px; }
  .footer-brand { grid-column: auto; align-items: flex-start; }
  .footer-brand img { width: 82px; height: 82px; }
  .footer-brand strong { font-size: 2rem; }
  .footer-bottom { display: grid; }
}
