: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; }

.intro-heading {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 14px;
}
.intro-heading h2 {
  max-width: 8.5ch;
  font-size: clamp(3rem, 4.8vw, 4.9rem);
  line-height: .95;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.intro-body {
  align-self: center;
}

.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;
  }
}


/* Ajustes Ituana v19 */
.hero-copy { max-width: 700px; }
.hero-kicker { margin-bottom: 12px; }
.hero-copy h1 {
  max-width: 14ch;
  font-size: clamp(3.15rem, 5.9vw, 5.35rem);
  line-height: .96;
}
.hero-copy p {
  max-width: 620px;
  font-size: 1rem;
}

.intro-grid-rich {
  grid-template-columns: minmax(0, .72fr) minmax(0, .95fr) minmax(280px, .72fr);
  gap: 34px;
  align-items: start;
}
.intro-photo {
  aspect-ratio: 4 / 5;
  min-height: 100%;
}
.intro-photo img {
  object-position: center center;
}

.gallery-layout-refined {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.gallery-visuals {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr);
  gap: 18px;
  align-items: stretch;
}
.gallery-visuals .media-card.wide {
  grid-row: auto;
  aspect-ratio: auto;
  min-height: 560px;
}
.gallery-side-stack {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.gallery-side-stack .media-card {
  aspect-ratio: auto;
  min-height: 270px;
}

#rodizio .split-grid {
  align-items: start;
}
.rodizio-grid {
  grid-template-columns: minmax(0, .70fr) minmax(460px, 1fr);
}
.rodizio-media-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.rodizio-media-grid .media-card {
  aspect-ratio: 4 / 5;
}
.rodizio-media-grid .media-card img {
  object-position: center center;
}

@media (max-width: 1120px) {
  .intro-grid-rich {
    grid-template-columns: 1fr 1fr;
  }
  .intro-photo {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 8;
  }
  .rodizio-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .gallery-visuals {
    grid-template-columns: 1fr;
  }
  .gallery-visuals .media-card.wide {
    min-height: 420px;
  }
  .gallery-side-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }
}


@media (max-width: 640px) {
  .intro-heading h2 {
    max-width: 100%;
    font-size: clamp(2.35rem, 10vw, 3.2rem);
    line-height: .98;
  }
  .hero-copy h1 {
    max-width: 14ch;
    font-size: clamp(2.45rem, 9.5vw, 3.6rem);
  }
  .hero-copy p {
    max-width: 100%;
    font-size: .94rem;
  }
  .intro-grid-rich {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .intro-photo {
    grid-column: auto;
    aspect-ratio: 4 / 3;
  }
  .gallery-visuals .media-card.wide {
    min-height: 320px;
  }
  .gallery-side-stack {
    grid-template-columns: 1fr;
  }
  .gallery-side-stack .media-card {
    min-height: 220px;
  }
  .rodizio-media-grid {
    grid-template-columns: 1fr 1fr;
  }
  .rodizio-media-grid .media-card {
    aspect-ratio: 3 / 4;
  }
}

@media (max-width: 420px) {
  .hero-copy h1 {
    font-size: clamp(2.2rem, 10.8vw, 3.1rem);
  }
  .gallery-visuals .media-card.wide {
    min-height: 260px;
  }
  .rodizio-media-grid {
    gap: 10px;
  }
}


/* v24 — redesign da seção de rodízio */
.rodizio-media-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(250px, .94fr);
  grid-template-rows: minmax(280px, auto) minmax(250px, auto);
  gap: 18px;
  align-items: stretch;
}
.rodizio-media-grid::before {
  content: "";
  position: absolute;
  inset: 8% 10% auto auto;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(226, 188, 106, .16), rgba(226, 188, 106, 0) 68%);
  pointer-events: none;
  filter: blur(4px);
}
.rodizio-primary {
  grid-row: 1 / span 2;
  min-height: 560px;
}
.rodizio-secondary {
  min-height: 285px;
  margin-top: 22px;
}
.rodizio-media-grid .media-card {
  position: relative;
  overflow: hidden;
}
.rodizio-media-grid .media-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 32%;
  background: linear-gradient(180deg, rgba(6, 4, 4, 0) 0%, rgba(6, 4, 4, .16) 100%);
  pointer-events: none;
}
.rodizio-media-grid .media-card img {
  object-position: center center;
}
.rodizio-design-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 14px;
  min-height: 255px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,.03) 100%),
    linear-gradient(145deg, rgba(36, 22, 18, .98) 0%, rgba(21, 13, 13, .98) 100%);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .22);
  overflow: hidden;
}
.rodizio-design-card::before {
  content: "";
  position: absolute;
  top: -32px;
  right: -28px;
  width: 132px;
  height: 132px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(232, 198, 114, .34), rgba(232, 198, 114, 0) 70%);
}
.rodizio-design-card::after {
  content: "";
  position: absolute;
  left: 26px;
  top: 22px;
  width: 44px;
  height: 2px;
  background: rgba(232, 198, 114, .82);
}
.rodizio-design-eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .76rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(248, 238, 226, .74);
}
.rodizio-design-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 12ch;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 2.7vw, 2.55rem);
  line-height: .95;
  color: var(--color-cream);
}
.rodizio-design-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 30ch;
  color: rgba(248, 238, 226, .78);
  font-size: .98rem;
  line-height: 1.6;
}
.rodizio-design-pills {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.rodizio-design-pills span {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .10);
  background: rgba(255, 255, 255, .05);
  color: rgba(248, 238, 226, .92);
  font-size: .84rem;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 1120px) {
  .rodizio-media-grid {
    grid-template-columns: minmax(0, 1fr) minmax(260px, .9fr);
    grid-template-rows: minmax(250px, auto) minmax(230px, auto);
  }
  .rodizio-primary {
    min-height: 520px;
  }
  .rodizio-secondary {
    min-height: 255px;
  }
}

@media (max-width: 820px) {
  .rodizio-media-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .rodizio-primary,
  .rodizio-secondary {
    grid-row: auto;
    min-height: 360px;
    margin-top: 0;
  }
  .rodizio-design-card {
    grid-column: 1 / -1;
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .rodizio-media-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .rodizio-primary,
  .rodizio-secondary {
    min-height: 280px;
  }
  .rodizio-design-card {
    padding: 22px;
    border-radius: 24px;
  }
  .rodizio-design-card h3 {
    max-width: 100%;
    font-size: clamp(1.85rem, 8vw, 2.35rem);
  }
  .rodizio-design-card p {
    max-width: 100%;
    font-size: .92rem;
  }
}


/* v25 — preenchimento do espaço abaixo do CTA da seção rodízio */
.rodizio-grid .split-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.rodizio-grid .split-copy .btn {
  width: 100%;
}
.rodizio-bottom-card {
  width: 100%;
  margin-top: 20px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.05) 0%, rgba(255,255,255,.025) 100%);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .16);
}
.rodizio-bottom-eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  font-size: .76rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(232, 198, 114, .88);
}
.rodizio-bottom-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.rodizio-bottom-grid article {
  padding: 16px 16px 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .06);
}
.rodizio-bottom-grid strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
  line-height: 1.25;
  color: var(--color-cream);
}
.rodizio-bottom-grid p {
  margin: 0;
  color: rgba(248, 238, 226, .72);
  font-size: .92rem;
  line-height: 1.55;
}

@media (max-width: 1120px) {
  .rodizio-bottom-card {
    max-width: 720px;
  }
}

@media (max-width: 640px) {
  .rodizio-bottom-card {
    padding: 18px;
    border-radius: 24px;
  }
  .rodizio-bottom-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .rodizio-bottom-grid article {
    padding: 14px 14px 12px;
    border-radius: 18px;
  }
  .rodizio-bottom-grid strong {
    font-size: .95rem;
  }
  .rodizio-bottom-grid p {
    font-size: .88rem;
  }
}


/* v26 — refinamento da head mobile */
@media (max-width: 640px) {
  .header-shell {
    width: calc(100% - 10px);
    min-height: 60px;
    padding: 8px 10px;
    border-radius: 0 0 16px 16px;
  }

  .hero {
    min-height: 100svh;
    padding-top: 78px;
    padding-bottom: 18px;
  }

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

  .hero-column:nth-child(n + 3) {
    display: none;
  }

  .hero-column::after {
    background: linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.42));
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(6,4,3,.90) 0%, rgba(6,4,3,.60) 42%, rgba(6,4,3,.56) 100%),
      linear-gradient(180deg, rgba(6,4,3,.14) 0%, rgba(6,4,3,.28) 46%, rgba(6,4,3,.92) 100%);
  }

  .hero-content {
    min-height: calc(100svh - 106px);
    align-items: end;
    gap: 16px;
  }

  .hero-copy {
    max-width: 100%;
    padding-right: 4px;
  }

  .hero-kicker {
    display: inline-flex;
    margin-bottom: 12px;
    font-size: .72rem;
    letter-spacing: .16em;
  }

  .hero-copy h1 {
    max-width: 10.5ch;
    font-size: clamp(2.4rem, 10.6vw, 3.45rem);
    line-height: .95;
  }

  .hero-copy p {
    margin-top: 14px;
    max-width: 100%;
    font-size: .95rem;
    line-height: 1.52;
    color: rgba(255,250,244,.84);
  }

  .hero-actions {
    margin-top: 18px;
    gap: 9px;
  }

  .hero-actions .btn {
    width: 100%;
    min-height: 48px;
    font-size: .97rem;
  }
}

@media (max-width: 420px) {
  .hero {
    padding-top: 74px;
    padding-bottom: 16px;
  }

  .hero-content {
    min-height: calc(100svh - 100px);
    gap: 14px;
  }

  .hero-kicker {
    margin-bottom: 10px;
    font-size: .68rem;
    letter-spacing: .15em;
  }

  .hero-copy h1 {
    max-width: 10ch;
    font-size: clamp(2.15rem, 10.2vw, 3rem);
  }

  .hero-copy p {
    font-size: .91rem;
    line-height: 1.48;
  }

  .hero-actions .btn {
    min-height: 46px;
    font-size: .95rem;
  }
}


/* v27 — headline mobile em 2 linhas */
.hero-title-mobile { display: none; }
.hero-title-desktop { display: inline; }

@media (max-width: 640px) {
  .hero-title-desktop { display: none; }
  .hero-title-mobile { display: inline; }
  .hero-copy h1 {
    max-width: 12.5ch;
    font-size: clamp(2.2rem, 9.2vw, 3rem);
    line-height: .96;
  }
}

@media (max-width: 420px) {
  .hero-copy h1 {
    max-width: 12.2ch;
    font-size: clamp(2rem, 8.9vw, 2.75rem);
  }
}


/* v28 — correção definitiva da headline mobile em 2 linhas */
@media (max-width: 640px) {
  .hero-copy h1 {
    max-width: none !important;
    width: 100% !important;
    font-size: clamp(1.92rem, 7.75vw, 2.55rem) !important;
    line-height: .96 !important;
    letter-spacing: -0.035em;
  }

  .hero-title-mobile {
    display: block !important;
    width: 100%;
  }

  .hero-title-mobile span {
    display: block;
    white-space: nowrap;
  }
}

@media (max-width: 420px) {
  .hero-copy h1 {
    font-size: clamp(1.82rem, 7.55vw, 2.35rem) !important;
  }
}

@media (max-width: 360px) {
  .hero-copy h1 {
    font-size: clamp(1.62rem, 7.1vw, 2rem) !important;
  }
}

/* v30 — head mobile em quadrantes 2x2, conteúdo centralizado e primeira dobra limpa */
@media (max-width: 640px) {
  .hero {
    height: 100svh !important;
    min-height: 100svh !important;
    padding: 0 !important;
    overflow: hidden;
  }

  .hero-wall {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(2, 1fr) !important;
    gap: 0 !important;
    padding: 0 !important;
    height: 100svh !important;
  }

  .hero-column {
    display: block !important;
    min-height: 0 !important;
    height: 100% !important;
  }

  .hero-column:nth-child(n + 3) {
    display: block !important;
  }

  .hero-column video {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
    transform: scale(1.06);
  }

  .hero-column::after {
    background: linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.36));
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(6,4,3,.18) 0%, rgba(6,4,3,.44) 36%, rgba(6,4,3,.82) 100%),
      linear-gradient(90deg, rgba(6,4,3,.84) 0%, rgba(6,4,3,.60) 42%, rgba(6,4,3,.60) 58%, rgba(6,4,3,.84) 100%) !important;
  }

  .hero-content {
    grid-template-columns: 1fr !important;
    min-height: 100svh !important;
    align-items: center !important;
    align-content: center !important;
    justify-items: stretch !important;
    gap: 0 !important;
    padding-top: 88px !important;
    padding-bottom: 18px !important;
  }

  .hero-copy {
    width: 100%;
    max-width: 100% !important;
    margin: auto 0 !important;
    padding: 0 !important;
  }

  .hero-kicker {
    display: inline-flex !important;
    margin-bottom: 12px;
    font-size: .68rem;
    letter-spacing: .15em;
  }

  .hero-copy h1 {
    max-width: 13ch !important;
    width: 100% !important;
    margin: 0 !important;
    font-size: clamp(2rem, 7.3vw, 2.55rem) !important;
    line-height: .96 !important;
    letter-spacing: -0.04em;
  }

  .hero-title-mobile {
    display: block !important;
    width: 100%;
  }

  .hero-title-mobile span {
    display: block;
    white-space: nowrap;
  }

  .hero-copy p {
    margin-top: 14px !important;
    max-width: 30ch !important;
    font-size: .9rem !important;
    line-height: 1.42 !important;
    color: rgba(255,250,244,.88);
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin-top: 18px !important;
  }

  .hero-actions .btn {
    width: 100% !important;
    min-height: 44px !important;
    font-size: .93rem !important;
  }

  .hero-actions .btn:nth-child(3) {
    display: none !important;
  }

  .hero-features {
    display: none !important;
  }

  .floating-whatsapp {
    left: auto !important;
    right: 10px !important;
    bottom: max(10px, env(safe-area-inset-bottom)) !important;
    width: auto !important;
    min-height: 42px !important;
    padding: 0 15px !important;
    border-radius: 999px !important;
    font-size: .88rem !important;
  }
}

@media (max-width: 420px) {
  .hero-content {
    padding-top: 82px !important;
    padding-bottom: 16px !important;
  }

  .hero-copy h1 {
    font-size: clamp(1.86rem, 7vw, 2.28rem) !important;
    max-width: 13ch !important;
  }

  .hero-copy p {
    font-size: .86rem !important;
    line-height: 1.38 !important;
    max-width: 31ch !important;
  }

  .hero-actions {
    gap: 7px !important;
    margin-top: 16px !important;
  }

  .hero-actions .btn {
    min-height: 42px !important;
    font-size: .9rem !important;
  }
}

@media (max-width: 360px) {
  .hero-kicker {
    font-size: .62rem;
  }

  .hero-content {
    padding-top: 78px !important;
  }

  .hero-copy h1 {
    font-size: clamp(1.72rem, 6.7vw, 2.02rem) !important;
  }

  .hero-copy p {
    font-size: .8rem !important;
    max-width: 30ch !important;
  }

  .hero-actions .btn {
    min-height: 40px !important;
  }
}

/* v31 — hero mobile inspirado na referência: quadrantes 2x2 com copy limpa na primeira dobra */
@media (max-width: 640px) {
  .site-header {
    top: 10px !important;
  }

  .header-shell {
    width: calc(100% - 14px) !important;
    min-height: 58px !important;
    padding: 8px 10px !important;
    border-radius: 18px !important;
    background: linear-gradient(90deg, rgba(10,7,6,.94), rgba(29,14,10,.86)) !important;
    box-shadow: 0 18px 34px rgba(0,0,0,.18);
  }

  .brand img {
    width: 84px !important;
  }

  .menu-toggle {
    width: 44px !important;
    height: 44px !important;
    border-radius: 14px !important;
  }

  .hero {
    height: 100svh !important;
    min-height: 100svh !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .hero-wall {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(2, 1fr) !important;
    gap: 0 !important;
    height: 100svh !important;
  }

  .hero-column {
    display: block !important;
    height: 100% !important;
    min-height: 0 !important;
  }

  .hero-column:nth-child(n + 3) {
    display: block !important;
  }

  .hero-column video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transform: scale(1.08) !important;
    filter: saturate(.96) brightness(.9);
  }

  .hero-column::after {
    background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.3)) !important;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(6,4,3,.14) 0%, rgba(6,4,3,.18) 24%, rgba(6,4,3,.46) 52%, rgba(6,4,3,.84) 100%),
      linear-gradient(90deg, rgba(6,4,3,.56) 0%, rgba(6,4,3,.30) 24%, rgba(6,4,3,.30) 76%, rgba(6,4,3,.56) 100%) !important;
  }

  .hero-content {
    grid-template-columns: 1fr !important;
    min-height: 100svh !important;
    align-items: end !important;
    align-content: end !important;
    justify-items: stretch !important;
    gap: 0 !important;
    padding-top: 92px !important;
    padding-bottom: 22px !important;
  }

  .hero-copy {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    align-self: end !important;
    padding: 0 !important;
  }

  .hero-kicker {
    display: inline-flex !important;
    margin-bottom: 14px !important;
    font-size: .74rem !important;
    letter-spacing: .16em !important;
    color: rgba(255,250,244,.92) !important;
  }

  .hero-copy h1 {
    width: 100% !important;
    max-width: 12ch !important;
    margin: 0 !important;
    font-size: clamp(1.78rem, 7.3vw, 2.38rem) !important;
    line-height: .96 !important;
    letter-spacing: -0.045em !important;
  }

  .hero-title-mobile {
    display: block !important;
    width: 100% !important;
  }

  .hero-title-mobile span {
    display: block !important;
    white-space: nowrap !important;
  }

  .hero-copy p {
    margin-top: 14px !important;
    max-width: 26ch !important;
    font-size: .88rem !important;
    line-height: 1.42 !important;
    color: rgba(255,250,244,.88) !important;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin-top: 18px !important;
  }

  .hero-actions .btn {
    width: 100% !important;
    min-height: 48px !important;
    padding-inline: 18px !important;
    font-size: .95rem !important;
  }

  .hero-actions .btn:nth-child(3) {
    display: none !important;
  }

  .hero-features {
    display: none !important;
  }

  .floating-whatsapp {
    display: none !important;
  }
}

@media (max-width: 420px) {
  .hero-content {
    padding-top: 90px !important;
    padding-bottom: 18px !important;
  }

  .hero-copy h1 {
    font-size: clamp(1.64rem, 7vw, 2.12rem) !important;
    max-width: 12.2ch !important;
  }

  .hero-kicker {
    font-size: .7rem !important;
    margin-bottom: 12px !important;
  }

  .hero-copy p {
    font-size: .84rem !important;
    max-width: 27ch !important;
  }

  .hero-actions .btn {
    min-height: 46px !important;
    font-size: .92rem !important;
  }
}

@media (max-width: 360px) {
  .header-shell {
    width: calc(100% - 12px) !important;
  }

  .brand img {
    width: 78px !important;
  }

  .hero-content {
    padding-top: 86px !important;
    padding-bottom: 16px !important;
  }

  .hero-copy h1 {
    font-size: clamp(1.5rem, 6.8vw, 1.92rem) !important;
    max-width: 12.6ch !important;
  }

  .hero-copy p {
    font-size: .79rem !important;
    line-height: 1.38 !important;
    max-width: 28ch !important;
  }

  .hero-actions .btn {
    min-height: 44px !important;
    font-size: .88rem !important;
  }
}



/* v32 — headline mobile maior + WhatsApp flutuante como ícone */
.floating-whatsapp {
  width: 58px !important;
  min-width: 58px !important;
  height: 58px !important;
  min-height: 58px !important;
  padding: 0 !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0 !important;
  line-height: 1 !important;
}

.floating-whatsapp .wa-text {
  display: none !important;
}

.floating-whatsapp .wa-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.45rem;
  font-weight: 800;
  color: #fff;
  transform: translateY(-1px);
}

/* Sobrescreve a regra anterior que escondia o WhatsApp no mobile */
@media (max-width: 640px) {
  .hero-copy h1 {
    font-size: clamp(2.08rem, 8.55vw, 2.86rem) !important;
    line-height: .94 !important;
    max-width: 12.2ch !important;
  }

  .hero-copy p {
    margin-top: 13px !important;
    font-size: .88rem !important;
    line-height: 1.38 !important;
    max-width: 27ch !important;
  }

  .hero-actions {
    margin-top: 16px !important;
  }

  .hero-actions .btn {
    min-height: 45px !important;
  }

  .floating-whatsapp {
    display: inline-flex !important;
    left: auto !important;
    right: 14px !important;
    bottom: max(14px, env(safe-area-inset-bottom)) !important;
    width: 52px !important;
    min-width: 52px !important;
    height: 52px !important;
    min-height: 52px !important;
    padding: 0 !important;
    border-radius: 999px !important;
    font-size: 0 !important;
  }

  .floating-whatsapp .wa-icon {
    font-size: 1.32rem;
  }
}

@media (max-width: 420px) {
  .hero-copy h1 {
    font-size: clamp(1.98rem, 8.18vw, 2.52rem) !important;
    max-width: 12.1ch !important;
  }

  .hero-copy p {
    font-size: .83rem !important;
    max-width: 28ch !important;
  }

  .hero-actions .btn {
    min-height: 44px !important;
  }

  .floating-whatsapp {
    right: 12px !important;
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
    width: 50px !important;
    min-width: 50px !important;
    height: 50px !important;
    min-height: 50px !important;
  }
}

@media (max-width: 360px) {
  .hero-copy h1 {
    font-size: clamp(1.82rem, 7.72vw, 2.18rem) !important;
    max-width: 12.3ch !important;
  }

  .hero-copy p {
    font-size: .78rem !important;
  }

  .hero-actions .btn {
    min-height: 42px !important;
  }

  .floating-whatsapp {
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
  }
}


/* v33 — hero mobile: headline maior + grupo de texto mais alto */
@media (max-width: 640px) {
  .hero-content {
    padding-top: 88px !important;
    padding-bottom: 72px !important;
    align-items: end !important;
    align-content: end !important;
  }

  .hero-copy {
    transform: translateY(-22px) !important;
  }

  .hero-kicker {
    margin-bottom: 12px !important;
    font-size: .76rem !important;
    letter-spacing: .17em !important;
  }

  .hero-copy h1 {
    font-size: clamp(2.36rem, 9.9vw, 3.18rem) !important;
    line-height: .92 !important;
    max-width: 12.6ch !important;
    letter-spacing: -0.05em !important;
  }

  .hero-title-mobile {
    gap: 2px !important;
  }

  .hero-copy p {
    margin-top: 12px !important;
    font-size: .92rem !important;
    line-height: 1.36 !important;
    max-width: 29ch !important;
  }

  .hero-actions {
    margin-top: 15px !important;
    gap: 9px !important;
  }

  .hero-actions .btn {
    min-height: 46px !important;
    font-size: .96rem !important;
  }
}

@media (max-width: 420px) {
  .hero-content {
    padding-bottom: 64px !important;
  }

  .hero-copy {
    transform: translateY(-18px) !important;
  }

  .hero-copy h1 {
    font-size: clamp(2.16rem, 9.2vw, 2.78rem) !important;
    max-width: 12.8ch !important;
  }

  .hero-copy p {
    font-size: .87rem !important;
    max-width: 29ch !important;
  }

  .hero-actions .btn {
    min-height: 45px !important;
    font-size: .93rem !important;
  }
}

@media (max-width: 360px) {
  .hero-content {
    padding-bottom: 56px !important;
  }

  .hero-copy {
    transform: translateY(-14px) !important;
  }

  .hero-copy h1 {
    font-size: clamp(1.98rem, 8.55vw, 2.38rem) !important;
    max-width: 13ch !important;
  }

  .hero-copy p {
    font-size: .81rem !important;
    line-height: 1.34 !important;
  }

  .hero-actions .btn {
    min-height: 43px !important;
    font-size: .89rem !important;
  }
}


/* cPanel final — hero com 1 vídeo horizontal + seção 2 com 4 vídeos verticais */
.hero-wall-single {
  display: block;
}
.hero-single-video {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.hero-single-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 6, 6, 0.54) 0%, rgba(9, 6, 6, 0.30) 36%, rgba(9, 6, 6, 0.18) 62%, rgba(9, 6, 6, 0.26) 100%),
    linear-gradient(180deg, rgba(8, 6, 6, 0.08) 0%, rgba(8, 6, 6, 0.14) 42%, rgba(8, 6, 6, 0.42) 100%);
}
.hero-single-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(6,4,3,.70) 0%, rgba(6,4,3,.40) 34%, rgba(6,4,3,.14) 60%, rgba(6,4,3,.28) 100%),
    linear-gradient(180deg, rgba(6,4,3,.05) 0%, rgba(6,4,3,.12) 48%, rgba(6,4,3,.56) 100%) !important;
}

.moments-section {
  position: relative;
  background: radial-gradient(circle at 20% 20%, rgba(175, 119, 67, 0.18), transparent 30%),
              linear-gradient(180deg, #120d0d 0%, #181111 100%);
  color: #f4ede8;
  padding: clamp(88px, 10vw, 128px) 0;
}
.moments-shell {
  display: grid;
  gap: clamp(32px, 5vw, 44px);
}
.moments-intro {
  max-width: 760px;
}
.moments-intro h2 {
  margin: 10px 0 16px;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}
.moments-intro p {
  margin: 0;
  max-width: 720px;
  color: rgba(244, 237, 232, 0.80);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.65;
}
.moments-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 24px);
  align-items: stretch;
}
.moment-card {
  display: grid;
  grid-template-rows: auto 1fr;
  border-radius: 30px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
  min-height: 100%;
}
.moment-card-media {
  position: relative;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background: #0a0909;
}
.moment-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 7, 7, 0.08) 0%, rgba(9, 7, 7, 0.20) 100%);
  pointer-events: none;
}
.moment-card-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.moment-card-copy {
  padding: 20px 20px 22px;
}
.moment-card-copy .section-kicker {
  display: inline-block;
  margin-bottom: 12px;
}
.moment-card-copy h3 {
  margin: 0 0 12px;
  font-size: clamp(24px, 2.2vw, 30px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}
.moment-card-copy p {
  margin: 0;
  color: rgba(244, 237, 232, 0.76);
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 1200px) {
  .moments-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(6,4,3,.10) 0%, rgba(6,4,3,.22) 42%, rgba(6,4,3,.66) 100%),
      linear-gradient(90deg, rgba(6,4,3,.58) 0%, rgba(6,4,3,.34) 50%, rgba(6,4,3,.58) 100%) !important;
  }
}

@media (max-width: 767px) {
  .hero-single-video::after {
    background:
      linear-gradient(180deg, rgba(6,4,3,.14) 0%, rgba(6,4,3,.22) 34%, rgba(6,4,3,.64) 100%),
      linear-gradient(90deg, rgba(6,4,3,.34) 0%, rgba(6,4,3,.16) 24%, rgba(6,4,3,.16) 76%, rgba(6,4,3,.34) 100%) !important;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(6,4,3,.10) 0%, rgba(6,4,3,.16) 22%, rgba(6,4,3,.36) 50%, rgba(6,4,3,.72) 100%),
      linear-gradient(90deg, rgba(6,4,3,.44) 0%, rgba(6,4,3,.22) 24%, rgba(6,4,3,.22) 76%, rgba(6,4,3,.44) 100%) !important;
  }

  .moments-section {
    padding: 72px 0;
  }
  .moments-intro h2 {
    font-size: clamp(34px, 9vw, 46px);
  }
  .moments-intro p {
    font-size: 16px;
    line-height: 1.55;
  }
  .moments-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .moment-card {
    grid-template-columns: minmax(118px, 148px) 1fr;
    grid-template-rows: 1fr;
    min-height: 0;
  }
  .moment-card-media {
    aspect-ratio: auto;
    height: 100%;
    min-height: 260px;
  }
  .moment-card-copy {
    padding: 18px 18px 18px 16px;
  }
  .moment-card-copy h3 {
    font-size: 24px;
  }
}
