body {
  overflow-x: clip;
}

.hero-cinematic {
  min-height: 100vh;
  padding-top: 90px;
  padding-bottom: 0;
  isolation: isolate;
  background: #10263f;
}

.hero-cinematic::before,
.hero-cinematic::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
}

.hero-cinematic::before {
  background:
    linear-gradient(90deg, rgba(3, 15, 25, .96) 0%, rgba(5, 20, 31, .82) 31%, rgba(5, 20, 31, .32) 65%, rgba(5, 20, 31, .35) 100%),
    linear-gradient(180deg, rgba(5, 20, 31, .52) 0%, rgba(5, 20, 31, .1) 42%, rgba(5, 20, 31, .92) 100%);
}

.hero-cinematic::after {
  background: radial-gradient(circle at 22% 40%, rgba(212, 165, 116, .18), transparent 34%);
}

.hero-video,
.hero-fallback-scene,
.hero-motion-fallback,
.hero-motion-fallback img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-motion-fallback {
  z-index: 0;
  display: block;
  opacity: 0;
  transition: opacity .7s ease;
}

.hero-motion-fallback img {
  object-fit: cover;
  object-position: center;
}

.hero-cinematic.scene-ready .hero-motion-fallback {
  opacity: 1;
}

.hero-cinematic.video-ready .hero-motion-fallback {
  opacity: 0;
}

.hero-video {
  z-index: 0;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity .7s ease;
}

.hero-fallback-scene {
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(16, 38, 63, .98), rgba(30, 58, 95, .94)),
    radial-gradient(circle at 76% 26%, rgba(212, 165, 116, .22), transparent 34%);
}

.hero-cinematic.video-ready .hero-video {
  opacity: 1;
}

.hero-cinematic.video-ready .hero-fallback-scene {
  opacity: 0;
}

.hero-cinematic.scene-ready .hero-fallback-scene {
  z-index: 0;
}

.hero-cinematic .hero-glow {
  display: none;
}

.hero-cinematic .hero-grid {
  min-height: calc(100vh - 90px);
  grid-template-columns: minmax(0, 900px) 1fr;
  align-items: end;
}

.hero-cinematic .hero-copy {
  max-width: 900px;
  padding: 0 0 64px;
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 32px;
  color: #fff7eb;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

.hero-kicker span {
  width: 30px;
  height: 1px;
  background: #ffc21a;
}

.hero-kicker p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .28em;
}

.hero-kicker strong {
  padding: 8px 12px;
  border: 1px solid #ffc21a;
  color: #ffc21a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .24em;
}

.hero-cinematic h1,
.hero-cinematic h1 em {
  color: #fff7eb;
  text-shadow: 0 8px 42px rgba(0, 0, 0, .42);
}

.hero-cinematic h1 {
  max-width: 900px;
  margin-bottom: 28px;
  font-size: clamp(72px, 6.8vw, 98px);
  letter-spacing: 0;
}

.hero-cinematic h1 em {
  color: #ffc21a;
  font-style: italic;
}

.hero-cinematic .hero-lead {
  max-width: 620px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, .86);
  font-size: 17px;
  line-height: 1.65;
  text-shadow: 0 3px 24px rgba(0, 0, 0, .36);
}

.hero-cinematic .hero-actions {
  gap: 12px;
}

.hero-cinematic .hero-actions .button {
  min-width: 222px;
  min-height: 50px;
  justify-content: space-between;
  border-radius: 2px;
  padding: 0 24px;
  font-size: 14px;
}

.hero-cinematic .button-primary {
  color: var(--navy-950);
  background: #ffc21a;
  box-shadow: 0 16px 42px rgba(0, 0, 0, .28);
}

.hero-cinematic .button-outline {
  color: var(--white);
  border-color: rgba(255, 255, 255, .46);
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(12px);
}

.hero-journey {
  display: grid;
  max-width: 700px;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 46px;
  color: rgba(255, 255, 255, .42);
  font-family: "Poppins", sans-serif;
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.hero-journey span {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-journey span::after {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, .24);
  content: "";
}

.hero-cinematic .hero-art {
  display: none;
}

@media (min-width: 901px) {
  .hero-cinematic .hero-grid {
    padding-left: 100px;
  }
}

.site-header {
  border-bottom: 1px solid transparent;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.site-header::before {
  position: absolute;
  inset: 0 0 -56px;
  z-index: -1;
  pointer-events: none;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(7, 24, 41, .9) 0%,
    rgba(7, 24, 41, .72) 52%,
    rgba(7, 24, 41, .34) 78%,
    rgba(7, 24, 41, 0) 100%
  );
}

.site-header.scrolled {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: transparent;
  box-shadow: none;
}

.site-header.scrolled::before {
  inset: 0;
  background: rgba(7, 24, 41, .94);
  backdrop-filter: blur(16px);
}

.site-header:not(.scrolled) .site-nav a,
.site-header.scrolled .site-nav a {
  color: rgba(255, 255, 255, .82);
}

.site-header:not(.scrolled) .site-nav a:hover,
.site-header.scrolled .site-nav a:hover {
  color: var(--white);
}

.site-header:not(.scrolled) .site-nav .nav-button,
.site-header.scrolled .site-nav .nav-button {
  min-height: 40px;
  border: 1px solid #ffc21a;
  border-radius: 0;
  color: var(--white);
  background: rgba(255, 194, 26, .04);
}

.site-header:not(.scrolled) .menu-toggle {
  background: rgba(255, 255, 255, .92);
}

@media (max-width: 900px) {
  .site-header:not(.scrolled) .site-nav a {
    color: #526474;
  }

  .site-header:not(.scrolled) .site-nav .nav-button {
    color: var(--white);
    background: var(--navy);
  }

  .hero-cinematic .hero-grid {
    grid-template-columns: 1fr;
  }

  .site-header .site-nav.open a {
    color: #526474;
  }
}

@media (max-width: 620px) {
  .hero-video {
    object-position: center;
  }

  .hero-cinematic {
    min-height: 844px;
    padding-top: 118px;
    padding-bottom: 112px;
  }

  .hero-cinematic::before {
    background:
      linear-gradient(180deg, rgba(7, 24, 41, .78) 0%, rgba(7, 24, 41, .32) 35%, rgba(7, 24, 41, .82) 100%),
      linear-gradient(90deg, rgba(7, 24, 41, .72), rgba(7, 24, 41, .22));
  }

  .hero-cinematic .hero-copy {
    padding: 0;
  }

  .hero-cinematic .hero-grid {
    min-height: auto;
    align-items: start;
  }

  .hero-kicker {
    display: grid;
    grid-template-columns: 30px 1fr auto;
    gap: 10px;
    margin-bottom: 22px;
  }

  .hero-kicker p,
  .hero-kicker strong {
    font-size: 8px;
    letter-spacing: .22em;
  }

  .hero-cinematic h1 {
    margin: 20px 0;
    font-size: clamp(48px, 14vw, 56px);
    line-height: 1.03;
  }

  .hero-cinematic h1 em {
    display: block;
  }

  .hero-cinematic .hero-lead {
    font-size: 15px;
    line-height: 1.52;
    margin-bottom: 28px;
  }

  .hero-cinematic .hero-actions {
    flex-direction: column;
  }

  .hero-cinematic .hero-actions .button {
    width: 100%;
    min-height: 52px;
  }

  .hero-journey {
    display: none;
  }

  .site-header,
  .site-header.scrolled {
    min-height: 78px;
  }

  .nav-shell {
    min-height: 78px;
  }
}

.quick-nav {
  border-radius: 0;
  border-color: rgba(255, 255, 255, .14);
  background: rgba(7, 24, 41, .92);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .32);
}

.quick-nav a {
  border-radius: 0;
  color: rgba(255, 255, 255, .64);
}

.quick-nav a:first-child,
.quick-nav a:hover,
.quick-nav a:focus-visible {
  color: var(--navy-950);
  background: #ffc21a;
}

.quick-nav span,
.quick-nav .quick-nav-whatsapp span {
  color: currentColor;
}

.quick-nav .quick-nav-whatsapp {
  color: rgba(255, 255, 255, .64);
}

@media (max-width: 768px) {
  .quick-nav {
    bottom: 12px;
    overflow: hidden;
    border-radius: 0;
  }
}
