@import url('/v6.css');

/* Final bilingual and tonal refinement. */
:root{
  --island-blue:#78c8d0;
  --island-sky:#b9dfe4;
}

.hero:before{
  background:
    radial-gradient(circle at 73% 46%,rgba(48,145,166,.35),transparent 34%),
    radial-gradient(circle at 18% 13%,rgba(80,139,174,.22),transparent 29%),
    linear-gradient(125deg,#04101c 0%,#09273d 52%,#04101c 100%);
}

.hero-grid{opacity:.19}

.hero-title.values{
  max-width:960px;
  font-size:clamp(4.2rem,6.6vw,7.25rem);
  line-height:.78;
  letter-spacing:-.045em;
}

.hero-island{
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(90deg,#04101c 0%,rgba(4,16,28,.98) 34%,rgba(5,23,35,.62) 67%,rgba(4,16,28,.5) 100%),
    linear-gradient(0deg,#04101c 0%,transparent 41%,rgba(4,16,28,.43) 100%),
    url('/assets/el-morro-hero.webp') 76% 44%/cover no-repeat;
  opacity:.34;
  filter:saturate(.55) contrast(1.12) sepia(.08);
  -webkit-mask-image:linear-gradient(90deg,transparent 20%,#000 54%,#000 100%);
  mask-image:linear-gradient(90deg,transparent 20%,#000 54%,#000 100%);
}

.hero-orbit{
  border-color:rgba(171,220,226,.2);
  box-shadow:0 0 0 85px rgba(70,158,169,.028),0 0 110px rgba(66,166,180,.11);
}

.hero-film-mark{
  filter:drop-shadow(0 0 56px rgba(107,201,210,.31));
}

.hero-film-mark video{
  filter:grayscale(.68) contrast(1.16) brightness(.79) saturate(.82);
}

.hero-film-mark:after{
  background:linear-gradient(110deg,rgba(105,202,210,.31),transparent 38%,rgba(238,252,253,.23) 53%,transparent 67%);
}

.practice-rail{
  background:linear-gradient(90deg,#061522,#0a303c,#061522);
}

.opening{
  background-image:
    radial-gradient(circle at 80% 15%,rgba(93,190,198,.13),transparent 31%),
    linear-gradient(145deg,#072735,#071d31 58%,#020a13);
}

/* A single, architectural Puerto Rico cue—editorial rather than touristic. */
.cross:before{
  background:
    linear-gradient(90deg,rgba(3,13,24,.99) 0%,rgba(4,19,31,.91) 44%,rgba(4,20,31,.47) 70%,rgba(4,16,25,.22) 100%),
    linear-gradient(0deg,rgba(3,13,24,.56),transparent 52%),
    url('/assets/garita-editorial.webp') 68% 38%/cover no-repeat;
  filter:saturate(.68) contrast(1.06);
}

.hero-spanish{
  flex-wrap:wrap;
  gap:12px 16px;
}

.hero-spanish:after{display:none}

.hero-spanish a{
  margin-left:3px;
  padding:8px 11px 7px;
  border:1px solid rgba(188,217,236,.38);
  color:#eef5f8;
  font:700 .67rem/1 "Helvetica Neue",Arial,sans-serif;
  letter-spacing:.13em;
  text-transform:uppercase;
  transition:background .25s,border-color .25s,color .25s;
}

.hero-spanish a:hover,
.hero-spanish a:focus-visible{
  background:rgba(188,217,236,.12);
  border-color:rgba(213,231,241,.75);
  color:#fff;
}

.languages{
  background:rgba(6,29,45,.25);
  border-color:rgba(185,223,228,.38);
}

@media(max-width:980px){
  .hero:before{
    background:
      linear-gradient(90deg,rgba(2,8,17,.98),rgba(4,24,36,.68)),
      radial-gradient(circle at 73% 44%,rgba(48,145,166,.34),transparent 36%);
  }
  .hero-island{
    opacity:.29;
    background-position:70% 44%;
    -webkit-mask-image:linear-gradient(90deg,transparent 2%,#000 48%,#000 100%);
    mask-image:linear-gradient(90deg,transparent 2%,#000 48%,#000 100%);
  }
  .cross:before{
    background:
      linear-gradient(90deg,rgba(3,13,24,.98),rgba(4,19,31,.8)),
      linear-gradient(0deg,rgba(3,13,24,.66),transparent 58%),
      url('/assets/garita-editorial.webp') 59% 38%/cover no-repeat;
  }
}

@media(max-width:650px){
  .hero:before{
    background:
      linear-gradient(0deg,#020811 6%,rgba(2,9,17,.8) 56%,rgba(3,18,28,.39)),
      radial-gradient(circle at 63% 32%,rgba(48,145,166,.34),transparent 42%);
  }
  .hero-island{
    opacity:.25;
    background-position:61% 42%;
    -webkit-mask-image:linear-gradient(0deg,#000 0%,#000 57%,transparent 100%);
    mask-image:linear-gradient(0deg,#000 0%,#000 57%,transparent 100%);
  }
  .cross:before{
    background:
      linear-gradient(90deg,rgba(3,13,24,.96),rgba(4,19,31,.68)),
      linear-gradient(0deg,rgba(3,13,24,.82),rgba(3,13,24,.18) 62%),
      url('/assets/garita-editorial.webp') 54% 36%/cover no-repeat;
  }
  .hero-spanish{
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
  }
  .hero-title.values{
    font-size:clamp(3.15rem,14.5vw,4.55rem);
    line-height:.79;
  }
  .hero-spanish a{margin-left:0}
}

@media(prefers-reduced-motion:reduce){
  .hero-film-mark{filter:drop-shadow(0 0 38px rgba(107,201,210,.23))}
}
