/* ============================================================
   PAOLA E IAN — Invitación Estilo Vaquero del Oeste
   Diseño: sunset desert · cuero · latón · tipografía western
   ============================================================ */

:root {
  --ink: #1b0e06;
  --leather-dark: #2f1a0c;
  --leather: #4a2a13;
  --leather-light: #6b3b1c;
  --sunset-1: #ff9d3c;
  --sunset-2: #f4661b;
  --sunset-3: #b32d1c;
  --dusk-1: #4a2350;
  --dusk-2: #2a1436;
  --gold: #e8b85c;
  --gold-1: #ffd98a;
  --gold-2: #d9a13b;
  --gold-3: #8f6320;
  --cream: #f7e9cd;
  --cream-soft: #e9d5b0;
  --turquoise: #3fa89b;
  --shadow-deep: 0 30px 70px -25px rgba(0, 0, 0, .8);
  --font-west: 'Rye', 'Bevan', serif;
  --font-type: 'Special Elite', 'Courier New', monospace;
  --font-body: 'Alegreya Sans', 'Helvetica Neue', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-body);
  color: var(--cream);
  background: #150b05;
  overflow-x: hidden;
  line-height: 1.65;
  font-size: 17px;
}

img { max-width: 100%; display: block; }

/* ---------- textura de grano global ---------- */
.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 90;
  opacity: .16;
  mix-blend-mode: overlay;
  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='.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

/* ---------- vignette global ---------- */
.vignette {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 89;
  box-shadow: inset 0 0 220px 60px rgba(20, 8, 2, .85);
}

/* ============================ HERO ============================ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  overflow: hidden;
  padding: 6vh 20px 4vh;
  isolation: isolate;
}

.hero__photo {
  position: absolute;
  inset: 0;
  z-index: -3;
  background: url('../images/paola-ian.png') center 28% / cover no-repeat;
  transform: scale(1.06);
  animation: heroDrift 26s ease-in-out infinite alternate;
}

@keyframes heroDrift {
  from { transform: scale(1.06) translate3d(0, 0, 0); }
  to   { transform: scale(1.14) translate3d(0, -1.5%, 0); }
}

.hero__wash {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(120% 80% at 50% 42%, rgba(255, 176, 74, .10), transparent 60%),
    linear-gradient(to bottom,
      rgba(30, 12, 30, .72) 0%,
      rgba(40, 16, 20, .28) 32%,
      rgba(25, 10, 4, .60) 66%,
      rgba(15, 7, 3, .96) 100%);
}

.hero__sun {
  position: absolute;
  left: 50%;
  top: 52%;
  width: min(70vw, 520px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  z-index: -2;
  background: radial-gradient(circle, rgba(255, 214, 130, .40) 0%, rgba(255, 150, 50, .18) 38%, transparent 66%);
  filter: blur(6px);
  animation: sunPulse 7s ease-in-out infinite;
}

@keyframes sunPulse {
  0%, 100% { opacity: .75; transform: translate(-50%, -50%) scale(1); }
  50%      { opacity: 1;   transform: translate(-50%, -50%) scale(1.08); }
}

#dust {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

/* --- encabezado tipográfico --- */
.hero__top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 26px 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 3;
}

.eyebrow {
  font-family: var(--font-type);
  letter-spacing: .42em;
  text-transform: uppercase;
  font-size: clamp(9px, 2.4vw, 12px);
  color: var(--gold-1);
  text-shadow: 0 2px 8px rgba(0, 0, 0, .9);
}

.rope-line {
  width: min(88%, 460px);
  height: 12px;
  background:
    repeating-linear-gradient(115deg, #c9903c 0 5px, #8a5c22 5px 10px);
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .6), inset 0 -2px 3px rgba(0, 0, 0, .35);
  opacity: .85;
  position: relative;
}
.rope-line::before, .rope-line::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 13px; height: 13px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #ffe4a8, #a06f24 70%);
  transform: translateY(-50%);
  box-shadow: 0 2px 5px rgba(0,0,0,.6);
}
.rope-line::before { left: -9px; }
.rope-line::after  { right: -9px; }

/* --- bloque inferior del hero --- */
.hero__content { position: relative; z-index: 3; width: 100%; }

.hero__names {
  font-family: var(--font-west);
  font-size: clamp(2.9rem, 13.5vw, 8.6rem);
  line-height: .92;
  letter-spacing: .02em;
  text-transform: uppercase;
  background: linear-gradient(178deg, #fff8e6 4%, #ffdb95 32%, #d9a13b 64%, #a9752a 88%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 3px 0 rgba(70, 33, 8, .95)) drop-shadow(0 14px 26px rgba(0, 0, 0, .8));
  margin-bottom: 4px;
}

.hero__amp {
  display: block;
  font-family: var(--font-west);
  font-size: clamp(1.1rem, 4.6vw, 2.4rem);
  color: var(--cream-soft);
  letter-spacing: .3em;
  margin: 6px 0 2px;
  opacity: .9;
}
.hero__amp span {
  display: inline-block;
  padding: 0 14px;
  position: relative;
}
.hero__amp span::before, .hero__amp span::after {
  content: '';
  position: absolute;
  top: 50%;
  width: clamp(28px, 9vw, 90px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-2), transparent);
}
.hero__amp span::before { right: 100%; }
.hero__amp span::after  { left: 100%; }

.hero__sub {
  font-family: var(--font-type);
  font-size: clamp(.78rem, 3.2vw, 1.15rem);
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--cream);
  text-shadow: 0 2px 10px rgba(0, 0, 0, .9);
  margin-top: 14px;
}

.hero__date-strip {
  margin: 18px auto 0;
  display: inline-flex;
  align-items: center;
  gap: clamp(10px, 3vw, 22px);
  padding: 10px clamp(16px, 5vw, 30px);
  border-top: 1px solid rgba(232, 184, 92, .5);
  border-bottom: 1px solid rgba(232, 184, 92, .5);
  background: rgba(24, 10, 4, .45);
  backdrop-filter: blur(3px);
}
.hero__date-strip b {
  font-family: var(--font-west);
  font-size: clamp(.85rem, 3.4vw, 1.35rem);
  color: var(--gold-1);
  letter-spacing: .06em;
  white-space: nowrap;
}
.hero__date-strip i {
  color: var(--turquoise);
  font-size: .8em;
  opacity: .9;
}

.scroll-cue {
  margin-top: 26px;
  font-family: var(--font-type);
  font-size: 10px;
  letter-spacing: .35em;
  text-transform: uppercase;
  color: rgba(247, 233, 205, .7);
  animation: bob 2.4s ease-in-out infinite;
}
.scroll-cue i { display: block; margin-top: 6px; color: var(--gold-2); }

@keyframes bob {
  0%, 100% { transform: translateY(0); opacity: .7; }
  50%      { transform: translateY(7px); opacity: 1; }
}

/* ======================= ESTRELLA / BADGE ======================= */
.star-badge {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  color: var(--gold-2);
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .6));
}

/* ======================= SECCIONES BASE ======================= */
.sheet {
  position: relative;
  padding: clamp(64px, 12vw, 120px) 20px;
  background:
    radial-gradient(90% 60% at 50% 0%, rgba(255, 150, 60, .10), transparent 60%),
    linear-gradient(#1a0d06, #241207 55%, #170c05);
}

.wrap { width: min(1080px, 100%); margin: 0 auto; }
.narrow { width: min(720px, 100%); margin: 0 auto; }

.section-title {
  font-family: var(--font-west);
  text-align: center;
  font-size: clamp(1.6rem, 6.4vw, 3rem);
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--gold-1);
  text-shadow: 0 2px 0 rgba(60, 28, 8, .9), 0 12px 26px rgba(0, 0, 0, .6);
  margin-bottom: 10px;
}

.section-kicker {
  text-align: center;
  font-family: var(--font-type);
  font-size: clamp(.66rem, 2.8vw, .82rem);
  letter-spacing: .34em;
  text-transform: uppercase;
  color: rgba(247, 233, 205, .62);
  margin-bottom: 34px;
}

/* divisor de herradura / estrellas */
.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 auto 34px;
  width: min(420px, 84%);
  color: var(--gold-2);
}
.divider::before, .divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(217, 161, 59, .8), transparent);
}
.divider i { font-size: .8rem; opacity: .9; }

/* ======================= CARTEL "WANTED" ======================= */
.poster {
  position: relative;
  margin: 0 auto;
  max-width: 640px;
  padding: clamp(28px, 7vw, 52px) clamp(20px, 6vw, 46px);
  color: #38200d;
  background:
    radial-gradient(120% 100% at 20% 0%, rgba(255, 255, 255, .35), transparent 55%),
    linear-gradient(160deg, #f0dcb0 0%, #e3c894 45%, #d3b47c 100%);
  border-radius: 4px;
  box-shadow: var(--shadow-deep), inset 0 0 0 1px rgba(90, 55, 20, .3);
  transform: rotate(-.7deg);
}
.poster::before {
  content: '';
  position: absolute;
  inset: 12px;
  border: 2px double rgba(84, 48, 16, .55);
  pointer-events: none;
  border-radius: 2px;
}
.poster::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23p)' opacity='.35'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
  opacity: .22;
}
.poster > * { position: relative; z-index: 2; }

.poster__tag {
  font-family: var(--font-west);
  text-align: center;
  letter-spacing: .18em;
  font-size: clamp(1rem, 4.6vw, 1.6rem);
  text-transform: uppercase;
  color: #6a3a12;
}
.poster__rule {
  height: 3px;
  margin: 12px auto 18px;
  width: 78%;
  background: repeating-linear-gradient(90deg, #6a3a12 0 12px, transparent 12px 18px);
  opacity: .7;
}
.poster p {
  font-family: var(--font-type);
  text-align: center;
  font-size: clamp(.95rem, 3.6vw, 1.08rem);
  color: #4a2c12;
}
.poster strong { color: #6a3a12; }
.poster__names {
  font-family: var(--font-west);
  text-align: center;
  font-size: clamp(1.5rem, 7vw, 2.6rem);
  line-height: 1.05;
  text-transform: uppercase;
  color: #4a2410;
  margin: 8px 0 4px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, .35);
}
.poster__pins { position: absolute; inset: 0; pointer-events: none; }
.poster__pins span {
  position: absolute;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, #ffe9b0, #8b5e1c 72%);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .55);
}
.poster__pins span:nth-child(1) { top: 12px; left: 14px; }
.poster__pins span:nth-child(2) { top: 12px; right: 14px; }
.poster__pins span:nth-child(3) { bottom: 12px; left: 14px; }
.poster__pins span:nth-child(4) { bottom: 12px; right: 14px; }

/* ======================= CUENTA REGRESIVA ======================= */
.countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(8px, 2.4vw, 18px);
  max-width: 620px;
  margin: 0 auto;
}
.cd-cell {
  position: relative;
  padding: clamp(12px, 3.4vw, 20px) 6px clamp(10px, 2.6vw, 16px);
  text-align: center;
  border-radius: 10px;
  background: linear-gradient(#3a2010, #261307);
  box-shadow: inset 0 1px 0 rgba(255, 214, 140, .22), 0 16px 30px -18px rgba(0, 0, 0, .9);
  overflow: hidden;
}
.cd-cell::before {
  content: '';
  position: absolute;
  inset: 5px;
  border: 1px dashed rgba(226, 178, 92, .38);
  border-radius: 7px;
  pointer-events: none;
}
.cd-cell b {
  display: block;
  font-family: var(--font-west);
  font-size: clamp(1.5rem, 7.6vw, 2.9rem);
  line-height: 1;
  color: var(--gold-1);
  text-shadow: 0 2px 0 rgba(0, 0, 0, .55);
  font-variant-numeric: tabular-nums;
}
.cd-cell span {
  display: block;
  margin-top: 6px;
  font-family: var(--font-type);
  font-size: clamp(.55rem, 2.4vw, .7rem);
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(247, 233, 205, .68);
}

/* ======================= TARJETAS DE DATOS ======================= */
.cards {
  display: grid;
  gap: clamp(16px, 3vw, 26px);
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.card {
  position: relative;
  padding: clamp(24px, 5vw, 34px) clamp(18px, 4vw, 28px);
  text-align: center;
  border-radius: 14px;
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(255, 190, 110, .12), transparent 60%),
    linear-gradient(165deg, #4a2a13, #2c1709 70%);
  box-shadow: 0 24px 46px -24px rgba(0, 0, 0, .95), inset 0 1px 0 rgba(255, 214, 140, .2);
  overflow: hidden;
}
.card::before {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px dashed rgba(226, 178, 92, .35);
  border-radius: 10px;
  pointer-events: none;
}
.card__icon {
  width: 54px; height: 54px;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(150deg, var(--gold-1), var(--gold-2) 55%, var(--gold-3));
  color: #2b1508;
  font-size: 1.25rem;
  box-shadow: 0 8px 18px -8px rgba(0, 0, 0, .9), inset 0 -2px 4px rgba(0, 0, 0, .3);
}
.card h3 {
  font-family: var(--font-type);
  font-size: .74rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: rgba(247, 233, 205, .6);
  margin-bottom: 8px;
}
.card p.big {
  font-family: var(--font-west);
  font-size: clamp(1.15rem, 4.8vw, 1.6rem);
  line-height: 1.2;
  color: var(--gold-1);
  text-transform: uppercase;
}
.card p.small {
  margin-top: 8px;
  font-size: .95rem;
  color: var(--cream-soft);
}

/* ======================= BOTONES ======================= */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 17px clamp(22px, 6vw, 40px);
  border: none;
  cursor: pointer;
  font-family: var(--font-west);
  font-size: clamp(.85rem, 3.4vw, 1.05rem);
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
  -webkit-tap-highlight-color: transparent;
}
.btn:active { transform: translateY(2px) scale(.99); }
.btn:hover { transform: translateY(-3px); }

.btn--gold {
  color: #2a1408;
  background: linear-gradient(160deg, #ffe9b8, #e9bb5f 45%, #b9832a);
  box-shadow: 0 18px 34px -16px rgba(0, 0, 0, .9), inset 0 -3px 6px rgba(120, 74, 16, .45), inset 0 2px 3px rgba(255, 255, 255, .6);
}
.btn--wa {
  color: #04240f;
  background: linear-gradient(160deg, #a8f0b6, #3ec963 45%, #1f8a43);
  box-shadow: 0 18px 34px -16px rgba(0, 0, 0, .9), inset 0 -3px 6px rgba(10, 70, 30, .4), inset 0 2px 3px rgba(255, 255, 255, .55);
}
.btn--ghost {
  color: var(--gold-1);
  background: rgba(255, 220, 150, .06);
  border: 1px solid rgba(226, 178, 92, .55);
  backdrop-filter: blur(4px);
}
.btn--block { width: 100%; }

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 30px;
}

/* ======================= MAPA ======================= */
.map-frame {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-deep), inset 0 0 0 1px rgba(226, 178, 92, .35);
  background: #2c1709;
}
.map-frame iframe {
  width: 100%;
  height: clamp(260px, 46vw, 400px);
  border: 0;
  display: block;
  filter: sepia(.35) saturate(1.1) contrast(1.02);
}
.map-frame__bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  background: linear-gradient(#331c0c, #241207);
  border-top: 1px solid rgba(226, 178, 92, .28);
}
.map-frame__bar p {
  font-family: var(--font-type);
  font-size: .84rem;
  color: var(--cream-soft);
  line-height: 1.45;
}
.map-frame__bar p b { color: var(--gold-1); display: block; letter-spacing: .12em; }

/* ======================= DRESS CODE ======================= */
.dress {
  display: grid;
  gap: clamp(14px, 3vw, 22px);
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  max-width: 900px;
  margin: 0 auto;
}
.dress-item {
  padding: 22px 14px;
  text-align: center;
  border-radius: 12px;
  background: rgba(255, 226, 168, .05);
  border: 1px solid rgba(226, 178, 92, .25);
}
.dress-item i {
  font-size: 1.5rem;
  color: var(--gold-2);
  margin-bottom: 10px;
  display: block;
}
.dress-item b {
  display: block;
  font-family: var(--font-west);
  font-size: 1rem;
  color: var(--cream);
  text-transform: uppercase;
  letter-spacing: .04em;
}
.dress-item span { font-size: .88rem; color: rgba(247, 233, 205, .66); }

/* ======================= RSVP ======================= */
.rsvp {
  position: relative;
  padding: clamp(26px, 6vw, 44px) clamp(20px, 5vw, 40px);
  border-radius: 18px;
  background:
    radial-gradient(110% 80% at 50% 0%, rgba(255, 180, 90, .14), transparent 62%),
    linear-gradient(165deg, #40230f, #241207 72%);
  box-shadow: var(--shadow-deep), inset 0 1px 0 rgba(255, 214, 140, .2);
}
.rsvp::before {
  content: '';
  position: absolute;
  inset: 10px;
  border: 1px dashed rgba(226, 178, 92, .3);
  border-radius: 12px;
  pointer-events: none;
}
.rsvp > * { position: relative; }

.field { margin-bottom: 16px; }
.field label {
  display: block;
  font-family: var(--font-type);
  font-size: .68rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: rgba(247, 233, 205, .62);
  margin-bottom: 7px;
}
.field input, .field select, .field textarea {
  width: 100%;
  padding: 14px 16px;
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--cream);
  background: rgba(12, 6, 3, .55);
  border: 1px solid rgba(226, 178, 92, .35);
  border-radius: 10px;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}
.field textarea { resize: vertical; min-height: 88px; }
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--gold-2);
  box-shadow: 0 0 0 3px rgba(217, 161, 59, .18);
}
.field select option { background: #241207; color: var(--cream); }

.choice {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.choice label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 8px;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid rgba(226, 178, 92, .35);
  background: rgba(12, 6, 3, .45);
  font-family: var(--font-west);
  font-size: .82rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--cream-soft);
  transition: all .2s ease;
  margin: 0;
}
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice input:checked + label {
  border-color: var(--gold-1);
  color: #2a1408;
  background: linear-gradient(160deg, #ffe9b8, #dda94a);
  box-shadow: 0 10px 22px -12px rgba(0, 0, 0, .9);
}

.form-note {
  margin-top: 14px;
  text-align: center;
  font-family: var(--font-type);
  font-size: .72rem;
  letter-spacing: .1em;
  color: rgba(247, 233, 205, .5);
}
.form-msg {
  margin-top: 14px;
  text-align: center;
  font-size: .92rem;
  min-height: 22px;
  color: #8ce6a4;
}
.form-msg.err { color: #ff9d84; }

/* ======================= FOOTER ======================= */
.footer {
  position: relative;
  text-align: center;
  padding: clamp(56px, 10vw, 90px) 20px clamp(40px, 8vw, 60px);
  background:
    linear-gradient(to bottom, #140a04, #2a1409 60%, #3d1d0b),
    #140a04;
  overflow: hidden;
}
.footer__silhouette {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 120px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 160' preserveAspectRatio='none'%3E%3Cpath fill='%23130903' d='M0 160V96l60-8 40 12 44-40 34 34 52-6 30 22 70-30 46 26 40-14 52 20 44-34 40 40 56-12 38 18 52-24 46 28 44-10 40 20 56-16 40 14 46-8v50z'/%3E%3C/svg%3E") bottom / 100% 100% no-repeat;
  opacity: .95;
  pointer-events: none;
}
.footer__cactus {
  position: absolute;
  bottom: 26px;
  width: 42px;
  opacity: .55;
  color: #1d0e04;
}
.footer__cactus--l { left: 6%; }
.footer__cactus--r { right: 8%; transform: scaleX(-1); }

.footer h2 {
  position: relative;
  font-family: var(--font-west);
  font-size: clamp(1.6rem, 8vw, 3.2rem);
  text-transform: uppercase;
  color: var(--gold-1);
  text-shadow: 0 2px 0 rgba(60, 28, 8, .9), 0 14px 26px rgba(0, 0, 0, .7);
}
.footer p {
  position: relative;
  margin-top: 12px;
  font-family: var(--font-type);
  font-size: .8rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: rgba(247, 233, 205, .6);
}

/* ======================= BARRA FLOTANTE ======================= */
.dock {
  position: fixed;
  left: 50%;
  bottom: 16px;
  transform: translate(-50%, 140%);
  z-index: 80;
  display: flex;
  gap: 10px;
  padding: 9px;
  border-radius: 999px;
  background: rgba(24, 11, 4, .82);
  border: 1px solid rgba(226, 178, 92, .35);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 40px -18px rgba(0, 0, 0, .95);
  transition: transform .45s cubic-bezier(.2, .9, .25, 1);
  max-width: calc(100% - 24px);
}
.dock.is-visible { transform: translate(-50%, 0); }
.dock .btn { padding: 12px 20px; font-size: .78rem; gap: 8px; }

/* ======================= REVEAL ======================= */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .9s cubic-bezier(.2, .8, .2, 1), transform .9s cubic-bezier(.2, .8, .2, 1);
  will-change: opacity, transform;
}
.reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero__photo, .hero__sun, .scroll-cue { animation: none; }
}

/* ======================= RESPONSIVE ======================= */
@media (max-width: 480px) {
  .hero { padding-bottom: 90px; }
  .hero__date-strip { flex-direction: column; gap: 6px; }
  .hero__date-strip i { display: none; }
  .countdown { grid-template-columns: repeat(2, 1fr); }
  .poster { transform: none; }
  .btn-row .btn { width: 100%; }
}

@media (min-width: 900px) {
  .hero { justify-content: center; padding-top: 12vh; }
}
