html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html, body {
  width: 100%;
  background-color: #0d0d0d;
  color: #ffffff;
  font-family: "Bricolage Grotesque", -apple-system, BlinkMacSystemFont, sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }

#intro-screen {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background-color: #000000;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
}
.central-display {
  font-size: clamp(4rem, 15vw, 8rem);
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}
.central-display.red-text { color: #c4171d; }
.final-display {
  text-align: center;
  text-transform: uppercase;
  line-height: 0.95;
}
.final-display.hidden { display: none !important; }
.brand-imperion {
  font-size: clamp(2.5rem, 10vw, 5rem);
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 4px;
}
.brand-sports {
  font-size: clamp(2rem, 9vw, 4.5rem);
  font-weight: 700;
  color: #c4171d;
  letter-spacing: 8px;
}

#main-content { opacity: 0; width: 100%; }
.progress-bar-only {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.05);
  z-index: 100;
}
.progress-track {
  width: 0%; height: 100%;
  background-color: #c4171d;
}

.ripple-lens-global {
  position: fixed;
  top: 0; left: 0;
  width: 80px; height: 80px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  opacity: 0;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: url('#liquid-displace');
  -webkit-mask-image: radial-gradient(circle, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 70%);
  mask-image: radial-gradient(circle, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 70%);
  will-change: transform, top, left, opacity;
}

.slides-pinned {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

.slide-hero {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
}

#slide-hero { z-index: 10; }

#slide-tacto-cero {
  z-index: 5;
  opacity: 0;
  pointer-events: none;
}

#slide-prenda-activa {
  z-index: 4;
  opacity: 0;
  pointer-events: none;
}

#slide-color-permanece {
  z-index: 3;
  opacity: 0;
  pointer-events: none;
}

.hero-bg-wrapper {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}

.hero-bg-image {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  will-change: transform, filter;
}

#hero-bg {
  background-image: url('../assets/images/football-hero.webp');
  filter: blur(30px) brightness(0.85);
  transform: scale(1.12);
}

#hero-bg-2 {
  filter: blur(20px) brightness(0.5);
  transform: scale(1.08);
}

#hero-bg-3 {
  background-image: url('../assets/images/atletismo-hero2.webp');
  filter: blur(20px) brightness(0.5);
  transform: scale(1.08);
}

#hero-bg-4 {
  background-image: url('../assets/images/basketball-hero.webp');
  filter: blur(20px) brightness(0.5);
  transform: scale(1.08);
}

.light-trail-canvas {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 2;
}

.hero-red-vignette {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: radial-gradient(circle at 70% 30%, rgba(196, 23, 29, 0.45) 0%, rgba(13, 13, 13, 0.88) 100%);
  z-index: 4;
}

.hero-dark-vignette {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: radial-gradient(circle at 30% 70%, rgba(0, 0, 0, 0.3) 0%, rgba(13, 13, 13, 0.75) 100%);
  z-index: 4;
}

.active-vignette {
  background:
    linear-gradient(90deg, rgba(13, 13, 13, 0.05) 15%, rgba(13, 13, 13, 0.9) 100%),
    radial-gradient(circle at 28% 54%, rgba(196, 23, 29, 0.2) 0%, rgba(13, 13, 13, 0.18) 42%, rgba(13, 13, 13, 0.72) 100%);
}

.hero-content-grid {
  position: relative;
  z-index: 10;
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  padding: 80px 5% 12vh 5%;
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  align-items: end;
  gap: 2rem;
}

.hero-title-container {
  position: relative;
  width: 100%;
  min-height: 300px;
  height: 300px;
}

.title-block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#title-block-2 {
  opacity: 0;
  pointer-events: none;
}

.block-inner {
  will-change: transform, opacity, filter;
  transform: translateY(120%);
  opacity: 0;
  filter: blur(10px);
}

.title-line {
  font-size: clamp(2.8rem, 5.5vw, 5.8rem);
  font-weight: 500;
  line-height: 0.98;
  text-transform: uppercase;
  letter-spacing: -1.5px;
}

.hero-side-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 0.5rem;
  text-align: right;
  position: relative;
}

.hero-subtitle {
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1.5rem;
  font-weight: 300;
  opacity: 0;
  transform: translateY(20px);
  max-width: 380px;
}
.hero-subtitle strong { color: #c4171d; font-weight: 600; }

.hero-discover {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.8);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 12px;
  width: 100%;
  max-width: 380px;
  opacity: 0;
  transform: translateY(20px);
}
.discover-arrow {
  color: #c4171d;
  font-size: 1rem;
  animation: bounceArrow 1.6s infinite;
}

.hero-scroll-btn {
  width: 95px; height: 95px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  transition: border-color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}
.scroll-text {
  font-size: 0.65rem;
  font-weight: 300;
  letter-spacing: 2px;
}
.scroll-arrow {
  font-size: 0.9rem;
  color: #c4171d;
  animation: bounceArrow 1.6s infinite;
}
@keyframes bounceArrow {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(4px); }
  60% { transform: translateY(2px); }
}
.hero-scroll-btn:hover {
  border-color: #c4171d;
  transform: scale(1.05);
}

.active-content-grid {
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 1.28fr);
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.active-content {
  grid-column: 2;
  justify-self: end;
  width: min(100%, 700px);
  padding-top: 4vh;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.active-slide-label {
  margin-bottom: 1.25rem;
  color: #c4171d;
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 3px;
  opacity: 0;
  transform: translateY(20px);
}

.slide-active .hero-title-container {
  margin-bottom: 1.5rem;
}

.slide-active .title-line {
  text-align: right;
}

.slide-active .hero-subtitle {
  margin-bottom: 1.5rem;
}

.slide-active .hero-discover {
  align-self: flex-end;
}

.color-content-grid {
  position: relative;
  z-index: 10;
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  padding: 8vh 5% 7vh;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.6fr) 92px;
  grid-template-rows: auto 1fr auto;
  column-gap: 3rem;
  row-gap: 1.5rem;
  align-items: end;
}

.color-slide-label {
  grid-column: 1 / 3;
  grid-row: 1;
  align-self: start;
  color: #c4171d;
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 3px;
  opacity: 0;
  transform: translateY(20px);
  will-change: transform, opacity;
}

.color-main-content {
  grid-column: 1 / 3;
  grid-row: 2;
  align-self: end;
  width: min(100%, 1050px);
}

.color-title-container {
  position: relative;
  width: 100%;
  height: clamp(230px, 34vh, 360px);
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.color-title-container .title-line {
  font-size: clamp(3.2rem, 7.4vw, 8rem);
  letter-spacing: -2.5px;
}

.color-copy-row {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(180px, 0.65fr);
  gap: 2.5rem;
  align-items: end;
}

.color-subtitle {
  max-width: 650px;
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(20px);
  will-change: transform, opacity, filter;
}

.color-facts {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding-left: 1.25rem;
  border-left: 1px solid rgba(196, 23, 29, 0.7);
  color: rgba(255, 255, 255, 0.78);
  font-family: "Montserrat", sans-serif;
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.3;
  opacity: 0;
  transform: translateY(20px);
  will-change: transform, opacity, filter;
}

.color-index {
  grid-column: 3;
  grid-row: 2;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  opacity: 0;
  transform: translateY(20px);
  will-change: transform, opacity, filter;
}

.color-index-number {
  color: #c4171d;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}

.color-index-line {
  width: 1px;
  height: 18vh;
  background: linear-gradient(to bottom, #c4171d, rgba(196, 23, 29, 0));
}

.color-index-caption {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Montserrat", sans-serif;
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: center;
}

.color-scroll-cue {
  grid-column: 1 / 3;
  grid-row: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.65);
  font-family: "Montserrat", sans-serif;
  font-size: 0.68rem;
  font-weight: 300;
  letter-spacing: 3px;
  opacity: 0;
  transform: translateY(20px);
  will-change: transform, opacity, filter;
}

.color-scroll-arrow {
  color: #c4171d;
  font-size: 1rem;
  animation: bounceArrow 1.6s infinite;
}

@media (max-width: 992px) {
  .hero-content-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 70px 6% 40px 6%;
    align-items: end;
  }
  .hero-title-container {
    min-height: 300px;
    height: 300px;
    order: 1;
  }
  .hero-side-container {
    align-items: flex-start;
    text-align: left;
    order: 2;
    padding-left: 0;
  }
  .hero-subtitle {
    font-size: 0.9rem;
    max-width: 100%;
    margin-bottom: 1.2rem;
  }
  .hero-discover {
    justify-content: flex-start;
    max-width: 100%;
  }
  .hero-scroll-btn {
    align-self: flex-start;
    width: 80px; height: 80px;
    margin-top: 1rem;
  }
  .title-line {
    font-size: clamp(2.4rem, 9vw, 4rem);
  }

  .active-content-grid {
    grid-template-columns: 1fr;
    align-items: end;
  }

  .active-content {
    grid-column: 1;
    justify-self: stretch;
    align-items: flex-start;
    padding-top: 0;
    text-align: left;
  }

  .slide-active .title-line {
    text-align: left;
  }

  .slide-active .hero-discover {
    align-self: stretch;
  }

  .color-content-grid {
    padding: 70px 6% 40px;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto auto;
    row-gap: 1.25rem;
  }

  .color-slide-label {
    grid-column: 1;
    grid-row: 1;
  }

  .color-main-content {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
  }

  .color-copy-row {
    grid-template-columns: minmax(0, 1fr) minmax(170px, 0.6fr);
    gap: 1.5rem;
  }

  .color-index {
    grid-column: 1;
    grid-row: 3;
    align-self: end;
    flex-direction: row;
    justify-content: flex-start;
    gap: 0.9rem;
  }

  .color-index-line {
    width: 15vw;
    height: 1px;
    background: linear-gradient(to right, #c4171d, rgba(196, 23, 29, 0));
  }

  .color-index-caption {
    text-align: left;
  }

  .color-scroll-cue {
    grid-column: 1;
    grid-row: 4;
  }
}

@media (max-width: 576px) {
  .hero-content-grid {
    padding: 60px 5% 30px 5%;
    gap: 1rem;
  }
  .hero-title-container {
    min-height: 260px;
    height: 260px;
  }
  .title-line {
    font-size: clamp(1.9rem, 10vw, 2.8rem);
    letter-spacing: -1px;
  }
  .hero-subtitle {
    font-size: 0.82rem;
    line-height: 1.5;
  }
  .hero-discover {
    font-size: 0.7rem;
    padding-top: 10px;
  }
  .hero-scroll-btn {
    width: 70px; height: 70px;
  }
  .scroll-text { font-size: 0.6rem; }
  .scroll-arrow { font-size: 0.8rem; }
  .brand-imperion { letter-spacing: 2px; }
  .brand-sports { letter-spacing: 4px; }

  .active-content-grid {
    padding: 60px 5% 30px 5%;
  }

  .active-slide-label {
    margin-bottom: 1rem;
    font-size: 0.65rem;
    letter-spacing: 2px;
  }

  .slide-active .hero-title-container {
    margin-bottom: 1.2rem;
  }

  .color-content-grid {
    padding: 60px 5% 30px;
    row-gap: 0.9rem;
  }

  .color-title-container {
    height: 240px;
    margin-bottom: 1.2rem;
  }

  .color-title-container .title-line {
    font-size: clamp(2.4rem, 12vw, 4.2rem);
    letter-spacing: -1.5px;
  }

  .color-copy-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .color-facts {
    padding-left: 0.9rem;
    font-size: 0.58rem;
  }

  .color-index-number {
    font-size: 2rem;
  }

  .color-index-caption {
    font-size: 0.5rem;
  }
}

@media (max-width: 360px) {
  .title-line {
    font-size: clamp(1.6rem, 9vw, 2.2rem);
  }
  .hero-title-container {
    min-height: 220px;
    height: 220px;
  }

  .color-content-grid {
    padding: 52px 5% 24px;
  }

  .color-title-container {
    height: 200px;
  }

  .color-title-container .title-line {
    font-size: clamp(2rem, 12vw, 3.2rem);
  }

  .color-slide-label {
    font-size: 0.58rem;
    letter-spacing: 2px;
  }

  .color-scroll-cue {
    font-size: 0.58rem;
  }
}

#slide-personalizacion-total {
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}

#hero-bg-5 {
  background-image: url('../assets/images/baseball-hero.webp');
  background-position: center center;
  filter: blur(20px) brightness(0.5);
  transform: scale(1.08);
}

.identity-vignette {
  background:
    linear-gradient(90deg, rgba(13, 13, 13, 0.82) 0%, rgba(13, 13, 13, 0.38) 46%, rgba(13, 13, 13, 0.74) 100%),
    linear-gradient(0deg, rgba(13, 13, 13, 0.78) 0%, rgba(13, 13, 13, 0.04) 62%);
}

.identity-stage {
  position: relative;
  z-index: 10;
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  padding: 6vh 4.5% 5vh;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) minmax(320px, 0.62fr) 76px;
  grid-template-rows: auto 1fr auto;
  column-gap: 2.5rem;
  row-gap: 1.5rem;
  align-items: center;
}

.identity-kicker {
  grid-column: 2 / 4;
  grid-row: 1;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  color: #c4171d;
  font-family: "Montserrat", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 3px;
  opacity: 0;
  transform: translateY(20px);
  will-change: transform, opacity;
}

.identity-kicker-line {
  display: block;
  width: min(180px, 20vw);
  height: 1px;
  background: rgba(196, 23, 29, 0.72);
}

.identity-rail {
  grid-column: 1;
  grid-row: 1 / 4;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  opacity: 0;
  transform: translateY(20px);
  will-change: transform, opacity;
}

.identity-rail-number {
  color: #c4171d;
  font-family: "Montserrat", sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
}

.identity-rail-text {
  color: rgba(255, 255, 255, 0.62);
  font-family: "Montserrat", sans-serif;
  font-size: 0.56rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.7;
  text-align: center;
}

.identity-main {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  width: min(100%, 820px);
}

.identity-title-container {
  position: relative;
  width: 100%;
  height: clamp(240px, 34vh, 390px);
  margin-bottom: 1.6rem;
  overflow: hidden;
}

.identity-title-container .title-line {
  font-size: clamp(3.3rem, 7vw, 7.8rem);
  letter-spacing: -2.5px;
}

.identity-subtitle {
  max-width: 620px;
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(20px);
  will-change: transform, opacity, filter;
}

.identity-panel {
  grid-column: 3;
  grid-row: 2;
  align-self: center;
  width: 100%;
  padding: 1.25rem 1.35rem 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top-color: rgba(196, 23, 29, 0.8);
  background: rgba(13, 13, 13, 0.46);
  opacity: 0;
  transform: translateY(20px);
  will-change: transform, opacity, filter;
}

.identity-panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.9rem;
  color: rgba(255, 255, 255, 0.86);
  font-family: "Montserrat", sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 2px;
}

.identity-panel-status {
  color: #c4171d;
  font-size: 0.52rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.identity-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.identity-option {
  min-width: 0;
  min-height: 86px;
  padding: 0.85rem 0.7rem 0.7rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  grid-template-columns: 1.7rem 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.35rem;
  align-content: center;
}

.identity-option:nth-child(odd) {
  padding-right: 0.7rem;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.identity-option:nth-child(even) {
  padding-left: 0.7rem;
}

.identity-option-number {
  grid-column: 1;
  grid-row: 1 / 3;
  color: #c4171d;
  font-family: "Montserrat", sans-serif;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.identity-option strong {
  grid-column: 2;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.63rem;
  font-weight: 600;
  letter-spacing: 1.4px;
  line-height: 1.2;
}

.identity-option small {
  grid-column: 2;
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.68rem;
  font-weight: 300;
  line-height: 1.25;
}

.identity-footer {
  grid-column: 2 / 4;
  grid-row: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
  transform: translateY(20px);
  will-change: transform, opacity, filter;
}

.identity-audience {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.identity-audience span {
  padding: 0.35rem 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.72);
  font-family: "Montserrat", sans-serif;
  font-size: 0.55rem;
  font-weight: 500;
  letter-spacing: 1.6px;
}

.identity-footer-note {
  color: rgba(255, 255, 255, 0.58);
  font-family: "Montserrat", sans-serif;
  font-size: 0.56rem;
  font-weight: 400;
  letter-spacing: 1.8px;
  text-align: right;
}

@media (max-width: 992px) {
  .identity-stage {
    grid-template-columns: 46px minmax(0, 1fr);
    grid-template-rows: auto 1fr auto auto;
    padding: 8vh 5% 5vh;
    column-gap: 1.5rem;
    row-gap: 1rem;
  }

  .identity-kicker {
    grid-column: 2;
    grid-row: 1;
  }

  .identity-rail {
    grid-column: 1;
    grid-row: 1 / 5;
  }

  .identity-main {
    grid-column: 2;
    grid-row: 2;
    align-self: end;
    width: 100%;
  }

  .identity-panel {
    grid-column: 2;
    grid-row: 3;
    align-self: end;
  }

  .identity-footer {
    grid-column: 2;
    grid-row: 4;
  }
}

@media (max-width: 576px) {
  .identity-stage {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto;
    padding: 58px 5% 24px;
    row-gap: 0.9rem;
  }

  .identity-rail {
    grid-column: 1;
    grid-row: 1;
    min-height: 0;
    flex-direction: row;
    justify-content: flex-start;
    gap: 0.8rem;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    padding-bottom: 0.55rem;
  }

  .identity-rail-number {
    font-size: 1.8rem;
  }

  .identity-rail-text {
    font-size: 0.5rem;
    line-height: 1;
    text-align: left;
  }

  .identity-rail-text br {
    display: none;
  }

  .identity-kicker {
    grid-column: 1;
    grid-row: 2;
    font-size: 0.58rem;
    letter-spacing: 2px;
  }

  .identity-kicker-line {
    width: 60px;
  }

  .identity-main {
    grid-column: 1;
    grid-row: 3;
  }

  .identity-title-container {
    height: 220px;
    margin-bottom: 1rem;
  }

  .identity-title-container .title-line {
    font-size: clamp(2.6rem, 13vw, 4.4rem);
    letter-spacing: -1.5px;
  }

  .identity-subtitle {
    font-size: 0.78rem;
    line-height: 1.45;
  }

  .identity-panel {
    grid-column: 1;
    grid-row: 4;
    padding: 0.95rem 0.9rem 0.7rem;
  }

  .identity-panel-heading {
    font-size: 0.54rem;
    padding-bottom: 0.65rem;
  }

  .identity-option {
    min-height: 67px;
    padding-top: 0.55rem;
    padding-bottom: 0.45rem;
  }

  .identity-option:nth-child(even) {
    padding-left: 0.55rem;
  }

  .identity-option strong {
    font-size: 0.52rem;
  }

  .identity-option small {
    font-size: 0.56rem;
  }

  .identity-footer {
    grid-column: 1;
    grid-row: 5;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.7rem;
    padding-top: 0.8rem;
  }

  .identity-footer-note {
    font-size: 0.48rem;
    text-align: left;
  }
}

@media (max-width: 360px) {
  .identity-stage {
    padding: 52px 5% 20px;
    row-gap: 0.7rem;
  }

  .identity-title-container {
    height: 185px;
  }

  .identity-title-container .title-line {
    font-size: clamp(2.25rem, 12.5vw, 3.5rem);
  }

  .identity-subtitle {
    font-size: 0.72rem;
  }

  .identity-panel {
    padding: 0.75rem 0.7rem 0.5rem;
  }

  .identity-option {
    min-height: 61px;
    grid-template-columns: 1.35rem 1fr;
  }

  .identity-option strong {
    font-size: 0.47rem;
    letter-spacing: 1px;
  }

  .identity-option small {
    font-size: 0.51rem;
  }
}

#slide-alto-rendimiento {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

#hero-bg-6 {
  background-image: url('../assets/images/atletismo-hero.webp');
  background-position: center center;
  filter: blur(20px) brightness(0.5);
  transform: scale(1.08);
}

.performance-vignette {
  background:
    linear-gradient(90deg, rgba(13, 13, 13, 0.78) 0%, rgba(13, 13, 13, 0.2) 48%, rgba(13, 13, 13, 0.7) 100%),
    linear-gradient(0deg, rgba(13, 13, 13, 0.76) 0%, rgba(13, 13, 13, 0.08) 58%);
}

.performance-stage {
  position: relative;
  z-index: 10;
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  padding: 6vh 4.5% 5vh;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) minmax(290px, 0.72fr);
  grid-template-rows: auto 1fr auto;
  column-gap: 2.5rem;
  row-gap: 1.5rem;
  align-items: center;
}

.performance-axis {
  grid-column: 1;
  grid-row: 1 / 4;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
  transform: translateY(20px);
  will-change: transform, opacity;
}

.performance-axis-number {
  color: #c4171d;
  font-family: "Montserrat", sans-serif;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1;
}

.performance-axis-text {
  color: rgba(255, 255, 255, 0.66);
  font-family: "Montserrat", sans-serif;
  font-size: 0.54rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.7;
  text-align: center;
}

.performance-axis-line {
  width: 1px;
  height: 19vh;
  background: linear-gradient(to bottom, #c4171d, rgba(196, 23, 29, 0));
}

.performance-velocity {
  grid-column: 2 / 4;
  grid-row: 1;
  justify-self: end;
  color: rgba(255, 255, 255, 0.62);
  font-family: "Montserrat", sans-serif;
  font-size: 0.57rem;
  font-weight: 500;
  letter-spacing: 3px;
  opacity: 0;
  transform: translateX(30px);
  will-change: transform, opacity;
}

.performance-copy {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  width: min(100%, 820px);
}

.performance-kicker {
  margin-bottom: 1.1rem;
  color: #c4171d;
  font-family: "Montserrat", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 3px;
  opacity: 0;
  transform: translateY(20px);
  will-change: transform, opacity;
}

.performance-title-container {
  position: relative;
  width: 100%;
  height: clamp(220px, 32vh, 360px);
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.performance-title-container .title-line {
  font-size: clamp(3.2rem, 6.8vw, 7.2rem);
  letter-spacing: -2.5px;
}

.performance-subtitle {
  max-width: 620px;
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(20px);
  will-change: transform, opacity, filter;
}

.performance-metrics {
  grid-column: 3;
  grid-row: 2;
  align-self: center;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-left: 1px solid rgba(196, 23, 29, 0.75);
  opacity: 0;
  transform: translateY(20px);
  will-change: transform, opacity, filter;
}

.performance-metric {
  min-height: 106px;
  padding: 0.9rem 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.performance-metric:nth-child(even) {
  border-right: 0;
}

.performance-metric > span {
  color: #c4171d;
  font-family: "Montserrat", sans-serif;
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.performance-metric strong {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 1.4px;
  line-height: 1.2;
}

.performance-metric small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.68rem;
  font-weight: 300;
  line-height: 1.25;
}

.performance-foot {
  grid-column: 2 / 4;
  grid-row: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.58);
  font-family: "Montserrat", sans-serif;
  font-size: 0.55rem;
  font-weight: 500;
  letter-spacing: 1.8px;
  opacity: 0;
  transform: translateY(20px);
  will-change: transform, opacity, filter;
}

.performance-foot span:first-child {
  color: #c4171d;
}

#slide-disenado-competir {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
}

#hero-bg-7 {
  background-image: url('../assets/images/basketball-hero2.webp');
  background-position: center center;
  filter: blur(20px) brightness(0.5);
  transform: scale(1.08);
}

.climax-vignette {
  background:
    linear-gradient(90deg, rgba(13, 13, 13, 0.82) 0%, rgba(13, 13, 13, 0.22) 52%, rgba(13, 13, 13, 0.5) 100%),
    linear-gradient(0deg, rgba(13, 13, 13, 0.72) 0%, rgba(13, 13, 13, 0.04) 65%);
}

.climax-stage {
  position: relative;
  z-index: 10;
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  padding: 7vh 5% 5vh;
  display: grid;
  grid-template-columns: minmax(100px, 0.5fr) minmax(0, 1.5fr) minmax(160px, 0.55fr);
  grid-template-rows: auto 1fr auto;
  column-gap: 2.5rem;
  row-gap: 1.5rem;
  align-items: center;
}

.climax-corner {
  grid-column: 1 / 4;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #c4171d;
  font-family: "Montserrat", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 3px;
  opacity: 0;
  transform: translateY(20px);
  will-change: transform, opacity;
}

.climax-corner-code {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.55rem;
  font-weight: 500;
  letter-spacing: 2px;
}

.climax-main {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  width: min(100%, 900px);
}

.climax-title-container {
  position: relative;
  width: 100%;
  height: clamp(220px, 31vh, 350px);
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.climax-title-container .title-line {
  font-size: clamp(4rem, 8.5vw, 9rem);
  letter-spacing: -3px;
}

.climax-subtitle {
  max-width: 660px;
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(20px);
  will-change: transform, opacity, filter;
}

.climax-score {
  grid-column: 3;
  grid-row: 2;
  align-self: center;
  min-height: 190px;
  padding-left: 1.35rem;
  border-left: 1px solid rgba(196, 23, 29, 0.78);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  opacity: 0;
  transform: translateY(20px);
  will-change: transform, opacity, filter;
}

.climax-score-mark {
  color: #c4171d;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(3rem, 5vw, 5.2rem);
  font-weight: 600;
  line-height: 0.9;
}

.climax-score-label {
  max-width: 120px;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Montserrat", sans-serif;
  font-size: 0.57rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.7;
}

.climax-band {
  grid-column: 1 / 4;
  grid-row: 3;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  opacity: 0;
  transform: translateY(20px);
  will-change: transform, opacity, filter;
}

.climax-band-groups {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.climax-band-groups span {
  padding: 0.35rem 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.72);
  font-family: "Montserrat", sans-serif;
  font-size: 0.55rem;
  font-weight: 500;
  letter-spacing: 1.6px;
}

.climax-band-message,
.climax-band-index {
  color: rgba(255, 255, 255, 0.64);
  font-family: "Montserrat", sans-serif;
  font-size: 0.56rem;
  font-weight: 500;
  letter-spacing: 1.8px;
}

.climax-band-index {
  color: #c4171d;
}

@media (max-width: 992px) {
  .performance-stage {
    grid-template-columns: 46px minmax(0, 1fr);
    grid-template-rows: auto 1fr auto auto;
    padding: 8vh 5% 5vh;
    column-gap: 1.5rem;
    row-gap: 1rem;
  }

  .performance-axis {
    grid-column: 1;
    grid-row: 1 / 5;
  }

  .performance-velocity {
    grid-column: 2;
    grid-row: 1;
  }

  .performance-copy {
    grid-column: 2;
    grid-row: 2;
  }

  .performance-metrics {
    grid-column: 2;
    grid-row: 3;
    align-self: end;
  }

  .performance-foot {
    grid-column: 2;
    grid-row: 4;
  }

  .climax-stage {
    grid-template-columns: minmax(0, 1fr) 190px;
    grid-template-rows: auto 1fr auto;
    padding: 8vh 5% 5vh;
    column-gap: 1.5rem;
  }

  .climax-corner {
    grid-column: 1 / 3;
  }

  .climax-main {
    grid-column: 1;
  }

  .climax-score {
    grid-column: 2;
  }

  .climax-band {
    grid-column: 1 / 3;
  }
}

@media (max-width: 576px) {
  .performance-stage {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr auto auto;
    padding: 58px 5% 24px;
    row-gap: 0.85rem;
  }

  .performance-axis {
    grid-column: 1;
    grid-row: 1;
    min-height: 0;
    flex-direction: row;
    justify-content: flex-start;
    gap: 0.8rem;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 0.55rem;
  }

  .performance-axis-number {
    font-size: 1.8rem;
  }

  .performance-axis-text {
    font-size: 0.5rem;
    line-height: 1;
    text-align: left;
  }

  .performance-axis-line {
    width: 56px;
    height: 1px;
  }

  .performance-velocity {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    font-size: 0.5rem;
    letter-spacing: 2px;
  }

  .performance-copy {
    grid-column: 1;
    grid-row: 3;
  }

  .performance-kicker {
    font-size: 0.58rem;
    letter-spacing: 2px;
  }

  .performance-title-container {
    height: 205px;
    margin-bottom: 1rem;
  }

  .performance-title-container .title-line {
    font-size: clamp(2.7rem, 13vw, 4.6rem);
    letter-spacing: -1.5px;
  }

  .performance-subtitle {
    font-size: 0.78rem;
    line-height: 1.45;
  }

  .performance-metrics {
    grid-column: 1;
    grid-row: 4;
  }

  .performance-metric {
    min-height: 68px;
    padding: 0.55rem 0.55rem;
  }

  .performance-metric strong {
    font-size: 0.51rem;
  }

  .performance-metric small {
    font-size: 0.56rem;
  }

  .performance-foot {
    grid-column: 1;
    grid-row: 5;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.55rem;
    font-size: 0.48rem;
  }

  .climax-stage {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    padding: 58px 5% 24px;
    row-gap: 0.85rem;
  }

  .climax-corner {
    grid-column: 1;
    font-size: 0.58rem;
    letter-spacing: 2px;
  }

  .climax-corner-code {
    font-size: 0.47rem;
    letter-spacing: 1px;
  }

  .climax-main {
    grid-column: 1;
    grid-row: 2;
  }

  .climax-title-container {
    height: 205px;
    margin-bottom: 1rem;
  }

  .climax-title-container .title-line {
    font-size: clamp(3.4rem, 16vw, 5.7rem);
    letter-spacing: -2px;
  }

  .climax-subtitle {
    font-size: 0.78rem;
    line-height: 1.45;
  }

  .climax-score {
    grid-column: 1;
    grid-row: 3;
    min-height: 0;
    padding: 0.7rem 0 0.7rem 0.9rem;
    flex-direction: row;
    align-items: center;
    gap: 0.9rem;
  }

  .climax-score-mark {
    font-size: 2.5rem;
  }

  .climax-score-label {
    max-width: none;
    font-size: 0.5rem;
    line-height: 1.4;
  }

  .climax-band {
    grid-column: 1;
    grid-row: 4;
    grid-template-columns: 1fr;
    gap: 0.65rem;
    align-items: flex-start;
  }

  .climax-band-message,
  .climax-band-index {
    font-size: 0.48rem;
  }
}

@media (max-width: 360px) {
  .performance-stage,
  .climax-stage {
    padding-top: 52px;
    padding-bottom: 20px;
    row-gap: 0.65rem;
  }

  .performance-title-container,
  .climax-title-container {
    height: 180px;
  }

  .performance-title-container .title-line {
    font-size: clamp(2.35rem, 12.5vw, 3.7rem);
  }

  .climax-title-container .title-line {
    font-size: clamp(2.9rem, 15vw, 4.7rem);
  }

  .performance-subtitle,
  .climax-subtitle {
    font-size: 0.72rem;
  }

  .performance-metric {
    min-height: 61px;
    padding: 0.45rem 0.4rem;
  }

  .performance-metric strong {
    font-size: 0.46rem;
    letter-spacing: 1px;
  }

  .performance-metric small {
    font-size: 0.5rem;
  }
}

/* CTA FINAL / SLIDE 8 */
#slide-cta-final {
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  background: #000000;
}

.cta-stage {
  position: relative;
  z-index: 10;
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  padding: 8vh 5% 7vh;
  display: grid;
  place-items: center;
  background: #000000;
}

.cta-content {
  width: min(100%, 900px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#slide-cta-final .cta-logo,
#slide-cta-final .cta-title,
#slide-cta-final .cta-description,
#slide-cta-final .cta-actions {
  opacity: 0;
}

.cta-logo {
  display: block;
  width: min(300px, 48vw);
  height: auto;
  margin-bottom: clamp(2.5rem, 7vh, 5rem);
  object-fit: contain;
  will-change: transform, opacity;
}

.cta-title-container {
  width: 100%;
  min-height: clamp(150px, 22vh, 250px);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.cta-title {
  color: #ffffff;
  font-size: clamp(2.5rem, 6.6vw, 6.4rem);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -2.5px;
  text-transform: uppercase;
  will-change: transform, opacity;
}

.cta-description {
  max-width: 520px;
  margin: 1.5rem auto 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(0.82rem, 1.15vw, 1rem);
  font-weight: 300;
  line-height: 1.55;
  will-change: transform, opacity;
}

.cta-actions {
  width: min(100%, 760px);
  margin-top: clamp(2rem, 5vh, 3.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  will-change: transform, opacity;
}

.cta-button {
  min-height: 48px;
  padding: 0.9rem 1.3rem;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 1.6px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.cta-button:focus-visible,
.quote-modal-close:focus-visible,
.audio-control:focus-visible,
.quote-field input:focus-visible,
.quote-field select:focus-visible,
.quote-field textarea:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}

.cta-button-primary {
  background: #c4171d;
  border-color: #c4171d;
}

.cta-button-primary:hover {
  background: #e01d24;
  border-color: #e01d24;
  transform: translateY(-2px);
}

.cta-button-secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.78);
}

.cta-button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.75);
  color: #ffffff;
  transform: translateY(-2px);
}

.cta-action-status {
  min-height: 1.1rem;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.62);
  font-family: "Montserrat", sans-serif;
  font-size: 0.62rem;
  font-weight: 400;
  line-height: 1.4;
}

/* AUDIO CONTROL */
.audio-control {
  position: fixed;
  top: max(14px, env(safe-area-inset-top));
  right: max(14px, env(safe-area-inset-right));
  z-index: 110;
  min-width: 62px;
  min-height: 44px;
  padding: 0.45rem 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(0, 0, 0, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  transition: border-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}

.audio-control:hover,
.audio-control.is-playing {
  border-color: #c4171d;
  color: #ffffff;
}

.audio-bars {
  height: 18px;
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.audio-bar {
  display: block;
  width: 2px;
  height: 5px;
  background: currentColor;
  transform-origin: center;
}

.audio-control.is-playing .audio-bar {
  animation: audioPulse 1s ease-in-out infinite alternate;
}

.audio-control.is-playing .audio-bar:nth-child(2) { animation-delay: -0.25s; }
.audio-control.is-playing .audio-bar:nth-child(3) { animation-delay: -0.5s; }
.audio-control.is-playing .audio-bar:nth-child(4) { animation-delay: -0.15s; }

@keyframes audioPulse {
  from { transform: scaleY(0.55); }
  to { transform: scaleY(1.8); }
}

.audio-control-label {
  font-family: "Montserrat", sans-serif;
  font-size: 0.48rem;
  font-weight: 600;
  letter-spacing: 1.5px;
}

body.modal-open .audio-control {
  opacity: 0;
  pointer-events: none;
}

/* QUOTE MODAL */
.quote-modal {
  position: fixed;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: min(940px, calc(100vw - 32px));
  max-width: 940px;
  height: min(90vh, 920px);
  max-height: calc(100dvh - 32px);
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #0d0d0d;
  color: #ffffff;
  overflow: hidden;
}

.quote-modal:not([open]) {
  display: none;
}

.quote-modal::backdrop {
  background: rgba(0, 0, 0, 0.82);
}

.quote-modal-shell {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(230px, 0.68fr) minmax(0, 1.32fr);
  overflow: hidden;
}

.quote-modal-intro {
  position: relative;
  min-width: 0;
  min-height: 0;
  container-type: inline-size;
  padding: clamp(2rem, 5vw, 4rem) clamp(1.5rem, 4vw, 3.5rem);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  background: #0d0d0d;
  overflow-y: auto;
}

.quote-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.35rem;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.3s ease, color 0.3s ease;
}

.quote-modal-close:hover {
  border-color: #c4171d;
  color: #ffffff;
}

.quote-modal-kicker {
  margin-bottom: 2rem;
  color: #c4171d;
  font-family: "Montserrat", sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 2px;
}

.quote-modal-intro h2 {
  max-width: 100%;
  margin-bottom: 1.5rem;
  color: #ffffff;
  font-size: clamp(2rem, 14cqi, 3.65rem);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -1.8px;
  overflow-wrap: break-word;
}

.quote-modal-intro p:not(.quote-modal-kicker) {
  max-width: 280px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.55;
}

.quote-modal-note {
  display: block;
  margin-top: 2.5rem;
  color: rgba(255, 255, 255, 0.45);
  font-family: "Montserrat", sans-serif;
  font-size: 0.55rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 1px;
}

.quote-modal-contact {
  margin-top: 2.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.quote-modal-contact-label {
  display: block;
  margin-bottom: 0.65rem;
  color: rgba(255, 255, 255, 0.48);
  font-family: "Montserrat", sans-serif;
  font-size: 0.53rem;
  font-weight: 500;
  letter-spacing: 1.4px;
}

.quote-modal-contact a {
  display: inline-flex;
  flex-direction: column;
  gap: 0.28rem;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.quote-modal-contact a strong {
  color: #c4171d;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.quote-modal-contact a:hover strong,
.quote-modal-contact a:focus-visible strong {
  color: #e01d24;
}

.quote-modal-form-wrap {
  min-width: 0;
  min-height: 0;
  height: 100%;
  max-height: none;
  padding: clamp(1.5rem, 4vw, 3rem);
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(196, 23, 29, 0.7) rgba(255, 255, 255, 0.08);
}

.quote-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.1rem;
}

.quote-field {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.quote-field-wide {
  grid-column: 1 / -1;
}

.quote-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.quote-field label {
  margin-bottom: 0.42rem;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Montserrat", sans-serif;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.8px;
}

.quote-field input,
.quote-field select,
.quote-field textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  outline: none;
  background: #111111;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.76rem;
  font-weight: 400;
  line-height: 1.4;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}

.quote-field input,
.quote-field select {
  padding: 0.7rem 0.75rem;
}

.quote-field textarea {
  min-height: 104px;
  padding: 0.75rem;
  resize: vertical;
}

.quote-field input[type="file"] {
  min-height: 48px;
  padding: 0.52rem 0.65rem;
  color: rgba(255, 255, 255, 0.68);
}

.quote-field input[type="file"]::file-selector-button {
  margin-right: 0.6rem;
  padding: 0.45rem 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: transparent;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.55rem;
  cursor: pointer;
}

.quote-field input:focus,
.quote-field select:focus,
.quote-field textarea:focus {
  border-color: #c4171d;
  background: #151515;
}

.quote-field input[aria-invalid="true"],
.quote-field select[aria-invalid="true"],
.quote-field textarea[aria-invalid="true"] {
  border-color: #e94a4f;
}

.field-help,
.field-error {
  min-height: 0.9rem;
  margin-top: 0.35rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.53rem;
  font-weight: 400;
  line-height: 1.35;
}

.field-help {
  color: rgba(255, 255, 255, 0.45);
}

.field-error {
  color: #ff8589;
}

.quote-form-footer {
  margin-top: 1.35rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.quote-form-status {
  flex: 1;
  color: rgba(255, 255, 255, 0.68);
  font-family: "Montserrat", sans-serif;
  font-size: 0.58rem;
  font-weight: 400;
  line-height: 1.45;
  white-space: pre-line;
}

.quote-submit {
  flex: 0 0 auto;
}

.quote-submit:disabled {
  opacity: 0.55;
  cursor: wait;
  transform: none;
}

@media (max-width: 768px) {
  .audio-control {
    top: max(10px, env(safe-area-inset-top));
    right: max(10px, env(safe-area-inset-right));
  }

  .cta-stage {
    padding: 70px 6% 36px;
  }

  .cta-logo {
    width: min(240px, 68vw);
    margin-bottom: 2.5rem;
  }

  .cta-title-container {
    min-height: 145px;
  }

  .cta-title {
    font-size: clamp(2rem, 9.5vw, 3.8rem);
    letter-spacing: -1.4px;
  }

  .cta-description {
    max-width: 360px;
    margin-top: 1.1rem;
    font-size: 0.78rem;
  }

  .cta-actions {
    width: min(100%, 360px);
    margin-top: 2rem;
    display: grid;
    grid-template-columns: 1fr;
  }

  .cta-button {
    width: 100%;
  }

  .quote-modal {
    width: calc(100vw - 20px);
    height: min(94vh, calc(100dvh - 20px));
    max-height: calc(100dvh - 20px);
  }

  .quote-modal-shell {
    height: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
  }

  .quote-modal-intro {
    padding: 2.7rem 1.2rem 1.5rem;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    max-height: 42%;
  }

  .quote-modal-kicker {
    margin-bottom: 1rem;
  }

  .quote-modal-intro h2 {
    margin-bottom: 0.9rem;
    font-size: clamp(1.9rem, 14cqi, 3rem);
  }

  .quote-modal-intro p:not(.quote-modal-kicker) {
    max-width: none;
    font-size: 0.78rem;
  }

  .quote-modal-note {
    margin-top: 1rem;
  }

  .quote-modal-form-wrap {
    height: 100%;
    min-height: 0;
    max-height: none;
    padding: 1.2rem;
  }

  .quote-form-grid {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .quote-field-wide {
    grid-column: auto;
  }

  .quote-form-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .quote-submit {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .audio-control-label {
    display: none;
  }

  .audio-control {
    min-width: 44px;
    padding: 0.42rem;
  }

  .cta-stage {
    padding: 60px 5% 26px;
  }

  .cta-logo {
    width: min(210px, 72vw);
    margin-bottom: 2rem;
  }

  .cta-title-container {
    min-height: 125px;
  }

  .cta-title {
    font-size: clamp(1.75rem, 9vw, 3rem);
    letter-spacing: -1px;
  }

  .cta-description {
    font-size: 0.72rem;
  }

  .cta-actions {
    margin-top: 1.5rem;
  }

  .cta-button {
    min-height: 44px;
    padding: 0.75rem 0.8rem;
    font-size: 0.56rem;
  }

  .quote-modal-intro {
    padding: 2.5rem 1rem 1.15rem;
  }

  .quote-modal-contact {
    margin-top: 0.9rem;
  }

  .quote-modal-contact-label {
    font-size: 0.48rem;
  }

  .quote-modal-contact a strong {
    font-size: 0.68rem;
  }

  .quote-modal-form-wrap {
    padding: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .audio-control.is-playing .audio-bar {
    animation: none;
  }

  .cta-button,
  .audio-control,
  .quote-modal-close,
  .quote-field input,
  .quote-field select,
  .quote-field textarea {
    transition: none;
  }
}
