:root {
  --ou-navy: #0a1628;
  --ou-navy2: #0b1d3a;
  --ou-panel: #102545;
  --ou-line: rgba(255, 255, 255, .1);
  --ou-blue: #1f7ae0;
  --ou-muted: rgba(255, 255, 255, .66);
}

.universe-page .site-header {
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 8px 30px rgba(10, 22, 40, .08);
  color: var(--gray-800);
}

.universe-page .site-header .brand img {
  filter: none;
}

.universe-page .site-header .header-icon,
.universe-page .site-header .menu-toggle {
  color: var(--gray-800);
}

.universe-page .site-header .menu-toggle span {
  background: var(--gray-800);
}

.ou {
  background: var(--ou-navy);
  color: #fff;
}

.ou-wrap {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 24px;
}

.ou section {
  position: relative;
}

.ou svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.ou .fill-icon {
  fill: currentColor;
  stroke: none;
}

.ou .blue {
  color: #43a0ff;
}

.ou-title {
  font: 800 clamp(26px, 3.4vw, 40px)/1.15 var(--heading);
  letter-spacing: -.01em;
  text-align: center;
}

.ou-sub {
  color: var(--ou-muted);
  font-size: clamp(14px, 1.4vw, 16px);
  margin: 14px auto 0;
  max-width: 680px;
  text-align: center;
}

.ou-btn {
  align-items: center;
  background: linear-gradient(135deg, #1f7ae0, #034ea2);
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(31, 122, 224, .35);
  color: #fff;
  display: inline-flex;
  font: 700 14px/1 var(--heading);
  gap: 10px;
  padding: 14px 26px;
  transition: filter .2s, transform .2s;
}

.ou-btn:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.ou-btn svg {
  height: 16px;
  width: 16px;
}

.ou-hero {
  align-items: center;
  background: linear-gradient(90deg, rgba(8, 16, 32, .94), rgba(8, 16, 32, .78) 38%, rgba(8, 16, 32, .32) 66%, rgba(8, 16, 32, .55)), url("../images/orient-universe-images/top-banner-desktop.jpg") center right / cover;
  display: flex;
  margin-top: 76px;
  min-height: min(88vh, 720px);
}

.ou-hero__inner {
  margin: 0 auto;
  max-width: 1240px;
  padding: 64px 24px;
  width: 100%;
}

.ou-hero__eyebrow {
  color: #43a0ff;
  font: 700 13px/1 var(--heading);
  letter-spacing: 3px;
  text-transform: uppercase;
}

.ou-hero h1 {
  font: 800 clamp(36px, 6vw, 68px)/1.04 var(--heading);
  letter-spacing: -.02em;
  margin: 14px 0 6px;
  max-width: 640px;
}

.ou-hero h1 .grad {
  background: linear-gradient(100deg, #43a0ff, #9fd0ff 55%, #43a0ff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ou-hero__tag {
  font: 700 clamp(16px, 2vw, 22px)/1.3 var(--heading);
  margin-bottom: 18px;
}

.ou-hero__p {
  color: var(--ou-muted);
  font-size: 16px;
  max-width: 480px;
}

.ou-hero__feats {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 34px;
  margin-top: 34px;
  max-width: 560px;
}

.ou-feat {
  align-items: center;
  display: flex;
  gap: 12px;
}

.ou-feat__ic,
.ou-fac__ic {
  align-items: center;
  background: rgba(31, 122, 224, .16);
  border: 1px solid rgba(67, 160, 255, .35);
  border-radius: 11px;
  color: #43a0ff;
  display: flex;
  justify-content: center;
}

.ou-feat__ic {
  flex: 0 0 42px;
  height: 42px;
  width: 42px;
}

.ou-feat__ic svg {
  height: 21px;
  width: 21px;
}

.ou-feat > span:last-child {
  font: 600 13px/1.25 var(--heading);
}

.ou-tour {
  background: linear-gradient(180deg, #0a1628, #0b1d3a);
  padding: clamp(56px, 7vw, 90px) 0;
}

.ou-tour__grid {
  align-items: center;
  display: grid;
  gap: 54px;
  grid-template-columns: 1fr 1.1fr;
}

.ou-tour h2,
.ou-fac h2 {
  font: 800 clamp(24px, 3vw, 38px)/1.15 var(--heading);
  letter-spacing: -.01em;
  margin-bottom: 16px;
}

.ou-tour p {
  color: var(--ou-muted);
  margin-bottom: 26px;
  max-width: 420px;
}

.ou-video {
  aspect-ratio: 16/9;
  background: #000;
  border: 1px solid var(--ou-line);
  border-radius: 16px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, .4);
  overflow: hidden;
  position: relative;
}

.ou-video iframe {
  border: 0;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.ou-programs {
  background: #0a1628;
  padding: clamp(56px, 7vw, 92px) 0;
}

.ou-prog-grid {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 46px;
}

.ou-card {
  background: linear-gradient(180deg, #102545, #0c1c36);
  border: 1px solid var(--ou-line);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  padding: 28px 24px;
}

.ou-card__logo {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}

.ou-logo-mark {
  align-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  display: flex;
  font: 800 12px/1 var(--heading);
  height: 30px;
  justify-content: center;
  width: 30px;
}

.ou-card__logo b {
  color: #fff;
  font: 800 17px/1 var(--heading);
  letter-spacing: .3px;
}

.ou-card__tag {
  font: 700 16px/1.25 var(--heading);
  margin-bottom: 8px;
}

.ou-card__desc {
  color: var(--ou-muted);
  font-size: 14px;
  min-height: 84px;
}

.ou-card__imgs {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin-top: auto;
  padding-top: 18px;
}

.ou-shot {
  aspect-ratio: 4/3;
  background: #0b1a2b;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
}

.ou-shot img {
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
  width: 100%;
}

.ou-shot:hover img {
  transform: scale(1.06);
}

.ou-c-green .ou-card__tag,
.ou-c-green .ou-logo-mark { color: #22c58b; }
.ou-c-blue .ou-card__tag,
.ou-c-blue .ou-logo-mark { color: #43a0ff; }
.ou-c-amber .ou-card__tag,
.ou-c-amber .ou-logo-mark { color: #f5a524; }

.ou-partners {
  background: #0b1d3a;
  border-bottom: 1px solid var(--ou-line);
  border-top: 1px solid var(--ou-line);
  padding: clamp(40px, 5vw, 64px) 0;
}

.ou-partners__h {
  color: #43a0ff;
  font: 700 13px/1 var(--heading);
  letter-spacing: 2px;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

.ou-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
}

.ou-logo {
  align-items: center;
  background: #fff;
  border-radius: 12px;
  display: flex;
  height: 84px;
  justify-content: center;
  padding: 14px 18px;
  width: 160px;
}

.ou-logo img {
  max-height: 100%;
  object-fit: contain;
}

.ou-fac {
  background: #0a1628;
  padding: clamp(56px, 7vw, 92px) 0;
}

.ou-fac__grid {
  align-items: center;
  display: grid;
  gap: 54px;
  grid-template-columns: .9fr 1.1fr;
  margin-top: 14px;
}

.ou-ph {
  align-items: center;
  aspect-ratio: 4/5;
  background: linear-gradient(135deg, rgba(31, 122, 224, .16), rgba(3, 78, 162, .06)), repeating-linear-gradient(45deg, rgba(255, 255, 255, .025) 0 12px, transparent 12px 24px);
  border: 1px dashed rgba(255, 255, 255, .18);
  border-radius: 12px;
  color: rgba(255, 255, 255, .5);
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}

.ou-ph svg {
  height: 34px;
  width: 34px;
}

.ou-ph span {
  font: 600 11px/1.2 var(--heading);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ou-fac h2 {
  line-height: 1.12;
}

.ou-fac__lead {
  color: var(--ou-muted);
  margin: 16px 0 26px;
  max-width: 460px;
}

.ou-fac__list {
  display: grid;
  gap: 26px 30px;
  grid-template-columns: 1fr 1fr;
}

.ou-fac__ic {
  height: 40px;
  margin-bottom: 12px;
  width: 40px;
}

.ou-fac__ic svg {
  height: 20px;
  width: 20px;
}

.ou-fac__item h3 {
  font: 700 15px/1.2 var(--heading);
  margin-bottom: 5px;
}

.ou-fac__item p {
  color: var(--ou-muted);
  font-size: 13.5px;
}

.ou-cta {
  background: linear-gradient(90deg, rgba(8, 16, 32, .92), rgba(8, 16, 32, .55) 70%, rgba(8, 16, 32, .85)), url("../images/orient-universe-images/top-banner-desktop.jpg") center / cover;
  overflow: hidden;
  padding: clamp(60px, 8vw, 110px) 0;
}

.ou-cta__inner {
  margin: 0 auto;
  max-width: 720px;
  text-align: center;
}

.ou-cta h2 {
  font: 800 clamp(28px, 4vw, 46px)/1.1 var(--heading);
  letter-spacing: -.01em;
  margin-bottom: 16px;
}

.ou-cta p {
  color: rgba(255, 255, 255, .85);
  font-size: 16px;
  margin-bottom: 28px;
}

.ou-lb {
  align-items: center;
  background: rgba(4, 10, 20, .92);
  backdrop-filter: blur(4px);
  display: none;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 9999;
}

.ou-lb.open { display: flex; }

.ou-lb__img {
  border-radius: 12px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .6);
  max-height: 86vh;
  max-width: 92vw;
}

.ou-lb__btn {
  align-items: center;
  background: rgba(255, 255, 255, .12);
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 26px;
  height: 46px;
  justify-content: center;
  position: absolute;
  width: 46px;
}

.ou-lb__close { right: 20px; top: 20px; }
.ou-lb__prev { left: 18px; top: 50%; transform: translateY(-50%); }
.ou-lb__next { right: 18px; top: 50%; transform: translateY(-50%); }

.ou-lb__count {
  bottom: 22px;
  color: rgba(255, 255, 255, .82);
  font: 600 13px/1 var(--heading);
  left: 50%;
  letter-spacing: 1px;
  position: absolute;
  transform: translateX(-50%);
}

@media (max-width: 900px) {
  .ou-tour__grid,
  .ou-fac__grid {
    gap: 34px;
    grid-template-columns: 1fr;
  }

  .ou-prog-grid {
    grid-template-columns: 1fr;
  }

  .ou-card__desc {
    min-height: auto;
  }

  .ou-fac__img {
    order: -1;
  }
}

@media (max-width: 600px) {
  .ou-hero {
    background-image: linear-gradient(90deg, rgba(8, 16, 32, .94), rgba(8, 16, 32, .78) 38%, rgba(8, 16, 32, .32) 66%, rgba(8, 16, 32, .55)), url("../images/orient-universe-images/top-banner-mobile.jpg");
    background-position: center;
    margin-top: 68px;
    min-height: auto;
  }

  .ou-cta {
    background-image: linear-gradient(90deg, rgba(8, 16, 32, .92), rgba(8, 16, 32, .55) 70%, rgba(8, 16, 32, .85)), url("../images/orient-universe-images/top-banner-mobile.jpg");
  }

  .ou-hero__inner {
    padding: 48px 22px;
  }

  .ou-hero__feats {
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr 1fr;
  }

  .ou-fac__list {
    gap: 22px;
    grid-template-columns: 1fr;
  }

  .ou-logo {
    width: 44%;
  }

  .ou-lb__prev { left: 8px; }
  .ou-lb__next { right: 8px; }
  .ou-lb__btn { font-size: 22px; height: 40px; width: 40px; }
}
