/* ============================================================
   Ford Bronco x Jay de la Cueva — Rich Article 60 Aniversario
   Life & Style / Expansión 2026
   ============================================================ */

/* ── Variables ────────────────────────────────────────────── */
:root {
  --ford-blue: #002C6C;
  --ford-dark-blue: #0A1628;
  --ford-amber: #E5A93C;
  --ford-gold: #CFA968;
  --off-white: #F5F4F0;
  --text-dark: #12161A;
  --text-muted: #6B7280;
  --transition-smooth: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ── Reset / Base ─────────────────────────────────────────── */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-weight: 300;
  color: var(--text-dark);
  background-color: #fff;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

/* Textos de las secciones con tipografía delgada (font-weight: 300) */
section p,
.s-intro p,
.s-details p,
.s-colors p,
.s-quote p,
.hero-sub,
.highlight-text,
.text-secondary {
  font-weight: 300 !important;
  letter-spacing: 0.02em;
}

/* ── Utilidades ───────────────────────────────────────────── */
.py-20-custom {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.cabecera {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1040;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.cabecera .logo {
  height: 28px;
  width: auto;
}

.max-w-7xl {
  max-width: 1280px;
  margin: 0 auto;
}

/* ── ESTILO DE TÍTULOS 2: ROCK & HERITAGE DUAL-TONE ─────────── */
.eyebrow-label,
.quote-eyebrow,
.footer-eyebrow,
.gallery-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  padding: 0.55rem 1.4rem;
  border-radius: 4px;
  margin-bottom: 1.25rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.eyebrow-label {
  background: var(--ford-blue);
  color: #fff;
}

.quote-eyebrow,
.footer-eyebrow,
.gallery-eyebrow {
  background: var(--ford-amber);
  color: var(--ford-dark-blue);
}

.section-num {
  display: inline-block;
  font-weight: 900;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding-right: 0.6rem;
  margin-right: 0.2rem;
}

.quote-eyebrow .section-num,
.footer-eyebrow .section-num,
.gallery-eyebrow .section-num {
  border-right-color: rgba(10, 22, 40, 0.3);
}

/* Títulos con Dual-Tone Text-Stroke & Color */
.section-heading,
.section-title-alt,
.quote-title,
.footer-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.6rem, 3.4vw, 2.9rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  line-height: 1.15;
  position: relative;
  display: inline-block;
  white-space: normal;
  margin-bottom: 1.75rem;
  color: #00095b !important;
}

/* Texto calado / hueco desactivado */
.stroke-text {
  -webkit-text-stroke: 0 !important;
  color: #00095b !important;
}

.stroke-text-white {
  -webkit-text-stroke: 0 !important;
  color: #00095b !important;
}

.amber-glow-text {
  color: #00095b !important;
  text-shadow: none;
}

.section-heading::after,
.section-title-alt::after {
  content: '';
  display: block;
  width: 90px;
  height: 6px;
  background: #2196cb;
  margin-top: 0.9rem;
  border-radius: 2px;
  box-shadow: 0 0 12px rgba(33, 150, 203, 0.5);
}

.text-center .section-heading::after,
.text-center .section-title-alt::after {
  margin-left: auto;
  margin-right: auto;
}

/* Título de la sección MÁXIMO CONTROL en blanco */
.quote-title,
.s-quote .section-title-alt {
  color: #ffffff !important;
}

.s-quote .section-heading::after,
.s-quote .section-title-alt::after,
.s-gallery .section-heading::after,
.s-gallery .section-title-alt::after,
.s-footer .section-heading::after,
.s-footer .section-title-alt::after {
  background: #2196cb;
  box-shadow: 0 0 12px rgba(33, 150, 203, 0.6);
}

/* ── SPONSOR BADGE ─────────────────────────────────────────── */
.sponsor-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: rgba(10, 22, 40, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1.5px solid #2196cb;
  padding: 0.7rem 2rem;
  border-radius: 9999px;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #ffffff;
  box-shadow: 0 0 25px rgba(33, 150, 203, 0.45), 0 8px 25px rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease;
  margin-top: 1.5rem;
  position: relative;
  z-index: 20;
}

.sponsor-badge:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 0 30px rgba(33, 150, 203, 0.6), 0 12px 30px rgba(0, 0, 0, 0.5);
}

.sponsor-brand {
  color: #2196cb;
  font-weight: 900;
  text-shadow: 0 0 12px rgba(33, 150, 203, 0.6);
  margin-left: 0.25rem;
}

/* ── HERO ─────────────────────────────────────────────────── */
.hero-header {
  height: 100vh;
  min-height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 22, 40, 0.45) 0%,
    rgba(10, 22, 40, 0.8) 60%,
    rgba(10, 22, 40, 0.96) 100%
  );
  z-index: 1;
}

.hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  will-change: transform;
}

.hero-content {
  position: relative;
  z-index: 10;
  padding: 0 1.5rem;
}

.hero-editorial-wrapper {
  border-left-color: #2196cb !important;
}

.hero-eyebrow {
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #2196cb;
  margin-bottom: 1.2rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* Word split for GSAP */
.word-wrap {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  margin-right: 0.25em;
}

.word {
  display: inline-block;
}

.hero-title {
  font-size: clamp(1.75rem, 3.8vw, 3.2rem);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
}

.hero-title-lead {
  font-size: 1.15em;
}

.hero-title .text-warning {
  color: #2196cb !important;
  text-shadow: 0 0 30px rgba(33, 150, 203, 0.7);
}

.hero-sub {
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  font-weight: 300;
  opacity: 0.95;
  line-height: 1.7;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
}

/* Glassmorphism Card para Propuesta 1 */
.hero-glass-box {
  background: rgba(10, 22, 40, 0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1.5px solid rgba(33, 150, 203, 0.35);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.65), 0 0 30px rgba(33, 150, 203, 0.12);
  transition: var(--transition-smooth);
}

.hero-glass-box:hover {
  border-color: rgba(33, 150, 203, 0.65);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.75), 0 0 40px rgba(33, 150, 203, 0.25);
  transform: translateY(-3px);
}

/* Estilos Manifiesto Editorial para Propuesta 3 */
.drop-cap-gold {
  float: left;
  font-size: clamp(3.2rem, 5vw, 4.2rem);
  line-height: 0.75;
  font-weight: 900;
  color: #2196cb;
  margin-right: 0.85rem;
  margin-top: 0.15rem;
  text-shadow: 0 0 20px rgba(33, 150, 203, 0.5);
}

.hero-sub-editorial {
  font-size: clamp(1.1rem, 1.6vw, 1.3rem);
  max-width: 780px;
}

/* Scroll hint */
.hero-scroll-hint {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.scroll-line {
  width: 2px;
  height: 60px;
  background: linear-gradient(to bottom, rgba(33, 150, 203, 0.9), rgba(255, 255, 255, 0));
  margin: 0 auto;
  animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%, 100% { opacity: 0.3; transform: scaleY(1); }
  50% { opacity: 1; transform: scaleY(1.2); }
}

/* ── Ticker / Marquee ─────────────────────────────────────── */
.ticker-wrap {
  background: linear-gradient(90deg, #001C47 0%, var(--ford-blue) 50%, #001C47 100%);
  overflow: hidden;
  padding: 0.95rem 0;
  white-space: nowrap;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 4px 20px rgba(0, 44, 108, 0.3);
}

.ticker {
  display: inline-block;
  animation: tickerScroll 22s linear infinite;
}

.ticker span {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  padding: 0 1.5rem;
}

.ticker .sep {
  color: var(--ford-amber);
  opacity: 0.9;
  padding: 0 0.5rem;
  font-size: 0.9rem;
}

@keyframes tickerScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ── Clip Reveal (GSAP target) ────────────────────────────── */
.clip-reveal {
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
}

.reveal-img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  object-fit: cover;
  will-change: transform;
  transform-origin: center;
}

/* ── Intro Section ────────────────────────────────────────── */
.s-intro {
  background-color: #fff;
}

.intro-lead {
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  color: var(--ford-dark-blue);
  border-left: 5px solid var(--ford-blue);
  padding-left: 1.25rem;
}

/* ── Details Section ──────────────────────────────────────── */
.s-details {
  background-color: var(--off-white);
}

/* ── Patch Quote Section ──────────────────────────────────── */
.s-quote {
  background: linear-gradient(135deg, #00095b 0%, #08246b 50%, #2196cb 100%);
  overflow: hidden;
  position: relative;
  border-top: 1px solid rgba(33, 150, 203, 0.3);
  border-bottom: 1px solid rgba(33, 150, 203, 0.3);
}

.s-quote-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  min-height: 560px;
  align-items: center;
  gap: 4rem;
  padding: 6.5rem 2rem;
}

.s-quote-text {
  color: #ffffff;
}

.quote-title {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  margin-bottom: 1.75rem;
  color: #ffffff;
}

.quote-body {
  font-size: clamp(1.35rem, 2.5vw, 1.9rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.55;
  border: none;
  padding: 0;
  margin: 0 0 1.75rem 0;
  color: #ffffff;
}

.quote-author {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ford-gold);
}

.s-quote-img {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
}

.s-quote-img img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 1.25rem;
  display: block;
  object-fit: contain;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* ── Colors / Editions Section ───────────────────────────── */
.s-colors {
  background-color: #fff;
}

.color-card {
  border: 1px solid #e2e8f0;
  border-radius: 1.25rem;
  overflow: hidden;
  background: #fff;
  transition: var(--transition-smooth);
}

.color-card:hover {
  box-shadow: 0 24px 45px -10px rgba(0, 44, 108, 0.18);
  transform: translateY(-8px);
}

.color-card-img {
  overflow: hidden;
  background-color: #f1f5f9;
}

.color-card-img img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.color-card:hover .color-card-img img {
  transform: scale(1.06);
}

.color-card-body {
  padding: 1.8rem;
  text-align: center;
}

.swatch {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

/* ── Gallery Showcase — Tira Compacta (Low-Height Strip) ──── */
.s-gallery-compact {
  background-color: #070c12;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.gallery-compact-title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gallery-compact-subtitle {
  color: var(--ford-amber, #e5a93c);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

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

.compact-card {
  position: relative;
  overflow: hidden;
  border-radius: 0.85rem;
  height: 190px;
  background-color: #0d1622;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.compact-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.35s ease;
}

.compact-card:hover {
  transform: translateY(-3px);
  border-color: rgba(229, 169, 60, 0.5);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.5);
}

.compact-card:hover .compact-img {
  transform: scale(1.06);
  filter: brightness(1.08);
}

@media (max-width: 991px) {
  .compact-card {
    height: 170px;
  }
}

@media (max-width: 575px) {
  .gallery-compact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .compact-card {
    height: 140px;
  }
}

/* ── Highlight Box Section ────────────────────────────────── */
.s-highlight-box {
  background-color: #0a1017;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.highlight-card {
  max-width: 100%;
  background: linear-gradient(135deg, #0a1628 0%, #002c6c 50%, #094074 100%);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
}

.highlight-text {
  background: linear-gradient(135deg, #ffffff 0%, #d1d5db 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ffffff;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

/* ── Footer ───────────────────────────────────────────────── */
.s-footer {
  background-color: var(--text-dark);
  position: relative;
  overflow: hidden;
}

.footer-title {
  font-size: clamp(2.2rem, 4.2vw, 3.2rem);
  margin-bottom: 1.5rem;
}

.footer-copy {
  max-width: 860px;
  line-height: 1.7;
}

.footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 3.5rem;
}

.btn-footer-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 2rem;
  padding: 1.15rem 3.4rem;
  background: #ffffff;
  border: 2px solid #2196cb;
  border-radius: 0;
  color: #2196cb;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(33, 150, 203, 0.15);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.btn-footer-cta svg {
  stroke: #2196cb;
  transition: transform 0.35s ease, stroke 0.35s ease;
}

.btn-footer-cta:hover {
  background: #2196cb;
  border-color: #2196cb;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(33, 150, 203, 0.4);
}

.btn-footer-cta:hover svg {
  stroke: #ffffff;
  transform: translateX(7px);
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 991px) {
  .s-quote-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 4.5rem 1.5rem;
  }

  .s-quote-img {
    max-width: 100%;
    margin-left: 0;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    height: auto;
  }
}

@media (max-width: 575px) {
  .gallery-grid {
    grid-template-columns: 1fr;
    height: auto;
  }

  .hero-title {
    font-size: clamp(1.4rem, 6.5vw, 2.2rem);
  }
}
