:root {
  --bg: #101114;
  --ink: #f8f4ec;
  --muted: #cfc6b7;
  --paper: #fff8eb;
  --charcoal: #17191d;
  --red: #e63b2e;
  --gold: #ffd05a;
  --teal: #0bb3a3;
  --green: #1d7a54;
  --line: rgba(255, 255, 255, .16);
  --shadow: 0 24px 80px rgba(0, 0, 0, .32);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--charcoal);
  background: var(--paper);
  line-height: 1.55;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a { color: inherit; }

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 20;
  padding: .75rem 1rem;
  color: var(--ink);
  background: var(--red);
}

.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 3rem);
  color: var(--ink);
  transition: background .25s ease, border-color .25s ease;
}

.site-header.is-scrolled {
  background: rgba(16, 17, 20, .88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 2px solid rgba(255, 208, 90, .9);
  border-radius: 50%;
  background: rgba(16, 17, 20, .55);
  color: var(--gold);
  font-weight: 900;
  letter-spacing: 0;
}

.brand strong {
  display: block;
  font-size: 1rem;
  line-height: 1;
}

.brand small {
  color: var(--muted);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.nav {
  display: flex;
  gap: clamp(.75rem, 2vw, 1.4rem);
  align-items: center;
  font-weight: 800;
}

.nav a {
  padding: .55rem .2rem;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.nav a:hover,
.nav a:focus-visible {
  border-color: var(--gold);
}

.nav-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(16, 17, 20, .5);
}

.nav-toggle span {
  display: block;
  width: 1.2rem;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  display: grid;
  min-height: 92vh;
  overflow: hidden;
  color: var(--ink);
  isolation: isolate;
}

.hero-photo,
.motion-layer,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-photo {
  object-fit: cover;
  animation: slowPush 22s ease-in-out infinite alternate;
  z-index: -4;
}

.motion-layer {
  z-index: -3;
  opacity: .46;
  mix-blend-mode: screen;
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(16, 17, 20, .9), rgba(16, 17, 20, .62) 42%, rgba(16, 17, 20, .25) 72%),
    linear-gradient(0deg, rgba(16, 17, 20, .72), rgba(16, 17, 20, .05) 36%);
}

.hero-content {
  width: min(760px, calc(100% - 2rem));
  align-self: center;
  margin: 6rem 0 4rem;
  padding-left: clamp(1rem, 8vw, 7rem);
}

.eyebrow,
.section-kicker {
  margin: 0 0 .9rem;
  color: #b72b23;
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero .eyebrow,
.band.dark .section-kicker,
.legal-hero .section-kicker {
  color: var(--gold);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 9ch;
  margin-bottom: 1rem;
  font-size: clamp(4rem, 12vw, 9.5rem);
  line-height: .82;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(2rem, 5vw, 4.3rem);
  line-height: .95;
  letter-spacing: 0;
}

h3 {
  font-size: 1.15rem;
  line-height: 1.1;
}

.hero-copy {
  max-width: 42rem;
  color: #fff4df;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-top: 1.75rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: .8rem 1.1rem;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  color: #17191d;
  background: var(--gold);
  box-shadow: 0 10px 36px rgba(255, 208, 90, .28);
}

.button.ghost {
  color: var(--ink);
  border-color: rgba(255, 255, 255, .35);
  background: rgba(255, 255, 255, .08);
}

.hero-panel {
  position: absolute;
  right: clamp(1rem, 5vw, 4rem);
  bottom: clamp(1rem, 5vw, 3rem);
  display: grid;
  grid-template-columns: auto auto;
  gap: .35rem 1.2rem;
  width: min(28rem, calc(100% - 2rem));
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(16, 17, 20, .58);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.hero-panel span {
  color: var(--muted);
  font-size: .8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-panel strong {
  text-align: right;
}

.container {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
}

.band {
  padding: clamp(4rem, 9vw, 7rem) 0;
  background: var(--paper);
}

.band.dark {
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(230, 59, 46, .32), transparent 30%),
    linear-gradient(135deg, #101114, #242017 48%, #102522);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: stretch;
  padding: clamp(1.1rem, 3vw, 2rem);
  border: 1px solid rgba(16, 17, 20, .12);
  border-radius: 8px;
  background: #fffdf6;
}

.intro-points {
  display: grid;
  align-content: center;
  margin: 0;
  padding-left: clamp(1rem, 3vw, 2rem);
  border-left: 1px solid rgba(16, 17, 20, .14);
  color: #4d463d;
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.65;
}

.intro-points p {
  margin-bottom: 1rem;
}

.intro-points ul {
  display: grid;
  gap: .55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.intro-points li {
  position: relative;
  padding-left: 1.2rem;
  font-weight: 800;
}

.intro-points li::before {
  position: absolute;
  left: 0;
  color: var(--red);
  content: "•";
}

.split h2 {
  max-width: 11ch;
  margin-bottom: 0;
  font-size: clamp(1.85rem, 4vw, 3.35rem);
  line-height: 1;
}

.coverage,
.image-story,
.press {
  padding: clamp(4rem, 9vw, 7rem) 0;
}

.section-head {
  max-width: 760px;
  margin-bottom: 2rem;
}

.section-head.compact {
  max-width: 640px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.feature-grid article {
  min-height: 17rem;
  padding: 1.2rem;
  border: 1px solid rgba(16, 17, 20, .12);
  border-radius: 8px;
  background: #fffdf6;
}

.icon {
  display: inline-grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  margin-bottom: 1.2rem;
  border-radius: 50%;
  color: var(--paper);
  background: var(--red);
  font-weight: 900;
}

.media-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: clamp(2rem, 6vw, 4rem);
  align-items: center;
}

.media-grid.reverse {
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
}

figure {
  margin: 0;
}

figure img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.story-copy p {
  font-size: 1.08rem;
}

.check-list {
  display: grid;
  gap: .65rem;
  padding: 0;
  margin: 1.4rem 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 1.6rem;
}

.check-list li::before {
  position: absolute;
  left: 0;
  content: "✓";
  color: var(--green);
  font-weight: 900;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.timeline article {
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .07);
}

.timeline time {
  display: inline-block;
  margin-bottom: .9rem;
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
}

.timeline p {
  color: var(--muted);
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .75rem;
  margin-top: 1.7rem;
}

.stats div {
  padding: .9rem;
  border: 1px solid rgba(16, 17, 20, .12);
  border-radius: 8px;
  background: #fffdf6;
}

.stats strong,
.stats span {
  display: block;
}

.stats strong {
  color: var(--red);
  font-size: 1.25rem;
  line-height: 1;
}

.stats span {
  margin-top: .45rem;
  color: #5c554c;
  font-size: .9rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: .85fr 1fr;
  gap: clamp(2rem, 6vw, 4rem);
  align-items: start;
}

.contact-form {
  display: grid;
  gap: .85rem;
  padding: 1.1rem;
  border: 1px solid rgba(16, 17, 20, .12);
  border-radius: 8px;
  background: #fffdf6;
}

label {
  display: grid;
  gap: .3rem;
  font-size: .9rem;
  font-weight: 900;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(16, 17, 20, .22);
  border-radius: 6px;
  padding: .85rem;
  font: inherit;
  color: var(--charcoal);
  background: #fff;
}

textarea { resize: vertical; }

.privacy-consent {
  display: grid;
  grid-template-columns: 1.05rem 1fr;
  gap: .65rem;
  align-items: start;
  color: #403b34;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.35;
}

.privacy-consent input {
  width: 1.05rem;
  height: 1.05rem;
  margin: .1rem 0 0;
  padding: 0;
  accent-color: var(--red);
}

.privacy-consent a,
.form-legal a,
.legal-text a,
.legal-summary a {
  color: #a8241d;
  font-weight: 900;
}

.form-legal {
  margin: -.1rem 0 .2rem;
  color: #61584e;
  font-size: .78rem;
  line-height: 1.45;
}

.legal-page {
  background: var(--paper);
}

.legal-page .site-header {
  position: sticky;
  top: 0;
}

.legal-nav {
  margin-left: auto;
}

.legal-main {
  padding-top: 0;
}

.legal-hero {
  padding: clamp(7rem, 13vw, 10rem) 0 clamp(3rem, 7vw, 5rem);
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(16, 17, 20, .94), rgba(16, 17, 20, .72)),
    url("prensa-acreditaciones.png") center / cover;
}

.legal-hero h1 {
  max-width: 12ch;
  margin-bottom: 1rem;
  font-size: clamp(3.2rem, 8vw, 6.8rem);
}

.legal-hero p {
  max-width: 760px;
  color: #fff4df;
  font-size: 1.1rem;
}

.legal-content {
  padding: clamp(3rem, 7vw, 5rem) 0;
}

.legal-grid {
  display: grid;
  grid-template-columns: minmax(15rem, .35fr) minmax(0, .65fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: start;
}

.legal-summary {
  position: sticky;
  top: 6rem;
  padding: 1rem;
  border: 1px solid rgba(16, 17, 20, .12);
  border-radius: 8px;
  background: #fffdf6;
}

.legal-summary strong {
  display: block;
  margin-bottom: .8rem;
  color: var(--red);
  font-size: 1.15rem;
}

.legal-summary p {
  margin-bottom: .75rem;
  color: #4f473e;
  font-size: .9rem;
}

.legal-text {
  padding: clamp(1rem, 3vw, 1.5rem);
  border: 1px solid rgba(16, 17, 20, .1);
  border-radius: 8px;
  background: #fffdf6;
}

.legal-text h2 {
  margin: 2rem 0 .7rem;
  color: var(--charcoal);
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.1;
}

.legal-text h2:first-child {
  margin-top: 0;
}

.legal-text p {
  color: #4a443d;
}

.site-footer {
  padding: 2rem 0;
  color: var(--muted);
  background: var(--bg);
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.footer-grid strong,
.footer-grid a {
  color: var(--ink);
}

.footer-grid div:last-child {
  display: grid;
  justify-items: end;
}

@keyframes slowPush {
  from { transform: scale(1.02) translateX(-.4%); }
  to { transform: scale(1.08) translateX(.8%); }
}

@media (max-width: 920px) {
  .nav-toggle { display: block; }

  .nav {
    position: absolute;
    inset: 5rem 1rem auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: .75rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(16, 17, 20, .96);
  }

  .nav.is-open { display: flex; }

  .split,
  .media-grid,
  .media-grid.reverse,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .intro-points {
    padding-left: 0;
    padding-top: 1rem;
    border-left: 0;
    border-top: 1px solid rgba(16, 17, 20, .14);
  }

  .feature-grid,
  .timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .legal-grid {
    grid-template-columns: 1fr;
  }

  .legal-summary {
    position: static;
  }

  .hero-content {
    padding-left: 1rem;
    margin-top: 7rem;
  }
}

@media (max-width: 640px) {
  .site-header { padding: .85rem 1rem; }

  h1 { font-size: clamp(3.4rem, 18vw, 5.3rem); }

  .hero { min-height: 100vh; }

  .hero-panel {
    position: static;
    align-self: end;
    margin: 0 1rem 1rem;
  }

  .feature-grid,
  .timeline,
  .stats {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    display: grid;
  }

  .footer-grid div:last-child {
    justify-items: start;
  }
}
