:root {
  --ink: #0B2545;
  --muted: #4a6280;
  --paper: #F5F8FC;
  --paper-2: #ffffff;
  --rule: #DCE4F0;
  --deep: #0B2545;
  --navy-2: #123863;
  --navy-3: #1B4B7A;
  --water: #123863;
  --gold: #FFC72C;
  --gold-dark: #E0A400;
  --red: #ED1B2E;
  --red-dark: #B8101F;
  --yellow: #FFC72C;
  --blue: #1B4B7A;
  --display: "Space Grotesk", sans-serif;
  --serif: "Inter", "Helvetica Neue", sans-serif;
  --sans: "Inter", "Helvetica Neue", sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, monospace;
  --wrap: 72rem;
  --gutter: clamp(1.2rem, 4vw, 2rem);
}
.wrap {
  width: min(100% - var(--gutter) * 2, var(--wrap));
  margin-inline: auto;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--mast-h, 72px) + 56px);
}
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.05rem;
  line-height: 1.55;
}
::selection { background: var(--gold); color: var(--ink); }
img { max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.skip {
  position: absolute;
  left: -999px;
}
.skip:focus { left: 8px; top: 8px; background: #fff; padding: 8px; z-index: 9; }

.kicker {
  margin: 0 0 .6rem;
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 600;
}

.btn {
  display: inline-block;
  padding: .7rem 1.2rem;
  background: var(--ink);
  color: #fff;
  text-decoration: none;
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-family: var(--sans);
  font-weight: 700;
  font-size: .95rem;
  cursor: pointer;
  transition: transform .25s ease, background .2s ease, border-color .2s ease, box-shadow .25s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(11,37,69,.18); }
.btn--ghost {
  background: transparent;
  color: var(--red);
  border-color: var(--red);
}
.btn:hover { background: var(--navy-2); border-color: var(--navy-2); color: #fff; }
.btn--ghost:hover { background: var(--red); border-color: var(--red); color: #fff; }
.btn--cruz { background: var(--red); border-color: var(--red); color: #fff; }
.btn--cruz:hover { background: var(--red-dark); border-color: var(--red-dark); color: #fff; }
.btn--gold { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.btn--gold:hover { background: var(--gold-dark); border-color: var(--gold-dark); color: var(--ink); }
.text-link {
  font-family: var(--sans);
  font-size: .95rem;
  border-bottom: 1px solid currentColor;
  text-decoration: none;
}

.hp { position: absolute; left: -9999px; height: 0; width: 0; opacity: 0; }

/* Masthead */
.masthead {
  border-bottom: 1px solid var(--rule);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 20;
  transition: box-shadow .25s ease;
}
.masthead.is-scrolled { box-shadow: 0 8px 24px rgba(11,37,69,.08); }
.masthead__row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: .85rem 0;
}
.wordmark {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.wordmark img {
  height: 42px;
  width: auto;
  display: block;
}
.nav { display: flex; flex-wrap: wrap; gap: .65rem 1rem; justify-content: center; }
.nav a {
  font-family: var(--sans);
  font-size: .86rem;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  white-space: nowrap;
}
.nav a:hover { color: var(--red); border-bottom-color: var(--red); }
.masthead__cta { display: flex; gap: .4rem; }
.nav-scrim {
  display: none;
}
.nav-toggle {
  display: none;
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1.5px solid var(--ink);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
}
.nav-toggle span {
  position: absolute;
  left: 12px;
  right: 12px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform .22s ease, top .22s ease, opacity .2s ease;
}
.nav-toggle span:nth-child(1) { top: 15px; }
.nav-toggle span:nth-child(2) { top: 21px; }
.nav-toggle span:nth-child(3) { top: 27px; }
.masthead.is-open .nav-toggle { background: var(--ink); }
.masthead.is-open .nav-toggle span { background: #fff; }
.masthead.is-open .nav-toggle span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.masthead.is-open .nav-toggle span:nth-child(2) { opacity: 0; }
.masthead.is-open .nav-toggle span:nth-child(3) { top: 21px; transform: rotate(-45deg); }

.clock {
  margin: 2rem 0 0;
  max-width: 34rem;
}
.clock__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: .8rem;
  margin-bottom: .65rem;
}
.clock__kicker,
.clock__when {
  margin: 0;
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.clock__kicker { color: var(--gold); }
.clock__when { color: rgba(255,255,255,.55); }
.clock__board {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: .4rem;
  align-items: start;
}
.clock__face {
  overflow: hidden;
  background: rgba(7,18,36,.58);
  border: 1px solid rgba(255,199,44,.32);
  border-radius: 14px;
  padding: .75rem .25rem .65rem;
  text-align: center;
  backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 10px 24px rgba(0,0,0,.18);
}
.clock__face strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(1.85rem, 5vw, 2.7rem);
  line-height: .9;
  color: var(--gold);
  font-variant-numeric: tabular-nums;
}
.clock__face.is-flip strong { animation: tick-flip .32s ease; }
.clock__cell span {
  display: block;
  margin-top: .4rem;
  text-align: center;
  font-family: var(--sans);
  font-size: .66rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.58);
}
.clock__colon {
  padding-top: .7rem;
  font-family: var(--display);
  font-size: 1.7rem;
  line-height: 1;
  color: var(--gold);
  animation: colon-blink 1s steps(1) infinite;
}
.clock__meter {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: .65rem;
  align-items: center;
  margin-top: 1rem;
  font-family: var(--sans);
  font-size: .66rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
}
.clock__track {
  height: 3px;
  background: rgba(255,255,255,.16);
  border-radius: 99px;
  overflow: hidden;
}
.clock__track i {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--red), var(--gold));
  border-radius: inherit;
}

.dock {
  position: fixed;
  top: var(--mast-h, 72px);
  left: 0;
  right: 0;
  z-index: 19;
  transform: translateY(-110%);
  opacity: 0;
  pointer-events: none;
  background: rgba(11,37,69,.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,199,44,.22);
  box-shadow: 0 12px 28px rgba(11,37,69,.22);
  transition: transform .38s ease, opacity .38s ease;
}
.dock.is-on {
  transform: none;
  opacity: 1;
  pointer-events: auto;
}
.dock__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .55rem 0;
}
.dock__label {
  margin: 0;
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
}
.dock__board {
  display: flex;
  align-items: center;
  gap: .45rem .55rem;
}
.dock__cell {
  display: flex;
  align-items: baseline;
  gap: .28rem;
}
.dock__cell strong {
  font-family: var(--display);
  font-size: 1.25rem;
  line-height: 1;
  color: #fff;
  font-variant-numeric: tabular-nums;
}
.dock__cell span {
  font-size: .64rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
}
.dock__board i {
  color: var(--gold);
  font-style: normal;
  font-family: var(--display);
  opacity: .7;
}
.dock__cta {
  display: inline-block;
  padding: .4rem .9rem;
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink);
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.dock__cta:hover { background: var(--gold-dark); }
.dock.is-live .dock__label { color: #fff; }

@keyframes tick-flip {
  0% { transform: translateY(-42%); opacity: 0; }
  100% { transform: none; opacity: 1; }
}
@keyframes colon-blink {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: .2; }
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  background: #0B2545;
  color: #fff;
  isolation: isolate;
}
.hero__media,
.hero__shade,
.hero__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.hero__media {
  inset: -28% 0;
  will-change: transform;
}
.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
  transform: scale(1.08);
}
.hero__shade {
  background:
    linear-gradient(180deg, rgba(7,18,36,.62) 0%, rgba(11,37,69,.78) 48%, rgba(11,37,69,.92) 100%),
    repeating-linear-gradient(0deg, rgba(255,255,255,.045) 0 2px, transparent 2px 48px);
}
.hero__glow {
  background:
    radial-gradient(640px 280px at 18% 20%, rgba(255,199,44,.22), transparent 62%),
    radial-gradient(720px 320px at 82% 88%, rgba(237,27,46,.28), transparent 58%);
  animation: glow-drift 16s ease-in-out infinite alternate;
}
.hero__inner {
  position: relative;
  z-index: 1;
  padding: clamp(3.2rem, 8vw, 5.5rem) 0 2.2rem;
}
.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 1.1rem 0 0;
  list-style: none;
  padding: 0;
}
.hero__badge {
  display: inline-flex;
  margin: 0;
  padding: .42rem .95rem;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero__badge--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,.45);
}
.hero__eyebrow {
  margin: 0 0 .55rem;
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
}
.hero h1 {
  margin: 0 0 .35rem;
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(3rem, 8vw, 5.4rem);
  line-height: .92;
  letter-spacing: -.04em;
}
.hero__tag {
  margin: 0 0 1.1rem;
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  color: var(--gold);
}
.hero__deck {
  max-width: 38rem;
  margin: 0;
  font-size: 1.12rem;
  color: rgba(255,255,255,.88);
}
.hero__h2 {
  margin: .4rem 0 .8rem;
  font-family: var(--display);
  font-size: clamp(1.15rem, 2.6vw, 1.65rem);
  font-weight: 600;
  letter-spacing: -.02em;
  color: var(--gold);
}
.hero__goal {
  margin: .9rem 0 0;
  max-width: 40rem;
  padding: .85rem 1rem;
  border-left: 4px solid var(--gold);
  background: rgba(0,0,0,.28);
  font-size: 1.02rem;
  color: #fff;
}
.hero .clock {
  margin-top: 2rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255,255,255,.18);
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 1.1rem;
  align-items: center;
  margin-top: 1.4rem;
}
.hero .btn { padding: .85rem 1.35rem; }
.hero .btn:hover { color: #fff; }
.hero .btn--ghost-light:hover { color: var(--ink); }
.hero .btn--gold:hover { color: var(--ink); }
.hero .text-link { color: #fff; border-bottom-color: rgba(255,255,255,.45); }

.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 3rem;
  border-top: 1px solid rgba(255,255,255,.22);
}
.hero__stats div {
  padding: 1.35rem 1.3rem 0 0;
}
.hero__stats div + div {
  padding-left: 1.3rem;
  border-left: 1px solid rgba(255,255,255,.22);
}
.hero__stats strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(2.1rem, 4.4vw, 3.2rem);
  line-height: .9;
  letter-spacing: -.03em;
}
.hero__stats span {
  display: block;
  margin-top: .35rem;
  font-family: var(--sans);
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.65);
}
.hero__wave {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 64px;
  fill: #fff;
}

.strip {
  background: #fff;
  color: var(--ink);
  padding: 2.4rem 0 2.8rem;
}
.strip__grid {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 1.5rem;
  align-items: center;
}
.strip__logo { height: 88px; width: auto; }
.strip__mark {
  margin: 0;
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(3.4rem, 8vw, 5.5rem);
  line-height: .75;
  color: var(--red);
}
.strip h2 { margin: 0 0 .7rem; font-family: var(--display); font-size: clamp(1.8rem, 4vw, 2.6rem); text-transform: uppercase; letter-spacing: -.02em; }
.strip p { margin: 0 0 .8rem; max-width: 42rem; }
.seals {
  list-style: none;
  padding: 0;
  margin: 1.2rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.seals li {
  padding: .85rem 0 0;
  border-top: 1px solid var(--rule);
}
.seals strong { display: block; margin-bottom: .25rem; }
.seals span { color: var(--muted); font-size: .92rem; }

.edition, .story, .dayplan, .entry, .allies, .donate, .board, .legal, .howto, .faq {
  padding: clamp(2.8rem, 6vw, 5rem) 0;
}
.edition__head {
  display: grid;
  gap: .65rem;
  margin-bottom: 1.5rem;
}
.edition__head p { margin: 0; max-width: 42rem; }
.edition__head h2, .dayplan h2, .allies h2, .donate h2, .board h2, .story h2, .legal h1, .howto h2, .faq h2 {
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-size: clamp(2.1rem, 5vw, 3.6rem);
  line-height: .95;
  margin: 0;
}
.edition__split {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 1px solid var(--ink);
}
.sheet { padding: 1.6rem 1.4rem 2rem; }
.sheet + .sheet { border-left: 1px solid var(--ink); }
.sheet--ink { background: var(--deep); color: var(--paper); }
.sheet--cruz { background: var(--red); color: #fff; }
.sheet--cruz .sheet__num { color: var(--gold); }
.sheet__num { font-family: var(--display); font-size: 3rem; margin: 0; color: var(--gold); line-height: 1; }
.sheet h3 { font-family: var(--display); font-size: 1.7rem; margin: .3rem 0 .7rem; text-transform: uppercase; }

.film {
  background: #07182c;
  padding: clamp(2.2rem, 5vw, 3.4rem) 0;
}
.film__intro {
  margin-bottom: 1.2rem;
  color: rgba(255,255,255,.86);
  max-width: 46rem;
}
.film__intro h2 {
  color: #fff;
  margin: 0 0 .6rem;
}
.film__intro p { margin: 0; }
.film__grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr .9fr;
  gap: .7rem;
}
.shot {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.shot__pane {
  position: absolute;
  inset: -22% 0;
  will-change: transform;
}
.shot__pane img,
.shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.05);
}
.film .shot { height: 340px; border-radius: 14px; }
.story-gallery .shot { height: 100%; }
.shot--frame { height: 240px; }
.board-photo.shot--frame { height: 320px; }
.film figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 2.2rem .9rem .85rem;
  background: linear-gradient(transparent, rgba(7,24,44,.92));
  color: #fff;
  font-size: .92rem;
  line-height: 1.35;
}

.story {
  background: var(--paper-2);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.story__grid {
  display: grid;
  grid-template-columns: minmax(160px, 22%) 1fr;
  gap: 2rem 2.2rem;
}
.story-gallery {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1.35fr 1fr 1fr;
  gap: .85rem;
}
.frame {
  position: relative;
  margin: 0;
  min-height: 320px;
  border-radius: 16px;
  overflow: hidden;
  background: #07182c;
  box-shadow: 0 14px 32px rgba(11,37,69,.14);
}
.frame .shot {
  position: absolute;
  inset: 0;
  height: auto;
}
.frame figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 1;
  padding: 2.6rem 1rem .95rem;
  background: linear-gradient(180deg, transparent, rgba(7,18,36,.94));
  color: #fff;
}
.frame__idx {
  display: block;
  margin-bottom: .28rem;
  font-family: var(--display);
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
}
.frame figcaption strong {
  display: block;
  font-family: var(--sans);
  font-size: .98rem;
  font-weight: 650;
  line-height: 1.3;
}
.frame figcaption small {
  display: block;
  margin-top: .3rem;
  font-size: .72rem;
  color: rgba(255,255,255,.62);
}
.story__dateline { font-family: var(--sans); font-size: .85rem; color: var(--muted); }
.story__lead { font-size: 1.35rem; font-style: italic; }
.story__body { max-width: 46rem; columns: 1; }
.story__firma {
  margin: 1.4rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid var(--rule);
  font-size: .95rem;
  color: var(--muted);
  font-style: italic;
}

.dayplan__grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 2.5rem;
  align-items: start;
}
.dayplan__intro .kicker { margin-bottom: 0; }
.dayplan h2 { margin: 0; }
.dayplan__shot { margin: 0; overflow: hidden; }
.timeline { margin: 0; padding: 0; }
.timeline div {
  display: grid;
  grid-template-columns: 8.5rem 1fr;
  gap: .8rem;
  padding: .85rem 0;
  border-top: 1px solid var(--rule);
}
.timeline dt { font-family: var(--sans); font-weight: 700; }
.timeline dd { margin: 0; }
.dayplan__note {
  margin: 0;
  padding: 1rem 1.1rem;
  border-left: 4px solid var(--gold);
  background: #fff;
  font-size: .95rem;
}
.ficha-lugar {
  background: var(--deep);
  color: var(--paper);
  padding: 1.5rem 1.35rem 1.6rem;
  display: grid;
  gap: 1.15rem;
  border-radius: 4px;
}
.ficha-lugar .kicker { color: var(--gold); margin-bottom: 0; }
.ficha-lugar .plain { margin: 0; }
.ficha-lugar .btn { justify-self: start; }
.ficha-lugar .fine {
  margin: 0;
  color: rgba(255,255,255,.82);
  line-height: 1.5;
}
.plain { list-style: none; padding: 0; margin: 0 0 1.2rem; }
.plain li { padding: .28rem 0; line-height: 1.4; }
.caps { width: 100%; border-collapse: collapse; font-size: .92rem; }
.caps caption {
  text-align: left;
  font-family: var(--sans);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .7rem;
  margin: 0 0 .7rem;
  color: rgba(255,255,255,.72);
}
.caps th, .caps td {
  border-top: 1px solid rgba(255,255,255,.16);
  padding: .7rem .55rem .7rem 0;
  text-align: left;
  vertical-align: middle;
}
.caps th:last-child, .caps td:last-child { padding-right: 0; }
.manilla {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  white-space: nowrap;
}
.dot {
  display: inline-block;
  width: .65rem; height: .65rem;
  border-radius: 50%;
  margin-right: .4rem;
  vertical-align: middle;
}
.cap-yellow { background: var(--yellow); }
.cap-green { background: #1FA05A; }
.cap-blue { background: #6ea2e6; }
.cap-red { background: #e15a4f; }

.entry { background: var(--paper); }
.preview {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 18px;
  box-shadow: 8px 10px 0 rgba(11,37,69,.08);
  overflow: hidden;
}
.preview__head {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  align-items: end;
  padding: 1.4rem 1.4rem 1.1rem;
  border-bottom: 1px solid var(--rule);
}
.preview__head h2 { margin: 0 0 .4rem; }
.preview__head .stock { margin: 0; }
.preview__grid {
  display: grid;
  grid-template-columns: 1fr minmax(220px, 280px);
}
.preview__play { padding: 1.2rem 1.4rem 1.5rem; }
.preview__play fieldset { border: 0; padding: 0 0 1.1rem; margin: 0; }
.preview__play legend { font-family: var(--sans); font-weight: 700; margin-bottom: .55rem; }
.preview__cta {
  padding: 1.3rem 1.3rem 1.5rem;
  background: var(--deep);
  color: #fff;
}
.preview__cta .kicker { color: var(--gold); }
.preview__price { font-family: var(--display); font-size: 1.6rem; }
.preview__price strong { color: var(--gold); }
.steps {
  display: flex;
  gap: .8rem;
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  font-family: var(--sans);
  font-size: .75rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #8aa0b8;
}
.steps li { position: relative; padding-left: 1.3rem; }
.steps li::before {
  content: "";
  position: absolute;
  left: 0; top: .2rem;
  width: .65rem; height: .65rem;
  border-radius: 50%;
  background: #dce4f0;
}
.steps li.is-on { color: var(--ink); font-weight: 700; }
.steps li.is-on::before { background: var(--gold); }
.steps li.is-done::before { background: var(--ink); }
.modal__nav { display: none; }
.signup-recap {
  margin: 0;
  padding: .8rem .9rem;
  border-radius: 12px;
  background: var(--paper);
  font-size: .95rem;
}
.ticket {
  display: grid;
  grid-template-columns: 1fr 240px;
  background: var(--paper-2);
  border: 1px dashed var(--ink);
  box-shadow: 8px 10px 0 rgba(11,37,69,.08);
}
.ticket__head, .ticket__form, .ticket__kit { padding: 1.2rem 1.3rem; }
.ticket__head {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed var(--ink);
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 1.1rem;
}
.ticket__form { border-right: 1px dashed var(--rule); }
.ticket fieldset { border: 0; padding: 0 0 1.1rem; margin: 0; }
.ticket legend { font-family: var(--sans); font-weight: 700; font-size: .95rem; margin-bottom: .55rem; }
.pills { display: grid; gap: .7rem; }
.pills--price { grid-template-columns: repeat(2, 1fr); }
.pills--lanes { grid-template-columns: 1fr 1fr; }
.pill { display: block; cursor: pointer; }
.pill input { position: absolute; opacity: 0; pointer-events: none; }
.pill__face,
.pill > span {
  display: block;
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: .7rem .85rem;
  background: #fff;
  font-family: var(--sans);
  transition: transform .22s ease, border-color .2s ease, background .2s ease, box-shadow .22s ease, color .2s ease;
}
.pill__face {
  display: flex;
  align-items: center;
  gap: .7rem;
}
.pill__copy { display: block; line-height: 1.25; }
.pill small { display: block; color: var(--muted); font-size: .78rem; font-weight: 500; line-height: 1.35; margin-top: .2rem; }
.pill:hover .pill__face,
.pill:hover > span {
  border-color: #9bb0c9;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(11,37,69,.08);
}
.pill input:checked + .pill__face,
.pill input:checked + span {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
  box-shadow: 0 10px 22px rgba(11,37,69,.22);
}
.pill input:checked + .pill__face small,
.pill input:checked + span small { color: var(--gold); }
.pill .cap-img {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  filter: drop-shadow(0 1px 0 rgba(11,37,69,.12));
  transition: transform .25s ease;
}
.pill:hover .cap-img { transform: scale(1.08) rotate(-4deg); }
#donate-pills .pill input:checked + span {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}
#donate-pills .pill input:checked + span small { color: #ffe8a8; }
.ticket__who { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
label { display: block; font-family: var(--sans); font-size: .88rem; }
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="date"], select {
  width: 100%;
  margin-top: .25rem;
  padding: .55rem .6rem;
  border: 1px solid var(--rule);
  background: #fff;
  color: var(--ink);
  border-radius: 8px;
}
select {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%230B2545' d='M1 1l5 5 5-5'/></svg>");
  background-repeat: no-repeat;
  background-position: right .7rem center;
  padding-right: 1.8rem;
}
input.is-invalid { border-color: var(--red); }
input.is-valid { border-color: #9cc9a8; }
.field-hint {
  display: block;
  margin: .28rem 0 0;
  font-size: .75rem;
  color: var(--muted);
}
.field-error {
  display: none;
  margin: .28rem 0 0;
  font-size: .78rem;
  color: var(--red);
  font-weight: 600;
}
.field-error.is-on { display: block; }
.check { display: flex; gap: .6rem; align-items: flex-start; margin: .4rem 0 1rem; font-size: .92rem; }
.ticket__pay {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.ticket__pay strong { font-family: var(--display); font-size: 1.8rem; }
.fine { font-size: .85rem; color: var(--muted); }
.slots { display: grid; gap: .4rem; }
.slot-btn {
  text-align: left;
  border: 1px solid var(--rule);
  border-radius: 10px;
  background: #fff;
  padding: .6rem .75rem;
  font-family: var(--sans);
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.slot-btn:hover:not(:disabled) { transform: translateY(-1px); border-color: #9bb0c9; }
.slot-btn.is-on { border-color: var(--ink); background: var(--ink); color: #fff; box-shadow: 0 8px 16px rgba(11,37,69,.16); }
.slot-btn:disabled { opacity: .45; cursor: not-allowed; }
.form-msg { color: var(--red); font-family: var(--sans); font-size: .92rem; }
.form-msg.is-on, .form-msg.is-ok { display: block; }
.form-msg.is-ok { color: var(--water); }

.allies {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(720px 260px at 92% -10%, rgba(255,199,44,.22), transparent 58%),
    radial-gradient(520px 240px at 0% 100%, rgba(237,27,46,.08), transparent 60%),
    #eef4fb;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.allies__head {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 1.6rem 2.4rem;
  align-items: end;
  margin-bottom: 1.8rem;
}
.allies__lead {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}
.perks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.1rem;
}
.perk {
  position: relative;
  overflow: hidden;
  padding: 1.55rem 1.4rem 1.65rem;
  display: grid;
  gap: .75rem;
  align-content: start;
  background: #fff;
  border-radius: 22px;
  border: 1px solid rgba(11, 37, 69, .06);
  box-shadow: 0 16px 36px rgba(11, 37, 69, .08);
  transition: transform .22s ease, box-shadow .22s ease;
}
.perk:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 40px rgba(11, 37, 69, .14);
}
.perk__n {
  position: absolute;
  top: .55rem;
  right: .9rem;
  font-family: var(--display);
  font-size: 3.1rem;
  line-height: 1;
  color: rgba(11, 37, 69, .07);
  pointer-events: none;
}
.perk__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--gold);
}
.perk--cruz .perk__icon { background: var(--red); color: #fff; }
.perk__icon svg { width: 24px; height: 24px; }
.perk h3 {
  margin: .15rem 0 0;
  font-family: var(--display);
  font-size: 1.28rem;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: -.02em;
}
.perk p { margin: 0; font-size: .98rem; color: var(--muted); }
.allies-invite {
  position: relative;
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.2rem 1.6rem;
  align-items: center;
  padding: 1.25rem 1.4rem 1.25rem 1.3rem;
  background: var(--ink);
  color: #fff;
  border-radius: 22px;
  box-shadow: 0 22px 44px rgba(11, 37, 69, .22);
}
.allies-invite::before {
  content: "";
  position: absolute;
  left: 1.3rem;
  right: 1.3rem;
  top: 0;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: linear-gradient(90deg, var(--red), var(--gold));
}
.allies-invite__who {
  display: flex;
  align-items: center;
  gap: .75rem;
}
.allies-invite__kicker {
  margin: 0;
  font-size: .68rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
}
.allies-invite__num {
  margin: .15rem 0 0;
  font-family: var(--display);
  font-size: 1.35rem;
  line-height: 1;
}
.allies-invite > p {
  margin: 0;
  color: rgba(255,255,255,.72);
}
.allies-invite .btn { white-space: nowrap; }
.allies__note { margin: .9rem 0 0; }
.ack { padding-left: 1.1rem; }
.paper-form {
  background: var(--paper-2);
  border: 1px solid var(--ink);
  padding: 1.2rem;
  display: grid;
  gap: .7rem;
}
.inline-radios { border: 0; padding: 0; display: flex; gap: 1rem; font-family: var(--sans); font-size: .9rem; }

.donate {
  background:
    radial-gradient(70% 80% at 100% 10%, rgba(237,27,46,.18), transparent 52%),
    linear-gradient(180deg, #0d2d52 0%, #07182c 100%);
  color: var(--paper);
  border-top: 3px solid var(--gold);
}
.donate .kicker { color: var(--gold); }
.donate__stage {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(1.4rem, 4vw, 2.6rem);
  align-items: center;
}
.donate__shot {
  height: min(460px, 58vw);
  border-radius: 20px;
  box-shadow: 0 28px 50px rgba(0,0,0,.28);
}
.donate__copy > p {
  margin: 0 0 1.25rem;
  max-width: 34rem;
  color: rgba(255,255,255,.82);
}
.donate__facts {
  display: flex;
  gap: 1.4rem;
  list-style: none;
  padding: 0;
  margin: 0 0 1.35rem;
}
.donate__facts li { min-width: 7rem; }
.donate__facts strong {
  display: block;
  font-family: var(--display);
  font-size: 1.7rem;
  line-height: 1;
  color: var(--gold);
}
.donate__facts span {
  display: block;
  margin-top: .25rem;
  font-size: .78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
}
.wa-card {
  position: relative;
  background: #fff;
  color: var(--ink);
  border-radius: 20px;
  padding: 1.25rem 1.3rem 1.2rem;
  display: grid;
  gap: .75rem;
  box-shadow: 0 18px 40px rgba(0,0,0,.22);
}
.wa-card::before {
  content: "";
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  top: 0;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: linear-gradient(90deg, var(--red), var(--gold));
}
.wa-card__top {
  display: flex;
  align-items: center;
  gap: .75rem;
}
.wa-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #25D366;
  color: #fff;
  display: grid;
  place-items: center;
  flex: 0 0 44px;
}
.wa-card__icon svg { width: 22px; height: 22px; fill: currentColor; }
.wa-card__kicker {
  margin: 0;
  font-size: .68rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 700;
}
.wa-card__num {
  margin: .1rem 0 0;
  font-family: var(--display);
  font-size: 1.28rem;
  line-height: 1;
}
.wa-card > p { margin: 0; color: var(--muted); }
.wa-card .btn { text-align: center; }
.board { text-align: left; }
.board .edition__head p { max-width: 42rem; }
.board__face {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #061015;
  color: #d7f3ea;
  border: 8px solid #0c2428;
}
.board__face div { padding: 1.6rem; }
.board__face span { font-family: var(--sans); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: #7aa; }
.board__face strong { display: block; font-family: var(--display); font-size: clamp(3rem, 8vw, 5.5rem); line-height: .9; }

.site-foot {
  background:
    linear-gradient(180deg, #0d2d52 0%, #07182c 100%);
  color: #e8eef6;
  padding: 2.8rem 0 1.2rem;
  border-top: 3px solid var(--gold);
}
.site-foot .kicker { color: var(--gold); margin-bottom: .55rem; }
.site-foot__brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.2rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.site-foot__cta { display: flex; flex-wrap: wrap; gap: .55rem; }
.btn--ghost-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.4);
}
.btn--ghost-light:hover {
  background: #fff;
  color: var(--ink);
  border-color: #fff;
}
.site-foot__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2rem 2.4rem; }
.site-foot a { color: #fff; text-decoration: none; }
.site-foot a:hover { color: var(--gold); }
.site-foot__title {
  margin: 0 0 .45rem;
  font-family: var(--display);
  font-size: 1.45rem;
  line-height: 1.15;
}
.site-foot__lede { margin: 0; max-width: 30rem; color: rgba(255,255,255,.78); }
.foot-list { list-style: none; padding: 0; margin: 0; }
.foot-list li { padding: .55rem 0; border-top: 1px solid rgba(255,255,255,.08); }
.foot-list li:first-child { border-top: 0; padding-top: 0; }
.foot-list span { display: block; font-weight: 700; }
.foot-list small { display: block; color: rgba(255,255,255,.55); font-size: .78rem; }
.foot-list a { display: inline-block; margin-top: .2rem; border-bottom: 1px solid rgba(255,199,44,.45); }
.foot-list--links a { border-bottom: 0; font-weight: 600; }
.foot-list--links a::after { content: " →"; color: var(--gold); }
.site-foot__base {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: .78rem;
  color: #8aa0b8;
}
.site-foot__base a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: .18em;
}
.site-foot__base a:hover { color: #fff; }
.site-foot__base p { margin: 0; }
.site-foot__credits {
  margin: .7rem 0 0;
  font-size: .78rem;
  color: rgba(255,255,255,.58);
  line-height: 1.45;
}
.foot-logos { display: flex; align-items: center; gap: 1rem; }
.foot-logos img { height: 52px; width: auto; background: #fff; padding: .4rem .6rem; border-radius: 10px; }
.board-photo {
  margin-top: 1.4rem;
  border: 1px solid var(--rule);
  overflow: hidden;
  border-radius: 4px;
}
.cap-img { width: 22px; height: 22px; flex: 0 0 auto; }
.hero-brand { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.hero-brand img { height: 56px; width: auto; background: #fff; padding: .3rem .5rem; border-radius: 8px; }

.modal[hidden], .reader[hidden] { display: none; }
.modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 1.2rem;
}
.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7,18,36,.62);
  backdrop-filter: blur(6px);
}
.modal__panel,
.reader__card {
  position: relative;
  z-index: 1;
  width: min(44rem, calc(100vw - 1.2rem));
  max-height: min(94vh, 760px);
  overflow: hidden;
  background: #fff;
  color: var(--ink);
  border-radius: 18px;
  padding: 0;
  box-shadow: 0 24px 60px rgba(7,18,36,.28);
}
.modal__panel {
  display: flex;
  flex-direction: column;
}
.modal__top {
  flex: 0 0 auto;
  padding: .7rem 1.15rem 0;
}
.modal__top .kicker { margin-bottom: .2rem; }
.modal__top .steps { margin: 0 0 .28rem; }
.modal__top h2 { margin: 0 0 .1rem; font-size: 1.22rem; }
.modal__lead { margin: 0 0 .1rem; color: var(--muted); font-size: .84rem; line-height: 1.3; }
.modal__scroll {
  flex: 1 1 auto;
  overflow: auto;
  padding: .5rem 1.15rem .65rem;
  -webkit-overflow-scrolling: touch;
}
.modal__form {
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1 1 auto;
}
.modal__bar {
  flex: 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .7rem;
  padding: .7rem 1.15rem calc(.7rem + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid var(--rule);
  background: rgba(255,255,255,.96);
  box-shadow: 0 -10px 24px rgba(11,37,69,.08);
}
.modal__bar[hidden] { display: none; }
.modal__bar[data-bar="1"] { justify-content: flex-end; }
.modal__pay {
  display: flex;
  align-items: center;
  gap: .8rem;
}
.modal__pay p { margin: 0; font-size: .88rem; color: var(--muted); }
.modal__pay strong {
  display: block;
  font-family: var(--display);
  font-size: 1.35rem;
  color: var(--ink);
}
.btn--back {
  background: #fff;
  color: var(--ink);
  border-color: #c5d0e0;
}
.btn--back:hover {
  background: var(--paper);
  color: var(--ink);
  border-color: #9bb0c9;
  box-shadow: none;
}
.modal__step[hidden] { display: none; }
.modal__step { display: grid; gap: .55rem; }
.modal__step[data-step="1"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem .7rem;
  align-items: start;
}
.modal__step[data-step="1"] .span-2,
.modal__step[data-step="1"] .form-msg { grid-column: 1 / -1; }
.modal__form label {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: .22rem;
  min-width: 0;
}
.modal__form .gate__row {
  flex-direction: row;
  align-items: flex-start;
}
.modal__form input,
.modal__form select {
  margin-top: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.modal__form .field-hint { display: none; margin: 0; }
.modal__form .field-note {
  display: inline;
  margin-left: .35rem;
  font-size: .72rem;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0;
  text-transform: none;
}
.form-grid__legend {
  margin: .15rem 0 0;
  font-size: .7rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 700;
}
.modal__step[data-step="2"] fieldset[hidden] { display: none; }
.cupo-path {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .4rem .55rem;
  margin: 0;
  font-size: .82rem;
}
.cupo-path button {
  border: 1px solid var(--rule);
  background: #fff;
  border-radius: 999px;
  padding: .28rem .7rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  color: var(--ink);
}
.cupo-path button:hover { border-color: var(--ink); }
.cupo-path span { color: var(--muted); }
.modal__step[data-step="2"] .pill__face { padding: .55rem .65rem; }
.modal__step[data-step="2"] .slot-btn { padding: .55rem .7rem; font-size: .9rem; }
.stock {
  margin: 0;
  padding: .65rem .8rem;
  border-radius: 10px;
  background: #0B2545;
  color: #fff;
  font-family: var(--sans);
  font-size: .88rem;
  font-weight: 600;
}
.stock strong { color: var(--gold); }
.stock.is-tight { background: var(--red); }
.stock.is-out { background: #5a1320; }
.modal__x {
  position: absolute;
  top: .7rem;
  right: .8rem;
  width: 2rem;
  height: 2rem;
  border: 0;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: var(--ink);
}
.modal__form .btn:disabled,
.reader__foot .btn:disabled {
  opacity: .45;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.gate { display: grid; gap: .5rem; margin: 0; }
.gate__row {
  display: flex;
  gap: .55rem;
  align-items: flex-start;
  font-size: .86rem;
  line-height: 1.35;
  padding: .55rem .65rem;
  border: 1px solid var(--rule);
  border-radius: 10px;
  background: var(--paper);
}
.gate__progress {
  margin: 0;
  font-size: .88rem;
  color: var(--muted);
}
.gate__progress strong { color: var(--ink); }
.gate__docs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .5rem;
}
.gate__doc {
  width: 100%;
  display: flex;
  align-items: center;
  gap: .75rem;
  text-align: left;
  padding: .75rem .85rem;
  border: 1px solid var(--rule);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  font: inherit;
  color: inherit;
}
.gate__doc:hover { border-color: #9bb0c9; }
.gate__doc-n {
  flex: 0 0 1.7rem;
  width: 1.7rem;
  height: 1.7rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--navy, #0B2545);
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
}
.gate__doc-copy { flex: 1 1 auto; min-width: 0; }
.gate__doc-copy strong { display: block; font-size: .95rem; }
.gate__doc-copy small { display: block; color: var(--muted); font-size: .78rem; }
.gate__doc-status {
  flex: 0 0 auto;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--red);
}
.gate__doc.is-done {
  border-color: #9cc9a8;
  background: #f3faf5;
}
.gate__doc.is-done .gate__doc-n { background: #1f7a46; }
.gate__doc.is-done .gate__doc-status { color: #1f7a46; }
.gate__row input { margin-top: .2rem; }
.gate__link {
  display: inline;
  padding: 0;
  border: 0;
  background: none;
  color: var(--red);
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}
.gate__row.is-ok,
.gate__row.is-ready { border-color: #9cc9a8; background: #f3faf5; }
.gate__row--accept { align-items: flex-start; }
.gate__row--accept span { line-height: 1.45; }
.gate__hint { margin: .15rem 0 0; }
body.is-locked { overflow: hidden; }

.reader {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  padding: 1.2rem;
  background: rgba(7,18,36,.28);
}
.reader__card {
  display: flex;
  flex-direction: column;
  max-height: min(90vh, 720px);
  overflow: hidden;
  padding: 0;
}
.reader__head {
  position: relative;
  padding: 1.1rem 2.6rem 0.8rem 1.3rem;
  border-bottom: 1px solid var(--rule);
}
.reader__head h3 { margin: 0; font-family: var(--display); font-size: 1.35rem; }
.reader__body {
  overflow: auto;
  padding: 1rem 1.3rem 1.4rem;
  flex: 1;
}
.reader__body h4 { margin: 0 0 .7rem; font-family: var(--display); font-size: 1.2rem; }
.reader__body p { color: var(--muted); }
.reader__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: .9rem 1.3rem 1.1rem;
  border-top: 1px solid var(--rule);
  background: var(--paper);
}
.reader__hint { margin: 0; font-size: .82rem; color: var(--muted); }

.legal { max-width: 42rem; margin-inline: auto; width: min(42rem, calc(100% - var(--gutter) * 2)); }
.legal h1 { font-size: clamp(2.4rem, 6vw, 4rem); }
.legal h2 { font-family: var(--display); text-transform: uppercase; margin: 2rem 0 .5rem; }
.legal__lead { font-size: 1.3rem; font-style: italic; }

body.is-pass { background: var(--paper); }
body.is-pass .dock,
body.is-pass .site-foot__cta { display: none; }
.pass {
  width: min(40rem, calc(100% - var(--gutter) * 2));
  margin: 2.4rem auto 3.5rem;
}
.pass__intro { margin-bottom: 1.4rem; }
.pass__intro h1 {
  font-family: var(--display);
  font-size: clamp(1.9rem, 5vw, 2.8rem);
  letter-spacing: -.03em;
  text-transform: none;
  line-height: 1.05;
  margin: .35rem 0 .5rem;
}
.pass__badge {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin: 0 0 .15rem;
  padding: .22rem .7rem;
  border-radius: 999px;
  background: #e8f6ec;
  color: #1f7a46;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.pass__lead { margin: 0; color: var(--muted); max-width: 34rem; }
.pass--empty h1 {
  font-family: var(--display);
  font-size: clamp(1.9rem, 5vw, 2.8rem);
  margin: .4rem 0 .6rem;
}
.pass__card {
  background: #fff;
  border: 1px solid #d5deea;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(11, 37, 69, .1);
}
.pass__brand {
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: .9rem 1.2rem;
  background: var(--ink);
  color: #fff;
}
.pass__brand img { width: 42px; height: 42px; object-fit: contain; background: #fff; border-radius: 10px; padding: 4px; }
.pass__brand strong { display: block; font-size: .95rem; }
.pass__brand span { display: block; font-size: .75rem; color: rgba(255,255,255,.72); }
.pass__body {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 1.2rem;
  padding: 1.2rem 1.2rem 0.4rem;
  align-items: center;
}
.pass__qr { margin: 0; text-align: center; }
.pass__qr img {
  display: block;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  padding: .5rem;
  background: #fff;
  border: 1px solid #e4ebf3;
  border-radius: 16px;
}
.pass__qr figcaption {
  margin: .45rem 0 0;
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
}
.pass__code {
  margin: 0 0 .2rem;
  font-family: var(--mono);
  letter-spacing: .16em;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--red);
}
.pass__name {
  margin: 0 0 .9rem;
  font-family: var(--display);
  font-size: 1.55rem;
  line-height: 1.1;
  text-transform: none;
}
.pass__dl { margin: 0; display: grid; gap: .65rem; }
.pass__dl div { display: grid; gap: .12rem; }
.pass__dl dt {
  font-size: .7rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}
.pass__dl dd { margin: 0; font-weight: 600; }
.pass__cap {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin-left: .35rem;
  padding: .1rem .5rem .12rem;
  border-radius: 999px;
  font-size: .78rem;
  background: #eef3f8;
}
.pass__cap::before {
  content: "";
  width: .65rem;
  height: .65rem;
  border-radius: 50%;
  background: currentColor;
}
.pass__cap.is-yellow { color: #c49200; background: #fff4cc; }
.pass__cap.is-blue { color: #1B4B7A; background: #e7eef7; }
.pass__cap.is-red { color: #B8101F; background: #fde8ea; }
.pass__note {
  margin: 1rem 1.2rem 1.2rem;
  padding-top: .9rem;
  border-top: 1px dashed #d5deea;
  font-size: .88rem;
  color: var(--muted);
}
.pass__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1.2rem;
}
.pass__actions .btn { white-space: nowrap; text-align: center; }
@media (max-width: 640px) {
  .pass__body { grid-template-columns: 1fr; }
  .pass__actions .btn { flex: 1 1 100%; }
}
@media print {
  body.is-pass { background: #fff; }
  .masthead, .dock, .site-foot, .pass__actions, .skip { display: none !important; }
  .pass { width: 100%; margin: 0; }
  .pass__intro { display: none; }
  .pass__card { box-shadow: none; border-color: #111; }
}

body.is-admin { background: #eef3f8; }
.admin {
  width: min(100% - 2rem, 72rem);
  margin: 1.2rem auto 0;
  min-height: calc(100vh - 2.4rem);
  display: flex;
  flex-direction: column;
}
.admin__bar {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  background: var(--ink);
  color: #fff;
  border-radius: 18px;
  padding: .85rem 1.1rem;
}
.admin__brand { display: flex; align-items: center; gap: .75rem; }
.admin__brand img {
  height: 42px;
  width: auto;
  background: #fff;
  padding: .3rem .45rem;
  border-radius: 10px;
}
.admin__name { margin: 0; font-family: var(--display); font-weight: 700; }
.admin__role { margin: .1rem 0 0; font-size: .75rem; color: rgba(255,255,255,.62); }
.admin__stock {
  margin: 0;
  padding: .4rem .7rem;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  font-size: .88rem;
}
.admin__bar .btn--ghost { color: #fff; border-color: rgba(255,255,255,.35); }
.admin__bar .btn--ghost:hover { background: #fff; color: var(--ink); }
.admin__flash {
  margin: .9rem 0 0;
  padding: .7rem .9rem;
  border-radius: 12px;
  background: #e8f8ee;
  color: #146c2e;
  font-family: var(--sans);
}
.admin__tabs {
  display: flex;
  gap: .45rem;
  flex-wrap: wrap;
  margin: 1rem 0 0;
}
.admin__tabs a {
  font-family: var(--sans);
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
  padding: .45rem .85rem;
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  border: 1px solid var(--rule);
}
.admin__tabs a.is-on {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
.admin-table { width: 100%; border-collapse: collapse; font-family: var(--sans); font-size: .88rem; background: #fff; }
.admin-table th, .admin-table td { border-bottom: 1px solid var(--rule); padding: .7rem .65rem; text-align: left; vertical-align: top; }
.admin-table th { background: #f7fafc; font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.table-wrap { overflow-x: auto; margin-top: 1rem; border: 1px solid var(--rule); border-radius: 16px; background: #fff; }
.admin__board { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 1rem; }
.admin__aforo {
  display: grid;
  gap: .35rem;
  margin-top: 1rem;
  padding: .9rem 1rem;
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 16px;
  font-family: var(--sans);
  font-size: .9rem;
}
.admin__aforo p { margin: 0; }
.admin__aforo p:last-child { color: var(--muted); font-size: .82rem; }
.admin__board section { background: #fff; border: 1px solid var(--rule); border-radius: 16px; padding: 1rem; }
.admin__board ul { list-style: none; padding: 0; margin: 0; }
.admin__board li { padding: .5rem 0; border-top: 1px solid var(--rule); font-family: var(--sans); font-size: .85rem; }
.admin__board li:first-child { border-top: 0; }
body.is-admin:has(.admin-login) {
  min-height: 100vh;
  background: var(--paper);
}
body.is-admin:has(.admin-login) #contenido {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 1.5rem var(--gutter);
}
.admin-login {
  width: min(100%, 24rem);
  margin: 0;
}
.admin-login h1 {
  margin: 0 0 1rem;
  font-family: var(--display);
  font-size: clamp(2rem, 6vw, 2.8rem);
  text-transform: uppercase;
  letter-spacing: -.03em;
}
.admin-login .paper-form {
  border-radius: 16px;
  padding: 1.35rem;
}
.admin-login .btn { width: 100%; text-align: center; }
.admin__secs {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin: 1rem 0 0;
}
.admin__secs a {
  font-family: var(--sans);
  font-size: .82rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--muted);
  padding: .35rem .7rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--rule);
}
.admin__secs a.is-on {
  color: var(--ink);
  background: var(--gold);
  border-color: var(--gold);
}
.admin-content {
  display: grid;
  gap: 1.1rem;
  margin-top: 1rem;
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 18px;
  padding: 1.3rem 1.35rem 1.2rem;
}
.admin-content__head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--rule);
}
.admin-content__head .fine { margin: 0; max-width: 22rem; }
.admin-content h2 { margin: 0; font-family: var(--display); font-size: 1.7rem; }
.admin-field { display: grid; gap: .35rem; }
.admin-field > span { font-weight: 650; font-size: .88rem; }
.admin-field input[type="text"],
.admin-field input[type="url"],
.admin-field textarea {
  width: 100%;
  margin: 0;
  padding: .65rem .75rem;
  border: 1px solid var(--rule);
  border-radius: 10px;
  background: #fbfcfe;
}
.admin-field textarea { min-height: 6rem; font: inherit; }
.admin-field__media {
  display: flex;
  gap: 1rem;
  align-items: start;
  flex-wrap: wrap;
}
.admin-field__preview {
  width: min(100%, 220px);
  height: 130px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--rule);
}
.admin-field__file { display: grid; gap: .35rem; max-width: 22rem; }
.admin-content__actions {
  position: sticky;
  bottom: .6rem;
  display: flex;
  justify-content: flex-end;
  padding-top: .4rem;
}
.admin__foot {
  margin-top: auto;
  padding: 1.4rem 0 1.2rem;
  text-align: center;
  color: var(--muted);
  font-size: .82rem;
}
.admin__foot p { margin: 0; }
.admin__foot a { color: inherit; }
.admin__foot a:hover { color: var(--ink); }

.gate-page { width: min(100% - 2rem, 40rem); }
.gate-scan {
  margin-top: 1.1rem;
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 18px;
  padding: 1.2rem 1.15rem 1.25rem;
}
.gate-scan h1 {
  margin: .15rem 0 .35rem;
  font-family: var(--display);
  font-size: clamp(1.8rem, 6vw, 2.4rem);
  text-transform: uppercase;
  letter-spacing: -.03em;
}
.gate-scan > p { margin: 0 0 1rem; color: var(--muted); }
.gate-cam {
  overflow: hidden;
  border-radius: 16px;
  background: #0b1728;
  min-height: 12px;
}
.gate-cam #gate-cam { min-height: 0; }
.gate-cam video,
.gate-cam canvas { width: 100% !important; border-radius: 16px; }
.gate-cam__hint { margin: .55rem 0 0; color: var(--muted); font-size: .82rem; }
.gate-scan__btns { display: flex; gap: .55rem; flex-wrap: wrap; margin: .85rem 0 1rem; }
.gate-manual { display: grid; gap: .7rem; }
.gate-manual label { display: grid; gap: .35rem; font-weight: 650; }
.gate-manual input {
  width: 100%;
  padding: .75rem .8rem;
  border: 1px solid var(--rule);
  border-radius: 12px;
  font: 600 1rem/1.3 var(--mono, inherit);
  letter-spacing: .04em;
}
.gate-card {
  margin: 1rem 0 0;
  background: #fff;
  border: 2px solid var(--rule);
  border-radius: 18px;
  padding: 1.15rem 1.15rem 1.2rem;
}
.gate-card.is-ok { border-color: #1b7a3a; box-shadow: 0 0 0 4px rgba(27,122,58,.12); }
.gate-card.is-in { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(255,199,44,.22); }
.gate-card.is-bad { border-color: var(--red); box-shadow: 0 0 0 4px rgba(237,27,46,.12); }
.gate-card__badge {
  display: inline-block;
  margin: 0 0 .35rem;
  padding: .22rem .6rem;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.gate-card.is-ok .gate-card__badge { background: #e8f8ee; color: #146c2e; }
.gate-card.is-in .gate-card__badge { background: var(--gold); color: var(--ink); }
.gate-card.is-bad .gate-card__badge { background: #fde8ea; color: var(--red-dark); }
.gate-card__code {
  margin: 0;
  font-family: var(--mono, inherit);
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--red);
}
.gate-card h2 {
  margin: .15rem 0 .8rem;
  font-family: var(--display);
  font-size: clamp(1.6rem, 5vw, 2.1rem);
}
.gate-card dl { margin: 0; display: grid; gap: .55rem; }
.gate-card dl div { display: grid; gap: .1rem; padding-bottom: .55rem; border-bottom: 1px dashed var(--rule); }
.gate-card dt { font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.gate-card dd { margin: 0; font-weight: 650; }
.gate-card__warn { margin: .8rem 0 0; color: var(--red); font-weight: 650; }
.gate-card__done { margin: 0; font-weight: 650; color: #146c2e; }
.gate-card__actions { display: grid; gap: .55rem; margin-top: 1rem; }
.gate-card__actions .btn { width: 100%; text-align: center; }
.form-msg.is-bad { color: var(--red); }

.closeband {
  background: var(--deep);
  color: #fff;
  padding: 3.4rem 0;
  text-align: center;
}
.closeband h2 { margin: 0 0 .85rem; font-family: var(--display); font-size: clamp(1.8rem, 4vw, 2.6rem); }
.closeband p { margin: 0 auto 1.5rem; max-width: 40rem; color: rgba(255,255,255,.86); }
.closeband__cta { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; }
.strip.is-embargo { display: none; }
.reserva__table { color: inherit; margin: 1.2rem 0; }
.reserva__table th, .reserva__table td { border-color: var(--rule); color: inherit; }
.reserva__table th { color: var(--muted); }
.board__wait {
  margin-top: 1.4rem;
  padding: 1.3rem 1.2rem;
  background: var(--deep);
  color: #fff;
  border-left: 4px solid var(--gold);
}
.board__wait p { margin: 0; }
.board__wait p + p { margin-top: .45rem; }
.board__sign { color: rgba(255,255,255,.82); }
.board__safe {
  margin: 1.1rem 0 0;
  color: var(--ink);
  font-weight: 600;
}
.howto { background: var(--paper); }
.howto__steps {
  list-style: none;
  padding: 0;
  margin: 0 0 1.4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.howto__steps li {
  background: #fff;
  border: 1px solid var(--rule);
  padding: 1.15rem 1.05rem 1.25rem;
}
.howto__steps span {
  font-family: var(--display);
  color: var(--red);
  font-size: 1.4rem;
}
.howto__steps h3 { margin: .45rem 0 .45rem; font-size: 1.05rem; }
.howto__steps p { margin: 0 0 .55rem; font-size: .95rem; }
.howto__steps small { color: #3d5674; display: block; line-height: 1.4; }
.howto__note {
  margin: 0 0 1.3rem;
  padding: 1rem 1.1rem;
  border-left: 4px solid var(--ink);
  background: #fff;
}
.levels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 0 0 1.2rem;
}
.level {
  background: #fff;
  border: 1px solid var(--rule);
  padding: 1.15rem 1.05rem 1.2rem;
}
.level__n { margin: 0 0 .35rem; font-family: var(--mono); color: var(--red); letter-spacing: .12em; }
.level h3 { margin: 0 0 .35rem; }
.level__total { font-family: var(--display); font-size: 1.35rem; margin: .2rem 0 .55rem; }
.level ul { margin: .9rem 0 0; padding: 0; list-style: none; }
.level li { padding: .4rem 0; border-top: 1px solid var(--rule); font-size: .9rem; line-height: 1.35; }
.level li.is-had { color: #5b738f; }
.level li.is-new { color: var(--ink); font-weight: 600; }
.ally-form {
  margin-top: 1.1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem .75rem;
  padding: 1rem 1.1rem 1.1rem;
  background: #fff;
  border-radius: 16px;
  border-color: #c5d0e0;
}
.ally-form .span-2,
.ally-form .form-msg,
.ally-form .btn { grid-column: 1 / -1; }
.ally-form__note {
  margin: 0 0 .15rem;
  font-size: .82rem;
  line-height: 1.4;
  color: var(--muted);
}
.ally-form label {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: .22rem;
  min-width: 0;
}
.ally-form input,
.ally-form select,
.ally-form textarea {
  margin-top: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.ally-form textarea {
  font: inherit;
  min-height: 4.2rem;
  resize: vertical;
  padding: .5rem .6rem;
  border: 1px solid var(--rule);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
}
.ally-form .gate__row {
  flex-direction: row;
  align-items: flex-start;
  gap: .55rem;
  margin: .1rem 0 0;
  padding: .55rem .7rem;
  text-align: left;
}
.ally-form .gate__row input {
  width: auto;
  margin-top: .2rem;
  flex: 0 0 auto;
}
.ally-form .btn {
  justify-self: start;
  min-width: 12.5rem;
  margin-top: .1rem;
}
.paper-form label { display: grid; gap: .35rem; }
.paper-form .gate__row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.faq h3 { margin: 1.8rem 0 .75rem; }
.faq details { border-top: 1px solid var(--rule); padding: .85rem 0; }
.faq summary { cursor: pointer; font-weight: 700; line-height: 1.35; }
.faq details p { margin: .65rem 0 0; color: #3d5674; line-height: 1.5; }
.callout {
  margin: 0;
  padding: 1.05rem 1.15rem;
  background: #fff8e4;
  border-left: 4px solid var(--gold);
}
.callout h3 { margin: 0 0 .5rem; font-family: var(--display); }
.callout p { margin: 0 0 .55rem; }
.callout p:last-child { margin-bottom: 0; }
.notice {
  margin: 0;
  padding: .95rem 1.05rem;
  background: #fde8ea;
  border-left: 4px solid var(--red);
  font-size: .95rem;
  line-height: 1.45;
}

@media (max-width: 920px) {
  .masthead { border-bottom: 2px solid var(--ink); }
  .masthead__row {
    grid-template-columns: 1fr auto;
    padding: .6rem 0;
    gap: .65rem;
  }
  .nav-toggle { display: inline-block; }
  .nav, .masthead__cta { display: none; }
  .masthead.is-open { box-shadow: none; }
  .masthead.is-open .nav {
    display: flex;
    flex-direction: column;
    gap: 0;
    grid-column: 1 / -1;
    margin-top: .2rem;
    max-height: calc(100dvh - 8.5rem);
    overflow: auto;
  }
  .masthead.is-open .nav a {
    padding: 1rem 0;
    border-bottom: 1px solid var(--rule);
    font-size: 1.12rem;
    font-weight: 600;
  }
  .masthead.is-open .masthead__cta {
    display: flex;
    flex-direction: column;
    grid-column: 1 / -1;
    gap: .6rem;
    padding: 1.1rem 0 1.15rem;
  }
  .masthead.is-open .masthead__cta .btn {
    width: 100%;
    text-align: center;
  }
  body.is-nav-open { overflow: hidden; }
  body.is-nav-open .nav-scrim {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 18;
    border: 0;
    padding: 0;
    background: rgba(11, 37, 69, .4);
  }
  body.is-nav-open .dock { visibility: hidden; pointer-events: none; }
  .hero__stats,
  .edition__split, .story__grid, .dayplan__grid, .ticket, .preview__grid, .allies__grid, .donate__stage, .site-foot__grid, .board__face, .admin__board, .pills--price, .ticket__who, .film__grid, .story-gallery, .strip__grid, .perks, .allies__head, .allies-invite {
    grid-template-columns: 1fr;
  }
  .allies-invite .btn { width: 100%; }
  .sheet + .sheet { border-left: 0; border-top: 1px solid var(--ink); }
  .hero__stats div + div { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.22); padding-top: 1rem; }
  .film .shot { height: 240px; }
  .frame { min-height: 260px; }
  .shot--frame { height: 220px; }
  .donate__shot { height: 220px; }
  .donate__facts { gap: 1rem; }
  .board-photo.shot--frame { height: 240px; }
  .ticket__form { border-right: 0; border-bottom: 1px dashed var(--rule); }
  .strip__logo { height: 72px; }
  .wordmark img { height: 38px; }
  .clock { max-width: none; }
  .clock__head { flex-direction: column; gap: .25rem; }
  .dock__row { justify-content: center; }
  .dock__label { white-space: normal; }
  .howto__steps, .levels, .seals, .pills--lanes { grid-template-columns: 1fr; }
  .ally-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dayplan__grid { grid-template-columns: 1fr; }
  .timeline div { grid-template-columns: 1fr; gap: .15rem; padding: .9rem 0; }
  .ficha-lugar { padding: 1.35rem 1.15rem 1.5rem; }
  .tabla-env { overflow: visible; }
  .tabla-env .caps,
  .caps--lanes { min-width: 0; }
  .caps--lanes thead { display: none; }
  .caps--lanes tbody tr {
    display: grid;
    grid-template-columns: 2.4rem minmax(0, 1fr) auto;
    grid-template-areas:
      "n level cap"
      "n pace cap";
    column-gap: .7rem;
    row-gap: .15rem;
    align-items: center;
    padding: .95rem 0;
    border-top: 1px solid var(--rule);
    background: transparent;
  }
  .caps--lanes th,
  .caps--lanes td {
    border: 0;
    padding: 0;
    background: none;
    color: var(--ink);
  }
  .caps--lanes .carril-n {
    grid-area: n;
    font-size: 1.7rem;
    line-height: 1;
  }
  .caps--lanes td[data-label="Nivel"] {
    grid-area: level;
    font-weight: 700;
    color: var(--ink);
  }
  .caps--lanes td[data-label="Ritmo"] {
    grid-area: pace;
    color: var(--muted);
    font-size: .92rem;
  }
  .caps--lanes td[data-label="Manilla"] {
    grid-area: cap;
    align-self: center;
  }
  .ficha-lugar .fine {
    text-align: left;
    hyphens: none;
    color: rgba(255,255,255,.84);
  }
  .closeband__cta .btn { min-width: 12rem; }
  :root { --gutter: clamp(1.75rem, 7vw, 2.4rem); }
  .hero__deck,
  .story__dateline,
  .story__lead,
  .story__firma,
  .dayplan__note,
  .board .edition__head p,
  .story__body p,
  .story__body h2,
  .edition__head h2,
  .edition p,
  .dayplan__intro p,
  .dayplan__intro h2,
  .allies__head p,
  .allies__head h2,
  .perk h3,
  .perk p,
  .allies-invite > p,
  .donate__copy > p,
  .donate__copy h2,
  .wa-card > p,
  .strip p,
  .strip h2,
  .sheet p,
  .legal p,
  .legal li,
  .legal__lead,
  .site-foot__lede,
  .preview__head p,
  .preview__cta p {
    text-align: left;
    hyphens: auto;
    -webkit-hyphens: auto;
  }
}

@media (max-width: 640px) {
  body { font-size: 1.05rem; }
  .reader__foot { flex-direction: column; align-items: stretch; }
  .preview__head { flex-direction: column; align-items: stretch; }
  .site-foot__brand,
  .site-foot__base { flex-direction: column; align-items: flex-start; }
  .site-foot__cta .btn { width: 100%; text-align: center; }
  .ally-form .btn { width: 100%; justify-self: stretch; min-width: 0; text-align: center; }
  .modal { padding: .6rem; align-items: end; }
  .modal__panel { width: 100%; max-height: min(94vh, 100%); border-radius: 18px 18px 12px 12px; }
  .modal__step[data-step="1"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .42rem .5rem;
  }
  .modal__step[data-step="2"] .pills--price { grid-template-columns: repeat(2, 1fr); }
  .modal__bar {
    flex-wrap: wrap;
  }
  .modal__bar .btn--gold,
  .modal__bar .btn--cruz {
    flex: 1 1 100%;
    text-align: center;
  }
  .modal__bar .btn--back {
    flex: 1 1 100%;
    text-align: center;
    order: 2;
  }
  .modal__pay {
    width: 100%;
    justify-content: space-between;
    order: 1;
  }
}

.rise {
  opacity: 0;
  transform: translateY(22px);
  animation: rise .7s ease forwards;
}
.rise-d1 { animation-delay: .08s; }
.rise-d2 { animation-delay: .16s; }
.rise-d3 { animation-delay: .24s; }
@keyframes rise {
  to { opacity: 1; transform: none; }
}

.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal.is-in { opacity: 1; transform: none; }

/* Diagramación referencia: bloques, no recortes de foto ni de paleta */
.cuerda {
  height: 14px;
  border: 0;
  margin: 0;
  background:
    radial-gradient(circle at 7px 7px, var(--gold) 0 5px, transparent 5.5px) 0 0 / 28px 14px repeat-x,
    radial-gradient(circle at 21px 7px, #1B7FA8 0 5px, transparent 5.5px) 0 0 / 28px 14px repeat-x;
  opacity: .7;
}
.seccion { padding-block: clamp(3.25rem, 7vw, 5rem); }
.seccion--papel { background: #fff; }
.seccion--navy { background: var(--ink); color: #E8EFF5; }
.seccion--navy h2,
.seccion--navy h3 { color: #fff; }
.seccion--navy .kicker { color: var(--gold); }
.seccion--navy .plomo { color: #C6D6E3; }
.plomo { font-size: clamp(1.02rem, 2vw, 1.2rem); color: var(--muted); max-width: 62ch; margin: 0 0 1.4rem; }
.meta-linea {
  border-left: 5px solid var(--gold);
  background: rgba(255,255,255,.08);
  padding: 1rem 1.25rem;
  border-radius: 0 10px 10px 0;
  max-width: 60ch;
  margin: 1.1rem 0 0;
}
.meta-linea__t { margin: 0; color: #fff; font-size: 1.05rem; line-height: 1.45; }
.respaldo__grid {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 2rem;
  align-items: start;
}
.cita {
  margin: 0;
  font-size: 1.08rem;
  border-left: 4px solid #1B7FA8;
  padding-left: 1.2rem;
  color: var(--ink);
}
.cita p { margin: 0 0 .8rem; }
.cita p:last-child { margin-bottom: 0; }
.sellos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 1.6rem 0 0;
}
.sellos li {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 10px;
  padding: 1.1rem;
  margin: 0;
}
.sellos b {
  display: block;
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: .35rem;
}
.sellos span { font-weight: 700; color: var(--ink); }
.relato {
  font-family: var(--display);
  font-size: clamp(1.15rem, 2.6vw, 1.5rem);
  line-height: 1.4;
  color: var(--ink);
  max-width: 36ch;
  margin: 0 0 1.8rem;
}
.galeria {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
  margin: 0 0 1.6rem;
}
.galeria figure { margin: 0; }
.galeria .shot { height: 220px; border-radius: 10px; overflow: hidden; margin-bottom: .55rem; }
.galeria figcaption { font-size: .86rem; color: var(--muted); line-height: 1.4; }
.galeria--cuatro { grid-template-columns: 1fr 1.4fr 1fr 1fr; }
.galeria--dos { grid-template-columns: 1fr 1fr; }
.galeria--dos .shot,
.galeria--cuatro .shot { height: 200px; }
.bloque-destacado {
  background: #E4F1F7;
  border-radius: 10px;
  padding: 1.4rem 1.5rem;
  border: 1px solid #C7E0EC;
  max-width: 70ch;
}
.bloque-destacado p { margin: 0 0 .7rem; }
.bloque-destacado p:last-child { margin-bottom: 0; }
.pie-junta { margin: 1.2rem 0 0; font-size: .95rem; color: var(--muted); max-width: 62ch; }
.pasos3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
  list-style: none;
  padding: 0;
  margin: 1.6rem 0 0;
}
.pasos3 li {
  background: #fff;
  border: 1px solid var(--rule);
  border-top: 4px solid #1B7FA8;
  border-radius: 10px;
  padding: 1.35rem 1.25rem;
  margin: 0;
  box-shadow: 0 8px 24px rgba(11,37,69,.07);
}
.pasos3 li:nth-child(2) { border-top-color: var(--gold); }
.pasos3 li:nth-child(3) { border-top-color: var(--red); }
.pasos3 h3 { margin: 0 0 .45rem; }
.pasos3 p { margin: 0; color: var(--muted); }
.aviso-oculto {
  background: rgba(255,255,255,.06);
  border: 1px dashed rgba(255,255,255,.35);
  border-radius: 10px;
  padding: 1.6rem 1.2rem;
  text-align: center;
  margin-top: 1.6rem;
}
.aviso-oculto p {
  font-family: var(--display);
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  color: #fff;
  margin: 0;
}
.encuadre {
  margin-top: 1.3rem;
  border-left: 5px solid var(--gold);
  padding: .85rem 1.25rem;
  background: rgba(255,199,44,.12);
  border-radius: 0 10px 10px 0;
}
.encuadre p { margin: 0; color: #fff; font-weight: 700; }
.seccion--navy .board-photo { margin: 1.4rem 0 0; border-radius: 10px; overflow: hidden; }
.manifiesto {
  background: var(--ink);
  color: #fff;
  border-radius: 10px;
  padding: clamp(1.4rem, 4vw, 2.3rem);
  margin-bottom: 1.8rem;
  border-left: 8px solid var(--gold);
}
.manifiesto h3 { color: #fff; font-size: clamp(1.45rem, 3.6vw, 2.1rem); margin: 0 0 1rem; }
.manifiesto p { color: #D6E4EF; max-width: 64ch; }
.manifiesto p:last-child { color: var(--gold); font-weight: 700; margin-bottom: 0; }
.dos-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
  align-items: start;
}
.ficha {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 10px;
  padding: 1.35rem 1.3rem;
  box-shadow: 0 8px 24px rgba(11,37,69,.07);
}
.ficha h3 { margin: 0 0 1rem; }
.ficha dl { margin: 0; display: grid; grid-template-columns: auto 1fr; gap: .45rem 1rem; }
.ficha dt { font-weight: 700; color: var(--ink); font-size: .92rem; }
.ficha dd { margin: 0; color: var(--muted); font-size: .92rem; }
.ficha .acciones { margin-top: 1.15rem; }
.agenda { list-style: none; padding: 0; margin: 0 0 1rem; }
.agenda li {
  display: flex;
  gap: 1rem;
  padding: .65rem 0;
  border-bottom: 1px solid var(--rule);
  margin: 0;
}
.agenda li:last-child { border-bottom: 0; }
.agenda time { font-weight: 700; color: #145E80; white-space: nowrap; min-width: 7.5rem; }
.ficha .dayplan__shot { height: 180px; margin: .4rem 0 0; border-radius: 10px; overflow: hidden; }
.tabla-env { overflow-x: auto; margin: 1.8rem 0 .7rem; -webkit-overflow-scrolling: touch; }
.tabla-env table { width: 100%; border-collapse: collapse; min-width: 0; }
.tabla-env caption {
  text-align: left;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: .75rem;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.02rem;
  font-family: var(--sans);
}
.tabla-env .caps th,
.tabla-env .caps td { border-top-color: var(--rule); color: var(--ink); }
.tabla-env thead th {
  background: var(--ink);
  color: #fff;
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .8rem 1rem;
  text-align: left;
}
.tabla-env td, .tabla-env tbody th { padding: .8rem 1rem; border-bottom: 1px solid var(--rule); text-align: left; }
.carril-n { font-family: var(--display); font-weight: 700; font-size: 1.3rem; color: var(--ink); }
.nota { font-size: .95rem; color: var(--muted); max-width: 70ch; }
.kit {
  background: #E4F1F7;
  border: 1px solid #C7E0EC;
  border-radius: 10px;
  padding: 1.25rem 1.3rem;
  margin-top: 1.5rem;
}
.kit h3 { margin: 0 0 .4rem; }
.kit p { margin: 0; }
.aviso {
  border: 2px solid var(--red);
  border-radius: 10px;
  background: #FDF1F3;
  padding: 1.25rem 1.3rem;
  margin-top: 1.3rem;
}
.aviso h3 { color: var(--red); font-size: 1.05rem; margin: 0 0 .4rem; }
.aviso p { margin: 0; }
.cesion {
  margin-top: 1.1rem;
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 10px;
  padding: 1.2rem 1.3rem;
}
.cesion p { margin: 0; }
.acciones { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.4rem; }
.ruta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 1.6rem 0 1.2rem;
}
.ruta li {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 10px;
  padding: 1.25rem 1.15rem;
  margin: 0;
  box-shadow: 0 8px 24px rgba(11,37,69,.07);
}
.ruta__n {
  font-family: var(--display);
  font-weight: 700;
  font-size: 2.1rem;
  color: #1B7FA8;
  line-height: 1;
  display: block;
  margin-bottom: .55rem;
}
.ruta h3 { font-size: 1.05rem; margin: 0 0 .35rem; }
.ruta p { font-size: .92rem; color: var(--muted); margin: 0 0 .7rem; }
.ruta__recibe {
  font-size: .78rem;
  font-weight: 700;
  color: var(--ink);
  background: #E4F1F7;
  border-radius: 6px;
  padding: .4rem .6rem;
  display: inline-block;
}
.llamado-km {
  background: var(--ink);
  color: #fff;
  border-radius: 10px;
  padding: clamp(1.4rem, 4vw, 2.3rem);
  margin: 0 0 1.6rem;
  text-align: center;
}
.llamado-km__cifra {
  font-family: var(--display);
  font-weight: 700;
  color: var(--gold);
  font-size: clamp(1.7rem, 5vw, 2.8rem);
  line-height: 1.15;
  margin: 0 0 .55rem;
}
.llamado-km p { color: #D6E4EF; max-width: 56ch; margin: 0 auto; }
.escalera {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 1.2rem 0 1.6rem;
}
.nivel {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 10px;
  padding: 1.2rem 1.1rem;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.nivel--1 { border-top: 5px solid #9AAEC0; }
.nivel--2 { border-top: 5px solid #1B7FA8; }
.nivel--3 { border-top: 5px solid var(--gold); }
.nivel--4 { border-top: 5px solid var(--red); }
.nivel h3 { font-size: 1.15rem; margin: 0 0 .2rem; }
.nivel__total { font-family: var(--display); font-weight: 700; font-size: 1.4rem; color: var(--ink); display: block; }
.nivel__desglose { font-size: .8rem; color: var(--muted); margin: .25rem 0 1rem; }
.nivel ul { list-style: none; padding: 0; margin: 0; }
.nivel li { display: flex; gap: .45rem; font-size: .9rem; margin: 0 0 .45rem; color: #93A3B2; }
.nivel li::before { content: "✓"; font-weight: 700; color: #B7C4D0; }
.nivel li.nuevo { color: var(--ink); font-weight: 700; }
.nivel li.nuevo::before { color: var(--red); }
.nivel li.opcional { color: var(--muted); font-style: italic; }
.nivel li.opcional::before { content: "+"; color: #1B7FA8; }
.matriz td { text-align: center; }
.matriz td:first-child,
.matriz th:first-child,
.matriz th[scope="row"] { text-align: left; }
.ok { color: #145E80; font-weight: 700; }
.topes { display: grid; gap: 1rem; margin: 1.4rem 0; }
.topes p {
  background: #fff;
  border: 1px solid var(--rule);
  border-left: 4px solid #1B7FA8;
  border-radius: 0 10px 10px 0;
  padding: 1rem 1.2rem;
  margin: 0;
  font-size: .94rem;
}
.fechas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 0 0 1.8rem;
}
.fechas div { background: #fff; border: 1px solid var(--rule); border-radius: 10px; padding: 1.15rem; }
.fechas b { display: block; color: var(--red); font-size: 1.02rem; margin-bottom: .25rem; }
.fechas span { font-size: .92rem; color: var(--muted); }
.donar {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(1.4rem, 4vw, 2.4rem);
  align-items: center;
}
#dona .donate__copy > p { color: inherit; }
#dona .donate__shot { margin: 0; }
.montos { display: flex; flex-wrap: wrap; gap: .55rem; list-style: none; padding: 0; margin: 0 0 1.2rem; }
.montos li { margin: 0; }
.montos span {
  display: inline-block;
  background: #fff;
  border: 1.5px solid #1B7FA8;
  color: var(--ink);
  border-radius: 999px;
  padding: .45rem 1rem;
  font-weight: 700;
  font-size: .9rem;
}
.faq-bloque { margin-bottom: 1.8rem; }
.faq-bloque > h3 {
  font-family: var(--sans);
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--red);
  border-bottom: 2px solid var(--rule);
  padding-bottom: .55rem;
  margin: 0 0 1rem;
}
.faq details {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 10px;
  margin-bottom: .55rem;
  padding: 0;
}
.faq details[open] { border-color: #1B7FA8; }
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 1rem 3rem 1rem 1.15rem;
  font-weight: 700;
  color: var(--ink);
  position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "";
  position: absolute;
  right: 1.15rem;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2.5px solid #1B7FA8;
  border-bottom: 2.5px solid #1B7FA8;
  transform: translateY(-70%) rotate(45deg);
}
.faq details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq-cuerpo { padding: 0 1.15rem 1.15rem; color: var(--muted); }
.faq-cuerpo p { margin: 0 0 .7rem; }
.faq-cuerpo p:last-child { margin-bottom: 0; }
.cierre { text-align: center; }
.cierre h2 { color: #fff; margin: 0 0 .85rem; }
.cierre p { max-width: 56ch; margin: 0 auto; color: #D6E4EF; font-size: 1.1rem; }
.cierre .acciones { justify-content: center; }

@media (max-width: 980px) {
  .escalera { grid-template-columns: 1fr 1fr; }
  .galeria--cuatro { grid-template-columns: 1fr 1fr; }
  .ruta { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
  .respaldo__grid,
  .pasos3,
  .dos-col,
  .donar { grid-template-columns: 1fr; }
  .galeria { grid-template-columns: 1fr; }
  .sellos { grid-template-columns: 1fr; }
  .fechas { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .escalera,
  .ruta,
  .galeria--dos,
  .galeria--cuatro { grid-template-columns: 1fr; }
  .agenda li { flex-direction: column; gap: .15rem; }
}

@keyframes glow-drift {
  from { transform: translate3d(-2%, 0, 0) scale(1); }
  to { transform: translate3d(3%, 2%, 0) scale(1.08); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .reveal, .rise { opacity: 1; transform: none; }
  .hero__media, .hero__glow, .shot__pane { transform: none !important; }
  .clock__colon { animation: none; opacity: 1; }
}
