:root {
  color-scheme: dark;
  --gold: #d1aa5b;
  --paper: #f6f5f2;
  --muted: #a9aaa7;
  --line: #ffffff14;
  --black: #0c0d0d;
  --surface: #161717;
  --side: max(28px, calc((100% - 1280px) / 2));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; color: var(--paper); font-family: Arial, Helvetica, sans-serif; letter-spacing: 0; -webkit-font-smoothing: antialiased; }
body:not([data-page="inicio"]) { background: var(--black); }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin: 0; }
p { line-height: 1.7; }
[hidden] { display: none !important; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
::selection { background: var(--gold); color: var(--black); }
body.menu-open { overflow: hidden; }
.sequence-loader { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; align-content: center; gap: 24px; background: #0c0d0d; transition: opacity .6s ease, visibility .6s ease; }
.sequence-loader img { width: min(280px, 52vw); height: auto; object-fit: contain; mix-blend-mode: screen; }
.sequence-loader-track { width: min(280px, 52vw); height: 2px; overflow: hidden; background: #ffffff20; }
.sequence-loader-track span { display: block; width: 0; height: 100%; background: var(--gold); transition: width .18s ease; }
.sequence-loader p { display: flex; align-items: baseline; gap: 12px; color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.sequence-loader p strong { color: var(--gold); font-size: 15px; font-weight: 500; }
.sequence-loader.is-complete { opacity: 0; visibility: hidden; }
body[data-page="inicio"]:not(.sequence-ready) .scroll-film, body[data-page="inicio"]:not(.sequence-ready) .site-header, body[data-page="inicio"]:not(.sequence-ready) .journey, body[data-page="inicio"]:not(.sequence-ready) .chapter-nav, body[data-page="inicio"]:not(.sequence-ready) .site-footer, body[data-page="inicio"]:not(.sequence-ready) .floating-whatsapp, body[data-page="inicio"]:not(.sequence-ready) .floating-cart { visibility: hidden; }

/* The sequence belongs exclusively to the home page. */
.scroll-film { position: fixed; inset: 0; z-index: -1; background: #080909 url('../public/assets/sequence/frame-0001.webp') center/cover; }
#sequence { display: block; width: 100%; height: 100%; }
.film-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #000a, #0001 85%), linear-gradient(0deg, #0009, transparent 45%, #0007); }
.site-header { height: 92px; position: fixed; inset: 0 0 auto; z-index: 30; display: flex; align-items: center; gap: 28px; padding: 0 var(--side); background: #0c0d0df5; border-bottom: 1px solid var(--line); }
body[data-page="inicio"] .site-header { background: #0c0d0dba; backdrop-filter: blur(12px); }
.wordmark { flex: 0 0 142px; }
.wordmark img { width: 142px; height: 78px; object-fit: contain; mix-blend-mode: screen; }
.desktop-nav { display: flex; gap: 26px; margin-left: auto; align-items: center; }
.desktop-nav a { color: #b9b9b5; font-size: 13px; padding: 36px 0; position: relative; white-space: nowrap; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--paper); }
.desktop-nav a[aria-current="page"]:after { content: ''; height: 2px; background: var(--gold); position: absolute; bottom: 20px; inset-inline: 0; }
.header-book { border: 1px solid #d1aa5b77; color: var(--gold); border-radius: 4px; padding: 12px 18px; font-size: 12px; }
.header-book:hover { background: var(--gold); color: #10110f; }
.menu-toggle { order: 4; display: flex; align-items: center; justify-content: center; gap: 4px; padding: 10px; min-width: 44px; min-height: 44px; background: none; color: var(--paper); border: 1px solid var(--line); border-radius: 4px; }
.menu-toggle span { display: block; width: 3px; height: 3px; border-radius: 50%; background: currentColor; }
.menu-toggle em { display: none; }
.menu-panel { position: fixed; inset: 0; z-index: 25; background: #0c0d0d; visibility: hidden; opacity: 0; transition: opacity .25s, visibility .25s; }
.menu-open .menu-panel { visibility: visible; opacity: 1; }
.menu-panel-inner { height: 100%; overflow: auto; padding: 135px var(--side) 35px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 30px; }
.menu-links { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 22px; }
.menu-links a { font-size: 32px; line-height: 1.15; font-weight: 500; color: #b3b3b0; }
.menu-links a:hover, .menu-links a[aria-current="page"] { color: var(--gold); }
.language-picker { align-self: center; padding-left: 45px; border-left: 1px solid var(--line); }
.language-picker>p { font-size: 12px; color: var(--muted); margin-bottom: 20px; }
.language-list { display: flex; flex-direction: column; gap: 8px; }
.language-list button { min-height: 34px; text-align: left; color: #aaa; border: 0; background: none; }
.language-list button[aria-pressed="true"] { color: var(--gold); }
.language-list span { display: none; }
.menu-contact { grid-column: 1/-1; display: flex; justify-content: space-between; font-size: 12px; color: var(--muted); padding-top: 22px; border-top: 1px solid var(--line); }

.journey-scene { min-height: 112svh; position: relative; display: flex; align-items: center; padding: 145px var(--side) 110px; scroll-margin-top: 92px; }
.journey-scene.opening { min-height: 92svh; }
.scene-copy { width: 570px; max-width: 100%; text-shadow: 0 2px 24px #0006; }
.scene-copy h2 { font-size: 48px; font-weight: 600; line-height: 1.13; margin-bottom: 24px; }
.scene-copy p:not(.kicker) { max-width: 460px; font-size: 16px; margin-bottom: 28px; color: #e4e3dc; }
.kicker { color: var(--gold); font-size: 11px; line-height: 1.6; margin-bottom: 18px; text-transform: uppercase; }
.hero-logo { width: 380px; height: auto; max-width: 100%; margin: 0 0 24px; mix-blend-mode: screen; }
.opening .scene-copy>p:not(.kicker) { font-size: 20px; }
.align-right { justify-content: flex-end; }
.action-primary { display: inline-flex; align-items: center; justify-content: center; gap: 25px; background: var(--gold); color: #11120e; padding: 15px 22px; border-radius: 4px; min-height: 46px; font-size: 13px; font-weight: 600; text-shadow: none; }
.action-primary:hover { background: #e4bf75; }
.action-text { display: inline-flex; align-items: center; gap: 20px; padding: 12px 0; color: var(--gold); font-size: 13px; }
.action-text:hover { color: white; }
.hero-actions, .scene-links { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.scene-links a { font-size: 14px; padding: 12px 0; border-bottom: 1px solid #d1aa5b88; }
.scroll-cue { position: absolute; bottom: 60px; left: var(--side); font-size: 11px; display: flex; gap: 25px; align-items: center; color: var(--muted); }
.scroll-cue span { font-size: 22px; }
.chapter-nav { position: fixed; bottom: 0; inset-inline: 0; z-index: 15; display: flex; justify-content: center; gap: 32px; padding: 15px 24px; background: #090a0acc; backdrop-filter: blur(12px); border-top: 1px solid var(--line); }
.chapter-nav a { font-size: 11px; color: #a7a8a4; padding: 4px 0; }
.chapter-nav a[aria-current="step"] { color: var(--gold); }
.scene-awards { display: grid; gap: 14px; margin: 26px 0; }
.scene-awards a { display: flex; align-items: center; gap: 20px; max-width: 480px; padding: 13px; background: #111413c9; border: 1px solid #ffffff1c; border-radius: 6px; text-shadow: none; }
.scene-awards img { width: 76px; height: 76px; object-fit: cover; border-radius: 4px; }
.scene-awards small { display: block; color: var(--gold); font-size: 11px; margin-bottom: 9px; }
.scene-awards strong { font-size: 17px; font-weight: 500; }
.scene-definition { margin-top: 25px; border-top: 1px solid #ffffff40; padding-top: 20px; }
.scene-definition strong { font-size: 24px; }
.scene-definition span { display: block; color: #deded9; font-size: 14px; line-height: 1.6; margin-top: 8px; }
.home-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; max-width: 530px; margin-bottom: 20px; }
.home-gallery img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 4px; }

.inner-page, .menu-page { padding-top: 92px; }
.page-hero, .menu-heading { padding: 62px var(--side) 38px; min-height: 260px; position: relative; }
.page-hero h1, .menu-heading h1 { font-size: 42px; line-height: 1.15; font-weight: 600; max-width: 920px; margin-bottom: 18px; overflow-wrap: anywhere; }
.page-hero>p:last-child, .menu-heading>p:last-child { max-width: 590px; font-size: 15px; color: var(--muted); }
.page-count { display: none; }
.editorial-grid, .contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 65px; padding: 25px var(--side) 75px; }
.portrait-media img { width: 100%; max-height: 610px; object-fit: cover; border-radius: 6px; }
.portrait-media figcaption { font-size: 12px; margin-top: 15px; color: var(--muted); }
.editorial-copy h2 { font-size: 27px; margin-bottom: 25px; }
.editorial-copy p { margin-bottom: 24px; color: var(--muted); font-size: 15px; line-height: 1.85; }
.milestones { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; padding: 55px var(--side); border-top: 1px solid var(--line); }
.milestones span { color: var(--gold); font-size: 12px; }
.milestones h2 { font-size: 20px; font-weight: 500; margin: 18px 0 10px; }
.milestones p { color: var(--muted); font-size: 14px; }
.cards-directory { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; padding: 15px var(--side) 90px; }
.cards-directory>a { position: relative; isolation: isolate; min-height: 380px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; display: flex; flex-direction: column; justify-content: flex-end; }
.cards-directory>a:before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg,#000e,transparent 85%),var(--card-image) center/cover; transition: transform .4s; }
.cards-directory>a:hover:before { transform: scale(1.04); }
.cards-directory>a>span { position: absolute; top: 22px; font-size: 11px; }
.cards-directory p { color: var(--gold); font-size: 12px; margin-bottom: 12px; }
.cards-directory h2 { font-size: 29px; line-height: 1.15; }
.cards-directory em { position: absolute; right: 22px; top: 22px; font-size: 22px; font-style: normal; }
.manifesto-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; padding: 15px var(--side) 70px; }
.manifesto-image img { width: 100%; height: 100%; max-height: 430px; object-fit: cover; border-radius: 6px; }
.manifesto-text { padding: 30px; align-self: center; }
.manifesto-text span { color: var(--gold); font-size: 12px; }
.manifesto-text h2 { font-size: 30px; font-weight: 500; margin: 20px 0; }
.manifesto-text p { color: var(--muted); font-size: 15px; }
.video-section { padding: 0 var(--side) 75px; }
.video-section h2 { font-size: 24px; margin-bottom: 25px; }
.video-section iframe { width: 100%; max-width: 1000px; aspect-ratio: 16/9; height: auto; border: 0; border-radius: 6px; }
.photo-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; padding: 0 var(--side) 75px; }
.photo-gallery img { aspect-ratio: 1; object-fit: cover; width: 100%; border-radius: 6px; }
.news-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 26px; padding: 15px var(--side) 85px; }
.news-card { border: 1px solid var(--line); border-radius: 6px; overflow: hidden; background: var(--surface); }
.news-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.news-card a>div { padding: 24px; }
.news-card time { display: block; font-size: 11px; color: var(--gold); margin-bottom: 15px; }
.news-card h2 { font-size: 19px; font-weight: 500; line-height: 1.5; margin-bottom: 12px; }
.article-page .page-hero h1 { font-size: 34px; }
.back-link { display: inline-block; margin-bottom: 25px; font-size: 13px; color: var(--muted); }
.article-body { max-width: 850px; padding: 15px 28px 80px; margin: auto; }
.article-body>img { width: 100%; max-height: 530px; object-fit: contain; margin-bottom: 35px; }
.article-body>p { margin: 20px 0; color: var(--muted); }
.article-links { display: flex; flex-direction: column; gap: 12px; overflow-wrap: anywhere; }
.contact-photo img { width: 100%; height: 100%; max-height: 590px; object-fit: cover; border-radius: 6px; }
.contact-details h2 { font-size: 30px; font-weight: 500; }
.contact-details dl>div { display: grid; grid-template-columns: 100px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-details dt { color: var(--muted); font-size: 12px; }
.contact-details dd { margin: 0; font-size: 15px; line-height: 1.7; overflow-wrap: anywhere; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 25px; }

.menu-heading { padding-bottom: 30px; min-height: 235px; }
.menu-tabs { position: sticky; top: 92px; z-index: 10; display: flex; gap: 32px; padding: 0 var(--side); background: #0c0d0df5; border-bottom: 1px solid var(--line); overflow: auto; }
.menu-tabs a { padding: 18px 0; white-space: nowrap; font-size: 14px; color: var(--muted); }
.menu-tabs a.is-active { color: var(--gold); border-bottom: 2px solid var(--gold); }
.menu-tools { display: flex; align-items: flex-end; gap: 20px; padding: 30px var(--side); }
.menu-tools label { display: flex; flex-direction: column; gap: 9px; }
.menu-tools label>span { font-size: 11px; color: var(--muted); }
.search-field { flex: 1; max-width: 410px; }
.menu-tools input, .menu-tools select { border: 1px solid #ffffff22; background: #171818; color: var(--paper); padding: 12px 14px; border-radius: 4px; min-width: 0; width: 100%; font-size: 13px; height: 43px; }
.category-field { width: 260px; }
.menu-total { margin-left: auto; align-self: center; padding-top: 20px; white-space: nowrap; color: var(--muted); font-size: 12px; }
.menu-board { display: grid; grid-template-columns: 1fr; align-items: start; gap: 24px; padding: 0 var(--side) 58px; }
.menu-category { padding: 28px 38px 20px; background: #151617; border: 1px solid #26313f; border-radius: 22px; min-width: 0; box-shadow: 0 18px 40px #0005; }
.menu-category>header { display: flex; align-items: center; gap: 17px; padding: 0 0 25px; border-bottom: 1px solid #ffffff18; }
.category-mark { display: grid; place-items: center; width: 38px; height: 38px; flex-shrink: 0; color: var(--gold); border: 1px solid #d1aa5b66; border-radius: 8px; }
.category-mark svg { width: 19px; height: 19px; stroke-width: 1.7; }
.menu-category h2 { font-size: 27px; font-weight: 700; line-height: 1.25; }
.category-count { margin-left: auto; color: #888b86; font-size: 12px; }
.dish-row { position: relative; display: grid; grid-template-columns: 112px minmax(0,1fr) auto; align-items: center; gap: 22px; padding: 24px 0; border-bottom: 1px dashed #344252; cursor: pointer; transition: background .2s, padding .2s; }
.dish-row:hover, .dish-row:focus-visible { padding-left: 12px; padding-right: 12px; background: #d1aa5b08; outline: none; }
.dish-row:last-child { border-bottom: 0; padding-bottom: 0; }
.dish-row>img { width: 112px; height: 112px; object-fit: cover; border-radius: 22px; filter: saturate(.9); transition: transform .25s, filter .25s; }
.dish-row:hover>img, .dish-row:focus-visible>img { transform: scale(1.035); filter: saturate(1); }
.dish-copy h3 { font-family: Arial, sans-serif; font-size: 18px; line-height: 1.35; font-weight: 600; }
.dish-copy>p { font-size: 12px; line-height: 1.55; color: var(--muted); margin-top: 7px; }
.dish-price { display: flex; align-items: center; gap: 12px; text-align: right; max-width: 250px; }
.dish-price strong { font-size: 18px; color: var(--gold); font-weight: 700; }
.dish-price small { display: block; font-size: 11px; color: var(--muted); margin-top: 8px; }
.add-product { display: inline-flex; align-items: center; gap: 7px; border: 1px solid #d1aa5b88; border-radius: 6px; background: transparent; color: var(--paper); padding: 10px 14px; font-size: 13px; font-weight: 600; transition: background .2s, color .2s, transform .2s; }
.add-product::after { content: '+'; color: var(--gold); font-size: 16px; line-height: 10px; }
.add-product:hover, .add-product:focus-visible { background: var(--gold); color: #111; transform: translateY(-1px); outline: none; }
.allergens { color: #949793; margin-top: 8px; font-size: 11px; }
.allergens summary { cursor: pointer; }
.allergens p { margin-top: 7px; }
.menu-fineprint { padding: 0 var(--side) 65px; color: var(--muted); font-size: 12px; }
.menu-fineprint p { margin-bottom: 7px; }
.empty-results { padding: 30px var(--side) 50px; color: var(--muted); }
.site-footer { background: #080909f7; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; padding: 35px var(--side); border-top: 1px solid var(--line); font-size: 12px; }
body[data-page="inicio"] .site-footer { padding-bottom: 85px; }
.site-footer>div { display: flex; flex-direction: column; gap: 12px; }
.site-footer span { color: var(--muted); }
.footer-logo { width: 150px; height: auto; mix-blend-mode: screen; }
.floating-whatsapp, .floating-cart { position: fixed; right: 24px; z-index: 22; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; border: 1px solid #ffffff35; color: white; box-shadow: 0 12px 30px #0007; }
.floating-whatsapp { bottom: 24px; background: #1fca67; }
.floating-whatsapp img { width: 29px; height: 29px; }
.floating-cart { bottom: 94px; background: #151818; font-size: 22px; }
.floating-cart svg { width: 23px; height: 23px; stroke-width: 1.6; }
.cart-pulse { animation: cart-pulse .5s ease; }
.cart-flight { position: fixed; z-index: 80; pointer-events: none; object-fit: cover; border-radius: 50%; box-shadow: 0 6px 20px #0009; transition: left .45s cubic-bezier(.22,.8,.25,1), top .45s cubic-bezier(.22,.8,.25,1), width .45s, height .45s, opacity .45s; }
@keyframes cart-pulse { 50% { transform: scale(1.16); border-color: var(--gold); } }
.floating-cart b { position: absolute; top: -5px; right: -3px; display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: var(--gold); color: #10110e; font-size: 11px; }
.floating-cart b[hidden] { display: none; }
.cart-drawer { position: fixed; inset: 0 0 0 auto; z-index: 45; display: flex; flex-direction: column; width: min(430px, 100%); background: #171919; box-shadow: -18px 0 50px #0009; transform: translateX(100%); transition: transform .3s; }
.cart-drawer[aria-hidden="false"] { transform: translateX(0); }
.cart-head { display: flex; align-items: flex-start; justify-content: space-between; padding: 30px 28px 24px; border-bottom: 1px solid var(--line); }
.cart-head small, .product-dialog-body>small { color: var(--gold); font-size: 10px; letter-spacing: .12em; }
.cart-head h2 { margin-top: 6px; font-size: 25px; font-weight: 600; }
.cart-head button, .modal-close { border: 0; border-radius: 50%; background: #272a2a; color: white; width: 36px; height: 36px; font-size: 24px; line-height: 1; }
.cart-items { flex: 1; overflow-y: auto; padding: 20px; }
.cart-empty { padding: 50px 20px; color: var(--muted); text-align: center; font-size: 14px; }
.cart-item { display: grid; grid-template-columns: 62px minmax(0,1fr) auto; gap: 13px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 62px; height: 62px; object-fit: cover; border-radius: 5px; }
.cart-item h3 { font-size: 13px; font-weight: 500; line-height: 1.4; }
.cart-item p { color: var(--muted); font-size: 11px; margin-top: 5px; }
.cart-quantity { display: flex; align-items: center; gap: 12px; margin-top: 12px; }
.cart-quantity button { border: 1px solid var(--line); background: #272a2a; color: white; width: 24px; height: 24px; border-radius: 4px; }
.cart-quantity span { font-size: 12px; }
.cart-remove { align-self: end; border: 0; background: transparent; color: #cf7970; font-size: 11px; }
.cart-foot { padding: 22px 28px 30px; border-top: 1px solid var(--line); }
.cart-foot>div { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.cart-foot span { color: var(--muted); }
.cart-foot strong { color: var(--gold); font-size: 22px; }
.cart-checkout { width: 100%; border: 0; border-radius: 4px; padding: 15px; background: var(--gold); color: #10110e; font-weight: 600; }
.cart-checkout:disabled { opacity: .35; cursor: not-allowed; }
.product-modal, .checkout-modal { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 25px; background: #000b; opacity: 0; visibility: hidden; transition: opacity .2s, visibility .2s; }
.product-modal[aria-hidden="false"], .checkout-modal[aria-hidden="false"] { opacity: 1; visibility: visible; }
.product-dialog { position: relative; width: min(550px, 100%); overflow: hidden; border-radius: 8px; background: #171919; border: 1px solid #ffffff20; }
.product-dialog>img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.product-dialog-body { padding: 25px; }
.product-dialog-body h2, .checkout-dialog h2 { margin: 9px 0 14px; font-size: 26px; line-height: 1.2; }
.product-dialog-body p, .checkout-dialog>p { color: var(--muted); font-size: 14px; line-height: 1.65; margin-bottom: 22px; }
.product-dialog-body>strong { display: block; color: var(--gold); font-size: 20px; margin-bottom: 22px; }
.product-dialog-body .action-primary { display: inline-flex; align-items: center; gap: 7px; }
.product-dialog-body .action-primary svg { width: 16px; }
.modal-close { position: absolute; top: 15px; right: 15px; z-index: 2; }
.checkout-dialog { position: relative; width: min(580px, 100%); max-height: calc(100vh - 50px); overflow-y: auto; border-radius: 8px; background: #171919; border: 1px solid #ffffff20; padding: 34px; }
.checkout-dialog form { display: grid; gap: 15px; }
.checkout-dialog label { display: grid; gap: 7px; color: var(--muted); font-size: 12px; }
.checkout-dialog input, .checkout-dialog select, .checkout-dialog textarea { width: 100%; border: 1px solid #ffffff26; border-radius: 4px; background: #0e1010; color: var(--paper); padding: 13px; resize: vertical; }
.checkout-dialog .action-primary { border: 0; width: 100%; margin-top: 6px; }
.dialog-open { overflow: hidden; }

@media(min-width:1600px) { .scene-copy h2 { font-size: 56px; } }
@media(max-width:1100px) {
  .desktop-nav { gap: 16px; }
  .site-header { gap: 20px; }
  .desktop-nav a { font-size: 12px; }
  .dish-row { grid-template-columns: 76px minmax(0,1fr); gap: 14px; }
  .dish-row>img { width: 76px; height: 82px; grid-row: span 2; }
  .dish-price { grid-column: 2; text-align: left; max-width: none; display: flex; gap: 15px; align-items: center; }
  .dish-price small { margin: 0; }
}
@media(max-width:900px) {
  .desktop-nav { display: none; }
  .header-book { margin-left: auto; }
  .menu-board { gap: 18px; }
  .menu-category { padding: 18px; }
  .menu-category h2 { font-size: 18px; }
  .editorial-grid, .contact-layout { gap: 30px; }
  .cards-directory { gap: 16px; }
  .cards-directory>a { padding: 22px; min-height: 320px; }
  .cards-directory h2 { font-size: 25px; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .menu-links a { font-size: 30px; }
  .chapter-nav { gap: 22px; }
}
@media(max-width:600px) {
  :root { --side: 20px; }
  .site-header { height: 78px; gap: 15px; }
  .wordmark { flex-basis: 120px; }
  .wordmark img { width: 120px; height: 68px; }
  .header-book { padding: 10px 14px; font-size: 11px; }
  .menu-toggle { padding: 9px; }
  .menu-panel-inner { padding-top: 105px; grid-template-columns: 1fr; gap: 25px; }
  .menu-links { gap: 18px; }
  .menu-links a { font-size: 25px; }
  .language-picker { padding: 20px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .language-list { display: grid; grid-template-columns: 1fr 1fr; }
  .menu-contact { display: none; }
  .journey-scene { min-height: 118svh; padding: 115px var(--side) 95px; scroll-margin-top: 78px; }
  .journey-scene.opening { min-height: 92svh; }
  .scene-copy h2 { font-size: 35px; }
  .scene-copy p:not(.kicker) { font-size: 15px; }
  .hero-logo { width: 300px; }
  .opening .scene-copy>p:not(.kicker) { font-size: 18px; }
  .align-right { justify-content: flex-start; }
  .film-shade { background: linear-gradient(90deg,#0009,#0003),linear-gradient(0deg,#000a,transparent 80%); }
  .chapter-nav { justify-content: flex-start; overflow: auto; gap: 22px; padding: 13px 20px; }
  .chapter-nav a { flex: 0 0 auto; }
  .scroll-cue { bottom: 48px; }
  .scene-awards img { width: 62px; height: 62px; }
  .scene-awards strong { font-size: 15px; }
  .inner-page, .menu-page { padding-top: 78px; }
  .page-hero, .menu-heading { padding-top: 35px; padding-bottom: 30px; min-height: auto; }
  .page-hero h1, .menu-heading h1 { font-size: 32px; }
  .page-hero>p:last-child, .menu-heading>p:last-child { font-size: 14px; }
  .editorial-grid, .contact-layout, .milestones, .manifesto-grid, .news-grid, .cards-directory { grid-template-columns: 1fr; }
  .editorial-copy h2 { font-size: 24px; }
  .milestones { gap: 35px; }
  .cards-directory>a { min-height: 270px; }
  .manifesto-text { padding: 15px 0 25px; }
  .manifesto-text h2, .contact-details h2 { font-size: 26px; }
  .manifesto-grid article:nth-child(3) { order: 4; }
  .photo-gallery { grid-template-columns: 1fr 1fr; gap: 12px; }
  .menu-tabs { top: 78px; gap: 24px; }
  .menu-tabs a { font-size: 12px; padding: 17px 0; }
  .menu-tools { display: grid; grid-template-columns: 1fr; gap: 15px; padding-top: 24px; }
  .search-field, .category-field { max-width: none; width: 100%; }
  .menu-total { margin: 0; padding: 0; }
  .menu-board { grid-template-columns: 1fr; gap: 22px; }
  .dish-row { grid-template-columns: 68px minmax(0,1fr); gap: 12px; padding: 19px 0; }
  .dish-row>img { width: 68px; height: 74px; }
  .dish-copy h3 { font-size: 16px; }
  .dish-price strong { font-size: 14px; }
  .site-footer { grid-template-columns: 1fr; gap: 26px; }
  .article-page .page-hero h1 { font-size: 29px; }
  .floating-whatsapp, .floating-cart { right: 17px; width: 52px; height: 52px; }
  .floating-cart { bottom: 83px; }
  .floating-whatsapp { bottom: 18px; }
  .checkout-dialog { padding: 25px 18px; }
}
@media(prefers-reduced-motion:reduce) { html { scroll-behavior: auto; } *, *:before { transition: none !important; } }
