:root {
  --sun: #f5d000;
  --sky: #0b66ff;
  --deep-sky: #0346d8;
  --light-sky: #8fd8ff;
  --pink: #ff8a00;
  --orange: #ff5a00;
  --ink: #161616;
  --cream: #fff3c4;
  --white: #ffffff;
  --shadow: 8px 8px 0 var(--ink);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 18% 12%, rgba(255,211,54,.58) 0 10%, transparent 11%),
    radial-gradient(circle at 42% 12%, rgba(255,138,0,.44) 0 16%, transparent 28%),
    radial-gradient(circle at 68% 8%, rgba(11,102,255,.56) 0 22%, transparent 36%),
    radial-gradient(circle at 98% 12%, rgba(3,70,216,.62) 0 23%, transparent 42%),
    radial-gradient(circle at 8% 88%, rgba(255,90,0,.50) 0 16%, transparent 17%),
    radial-gradient(circle at 90% 70%, rgba(143,216,255,.55) 0 18%, transparent 19%),
    linear-gradient(120deg, #fff3bf 0%, #ffd336 15%, #ff9b18 31%, #ff7a00 43%, #6fc7ff 59%, #0b66ff 82%, #0346d8 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image: radial-gradient(var(--ink) 1px, transparent 1px);
  background-size: 9px 9px;
  mix-blend-mode: multiply;
  z-index: 0;
}

.skip {
  position: absolute;
  left: -999px;
  top: 10px;
  background: var(--ink);
  color: var(--white);
  padding: 10px;
  z-index: 99;
}
.skip:focus { left: 10px; }

.site-header, main, .site-footer { position: relative; z-index: 1; }
.site-header {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand img { width: 120px; height: auto; display: block; }
.site-header-clean { justify-content: flex-end; }
.hero-copy {
  transform: translateY(-74px);
}

.hero-logo {
  display: block;
  width: min(430px, 82vw);
  height: auto;
  margin: 6px 0 20px;
  filter: none;
}
nav { display: flex; gap: 10px; flex-wrap: wrap; }
nav a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  background: rgba(255,255,255,.72);
  border: 3px solid var(--ink);
  padding: 9px 14px;
  border-radius: 999px;
  box-shadow: 3px 3px 0 var(--ink);
}
nav a:hover { transform: translate(-1px, -1px); box-shadow: 5px 5px 0 var(--ink); background: var(--sky); color: var(--white); }

.section-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 42px 22px 70px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 38px;
  align-items: start;
}
.reverse { grid-template-columns: .9fr 1.1fr; }

.eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .09em;
  background: linear-gradient(135deg, var(--deep-sky), var(--orange));
  color: var(--white);
  border: 3px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  padding: 7px 10px;
  transform: rotate(-1.5deg);
}
h1, h2, h3 {
  font-family: Anton, Impact, sans-serif;
  letter-spacing: .01em;
  line-height: .93;
  margin: 0;
}
h1 {
  font-size: clamp(4.5rem, 13vw, 10.5rem);
  text-transform: uppercase;
  text-shadow: 5px 5px 0 var(--orange), 9px 9px 0 var(--sky), 13px 13px 0 var(--ink);
}
h2 { font-size: clamp(2.5rem, 6vw, 5.5rem); text-transform: uppercase; }
h3 { font-size: clamp(2rem, 4vw, 3.8rem); text-transform: uppercase; }
.tagline {
  font-family: Bangers, Anton, sans-serif;
  font-size: clamp(2.2rem, 6vw, 5.2rem);
  margin: 22px 0 12px;
  color: var(--pink);
  -webkit-text-stroke: 1px var(--ink);
  text-shadow: 4px 4px 0 var(--ink);
}
.lead, .story-copy p, .manifesto-card p, .release-content p, .press-kit p, .story-poster p {
  font-size: 1.1rem;
  line-height: 1.65;
}
.lead { max-width: 650px; font-weight: 700; }
.cta-row, .press-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  box-shadow: 5px 5px 0 var(--ink);
  color: var(--ink);
  text-decoration: none;
  font-weight: 950;
  text-transform: uppercase;
}
.btn:hover { transform: translate(-2px, -2px); box-shadow: 8px 8px 0 var(--ink); }
.btn-primary { background: var(--sun); }
.btn-ghost { background: var(--white); }
.btn-ghost:hover { background: var(--sky); color: var(--white); }

.hero-art {
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  padding-top: 0;
  margin-top: -38px;
}
.portrait-stack {
  position: relative;
  width: min(430px, 82vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}
.sunburst {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: repeating-conic-gradient(from 4deg, var(--sun) 0 7deg, var(--orange) 7deg 13deg, #ffffff 13deg 18deg, var(--sky) 18deg 24deg);
  border: 8px solid var(--ink);
  box-shadow: var(--shadow);
  animation: slowspin 42s linear infinite;
}
@keyframes slowspin { to { transform: rotate(360deg); } }
.artist-photo {
  position: relative;
  width: calc(100% - 70px);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  border: 8px solid var(--ink);
  box-shadow: none;
  transform: rotate(0deg);
  z-index: 1;
}
.photo-caption {
  display: inline-block;
  max-width: min(520px, 86vw);
  background: linear-gradient(135deg, var(--deep-sky), var(--orange));
  color: var(--white);
  border: 4px solid var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
  border-radius: 0;
  padding: 16px 18px;
  font-family: Bangers, Anton, sans-serif;
  font-size: clamp(1.45rem, 2.8vw, 2.15rem);
  line-height: 1.08;
  text-transform: uppercase;
  text-align: left;
  transform: rotate(-1.2deg);
}
.sticker {
  position: absolute;
  z-index: 2;
  font-family: Bangers, Anton, sans-serif;
  font-size: 1.55rem;
  background: var(--white);
  border: 4px solid var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
  padding: 9px 13px;
  text-transform: uppercase;
}
.sticker-top { top: 72px; right: 4px; transform: rotate(8deg); }
.sticker-bottom { bottom: 58px; left: 10px; background: var(--pink); color: var(--white); transform: rotate(-8deg); }

.manifesto { overflow: hidden; padding: 10px 0 64px; }
.marquee {
  display: flex;
  gap: 22px;
  white-space: nowrap;
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(2.2rem, 7vw, 5rem);
  background: var(--ink);
  color: var(--sun);
  border-block: 5px solid var(--ink);
  transform: rotate(-1.5deg) scale(1.02);
}
.marquee span { display: inline-block; padding: 16px 0; animation: slide 24s linear infinite; }
@keyframes slide { to { transform: translateX(-100%); } }
.manifesto-card {
  max-width: 940px;
  margin: 58px auto 0;
  padding: 32px;
  background: var(--white);
  border: 5px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  text-align: center;
}

.music-section, .influences, .press-kit {
  max-width: 1180px;
  margin: 0 auto;
  padding: 54px 22px;
}
.section-title { margin-bottom: 30px; }
.release-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.release-card {
  background: var(--white);
  border: 5px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
}
.release-card.hot { background: linear-gradient(135deg, #fff 0%, #ffd280 45%, #ff9a3c 78%, #70c6ff 130%); }
.release-card.cool { background: linear-gradient(135deg, #fff 0%, #9cdbff 36%, #ffb25e 78%, #0b66ff 122%); }
.release-card img { width: 100%; height: 100%; object-fit: cover; min-height: 320px; }
.release-content { padding: 24px; }
.label {
  margin: 0 0 10px;
  font-weight: 950;
  color: var(--pink);
  text-transform: uppercase;
}
.platforms { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; }
.platforms a {
  background: var(--ink);
  color: var(--white);
  text-decoration: none;
  font-weight: 900;
  padding: 9px 11px;
  border-radius: 999px;
  border: 2px solid var(--ink);
}
.platforms a:hover { background: var(--sky); color: var(--white); }

.story { padding-top: 78px; }
.story-poster {
  background: linear-gradient(135deg, var(--sun), var(--orange) 58%, var(--light-sky));
  border: 5px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 26px;
  transform: rotate(-1.5deg);
}
.story-poster img { width: 100%; display: block; }
.story-poster p { font-weight: 900; margin-bottom: 0; }
.story-copy {
  background: rgba(255,255,255,.78);
  border: 4px solid var(--ink);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: 6px 6px 0 var(--ink);
}
blockquote {
  margin: 24px 0 0;
  padding: 18px 20px;
  background: linear-gradient(135deg, var(--deep-sky), var(--orange));
  color: var(--white);
  border: 4px solid var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
  font-family: Bangers, Anton, sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}

.philosophy {
  padding-top: 62px;
  align-items: start;
}
.philosophy-title {
  position: sticky;
  top: 24px;
  background: linear-gradient(135deg, var(--sun), #ffb15a 38%, var(--orange) 57%, var(--sky) 100%);
  border: 5px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 30px;
  transform: rotate(-1deg);
}
.philosophy-copy {
  background: rgba(255,255,255,.86);
  border: 5px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 30px;
}
.philosophy-copy p {
  font-size: 1.06rem;
  line-height: 1.72;
}
.philosophy-copy .punchline {
  background: var(--sun);
  border: 4px solid var(--ink);
  border-radius: 18px;
  box-shadow: 5px 5px 0 var(--ink);
  padding: 18px 20px;
  font-weight: 950;
}

.tag-cloud { display: flex; flex-wrap: wrap; gap: 12px; }
.tag-cloud span {
  background: var(--white);
  border: 3px solid var(--ink);
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 950;
  box-shadow: 4px 4px 0 var(--ink);
}
.tag-cloud span:nth-child(3n) { background: var(--sun); }
.tag-cloud span:nth-child(4n) { background: var(--sky); }
.tag-cloud span:nth-child(5n) { background: var(--pink); color: var(--white); }

.press-kit {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 30px;
  align-items: center;
  margin-bottom: 44px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.86) 0%, rgba(143,216,255,.34) 45%, rgba(255,178,94,.42) 100%);
  border: 5px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow), 0 0 0 10px rgba(11,102,255,.16);
}
.press-philosophy {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(280px, .75fr) minmax(0, 1.35fr);
  gap: 32px;
  align-items: start;
  margin-top: 8px;
}
.epk-philosophy-title {
  position: static;
  transform: rotate(-1deg);
  background: linear-gradient(135deg, var(--sky) 0%, var(--light-sky) 28%, var(--sun) 56%, var(--orange) 100%);
}
.epk-philosophy-copy {
  background: rgba(255,255,255,.92);
  width: 100%;
}
.site-footer {
  background: var(--ink);
  color: var(--white);
  padding: 30px 22px;
  text-align: center;
  font-weight: 800;
}
.site-footer p { margin: 4px 0; }
.small { opacity: .78; font-size: .9rem; }

@media (max-width: 900px) {
  .section-grid, .reverse, .press-kit, .release-grid, .press-philosophy { grid-template-columns: 1fr; }
  .philosophy-title { position: static; }
  .hero-art { min-height: 430px; }
  .release-card { grid-template-columns: 1fr; }
  .release-card img { max-height: 520px; }
  h1 { text-shadow: 4px 4px 0 var(--orange), 7px 7px 0 var(--sky), 10px 10px 0 var(--ink); }
}

@media (max-width: 560px) {
  .site-header { align-items: flex-start; flex-direction: column; }
  .site-header-clean { align-items: flex-end; }
  .brand img { width: 98px; }
  .hero-logo { width: min(330px, 82vw); filter: none; }
  nav a { font-size: .82rem; padding: 8px 10px; }
  .section-grid, .music-section, .influences, .press-kit { padding-left: 16px; padding-right: 16px; }
  .hero { padding-top: 18px; }
  .hero-art { min-height: 360px; }
  .portrait-stack { width: min(330px, 82vw); }
  .sticker { font-size: 1.1rem; }
  .sticker-top { top: 30px; }
  .sticker-bottom { bottom: 30px; }
  .manifesto-card { margin-left: 16px; margin-right: 16px; padding: 22px; }
}


/* v13 refinements */
.press-philosophy {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.55fr);
  gap: 34px;
  align-items: stretch;
  width: 100%;
  margin-top: 34px;
}
.epk-philosophy-title {
  position: static;
  top: auto;
  align-self: start;
}
.epk-philosophy-copy {
  width: 100%;
  max-width: none;
}


/* v14 refinements */
.hero .cta-row { margin-top: 22px; }
@media (max-width: 900px) {
  .hero-art { margin-top: 8px; }
}


/* v16 hero alignment: keep logo block visually level with the artist circle on desktop. */
@media (max-width: 850px) {
  .hero-copy {
    transform: none;
  }
}

/* v17 refinements: stronger blue in upper background and wider EPK philosophy text area. */
.philosophy-in-epk.section-grid {
  grid-column: 1 / -1;
  max-width: none;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  grid-template-columns: minmax(300px, .66fr) minmax(0, 1.75fr);
  gap: 38px;
}
.philosophy-in-epk .philosophy-copy {
  width: 100%;
  max-width: none;
}
@media (max-width: 900px) {
  .philosophy-in-epk.section-grid {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }
}

/* v18 refinement: lift the black marquee band and everything that follows a little closer to the hero. */
.manifesto {
  margin-top: -44px;
  padding-bottom: 44px;
}
.music-section {
  padding-top: 38px;
}
@media (max-width: 900px) {
  .manifesto {
    margin-top: -20px;
  }
}

/* v19 refinement: widen the EPK philosophy poster so words breathe better. */
.philosophy-in-epk.section-grid {
  grid-template-columns: minmax(360px, .78fr) minmax(0, 1.7fr);
  gap: 34px;
}

.philosophy-in-epk .philosophy-title {
  min-width: 360px;
  padding-left: 34px;
  padding-right: 34px;
}

.philosophy-in-epk .philosophy-title h2 {
  font-size: clamp(3.2rem, 5.4vw, 5.6rem);
  line-height: .9;
}

@media (max-width: 900px) {
  .philosophy-in-epk .philosophy-title {
    min-width: 0;
  }
}

/* v21 refinement: reduce the vertical gap between the EPK intro and the philosophy block. */
.press-kit .philosophy-in-epk.section-grid {
  margin-top: 12px;
}

@media (max-width: 900px) {
  .press-kit .philosophy-in-epk.section-grid {
    margin-top: 8px;
  }
}

/* v22 refinement: really reduce the empty gap inside Press / EPK before the Philosophy block. */
.press-kit .philosophy-in-epk.section-grid {
  margin-top: 0;
  padding-top: 8px;
}

.press-kit {
  row-gap: 12px;
}

@media (max-width: 900px) {
  .press-kit .philosophy-in-epk.section-grid {
    padding-top: 6px;
  }
}


.back-to-top {
  position: fixed;
  right: max(14px, env(safe-area-inset-right));
  bottom: max(16px, env(safe-area-inset-bottom));
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 16px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--sun), var(--orange));
  color: var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: .94rem;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) rotate(-1deg);
  transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) rotate(-1deg);
}

.back-to-top:hover,
.back-to-top:focus-visible {
  background: var(--sky);
  color: var(--white);
  transform: translate(-2px, -2px) rotate(-1deg);
  box-shadow: 8px 8px 0 var(--ink);
  outline: none;
}

/* v25 mobile EPK fix: prevent the philosophy text card from overflowing on phones. */
@media (max-width: 900px) {
  .press-kit,
  .press-kit .philosophy-in-epk.section-grid {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .press-kit .philosophy-in-epk.section-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    padding-left: 0;
    padding-right: 0;
  }

  .philosophy-in-epk .philosophy-title,
  .philosophy-in-epk .philosophy-copy {
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }

  .philosophy-in-epk .philosophy-copy {
    padding: 22px 18px;
    overflow-wrap: anywhere;
    word-break: normal;
  }
}

@media (max-width: 560px) {
  .press-kit {
    padding-left: 14px;
    padding-right: 14px;
  }

  .philosophy-in-epk .philosophy-title {
    padding: 22px 18px;
  }

  .philosophy-in-epk .philosophy-title h2 {
    font-size: clamp(2.25rem, 13vw, 3.7rem);
  }

  .philosophy-in-epk .philosophy-copy p {
    font-size: 1rem;
    line-height: 1.62;
  }
}

/* v26 mobile story order fix: show the Historia text before the poster/logo when arriving from the menu. */
@media (max-width: 900px) {
  #story .story-copy {
    order: 1;
  }

  #story .story-poster {
    order: 2;
  }
}


/* v27 mobile back-to-top fix: keep the Arriba button visible and above mobile browser UI. */
@media (max-width: 700px) {
  .back-to-top {
    right: max(12px, env(safe-area-inset-right));
    bottom: max(18px, env(safe-area-inset-bottom));
    z-index: 99999;
    min-height: 42px;
    padding: 9px 12px;
    font-size: .78rem;
    box-shadow: 4px 4px 0 var(--ink);
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) rotate(-1deg);
  }
}


/* v28 language switch */
.language-switch {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 8px;
}

.language-switch a,
.language-switch .language-current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 36px;
  padding: 7px 10px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  box-shadow: 3px 3px 0 var(--ink);
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
}

.language-switch a {
  background: rgba(255,255,255,.72);
  color: var(--ink);
}

.language-switch a:hover {
  background: var(--sky);
  color: var(--white);
  transform: translate(-1px, -1px);
  box-shadow: 5px 5px 0 var(--ink);
}

.language-switch .language-current {
  background: var(--ink);
  color: var(--white);
}

@media (max-width: 560px) {
  .language-switch {
    margin-left: 0;
  }

  .language-switch a,
  .language-switch .language-current {
    min-width: 38px;
    min-height: 34px;
    padding: 6px 9px;
    font-size: .78rem;
  }
}

/* v31 story image panel: replace the old left logo card with the Ahi voy! artwork. */
.story-image-panel {
  padding: 0;
  overflow: hidden;
  background: var(--ink);
}

.story-image-panel img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media (max-width: 900px) {
  .story-image-panel img {
    min-height: 0;
    height: auto;
    object-fit: contain;
  }
}

/* v32 story artwork layout: full-width "Ahi voy!" image with the Historia/Story card over the right side. */
#story.story.section-grid {
  position: relative;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
}

#story .story-image-panel {
  grid-column: 1 / -1;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background: var(--ink);
  transform: rotate(-1deg);
}

#story .story-image-panel img {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  display: block;
}

#story .story-copy {
  position: absolute;
  top: 50%;
  right: 44px;
  width: min(44%, 500px);
  max-width: 500px;
  z-index: 3;
  transform: translateY(-50%) rotate(.8deg);
}

@media (max-width: 1050px) {
  #story .story-copy {
    width: min(48%, 470px);
    right: 34px;
    padding: 24px;
  }

  #story .story-copy h2 {
    font-size: clamp(2.4rem, 5vw, 4.2rem);
  }
}

@media (max-width: 900px) {
  #story.story.section-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  #story .story-copy {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-width: none;
    transform: none;
    order: 1;
  }

  #story .story-image-panel {
    order: 2;
    transform: rotate(-1deg);
  }
}

/* v34 story layout: wide Historia/Story card above the full Ahi voy! artwork, with a slight comic-style overlap. */
#story.story.section-grid {
  position: relative;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
}

#story .story-copy {
  position: relative;
  top: auto;
  right: auto;
  width: 100%;
  max-width: none;
  z-index: 4;
  transform: rotate(.4deg);
  order: 1;
  margin: 0 0 -24px 0;
  padding: 26px 30px;
  background: rgba(255,255,255,.9);
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  column-gap: 34px;
  row-gap: 8px;
  align-items: start;
}

#story .story-copy .eyebrow,
#story .story-copy h2 {
  grid-column: 1;
}

#story .story-copy p:not(.eyebrow) {
  grid-column: 2;
  margin: 0 0 12px;
}

#story .story-copy h2 {
  font-size: clamp(3.2rem, 5.2vw, 5.9rem);
  line-height: .9;
  margin-bottom: 0;
}

#story .story-image-panel {
  grid-column: 1 / -1;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background: var(--ink);
  transform: rotate(-1deg);
  order: 2;
}

#story .story-image-panel img {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  display: block;
}

@media (max-width: 900px) {
  #story.story.section-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  #story .story-copy {
    display: block;
    transform: none;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    padding: 24px;
    order: 1;
  }

  #story .story-copy h2 {
    font-size: clamp(2.6rem, 12vw, 4.4rem);
    margin-bottom: 16px;
  }

  #story .story-copy p:not(.eyebrow) {
    margin: 0 0 14px;
  }

  #story .story-image-panel {
    order: 2;
    transform: rotate(-1deg);
  }
}

/* v35 story layout tweak: move the Historia/Story headline to the top of the card,
   keep the card wide and lower, and let it overlap the artwork only slightly. */
#story .story-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 30px;
  row-gap: 10px;
  align-items: start;
  padding: 22px 30px 20px;
  margin: 0 0 -18px 0;
}

#story .story-copy .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
}

#story .story-copy h2 {
  grid-column: 1 / -1;
  font-size: clamp(2.6rem, 4.1vw, 4.35rem);
  line-height: .88;
  margin: 0 0 4px;
  max-width: 980px;
}

#story .story-copy p:not(.eyebrow) {
  grid-column: auto;
  margin: 0;
  font-size: clamp(.96rem, 1.05vw, 1.08rem);
  line-height: 1.48;
}

@media (max-width: 900px) {
  #story .story-copy {
    display: block;
    margin-bottom: 0;
    padding: 24px;
  }

  #story .story-copy .eyebrow {
    margin-bottom: 8px;
  }

  #story .story-copy h2 {
    font-size: clamp(2.6rem, 11vw, 4.2rem);
    margin-bottom: 16px;
  }

  #story .story-copy p:not(.eyebrow) {
    margin: 0 0 14px;
  }
}

/* v36 story final polish: label separated, artwork slightly lower and tilted so the left side breathes while the right keeps a subtle overlap. */
#story .story-copy .eyebrow {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: fit-content;
  margin: 0 0 12px 0;
}

#story .story-copy h2 {
  clear: both;
  margin-top: 0;
}

#story .story-image-panel {
  margin-top: 2px;
  transform-origin: 78% 0%;
  transform: translateY(14px) rotate(1.15deg);
}

@media (max-width: 900px) {
  #story .story-image-panel {
    margin-top: 0;
    transform-origin: center top;
    transform: rotate(.6deg);
  }
}

/* v37 story polish: move Historia/Story label outside the card and rotate the Ahi voy artwork the opposite way. */
#story .story-copy {
  position: relative;
  margin-top: 38px;
}

#story .story-copy .eyebrow {
  position: absolute;
  top: -42px;
  left: 30px;
  z-index: 8;
  width: auto;
  margin: 0;
}

#story .story-copy h2 {
  margin-top: 0;
}

#story .story-image-panel {
  margin-top: 10px;
  transform-origin: 18% 0%;
  transform: translateY(20px) rotate(-2.25deg);
}

@media (max-width: 900px) {
  #story .story-copy {
    margin-top: 36px;
  }

  #story .story-copy .eyebrow {
    top: -38px;
    left: 22px;
  }

  #story .story-image-panel {
    margin-top: 0;
    transform-origin: center top;
    transform: rotate(-1.3deg);
  }
}

/* v38 story polish: keep Historia/Story label completely outside the white card. */
#story .story-copy {
  margin-top: 56px;
}

#story .story-copy .eyebrow {
  top: -62px;
  left: 32px;
}

@media (max-width: 900px) {
  #story .story-copy {
    margin-top: 52px;
  }

  #story .story-copy .eyebrow {
    top: -56px;
    left: 22px;
  }
}

/* v39 story headline line spacing: match the airier EPK heading feel. */
#story .story-copy h2 {
  line-height: .98;
}

@media (max-width: 900px) {
  #story .story-copy h2 {
    line-height: .96;
  }
}
