@font-face{font-family:'Cormorant Garamond';font-style:italic;font-weight:400;font-display:swap;src:url(fonts/cormorantgaramond-400i-latin.woff2) format('woff2')}
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:400;font-display:swap;src:url(fonts/cormorantgaramond-400-latin.woff2) format('woff2')}
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:600;font-display:swap;src:url(fonts/cormorantgaramond-600-latin.woff2) format('woff2')}
@font-face{font-family:'Inter';font-style:normal;font-weight:300;font-display:swap;src:url(fonts/inter-300-latin.woff2) format('woff2')}
@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url(fonts/inter-400-latin.woff2) format('woff2')}
@font-face{font-family:'Inter';font-style:normal;font-weight:500;font-display:swap;src:url(fonts/inter-500-latin.woff2) format('woff2')}
@font-face{font-family:'Playfair Display';font-style:italic;font-weight:400;font-display:swap;src:url(fonts/playfairdisplay-400i-latin.woff2) format('woff2')}
@font-face{font-family:'Playfair Display';font-style:normal;font-weight:400;font-display:swap;src:url(fonts/playfairdisplay-400-latin.woff2) format('woff2')}
@font-face{font-family:'Playfair Display';font-style:normal;font-weight:600;font-display:swap;src:url(fonts/playfairdisplay-600-latin.woff2) format('woff2')}

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { font-family: 'Inter', sans-serif; color: #1a1a1a; background: #fff; }

  .skip-link { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); clip-path: inset(50%); white-space: nowrap; border: 0; background: #C9A84C; color: #0D0D0D; z-index: 10000; font-size: 13px; font-weight: 600; text-decoration: none; }
  .skip-link:focus { width: auto; height: auto; padding: .8rem 1.4rem; margin: 0; overflow: visible; clip: auto; clip-path: none; white-space: normal; top: 0; left: 0; border-radius: 0 0 4px 0; }

  /* NAV */
  nav { background: #0D0D0D; display: flex; justify-content: space-between; align-items: center; padding: 1rem 2rem; position: sticky; top: 0; z-index: 100; }
  .nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; color: #F5ECD7; letter-spacing: 0.05em; }
  .nav-logo span { color: #C9A84C; font-style: italic; }
  .nav-tagline-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: 2px; }
  .nav-tagline { font-size: 10px; color: #888; letter-spacing: .15em; text-transform: uppercase; }
  .nav-estado { display: inline-flex; align-items: center; gap: 5px; font-size: 10px; letter-spacing: .05em; color: #AAA; font-family: 'Inter', sans-serif; text-transform: none; }
  .nav-links { display: flex; gap: 1.5rem; }
  .nav-links a { font-size: 12px; color: #AAA; text-decoration: none; letter-spacing: .05em; transition: color .2s; }
  .nav-links a:hover { color: #F5ECD7; }
  .nav-cta { font-size: 12px; background: #C9A84C; border: none; color: #0D0D0D; padding: 0.45rem 1rem; border-radius: 3px; cursor: pointer; font-family: 'Inter', sans-serif; font-weight: 500; transition: background .2s; }
  .nav-cta:hover { background: #E8C96A; }

  /* HERO */
  .hero { background: #0D0D0D; min-height: 92vh; display: flex; align-items: center; padding: 4rem 2rem; position: relative; overflow: hidden; }
  .hero-bg { position: absolute; inset: 0; background: linear-gradient(to right, rgba(13,13,13,0.96) 0%, rgba(13,13,13,0.7) 55%, rgba(13,13,13,0.3) 100%), url('images/hero-interior-tapeo.webp') center/cover no-repeat; }
  .hero-content { position: relative; z-index: 1; max-width: 580px; }
  .hero-eyebrow { font-size: 11px; letter-spacing: .25em; text-transform: uppercase; color: #C9A84C; margin-bottom: 1.5rem; }
  .hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.8rem, 6vw, 4.5rem); line-height: 1.08; color: #F5ECD7; font-weight: 400; }
  .hero h1 em { font-style: italic; color: #C9A84C; }
  .hero-sub { font-size: 15px; color: #BBB; margin: 1.5rem 0 0.5rem; line-height: 1.8; font-weight: 300; max-width: 440px; }
  .hero-tagline { font-family: 'Cormorant Garamond', serif; font-size: 18px; color: #C9A84C; font-style: italic; margin-bottom: 2.5rem; }
  .hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
  .btn-primary { display: inline-block; background: #C9A84C; color: #0D0D0D; padding: .85rem 1.8rem; border-radius: 3px; font-size: 13px; font-weight: 500; text-decoration: none; cursor: pointer; border: none; font-family: 'Inter', sans-serif; letter-spacing: .05em; transition: all .25s ease; }
  .btn-primary:hover { background: #E8C96A; transform: scale(1.05); box-shadow: 0 0 18px rgba(201,168,76,0.6), 0 0 6px rgba(201,168,76,0.4); }
  .btn-secondary { display: inline-block; background: transparent; color: #F5ECD7; padding: .85rem 1.8rem; border-radius: 3px; font-size: 13px; font-weight: 400; text-decoration: none; cursor: pointer; border: 1px solid #444; font-family: 'Inter', sans-serif; transition: all .25s ease; }
  .btn-secondary:hover { border-color: #C9A84C; color: #C9A84C; transform: scale(1.05); box-shadow: 0 0 18px rgba(201,168,76,0.35), 0 0 6px rgba(201,168,76,0.2); }
  .hero-social { margin-top: 1.6rem; }
  .hero-ig { display: inline-flex; align-items: center; gap: 8px; color: #F1E9D6; text-decoration: none; font-size: 12.5px; letter-spacing: .03em; font-family: 'Inter', sans-serif; border: 1px solid rgba(201,168,76,.45); padding: 8px 16px; border-radius: 30px; transition: all .25s ease; }
  .hero-ig:hover { border-color: #C9A84C; background: rgba(201,168,76,.1); color: #E8C96A; transform: scale(1.03); }
  .hero-ig svg { flex-shrink: 0; }
  @media (max-width: 600px) { .hero-ig { font-size: 12px; padding: 7px 14px; } }

  /* BAR */
  .bar { background: #111; padding: 1rem 2rem; display: flex; gap: 2rem; flex-wrap: wrap; border-bottom: 1px solid #222; }
  .bar-item { display: flex; align-items: center; gap: 8px; font-size: 12px; color: #AAA; letter-spacing: .03em; }
  .bar-dot { color: #C9A84C; }
  .est-dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; flex-shrink: 0; }
  .est-abierto { background: #2EBD59; }
  .est-pronto { background: #E8A33D; }
  .est-cerrado { background: #E24B4A; }

  /* SECTIONS */
  section { padding: 4.5rem 2rem; }
  .section-label { font-size: 10px; letter-spacing: .25em; text-transform: uppercase; color: #C9A84C; margin-bottom: .6rem; }
  .section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 3.5vw, 2.8rem); font-weight: 400; margin-bottom: .8rem; line-height: 1.2; }
  .section-sub { font-size: 14px; color: #666; line-height: 1.8; max-width: 520px; }

  /* ESPECIALIDADES */
  .esp { background: #FAF7F0; }
  .esp-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 2.5rem; }
  .esp-card { background: #fff; border-radius: 8px; overflow: hidden; border: 1px solid #EDE5D0; transition: transform .25s ease, box-shadow .25s ease; cursor: pointer; }
  .esp-card:hover { transform: scale(1.04); box-shadow: 0 12px 32px rgba(0,0,0,0.12); }
  .esp-card-img { height: 160px; background: #2A1A00; display: flex; align-items: center; justify-content: center; font-size: 52px; }
  .esp-card-body { padding: 1.3rem; }
  .esp-tag { font-size: 10px; letter-spacing: .15em; text-transform: uppercase; color: #C9A84C; margin-bottom: .4rem; }
  .esp-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 600; margin-bottom: .4rem; }
  .esp-card p { font-size: 12px; color: #777; line-height: 1.6; }

  /* CARTA */
  .carta-sec { background: #0D0D0D; }
  .carta-sec .section-title { color: #F5ECD7; }
  .carta-sec .section-sub { color: #888; }
  .carta-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin: 1.8rem 0 1.5rem; }
  .carta-tab { padding: .5rem 1rem; border-radius: 3px; font-size: 12px; font-weight: 500; cursor: pointer; border: 1px solid #333; color: #AAA; background: transparent; font-family: 'Inter', sans-serif; transition: all .2s; letter-spacing: .03em; }
  .carta-tab:hover, .carta-tab.active { background: #C9A84C; color: #0D0D0D; border-color: #C9A84C; }
  .carta-panel { display: none; }
  .carta-panel.active { display: block; }
  .carta-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 8px; }
  .carta-item { background: #1A1A1A; border-radius: 6px; padding: 0.75rem 1rem; display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; border: 1px solid #2A2A2A; transition: transform .2s ease, box-shadow .2s ease, background .2s; cursor: default; }
  .carta-item:hover { transform: scale(1.02); box-shadow: 0 4px 16px rgba(0,0,0,0.3); background: #242424; }
  .carta-item-name { font-size: 13px; color: #F5ECD7; font-weight: 500; }
  .carta-item-desc { font-size: 11px; color: #888; margin-top: 2px; line-height: 1.4; }
  .carta-item-price { font-size: clamp(17px, 4vw, 20px); color: #C9A84C; font-weight: 600; white-space: nowrap; font-family: 'Cormorant Garamond', serif; flex-shrink: 0; letter-spacing: .02em; }

  /* HISTORIA */
  .historia { background: #FAF7F0; }
  .historia-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
  @media (max-width: 700px) { .historia-inner { grid-template-columns: 1fr; } .nav-links { display: none; } }
  .historia-img { background: #2A1A00; border-radius: 8px; height: 380px; display: flex; align-items: center; justify-content: center; font-size: 80px; position: relative; overflow: hidden; }
  .historia-quote { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-style: italic; color: #C9A84C; line-height: 1.4; margin: 1.5rem 0; border-left: 3px solid #C9A84C; padding-left: 1.2rem; }
  .historia-text p { font-size: 14px; color: #555; line-height: 1.9; margin-bottom: 1rem; }
  .historia-text p:last-child { margin-bottom: 0; }
  .familia-stats { display: flex; gap: 2rem; margin-top: 1.5rem; flex-wrap: wrap; }
  .fstat-num { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; color: #C9A84C; line-height: 1; }
  .fstat-label { font-size: 11px; color: #999; margin-top: 3px; letter-spacing: .05em; }

  /* RESEÑAS */
  .res-card { background: #fff; border: 1px solid #EDE5D0; border-radius: 8px; padding: 1.5rem 1.5rem 1.3rem; box-shadow: 0 2px 12px rgba(0,0,0,.05); display: flex; flex-direction: column; }
  .res-qmark { font-family: 'Cormorant Garamond', serif; font-size: 2.6rem; line-height: .5; color: #C9A84C; opacity: .4; }
  .res-stars { color: #C9A84C; font-size: 14px; letter-spacing: 2px; margin: .3rem 0 .7rem; }
  .res-text { font-size: 13px; color: #555; line-height: 1.7; margin: 0 0 1.3rem; flex: 1; }
  .res-author { display: flex; align-items: center; gap: .7rem; margin-top: auto; }
  .res-avatar { width: 38px; height: 38px; border-radius: 50%; background: #C9A84C; color: #0D0D0D; display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 13px; flex-shrink: 0; }
  .res-name { font-size: 13px; font-weight: 600; color: #1a1a1a; }
  .res-plat { font-size: 11px; color: #999; margin-top: 2px; }

  /* RESERVA */
  .reserva-wrap { max-width: 520px; margin: 2rem auto 0; background: #fff; border-radius: 8px; border: 1px solid #EDE5D0; padding: 2rem; }
  .reserva-nota { background: #FFF8E8; border-radius: 6px; padding: .75rem 1rem; margin-bottom: 1.5rem; font-size: 12px; color: #7A5A00; line-height: 1.55; }
  .fecha-error { display: none; color: #C0392B; font-size: 12px; margin-top: .4rem; }
  .fecha-error.show { display: block; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
  .form-row.single { grid-template-columns: 1fr; }
  .reserva-wrap input, .reserva-wrap select, .reserva-wrap textarea { width: 100%; background: #FAF7F0; border: 1px solid #DDD5C0; border-radius: 4px; padding: .7rem 1rem; font-size: 13px; color: #1a1a1a; font-family: 'Inter', sans-serif; transition: border-color .2s; }
  .reserva-wrap input:focus, .reserva-wrap select:focus { outline: none; border-color: #C9A84C; }
  .privacy-row { display: flex; align-items: flex-start; gap: 10px; margin: 12px 0; }
  .privacy-row input[type="checkbox"] { width: 16px; height: 16px; margin-top: 2px; flex-shrink: 0; accent-color: #C9A84C; cursor: pointer; }
  .phone-wrap { display: flex; gap: 8px; }
  .phone-wrap select { width: 90px; flex-shrink: 0; }
  .phone-wrap input { flex: 1; }

  /* Campo Fecha con aspecto de desplegable: texto "Fecha" a la izq. y flecha a la dcha. */
  .date-field { position: relative; }
  .date-field input[type="date"] { position: relative; -webkit-appearance: none; appearance: none; background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path d="M1 1l5 5 5-5" fill="none" stroke="%23888" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>'); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.4rem; }
  .date-field input[type="date"]::-webkit-calendar-picker-indicator { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; opacity: 0; cursor: pointer; }
  .date-field input[type="date"].is-empty::-webkit-datetime-edit { color: transparent; }
  .date-ph { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); color: #888; font-size: 13px; pointer-events: none; display: none; }
  .date-field input.is-empty ~ .date-ph { display: block; }


  /* Formulario a 1 columna en móvil (el teléfono necesita ancho para verse) */
  @media (max-width: 600px) {
    .form-row { grid-template-columns: 1fr; }
  }
  .reserva-error { display: none; background: #FFF0F0; border: 1px solid #E8A0A0; border-radius: 6px; padding: 1.2rem 1rem; margin-bottom: 1rem; text-align: center; }
  .reserva-error h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; margin-bottom: .4rem; font-weight: 400; color: #8B0000; }
  .reserva-error p { font-size: 13px; color: #666; line-height: 1.6; }
  .reserva-error .btn-retry { margin-top: 1rem; background: #C9A84C; color: #0D0D0D; border: none; border-radius: 4px; padding: .7rem 1.5rem; font-size: 13px; font-weight: 500; cursor: pointer; font-family: 'Inter', sans-serif; }
  .reserva-error .btn-retry:hover { background: #E8C96A; }
  .privacy-row label { font-size: 12px; color: #888; line-height: 1.5; cursor: pointer; }
  .privacy-row label a { color: #C9A84C; }
  .rgpd-box { background: #FAF7F0; border-radius: 4px; padding: .7rem 1rem; margin-bottom: 12px; }
  .rgpd-box p { font-size: 11px; color: #999; line-height: 1.6; }
  .reserva-btn { width: 100%; background: #C9A84C; color: #0D0D0D; border: none; border-radius: 4px; padding: .9rem; font-size: 13px; font-weight: 500; cursor: pointer; font-family: 'Inter', sans-serif; letter-spacing: .05em; transition: background .2s; }
  .reserva-btn:hover { background: #E8C96A; }
  .wha-btn { width: 100%; background: #25D366; color: #fff; border: none; border-radius: 4px; padding: .75rem; font-size: 13px; font-weight: 500; cursor: pointer; font-family: 'Inter', sans-serif; margin-top: 10px; transition: background .2s; }
  .wha-btn:hover { background: #1EBF5A; }
  .reserva-success { display: none; text-align: center; padding: 2rem 0; }
  .reserva-success h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; margin-bottom: .4rem; font-weight: 400; }
  .reserva-success p { font-size: 13px; color: #666; }

  /* CONTACTO */
  .horario-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 2rem; margin-top: 2rem; align-items: start; }
  .horario-wrap { display: flex; flex-direction: column; gap: 6px; }
  .horario-row { display: flex; align-items: center; gap: 10px; padding: .6rem .9rem; border-radius: 8px; background: #FAF7F0; border: 1px solid #EDE5D0; transition: background .2s; }
  .horario-row:hover { background: #F0E8D0; transform: scale(1.03); box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
  .horario-row { transition: transform .2s ease, background .2s, box-shadow .2s; }
  .horario-row.cerrado { background: #FFF0F0; border-color: #F5D0D0; }
  .horario-row.hoy { background: #FFF8E8; border-color: #E8C96A; }
  .horario-dot { width: 8px; height: 8px; border-radius: 50%; background: #1D9E75; flex-shrink: 0; }
  .horario-dot.cerrado { background: #E24B4A; }
  .horario-dot.hoy { background: #C9A84C; }
  .horario-dia { font-size: 13px; font-weight: 500; flex: 1; color: #1a1a1a; }
  .horario-row.hoy .horario-dia { color: #C9A84C; }
  .horario-hora { font-size: 13px; color: #777; }
  .horario-row.cerrado .horario-hora { color: #E24B4A; font-weight: 500; }
  .horario-row.hoy .horario-hora { color: #C9A84C; font-weight: 500; }
  .hoy-badge { font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; background: #C9A84C; color: #FFF; padding: 2px 8px; border-radius: 20px; margin-right: 6px; flex-shrink: 0; }
  .contacto-card { background: #FAF7F0; border-radius: 8px; padding: 1.5rem; border: 1px solid #EDE5D0; }
  .contacto-item { display: flex; align-items: center; gap: 12px; padding: .6rem 0; border-bottom: 1px solid #F0E8D0; }
  .contacto-item:last-child { border-bottom: none; }
  .contacto-icon { width: 32px; height: 32px; background: #FFF8E8; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
  .contacto-label { font-size: 11px; color: #999; }
  .contacto-val { font-size: 13px; font-weight: 500; }

  hr { border: none; border-top: 1px solid #F0E8D0; margin: 0 2rem; }

  /* FOOTER */
  footer { background: #0D0D0D; padding: 2.5rem 2rem; text-align: center; }
  .footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; color: #F5ECD7; margin-bottom: .3rem; }
  .footer-logo span { color: #C9A84C; font-style: italic; }
  .footer-tagline { font-size: 11px; color: #555; letter-spacing: .15em; text-transform: uppercase; margin-bottom: .8rem; }
  footer p { font-size: 12px; color: #444; margin-top: .3rem; }

  /* Animación de entrada para especialidades — efecto zoom hacia el usuario */
  .esp-card {
    opacity: 1;
    transition: transform .25s ease, box-shadow .25s ease;
  }
  .esp-grid { perspective: 800px; }

  /* Tabs bajo reserva */
  .tab-reserva { border: 1px dashed #C9A84C !important; position: relative; }
  .tab-badge { display: inline-block; font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; background: #C9A84C; color: #0D0D0D; padding: 2px 6px; border-radius: 2px; margin-left: 6px; vertical-align: middle; }
  .tab-reserva.active .tab-badge { background: #0D0D0D; color: #C9A84C; }

  /* Banner de menú bajo reserva */
  .reserva-menu-banner { display: flex; align-items: flex-start; gap: 1.2rem; background: #FDF8EC; border: 1px solid #C9A84C; border-radius: 6px; padding: 1.5rem 2rem; margin-bottom: 2rem; }
  .rmb-icon { font-size: 2rem; flex-shrink: 0; margin-top: .1rem; }
  .rmb-title { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 600; color: #1a1a1a; margin-bottom: .3rem; }
  .rmb-sub { font-size: 13px; color: #666; line-height: 1.6; margin-bottom: .8rem; }
  .rmb-btn { display: inline-block; background: #25D366; color: #fff; font-size: 12px; font-weight: 500; padding: .45rem 1rem; border-radius: 3px; text-decoration: none; transition: background .2s; font-family: 'Inter', sans-serif; }
  .rmb-btn:hover { background: #1ebe57; }
  .wha-float { position: fixed; bottom: 22px; right: 22px; width: 56px; height: 56px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 14px rgba(0,0,0,.35); z-index: 7500; transition: transform .2s, box-shadow .2s, bottom .3s; }
  .wha-float:hover { transform: scale(1.08); box-shadow: 0 6px 18px rgba(0,0,0,.45); background: #1ebe57; }
  body.cb-visible .wha-float { bottom: 92px; }
  @media (max-width: 600px) { .wha-float { width: 52px; height: 52px; bottom: 18px; right: 16px; } body.cb-visible .wha-float { bottom: 150px; } }

  /* Grid de platos del menú */
  .menu-grid { display: flex; flex-direction: column; gap: 0; }
  .menu-item { display: flex; justify-content: space-between; align-items: baseline; padding: .6rem 0; border-bottom: 1px solid #F0EDE6; font-size: 14px; color: #333; gap: 1rem; }
  .menu-item:hover { background: rgba(201,168,76,.05); padding-left: .5rem; padding-right: .5rem; border-radius: 3px; transition: all .15s; }
  .menu-name { flex: 1; }
  .menu-price { font-family: 'Cormorant Garamond', serif; font-size: 15px; color: #C9A84C; white-space: nowrap; flex-shrink: 0; }
  .menu-seccion { font-size: 10px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; color: #C9A84C; margin-top: 1.2rem; margin-bottom: .4rem; padding-bottom: .3rem; border-bottom: 1px solid #C9A84C; }
  .c-note-full { font-size: 12px; color: #999; font-style: italic; border-bottom: none !important; margin-top: .5rem; }

  /* Menús como foto */
  .menu-foto-wrap { max-width: 520px; margin: 0 auto; }
  .menu-foto-header { text-align: center; margin-bottom: 1.5rem; }
  .menu-foto-badge { display: inline-block; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; background: #FDF8EC; border: 1px solid #C9A84C; color: #8a6a00; padding: 4px 12px; border-radius: 20px; margin-bottom: .5rem; }
  .menu-foto-precio { display: block; font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 600; color: #C9A84C; margin: .3rem 0; }
  .menu-foto-sub { font-size: 13px; color: #888; }
  .menu-foto-img-wrap { border-radius: 8px; overflow: hidden; box-shadow: 0 8px 32px rgba(0,0,0,.12); border: 1px solid #EDE8DC; }
  .menu-foto-img-wrap img { width: 100%; display: block; }

  /* MODALES LEGALES */
  .modal-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.7); z-index: 9000; overflow-y: auto; padding: 2rem 1rem; }
  .modal-overlay.active { display: flex; align-items: flex-start; justify-content: center; }
  .modal-box { background: #fff; border-radius: 8px; max-width: 720px; width: 100%; padding: 2.5rem 2rem; position: relative; margin: auto; }
  .modal-box h2 { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 600; color: #1a1a1a; margin-bottom: 1.5rem; }
  .modal-box h3 { font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 700; color: #1a1a1a; margin: 1.2rem 0 .4rem; text-transform: uppercase; letter-spacing: .05em; }
  .modal-box p, .modal-box li { font-size: 13px; color: #555; line-height: 1.8; }
  .modal-box ul { padding-left: 1.2rem; margin: .4rem 0; }
  .modal-box a { color: #C9A84C; }
  .modal-close { position: absolute; top: 1rem; right: 1.2rem; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: #999; line-height: 1; }
  .modal-close:hover { color: #333; }
  .modal-date { font-size: 11px; color: #aaa; margin-top: 2rem; }

  /* BANNER COOKIES */
  #cookie-banner { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: #1a1a1a; color: #ddd; font-family: 'Inter', sans-serif; font-size: 12px; padding: 1rem 1.5rem; z-index: 8000; gap: 1rem; align-items: center; flex-wrap: wrap; }
  #cookie-banner.show { display: flex; }
  #cookie-banner p { flex: 1; margin: 0; line-height: 1.6; }
  #cookie-banner a { color: #C9A84C; cursor: pointer; }
  .cookie-btn { padding: .5rem 1.2rem; border-radius: 3px; font-size: 12px; font-weight: 500; cursor: pointer; border: none; font-family: 'Inter', sans-serif; white-space: nowrap; }
  .cookie-btn-accept { background: #C9A84C; color: #0D0D0D; }
  .cookie-btn-reject { background: transparent; color: #aaa; border: 1px solid #555 !important; }
  .footer-legal { display: flex; gap: 1.2rem; justify-content: center; flex-wrap: wrap; margin-top: .6rem; }
  .footer-legal a { font-size: 11px; color: #888; text-decoration: none; cursor: pointer; }
  .footer-legal a:hover { color: #C9A84C; }

.esp-card-img{position:relative}
.esp-card-img::after{content:'\2922';position:absolute;bottom:8px;right:8px;background:rgba(0,0,0,.55);color:#fff;font-size:14px;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;pointer-events:none}
.esp-lightbox{display:none;position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:99999;align-items:center;justify-content:center;padding:24px;cursor:zoom-out}
.esp-lightbox.open{display:flex}
.esp-lightbox img{max-width:100%;max-height:100%;object-fit:contain;border-radius:6px;box-shadow:0 12px 48px rgba(0,0,0,.6)}
.esp-lightbox-close{position:absolute;top:16px;right:24px;font-size:38px;color:#fff;cursor:pointer;line-height:1;font-family:sans-serif;background:none;border:none;padding:0}
