/* =============================================================
   BROSIN — Premium Design System
   Dark + Honey · "welcome to the hive"
   ============================================================= */

/* =============================================================
   1. TOKENS
   ============================================================= */
:root {
  /* Color — surfaces */
  --ink:      #0c0c0d;   /* page background */
  --ink-2:    #141416;   /* raised section */
  --ink-3:    #1a1a1d;   /* cards */
  --ink-4:    #232327;   /* hover card */

  /* Color — brand (manual: #FFD400 protagonista, #9013FE secundario) */
  --honey:        #ffd400;   /* AMARILLO BROSIN — primary */
  --honey-bright: #ffe24d;
  --honey-deep:   #e6bf00;
  --grape:        #9013fe;   /* MORADO BROSIN — secondary (línea femenina) */

  /* Color — text */
  --cream:  #f7f4ec;
  --text:   #ECEAE3;
  --muted:  #9c9ca6;
  --muted-2:#6f6f78;

  /* Color — lines & states */
  --line:    rgba(255,255,255,.09);
  --line-2:  rgba(255,255,255,.16);
  --on-honey:#121008;
  --ok:      #5dd39e;

  /* Dot texture (brand motif) */
  --dots: radial-gradient(rgba(255,212,0,.10) 1.4px, transparent 1.5px);
  --dots-dark: radial-gradient(rgba(18,16,8,.14) 1.4px, transparent 1.5px);

  /* Typography */
  --display: "Montserrat", system-ui, sans-serif;  /* heavy uppercase headlines */
  --sans:    "Inter", system-ui, -apple-system, sans-serif;
  --grotesk: "Montserrat", var(--sans);            /* labels / numbers */

  /* Spacing scale (1rem = 16px) */
  --s-1: .25rem;  --s-2: .5rem;  --s-3: .75rem;  --s-4: 1rem;
  --s-5: 1.5rem;  --s-6: 2rem;   --s-7: 3rem;    --s-8: 4rem;
  --s-9: 6rem;    --s-10: 8rem;  --s-11: 10rem;

  /* Radius */
  --r-sm: 10px;  --r-md: 16px;  --r-lg: 24px;  --r-xl: 34px;  --r-pill: 999px;

  /* Shadow */
  --sh-sm: 0 2px 8px rgba(0,0,0,.3);
  --sh-md: 0 14px 40px rgba(0,0,0,.45);
  --sh-lg: 0 30px 80px rgba(0,0,0,.55);
  --sh-honey: 0 16px 50px rgba(255,203,5,.28);

  /* Layout */
  --maxw: 1240px;
  --gutter: clamp(1.1rem, 4vw, 3rem);

  /* Easing */
  --ease-out:    cubic-bezier(0.16, 1, 0.3, 1);
  --ease-soft:   cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-bounce: cubic-bezier(0.34, 1.4, 0.5, 1);
}

/* =============================================================
   2. RESET & BASE
   ============================================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; }
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-x: clip;
}
body {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  background: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
  overscroll-behavior-y: none;
}
img, svg, iframe, video { display: block; max-width: 100%; }
img { height: auto; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: none; }
a { color: inherit; text-decoration: none; }
p { text-wrap: pretty; }
ul, ol { list-style: none; padding: 0; }
::selection { background: var(--honey); color: var(--on-honey); }

:focus-visible {
  outline: 2px solid var(--honey);
  outline-offset: 3px;
  border-radius: 4px;
}

.skip-link {
  position: fixed; top: -100px; left: 1rem;
  padding: .6rem 1rem; background: var(--honey); color: var(--on-honey);
  z-index: 9999; border-radius: 8px; font-weight: 700;
}
.skip-link:focus { top: 1rem; }

/* =============================================================
   2b. 3D FLOOR + FLOATING SHELL
   ============================================================= */
body { background: #0a0a0b; }

.floor {
  position: fixed; inset: 0; z-index: 0; overflow: hidden; pointer-events: none;
  perspective: 320px; perspective-origin: 50% 0%;
  background:
    radial-gradient(rgba(255,212,0,.05) 1.2px, transparent 1.4px) 0 0 / 32px 32px,
    radial-gradient(70% 50% at 50% 38%, rgba(255,212,0,.07), transparent 70%),
    radial-gradient(130% 100% at 50% 2%, #17150d 0%, #0c0b0c 48%, #060607 100%);
}
.floor__plane {
  position: absolute; left: -160%; bottom: -10%; width: 420%; height: 170%;
  transform: rotateX(40deg); transform-origin: 50% 100%;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='54'%20height='31.18'%20viewBox='0%200%2054%2031.18'%3E%3Cdefs%3E%3Cpattern%20id='h'%20patternUnits='userSpaceOnUse'%20width='54'%20height='31.18'%3E%3Cg%20fill='none'%20stroke='%23ffd400'%20stroke-opacity='0.2'%20stroke-width='0.9'%3E%3Cpolygon%20points='18,0%209,15.59%20-9,15.59%20-18,0%20-9,-15.59%209,-15.59'/%3E%3Cpolygon%20points='45,15.59%2036,31.18%2018,31.18%209,15.59%2018,0%2036,0'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect%20width='54'%20height='31.18'%20fill='url(%23h)'/%3E%3C/svg%3E");
  background-size: 340px 196px;
  background-repeat: repeat;
  animation: floorScroll 30s linear infinite;
  -webkit-mask-image: linear-gradient(to top, transparent 0.5%, #000 11%, #000 60%, transparent 92%);
          mask-image: linear-gradient(to top, transparent 0.5%, #000 11%, #000 60%, transparent 92%);
}
@keyframes floorScroll { to { background-position: 0 196px; } }
.floor__glow {
  position: absolute; left: 50%; top: 44%; transform: translate(-50%, -50%);
  width: 110vw; height: 56vh;
  background: radial-gradient(closest-side, rgba(255,212,0,.18), transparent 78%);
  filter: blur(50px);
}
/* capa negra global al 10% sobre el panal */
.floor::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.10); pointer-events: none; }

.shell {
  position: relative; z-index: 1;
  width: min(1340px, calc(100% - 3rem));
  margin: 18px auto 64px;
  border-radius: 30px;
  overflow: clip;
  background: var(--ink);
  box-shadow: 0 50px 130px rgba(0,0,0,.62), 0 0 0 1px rgba(255,255,255,.05);
}
@media (max-width: 600px) {
  .shell { width: calc(100% - 1.1rem); margin: 10px auto 26px; border-radius: 16px; }
}

/* =============================================================
   3. TYPOGRAPHY
   ============================================================= */
h1, h2, h3, h4 { line-height: 1; letter-spacing: -0.01em; font-weight: 800; }

.hero__title,
.club h2, .spaces h2, .join h2, .reqs h2, .reviews h2,
.faq h2, .locate h2, .raffle__title, .cta-final__title, .section-head h2,
.senses h2, .clubs h2 {
  font-family: var(--display);
  font-weight: 900;
  text-transform: uppercase;
  line-height: .94;
  letter-spacing: -0.022em;
}

.hero__title { font-size: clamp(2.9rem, 9.5vw, 7rem); }
.section-head h2, .club h2, .spaces h2, .join h2, .reqs h2,
.reviews h2, .faq h2, .locate h2, .senses h2, .clubs h2 {
  font-size: clamp(2.1rem, 5.6vw, 4.4rem);
}
.raffle__title, .cta-final__title { font-size: clamp(2.4rem, 6vw, 4.8rem); }

.eyebrow {
  font-family: var(--grotesk);
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
  display: inline-flex; align-items: center; gap: .55rem;
  margin-bottom: 1.4rem;
}
.eyebrow__dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--honey);
  box-shadow: 0 0 0 4px rgba(255,203,5,.18);
}
.eyebrow--dark { color: var(--on-honey); opacity: .7; }
.eyebrow--dark .eyebrow__dot { background: var(--on-honey); box-shadow: 0 0 0 4px rgba(0,0,0,.12); }

.text-honey { color: var(--honey); }

/* =============================================================
   4. LAYOUT HELPERS
   ============================================================= */
section { position: relative; padding: clamp(4rem, 9vw, 8rem) var(--gutter); }
.section-head { max-width: var(--maxw); margin: 0 auto clamp(2.5rem,5vw,4rem); text-align: center; }
.section-head--left { text-align: left; }
.section-head__lead { color: var(--muted); font-size: 1.08rem; max-width: 60ch; margin: 1.3rem auto 0; }
.section-head--left .section-head__lead { margin-inline: 0; }

/* =============================================================
   5. BUTTONS
   ============================================================= */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--grotesk);
  font-weight: 600; font-size: .95rem; letter-spacing: .01em;
  padding: .85rem 1.5rem; border-radius: var(--r-pill);
  transition: transform .35s var(--ease-out), background .3s var(--ease-out),
              color .3s var(--ease-out), box-shadow .35s var(--ease-out), border-color .3s;
  will-change: transform;
}
.btn--lg { padding: 1.05rem 2rem; font-size: 1.02rem; }
.btn--solid { background: var(--honey); color: var(--on-honey); box-shadow: var(--sh-honey); }
.btn--solid:hover { background: var(--honey-bright); transform: translateY(-3px); box-shadow: 0 22px 60px rgba(255,203,5,.4); }
.btn--ghost { color: var(--cream); border: 1px solid var(--line-2); }
.btn--ghost:hover { background: rgba(255,255,255,.06); border-color: var(--honey); transform: translateY(-3px); }
.btn--dark { background: var(--ink); color: var(--cream); }
.btn--dark:hover { background: #000; transform: translateY(-3px); box-shadow: var(--sh-md); }
.btn--outline-dark { color: var(--on-honey); border: 1.5px solid rgba(0,0,0,.35); }
.btn--outline-dark:hover { background: rgba(0,0,0,.08); transform: translateY(-3px); }

/* =============================================================
   6. NAV
   ============================================================= */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  transition: background .4s var(--ease-out), border-color .4s, backdrop-filter .4s;
  border-bottom: 1px solid transparent;
}
.nav.is-stuck {
  background: rgba(12,12,13,.72);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  border-bottom-color: var(--line);
}
.nav__inner {
  max-width: var(--maxw); margin: 0 auto;
  display: flex; align-items: center; gap: 1.5rem;
  padding: .9rem var(--gutter);
}
.nav__logo { height: 40px; width: auto; filter: none; transition: filter .35s var(--ease-out); }
.nav.is-stuck .nav__logo { filter: invert(1); }
.nav__links { display: none; gap: 1.7rem; margin-left: auto; }
.nav__links a {
  font-family: var(--grotesk); font-weight: 600; font-size: .92rem;
  color: var(--on-honey); position: relative; padding: .3rem 0;
  transition: color .3s;
}
.nav.is-stuck .nav__links a { color: var(--muted); font-weight: 500; }
.nav__links a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 2px; width: 0;
  background: var(--honey); transition: width .35s var(--ease-out);
}
.nav__links a:hover { color: var(--on-honey); }
.nav.is-stuck .nav__links a:hover { color: var(--cream); }
.nav__links a:hover::after { width: 100%; }
.nav__cta { display: none; background: var(--on-honey); color: var(--honey); box-shadow: none; }
.nav.is-stuck .nav__cta { background: var(--honey); color: var(--on-honey); }

.nav__burger {
  margin-left: auto; width: 44px; height: 44px; display: grid; place-content: center; gap: 5px;
}
.nav__burger span { display: block; width: 24px; height: 2px; background: var(--on-honey); transition: transform .3s, opacity .3s, background .3s; }
.nav.is-stuck .nav__burger span { background: var(--cream); }
.nav.is-open .nav__burger span:nth-child(1) { transform: translateY(3.5px) rotate(45deg); }
.nav.is-open .nav__burger span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }

.nav__mobile {
  display: grid; gap: .3rem;
  max-height: 0; overflow: hidden;
  background: rgba(12,12,13,.97);
  backdrop-filter: blur(16px);
  padding: 0 var(--gutter);
  transition: max-height .45s var(--ease-out), padding .45s var(--ease-out);
  border-bottom: 1px solid transparent;
}
.nav.is-open .nav__mobile { max-height: 80vh; padding: 1rem var(--gutter) 1.6rem; border-bottom-color: var(--line); }
.nav__mobile a { padding: .85rem 0; font-family: var(--grotesk); font-weight: 500; color: var(--cream); border-bottom: 1px solid var(--line); }
.nav__mobile .btn { margin-top: 1rem; border-bottom: 0; }

@media (min-width: 960px) {
  .nav__links { display: flex; }
  .nav__cta { display: inline-flex; }
  .nav__burger { display: none; }
}

/* =============================================================
   7. SPLASH
   ============================================================= */
.splash {
  position: fixed; inset: 0; z-index: 5000;
  display: grid; place-content: center;
  background: var(--ink);
  animation: splashSafety .01s 4.5s forwards;
}
.splash.is-out { opacity: 0; pointer-events: none; transition: opacity .6s var(--ease-out); }
.splash__inner { display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.splash__bee { width: 92px; height: 92px; animation: beeBob 1.3s var(--ease-soft) infinite alternate; }
.splash__word {
  font-family: var(--display); font-size: 2rem; letter-spacing: .35em; text-indent: .35em;
  color: var(--honey);
  -webkit-mask: linear-gradient(90deg,#000 33%,rgba(0,0,0,.25) 50%,#000 66%) right/300% 100%;
          mask: linear-gradient(90deg,#000 33%,rgba(0,0,0,.25) 50%,#000 66%) right/300% 100%;
  animation: shine 1.6s linear infinite;
}
@keyframes beeBob { to { transform: translateY(-12px) rotate(-6deg); } }
@keyframes shine { to { -webkit-mask-position: left; mask-position: left; } }
@keyframes splashSafety { to { opacity: 0; pointer-events: none; visibility: hidden; } }

/* =============================================================
   8. REVEAL (scroll)
   ============================================================= */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal[data-split] { opacity: 1; transform: none; } /* defensive — A.4.5 */

/* Masked line reveal (data-split="lines") */
[data-split="lines"] .ln { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: .04em; }
[data-split="lines"] .ln__i { display: inline-block; transform: translateY(112%); transition: transform .95s var(--ease-out); will-change: transform; }
[data-split="lines"].is-in .ln__i { transform: none; }
[data-reveal] { clip-path: inset(0 0 12% 0); opacity: .4; transition: clip-path 1s var(--ease-out), opacity 1s var(--ease-out); }
[data-reveal].is-revealed { clip-path: inset(0 0 0 0); opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  [data-reveal] { clip-path: none; opacity: 1; }
}

/* =============================================================
   9. HERO
   ============================================================= */
.hero {
  min-height: 100svh; display: flex; align-items: center; justify-content: center;
  padding-top: clamp(7rem, 14vw, 9rem); padding-bottom: clamp(3.5rem,7vw,5.5rem);
  overflow: hidden;
  text-align: center;
}
/* Yellow hero — logo as the star (manual: logo sobre amarillo) */
.hero--yellow {
  background: var(--honey);
  background-image:
    radial-gradient(60% 60% at 50% 0%, rgba(255,255,255,.35), transparent 60%),
    var(--dots-dark);
  background-size: auto, 26px 26px;
  color: var(--on-honey);
}
.hero__inner {
  position: relative; z-index: 1;
  max-width: 880px; margin: 0 auto; width: 100%;
  display: flex; flex-direction: column; align-items: center;
}
.hero__logo {
  width: min(86%, 560px); height: auto; margin: .4rem 0 1.4rem;
}
.hero--yellow .hero__title {
  font-size: clamp(1.5rem, 3.4vw, 2.4rem);
  color: var(--on-honey); text-transform: none; letter-spacing: -.01em;
  margin: 0 0 .5rem;
}
.hero__slogan {
  font-family: var(--display); font-weight: 800; font-style: italic;
  text-transform: uppercase; letter-spacing: .01em;
  font-size: clamp(1rem,2vw,1.35rem); color: var(--on-honey); opacity: .85;
  margin-bottom: 1.2rem;
}
.hero__lead {
  color: rgba(18,16,8,.74); font-weight: 500;
  font-size: clamp(1.02rem,1.5vw,1.18rem); max-width: 52ch; margin: 0 auto;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; margin: 2rem 0 2.6rem; }
.hero__trust {
  display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(1.6rem,5vw,3.5rem);
  padding-top: 1.8rem; border-top: 1.5px solid rgba(18,16,8,.18);
}
.hero__trust li { display: flex; flex-direction: column; }
.hero__trust strong { font-family: var(--display); font-weight: 900; font-size: 2rem; color: var(--on-honey); line-height: 1; }
.hero__trust span { font-size: .8rem; color: rgba(18,16,8,.66); font-family: var(--grotesk); font-weight: 600; margin-top: .2rem; }

/* =============================================================
   9b. HERO 3D DECO + FLYING BEES
   ============================================================= */
.hero--yellow { perspective: 1200px; }
.hero__deco {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  transform-style: preserve-3d;
  transition: transform .35s var(--ease-out);
}
.float-mascot { position: absolute; transform: translateZ(var(--z, 0px)); }
.float-mascot__img {
  width: 100%; height: auto;
  filter: drop-shadow(0 14px 20px rgba(0,0,0,.22));
  animation: floatBob var(--dur, 5.5s) var(--ease-soft) infinite alternate;
}
@keyframes floatBob {
  from { transform: translateY(6px) rotate(var(--rot, -3deg)); }
  to   { transform: translateY(-16px) rotate(var(--rot2, 3deg)); }
}
.fm--hive    { top: 11%; left: 2%;  width: clamp(78px, 9.5vw, 138px); }
.fm--drip    { bottom: 9%; left: 6%; width: clamp(64px, 7vw, 104px); }
.fm--grinder { top: 13%; right: 4%; width: clamp(70px, 8.5vw, 120px); }
.fm--hex     { bottom: 11%; right: 6%; width: clamp(62px, 7vw, 102px); }

.bee {
  position: absolute; z-index: 2; pointer-events: none;
  width: clamp(34px, 4vw, 52px); height: auto;
  filter: drop-shadow(0 6px 10px rgba(0,0,0,.18));
  will-change: transform;
}
@keyframes beeFlyR { /* left → right */
  0%   { transform: translate(-14vw, 0) rotate(8deg); }
  25%  { transform: translate(18vw, -22px) rotate(-4deg); }
  50%  { transform: translate(46vw, 14px) rotate(6deg); }
  75%  { transform: translate(78vw, -18px) rotate(-5deg); }
  100% { transform: translate(116vw, 6px) rotate(8deg); }
}
@keyframes beeFlyL { /* right → left (flipped) */
  0%   { transform: translate(116vw, 0) scaleX(-1) rotate(8deg); }
  50%  { transform: translate(44vw, 28px) scaleX(-1) rotate(-6deg); }
  100% { transform: translate(-16vw, -8px) scaleX(-1) rotate(8deg); }
}
.bee--1 { top: 15%; animation: beeFlyR 17s linear infinite; }
.bee--2 { top: 84%; animation: beeFlyL 21s linear infinite; animation-delay: -5s; }
.bee--3 { top: 28%; width: clamp(26px,3vw,40px); opacity: .9; animation: beeFlyR 24s linear infinite; animation-delay: -11s; }
.bee--4 { top: 8%; width: clamp(28px,3.2vw,44px); animation: beeFlyL 27s linear infinite; animation-delay: -16s; }

@media (max-width: 720px) {
  .float-mascot { display: none; }
  .bee { width: 38px; }
}

/* =============================================================
   10. MARQUEE
   ============================================================= */
.marquee {
  background: var(--ink); color: var(--honey);
  overflow: hidden; padding: .9rem 0; border-block: 1px solid rgba(255,212,0,.25);
}
.marquee__track {
  display: flex; align-items: center; gap: 1.5rem; width: max-content;
  font-family: var(--display); text-transform: uppercase; font-size: clamp(1.1rem,2.4vw,1.6rem);
  letter-spacing: .02em; will-change: transform;
  animation: marquee 28s linear infinite;
}
.marquee__dot { opacity: .6; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* =============================================================
   11. EL CLUB
   ============================================================= */
.club { background: var(--ink-2); }
.club__grid, .reqs__grid, .locate__grid {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; gap: clamp(2rem,5vw,4rem); align-items: center;
  grid-template-columns: 1fr;
}
.club__figure { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-lg); }
.club__figure img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; transition: transform 1.2s var(--ease-out); }
.club__figure:hover img { transform: scale(1.05); }
.club__copy p { color: var(--muted); margin-top: 1rem; }
.club__copy p strong { color: var(--cream); }
.club__copy h2 { margin-bottom: .4rem; }
.club__pillars { margin-top: 1.8rem; display: grid; gap: .7rem; }
.club__pillars li { display: flex; align-items: center; gap: .7rem; font-family: var(--grotesk); font-weight: 500; }
.pill-ico { color: var(--honey); }
@media (min-width: 960px) { .club__grid { grid-template-columns: 1fr 1fr; } }

/* =============================================================
   12. ESPACIOS / AMENITIES
   ============================================================= */
.amenities {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.amenity {
  background: var(--ink-3); border: 1px solid var(--line);
  border-radius: var(--r-md); padding: 1.8rem;
  transition: transform .4s var(--ease-out), background .3s, border-color .3s, box-shadow .4s;
  transform-style: preserve-3d;
}
.amenity:hover { background: var(--ink-4); border-color: var(--line-2); box-shadow: var(--sh-md); }
.amenity__ico {
  width: 54px; height: 54px; display: grid; place-content: center; font-size: 1.7rem;
  background: rgba(255,203,5,.12); border-radius: var(--r-sm); margin-bottom: 1.1rem;
}
.amenity h3 { font-family: var(--grotesk); font-weight: 700; font-size: 1.2rem; letter-spacing: 0; margin-bottom: .5rem; }
.amenity p { color: var(--muted); font-size: .95rem; }

.gallery {
  max-width: var(--maxw); margin: 2.2rem auto 0;
  display: grid; gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 200px;
}
.gallery__item { position: relative; border-radius: var(--r-md); overflow: hidden; box-shadow: var(--sh-md); }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease-out); }
.gallery__item:hover img { transform: scale(1.07); }
.gallery__item figcaption {
  position: absolute; left: 0; bottom: 0; right: 0; padding: 1.4rem 1.1rem .9rem;
  font-family: var(--grotesk); font-weight: 600; font-size: .9rem; color: var(--cream);
  background: linear-gradient(transparent, rgba(0,0,0,.75));
}
.gallery__item--big { grid-column: span 2; grid-row: span 2; }
.gallery__item--wide { grid-column: span 2; }
@media (min-width: 720px) {
  .gallery { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; }
  .gallery__item--big { grid-column: span 2; grid-row: span 2; }
  .gallery__item--wide { grid-column: span 2; }
}

/* =============================================================
   13. JOIN / 3 STEPS  (honey block)
   ============================================================= */
.join { background: var(--honey); color: var(--on-honey); overflow: hidden; background-image: var(--dots-dark); background-size: 24px 24px; }
.join .section-head h2 { color: var(--on-honey); }
.join .section-head__lead { color: rgba(21,19,10,.72); }
.join .section-head__lead strong { color: var(--on-honey); }
.join__halo {
  position: absolute; inset: auto -10% -40% -10%; height: 70%;
  background: radial-gradient(50% 60% at 50% 100%, rgba(0,0,0,.18), transparent 70%);
  pointer-events: none;
}
.steps {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; gap: 1rem; grid-template-columns: 1fr; counter-reset: step;
}
.step {
  background: var(--ink); color: var(--cream);
  border-radius: var(--r-md); padding: 2rem 1.8rem;
  transition: transform .4s var(--ease-out), box-shadow .4s;
  transform-style: preserve-3d;
}
.step:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); }
.step__num { font-family: var(--display); font-size: 2.6rem; color: var(--honey); display: block; line-height: 1; margin-bottom: .8rem; }
.step h3 { font-family: var(--grotesk); font-weight: 700; font-size: 1.25rem; letter-spacing: 0; margin-bottom: .5rem; }
.step p { color: var(--muted); font-size: .96rem; }
.join__cta { max-width: var(--maxw); margin: 2.6rem auto 0; text-align: center; }
.join__note { margin-top: .9rem; font-family: var(--grotesk); font-size: .9rem; color: rgba(21,19,10,.7); }
@media (min-width: 720px) { .steps { grid-template-columns: repeat(3, 1fr); } }

/* =============================================================
   14. REQUISITOS
   ============================================================= */
.reqs__list { display: grid; gap: 1rem; }
.reqs__list li {
  display: flex; gap: 1.2rem; align-items: flex-start;
  background: var(--ink-3); border: 1px solid var(--line);
  border-radius: var(--r-md); padding: 1.4rem 1.5rem;
  transition: border-color .3s, background .3s;
}
.reqs__list li:hover { border-color: var(--honey); background: var(--ink-4); }
.reqs__n {
  flex: 0 0 auto; width: 54px; height: 54px; display: grid; place-content: center;
  font-family: var(--display); font-size: 1.3rem; color: var(--on-honey);
  background: var(--honey); border-radius: 50%;
}
.reqs__list h3 { font-family: var(--grotesk); font-weight: 700; font-size: 1.1rem; letter-spacing: 0; margin-bottom: .2rem; }
.reqs__list p { color: var(--muted); font-size: .92rem; }
.reqs__copy p { color: var(--muted); margin-top: 1rem; }
@media (min-width: 960px) { .reqs__grid { grid-template-columns: .9fr 1.1fr; align-items: start; } }

/* =============================================================
   15. SORTEO
   ============================================================= */
.raffle { background: var(--ink-2); }
.raffle__card {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: 1fr; gap: 2rem;
  background: var(--honey); color: var(--on-honey);
  border-radius: var(--r-xl); padding: clamp(2rem,5vw,3.4rem);
  box-shadow: var(--sh-lg); overflow: hidden;
}
.raffle__title { margin: .3rem 0 1rem; }
.raffle__lead { color: rgba(21,19,10,.8); max-width: 42ch; }
.raffle__lead strong { color: var(--on-honey); }
.raffle__steps { display: grid; gap: .6rem; margin: 1.6rem 0 2rem; }
.raffle__steps li { font-family: var(--grotesk); font-weight: 500; display: flex; gap: .7rem; align-items: baseline; }
.raffle__steps b { font-family: var(--display); color: var(--on-honey); opacity: .55; }
.raffle__right {
  position: relative; background: var(--ink); border-radius: var(--r-lg);
  padding: 2rem; display: flex; flex-direction: column; justify-content: center; gap: 1.4rem;
}
.raffle__pot { display: flex; flex-direction: column; gap: .3rem; }
.raffle__pot-num { font-family: var(--display); font-weight: 900; text-transform: uppercase; font-size: clamp(2rem,4vw,2.8rem); color: var(--honey); line-height: .95; letter-spacing: -.02em; }
.raffle__pot-label { font-family: var(--grotesk); font-weight: 700; letter-spacing: .15em; text-transform: uppercase; font-size: .75rem; color: var(--muted); }
.raffle__progress span { display: block; font-family: var(--grotesk); font-size: .82rem; color: var(--muted); margin-top: .6rem; }
.raffle__bar { height: 12px; background: rgba(255,255,255,.1); border-radius: var(--r-pill); overflow: hidden; }
.raffle__bar i { display: block; height: 100%; background: linear-gradient(90deg, var(--honey-deep), var(--honey)); border-radius: inherit; }
.raffle__mascot { position: absolute; bottom: -10px; right: -10px; width: 110px; opacity: .9; }
@media (min-width: 860px) { .raffle__card { grid-template-columns: 1.15fr .85fr; align-items: stretch; } }

/* =============================================================
   16. REVIEWS
   ============================================================= */
.reviews__grid {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; gap: 1rem; grid-template-columns: 1fr;
}
.review {
  background: var(--ink-3); border: 1px solid var(--line);
  border-radius: var(--r-md); padding: 1.8rem;
  transition: transform .4s var(--ease-out), border-color .3s, box-shadow .4s;
  transform-style: preserve-3d;
}
.review:hover { border-color: var(--line-2); box-shadow: var(--sh-md); }
.review__stars { color: var(--honey); letter-spacing: .15em; margin-bottom: .9rem; }
.review p { font-size: 1.05rem; line-height: 1.55; }
.review footer { margin-top: 1.1rem; color: var(--muted); font-family: var(--grotesk); font-weight: 600; font-size: .9rem; }
@media (min-width: 720px) { .reviews__grid { grid-template-columns: repeat(3, 1fr); } }

/* =============================================================
   17. FAQ
   ============================================================= */
.faq { background: var(--ink-2); }
.faq__list { max-width: 820px; margin: 0 auto; display: grid; gap: .8rem; }
.faq__item {
  background: var(--ink-3); border: 1px solid var(--line);
  border-radius: var(--r-md); overflow: hidden;
  transition: border-color .3s, background .3s;
}
.faq__item[open] { border-color: var(--line-2); }
.faq__item summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.25rem 1.5rem;
  font-family: var(--grotesk); font-weight: 600; font-size: 1.08rem;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__plus { position: relative; flex: 0 0 auto; width: 20px; height: 20px; }
.faq__plus::before, .faq__plus::after {
  content: ""; position: absolute; inset: 0; margin: auto;
  background: var(--honey); transition: transform .35s var(--ease-out);
}
.faq__plus::before { width: 20px; height: 2px; }
.faq__plus::after { width: 2px; height: 20px; }
.faq__item[open] .faq__plus::after { transform: rotate(90deg); opacity: 0; }
.faq__body { overflow: hidden; }
.faq__body p { padding: 0 1.5rem 1.4rem; color: var(--muted); }

/* =============================================================
   18. CÓMO LLEGAR
   ============================================================= */
.locate__data { display: grid; gap: 1.2rem; margin: 1.8rem 0; }
.locate__data li { display: grid; gap: .25rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--line); }
.locate__label { font-family: var(--grotesk); letter-spacing: .14em; text-transform: uppercase; font-size: .72rem; color: var(--honey); }
.locate__data a:hover { color: var(--honey); }
.locate__info p { color: var(--muted); margin-top: 1rem; }
.locate__map { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-lg); border: 1px solid var(--line); min-height: 340px; }
.locate__map iframe { width: 100%; height: 100%; min-height: 340px; border: 0; filter: invert(.92) hue-rotate(180deg) contrast(.9); }
@media (min-width: 960px) { .locate__grid { grid-template-columns: 1fr 1.1fr; align-items: stretch; } }

/* =============================================================
   19. CTA FINAL
   ============================================================= */
.cta-final { background: var(--honey); color: var(--on-honey); overflow: hidden; text-align: center; background-image: var(--dots-dark); background-size: 24px 24px; }
.cta-final__mesh {
  position: absolute; inset: 0;
  background: radial-gradient(50% 60% at 50% 0%, rgba(255,255,255,.4), transparent 60%);
  pointer-events: none;
}
.cta-final__inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
.cta-final__mascot { width: 120px; margin: 0 auto 1rem; animation: beeBob 2s var(--ease-soft) infinite alternate; }
.cta-final__title { margin: .3rem 0 1rem; }
.cta-final__lead { color: rgba(21,19,10,.78); font-size: 1.1rem; max-width: 44ch; margin: 0 auto; }
.cta-final__actions { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; margin-top: 2rem; }

/* =============================================================
   20. FOOTER
   ============================================================= */
.footer { background: var(--ink); padding: clamp(3rem,6vw,5rem) var(--gutter) 2rem; border-top: 1px solid var(--line); }
.footer__top {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; gap: 2.5rem; grid-template-columns: 1fr;
}
.footer__logo { height: 40px; width: auto; filter: invert(1); }
.footer__tag { color: var(--muted); margin-top: 1rem; max-width: 34ch; font-size: .95rem; }
.footer__nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.footer__nav h4 { font-family: var(--grotesk); letter-spacing: .1em; text-transform: uppercase; font-size: .78rem; color: var(--honey); margin-bottom: 1rem; }
.footer__nav a { display: block; color: var(--muted); padding: .3rem 0; font-size: .92rem; transition: color .25s; }
.footer__nav a:hover { color: var(--cream); }
.footer__bottom {
  max-width: var(--maxw); margin: 3rem auto 0; padding-top: 1.6rem; border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: .6rem;
  font-size: .82rem; color: var(--muted-2);
}
.footer__legal { max-width: 60ch; }
@media (min-width: 860px) { .footer__top { grid-template-columns: 1.2fr 1.8fr; } }

/* =============================================================
   20b. VALORES (yellow band)
   ============================================================= */
.values { background: var(--honey); color: var(--on-honey); background-image: var(--dots-dark); background-size: 24px 24px; }
.values__grid { max-width: var(--maxw); margin: 0 auto; display: grid; gap: 1.5rem 2rem; grid-template-columns: 1fr; align-items: start; }
.values__kicker { font-family: var(--grotesk); font-weight: 700; letter-spacing: .16em; text-transform: uppercase; font-size: .78rem; color: rgba(18,16,8,.65); }
.value__n { font-family: var(--display); font-weight: 900; font-size: 1.4rem; opacity: .35; }
.value h3 { font-family: var(--display); font-weight: 900; text-transform: uppercase; font-size: clamp(1.6rem,3vw,2.2rem); margin: .3rem 0 .5rem; letter-spacing: -.02em; }
.value p { color: rgba(18,16,8,.78); max-width: 34ch; font-weight: 500; }
@media (min-width: 860px) { .values__grid { grid-template-columns: auto 1fr 1fr 1fr; gap: 2.5rem; } .values__kicker { writing-mode: vertical-rl; transform: rotate(180deg); margin-top: .2rem; } }

/* =============================================================
   20b2. EL ELENCO (character family)
   ============================================================= */
.elenco { background: var(--ink); position: relative; overflow: hidden; }
.elenco__grid { max-width: var(--maxw); margin: 0 auto; display: grid; gap: 1rem; grid-template-columns: repeat(2, 1fr); }
.elenco-card {
  background: var(--ink-3); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 1.4rem 1rem 1.1rem; text-align: center;
  transition: transform .4s var(--ease-out), border-color .3s, box-shadow .4s;
  transform-style: preserve-3d;
}
.elenco-card:hover { border-color: var(--honey); box-shadow: var(--sh-md); }
.elenco-card__art { display: grid; place-items: center; height: clamp(140px, 14vw, 190px); }
.elenco-card__img {
  width: auto; height: auto;
  max-width: 90%;
  max-height: clamp(120px, 12vw, 168px); /* length, not % — always respected */
  filter: drop-shadow(0 12px 18px rgba(0,0,0,.5));
  animation: floatUp 5s var(--ease-soft) infinite alternate;
  animation-delay: var(--d, 0s);
}
@keyframes floatUp { from { transform: translateY(2px); } to { transform: translateY(-12px); } }
.elenco-card:hover .elenco-card__img { animation: wiggle .6s ease-in-out; }
@keyframes wiggle {
  0%,100% { transform: rotate(0) translateY(0); }
  20% { transform: rotate(-8deg) translateY(-4px); }
  55% { transform: rotate(7deg) translateY(-2px); }
  80% { transform: rotate(-3deg); }
}
.elenco-card h3 { font-family: var(--grotesk); font-weight: 800; text-transform: uppercase; letter-spacing: .06em; font-size: .82rem; color: var(--honey); margin-top: .7rem; }
.elenco-card__line { display: inline-block; margin-top: .45rem; font-family: var(--grotesk); font-weight: 700; font-size: .58rem; letter-spacing: .14em; text-transform: uppercase; padding: .25em .7em; border-radius: var(--r-pill); }
.line--ellas { color: #d98cff; background: rgba(144,19,254,.18); border: 1px solid rgba(144,19,254,.4); }
.line--ellos { color: var(--honey); background: rgba(255,212,0,.14); border: 1px solid rgba(255,212,0,.35); }
.elenco__note { max-width: var(--maxw); margin: 1.8rem auto 0; text-align: center; color: var(--muted); font-size: .9rem; display: flex; align-items: center; justify-content: center; gap: .55rem; }
.elenco__dot { width: 11px; height: 11px; border-radius: 50%; background: var(--grape); box-shadow: 0 0 0 4px rgba(144,19,254,.2); }
.bee--e1 { top: 14%; animation: beeFlyR 19s linear infinite; }
.bee--e2 { top: 72%; animation: beeFlyL 23s linear infinite; animation-delay: -7s; }
@media (min-width: 720px) { .elenco__grid { grid-template-columns: repeat(4, 1fr); } }

/* =============================================================
   20b3. COLAB · BROSIN × MAMIKO SEEDS (teaser)
   ============================================================= */
.colab { overflow: hidden; text-align: center; }
.colab__inner { max-width: var(--maxw); margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.colab__title { font-family: var(--display); font-weight: 900; text-transform: uppercase; letter-spacing: -.02em; line-height: .95; font-size: clamp(2rem, 6vw, 4.2rem); margin: .3rem 0 1.1rem; }
.colab__x { color: var(--grape); text-shadow: 0 0 14px rgba(144,19,254,.6); }
.colab__lead { color: var(--muted); font-size: 1.06rem; max-width: 54ch; margin: 0 auto; }
.colab__lead strong { color: var(--cream); }
.colab__mamiko { height: clamp(42px, 6vw, 66px); width: auto; filter: invert(1); opacity: .95; margin: 1.6rem auto .2rem; }
.colab__badge {
  display: inline-block; margin-top: 1.3rem;
  font-family: var(--grotesk); font-weight: 800; letter-spacing: .22em; text-transform: uppercase; font-size: .74rem;
  color: var(--on-honey); background: var(--honey);
  padding: .55em 1.2em; border-radius: var(--r-pill);
  box-shadow: 0 0 0 0 rgba(255,212,0,.5);
  animation: colabPulse 2.4s ease-in-out infinite;
}
@keyframes colabPulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(255,212,0,.45); }
  50%     { box-shadow: 0 0 0 12px rgba(255,212,0,0); }
}
.colab__cta { margin-top: 2.6rem; }
@media (prefers-reduced-motion: reduce) { .colab__badge { animation: none; } }

/* =============================================================
   20c. 6 SENTIDOS
   ============================================================= */
.senses { background: var(--ink); }
.senses__grid { max-width: var(--maxw); margin: 0 auto; display: grid; gap: 1rem; grid-template-columns: 1fr; }
.sense { background: var(--ink-3); border: 1px solid var(--line); border-radius: var(--r-md); padding: 1.7rem; transition: border-color .3s, background .3s, transform .4s var(--ease-out); }
.sense:hover { border-color: var(--honey); background: var(--ink-4); transform: translateY(-4px); }
.sense__ico { font-size: 1.7rem; display: grid; place-content: center; width: 52px; height: 52px; border-radius: 50%; background: rgba(255,212,0,.14); margin-bottom: 1rem; }
.sense h3 { font-family: var(--grotesk); font-weight: 800; font-size: 1.15rem; text-transform: uppercase; letter-spacing: .02em; margin-bottom: .4rem; }
.sense p { color: var(--muted); font-size: .95rem; }
.sense--grape { border-color: rgba(144,19,254,.45); }
.sense--grape .sense__ico { background: rgba(144,19,254,.2); }
.sense--grape h3 { color: var(--grape); }
@media (min-width: 600px) { .senses__grid { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 960px) { .senses__grid { grid-template-columns: repeat(3,1fr); } }

/* =============================================================
   20d. LOCALES
   ============================================================= */
.clubs { background: var(--ink-2); }
.clubs__list { max-width: var(--maxw); margin: 0 auto; }
.club-row {
  display: grid; grid-template-columns: 1fr auto; gap: .2rem 1rem; align-items: baseline;
  padding: 1.4rem 0; border-top: 1px solid var(--line);
  transition: padding-left .35s var(--ease-out);
}
.club-row:last-of-type { border-bottom: 1px solid var(--line); }
.club-row:hover { padding-left: .8rem; }
.club-row__name { font-family: var(--display); font-weight: 900; text-transform: uppercase; font-size: clamp(1.4rem,3.4vw,2.1rem); letter-spacing: -.02em; color: var(--cream); }
.club-row__name i { font-family: var(--sans); font-style: normal; font-weight: 600; font-size: .5em; color: var(--muted); letter-spacing: 0; text-transform: none; }
.club-row__city { font-family: var(--grotesk); font-weight: 700; letter-spacing: .14em; text-transform: uppercase; font-size: .8rem; color: var(--honey); text-align: right; }
.club-row__desc { grid-column: 1 / -1; color: var(--muted); font-size: .92rem; }
.club-row__tag { display: inline-block; vertical-align: middle; margin-left: .5rem; font-family: var(--grotesk); font-weight: 700; font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; color: var(--on-honey); background: var(--honey); padding: .25em .7em; border-radius: var(--r-pill); }
.club-row--home .club-row__name { color: var(--honey); }
.clubs__soon { max-width: var(--maxw); margin: 2rem auto 0; color: var(--muted); font-size: .95rem; }
.clubs__soon-tag { display: inline-block; font-family: var(--grotesk); font-weight: 700; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; border: 1px solid var(--line-2); color: var(--cream); padding: .35em .8em; border-radius: var(--r-pill); margin-right: .6rem; }

/* Footer slogan */
.footer__slogan { font-family: var(--display); font-weight: 800; font-style: italic; text-transform: uppercase; font-size: 1.25rem; color: var(--honey); margin-top: 1rem; }
.footer__slogan + .footer__tag { margin-top: .5rem; }

/* =============================================================
   21. REDUCED MOTION (intrusive only)
   ============================================================= */
@media (prefers-reduced-motion: reduce) {
  .marquee__track, .splash__bee, .splash__word, .cta-final__mascot { animation: none; }
  .bee { display: none; }
  .float-mascot__img, .elenco-card__img, .floor__plane { animation: none !important; }
  .hero__deco { transform: none !important; }
  [data-float] { animation: none !important; }
}

/* =============================================================
   22. NEON / GLASS THEME OVER THE 3D FLOOR
   (transparent sections so the floating plane shows through)
   ============================================================= */

/* Transparent shell + sections */
.shell { background: transparent; box-shadow: none; }
.club, .faq, .raffle, .clubs, .senses, .elenco, .values, .join,
.cta-final, .hero--yellow, .reqs, .spaces, .reviews, .locate, .colab, .blog {
  background: rgba(7, 8, 11, 0.30) !important;
  background-image: none !important;
}

/* Marquee → glass band */
.marquee {
  background: rgba(9,9,11,.55);
  color: var(--honey);
  border-block: 1px solid rgba(255,212,0,.32);
  -webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px);
  text-shadow: 0 0 12px rgba(255,212,0,.5);
}

/* Light text in the sections that used dark-on-yellow */
.hero--yellow, .values, .join, .cta-final, .raffle__card { color: var(--cream); }
.hero__lead, .cta-final__lead, .value p, .join__note, .raffle__lead,
.join .section-head__lead, .values__kicker, .hero__trust span { color: var(--muted) !important; }
.raffle__lead strong, .raffle__steps b { color: var(--cream) !important; }
.hero__trust { border-top-color: rgba(255,255,255,.18) !important; }
.hero__trust strong { color: var(--honey) !important; }
.value__n { color: var(--honey) !important; opacity: .9; }

/* Eyebrows always light */
.eyebrow, .eyebrow--dark { color: var(--muted) !important; }
.eyebrow--dark .eyebrow__dot { background: var(--honey); box-shadow: 0 0 0 4px rgba(255,212,0,.2); }

/* NEON headings (white core + honey halo) */
.hero__title, .club h2, .spaces h2, .join h2, .reqs h2, .reviews h2,
.faq h2, .locate h2, .raffle__title, .cta-final__title, .section-head h2,
.senses h2, .clubs h2, .value h3, .colab__title, .blog__article h3 {
  color: #fff !important;
  text-shadow: 0 0 7px rgba(255,255,255,.4), 0 0 22px rgba(255,210,0,.55), 0 0 48px rgba(255,196,0,.3);
}
.text-honey { color: var(--honey) !important; text-shadow: 0 0 9px rgba(255,212,0,.75), 0 0 34px rgba(255,196,0,.5); }
.hero__slogan { color: var(--honey) !important; text-shadow: 0 0 11px rgba(255,212,0,.65); opacity: 1 !important; }

/* Logo amarillo (autorizado) sobre el plano oscuro — el ojo es transparente y deja ver el 3D */
.nav__logo, .nav.is-stuck .nav__logo, .footer__logo { filter: none; }
/* Logo principal del hero: glow + tilt 3D al mover el ratón */
.hero__logo {
  filter: drop-shadow(0 0 16px rgba(255,212,0,.42)) drop-shadow(0 0 50px rgba(255,205,0,.2));
  transition: transform .2s var(--ease-out);
  transform-origin: center;
  will-change: transform;
}

/* Nav content light always */
.nav__links a { color: var(--muted); }
.nav__links a:hover, .nav.is-stuck .nav__links a:hover { color: var(--cream); }
.nav__burger span, .nav.is-stuck .nav__burger span { background: var(--cream); }
.nav__cta, .nav.is-stuck .nav__cta { background: var(--honey); color: var(--on-honey); }

/* Glass cards (readable over the moving plane, plane visible through blur) */
.amenity, .step, .sense, .elenco-card, .review, .faq__item,
.reqs__list li, .raffle__card, .raffle__right {
  background: rgba(17,17,21,.52);
  border: 1px solid rgba(255,255,255,.12);
  -webkit-backdrop-filter: blur(13px) saturate(140%);
          backdrop-filter: blur(13px) saturate(140%);
}
.amenity:hover, .reqs__list li:hover { background: rgba(28,28,34,.62); }
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .amenity, .step, .sense, .elenco-card, .review, .faq__item,
  .reqs__list li, .raffle__card, .raffle__right { background: rgba(12,12,15,.92); }
}

/* CTA glow tweak for dark bg */
.cta-final__mesh { background: radial-gradient(50% 60% at 50% 0%, rgba(255,212,0,.16), transparent 62%); }
.gallery__item, .club__figure, .locate__map { border: 1px solid rgba(255,255,255,.1); }

/* Fondo negro SUAVE (sin blur) detrás de cada bloque de texto — bordes difuminados, nada de cuadrados */
.section-head, .club__copy, .reqs__copy, .locate__info, .values__grid, .clubs__list, .colab__head { position: relative; z-index: 0; }
.section-head::before, .club__copy::before, .reqs__copy::before,
.locate__info::before, .values__grid::before, .clubs__list::before, .colab__head::before {
  content: ""; position: absolute; z-index: -1; pointer-events: none;
  inset: -1.8rem -2.2rem;
  background: radial-gradient(ellipse 88% 94% at 50% 50%, rgba(6,7,10,.85) 50%, rgba(6,7,10,.55) 72%, transparent 90%);
}

/* =============================================================
   23. LANGUAGE SWITCHER (ES / EN / DE)
   ============================================================= */
.lang { position: relative; display: none; margin-left: .5rem; }
.lang__btn {
  display: inline-flex; align-items: center; gap: .45rem;
  font-family: var(--grotesk); font-weight: 700; font-size: .8rem; letter-spacing: .1em;
  color: var(--cream); padding: .55rem .95rem;
  border: 1px solid var(--line-2); border-radius: var(--r-pill);
  transition: border-color .25s, background .25s;
}
.lang__btn:hover { border-color: var(--honey); background: rgba(255,212,0,.08); }
.lang__caret {
  width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent;
  border-top: 5px solid currentColor; opacity: .7;
}
.lang__menu {
  position: absolute; top: calc(100% + 8px); right: 0; min-width: 160px; z-index: 1200;
  display: none; flex-direction: column; padding: .4rem;
  background: rgba(10,10,12,.97); border: 1px solid var(--line-2); border-radius: 14px;
  box-shadow: var(--sh-md);
}
.lang.is-open .lang__menu { display: flex; }
.lang__menu button {
  text-align: left; font-family: var(--grotesk); font-weight: 600; font-size: .88rem;
  color: var(--muted); padding: .55rem .85rem; border-radius: 9px;
  transition: background .2s, color .2s;
}
.lang__menu button:hover { background: rgba(255,212,0,.1); color: var(--cream); }
.lang__menu button.is-active { color: var(--honey); }

/* mobile: fila ES / EN / DE dentro del menú */
.lang-row { display: flex; flex-wrap: wrap; gap: .5rem; padding: .95rem 0; border-bottom: 1px solid var(--line); }
.lang-row button {
  font-family: var(--grotesk); font-weight: 700; font-size: .85rem; letter-spacing: .08em;
  color: var(--muted); padding: .45rem 1.05rem;
  border: 1px solid var(--line-2); border-radius: var(--r-pill);
  transition: color .2s, background .2s, border-color .2s;
}
.lang-row button.is-active { color: var(--on-honey); background: var(--honey); border-color: var(--honey); }

@media (min-width: 960px) { .lang { display: block; } }

/* =============================================================
   24. VERIFICACIÓN DE EDAD (+21)
   ============================================================= */
html.agegate-open, html.agegate-open body { overflow: hidden; }
.agegate {
  position: fixed; inset: 0; z-index: 9000;
  display: grid; place-items: center; padding: var(--gutter);
  background: rgba(6,7,10,.82);
  -webkit-backdrop-filter: blur(16px) saturate(140%); backdrop-filter: blur(16px) saturate(140%);
  animation: ageIn .4s var(--ease-out);
}
@keyframes ageIn { from { opacity: 0; } to { opacity: 1; } }
.agegate.is-out { opacity: 0; pointer-events: none; transition: opacity .5s var(--ease-out); }
.agegate__box {
  width: min(520px, 100%); text-align: center;
  background: rgba(15,15,19,.9); border: 1px solid var(--line-2);
  border-radius: var(--r-xl); padding: clamp(1.8rem, 5vw, 3rem);
  box-shadow: var(--sh-lg), 0 0 60px rgba(255,212,0,.12);
}
.agegate__logo { width: clamp(150px, 42vw, 210px); height: auto; margin: 0 auto 1.4rem;
  filter: drop-shadow(0 0 20px rgba(255,212,0,.35)); }
.agegate__kicker {
  font-family: var(--grotesk); font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  font-size: .74rem; color: var(--honey); margin-bottom: .7rem;
}
.agegate__title {
  font-family: var(--display); font-weight: 900; text-transform: uppercase;
  font-size: clamp(1.5rem, 4.5vw, 2.2rem); letter-spacing: -.02em; color: #fff;
  line-height: 1.02; margin-bottom: .9rem;
}
.agegate__text { color: var(--muted); font-size: 1rem; max-width: 40ch; margin: 0 auto 1.8rem; }
.agegate__actions { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; }
.agegate__actions .btn { flex: 1 1 auto; min-width: 140px; }
.agegate__deny {
  margin-top: 1.4rem; color: #ff6a6a; font-weight: 600;
  border: 1px solid rgba(255,80,80,.4); background: rgba(255,60,60,.08);
  border-radius: var(--r-md); padding: .9rem 1rem;
}
.agegate__legal { margin-top: 1.6rem; color: var(--muted-2); font-size: .78rem; max-width: 44ch; margin-inline: auto; }

/* =============================================================
   25. BLOG — artículos abiertos con imagen
   ============================================================= */
.blog__list { max-width: var(--maxw); margin: 0 auto; display: grid; gap: 1.5rem; }
.blog__article {
  display: grid; grid-template-columns: 1fr; gap: 1.2rem 2.2rem; align-items: center;
  background: rgba(16,16,20,.55); border: 1px solid var(--line-2); border-radius: var(--r-lg);
  padding: clamp(1.3rem, 3vw, 2rem);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  transition: border-color .3s, transform .4s var(--ease-out), box-shadow .4s;
}
.blog__article:hover { border-color: var(--honey); box-shadow: var(--sh-md); transform: translateY(-4px); }
.blog__cover {
  position: relative; display: grid; place-items: center; min-height: 190px;
  border-radius: var(--r-md); overflow: hidden;
  background: radial-gradient(circle at 50% 42%, rgba(255,212,0,.16), transparent 68%);
  border: 1px solid var(--line);
}
.blog__cover img {
  width: min(74%, 210px); height: auto; max-height: 240px; object-fit: contain;
  filter: drop-shadow(0 16px 26px rgba(0,0,0,.5));
  animation: floatUp 5s var(--ease-soft) infinite alternate;
}
.blog__tag { font-family: var(--grotesk); font-weight: 700; letter-spacing: .14em; text-transform: uppercase; font-size: .72rem; color: var(--honey); }
.blog__article h3 { font-family: var(--display); font-weight: 900; text-transform: uppercase; letter-spacing: -.01em; line-height: 1; font-size: clamp(1.3rem, 2.7vw, 2rem); margin: .5rem 0 .9rem; }
.blog__body p { color: var(--muted); margin-bottom: .7rem; }
.blog__body p:last-child { margin-bottom: 0; }
.blog__body strong { color: var(--cream); }
@media (min-width: 760px) {
  .blog__article { grid-template-columns: 270px 1fr; }
  .blog__article:nth-child(even) { grid-template-columns: 1fr 270px; }
  .blog__article:nth-child(even) .blog__cover { order: 2; }
}
@media (prefers-reduced-motion: reduce) { .blog__cover img { animation: none; } }
