/* ═══════════════════════════════════════════════════════════════
   SUNSET ISLAND — Vero Beach, FL
   Design system: sunset coral/mango + açaí purple + coastal cream
   ═══════════════════════════════════════════════════════════════ */

:root {
  --coral: #FF5A3C;
  --coral-deep: #E8431F;
  --sunset: #FF8A3D;
  --mango: #FFC93C;
  --yellow: #FFD80E;
  --acai: #7B2D8B;
  --acai-deep: #571E63;
  --palm: #1E9E6E;
  --teal: #12A5B4;
  --cream: #FDF4E7;
  --sky: #E4F6FD;
  --ink: #38302E;
  --ink-soft: #6B615E;
  --white: #FFFFFF;
  --radius: 22px;
  --shadow: 0 14px 40px rgba(56, 30, 20, .12);
  --font-display: "Baloo 2", system-ui, sans-serif;
  --font-body: "Nunito", system-ui, sans-serif;
  --font-script: "Caveat", cursive;
  --header-h: 74px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 10px); }
body {
  font-family: var(--font-body);
  font-size: 1.06rem;
  line-height: 1.7;
  color: var(--ink);
  background: var(--white);
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--coral); text-decoration: none; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.section { position: relative; padding: 96px 0; }
.section--cream { background: var(--cream); }
.section--sky { background: var(--sky); }
.section--acai { background: linear-gradient(160deg, var(--acai) 0%, var(--acai-deep) 100%); }
.only-desktop { display: inline; }

/* ── Typography ───────────────────────────────────────────── */
h1, h2, h3 { font-family: var(--font-display); line-height: 1.12; }
.section__title {
  font-size: clamp(2rem, 4.4vw, 3.2rem);
  font-weight: 800;
  color: var(--ink);
  margin: 6px 0 40px;
  text-transform: uppercase;
  letter-spacing: .01em;
}
.section__title--light { color: var(--white); }
.eyebrow {
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--coral);
}
.eyebrow--light { color: var(--mango); }
.script { font-family: var(--font-script); font-size: 1.25em; text-transform: none; color: var(--coral); letter-spacing: 0; }
.muted { color: var(--ink-soft); font-size: .95em; }
.stars { color: var(--mango); letter-spacing: 2px; text-shadow: 0 1px 0 rgba(0,0,0,.08); }
.stars--inline { font-size: .6em; vertical-align: middle; }

/* ── Buttons ──────────────────────────────────────────────── */
.btn {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  border-radius: 999px;
  padding: 13px 30px;
  font-size: .95rem;
  border: 2.5px solid transparent;
  cursor: pointer;
  transition: transform .22s cubic-bezier(.34,1.56,.64,1), box-shadow .22s ease, background .2s ease, color .2s ease;
  will-change: transform;
}
.btn:hover { transform: translateY(-3px) scale(1.03); }
.btn:active { transform: translateY(0) scale(.98); }
.btn--coral { background: var(--coral); color: #fff; box-shadow: 0 8px 24px rgba(255,90,60,.35); }
.btn--coral:hover { background: var(--coral-deep); box-shadow: 0 12px 30px rgba(255,90,60,.45); }
.btn--yellow { background: var(--yellow); color: var(--acai-deep); box-shadow: 0 8px 24px rgba(0,0,0,.18); }
.btn--yellow:hover { background: var(--mango); }
.btn--acai { background: var(--acai); color: #fff; box-shadow: 0 8px 24px rgba(123,45,139,.3); }
.btn--acai:hover { background: var(--acai-deep); }
.btn--ghost { background: rgba(255,255,255,.14); color: #fff; border-color: #fff; backdrop-filter: blur(4px); }
.btn--ghost:hover { background: #fff; color: var(--coral); }
.btn--ghost-dark { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--lg { padding: 16px 38px; font-size: 1.05rem; }
.btn--sm { padding: 9px 22px; font-size: .85rem; }

.chip {
  display: inline-block;
  background: var(--white);
  border: 2px solid var(--cream);
  box-shadow: 0 4px 14px rgba(56,30,20,.08);
  border-radius: 999px;
  padding: 7px 16px;
  font-weight: 700;
  font-size: .92rem;
  margin: 4px 6px 4px 0;
}

/* ── Announcement bar ─────────────────────────────────────── */
.announce {
  background: var(--yellow);
  color: var(--acai-deep);
  text-align: center;
  font-weight: 800;
  font-size: .92rem;
  padding: 8px 16px;
  position: relative;
  z-index: 60;
}
.announce a { color: var(--acai-deep); text-decoration: underline; text-underline-offset: 3px; }

/* ── Header ───────────────────────────────────────────────── */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: box-shadow .3s ease;
}
.header.is-scrolled { box-shadow: 0 6px 26px rgba(56,30,20,.12); }
.header__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.logo { display: flex; align-items: center; gap: 11px; }
.logo__mark { width: 44px; height: 44px; transition: transform .4s cubic-bezier(.34,1.56,.64,1); }
.logo:hover .logo__mark { transform: rotate(14deg) scale(1.08); }
.logo__text {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.45rem;
  color: var(--ink);
  line-height: 1;
}
.logo__text em { font-style: normal; color: var(--coral); }
.nav { display: flex; gap: 30px; }
.nav a {
  font-weight: 800;
  font-size: .98rem;
  color: var(--ink);
  position: relative;
  padding: 4px 0;
}
.nav a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -2px;
  width: 100%; height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--coral), var(--mango));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .28s cubic-bezier(.65,0,.35,1);
}
.nav a:hover::after { transform: scaleX(1); }
.header__cta { display: flex; align-items: center; gap: 14px; }
.burger { display: none; background: none; border: 0; width: 42px; height: 42px; flex-direction: column; justify-content: center; align-items: center; gap: 5px; cursor: pointer; }
.burger span { display: block; width: 24px; height: 3px; border-radius: 3px; background: var(--ink); transition: transform .3s ease, opacity .3s ease; }
.burger.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.burger.is-open span:nth-child(2) { opacity: 0; }
.burger.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ── Hero ─────────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: calc(100svh - var(--header-h) - 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 90px 24px 130px;
}
.hero__bg { position: absolute; inset: 0; z-index: -3; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); animation: heroZoom 14s ease-out forwards; }
@keyframes heroZoom { to { transform: scale(1); } }
.hero__overlay {
  position: absolute; inset: 0; z-index: -2;
  background:
    linear-gradient(180deg, rgba(87,30,99,.55) 0%, rgba(232,67,31,.42) 55%, rgba(255,138,61,.5) 100%);
}
.hero__blob { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .5; z-index: -1; }
.hero__blob--1 { width: 420px; height: 420px; background: var(--mango); top: -120px; left: -120px; animation: float 9s ease-in-out infinite; }
.hero__blob--2 { width: 360px; height: 360px; background: var(--acai); bottom: -100px; right: -100px; animation: float 11s ease-in-out infinite reverse; }
@keyframes float { 0%,100% { transform: translate(0,0) } 50% { transform: translate(28px,-24px) } }
.hero__content { max-width: 880px; color: #fff; }
.hero__script {
  font-family: var(--font-script);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--mango);
  opacity: 0;
  animation: fadeUp .8s ease .15s forwards;
}
.hero__title {
  font-size: clamp(3rem, 9.5vw, 6.4rem);
  font-weight: 800;
  text-transform: uppercase;
  line-height: .98;
  margin: 10px 0 22px;
  text-shadow: 0 6px 30px rgba(60,20,50,.35);
}
.hero__title span { display: inline-block; opacity: 0; transform: translateY(40px) rotate(2deg); animation: heroWord .7s cubic-bezier(.22,1,.36,1) forwards; }
.hero__title span:nth-child(1) { animation-delay: .3s; }
.hero__title span:nth-child(2) { animation-delay: .45s; }
.hero__title span:nth-child(3) { animation-delay: .6s; color: var(--mango); }
@keyframes heroWord { to { opacity: 1; transform: translateY(0) rotate(0); } }
.hero__sub {
  font-size: clamp(1.02rem, 2vw, 1.25rem);
  font-weight: 600;
  max-width: 640px;
  margin: 0 auto 34px;
  opacity: 0;
  animation: fadeUp .8s ease .8s forwards;
}
.hero__actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; opacity: 0; animation: fadeUp .8s ease 1s forwards; }
.hero__rating {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 30px;
  color: #fff; font-weight: 700; font-size: .98rem;
  background: rgba(0,0,0,.25);
  border: 1.5px solid rgba(255,255,255,.35);
  padding: 8px 20px; border-radius: 999px;
  backdrop-filter: blur(6px);
  opacity: 0;
  animation: fadeUp .8s ease 1.15s forwards;
  transition: background .25s ease;
}
.hero__rating:hover { background: rgba(0,0,0,.45); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.hero__scroll { position: absolute; bottom: 84px; left: 50%; transform: translateX(-50%); width: 28px; height: 46px; border: 2.5px solid rgba(255,255,255,.75); border-radius: 16px; }
.hero__scroll span { position: absolute; top: 8px; left: 50%; width: 5px; height: 9px; margin-left: -2.5px; border-radius: 4px; background: #fff; animation: scrollDot 1.8s ease-in-out infinite; }
@keyframes scrollDot { 0% { transform: translateY(0); opacity: 1; } 70% { transform: translateY(16px); opacity: 0; } 100% { opacity: 0; } }

/* ── Rips (torn-paper section dividers) ───────────────────── */
.rip { position: absolute; left: 0; width: 100%; height: 54px; display: block; z-index: 2; }
.rip--cream { bottom: -1px; fill: var(--yellow); }
.rip--white { bottom: -1px; fill: var(--white); }
.rip--acai-top { top: -1px; transform: rotate(180deg); fill: var(--white); display: none; }
.rip--acai-bottom { bottom: -1px; fill: var(--white); }
.section--acai { padding-top: 120px; padding-bottom: 130px; }

/* ── Marquee ──────────────────────────────────────────────── */
.marquee {
  background: var(--yellow);
  overflow: hidden;
  padding: 16px 0;
  position: relative;
  z-index: 3;
}
.marquee__track { display: flex; white-space: nowrap; width: max-content; animation: marquee 26s linear infinite; }
.marquee__track span {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.35rem;
  text-transform: uppercase;
  color: var(--acai-deep);
  letter-spacing: .04em;
}
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── Horizontal scroll showcase ───────────────────────────── */
.hscroll { position: relative; height: 480vh; background: linear-gradient(160deg, var(--acai) 0%, var(--acai-deep) 90%); }
.hscroll__cam { position: sticky; top: 0; height: 100vh; overflow: hidden; }
.hscroll__frame { display: flex; height: 100%; width: 400vw; will-change: transform; }
.hslide {
  width: 100vw; height: 100%;
  display: flex; align-items: center; justify-content: center;
  gap: clamp(24px, 5vw, 80px);
  padding: 80px clamp(24px, 6vw, 90px) 60px;
}
.hslide__txt { max-width: 480px; color: #fff; }
.hslide__txt h2 {
  font-size: clamp(2.6rem, 6.5vw, 5rem);
  font-weight: 800;
  text-transform: uppercase;
  line-height: .95;
  margin: 10px 0 18px;
  color: #fff;
}
.hslide__desc { font-size: 1.08rem; margin-bottom: 26px; color: rgba(255,255,255,.88); }
.hslide__img { flex-shrink: 0; width: clamp(260px, 34vw, 460px); }
.hslide__img img {
  width: 100%; aspect-ratio: 1/1.1; object-fit: cover;
  border-radius: 34px;
  border: 6px solid rgba(255,255,255,.9);
  box-shadow: 0 30px 70px rgba(30,5,35,.45);
  transform: rotate(2.5deg);
  transition: transform .5s cubic-bezier(.34,1.56,.64,1);
}
.hslide:nth-child(even) .hslide__img img { transform: rotate(-2.5deg); }
.hslide__img:hover img { transform: rotate(0) scale(1.03); }
.hscroll__progress {
  position: absolute; bottom: 34px; left: 50%; transform: translateX(-50%);
  width: min(320px, 60vw); height: 6px;
  background: rgba(255,255,255,.25);
  border-radius: 6px; overflow: hidden;
}
.hscroll__progress span { display: block; height: 100%; width: 0; background: var(--mango); border-radius: 6px; transition: width .1s linear; }

/* ── Menu grid cards ──────────────────────────────────────── */
.menugrid { padding-bottom: 130px; }
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 10px;
}
.card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  color: var(--ink);
  padding-bottom: 22px;
  transition: transform .35s cubic-bezier(.34,1.56,.64,1), box-shadow .35s ease;
}
.card:hover { transform: translateY(-10px) rotate(-.6deg); box-shadow: 0 26px 60px rgba(56,30,20,.2); }
.card__img { overflow: hidden; aspect-ratio: 4/3; }
.card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.22,1,.36,1); }
.card:hover .card__img img { transform: scale(1.09) rotate(1deg); }
.card h3 { font-size: 1.35rem; font-weight: 800; margin: 16px 22px 4px; color: var(--acai-deep); }
.card p { margin: 0 22px; color: var(--ink-soft); font-size: .98rem; }

/* ── Story ────────────────────────────────────────────────── */
.story { overflow: hidden; }
.story__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 6vw, 80px); align-items: center; }
.story__imgs { position: relative; min-height: 560px; }
.polaroid {
  position: absolute;
  background: #fff;
  padding: 12px 12px 40px;
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(56,30,20,.22);
  transition: transform .45s cubic-bezier(.34,1.56,.64,1), z-index 0s;
}
.polaroid img { border-radius: 4px; aspect-ratio: 1/1; object-fit: cover; }
.polaroid figcaption { font-family: var(--font-script); font-size: 1.3rem; color: var(--ink-soft); text-align: center; margin-top: 8px; }
.polaroid--1 { width: 58%; top: 0; left: 0; transform: rotate(-5deg); z-index: 1; }
.polaroid--2 { width: 52%; top: 24%; right: 0; transform: rotate(4deg); z-index: 2; }
.polaroid--3 { width: 55%; bottom: 0; left: 8%; transform: rotate(-2deg); z-index: 3; }
.polaroid:hover { transform: rotate(0) scale(1.05); z-index: 10; }
.story__txt .section__title { margin-bottom: 22px; }
.story__txt p { margin-bottom: 16px; }
.story__stats {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 26px;
  margin: 30px 0 24px;
}
.story__stats li { text-align: center; }
.story__stats strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--coral);
  line-height: 1.1;
}
.story__stats span { font-size: .85rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-soft); }

/* ── Values ───────────────────────────────────────────────── */
.values__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.value {
  background: var(--white);
  border-radius: var(--radius);
  padding: 38px 30px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: transform .35s cubic-bezier(.34,1.56,.64,1);
}
.value:hover { transform: translateY(-8px); }
.value__icon { font-size: 2.6rem; display: inline-block; margin-bottom: 12px; transition: transform .4s cubic-bezier(.34,1.56,.64,1); }
.value:hover .value__icon { transform: scale(1.25) rotate(-8deg); }
.value h3 { font-size: 1.3rem; font-weight: 800; color: var(--acai-deep); margin-bottom: 8px; }
.value p { color: var(--ink-soft); font-size: .98rem; }

/* ── Gallery ──────────────────────────────────────────────── */
.gallery { text-align: center; }
.gallery__sub { color: var(--ink-soft); max-width: 480px; margin: -18px auto 44px; }
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  padding: 0 10px;
}
.gitem { overflow: hidden; border-radius: 14px; position: relative; aspect-ratio: 1/1; }
.gitem img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.22,1,.36,1), filter .4s ease; }
.gitem::after {
  content: "♥";
  position: absolute; inset: 0;
  display: grid; place-items: center;
  font-size: 2rem; color: #fff;
  background: linear-gradient(160deg, rgba(123,45,139,.55), rgba(255,90,60,.55));
  opacity: 0;
  transition: opacity .35s ease;
}
.gitem:hover::after { opacity: 1; }
.gitem:hover img { transform: scale(1.12) rotate(1.2deg); }
.gallery__cta { margin-top: 40px; }

/* ── Reviews ──────────────────────────────────────────────── */
.reviews { text-align: center; }
.reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 14px; }
.review {
  background: rgba(255,255,255,.08);
  border: 1.5px solid rgba(255,255,255,.18);
  border-radius: var(--radius);
  padding: 34px 28px;
  color: #fff;
  backdrop-filter: blur(4px);
  text-align: left;
  transition: transform .35s cubic-bezier(.34,1.56,.64,1), background .3s ease;
}
.review:hover { transform: translateY(-8px); background: rgba(255,255,255,.14); }
.review .stars { font-size: 1.1rem; margin-bottom: 12px; }
.review p { font-size: 1.05rem; font-weight: 600; margin-bottom: 16px; }
.review footer { font-size: .9rem; color: var(--mango); font-weight: 700; }
.reviews__more { margin-top: 36px; }
.reviews__more a { color: #fff; font-weight: 800; border-bottom: 2px solid var(--mango); padding-bottom: 2px; }

/* ── Visit ────────────────────────────────────────────────── */
.visit__grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 36px; align-items: stretch; }
.visit__info { display: flex; flex-direction: column; gap: 18px; }
.vcard {
  background: var(--cream);
  border-radius: var(--radius);
  padding: 24px 28px;
  transition: transform .3s ease;
}
.vcard:hover { transform: translateX(6px); }
.vcard h3 { font-size: 1.1rem; font-weight: 800; color: var(--acai-deep); margin-bottom: 6px; }
.vcard a { font-weight: 700; }
.visit__order { align-self: flex-start; margin-top: 6px; }
.visit__map { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); min-height: 420px; }
.visit__map iframe { width: 100%; height: 100%; min-height: 420px; border: 0; }

/* ── Footer ───────────────────────────────────────────────── */
.footer { background: var(--ink); color: rgba(255,255,255,.85); padding: 70px 0 0; }
.footer__grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 44px; padding-bottom: 50px; }
.footer__logo { font-family: var(--font-display); font-weight: 800; font-size: 1.8rem; color: #fff; }
.footer__logo em { font-style: normal; color: var(--mango); }
.footer__script { font-family: var(--font-script); font-size: 1.5rem; color: var(--mango); margin: 2px 0 16px; }
.footer__addr { font-size: .98rem; line-height: 1.8; }
.footer__addr a { color: #fff; font-weight: 700; }
.footer__nav { display: flex; flex-direction: column; gap: 10px; }
.footer__nav a { color: rgba(255,255,255,.85); font-weight: 700; width: fit-content; position: relative; }
.footer__nav a:hover { color: var(--mango); }
.footer__social a { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-weight: 800; font-size: 1.05rem; }
.footer__social a:hover { color: var(--mango); }
.footer__hours { margin-top: 14px; font-size: .92rem; color: rgba(255,255,255,.6); }
.footer__copy { text-align: center; padding: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .88rem; color: rgba(255,255,255,.55); }

/* ── Mobile sticky CTA bar ────────────────────────────────── */
.mobilebar {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 45;
  display: none;
  gap: 12px;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 -8px 30px rgba(56,30,20,.15);
  transform: translateY(110%);
  transition: transform .35s cubic-bezier(.22,1,.36,1);
}
.mobilebar.is-visible { transform: translateY(0); }
.mobilebar .btn { flex: 1; text-align: center; padding: 13px 10px; }

/* ── Scroll reveal ────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s cubic-bezier(.22,1,.36,1), transform .8s cubic-bezier(.22,1,.36,1); }
.reveal.is-in { opacity: 1; transform: translateY(0); }
.cards .reveal:nth-child(2), .values__grid .reveal:nth-child(2), .reviews__grid .reveal:nth-child(2) { transition-delay: .12s; }
.cards .reveal:nth-child(3), .values__grid .reveal:nth-child(3), .reviews__grid .reveal:nth-child(3) { transition-delay: .24s; }
.cards .reveal:nth-child(4) { transition-delay: .06s; }
.cards .reveal:nth-child(5) { transition-delay: .18s; }
.cards .reveal:nth-child(6) { transition-delay: .3s; }
.gallery__grid .reveal:nth-child(3n+2) { transition-delay: .1s; }
.gallery__grid .reveal:nth-child(3n+3) { transition-delay: .2s; }

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 1024px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
  .gallery__grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 860px) {
  .only-desktop { display: none; }
  .nav {
    position: fixed;
    top: 0; right: 0;
    height: 100dvh;
    width: min(320px, 84vw);
    background: var(--white);
    flex-direction: column;
    gap: 8px;
    padding: 110px 36px 40px;
    box-shadow: -20px 0 60px rgba(56,30,20,.18);
    transform: translateX(105%);
    transition: transform .4s cubic-bezier(.22,1,.36,1);
    z-index: 55;
  }
  .nav.is-open { transform: translateX(0); }
  .nav a { font-size: 1.3rem; font-family: var(--font-display); padding: 10px 0; }
  .burger { display: flex; z-index: 56; }
  .header__cta .btn { display: none; }

  .hero { padding-bottom: 150px; }
  .hero__actions .btn { width: 100%; max-width: 320px; }

  /* Horizontal showcase → native swipe carousel on mobile */
  .hscroll { height: auto; }
  .hscroll__cam { position: static; height: auto; overflow: visible; }
  .hscroll__frame {
    width: auto;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    transform: none !important;
    padding: 40px 0;
  }
  .hslide {
    width: 88vw;
    flex-shrink: 0;
    scroll-snap-align: center;
    flex-direction: column-reverse;
    text-align: center;
    gap: 22px;
    padding: 20px 24px 30px;
  }
  .hslide__img { width: min(70vw, 340px); }
  .hslide__txt { max-width: none; }
  .hscroll__progress { display: none; }

  .story__grid { grid-template-columns: 1fr; }
  .story__imgs { min-height: 420px; }
  .story__stats { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .values__grid, .reviews__grid { grid-template-columns: 1fr; }
  .visit__grid { grid-template-columns: 1fr; }
  .gallery__grid { grid-template-columns: repeat(3, 1fr); gap: 6px; }
  .footer__grid { grid-template-columns: 1fr; gap: 30px; }
  .footer { padding-bottom: 84px; }
  .mobilebar { display: flex; }
  .section { padding: 70px 0; }
}
@media (max-width: 480px) {
  .gallery__grid { grid-template-columns: repeat(2, 1fr); }
  .story__imgs { min-height: 360px; }
}

/* ── Reduced motion ───────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
  .hero__title span, .hero__script, .hero__sub, .hero__actions, .hero__rating { opacity: 1; transform: none; }
  .marquee__track { animation: none; }
}
