:root {
  --navy: #062d46;
  --navy-deep: #041f31;
  --navy-soft: #0d4867;
  --gold: #f5a900;
  --gold-light: #ffc64d;
  --orange: #ed7600;
  --coral: #f0563c;
  --cream: #f7f1ee;
  --white: #fff;
  --off-white: #f7f7f4;
  --ink: #182530;
  --muted: #65717a;
  --shadow: 0 18px 45px rgba(6, 45, 70, .13);
  --heading: "Poppins", Arial, sans-serif;
  --sans: "Montserrat", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: min(1200px, calc(100% - 72px)); margin-inline: auto; }
.section-padding { padding: 82px 0; }
.centered { text-align: center; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: -60px; left: 20px; padding: 12px 18px; color: var(--white); background: var(--navy); }
.skip-link:focus { top: 20px; }

.site-header { position: sticky; z-index: 40; top: 0; height: 84px; color: var(--white); background: var(--navy); transition: background .3s, height .3s, box-shadow .3s; }
.site-header.scrolled { height: 70px; background: var(--navy-deep); box-shadow: 0 7px 25px rgba(0, 0, 0, .18); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.brand { display: inline-flex; align-items: center; width: 180px; height: 60px; }
.logo { width: 100%; height: 100%; object-fit: contain; }
.primary-nav { display: flex; align-items: center; gap: 27px; font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.primary-nav a { position: relative; padding: 10px 0; text-decoration: none; }
.primary-nav a:not(.button)::after { position: absolute; right: 0; bottom: 3px; left: 0; height: 2px; content: ""; background: linear-gradient(90deg, var(--gold), var(--orange)); transform: scaleX(0); transition: transform .25s; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after, .primary-nav a.active::after { transform: scaleX(1); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 17px 32px; border: 1px solid transparent; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .1em; line-height: 1.25; text-align: center; text-decoration: none; text-transform: uppercase; transition: color .25s, background .25s, border-color .25s, transform .25s, box-shadow .25s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(6, 45, 70, .18); }
.button-gold, .button-navy, .button-coral { color: var(--navy-deep); background: linear-gradient(110deg, var(--coral), var(--orange)); }
.button-gold:hover, .button-gold:focus-visible,
.button-navy:hover, .button-navy:focus-visible,
.button-coral:hover, .button-coral:focus-visible { color: var(--white); background: linear-gradient(110deg, var(--orange), var(--coral)); box-shadow: 0 10px 24px rgba(240,86,60,.28); }
.button-outline { color: var(--coral); border-color: var(--coral); background: transparent; }
.button-outline:hover, .button-outline:focus-visible { color: var(--navy-deep); border-color: var(--coral); background: var(--coral); }
.button-outline-navy { color: var(--coral); border-color: var(--coral); background: transparent; }
.button-outline-navy:hover, .button-outline-navy:focus-visible { color: var(--navy-deep); border-color: var(--coral); background: var(--coral); }
.primary-nav a.button { padding: 17px 29px; }
.nav-order { min-width: 164px; }
.button-arrow { display: inline-grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; color: var(--white); background: var(--navy-deep); transition: transform .25s, background .25s; }
.button-arrow svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.button:hover .button-arrow, .button:focus-visible .button-arrow { transform: translate(2px, -2px); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 1px solid rgba(255,255,255,.45); color: var(--white); background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .25s, opacity .25s; }
.header-social { display: inline-flex; align-items: center; gap: 8px; margin-left: -10px; }
.header-social a { display: grid; width: 30px; height: 30px; padding: 0 !important; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: var(--white); }
.header-social a::after { display: none !important; }
.header-social a:hover, .header-social a:focus-visible { color: var(--white); background: var(--orange); border-color: var(--orange); }
.header-social svg { width: 15px; height: 15px; fill: currentColor; stroke: currentColor; stroke-width: 1.5; }
.header-social .icon-instagram, .social-links .icon-instagram,
.social-links .icon-location { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }

.hero { position: relative; height: clamp(390px, 52vw, 680px); overflow: hidden; }
.hero-slider, .hero-slider .swiper-wrapper, .hero-slider .swiper-slide { width: 100%; height: 100%; }
.hero-slider .swiper-slide { display: block; }
.hero-slider img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-pagination { z-index: 2; bottom: 22px !important; }
.hero-pagination .swiper-pagination-bullet { border: 1px solid rgba(255,255,255,.8); background: var(--white); }
.hero-pagination .swiper-pagination-bullet-active { background: var(--gold); }
.hero-arrow { top: 50%; width: 44px; height: 44px; transform: translateY(-50%); }
.hero-arrow:hover, .hero-arrow:focus-visible { transform: translateY(-50%) scale(1.08); }
.hero-prev { left: 18px; }
.hero-next { right: 18px; }
.hero-slider.swiper-fallback .hero-arrow { display: none; }
#menu, #food-truck, #contact { scroll-margin-top: 96px; }
.section-heading { margin-bottom: 30px; }
.section-heading h1, .section-heading h2 { margin: 0; color: var(--navy); font: 600 clamp(30px, 3vw, 44px)/1.15 var(--heading); letter-spacing: -.035em; }
.eyebrow { display: inline-flex; align-items: center; margin: 0 0 11px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; content: ""; background: var(--coral); }
.slider-shell { position: relative; margin-inline: 38px; padding: 14px 12px 38px; border: 1px solid rgba(240,86,60,.3); border-radius: 24px; background: var(--cream); box-shadow: 0 18px 42px rgba(6,45,70,.08); }
.swiper { position: relative; overflow: hidden; }
.menu-slider { padding-top: 4px; }
.swiper-wrapper { align-items: stretch; }
.swiper-slide { display: flex; height: auto; }
.menu-card { display: flex; width: 100%; height: 100%; flex-direction: column; overflow: hidden; padding: 0; border: 1px solid #e4eaed; border-radius: 18px; color: var(--ink); background: var(--white); box-shadow: 0 12px 26px rgba(6,45,70,.1); cursor: pointer; text-align: left; transition: transform .25s, border-color .25s, box-shadow .25s; }
.card-image { position: relative; display: block; flex: 0 0 auto; overflow: hidden; aspect-ratio: 1 / 1; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.menu-card:hover, .menu-card:focus-visible { border-color: var(--coral); transform: translateY(-5px); box-shadow: 0 19px 34px rgba(240,86,60,.2); }
.menu-card:hover img, .menu-card:focus-visible img { transform: scale(1.07); }
.card-copy { display: flex; height: 156px; flex: 0 0 156px; flex-direction: column; padding: 16px 14px 18px; text-align: center; }
.card-copy strong { display: flex; min-height: 47px; align-items: flex-start; justify-content: center; color: var(--navy); font: 600 18px/1.25 var(--heading); text-transform: uppercase; }
.card-copy span { display: block; margin-top: 7px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.slider-arrow { position: absolute; z-index: 2; top: calc(50% - 23px); display: grid; width: 40px; height: 40px; padding: 0; place-items: center; border: 0; border-radius: 50%; color: var(--white); background: var(--navy); cursor: pointer; transition: background .25s, transform .25s; }
.slider-arrow svg, .lightbox-nav svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.slider-arrow:hover, .slider-arrow:focus-visible { background: var(--orange); color: var(--white); transform: scale(1.08); }
.menu-prev { left: -48px; }
.menu-next { right: -48px; }
.slider-shell .swiper-pagination { right: 0; bottom: 0 !important; left: 0; width: 100%; text-align: center; }
.swiper-pagination-bullet { width: 9px; height: 9px; margin: 0 4px !important; opacity: .48; background: var(--navy); }
.menu-pagination .swiper-pagination-bullet { display: inline-block; padding: 0; border: 0; cursor: pointer; }
.swiper-pagination-bullet-active { opacity: 1; background: var(--gold); }
.menu-cta { margin-top: 18px; }
.book-icon { display: inline-flex; }
.book-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
/* Fallback si Swiper.js no carga: conserva un carrusel horizontal desplazable. */
.swiper-fallback { overflow-x: auto; padding-bottom: 20px; scrollbar-color: var(--gold) transparent; }
.swiper-fallback .swiper-wrapper { display: flex; width: max-content; }
.swiper-fallback .swiper-slide { flex: 0 0 min(280px, 82vw); }
.swiper-fallback .slider-arrow, .swiper-fallback .swiper-pagination { display: none; }
.hero-slider.swiper-fallback { overflow: hidden; }
.hero-slider.swiper-fallback .swiper-wrapper { display: block; width: 100%; }
.hero-slider.swiper-fallback .swiper-slide { display: none; width: 100%; flex: none; }
.hero-slider.swiper-fallback .swiper-slide:first-child { display: block; }

.parallax-section { position: relative; min-height: 460px; overflow: hidden; color: var(--white); background: var(--navy); }
.parallax-bg { position: absolute; inset: -8% 0; background: linear-gradient(rgba(6,45,70,.62), rgba(6,45,70,.56)), url("../images/parallax/mexican-flavor-bg.jpg") center/cover no-repeat; background-attachment: fixed; }
.parallax-content { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 80px; min-height: 460px; }
.eyebrow.light { color: var(--gold-light); }
.parallax-copy h2 { margin: 0; font: 600 clamp(31px, 4vw, 53px)/1.1 var(--heading); letter-spacing: -.04em; }
.parallax-copy h2 em { font-weight: 400; }
.parallax-copy h2 span { color: var(--gold); }
.parallax-actions { max-width: 400px; }
.parallax-actions p { margin: 0 0 22px; color: rgba(255,255,255,.84); font-size: 15px; line-height: 1.75; }
.button-row { display: flex; flex-wrap: wrap; gap: 10px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; color: var(--gold-light); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.text-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; transition: transform .2s; }
.text-link:hover svg, .text-link:focus-visible svg { transform: translateX(5px); }

.menu-section { background: var(--white); }
.catering-section { background: var(--off-white); }
.catering-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: stretch; gap: clamp(45px, 8vw, 110px); }
.image-hover { overflow: hidden; }
.image-hover img { transition: transform .55s; }
.image-hover:hover img, .image-hover:focus-visible img { transform: scale(1.05); }
.catering-image { align-self: stretch; height: 100%; min-height: 100%; }
.catering-image img { width: 100%; height: 100%; object-fit: cover; }
.catering-copy h2 { margin: 0 0 18px; color: var(--navy); font: 600 clamp(30px, 4vw, 46px)/1.1 var(--heading); letter-spacing: -.04em; }
.catering-copy > p:not(.eyebrow) { max-width: 480px; margin: 0 0 27px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.catering-copy small { display: block; margin-top: 17px; color: var(--muted); font-size: 12px; }

.gallery-section { background: var(--cream); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.gallery-card { position: relative; display: block; width: 100%; aspect-ratio: 3 / 2; padding: 0; border: 4px solid transparent; border-radius: 18px; background: var(--white); box-shadow: 0 14px 30px rgba(6,45,70,.1); cursor: pointer; transition: border-color .25s, box-shadow .25s, transform .25s; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.gallery-card:hover, .gallery-card:focus-visible { border-color: var(--coral); box-shadow: 0 20px 36px rgba(6,45,70,.18); transform: translateY(-4px); }
.gallery-card:hover img, .gallery-card:focus-visible img { transform: scale(1.06); }
.gallery-card:nth-child(2), .gallery-card:nth-child(5) { transition-delay: .05s; }
.gallery-card:nth-child(3), .gallery-card:nth-child(6) { transition-delay: .1s; }

.modal { position: fixed; z-index: 80; inset: 0; display: grid; padding: 24px; place-items: center; }
.modal[hidden] { display: none; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(2,19,30,.94); }
.modal-panel { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(250px, 1fr) minmax(250px, .9fr); width: min(860px, 100%); max-height: min(680px, calc(100vh - 48px)); overflow: auto; background: var(--white); box-shadow: 0 20px 80px rgba(0,0,0,.28); animation: modal-in .3s ease-out; }
@keyframes modal-in { from { transform: translateY(18px) scale(.98); } to { transform: none; } }
.modal-close { position: absolute; z-index: 2; top: 12px; right: 12px; display: grid; width: 35px; height: 35px; padding: 0; place-items: center; border: 1px solid rgba(6,45,70,.25); border-radius: 50%; color: var(--navy); background: var(--white); cursor: pointer; font-size: 25px; line-height: 1; }
.modal-close:hover, .modal-close:focus-visible { color: var(--white); background: var(--navy); }
.modal-image { width: 100%; height: 100%; min-height: 330px; object-fit: cover; }
.modal-content { align-self: center; padding: 42px; }
.modal-content h2, .lightbox-info h2 { margin: 0 0 14px; color: var(--navy); font: 600 34px/1.15 var(--heading); letter-spacing: -.025em; }
.modal-content p { margin: 0 0 17px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.dishes-list { margin-top: 26px; }
.dish-item { padding: 18px 0 3px; border-top: 1px solid #e5e8e9; }
.dish-item h3 { margin: 0 0 8px; color: var(--navy); font: 600 18px/1.3 var(--heading); }
.dish-item p { margin: 0; }
.lightbox-panel { display: block; width: min(780px, 100%); max-height: calc(100vh - 48px); overflow: auto; opacity: 1; background: var(--white); }
.lightbox-media { position: relative; display: grid; min-height: 0; padding: 20px 70px; place-items: center; opacity: 1; background: var(--navy-deep); }
.lightbox-image { display: block; width: auto; max-width: 100%; max-height: min(44vh, 400px); object-fit: contain; }
.lightbox-info { padding: 18px 30px 22px; color: var(--ink); opacity: 1; background: var(--white); }
.lightbox-info h2 { margin-bottom: 0; color: var(--navy); font-size: 26px; line-height: 1.2; }
.lightbox-info .eyebrow { display: block; margin-bottom: 5px; color: var(--gold); letter-spacing: .03em; text-transform: none; }
.lightbox-nav { position: absolute; z-index: 2; top: 50%; display: grid; width: 38px; height: 38px; padding: 0; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: var(--white); background: rgba(4,31,49,.55); cursor: pointer; transform: translateY(-50%); }
.lightbox-nav:hover, .lightbox-nav:focus-visible { color: var(--white); background: var(--orange); }
.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }

.cta-section { position: relative; display: grid; min-height: 470px; overflow: hidden; color: var(--white); background: var(--navy-deep); place-items: center; }
.cta-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,31,49,.97), rgba(4,31,49,.9)), url("../images/cta/cta-bg.jpg") center/cover no-repeat; }
.cta-content { position: relative; z-index: 1; max-width: 760px; padding: 82px 0; text-align: center; }
.cta-content .eyebrow { color: var(--gold-light); }
.cta-content h2 { margin: 0 auto 18px; color: var(--white); font: 600 clamp(32px, 4vw, 54px)/1.08 var(--heading); letter-spacing: -.045em; }
.cta-content > p:not(.eyebrow) { max-width: 620px; margin: 0 auto 28px; color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.75; }
.blog-page { min-height: 720px; background: var(--cream); }
.blog-page .section-heading { max-width: 760px; margin-inline: auto; }
.blog-page .section-heading h1 { margin-bottom: 16px; }
.blog-page .section-heading > p:not(.eyebrow) { max-width: 620px; margin: 0 auto; color: var(--muted); }
#soro-blog { width: 100%; min-height: 620px; margin-top: 42px; overflow: hidden; }
.contact-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; max-width: 820px; margin: 30px auto 0; text-align: left; }
.form-field { min-width: 0; }
.contact-form .form-field:nth-of-type(3) { grid-column: 1 / -1; }
.form-field-full { grid-column: 1 / -1; }
.form-field label { display: block; margin-bottom: 7px; color: rgba(255,255,255,.9); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.form-field label span { color: rgba(255,255,255,.58); font-weight: 500; letter-spacing: 0; text-transform: none; }
.form-field input, .form-field textarea { display: block; width: 100%; border: 1px solid rgba(255,255,255,.32); border-radius: 10px; color: var(--white); background: rgba(4,31,49,.58); font: 500 14px/1.4 var(--sans); outline: 0; transition: border-color .2s, box-shadow .2s, background .2s; }
.form-field input { min-height: 48px; padding: 12px 14px; }
.form-field textarea { min-height: 116px; padding: 13px 14px; resize: vertical; }
.form-field input::placeholder, .form-field textarea::placeholder { color: rgba(255,255,255,.58); }
.form-field input:focus, .form-field textarea:focus { border-color: var(--coral); background: rgba(4,31,49,.82); box-shadow: 0 0 0 3px rgba(240,86,60,.2); }
.form-field input[aria-invalid="true"], .form-field textarea[aria-invalid="true"] { border-color: #ffb4a6; }
.form-error { display: block; min-height: 17px; margin-top: 5px; color: #ffc8bf; font-size: 11px; line-height: 1.45; }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.form-status { min-height: 20px; margin: 0; color: var(--gold-light); font-size: 13px; line-height: 1.5; }
.stats-strip { color: var(--white); background: var(--navy-deep); border-top: 1px solid rgba(240,86,60,.45); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat-card { display: flex; min-height: 168px; flex-direction: column; align-items: center; justify-content: center; padding: 24px 18px; border-right: 1px solid rgba(255,255,255,.14); text-align: center; }
.stat-card:last-child { border-right: 0; }
.stat-icon { width: 30px; height: 30px; margin-bottom: 12px; fill: none; stroke: var(--coral); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.65; }
.counter-number { display: block; color: var(--white); font: 600 clamp(28px, 3vw, 40px)/1 var(--heading); letter-spacing: -.04em; }
.stat-card > span { margin-top: 9px; color: rgba(255,255,255,.68); font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }

.site-footer { margin-top: 0; color: rgba(255,255,255,.78); background: var(--navy); border-radius: 30px 30px 0 0; overflow: hidden; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1.15fr 1.15fr .8fr; gap: 40px; padding: 65px 0 50px; }
.footer-brand .logo { width: 170px; height: 55px; margin-bottom: 15px; }
.footer-brand p { max-width: 280px; margin: 0; font-size: 14px; line-height: 1.7; }
.footer-column h3 { margin: 0 0 18px; color: var(--gold); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.footer-column address, .footer-column a { display: block; margin-bottom: 11px; color: rgba(255,255,255,.78); font-size: 14px; font-style: normal; line-height: 1.7; text-decoration: none; }
.footer-column a:hover, .footer-column a:focus-visible { color: var(--orange); }
.map-embed { position: relative; width: 100%; height: 205px; margin-top: 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-top: 3px solid var(--orange); border-radius: 12px; box-shadow: 0 10px 24px rgba(0,0,0,.18); }
.map-embed iframe { display: block; width: 100%; height: 100%; border: 0; }
.hours-list, .quick-links { padding: 0; margin: 0; list-style: none; }
.hours-list li { display: grid; grid-template-columns: minmax(0, 1fr) max-content; align-items: baseline; column-gap: 18px; margin-bottom: 12px; font-size: 13px; line-height: 1.45; }
.hours-list li span:last-child { color: rgba(255,255,255,.95); white-space: nowrap; }
.quick-links li { margin-bottom: 10px; font-size: 14px; }
.social-links { display: flex; gap: 10px; margin-top: 22px; }
.social-links a { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.social-links svg { width: 14px; height: 14px; fill: currentColor; stroke: currentColor; stroke-width: 1.5; }
.social-links a:hover, .social-links a:focus-visible { color: var(--white); background: var(--orange); border-color: var(--orange); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.52); font-size: 12px; }
.footer-bottom a { color: var(--gold-light); text-decoration: none; }
.footer-bottom a:hover, .footer-bottom a:focus-visible { color: var(--orange); }
.reveal { opacity: 1; transform: none; }
.js-ready .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.js-ready .reveal.is-visible { opacity: 1; transform: none; }
.js-ready .gallery-card:nth-child(2), .js-ready .stat-card:nth-child(2) { transition-delay: .08s; }
.js-ready .gallery-card:nth-child(3), .js-ready .stat-card:nth-child(3) { transition-delay: .16s; }
.js-ready .gallery-card:nth-child(4), .js-ready .stat-card:nth-child(4) { transition-delay: .24s; }
.js-ready .gallery-card:nth-child(5) { transition-delay: .32s; }
.js-ready .gallery-card:nth-child(6) { transition-delay: .4s; }

@media (max-width: 900px) {
  .container { width: min(100% - 42px, 680px); }
  .primary-nav { position: absolute; top: 100%; right: 21px; left: 21px; display: none; padding: 14px 20px 20px; background: var(--navy-deep); box-shadow: var(--shadow); }
  .primary-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 3px; }
  .primary-nav a { padding: 13px 4px; }
  .primary-nav .nav-order { width: 100%; margin-top: 8px; padding: 17px 29px; }
  .header-social { justify-content: flex-start; gap: 10px; margin: 7px 0 3px; padding: 4px; }
  .menu-toggle { display: block; }
  .menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .parallax-bg { inset: -18% 0; background-attachment: scroll; will-change: transform; }
  .parallax-content { grid-template-columns: 1fr 1fr; gap: 35px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .container { width: calc(100% - 34px); }
  .site-header, .site-header.scrolled { height: 68px; }
  .brand { width: 145px; height: 52px; }
  .hero { height: min(100vw, 500px); }
  .hero-arrow { width: 36px; height: 36px; }
  .hero-arrow svg { width: 18px; height: 18px; }
  .hero-prev { left: 10px; }
  .hero-next { right: 10px; }
  .section-padding { padding: 58px 0; }
  .slider-shell { margin-inline: 27px; padding: 9px 6px 35px; border-radius: 20px; }
  .menu-prev { left: -34px; }
  .menu-next { right: -34px; }
  .parallax-section, .parallax-content { min-height: 525px; }
  .parallax-content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 34px; }
  .parallax-actions { max-width: 100%; }
  .catering-grid { display: block; }
  .catering-image { height: auto; min-height: 0; aspect-ratio: 1.4 / 1; }
  .catering-copy { padding-top: 30px; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .gallery-card { aspect-ratio: 4 / 3; border-radius: 14px; }
  .cta-content { padding: 66px 0; }
  .cta-content h2 { font-size: clamp(30px, 8vw, 40px); }
  .contact-form { grid-template-columns: 1fr; gap: 11px; margin-top: 24px; }
  .form-field-full { grid-column: auto; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .form-actions .button { width: 100%; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-card { min-height: 145px; padding: 20px 12px; }
  .stat-card:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.14); }
  .stat-card:nth-child(even) { border-right: 0; }
  .stat-card:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .stat-card > span { font-size: 10px; }
  .modal { padding: 12px; }
  .modal-panel { display: block; max-height: calc(100vh - 24px); }
  .modal-image { height: 230px; min-height: 0; }
  .modal-content { padding: 28px 24px; }
  .lightbox-panel { max-height: calc(100vh - 24px); }
  .lightbox-media { padding: 16px 48px; }
  .lightbox-image { width: 100%; max-height: 45vh; }
  .lightbox-prev { left: 10px; }
  .lightbox-next { right: 10px; }
  .lightbox-info { padding: 18px 22px 20px; }
  .lightbox-info h2 { font-size: 24px; }
  .map-embed { height: 220px; }
  .hours-list li { column-gap: 12px; font-size: 12px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; padding: 50px 0 35px; }
  .footer-bottom { display: block; line-height: 1.8; }
  .footer-bottom > span { display: block; }
  .footer-bottom a { display: block; }
  #menu, #food-truck, #contact { scroll-margin-top: 80px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js-ready .reveal, .reveal { opacity: 1; transform: none; }
}
