:root {
  --navy: #071b2b;
  --navy-2: #0c2940;
  --navy-3: #123950;
  --gold: #d7ad59;
  --gold-light: #f0d591;
  --cream: #f7f3eb;
  --white: #fff;
  --ink: #15232d;
  --muted: #64717a;
  --line: #ded9cf;
  --green: #25d366;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 25px 60px rgba(7, 27, 43, .15);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; overflow-x: hidden; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); line-height: 1.65; overflow-x: hidden; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 120px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 2000; transform: translateY(-150%); padding: 10px 16px; background: var(--gold); color: var(--navy); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(28px, calc((100vw - 1320px) / 2)); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.12); transition: background .35s, color .35s, height .35s, box-shadow .35s, border-color .35s; }
.site-header.scrolled { height: 72px; color: var(--navy); background: rgba(255,255,255,.97); border-color: rgba(7,27,43,.1); backdrop-filter: blur(16px); box-shadow: 0 8px 30px rgba(7,27,43,.12); }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-logo { position: relative; }
.brand-logo img { width: 245px; height: 72px; object-fit: contain; object-position: left center; }
.brand-logo .logo-dark { position: absolute; inset: 0 auto 0 0; opacity: 0; transition: opacity .25s; }
.site-header.scrolled .logo-light { opacity: 0; }
.site-header.scrolled .logo-dark { opacity: 1; }
.brand-mark { display: grid; place-items: center; width: 43px; height: 43px; color: var(--gold); border: 1px solid rgba(215,173,89,.65); border-radius: 50%; }
.brand-mark svg { width: 31px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.brand strong { display: block; font: 700 22px/1 var(--serif); letter-spacing: .03em; }
.brand small { display: block; margin-top: 4px; color: var(--gold-light); font-size: 8px; font-weight: 700; letter-spacing: .32em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 600; }
.main-nav > a:not(.nav-reserve) { position: relative; }
.main-nav > a:not(.nav-reserve)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right .25s; }
.main-nav > a:hover::after { right: 0; }
.nav-reserve { padding: 10px 18px; color: var(--navy); background: var(--gold); border: 1px solid var(--gold); transition: .25s; }
.nav-reserve:hover { color: var(--white); background: transparent; }
.site-header.scrolled .nav-reserve:hover { color: var(--navy); border-color: var(--navy); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 11px; background: transparent; border: 0; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--white); transition: .25s; }
.site-header.scrolled .nav-toggle > span:not(.sr-only) { background: var(--navy); }

.hero { position: relative; min-height: 820px; height: 100svh; display: flex; align-items: center; color: var(--white); background: var(--navy); overflow: hidden; }
.hero-bg, .hero-overlay { position: absolute; inset: 0; }
.hero-bg { background: url("assets/hero-seafood.webp") 62% center / cover no-repeat; transform: scale(1.02); animation: heroZoom 14s ease-out both; }
.hero-overlay { background: linear-gradient(90deg, rgba(3,17,28,.95) 0%, rgba(3,17,28,.77) 37%, rgba(3,17,28,.22) 68%, rgba(3,17,28,.12)), linear-gradient(0deg, rgba(3,17,28,.6), transparent 45%); }
@keyframes heroZoom { from { transform: scale(1.1); } to { transform: scale(1.02); } }
.hero-content { position: relative; z-index: 1; padding-top: 70px; }
.eyebrow { margin: 0 0 18px; color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 38px; height: 1px; margin: 0 12px 3px 0; background: currentColor; }
.eyebrow.dark { color: #a77c30; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 600; line-height: 1.06; }
h1 { max-width: 850px; font-size: clamp(55px, 6.1vw, 94px); letter-spacing: -.035em; }
h1 em, h2 em { color: var(--gold-light); font-weight: 600; }
.hero-copy { max-width: 600px; margin: 27px 0 33px; color: rgba(255,255,255,.8); font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 23px; border: 1px solid transparent; font-size: 12px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; transition: transform .25s, background .25s, color .25s, border-color .25s; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--navy); background: var(--gold); border-color: var(--gold); }
.button-gold:hover { background: var(--gold-light); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.04); backdrop-filter: blur(5px); }
.button-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.1); }
.button-ghost svg, .floating-actions svg { width: 18px; fill: currentColor; }
.button-navy { color: var(--white); background: var(--navy); }
.hero-trust { display: flex; gap: 55px; margin-top: 55px; }
.hero-trust div { display: grid; grid-template-columns: auto auto; align-items: center; gap: 0 10px; }
.hero-trust strong { grid-row: span 2; color: var(--gold-light); font: 600 31px/1 var(--serif); }
.hero-trust span { max-width: 72px; color: rgba(255,255,255,.65); font-size: 10px; letter-spacing: .08em; line-height: 1.25; text-transform: uppercase; }
.scroll-cue { position: absolute; z-index: 2; left: 50%; bottom: 32px; display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(255,255,255,.55); font-size: 8px; letter-spacing: .25em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue span { width: 1px; height: 32px; background: linear-gradient(var(--gold), transparent); animation: scrollPulse 1.8s infinite; }
@keyframes scrollPulse { 0%, 100% { transform: scaleY(.5); transform-origin: top; } 50% { transform: scaleY(1); } }

.benefits { position: relative; z-index: 3; color: var(--navy); background: var(--gold); }
.benefits-row { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.benefits-row div { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; letter-spacing: .035em; }
.benefits-row span { font-size: 12px; }

.about { position: relative; background: var(--cream); }
.about::after { content: "EL DORADO"; position: absolute; right: -25px; bottom: -45px; color: rgba(7,27,43,.035); font: 700 160px/1 var(--serif); white-space: nowrap; pointer-events: none; }
.about-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: center; }
.about-visual { position: relative; padding: 0 30px 30px 0; }
.about-visual::before { content: ""; position: absolute; right: 0; bottom: 0; width: 70%; height: 80%; border: 1px solid var(--gold); }
.about-visual img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4/3; object-fit: cover; box-shadow: var(--shadow); }
.about-seal { position: absolute; z-index: 2; right: -15px; bottom: 55px; width: 118px; height: 118px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--navy); background: var(--gold); border-radius: 50%; box-shadow: 0 12px 30px rgba(0,0,0,.15); }
.about-seal::before { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(7,27,43,.3); border-radius: inherit; }
.about-seal strong, .about-seal small { font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }
.about-seal span { font: 700 31px/1.1 var(--serif); }
h2 { color: var(--navy); font-size: clamp(42px, 4.6vw, 67px); letter-spacing: -.025em; }
h2 em { color: #b38738; }
.gold-line { width: 52px; height: 2px; margin: 27px 0; background: var(--gold); }
.about-copy p:not(.eyebrow) { color: var(--muted); font-size: 14px; }
.about-copy .lead { color: var(--ink) !important; font: 600 18px/1.65 var(--serif); }
.text-link { display: inline-flex; align-items: center; gap: 15px; margin-top: 15px; padding-bottom: 3px; color: #9a7027; border-bottom: 1px solid var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.text-link span { font-size: 19px; transition: transform .25s; }
.text-link:hover span { transform: translateX(5px); }

.favorites { color: var(--white); background: var(--navy); }
.section-heading { max-width: 680px; margin-bottom: 55px; }
.section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading.centered .eyebrow::after { content: ""; display: inline-block; width: 38px; height: 1px; margin: 0 0 3px 12px; background: currentColor; }
.section-heading h2, .favorites h2 { color: var(--white); }
.section-heading > p:last-child { color: rgba(255,255,255,.6); font-size: 14px; }
.dish-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.dish-card { background: #0c2639; border: 1px solid rgba(255,255,255,.08); transition: transform .3s, border-color .3s, box-shadow .3s; }
.dish-card:hover { transform: translateY(-7px); border-color: rgba(215,173,89,.45); box-shadow: 0 20px 50px rgba(0,0,0,.2); }
.dish-photo, .menu-thumb { background-image: url("assets/specialties-grid.webp"); background-repeat: no-repeat; }
.dish-photo { position: relative; aspect-ratio: 1.42; background-size: 300% 200%; overflow: hidden; }
.dish-photo::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(7,27,43,.5)); }
.dish-1 { background-position: 0% 0%; }
.dish-2 { background-position: 50% 0%; }
.dish-3 { background-position: 100% 0%; }
.dish-4 { background-position: 0% 100%; }
.dish-5 { background-position: 50% 100%; }
.dish-6 { background-position: 100% 100%; }
.dish-photo.dish-vuelve-vida { background-image: url("assets/vuelve-a-la-vida-favorito.webp"); background-size: cover; background-position: center; }
.dish-photo.dish-arrachera { background-image: url("assets/arrachera-favorito.webp"); background-size: cover; background-position: center; }
.dish-photo.dish-mojarra { background-image: url("assets/mojarra-favorito.webp"); background-size: cover; background-position: center; }
.dish-photo.dish-pulpo-parrilla { background-image: url("assets/pulpo-parrilla-favorito.webp"); background-size: cover; background-position: center; }
.dish-photo.dish-camarones-coco { background-image: url("assets/camarones-coco-favorito.webp"); background-size: cover; background-position: center; }
.dish-number { position: absolute; z-index: 2; right: 13px; bottom: 4px; color: rgba(255,255,255,.7); font: italic 600 35px var(--serif); }
.dish-info { padding: 24px 24px 27px; }
.dish-info h3 { margin: 0; font: 600 21px var(--serif); }
.dish-info p { min-height: 47px; margin: 10px 0 16px; color: rgba(255,255,255,.56); font-size: 12px; line-height: 1.7; }
.dish-info strong { display: block; margin: -8px 0 12px; color: var(--gold-light); font: 600 18px var(--serif); }
.dish-info a { display: inline-block; color: var(--gold-light); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.menu-section { background: #fff; }
.menu-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 60px; margin-bottom: 42px; }
.menu-heading > p { color: var(--muted); font-size: 14px; }
.menu-tabs { display: flex; gap: 8px; padding-bottom: 22px; overflow-x: auto; scrollbar-width: thin; }
.menu-tabs button { flex: 0 0 auto; padding: 9px 16px; color: var(--muted); background: transparent; border: 1px solid var(--line); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: .2s; }
.menu-tabs button:hover, .menu-tabs button.active { color: var(--white); background: var(--navy); border-color: var(--navy); }
.menu-tabs .breakfast-tab { color: #8c611d; border-color: var(--gold); background: #fffaf0; }
.menu-tabs .breakfast-tab:hover, .menu-tabs .breakfast-tab.active { color: var(--navy); background: var(--gold); border-color: var(--gold); }
.breakfast-notice, .food-notice { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; margin: 4px 0 24px; padding: 20px 24px; color: var(--navy); background: #f5e5bd; border-left: 4px solid var(--gold); }
.food-notice { color: var(--white); background: var(--navy); border-left-color: var(--gold); }
.breakfast-notice.hidden, .food-notice.hidden { display: none; }
.breakfast-notice > div, .food-notice > div { display: flex; align-items: center; gap: 14px; }
.breakfast-notice > div > span, .food-notice > div > span { font-size: 25px; color: var(--gold); }
.breakfast-notice p, .food-notice p { margin: 0; font-size: 11px; line-height: 1.5; }
.breakfast-notice p strong, .food-notice p strong { display: block; font: 600 20px var(--serif); }
.breakfast-notice small, .food-notice small { max-width: 360px; color: #765e35; font-size: 10px; line-height: 1.5; text-align: right; }
.food-notice small { color: rgba(255,255,255,.6); }
.menu-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 56px; }
.menu-item { display: grid; grid-template-columns: 76px 1fr auto; gap: 17px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); transition: opacity .25s, transform .25s; }
.menu-item.hidden { display: none; }
.menu-thumb { width: 76px; height: 76px; background-size: 300% 200%; border-radius: 50%; box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px var(--line); }
.menu-thumb.drinks { background-image: url("assets/hero-seafood.webp"); background-size: 220%; background-position: 71% 35%; }
.menu-thumb.dessert { background: radial-gradient(circle at 40% 35%, #f7df9c 0 18%, #f0b84e 19% 29%, #b76e24 30% 43%, #172b3c 44% 100%); }
.menu-item h3 { margin: 1px 0 4px; font: 600 18px var(--serif); }
.menu-item p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.menu-item span { color: #aa7a28; font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.menu-item > strong { color: #9b7029; font: 600 19px var(--serif); }
.menu-item.breakfast-item, .menu-item.food-item { grid-template-columns: 1fr auto; background: linear-gradient(90deg, rgba(247,243,235,.65), transparent); }
.menu-item.breakfast-item h3, .menu-item.food-item h3 { font-size: 17px; }
.menu-cta { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 50px; padding: 27px 32px; color: var(--white); background: var(--navy); }
.menu-cta p { margin: 0; color: rgba(255,255,255,.65); font-size: 12px; }
.menu-cta p strong { color: var(--white); font: 600 20px var(--serif); }
.price-note { margin: 12px 0 0; color: #8c959a; font-size: 9px; text-align: center; }

.experience { position: relative; min-height: 560px; display: flex; align-items: center; justify-content: center; overflow: hidden; text-align: center; }
.experience-bg { position: absolute; inset: 0; background: linear-gradient(rgba(7,27,43,.78), rgba(7,27,43,.87)), url("assets/hero-seafood.webp") center 57% / cover fixed; }
.experience-content { position: relative; color: var(--white); }
.experience h2 { color: var(--white); }
.experience p:not(.eyebrow) { margin: 20px auto 28px; color: rgba(255,255,255,.7); }

.contact { background: var(--cream); }
.contact .section-heading h2 { color: var(--navy); }
.contact .section-heading > p:last-child { color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; min-height: 470px; box-shadow: var(--shadow); }
.contact-card { padding: 43px; color: var(--white); background: var(--navy); }
.contact-card h3 { margin: 0 0 30px; color: var(--gold-light); font: 600 24px var(--serif); }
.contact-detail { display: grid; grid-template-columns: 25px 1fr; gap: 13px; margin: 20px 0; }
.contact-detail > span { color: var(--gold); font-size: 18px; }
.contact-detail small { color: var(--gold-light); font-size: 8px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.contact-detail p { margin: 2px 0 0; color: rgba(255,255,255,.72); font-size: 12px; }
.contact-detail a:hover { color: var(--gold-light); }
.contact-actions { display: flex; gap: 10px; margin-top: 30px; }
.contact-actions a { padding: 10px 14px; border: 1px solid rgba(215,173,89,.55); color: var(--gold-light); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 470px; display: block; border: 0; filter: saturate(.55) sepia(.15); }
.message-panel { display: grid; grid-template-columns: .7fr 1.3fr; gap: 65px; margin-top: 40px; padding: 50px; background: var(--white); box-shadow: 0 15px 40px rgba(7,27,43,.08); }
.message-panel h3 { margin: 0 0 10px; font: 600 31px var(--serif); }
.message-panel > div > p:last-child { color: var(--muted); font-size: 13px; }
.message-panel form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.message-panel label span { display: block; margin-bottom: 5px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.message-panel input, .message-panel textarea { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid var(--line); outline: 0; background: transparent; font-size: 13px; transition: border .2s; resize: vertical; }
.message-panel input:focus, .message-panel textarea:focus { border-color: var(--gold); }
.message-panel .full { grid-column: 1 / -1; }
.honeypot { position: absolute; left: -10000px; }

footer { padding: 70px 0 25px; color: rgba(255,255,255,.6); background: #04131f; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .75fr 1fr 1fr; gap: 60px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-brand .brand { color: var(--white); }
.footer-brand .brand-logo img { width: 280px; height: auto; }
.footer-grid h4 { margin: 0 0 13px; color: var(--gold-light); font: 600 15px var(--serif); }
.footer-grid p, .footer-grid a { margin: 0; font-size: 11px; line-height: 1.9; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-brand > p { margin-top: 20px; }
.socials { display: flex; gap: 8px; margin-top: 7px; }
.socials a { width: 32px; height: 32px; display: grid; place-items: center; color: var(--white); border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); font-size: 8px; letter-spacing: .04em; }

.floating-actions { position: fixed; z-index: 900; right: 20px; bottom: 20px; display: flex; flex-direction: column; gap: 9px; }
.floating-actions a { min-width: 51px; height: 51px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 0 15px; color: var(--white); border-radius: 26px; box-shadow: 0 8px 25px rgba(0,0,0,.24); font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; transition: transform .25s; }
.floating-actions a:hover { transform: translateY(-3px); }
.float-call { background: var(--navy-3); }
.float-whatsapp { background: var(--green); }
.toast { position: fixed; z-index: 2000; left: 50%; bottom: 25px; padding: 12px 20px; color: var(--white); background: var(--navy); box-shadow: var(--shadow); font-size: 12px; transform: translate(-50%, 150%); transition: transform .3s; }
.toast.show { transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.dish-card:nth-child(2), .dish-card:nth-child(5) { transition-delay: .08s; }
.dish-card:nth-child(3), .dish-card:nth-child(6) { transition-delay: .16s; }

@media (max-width: 980px) {
  .site-header { height: 72px; padding: 0 20px; }
  .site-header .brand-logo img { width: 215px; height: 64px; }
  .nav-toggle { display: block; }
  .main-nav { position: fixed; inset: 0; z-index: -1; flex-direction: column; justify-content: center; gap: 25px; background: var(--navy); font: 600 24px var(--serif); opacity: 0; visibility: hidden; transition: .3s; }
  .main-nav.open { opacity: 1; visibility: visible; }
  body.nav-open .site-header { color: var(--white); background: var(--navy); border-color: rgba(255,255,255,.12); }
  body.nav-open .site-header .logo-light { opacity: 1; }
  body.nav-open .site-header .logo-dark { opacity: 0; }
  body.nav-open .site-header .nav-toggle > span:not(.sr-only) { background: var(--white); }
  .main-nav .nav-reserve { margin-top: 10px; font: 700 11px var(--sans); }
  .nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .about-grid { gap: 50px; }
  .dish-grid { grid-template-columns: repeat(2, 1fr); }
  .menu-list { column-gap: 30px; }
  .contact-grid { grid-template-columns: 1fr 1.3fr; }
  .message-panel { gap: 35px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 30px, 620px); }
  .section { padding: 82px 0; }
  .hero { min-height: 760px; height: 100svh; align-items: flex-end; padding-bottom: 80px; }
  .hero-bg { background-position: 58% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(3,17,28,.98) 5%, rgba(3,17,28,.77) 65%, rgba(3,17,28,.28)); }
  .hero-content { padding-top: 100px; }
  h1 { font-size: clamp(43px, 12vw, 62px); }
  .hero-copy { font-size: 14px; line-height: 1.65; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-trust { justify-content: space-between; gap: 10px; margin-top: 35px; }
  .hero-trust strong { font-size: 23px; }
  .hero-trust span { font-size: 8px; }
  .scroll-cue { display: none; }
  .benefits-row { min-height: 58px; justify-content: flex-start; overflow: hidden; }
  .benefits-row div { flex: 0 0 auto; animation: benefitsMove 12s linear infinite; }
  @keyframes benefitsMove { to { transform: translateX(-480px); } }
  .about-grid, .menu-heading, .contact-grid, .message-panel { grid-template-columns: 1fr; }
  .about-grid { gap: 55px; }
  .about-visual { padding-right: 18px; }
  .about-seal { right: -2px; width: 96px; height: 96px; }
  .about-copy h2 { font-size: 46px; }
  .dish-grid { grid-template-columns: 1fr; }
  .dish-info p { min-height: auto; }
  .menu-heading { gap: 15px; }
  .breakfast-notice, .food-notice { grid-template-columns: 1fr; gap: 10px; }
  .breakfast-notice small, .food-notice small { max-width: none; text-align: left; }
  .menu-list { grid-template-columns: 1fr; }
  .menu-item { grid-template-columns: 64px 1fr auto; gap: 12px; }
  .menu-thumb { width: 64px; height: 64px; }
  .menu-item h3 { font-size: 16px; }
  .menu-cta { align-items: stretch; flex-direction: column; padding: 24px; }
  .experience { min-height: 470px; }
  .experience-bg { background-attachment: scroll; }
  .contact-card { padding: 35px 27px; }
  .map-wrap iframe { min-height: 360px; }
  .message-panel { padding: 35px 25px; }
  .message-panel form { grid-template-columns: 1fr; }
  .message-panel .full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 30px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; }
  .floating-actions a { min-width: 48px; width: 48px; height: 48px; padding: 0; }
  .floating-actions span { display: none; }
}

@media (max-width: 420px) {
  .site-header .brand-logo img { width: 180px; height: 58px; }
  .hero-trust div { display: block; }
  .hero-trust strong, .hero-trust span { display: block; }
  .hero-trust span { margin-top: 6px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
