/* Silencio Lauro — edición editorial nocturna.
   Coral #f06e49 del PDF oficial; blanco y tinta oscura. */
:root {
  color-scheme: light;
  --font-body: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  --font-display: Georgia, "Times New Roman", serif;
  --font-condensed: "Arial Narrow", "Avenir Next Condensed", "Roboto Condensed", Arial, sans-serif;
  --color-ink: #241a17;
  --color-paper: #fffdfb;
  --color-cream: #fff7f3;
  --color-brand: #f06e49;
  --color-brand-print: #f0573d;
  --color-brand-dark: #a63b22;
  --color-accent: #f06e49;
  --color-on-dark: #fffdfb;
  --color-muted: #6f625d;
  --color-rule: #241a1724;
  --content-max: 78rem;
  --nav-surface: #fffdfbf5;
  --palette-contact: #241a17;
  --header-height: calc(3.65rem + env(safe-area-inset-top, 0px));
  --nav-height: 3.5rem;
  --dock-height: calc(var(--header-height) + var(--nav-height));
}
*, *::before, *::after { box-sizing: border-box; }
html { min-height: 100%; background: var(--color-ink); }
body { min-height: 100svh; background: var(--color-paper); }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }

.preparation, .not-found { min-height: 100svh; display: grid; place-content: center; justify-items: center; gap: 1.75rem; margin: 0; padding: 2rem; color: var(--color-ink); background: var(--color-paper); text-align: center; }
.preparation::before, .not-found::before { width: 2.5rem; height: 2px; background: var(--color-brand); content: ""; }
.preparation__logo, .not-found__logo { width: min(82vw, 30rem); height: auto; }
.preparation p, .not-found h1 { margin: 0; font-family: var(--font-condensed); font-size: .82rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.not-found a { min-height: 44px; display: grid; place-items: center; padding: .65rem 1rem; border-bottom: 2px solid var(--color-brand); color: var(--color-ink); font-weight: 750; text-decoration: none; }

/* Cabecera silenciosa: la marca no compite con el contenido. */
.site-header { color: var(--color-ink); background: color-mix(in srgb, var(--color-paper) 96%, transparent); border-bottom: 1px solid var(--color-rule); backdrop-filter: blur(18px) saturate(1.08); }
.site-header__inner { max-width: var(--content-max); }
.site-header__wordmark { width: 8.25rem; height: 2.75rem; }
.menu-toggle { color: var(--color-ink); }
.menu-toggle span { height: 1.5px; }
.desktop-nav a, .nav-drawer__links a { font-family: var(--font-condensed); font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.desktop-nav a { position: relative; font-size: .72rem; }
.desktop-nav a::after { position: absolute; right: 0; bottom: .55rem; left: 0; height: 1px; background: var(--color-brand); content: ""; transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.nav-drawer { color: var(--color-on-dark); background: var(--color-ink); }
.nav-drawer::before { display: block; width: 2.75rem; height: 2px; margin-bottom: 1.5rem; background: var(--color-brand); content: ""; }
.nav-drawer__brand { width: min(16rem, 76vw); height: auto; }
.nav-drawer__links a { border-bottom-color: #fffdfb24; font-family: var(--font-display); font-size: clamp(1.35rem, 6vw, 2rem); font-weight: 400; letter-spacing: -.02em; text-transform: none; }

/* Índice principal sin cápsulas ni cajas. */
.section-nav { background: var(--nav-surface); border-bottom: 1px solid var(--color-rule); backdrop-filter: blur(18px) saturate(1.08); }
.section-nav__scroll { --active-bg: transparent; --active-ink: var(--color-ink); }
.section-nav__inner { gap: .3rem; padding: .375rem .65rem; }
.section-nav a { position: relative; min-height: 44px; padding: .55rem .85rem; border: 0; border-radius: 0; background: transparent; color: var(--color-muted); font-family: var(--font-condensed); font-size: .72rem; font-weight: 800; letter-spacing: .105em; text-transform: uppercase; }
.section-nav a::after { position: absolute; right: .85rem; bottom: .25rem; left: .85rem; height: 2px; background: var(--color-brand); content: ""; opacity: 0; transform: scaleX(.35); transition: opacity 180ms ease, transform 180ms ease; }
.section-nav a.is-active { border-color: transparent; background: transparent; color: var(--color-ink); }
.section-nav a.is-active::after { opacity: 1; transform: scaleX(1); }
.section-nav::before { background: linear-gradient(90deg, var(--color-paper), transparent); }
.section-nav::after, .section-nav.has-more-right::after { background: linear-gradient(-90deg, var(--color-paper) 68%, transparent); }

/* Apertura nocturna. */
.hero { min-height: min(54rem, calc(100svh - var(--dock-height))); overflow: hidden; background: var(--color-ink); }
.hero__media { z-index: -3; }
.hero__media::after { background: linear-gradient(180deg, #241a1710 5%, #241a1733 38%, #241a17f5 100%), linear-gradient(90deg, #241a1720, transparent 52%); }
.hero__photo { object-position: 50% 54%; filter: saturate(.9) contrast(1.035) brightness(.78); }
.hero__identity { justify-content: flex-end; gap: 1.25rem; padding: 2rem 1.35rem clamp(3.25rem, 9vh, 6rem); }
.hero__wordmark-image { width: min(89vw, 34rem); filter: drop-shadow(0 4px 24px #000a); }
.hero__intro { position: relative; max-width: 38ch; margin-top: .4rem; padding-top: 1rem; color: #fffdf6; font-family: var(--font-condensed); font-size: clamp(.83rem, 2vw, .98rem); font-weight: 750; letter-spacing: .115em; line-height: 1.65; text-shadow: 0 2px 16px #000d; text-transform: uppercase; }
.hero__intro::before { position: absolute; top: 0; left: 0; width: 2.75rem; height: 2px; background: var(--color-brand); content: ""; }

/* Capítulos: una sola superficie y un ritmo editorial numerado. */
main { counter-reset: menu-chapter; }
.menu-section { position: relative; overflow: clip; counter-increment: menu-chapter; --section-bg: var(--color-paper); --section-ink: #241a17; --section-muted: #6f625d; --section-price: #a63b22; --section-rule: #241a1724; --section-accent: #f06e49; --capsule-bg: transparent; --capsule-ink: #241a17; --capsule-border: transparent; color: var(--section-ink); background: var(--section-bg); padding-block: clamp(3.75rem, 8vw, 7rem); }
.menu-section--vinos-por-copa, .menu-section--sin-alcohol { --section-bg: #fffaf7; }
.menu-section + .menu-section::before { position: absolute; top: 0; right: max(1rem, calc((100% - var(--content-max)) / 2)); left: max(1rem, calc((100% - var(--content-max)) / 2)); height: 1px; background: var(--color-rule); content: ""; }
.menu-section__inner { position: relative; }
.menu-section__title { position: relative; display: block; max-width: 14ch; margin: 0 0 clamp(2.5rem, 6vw, 4.75rem); padding-left: clamp(2.4rem, 4vw, 4rem); color: var(--section-ink); font-family: var(--font-display); font-size: clamp(2.75rem, 8.2vw, 6.2rem); font-weight: 400; letter-spacing: -.055em; line-height: .92; text-transform: none; text-wrap: balance; }
.menu-section__title::before { position: absolute; top: .32em; left: 0; color: var(--color-brand); content: "0" counter(menu-chapter); font-family: var(--font-condensed); font-size: clamp(.68rem, 1.25vw, .85rem); font-weight: 800; letter-spacing: .15em; line-height: 1; }
.menu-section__title::after { display: block; width: 2.7rem; height: 2px; margin-top: clamp(.9rem, 2vw, 1.35rem); border-radius: 0; background: var(--color-brand); content: ""; transform: none; }
.menu-section__source-note { display: grid; grid-template-columns: minmax(8rem, .34fr) minmax(0, 1fr); column-gap: 1.5rem; max-width: 52rem; margin: -1.25rem 0 clamp(2.5rem, 5vw, 4rem); padding: 1rem 0; border: 0; border-block: 1px solid var(--color-rule); border-radius: 0; background: transparent; color: var(--section-muted); font-size: .86rem; line-height: 1.55; }
.menu-section__source-note p { margin: 0; }
.menu-section__source-note p + p { margin-top: 0; }
.menu-section__source-note-label { grid-row: 1 / span 2; color: var(--section-ink); font-family: var(--font-condensed); font-size: .68rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }

/* Fotografías como láminas, sin marco de tarjeta, máscara ni deformación. */
.section-photo, .category-photo { --photo-fade: 0%; --photo-contrast: 1.015; --photo-saturation: .94; --photo-brightness: .94; --photo-wash: 0; isolation: isolate; overflow: visible; border-radius: 0; background: transparent; }
.section-photo img, .category-photo img { border-radius: 2px; filter: contrast(var(--photo-contrast)) saturate(var(--photo-saturation)) brightness(var(--photo-brightness)); -webkit-mask-image: none; mask-image: none; }
.section-photo::after, .category-photo::after { z-index: -1; display: block; inset: .75rem -.75rem -.75rem 1.5rem; border-right: 1px solid var(--color-brand); border-bottom: 1px solid var(--color-brand); background: transparent; opacity: .72; }
.section-photo[data-photo="food"] { --photo-contrast: 1; --photo-saturation: .93; --photo-brightness: .95; }
.section-photo[data-photo="beers"] { --photo-contrast: 1.02; --photo-saturation: .92; }
.section-photo[data-photo="cocktails"] { --photo-saturation: .9; --photo-brightness: .96; }
.section-photo[data-photo="spirits"] { --photo-saturation: .92; --photo-brightness: .91; }

.menu-section__layout { gap: clamp(2.75rem, 7vw, 6.5rem); }
.categories { gap: clamp(3.5rem, 7vw, 5.75rem); }
.category__header { position: relative; padding: 0 0 1.05rem; border: 0; }
.category__header::after { display: block; width: 2rem; height: 1px; margin-top: .85rem; background: var(--color-brand); content: ""; }
.category__title { color: var(--section-ink); font-family: var(--font-condensed); font-size: clamp(1.18rem, 3vw, 1.5rem); font-weight: 850; letter-spacing: .075em; line-height: 1.18; text-transform: uppercase; }
.category__note { max-width: 36ch; margin-top: .6rem; color: var(--section-muted); font-family: var(--font-condensed); font-size: .72rem; font-weight: 750; letter-spacing: .09em; line-height: 1.45; text-transform: uppercase; }
.category__items { margin-top: .1rem; }
.menu-item { padding-block: 1rem 1.05rem; border-bottom: 1px solid var(--section-rule); }
.menu-item:last-child { border-bottom-color: transparent; }
.menu-item__top, .menu-item__variant { gap: 1.1rem; }
.menu-item__name { color: var(--section-ink); font-family: var(--font-body); font-size: clamp(.98rem, 1.55vw, 1.08rem); font-weight: 700; letter-spacing: .005em; line-height: 1.35; text-wrap: pretty; }
.menu-item__name-modifier { color: var(--color-brand-dark); font-family: var(--font-condensed); font-size: .76em; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; vertical-align: .08em; }
.menu-item__description, .menu-item__variant-label { max-width: 62ch; color: var(--section-muted); font-size: clamp(.88rem, 1.35vw, .96rem); line-height: 1.58; }
.menu-item__description { margin-top: .42rem; text-wrap: pretty; }
.menu-item__prices, .menu-item__variant-price { color: var(--section-price); font-family: var(--font-condensed); font-size: .96rem; font-weight: 850; letter-spacing: .015em; }
.menu-item__prices--columns, .category__price-heading-labels { display: grid; grid-template-columns: repeat(2, minmax(3.5rem, 1fr)); gap: .75rem; width: clamp(8.75rem, 25vw, 10.5rem); text-align: right; }
.category__price-headings { display: flex; justify-content: flex-end; padding: .3rem 0 .2rem; color: var(--section-muted); }
.category__price-heading-labels { font-family: var(--font-condensed); font-size: .65rem; font-weight: 800; letter-spacing: .075em; line-height: 1.3; text-transform: uppercase; }
.association-note { margin-left: 0; padding: .7rem 0; border: 0; border-block: 1px solid var(--section-rule); color: var(--section-muted); }
.association-note__label { color: var(--section-ink); font-family: var(--font-condensed); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

/* Índice secundario de destilados con la misma disciplina. */
.category-nav { gap: 0; margin-bottom: clamp(2.5rem, 5vw, 4rem); padding: 0; border: 0; border-bottom: 1px solid var(--section-rule); background: color-mix(in srgb, var(--section-bg) 96%, transparent); backdrop-filter: blur(16px); }
.category-nav a { position: relative; min-height: var(--subnav-height); padding: .35rem .75rem; border: 0; border-radius: 0; background: transparent; color: var(--section-muted); font-family: var(--font-condensed); font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.category-nav a::after { position: absolute; right: .75rem; bottom: .25rem; left: .75rem; height: 2px; background: var(--color-brand); content: ""; opacity: 0; }
.category-nav a.is-active { background: transparent; color: var(--section-ink); }
.category-nav a.is-active::after { opacity: 1; }
.menu-section__layout--text { max-width: 54rem; margin-inline: auto; }

/* Contacto como contraportada nocturna. */
.contact { position: relative; overflow: hidden; background: var(--palette-contact); }
.contact__photo { width: min(100%, 64rem); height: min(62svh, 38rem); overflow: hidden; }
.contact__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; filter: saturate(.86) contrast(1.04) brightness(.76); }
.contact__photo::after { height: 52%; background: linear-gradient(transparent, var(--palette-contact)); }
.contact__inner { position: relative; gap: clamp(2.5rem, 7vw, 6rem); padding-top: clamp(2.5rem, 6vw, 5rem); }
.contact__inner::before { position: absolute; top: 0; right: 1.5rem; left: 1.5rem; height: 1px; background: #fffdfb2b; content: ""; }
.contact__wordmark { width: min(100%, 20rem); }
.contact__title { position: relative; margin-bottom: clamp(2rem, 5vw, 3.5rem); padding-top: 1.3rem; font-family: var(--font-display); font-size: clamp(2.8rem, 7vw, 5.5rem); font-weight: 400; letter-spacing: -.05em; line-height: .95; text-transform: none; }
.contact__title::before { position: absolute; top: 0; left: 0; width: 2.75rem; height: 2px; background: var(--color-brand); content: ""; }
.contact__details { gap: clamp(2rem, 5vw, 3.25rem) clamp(1.5rem, 4vw, 3rem); }
.contact__label { margin-bottom: .7rem !important; color: #f4b7a6; font-family: var(--font-condensed); font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.contact__value { color: #fffdfb; font-size: .96rem; line-height: 1.55; }
.contact__hours { display: grid; gap: 0; margin: 0; padding: 0; }
.contact__hours-row { display: grid; grid-template-columns: minmax(8.8rem, 1fr) auto; gap: 1rem; align-items: baseline; padding: .65rem 0; border-bottom: 1px solid #fffdfb24; }
.contact__hours-row:first-child { padding-top: 0; }
.contact__hours-row:last-child { padding-bottom: 0; border-bottom: 0; }
.contact__hours-days, .contact__hours-time { margin: 0; line-height: 1.45; }
.contact__hours-days { color: #fff; font-weight: 650; }
.contact__hours-time { color: #f4b7a6; font-family: var(--font-condensed); font-weight: 750; letter-spacing: .02em; text-align: right; white-space: nowrap; }
.contact__canonical { color: #f4b7a6; font-size: .82rem; }
.contact__socials { gap: .65rem; }
.contact__social-link { width: 46px; height: 46px; flex-basis: 46px; border: 1px solid #fffdfb4a; border-radius: 0; background: transparent; transition: background-color 180ms, border-color 180ms, transform 180ms; }
.contact__social-link:hover { border-color: var(--color-brand); background: var(--color-brand); transform: translateY(-2px); }

@media (max-width: 47.999rem) {
  .site-header__wordmark { width: 8.15rem; }
  .section-nav__inner { padding-inline: .65rem; }
  .section-nav a { padding-inline: .78rem; font-size: .68rem; }
  .section-nav a::after { right: .78rem; left: .78rem; }
  .hero__wordmark-image { width: min(92vw, 30rem); }
  .menu-section { padding-inline: 0; }
  .menu-section__title { max-width: calc(100% - 2.5rem); margin-inline: 1.25rem; padding-left: 2rem; }
  .menu-section__source-note { display: block; margin-inline: 1.25rem; }
  .menu-section__source-note-label { margin-bottom: .35rem !important; }
  .menu-section__source-note p + p { margin-top: .22rem; }
  .menu-section__layout { gap: 2.75rem; }
  .categories { padding-inline: 1.25rem; }
  .category-nav { padding-inline: .5rem; }
  .category-nav a { padding-inline: .68rem; font-size: .68rem; }
  .category-nav a::after { right: .68rem; left: .68rem; }
  .section-photo { width: calc(100% - 2.5rem); max-width: none; aspect-ratio: 4 / 3; margin-inline: 1.25rem; overflow: visible; border-radius: 0; }
  .section-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 58%; }
  .section-photo[data-photo="food"] img { object-position: 50% 68%; }
  .section-photo[data-photo="cocktails"] img { object-position: 50% 71%; }
  .section-photo[data-photo="beers"] img { object-position: 50% 48%; }
  .section-photo[data-photo="spirits"] img { object-position: 50% 44%; }
  .section-photo::after { inset: .55rem -.55rem -.55rem 1.1rem; }
  .category-photo { width: calc(100% + 2.5rem); max-width: none; margin-inline: -1.25rem; border-radius: 0; }
  .contact__photo { height: 30rem; }
  .contact__details { grid-template-columns: 1fr; }
  .contact__hours-row { grid-template-columns: minmax(0, 1fr) auto; }
}

@media (min-width: 48rem) {
  :root { --header-height: 4.25rem; --nav-height: 3.5rem; }
  .site-header__wordmark { width: 10.4rem; height: 3.35rem; }
  .hero__media::after { background: linear-gradient(90deg, #241a1712 6%, #241a1733 40%, #241a17ed 76%, #241a17 100%), linear-gradient(180deg, transparent 55%, #241a1785 100%); }
  .hero__photo { object-position: 33% 52%; }
  .hero__identity { align-items: flex-start; justify-content: center; margin-left: 52%; padding: 3rem 2.5rem; }
  .hero__wordmark-image { width: min(44vw, 36rem); }
  .menu-section { padding-inline: 2rem; }
  .section-photo { max-width: 34rem; }
  .contact__inner { grid-template-columns: .9fr 1.2fr; }
}

@media (min-width: 64rem) {
  .menu-section__layout { grid-template-columns: minmax(0, 1.02fr) minmax(19rem, .82fr); gap: clamp(4rem, 7vw, 7rem); }
  .categories { gap: 5.5rem; }
  .menu-section__layout--text { grid-template-columns: 1fr; }
  .section-photo { max-width: 31rem; max-height: calc(100svh - var(--dock-height) - 60px); }
  .section-photo img { max-height: calc(100svh - var(--dock-height) - 60px); }
  .menu-section--cocteleria .section-photo, .menu-section--destilados .section-photo { grid-column: 1; }
  .menu-section--cocteleria .categories, .menu-section--destilados .categories { grid-column: 2; }
  .menu-section--destilados .section-photo { max-height: calc(100svh - var(--dock-height) - var(--subnav-height) - 60px); }
  .menu-section--destilados .section-photo img { max-height: calc(100svh - var(--dock-height) - var(--subnav-height) - 60px); }
  .category__title { font-size: 1.45rem; }
  .section-nav a { padding-inline: 1.05rem; }
  .section-nav a::after { right: 1.05rem; left: 1.05rem; }
  .contact__inner::before { right: 2rem; left: 2rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
