:root {
  --black: #0a0a0a;
  --ink: #151311;
  --deep-brown: #231b15;
  --gold: #f4c400;
  --soft-gold: #d8aa3c;
  --blue: #0d47a1;
  --red: #d62828;
  --cream: #f8f4ea;
  --beige: #dbc3a5;
  --brown: #7a5a3a;
  --green: #25d366;
  --muted: #b8b0a6;
  --line: rgba(244, 196, 0, 0.32);
  --container: 1180px;
  --radius: 22px;
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--cream);
  background: var(--black);
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
body::selection { color: var(--black); background: var(--gold); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: .94; }
main { overflow: clip; }
.container { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; }
.section { padding: 116px 0; }
.section-shell { position: relative; }
.skip-link { position: fixed; z-index: 100; left: 20px; top: -100px; padding: 12px 16px; color: var(--black); background: var(--gold); border-radius: 4px; font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 20px; }

/* Header */
.site-header { position: absolute; z-index: 20; width: 100%; top: 0; left: 0; padding: 13px 0; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; min-width: 0; }
.brand-logo { width: 76px; height: 76px; object-fit: contain; }
.header-tools { display: flex; align-items: center; gap: 13px; }.language-switcher { display: inline-flex; align-items: center; padding: 3px; border: 1px solid rgba(248,244,234,.19); border-radius: 999px; background: rgba(10,10,10,.48); backdrop-filter: blur(10px); }.language-option { min-width: 28px; min-height: 27px; padding: 4px 6px; border: 0; border-radius: 999px; color: #bdb4a7; background: transparent; font-size: 9px; font-weight: 700; letter-spacing: .7px; cursor: pointer; transition: background .2s, color .2s; }.language-option:hover, .language-option.is-active { color: var(--black); background: var(--gold); }
.main-nav { display: flex; align-items: center; gap: 25px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .55px; }
.main-nav > a:not(.button) { position: relative; padding: 7px 0; }
.main-nav > a:not(.button)::after { content: ''; position: absolute; left: 0; bottom: 2px; width: 0; height: 1px; background: var(--gold); transition: width .25s ease; }
.main-nav > a:not(.button):hover::after, .main-nav > a:not(.button):focus-visible::after { width: 100%; }
.menu-toggle { display: none; width: 46px; height: 42px; padding: 9px; border: 1px solid rgba(248,244,234,.28); border-radius: 8px; color: var(--cream); background: rgba(10,10,10,.5); cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 4px 0; background: currentColor; transition: transform .2s; }

/* Buttons / common typography */
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 51px; padding: 13px 21px; border: 1px solid transparent; border-radius: 6px; font-size: 12px; font-weight: 700; letter-spacing: .35px; text-transform: uppercase; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; cursor: pointer; }
.button:hover { transform: translateY(-3px); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid var(--cream); outline-offset: 4px; }
.button-small { min-height: 39px; padding: 9px 14px; font-size: 10px; }
.button-gold { color: var(--black); background: var(--gold); }
.button-gold:hover { background: var(--cream); }
.button-whatsapp { color: #17110a; background: var(--soft-gold); box-shadow: 0 12px 30px rgba(216,170,60,.22); }
.button-whatsapp span { font-size: 22px; line-height: 0; }
.button-whatsapp:hover { color: var(--black); background: var(--gold); }
.button-outline { border-color: rgba(248,244,234,.46); color: var(--cream); background: rgba(255,255,255,.025); }
.button-outline:hover { border-color: var(--gold); color: var(--gold); }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 15px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 24px; height: 1px; background: var(--gold); }
h1, h2 { font-family: 'Bebas Neue', Impact, sans-serif; font-weight: 400; letter-spacing: .4px; }
h1 em, h2 em { color: var(--gold); font-family: 'Pacifico', Georgia, cursive; font-size: .77em; font-style: normal; letter-spacing: 0; text-transform: none; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 42px; margin-bottom: 52px; }
.section-heading h2, .center-heading h2 { margin-bottom: 0; font-size: clamp(48px, 5vw, 76px); }
.section-heading > p { max-width: 405px; margin: 0 0 4px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.center-heading { text-align: center; margin-bottom: 47px; }
.center-heading .eyebrow { justify-content: center; }

/* Hero */
.hero { min-height: 792px; padding: 156px 0 70px; background: radial-gradient(circle at 76% 32%, rgba(122,90,58,.34), transparent 28%), radial-gradient(circle at 20% 80%, rgba(13,71,161,.13), transparent 32%), var(--black); }
.hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .18; background-image: repeating-linear-gradient(46deg, transparent 0 13px, rgba(219,195,165,.12) 14px 15px), repeating-linear-gradient(-46deg, transparent 0 13px, rgba(219,195,165,.09) 14px 15px); background-size: 230px 230px; mask-image: linear-gradient(90deg, #000, transparent 54%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1fr .94fr; align-items: center; gap: 64px; min-height: 566px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 630px; margin: 0 0 22px; font-size: clamp(68px, 7.5vw, 112px); text-transform: uppercase; }
.hero h1 em { display: block; margin: 6px 0 0 38px; }
.hero-text { max-width: 470px; margin-bottom: 29px; color: #d1c9bd; font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.pending-note { display: flex; align-items: center; gap: 7px; margin: 19px 0 0; color: #a89f92; font-size: 11px; }
.pending-note span { color: var(--gold); font-size: 8px; }
.pending-note.is-confirmed span { color: var(--green); }
.hero-micro-details { display: flex; gap: 0; margin-top: 27px; }.hero-micro-details p { display: grid; gap: 2px; min-width: 116px; margin: 0; padding: 0 16px; border-left: 1px solid rgba(219,195,165,.28); }.hero-micro-details p:first-child { padding-left: 0; border-left: 0; }.hero-micro-details strong { color: var(--cream); font-family: 'Bebas Neue', Impact, sans-serif; font-size: 17px; font-weight: 400; letter-spacing: .8px; }.hero-micro-details span { color: var(--gold); font-size: 8px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }
.hero-visual { position: relative; min-height: 515px; isolation: isolate; }
.hero-visual::before { content: ''; position: absolute; z-index: 0; inset: -38px; background: url('../assets/images/hero/hero-bandeja-real.webp') center / contain no-repeat; filter: blur(33px); opacity: .54; transform: scale(1.05); }
.hero-food-image { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; border: 0; border-radius: 0; object-fit: contain; object-position: center; box-shadow: none; -webkit-mask-image: radial-gradient(ellipse 96% 93% at 50% 51%, #000 56%, rgba(0,0,0,.98) 68%, rgba(0,0,0,.62) 83%, transparent 100%); mask-image: radial-gradient(ellipse 96% 93% at 50% 51%, #000 56%, rgba(0,0,0,.98) 68%, rgba(0,0,0,.62) 83%, transparent 100%); animation: dish-breathe 9s ease-in-out infinite; }
.hero-visual::after { display: none; }
.hero-steam { position: absolute; z-index: 3; inset: 0; overflow: visible; pointer-events: none; }.hero-steam span { position: absolute; bottom: 42%; width: 50px; height: 138px; border-radius: 50%; background: radial-gradient(ellipse at 50% 82%, rgba(255,251,237,.86), rgba(255,248,227,.38) 42%, rgba(255,248,227,.08) 64%, transparent 76%); filter: blur(10px); mix-blend-mode: screen; opacity: .08; animation: steam-rise 4.8s ease-out infinite; }.hero-steam span:nth-child(1) { left: 25%; animation-delay: -.4s; }.hero-steam span:nth-child(2) { left: 42%; bottom: 45%; height: 158px; animation-delay: -1.7s; }.hero-steam span:nth-child(3) { left: 61%; bottom: 41%; width: 41px; animation-delay: -3.1s; }.hero-steam span:nth-child(4) { left: 77%; bottom: 47%; height: 116px; animation-delay: -4.2s; }.hero-caption { position: absolute; z-index: 4; left: -15px; bottom: 2%; display: flex; flex-direction: column; gap: 9px; color: var(--beige); font-family: 'Pacifico', Georgia, cursive; font-size: 21px; transform: rotate(-8deg); }
.hero-plate { position: absolute; z-index: 1; right: 4%; bottom: 8%; width: min(420px, 89%); aspect-ratio: 1; border: 17px solid #d4c8bb; border-radius: 50%; background: radial-gradient(circle at 50% 47%, #fffaf0 0 49%, #afa69d 50% 52%, #e6ddd1 53% 64%, #7a6e63 65% 66%, #ded5c9 67%); box-shadow: 16px 32px 43px rgba(0,0,0,.46); }
.hero-plate::before { content: ''; position: absolute; z-index: 1; inset: 9%; border: 1px solid rgba(122,90,58,.26); border-radius: 50%; }
.food-shape { position: absolute; z-index: 2; box-shadow: inset -8px -6px 12px rgba(0,0,0,.16), 6px 8px 14px rgba(0,0,0,.17); }
.arepa-shape { left: 12%; top: 28%; width: 43%; aspect-ratio: 1; border: 8px solid #c7891d; border-radius: 50%; background: radial-gradient(circle at 44% 40%, #f6d55c 0 22%, #eabf37 23% 69%, #c58015 70%); }
.avocado-shape { right: 12%; top: 20%; width: 28%; height: 43%; border-radius: 47% 53% 50% 50%; transform: rotate(27deg); background: radial-gradient(circle at 55% 60%, #825020 0 14%, #f1d251 15% 26%, #5c8b28 27% 52%, #345c1f 53%); }
.beans-shape { right: 18%; bottom: 13%; width: 39%; height: 25%; border-radius: 50%; background: radial-gradient(ellipse at 13% 41%, #482c1d 0 9%, transparent 10%), radial-gradient(ellipse at 39% 67%, #563321 0 9%, transparent 10%), radial-gradient(ellipse at 66% 34%, #3d2519 0 10%, transparent 11%), radial-gradient(ellipse at 82% 68%, #5a3420 0 9%, transparent 10%), #d8b17b; }
.egg-shape { left: 31%; bottom: 10%; width: 31%; height: 22%; border-radius: 52% 47% 49% 50%; background: radial-gradient(circle at 51% 45%, #efad19 0 17%, #fff9dc 18% 53%, #eee5ca 54%); transform: rotate(-15deg); }
.steam { position: absolute; z-index: 3; width: 12px; height: 70px; border-radius: 50%; border-left: 3px solid rgba(248,244,234,.5); top: -12%; opacity: .75; }
.steam-one { left: 36%; transform: rotate(13deg); }.steam-two { left: 51%; top: -17%; transform: rotate(-8deg); }.steam-three { left: 66%; transform: rotate(11deg); }
.photo-placeholder-label { position: absolute; z-index: 4; right: 6%; bottom: 7%; padding: 8px 11px; border: 1px solid rgba(244,196,0,.7); color: var(--cream); background: rgba(10,10,10,.8); font-size: 9px; line-height: 1.45; letter-spacing: 1px; text-transform: uppercase; }
.photo-placeholder-label strong { color: var(--gold); }
.hero-caption b { color: var(--gold); font-family: 'Bebas Neue', Impact, sans-serif; font-size: 16px; letter-spacing: 2px; }
@keyframes steam-rise { 0% { opacity: .04; transform: translate3d(0, 20px, 0) scale(.58) rotate(-5deg); } 16% { opacity: .72; } 54% { opacity: .46; transform: translate3d(19px, -62px, 0) scale(1.08) rotate(8deg); } 100% { opacity: 0; transform: translate3d(-12px, -166px, 0) scale(1.5) rotate(-6deg); } }
@keyframes dish-breathe { 0%, 100% { transform: scale(1.018) translate3d(0, 0, 0); } 50% { transform: scale(1.035) translate3d(-5px, -3px, 0); } }

/* Trust */
.trust-bar { border-top: 1px solid rgba(219,195,165,.15); border-bottom: 1px solid rgba(219,195,165,.15); background: #12100e; }
.trust-list { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-list p { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 67px; margin: 0; padding: 14px 18px; border-right: 1px solid rgba(219,195,165,.14); color: #d6cfc4; font-size: 10px; font-weight: 700; letter-spacing: .5px; text-align: center; text-transform: uppercase; }
.trust-list p:last-child { border-right: 0; }.trust-list span { color: var(--gold); }

/* Cards */
.dishes-section { position: relative; background: linear-gradient(180deg, #0a0a0a 0%, #11100e 100%); }.dishes-section::before { content: 'SABORES'; position: absolute; top: 76px; right: -22px; color: rgba(248,244,234,.025); font-family: 'Bebas Neue', Impact, sans-serif; font-size: clamp(140px, 20vw, 330px); line-height: .7; letter-spacing: 6px; pointer-events: none; writing-mode: vertical-rl; }.dish-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 15px; align-items: start; }.dish-card { position: relative; grid-column: span 3; overflow: hidden; border: 1px solid rgba(244,196,0,.25); border-radius: 15px 4px 15px 4px; background: #171411; transition: transform .4s cubic-bezier(.2,.75,.25,1), border-color .3s ease, box-shadow .3s ease; }.dish-card:hover { z-index: 2; transform: translateY(-8px) rotate(-.3deg); border-color: rgba(244,196,0,.82); box-shadow: var(--shadow); }.dish-card:first-child { grid-column: span 6; grid-row: span 2; }.dish-card:nth-child(6) { grid-column: span 4; }.dish-card:nth-child(7) { grid-column: span 8; }.dish-art { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 220px; padding: 19px; overflow: hidden; isolation: isolate; background: #2c2118; }.dish-card:first-child .dish-art { min-height: 466px; padding: 29px; }.dish-card:nth-child(6) .dish-art, .dish-card:nth-child(7) .dish-art { min-height: 272px; }.dish-art img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.93) contrast(1.05); transition: transform .65s cubic-bezier(.2,.75,.25,1), filter .35s ease; }.dish-card:hover .dish-art img { transform: scale(1.075); filter: saturate(1.05) contrast(1.08); }.dish-art::before { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(7,6,5,.93) 0%, rgba(7,6,5,.44) 42%, rgba(7,6,5,.03) 75%); }.dish-art::after { content: ''; position: absolute; z-index: -1; inset: 12px; border: 1px solid rgba(248,244,234,.2); border-radius: 9px 2px 9px 2px; pointer-events: none; }.dish-art span { position: absolute; top: 16px; right: 17px; color: rgba(248,244,234,.86); font-family: 'Bebas Neue', Impact, sans-serif; font-size: 18px; letter-spacing: 2px; }.dish-art b { position: relative; max-width: 80%; color: var(--cream); font-family: 'Bebas Neue', Impact, sans-serif; font-size: 31px; font-weight: 400; letter-spacing: 1px; line-height: .87; text-shadow: 0 2px 12px rgba(0,0,0,.75); text-transform: uppercase; }.dish-card:first-child .dish-art b { max-width: 58%; font-size: clamp(47px, 5vw, 74px); }.dish-content { padding: 19px 18px 17px; background: linear-gradient(135deg, rgba(255,255,255,.025), transparent); }.dish-content h3 { margin-bottom: 8px; font-family: 'Bebas Neue', Impact, sans-serif; font-size: 27px; font-weight: 400; letter-spacing: .5px; }.dish-content p { min-height: 48px; margin-bottom: 16px; color: var(--muted); font-size: 11px; line-height: 1.55; }.dish-content > div { display: flex; align-items: end; justify-content: space-between; gap: 10px; padding-top: 12px; border-top: 1px solid rgba(219,195,165,.16); }.dish-content strong { color: var(--gold); font-size: 9px; letter-spacing: .3px; text-transform: uppercase; }.dish-content a { color: var(--cream); font-size: 10px; font-weight: 700; text-transform: uppercase; }.dish-content a span { color: var(--gold); font-size: 16px; }

/* Story */
.story-section { position: relative; background: #211a15; }.story-section::after { content: ''; position: absolute; inset: 0; opacity: .13; pointer-events: none; background-image: repeating-linear-gradient(52deg, transparent 0 10px, #dbc3a5 11px 12px), repeating-linear-gradient(-52deg, transparent 0 10px, #dbc3a5 11px 12px); background-size: 155px 155px; mask-image: linear-gradient(90deg, #000 0 38%, transparent 62%); }
.story-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .89fr 1.11fr; gap: 104px; align-items: center; }.story-art { position: relative; min-height: 370px; margin: 0; overflow: hidden; border: 1px solid rgba(244,196,0,.48); border-radius: 16px; box-shadow: 18px 20px 0 rgba(0,0,0,.25); }.story-reference-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 72% 48%; filter: brightness(.78) saturate(.88); }.story-art::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(0deg, rgba(10,10,10,.85), transparent 57%); }.story-art figcaption { position: absolute; z-index: 1; left: 22px; right: 22px; bottom: 19px; color: var(--cream); font-family: 'Pacifico', Georgia, cursive; font-size: 23px; line-height: 1.25; transform: rotate(-4deg); }.story-copy h2 { margin-bottom: 24px; font-size: clamp(55px, 5vw, 78px); }.story-copy > p { max-width: 570px; color: #ddd3c7; font-size: 15px; line-height: 1.82; }.story-copy blockquote { margin: 28px 0 0; padding: 17px 0 17px 21px; border-left: 2px solid var(--gold); color: var(--gold); font-family: 'Pacifico', Georgia, cursive; font-size: 22px; line-height: 1.55; }

/* Categories and special */
.categories-section { background: var(--black); }.categories-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 920px; margin: 0 auto; }.category { display: grid; grid-template-columns: 43px 1fr auto; align-items: center; gap: 13px; min-height: 78px; padding: 12px 19px; border: 1px solid rgba(219,195,165,.22); border-radius: 9px; color: var(--cream); transition: background .25s, border-color .25s, transform .25s; }.category:hover { border-color: var(--gold); background: rgba(244,196,0,.08); transform: translateY(-3px); }.category-icon { display: grid; place-items: center; width: 38px; aspect-ratio: 1; border: 1px solid rgba(244,196,0,.53); border-radius: 50%; color: var(--gold); font-size: 20px; }.category > span:nth-child(2) { font-size: 12px; font-weight: 700; }.category b { color: var(--gold); font-size: 17px; font-weight: 400; }
.special-section { padding-top: 20px; background: var(--black); }.special-card { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; min-height: 410px; overflow: hidden; border: 1px solid rgba(244,196,0,.45); border-radius: var(--radius); background: linear-gradient(110deg, #1e1711 4%, #311e12 100%); }.special-card > div:first-child { position: relative; z-index: 2; padding: 65px clamp(28px, 6vw, 82px); }.special-card h2 { margin-bottom: 14px; font-size: clamp(58px, 6vw, 84px); }.special-card p:not(.eyebrow):not(.special-price) { max-width: 440px; color: #ded5c8; font-size: 14px; line-height: 1.7; }.special-price { margin: 22px 0 22px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; }.special-art { position: relative; display: grid; place-items: center; overflow: hidden; background: #24160e; }.special-art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.9) contrast(1.03); }.special-art::before { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(38,20,10,.85), transparent 56%), linear-gradient(0deg, rgba(10,10,10,.55), transparent 48%); }.special-art::after { content: ''; position: absolute; z-index: 1; width: 76%; aspect-ratio: 1; border: 1px solid rgba(244,196,0,.58); border-radius: 50%; }.special-art span { position: relative; z-index: 2; color: var(--cream); font-family: 'Pacifico', Georgia, cursive; font-size: 38px; line-height: 1.1; text-align: center; text-shadow: 0 2px 14px rgba(0,0,0,.8); transform: rotate(-11deg); }.special-art i { position: absolute; z-index: 2; right: 18%; top: 18%; color: var(--gold); font-size: 31px; font-style: normal; }

/* Order and services */
.order-section { background: linear-gradient(180deg, #11100e, #0a0a0a); }.steps-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: steps; }.steps-list li { position: relative; min-height: 185px; padding: 11px 26px 12px 0; border-top: 1px solid rgba(219,195,165,.28); }.steps-list li:not(:last-child)::after { content: '→'; position: absolute; right: 14px; top: 10px; color: var(--gold); font-size: 16px; }.steps-list span { display: block; margin-bottom: 28px; color: var(--gold); font-family: 'Bebas Neue', Impact, sans-serif; font-size: 22px; letter-spacing: 1.5px; }.steps-list h3 { margin-bottom: 9px; font-family: 'Bebas Neue', Impact, sans-serif; font-size: 28px; font-weight: 400; letter-spacing: .4px; }.steps-list p { max-width: 190px; margin-bottom: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }.order-action { display: flex; align-items: center; justify-content: center; gap: 17px; margin-top: 4px; }.order-action p { margin: 0; color: var(--muted); font-size: 10px; }.order-action strong { color: var(--gold); font-size: 9px; letter-spacing: .5px; }
.services-section { padding-top: 88px; background: #0a0a0a; }.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }.service { min-height: 192px; padding: 28px; border: 1px solid rgba(244,196,0,.22); border-radius: 11px; background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,0)); }.service > span { display: grid; place-items: center; width: 37px; height: 37px; margin-bottom: 27px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: 19px; }.service h3 { margin-bottom: 9px; font-family: 'Bebas Neue', Impact, sans-serif; font-size: 28px; font-weight: 400; }.service p { margin: 0; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .8px; }

/* Gallery, social, location */
.gallery-section { background: #11100e; }.gallery-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; grid-template-rows: 205px 205px; gap: 13px; }.gallery-tile { position: relative; display: grid; place-items: center; min-height: 150px; margin: 0; overflow: hidden; border: 1px solid rgba(244,196,0,.42); border-radius: 12px; background: #211811; }.gallery-tile::before, .gallery-tile::after { content: ''; position: absolute; z-index: 1; border-radius: 50%; opacity: .16; pointer-events: none; }.gallery-tile::before { width: 85%; aspect-ratio: 1; border: 18px solid rgba(248,244,234,.8); }.gallery-tile::after { width: 42%; aspect-ratio: 1; background: rgba(244,196,0,.8); }.gallery-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.66) saturate(.85); }.gallery-tile figcaption { position: relative; z-index: 2; padding: 8px 11px; border: 1px solid rgba(248,244,234,.5); color: var(--cream); background: rgba(10,10,10,.67); font-size: 9px; letter-spacing: 1px; line-height: 1.6; text-align: center; text-transform: uppercase; }.gallery-tile b { color: var(--gold); }.gallery-one { grid-row: span 2; }.gallery-two img { object-position: 57% 33%; }.gallery-three img { object-position: 58% 41%; }.gallery-four { grid-column: span 2; }.gallery-four img { object-position: 56% 34%; }.gallery-four::before { width: 55%; border-width: 12px; }
.social-section { padding: 91px 0; background: var(--gold); color: var(--black); }.social-wrap { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }.social-section .eyebrow { color: #3c2b08; }.social-section .eyebrow span { background: #3c2b08; }.social-section h2 { max-width: 680px; margin-bottom: 0; font-size: clamp(47px, 5vw, 75px); }.social-section h2 em { color: #754a12; }.social-links { display: flex; gap: 9px; }.social-links a { display: inline-flex; align-items: center; gap: 9px; padding: 12px 13px; border: 1px solid rgba(10,10,10,.45); border-radius: 4px; font-size: 10px; font-weight: 700; letter-spacing: .6px; text-transform: uppercase; transition: background .25s, color .25s; }.social-links a:hover { color: var(--cream); background: var(--black); }.social-links span { font-size: 17px; }
.location-section { padding: 75px 0; background: #0a0a0a; }.location-card { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 27px; padding: 33px 38px; border: 1px solid rgba(219,195,165,.22); border-radius: 14px; background: #14110f; }.location-pin { display: grid; place-items: center; width: 58px; aspect-ratio: 1; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: 30px; }.location-card .eyebrow { margin-bottom: 8px; }.location-card h2 { margin-bottom: 7px; font-size: 40px; }.location-card p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 13px; }.location-contact { padding: 11px 13px; border: 1px solid rgba(244,196,0,.65); color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .7px; text-align: center; white-space: nowrap; transition: background .2s, color .2s; }.location-contact:hover { color: var(--black); background: var(--gold); }

/* Footer and floating action */
.site-footer { padding: 58px 0 32px; border-top: 1px solid rgba(219,195,165,.15); background: #090909; }.footer-grid { display: grid; grid-template-columns: 1.5fr .5fr .7fr; gap: 45px; }.footer-brand { margin-bottom: 12px; }.footer-brand .brand-logo { width: 88px; height: 88px; }.footer-grid > div:first-child > p { max-width: 290px; margin-bottom: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; padding-top: 5px; }.footer-links a { color: #d0c6b9; font-size: 11px; font-weight: 600; }.footer-links a:hover { color: var(--gold); }.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 22px; margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(219,195,165,.14); color: #938b81; font-size: 9px; }.footer-bottom p { margin: 0; }.p2l-credit { flex: 1 0 100%; margin: 9px 150px 0 0 !important; color: #87909a; font-size: 10px; text-align: center; }.p2l-credit a { color: #e43d37; font-weight: 700; }.p2l-credit a:hover { color: var(--gold); }
.floating-whatsapp { position: fixed; z-index: 30; right: 23px; bottom: 23px; display: flex; align-items: center; gap: 9px; min-height: 50px; padding: 0 16px; border: 1px solid rgba(248,244,234,.8); border-radius: 999px; color: #17110a; background: var(--soft-gold); box-shadow: 0 13px 32px rgba(0,0,0,.35); font-size: 11px; font-weight: 800; letter-spacing: .3px; text-transform: uppercase; transition: transform .25s, background .25s; }.floating-whatsapp:hover { background: var(--gold); transform: translateY(-4px); }.floating-whatsapp > span:first-child { font-size: 24px; line-height: 0; }.toast { position: fixed; z-index: 50; right: 24px; bottom: 88px; width: min(335px, calc(100% - 48px)); padding: 14px 16px; border: 1px solid rgba(244,196,0,.75); border-radius: 8px; color: var(--cream); background: #201811; box-shadow: var(--shadow); font-size: 12px; line-height: 1.5; opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .25s, transform .25s; }.toast.is-visible { opacity: 1; transform: translateY(0); }

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }.reveal.is-visible { opacity: 1; transform: translateY(0); }.dish-card:nth-child(2), .category:nth-child(2), .service:nth-child(2), .steps-list li:nth-child(2) { transition-delay: .08s; }.dish-card:nth-child(3), .category:nth-child(3), .service:nth-child(3), .steps-list li:nth-child(3) { transition-delay: .16s; }.dish-card:nth-child(4), .category:nth-child(4), .service:nth-child(4), .steps-list li:nth-child(4) { transition-delay: .22s; }.dish-card:nth-child(5), .category:nth-child(5) { transition-delay: .1s; }.dish-card:nth-child(6), .category:nth-child(6) { transition-delay: .17s; }.dish-card:nth-child(7) { transition-delay: .24s; }

@media (max-width: 980px) {
  .main-nav { gap: 15px; }.main-nav > a:not(.button) { font-size: 10px; }.hero-grid { gap: 28px; }.dish-grid { grid-template-columns: repeat(3, 1fr); }.story-grid { gap: 55px; }.services-grid { grid-template-columns: repeat(2, 1fr); }.social-wrap { grid-template-columns: 1fr; }.social-links { justify-content: flex-start; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 36px), var(--container)); }.section { padding: 78px 0; }.site-header { position: absolute; padding: 10px 0; }.brand-logo { width: 67px; height: 67px; }.header-tools { gap: 8px; }.language-option { min-width: 25px; padding-inline: 4px; }.menu-toggle { display: block; position: relative; z-index: 3; }.main-nav { position: absolute; right: 18px; top: 76px; display: none; width: min(310px, calc(100vw - 36px)); padding: 19px; border: 1px solid rgba(244,196,0,.37); border-radius: 12px; background: #17120e; box-shadow: var(--shadow); }.main-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 4px; }.main-nav > a:not(.button) { padding: 12px 8px; font-size: 12px; }.main-nav .button { margin-top: 7px; }.hero { min-height: auto; padding: 136px 0 58px; }.hero-grid { grid-template-columns: 1fr; min-height: 0; }.hero h1 { max-width: 550px; font-size: clamp(61px, 15.5vw, 88px); }.hero h1 em { margin-left: 20px; }.hero-text { font-size: 15px; }.hero-visual { min-height: 380px; width: min(100%, 510px); margin: 9px auto 0; }.hero-food-image { border-radius: 18px 5px 18px 5px; }.hero-caption { left: 3%; bottom: 1%; }.trust-list { grid-template-columns: 1fr 1fr; }.trust-list p:nth-child(2) { border-right: 0; }.trust-list p:nth-child(-n+2) { border-bottom: 1px solid rgba(219,195,165,.14); }.section-heading { display: block; margin-bottom: 35px; }.section-heading > p { margin-top: 19px; }.dish-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }.dish-art { min-height: 170px; }.story-grid { grid-template-columns: 1fr; gap: 39px; }.story-art { min-height: 300px; }.story-art figcaption { font-size: 20px; }.categories-grid { grid-template-columns: 1fr 1fr; }.special-card { grid-template-columns: 1fr; }.special-card > div:first-child { padding: 51px 32px 39px; }.special-art { min-height: 235px; }.steps-list { grid-template-columns: 1fr 1fr; gap: 25px 21px; }.steps-list li { min-height: 137px; padding-right: 5px; }.steps-list li:nth-child(2)::after { display: none; }.steps-list span { margin-bottom: 15px; }.services-grid { gap: 10px; }.service { min-height: 164px; padding: 21px; }.service > span { margin-bottom: 18px; }.social-links { flex-wrap: wrap; }.location-card { grid-template-columns: 49px 1fr; gap: 19px; padding: 25px; }.location-pin { width: 49px; }.location-contact { grid-column: 2; justify-self: start; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }.footer-grid > div:first-child { grid-column: span 2; }.footer-bottom { flex-direction: column; gap: 6px; }.p2l-credit { margin-left: 0 !important; }.floating-whatsapp { right: 17px; bottom: 17px; min-height: 47px; }.toast { right: 18px; bottom: 77px; }
}

@media (max-width: 440px) {
  .container { width: min(calc(100% - 30px), var(--container)); }.brand-logo { width: 61px; height: 61px; }.hero h1 { font-size: clamp(56px, 17.3vw, 70px); }.hero-actions { flex-direction: column; align-items: stretch; }.hero-actions .button { width: 100%; }.hero-visual { min-height: 322px; }.hero-plate { width: min(294px, 84%); border-width: 13px; }.photo-placeholder-label { right: 2%; bottom: 1%; font-size: 8px; }.hero-caption { font-size: 17px; }.trust-list p { min-height: 70px; padding: 11px 9px; font-size: 8px; line-height: 1.5; }.section-heading h2, .center-heading h2 { font-size: 49px; }.dish-grid { grid-template-columns: 1fr; }.dish-art { min-height: 175px; }.dish-content p { min-height: 0; }.story-copy h2 { font-size: 58px; }.story-copy blockquote { font-size: 19px; }.story-art { min-height: 254px; }.story-art figcaption { font-size: 18px; }.categories-grid { grid-template-columns: 1fr; }.category { min-height: 66px; }.special-card h2 { font-size: 62px; }.special-art { min-height: 190px; }.special-art span { font-size: 31px; }.steps-list { grid-template-columns: 1fr; gap: 0; }.steps-list li { min-height: 123px; padding: 14px 0; }.steps-list li:not(:last-child)::after { display: none; }.steps-list span { margin-bottom: 10px; }.order-action { flex-direction: column; align-items: stretch; text-align: center; }.services-grid { grid-template-columns: 1fr 1fr; }.service { min-height: 152px; padding: 17px; }.service h3 { font-size: 25px; }.gallery-grid { grid-template-rows: 152px 125px 125px; }.social-section { padding: 72px 0; }.social-links { display: grid; grid-template-columns: 1fr; }.social-links a { justify-content: space-between; }.location-card { grid-template-columns: 1fr; gap: 16px; }.location-contact { grid-column: auto; }.footer-grid { grid-template-columns: 1fr; }.footer-grid > div:first-child { grid-column: auto; }.floating-label { display: none; }.floating-whatsapp { width: 51px; justify-content: center; padding: 0; border-radius: 50%; }.floating-whatsapp > span:first-child { margin-left: 1px; }
}

@media (max-width: 760px) {
  .site-footer { padding-bottom: 88px; }
  .p2l-credit { margin: 10px 0 0 !important; text-align: left; }
}

/* Desktop hero: a photographic background composition, never a framed card. */
@media (min-width: 761px) {
  .hero { min-height: 720px; padding-top: 122px; }
  .hero-grid { display: block; min-height: 550px; }
  .hero-copy { position: relative; z-index: 5; width: min(51%, 620px); padding-top: 18px; }
  .hero-visual { position: absolute; z-index: 1; left: 39%; right: auto; bottom: -10px; width: 57%; height: 540px; min-height: 0; }
  .hero-visual::before { inset: -58px; background-position: center 52%; background-size: contain; filter: blur(46px); opacity: .46; }
  .hero-food-image { object-position: center 52%; -webkit-mask-image: radial-gradient(ellipse 100% 96% at 50% 52%, #000 60%, rgba(0,0,0,.98) 70%, rgba(0,0,0,.6) 86%, transparent 100%); mask-image: radial-gradient(ellipse 100% 96% at 50% 52%, #000 60%, rgba(0,0,0,.98) 70%, rgba(0,0,0,.6) 86%, transparent 100%); }
  .hero-caption { left: 4%; bottom: 8%; }
}

/* Editorial menu layout at responsive breakpoints */
@media (max-width: 980px) {
  .dish-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .dish-card { grid-column: span 3; }
  .dish-card:first-child { grid-column: span 6; grid-row: auto; }
  .dish-card:nth-child(6), .dish-card:nth-child(7) { grid-column: span 3; }
  .dish-card:first-child .dish-art { min-height: 390px; }
}

@media (max-width: 760px) {
  .dishes-section::before { display: none; }
  .hero-micro-details { margin-top: 22px; }
  .hero-micro-details p { min-width: 0; flex: 1; padding: 0 10px; }
  .dish-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .dish-card, .dish-card:nth-child(6), .dish-card:nth-child(7) { grid-column: span 1; }
  .dish-card:first-child { grid-column: span 2; }
  .dish-art, .dish-card:nth-child(6) .dish-art, .dish-card:nth-child(7) .dish-art { min-height: 212px; }
  .dish-card:first-child .dish-art { min-height: 370px; }
  .dish-card:first-child .dish-art b { font-size: 57px; }
  .dish-content { padding: 16px 14px 14px; }
  .dish-content h3 { font-size: 24px; }
  .dish-content p { min-height: 0; font-size: 10px; }
}

@media (max-width: 440px) {
  .hero-micro-details { gap: 9px 0; flex-wrap: wrap; }
  .hero-micro-details p { flex-basis: 50%; padding-left: 11px; }
  .hero-micro-details p:first-child { flex-basis: 100%; }
  .dish-grid { grid-template-columns: 1fr; }
  .dish-card, .dish-card:first-child, .dish-card:nth-child(6), .dish-card:nth-child(7) { grid-column: span 1; }
  .dish-card:first-child .dish-art { min-height: 300px; }
  .dish-art, .dish-card:nth-child(6) .dish-art, .dish-card:nth-child(7) .dish-art { min-height: 220px; }
  .dish-card:first-child .dish-art b { font-size: 51px; }
  .hero-food-image { object-position: center; }
}

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

/* Catering correction: preserve the visual system while making the offer and conversion path explicit. */
.button-quiet { border-color: rgba(219,195,165,.38); color: var(--beige); background: rgba(255,255,255,.02); }
.button-quiet:hover { border-color: var(--gold); color: var(--gold); }
.hero { min-height: 768px; padding-top: 136px; }
.hero h1 { max-width: 660px; font-size: clamp(54px, 5.8vw, 86px); line-height: .96; text-transform: none; }
.hero-text { max-width: 595px; margin-bottom: 14px; font-size: 15px; }
.hero-note { max-width: 560px; margin: 0 0 25px; color: var(--beige); font-size: 12px; line-height: 1.65; }
.hero-micro-details { max-width: 620px; margin-top: 29px; }
.hero-micro-details p { flex: 1; min-width: 0; padding-inline: 13px; }
.hero-micro-details strong { font-size: 15px; }
.hero-micro-details span { font-size: 7.5px; }

.catering-section { border-top: 1px solid rgba(219,195,165,.12); background: linear-gradient(160deg, #12100e 0%, #0a0a0a 88%); }
.catering-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.catering-card { min-height: 216px; padding: 28px 24px; border: 1px solid rgba(244,196,0,.25); border-radius: 12px 4px 12px 4px; background: linear-gradient(145deg, rgba(255,255,255,.035), transparent 75%); transition: transform .28s ease, border-color .28s ease, background .28s ease; }
.catering-card:hover { border-color: rgba(244,196,0,.74); background: rgba(244,196,0,.055); transform: translateY(-5px); }
.catering-card > span { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 28px; border: 1px solid rgba(244,196,0,.65); border-radius: 50%; color: var(--gold); font-size: 18px; }
.catering-card h3 { margin-bottom: 10px; font-family: 'Bebas Neue', Impact, sans-serif; font-size: 29px; font-weight: 400; letter-spacing: .4px; }
.catering-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.68; }
.section-cta { display: flex; justify-content: center; margin-top: 35px; }

/* Equal food cards prevent a menu that looks provisional or uneven. */
.dish-grid-consistent { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.dish-grid-consistent .dish-card, .dish-grid-consistent .dish-card:first-child, .dish-grid-consistent .dish-card:nth-child(6), .dish-grid-consistent .dish-card:nth-child(7) { display: flex; grid-column: auto; grid-row: auto; flex-direction: column; min-width: 0; }
.dish-grid-consistent .dish-art, .dish-grid-consistent .dish-card:first-child .dish-art, .dish-grid-consistent .dish-card:nth-child(6) .dish-art, .dish-grid-consistent .dish-card:nth-child(7) .dish-art { min-height: 214px; padding: 0; }
.dish-grid-consistent .dish-content { display: flex; flex: 1; flex-direction: column; padding: 19px 18px 17px; }
.dish-grid-consistent .dish-content h3 { min-height: 27px; }
.dish-grid-consistent .dish-content p { min-height: 73px; margin-bottom: 15px; }
.dish-grid-consistent .dish-content > div { margin-top: auto; }
.dish-grid-consistent .dish-art::after { inset: 10px; }
.menu-supporting { max-width: 660px; margin: 17px auto 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.categories-grid-seven { max-width: 1120px; grid-template-columns: repeat(4, minmax(0, 1fr)); }

.special-card h2 { max-width: 550px; font-size: clamp(54px, 5.4vw, 76px); }
.special-card h2 em { display: block; margin-top: 9px; }
.order-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 930px; margin: 8px auto 32px; padding: 19px 0; border-block: 1px solid rgba(219,195,165,.2); }
.order-facts p { display: grid; gap: 4px; margin: 0; padding-inline: 16px; border-left: 1px solid rgba(219,195,165,.2); }
.order-facts p:first-child { border-left: 0; }
.order-facts strong { color: var(--gold); font-size: 9px; letter-spacing: 1px; text-transform: uppercase; }
.order-facts span { color: var(--muted); font-size: 11px; line-height: 1.5; }
.order-action { gap: 12px; }
.service { display: flex; flex-direction: column; }
.service { min-height: 236px; }
.service p { color: var(--muted); font-size: 11px; font-weight: 500; letter-spacing: 0; line-height: 1.62; text-transform: none; }
.service b { display: inline-block; margin-top: auto; padding-top: 18px; color: var(--gold); font-size: 8px; letter-spacing: 1px; text-transform: uppercase; }
.service-link { display: inline-block; margin-top: 9px; color: var(--cream); font-size: 9px; font-weight: 700; letter-spacing: .45px; text-transform: uppercase; }
.service-link:hover { color: var(--gold); }

/* Real food gallery: no synthetic mockups or brand-reference panels. */
.gallery-section { background: #11100e; }
.food-gallery { display: grid; grid-template-columns: 1.08fr .92fr .92fr; grid-template-rows: 210px 210px; gap: 14px; }
.food-gallery-tile { position: relative; min-height: 0; margin: 0; overflow: hidden; border: 1px solid rgba(244,196,0,.32); border-radius: 14px 4px 14px 4px; background: #1a1511; }
.food-gallery-tile img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.92) contrast(1.04); transition: transform .6s cubic-bezier(.2,.75,.25,1), filter .3s ease; }
.food-gallery-tile::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,7,6,.82) 0%, transparent 51%); pointer-events: none; }
.food-gallery-tile:hover img { filter: saturate(1.05) contrast(1.07); transform: scale(1.06); }
.food-gallery-tile figcaption { position: absolute; z-index: 1; left: 18px; bottom: 15px; color: var(--cream); font-family: 'Bebas Neue', Impact, sans-serif; font-size: 24px; letter-spacing: .65px; }
.food-gallery-tile.tile-large { grid-row: span 2; }
.food-gallery-tile.tile-wide { grid-column: span 2; }

.contact-section { position: relative; background: radial-gradient(circle at 80% 22%, rgba(122,90,58,.28), transparent 32%), #0b0a09; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(350px, .97fr); gap: clamp(35px, 7vw, 105px); align-items: center; }
.contact-copy h2 { max-width: 620px; margin-bottom: 23px; font-size: clamp(56px, 5.7vw, 80px); }
.contact-copy > p { max-width: 590px; margin-bottom: 28px; color: #d6cdc1; font-size: 15px; line-height: 1.8; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.contact-card { padding: 31px; border: 1px solid rgba(244,196,0,.36); border-radius: 15px 4px 15px 4px; background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.012)); box-shadow: var(--shadow); }
.contact-location { margin: 0 0 26px; padding-bottom: 17px; border-bottom: 1px solid rgba(219,195,165,.19); color: var(--gold); font-family: 'Bebas Neue', Impact, sans-serif; font-size: 22px; letter-spacing: .8px; }
.contact-card dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 25px; margin: 0; }
.contact-card dl div { min-width: 0; }
.contact-card dt { margin-bottom: 5px; color: var(--beige); font-size: 9px; font-weight: 700; letter-spacing: 1.1px; text-transform: uppercase; }
.contact-card dd { margin: 0; color: var(--cream); font-size: 12px; line-height: 1.55; overflow-wrap: anywhere; }
.contact-card dd a:hover, .contact-social a:hover { color: var(--gold); }
.contact-social { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(219,195,165,.19); }
.contact-social a { color: var(--cream); font-size: 10px; font-weight: 700; letter-spacing: .55px; text-transform: uppercase; }

@media (min-width: 981px) {
  .hero-copy { width: min(53%, 650px); }
  .hero-visual { left: 46%; width: 57%; height: 528px; bottom: 3px; }
  .hero-visual::before { opacity: .4; }
}

@media (min-width: 761px) and (max-width: 980px) {
  .hero { min-height: 750px; padding-top: 128px; }
  .hero-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; gap: 18px; }
  .hero-copy { width: auto; padding-top: 0; }
  .hero-visual { position: relative; left: auto; bottom: auto; width: auto; height: 500px; }
  .hero h1 { font-size: clamp(52px, 6vw, 67px); }
  .catering-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dish-grid-consistent { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .categories-grid-seven { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .contact-grid { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 760px) {
  .hero { min-height: auto; padding-top: 124px; }
  .hero h1 { max-width: 500px; font-size: clamp(47px, 12.7vw, 70px); }
  .hero-text { font-size: 14px; }
  .hero-note { margin-bottom: 21px; font-size: 11px; }
  .hero-actions { gap: 10px; }
  .hero-actions .button { flex: 1 1 auto; }
  .hero-micro-details { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 0; }
  .hero-micro-details p, .hero-micro-details p:first-child { min-width: 0; padding-inline: 13px; border-left: 1px solid rgba(219,195,165,.28); }
  .hero-micro-details p:nth-child(odd) { padding-left: 0; border-left: 0; }
  .hero-visual { min-height: 365px; }
  .hero-food-image { border-radius: 0; }
  .catering-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .catering-card { min-height: 190px; padding: 21px 18px; }
  .catering-card > span { margin-bottom: 22px; }
  .dish-grid-consistent { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dish-grid-consistent .dish-card, .dish-grid-consistent .dish-card:first-child, .dish-grid-consistent .dish-card:nth-child(6), .dish-grid-consistent .dish-card:nth-child(7) { grid-column: auto; }
  .dish-grid-consistent .dish-art, .dish-grid-consistent .dish-card:first-child .dish-art { min-height: 190px; }
  .dish-grid-consistent .dish-content p { min-height: 0; }
  .categories-grid-seven { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .order-facts { grid-template-columns: 1fr; gap: 0; padding: 4px 0; }
  .order-facts p, .order-facts p:first-child { padding: 13px 0; border-top: 1px solid rgba(219,195,165,.16); border-left: 0; }
  .order-facts p:first-child { border-top: 0; }
  .food-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 185px 155px 155px; gap: 10px; }
  .food-gallery-tile.tile-large { grid-row: span 2; }
  .food-gallery-tile.tile-wide { grid-column: span 2; }
  .contact-grid { grid-template-columns: 1fr; gap: 35px; }
  .contact-card { padding: 25px; }
  .contact-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .contact-actions .button:first-child { grid-column: span 2; }
}

@media (max-width: 440px) {
  .hero { padding-bottom: 48px; }
  .hero h1 { font-size: clamp(45px, 13.3vw, 60px); }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 315px; }
  .catering-grid, .dish-grid-consistent { grid-template-columns: 1fr; }
  .dish-grid-consistent .dish-art, .dish-grid-consistent .dish-card:first-child .dish-art { min-height: 220px; }
  .categories-grid-seven { grid-template-columns: 1fr; }
  .food-gallery { grid-template-columns: 1fr; grid-template-rows: none; }
  .food-gallery-tile, .food-gallery-tile.tile-large, .food-gallery-tile.tile-wide { grid-column: auto; grid-row: auto; min-height: 230px; }
  .contact-actions { grid-template-columns: 1fr; }
  .contact-actions .button:first-child { grid-column: auto; }
  .contact-card dl { grid-template-columns: 1fr; gap: 15px; }
}

/* Editorial treatment for featured dishes: photographs lead, cards recede. */
.dish-grid-consistent { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(30px, 4vw, 62px) clamp(18px, 2.7vw, 42px); align-items: start; }
.dish-grid-consistent .dish-card,
.dish-grid-consistent .dish-card:first-child,
.dish-grid-consistent .dish-card:nth-child(6),
.dish-grid-consistent .dish-card:nth-child(7) {
  display: block;
  min-width: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}
.dish-grid-consistent .dish-card:hover { border-color: transparent; box-shadow: none; transform: translateY(-5px); }
.dish-grid-consistent .dish-card:nth-child(1) { grid-column: span 7; }
.dish-grid-consistent .dish-card:nth-child(2) { grid-column: span 5; margin-top: 72px; }
.dish-grid-consistent .dish-card:nth-child(3),
.dish-grid-consistent .dish-card:nth-child(4),
.dish-grid-consistent .dish-card:nth-child(5) { grid-column: span 4; }
.dish-grid-consistent .dish-card:nth-child(4) { margin-top: 38px; }
.dish-grid-consistent .dish-card:nth-child(5) { margin-top: -18px; }
.dish-grid-consistent .dish-card:nth-child(6),
.dish-grid-consistent .dish-card:nth-child(7) { grid-column: span 5; }
.dish-grid-consistent .dish-card:nth-child(7) { margin-top: 48px; }
.dish-grid-consistent .dish-art,
.dish-grid-consistent .dish-card:first-child .dish-art,
.dish-grid-consistent .dish-card:nth-child(6) .dish-art,
.dish-grid-consistent .dish-card:nth-child(7) .dish-art {
  min-height: 0;
  aspect-ratio: 4 / 3;
  padding: 0;
  border: 1px solid rgba(244,196,0,.28);
  border-radius: 20px 74px 18px 52px;
  background: #17120e;
}
.dish-grid-consistent .dish-card:first-child .dish-art { aspect-ratio: 16 / 10; border-radius: 54px 120px 28px 88px; }
.dish-grid-consistent .dish-card:nth-child(2) .dish-art { border-radius: 105px 22px 82px 20px; }
.dish-grid-consistent .dish-card:nth-child(3) .dish-art { border-radius: 28px 78px 22px 62px; }
.dish-grid-consistent .dish-card:nth-child(4) .dish-art { border-radius: 92px 24px 72px 20px; }
.dish-grid-consistent .dish-card:nth-child(5) .dish-art { border-radius: 24px 70px 25px 86px; }
.dish-grid-consistent .dish-card:nth-child(6) .dish-art { border-radius: 88px 22px 74px 20px; }
.dish-grid-consistent .dish-card:nth-child(7) .dish-art { border-radius: 24px 84px 24px 68px; }
.dish-grid-consistent .dish-art::after { display: none; }
.dish-grid-consistent .dish-art::before { background: linear-gradient(0deg, rgba(8,7,5,.34), transparent 58%); }
.dish-grid-consistent .dish-art img { filter: saturate(.94) contrast(1.06); }
.dish-grid-consistent .dish-content { display: block; padding: 18px 8px 0; background: transparent; }
.dish-grid-consistent .dish-content h3 { min-height: 0; margin-bottom: 8px; font-size: clamp(27px, 2.2vw, 35px); }
.dish-grid-consistent .dish-content p { min-height: 0; margin-bottom: 15px; color: #c7bdae; font-size: 12px; line-height: 1.68; }
.dish-grid-consistent .dish-content > div { display: block; padding-top: 13px; border-top: 1px solid rgba(219,195,165,.21); }
.dish-grid-consistent .dish-content strong { display: block; margin-bottom: 7px; color: var(--gold); }
.dish-grid-consistent .dish-content a { color: var(--cream); }

@media (max-width: 980px) {
  .dish-grid-consistent { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 34px 22px; }
  .dish-grid-consistent .dish-card:nth-child(1) { grid-column: span 4; }
  .dish-grid-consistent .dish-card:nth-child(2) { grid-column: span 2; margin-top: 52px; }
  .dish-grid-consistent .dish-card:nth-child(3),
  .dish-grid-consistent .dish-card:nth-child(4),
  .dish-grid-consistent .dish-card:nth-child(5) { grid-column: span 2; }
  .dish-grid-consistent .dish-card:nth-child(6),
  .dish-grid-consistent .dish-card:nth-child(7) { grid-column: span 3; }
}

@media (max-width: 760px) {
  .dish-grid-consistent { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 17px; }
  .dish-grid-consistent .dish-card:nth-child(1) { grid-column: span 2; }
  .dish-grid-consistent .dish-card:nth-child(n + 2) { grid-column: span 1; margin-top: 0; }
  .dish-grid-consistent .dish-card:first-child .dish-art { aspect-ratio: 16 / 10; border-radius: 38px 82px 18px 56px; }
  .dish-grid-consistent .dish-art { aspect-ratio: 1 / 1; }
  .dish-grid-consistent .dish-content { padding: 14px 4px 0; }
  .dish-grid-consistent .dish-content h3 { font-size: 25px; }
  .dish-grid-consistent .dish-content p { font-size: 10px; }
}

@media (max-width: 440px) {
  .dish-grid-consistent { grid-template-columns: 1fr; gap: 34px; }
  .dish-grid-consistent .dish-card:nth-child(1),
  .dish-grid-consistent .dish-card:nth-child(n + 2) { grid-column: auto; }
  .dish-grid-consistent .dish-art,
  .dish-grid-consistent .dish-card:first-child .dish-art { aspect-ratio: 4 / 3; }
  .dish-grid-consistent .dish-content { padding-inline: 2px; }
}

/* Persistent navigation: visible when useful, absent while the visitor is reading. */
html { scroll-padding-top: 108px; }
.site-header {
  position: fixed;
  padding-block: 12px;
  background: linear-gradient(180deg, rgba(10,10,10,.9), rgba(10,10,10,.58) 75%, transparent);
  transition: transform .32s cubic-bezier(.2,.78,.24,1), background .28s ease, box-shadow .28s ease;
  will-change: transform;
}
.site-header.is-scrolled {
  background: rgba(10,10,10,.92);
  box-shadow: 0 12px 29px rgba(0,0,0,.26);
  backdrop-filter: blur(14px);
}
.site-header.is-hidden { transform: translateY(-115%); }
.site-header.is-menu-open { transform: translateY(0); }

@media (max-width: 760px) {
  .site-header { position: fixed; padding-block: 8px; }
  .main-nav { top: 74px; }
}
