:root {
  --wine: #260a12;
  --wine-2: #3a0e19;
  --wine-3: #56172a;
  --gold: #c9a24f;
  --gold-bright: #ead39b;
  --gold-soft: #d8bb78;
  --gold-deep: #a77a2d;
  --cream: #f7f0e4;
  --ink: #fffaf1;
  --ink-soft: #d8cfc7;
  --ink-dim: #a99b96;
  --panel: rgba(54, 13, 25, 0.88);
  --line: rgba(214, 180, 104, 0.48);
  --line-soft: rgba(214, 180, 104, 0.2);
  --red: #ef9a91;
  --green: #8dc7a1;
  --radius: 24px;
  --shadow: 0 28px 80px rgba(7, 2, 4, 0.34);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; background: var(--wine); }
body {
  min-height: 100vh; color: var(--ink); font-family: "Jost", sans-serif; font-weight: 300; line-height: 1.65;
  background:
    radial-gradient(circle at 85% 12%, rgba(135, 42, 58, 0.34), transparent 30rem),
    linear-gradient(145deg, #21080f 0%, #3a0e19 46%, #240910 100%);
}
body::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 0; opacity: 0.13;
  background-image: linear-gradient(rgba(235, 211, 155, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(235, 211, 155, 0.08) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}
.grain { position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: 0.035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }

.hero {
  position: relative; z-index: 1; min-height: min(880px, 92vh); display: grid; grid-template-rows: auto 1fr;
  background-image: linear-gradient(180deg, rgba(20, 4, 9, 0.42), rgba(24, 5, 11, 0.55) 45%, #260a12 100%), url("../assets/hotel/portada.jpg");
  background-size: cover; background-position: center 48%; isolation: isolate;
}
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at center, transparent 15%, rgba(18, 3, 8, 0.35) 100%); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem clamp(1rem, 5vw, 4.5rem); border-bottom: 1px solid rgba(255,255,255,0.18); backdrop-filter: blur(10px); background: rgba(28, 5, 12, 0.18); }
.nav__mark { font-family: "Cormorant Garamond", serif; font-size: 1.2rem; letter-spacing: 0.08em; text-decoration: none; color: var(--gold-bright); }
.nav__links { display: flex; align-items: center; gap: clamp(0.65rem, 2vw, 1.5rem); }
.nav__links a { color: rgba(255,250,241,0.82); text-decoration: none; font-size: 0.84rem; }
.nav__links a:hover, .nav__links a:focus-visible { color: white; }
.nav__cta { padding: 0.42rem 1rem; border: 1px solid var(--gold-soft); border-radius: 999px; }
.language-switch { display: inline-flex; padding: 0.18rem; border: 1px solid rgba(255,255,255,0.3); border-radius: 999px; background: rgba(25,5,11,0.35); }
.language-switch__button { min-width: 35px; padding: 0.28rem 0.48rem; color: rgba(255,250,241,0.68); font-size: 0.68rem; font-weight: 600; border: 0; border-radius: 999px; background: transparent; cursor: pointer; }
.language-switch__button.is-active { color: var(--wine); background: var(--gold-bright); }
.hero__inner { align-self: center; width: min(900px, 100%); margin: 0 auto; padding: 4rem 1.2rem 8rem; text-align: center; }
.hero__eyebrow, .section__eyebrow { display: block; color: var(--gold-bright); font-size: 0.67rem; font-weight: 500; letter-spacing: 0.34em; text-transform: uppercase; }
.hero__logo { width: min(390px, 76vw); height: auto; margin: 0 auto; filter: drop-shadow(0 12px 30px rgba(0,0,0,0.35)); }
.hero__title { margin: 1rem 0 0.8rem; }
/* Encabezado accesible y rastreable: el h1 es una imagen, así que el texto
   equivalente se mantiene en el DOM para lectores de pantalla y buscadores. */
.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0; border: 0;
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}
.hero__statement { max-width: 760px; margin: 0 auto; font-family: "Cormorant Garamond", serif; font-size: clamp(2rem, 5.4vw, 4rem); line-height: 1.03; text-wrap: balance; text-shadow: 0 3px 25px rgba(0,0,0,0.45); }
.hero__lead { margin: 1rem auto 0; max-width: 58ch; color: rgba(255,250,241,0.84); font-size: clamp(0.95rem, 2vw, 1.12rem); }
.hero__smartline { display: flex; justify-content: center; flex-wrap: wrap; gap: 0.45rem 1.2rem; margin-top: 1.1rem; color: var(--gold-bright); font-size: 0.68rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; }
.hero__smartline span { position: relative; }
.hero__smartline span + span::before { content: ""; position: absolute; top: 50%; left: -0.68rem; width: 3px; height: 3px; border-radius: 50%; background: var(--gold); transform: translateY(-50%); }
.hero__actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.8rem; }
.hero__caption { position: absolute; right: clamp(1rem, 4vw, 3rem); bottom: 2rem; color: rgba(255,255,255,0.62); font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; writing-mode: vertical-rl; }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0.72rem 1.4rem; border: 1px solid transparent; border-radius: 999px; text-decoration: none; cursor: pointer; transition: transform 180ms ease, opacity 180ms ease, background 180ms ease, border-color 180ms ease; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 3px; }
.btn--gold { color: #2b0a12; font-weight: 600; background: linear-gradient(180deg, #e1c788, #b88935); box-shadow: 0 10px 25px rgba(166, 119, 40, 0.24); }
.btn--glass, .btn--ghost { color: var(--ink); border-color: rgba(255,255,255,0.42); background: rgba(28, 6, 12, 0.26); backdrop-filter: blur(8px); }
.btn--wa { color: #062a12; font-weight: 600; background: #53d878; border-color: #6de18d; }
.btn--wide { width: 100%; margin-top: 0.6rem; }
.btn[disabled] { opacity: 0.5; cursor: wait; transform: none; }

.section { position: relative; z-index: 1; width: min(1120px, calc(100% - 2.4rem)); margin: 0 auto; padding: clamp(4rem, 9vw, 7rem) 0; }
.section__head { max-width: 700px; margin-bottom: 2.2rem; }
.section__head--center { margin-inline: auto; text-align: center; }
.section__title { margin-top: 0.6rem; color: var(--gold-bright); font-family: "Cormorant Garamond", serif; font-size: clamp(2rem, 4.8vw, 3.4rem); font-weight: 500; line-height: 1.05; text-wrap: balance; }
.section__lead { margin-top: 0.9rem; color: var(--ink-soft); }

.review-ribbon { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.5fr) repeat(2, minmax(190px, 0.55fr)); gap: 1rem; width: min(1120px, calc(100% - 2.4rem)); margin: -4.5rem auto 0; padding: 1rem; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(135deg, rgba(61,15,28,0.98), rgba(28,6,13,0.98)); box-shadow: var(--shadow); }
.review-ribbon__intro { padding: 1rem 1.2rem; }
.review-ribbon__intro h2 { margin-top: 0.35rem; color: var(--gold-bright); font-family: "Cormorant Garamond", serif; font-size: clamp(1.55rem, 3vw, 2.2rem); font-weight: 500; line-height: 1.05; }
.review-ribbon__intro p { max-width: 55ch; margin-top: 0.55rem; color: var(--ink-soft); font-size: 0.82rem; }
.review-card { display: flex; flex-direction: column; justify-content: center; min-height: 155px; padding: 1.2rem; border: 1px solid var(--line-soft); border-radius: 18px; background: linear-gradient(145deg, rgba(255,255,255,0.055), rgba(201,162,79,0.025)); }
.review-card__platform { color: var(--gold-soft); font-size: 0.65rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; }
.review-card strong { color: var(--ink); font-family: "Cormorant Garamond", serif; font-size: 2.5rem; font-weight: 500; line-height: 1; }
.review-card strong span { color: var(--gold-soft); font-family: "Jost", sans-serif; font-size: 0.72rem; }
.review-card > span:last-child { margin-top: 0.4rem; color: var(--ink-dim); font-size: 0.72rem; }
.review-ribbon__note { grid-column: 1 / -1; margin: -0.25rem 1rem 0.15rem; color: var(--ink-dim); font-size: 0.62rem; text-align: right; }

.section--booking { margin-top: 2rem; padding: clamp(2rem, 5vw, 4rem); border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(145deg, rgba(72, 19, 34, 0.97), rgba(38, 9, 18, 0.97)); box-shadow: var(--shadow); }
.booking-steps { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 650px; margin: 0 auto 2.5rem; list-style: none; }
.booking-step { position: relative; display: flex; align-items: center; justify-content: center; gap: 0.55rem; color: var(--ink-dim); font-size: 0.76rem; letter-spacing: 0.09em; text-transform: uppercase; }
.booking-step:not(:last-child)::after { content: ""; position: absolute; left: calc(50% + 3.2rem); right: calc(-50% + 3.2rem); height: 1px; background: var(--line-soft); }
.booking-step span { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid var(--line-soft); border-radius: 50%; }
.booking-step.is-active { color: var(--gold-bright); }
.booking-step.is-active span, .booking-step.is-complete span { color: var(--wine); border-color: var(--gold); background: var(--gold); }
.booking__stage { border: 0; min-width: 0; }
.booking__legend { color: var(--ink); font-family: "Cormorant Garamond", serif; font-size: clamp(1.45rem, 3vw, 2rem); font-weight: 500; }
.booking__hint { margin: 0.15rem 0 1.2rem; color: var(--ink-dim); font-size: 0.88rem; }
.booking__kicker { display: block; color: var(--gold-soft); font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; }
.room-selector { display: grid; gap: 0.8rem; }
.room-option { overflow: hidden; border: 1px solid var(--line-soft); border-radius: 22px; background: rgba(11,2,6,0.16); transition: border-color 180ms ease, background 180ms ease; }
.room-option.is-open { border-color: var(--gold); background: rgba(201,162,79,0.06); box-shadow: inset 0 0 0 1px rgba(201,162,79,0.12); }
.room-choice { position: relative; display: grid; grid-template-columns: 70px minmax(0, 1fr) minmax(250px, 0.72fr) 32px; align-items: center; gap: 1rem; width: 100%; min-height: 124px; padding: 1rem 1.2rem; color: var(--ink); text-align: left; border: 0; background: transparent; cursor: pointer; overflow: hidden; transition: background 180ms ease; }
.room-choice::before { content: ""; position: absolute; inset: auto -20% -40% 25%; height: 75%; border-radius: 50%; background: radial-gradient(circle, rgba(201,162,79,0.16), transparent 68%); }
.room-choice:hover { background: rgba(201,162,79,0.06); }
.room-choice.is-selected { background: rgba(201,162,79,0.1); }
.room-choice__number { display: block; color: var(--gold); font-family: "Cormorant Garamond", serif; font-size: 2.5rem; line-height: 1; }
.room-choice__body { position: relative; z-index: 1; display: block; }
.room-choice__body strong { display: block; font-weight: 500; }
.room-choice__body small { display: block; margin-top: 0.35rem; color: var(--ink-dim); font-size: 0.73rem; line-height: 1.45; }
.room-choice__rates { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.45rem; padding: 0.75rem; border: 1px solid rgba(201,162,79,0.22); border-radius: 14px; background: rgba(8,1,4,0.24); }
.room-choice__rates > span:not(.room-choice__month) { display: flex; align-items: baseline; justify-content: space-between; gap: 0.45rem; padding-top: 0.25rem; }
.room-choice__rates small { color: var(--ink-dim); font-size: 0.62rem; line-height: 1.25; }
.room-choice__rates strong { color: var(--gold-bright); font-family: "Cormorant Garamond", serif; font-size: 1.25rem; font-weight: 600; line-height: 1; }
.room-choice__month { grid-column: 1 / -1; padding-bottom: 0.35rem; color: var(--gold-soft); border-bottom: 1px solid var(--line-soft); font-size: 0.59rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; }
.room-choice__arrow { position: relative; z-index: 1; color: var(--gold-soft); font-family: serif; font-size: 1.7rem; text-align: center; transition: transform 180ms ease; }
.room-choice[aria-expanded="true"] .room-choice__arrow { transform: rotate(180deg); }
.room-preview { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr); gap: clamp(1.2rem, 3vw, 2.4rem); padding: 0 1.2rem 1.4rem; animation: room-reveal 280ms ease both; }
.room-preview__gallery { display: grid; grid-template-columns: 1.3fr repeat(2, 0.7fr); grid-template-rows: repeat(2, 170px); gap: 0.55rem; }
.room-preview__gallery img { width: 100%; height: 100%; object-fit: cover; border: 1px solid var(--line-soft); border-radius: 12px; }
.room-preview__gallery .room-preview__main { grid-row: span 2; border-radius: 90px 14px 14px 14px; }
.room-preview__copy { align-self: center; padding: 0.5rem 0.5rem 0.5rem 0; }
.room-preview__eyebrow { color: var(--gold-soft); font-size: 0.64rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; }
.room-preview__copy h3 { margin-top: 0.45rem; color: var(--gold-bright); font-family: "Cormorant Garamond", serif; font-size: clamp(1.7rem, 3vw, 2.45rem); font-weight: 500; line-height: 1.02; }
.room-preview__copy p { margin-top: 0.75rem; color: var(--ink-soft); font-size: 0.84rem; }
.room-preview__copy ul { display: grid; gap: 0.35rem; margin-top: 0.85rem; padding-left: 1rem; color: var(--ink-dim); font-size: 0.76rem; }
.room-preview__copy li::marker { color: var(--gold); }
@keyframes room-reveal { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
.occupancy-disclaimer { margin-top: 1rem; padding: 0.85rem 1rem; color: var(--ink-soft); border-left: 2px solid var(--gold); background: rgba(201,162,79,0.07); font-size: 0.82rem; }
.occupancy-disclaimer strong { color: var(--gold-bright); font-weight: 500; }

.calendar-stage { margin: 0 1.2rem 1.4rem; padding: 1.5rem; border: 1px solid var(--line); border-radius: 18px; background: rgba(0,0,0,0.16); }
.booking__details { margin-top: 2rem; padding-top: 2rem; border-top: 1px solid var(--line-soft); }
.calendar-stage__head { display: flex; align-items: end; justify-content: space-between; gap: 1rem; }
.calendar-nav { display: flex; gap: 0.45rem; }
.calendar-nav button { width: 42px; height: 42px; color: var(--gold-bright); font-size: 1.5rem; border: 1px solid var(--line-soft); border-radius: 50%; background: rgba(0,0,0,0.18); cursor: pointer; }
.calendar-nav button:disabled { opacity: 0.3; cursor: default; }
.calendar-status { min-height: 1.5rem; margin: 0.7rem 0 1.2rem; color: var(--green); font-size: 0.86rem; }
.calendar-status.is-loading { color: var(--gold-soft); }
.calendar-status.is-error { color: var(--red); }
.calendar { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.calendar-month { padding: clamp(0.8rem, 2.5vw, 1.4rem); border: 1px solid var(--line-soft); border-radius: 20px; background: rgba(0,0,0,0.16); }
.calendar-month h4 { margin-bottom: 0.9rem; color: var(--gold-bright); font-family: "Cormorant Garamond", serif; font-size: 1.3rem; font-weight: 500; text-transform: capitalize; }
.calendar-weekdays, .calendar-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 0.3rem; }
.calendar-weekdays { margin-bottom: 0.35rem; color: var(--ink-dim); font-size: 0.65rem; text-align: center; }
.calendar-day { min-width: 0; min-height: 54px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.08rem; color: var(--ink-soft); border: 1px solid transparent; border-radius: 10px; background: transparent; cursor: pointer; transition: transform 120ms ease, background 120ms ease; }
.calendar-day__number { font-size: 0.82rem; line-height: 1; }
.calendar-day__price { color: var(--gold-soft); font-size: clamp(0.48rem, 1.3vw, 0.62rem); font-weight: 600; line-height: 1; white-space: nowrap; }
.calendar-day:hover:not(:disabled) { color: var(--wine); background: var(--gold-soft); transform: scale(1.06); }
.calendar-day:hover:not(:disabled) .calendar-day__price, .calendar-day.is-start .calendar-day__price, .calendar-day.is-end .calendar-day__price, .calendar-day.is-range .calendar-day__price { color: var(--wine); }
.calendar-day.is-past { color: rgba(216,207,199,0.2); }
.calendar-day.is-busy { color: rgba(216,207,199,0.38); background: rgba(0,0,0,0.2); text-decoration: line-through; }
.calendar-day.is-busy .calendar-day__price, .calendar-day.is-unpriced .calendar-day__price { display: none; }
.calendar-day.is-unpriced { color: rgba(216,207,199,0.25); background: rgba(0,0,0,0.1); }
.calendar-day.is-checkout-only { color: var(--ink-dim); border: 1px dashed var(--line); }
.calendar-day.is-range { color: var(--wine); border-radius: 6px; background: rgba(216,187,120,0.72); }
.calendar-day.is-start, .calendar-day.is-end { color: var(--wine); font-weight: 600; background: var(--gold-bright); box-shadow: 0 4px 14px rgba(201,162,79,0.25); }
.calendar-day:disabled { cursor: not-allowed; }
.calendar-legend { display: flex; flex-wrap: wrap; gap: 1.1rem; margin-top: 0.9rem; color: var(--ink-dim); font-size: 0.75rem; }
.calendar-legend span { display: flex; align-items: center; gap: 0.4rem; }
.legend-dot { width: 10px; height: 10px; border-radius: 50%; border: 1px solid var(--line); }
.legend-dot--selected { background: var(--gold-bright); }
.legend-dot--busy { background: rgba(0,0,0,0.35); opacity: 0.6; }
.calendar-skeleton { height: 360px; border-radius: 20px; background: linear-gradient(100deg, rgba(255,255,255,0.03) 30%, rgba(255,255,255,0.08) 48%, rgba(255,255,255,0.03) 66%); background-size: 250% 100%; animation: shimmer 1.4s infinite; }
@keyframes shimmer { to { background-position-x: -250%; } }
.stay-summary { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 1.2rem; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.stay-summary div { padding: 0.8rem 1rem; background: rgba(201,162,79,0.08); }
.stay-summary div + div { border-left: 1px solid var(--line-soft); }
.stay-summary span { display: block; color: var(--ink-dim); font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; }
.stay-summary strong { display: block; margin-top: 0.18rem; color: var(--gold-bright); font-size: 0.87rem; font-weight: 500; }

.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; margin-top: 1rem; }
.field-row--phone { grid-template-columns: 1.1fr 1fr; }
.field-row--guest { align-items: stretch; }
.field { display: block; margin-top: 1rem; }
.field-row .field { margin-top: 0; }
.field__label { display: block; margin-bottom: 0.36rem; color: var(--gold-soft); font-size: 0.68rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; }
.field__input { width: 100%; min-height: 48px; padding: 0.72rem 0.9rem; color: var(--ink); border: 1px solid var(--line-soft); border-radius: 12px; background: rgba(0,0,0,0.25); }
.field__input::placeholder { color: rgba(216,207,199,0.42); }
.field__input:focus { border-color: var(--gold); outline: none; }
.field__input[aria-invalid="true"] { border-color: #d98a82; box-shadow: 0 0 0 3px rgba(217,138,130,0.12); }
select.field__input { color-scheme: dark; }
textarea.field__input { resize: vertical; }
.email-fields { margin-top: 1.15rem; padding: 1rem; border: 1px solid rgba(214,177,91,0.28); border-radius: 16px; background: linear-gradient(135deg, rgba(214,177,91,0.1), rgba(0,0,0,0.16)); }
.email-fields__head { display: flex; align-items: center; gap: 0.75rem; }
.email-fields__head strong { display: block; color: var(--gold-bright); font-family: "Cormorant Garamond", serif; font-size: 1.15rem; }
.email-fields__head small { display: block; margin-top: 0.12rem; color: var(--ink-soft); line-height: 1.45; }
.email-fields__icon { display: grid; flex: 0 0 40px; width: 40px; height: 40px; place-items: center; border-radius: 50%; color: var(--wine); background: var(--gold); }
.email-fields__icon svg { width: 21px; height: 21px; fill: currentColor; }
.email-fields__inputs { margin-top: 0.85rem; }
.field__help { display: block; margin-top: 0.4rem; color: var(--ink-dim); font-size: 0.68rem; line-height: 1.4; }
.capacity-card { display: flex; flex-direction: column; justify-content: center; min-height: 76px; padding: 0.8rem 1rem; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(135deg, rgba(201,162,79,0.12), rgba(0,0,0,0.12)); }
.capacity-card__label { color: var(--gold-soft); font-size: 0.63rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; }
.capacity-card strong { margin-top: 0.15rem; color: var(--gold-bright); font-family: "Cormorant Garamond", serif; font-size: 1.25rem; font-weight: 500; }
.capacity-card small { margin-top: 0.12rem; color: var(--ink-dim); font-size: 0.72rem; line-height: 1.4; }
.booking__note { margin-top: 0.7rem; color: var(--ink-dim); font-size: 0.78rem; }
.form-error { margin-top: 0.8rem; padding: 0.7rem 0.9rem; color: var(--red); border: 1px solid rgba(239,154,145,0.38); border-radius: 12px; background: rgba(239,154,145,0.08); font-size: 0.86rem; }

.confirm { padding: 3rem 1rem; text-align: center; }
.confirm__seal { display: grid; place-items: center; width: 66px; height: 66px; margin: 0 auto 1.2rem; border: 1px solid var(--gold); border-radius: 50%; background: rgba(201,162,79,0.12); }
.confirm__seal svg { width: 32px; fill: var(--gold-bright); }
.confirm__title { margin-top: 0.55rem; color: var(--gold-bright); font-family: "Cormorant Garamond", serif; font-size: clamp(1.8rem, 4vw, 2.8rem); }
.confirm__text { max-width: 60ch; margin: 0.7rem auto 1.5rem; color: var(--ink-soft); }
.confirm__actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 0.7rem; }

.story { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.story__copy p { margin-top: 1rem; color: var(--ink-soft); }
.story__intro { color: var(--ink) !important; font-family: "Cormorant Garamond", serif; font-size: 1.35rem; line-height: 1.45; }
.story__quote { margin-top: 1.7rem; padding: 1.2rem 0 1.2rem 1.3rem; color: var(--gold-bright); border-left: 1px solid var(--gold); font-family: "Cormorant Garamond", serif; font-size: 1.35rem; font-style: italic; }
.story__figure, .arrival__figure { overflow: hidden; border: 1px solid var(--line-soft); border-radius: 180px 180px 20px 20px; box-shadow: var(--shadow); }
.story__figure img { width: 100%; min-height: 520px; object-fit: cover; }

.smart { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(2.5rem, 7vw, 6rem); align-items: center; }
.smart::before { content: ""; position: absolute; inset: 10% -8% 8% 42%; z-index: -1; border-radius: 50%; background: radial-gradient(circle, rgba(201,162,79,0.11), transparent 68%); }
.smart__intro { margin-top: 1rem; color: var(--ink-soft); font-size: 1rem; }
.smart__features { display: grid; gap: 0.7rem; margin-top: 1.7rem; }
.smart-feature { display: grid; grid-template-columns: 42px 1fr; gap: 0.9rem; padding: 0.9rem 0; border-top: 1px solid var(--line-soft); }
.smart-feature__icon { display: grid; place-items: center; width: 38px; height: 38px; color: var(--gold-bright); border: 1px solid var(--line); border-radius: 50%; background: rgba(201,162,79,0.08); }
.smart-feature__icon svg { width: 19px; fill: currentColor; }
.smart-feature h3 { color: var(--gold-bright); font-family: "Cormorant Garamond", serif; font-size: 1.2rem; font-weight: 500; line-height: 1.2; }
.smart-feature p { margin-top: 0.25rem; color: var(--ink-dim); font-size: 0.82rem; }
.smart-feature--accent { margin-top: 0.35rem; padding: 1rem; border: 1px solid var(--line); border-radius: 18px; background: rgba(201,162,79,0.08); }
.smart__gallery { position: relative; display: grid; grid-template-columns: 1.35fr 0.65fr; grid-template-rows: 1fr 1fr; gap: 0.7rem; min-height: 640px; padding: 0 0 2rem 2rem; }
.smart__gallery::before { content: ""; position: absolute; inset: 2rem 1.5rem 0 0; z-index: -1; border: 1px solid var(--line); border-radius: 180px 24px 24px 24px; }
.smart__photo { overflow: hidden; border: 1px solid var(--line-soft); border-radius: 18px; box-shadow: var(--shadow); }
.smart__photo--lead { grid-row: span 2; border-radius: 180px 24px 24px 24px; }
.smart__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.smart__photo:hover img { transform: scale(1.035); }
.smart__seal { position: absolute; left: 0; bottom: 0; display: grid; place-items: center; width: 112px; height: 112px; color: var(--wine); text-align: center; font-family: "Cormorant Garamond", serif; font-size: 1.05rem; font-weight: 600; line-height: 1.05; border: 6px solid var(--wine-2); border-radius: 50%; background: var(--gold-bright); transform: rotate(-8deg); }

.rooms-inclusive { width: fit-content; max-width: 760px; margin-top: 1.4rem; padding: 0.9rem 1.1rem; border: 1px solid var(--line); border-radius: 999px; background: linear-gradient(90deg, rgba(193, 154, 91, 0.13), rgba(193, 154, 91, 0.04)); color: var(--ink-soft); font-size: 0.82rem; }
.rooms-inclusive strong { color: var(--gold-bright); font-weight: 500; }
.sleep__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.sleep-card { min-height: 240px; padding: 1.4rem; border: 1px solid var(--line-soft); border-radius: 20px; background: rgba(0,0,0,0.15); }
.sleep-card--wide { grid-column: span 3; display: grid; grid-template-columns: 0.65fr 1fr; align-items: start; gap: 1.4rem; min-height: auto; }
.sleep-card h3 { color: var(--gold-bright); font-family: "Cormorant Garamond", serif; font-size: 1.35rem; font-weight: 500; }
.sleep-card p { margin-top: 0.7rem; color: var(--ink-soft); font-size: 0.88rem; }
.sleep-card--wide p { margin-top: 0; }
.featured-room { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr); gap: clamp(1.8rem, 5vw, 4.5rem); align-items: center; margin-top: clamp(2rem, 5vw, 4rem); padding: clamp(1rem, 2vw, 1.5rem); border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(135deg, rgba(255,255,255,0.055), rgba(201,162,79,0.025)); box-shadow: var(--shadow); }
.featured-room--reverse .featured-room__gallery { order: 2; }
.featured-room--reverse .featured-room__copy { padding: 1rem 0 1rem clamp(0.5rem, 2vw, 1.5rem); }
.featured-room__gallery { display: grid; grid-template-columns: 1.25fr 0.75fr; grid-template-rows: repeat(2, minmax(190px, 1fr)); gap: 0.65rem; min-height: 600px; }
.featured-room__photo { overflow: hidden; border-radius: 16px; background: var(--wine-3); }
.featured-room__photo--main { grid-row: span 2; border-radius: 180px 18px 18px 18px; }
.featured-room__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.featured-room__photo:hover img { transform: scale(1.035); }
.featured-room__copy { padding: 1rem clamp(0.5rem, 2vw, 1.5rem) 1rem 0; }
.featured-room__copy h3 { margin-top: 0.55rem; color: var(--gold-bright); font-family: "Cormorant Garamond", serif; font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 500; line-height: 0.98; }
.featured-room__copy p { margin-top: 1rem; color: var(--ink-soft); font-size: 0.9rem; }
.featured-room__intro { color: var(--ink) !important; font-size: 1rem !important; }
.featured-room__facts { display: grid; grid-template-columns: 1fr 1fr; gap: 0.65rem; margin-top: 1.3rem; list-style: none; }
.featured-room__facts li { min-height: 82px; padding: 0.85rem; border: 1px solid var(--line-soft); border-radius: 12px; background: rgba(0,0,0,0.12); }
.featured-room__facts strong, .featured-room__facts span { display: block; }
.featured-room__facts strong { color: var(--gold-bright); font-family: "Cormorant Garamond", serif; font-size: 1.1rem; font-weight: 500; }
.featured-room__facts span { margin-top: 0.2rem; color: var(--ink-dim); font-size: 0.7rem; line-height: 1.35; }
.featured-room__strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.45rem; margin-top: 1rem; }
.featured-room__strip--four { grid-template-columns: repeat(4, 1fr); }
.featured-room__strip img { width: 100%; height: 88px; object-fit: cover; border: 1px solid var(--line-soft); border-radius: 9px; }
.featured-room__copy .btn { margin-top: 1.2rem; }
.featured-room__actions { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: 1.2rem; }
.featured-room__actions .btn { min-height: 42px; margin-top: 0; padding-inline: 1.05rem; font-size: 0.78rem; }
.btn--channel { border: 1px solid var(--line); background: rgba(255,255,255,0.035); color: var(--gold-soft); }
.btn--channel:hover { border-color: var(--gold); background: rgba(193, 154, 91, 0.1); color: var(--gold-bright); }

.gallery { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 230px; gap: 0.65rem; width: min(1380px, calc(100% - 1.2rem)); margin: 0 auto; }
.gallery__item { overflow: hidden; border-radius: 6px; }
.gallery__item--large { grid-column: span 2; grid-row: span 2; }
.gallery__item--tall { grid-row: span 2; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.gallery__item:hover img { transform: scale(1.035); }

.restaurant, .arrival { display: grid; grid-template-columns: 1fr 0.85fr; gap: clamp(2rem, 7vw, 6rem); align-items: center; }
.restaurant__visual { position: relative; padding: 0 14% 12% 0; }
.restaurant__main { width: 100%; min-height: 500px; object-fit: cover; border-radius: 22px 180px 22px 22px; box-shadow: var(--shadow); }
.restaurant__detail { position: absolute; right: 0; bottom: 0; width: 36%; aspect-ratio: 0.75; object-fit: cover; border: 6px solid var(--wine-2); border-radius: 120px 120px 15px 15px; }
.restaurant__copy p, .arrival__copy p { margin-top: 1rem; color: var(--ink-soft); }
.hours { margin-top: 1.5rem; border-top: 1px solid var(--line-soft); }
.hours div { display: flex; justify-content: space-between; gap: 1rem; padding: 0.8rem 0; border-bottom: 1px solid var(--line-soft); }
.hours dt { color: var(--ink-dim); }
.hours dd { color: var(--gold-bright); font-weight: 500; }
.menu-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin-top: 1.4rem; }
.menu-card { position: relative; min-height: 210px; overflow: hidden; border: 1px solid var(--line-soft); border-radius: 18px; text-decoration: none; isolation: isolate; }
.menu-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(23,4,10,0.08), rgba(23,4,10,0.94)); }
.menu-card img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform 400ms ease; }
.menu-card:hover img { transform: scale(1.04); }
.menu-card > span { position: absolute; inset: auto 0 0; padding: 1rem; }
.menu-card strong, .menu-card small { display: block; }
.menu-card strong { color: var(--gold-bright); font-family: "Cormorant Garamond", serif; font-size: 1.25rem; font-weight: 500; }
.menu-card small { margin-top: 0.2rem; color: var(--ink-soft); font-size: 0.65rem; line-height: 1.35; }
.arrival { grid-template-columns: 0.9fr 0.7fr; }
.arrival__copy .btn { margin-top: 1.5rem; }
.arrival__figure { border-radius: 20px 180px 20px 20px; }
.arrival__figure img { width: 100%; max-height: 620px; object-fit: cover; }

/* ---------- Visor de fotografías ---------- */
.is-photo-zoomable {
  cursor: zoom-in;
  touch-action: manipulation;
  -webkit-touch-callout: none;
}
.is-photo-zoomable:focus-visible {
  outline: 3px solid var(--gold-bright);
  outline-offset: 4px;
}
.photo-viewer {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 4vw, 3rem);
  background: rgba(10, 2, 5, 0.94);
  backdrop-filter: blur(9px);
  cursor: zoom-out;
  animation: photo-viewer-in 180ms ease both;
}
.photo-viewer__figure {
  display: grid;
  justify-items: center;
  gap: 0.75rem;
  max-width: 100%;
  max-height: 100%;
  cursor: default;
}
.photo-viewer__image {
  width: auto;
  max-width: min(94vw, 1500px);
  max-height: 86vh;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.62);
  cursor: default;
  animation: photo-viewer-image-in 220ms cubic-bezier(.2,.8,.2,1) both;
}
.photo-viewer__caption {
  max-width: min(90vw, 70ch);
  color: var(--ink-soft);
  text-align: center;
  font-size: 0.82rem;
  letter-spacing: 0.03em;
}
.photo-viewer__close {
  position: fixed;
  top: max(1rem, env(safe-area-inset-top));
  right: max(1rem, env(safe-area-inset-right));
  z-index: 1;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--gold-bright);
  font-size: 1.8rem;
  line-height: 1;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(54, 13, 25, 0.92);
  cursor: pointer;
}
.photo-viewer__close:hover,
.photo-viewer__close:focus-visible {
  color: var(--wine);
  background: var(--gold-bright);
  outline: none;
}

@keyframes photo-viewer-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes photo-viewer-image-in {
  from { opacity: 0; transform: scale(0.96); }
  to { opacity: 1; transform: scale(1); }
}

.contact-section { padding-top: 3rem; }
.contact { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.8rem; margin-top: 1.5rem; }
.contact__card { display: block; padding: 1.2rem; border: 1px solid var(--line-soft); border-radius: 16px; background: rgba(0,0,0,0.14); text-decoration: none; }
a.contact__card:hover { border-color: var(--gold); }
.contact__label { display: block; color: var(--gold-soft); font-size: 0.64rem; letter-spacing: 0.18em; text-transform: uppercase; }
.contact__value { display: block; margin-top: 0.35rem; color: var(--ink-soft); font-size: 0.9rem; }
.foot { position: relative; z-index: 1; padding: 3rem 1.2rem; text-align: center; border-top: 1px solid var(--line-soft); }
.foot__brand { color: var(--gold-bright); font-family: "Tangerine", cursive; font-size: 3rem; line-height: 1; }
.foot__place { margin-top: 0.45rem; color: var(--ink-soft); font-size: 0.84rem; }
.foot__legal { margin-top: 0.8rem; color: var(--ink-dim); font-size: 0.72rem; }

@media (max-width: 900px) {
  .nav { justify-content: center; }
  .nav__links { justify-content: center; }
  .review-ribbon { grid-template-columns: 1fr 1fr; }
  .review-ribbon__intro { grid-column: 1 / -1; }
  .room-preview { grid-template-columns: 1fr; }
  .story, .smart, .restaurant, .arrival { grid-template-columns: 1fr; }
  .smart__gallery { width: min(100%, 680px); }
  .restaurant__visual { max-width: 650px; }
  .arrival__figure { max-width: 620px; }
  .sleep__grid { grid-template-columns: 1fr 1fr; }
  .sleep-card--wide { grid-column: span 2; grid-template-columns: auto 1fr; }
  .sleep-card--wide p { grid-column: 2; }
  .featured-room { grid-template-columns: 1fr; }
  .featured-room__gallery { min-height: 540px; }
  .featured-room__copy { padding: 0.5rem; }
  .featured-room--reverse .featured-room__gallery { order: initial; }
  .featured-room--reverse .featured-room__copy { padding: 0.5rem; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  body { line-height: 1.58; }
  .hero { min-height: 100svh; background-position: 58% center; }
  .nav { justify-content: space-between; gap: 0.6rem; padding: max(0.7rem, env(safe-area-inset-top)) max(0.75rem, env(safe-area-inset-right)) 0.7rem max(0.75rem, env(safe-area-inset-left)); }
  .nav__mark { max-width: 9.5rem; font-size: 1rem; line-height: 1.05; }
  .nav__links a:not(.nav__cta) { display: none; }
  .nav__links { flex: 0 0 auto; gap: 0.4rem; }
  .nav__cta { display: inline-flex; align-items: center; min-height: 44px; padding: 0.5rem 0.85rem; font-size: 0.78rem !important; }
  .language-switch__button { min-width: 36px; min-height: 38px; padding: 0.35rem; font-size: 0.72rem; }
  .hero__inner { padding: clamp(2.8rem, 10vh, 5rem) 1rem max(4rem, env(safe-area-inset-bottom)); }
  .hero__eyebrow, .section__eyebrow { font-size: 0.7rem; letter-spacing: 0.22em; }
  .hero__logo { width: min(300px, 76vw); }
  .hero__title { margin-top: 0.7rem; }
  .hero__statement { font-size: clamp(2.15rem, 11vw, 3.1rem); line-height: 0.98; }
  .hero__lead { max-width: 33ch; font-size: 1rem; line-height: 1.55; }
  .hero__smartline { gap: 0.45rem 0.8rem; margin-top: 1rem; font-size: 0.7rem; line-height: 1.4; }
  .hero__smartline span { width: auto; }
  .hero__smartline span + span::before { display: none; }
  .hero__actions { display: grid; width: min(100%, 350px); gap: 0.65rem; margin: 1.5rem auto 0; }
  .hero__actions .btn { width: 100%; min-height: 50px; padding-inline: 1rem; }
  .hero__caption { display: none; }
  .btn { min-height: 48px; }
  .section { width: min(100% - 1.25rem, 1120px); padding-block: 3.75rem; }
  .section__head { margin-bottom: 1.7rem; }
  .section__title { font-size: clamp(2rem, 10vw, 2.7rem); }
  .section__lead { font-size: 0.98rem; line-height: 1.6; }
  .review-ribbon { grid-template-columns: 1fr; width: calc(100% - 0.75rem); margin-top: -2.25rem; padding: 0.6rem; border-radius: 22px; }
  .review-ribbon__intro { grid-column: auto; padding: 1rem 0.85rem; }
  .review-ribbon__intro h2 { font-size: 1.8rem; }
  .review-ribbon__intro p { font-size: 0.9rem; }
  .review-card { min-height: 112px; padding: 1rem; }
  .review-card__platform { font-size: 0.7rem; }
  .review-card > span:last-child { font-size: 0.78rem; }
  .review-ribbon__note { grid-column: auto; text-align: left; }
  .section--booking { width: calc(100% - 0.5rem); margin-top: 0.75rem; padding: 1.75rem 0.75rem 2rem; border-radius: 22px; }
  .section--booking .section__head { padding-inline: 0.35rem; }
  .booking-steps { margin-bottom: 2.2rem; }
  .booking-step { flex-direction: column; gap: 0.35rem; font-size: 0.68rem; letter-spacing: 0.04em; line-height: 1.2; }
  .booking-step span { width: 32px; height: 32px; font-size: 0.78rem; }
  .booking-step:not(:last-child)::after { top: 16px; left: calc(50% + 1.35rem); right: calc(-50% + 1.35rem); }
  .booking__legend { font-size: 1.75rem; line-height: 1.08; }
  .booking__hint { margin-top: 0.35rem; font-size: 0.92rem; line-height: 1.55; }
  .room-selector { gap: 0.65rem; }
  .room-option { border-radius: 18px; }
  .room-choice { min-height: 0; grid-template-columns: 46px minmax(0, 1fr) 30px; gap: 0.65rem; padding: 1rem 0.85rem; }
  .room-choice__number { font-size: 2.2rem; }
  .room-choice__body strong { font-size: 1rem; }
  .room-choice__body small { margin-top: 0.2rem; font-size: 0.79rem; line-height: 1.4; }
  .room-choice__body { margin-top: 0; }
  .room-choice__rates { grid-column: 1 / -1; width: 100%; margin-top: 0.15rem; padding: 0.7rem; }
  .room-choice__rates small { font-size: 0.68rem; }
  .room-choice__rates strong { font-size: 1.25rem; }
  .room-choice__month { font-size: 0.64rem; }
  .room-preview { gap: 1.2rem; padding: 0 0.75rem 1.15rem; }
  .room-preview__gallery { grid-template-columns: repeat(4, 1fr); grid-template-rows: minmax(185px, 54vw) 72px; gap: 0.4rem; }
  .room-preview__gallery .room-preview__main { grid-column: 1 / -1; grid-row: auto; border-radius: 58px 12px 12px 12px; }
  .room-preview__copy { padding: 0; }
  .room-preview__eyebrow { font-size: 0.68rem; line-height: 1.5; }
  .room-preview__copy h3 { font-size: 2rem; }
  .room-preview__copy p { font-size: 0.92rem; line-height: 1.6; }
  .room-preview__copy ul { gap: 0.5rem; font-size: 0.83rem; line-height: 1.45; }
  .occupancy-disclaimer { font-size: 0.88rem; line-height: 1.55; }
  .calendar-stage { margin: 0 0 1rem; padding: 1rem 0.55rem; border-radius: 16px; }
  .calendar-stage__head { align-items: center; }
  .calendar-stage__head .booking__legend { font-size: 1.55rem; }
  .booking__kicker { font-size: 0.67rem; }
  .calendar-nav { gap: 0.35rem; }
  .calendar-nav button { width: 44px; height: 44px; }
  .calendar-status { margin-bottom: 0.9rem; font-size: 0.88rem; }
  .calendar { grid-template-columns: 1fr; }
  .calendar-month:nth-child(2) { display: none; }
  .calendar-month { padding: 0.65rem 0.35rem; border-radius: 14px; }
  .calendar-month h4 { margin: 0.2rem 0 0.75rem 0.25rem; font-size: 1.35rem; }
  .calendar-weekdays, .calendar-days { gap: 0.12rem; }
  .calendar-weekdays { font-size: 0.68rem; }
  .calendar-day { min-height: 44px; border-radius: 8px; }
  .calendar-day__number { font-size: 0.84rem; }
  .calendar-day__price { font-size: 0.58rem; }
  .calendar-day:hover:not(:disabled) { transform: none; }
  .calendar-legend { display: grid; grid-template-columns: 1fr 1fr; gap: 0.65rem 0.8rem; font-size: 0.76rem; line-height: 1.35; }
  .calendar-legend span:nth-child(2) { grid-column: 1 / -1; grid-row: 3; }
  .stay-summary { grid-template-columns: 1fr 1fr; }
  .stay-summary div { min-width: 0; padding: 0.8rem 0.7rem; }
  .stay-summary span { font-size: 0.65rem; }
  .stay-summary strong { overflow-wrap: anywhere; font-size: 0.9rem; }
  .stay-summary div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line-soft); }
  .stay-summary div:nth-child(4) { border-top: 1px solid var(--line-soft); }
  .stay-summary div:nth-child(5) { grid-column: 1 / -1; border-left: 0; border-top: 1px solid var(--line-soft); text-align: center; }
  .field-row, .field-row--phone { grid-template-columns: 1fr; }
  .booking__details { margin-top: 1.5rem; padding-top: 1.5rem; }
  .field-row { gap: 0.85rem; }
  .field__label { font-size: 0.72rem; line-height: 1.4; }
  .field__input { min-height: 52px; padding: 0.8rem 0.9rem; font-size: 1rem; }
  .field__help { font-size: 0.76rem; }
  .email-fields { padding: 0.9rem; }
  .email-fields__head { align-items: flex-start; }
  .email-fields__head strong { font-size: 1.25rem; line-height: 1.15; }
  .email-fields__head small { margin-top: 0.3rem; font-size: 0.8rem; }
  .capacity-card__label { font-size: 0.68rem; }
  .capacity-card small, .booking__note { font-size: 0.8rem; }
  .confirm { padding: 2.25rem 0.35rem; }
  .confirm__actions { display: grid; }
  .confirm__actions .btn { width: 100%; }
  .smart { overflow: hidden; }
  .story__copy p, .restaurant__copy p, .arrival__copy p { font-size: 0.98rem; line-height: 1.65; }
  .story__intro { font-size: 1.25rem !important; }
  .smart__gallery { grid-template-columns: 1fr 0.72fr; min-height: 420px; padding-left: 0; }
  .smart__seal { width: 88px; height: 88px; font-size: 0.88rem; }
  .sleep__grid { grid-template-columns: 1fr; }
  .sleep-card--wide { grid-column: span 1; display: block; }
  .sleep-card--wide p { margin-top: 0.7rem; }
  .sleep-card p { font-size: 0.88rem; }
  .featured-room { padding: 0.7rem; border-radius: 20px; }
  .featured-room__gallery { grid-template-columns: 1fr 1fr; grid-template-rows: minmax(230px, 72vw) 130px; min-height: 0; }
  .featured-room__photo--main { grid-column: 1 / -1; border-radius: 80px 14px 14px 14px; }
  .featured-room__copy { padding: 0.35rem; }
  .featured-room__copy h3 { font-size: 2.25rem; }
  .featured-room__copy > p { font-size: 0.94rem; line-height: 1.6; }
  .featured-room__facts { grid-template-columns: 1fr; }
  .featured-room__facts li { min-height: 0; }
  .featured-room__facts span { font-size: 0.76rem; }
  .featured-room__strip { overflow-x: auto; grid-template-columns: repeat(3, minmax(100px, 1fr)); padding-bottom: 0.3rem; scroll-snap-type: x proximity; }
  .featured-room__strip--four { grid-template-columns: repeat(4, minmax(100px, 1fr)); }
  .featured-room__strip img { height: 78px; scroll-snap-align: start; }
  .featured-room__actions .btn { width: 100%; }
  .rooms-inclusive { width: 100%; border-radius: 16px; line-height: 1.55; }
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 160px; gap: 0.4rem; width: calc(100% - 0.75rem); }
  .gallery__item--large { grid-column: 1 / -1; grid-row: span 2; }
  .gallery__item--tall { grid-row: span 2; }
  .restaurant__visual { padding: 0 10% 10% 0; }
  .restaurant__main { min-height: 340px; border-radius: 18px 90px 18px 18px; }
  .restaurant__detail { border-width: 4px; }
  .menu-cards { grid-template-columns: 1fr; }
  .menu-card { min-height: 230px; }
  .menu-card strong { font-size: 1.4rem; }
  .menu-card small { font-size: 0.75rem; }
  .arrival__figure { overflow: hidden; border-radius: 18px 90px 18px 18px; }
  .arrival__figure img { max-height: 440px; }
  .contact { grid-template-columns: 1fr; }
  .contact__card { min-height: 76px; padding: 1rem; }
  .contact__label { font-size: 0.7rem; }
  .contact__value { font-size: 0.94rem; }
  .foot { padding-bottom: max(3rem, env(safe-area-inset-bottom)); }
}

@media (max-width: 390px) {
  .nav__mark { max-width: 7.5rem; font-size: 0.9rem; }
  .nav__cta { min-height: 40px; padding-inline: 0.7rem; }
  .language-switch { padding: 0.12rem; }
  .language-switch__button { min-width: 32px; min-height: 36px; }
  .hero__inner { padding-inline: 0.8rem; }
  .hero__statement { font-size: clamp(2rem, 12vw, 2.65rem); }
  .section--booking { padding-inline: 0.55rem; }
  .booking-step { font-size: 0.62rem; }
  .room-choice { grid-template-columns: 40px minmax(0, 1fr) 26px; padding-inline: 0.7rem; }
  .room-choice__number { font-size: 1.95rem; }
  .room-choice__rates { padding-inline: 0.55rem; }
  .room-preview { padding-inline: 0.55rem; }
  .room-preview__gallery { grid-template-rows: minmax(170px, 56vw) 64px; }
  .calendar-stage { padding-inline: 0.35rem; }
  .calendar-month { padding-inline: 0.2rem; }
  .calendar-day { min-height: 42px; }
  .calendar-day__price { font-size: 0.54rem; }
  .calendar-legend { grid-template-columns: 1fr; }
  .calendar-legend span:nth-child(2) { grid-column: auto; grid-row: auto; }
}

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