/* =========================================================
   Oh! Mar — secciones
   ========================================================= */

/* ---------- La casa ---------- */
.casa { background: var(--cal); }
.casa__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.casa__visual { position: relative; padding: 0 3rem 5.5rem 0; }
.casa__main { aspect-ratio: 4 / 5; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.casa__sign {
  position: absolute; right: 0; bottom: 0; width: 50%; margin: 0;
  padding: .7rem .7rem 0; background: #fff; border-radius: 4px; box-shadow: var(--shadow); rotate: 4deg;
}
.casa__sign .media { aspect-ratio: 1; }
.casa__sign .media.is-missing::after { font-size: 1.4rem; }
.casa__sign figcaption { padding: .35rem 0 .55rem; font-size: 1.45rem; line-height: 1.1; color: var(--navy); text-align: center; }
.casa__sign::before {
  content: ""; position: absolute; z-index: 1; top: -12px; left: 50%; width: 96px; height: 26px;
  background: rgba(242, 182, 50, .82); transform: translateX(-50%) rotate(-5deg);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
}
.casa__note {
  position: absolute; left: .5rem; bottom: .8rem; margin: 0; display: flex; align-items: flex-end; gap: .2rem;
  font-size: clamp(1.6rem, 2.4vw, 2.1rem); line-height: 1; color: var(--blue); rotate: -7deg;
}
.casa__note svg { width: 74px; height: 50px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; transform: translateY(-16px); }

.features { list-style: none; padding: 0; margin-top: 2.2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1.7rem 2rem; }
.feature { display: flex; gap: 1rem; }
.feature__ico {
  flex: none; width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center;
  background: var(--foam); color: var(--blue); border: 1px solid var(--line);
}
.feature__ico .ico { width: 26px; height: 26px; }
.feature h3 { font-size: 1.15rem; color: var(--navy); margin: .1rem 0 .3rem; }
.feature p { margin: 0; font-size: .95rem; color: var(--muted); line-height: 1.5; }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: clamp(3.5rem, 6vw, 6rem); border-block: 1px solid var(--line); }
.stat { position: relative; padding: 2rem 1rem; text-align: center; }
.stat + .stat::before { content: ""; position: absolute; left: 0; top: 25%; bottom: 25%; width: 1px; background: var(--line); }
.stat__num { margin: 0; line-height: 1; }
.stat__num b { font-family: var(--ff-display); font-size: clamp(2.5rem, 4vw, 3.7rem); font-weight: 700; color: var(--navy); font-variant-numeric: tabular-nums; }
.stat__num span { font-family: var(--ff-display); font-size: 1.7rem; color: var(--sun-600); margin-left: .15rem; }
.stat__label { margin: .6rem 0 0; font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }

/* ---------- Menú 25 € ---------- */
.menu { background: var(--paper); overflow: hidden; padding-bottom: clamp(6rem, 10vw, 10rem); }
.menu .container { position: relative; z-index: 1; }
.menu__cloth {
  position: absolute; left: -15%; right: -15%; bottom: -4%; height: 62%; --gs: 70px;
  transform: perspective(700px) rotateX(58deg); transform-origin: 50% 100%;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 45%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 45%);
}
.menu__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(2rem, 4.5vw, 4.5rem); align-items: start; }

.clipboard {
  position: relative; padding: 3rem 1.3rem 1.3rem; border-radius: 22px; rotate: -1.2deg;
  background: linear-gradient(135deg, #F8C94F, #EAA81C);
  box-shadow: 0 34px 60px -26px rgba(15, 36, 68, .5), inset 0 0 0 1px rgba(0, 0, 0, .05);
}
.clipboard__clip {
  position: absolute; z-index: 2; top: -18px; left: 50%; transform: translateX(-50%);
  width: 150px; height: 58px; border-radius: 12px 12px 18px 18px;
  background: linear-gradient(180deg, #EEF1F5, #AEB6C2 55%, #8B94A2);
  box-shadow: 0 7px 12px -4px rgba(0, 0, 0, .4), inset 0 1px 0 #fff;
}
.clipboard__clip::before {
  content: ""; position: absolute; top: 10px; left: 50%; width: 22px; height: 22px; border-radius: 50%;
  transform: translateX(-50%); background: #D8961A; box-shadow: inset 0 2px 4px rgba(0, 0, 0, .4);
}
.clipboard__paper { position: relative; padding: clamp(1.6rem, 3vw, 2.5rem); border-radius: 10px; background: #fff; }
.clipboard__top {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding-bottom: 1.2rem; margin-bottom: 1.4rem; border-bottom: 2px dashed var(--line);
}
.clipboard__logo { font-family: var(--ff-display); font-weight: 800; font-size: clamp(1.55rem, 1rem + 2vw, 2.4rem); line-height: 1; color: var(--blue); white-space: nowrap; text-shadow: 0 3px 0 rgba(22, 50, 92, .12); }
.price-tag { font-family: var(--ff-display); font-weight: 800; font-size: 1.5rem; color: var(--navy); background: var(--foam); border: 2px solid var(--blue); padding: .15rem .8rem; border-radius: 12px; white-space: nowrap; }

.course { margin-bottom: 1.4rem; }
.course__title {
  display: flex; align-items: center; gap: .7rem; margin-bottom: .5rem;
  font-family: var(--ff-body); font-size: .76rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--blue);
}
.course__title::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.dish-list { list-style: none; padding: 0; }
.dish {
  display: flex; align-items: center; gap: .7rem; width: calc(100% + 1.4rem); margin: 0 -.7rem;
  padding: .5rem .7rem; border: 0; border-radius: 10px; background: transparent; text-align: left; cursor: pointer;
  transition: background-color .2s, color .2s;
}
.dish:hover { background: var(--foam); }
.dish__name { font-family: var(--ff-display); font-size: 1.16rem; font-weight: 500; color: var(--navy); transition: color .2s; }
.dish__dots { flex: 1; min-width: 1rem; border-bottom: 2px dotted rgba(22, 50, 92, .22); transform: translateY(-4px); }
.dish__desc { font-size: .92rem; color: var(--muted); line-height: 1.4; }
.dish--star { flex-direction: column; align-items: flex-start; gap: .15rem; padding-block: .7rem; }
.dish--star .dish__name { font-size: 1.35rem; }
.dish.is-active { background: var(--navy); }
.dish.is-active .dish__name { color: #fff; }
.dish.is-active .dish__desc { color: rgba(255, 255, 255, .8); }
.dish.is-active .dish__dots { border-color: rgba(255, 255, 255, .3); }
.dish__static { margin: 0; font-family: var(--ff-display); font-size: 1.1rem; color: var(--navy); }
.clipboard__note { margin: 1rem 0 0; font-family: var(--ff-hand); font-size: 1.4rem; line-height: 1.15; color: var(--blue); }

.dish-preview { position: sticky; top: calc(var(--header-h) + 1.5rem); overflow: hidden; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); }
.dish-preview__media { aspect-ratio: 4 / 3; }
.dish-preview.is-swapping .dish-preview__media img { opacity: 0; transform: scale(1.05); }
.dish-preview__body { padding: 1.6rem 1.8rem 1.8rem; }
.dish-preview__tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: .7rem; min-height: 1.4rem; }
.dish-preview__name { font-size: clamp(1.7rem, 2.6vw, 2.1rem); color: var(--navy); margin-bottom: .5rem; }
.dish-preview__desc { color: var(--muted); min-height: 3.3em; }
.calc { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem 1rem; margin: 1.2rem 0; padding: .9rem 1.1rem; border-radius: 16px; background: var(--paper); }
.calc__label { font-weight: 700; font-size: .95rem; color: var(--navy); }
.calc__total { margin: 0 0 0 auto; color: var(--muted); white-space: nowrap; }
.calc__total b { font-family: var(--ff-display); font-size: 1.5rem; color: var(--navy); }
.calc__hint { display: none; flex-basis: 100%; margin: 0; font-size: .85rem; font-weight: 600; color: #92500F; }
.calc.show-hint .calc__hint { display: block; }

/* ---------- Imprescindibles ---------- */
.signature { background: var(--navy-900); color: #fff; overflow: hidden; }
.signature__curl { position: absolute; right: -80px; top: 30px; width: 460px; height: 460px; fill: none; stroke: rgba(255, 255, 255, .05); stroke-width: 1.1; stroke-linecap: round; }
.sig-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; align-items: start; }
.sig-card { position: relative; isolation: isolate; display: flex; align-items: flex-end; min-height: 540px; border-radius: var(--radius-lg); overflow: hidden; background: var(--navy-700); }
.sig-card:nth-child(2) { margin-top: 3.5rem; }
.sig-card .media { position: absolute; inset: 0; z-index: -2; background: var(--navy-700); }
.sig-card .media img { position: absolute; inset: 0; height: 100%; }
.sig-card .media.is-missing { background-color: var(--navy-700); background-image: linear-gradient(90deg, rgba(255, 255, 255, .07) 50%, transparent 50%), linear-gradient(rgba(255, 255, 255, .07) 50%, transparent 50%); }
.sig-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(10, 26, 49, 0) 30%, rgba(10, 26, 49, .93) 88%); }
.sig-card:hover .media img { transform: scale(1.07); }
.sig-card__body { padding: 2rem; }
.sig-card__num { font-family: var(--ff-hand); font-size: 1.9rem; line-height: 1; color: var(--sun); }
.sig-card h3 { font-size: clamp(1.6rem, 2.3vw, 2.2rem); margin: .3rem 0 .6rem; }
.sig-card p { margin: 0; color: rgba(255, 255, 255, .82); }

.divider--navy-cal { background: var(--navy-900); }
.divider--navy-cal path { fill: var(--cal); }

/* ---------- Carta ---------- */
.carta { background: var(--cal); }
.carta__tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; margin-bottom: 2.2rem; }
.chip {
  padding: .55rem 1.15rem; border-radius: 999px; cursor: pointer; font-weight: 700; font-size: .92rem;
  border: 1.5px solid var(--line); background: #fff; color: var(--navy); transition: background-color .2s, color .2s, border-color .2s;
}
.chip:hover { border-color: var(--navy); }
.chip.is-active, .chip[aria-selected="true"] { background: var(--navy); border-color: var(--navy); color: #fff; }
.carta__panel {
  max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 0 3.5rem;
  transition: opacity .3s, transform .3s var(--ease);
}
.carta__panel.is-swapping { opacity: 0; transform: translateY(10px); }
.carta__intro { grid-column: 1 / -1; margin: 0 0 .4rem; text-align: center; font-family: var(--ff-hand); font-size: 1.55rem; color: var(--blue); }
.carta-item { display: grid; grid-template-columns: auto 1fr auto; align-items: baseline; gap: .15rem .7rem; padding: 1rem 0; border-bottom: 1px dashed var(--line); }
.carta-item__name { font-family: var(--ff-display); font-size: 1.2rem; font-weight: 500; color: var(--navy); }
.carta-item__dots { border-bottom: 2px dotted rgba(22, 50, 92, .2); transform: translateY(-5px); }
.carta-item__price { font-family: var(--ff-display); font-weight: 700; color: var(--blue); white-space: nowrap; }
.carta-item__desc { grid-column: 1 / -1; margin: 0; font-size: .92rem; color: var(--muted); }
.carta__note { display: flex; align-items: center; justify-content: center; gap: .5rem; max-width: 70ch; margin: 2.4rem auto 0; font-size: .86rem; color: var(--muted); text-align: center; }
.carta__note .ico { color: var(--blue); }

/* ---------- Del puerto a la mesa (pared azul pintada) ---------- */
.llotja { color: #fff; background: linear-gradient(170deg, #2254B5 0%, #2152B0 40%, #1B418F 100%); overflow: hidden; }
.llotja::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 .16 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='700' height='700'%3E%3Cfilter id='b'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.016' numOctaves='4' seed='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 .75 0 0 0 0 .86 0 0 0 0 1 .95 0 0 0 -.44'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23b)'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='560' height='560'%3E%3Cfilter id='d'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.02' numOctaves='3' seed='11' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 .04 0 0 0 0 .1 0 0 0 0 .25 0 .9 0 0 -.42'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23d)'/%3E%3C/svg%3E");
  -webkit-mask-image: linear-gradient(transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(transparent, #000 12%, #000 88%, transparent);
}
.llotja .container { position: relative; }
.llotja__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.llotja__text > p { color: rgba(255, 255, 255, .88); font-size: 1.08rem; }

.chalk {
  position: relative; margin: 15px; padding: 2.4rem 2.2rem 2.6rem; border-radius: 8px; rotate: -1.8deg;
  font-family: var(--ff-hand); color: #F3F0E6;
  background: radial-gradient(120% 90% at 30% 20%, rgba(255, 255, 255, .08), transparent 60%), linear-gradient(160deg, #29342F, #1A2320);
  box-shadow: 0 0 0 12px #8A5A36, 0 0 0 15px #5E3B22, 0 44px 70px -24px rgba(0, 0, 0, .6);
}
.chalk__title { margin: 0 0 .8rem; font-size: clamp(2.4rem, 4vw, 3.2rem); font-weight: 700; line-height: 1; color: var(--sun); rotate: -2deg; }
.chalk__list { list-style: none; padding: 0; display: grid; gap: .15rem; }
.chalk__list li { display: flex; align-items: baseline; gap: .7rem; font-size: clamp(1.6rem, 2.6vw, 2.1rem); line-height: 1.3; }
.chalk__list li::before { content: "~"; color: rgba(255, 255, 255, .45); }
.chalk__list span { flex: 1; border-bottom: 1px dashed rgba(255, 255, 255, .16); }
.chalk__list em { font-style: normal; font-size: .8em; color: rgba(255, 255, 255, .65); }
.chalk__foot { margin: 1.2rem 0 0; font-size: 1.55rem; line-height: 1.1; color: #BFE0FF; }
.chalk__chalk { position: absolute; right: 18%; bottom: -10px; width: 56px; height: 10px; border-radius: 3px; background: #F4F1E8; rotate: -4deg; box-shadow: 0 2px 3px rgba(0, 0, 0, .4); }

.steps { list-style: none; padding: 0; margin: 1.8rem 0 2.2rem; display: grid; gap: 1.2rem; }
.step { display: flex; gap: 1rem; align-items: flex-start; }
.step__ico { flex: none; width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; color: var(--sun); background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .28); }
.step__ico .ico { width: 24px; height: 24px; }
.step h3 { font-size: 1.2rem; margin: .15rem 0 .2rem; }
.step p { margin: 0; font-size: .96rem; color: rgba(255, 255, 255, .8); }
.seal { display: flex; align-items: center; gap: 1.1rem; max-width: 480px; padding: 1rem 1.3rem; border-radius: 18px; background: rgba(10, 26, 49, .25); border: 1px solid rgba(255, 255, 255, .2); }
.seal__badge { flex: none; width: 88px; height: 88px; color: #fff; }
.seal__badge text { font-family: var(--ff-body); }
.seal p { margin: 0; font-size: .95rem; line-height: 1.4; color: rgba(255, 255, 255, .85); }
.seal b { font-family: var(--ff-display); font-size: 1.12rem; font-weight: 600; color: #fff; }

/* ---------- Galería ---------- */
.gallery { background: var(--cal); }
.filters { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; margin-bottom: 2.2rem; }
.masonry { columns: 3 280px; column-gap: 1.1rem; }
.m-item { position: relative; display: block; margin-bottom: 1.1rem; break-inside: avoid; border-radius: var(--radius); overflow: hidden; color: #fff; text-decoration: none; }
.m-item.is-hidden { display: none; }
.m-item .media.is-missing { aspect-ratio: var(--ar, 4 / 5); }
.m-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(10, 26, 49, .55)); opacity: 0; transition: opacity .3s; }
.m-item:hover::after, .m-item:focus-visible::after { opacity: 1; }
.m-item:hover img { transform: scale(1.05); }
.m-item__cap {
  position: absolute; z-index: 1; left: .8rem; bottom: .8rem; right: .8rem; width: fit-content;
  padding: .35rem .85rem; border-radius: 999px; font-size: .86rem; font-weight: 600;
  background: rgba(10, 26, 49, .72); backdrop-filter: blur(6px); opacity: 0; transform: translateY(8px); transition: opacity .3s, transform .3s var(--ease);
}
.m-item:hover .m-item__cap, .m-item:focus-visible .m-item__cap { opacity: 1; transform: none; }
.gallery__ig { margin: 2rem 0 0; text-align: center; }

/* ---------- Opiniones ---------- */
.reviews { background: var(--paper); }
.reviews__grid { display: grid; grid-template-columns: minmax(270px, .75fr) 1.6fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.rating-card { position: sticky; top: calc(var(--header-h) + 2rem); overflow: hidden; padding: 2.8rem 2rem 2rem; border-radius: var(--radius-lg); background: #fff; text-align: center; box-shadow: var(--shadow); }
.rating-card::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 12px; background-color: #fff; background-image: linear-gradient(90deg, rgba(31, 79, 176, .5) 50%, transparent 50%), linear-gradient(rgba(31, 79, 176, .5) 50%, transparent 50%); background-size: 12px 12px; }
.rating-card .eyebrow { justify-content: center; }
.rating-card__score { margin: 0; font-family: var(--ff-display); font-size: 6rem; font-weight: 700; line-height: .9; color: var(--navy); }
.stars { position: relative; display: inline-block; margin: .8rem 0 .4rem; font-size: 1.75rem; line-height: 1; letter-spacing: .1em; }
.stars::before { content: "★★★★★"; color: rgba(22, 50, 92, .14); }
.stars::after { content: "★★★★★"; position: absolute; left: 0; top: 0; width: calc(var(--r) / 5 * 100%); overflow: hidden; white-space: nowrap; color: var(--sun); }
.rating-card__count { color: var(--muted); margin-bottom: 1.6rem; }
.rating-card__count b { color: var(--navy); }
.rating-card__actions { display: grid; gap: .6rem; }
.rating-card__actions .btn { white-space: normal; }

.theme-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; margin-top: 2rem; }
.theme { padding: 1.6rem; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); transition: translate .3s var(--ease), box-shadow .3s; }
.theme:hover { translate: 0 -4px; box-shadow: var(--shadow-sm); }
.theme__ico { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: var(--sun); color: var(--navy-900); }
.theme__ico .ico { width: 24px; height: 24px; }
.theme h3 { font-size: 1.3rem; color: var(--navy); margin: 1rem 0 .4rem; }
.theme p { margin: 0; font-size: .96rem; color: var(--muted); }
.theme--wide { grid-column: 1 / -1; display: flex; align-items: center; gap: 1.4rem; background: var(--navy); border-color: var(--navy); }
.theme--wide .theme__ico { flex: none; width: 64px; height: 64px; border-radius: 50%; }
.theme--wide .theme__ico .ico { width: 30px; height: 30px; }
.theme--wide h3 { color: #fff; margin-top: 0; font-size: 1.5rem; }
.theme--wide p { color: rgba(255, 255, 255, .8); }

/* ---------- Reservas ---------- */
.booking { background: var(--navy-900); color: #fff; overflow: hidden; }
.booking__curl { position: absolute; left: -90px; bottom: -70px; width: 540px; height: 540px; fill: none; stroke: rgba(255, 255, 255, .05); stroke-width: 1; stroke-linecap: round; }
.booking__grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: start; }
.booking__info > p { max-width: 46ch; color: rgba(255, 255, 255, .8); }
.big-phone { display: inline-flex; align-items: center; gap: .9rem; margin: .4rem 0 2.4rem; font-family: var(--ff-display); font-weight: 700; font-size: clamp(2rem, 3.6vw, 2.9rem); line-height: 1; color: #fff; text-decoration: none; transition: color .2s; }
.big-phone .ico { width: .55em; height: .55em; padding: .3em; box-sizing: content-box; border-radius: 50%; background: var(--sun); color: var(--navy-900); stroke-width: 2.2; }
.big-phone:hover { color: var(--sun); }
.booking__sub { display: flex; align-items: center; gap: .5rem; margin-bottom: .7rem; font-family: var(--ff-body); font-size: .78rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--sun); }

.hours { list-style: none; padding: 0; display: grid; gap: .15rem; max-width: 470px; }
.hours li { display: flex; justify-content: space-between; gap: 1rem; padding: .5rem .9rem; border-radius: 10px; font-size: .95rem; }
.h-time { text-align: right; font-variant-numeric: tabular-nums; }
.hours li.is-today { background: rgba(255, 255, 255, .1); font-weight: 700; }
.hours li.is-today .h-day::after { content: attr(data-today); margin-left: .5rem; padding: .12rem .45rem; border-radius: 999px; vertical-align: 2px; font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; background: var(--sun); color: var(--navy-900); }
.hours li.is-closed .h-time { color: #FFB2A3; }
.hours__note { margin: .6rem 0 0 .9rem; font-size: .84rem; color: rgba(255, 255, 255, .55); }
.hours--compact { gap: .55rem; }
.hours--compact li { display: grid; gap: 0; padding: 0; font-size: .92rem; background: none !important; }
.hours--compact .h-day { font-weight: 700; color: #fff; }
.hours--compact .h-time { text-align: left; }
.hours--compact li.is-today .h-day::after { display: none; }
.booking__groups { display: flex; align-items: center; gap: .8rem; max-width: 470px; margin: 2rem 0 0; padding: 1rem 1.2rem; border-radius: 16px; background: rgba(255, 255, 255, .07); border: 1px dashed rgba(255, 255, 255, .25); color: rgba(255, 255, 255, .88); }
.booking__groups .ico { width: 26px; height: 26px; color: var(--sun); }

.booking-form { position: relative; overflow: hidden; padding: clamp(1.8rem, 3vw, 2.6rem); border-radius: var(--radius-lg); background: #fff; color: var(--ink); box-shadow: 0 44px 80px -30px rgba(0, 0, 0, .55); }
.booking-form::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 12px; background-color: #fff; background-image: linear-gradient(90deg, rgba(31, 79, 176, .5) 50%, transparent 50%), linear-gradient(rgba(31, 79, 176, .5) 50%, transparent 50%); background-size: 12px 12px; }
.booking-form .eyebrow { margin-top: .4rem; }
.booking-form__title { margin-bottom: 1.4rem; font-size: 1.9rem; color: var(--navy); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.1rem; margin-bottom: 1.4rem; }
.field { display: grid; gap: .4rem; align-content: start; min-width: 0; margin: 0; padding: 0; border: 0; }
.field--full { grid-column: 1 / -1; }
.field label:not(.check), .field legend, .field__label { padding: 0; font-size: .82rem; font-weight: 700; color: var(--navy); }
.field legend { float: left; width: 100%; margin-bottom: .4rem; }
.field legend + * { clear: both; }
.input {
  width: 100%; padding: .8rem 1rem; border-radius: 12px; font-size: 1rem; color: var(--ink);
  border: 1.5px solid rgba(22, 50, 92, .18); background: var(--cal);
  transition: border-color .2s, box-shadow .2s, background-color .2s;
}
.input:focus { outline: none; border-color: var(--blue); background: #fff; box-shadow: 0 0 0 4px rgba(31, 79, 176, .14); }
textarea.input { resize: vertical; min-height: 90px; }
select.input {
  appearance: none; -webkit-appearance: none; padding-right: 2.6rem; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316325C' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right .9rem center; background-size: 18px;
}
.field__error { display: none; font-size: .8rem; font-weight: 600; color: #C13B24; }
.field.has-error .field__error { display: block; }
.field.has-error .input { border-color: #D14B33; background: #FFF6F4; }
.field__hint { font-size: .8rem; font-weight: 600; color: #92500F; }
.segmented { display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; gap: 4px; padding: 4px; border-radius: 12px; border: 1.5px solid rgba(22, 50, 92, .18); background: var(--cal); }
.segmented input { position: absolute; opacity: 0; pointer-events: none; }
.segmented label { display: flex; align-items: center; justify-content: center; gap: .4rem; padding: .58rem .4rem; border-radius: 9px; font-size: .92rem !important; font-weight: 600 !important; color: var(--muted) !important; text-align: center; cursor: pointer; transition: background-color .2s, color .2s; }
.segmented input:checked + label { background: var(--navy); color: #fff !important; }
.segmented input:focus-visible + label { outline: 3px solid var(--sun); outline-offset: 1px; }
.check { display: flex; align-items: flex-start; gap: .7rem; font-size: .88rem; color: var(--muted); cursor: pointer; }
.check input { flex: none; width: 20px; height: 20px; margin: .1rem 0 0; accent-color: var(--navy); }
.form-note { margin: .9rem 0 0; font-size: .85rem; color: var(--muted); text-align: center; }

/* ---------- Ubicación ---------- */
.location { background: var(--cal); }
.location__grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.map { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--radius-lg); background: var(--sky); box-shadow: var(--shadow); }
.map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.map__placeholder { position: absolute; inset: 0; display: grid; place-items: end center; padding: 1.5rem; }
.map__art { position: absolute; inset: 0; width: 100%; height: 100%; }
.map__load { position: relative; display: grid; justify-items: center; gap: .7rem; max-width: 340px; padding: 1.2rem 1.5rem; border-radius: 18px; text-align: center; background: rgba(255, 255, 255, .92); backdrop-filter: blur(6px); box-shadow: var(--shadow-sm); }
.map__title { margin: 0; font-family: var(--ff-display); font-size: 1.1rem; font-weight: 600; color: var(--navy); }
.map__load small { font-size: .78rem; color: var(--muted); }
.address { margin-bottom: 1.2rem; font-style: normal; font-size: 1.25rem; line-height: 1.5; }
.location__tip { display: flex; gap: .9rem; margin: 0 0 1.6rem; padding: 1.1rem 1.2rem; border-radius: 16px; background: var(--paper); }
.location__tip > .ico { width: 26px; height: 26px; margin-top: .2rem; color: var(--blue); }
.location__tip p { margin: 0; font-size: .96rem; color: var(--muted); }
.location__tip .hand { display: block; font-size: 1.5rem; line-height: 1.1; color: var(--blue); }
.pluscode { margin: 1.2rem 0 0; font-size: .85rem; color: var(--muted); }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1100px) {
  .nav { display: none; }
  .burger { display: grid; }
  .header__actions { margin-left: auto; }
}

@media (max-width: 1024px) {
  .sig-grid { grid-template-columns: 1fr 1fr; }
  .sig-card:first-child { grid-column: 1 / -1; min-height: 440px; }
  .sig-card:nth-child(2) { margin-top: 0; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .casa__grid, .menu__grid, .booking__grid, .location__grid, .llotja__grid, .reviews__grid { grid-template-columns: 1fr; }
  .casa__visual { width: 100%; max-width: 540px; margin-inline: auto; }
  .dish-preview, .rating-card { position: relative; top: auto; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(3)::before { display: none; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .chalk { width: calc(100% - 30px); max-width: 480px; margin-inline: auto; }
  .carta__panel { grid-template-columns: 1fr; }
  .rating-card { max-width: 440px; width: 100%; margin-inline: auto; }
}

@media (max-width: 760px) {
  .mobile-bar { display: grid; }
  .footer { padding-bottom: 5.5rem; }
  .stamp, .scroll-cue { display: none; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .header .lang, .header__cta { display: none; }
  .hero__sun { right: -50px; top: 70px; width: 170px; opacity: .6; }
  .hours li { align-items: flex-start; }
  .hours .h-range { display: block; }
  .hours .h-sep { display: none; }
  .hero .eyebrow { letter-spacing: .12em; }
  .hero__buttons .btn { flex: 1 1 100%; }
  .features { grid-template-columns: 1fr; }
  .casa__visual { padding: 0 1.2rem 4.5rem 0; }
  .sig-grid { grid-template-columns: 1fr; }
  .sig-card, .sig-card:first-child { min-height: 420px; }
  .clipboard { rotate: 0deg; padding: 2.6rem .7rem .7rem; }
  .clipboard__paper { padding: 1.4rem 1.1rem; }
  .dish__name { font-size: 1.05rem; }
  .theme-cards { grid-template-columns: 1fr; }
  .theme--wide { flex-direction: column; align-items: flex-start; }
  .form-grid { grid-template-columns: 1fr; }
  .booking-form { padding: 1.8rem 1.2rem 1.4rem; }
  .footer__grid { grid-template-columns: 1fr; }
  .lightbox { padding: 4rem .5rem 5rem; }
  .lb-prev, .lb-next { top: auto; bottom: 1rem; transform: none; }
  .lb-prev { left: calc(50% - 64px); }
  .lb-next { right: calc(50% - 64px); }
  .calc__total { margin-left: 0; }
}

/* ---------- Foto de fondo en Reservas ---------- */
.booking__bg { position: absolute; inset: 0; overflow: hidden; }
.booking__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .2; filter: saturate(.75); }
.booking__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15, 36, 68, .5), rgba(15, 36, 68, .88)); }
