/* =====================================================================
   Carnicería Halal — estilos de la web pública
   ===================================================================== */
:root {
  --ink: #1b1512;
  --paper: #fffbf5;
  --cream: #f6eee2;
  --cream-2: #ecdfcc;
  --wine: #8e1c22;
  --wine-2: #6c1419;
  --wine-3: #4a0d11;
  --wine-soft: #f7e6e3;
  --gold: #c9a45c;
  --gold-2: #e6cd94;
  --green: #1c7a4a;
  --wa: #25d366;
  --wa-btn: #12793f;
  --text: #241b17;
  --muted: #6f6158;
  --line: #e6d8c5;
  --on-dark: #f6eee2;
  --on-dark-muted: rgba(246, 238, 226, .72);
  --radius: 20px;
  --shadow: 0 12px 32px -16px rgba(52, 26, 14, .28);
  --shadow-lg: 0 34px 70px -28px rgba(52, 26, 14, .5);
  --ff-body: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --ff-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --header-h: 72px;
  --gutter: clamp(16px, 4vw, 40px);
  --pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='none' stroke='%23c9a45c' stroke-opacity='.16' stroke-width='1'%3E%3Crect x='26' y='26' width='28' height='28'/%3E%3Crect x='26' y='26' width='28' height='28' transform='rotate(45 40 40)'/%3E%3Ccircle cx='40' cy='40' r='6'/%3E%3Cpath d='M0 0l14 14M80 0L66 14M0 80l14-14M80 80L66 66'/%3E%3C/g%3E%3C/svg%3E");
}
[dir="rtl"] {
  --ff-body: "Tajawal", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --ff-display: "El Messiri", "Tajawal", serif;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
html.lock { overflow: hidden; }
body {
  margin: 0; background: var(--paper); color: var(--text);
  font-family: var(--ff-body); font-size: 1rem; line-height: 1.6;
  overflow-x: clip; -webkit-font-smoothing: antialiased;
}
[dir="rtl"] body { font-size: 1.06rem; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
h1, h2, h3, h4 { font-family: var(--ff-display); font-weight: 700; line-height: 1.15; margin: 0; letter-spacing: -.01em; }
[dir="rtl"] :is(h1, h2, h3, h4) { letter-spacing: 0; line-height: 1.4; }
p { margin: 0; }
.icon { width: 1.25em; height: 1.25em; flex-shrink: 0; }
[dir="rtl"] .flip { transform: scaleX(-1); }
.container { width: min(1200px, 100% - 2 * var(--gutter)); margin-inline: auto; }
:is(.hero__in, .orders__in, .about, .visit-grid, .footer__grid) > * { min-width: 0; }
.skip {
  position: absolute; inset-inline-start: 12px; top: -80px; z-index: 100;
  background: var(--gold); color: var(--ink); padding: 10px 16px; border-radius: 10px;
  font-weight: 700; text-decoration: none;
}
.skip:focus { top: 12px; }

/* ---------- Botones ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  min-height: 48px; padding: .75em 1.35em; border-radius: 999px;
  border: 1.5px solid transparent; font-weight: 700; font-size: 1rem; line-height: 1.2;
  text-decoration: none; text-align: center;
  transition: background-color .2s, border-color .2s, color .2s, transform .2s;
}
.btn:active { transform: translateY(1px); }
.btn .icon { width: 20px; height: 20px; }
.btn--lg { min-height: 54px; padding-inline: 1.6em; font-size: 1.04rem; }
.btn--primary { background: var(--wine); color: #fff; box-shadow: 0 10px 24px -12px rgba(142, 28, 34, .8); }
.btn--primary:hover { background: var(--wine-2); }
.btn--ghost { border-color: rgba(246, 238, 226, .3); color: #fff; }
.btn--ghost:hover { background: rgba(255, 255, 255, .08); border-color: rgba(246, 238, 226, .55); }
.btn--wa { background: var(--wa-btn); color: #fff; }
.btn--wa:hover { background: #0d6433; }
.btn--gold { background: var(--gold); color: var(--ink); }
.btn--gold:hover { background: var(--gold-2); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: #33271f; }
.btn--outline { background: #fff; border-color: var(--line); color: var(--text); }
.btn--outline:hover { border-color: var(--gold); }
.btn-row { display: flex; flex-wrap: wrap; gap: 10px; }
.btn-row .btn { flex: 1 1 auto; }

/* ---------- Titulares ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .78rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--wine);
}
.eyebrow::before { content: ""; width: 28px; height: 1.5px; background: currentColor; }
.eyebrow--gold { color: var(--gold); }
[dir="rtl"] .eyebrow { letter-spacing: 0; font-size: .98rem; }

.section { padding-block: clamp(64px, 9vw, 112px); }
.section--cream { background: var(--cream); }
.section--tight { padding-block: clamp(40px, 6vw, 72px); }
.section__head { max-width: 720px; margin: 0 auto clamp(32px, 5vw, 52px); text-align: center; display: grid; justify-items: center; gap: 12px; }
.section__head h2 { font-size: clamp(2rem, 4.4vw, 3.1rem); text-wrap: balance; }
.section__lead { color: var(--muted); font-size: 1.08rem; max-width: 38em; }
.note { display: flex; gap: 8px; align-items: flex-start; color: var(--muted); font-size: .88rem; margin-top: 18px; }
.note .icon { width: 18px; height: 18px; margin-top: 2px; }

/* ---------- Aviso superior ---------- */
.announce { background: var(--gold); color: var(--ink); font-weight: 700; font-size: .9rem; }
.announce a { display: flex; align-items: center; justify-content: center; gap: .5em; padding: 9px 16px; text-decoration: none; text-align: center; text-wrap: balance; }
.announce a:hover span { text-decoration: underline; }
.announce .icon { width: 18px; height: 18px; }

/* ---------- Cabecera ---------- */
.header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(27, 21, 18, .94); color: var(--on-dark);
  -webkit-backdrop-filter: saturate(1.2) blur(12px); backdrop-filter: saturate(1.2) blur(12px);
  border-bottom: 1px solid rgba(201, 164, 92, .18); transition: box-shadow .3s;
}
.header.scrolled { box-shadow: 0 10px 30px -12px rgba(0, 0, 0, .55); }
.header__in { display: flex; align-items: center; gap: 12px; min-height: var(--header-h); }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; min-width: 0; margin-inline-end: auto; }
.brand__mark { width: 44px; height: 44px; flex-shrink: 0; }
.brand__text { display: flex; flex-direction: column; line-height: 1.1; min-width: 0; }
.brand__text strong { font-family: var(--ff-display); font-size: 1.2rem; color: #fff; white-space: nowrap; }
.brand__text small { font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); white-space: nowrap; margin-top: 4px; }
[dir="rtl"] .brand__text small { letter-spacing: 0; font-size: .8rem; }

.nav { display: none; }
.nav a { text-decoration: none; }
.header__actions { display: flex; align-items: center; gap: 8px; }

.lang { position: relative; display: flex; align-items: center; }
.lang .icon { position: absolute; inset-inline-start: 11px; width: 16px; height: 16px; color: var(--gold); pointer-events: none; }
.lang select {
  -webkit-appearance: none; appearance: none; cursor: pointer;
  height: 40px; padding-inline: 33px 14px; border-radius: 999px;
  background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .16);
  color: #fff; font-weight: 700; font-size: .85rem;
}
.lang select:hover { border-color: rgba(201, 164, 92, .6); }
.lang select option { color: #111; background: #fff; }

.head-call {
  display: inline-flex; align-items: center; gap: 8px; height: 44px; padding-inline: 16px; border-radius: 999px;
  background: var(--wine); color: #fff; font-weight: 700; text-decoration: none;
}
.head-call:hover { background: var(--wine-2); }
.head-call .icon { width: 18px; height: 18px; }
.menu-btn {
  width: 44px; height: 44px; display: grid; place-items: center;
  background: transparent; border: 1px solid rgba(255, 255, 255, .16); border-radius: 12px; color: #fff;
}
.menu-btn .icon { width: 22px; height: 22px; }

@media (min-width: 1080px) {
  .nav { display: flex; align-items: center; gap: 2px; margin-inline: auto; }
  .nav a { padding: 8px 12px; border-radius: 999px; font-weight: 500; color: var(--on-dark-muted); transition: color .2s, background-color .2s; }
  .nav a:hover, .nav a.active { color: #fff; background: rgba(255, 255, 255, .07); }
  .brand { margin-inline-end: 0; }
  .menu-btn { display: none; }
}
@media (max-width: 1079.98px) {
  .nav.open {
    display: flex; flex-direction: column; position: absolute; top: 100%; inset-inline: 0;
    background: var(--ink); padding: 8px var(--gutter) 22px;
    border-bottom: 1px solid rgba(201, 164, 92, .25); box-shadow: 0 24px 40px -20px rgba(0, 0, 0, .7);
    max-height: calc(100vh - var(--header-h)); overflow-y: auto;
  }
  .nav.open a { padding: 14px 4px; border-bottom: 1px solid rgba(255, 255, 255, .07); font-size: 1.08rem; color: var(--on-dark); }
}
@media (max-width: 560px) {
  :root { --header-h: 64px; }
  .header__in { gap: 6px; }
  .header__actions { gap: 6px; }
  .brand__mark { width: 36px; height: 36px; }
  .brand__text strong { font-size: 1.02rem; }
  .brand__text small { display: none; }
  .head-call { width: 44px; padding: 0; justify-content: center; }
  .head-call span { display: none; }
  .lang .icon { display: none; }
  .lang select { padding-inline: 12px; height: 44px; }
}
@media (max-width: 379.98px) { .head-call { display: none; } }

/* ---------- Portada ---------- */
.hero { position: relative; isolation: isolate; overflow: hidden; background: var(--ink); color: var(--on-dark); }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background-image: var(--pattern); background-size: 80px;
  -webkit-mask-image: linear-gradient(to bottom, #000 25%, transparent 95%); mask-image: linear-gradient(to bottom, #000 25%, transparent 95%);
}
.hero::after {
  content: ""; position: absolute; z-index: -1; width: 1000px; height: 1000px; top: -420px; inset-inline-end: -360px;
  border-radius: 50%; background: radial-gradient(closest-side, rgba(142, 28, 34, .6), rgba(142, 28, 34, 0));
}
.hero.has-photo { background: linear-gradient(90deg, rgba(27, 21, 18, .96) 0%, rgba(27, 21, 18, .8) 55%, rgba(27, 21, 18, .55)), var(--hero-photo) center / cover no-repeat; }
[dir="rtl"] .hero.has-photo { background: linear-gradient(270deg, rgba(27, 21, 18, .96) 0%, rgba(27, 21, 18, .8) 55%, rgba(27, 21, 18, .55)), var(--hero-photo) center / cover no-repeat; }
.hero__in { display: grid; gap: 36px; padding-block: clamp(40px, 7vw, 96px) clamp(104px, 12vw, 160px); }
@media (min-width: 960px) {
  .hero__in { grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); align-items: center; gap: 56px; }
}
.hero__title { font-size: clamp(2.3rem, 6vw, 4.5rem); line-height: 1.04; color: #fff; margin-block: 18px 20px; }
.hero__title em { display: block; font-style: italic; font-weight: 600; color: var(--gold-2); }
[dir="rtl"] .hero__title { line-height: 1.35; }
[dir="rtl"] .hero__title em { font-style: normal; }
.hero__lead { font-size: clamp(1.02rem, 1.5vw, 1.18rem); color: var(--on-dark-muted); max-width: 34em; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero__badges { display: flex; flex-wrap: wrap; gap: 10px 24px; list-style: none; padding: 0; margin: 30px 0 0; }
.hero__badges li { display: flex; align-items: center; gap: 8px; font-weight: 500; }
.hero__badges .icon { color: var(--gold); width: 20px; height: 20px; }
@media (max-width: 480px) { .hero__ctas .btn { width: 100%; } }

.hero__side { display: grid; justify-items: center; }
.seal { width: min(330px, 70vw); aspect-ratio: 1; }
.seal svg { width: 100%; height: 100%; overflow: visible; }
.seal__ring { transform-box: view-box; transform-origin: 50% 50%; animation: spin 70s linear infinite; }
.seal__txt { font-family: "DM Sans", Arial, sans-serif; font-size: 13.5px; font-weight: 700; letter-spacing: 3px; fill: var(--gold); }
.seal__ar { font-family: "El Messiri", "Tajawal", Arial, sans-serif; font-size: 66px; font-weight: 700; fill: #fff; }
.seal__sub { font-family: "DM Sans", Arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 4px; fill: var(--gold-2); }
@keyframes spin { to { transform: rotate(360deg); } }

.visit {
  position: relative; width: min(380px, 100%); margin-top: -34px; display: grid; gap: 10px;
  background: rgba(37, 28, 24, .86); border: 1px solid rgba(201, 164, 92, .35); border-radius: var(--radius);
  padding: 20px 22px; box-shadow: var(--shadow-lg);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.visit__row { display: flex; gap: 10px; align-items: flex-start; }
.visit__row .icon { color: var(--gold); width: 19px; height: 19px; margin-top: 3px; }
.visit__row a { text-decoration: none; }
.visit__row a:hover { color: var(--gold-2); }
.link-arrow { display: inline-flex; align-items: center; gap: 6px; color: var(--gold-2); font-weight: 700; text-decoration: none; justify-self: start; }
.link-arrow:hover { text-decoration: underline; }
.link-arrow .icon { width: 18px; height: 18px; }

/* ---------- Abierto / cerrado ---------- */
.status { display: flex; align-items: center; flex-wrap: wrap; gap: 4px 10px; }
.status__dot { width: 10px; height: 10px; border-radius: 50%; background: #9a8f88; flex-shrink: 0; }
.status__label { font-weight: 700; }
.status__sub { color: var(--on-dark-muted); font-size: .92rem; }
.status.is-open .status__dot { background: #35c46f; animation: pulse 2.2s infinite; }
.status.is-soon .status__dot { background: #e8a23a; animation: none; }
.status.is-closed .status__dot { background: #e0564f; }
.status.is-open .status__label { color: #5fdc92; }
.status.is-closed .status__label { color: #ff9b91; }
.status-box { padding: 14px 16px; border-radius: 14px; background: var(--cream); }
.status-box .status__sub { color: var(--muted); }
.status-box.is-open .status__label { color: var(--green); }
.status-box.is-closed .status__label { color: var(--wine); }
.status-box.is-soon .status__label { color: #9a5a00; }
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(53, 196, 111, .55); }
  70% { box-shadow: 0 0 0 10px rgba(53, 196, 111, 0); }
  100% { box-shadow: 0 0 0 0 rgba(53, 196, 111, 0); }
}

/* ---------- Ventajas ---------- */
.features { position: relative; z-index: 2; margin-top: -64px; }
.features__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
@media (min-width: 900px) { .features__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; } }
.feature { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); }
.feature__icon { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: var(--wine-soft); color: var(--wine); margin-bottom: 14px; }
.feature__icon .icon { width: 24px; height: 24px; }
.feature h3 { font-size: 1.12rem; margin-bottom: 4px; }
.feature p { font-size: .92rem; color: var(--muted); line-height: 1.5; }
@media (max-width: 480px) {
  .feature { padding: 16px; }
  .feature h3 { font-size: 1rem; }
  .feature p { font-size: .84rem; }
}

/* ---------- Catálogo ---------- */
.catalog__tools { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 20px; }
.tabs {
  display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch;
  padding: 4px; margin: -4px; flex: 1 1 auto; min-width: 0;
}
.tabs::-webkit-scrollbar { display: none; }
.tab {
  display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; flex-shrink: 0;
  height: 44px; padding-inline: 14px 18px; border-radius: 999px;
  border: 1px solid var(--line); background: #fff; font-weight: 600; transition: background-color .2s, border-color .2s, color .2s;
}
.tab .icon { width: 24px; height: 24px; color: var(--wine); }
.tab:hover { border-color: var(--gold); }
.tab[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: #fff; }
.tab[aria-pressed="true"] .icon { color: var(--gold); }
.search { position: relative; flex: 0 1 320px; }
.search .icon { position: absolute; inset-inline-start: 15px; top: 50%; transform: translateY(-50%); color: var(--muted); width: 20px; height: 20px; pointer-events: none; }
.search input {
  width: 100%; height: 46px; border-radius: 999px; border: 1px solid var(--line); background: #fff;
  padding-inline: 44px 16px; font-size: 1rem;
}
.search input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 4px rgba(201, 164, 92, .22); }
@media (max-width: 760px) { .search { flex-basis: 100%; } }

.catalog { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: clamp(18px, 3.4vw, 44px); box-shadow: var(--shadow); }
.cat-group + .cat-group { margin-top: clamp(28px, 4vw, 44px); }
.cat-group__head { display: flex; align-items: center; gap: 12px; margin-bottom: 4px; }
.cat-icon { width: 50px; height: 50px; border-radius: 50%; background: var(--cream); color: var(--wine); display: grid; place-items: center; flex-shrink: 0; }
.cat-icon .icon { width: 32px; height: 32px; }
.cat-group__head h3 { font-size: clamp(1.4rem, 2.4vw, 1.75rem); }
.cat-group__rule { flex: 1; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); }
[dir="rtl"] .cat-group__rule { background: linear-gradient(-90deg, var(--gold), transparent); }
.items { list-style: none; margin: 0; padding: 0; display: grid; column-gap: 56px; }
@media (min-width: 900px) { .items { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.item { display: flex; align-items: center; gap: 14px; padding: 16px 0; border-bottom: 1px dashed var(--line); }
.item__thumb { width: 60px; height: 60px; border-radius: 14px; object-fit: cover; flex-shrink: 0; background: var(--cream); }
.item__main { flex: 1; min-width: 0; }
.item__line { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 10px; }
.item__name { font-size: 1.1rem; font-weight: 600; }
.item__dots { flex: 1; min-width: 16px; border-bottom: 2px dotted var(--cream-2); transform: translateY(-4px); }
.item__price { font-weight: 700; color: var(--wine); white-space: nowrap; font-variant-numeric: tabular-nums; }
.item__price small { font-weight: 500; color: var(--muted); font-size: .82em; margin-inline-start: 2px; }
.item__price.is-consult { color: var(--muted); font-weight: 600; font-style: italic; }
.item__desc { color: var(--muted); font-size: .9rem; margin-top: 2px; }
.item.is-soldout :is(.item__name, .item__price, .item__desc, .item__thumb) { opacity: .5; }
.item.is-soldout .item__price { text-decoration: line-through; }
@media (max-width: 600px) {
  .item__dots { display: none; }
  .item__price { margin-inline-start: auto; }
  .item__thumb { width: 52px; height: 52px; }
}
.tag {
  align-self: center; font-family: var(--ff-body); font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  padding: 3px 8px; border-radius: 999px; background: var(--gold); color: var(--ink); line-height: 1.4;
}
.tag--order { background: var(--ink); color: var(--gold-2); }
.tag--new { background: var(--green); color: #fff; }
.tag--soldout { background: var(--wine); color: #fff; }
[dir="rtl"] .tag { letter-spacing: 0; font-size: .74rem; }
.empty { text-align: center; color: var(--muted); padding: 32px 0; }

/* ---------- Encargos ---------- */
.orders { position: relative; isolation: isolate; overflow: hidden; background: var(--wine-3); color: var(--on-dark); padding-block: clamp(64px, 9vw, 112px); }
.orders::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: var(--pattern); background-size: 80px; }
.orders::after { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(70% 90% at 0% 0%, rgba(142, 28, 34, .95), transparent 70%); }
[dir="rtl"] .orders::after { background: radial-gradient(70% 90% at 100% 0%, rgba(142, 28, 34, .95), transparent 70%); }
.orders__in { display: grid; gap: 40px; }
@media (min-width: 960px) { .orders__in { grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; } }
.orders h2 { font-size: clamp(2rem, 4.2vw, 3rem); color: #fff; margin-block: 14px 16px; text-wrap: balance; }
.orders__lead { color: var(--on-dark-muted); font-size: 1.08rem; }
.checklist { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 14px; }
.checklist li { display: flex; gap: 14px; align-items: center; font-weight: 500; }
.checklist .ic { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: rgba(201, 164, 92, .16); color: var(--gold-2); flex-shrink: 0; }
.checklist .icon { width: 22px; height: 22px; }

.reserve { background: var(--paper); color: var(--text); border-radius: 24px; padding: clamp(22px, 3.5vw, 36px); box-shadow: var(--shadow-lg); display: grid; gap: 20px; }
.reserve h3 { font-size: 1.5rem; display: flex; align-items: center; gap: 10px; }
.reserve h3 .icon { color: var(--wine); }
.reserve__steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.reserve__steps li { display: flex; gap: 14px; align-items: center; font-size: 1.04rem; }
.reserve__n {
  width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; flex-shrink: 0;
  background: var(--ink); color: var(--gold-2); font-family: var(--ff-display); font-weight: 700;
}
.reserve__phone {
  display: flex; align-items: center; justify-content: center; gap: 10px; padding: 14px; border-radius: 16px;
  background: var(--cream); color: var(--wine); font-family: var(--ff-display); font-size: clamp(1.4rem, 3vw, 1.8rem); font-weight: 700;
  text-decoration: none; font-variant-numeric: tabular-nums;
}
.reserve__phone .icon { width: 24px; height: 24px; }

/* ---------- Nosotros ---------- */
.about { display: grid; gap: 48px; align-items: center; }
@media (min-width: 960px) { .about { grid-template-columns: .9fr 1.1fr; gap: 72px; } }
.about__art {
  position: relative; border-radius: 28px; aspect-ratio: 1 / 1.05; max-width: 100%; box-shadow: var(--shadow-lg);
  background-color: var(--ink); background-image: var(--pattern); background-size: 80px; background-position: center;
}
.about__art.has-photo { background-size: cover; }
.art-grid {
  position: absolute; inset: clamp(18px, 4vw, 34px); display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 1fr);
  gap: 1px; background: rgba(201, 164, 92, .3); border: 1px solid rgba(201, 164, 92, .3); border-radius: 18px; overflow: hidden;
}
.about__art.has-photo .art-grid { display: none; }
.art-tile { background: rgba(27, 21, 18, .94); display: grid; place-items: center; align-content: center; gap: 10px; color: var(--gold); text-align: center; padding: 8px; }
.art-tile .icon { width: clamp(40px, 6vw, 60px); height: clamp(40px, 6vw, 60px); }
.art-tile span { font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--on-dark-muted); }
[dir="rtl"] .art-tile span { letter-spacing: 0; font-size: .9rem; }
.art-tile--seal { background: var(--wine); color: #fff; gap: 2px; line-height: 1; }
.art-tile--seal strong { font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.7rem, 3.2vw, 2.3rem); }
.art-tile--seal span, [dir="rtl"] .art-tile--seal span { color: #fff; font-family: "DM Sans", Arial, sans-serif; font-size: .72rem; letter-spacing: .26em; font-weight: 800; margin-top: 6px; }
.art-tile--seal .ar, [dir="rtl"] .art-tile--seal .ar { font-family: "El Messiri", serif; font-size: 1.35rem; letter-spacing: 0; color: var(--gold-2); margin-top: 8px; }
.about__copy h2 { font-size: clamp(2rem, 4vw, 2.9rem); margin-block: 12px 6px; text-wrap: balance; }
.about__copy > p { color: var(--muted); font-size: 1.06rem; margin-top: 14px; }
.values { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 14px; }
@media (min-width: 620px) { .values { grid-template-columns: repeat(3, 1fr); } }
.values li { display: grid; gap: 4px; align-content: start; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.values .ic { width: 40px; height: 40px; border-radius: 12px; background: var(--wine-soft); color: var(--wine); display: grid; place-items: center; margin-bottom: 8px; }
.values .icon { width: 22px; height: 22px; }
.values strong { font-family: var(--ff-display); font-size: 1.08rem; }
.values span:last-child { font-size: .9rem; color: var(--muted); line-height: 1.5; }

.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(240px, 100%), 1fr)); gap: 12px; }
.gallery figure { margin: 0; border-radius: 18px; overflow: hidden; aspect-ratio: 4 / 3; max-width: 100%; background: var(--cream); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery figure:hover img { transform: scale(1.04); }

/* ---------- Horario y contacto ---------- */
.visit-grid { display: grid; gap: 22px; }
@media (min-width: 960px) { .visit-grid { grid-template-columns: .85fr 1.15fr; align-items: start; } }
.card { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: clamp(22px, 3vw, 32px); box-shadow: var(--shadow); }
.card h3 { font-size: 1.4rem; margin-bottom: 16px; display: flex; gap: 10px; align-items: center; }
.card h3 .icon { color: var(--wine); }
.hours { width: 100%; border-collapse: collapse; margin-top: 14px; }
.hours th, .hours td { padding: 11px 12px; text-align: start; border-bottom: 1px solid var(--line); font-weight: 500; vertical-align: top; }
.hours td { text-align: end; font-variant-numeric: tabular-nums; }
.hours td span { display: block; white-space: nowrap; }
.hours tr:last-child :is(th, td) { border-bottom: 0; }
.hours tr.is-today :is(th, td) { background: var(--cream); font-weight: 700; }
.hours tr.is-today th { border-start-start-radius: 10px; border-end-start-radius: 10px; }
.hours tr.is-today td { border-start-end-radius: 10px; border-end-end-radius: 10px; }
.hours tr.is-closed td { color: var(--wine); }
.pill { display: inline-block; font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; background: var(--wine); color: #fff; padding: 2px 8px; border-radius: 999px; margin-inline-start: 6px; vertical-align: 2px; }
[dir="rtl"] .pill { letter-spacing: 0; font-size: .75rem; }

.contact-list { list-style: none; padding: 0; margin: 0 0 22px; display: grid; gap: 16px; }
.contact-list li { display: flex; gap: 14px; align-items: flex-start; }
.contact-list .ic { width: 46px; height: 46px; border-radius: 14px; background: var(--cream); color: var(--wine); display: grid; place-items: center; flex-shrink: 0; }
.contact-list__k { display: block; font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
[dir="rtl"] .contact-list__k { letter-spacing: 0; font-size: .88rem; }
.contact-list__v { display: block; font-weight: 600; font-size: 1.08rem; text-decoration: none; margin-top: 2px; }
a.contact-list__v:hover { color: var(--wine); }

.map {
  position: relative; margin-top: 22px; border-radius: 18px; overflow: hidden; height: clamp(260px, 36vw, 380px);
  background-color: var(--ink); background-image: var(--pattern); background-size: 80px;
  display: grid; place-items: center; text-align: center; color: var(--on-dark);
}
.map__ph { display: grid; justify-items: center; gap: 12px; padding: 20px; }
.map__pin { width: 58px; height: 58px; border-radius: 50%; background: var(--wine); display: grid; place-items: center; box-shadow: 0 0 0 10px rgba(142, 28, 34, .28); margin-bottom: 6px; }
.map__pin .icon { width: 26px; height: 26px; color: #fff; }
.map__note { font-size: .8rem; color: var(--on-dark-muted); max-width: 30em; }
.map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---------- Opiniones ---------- */
.reviews { position: relative; isolation: isolate; overflow: hidden; background: var(--ink); color: var(--on-dark); text-align: center; padding-block: clamp(64px, 8vw, 100px); }
.reviews::before {
  content: ""; position: absolute; inset: 0; z-index: -1; background-image: var(--pattern); background-size: 80px;
  -webkit-mask-image: radial-gradient(closest-side, #000, transparent); mask-image: radial-gradient(closest-side, #000, transparent);
}
.stars { display: flex; justify-content: center; gap: 6px; color: var(--gold); margin-bottom: 18px; }
.stars .icon { width: 26px; height: 26px; }
.reviews h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); color: #fff; }
.reviews p { color: var(--on-dark-muted); max-width: 36em; margin: 12px auto 28px; font-size: 1.08rem; }

/* ---------- Preguntas ---------- */
.faq { max-width: 840px; margin-inline: auto; border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item summary {
  list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 22px 4px; cursor: pointer; font-family: var(--ff-display); font-size: 1.16rem; font-weight: 600;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover { color: var(--wine); }
.faq__icon { width: 36px; height: 36px; border-radius: 50%; background: var(--cream); color: var(--wine); display: grid; place-items: center; flex-shrink: 0; transition: transform .3s, background-color .3s, color .3s; }
.faq__icon .icon { width: 18px; height: 18px; }
.faq__item[open] .faq__icon { transform: rotate(45deg); background: var(--wine); color: #fff; }
.faq__a { padding: 0 4px 24px; color: var(--muted); font-size: 1.02rem; }

/* ---------- Pie ---------- */
.footer { background: #120e0c; color: var(--on-dark-muted); padding-top: clamp(56px, 7vw, 80px); font-size: .95rem; }
.footer__grid { display: grid; gap: 36px; }
@media (min-width: 640px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .footer__grid { grid-template-columns: 1.4fr .8fr 1fr 1.2fr; } }
.footer .brand { margin-bottom: 16px; }
.footer p { max-width: 30em; }
.footer h4 { font-family: var(--ff-body); font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
[dir="rtl"] .footer h4 { letter-spacing: 0; font-size: .95rem; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.footer a { text-decoration: none; color: var(--on-dark); }
.footer a:hover { color: var(--gold-2); }
.social { display: flex; gap: 10px; margin-top: 20px; }
.social a { width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .16); display: grid; place-items: center; }
.social a:hover { border-color: var(--gold); }
.hours--mini { margin-top: 0; }
.hours--mini :is(th, td) { padding: 4px 0; border: 0; font-weight: 400; color: var(--on-dark-muted); font-size: .9rem; }
.hours--mini td { padding-inline-start: 12px; }
.hours--mini tr.is-today :is(th, td) { background: none; color: #fff; font-weight: 700; }
.hours--mini tr.is-closed td { color: #ff9b91; }
.hours--mini .pill { display: none; }
.footer__bottom {
  margin-top: 48px; border-top: 1px solid rgba(255, 255, 255, .08);
  padding-block: 22px calc(22px + env(safe-area-inset-bottom));
  display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: space-between; font-size: .85rem;
}
.footer__links { display: flex; flex-wrap: wrap; gap: 6px 20px; }

/* ---------- Botón WhatsApp flotante ---------- */
.fab {
  position: fixed; z-index: 44; inset-inline-end: 18px; bottom: calc(18px + env(safe-area-inset-bottom));
  width: 58px; height: 58px; border-radius: 50%; background: var(--wa); color: #fff;
  display: grid; place-items: center; box-shadow: 0 12px 28px -8px rgba(18, 140, 75, .7); transition: transform .2s;
}
.fab:hover { transform: scale(1.07); }
.fab .icon { width: 30px; height: 30px; }
@media (max-width: 1079.98px) { .fab { width: 54px; height: 54px; inset-inline-end: 14px; } }

/* ---------- Modo demostración ---------- */
.demo-bar {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 4px 10px;
  padding: 8px 16px; text-align: center; font-size: .84rem; line-height: 1.4; color: var(--gold-2);
  background: repeating-linear-gradient(-45deg, #120e0c 0 12px, #231a16 12px 24px);
  border-bottom: 1px solid rgba(201, 164, 92, .4);
}
.demo-bar strong {
  background: var(--gold); color: var(--ink); border-radius: 999px; padding: 2px 10px;
  font-size: .72rem; letter-spacing: .12em; text-transform: uppercase;
}
[dir="rtl"] .demo-bar strong { letter-spacing: 0; font-size: .8rem; }
.demo-dialog { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: 16px; background: rgba(18, 14, 12, .6); }
.demo-dialog__card {
  width: min(420px, 100%); display: grid; gap: 14px;
  background: var(--paper); color: var(--text); border-radius: 22px; padding: 24px; box-shadow: var(--shadow-lg);
}
.demo-dialog__card h2 { font-size: 1.4rem; text-wrap: balance; }
.demo-dialog__card p { color: var(--muted); }

/* ---------- Animaciones de entrada ---------- */
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s cubic-bezier(.2, .7, .2, 1), transform .8s cubic-bezier(.2, .7, .2, 1); }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}

/* ---------- Página legal ---------- */
.legal { max-width: 820px; margin-inline: auto; padding: clamp(40px, 6vw, 72px) var(--gutter) 80px; }
.legal h1 { font-size: clamp(2rem, 5vw, 2.8rem); margin-bottom: 8px; }
.legal h2 { font-size: 1.45rem; margin: 40px 0 12px; }
.legal p, .legal li { color: var(--muted); margin-bottom: 10px; }
.legal ul { padding-inline-start: 20px; }
.legal .back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 28px; color: var(--wine); font-weight: 700; text-decoration: none; }
.legal mark { background: #fff1c7; color: var(--text); padding: 0 4px; border-radius: 4px; }
