:root {
  --entry-navy: #063a70;
  --entry-ink: #071b2e;
  --entry-cyan: #13c6d4;
  --entry-paper: #f5f8fa;
  --entry-line: #cbd8e1;
}

.entry-gateway {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 28px;
  background: var(--entry-paper);
  color: var(--entry-ink);
}

.entry-enhanced.entry-active {
  overflow: hidden;
}

.entry-enhanced.entry-active .entry-gateway {
  position: fixed;
  inset: 0;
  z-index: 10000;
  overflow: auto;
  overscroll-behavior: contain;
}

.entry-gateway__frame {
  width: min(1180px, 100%);
  min-height: calc(100vh - 56px);
  min-height: calc(100dvh - 56px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.entry-gateway__brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 22px;
  border-bottom: 2px solid var(--entry-ink);
}

.entry-gateway__brand img {
  width: 168px;
  height: 68px;
  object-fit: contain;
  object-position: left center;
}

.entry-gateway__brand span {
  max-width: 430px;
  color: #486173;
  font-size: 14px;
  line-height: 1.45;
  text-align: right;
}

.entry-stage {
  flex: 1;
  padding: clamp(40px, 7vh, 88px) 0 24px;
}

.entry-stage__intro {
  max-width: 820px;
}

.entry-stage__intro h1,
.entry-stage__intro h2,
.entry-bridge h2 {
  margin: 0;
  color: var(--entry-ink);
  font-family: inherit;
  font-size: clamp(42px, 6.2vw, 78px);
  line-height: .98;
  letter-spacing: -.045em;
}

.entry-stage__intro p {
  max-width: 720px;
  margin: 24px 0 0;
  color: #3d5668;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.5;
}

.entry-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(34px, 6vh, 64px);
}

.entry-option {
  min-height: 272px;
  padding: clamp(26px, 4vw, 42px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  color: var(--entry-ink);
  background: #fff;
  border: 2px solid var(--entry-line);
  border-radius: 18px;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease;
}

.entry-option:hover {
  border-color: var(--entry-navy);
  background: #fdfefe;
}

.entry-option:focus-visible,
.entry-control:focus-visible,
.entry-segment-switch:focus-visible {
  outline: 4px solid rgba(19, 198, 212, .55);
  outline-offset: 4px;
}

.entry-option__number {
  margin-bottom: auto;
  color: var(--entry-navy);
  font-size: 16px;
  font-weight: 800;
}

.entry-option strong {
  max-width: 470px;
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.08;
  letter-spacing: -.025em;
}

.entry-option p {
  margin: 18px 0 0;
  color: #4a6375;
  font-size: 17px;
  line-height: 1.5;
}

.entry-option__action {
  margin-top: 22px;
  color: var(--entry-navy);
  font-size: 16px;
  font-weight: 850;
}

.entry-video-layout {
  display: grid;
  grid-template-columns: minmax(280px, 410px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(34px, 6vw, 84px);
  width: min(100%, 1040px);
  margin: 0 auto;
}

.entry-player {
  position: relative;
  width: min(100%, 410px);
  aspect-ratio: 9 / 16;
  max-height: calc(100dvh - 180px);
  margin: 0 auto;
  overflow: hidden;
  background: #020b13;
  border: 2px solid var(--entry-ink);
  border-radius: 20px;
}

.entry-player video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #020b13;
}

.entry-video-copy h2 {
  max-width: 650px;
  font-size: clamp(36px, 5vw, 64px);
}

.entry-video-copy > p {
  max-width: 610px;
  margin: 24px 0 0;
  color: #435d70;
  font-size: 19px;
  line-height: 1.55;
}

.entry-video-copy__note {
  padding-top: 22px;
  border-top: 2px solid var(--entry-line);
}

.entry-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.entry-control,
.entry-segment-switch {
  min-height: 48px;
  padding: 12px 18px;
  color: var(--entry-ink);
  background: #fff;
  border: 2px solid var(--entry-ink);
  border-radius: 10px;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.entry-control--primary {
  color: #fff;
  background: var(--entry-navy);
  border-color: var(--entry-navy);
}

.entry-control--quiet {
  border-color: transparent;
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.entry-video-error {
  margin: 14px 0 0;
  color: #8b2d26;
  font-weight: 750;
}

.entry-bridge {
  width: min(980px, 100%);
  margin: 0 auto;
}

.entry-bridge__label {
  margin: 0 0 24px;
  color: var(--entry-navy);
  font-size: 16px;
  font-weight: 850;
}

.entry-bridge h2 {
  max-width: 940px;
  font-size: clamp(39px, 5.7vw, 72px);
}

.entry-bridge__body {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
  gap: clamp(32px, 6vw, 72px);
  margin-top: clamp(34px, 6vh, 62px);
}

.entry-bridge__copy p {
  margin: 0 0 18px;
  color: #334f63;
  font-size: 19px;
  line-height: 1.6;
}

.entry-path {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid var(--entry-ink);
}

.entry-path li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid var(--entry-line);
  font-size: 17px;
  font-weight: 800;
}

.entry-path li span {
  color: var(--entry-navy);
}

.entry-outcomes {
  display: grid;
  gap: 9px;
  margin-top: 24px;
}

.entry-outcomes p {
  margin: 0;
  padding-left: 18px;
  border-left: 4px solid var(--entry-cyan);
  color: #3b5567;
  font-size: 15px;
  line-height: 1.45;
}

.entry-bridge__auto {
  margin: 16px 0 0;
  color: #607786;
  font-size: 14px;
}

.entry-segment-switch {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  white-space: nowrap;
}

@media (max-width: 820px) {
  .entry-gateway {
    padding: 18px 16px 24px;
  }

  .entry-gateway__frame {
    min-height: calc(100dvh - 42px);
  }

  .entry-gateway__brand {
    align-items: flex-start;
    padding-bottom: 14px;
  }

  .entry-gateway__brand img {
    width: 128px;
    height: 52px;
  }

  .entry-gateway__brand span {
    max-width: 180px;
    font-size: 12px;
  }

  .entry-stage {
    padding-top: 32px;
  }

  .entry-options,
  .entry-video-layout,
  .entry-bridge__body {
    grid-template-columns: 1fr;
  }

  .entry-options {
    gap: 12px;
    margin-top: 28px;
  }

  .entry-option {
    min-height: 0;
    padding: 23px;
  }

  .entry-option__number {
    margin-bottom: 36px;
  }

  .entry-video-layout {
    gap: 26px;
  }

  .entry-player {
    width: min(100%, 340px);
    max-height: none;
  }

  .entry-video-copy {
    text-align: left;
  }

  .entry-video-copy > p {
    font-size: 17px;
  }

  .entry-controls {
    margin-top: 22px;
  }

  .entry-control {
    flex: 1 1 auto;
  }

  .entry-segment-switch {
    order: 2;
    width: 100%;
    justify-content: center;
    margin: 10px 0 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .entry-option,
  .entry-control,
  .entry-segment-switch {
    transition: none;
  }
}
