/* =========================================================================
   FLAIR NOMAD BARCELONA — Design System
   Style: Modern Dark (Cinema) · Premium dark + gold
   Type:  Cormorant Garamond (display) + Inter (UI/body)
   ========================================================================= */

/* ---------- 1. TOKENS ---------------------------------------------------- */
:root {
  /* Surfaces — warm near-black, never #000 (OLED smear) */
  --ink-950: #08070a;
  --ink-900: #0e0d11;
  --ink-850: #141319;
  --ink-800: #1b1a21;
  --ink-700: #2a2831;

  /* Ink on dark */
  --bone:      #f2ede4;
  --bone-dim:  #b6afa3;   /* 9.2:1 on --ink-950 */
  --bone-faint:#8b857b;   /* 5.4:1 — meta text only */

  /* Accent — gold */
  --gold-300: #efdca4;
  --gold-400: #e3c36a;    /* 11.8:1 on --ink-950 */
  --gold-500: #d4af37;    /*  9.4:1 on --ink-950 */
  --gold-600: #b8912a;

  /* Secondary accent — ember (flair / fire) */
  --ember: #c2522e;
  --ember-soft: #e0794f;

  /* Lines & glass */
  --line:        rgba(242, 237, 228, 0.10);
  --line-strong: rgba(242, 237, 228, 0.20);
  --glass:       rgba(20, 19, 25, 0.72);

  /* Semantic */
  --bg: var(--ink-950);
  --fg: var(--bone);
  --fg-muted: var(--bone-dim);
  --accent: var(--gold-500);
  --on-accent: var(--ink-950);
  --danger: #e5674a;
  --success: #6fbf8b;

  /* Spacing scale — density 4/10 (standard-spacious) */
  --space-2xs: 4px;
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 40px;
  --space-xl: 64px;
  --space-2xl: 96px;
  --space-3xl: 140px;

  /* Radius */
  --r-sm: 6px;
  --r-md: 12px;
  --r-lg: 20px;
  --r-full: 999px;

  /* Motion */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);   /* expo.out */
  --ease-soft: cubic-bezier(0.33, 1, 0.68, 1);
  --t-fast: 160ms;
  --t-base: 240ms;
  --t-slow: 420ms;

  /* Layout */
  --shell: 1240px;
  --gutter: clamp(20px, 5vw, 64px);
  --nav-h: 76px;

  /* Fluid type — clamp() so it scales on every device without breakpoints */
  --fs-display: clamp(2.85rem, 1.4rem + 6.6vw, 7.5rem);
  --fs-h2:      clamp(2.05rem, 1.2rem + 3.6vw, 4rem);
  --fs-h3:      clamp(1.35rem, 1.1rem + 1.1vw, 1.9rem);
  --fs-lead:    clamp(1.05rem, 0.98rem + 0.45vw, 1.3rem);
  --fs-body:    1rem;
  --fs-sm:      0.9375rem;
  --fs-label:   0.6875rem;
}

/* ---------- 2. RESET ----------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-h) + 16px);
}

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: var(--fs-body);
  line-height: 1.65;
  font-weight: 350;
  letter-spacing: 0.005em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

img, svg, video { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; padding: 0; }

/* Visible focus for every interactive element (never removed without a replacement) */
:focus-visible {
  outline: 2px solid var(--gold-400);
  outline-offset: 3px;
  border-radius: var(--r-sm);
}
:focus:not(:focus-visible) { outline: none; }

::selection { background: var(--gold-500); color: var(--ink-950); }

/* ---------- 3. TYPOGRAPHY ------------------------------------------------ */
.display, h1, h2, h3, .h-serif {
  font-family: 'Cormorant Garamond', 'Iowan Old Style', Georgia, serif;
  font-weight: 300;
  line-height: 1.04;
  letter-spacing: -0.018em;
  text-wrap: balance;
}

h1, .display { font-size: var(--fs-display); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); line-height: 1.16; letter-spacing: -0.01em; }

em, .italic { font-style: italic; }
.display em, h1 em, h2 em { color: var(--gold-400); font-weight: 300; }

.lead {
  font-size: var(--fs-lead);
  color: var(--fg-muted);
  line-height: 1.6;
  max-width: 56ch;
  text-wrap: pretty;
}

.label {
  font-family: 'Inter', sans-serif;
  font-size: var(--fs-label);
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-400);
}

.muted { color: var(--fg-muted); }

/* ---------- 4. LAYOUT ---------------------------------------------------- */
.shell {
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section {
  position: relative;
  padding-block: clamp(72px, 11vw, var(--space-3xl));
}
.section--tight { padding-block: clamp(56px, 8vw, var(--space-2xl)); }
.section--raised { background: var(--ink-900); border-block: 1px solid var(--line); }
/* Dos secciones seguidas con el mismo fondo sumaban los dos rellenos (≈130 px
   en móvil, 280 en escritorio) sin nada que separara: el de abajo casi se anula. */
.section:not(.section--raised) + .section:not(.section--raised) { padding-top: clamp(12px, 2.5vw, 40px); }

.section-head { max-width: 62ch; margin-bottom: clamp(40px, 5vw, var(--space-xl)); }
.section-head .label { display: block; margin-bottom: var(--space-sm); }
.section-head h2 { margin-bottom: var(--space-md); }

/* Hairline rule — repeated motif */
.rule {
  height: 1px;
  background: linear-gradient(90deg, var(--line-strong), transparent);
}

/* ---------- 5. AMBIENT LIGHT (atmosphere, GPU-cheap) --------------------- */
.ambient {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.ambient__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.5;
  will-change: transform;
}
.ambient__blob--gold {
  width: min(52vw, 620px); aspect-ratio: 1;
  background: radial-gradient(circle, rgba(212,175,55,0.34), transparent 68%);
  top: -14%; right: -12%;
  animation: drift-a 22s var(--ease-soft) infinite alternate;
}
.ambient__blob--ember {
  width: min(44vw, 520px); aspect-ratio: 1;
  background: radial-gradient(circle, rgba(194,82,46,0.30), transparent 68%);
  bottom: -18%; left: -10%;
  animation: drift-b 27s var(--ease-soft) infinite alternate;
}
@keyframes drift-a { to { transform: translate3d(-7%, 9%, 0) scale(1.12); } }
@keyframes drift-b { to { transform: translate3d(9%, -7%, 0) scale(1.08); } }

/* Film grain — sells "premium" on flat dark surfaces */
.grain {
  position: fixed;
  inset: -120px;
  z-index: 9;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

/* ---------- 6. BUTTONS --------------------------------------------------- */
.btn {
  --btn-bg: transparent;
  --btn-fg: var(--bone);
  --btn-bd: var(--line-strong);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;              /* > 44px touch target */
  padding: 13px 28px;
  border: 1px solid var(--btn-bd);
  border-radius: var(--r-full);
  background: var(--btn-bg);
  color: var(--btn-fg);
  font-size: var(--fs-sm);
  font-weight: 500;
  letter-spacing: 0.02em;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  text-align: center;
  transition: color var(--t-base) var(--ease-out),
              border-color var(--t-base) var(--ease-out),
              transform var(--t-fast) var(--ease-out),
              box-shadow var(--t-base) var(--ease-out);
}
.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--gold-500);
  transform: translateY(101%);
  transition: transform var(--t-slow) var(--ease-out);
}
.btn:hover::before, .btn:focus-visible::before { transform: translateY(0); }
.btn:hover, .btn:focus-visible { color: var(--ink-950); border-color: var(--gold-500); }
.btn:active { transform: scale(0.975); }

.btn--primary {
  --btn-bg: var(--gold-500);
  --btn-fg: var(--ink-950);
  --btn-bd: var(--gold-500);
  font-weight: 600;
  box-shadow: 0 6px 26px -10px rgba(212,175,55,0.7);
}
.btn--primary::before { background: var(--gold-300); }
.btn--primary:hover, .btn--primary:focus-visible {
  color: var(--ink-950);
  border-color: var(--gold-300);
  box-shadow: 0 10px 34px -10px rgba(212,175,55,0.85);
}

.btn--sm { min-height: 44px; padding: 10px 20px; font-size: 0.875rem; }
.btn--block { width: 100%; }
.btn__icon { width: 16px; height: 16px; flex: none; transition: transform var(--t-base) var(--ease-out); }
.btn:hover .btn__icon { transform: translateX(3px); }

/* Text link with animated underline */
.link-u {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-block: 11px;          /* lifts the hit area to 44px+ */
  color: var(--gold-400);
  font-size: var(--fs-sm);
  font-weight: 500;
}
.link-u::after {
  content: '';
  position: absolute;
  left: 0; bottom: 9px;         /* keeps the rule tight under the text */
  width: 100%; height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform var(--t-base) var(--ease-out);
}
.link-u:hover::after, .link-u:focus-visible::after { transform: scaleX(1); transform-origin: left; }

/* ---------- 7. NAVIGATION ------------------------------------------------ */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  border-bottom: 1px solid transparent;
  transition: transform var(--t-slow) var(--ease-out),
              background-color var(--t-base) linear,
              border-color var(--t-base) linear;
}
.nav.is-stuck {
  background: var(--glass);
  backdrop-filter: blur(18px) saturate(1.3);
  -webkit-backdrop-filter: blur(18px) saturate(1.3);
  border-bottom-color: var(--line);
}
.nav.is-hidden { transform: translateY(-100%); }

.nav__inner {
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
  padding-inline: var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
}

.brand { display: flex; align-items: center; flex: none; min-height: 44px; }
/* El logo real sustituye a la marca dibujada + el texto. Se dimensiona por
   altura para que el bloqueo no dependa del ancho del lockup. */
.brand__logo {
  height: 42px;
  width: auto;
  display: block;
}
@media (max-width: 480px) { .brand__logo { height: 34px; } }
.footer .brand__logo { height: 52px; }
.brand__mark { width: 34px; height: 34px; flex: none; color: var(--gold-500); }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.18rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.brand__city {
  font-size: 0.5625rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--gold-500);
  margin-top: 3px;
}

.nav__links { display: none; align-items: center; gap: 2px; }
.nav__link {
  position: relative;
  padding: 12px 13px;
  font-size: 0.875rem;
  color: var(--bone-dim);
  border-radius: var(--r-sm);
  transition: color var(--t-base) var(--ease-out);
  white-space: nowrap;
}
.nav__link::after {
  content: '';
  position: absolute;
  left: 13px; right: 13px; bottom: 4px;
  height: 1px;
  background: var(--gold-500);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform var(--t-base) var(--ease-out);
}
.nav__link:hover, .nav__link:focus-visible, .nav__link.is-active { color: var(--bone); }
.nav__link:hover::after, .nav__link.is-active::after { transform: scaleX(1); transform-origin: left; }

.nav__actions { display: flex; align-items: center; gap: 10px; flex: none; }

/* Language toggle */
.lang {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line-strong);
  border-radius: var(--r-full);
  padding: 2px;
  height: 48px;
}
/* Son enlaces <a> a /  y  /en/, no botones: cada idioma tiene su propia URL
   para que Google pueda indexar ambas. De ahí inline-flex y aria-current. */
.lang__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding-inline: 10px;
  border-radius: var(--r-full);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--bone-dim);
  text-decoration: none;
  transition: color var(--t-base) var(--ease-out), background-color var(--t-base) var(--ease-out);
}
.lang__btn[aria-current="page"] { background: var(--gold-500); color: var(--ink-950); }
.lang__btn:hover:not([aria-current="page"]) { color: var(--bone); }

.nav__cta { display: none; }

/* Burger */
.burger {
  width: 46px; height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: var(--r-full);
}
.burger__box { width: 18px; height: 12px; position: relative; }
.burger__line {
  position: absolute; left: 0;
  width: 100%; height: 1.5px;
  background: var(--bone);
  border-radius: 2px;
  transition: transform var(--t-base) var(--ease-out), opacity var(--t-fast) linear;
}
.burger__line:nth-child(1) { top: 0; }
.burger__line:nth-child(2) { top: 50%; margin-top: -0.75px; }
.burger__line:nth-child(3) { bottom: 0; }
.burger[aria-expanded="true"] .burger__line:nth-child(1) { transform: translateY(5.25px) rotate(45deg); }
.burger[aria-expanded="true"] .burger__line:nth-child(2) { opacity: 0; transform: scaleX(0.3); }
.burger[aria-expanded="true"] .burger__line:nth-child(3) { transform: translateY(-5.25px) rotate(-45deg); }

/* Mobile drawer */
.drawer {
  position: fixed;
  inset: 0;
  z-index: 99;
  background: var(--ink-950);
  padding: calc(var(--nav-h) + 28px) var(--gutter) var(--space-xl);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--space-lg);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition: opacity var(--t-base) var(--ease-out),
              transform var(--t-slow) var(--ease-out),
              visibility 0s linear var(--t-slow);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.drawer.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}
.drawer__links { display: flex; flex-direction: column; }
.drawer__link {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.6rem, 7vw, 2.4rem);
  font-weight: 300;
  line-height: 1.1;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity var(--t-slow) var(--ease-out), transform var(--t-slow) var(--ease-out);
}
.drawer.is-open .drawer__link { opacity: 1; transform: translateY(0); }
.drawer__num { font-family: 'Inter', sans-serif; font-size: 0.625rem; color: var(--gold-500); letter-spacing: 0.16em; }
.drawer__foot { display: flex; flex-direction: column; gap: var(--space-sm); }

/* ---------- 8. HERO ------------------------------------------------------ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  padding-top: calc(var(--nav-h) + var(--space-lg));
  padding-bottom: clamp(40px, 7vw, 88px);
  overflow: hidden;
}
.hero__media { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero__media picture { display: block; width: 100%; height: 100%; }
.hero__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.92;
  transform: scale(1.08);
  will-change: transform;
}

/* Canvas de la secuencia del hero.
   Va encima del póster y solo aparece cuando los fotogramas están cargados,
   así nunca hay un hueco negro mientras descarga. En móvil ni se crea. */
.hero__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 700ms var(--ease-out);
  pointer-events: none;
}
.hero__canvas.is-ready { opacity: 1; }
/* Con el canvas activo el póster sobra: se apaga para no sumar dos capas. */
.hero__media.has-seq img { opacity: 0; transition: opacity 700ms var(--ease-out); }
/* Velo general: solo lo imprescindible. Arriba para que la cabecera se lea
   sobre el vídeo, abajo para fundir con el fondo de la página. El centro se
   deja limpio: el oscurecido del texto lo hace .hero__textScrim. */
.hero__scrim {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(8,7,10,0.74) 0%, rgba(8,7,10,0.14) 20%, rgba(8,7,10,0) 42%, rgba(8,7,10,0.5) 86%, var(--ink-950) 100%),
    radial-gradient(120% 78% at 78% 22%, rgba(212,175,55,0.10), transparent 62%);
}

/* Oscurecido local bajo el texto. Fuerte a la izquierda y disuelto antes de
   llegar al bartender, que queda a ~75% del ancho: ahí el velo vale ~0.02,
   imperceptible. Opacidad 1 por defecto a propósito — si el JS fallara, el
   texto seguiría siendo legible. En escritorio el scrub lo pone a 0 y lo
   entra junto con el texto. */
.hero__textScrim {
  position: absolute; inset: 0; z-index: 2;
  pointer-events: none;
  /* Dos ejes, y el vertical es la clave. El texto y la copa comparten franja
     horizontal (el párrafo llega al 63%, la copa empieza en el 39%), así que
     un degradado solo lateral obliga a elegir: o el texto es ilegible o la
     copa se apaga.

     Pero NO comparten altura: el párrafo está a y 49–61% y la copa a y 62–76%.
     De ahí la máscara vertical: el velo es sólido arriba, donde vive el texto,
     y se disuelve justo antes de la copa, que queda a plena luz. */
  background: linear-gradient(95deg,
      rgba(8,7,10,0.70) 0%,
      rgba(8,7,10,0.60) 34%,
      rgba(8,7,10,0.42) 52%,
      rgba(8,7,10,0.20) 66%,
      rgba(8,7,10,0.05) 78%,
      rgba(8,7,10,0) 88%);
  -webkit-mask-image: linear-gradient(180deg,
      #000 0%, #000 61%, rgba(0,0,0,0.34) 71%, rgba(0,0,0,0.30) 100%);
  mask-image: linear-gradient(180deg,
      #000 0%, #000 61%, rgba(0,0,0,0.34) 71%, rgba(0,0,0,0.30) 100%);
}

/* En pantallas estrechas el texto ocupa todo el ancho: un degradado lateral no
   taparía nada, así que allí va vertical. */
@media (max-width: 1023px) {
  .hero__textScrim {
    background: linear-gradient(180deg,
        rgba(8,7,10,0.52) 0%,
        rgba(8,7,10,0.34) 26%,
        rgba(8,7,10,0.72) 62%,
        rgba(8,7,10,0.92) 100%);
  }
}
.hero__inner { position: relative; z-index: 3; width: 100%; }

.hero__eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: var(--space-md); }
.hero__eyebrow .rule { flex: 1; max-width: 90px; }

.hero h1 { margin-bottom: var(--space-md); max-width: 15ch; }
/* Sobre vídeo el párrafo va en blanco hueso, no en el beige apagado del resto
   de la página: sube el contraste 1,8x sin tener que oscurecer el plano. */
.hero .lead { margin-bottom: var(--space-lg); color: var(--bone); }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: var(--space-xl); }

.hero__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-md) var(--space-lg);
  padding-top: var(--space-md);
  border-top: 1px solid var(--line);
  max-width: 680px;
}
.hero__meta dt { font-size: var(--fs-label); letter-spacing: 0.18em; text-transform: uppercase; color: var(--bone-faint); margin-bottom: 6px; }
.hero__meta dd { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.45rem; font-weight: 400; line-height: 1.15; }

.scroll-cue {
  position: absolute;
  right: var(--gutter);
  bottom: clamp(40px, 7vw, 88px);
  z-index: 3;
  display: none;
  align-items: center;
  gap: 12px;
  writing-mode: vertical-rl;
  font-size: var(--fs-label);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--bone-faint);
}
.scroll-cue__track { width: 1px; height: 64px; background: var(--line-strong); overflow: hidden; }
.scroll-cue__thumb {
  display: block; width: 100%; height: 40%;
  background: var(--gold-500);
  animation: cue 2.4s var(--ease-soft) infinite;
}
@keyframes cue { 0% { transform: translateY(-100%); } 60%, 100% { transform: translateY(250%); } }
/* En móvil el recorrido con scroll también está activo, así que la pista hace
   falta igual. Va a media altura y pegada al borde: abajo a la derecha choca
   con la fila de datos del hero, que en vertical ocupa todo el ancho. */
@media (max-width: 767px) {
  /* Con el hero fijado durante el recorrido, lo que no quepa en una pantalla
     se pierde: el contenido medía 822 px en un móvil de 812. Se recorta el
     aire de arriba y de abajo hasta que entra entero. */
  .hero { padding-top: calc(var(--nav-h) + var(--space-md)); padding-bottom: 28px; }
  .scroll-cue {
    display: flex;
    right: 10px;
    top: 42%;
    bottom: auto;
  }
}

/* ---------- 9. MARQUEE --------------------------------------------------- */
.marquee {
  position: relative;
  border-block: 1px solid var(--line);
  padding-block: 20px;
  overflow: hidden;
  background: var(--ink-900);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}
.marquee__track { display: flex; width: max-content; animation: marquee 42s linear infinite; will-change: transform; }
.marquee:hover .marquee__track, .marquee:focus-within .marquee__track { animation-play-state: paused; }
.marquee__group { display: flex; align-items: center; flex: none; }
.marquee__item {
  display: flex; align-items: center; gap: clamp(24px, 4vw, 48px);
  padding-inline: clamp(12px, 2vw, 24px);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.1rem, 2.2vw, 1.6rem);
  font-weight: 300;
  color: var(--bone-dim);
  white-space: nowrap;
}
.marquee__item::after { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--gold-500); flex: none; }
@keyframes marquee { to { transform: translate3d(-50%, 0, 0); } }

/* ---------- 10. CARDS / SERVICES ----------------------------------------- */
.grid { display: grid; gap: clamp(16px, 2vw, 24px); }
.grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: linear-gradient(165deg, var(--ink-850), var(--ink-900) 62%);
  overflow: hidden;
  isolation: isolate;
  transition: border-color var(--t-base) var(--ease-out), transform var(--t-slow) var(--ease-out);
}
.card::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 0%), rgba(212,175,55,0.12), transparent 62%);
  opacity: 0;
  transition: opacity var(--t-slow) var(--ease-out);
}
.card:hover { border-color: var(--line-strong); transform: translateY(-4px); }
.card:hover::after, .card:focus-within::after { opacity: 1; }

.card__icon {
  width: 42px; height: 42px;
  margin-bottom: var(--space-md);
  color: var(--gold-400);
  stroke-width: 1.1;
}
.card h3 { margin-bottom: 12px; }
.card p { color: var(--fg-muted); font-size: var(--fs-sm); margin-bottom: var(--space-md); }
.card__list { margin-top: auto; display: flex; flex-wrap: wrap; gap: 7px; }
.chip {
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  color: var(--bone-dim);
  border: 1px solid var(--line);
  border-radius: var(--r-full);
  padding: 5px 12px;
  background: rgba(242,237,228,0.03);
}

/* ---------- 11. PROCESS -------------------------------------------------- */
.process { position: relative; display: grid; gap: clamp(28px, 4vw, 44px); }
.process__line {
  position: absolute;
  left: 21px; top: 14px; bottom: 14px;
  width: 1px;
  background: var(--line);
}
.process__line span {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, var(--gold-500), var(--ember));
  transform-origin: top;
  transform: scaleY(0);
  display: block;
}
.step { position: relative; display: grid; grid-template-columns: 44px 1fr; gap: var(--space-md); align-items: start; }
.step__dot {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: var(--ink-950);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--gold-400);
  position: relative;
  z-index: 2;
  transition: background-color var(--t-slow) var(--ease-out), color var(--t-slow) var(--ease-out), border-color var(--t-slow) var(--ease-out);
}
.step.is-on .step__dot { background: var(--gold-500); color: var(--ink-950); border-color: var(--gold-500); }
.step h3 { margin-bottom: 8px; }
.step p { color: var(--fg-muted); font-size: var(--fs-sm); max-width: 54ch; }

/* ---------- 12. COCKTAIL RAIL -------------------------------------------- */
.rail-head { display: flex; align-items: flex-end; justify-content: space-between; gap: var(--space-md); }
.rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(230px, 74vw);
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: var(--gutter);
  padding-inline: var(--gutter);
  padding-block: 4px 20px;
  margin-inline: calc(var(--gutter) * -1);
  scrollbar-width: none;
  overscroll-behavior-x: contain;
}
.rail::-webkit-scrollbar { display: none; }
.pour {
  scroll-snap-align: start;
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--ink-900);
  transition: border-color var(--t-base) var(--ease-out);
}
.pour:hover { border-color: var(--line-strong); }
.pour__media { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--ink-850); }
.pour__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 620ms var(--ease-out); }
.pour:hover .pour__media img { transform: scale(1.05); }
.pour__body { padding: 20px 22px 24px; display: flex; flex-direction: column; gap: 8px; }
.pour__name { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.5rem; font-weight: 400; line-height: 1.15; }
.pour__spec { font-size: 0.8125rem; color: var(--bone-dim); }
.pour__tag {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  font-size: 0.625rem; letter-spacing: 0.18em; text-transform: uppercase;
  padding: 6px 11px; border-radius: var(--r-full);
  background: rgba(8,7,10,0.72);
  backdrop-filter: blur(8px);
  border: 1px solid var(--line);
  color: var(--gold-400);
}
.rail-nav { display: none; gap: 8px; }
.rail-btn {
  width: 46px; height: 46px;
  display: grid; place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--bone);
  transition: background-color var(--t-base) var(--ease-out), color var(--t-base) var(--ease-out), opacity var(--t-base) linear;
}
.rail-btn:hover { background: var(--gold-500); color: var(--ink-950); border-color: var(--gold-500); }
.rail-btn[disabled] { opacity: 0.3; cursor: not-allowed; }
.rail-btn[disabled]:hover { background: none; color: var(--bone); border-color: var(--line-strong); }

/* ---------- 13. GALLERY -------------------------------------------------- */
.gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.shot {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-md);
  background: var(--ink-850);
  aspect-ratio: 3 / 4;
  cursor: zoom-in;
  border: 1px solid var(--line);
  padding: 0;
  width: 100%;
}
.shot img { width: 100%; height: 100%; object-fit: cover; transition: transform 720ms var(--ease-out); }
.shot:hover img, .shot:focus-visible img { transform: scale(1.06); }
.shot::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(8,7,10,0.5), transparent 55%);
  opacity: 0;
  transition: opacity var(--t-base) linear;
}
.shot:hover::after { opacity: 1; }
.shot--wide { grid-column: span 2; aspect-ratio: 16 / 10; }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 200;
  display: grid; place-items: center;
  padding: clamp(16px, 4vw, 56px);
  background: rgba(4,3,6,0.94);
  backdrop-filter: blur(10px);
  opacity: 0; visibility: hidden;
  transition: opacity var(--t-base) var(--ease-out), visibility 0s linear var(--t-base);
}
.lightbox.is-open { opacity: 1; visibility: visible; transition-delay: 0s; }
.lightbox img {
  max-width: min(1100px, 100%);
  max-height: 82vh;
  width: auto;
  object-fit: contain;
  border-radius: var(--r-md);
  transform: scale(0.94);
  transition: transform var(--t-slow) var(--ease-out);
}
.lightbox.is-open img { transform: scale(1); }
.lightbox__close {
  position: absolute; top: clamp(12px, 3vw, 28px); right: clamp(12px, 3vw, 28px);
  width: 48px; height: 48px;
  display: grid; place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--bone);
  transition: background-color var(--t-base) var(--ease-out), color var(--t-base) var(--ease-out);
}
.lightbox__close:hover { background: var(--bone); color: var(--ink-950); }
.lightbox__cap { position: absolute; bottom: clamp(14px, 3vw, 32px); left: 0; right: 0; text-align: center; font-size: var(--fs-sm); color: var(--bone-dim); padding-inline: 20px; }

/* ---------- 14. STATS ---------------------------------------------------- */
.stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.stat { background: var(--ink-900); padding: clamp(24px, 3.4vw, 40px) clamp(16px, 2.4vw, 28px); text-align: center; }
.stat__n {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.3rem, 5.4vw, 3.8rem);
  font-weight: 300;
  line-height: 1;
  color: var(--gold-400);
  font-variant-numeric: tabular-nums;
  display: block;
}
.stat__l { margin-top: 10px; font-size: 0.8125rem; color: var(--bone-dim); }

/* ---------- 15. PACKAGES ------------------------------------------------- */
.tier {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--ink-900);
  transition: border-color var(--t-base) var(--ease-out), transform var(--t-slow) var(--ease-out);
}
.tier:hover { transform: translateY(-4px); border-color: var(--line-strong); }
.tier--feature {
  border-color: rgba(212,175,55,0.4);
  background: linear-gradient(168deg, rgba(212,175,55,0.09), var(--ink-900) 52%);
  box-shadow: 0 30px 70px -44px rgba(212,175,55,0.6);
}
.tier__flag {
  position: absolute; top: 0; right: 22px;
  padding: 6px 14px;
  border-radius: 0 0 var(--r-sm) var(--r-sm);
  background: var(--gold-500);
  color: var(--ink-950);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.tier__name { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.85rem; font-weight: 400; line-height: 1.1; }
.tier__for { font-size: 0.8125rem; color: var(--bone-dim); margin-top: 6px; }
.tier__price { margin: var(--space-md) 0 14px; }
.tier__from { font-size: var(--fs-label); letter-spacing: 0.18em; text-transform: uppercase; color: var(--bone-faint); display: block; margin-bottom: 4px; }
.tier__amt { display: block; font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(2.3rem, 4.4vw, 3.1rem); font-weight: 300; line-height: 1; color: var(--bone); font-variant-numeric: tabular-nums; }
/* Per-person/hour pricing needs the unit on its own line — it is too long to sit inline */
.tier__unit { display: block; font-family: 'Inter', sans-serif; font-size: 0.8125rem; letter-spacing: 0.04em; color: var(--gold-400); margin-top: 7px; }
.tier__band {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--bone-faint);
  padding-bottom: var(--space-md);
  margin-bottom: var(--space-md);
  border-bottom: 1px solid var(--line);
}
.tier--addon { border-style: dashed; }
.tier--addon .tier__amt { color: var(--gold-400); }
.tier__feats { display: flex; flex-direction: column; gap: 11px; margin-bottom: var(--space-lg); }
.tier__feat { display: flex; gap: 11px; font-size: var(--fs-sm); color: var(--bone-dim); line-height: 1.5; }
.tier__feat svg { width: 17px; height: 17px; flex: none; margin-top: 3px; color: var(--gold-500); }
.tier__cta { margin-top: auto; }

.pk-min {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  margin-top: var(--space-sm);
  padding: 9px 16px;
  border: 1px solid var(--line);
  border-radius: var(--r-full);
  font-size: 0.8125rem;
  color: var(--bone-dim);
  background: rgba(242,237,228,0.03);
}

/* ---------- 15b. ESTIMATOR ----------------------------------------------- */
.calc {
  margin-top: clamp(28px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: linear-gradient(168deg, var(--ink-850), var(--ink-900) 62%);
  overflow: hidden;
}
.calc__intro { padding: clamp(24px, 3vw, 36px) clamp(24px, 3vw, 40px) 0; }
.calc__intro .label { display: block; margin-bottom: 12px; }
.calc__intro h3 { margin-bottom: 10px; }
.calc__intro p { font-size: var(--fs-sm); color: var(--fg-muted); max-width: 60ch; }

.calc__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 3vw, 40px);
  padding: clamp(24px, 3vw, 36px) clamp(24px, 3vw, 40px) clamp(24px, 3vw, 40px);
}
.calc__controls { display: flex; flex-direction: column; gap: var(--space-md); }
.calc__field { display: flex; flex-direction: column; gap: 10px; }
.calc__field > label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--space-sm);
  font-size: var(--fs-label);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bone-dim);
}
.calc__val {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.35rem;
  letter-spacing: 0;
  text-transform: none;
  color: var(--gold-400);
  font-variant-numeric: tabular-nums;
}
.calc__check {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  font-size: var(--fs-sm);
  color: var(--bone-dim);
  cursor: pointer;
}
.calc__check input { width: 22px; height: 22px; accent-color: var(--gold-500); flex: none; cursor: pointer; }

/* "¿Subimos de nivel tu fiesta?" — desplegable con las webs hermanas.
   Se abre con el truco de grid-template-rows 0fr -> 1fr, que anima a la
   altura real del contenido sin medirla en JS. Cerrado lleva "inert": ni el
   tabulador ni un lector de pantalla entran en lo que no se ve. */
/* El botón lleva un marco dorado que da vueltas: un conic-gradient girando
   (vía @property --spin) recortado con máscara para que solo se vea el
   borde de 1,5 px. Llama la atención sin mover nada del contenido. Al abrir
   el desplegable se queda quieto, y con reduced-motion es un borde fijo. */
@property --spin { syntax: '<angle>'; initial-value: 0deg; inherits: false; }
@keyframes fnb-spin { to { --spin: 360deg; } }
.calc__more { margin-top: 6px; }
.calc__moreBtn {
  position: relative; isolation: isolate;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  width: 100%; min-height: 64px; padding: 14px 16px 14px 18px;
  border-radius: var(--r-md);
  background: linear-gradient(180deg, rgba(212,175,55,0.10), rgba(212,175,55,0.03));
  box-shadow: 0 10px 34px -18px rgba(212,175,55,0.55);
  color: var(--gold-300); text-align: left;
}
.calc__moreBtn::before {
  content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  border-radius: inherit; padding: 1.5px;
  background:
    conic-gradient(from var(--spin), transparent 0 58%, var(--gold-600) 70%, var(--gold-300) 80%, var(--gold-500) 86%, transparent 96%),
    linear-gradient(rgba(212,175,55,0.28), rgba(212,175,55,0.28));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask: linear-gradient(#000 0 0) content-box exclude, linear-gradient(#000 0 0);
  animation: fnb-spin 3.6s linear infinite;
}
.calc__moreBtn[aria-expanded="true"]::before { animation-play-state: paused; }
.calc__moreBtn:hover { color: #fff3cf; }
.calc__moreTxt { display: flex; flex-direction: column; gap: 3px; }
.calc__moreTitle { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.35rem; font-weight: 500; line-height: 1.1; }
.calc__moreSub { font-size: 0.75rem; letter-spacing: 0.02em; color: var(--bone-dim); }
.calc__moreIcon {
  flex: none; width: 34px; height: 34px; padding: 7px;
  border: 1px solid var(--line-strong); border-radius: 50%;
  transition: transform var(--t-slow) var(--ease-out), border-color var(--t-base) var(--ease-out);
}
.calc__moreBtn:hover .calc__moreIcon { border-color: var(--gold-500); }
.calc__moreBtn[aria-expanded="true"] .calc__moreIcon { transform: rotate(180deg); }
.calc__moreBody {
  display: grid; grid-template-rows: 0fr; opacity: 0;
  transition: grid-template-rows var(--t-slow) var(--ease-out), opacity var(--t-base) linear;
}
.calc__more.is-open .calc__moreBody { grid-template-rows: 1fr; opacity: 1; }
.calc__moreInner { overflow: hidden; min-height: 0; }
.calc__moreLead { font-size: 0.8125rem; color: var(--bone-dim); line-height: 1.55; margin: 4px 0 12px; }
.partners { display: flex; flex-direction: column; gap: 8px; }
.partner {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 8px 14px; border: 1px solid var(--line); border-radius: var(--r-md);
  transition: border-color var(--t-base) var(--ease-out), background-color var(--t-base) var(--ease-out);
}
.partner:has(input:checked) { border-color: rgba(212, 175, 55, 0.45); background: rgba(212, 175, 55, 0.06); }
.partner__check { flex: 1; min-width: 0; }
.partner__txt { display: flex; flex-direction: column; gap: 2px; }
.partner__name { color: var(--bone); font-weight: 500; }
.partner__brand { color: var(--bone-faint); font-weight: 400; font-size: 0.75rem; }
.partner__desc { font-size: 0.75rem; color: var(--bone-faint); line-height: 1.4; }
.partner__link {
  flex: none; display: inline-flex; align-items: center; gap: 4px;
  min-height: 44px; padding-inline: 4px;
  font-size: 0.75rem; letter-spacing: 0.04em; color: var(--gold-400);
}
.partner__link:hover { color: var(--gold-300); }
.calc__more.is-open .calc__moreInner { padding-top: 14px; }
.calc__hint { font-size: 0.75rem; color: var(--bone-faint); margin-top: -2px; }
.calc__min { display: block; margin-top: 4px; color: var(--gold-400); }
.pk-note { font-size: var(--fs-sm); color: var(--bone-dim); margin-top: 8px; }

/* "¿Te interesaría contratar alguno de estos servicios?" en el formulario */
.services { border: 1px solid var(--line); border-radius: var(--r-md); padding: 18px 18px 14px; margin: 0; min-width: 0; }
/* float: la leyenda deja de montar sobre el borde del fieldset y va dentro. */
.services__legend { float: left; width: 100%; padding: 0; font-size: var(--fs-sm); font-weight: 500; line-height: 1.4; color: var(--bone); }
.services__legend + * { clear: both; }
.services__hint { font-size: 0.75rem; color: var(--bone-faint); margin: 6px 0 10px; }
.services__grid { display: grid; grid-template-columns: 1fr; gap: 4px 18px; }
.services .services__opt {
  display: flex; align-items: center; gap: 12px; min-height: 44px; cursor: pointer;
  /* va dentro de .field, cuyas etiquetas van en versalitas: aquí no */
  font-size: var(--fs-sm); text-transform: none; letter-spacing: normal; font-weight: 400;
  color: var(--bone-dim);
}
.services__opt input { width: 22px; height: 22px; accent-color: var(--gold-500); flex: none; cursor: pointer; }
.services__opt:has(input:checked) { color: var(--bone); }
@media (min-width: 600px) { .services__grid { grid-template-columns: repeat(2, 1fr); } }

@media (prefers-reduced-motion: reduce) {
  .calc__moreBody, .calc__moreIcon { transition: none; }
  .calc__moreBtn::before { animation: none; background: linear-gradient(var(--gold-500), var(--gold-500)); }
}

/* Range slider — needs per-engine thumb rules, there is no shorthand */
.slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 44px;                 /* full-height touch target */
  background: transparent;
  cursor: pointer;
}
.slider::-webkit-slider-runnable-track {
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--gold-500) var(--fill, 40%), var(--line-strong) var(--fill, 40%));
}
.slider::-moz-range-track { height: 3px; border-radius: 3px; background: var(--line-strong); }
.slider::-moz-range-progress { height: 3px; border-radius: 3px; background: var(--gold-500); }
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px; height: 22px;
  margin-top: -9.5px;
  border-radius: 50%;
  background: var(--gold-500);
  border: 3px solid var(--ink-900);
  box-shadow: 0 2px 10px -2px rgba(212,175,55,0.8);
  transition: transform var(--t-fast) var(--ease-out);
}
.slider::-moz-range-thumb {
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--gold-500);
  border: 3px solid var(--ink-900);
  box-shadow: 0 2px 10px -2px rgba(212,175,55,0.8);
}
.slider:active::-webkit-slider-thumb { transform: scale(1.15); }
.slider:focus-visible { outline: none; }
.slider:focus-visible::-webkit-slider-thumb { outline: 2px solid var(--gold-400); outline-offset: 3px; }
.slider:focus-visible::-moz-range-thumb { outline: 2px solid var(--gold-400); outline-offset: 3px; }

.calc__out {
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 2.6vw, 30px);
  border: 1px solid rgba(212,175,55,0.3);
  border-radius: var(--r-md);
  background: rgba(212,175,55,0.06);
}
.calc__outLabel { font-size: var(--fs-label); letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-400); }
.calc__total {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4.6vw, 2.9rem);
  font-weight: 300;
  line-height: 1.08;
  color: var(--bone);
  font-variant-numeric: tabular-nums;
  margin: 12px 0 8px;
}
.calc__break { font-size: 0.8125rem; color: var(--bone-dim); margin-bottom: var(--space-md); }
.calc__disc { font-size: 0.75rem; color: var(--bone-faint); margin-top: 12px; line-height: 1.5; }

/* ---------- 15c. EXTRAS -------------------------------------------------- */
.extras { margin-top: clamp(28px, 4vw, 48px); }
.extras__h { font-size: var(--fs-h3); margin-bottom: var(--space-md); }
.extras__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  overflow: hidden;
}
/* Column stack, not space-between: name lengths vary, and wrapping made short
   rows sit inline while long ones broke onto two lines. margin-top:auto on the
   price bottom-aligns it across every cell in the row (grid stretches them). */
.extra {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 20px;
  background: var(--ink-900);
}
.extra__n { font-size: var(--fs-sm); color: var(--bone-dim); line-height: 1.45; }
.extra__p { margin-top: auto; }
.extra__p {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.2rem;
  color: var(--gold-400);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.extra__p span { font-family: 'Inter', sans-serif; font-size: 0.75rem; color: var(--bone-faint); }

.note {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: var(--space-lg);
  padding: 16px 20px;
  border: 1px dashed var(--line-strong);
  border-radius: var(--r-md);
  font-size: 0.8125rem;
  color: var(--bone-faint);
  background: rgba(242,237,228,0.02);
}
.note svg { width: 17px; height: 17px; flex: none; margin-top: 2px; color: var(--gold-600); }

/* ---------- 15d. VENTANA DE BAR EXPERIENCES ------------------------------ */
/* IMPRESCINDIBLE: `display: grid` más abajo tiene la misma especificidad que
   la regla [hidden]{display:none} del navegador, y al ser hoja de autor gana.
   Sin esta línea la ventana se renderiza siempre —invisible por opacity:0 pero
   con pointer-events— y se traga todos los clics y el scroll de la página. */
.modal[hidden] { display: none; }
/* Segunda red de seguridad: aunque alguien quite el atributo hidden o la regla
   de arriba, mientras no esté abierta la ventana no puede interceptar nada.
   También evita clics fantasma durante los 320 ms del cierre. */
.modal:not(.is-open) { pointer-events: none; }
.modal.is-open { pointer-events: auto; }

.modal {
  position: fixed;
  inset: 0;
  z-index: 210;
  display: grid;
  place-items: center;
  padding: clamp(12px, 3vw, 40px);
  background: rgba(4, 3, 6, 0.86);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity var(--t-base) var(--ease-out);
  overscroll-behavior: contain;
}
.modal.is-open { opacity: 1; }

.modal__panel {
  position: relative;
  width: min(1080px, 100%);
  max-height: min(88vh, 900px);
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line-strong);
  border-radius: var(--r-lg);
  background: linear-gradient(168deg, var(--ink-850), var(--ink-900) 55%);
  box-shadow: 0 50px 120px -40px #000;
  transform: translateY(14px) scale(0.985);
  transition: transform var(--t-slow) var(--ease-out);
  overflow: hidden;
}
.modal.is-open .modal__panel { transform: none; }

.modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-md);
  padding: clamp(22px, 3vw, 36px) clamp(20px, 3vw, 36px) var(--space-md);
  border-bottom: 1px solid var(--line);
  flex: none;
}
.modal__head .label { display: block; margin-bottom: 10px; }
.modal__title { font-size: clamp(1.5rem, 3vw, 2.2rem); margin-bottom: 10px; }
.modal__lead { font-size: var(--fs-sm); color: var(--fg-muted); max-width: 68ch; line-height: 1.6; }
.modal__close {
  width: 46px; height: 46px;
  flex: none;
  display: grid; place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--bone);
  transition: background-color var(--t-base) var(--ease-out), color var(--t-base) var(--ease-out);
}
.modal__close:hover { background: var(--bone); color: var(--ink-950); }

.modal__body {
  padding: clamp(20px, 3vw, 32px) clamp(20px, 3vw, 36px) clamp(24px, 3vw, 36px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal__foot { margin-top: var(--space-lg); }

.exp-grid { display: grid; grid-template-columns: 1fr; gap: clamp(16px, 2vw, 22px); }

.exp {
  display: flex;
  flex-direction: column;
  padding: clamp(20px, 2.4vw, 26px);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: rgba(8, 7, 10, 0.45);
  overflow: hidden;
}
/* Foto a sangre: márgenes negativos iguales al padding de .exp */
.exp__img {
  display: block;
  width: calc(100% + 2 * clamp(20px, 2.4vw, 26px));
  max-width: none;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin: calc(-1 * clamp(20px, 2.4vw, 26px)) calc(-1 * clamp(20px, 2.4vw, 26px)) clamp(18px, 2vw, 22px);
  background: var(--ink-900, #111);
}
.exp__name { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.55rem; font-weight: 400; line-height: 1.1; }
.exp__tag { font-size: 0.8125rem; color: var(--gold-400); margin-top: 5px; }
.exp__price-row {
  margin: var(--space-md) 0;
  padding-bottom: var(--space-md);
  border-bottom: 1px solid var(--line);
}
.exp__price { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 2rem; font-weight: 300; color: var(--bone); line-height: 1; }
.exp__unit { font-size: 0.8125rem; color: var(--bone-dim); }
.exp__alt { display: block; font-size: 0.75rem; color: var(--bone-faint); margin-top: 8px; line-height: 1.45; }
.exp__blurb { font-size: var(--fs-sm); color: var(--fg-muted); margin-bottom: var(--space-md); line-height: 1.55; }
.exp__list { display: flex; flex-direction: column; gap: 11px; margin-top: auto; }
.exp__drink { display: flex; flex-direction: column; gap: 2px; padding-left: 14px; position: relative; }
.exp__drink::before {
  content: '';
  position: absolute; left: 0; top: 9px;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--gold-500);
}
.exp__drinkName { font-size: var(--fs-sm); color: var(--bone); }
.exp__drinkDesc { font-size: 0.75rem; color: var(--bone-faint); line-height: 1.45; }

/* ---------- 16. TESTIMONIALS --------------------------------------------- */
.quotes { position: relative; }
.quote {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity var(--t-slow) var(--ease-out), transform var(--t-slow) var(--ease-out);
}
.quote:not(.is-on) { position: absolute; inset: 0; visibility: hidden; pointer-events: none; }
.quote.is-on { opacity: 1; transform: translateY(0); position: relative; visibility: visible; }
.quote__stars { display: flex; gap: 3px; color: var(--gold-500); margin-bottom: var(--space-md); }
.quote__stars svg { width: 16px; height: 16px; }
.quote blockquote {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.4rem, 3.1vw, 2.15rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.34;
  letter-spacing: -0.01em;
  margin-bottom: var(--space-md);
  text-wrap: pretty;
}
.quote__by { display: flex; align-items: center; gap: 13px; }
.quote__av {
  width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--ink-800);
  border: 1px solid var(--line);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--gold-400);
  flex: none;
}
.quote__who { font-size: var(--fs-sm); font-weight: 500; }
.quote__what { font-size: 0.8125rem; color: var(--bone-faint); }
.dots { display: flex; gap: 2px; margin-top: var(--space-md); }
.dot {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  border-radius: var(--r-full);
}
.dot::before {
  content: '';
  width: 26px; height: 2px;
  border-radius: 2px;
  background: var(--line-strong);
  transition: background-color var(--t-base) var(--ease-out);
}
.dot[aria-selected="true"]::before { background: var(--gold-500); }
.dot:hover::before { background: var(--bone-dim); }

/* ---------- 17. FAQ ------------------------------------------------------ */
.faq { border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-md);
  padding: 22px 0;
  text-align: left;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.15rem, 2.2vw, 1.42rem);
  font-weight: 400;
  line-height: 1.28;
  color: var(--bone);
  min-height: 52px;
  transition: color var(--t-base) var(--ease-out);
}
.faq__q:hover { color: var(--gold-400); }
.faq__sign { position: relative; width: 15px; height: 15px; flex: none; margin-top: 8px; }
.faq__sign::before, .faq__sign::after {
  content: ''; position: absolute; top: 50%; left: 0; right: 0;
  height: 1.5px; margin-top: -0.75px; background: var(--gold-500); border-radius: 2px;
  transition: transform var(--t-base) var(--ease-out);
}
.faq__sign::after { transform: rotate(90deg); }
.faq__q[aria-expanded="true"] .faq__sign::after { transform: rotate(0deg); }
.faq__a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows var(--t-slow) var(--ease-out);
}
.faq__item.is-open .faq__a { grid-template-rows: 1fr; }
.faq__a > div { overflow: hidden; }
.faq__a p { padding-bottom: 24px; color: var(--fg-muted); font-size: var(--fs-sm); max-width: 68ch; }

/* ---------- 18. FORM ----------------------------------------------------- */
.quote-panel {
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: linear-gradient(168deg, var(--ink-850), var(--ink-900) 60%);
  padding: clamp(24px, 3.4vw, 44px);
}
.form-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: var(--fs-label); letter-spacing: 0.16em; text-transform: uppercase; color: var(--bone-dim); }
.field label .req { color: var(--ember-soft); margin-left: 3px; }
.control {
  min-height: 50px;
  width: 100%;
  padding: 13px 16px;
  background: rgba(8,7,10,0.6);
  border: 1px solid var(--line-strong);
  border-radius: var(--r-md);
  color: var(--bone);
  font-size: var(--fs-body);
  transition: border-color var(--t-base) var(--ease-out), background-color var(--t-base) var(--ease-out), box-shadow var(--t-base) var(--ease-out);
  appearance: none;
}
.control::placeholder { color: var(--bone-faint); }
.control:hover { border-color: rgba(242,237,228,0.3); }
.control:focus { outline: none; border-color: var(--gold-500); background: rgba(8,7,10,0.9); box-shadow: 0 0 0 3px rgba(212,175,55,0.16); }
textarea.control { min-height: 128px; resize: vertical; line-height: 1.6; }
select.control {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b6afa3' stroke-width='1.6'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px;
  padding-right: 44px;
  cursor: pointer;
}
.control[aria-invalid="true"] { border-color: var(--danger); }
.field__hint { font-size: 0.75rem; color: var(--bone-faint); }
.field__err {
  font-size: 0.75rem;
  color: var(--danger);
  display: flex;
  align-items: center;
  gap: 6px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height var(--t-base) var(--ease-out), opacity var(--t-base) linear;
}
.field.has-err .field__err { max-height: 44px; opacity: 1; }
.consent { display: flex; gap: 12px; align-items: flex-start; font-size: 0.8125rem; color: var(--bone-dim); line-height: 1.5; }
/* The whole label is the tap target; the box itself only needs to be legible. */
.consent { padding-block: 8px; cursor: pointer; }
.consent input { width: 24px; height: 24px; margin-top: 1px; accent-color: var(--gold-500); flex: none; cursor: pointer; }
.consent a { color: var(--gold-400); text-decoration: underline; text-underline-offset: 3px; }

.form-status {
  display: none;
  gap: 12px;
  align-items: flex-start;
  margin-top: var(--space-md);
  padding: 16px 18px;
  border-radius: var(--r-md);
  font-size: var(--fs-sm);
  line-height: 1.55;
}
.form-status.is-on { display: flex; }
.form-status--ok { background: rgba(111,191,139,0.1); border: 1px solid rgba(111,191,139,0.34); color: #a9dcbc; }
.form-status--bad { background: rgba(229,103,74,0.1); border: 1px solid rgba(229,103,74,0.34); color: #f0a48f; }
.form-status svg { width: 18px; height: 18px; flex: none; margin-top: 2px; }

/* Below 1024px the aside stacks under the form panel, so the split needs its own
   gap here — the two-column rule lives in the breakpoint block and does not apply. */
.contact-split { display: grid; gap: clamp(36px, 6vw, 56px); }
.contact-aside { display: flex; flex-direction: column; gap: var(--space-md); }
.contact-row { display: flex; gap: 14px; align-items: flex-start; }
.contact-row > svg { width: 20px; height: 20px; flex: none; color: var(--gold-500); margin-top: 3px; }
.contact-row dt { font-size: var(--fs-label); letter-spacing: 0.16em; text-transform: uppercase; color: var(--bone-faint); margin-bottom: 3px; }
.contact-row dd { font-size: var(--fs-sm); }
/* Padding grows the tap target to 44px; the negative margin cancels the layout shift. */
.contact-row dd a { display: inline-block; padding-block: 13px; margin-block: -11px; }
.contact-row a:hover { color: var(--gold-400); }

/* ---------- 19. FOOTER --------------------------------------------------- */
.footer { border-top: 1px solid var(--line); background: var(--ink-900); padding-block: var(--space-xl) var(--space-lg); }
.footer__top { display: grid; gap: var(--space-lg); margin-bottom: var(--space-xl); }
.footer__cols { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-lg); }
.footer h4 { font-size: var(--fs-label); letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-400); margin-bottom: var(--space-sm); font-family: 'Inter', sans-serif; font-weight: 500; }
.footer__list { display: flex; flex-direction: column; gap: 2px; }
.footer__list a, .footer__list span { font-size: var(--fs-sm); color: var(--bone-dim); transition: color var(--t-base) var(--ease-out); padding-block: 10px; }
.footer__list a:hover { color: var(--gold-400); }
.socials { display: flex; gap: 10px; }
.social {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--bone-dim);
  transition: color var(--t-base) var(--ease-out), border-color var(--t-base) var(--ease-out), transform var(--t-base) var(--ease-out);
}
.social:hover { color: var(--gold-400); border-color: var(--gold-600); transform: translateY(-2px); }
.social svg { width: 19px; height: 19px; }
/* Maison Bonnier: la marca madre y las empresas hermanas, enlazadas. Igual
   que en el pie de Timeless Vows ("A Maison Bonnier production"). */
.family {
  border-top: 1px solid var(--line);
  padding-block: var(--space-md) var(--space-lg);
  display: grid; gap: 18px;
}
.family__pre { font-size: var(--fs-label); letter-spacing: 0.2em; text-transform: uppercase; color: var(--bone-faint); }
.family__pre strong {
  display: block; margin-top: 6px;
  font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.6rem; font-weight: 400;
  letter-spacing: 0.02em; text-transform: none; color: var(--gold-400);
}
.family__list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 24px; }
.family__list li { display: flex; flex-direction: column; gap: 2px; }
.family__name { display: inline-flex; align-items: center; min-height: 32px; font-size: var(--fs-sm); color: var(--bone); }
a.family__name { text-decoration: underline; text-decoration-color: rgba(227,195,106,0.35); text-underline-offset: 4px; transition: color var(--t-base) var(--ease-out), text-decoration-color var(--t-base) var(--ease-out); }
a.family__name:hover { color: var(--gold-300); text-decoration-color: var(--gold-400); }
.family__what { font-size: 0.75rem; color: var(--bone-faint); }
@media (min-width: 768px) {
  .family { grid-template-columns: minmax(220px, 1fr) 3fr; align-items: center; }
  .family__list { grid-template-columns: repeat(4, 1fr); }
}

.footer__bar {
  padding-top: var(--space-md);
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.8125rem;
  color: var(--bone-faint);
}
.footer__legal { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.footer__legal a { display: inline-block; padding-block: 12px; }
.footer__bar a:hover { color: var(--bone-dim); }

/* ---------- 20. PRELOADER ------------------------------------------------ */
.preload {
  position: fixed; inset: 0; z-index: 300;
  display: grid; place-items: center;
  background: var(--ink-950);
  transition: opacity 520ms var(--ease-out), visibility 0s linear 520ms;
}
.preload.is-done { opacity: 0; visibility: hidden; pointer-events: none; }
.preload__mark { width: 74px; height: 74px; color: var(--gold-500); }
.preload__mark [data-draw] {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  animation: draw 1100ms var(--ease-out) forwards;
}
@keyframes draw { to { stroke-dashoffset: 0; } }
.preload__bar { position: absolute; bottom: 0; left: 0; height: 2px; width: 100%; background: var(--gold-500); transform: scaleX(0); transform-origin: left; animation: load 1200ms var(--ease-out) forwards; }
@keyframes load { to { transform: scaleX(1); } }

/* ---------- 21. REVEALS (JS-gated so no-JS shows everything) -------------- */
html.gsap-on [data-reveal] { opacity: 0; }
html.gsap-on [data-stagger] > * { opacity: 0; }

/* Masked word reveal: the mask clips the rise, the padding saves descenders */
.split-mask {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  padding-bottom: 0.14em;
  margin-bottom: -0.14em;
}
.split-word { display: inline-block; will-change: transform; }

.a11y-skip {
  position: absolute;
  left: 12px; top: -80px;
  z-index: 400;
  padding: 12px 20px;
  background: var(--gold-500);
  color: var(--ink-950);
  border-radius: var(--r-sm);
  font-weight: 600;
  font-size: var(--fs-sm);
  transition: top var(--t-base) var(--ease-out);
}
.a11y-skip:focus { top: 12px; }

.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ---------- 22. BREAKPOINTS (mobile-first) ------------------------------- */
@media (min-width: 560px) {
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .footer__bar { flex-direction: row; align-items: center; justify-content: space-between; }
}

@media (min-width: 768px) {
  .extras__list { grid-template-columns: repeat(2, 1fr); }
  /* La lista pinta las líneas con su fondo: una celda vacía se vería como
     un bloque gris. El último elemento se estira para cerrar la fila. */
  .extra:last-child:nth-child(odd) { grid-column: span 2; }
  .exp-grid { grid-template-columns: repeat(2, 1fr); }
  .grid--2 { grid-template-columns: repeat(2, 1fr); }
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(4, 1fr); }
  .form-grid { grid-template-columns: repeat(2, 1fr); }
  .rail { grid-auto-columns: minmax(260px, 40vw); }
  .rail-nav { display: flex; }
  .hero__meta { grid-template-columns: repeat(4, 1fr); }
  .footer__cols { grid-template-columns: repeat(3, 1fr); }
  .footer__top { grid-template-columns: 1fr 1.7fr; gap: var(--space-2xl); }
  .scroll-cue { display: flex; }
}

@media (min-width: 1024px) {
  .nav__links { display: flex; }
  .nav__cta { display: inline-flex; }
  .burger { display: none; }
  .drawer { display: none !important; }
  .grid--3 { grid-template-columns: repeat(3, 1fr); }
  .grid--4 { grid-template-columns: repeat(4, 1fr); }
  .calc__body { grid-template-columns: 1.25fr 1fr; align-items: start; }
  .extras__list { grid-template-columns: repeat(3, 1fr); }
  .extra:last-child:nth-child(odd) { grid-column: auto; }
  .extra:last-child:nth-child(3n+2) { grid-column: span 2; }
  .extra:last-child:nth-child(3n+1) { grid-column: span 3; }
  .rail { grid-auto-columns: minmax(280px, 27vw); }
  .contact-split { display: grid; grid-template-columns: 1.35fr 1fr; gap: clamp(32px, 4vw, 64px); align-items: start; }
  .split-2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 5vw, 80px); align-items: center; }
}

/* ---------- 22b. HERO CON SCROLL ----------------------------------------
   Solo se estrecha la fila de datos, que es la que queda por debajo de la
   máscara del velo y necesita mantenerse en la zona cubierta. El titular y
   el párrafo conservan su ancho original.
   Va después de los breakpoints: la regla .hero__meta de (min-width: 768px)
   tiene la misma especificidad y gana la última.
   ------------------------------------------------------------------------ */
@media (min-width: 1024px) and (pointer: fine) {
  /* El bloque de texto ocupaba el 72% del alto del hero y tapaba al bartender.
     Se recorta por dos vías: tipos algo menores y, sobre todo, el ritmo
     vertical, que tenía 64px muertos bajo los botones. La fila de datos
     recupera su ancho: a 520px las etiquetas se partían en dos líneas y
     costaba 40px de alto. */
  .hero__eyebrow { margin-bottom: 14px; }
  .hero h1 {
    font-size: clamp(2.5rem, 4.7vw, 5.6rem);
    margin-bottom: 16px;
  }
  .hero .lead {
    max-width: 50ch;
    font-size: 1.15rem;
    margin-bottom: 22px;
  }
  .hero__ctas { margin-bottom: 30px; }
  .hero__meta { padding-top: 16px; }
}

/* Imagen de cabecera de las páginas de aterrizaje. 3:2 y no 16:9: las fotos
   son 4:3, y a 16:9 el recorte se comía el neón del logo de la barra. */
.landing__shot {
  width: 100%;
  max-width: 980px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  margin-top: clamp(28px, 4vw, 44px);
}

/* Tarjetas "Por tipo de evento" con foto */
.card__img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: var(--r-md);
  margin-bottom: var(--space-md);
  transition: transform 700ms var(--ease-out);
}
.card--photo { overflow: hidden; }
.card--photo:hover .card__img { transform: scale(1.03); }

/* ---------- 23. REDUCED MOTION ------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .marquee__track { animation: none; }
  .ambient__blob { animation: none; }
  .hero__media img { transform: scale(1); }
  html.gsap-on [data-reveal] { opacity: 1 !important; }
  html.gsap-on [data-stagger] > * { opacity: 1 !important; }
  .preload { display: none; }
}

/* ---------- 24. PRINT ---------------------------------------------------- */
@media print {
  .nav, .drawer, .grain, .ambient, .preload, .scroll-cue, .marquee, .lightbox { display: none !important; }
  body { background: #fff; color: #000; }
  .card, .tier, .quote-panel { border-color: #ccc; background: #fff; }
}

/* ---------- 23. AVISO DE COOKIES ----------------------------------------
   Tarjeta abajo, sin tapar toda la pantalla ni bloquear el scroll. Aceptar y
   Rechazar con el mismo tamaño y peso (la AEPD no admite un "rechazar"
   escondido). */
.ck {
  position: fixed; z-index: 300;
  left: 12px; right: 12px; bottom: 12px;
  max-width: 460px;
  border: 1px solid var(--line-strong); border-radius: var(--r-lg);
  background: rgba(14, 13, 17, 0.97);
  box-shadow: 0 24px 60px -24px #000;
  opacity: 0; transform: translateY(16px);
  transition: opacity var(--t-slow) var(--ease-out), transform var(--t-slow) var(--ease-out);
}
.ck.is-in { opacity: 1; transform: none; }
/* .btn y .ck__settings declaran display y le ganarían a [hidden]. */
.ck [hidden] { display: none !important; }
.ck__inner { padding: 20px 20px 18px; display: grid; gap: 12px; }
.ck__title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.35rem; line-height: 1.15; color: var(--bone); }
.ck__text { font-size: 0.8125rem; line-height: 1.55; color: var(--bone-dim); }
.ck__settings { display: grid; gap: 2px; border-top: 1px solid var(--line); padding-top: 8px; }
.ck__row { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 52px; padding-block: 6px; cursor: pointer; }
.ck__rowTxt { display: grid; gap: 2px; }
.ck__rowTitle { font-size: var(--fs-sm); color: var(--bone); }
.ck__rowDesc { font-size: 0.75rem; color: var(--bone-faint); line-height: 1.4; }
.ck__always { font-size: 0.75rem; color: var(--gold-400); white-space: nowrap; }
.ck__switch { width: 22px; height: 22px; flex: none; accent-color: var(--gold-500); cursor: pointer; }
.ck__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 4px; }
/* Aceptar y Rechazar, idénticos: mismo tamaño, color y peso. */
.ck__btn { min-height: 44px; padding-inline: 12px; justify-content: center; font-size: 0.875rem; }
.ck__btn--choice { border-color: var(--gold-500); color: var(--gold-300); }
.ck__btn--choice:hover, .ck__btn--choice:focus-visible { background: rgba(212,175,55,0.14); }
/* Fila 1: Rechazar | Aceptar. Fila 2, a todo el ancho: Configurar o Guardar. */
.ck__actions [data-ck="config"], .ck__actions [data-ck="save"] { grid-column: 1 / -1; order: 3; }
@media (min-width: 600px) {
  .ck { left: 24px; bottom: 24px; right: auto; }
}
@media (prefers-reduced-motion: reduce) { .ck { transition: none; } }

.footer__cookieBtn { padding-block: 12px; color: inherit; font: inherit; text-decoration: none; }
.footer__cookieBtn:hover { color: var(--bone-dim); }

/* ---------- 24. PÁGINAS LEGALES ----------------------------------------- */
.legal { padding-top: calc(var(--nav-h) + 56px); padding-bottom: var(--space-2xl); }
.legal__shell { max-width: 820px; }
.legal__h1 { font-size: var(--fs-h2); margin: 18px 0 8px; }
.legal__meta { font-size: 0.8125rem; color: var(--bone-faint); margin-bottom: 28px; }
.legal__h2 { font-size: var(--fs-h3); margin: 36px 0 10px; }
.legal__p { color: var(--bone-dim); line-height: 1.7; max-width: 68ch; }
.legal__tableWrap { overflow-x: auto; margin-top: 16px; border: 1px solid var(--line); border-radius: var(--r-md); }
.legal__table { width: 100%; min-width: 640px; border-collapse: collapse; font-size: 0.8125rem; }
.legal__table th, .legal__table td { text-align: left; vertical-align: top; padding: 12px 14px; border-bottom: 1px solid var(--line); color: var(--bone-dim); line-height: 1.5; }
.legal__table thead th { color: var(--gold-400); font-weight: 500; letter-spacing: 0.04em; }
.legal__table tbody tr:last-child > * { border-bottom: 0; }
.legal__table code { color: var(--bone); font-size: 0.8125rem; }
