/* La Casa de las Tortas — estilos del sitio. Tokens de marca: negro #141414, amarillo #F4C400, crema #FBF8F0. */
:root {
  --ink: #1B1B19; --paper: #FBF8F0; --white: #FFFFFF; --band: #141414; --band2: #232322; --band-ink: #FBF8F0;
  --yellow: #F4C400; --yellow-ink: #5A4A00; --gold: #8A6D00; --muted: #6B6A63; --muted-dark: #D8D3C4; --rule: #E8E3D3; --rule-dark: #2E2E2C; --soft: #F1EEE3;
  --green: #3DBE63; --red: #C8322B;
  --display: 'Bebas Neue', Impact, 'Arial Narrow', sans-serif;
  --body: Poppins, 'Segoe UI', Arial, sans-serif;
  --max: 1312px; --pad: clamp(16px, 4vw, 64px); --radius: 8px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; animation: none !important; } }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.55; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--yellow); outline-offset: 2px; box-shadow: 0 0 0 6px rgba(20,20,20,.85); border-radius: 4px; }
.dark a:focus-visible, .dark button:focus-visible, .hero a:focus-visible, .footer a:focus-visible { box-shadow: 0 0 0 6px rgba(251,248,240,.9); }
h1, h2, h3 { font-family: var(--display); font-weight: 400; letter-spacing: .5px; line-height: 1; margin: 0; text-wrap: balance; }
p { margin: 0; }
.wrap { max-width: var(--max); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
.eyebrow { font-size: 13px; letter-spacing: 3px; text-transform: uppercase; font-weight: 600; color: var(--gold); }
.eyebrow.on-dark { color: var(--yellow); }
.eyebrow.on-yellow { color: var(--yellow-ink); }
.brush { display: inline-block; background: var(--yellow); padding: 4px 16px 0; transform: skewX(-8deg); border-radius: 3px; color: #141414; }
.brush > span { display: inline-block; transform: skewX(8deg); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 700; padding: 16px 24px; border-radius: 6px; font-size: 16px; min-height: 52px; border: 2px solid transparent; cursor: pointer; font-family: inherit; transition: filter .15s; }
.btn:hover { filter: brightness(.95); }
.btn-yellow { background: var(--yellow); color: #141414; }
.btn-black { background: #141414; color: var(--band-ink); }
.btn-outline { border-color: currentColor; background: transparent; font-weight: 600; }
.btn svg { flex-shrink: 0; }
.link-under { font-weight: 600; border-bottom: 2px solid currentColor; padding-bottom: 3px; }
.skip { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); left: 8px; top: 8px; background: var(--yellow); color: #141414; padding: 10px 14px; border-radius: 6px; z-index: 100; }
.skip:focus { width: auto; height: auto; overflow: visible; clip-path: none; }

/* Barra superior */
.top { background: var(--band); color: var(--band-ink); border-bottom: 1px solid #2A2A28; position: sticky; top: 0; z-index: 50; }
.top .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 72px; }
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; margin-right: 8px; }
.brand img { width: 62px; height: 62px; object-fit: contain; }
.brand-name { font-family: var(--display); font-size: 23px; letter-spacing: 1px; line-height: 1.02; white-space: nowrap; }
.brand-sub { font-size: 11px; color: var(--yellow); letter-spacing: 2px; line-height: 1.1; text-transform: uppercase; white-space: nowrap; }
.nav { display: flex; align-items: center; gap: 28px; font-size: 15px; font-weight: 500; }
.nav a { white-space: nowrap; }
.nav a:hover { color: var(--yellow); }
.lang { flex-shrink: 0; white-space: nowrap; display: inline-flex; border: 1px solid #3A3A38; border-radius: 999px; overflow: hidden; font-size: 12px; font-weight: 600; }
.lang span, .lang a { padding: 6px 10px; }
.lang .on { background: var(--yellow); color: #141414; }
.lang a { color: #B9B5A8; }
.top-cta { display: flex; align-items: center; gap: 14px; }
.status { white-space: nowrap; display: inline-flex; align-items: center; gap: 8px; border: 1px solid #3A3A38; border-radius: 999px; padding: 7px 13px; font-size: 13px; white-space: nowrap; }
.status i { width: 9px; height: 9px; border-radius: 50%; background: #8F8B7E; display: inline-block; }
.status.is-open i { background: var(--green); }
.status.is-closed i { background: var(--red); }
.top .btn { padding: 11px 18px; min-height: 44px; font-size: 15px; }
.nav-toggle { display: none; background: transparent; border: 0; color: var(--band-ink); padding: 8px; cursor: pointer; }

/* Hero */
.hero { background: var(--band); color: var(--band-ink); position: relative; overflow: hidden; }
.hero .wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; padding-top: 72px; padding-bottom: 84px; }
.hero-copy { display: flex; flex-direction: column; gap: 24px; }
.hero h1 { font-size: clamp(56px, 7vw, 100px); line-height: .92; letter-spacing: 1px; }
.hero h1 .accent { color: var(--yellow); }
.hero-text { font-size: clamp(17px, 1.5vw, 21px); color: var(--muted-dark); max-width: 560px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-actions .btn-outline { color: var(--band-ink); }
.hero-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 22px; font-size: 15px; color: var(--muted-dark); }
.hero-meta strong { color: var(--band-ink); }
.hero-meta .sep { color: #4A4A48; }
.hero-photo { position: relative; }
.placemat { position: absolute; top: -22px; right: -30px; width: 92%; height: 92%; background-image: repeating-conic-gradient(var(--yellow) 0 25%, var(--paper) 0 50%); background-size: 34px 34px; transform: rotate(-3deg); border-radius: 6px; }
.hero-photo img { position: relative; width: 100%; height: clamp(260px, 38vw, 540px); object-fit: cover; border-radius: var(--radius); box-shadow: 0 30px 60px rgba(0,0,0,.45); margin-top: 10px; }
.hero-badge { position: absolute; left: -12px; bottom: 26px; background: var(--yellow); color: #141414; padding: 12px 16px; border-radius: 6px; display: flex; flex-direction: column; gap: 2px; transform: rotate(-2deg); box-shadow: 0 10px 24px rgba(0,0,0,.35); }
.hero-badge small { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; }
.hero-badge b { font-family: var(--display); font-size: 26px; line-height: 1; font-weight: 400; }
.stripe { height: 10px; background-image: repeating-linear-gradient(90deg, var(--yellow) 0 40px, var(--band) 40px 80px); }

/* Franja datos */
.band { background: var(--yellow); color: #141414; }
.band .wrap { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding-top: 24px; padding-bottom: 24px; }
.band-item { display: flex; align-items: center; gap: 14px; padding: 6px 24px; border-right: 1px solid rgba(20,20,20,.18); }
.band-item:first-child { padding-left: 0; } .band-item:last-child { border-right: 0; padding-right: 0; }
.band-item svg { flex-shrink: 0; }
.band-item small { display: block; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; color: var(--yellow-ink); }
.band-item b { font-size: 16px; font-weight: 600; }

/* Secciones */
.section { padding-top: 64px; padding-bottom: 64px; }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: 32px; }
.section-head h2 { font-size: clamp(38px, 4.5vw, 64px); margin-top: 10px; }
.dark { background: var(--band); color: var(--band-ink); }
.yellow { background: var(--yellow); color: #141414; }
.soft { background: var(--soft); }

/* Pasos */
.steps { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; align-items: center; }
.steps h2 { font-size: clamp(38px, 4vw, 60px); margin: 10px 0 12px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card { background: var(--white); border: 1px solid var(--rule); border-radius: var(--radius); padding: 22px; display: flex; flex-direction: column; gap: 10px; }
.step-n { font-family: var(--display); font-size: 24px; line-height: 1; color: var(--yellow); background: #141414; width: 42px; height: 42px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; -webkit-text-stroke: 0; }
.card b { font-size: 17px; font-weight: 600; }
.card p { font-size: 14px; color: var(--muted); line-height: 1.5; }

/* Destacados */
.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.product { background: var(--white); border: 1px solid var(--rule); border-radius: var(--radius); overflow: hidden; position: relative; display: flex; flex-direction: column; }
.product img { width: 100%; height: 220px; object-fit: cover; }
.product .tag { position: absolute; top: 12px; left: 12px; background: #141414; color: var(--yellow); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; padding: 6px 10px; border-radius: 4px; }
.product .tag.alt { background: var(--yellow); color: #141414; }
.product-body { padding: 14px 18px 18px; display: flex; flex-direction: column; gap: 6px; }
.product-row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.product-row b { font-size: 18px; font-weight: 600; }
.price { font-family: var(--display); font-size: 26px; color: var(--gold); white-space: nowrap; font-variant-numeric: tabular-nums; }
.product-body p { font-size: 14px; color: var(--muted); line-height: 1.45; }
.combo { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; background: #141414; color: var(--band-ink); padding: 16px 22px; border-radius: 6px; margin-top: 28px; }
.combo-left { display: flex; align-items: center; gap: 14px; }
.combo .k { font-family: var(--display); font-size: 28px; color: var(--yellow); }
.combo small { font-size: 13px; color: #B9B5A8; }

/* Galería */
.gallery { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.3fr; gap: 12px; height: clamp(180px, 22vw, 300px); }
.gallery img { width: 100%; height: 100%; object-fit: cover; border-radius: 6px; }

/* Cómo llegar */
.directions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 56px; align-items: center; }
.directions h2 { font-size: clamp(38px, 4.5vw, 64px); margin: 10px 0 8px; }
.directions h2 .accent { color: var(--yellow); }
.directions .text { color: var(--muted-dark); font-size: 17px; max-width: 540px; margin-bottom: 20px; }
.facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-bottom: 22px; }
.fact { border-top: 2px solid var(--yellow); padding-top: 12px; display: flex; flex-direction: column; gap: 4px; }
.fact small { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: #B9B5A8; }
.directions .actions { display: flex; flex-wrap: wrap; gap: 14px; }
.directions .actions .btn-outline { color: var(--band-ink); }
.tip { display: flex; gap: 16px; align-items: center; background: var(--band2); border-radius: var(--radius); padding: 14px 16px; margin-top: 22px; }
.tip img { width: 72px; height: 72px; object-fit: cover; border-radius: 6px; flex-shrink: 0; }
.tip small { display: block; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--yellow); font-weight: 700; margin-bottom: 2px; }
.tip p { font-size: 15px; color: var(--muted-dark); }
.directions-media { display: flex; flex-direction: column; gap: 16px; }
.directions-media > img { width: 100%; height: clamp(200px, 24vw, 320px); object-fit: cover; border-radius: var(--radius); }
.map { border: 0; width: 100%; height: 240px; border-radius: var(--radius); background: #EDE9DD; }

/* Grupos teaser */
.groups { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.groups h2 { font-size: clamp(38px, 4.5vw, 64px); margin: 10px 0 14px; }
.groups .text { font-size: 17px; color: #3A3A38; max-width: 560px; margin-bottom: 18px; }
.numbered { display: flex; flex-direction: column; gap: 12px; margin-bottom: 22px; }
.numbered li { display: flex; gap: 12px; align-items: flex-start; list-style: none; font-size: 16px; }
.numbered { padding: 0; margin-top: 0; }
.numbered .n { width: 26px; height: 26px; border-radius: 50%; background: var(--yellow); color: #141414; font-weight: 700; font-size: 14px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.groups .actions { display: flex; flex-wrap: wrap; gap: 14px; }
.groups .actions .btn-outline { color: var(--ink); }
.photo-mat { position: relative; }
.photo-mat::before { content: ""; position: absolute; top: 18px; left: -18px; width: 100%; height: 100%; background-image: repeating-conic-gradient(var(--yellow) 0 25%, var(--paper) 0 50%); background-size: 34px 34px; border-radius: var(--radius); }
.photo-mat img { position: relative; width: 100%; height: clamp(240px, 30vw, 420px); object-fit: cover; border-radius: var(--radius); }

/* Reseñas */
.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.review { background: var(--paper); border-radius: var(--radius); padding: 26px; display: flex; flex-direction: column; gap: 14px; }
.review.dark { background: #141414; color: var(--band-ink); }
.stars { display: flex; gap: 3px; }
.review p { font-size: 17px; line-height: 1.55; }
.review small { font-size: 13px; color: var(--muted); }
.review.dark small { color: #B9B5A8; }
.review .lbl { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--yellow); }

/* Nosotros */
.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.about-photos { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.about-photos img { width: 100%; height: clamp(220px, 26vw, 360px); object-fit: cover; border-radius: var(--radius); }
.about-photos img + img { margin-top: 28px; }
.about h2 { font-size: clamp(38px, 4.5vw, 64px); margin: 10px 0 14px; }
.about p { font-size: 17px; line-height: 1.65; color: #3A3A38; max-width: 560px; margin-bottom: 14px; }
.motto { font-family: var(--display); font-size: 24px; letter-spacing: 2px; color: var(--gold); }

/* Pie */
.footer { background: var(--band); color: var(--muted-dark); border-top: 10px solid var(--yellow); }
.footer .wrap { padding-top: 56px; padding-bottom: 40px; display: flex; flex-direction: column; gap: 40px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.footer-col { display: flex; flex-direction: column; gap: 10px; font-size: 15px; line-height: 1.5; }
.footer-col small { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--yellow); }
.footer-col a { color: var(--band-ink); }
.footer-col a:hover { color: var(--yellow); }
.footer img { width: 88px; height: 88px; object-fit: contain; }
.footer-legal { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; border-top: 1px solid var(--rule-dark); padding-top: 20px; font-size: 13px; color: #8F8B7E; }

/* Barra fija móvil */
.mobile-bar { display: none; position: fixed; left: 0; right: 0; bottom: 0; background: var(--paper); border-top: 1px solid var(--rule); padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); grid-template-columns: 1.3fr 1fr; gap: 10px; z-index: 60; box-shadow: 0 -8px 24px rgba(0,0,0,.12); }
.mobile-bar .btn { min-height: 48px; padding: 12px; font-size: 15px; }

/* Menú */
.menu-head { padding-top: 48px; padding-bottom: 24px; }
.menu-head h1 { font-size: clamp(48px, 6vw, 80px); }
.menu-head p { color: var(--muted); margin-top: 10px; }
.menu-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.chips { position: sticky; top: 72px; z-index: 40; background: var(--paper); border-bottom: 1px solid var(--rule); }
.chips .wrap { display: flex; gap: 8px; overflow-x: auto; padding-top: 12px; padding-bottom: 12px; scrollbar-width: thin; }
.chip { border: 1px solid #C9C3B1; border-radius: 999px; padding: 8px 14px; font-size: 13px; font-weight: 600; white-space: nowrap; background: var(--paper); }
.chip:hover, .chip.on { background: #141414; color: var(--band-ink); border-color: #141414; }
.menu-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 48px; padding-top: 32px; }
.menu-cat { display: flex; flex-direction: column; gap: 12px; scroll-margin-top: 140px; }
.menu-cat-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.menu-cat h2 { font-size: clamp(34px, 3vw, 40px); }
.menu-cat .note { font-size: 13px; color: var(--muted); }
.menu-cat > img { width: 100%; height: 180px; object-fit: cover; border-radius: var(--radius); }
.menu-list { list-style: none; margin: 0; padding: 0; }
.menu-list li { display: flex; align-items: center; gap: 14px; padding: 10px 0; border-bottom: 1px solid var(--rule); }
.menu-list li:last-child { border-bottom: 0; }
.menu-list .thumb { width: 72px; height: 72px; object-fit: cover; border-radius: 8px; flex-shrink: 0; background: var(--white); border: 1px solid var(--rule); }
.menu-list .thumb-empty { display: inline-block; background: var(--soft); border-style: dashed; }
.menu-list .name { font-size: 15px; flex: 1; min-width: 0; }
.menu-list .name.hl { font-weight: 600; }
.menu-list .name small { display: block; font-size: 12.5px; color: var(--muted); font-weight: 400; line-height: 1.4; margin-top: 2px; }
.menu-list .name small.vn { color: var(--gold); font-weight: 600; }
.menu-list .price { font-size: 22px; flex-shrink: 0; }
.star-tag { display: inline-block; font-style: normal; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 700; background: #141414; color: var(--yellow); padding: 3px 7px; border-radius: 4px; margin-left: 8px; vertical-align: middle; }
.featured-strip { padding-top: 28px; scroll-margin-top: 140px; }
.featured-strip .menu-cat-head { margin-bottom: 14px; }
.featured-strip h2 { font-size: clamp(34px, 3vw, 40px); }
.strip { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(168px, 1fr); gap: 12px; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.strip-card { scroll-snap-align: start; background: var(--white); border: 1px solid var(--rule); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; gap: 4px; padding-bottom: 12px; }
.strip-card img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.strip-card b { font-size: 14px; font-weight: 600; padding: 8px 12px 0; line-height: 1.3; }
.strip-card .price { font-size: 20px; padding: 0 12px; }
.combo-inline { display: flex; align-items: center; gap: 10px; background: var(--yellow); color: #141414; padding: 12px 14px; border-radius: 6px; margin-top: 16px; }
.combo-inline .k { font-family: var(--display); font-size: 22px; }

/* Grupos página */
.ghero .wrap { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; padding-top: 64px; padding-bottom: 80px; }
.ghero h1 { font-size: clamp(52px, 6.5vw, 88px); line-height: .92; }
.ghero h1 .accent { color: var(--yellow); }
.ghero .text { font-size: 19px; color: var(--muted-dark); max-width: 600px; }
.ghero .hero-actions .btn-outline { color: var(--band-ink); }
.cases { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.case { border-radius: 10px; padding: 34px; display: flex; flex-direction: column; gap: 18px; position: relative; overflow: hidden; background: var(--white); border: 1px solid var(--rule); }
.case::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 8px; background: var(--yellow); }
.case.dark { background: #141414; color: var(--band-ink); border-color: #141414; }
.case.dark::before { background-image: repeating-linear-gradient(90deg, var(--yellow) 0 24px, #141414 24px 48px); }
.case .eyebrow { margin-top: 6px; font-size: 12px; letter-spacing: 2px; }
.case h3 { font-size: clamp(32px, 3.2vw, 44px); }
.case h3 em { font-style: normal; color: var(--gold); }
.case.dark h3 em { color: var(--yellow); }
.case p { font-size: 16px; line-height: 1.6; color: #3A3A38; }
.case.dark p { color: var(--muted-dark); }
.case .numbered li { font-size: 15px; }
.case.dark .numbered li { color: var(--band-ink); }
.code-box { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; background: var(--paper); border: 1px dashed #C9C3B1; border-radius: var(--radius); padding: 14px 16px; }
.code-box small { display: block; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.code-box .code { font-family: var(--display); font-size: 30px; letter-spacing: 2px; line-height: 1; }
.code-box .note { margin-left: auto; font-size: 13px; color: var(--muted); max-width: 220px; line-height: 1.4; }
.stat-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.stat { background: var(--band2); border-radius: var(--radius); padding: 14px 16px; display: flex; flex-direction: column; gap: 2px; }
.stat b { font-family: var(--display); font-size: 34px; line-height: 1; color: var(--yellow); font-weight: 400; }
.stat span { font-size: 13px; color: var(--muted-dark); }
.why { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.why h2 { font-size: clamp(38px, 4vw, 56px); margin: 10px 0 14px; }
.why p { font-size: 16px; line-height: 1.65; color: #3A3A38; max-width: 560px; margin-bottom: 18px; }
.why-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.why-grid div { border-top: 3px solid var(--yellow); padding-top: 12px; }
.why-grid b { display: block; font-size: 15px; font-weight: 600; }
.why-grid span { font-size: 13.5px; color: var(--muted); line-height: 1.45; }
.data-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.data { background: var(--white); border: 1px solid var(--rule); border-radius: var(--radius); padding: 26px; display: flex; flex-direction: column; gap: 8px; }
.data small { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); font-weight: 600; }
.data b { font-family: var(--display); font-size: clamp(30px, 2.8vw, 40px); line-height: 1; font-weight: 400; }
.data p { font-size: 15px; line-height: 1.5; color: var(--muted); }
.gform { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: start; }
.gform h2 { font-size: clamp(38px, 4vw, 56px); margin-bottom: 14px; }
.gform .text { font-size: 17px; line-height: 1.55; color: #3A3A38; margin-bottom: 16px; }
.gform .contact { display: flex; flex-direction: column; gap: 6px; font-size: 15px; color: #3A3A38; }
.form { background: var(--paper); border-radius: var(--radius); padding: 32px; display: flex; flex-direction: column; gap: 16px; }
.form label { display: flex; flex-direction: column; gap: 6px; font-size: 13px; font-weight: 600; color: #3A3A38; }
.form input, .form select { font: inherit; font-size: 15px; border: 1px solid #C9C3B1; border-radius: 6px; padding: 12px 14px; background: var(--white); color: var(--ink); min-height: 48px; }
.form-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.seg { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.seg label { flex-direction: row; align-items: center; justify-content: center; border: 2px solid #C9C3B1; border-radius: 6px; padding: 12px; font-size: 14px; font-weight: 600; text-align: center; min-height: 48px; background: var(--white); cursor: pointer; }
.seg input { position: absolute; opacity: 0; width: 0; height: 0; min-height: 0; }
.seg label:has(input:checked) { border-color: #141414; background: #141414; color: var(--band-ink); }
.form .hint { font-size: 12px; color: var(--muted); text-align: center; line-height: 1.5; }
.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; }
.faq h2 { font-size: clamp(38px, 4vw, 56px); }
.faq-list { border-top: 1px solid #D8D3C4; }
.faq-list details { border-bottom: 1px solid #D8D3C4; padding: 18px 0; }
.faq-list summary { font-size: 18px; font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; font-family: var(--display); font-size: 28px; line-height: 1; color: var(--gold); flex-shrink: 0; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { font-size: 15px; line-height: 1.55; color: var(--muted); margin-top: 10px; max-width: 70ch; }
.footer-slim .wrap { padding-top: 32px; padding-bottom: 32px; flex-direction: row; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; font-size: 14px; }
.footer-slim .brand img { width: 56px; height: 56px; }
.footer-slim .links { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-slim .links a { color: var(--band-ink); }
.promo-bar { background: var(--yellow); color: #141414; text-align: center; padding: 10px var(--pad); font-size: 14px; font-weight: 600; }

/* Responsive */
@media (max-width: 1080px) {
  .products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .band .wrap { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 0; }
  .band-item:nth-child(2) { border-right: 0; } .band-item:nth-child(3) { padding-left: 0; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .data-grid, .reviews-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nav { gap: 18px; font-size: 14px; }
}
@media (max-width: 1100px) {
  .nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--band); flex-direction: column; align-items: flex-start; gap: 0; padding: 8px var(--pad) 16px; border-bottom: 1px solid #2A2A28; }
  .nav.open { display: flex; }
  .nav a { padding: 12px 0; width: 100%; border-bottom: 1px solid #2A2A28; }
  .nav .lang { margin-top: 12px; }
  .nav-toggle { display: inline-flex; }
  .top .status { display: none; }
  .top .btn span { display: none; }
  .top .btn { padding: 10px 12px; }
  .hero .wrap, .steps, .directions, .groups, .about, .ghero .wrap, .cases, .why, .gform, .faq { grid-template-columns: 1fr; gap: 28px; }
  .hero .wrap { padding-top: 32px; padding-bottom: 40px; }
  .hero-photo { order: -1; }
  .hero h1 { font-size: clamp(48px, 13vw, 64px); }
  .hero-badge { left: 4px; bottom: 14px; }
  .placemat { right: -16px; }
  .steps-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .steps-grid .card { padding: 12px; } .steps-grid .card b { font-size: 13px; } .steps-grid .card p { display: none; } .step-n { font-size: 18px; width: 32px; height: 32px; }
  .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); height: auto; }
  .gallery img { height: 150px; }
  .facts { grid-template-columns: 1fr; }
  .about-photos img + img { margin-top: 0; }
  .menu-grid { grid-template-columns: 1fr; gap: 28px; }
  .chips { top: 64px; }
  .why-grid { grid-template-columns: 1fr; }
  .data-grid, .reviews-grid, .footer-grid, .products { grid-template-columns: 1fr; }
  .mobile-bar { display: grid; }
  body { padding-bottom: 76px; }
  .section { padding-top: 40px; padding-bottom: 40px; }
  .brand-sub { display: none; }
  .code-box .note { margin-left: 0; max-width: none; }
}
@media (max-width: 560px) {
  .band .wrap { grid-template-columns: 1fr; }
  .band-item { border-right: 0; padding: 8px 0; border-bottom: 1px solid rgba(20,20,20,.18); }
  .band-item:last-child { border-bottom: 0; }
  .products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .product img { height: 120px; }
  .product-body { padding: 10px 12px 12px; } .product-row b { font-size: 14px; } .price { font-size: 22px; } .product-body p { display: none; }
  .product .tag { font-size: 9px; padding: 4px 7px; }
  .form-2 { grid-template-columns: 1fr; }
  .form { padding: 20px; }
  .hero-actions .btn { width: 100%; }
}


/* ===== Correcciones de auditoría (2026-09-06) ===== */
/* Cabecera holgada en portátiles */
@media (max-width: 1340px) {
  .top .wrap { gap: 10px; }
  .nav { gap: 16px; font-size: 14px; }
  .top .btn span { display: none; }
  .top .btn { padding: 11px 13px; }
  .brand img { width: 52px; height: 52px; }
  .brand-name { font-size: 19px; }
}
@media (max-width: 1080px) { .top .status { display: none; } }

/* Estado Abierto/Cerrado también en móvil, bajo la cabecera */
.status-mobile { display: none; }
@media (max-width: 900px) {
  .status-mobile { display: flex; align-items: center; justify-content: center; gap: 8px; background: var(--band2); color: var(--band-ink); font-size: 13px; padding: 8px 16px; }
  .status-mobile i { width: 9px; height: 9px; border-radius: 50%; background: #8F8B7E; display: inline-block; }
  .status-mobile.is-open i { background: var(--green); }
  .status-mobile.is-closed i { background: var(--red); }
  .nav .lang { align-self: flex-start; margin-top: 12px; border-color: #4A4A48; }
  .nav .lang a, .nav .lang span { padding: 8px 14px; width: auto; border-bottom: 0; }
}

/* Zonas táctiles y campos (iOS no hace zoom con 16px) */
.chip { min-height: 44px; display: inline-flex; align-items: center; }
.form input, .form select { font-size: 16px; }
.nav-toggle { min-width: 44px; min-height: 44px; align-items: center; justify-content: center; }
.top .btn { min-height: 44px; }

/* Teléfono del hero sin partirse */
.hero-actions .btn span { text-wrap: balance; }
.nowrap { white-space: nowrap; }

/* Reseñas con autor */
.review { margin: 0; }
.review blockquote { margin: 0; }
.review figcaption { display: flex; flex-direction: column; gap: 2px; }
.review figcaption b { font-size: 15px; font-weight: 600; }

/* Lunch Pack */
.lunch { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.lunch h2 { font-size: clamp(38px, 4vw, 56px); margin: 10px 0 14px; }
.lunch .text { font-size: 17px; line-height: 1.6; color: #3A3A38; max-width: 560px; margin-bottom: 12px; }
.lunch .nota { font-size: 14px; color: var(--muted); margin-bottom: 18px; }
.lunch-prices { background: #141414; color: var(--band-ink); border-radius: 10px; padding: 28px; }
.lunch-prices ul { list-style: none; margin: 14px 0 12px; padding: 0; }
.lunch-prices li { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--rule-dark); font-size: 16px; }
.lunch-prices li:last-child { border-bottom: 0; }
.lunch-prices .price { color: var(--yellow); font-size: 26px; }
.lunch-prices small { font-size: 12.5px; color: #8F8B7E; }

/* Guía del visitante */
.guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.guide-card { background: var(--white); border: 1px solid var(--rule); border-radius: var(--radius); padding: 24px; display: flex; flex-direction: column; gap: 6px; }
.guide-card b { font-size: 19px; font-weight: 600; }
.guide-card .dist { font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); font-weight: 600; }
.guide-card p { font-size: 15px; line-height: 1.55; color: var(--muted); }
.tabla-wrap { overflow-x: auto; }
table.rutas { border-collapse: collapse; width: 100%; font-size: 15.5px; }
table.rutas th { text-align: left; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); padding: 10px 12px; border-bottom: 2px solid var(--ink); }
table.rutas td { padding: 12px; border-bottom: 1px solid var(--rule); font-variant-numeric: tabular-nums; }
.tips { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.tips li { display: flex; gap: 10px; font-size: 15.5px; line-height: 1.5; }
.tips li::before { content: "→"; color: var(--gold); font-weight: 700; flex-shrink: 0; }

@media (max-width: 900px) { .lunch, .guide-grid, .tips { grid-template-columns: 1fr; gap: 24px; } }

/* Impresión: menú y ficha para agencias en papel */
@media print {
  @page { margin: 12mm 11mm; }
  .top, .mobile-bar, .chips, .hero, .band, .gallery, .map, .promo-bar, .menu-actions,
  .skip, .nav-toggle, iframe, .status-mobile, .featured-strip, .menu-list .thumb, .footer img { display: none !important; }
  body { background: #fff; color: #000; padding: 0; font-size: 10pt; line-height: 1.35; }
  .wrap { max-width: none; padding: 0; }
  .section { padding: 4mm 0; }

  /* Encabezado del menu: una franja corta, no media pagina */
  .menu-head { padding: 0 0 3mm; }
  .menu-head h1 { font-size: 20pt; line-height: 1; margin: 0; }
  .menu-head p { font-size: 8pt; margin: 1.5mm 0 0; color: #333; }
  .brush { background: none !important; transform: none !important; padding: 0 !important; }
  .brush > span { transform: none !important; }

  /* Dos columnas de verdad: multicolumna fluye entre paginas, la retícula no */
  .menu-grid { display: block; column-count: 2; column-gap: 9mm; padding: 0; }
  .menu-cat { break-inside: avoid-column; display: block; margin: 0 0 3.5mm; gap: 0; }
  .menu-cat-head { display: block; margin: 0 0 1mm; }
  .menu-cat h2 { font-size: 12pt; line-height: 1.1; margin: 0; border-bottom: 1.2pt solid #000; padding-bottom: 0.8mm; }
  .menu-cat .note, .menu-cat .eyebrow { font-size: 7.5pt; color: #444; }
  .menu-cat > img { display: none !important; }

  .menu-list li { padding: 1.1mm 0; gap: 4mm; break-inside: avoid; border-bottom: 0.4pt solid #CCC; }
  .menu-list .name { font-size: 9.5pt; line-height: 1.25; }
  .menu-list .name small { font-size: 7.5pt; line-height: 1.2; margin-top: 0.4mm; color: #444; }
  .menu-list .price { font-size: 11pt; font-weight: 700; }
  .star-tag { background: none !important; color: #000 !important; border: 0.6pt solid #000; font-size: 6pt; padding: 0 3px; margin-left: 4px; }
  .combo-inline { background: none !important; border: 0; border-left: 1.5pt solid #000; padding: 0 0 0 2mm; margin: 1.5mm 0 0; border-radius: 0; gap: 2mm; align-items: baseline; }
  .combo-inline .k { font-size: 10pt; }
  .combo-inline span { font-size: 8pt !important; }

  h1, h2 { color: #000 !important; }
  .price { color: #000 !important; }

  /* Contacto al final, pegado al menu, no en hoja aparte */
  .footer { background: #fff; color: #000; border-top: 1.5pt solid #000; padding: 3mm 0 0; break-before: avoid; }
  .footer .wrap { padding: 0; }
  .footer .wrap { display: block !important; }
  .footer-grid { display: grid !important; grid-template-columns: 1fr 1.1fr 1.1fr 1fr !important; gap: 5mm !important; padding: 0; }
  .footer-col { gap: 1mm !important; font-size: 8.5pt; line-height: 1.3; }
  .footer-col small { font-size: 7pt !important; letter-spacing: 1.2px; color: #000 !important; }
  .footer-legal { display: block !important; border-top: 0.4pt solid #999; margin-top: 3mm; padding-top: 2mm; font-size: 7pt; }
  .footer-legal span { display: block; }
  .footer a, .footer-col small, .footer p, .footer span { color: #000 !important; font-size: 8.5pt; }
  .footer h3, .footer b, .footer strong { font-size: 9pt; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 7pt; color: #555; }
  .footer a::after, .menu-list a::after { content: ""; }
}

.lunch-3 { grid-template-columns: 1fr .8fr .7fr; }
.lunch-media img { width: 100%; height: clamp(240px, 26vw, 380px); object-fit: cover; border-radius: var(--radius); }
@media (max-width: 1080px) { .lunch-3 { grid-template-columns: 1fr 1fr; } .lunch-3 > div:first-child { grid-column: span 2; } }
@media (max-width: 900px) { .lunch-3, .lunch-3 > div:first-child { grid-template-columns: 1fr; grid-column: auto; } }

.aviso-local { margin-top: 22px; background: var(--yellow); color: #141414; border-radius: var(--radius); padding: 18px 22px; font-size: 16px; line-height: 1.55; }
.aviso-local b { font-weight: 600; }

.guide-card { justify-content: space-between; }
.precio-entrada { margin-top: 8px; align-self: flex-start; background: #141414; color: var(--yellow); font-size: 14px; font-weight: 600; padding: 7px 12px; border-radius: 6px; }


/* ===== Cabecera a prueba de anchos (2026-09-06) ===== */
.top .wrap { flex-wrap: nowrap; overflow: hidden; }
.brand { min-width: 0; }
.brand > span { min-width: 0; overflow: hidden; }
.brand-name, .brand-sub { overflow: hidden; text-overflow: ellipsis; }
.nav { min-width: 0; flex-shrink: 1; overflow: hidden; }
.top-cta { flex-shrink: 0; }
.top .btn { flex-shrink: 0; white-space: nowrap; }
.top .btn span { white-space: nowrap; }
@media (max-width: 1400px) { .top .status { display: none; } }
@media (max-width: 1200px) {
  .nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--band); flex-direction: column; align-items: flex-start; gap: 0; padding: 8px var(--pad) 16px; border-bottom: 1px solid #2A2A28; overflow: visible; }
  .nav.open { display: flex; }
  .nav a { padding: 12px 0; width: 100%; border-bottom: 1px solid #2A2A28; }
  .nav .lang { margin-top: 12px; }
  .nav-toggle { display: inline-flex; }
  .top .btn span { display: none; }
  .top .btn { padding: 10px 12px; }
}

/* Marca compacta: nombre y subtitulo pegados, no dos pisos */
.brand > span { display: flex; flex-direction: column; justify-content: center; gap: 3px; line-height: 1.1; }
@media (max-width: 1200px) { .brand img { width: 52px; height: 52px; } }
@media (max-width: 560px) { .brand img { width: 46px; height: 46px; } }

/* La barra superior debe caber entera: sin pildora de horario y hamburguesa antes */
.top .status { display: none !important; }
@media (max-width: 1259px) {
  .nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--band); flex-direction: column; align-items: flex-start; gap: 0; padding: 8px var(--pad) 16px; border-bottom: 1px solid #2A2A28; overflow: visible; }
  .nav.open { display: flex; }
  .nav a { padding: 12px 0; width: 100%; border-bottom: 1px solid #2A2A28; }
  .nav .lang { margin-top: 12px; }
  .nav-toggle { display: inline-flex; }
  .top .btn span { display: none; }
  .top .btn { padding: 10px 12px; }
}
@media (max-width: 1440px) { .nav { gap: 24px; } }

/* Las tarjetas de reseñas se ajustan a su contenido y llenan la fila,
   sea una reseña o cinco: sin recuadros estirados a medio llenar. */
.reviews-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.review figcaption { margin-top: auto; }
.review.dark p { margin-bottom: 4px; }
@media (min-width: 1100px) { .reviews-grid { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); } }

.footer-col .nota-reparto { font-size: 12px; line-height: 1.4; color: #A8A498; letter-spacing: 0; text-transform: none; margin-top: 2px; }

/* Franja de laptop: cabe un menú reducido, no hace falta hamburguesa */
@media (min-width: 980px) and (max-width: 1259px) {
  .nav {
    display: flex; position: static; flex-direction: row; align-items: center;
    gap: 18px; font-size: 14px; padding: 0; background: none; border-bottom: 0; overflow: visible;
  }
  .nav a { padding: 0; width: auto; border-bottom: 0; }
  .nav a[href*="#llegar"], .nav a[href*="#resenas"] { display: none; }
  .nav .lang { margin-top: 0; }
  .nav-toggle { display: none !important; }
  .top .btn span { display: inline; }
  .top .btn { padding: 11px 15px; font-size: 14px; }
  .brand-sub { display: none; }
  .brand-name { font-size: 20px; }
  .brand img { width: 48px; height: 48px; }
  .top .wrap { gap: 12px; }
}
