/* Hero visual de Vincent: aislado del contenido comercial */
.cgv-intro, .cgv-intro * { box-sizing: border-box; }
.cgv-intro {
  --cgv-night: #07152f;
  --cgv-night-deep: #030b1b;
  --cgv-gold: #efc04f;
  --cgv-gold-soft: #f6d980;
  --cgv-paper: #f5f0e6;
  --cgv-white: #fff;
  --cgv-muted: rgba(255,255,255,.8);
  --cgv-line: rgba(255,255,255,.26);
  --cgv-serif: "Cormorant Garamond", Georgia, serif;
  --cgv-sans: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --cgv-container: min(1180px, calc(100% - 40px));
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  color: var(--cgv-white);
  background: var(--cgv-night);
  font-family: var(--cgv-sans);
}
.cgv-intro a { color: inherit; }
.cgv-intro__background {
  position: absolute;
  z-index: -5;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.025);
  filter: saturate(.9) contrast(1.04);
}
.cgv-intro__shade {
  position: absolute;
  z-index: -4;
  inset: 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(239,192,79,.24), transparent 24%),
    radial-gradient(circle at 18% 36%, rgba(80,139,214,.22), transparent 34%),
    linear-gradient(108deg, rgba(3,11,27,.98) 7%, rgba(5,19,46,.9) 44%, rgba(6,21,50,.66) 74%, rgba(5,17,40,.58) 100%);
}
.cgv-intro__texture {
  position: absolute;
  z-index: -3;
  inset: 0;
  opacity: .42;
  background:
    repeating-radial-gradient(ellipse at 76% 20%, transparent 0 38px, rgba(255,255,255,.045) 39px 40px, transparent 41px 62px),
    linear-gradient(180deg, rgba(2,9,23,.1), transparent 58%, rgba(2,9,23,.84));
  pointer-events: none;
}
.cgv-intro::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 130px;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, var(--cgv-paper));
}
.cgv-intro__topbar {
  position: relative;
  z-index: 6;
  width: var(--cgv-container);
  min-height: 82px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.cgv-intro__brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none !important;
}
.cgv-intro__brand-mark {
  position: relative;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 50%;
}
.cgv-intro__brand-mark::before, .cgv-intro__brand-mark::after { content: ""; position: absolute; border-radius: 50%; }
.cgv-intro__brand-mark::before { width: 21px; height: 21px; border: 1px solid rgba(255,255,255,.72); }
.cgv-intro__brand-mark::after { width: 8px; height: 8px; background: var(--cgv-gold); box-shadow: 0 0 0 5px rgba(239,192,79,.12); }
.cgv-intro__brand-text {
  color: #fff;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.cgv-intro__local-nav { display: flex; align-items: center; gap: 25px; }
.cgv-intro__local-nav a { text-decoration: none !important; font-size: 12px; font-weight: 750; letter-spacing: .03em; }
.cgv-intro__local-nav a:not(.cgv-intro__nav-cta) { color: rgba(255,255,255,.78); }
.cgv-intro__nav-cta {
  min-height: 44px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--cgv-night-deep) !important;
  background: var(--cgv-gold);
  box-shadow: 0 12px 30px rgba(239,192,79,.2);
}
.cgv-intro__hero {
  position: relative;
  z-index: 4;
  width: var(--cgv-container);
  min-height: auto;
  margin-inline: auto;
  padding: 64px 0 42px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(310px, .72fr);
  align-items: center;
  gap: clamp(36px, 5vw, 72px);
}
.cgv-intro__copy { max-width: 735px; }
.cgv-intro__eyebrow {
  margin: 0 0 20px;
  color: var(--cgv-gold-soft);
  font-size: 11px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.carrera-del-globo-premium-redesign .cgv-intro__title {
  max-width: 790px;
  margin: 0;
  color: #fff !important;
  font-family: var(--cgv-serif) !important;
  font-size: clamp(58px, 6.8vw, 102px) !important;
  line-height: .86 !important;
  letter-spacing: -.042em !important;
  font-weight: 600 !important;
  text-transform: none !important;
  text-wrap: balance;
}
.cgv-intro__title span {
  display: block;
  margin-top: 12px;
  margin-left: clamp(0px, 4vw, 64px);
  color: var(--cgv-gold);
  font-style: italic;
  font-weight: 600;
}
.cgv-intro__lead {
  max-width: 640px;
  margin: 26px 0 0;
  color: var(--cgv-muted);
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.62;
  font-weight: 450;
}
.cgv-intro__lead strong { color: #fff; font-weight: 750; }
.cgv-intro__actions { margin-top: 28px; display: flex; align-items: center; flex-wrap: wrap; gap: 13px; }
.cgv-intro__button {
  min-height: 51px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none !important;
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: .045em;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}
.cgv-intro__button:hover { transform: translateY(-2px); }
.cgv-intro__button--primary { color: var(--cgv-night-deep) !important; background: var(--cgv-gold); box-shadow: 0 14px 34px rgba(239,192,79,.23); }
.cgv-intro__button--secondary {
  color: #fff !important;
  border-color: rgba(255,255,255,.34);
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.cgv-intro__arrow { width: 17px; height: 17px; flex: 0 0 auto; }
.cgv-intro__meta {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 13px 27px;
  color: rgba(255,255,255,.68);
  font-size: 11px;
  line-height: 1.5;
  font-weight: 750;
  letter-spacing: .075em;
  text-transform: uppercase;
}
.cgv-intro__meta span { display: inline-flex; align-items: center; gap: 9px; }
.cgv-intro__meta i { width: 5px; height: 5px; flex: 0 0 auto; border-radius: 50%; background: var(--cgv-gold); box-shadow: 0 0 0 5px rgba(239,192,79,.1); }
.cgv-intro__portrait-card {
  position: relative;
  align-self: center;
  justify-self: end;
  width: min(100%, 340px);
  margin: 0;
  padding: 18px 18px 60px;
  background: rgba(245,238,219,.94);
  box-shadow: 0 30px 85px rgba(0,0,0,.38);
  transform: rotate(2deg);
}
.cgv-intro__portrait-card::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -12px;
  left: 50%;
  width: 94px;
  height: 30px;
  transform: translateX(-50%) rotate(-2deg);
  background: rgba(239,216,160,.7);
  box-shadow: 0 3px 10px rgba(0,0,0,.13);
}
.cgv-intro__portrait {
  width: 100%;
  aspect-ratio: .82;
  object-fit: cover;
  object-position: center 18%;
  background: #243d72;
  filter: saturate(.9) contrast(1.04);
}
.cgv-intro__portrait-card figcaption {
  position: absolute;
  right: 20px;
  bottom: 19px;
  color: var(--cgv-night);
  font-size: 10px;
  line-height: 1.4;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.cgv-intro__storyline {
  position: relative;
  z-index: 5;
  width: var(--cgv-container);
  margin-inline: auto;
  padding: 24px 0 130px;
  display: block;
  border-top: 1px solid var(--cgv-line);
}
.cgv-intro__storyline strong {
  max-width: 710px;
  display: block;
  color: #fff;
  font-family: var(--cgv-serif);
  font-size: clamp(25px, 2.6vw, 38px);
  line-height: 1.08;
  letter-spacing: -.025em;
  font-weight: 550;
}
.cgv-intro__storyline strong em { color: var(--cgv-gold-soft); font-style: italic; }

@media (max-width: 940px) {
  .cgv-intro { min-height: auto; }
  .cgv-intro__hero { min-height: auto; padding: 72px 0 52px; grid-template-columns: 1fr; gap: 54px; }
  .cgv-intro__copy { max-width: 760px; }
  .cgv-intro__portrait-card { width: min(59.2vw, 344px); justify-self: center; }
}

@media (max-width: 660px) {
  .cgv-intro { --cgv-container: min(100% - 30px, 1180px); }
  .cgv-intro__topbar { min-height: 70px; }
  .cgv-intro__brand-mark { width: 34px; height: 34px; }
  .cgv-intro__brand-text { font-size: 9px; }
  .cgv-intro__local-nav a:not(.cgv-intro__nav-cta) { display: none; }
  .cgv-intro__nav-cta { min-height: 40px; padding: 0 15px; font-size: 10px; }
  .cgv-intro__hero { padding: 56px 0 42px; gap: 44px; }
  .cgv-intro__eyebrow { margin-bottom: 16px; font-size: 9px; }
  .carrera-del-globo-premium-redesign .cgv-intro__title { font-size: clamp(44px, 13vw, 62px) !important; line-height: .9 !important; }
  .cgv-intro__title span { margin-top: 9px; margin-left: 0; }
  .cgv-intro__lead { margin-top: 22px; font-size: 15px; line-height: 1.6; }
  .cgv-intro__actions { align-items: stretch; flex-direction: column; }
  .cgv-intro__button { width: 100%; }
  .cgv-intro__meta { gap: 11px 20px; font-size: 9px; }
  .cgv-intro__portrait-card { width: min(70.4vw, 312px); padding: 14px 14px 52px; }
  .cgv-intro__storyline { padding: 22px 0 112px; }
  .cgv-intro__storyline strong { font-size: clamp(23px, 8vw, 32px); }
}

@media (prefers-reduced-motion: reduce) {
  .cgv-intro__button { transition: none; }
}
