:root {
  --bg: #f6f0e8;
  --bg-soft: #fbf7f2;
  --card: #fffaf4;
  --dark: #140d0c;
  --dark-2: #211311;
  --text: #2b1c18;
  --muted: #6a5852;
  --gold: #d6b06a;
  --gold-2: #efce91;
  --red: #8c2533;
  --line: rgba(43, 28, 24, 0.10);
  --line-light: rgba(255, 255, 255, 0.10);
  --radius-sm: 22px;
  --radius-md: 30px;
  --radius-lg: 38px;
  --container: 1240px;
  --header-height: 90px;
  --shadow: 0 18px 55px rgba(26, 14, 11, 0.08);
  --shadow-lg: 0 28px 80px rgba(0,0,0,0.24);
}

* { box-sizing: border-box; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: clip; }
html { scroll-behavior: auto; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 10%, rgba(214,176,106,.12), transparent 22%),
    radial-gradient(circle at 82% 18%, rgba(140,37,51,.06), transparent 18%);
  z-index: -2;
}

.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; position: relative; }
.section-dark {
  background:
    radial-gradient(circle at 10% 14%, rgba(214,176,106,.08), transparent 24%),
    linear-gradient(180deg, var(--dark) 0%, #1b100e 100%);
  color: #fffaf2;
}
.section-dark p { color: rgba(255,250,244,.76); }

h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  letter-spacing: -0.035em;
  line-height: .94;
  margin: 0;
  font-weight: 600;
}
h1 { font-size: clamp(3.8rem, 7vw, 6.4rem); }
h2 { font-size: clamp(2.6rem, 5vw, 4.5rem); }
h3 { font-size: clamp(1.9rem, 3vw, 2.6rem); }
p { margin: 0; }

.section-kicker,
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.section-kicker::before,
.section-label::before {
  content: '';
  width: 30px;
  height: 1px;
  background: currentColor;
}
.section-kicker { color: rgba(255,250,244,.82); margin-bottom: 18px; }
.section-label { color: var(--red); margin-bottom: 16px; }
.section-label.light { color: rgba(255,250,244,.80); }
.section-head {
  max-width: 760px;
  display: grid;
  gap: 16px;
  margin-bottom: 38px;
}
.section-head.center { margin-inline: auto; text-align: center; justify-items: center; }
.section-head p { color: var(--muted); font-size: 1.04rem; }

.site-header {
  position: fixed;
  top: 14px;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding-top: 0;
}

.header-shell {
  min-height: 74px;
  max-width: 1080px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 10px 16px;
  border-radius: 24px;
  background: rgba(17, 10, 9, 0.66);
  border: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 34px rgba(0,0,0,.16);
  transition: min-height .25s ease, border-radius .25s ease, background .25s ease, max-width .25s ease;
}
.site-header.is-scrolled .header-shell {
  min-height: 68px;
  max-width: 1040px;
  background: rgba(17, 10, 9, 0.80);
}
.brand img { width: 114px; }
.main-nav {
  display: flex;
  justify-content: center;
  gap: 14px;
}
.main-nav a {
  color: rgba(255,255,255,.82);
  font-size: .90rem;
  font-weight: 600;
  padding: 6px 8px;
}
.main-nav a:hover { color: #fff; }
.header-actions { display: flex; gap: 8px; }
.menu-toggle {
  display: none;
  position: relative;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  cursor: pointer;
}
.menu-toggle span {
  position: absolute;
  left: 12px;
  right: 12px;
  height: 2px;
  background: #fff;
  border-radius: 999px;
  transition: .25s ease;
}
.menu-toggle span:first-child { top: 18px; }
.menu-toggle span:last-child { top: 28px; }
body.menu-open .menu-toggle span:first-child { top: 23px; transform: rotate(45deg); }
body.menu-open .menu-toggle span:last-child { top: 23px; transform: rotate(-45deg); }

.mobile-drawer {
  position: fixed;
  inset: 86px 16px auto 16px;
  z-index: 990;
  padding: 22px;
  border-radius: 24px;
  background: rgba(20,13,12,.96);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow-lg);
  display: grid;
  gap: 10px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity .24s ease, transform .24s ease;
}
.mobile-drawer a { color: #fffaf2; font-weight: 600; padding: 8px 0; }
.drawer-actions { padding-top: 12px; display: grid; gap: 10px; }
body.menu-open .mobile-drawer {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: .95rem;
  font-weight: 700;
  transition: transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease, box-shadow .25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #1f130f;
  box-shadow: 0 18px 40px rgba(214,176,106,.24);
}
.btn-dark {
  background: var(--dark);
  color: #fffaf2;
}
.btn-outline {
  background: transparent;
  border-color: var(--line);
  color: var(--text);
}
.btn-ghost-light {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.16);
  color: #fffaf2;
}

.header-actions .btn,
.main-nav .btn {
  min-height: 42px;
  padding-inline: 18px;
  font-size: .92rem;
}

.hero {
  position: relative;
  min-height: 100svh;
  padding: 156px 0 54px;
  overflow: clip;
  color: #fffaf2;
}

.hero-wall {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 0;
}
.hero-column {
  position: relative;
  overflow: hidden;
}
.hero-column video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.012);
}
.hero-column::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.30));
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6,4,3,.94) 0%, rgba(6,4,3,.74) 36%, rgba(6,4,3,.28) 64%, rgba(6,4,3,.56) 100%),
    linear-gradient(180deg, rgba(6,4,3,.10) 0%, rgba(6,4,3,.24) 56%, rgba(6,4,3,.82) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(320px, .58fr);
  gap: 34px;
  align-items: end;
  min-height: calc(100svh - 210px);
}

.hero-copy {
  max-width: 760px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  backdrop-filter: none;
  box-shadow: none;
}
.hero-logo { width: 170px; margin-bottom: 24px; }
.hero-copy p {
  max-width: 650px;
  font-size: 1.06rem;
  color: rgba(255,250,244,.80);
  margin-top: 20px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 34px;
}
.hero-features {
  display: grid;
  gap: 12px;
  align-self: end;
}
.feature-chip {
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(6,4,3,.62);
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: none;
}
.feature-chip strong { display: block; font-size: 1rem; margin-bottom: 4px; }
.feature-chip span { color: rgba(255,250,244,.74); font-size: .92rem; }

.video-carousel-section {
  position: relative;
  min-height: 100svh;
  background: #090605;
  overflow: clip;
}
.video-carousel {
  position: relative;
  min-height: 100svh;
}
.video-carousel-track {
  position: relative;
  min-height: 100svh;
}
.video-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .65s ease, visibility .65s ease;
}
.video-slide.is-active {
  opacity: 1;
  visibility: visible;
}
.video-slide video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-slide-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,5,4,.82) 0%, rgba(7,5,4,.58) 34%, rgba(7,5,4,.24) 100%),
    linear-gradient(180deg, rgba(7,5,4,.18) 0%, rgba(7,5,4,.42) 58%, rgba(7,5,4,.86) 100%);
}
.video-slide-content {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  display: grid;
  align-content: end;
  padding-top: 160px;
  padding-bottom: 112px;
}
.video-slide-content h2 {
  max-width: 760px;
  margin-top: 12px;
  color: #fffaf2;
}
.video-slide-content p {
  max-width: 620px;
  margin-top: 18px;
  font-size: 1.06rem;
  color: rgba(255,250,244,.80);
}
.video-carousel-ui {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 42px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.video-carousel-arrow {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(7,5,4,.48);
  color: #fffaf2;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  transition: background .25s ease, transform .25s ease;
}
.video-carousel-arrow:hover {
  background: rgba(7,5,4,.68);
  transform: translateY(-2px);
}
.video-carousel-dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 1;
}
.video-carousel-dot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(255,255,255,.30);
  cursor: pointer;
  transition: transform .25s ease, background .25s ease;
}
.video-carousel-dot.is-active {
  background: var(--gold);
  transform: scale(1.18);
}

.full-gallery-section {
  position: relative;
  min-height: 100svh;
  background: #090605;
  overflow: clip;
}
.full-gallery-intro {
  position: absolute;
  z-index: 3;
  top: clamp(28px, 4vw, 54px);
  left: clamp(22px, 4vw, 54px);
  max-width: 520px;
  padding: 24px 26px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(7,5,4,.76), rgba(7,5,4,.42));
  border: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(6px);
  box-shadow: 0 24px 44px rgba(0,0,0,.22);
}
.full-gallery-intro .section-label,
.full-gallery-intro h2,
.full-gallery-intro p {
  color: #fffaf2;
}
.full-gallery-intro p {
  color: rgba(255,250,244,.78);
  margin-top: 14px;
}
.full-gallery-marquee {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
}
.full-gallery-marquee::before,
.full-gallery-marquee::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.full-gallery-marquee::before {
  background: linear-gradient(180deg, rgba(7,5,4,.44) 0%, rgba(7,5,4,0) 18%, rgba(7,5,4,0) 72%, rgba(7,5,4,.38) 100%);
}
.full-gallery-marquee::after {
  background: linear-gradient(90deg, rgba(7,5,4,.56) 0%, rgba(7,5,4,0) 10%, rgba(7,5,4,0) 90%, rgba(7,5,4,.50) 100%);
}
.full-gallery-track {
  display: flex;
  align-items: stretch;
  gap: 0;
  width: max-content;
  min-height: 100svh;
  animation: ituanaFullGallery 68s linear infinite;
  will-change: transform;
}
.full-gallery-slide {
  position: relative;
  flex: 0 0 25vw;
  min-height: 100svh;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.full-gallery-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.18));
}
.full-gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@keyframes ituanaFullGallery {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.intro { padding-top: 90px; }
.intro-grid {
  display: grid;
  grid-template-columns: .95fr 1fr;
  gap: 56px;
  align-items: start;
}
.intro-body {
  display: grid;
  gap: 20px;
}
.intro-body p { color: var(--muted); font-size: 1.05rem; }

.gallery-section { background: linear-gradient(180deg, rgba(255,255,255,.36), transparent); }
.gallery-layout {
  display: grid;
  grid-template-columns: 1.25fr .95fr;
  gap: 18px;
  align-items: stretch;
}

.media-card,
.info-card,
.event-card,
.contact-card,
.map-card,
.hours-box,
blockquote,
details {
  border-radius: var(--radius-md);
}
.media-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--card);
  box-shadow: var(--shadow);
  min-height: 0;
  aspect-ratio: 4 / 3;
}
.media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-card figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 10px 14px;
  border-radius: 999px;
  color: #fffaf2;
  background: rgba(20,13,12,.56);
  backdrop-filter: blur(10px);
  font-size: .92rem;
}
.media-card.wide { min-height: 0; aspect-ratio: 4 / 3; grid-row: span 2; }
.media-card.tall { min-height: 0; aspect-ratio: 4 / 5; }
.info-card {
  padding: 30px;
  border: 1px solid var(--line);
  background: var(--card);
  box-shadow: var(--shadow);
  display: grid;
  align-content: start;
}
.bullet-list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.bullet-list li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
}
.bullet-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--red);
  font-weight: 800;
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, .76fr) minmax(420px, 1.02fr);
  gap: 44px;
  align-items: center;
}

.split-grid.reverse { grid-template-columns: minmax(420px, 1.02fr) minmax(0, .76fr); }
.split-grid.reverse .split-copy { order: 2; }
.split-grid.reverse .split-media-grid { order: 1; }
.split-copy {
  display: grid;
  gap: 18px;
}
.split-copy h2 { color: inherit; }
.split-media-grid {
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  gap: 16px;
  align-items: stretch;
}
.split-media-grid.alt { grid-template-columns: 1fr 1fr; }
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}
.tag-list span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,250,244,.82);
  font-size: .92rem;
}
.dark-tags span {
  background: rgba(43,28,24,.04);
  border-color: var(--line);
  color: var(--text);
}

.bleed-video-section {
  padding-top: 0;
  padding-bottom: 0;
  background: var(--bg-soft);
  overflow: clip;
}
.bleed-video-grid {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  display: grid;
  grid-template-columns: 50vw minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
}
.bleed-video-wall {
  width: 50vw;
  margin-left: 0;
  padding-right: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  min-height: 0;
  border-radius: 0;
  overflow: hidden;
}
.bleed-video-card {
  position: relative;
  min-height: 720px;
  height: 720px;
  aspect-ratio: auto;
  background: #000;
  overflow: hidden;
}
.bleed-video-card + .bleed-video-card {
  border-left: 0;
}
.bleed-video-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.012);
}
.bleed-video-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.14));
}
.bleed-video-copy {
  width: min(600px, calc(100% - 48px));
  display: grid;
  gap: 18px;
  align-content: center;
  padding: 96px 56px;
}
.bleed-video-copy p {
  color: var(--muted);
  font-size: 1.04rem;
}

.events-section { background: #f3e6d9; }
.events-grid {
  display: grid;
  grid-template-columns: .84fr 1fr;
  gap: 36px;
  align-items: start;
}
.events-copy { display: grid; gap: 18px; }
.events-copy p { color: var(--muted); font-size: 1.04rem; }
.events-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.event-card {
  padding: 28px;
  background: rgba(255,250,244,.78);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  min-height: 210px;
}
.event-card strong {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2rem;
  margin-bottom: 10px;
}
.event-card p { color: var(--muted); }

.hours-section { background: var(--bg-soft); }
.hours-box {
  display: grid;
  grid-template-columns: .8fr 1.1fr auto;
  gap: 30px;
  align-items: center;
  padding: 36px;
  background: var(--card);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.hours-copy p { color: var(--muted); margin-top: 12px; }
.hours-table {
  display: grid;
  gap: 10px;
}
.hours-table div {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(43,28,24,.04);
  border: 1px solid var(--line);
}
.hours-table span { color: var(--red); font-weight: 800; }
.hours-table strong { font-size: .96rem; }

.delivery-layout {
  display: grid;
  grid-template-columns: .86fr .7fr;
  gap: 32px;
  align-items: center;
}
.delivery-copy { display: grid; gap: 18px; }
.delivery-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.delivery-cards article {
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
}
.delivery-cards strong { display: block; color: #fffaf2; margin-bottom: 4px; }
.delivery-cards span { color: rgba(255,250,244,.72); font-size: .94rem; }
.dessert-card { min-height: 560px; }

.reviews-section { background: var(--bg-soft); }
.reviews-wrap {
  display: grid;
  gap: 28px;
  justify-items: center;
}
.reviews-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
blockquote {
  margin: 0;
  padding: 28px;
  background: var(--card);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
blockquote span { color: #d7a84f; letter-spacing: .12em; }
blockquote p { color: var(--muted); margin-top: 12px; }

.contact-section { background: #f1e3d4; }
.contact-grid {
  display: grid;
  grid-template-columns: .76fr 1fr;
  gap: 20px;
  align-items: stretch;
}
.contact-card {
  padding: 36px;
  background: var(--card);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: grid;
  gap: 20px;
}
.contact-list {
  display: grid;
  gap: 16px;
}
.contact-list p { display: grid; gap: 4px; }
.contact-list strong { font-size: .9rem; letter-spacing: .12em; text-transform: uppercase; color: var(--red); }
.contact-list span { color: var(--muted); }
.contact-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.map-card {
  overflow: hidden;
  min-height: 560px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.map-card iframe { width: 100%; height: 100%; border: 0; }

.faq-section { background: var(--bg-soft); }
.faq-wrap { width: min(900px, calc(100% - 40px)); display: grid; gap: 14px; }
details {
  background: var(--card);
  border: 1px solid var(--line);
  box-shadow: 0 14px 44px rgba(26,14,11,.05);
  overflow: hidden;
}
summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 24px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-weight: 700;
}
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; color: var(--red); font-size: 1.2rem; }
details[open] summary::after { content: '–'; }
details p { padding: 0 24px 24px; color: var(--muted); }

.site-footer {
  padding: 48px 0;
  background: var(--dark);
  color: rgba(255,250,244,.72);
}
.footer-shell {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, .7fr);
  gap: 20px;
  align-items: start;
}
.footer-brand img { width: 138px; margin-bottom: 14px; }
.footer-brand p { color: rgba(255,250,244,.64); }
.footer-col strong { display: block; color: #fffaf2; margin-bottom: 8px; }
.footer-col span, .footer-col a { color: rgba(255,250,244,.66); }

.floating-whatsapp {
  position: fixed;
  z-index: 90;
  right: 18px;
  bottom: 18px;
  min-height: 54px;
  padding: 0 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #25d366, #159b50);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 18px 46px rgba(20, 131, 70, .28);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .75s ease, transform .75s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .main-nav,
  .header-actions { display: none; }
  .menu-toggle { display: inline-block; }
  .header-shell { max-width: 100%; grid-template-columns: auto 1fr auto; }
  .hero-content,
  .intro-grid,
  .split-grid,
  .split-grid.reverse,
  .events-grid,
  .hours-box,
  .delivery-layout,
  .contact-grid { grid-template-columns: 1fr; }
  .split-grid.reverse .split-copy,
  .split-grid.reverse .split-media-grid { order: initial; }
  .hero {
    min-height: auto;
    padding: 138px 0 40px;
  }
  .hero-content { min-height: auto; gap: 28px; align-items: start; }
  .video-slide-content { padding-top: 144px; padding-bottom: 92px; }
  .full-gallery-slide { flex-basis: 33.3333vw; }
  .full-gallery-intro { max-width: 460px; }
  .hero-features { grid-template-columns: repeat(2, 1fr); }
  .gallery-layout { grid-template-columns: 1fr 1fr; }
  .bleed-video-grid { width: 100vw; margin-left: calc(50% - 50vw); grid-template-columns: 1fr; gap: 24px; }
  .bleed-video-wall { width: 100vw; margin-left: 0; padding-right: 0; min-height: 0; }
  .bleed-video-card { min-height: 560px; height: 560px; aspect-ratio: auto; }
  .bleed-video-copy { width: auto; padding: 56px 28px; }
  .media-card.wide { grid-column: span 2; grid-row: auto; }
  .hours-box { align-items: start; }
}

@media (max-width: 860px) {
  .section { padding: 88px 0; }
  .container { width: min(100% - 24px, var(--container)); }
  h1 { font-size: clamp(3.1rem, 14vw, 4.8rem); }
  h2 { font-size: clamp(2.4rem, 11vw, 3.5rem); }
  .site-header { top: 0; }
  .header-shell {
    min-height: 70px;
    max-width: 100%;
    padding: 10px 14px;
    border-radius: 0 0 18px 18px;
  }
  .brand img { width: 104px; }
  .hero {
    padding-top: 94px;
    padding-bottom: 36px;
  }
  .video-carousel-section,
  .video-carousel,
  .video-carousel-track,
  .video-slide,
  .video-slide-content { min-height: 100svh; }
  .video-slide-content { padding-top: 128px; padding-bottom: 84px; }
  .video-carousel-ui { bottom: 26px; }
  .full-gallery-slide { flex-basis: 50vw; }
  .full-gallery-intro { top: 22px; left: 22px; right: 22px; max-width: 420px; padding: 20px 22px; }
  .hero-wall { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; padding: 0; }
  .hero-copy { padding: 0; border-radius: 0; }
  .hero-logo { width: 138px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-features,
  .events-cards,
  .reviews-grid,
  .delivery-cards,
  .gallery-layout,
  .split-media-grid { grid-template-columns: 1fr; }
  .media-card.wide { grid-column: auto; min-height: 420px; }
  .bleed-video-wall { width: 100%; margin-left: 0; grid-template-columns: 1fr; border-radius: 0; min-height: auto; }
  .bleed-video-card { min-height: 360px; height: 360px; aspect-ratio: auto; }
  .bleed-video-copy { padding: 40px 24px 0; }
  .media-card.tall,
  .dessert-card,
  .map-card,
  .media-card,
  .contact-card { min-height: 0; }
  .hours-table div { grid-template-columns: 1fr; gap: 6px; }
  .footer-shell { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}

@media (max-width: 640px) {
  .hero-features { grid-template-columns: 1fr; }
  .video-slide-content { padding-top: 116px; padding-bottom: 72px; }
  .video-carousel-ui { gap: 12px; }
  .video-carousel-arrow { width: 48px; height: 48px; font-size: 1.7rem; }
  .full-gallery-track { animation-duration: 40s; }
  .full-gallery-slide { flex-basis: 70vw; }
  .full-gallery-intro { top: 18px; left: 16px; right: 16px; max-width: none; padding: 18px 18px; border-radius: 18px; }
  .section-kicker,
  .section-label { font-size: .74rem; }
  .hours-box,
  .contact-card,
  .info-card,
  blockquote,
  .event-card { padding: 24px; }
  .floating-whatsapp {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
}

.media-card img[src*='meat-close'] { object-position: center center; }
.media-card img[src*='table-service'] { object-position: center top; }
.media-card img[src*='pizza-service'] { object-position: center top; }
.media-card img[src*='salon-wide'] { object-position: center center; }


.gallery-layout > .media-card:nth-of-type(2),
.gallery-layout > .media-card:nth-of-type(3) {
  aspect-ratio: 4 / 3;
}
.split-media-grid .media-card:first-child {
  aspect-ratio: 4 / 5;
}
.split-media-grid .media-card:last-child {
  aspect-ratio: 4 / 5;
}
.bleed-video-card video,
.hero-column video {
  object-position: center center;
}


.hero-copy::before {
  content: none;
}
.hero-column + .hero-column {
  margin-left: 0;
}
.bleed-video-card + .bleed-video-card {
  margin-left: 0;
}


html, body {
  overflow-x: hidden;
}

@media (max-width: 860px) {
  .menu-toggle {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }
  .menu-toggle span:first-child { top: 16px; }
  .menu-toggle span:last-child { top: 26px; }
  body.menu-open .menu-toggle span:first-child,
  body.menu-open .menu-toggle span:last-child { top: 21px; }

  .mobile-drawer {
    inset: 78px 12px auto 12px;
    padding: 18px;
    border-radius: 18px;
    gap: 8px;
  }
  .drawer-actions .btn {
    width: 100%;
  }

  .hero-content {
    gap: 22px;
  }
  .hero-copy p {
    max-width: none;
    font-size: 1rem;
    line-height: 1.55;
  }
  .hero-actions {
    gap: 10px;
    margin-top: 26px;
  }
  .feature-chip {
    padding: 16px 16px;
    border-radius: 16px;
  }
  .feature-chip strong {
    font-size: .96rem;
  }
  .feature-chip span {
    font-size: .88rem;
  }

  .section-head,
  .split-copy,
  .hours-copy,
  .delivery-copy,
  .contact-card,
  .review-card,
  blockquote,
  .event-card,
  .info-card {
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .video-slide-content h2,
  .full-gallery-intro h2 {
    max-width: none;
  }
  .video-slide-content p {
    max-width: 92%;
    font-size: 1rem;
  }
  .video-carousel-ui {
    align-items: center;
  }
  .video-carousel-dots {
    gap: 8px;
  }

  .hours-table div {
    padding: 16px 16px;
    border-radius: 16px;
  }
  .contact-card,
  .map-card,
  .dessert-card,
  .media-card,
  .event-card,
  blockquote {
    border-radius: 20px;
  }

  .floating-whatsapp {
    min-height: 50px;
    padding: 0 16px;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 72px 0;
  }
  .container {
    width: min(100% - 20px, var(--container));
  }
  .header-shell {
    min-height: 64px;
    padding: 10px 12px;
    border-radius: 0 0 16px 16px;
  }
  .brand img {
    width: 92px;
  }

  .hero {
    padding-top: 88px;
    padding-bottom: 28px;
  }
  h1 {
    font-size: clamp(2.7rem, 13vw, 4rem);
    line-height: .95;
  }
  h2 {
    font-size: clamp(2.05rem, 10.5vw, 3rem);
  }
  .hero-logo {
    width: 116px;
    margin-bottom: 18px;
  }
  .hero-subline {
    margin-bottom: 14px;
  }
  .hero-copy p {
    font-size: .97rem;
  }
  .hero-features {
    gap: 10px;
  }

  .video-slide-content {
    padding-top: 108px;
    padding-bottom: 86px;
  }
  .video-slide-content p {
    max-width: 100%;
    font-size: .96rem;
  }
  .video-carousel-ui {
    bottom: 18px;
  }
  .video-carousel-arrow {
    width: 44px;
    height: 44px;
    font-size: 1.5rem;
  }
  .video-carousel-dot {
    width: 9px;
    height: 9px;
  }

  .full-gallery-intro {
    background: linear-gradient(180deg, rgba(7,5,4,.80), rgba(7,5,4,.46));
  }
  .full-gallery-slide {
    flex-basis: 72vw;
  }

  .bleed-video-card {
    min-height: 320px;
    height: 320px;
  }
  .bleed-video-copy {
    padding: 28px 20px 0;
  }

  .hours-table strong,
  .hours-table span,
  .contact-card p,
  .footer-col span,
  .footer-col a,
  blockquote p {
    font-size: .95rem;
  }
}

@media (max-width: 420px) {
  .site-header {
    top: 0;
  }
  .header-shell {
    padding: 8px 10px;
  }
  .brand img {
    width: 84px;
  }
  .mobile-drawer {
    inset: 72px 10px auto 10px;
    padding: 16px;
  }

  .hero-wall {
    grid-template-columns: 1fr 1fr;
  }
  .hero {
    padding-top: 82px;
    padding-bottom: 24px;
  }
  h1 {
    font-size: clamp(2.35rem, 12vw, 3.35rem);
  }
  h2 {
    font-size: clamp(1.85rem, 9vw, 2.5rem);
  }
  .btn {
    width: 100%;
    min-height: 46px;
    padding: 0 16px;
  }
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .video-slide-content {
    padding-top: 102px;
    padding-bottom: 80px;
  }
  .video-carousel-ui {
    gap: 8px;
  }
  .video-carousel-arrow {
    width: 40px;
    height: 40px;
  }

  .full-gallery-slide {
    flex-basis: 82vw;
  }
  .full-gallery-intro {
    top: 14px;
    left: 12px;
    right: 12px;
    padding: 16px;
  }

  .bleed-video-card {
    min-height: 280px;
    height: 280px;
  }
  .section-kicker,
  .section-label {
    letter-spacing: .14em;
  }
  .floating-whatsapp {
    left: 10px;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
  }
}


/* Mobile refinement v16 */
@media (max-width: 640px) {
  .site-header {
    top: 10px;
    left: 0;
    right: 0;
  }
  .header-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: calc(100% - 16px);
    max-width: none;
    min-height: 60px;
    margin: 0 auto;
    padding: 8px 10px;
    border-radius: 18px;
    background: linear-gradient(90deg, rgba(10,7,6,.94), rgba(28,14,10,.86));
  }
  .brand {
    flex: 0 0 auto;
  }
  .brand img {
    width: 86px;
  }
  .menu-toggle {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255,255,255,.09);
  }
  .mobile-drawer {
    inset: 66px 8px auto 8px;
  }

  .hero {
    padding-top: 84px;
    padding-bottom: 20px;
  }
  .hero-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero-content {
    min-height: calc(100svh - 132px);
    gap: 18px;
    align-items: end;
  }
  .hero-copy {
    max-width: 100%;
  }
  .hero-logo {
    width: 108px;
    margin-bottom: 14px;
  }
  h1 {
    font-size: clamp(2.15rem, 11.2vw, 3.2rem);
    line-height: .98;
    letter-spacing: -0.03em;
  }
  .hero-copy p {
    font-size: .94rem;
    line-height: 1.48;
    margin-top: 14px;
  }
  .hero-actions {
    gap: 8px;
    margin-top: 22px;
  }
  .hero-actions .btn {
    min-height: 48px;
  }
  .hero-features {
    gap: 8px;
    margin-top: 6px;
  }
  .feature-chip {
    padding: 14px 14px;
    border-radius: 14px;
    background: rgba(6,4,3,.74);
  }
  .feature-chip strong {
    font-size: .92rem;
  }
  .feature-chip span {
    font-size: .84rem;
  }

  .media-card,
  .media-card.wide,
  .media-card.tall,
  .gallery-layout > .media-card:nth-of-type(2),
  .gallery-layout > .media-card:nth-of-type(3),
  .split-media-grid .media-card:first-child,
  .split-media-grid .media-card:last-child {
    min-height: 260px;
    aspect-ratio: 4 / 3;
  }
  .dessert-card,
  .map-card {
    min-height: 320px;
  }
  .media-card figcaption {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 9px 12px;
    font-size: .84rem;
  }

  .full-gallery-section,
  .full-gallery-marquee,
  .full-gallery-track,
  .full-gallery-slide {
    min-height: 100svh;
  }
  .full-gallery-track {
    animation-duration: 34s;
  }
  .full-gallery-slide {
    flex: 0 0 50vw;
  }
  .full-gallery-intro {
    top: auto;
    bottom: 16px;
    left: 12px;
    right: 12px;
    padding: 16px;
    border-radius: 16px;
    max-width: none;
    background: linear-gradient(180deg, rgba(7,5,4,.70), rgba(7,5,4,.56));
  }
  .full-gallery-intro p {
    font-size: .92rem;
    line-height: 1.45;
  }

  .video-slide-content {
    padding-top: 102px;
    padding-bottom: 76px;
  }
  .video-carousel-ui {
    bottom: 14px;
  }
}

@media (max-width: 420px) {
  .header-shell {
    width: calc(100% - 12px);
    min-height: 58px;
    padding: 8px 9px;
  }
  .brand img {
    width: 80px;
  }
  .hero {
    padding-top: 80px;
  }
  h1 {
    font-size: clamp(2rem, 10.5vw, 2.85rem);
  }
  .hero-copy p {
    font-size: .92rem;
  }
  .full-gallery-slide {
    flex: 0 0 60vw;
  }
  .media-card,
  .media-card.wide,
  .media-card.tall {
    min-height: 230px;
  }
  .dessert-card,
  .map-card {
    min-height: 280px;
  }
}


/* Mobile cleanup v17 */
@media (max-width: 640px) {
  .hero-content {
    min-height: calc(100svh - 118px);
    align-items: end;
  }
  .hero-copy {
    padding-bottom: 2px;
  }
  .hero-logo,
  .hero-subline {
    display: none;
  }
  .hero-copy p {
    margin-top: 12px;
    max-width: 92%;
  }
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 18px;
  }
  .hero-actions .btn:nth-child(3) {
    display: none;
  }
  .hero-features {
    display: none;
  }

  .full-gallery-section,
  .full-gallery-marquee,
  .full-gallery-track,
  .full-gallery-slide {
    min-height: 62svh;
  }
  .full-gallery-track {
    animation-duration: 30s;
  }
  .full-gallery-slide {
    flex: 0 0 68vw;
  }
  .full-gallery-slide img {
    object-position: center center;
  }
  .full-gallery-intro {
    bottom: 12px;
    padding: 14px;
    max-width: 88%;
  }
  .full-gallery-intro h2 {
    font-size: clamp(1.55rem, 7.2vw, 2.1rem);
    line-height: 1.02;
  }
  .full-gallery-intro p {
    margin-top: 10px;
    font-size: .88rem;
    max-width: 28ch;
  }
}

@media (max-width: 420px) {
  .hero {
    padding-top: 76px;
    padding-bottom: 18px;
  }
  .hero-content {
    min-height: calc(100svh - 108px);
  }
  h1 {
    font-size: clamp(1.9rem, 10vw, 2.7rem);
    line-height: .98;
  }
  .hero-copy p {
    font-size: .9rem;
    max-width: 100%;
  }
  .hero-actions .btn {
    min-height: 44px;
    font-size: .96rem;
  }

  .full-gallery-section,
  .full-gallery-marquee,
  .full-gallery-track,
  .full-gallery-slide {
    min-height: 56svh;
  }
  .full-gallery-slide {
    flex: 0 0 78vw;
  }
  .full-gallery-intro {
    left: 10px;
    right: 10px;
    bottom: 10px;
    max-width: none;
    padding: 12px 13px;
  }
  .full-gallery-intro p {
    display: none;
  }
}
