/* ==========================================================================
   Howard Johnson Chascomús — hoja de estilos común
   1. Fuentes   2. Tokens de diseño   3. Base   4. Utilidades
   5. Header / menú   6. Footer   7. WhatsApp flotante
   8. Componentes (hero, secciones, títulos, botones, banners, carruseles,
      galería, lightbox, íconos, franja de promos, pop-up, formularios)
   ========================================================================== */

/* 1. Fuentes (servidas localmente, subconjuntos latinos) ------------------ */
@font-face {
  font-family: "Frank Ruhl Libre";
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url("../fonts/frank-ruhl-libre-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Frank Ruhl Libre";
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url("../fonts/frank-ruhl-libre-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/montserrat-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/montserrat-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/roboto-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* 2. Tokens de diseño ------------------------------------------------------ */
:root {
  /* Colores */
  --c-gold: #b18663;          /* dorado de marca: botones, divisores, acentos */
  --c-gold-dark: #8c6443;     /* dorado oscuro para texto sobre fondo claro (contraste AA) */
  --c-ink: #0f0f0f;           /* títulos */
  --c-text: #000;             /* texto de cuerpo */
  --c-muted: #555;            /* texto secundario */
  --c-white: #fff;
  --c-black: #000;
  --c-paper: #e7e7e7;         /* base de las secciones con textura */
  --c-paper-veil: rgba(255, 255, 255, .585); /* velo blanco sobre la textura */
  --c-header-bg: rgba(0, 0, 0, .69);
  --c-overlay: rgba(0, 0, 0, .25);           /* oscurecido de fotos de portada */
  --c-dark-a: #202020;        /* franja de promos: degradado */
  --c-dark-b: #000;
  --c-whatsapp: #25d366;

  /* Tipografías */
  --f-serif: "Frank Ruhl Libre", Georgia, "Times New Roman", serif;
  --f-sans: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --f-nav: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --f-ui: "Roboto", "Helvetica Neue", Arial, sans-serif;

  /* Escala tipográfica (fluida: móvil → escritorio) */
  --fs-hero: clamp(2.5rem, 1.6rem + 3.2vw, 3.625rem);     /* 40 → 58 */
  --fs-hero-sm: clamp(1.625rem, 1.2rem + 1.9vw, 3.0625rem); /* 26 → 49 */
  --fs-h1: clamp(2.25rem, 1.7rem + 2.2vw, 3.125rem);      /* 36 → 50 */
  --fs-h2: clamp(1.75rem, 1.45rem + 1.2vw, 2.375rem);     /* 28 → 38 */
  --fs-h3: clamp(1.5rem, 1rem + 1.4vw, 2.25rem);          /* 24 → 36 */
  --fs-lead: clamp(1.125rem, 1.02rem + .45vw, 1.3125rem); /* 18 → 21 */
  --fs-body: 1.0625rem;                                   /* 17 */
  --fs-small: .875rem;                                    /* 14 */
  --fs-xs: .75rem;                                        /* 12 */

  /* Espaciados (escala de 4px) */
  --sp-1: .25rem;  --sp-2: .5rem;  --sp-3: .75rem; --sp-4: 1rem;
  --sp-5: 1.5rem;  --sp-6: 2rem;   --sp-7: 3rem;   --sp-8: 4rem;
  --sp-9: 5rem;    --sp-10: 6.5rem;
  --section-y: clamp(3rem, 2rem + 4vw, 5.5rem);   /* aire vertical de secciones */
  --gutter: 10px;                                  /* margen lateral de bloques a sangre */

  /* Anchos */
  --w-wide: 1440px;
  --w-content: 1300px;
  --w-boxed: 1140px;
  --w-text: 1000px;

  /* Otros */
  --radius: 3px;
  --radius-lg: 10px;
  --header-h: 143px;
  --ease: cubic-bezier(.25, .7, .3, 1);
  --shadow-text: 0 0 29px rgba(0, 0, 0, .99);
}
@media (max-width: 1024px) { :root { --header-h: 150px; } }

/* 3. Base ------------------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  font-family: var(--f-serif);
  font-size: var(--fs-body);
  line-height: 1.5;
  color: var(--c-text);
  background: var(--c-paper) url("../img/textura-papel-fondo.webp") center / cover;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg, video, iframe { display: block; max-width: 100%; }
img { height: auto; }
h1, h2, h3, h4, h5, h6 { margin: 0; font-weight: 600; line-height: 1.2; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--c-gold); }
ul { margin: 0; padding: 0; list-style: none; }
button { font: inherit; color: inherit; cursor: pointer; }
:focus-visible { outline: 2px solid var(--c-gold); outline-offset: 3px; }
.icon { width: 1em; height: 1em; flex: none; }

.skip-link {
  position: absolute; left: var(--sp-4); top: -100px; z-index: 1000;
  padding: var(--sp-2) var(--sp-4); background: var(--c-white); color: var(--c-black);
}
.skip-link:focus { top: var(--sp-4); }

/* 4. Utilidades ------------------------------------------------------------ */
.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap;
}
.wrap { width: min(100% - 2 * var(--sp-5), var(--w-content)); margin-inline: auto; }
.wrap--boxed { width: min(100% - 2 * var(--sp-5), var(--w-boxed)); }
.wrap--text { width: min(100% - 2 * var(--sp-5), var(--w-text)); }
.wrap--bleed { width: calc(100% - 2 * var(--gutter)); max-width: calc(var(--w-wide) - 2 * var(--gutter)); margin-inline: auto; }
.center { text-align: center; }
.gold { color: var(--c-gold); }

/* Animaciones de entrada: el JS agrega .is-visible al entrar en pantalla.
   Sin JS (o con movimiento reducido) todo se ve normalmente. */
.js [data-reveal] { opacity: 0; transition: opacity .9s var(--ease), transform .9s var(--ease); }
.js [data-reveal="up"] { transform: translateY(40px); }
.js [data-reveal="down"] { transform: translateY(-40px); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js [data-reveal] { opacity: 1; transform: none; transition: none; }
}

/* 5. Header / menú --------------------------------------------------------- */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  background: var(--c-header-bg);
  box-shadow: 18px 0 38px rgba(0, 0, 0, .51);
  animation: header-in .9s var(--ease) both;
}
@keyframes header-in { from { opacity: 0; transform: translateY(-100%); } }
@media (prefers-reduced-motion: reduce) { .site-header { animation: none; } }
.site-header__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "logo cta" "nav cta";
  align-items: center;
  max-width: 1600px; margin: 0 auto;
}
.site-header__logo { grid-area: logo; justify-self: center; display: block; width: 172px; margin: 13px 0 7px; }
.site-header__logo:hover { opacity: .9; }
.site-nav { grid-area: nav; border-top: 1px solid rgba(255, 255, 255, .95); }
.site-nav ul { display: flex; justify-content: center; }
.site-nav a {
  position: relative; display: block;
  padding: 14px 30px;
  font-family: var(--f-nav); font-size: 13px; font-weight: 600; line-height: 1;
  letter-spacing: .02em; text-transform: uppercase; color: var(--c-white);
}
/* "Doble línea" que baja en el ítem activo / al pasar el mouse */
.site-nav a::before, .site-nav a::after {
  content: ""; position: absolute; left: 0; right: 0; height: 1px; background: var(--c-white);
  opacity: 0; transition: opacity .3s, transform .3s var(--ease);
}
.site-nav a::before { top: -1px; transform: translateY(-8px); }
.site-nav a::after { bottom: 0; transform: translateY(-8px); }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--c-white); }
.site-nav a:hover::before, .site-nav a:hover::after,
.site-nav a[aria-current="page"]::before, .site-nav a[aria-current="page"]::after { opacity: 1; transform: none; }
.site-header__cta { grid-area: cta; margin: 0 18px 0 16px; align-self: center; }
.nav-toggle { display: none; }

@media (max-width: 1024px) {
  .site-header__inner {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "logo logo" "toggle cta" "nav nav";
    row-gap: 6px; padding-bottom: 10px;
  }
  .site-header__logo { width: 185px; margin: 12px 0 0; }
  .site-header__cta { justify-self: center; margin: 0; }
  .nav-toggle {
    grid-area: toggle; justify-self: center;
    display: grid; place-items: center; width: 44px; height: 44px;
    background: none; border: 0; color: var(--c-white);
  }
  .nav-toggle__bars, .nav-toggle__bars::before, .nav-toggle__bars::after {
    display: block; width: 32px; height: 4px; border-radius: 2px; background: currentColor;
    transition: transform .3s var(--ease), background-color .2s;
  }
  .nav-toggle__bars { position: relative; }
  .nav-toggle__bars::before, .nav-toggle__bars::after { content: ""; position: absolute; left: 0; }
  .nav-toggle__bars::before { top: -10px; }
  .nav-toggle__bars::after { top: 10px; }
  .nav-open .nav-toggle__bars { background: transparent; }
  .nav-open .nav-toggle__bars::before { transform: translateY(10px) rotate(45deg); }
  .nav-open .nav-toggle__bars::after { transform: translateY(-10px) rotate(-45deg); }

  .site-nav {
    border: 0; position: absolute; top: 100%; left: 0; right: 0;
    background: rgba(0, 0, 0, .97);
    max-height: 0; overflow: hidden; visibility: hidden;
    transition: max-height .4s var(--ease), visibility 0s .4s;
  }
  .nav-open .site-nav { max-height: 80vh; overflow-y: auto; visibility: visible; transition: max-height .4s var(--ease); }
  .site-nav ul { flex-direction: column; padding: var(--sp-2) 0; }
  .site-nav a { padding: 15px 20px; text-align: center; font-family: var(--f-ui); font-size: 15px; font-weight: 400; }
  .site-nav a::before, .site-nav a::after { display: none; }
  .site-nav a[aria-current="page"] { background: rgba(255, 255, 255, .08); color: var(--c-gold); }
}

/* 6. Footer ---------------------------------------------------------------- */
.site-footer {
  position: relative; background: var(--c-black); color: var(--c-white);
  padding: calc(50px + 3vw) 0 20px;
  margin-top: 0;
}
.shape { position: absolute; left: 0; width: 100%; pointer-events: none; }
.shape--top { top: -1px; height: 55px; fill: #fff; opacity: .37; }
.site-footer__inner { width: min(100% - 2 * var(--sp-5), var(--w-boxed)); margin: 0 auto; }
.site-footer__top {
  display: grid; grid-template-columns: 27.6% 27.6% 1fr; gap: 20px;
  padding-bottom: 20px;
}
.footer-menu { margin-bottom: var(--sp-5); }
.footer-menu li + li { margin-top: 7px; }
.footer-menu a { font-size: 17px; font-weight: 400; }
.footer-links li + li { margin-top: 12px; }
.footer-links a, .footer-links span { font-size: 14px; font-weight: 600; line-height: 1.4; display: inline-block; }
.site-footer__col:nth-child(2) .footer-menu { padding-top: 16px; }
.site-footer__col--end { display: flex; flex-direction: column; align-items: flex-end; text-align: right; }
.social { display: flex; gap: 20px; margin: 0 0 var(--sp-6); font-size: 19px; }
.social a { display: grid; place-items: center; width: 24px; height: 24px; }
.site-footer__thanks { font-size: 16px; font-weight: 600; margin: 0 0 var(--sp-4); }
.site-footer__sponsor { width: 30%; min-width: 120px; }
.site-footer__bottom {
  display: grid; grid-template-columns: 33% 1fr auto; gap: 20px; align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .25); padding-top: 20px;
}
.site-footer__logo { width: 45%; justify-self: center; }
.site-footer__legal { text-align: right; font-family: var(--f-ui); font-size: 13px; line-height: 1.3; }
.site-footer__legal p { margin: 0 0 16px; }
.site-footer__agency { font-size: 12px; color: rgba(255, 255, 255, .58); }
.site-footer__cert { display: block; width: 175px; height: 107px; overflow: hidden; }
.site-footer__cert img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.site-footer a:hover { color: var(--c-gold); }

@media (max-width: 767px) {
  .site-footer { padding: 70px 0 20px; }
  .site-footer__inner { width: calc(100% - 40px); }
  .site-footer__top { grid-template-columns: 1fr 1fr; gap: 24px 20px; }
  .site-footer__col--end { grid-column: 1 / -1; align-items: center; text-align: center; margin-top: var(--sp-5); }
  .footer-menu a { font-size: 15px; }
  .footer-links a, .footer-links span { font-size: 15px; }
  .site-footer__col:nth-child(2) .footer-menu { padding-top: 0; }
  .social { margin-bottom: var(--sp-5); }
  .site-footer__sponsor { width: 46%; }
  .site-footer__bottom { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .site-footer__logo { width: 54%; }
  .site-footer__legal { text-align: center; }
  .site-footer__cert { width: 245px; height: auto; }
  .site-footer__cert img { height: auto; }
}

/* 7. WhatsApp flotante ----------------------------------------------------- */
.wa-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 90;
  display: flex; align-items: center; gap: 16px;
  animation: wa-in .5s 1s var(--ease) both;
}
@keyframes wa-in { from { opacity: 0; transform: scale(.6); } }
.wa-float__btn {
  display: grid; place-items: center; width: 60px; height: 60px; border-radius: 50%;
  background: var(--c-whatsapp); color: var(--c-white); font-size: 34px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .25); transition: transform .2s;
}
.wa-float:hover .wa-float__btn { transform: scale(1.08); }
.wa-float__tip {
  position: relative; padding: 7px 14px; border-radius: 12px;
  background: var(--c-white); color: #333; font-family: var(--f-ui); font-size: 16px; line-height: 1.2;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .18); white-space: nowrap;
}
.wa-float__tip::after {
  content: ""; position: absolute; right: -7px; top: 50%; margin-top: -7px;
  border: 7px solid transparent; border-right: 0; border-left-color: var(--c-white);
}
.wa-float:hover { color: inherit; }
@media (max-width: 767px) { .wa-float { right: 14px; bottom: 14px; } }

/* 8. Componentes =========================================================== */

/* 8.1 Secciones ------------------------------------------------------------ */
.section { position: relative; padding-block: var(--section-y); }
.section--paper {
  background: linear-gradient(var(--c-paper-veil), var(--c-paper-veil)),
              var(--c-paper) url("../img/textura-papel-fondo.webp") center / cover;
}
.section--flush { padding-block: 0; }
.section--tight { padding-block: var(--sp-6); }

/* Título de sección + divisor dorado */
.title { font-size: var(--fs-h1); font-weight: 600; color: var(--c-ink); text-align: center; line-height: 1.1; }
.title--md { font-size: var(--fs-h3); }
.title--sm { font-size: var(--fs-h2); }
.divider {
  display: block; width: 128px; height: 2px; margin: 20px auto 22px;
  background: var(--c-gold); border: 0;
}
.lead { font-size: var(--fs-lead); font-weight: 500; line-height: 1.5; }

/* 8.2 Botones -------------------------------------------------------------- */
.btn {
  display: inline-block; padding: 12px 24px; border-radius: var(--radius);
  background: var(--c-gold); color: var(--c-black);
  font-family: var(--f-serif); font-size: 14px; font-weight: 500; line-height: 1.6;
  text-transform: uppercase; text-align: center;
  transition: background-color .3s, color .3s;
}
.btn:hover { background: var(--c-white); color: var(--c-gold); }
.btn--reservar { padding: 6px 20px; }
.btn-row { display: flex; justify-content: center; margin-top: var(--sp-5); }

/* 8.3 Portada con fotos rotativas (hero) ------------------------------------ */
.hero {
  position: relative; isolation: isolate; overflow: hidden;
  display: grid; place-items: center; text-align: center;
  min-height: 531px; padding: calc(var(--header-h) + 20px) var(--sp-5) 80px;
  color: var(--c-white); background: #333;
}
.hero--home { min-height: 837px; padding-top: calc(var(--header-h) + 60px); padding-bottom: 150px; }
@media (max-width: 767px) {
  .hero { min-height: 470px; padding-top: calc(var(--header-h) + 30px); padding-bottom: 60px; }
  .hero--home { min-height: 605px; padding-top: calc(var(--header-h) + 60px); padding-bottom: 110px; }
  .hero .btn { margin-top: 50px; padding: 8px 24px; }
}
.hero__slides { position: absolute; inset: 0; z-index: -2; }
.hero__slides img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transition: opacity 3s ease-in-out;
}
.hero__slides img.is-active { opacity: 1; }
.hero__slides img.is-active, .hero__slides img.was-active { animation: kenburns 9s linear both; }
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.3); } }
@media (prefers-reduced-motion: reduce) { .hero__slides img { animation: none !important; } }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--c-overlay); }
.hero--strong::after { background: rgba(0, 0, 0, .4); }
.hero__title { font-size: var(--fs-hero); font-weight: 500; line-height: 1.1; }
.hero--home .hero__title { font-size: var(--fs-hero-sm); font-weight: 600; text-shadow: var(--shadow-text); }
.hero .btn { margin-top: 30px; }
.shape--bottom { bottom: -1px; height: 47px; transform: rotate(180deg); fill: #ebebeb; }
/* Título que aparece letra por letra */
.split-letters span { display: inline-block; white-space: pre; }
.js .split-letters span { opacity: 0; transform: translateY(.6em); animation: letter-in .6s var(--ease) forwards; }
@keyframes letter-in { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .js .split-letters span { opacity: 1; transform: none; animation: none; } }

/* 8.4 Banners con efecto al pasar el mouse (habitaciones, eventos) --------- */
.banner {
  position: relative; overflow: hidden; margin: 0; background: #1c1f28; color: var(--c-white);
}
.banner img {
  width: calc(100% + 20px); max-width: none; height: 100%; object-fit: cover;
  transform: translateX(-10px); transition: transform .35s, opacity .35s;
}
.banner::before { /* velo de color */
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: rgba(73, 83, 108, .15); opacity: .5; transition: background-color .35s, opacity .35s;
}
.banner__body {
  position: absolute; inset: 0; z-index: 2; padding: 2em; text-align: center;
  display: flex; flex-direction: column; justify-content: flex-start;
}
.banner__title {
  position: relative; overflow: hidden; padding: .5em 0;
  font-size: clamp(2rem, 1.3rem + 2.4vw, 3.125rem); font-weight: 400; font-style: italic; line-height: 1.2;
}
.banner__title::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; background: var(--c-white);
  transform: translateX(-100%); transition: transform .35s;
}
.banner__text {
  padding: 1em 0; font-size: var(--fs-body); line-height: 2.2; text-align: center;
  opacity: 0; transform: translateX(100%); transition: opacity .35s, transform .35s;
}
.banner:hover::before, .banner:focus-within::before, .banner.is-open::before { background: rgba(0, 0, 0, .82); opacity: .6; }
.banner:hover img, .banner:focus-within img, .banner.is-open img { transform: none; }
.banner:hover .banner__title::after, .banner:focus-within .banner__title::after, .banner.is-open .banner__title::after { transform: none; }
.banner:hover .banner__text, .banner:focus-within .banner__text, .banner.is-open .banner__text { opacity: 1; transform: none; }
.banner__title, .banner__text { flex-shrink: 0; }
.banner.is-open .banner__body { overflow-y: auto; }
/* En pantallas táctiles (sin hover) se indica que la tarjeta se puede tocar */
.banner__hint { display: none; }
@media (hover: none) {
  .banner[data-tap] .banner__hint {
    display: inline-flex; align-items: center; gap: 6px; position: absolute; right: 12px; bottom: 12px; z-index: 3;
    padding: 4px 10px; border-radius: 20px; background: rgba(0, 0, 0, .55); color: var(--c-white);
    font-family: var(--f-ui); font-size: 12px; font-style: normal; letter-spacing: .02em;
  }
  .banner.is-open .banner__hint { display: none; }
}
/* Banner simple con título centrado (eventos) */
.banner--center .banner__body { justify-content: center; padding: 1.5em; }
.banner--center .banner__title { font-style: normal; font-weight: 700; font-size: clamp(1.75rem, 1.4rem + 1.2vw, 2.125rem); padding: 0; }
.banner--center .banner__title::after { display: none; }
.banner--center { border-radius: var(--radius-lg); }
a.banner:hover { color: var(--c-white); }

/* 8.5 Carrusel (una o varias imágenes, con flechas) ------------------------ */
.carousel { position: relative; overflow: hidden; }
.carousel__track {
  display: flex; gap: var(--gap, 0px);
  overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
  scrollbar-width: none;
}
.carousel__track::-webkit-scrollbar { display: none; }
.carousel__track > * {
  flex: 0 0 calc((100% - (var(--per, 1) - 1) * var(--gap, 0px)) / var(--per, 1));
  scroll-snap-align: start;
}
.carousel__track img { width: 100%; height: 100%; object-fit: cover; }
.carousel--contain .carousel__track img { object-fit: contain; }
.carousel__btn {
  position: absolute; top: 50%; z-index: 2; transform: translateY(-50%);
  display: grid; place-items: center; width: 44px; height: 44px; padding: 0;
  background: none; border: 0; color: var(--c-white); font-size: 22px;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, .6));
}
.carousel__btn--prev { left: 6px; }
.carousel__btn--next { right: 6px; }
.carousel__btn[disabled] { opacity: .3; cursor: default; }
.carousel--dark-arrows .carousel__btn { color: #999; filter: none; }

/* 8.6 Galería en grilla + lightbox ----------------------------------------- */
.gallery { display: grid; grid-template-columns: repeat(var(--cols, 4), 1fr); gap: 3px; }
.gallery a { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #ddd; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease), opacity .3s; }
.gallery a:hover img { transform: scale(1.04); }
@media (max-width: 767px) { .gallery { --cols: 2; } }

.lightbox {
  position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center;
  background: rgba(0, 0, 0, .9); padding: 60px 70px;
  opacity: 0; visibility: hidden; transition: opacity .3s, visibility 0s .3s;
}
.lightbox.is-open { opacity: 1; visibility: visible; transition: opacity .3s; }
.lightbox img { max-width: 100%; max-height: calc(100vh - 120px); width: auto; object-fit: contain; box-shadow: 0 0 40px rgba(0, 0, 0, .5); }
.lightbox__btn {
  position: absolute; display: grid; place-items: center; width: 48px; height: 48px; padding: 0;
  background: none; border: 0; color: #eee; font-size: 26px; opacity: .8;
}
.lightbox__btn:hover { opacity: 1; }
.lightbox__close { top: 10px; right: 10px; }
.lightbox__prev { left: 10px; top: 50%; transform: translateY(-50%); }
.lightbox__next { right: 10px; top: 50%; transform: translateY(-50%); }
.lightbox__count { position: absolute; top: 20px; left: 20px; color: #ccc; font-family: var(--f-ui); font-size: 14px; }
@media (max-width: 767px) { .lightbox { padding: 60px 10px; } .lightbox__prev, .lightbox__next { top: auto; bottom: 10px; transform: none; } }

/* 8.7 Íconos con texto (servicios) ----------------------------------------- */
.features { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 20px; }
.feature { text-align: center; }
.feature .icon { width: auto; height: 31px; margin: 0 auto 10px; color: var(--c-gold); }
.feature__title { font-size: 18px; font-weight: 500; line-height: 1.5; }
.feature__desc { margin-top: 2px; font-family: var(--f-ui); font-size: 16px; line-height: 1.5; }

/* 8.8 Franja de promociones bancarias -------------------------------------- */
.promo-band {
  background: linear-gradient(210deg, var(--c-dark-a), var(--c-dark-b));
  color: var(--c-white); font-family: var(--f-sans);
}
.promo-band__inner { display: grid; grid-template-columns: 1fr 1fr; max-width: 900px; margin: 0 auto; }
.promo-band__item { padding: 40px; text-align: center; }
.promo-band__logo { height: 51px; width: auto; margin: 0 auto 20px; }
.promo-band__text { font-size: 23px; line-height: 1; text-transform: uppercase; margin: 0; }
.promo-band__text b { color: var(--c-gold); font-weight: 700; }
.promo-band__link { display: inline-block; margin-top: 20px; font-size: 11px; text-transform: uppercase; }
@media (max-width: 767px) {
  .promo-band__inner { grid-template-columns: 1fr; }
  .promo-band__inner { padding: 10px 0; }
  .promo-band__item { padding: 40px 40px 30px; }
  .promo-band__item + .promo-band__item { padding-top: 30px; padding-bottom: 50px; }
  .promo-band__text { font-size: 17px; line-height: 1; }
  .promo-band__link { font-size: 17px; }
}

/* 8.9 Video de YouTube liviano (carga el reproductor recién al hacer clic) - */
.yt {
  position: relative; display: block; width: 100%; aspect-ratio: 16 / 9; padding: 0; border: 0;
  background: #000; overflow: hidden;
}
.yt img { width: 100%; height: 100%; object-fit: cover; opacity: .85; transition: opacity .3s; }
.yt:hover img { opacity: 1; }
.yt__play {
  position: absolute; left: 50%; top: 50%; width: 68px; height: 48px; transform: translate(-50%, -50%);
}
.yt iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* 8.10 Pop-up de ofertas ---------------------------------------------------- */
.popup {
  position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; padding: 20px;
  background: rgba(0, 0, 0, .8);
  opacity: 0; visibility: hidden; transition: opacity .4s, visibility 0s .4s;
}
.popup.is-open { opacity: 1; visibility: visible; transition: opacity .4s; }
.popup__box { position: relative; width: min(501px, 100%); background: transparent; }
.popup__close {
  position: absolute; top: 14px; right: 14px; z-index: 3;
  display: grid; place-items: center; width: 32px; height: 32px; padding: 0;
  background: rgba(0, 0, 0, .35); border: 0; border-radius: 50%; color: var(--c-white); font-size: 18px;
}
.popup .carousel__track img { max-height: calc(100svh - 60px); object-fit: contain; }

/* 8.11 Formularios --------------------------------------------------------- */
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 20px; }
.form__field { display: grid; gap: 6px; }
.form__field--full { grid-column: 1 / -1; }
.form label { font-size: 15px; font-weight: 600; }
.form input, .form textarea, .form select {
  width: 100%; padding: 10px 14px; border: 1px solid #c9c2b8; border-radius: var(--radius);
  background: var(--c-white); color: var(--c-text); font: 400 15px/1.4 var(--f-serif);
}
.form textarea { min-height: 130px; resize: vertical; }
.form input:focus, .form textarea:focus { outline: 2px solid var(--c-gold); outline-offset: 0; border-color: var(--c-gold); }
.form [aria-invalid="true"] { border-color: #c0392b; }
.form__error { color: #b1261a; font-size: 13px; min-height: 0; }
.form__actions { grid-column: 1 / -1; }
.form__actions .btn { width: 100%; border: 0; font-size: 15px; font-weight: 600; padding: 12px 24px; }
.form__hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form__status { grid-column: 1 / -1; margin: 0; padding: 12px 16px; border-radius: var(--radius); font-size: 15px; }
.form__status--ok { background: #e7f4ea; color: #1e5b2d; }
.form__status--error { background: #fbeaea; color: #8a1c14; }
@media (max-width: 767px) { .form { grid-template-columns: 1fr; } }

/* 9. Bloques de página ===================================================== */

/* 9.1 Dos columnas imagen + texto (Malvinas, video, golf) */
.split { display: grid; grid-template-columns: 534fr 666fr; gap: 100px; align-items: center; }
.split--video { grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.split--golf { grid-template-columns: 651fr 549fr; }
.split__media { aspect-ratio: 534 / 718; }
.split--golf .split__media { aspect-ratio: 651 / 367; }
.split__media .carousel__track { height: 100%; }
.split__text { text-align: center; }
.note { font-size: 16px; font-weight: 500; line-height: 1.2; margin-top: 12px; }
.agreement { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: center; margin-top: 40px; }
.agreement img { width: 34%; min-width: 90px; margin: 0 auto; }
.agreement p { font-size: 16px; font-weight: 500; line-height: 1.2; margin: 0; }
.golf-logo { width: 41%; margin: 0 auto 20px; }
.feature-split { padding-block: 50px; }
.feature-split + .feature-split { padding-top: 0; }
.split--video .features { padding: 15px 25px; row-gap: 50px; }
@media (max-width: 1024px) {
  .split, .split--video, .split--golf { gap: 40px; }
}
@media (max-width: 767px) {
  .split, .split--video, .split--golf { grid-template-columns: 1fr; gap: 30px; }
  .split--golf { width: 100%; }
  .split--golf .split__text { padding-inline: 20px; }
  .split__media { aspect-ratio: 350 / 487; }
  .split--golf .split__media { aspect-ratio: 390 / 265; }
  .agreement { grid-template-columns: 1fr; margin-top: 20px; }
  .split--video .features { grid-template-columns: 1fr; padding: 15px 25px; row-gap: 20px; }
}

/* 9.2 Habitaciones en zigzag (Home) */
.rooms-section { padding-top: 60px; padding-bottom: 85px; }
.rooms {
  --row: calc(min(100vw, var(--w-wide)) * .117);  /* medio escalón entre tarjetas */
  display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: var(--row);
}
.rooms__intro { grid-column: 1; grid-row: 1 / span 2; align-self: start; padding: 70px 60px 0; text-align: center; }
.rooms__lead { font-size: 17px; font-weight: 400; }
.rooms__item { aspect-ratio: 710 / 487; align-self: start; }
.rooms__item--1 { grid-column: 2; grid-row: 1 / span 3; }
.rooms__item--2 { grid-column: 1; grid-row: 3 / span 3; }
.rooms__item--3 { grid-column: 2; grid-row: 5 / span 3; }
.rooms__item--4 { grid-column: 1; grid-row: 7 / span 3; }
.rooms__item--5 { grid-column: 2; grid-row: 9 / span 3; }
@media (max-width: 767px) {
  .rooms-section { padding-top: 35px; padding-bottom: 10px; }
  .rooms { grid-template-columns: 1fr; grid-auto-rows: auto; gap: 0; }
  .rooms__intro, .rooms__item { grid-column: 1 !important; grid-row: auto !important; margin-top: 0 !important; }
  .rooms__intro { padding: 0 0 20px; }
  .rooms__item { aspect-ratio: 370 / 270; }
  .rooms__item--1 { aspect-ratio: 370 / 304; }
  .banner__title { font-size: 25px; }
  .banner__text { font-size: 15px; line-height: 1.6; }
}

/* 9.3 Galería, convenios y eventos (Home) */
.home-gallery { padding-top: 60px; padding-bottom: 90px; }
.home-gallery .gallery { margin-top: 30px; }
.home-gallery .btn-row { margin-top: 20px; }
.home-gallery__next { margin-top: 100px; }
.logos-carousel { --per: 7; --gap: 40px; padding: 0 30px; margin-top: 20px; }
.logos-carousel .carousel__track { align-items: center; }
.logos-carousel li { display: grid; place-items: center; height: 140px; }
.logos-carousel img { max-height: 140px; width: auto; max-width: 100%; height: auto; }
.logos-carousel .carousel__btn { font-size: 18px; }
@media (max-width: 1024px) { .logos-carousel { --per: 4; } }
@media (max-width: 767px) { .logos-carousel { --per: 2; --gap: 20px; } .logos-carousel li { height: 110px; } .home-gallery__next { margin-top: 60px; } }

.events-teaser { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-top: 50px; max-width: 1202px; }
.events-teaser__item { display: grid; justify-items: center; gap: 20px; }
.events-teaser .banner { width: 100%; aspect-ratio: 561 / 525; }
@media (max-width: 767px) { .events-teaser { grid-template-columns: 1fr; gap: 40px; margin-top: 30px; } .events-teaser .banner { aspect-ratio: 370 / 361; } }

/* 9.4 Oferta dentro de carruseles */
.oferta { margin: 0; }
.oferta img { width: 100%; height: auto; }
.oferta figcaption { margin-top: 12px; text-align: center; font-size: 17px; font-weight: 600; }
@media (max-width: 767px) { .title--md, .title--sm { font-size: 32px; } }

/* 9.5 Componentes de páginas interiores */
.hero:not(.hero--home) { min-height: 498px; padding-bottom: 40px; }
.hero:not(.hero--home) .hero__title { text-shadow: 0 0 20px rgba(0, 0, 0, .35); }
.divider--tight { margin-top: 0; }

.intro-map { padding-top: 90px; padding-bottom: 115px; }
.intro-map__title { font-size: clamp(20px, 1rem + 1vw, 28px); font-weight: 600; line-height: 1; text-align: center; color: var(--c-ink); }
.map { height: 252px; margin-top: 50px; background: #ddd; }
.map iframe { width: 100%; height: 100%; border: 0; }

/* Franja con foto de fondo fija y recuadro oscuro con texto */
.photo-band {
  position: relative; isolation: isolate; display: grid; place-items: center;
  min-height: 448px; padding: 100px 12%; color: var(--c-white); text-align: center;
  background: #555 var(--bg) center / cover;
}
@media (min-width: 1025px) and (hover: hover) { .photo-band { background-attachment: fixed; } }
.photo-band::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(0, 0, 0, .33); }
.photo-band--tall { min-height: 505px; }
.photo-band__box { width: 100%; max-width: 1089px; padding: 60px 20px; background: rgba(0, 0, 0, .36); }
.photo-band .title { color: var(--c-white); }
.photo-band p { font-size: 18px; font-weight: 600; line-height: 1.5; max-width: 1049px; margin-inline: auto; }
.photo-band__note { font-size: 16px !important; margin-top: 10px; margin-bottom: 0; }
.photo-band .divider { margin: 20px auto 25px; }

/* Texto + imagen a media pantalla */
.media-text { display: grid; grid-template-columns: 1fr 1fr; align-items: center; padding-block: 25px 0; }
.media-text__text { padding: 40px 70px; text-align: center; }
.media-text__media { margin: 0; aspect-ratio: 720 / 514; overflow: hidden; }
.media-text__media img { width: 100%; height: 100%; object-fit: cover; }
.photo-dim { position: relative; }
.photo-dim::after { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, .33); transition: opacity .35s; }
.photo-dim:hover::after { opacity: .4; }

/* Texto largo */
.prose { font-size: 17px; line-height: 1.5; }
.prose ul { list-style: disc; padding-left: 20px; }
.prose li + li { margin-top: 1em; }
.prose p { margin-bottom: .9em; }

/* Carrusel de fotos a dos columnas */
.photo-carousel-section { padding-top: 80px; padding-bottom: 115px; }
.photo-carousel { --per: 2; width: calc(100% - 100px); max-width: 1341px; margin: 30px auto 0; }
.photo-carousel .carousel__track > * { aspect-ratio: 670 / 383; overflow: hidden; }
.photo-carousel .carousel__track img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 767px) {
  .hero:not(.hero--home) { min-height: 371px; padding-bottom: 30px; }
  .intro-map { padding-top: 25px; padding-bottom: 30px; }
  .intro-map .wrap { width: 100%; }
  .intro-map__title { padding-inline: 10px; }
  .photo-band { padding: 60px 20px; min-height: 0; }
  .photo-band__box { padding: 40px 20px; }
  .photo-band p { font-size: 18px; }
  .media-text { grid-template-columns: 1fr; }
  .media-text__text { padding: 30px 20px; }
  .media-text__media { aspect-ratio: 390 / 293; }
  .photo-carousel-section { padding-top: 40px; padding-bottom: 60px; }
  .photo-carousel { --per: 1; width: 100%; }
  .photo-carousel .carousel__track > * { aspect-ratio: 390 / 225; }
}

/* 9.6 Variantes de texto + imagen (Spa, Gastronomía) */
.stack { padding: 25px 0; }
.stack .media-text { padding-block: 0; }
.media-text--first { margin-top: 121px; }
.stack .media-text + .media-text { margin-top: 0; }
.media-text__media--spa { aspect-ratio: 720 / 433; }
.media-text--reverse .media-text__media { order: -1; }
.media-text--left .media-text__text { text-align: left; padding: 40px 49px; }
.media-text--left .media-text__text p { font-size: 18px; font-weight: 500; line-height: 1.5; }
.divider--left { margin: 0 0 20px; width: 205px; }
.media-text--left .title { text-align: left; }
.small-note { font-size: 16px !important; font-weight: 600 !important; line-height: 1.2 !important; margin-bottom: .7em; }
.stack--second .media-text--left:first-child { margin-top: 50px; }

/* Franja con fotos rotativas y recuadro de texto */
.slide-band { position: relative; isolation: isolate; overflow: hidden; display: grid; place-items: center; min-height: 430px; padding: 40px 20px; }
.slide-band__box {
  max-width: 646px; margin: 0; padding: 50px 18px; background: rgba(0, 0, 0, .72);
  color: var(--c-white); font-size: 18px; font-weight: 600; line-height: 1.5; text-align: center;
}
.slide-band__box strong { font-weight: 800; }
.photo-carousel--boxed { max-width: 1160px; width: calc(100% - 280px); }
.photo-carousel--boxed .carousel__track > * { aspect-ratio: 580 / 332; }

@media (max-width: 767px) {
  .media-text--first { margin-top: 20px; }
  .media-text--reverse .media-text__media { order: 2; }
  .media-text--left .media-text__text p { font-size: 16px; font-weight: 400; }
  .media-text--left .media-text__text { padding: 30px 20px; }
  .media-text__media--spa { aspect-ratio: 390 / 235; }
  .slide-band { min-height: 380px; }
  .slide-band__box { padding: 30px 18px; }
  .photo-carousel--boxed { width: 100%; }
  .photo-carousel--boxed .carousel__track > * { aspect-ratio: 390 / 225; }
}
.stack--before-band { padding-bottom: 146px; }
.stack--after-band { padding-top: 75px; }
.page-spa .photo-carousel-section { padding-top: 110px; }
@media (max-width: 767px) { .stack--before-band { padding-bottom: 40px; } .stack--after-band { padding-top: 25px; } .page-spa .photo-carousel-section { padding-top: 40px; } }

/* 9.7 Gastronomía */
.dining-list { padding: 25px 0 20px; }
.dining { display: grid; grid-template-columns: 780fr 520fr; align-items: center; width: min(100% - 140px, 1300px); margin: 0 auto; padding-block: 25px 0; }
.dining + .dining { margin-top: 0; }
.dining:last-child { margin-top: 71px; }
.dining__text { padding-right: 20px; }
.dining--reverse { grid-template-columns: 520fr 780fr; }
.dining--reverse .dining__media { order: -1; }
.dining--reverse .dining__text { text-align: right; padding: 0 0 0 20px; }
.dining--reverse .divider--left { margin-left: auto; margin-right: 0; }
.dining .title { text-align: inherit; }
.dining .divider--left { width: 156px; margin-bottom: 20px; }
.dining__cap { margin-top: 30px; font-size: 20px; font-weight: 600; }
.dining__media { aspect-ratio: 520 / 526; }
.dining__media .carousel__track { height: 100%; }
.dining__media .carousel__track > * { height: 100%; }
.delicatessen { padding-top: 90px; padding-bottom: 117px; }
.delicatessen__text { text-align: center; font-weight: 600; margin-top: 50px; margin-bottom: 25px; }
.photo-carousel--dishes { max-width: 1300px; width: calc(100% - 140px); }
.photo-carousel--dishes .carousel__track > * { aspect-ratio: 650 / 440; }
@media (max-width: 767px) {
  .dining, .dining--reverse { grid-template-columns: 1fr; width: 100%; padding-top: 30px; }
  .dining:last-child { margin-top: 0; }
  .dining__text, .dining--reverse .dining__text { padding: 10px 20px 30px; text-align: center; }
  .dining--reverse .dining__media { order: 2; }
  .dining .divider--left, .dining--reverse .divider--left { margin-left: auto; margin-right: auto; }
  .dining__cap { margin-top: 16px; }
  .dining__media { aspect-ratio: 390 / 395; }
  .delicatessen { padding-top: 40px; padding-bottom: 60px; }
  .photo-carousel--dishes { width: 100%; --per: 1; }
  .photo-carousel--dishes .carousel__track > * { aspect-ratio: 390 / 260; }
}

/* 9.8 Eventos / Contacto: bloque texto + formulario */
.form--stack { grid-template-columns: 1fr; gap: 6px; }
.form--stack .form__field { gap: 2px; }
.form--stack label { font-size: 15px; font-weight: 400; }
.form--stack input, .form--stack textarea { border-color: var(--c-gold); background: #fcfcfc; min-height: 40px; }
.form--stack textarea { min-height: 96px; }
.form__error:empty { display: none; }
.form--stack .form__actions { text-align: center; margin-top: 10px; }
.btn--submit { width: auto !important; min-width: 114px; padding: 12px 30px !important; font-size: 19px !important; font-weight: 400 !important; text-transform: none; border: 0; }
.contact-block { padding-top: 90px; padding-bottom: 65px; }
.contact-block__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 0 70px; align-items: start; max-width: 1160px; }
.contact-block__text { padding-top: 22px; font-weight: 600; }
.contact-block__text p { margin-bottom: 14px; }
.photo-band--plain .photo-band__box { background: rgba(0, 0, 0, .8); padding: 25px 20px; }
.photo-band--plain .photo-band__box .lead { font-size: 21px; font-weight: 600; }
.stack--events .media-text--first { margin-top: 40px; }
.lead--20 { font-size: 20px; }
.rooms-info { padding-top: 90px; padding-bottom: 220px; }
.prose--19 { font-size: 19px; margin-top: 20px; }
.prose--19 p { margin-bottom: 1.6em; }
.venues { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 50px; text-align: center; max-width: 1130px; }
.venue__title { font-size: 26px; font-weight: 600; }
.divider--venue { width: 25%; margin: 8px auto 16px; }
.venue p { font-size: 19px; line-height: 1.1; margin-bottom: 12px; }
.venue__spec { font-weight: 500; }
.page-eventos .photo-carousel-section { padding-top: 90px; }
@media (max-width: 767px) {
  .contact-block { padding-top: 40px; padding-bottom: 40px; }
  .contact-block__inner { grid-template-columns: 1fr; gap: 30px; }
  .photo-band--plain .photo-band__box .lead { font-size: 19px; }
  .venues { grid-template-columns: 1fr; }
  .rooms-info { padding-top: 40px; }
  .page-eventos .photo-carousel-section { padding-top: 60px; }
}
@media (max-width: 767px) { .contact-block__text { text-align: center; padding-top: 0; } }
/* Que el header fijo no tape el campo con error ni el mensaje de estado al recibir foco */
input, textarea, select, .form__status, [id] { scroll-margin-top: calc(var(--header-h) + 20px); }

/* 9.9 Ofertas */
.offers { padding-top: 65px; padding-bottom: 10px; }
.offers__carousel { --per: 2; --gap: 38px; width: min(100% - 210px, 1230px); margin: 0 auto; padding: 0 0; }
.offers__carousel .carousel__btn--prev { left: -45px; }
.offers__carousel .carousel__btn--next { right: -45px; }
.offers__carousel { overflow: visible; }
.offers__carousel .carousel__track { overflow-x: auto; }
.offers__carousel .carousel__btn { color: var(--c-gold); font-size: 26px; }
.offers__empty { text-align: center; padding: 60px 0; }
.offers-note { padding-top: 40px; padding-bottom: 130px; }
.offers-note__inner { max-width: 676px; text-align: center; }
.offers-note__divider { width: 100%; height: 2px; margin: 0 0 12px; }
.offers-note p { font-size: 16px; font-weight: 600; line-height: 1.5; margin-bottom: 12px; }
@media (max-width: 767px) {
  .offers { padding-top: 60px; padding-bottom: 20px; }
  .offers__carousel { --per: 1; width: calc(100% - 70px); }
  .offers__carousel .carousel__btn--prev { left: -36px; }
  .offers__carousel .carousel__btn--next { right: -36px; }
  .offers-note { padding-bottom: 80px; }
  .offers-note p { font-size: 15px; }
}

/* 9.10 Galería */
.gallery-page { padding-top: 100px; padding-bottom: 80px; background: var(--c-paper) url("../img/textura-papel-fondo.webp") center / cover; }
.gallery-page__intro { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: center; max-width: 1120px; margin-bottom: 120px; }
.gallery-page__grid { max-width: 1120px; }
.gallery-page .gallery a { aspect-ratio: 278 / 156; }
@media (max-width: 767px) {
  .gallery-page { padding-top: 50px; }
  .gallery-page__intro { grid-template-columns: 1fr; margin-bottom: 50px; }
  .gallery-page__grid { width: calc(100% - 20px); }
}

/* 9.11 Prensa */
.hero--strong-light::after { background: rgba(0, 0, 0, .1); }
.press { padding-top: 55px; padding-bottom: 90px; }
.press-videos { display: grid; grid-template-columns: 1fr 1fr; gap: 50px 60px; max-width: 1100px; align-items: end; }
.press-video__title { font-size: 28px; font-weight: 600; line-height: 1; text-align: center; color: var(--c-ink); }
.press-video .divider { margin: 20px auto; }
.press-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 95px 60px; max-width: 1100px; margin-top: 110px; }
.press-card { display: grid; justify-items: center; align-content: start; text-align: center; color: var(--c-ink); }
.press-card__logo { height: 50px; width: auto; max-width: 250px; object-fit: contain; margin-bottom: 18px; transition: transform .3s var(--ease); }
.press-card__cta { font-size: 20px; font-weight: 600; margin-bottom: 14px; }
.press-card__title { font-size: 16px; line-height: 1.5; }
.press-card:hover { color: var(--c-ink); }
.press-card:hover .press-card__cta { color: var(--c-gold); }
.press-card:hover .press-card__logo { transform: scale(1.05); }
@media (max-width: 1024px) { .press-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 767px) {
  .press-videos { grid-template-columns: 1fr; }
  .press-video__title { font-size: 24px; }
  .press-grid { grid-template-columns: 1fr; gap: 50px; margin-top: 70px; }
}

/* 9.12 Contacto */
.contact-form-section { padding-top: 90px; padding-bottom: 50px; }
.contact-form-section__hint { text-align: center; font-size: 15px; color: var(--c-muted); margin: -8px 0 24px; }
.contact-map { padding-top: 90px; padding-bottom: 0; }
.map--tall { height: 399px; margin-top: 50px; }
.contact-info { padding-block: 80px; }
.contact-info__list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: center; }
.contact-info__list a { display: grid; justify-items: center; gap: 12px; font-size: 18px; font-weight: 500; line-height: 1.5; }
.contact-info__list .icon { width: auto; height: 31px; color: var(--c-gold); }
@media (max-width: 767px) {
  .contact-form-section { padding-top: 40px; }
  .contact-map { padding-top: 40px; }
  .contact-map .wrap { width: 100%; }
  .map--tall { height: 300px; margin-top: 30px; }
  .contact-info { padding-block: 50px; }
  .contact-info__list { grid-template-columns: 1fr; gap: 35px; }
}
@media (max-width: 767px) { .page-contacto #consulta { font-size: 32px; } }

/* 9.13 Páginas de texto (Promoción ICBC, Política) */
.legal { padding-top: 90px; padding-bottom: 100px; }
.legal .wrap { max-width: 1300px; }
.legal__body { font-size: 19px; line-height: 1.5; }
.legal__body li + li { margin-top: 0; }
.legal--policy { padding-top: 90px; padding-bottom: 80px; }
.legal__title { font-size: 28px; font-weight: 500; margin-bottom: 45px; }
.legal--policy .legal__body { font-size: 17px; }
.hero--short { min-height: 308px !important; padding: 0; }
@media (max-width: 767px) {
  .legal { padding-top: 40px; padding-bottom: 60px; }
  .legal__body { font-size: 17px; }
  .legal__title { font-size: 24px; margin-bottom: 25px; }
  .hero--short { min-height: 240px !important; }
}
