
.hero-section {
  background-image: none !important;
  isolation: isolate;
  overflow: hidden;
}


.hero-section .hero-grid-line {
  display: none;
}

.hero-carousel {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-carousel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: opacity 550ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hero-carousel-slide.is-active {
  opacity: 1;
}

.hero-carousel-controls {
  position: absolute;
  right: clamp(16px, 3vw, 48px);
  bottom: 29px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 9px;
  pointer-events: auto;
}

.hero-carousel-nav,
.hero-carousel-dot {
  appearance: none;
  border: 0;
  cursor: pointer;
}

.hero-carousel-nav {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: rgb(3 18 41 / 38%);
  border: 1px solid rgb(212 237 245 / 48%);
  border-radius: 50%;
  font: 400 18px/1 Arial, sans-serif;
  opacity: 0;
  transform: translateY(2px);
  transition: opacity 180ms cubic-bezier(0.23, 1, 0.32, 1), transform 180ms cubic-bezier(0.23, 1, 0.32, 1), background-color 180ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hero-carousel:hover .hero-carousel-nav,
.hero-carousel:focus-within .hero-carousel-nav {
  opacity: 1;
  transform: translateY(0);
}

.hero-carousel-nav:hover,
.hero-carousel-nav:focus-visible {
  background: rgb(3 18 41 / 72%);
}

.hero-carousel-nav:focus-visible,
.hero-carousel-dot:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}

.hero-carousel-dot {
  width: 16px;
  height: 16px;
  padding: 0;
  position: relative;
  background: transparent;
}

.hero-carousel-dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border: 1px solid rgb(255 255 255 / 84%);
  border-radius: 999px;
  background: transparent;
  transform: translate(-50%, -50%);
  transition: width 180ms cubic-bezier(0.23, 1, 0.32, 1), background-color 180ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hero-carousel-dot[aria-current="true"]::after {
  width: 18px;
  background: #ffffff;
}

.hero-section[data-banner-index="1"] .hero-overlay {
  background: linear-gradient(90deg, rgb(39 24 16 / 90%), rgb(56 36 24 / 76%) 37%, rgb(91 61 43 / 27%) 73%, rgb(91 61 43 / 12%));
}


.hero-section[data-banner-index="2"] .hero-overlay {
  background: linear-gradient(90deg, rgb(3 18 41 / 38%), rgb(13 33 54 / 28%) 42%, rgb(18 40 55 / 48%) 72%, rgb(18 40 55 / 68%));
}

.hero-section[data-banner-index="2"] .hero-content {
  grid-template-columns: .55fr 1.05fr;
}

.hero-section[data-banner-index="2"] .hero-copy {
  grid-column: 2;
  justify-self: end;
  width: min(100%, 650px);
  max-width: 650px;
  position: relative;
  isolation: isolate;
  padding: 10px 14px 12px;
}


.hero-section[data-banner-index="2"] .hero-copy::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border: 1px solid rgb(212 237 245 / 14%);
  border-radius: 2px;
  background: rgb(3 18 41 / 20%);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.hero-section[data-banner-index="2"] .hero-copy h1 {
  max-width: 800px;
  margin: 21px 0 18px;
  font-size: clamp(38px, 4.25vw, 58px);
  line-height: 1.05;
}

.hero-section[data-banner-index="2"] .hero-title-detail {
  display: block;
  max-width: 720px;
  margin-top: 14px;
  color: #b4edf1;
  font-family: var(--sans);
  font-size: 0.34em;
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.35;
}

.hero-section[data-banner-index="2"] .hero-copy p {
  max-width: 720px;
}


.hero-section[data-banner-index="1"] .hero-specimen,
.hero-section[data-banner-index="2"] .hero-specimen {
  display: none;
}


.hero-section[data-banner-index="0"] .hero-copy h1 {
  max-width: 690px;
  margin: 21px 0 18px;
  font-size: clamp(42px, 4.7vw, 64px);
  line-height: 1.02;
}

.hero-section[data-banner-index="0"] .hero-title-detail {
  display: block;
  max-width: 720px;
  margin-top: 14px;
  color: #b4edf1;
  font-family: var(--sans);
  font-size: 0.34em;
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.35;
}

.hero-section[data-banner-index="0"] .hero-copy p {
  max-width: 650px;
}


.hero-section[data-banner-index="1"] .hero-copy h1 {
  max-width: 760px;
  margin: 21px 0 18px;
  font-size: clamp(42px, 4.7vw, 64px);
  line-height: 1.02;
}

.hero-section[data-banner-index="1"] .hero-copy p {
  max-width: 620px;
}

@media (max-width: 780px) {
  .hero-carousel-slide {
    background-position: 55% center;
  }

  .hero-carousel-controls {
    right: 12px;
    bottom: 18px;
  }

  .hero-carousel-nav {
    opacity: 1;
    width: 29px;
    height: 29px;
  }

  .hero-section[data-banner-index="0"] .hero-copy h1 {
    margin: 18px 0 16px;
    font-size: clamp(35px, 9.4vw, 46px);
  }

  .hero-section[data-banner-index="0"] .hero-title-detail {
    margin-top: 11px;
    font-size: 0.38em;
  }

  .hero-section[data-banner-index="1"] .hero-copy h1 {
    margin: 18px 0 16px;
    font-size: clamp(35px, 9.4vw, 46px);
  }

  .hero-section[data-banner-index="2"] .hero-content {
    grid-template-columns: 1fr;
  }

  .hero-section[data-banner-index="2"] .hero-copy {
    grid-column: 1;
    justify-self: stretch;
    width: auto;
    max-width: 650px;
    padding: 8px 10px 10px;
  }

  .hero-section[data-banner-index="2"] .hero-copy h1 {
    margin: 18px 0 16px;
    font-size: clamp(32px, 8.6vw, 44px);
  }

  .hero-section[data-banner-index="2"] .hero-title-detail {
    margin-top: 11px;
    font-size: 0.38em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-carousel-slide,
  .hero-carousel-nav,
  .hero-carousel-dot::after {
    transition: none;
  }
}
