/* =========================================================
   Ale Durán — premium / cálido / íntimo
   Near-black tibio · Frank Ruhl Libre + Karla · atardecer Pacífico
   (ámbar → coral → vino, sin violetas de neón)
   ========================================================= */

:root {
  --bg:        oklch(15% 0.005 50);
  --bg-2:      oklch(18% 0.006 48);
  --surface:   oklch(21% 0.007 46);
  --surface-2: oklch(25% 0.008 44);
  --border:    oklch(31% 0.010 44);
  --text:      oklch(96% 0.005 70);
  --muted:     oklch(67% 0.018 50);

  /* Gradiente atardecer Pacífico — cálido de extremo a extremo */
  --g1: oklch(83% 0.13 75);   /* ámbar */
  --g2: oklch(70% 0.17 36);   /* coral */
  --g3: oklch(45% 0.12 24);   /* vino profundo */
  --grad: linear-gradient(110deg, var(--g1), var(--g2) 48%, var(--g3));
  /* Gradiente para texto/fondos con texto oscuro encima: solo ámbar→coral,
     nunca llega al vino (que cae bajo 4.5:1 de contraste con #14080a) */
  --grad-cta: linear-gradient(110deg, var(--g1), var(--g2));
  --accent: oklch(70% 0.17 36);
  --accent-rgb: 245, 113, 78;

  --ff-display: 'Frank Ruhl Libre', Georgia, serif;
  --ff-body:    'Karla', system-ui, -apple-system, sans-serif;

  --maxw: 1240px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--ff-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--accent); color: #14080a; }

/* Foco visible por teclado en todos los interactivos */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--g2);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ---------- Skip link ---------- */
.skip-link {
  position: fixed; top: -100%; left: 1rem; z-index: 200;
  background: var(--surface); color: var(--text); border: 1px solid var(--border);
  font-family: var(--ff-display); font-weight: 700; font-size: .82rem;
  padding: .85rem 1.4rem; border-radius: 8px;
  transition: top .25s var(--ease);
}
.skip-link:focus { top: 1rem; }

/* ---------- Gradient orbs (decor) ---------- */
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .5;
  pointer-events: none;
  z-index: 0;
}
.orb--1 { width: 480px; height: 480px; top: -120px; right: -80px; background: radial-gradient(circle, var(--g2), transparent 70%); }
.orb--2 { width: 420px; height: 420px; bottom: -140px; left: -120px; background: radial-gradient(circle, var(--g3), transparent 70%); opacity: .4; }
.orb--3 { width: 520px; height: 520px; top: 10%; left: -180px; background: radial-gradient(circle, var(--g1), transparent 70%); opacity: .22; }
.orb--4 { width: 560px; height: 560px; bottom: -160px; right: -160px; background: radial-gradient(circle, var(--g3), transparent 70%); opacity: .28; }

/* ---------- Image placeholders ---------- */
[data-img] { background-color: var(--surface-2); background-size: cover; background-position: center top; position: relative; }
[data-img].is-empty::after {
  content: attr(data-img);
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--ff-body); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--accent); opacity: .6;
  background:
    repeating-linear-gradient(45deg, rgba(var(--accent-rgb),.05) 0 12px, transparent 12px 24px),
    linear-gradient(160deg, var(--surface-2), var(--bg-2));
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--ff-display);
  font-weight: 700; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase;
  padding: 1.05rem 2.1rem; border-radius: 100px; cursor: pointer;
  border: 1px solid transparent;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
  min-height: 50px;
}
.btn--grad { background: var(--grad-cta); color: #14080a; box-shadow: 0 10px 34px -12px rgba(var(--accent-rgb),.6); }
.btn--grad:hover { transform: translateY(-2px); box-shadow: 0 16px 44px -12px rgba(var(--accent-rgb),.75); }
.btn--ghost { border-color: rgba(244,243,241,.22); color: var(--text); }
.btn--ghost:hover { border-color: var(--accent); color: #fff; transform: translateY(-2px); }
.btn--block { width: 100%; }
.btn:focus-visible { outline: 2px solid var(--g2); outline-offset: 3px; }

/* ---------- Section primitives ---------- */
section { position: relative; padding: clamp(4.5rem, 9vw, 8.5rem) clamp(1.25rem, 5vw, 3rem); overflow: hidden; }
.section__head { max-width: 720px; margin: 0 auto clamp(2.5rem, 5vw, 4rem); text-align: center; position: relative; z-index: 1; }
.section__eyebrow {
  display: inline-flex; align-items: center; gap: .55em;
  font-family: var(--ff-display); font-weight: 500; font-style: italic;
  font-size: .82rem; letter-spacing: .06em;
  color: var(--accent);
  margin-bottom: 1rem;
}
.section__eyebrow::before { content: ''; width: 1.6em; height: 1px; background: var(--accent); opacity: .6; }
.section__title {
  font-family: var(--ff-display); font-weight: 500;
  font-size: clamp(2rem, 5vw, 3.4rem); line-height: 1.08;
  letter-spacing: -0.01em;
}
.section__sub { color: var(--muted); margin-top: 1.4rem; font-size: 1.04rem; font-weight: 300; }

/* =========================================================
   NAV
   ========================================================= */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 100; transition: background .4s var(--ease), backdrop-filter .4s var(--ease), border-color .4s var(--ease); border-bottom: 1px solid transparent; }
.nav.is-scrolled { background: rgba(10,10,11,.82); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom-color: var(--border); }
.nav__inner { max-width: var(--maxw); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 1rem clamp(1.25rem, 5vw, 3rem); gap: 1.5rem; }
.nav__brand { display: flex; flex-direction: column; line-height: 1.05; }
.nav__brand-name { font-family: var(--ff-display); font-size: 1.25rem; font-weight: 900; letter-spacing: -0.01em; }
.nav__brand-sub { font-size: .58rem; letter-spacing: .26em; text-transform: uppercase; color: var(--accent); margin-top: 3px; }
.nav__links { display: flex; align-items: center; gap: 2rem; }
.nav__links a { font-family: var(--ff-display); font-weight: 500; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); transition: color .25s var(--ease); position: relative; }
.nav__links a::after { content: ''; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px; background: var(--grad); transition: width .3s var(--ease); }
.nav__links a:hover { color: var(--text); }
.nav__links a:hover::after { width: 100%; }
.nav__right { display: flex; align-items: center; gap: 1.1rem; }

.lang { display: flex; align-items: center; gap: .35rem; }
.lang__btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; min-width: 44px; background: none; border: 0; cursor: pointer; font-family: var(--ff-display); font-weight: 700; font-size: .76rem; letter-spacing: .06em; color: var(--muted); padding: .3rem .35rem; transition: color .25s var(--ease); }
.lang__btn.is-active { color: var(--text); }
.lang__btn:not(.is-active):hover { color: var(--accent); }
.lang__sep { color: var(--border); font-size: .76rem; }

.nav__cta { font-family: var(--ff-display); font-weight: 700; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; color: #14080a; background: var(--grad-cta); padding: .65rem 1.3rem; border-radius: 100px; transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.nav__cta:hover { transform: translateY(-2px); box-shadow: 0 10px 26px -10px rgba(var(--accent-rgb),.6); }

.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 11px; }
.nav__toggle span { width: 24px; height: 2px; background: var(--text); transition: transform .3s var(--ease), opacity .3s var(--ease); }
.nav__toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle.is-open span:nth-child(2) { opacity: 0; }
.nav__toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav__mobile { display: none; flex-direction: column; background: rgba(10,10,11,.97); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); padding: 1rem clamp(1.25rem, 5vw, 3rem) 1.5rem; }
.nav__mobile a { font-family: var(--ff-display); font-weight: 500; padding: .9rem 0; font-size: .95rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); border-bottom: 1px solid var(--border); }
.nav__mobile a:last-child { color: var(--accent); }
.nav__mobile.is-open { display: flex; }

/* =========================================================
   HERO
   ========================================================= */
.hero { min-height: 100vh; min-height: 100dvh; display: flex; flex-direction: column; justify-content: center; padding: 7rem clamp(1.25rem, 5vw, 3rem) 5rem; }
.hero__inner { position: relative; z-index: 2; max-width: var(--maxw); margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.hero__eyebrow { font-family: var(--ff-display); font-weight: 700; font-size: .74rem; letter-spacing: .26em; text-transform: uppercase; color: var(--muted); margin-bottom: 1.5rem; }
.hero__title { font-family: var(--ff-display); font-weight: 900; font-size: clamp(3.4rem, 12vw, 8.6rem); line-height: .9; letter-spacing: -0.015em; text-transform: uppercase; }
.hero__title .line { display: block; }
.hero__title .grad { color: var(--accent); }
.hero__lede { max-width: 44ch; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.15rem); margin-top: 1.8rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.4rem; }

.hero__media { position: relative; }
.hero__photo { aspect-ratio: 4 / 5; border-radius: 8px; border: 1px solid var(--border); background-position: center top; position: relative; z-index: 1; }
.hero__photo-glow { position: absolute; inset: -8% -8% -4% -8%; z-index: 0; background: var(--grad); filter: blur(60px); opacity: .35; border-radius: 50%; }

.hero__scroll { position: absolute; bottom: 1.8rem; left: 50%; transform: translateX(-50%); z-index: 2; display: flex; flex-direction: column; align-items: center; gap: .8rem; font-family: var(--ff-display); font-weight: 500; font-size: .62rem; letter-spacing: .24em; text-transform: uppercase; color: var(--muted); }
.hero__scroll-line { width: 1px; height: 46px; background: linear-gradient(var(--accent), transparent); position: relative; overflow: hidden; }
.hero__scroll-line::after { content: ''; position: absolute; top: -50%; left: 0; width: 100%; height: 50%; background: var(--g2); animation: scrollDot 2.2s var(--ease) infinite; }
@keyframes scrollDot { 0% { top: -50%; } 60%,100% { top: 100%; } }

/* =========================================================
   MARQUEE
   ========================================================= */
.marquee { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 1.3rem 0; overflow: hidden; background: var(--bg-2); white-space: nowrap; }
.marquee__track { display: inline-flex; align-items: center; gap: 2.2rem; animation: marquee 34s linear infinite; font-family: var(--ff-display); font-weight: 500; font-style: italic; font-size: clamp(1.2rem, 2.4vw, 1.85rem); letter-spacing: 0; }
.marquee__track i { color: var(--accent); font-style: normal; font-size: .8em; opacity: .85; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee__track { animation: none; } }

/* =========================================================
   ABOUT
   ========================================================= */
.about__grid { position: relative; z-index: 1; max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.about__media { position: relative; }
.about__img { aspect-ratio: 4 / 5; border-radius: 8px; border: 1px solid var(--border); }
.about__badge { position: absolute; bottom: -1px; left: -1px; background: var(--grad-cta); color: #14080a; font-family: var(--ff-display); font-weight: 700; font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; padding: .7rem 1.2rem; border-radius: 0 8px 0 8px; }
.about__text p { color: var(--muted); margin-top: 1.25rem; max-width: 52ch; }
.about__stats { display: flex; gap: clamp(1.5rem, 4vw, 3rem); margin-top: 2.5rem; }
.stat { display: flex; flex-direction: column; }
.stat__num { font-family: var(--ff-display); font-weight: 500; font-size: clamp(1.9rem, 4vw, 2.7rem); line-height: 1; color: var(--accent); }
.stat__label { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-top: .6rem; }

/* =========================================================
   REPERTOIRE
   ========================================================= */
.repertoire { background: var(--bg-2); }
.cards { position: relative; z-index: 1; max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.card { background: var(--surface); border: 1px solid var(--border); border-radius: 10px; padding: 2rem 1.6rem; transition: transform .4s var(--ease), border-color .4s var(--ease), background .4s var(--ease); }
.card:hover { transform: translateY(-6px); border-color: rgba(var(--accent-rgb),.5); background: var(--surface-2); }
.card__index { font-family: var(--ff-display); font-weight: 500; font-style: italic; font-size: .95rem; color: var(--accent); opacity: .9; }
.card h3 { font-family: var(--ff-display); font-weight: 700; font-size: 1.22rem; margin: 1rem 0 .7rem; text-transform: uppercase; letter-spacing: -0.01em; }
.card p { color: var(--muted); font-size: .92rem; }

.formats { position: relative; z-index: 1; max-width: var(--maxw); margin: 3rem auto 0; border-top: 1px solid var(--border); padding-top: 2.5rem; }
.formats__title { font-family: var(--ff-display); font-weight: 700; font-size: 1.1rem; text-transform: uppercase; letter-spacing: .02em; color: var(--text); margin-bottom: 1.25rem; }
.formats__list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem 2rem; list-style: none; }
.formats__list li { color: var(--muted); font-size: .95rem; padding-left: 1.25rem; position: relative; }
.formats__list li::before { content: ''; position: absolute; left: 0; top: .55em; width: 7px; height: 7px; background: var(--grad); border-radius: 50%; }
.formats__list strong { color: var(--text); font-weight: 500; font-family: var(--ff-display); }

/* =========================================================
   GALLERY
   ========================================================= */
.gallery__grid { position: relative; z-index: 1; max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.gallery__item { border-radius: 10px; border: 1px solid var(--border); overflow: hidden; position: relative; cursor: pointer; transition: transform .5s var(--ease); aspect-ratio: 3/4; }
.gallery__item::before { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent 45%, rgba(10,10,11,.55)); opacity: 0; transition: opacity .4s var(--ease); }
.gallery__item:hover { transform: scale(.99); }
.gallery__item:hover::before { opacity: 1; }
.gallery__item--tall { grid-column: span 1; }
.gallery__item--wide { grid-column: span 2; aspect-ratio: 16/9; }
/* Sin video conectado todavía: placeholder no interactivo (sin cursor/hover de "clickeable") */
.gallery__item--video { grid-column: span 2; aspect-ratio: auto; background: linear-gradient(150deg, var(--surface-2), var(--bg-2)); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; color: var(--muted); min-height: 300px; cursor: default; }
.gallery__item--video:hover { transform: none; }
.gallery__item--video:hover::before { opacity: 0; }
.gallery__play { width: 64px; height: 64px; border-radius: 50%; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--muted); opacity: .7; }
.gallery__item--video figcaption { font-family: var(--ff-display); font-weight: 500; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; z-index: 2; }

/* =========================================================
   EVENTS
   ========================================================= */
.events { background: var(--bg-2); }
.events__inner { position: relative; z-index: 1; max-width: var(--maxw); margin: 0 auto; }
.events__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.event { background: var(--surface); border: 1px solid var(--border); border-radius: 10px; padding: 2rem 1.5rem; transition: transform .4s var(--ease), border-color .4s var(--ease); }
.event:hover { transform: translateY(-6px); border-color: rgba(var(--accent-rgb),.5); }
.event__icon { width: 44px; height: 44px; color: var(--accent); margin-bottom: 1.25rem; }
.event__icon svg { width: 100%; height: 100%; }
.event h3 { font-family: var(--ff-display); font-weight: 700; font-size: 1.12rem; margin-bottom: .6rem; text-transform: uppercase; letter-spacing: -0.01em; }
.event p { color: var(--muted); font-size: .9rem; }
.events__cta { text-align: center; margin-top: 3.5rem; display: flex; flex-direction: column; align-items: center; gap: 1.25rem; }
.events__cta p { font-family: var(--ff-display); font-weight: 500; font-style: italic; font-size: clamp(1.4rem, 3vw, 2rem); letter-spacing: -0.01em; }

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.quotes { position: relative; z-index: 1; max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.quote { background: var(--surface); border: 1px solid var(--border); border-radius: 10px; padding: 2.25rem 2rem; position: relative; }
.quote::before { content: '“'; font-family: var(--ff-display); font-weight: 700; font-size: 4rem; color: var(--accent); opacity: .3; position: absolute; top: .6rem; left: 1.2rem; line-height: 1; }
.quote p { font-size: 1.06rem; line-height: 1.55; padding-top: 1.8rem; color: var(--text); font-weight: 300; }
.quote footer { font-family: var(--ff-display); margin-top: 1.5rem; font-size: .74rem; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.quote footer span { color: var(--accent); }

/* =========================================================
   CONTACT
   ========================================================= */
.contact__grid { position: relative; z-index: 1; max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: start; }
.contact__text > p { color: var(--muted); margin-top: 1.25rem; max-width: 42ch; }
.contact__list { list-style: none; margin-top: 2.5rem; display: grid; gap: 1.25rem; }
.contact__list li { display: flex; flex-direction: column; gap: .25rem; border-bottom: 1px solid var(--border); padding-bottom: 1.25rem; }
.contact__label { font-family: var(--ff-display); font-weight: 700; font-size: .66rem; letter-spacing: .18em; text-transform: uppercase; color: var(--accent); }
.contact__list a, .contact__list li > span:last-child { font-size: 1.05rem; color: var(--text); transition: color .25s var(--ease); }
.contact__list a:hover { color: var(--accent); }

.contact__form { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: clamp(1.75rem, 4vw, 2.5rem); }
.field { margin-bottom: 1.25rem; }
.field--row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field label { display: block; font-family: var(--ff-display); font-weight: 500; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: .55rem; }
.field input, .field select, .field textarea { width: 100%; background: var(--bg-2); border: 1px solid var(--border); border-radius: 8px; padding: .85rem 1rem; color: var(--text); font-family: var(--ff-body); font-size: .95rem; transition: border-color .25s var(--ease), box-shadow .25s var(--ease); min-height: 48px; }
.field textarea { resize: vertical; min-height: 110px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(var(--accent-rgb),.15); }
.field.is-error input, .field.is-error select { border-color: #e0625b; }
.field .req { color: var(--accent); }
.form__error { font-size: .82rem; color: #e0625b; text-align: center; margin-top: 1rem; }
.form__error[hidden] { display: none; }
.form__note { font-size: .78rem; color: var(--muted); text-align: center; margin-top: 1rem; }

/* =========================================================
   FOOTER
   ========================================================= */
.footer { background: var(--bg-2); border-top: 1px solid var(--border); padding: clamp(3rem, 6vw, 4.5rem) clamp(1.25rem, 5vw, 3rem) 2rem; }
.footer__inner { max-width: var(--maxw); margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1.5rem; padding-bottom: 2.5rem; border-bottom: 1px solid var(--border); }
.footer__name { font-family: var(--ff-display); font-size: 1.5rem; font-weight: 900; display: block; letter-spacing: -0.01em; }
.footer__tag { font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); }
.footer__social { display: flex; gap: 1rem; }
.footer__social a { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--muted); transition: color .3s var(--ease), border-color .3s var(--ease), transform .3s var(--ease); }
.footer__social a:hover { color: var(--accent); border-color: var(--accent); transform: translateY(-3px); }
.footer__copy { max-width: var(--maxw); margin: 1.5rem auto 0; font-size: .78rem; color: var(--muted); text-align: center; }

/* =========================================================
   BOTONES FLOTANTES
   ========================================================= */
.float-btns { position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 90; display: flex; flex-direction: column; gap: .75rem; }
.float-btn { width: 54px; height: 54px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px -8px rgba(0,0,0,.4); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.float-btn--wa { background: #25D366; color: #fff; }
.float-btn--wa::after { content: ''; position: absolute; inset: 0; border-radius: 50%; border: 2px solid #25D366; animation: pulse 2.4s ease-out infinite; }
.float-btn--wa:hover { transform: scale(1.1); box-shadow: 0 12px 32px -6px rgba(37,211,102,.5); }
.float-btn--ig { background: linear-gradient(135deg, #f58529, #dd2a7b, #833ab4); color: #fff; }
.float-btn--ig:hover { transform: scale(1.1); box-shadow: 0 12px 32px -6px rgba(221,42,123,.5); }
@keyframes pulse { 0% { transform: scale(1); opacity: .7; } 100% { transform: scale(1.6); opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .float-btn--wa::after { animation: none; } }

/* =========================================================
   REVEAL
   ========================================================= */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  .hero__inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero__media { max-width: 440px; order: -1; }
  .cards, .events__grid { grid-template-columns: repeat(2, 1fr); }
  .gallery__grid { grid-template-columns: repeat(2, 1fr); }
  .gallery__item--wide, .gallery__item--video { grid-column: span 2; }
  .quotes { grid-template-columns: 1fr; max-width: 620px; }
  .formats__list { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .nav__links { display: none; }
  .nav__cta { display: none; }
  .nav__toggle { display: flex; }
  .about__grid, .contact__grid { grid-template-columns: 1fr; }
  .about__media { max-width: 420px; }
  .field--row { grid-template-columns: 1fr; }
  .footer__inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 540px) {
  .cards, .events__grid { grid-template-columns: 1fr; }
  .gallery__grid { grid-template-columns: 1fr; }
  .gallery__item:not(.gallery__item--wide):not(.gallery__item--video) { aspect-ratio: 3/4; }
  .gallery__item--wide { aspect-ratio: 4/3; }
  .gallery__item--video { grid-column: span 1; min-height: 240px; }
  .hero__actions { flex-direction: column; align-items: stretch; }
}
