:root {
  --black: #48586b;
  --ink: #48586b;
  --paper: #48586b;
  --mist: #48586b;
  --slate: #48586b;
  --muted: #48586b;
  --line: rgba(255, 255, 255, 0.24);
  --cyan: #48586b;
  --pink: #48586b;
  --green: #48586b;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #48586b;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

img,
iframe {
  display: block;
  max-width: 100%;
}

a {
  color: #ffffff;
  font-color: #ffffff;
  text-decoration: none;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 20px clamp(18px, 4vw, 56px);
  background:
    linear-gradient(180deg, rgba(47, 58, 72, 0.98), rgba(47, 58, 72, 0.74) 62%, rgba(47, 58, 72, 0));
}

.brand {
  display: inline-flex;
  align-items: center;
  min-height: 112px;
  padding: 10px 18px;
  background: rgba(238, 242, 246, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 18px 42px rgba(20, 29, 40, 0.18);
}

.brand img {
  width: clamp(170px, 22vw, 300px);
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  padding: 8px;
  background: rgba(238, 242, 246, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(16px);
}

.site-nav a {
  padding: 10px 13px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition: background-color 160ms ease, color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #263241;
  background: rgba(238, 242, 246, 0.92);
  outline: none;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
  overflow: hidden;
  padding: 178px clamp(20px, 6vw, 72px) 118px;
  background: var(--slate);
}

.hero__media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(47, 58, 72, 0.95), rgba(47, 58, 72, 0.38) 54%, rgba(47, 58, 72, 0.74)),
    linear-gradient(0deg, rgba(47, 58, 72, 1), rgba(47, 58, 72, 0) 36%),
    url("../images/BlueAndPinkWithDarkBackground.png") center / cover no-repeat;
  transform: scale(1.02);
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(660px, 100%);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p,
dl {
  margin-top: 0;
}

h1 {
  margin-bottom: 16px;
  font-size: clamp(3.8rem, 9vw, 8.8rem);
  line-height: 0.88;
  font-weight: 900;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 5.2vw, 4.8rem);
  line-height: 0.98;
  font-weight: 900;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.05;
}

.hero__copy {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.08rem, 2vw, 1.34rem);
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button,
.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid var(--line);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.button:hover,
.button:focus-visible,
.text-link:hover,
.text-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.5);
  outline: none;
}

.button--bright {
  color: #05060b;
  background: linear-gradient(90deg, var(--cyan), var(--pink));
  border-color: transparent;
}

.hero__video {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: rgba(238, 242, 246, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.44);
  box-shadow: 0 28px 80px rgba(20, 29, 40, 0.28);
}

.hero__video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
}

.hero__video div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  color: var(--ink);
  font-weight: 900;
}

.hero__video span {
  color: #4f6072;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero__video a {
  color: #1e6f86;
}

.channel-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  width: calc(100% + clamp(40px, 12vw, 144px));
  margin-left: calc(clamp(20px, 6vw, 72px) * -1);
  margin-right: calc(clamp(20px, 6vw, 72px) * -1);
  margin-bottom: -118px;
  grid-column: 1 / -1;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  padding: 18px clamp(20px, 6vw, 72px);
}

.channel-strip span {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.channel-strip a {
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feature,
.channel-section,
.story-layout {
  padding: clamp(60px, 8vw, 112px) clamp(20px, 5vw, 58px);
}

.feature {
  background: var(--paper);
  color: var(--ink);
}

.section-label,
.feature-grid,
.channel-section,
.story-layout {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 48px);
  align-items: stretch;
}

.featured-video,
.video-wall article {
  background: #25303d;
}

.featured-video,
.video-wall iframe {
  aspect-ratio: 16 / 9;
}

.featured-video iframe,
.video-wall iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.featured-video a {
  display: inline-flex;
  margin: 16px 18px 20px;
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.video-wall {
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  gap: 1px;
  padding: 1px;
  background: #56677b;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.video-wall article {
  border: 0;
}

.video-wall h3 {
  margin: 0;
  padding: 16px 16px 4px;
  font-size: 1rem;
}

.video-wall article > a {
  display: inline-flex;
  margin: 0 16px 18px;
  color: var(--green);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.channel-section {
  text-align: center;
  background: linear-gradient(135deg, #607287, #3f4e60);
}

.channel-section h2 {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

.channel-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.bio-hero {
  min-height: 68vh;
  display: grid;
  align-items: end;
  padding: 188px clamp(20px, 6vw, 72px) clamp(64px, 9vw, 110px);
  background:
    linear-gradient(90deg, rgba(47, 58, 72, 0.95), rgba(47, 58, 72, 0.5)),
    linear-gradient(0deg, rgba(47, 58, 72, 1), rgba(47, 58, 72, 0) 42%),
    url("../images/bkg_06.jpg") center / cover no-repeat;
}

.bio-hero > div {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.bio-hero p:last-child {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.story-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: start;
  background: var(--paper);
  color: var(--ink);
}

.story-portrait {
  position: sticky;
  top: 96px;
}

.story-portrait img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 25%;
}

.story > p:not(.eyebrow) {
  color: #4b5568;
  font-size: 1.08rem;
}

.history-block {
  margin-top: 36px;
  padding-top: 30px;
  border-top: 1px solid #d9dfeb;
}

.history-block dl {
  margin-bottom: 0;
}

.history-block div {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid #e2e7f0;
}

.history-block dt {
  color: var(--ink);
  font-weight: 900;
}

.history-block dd {
  margin: 0;
  color: #4b5568;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 40px clamp(20px, 5vw, 58px);
  background: #344151;
  border-top: 1px solid var(--line);
}

.site-footer > div,
.social-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-footer img {
  width: 88px;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
}

.social-links a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
}

.social-links a:hover,
.social-links a:focus-visible {
  border-color: rgba(255, 255, 255, 0.5);
  outline: none;
}

.social-links img {
  width: 21px;
  height: 21px;
}

@media (max-width: 1050px) {
  .video-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 220px;
  }
}

@media (max-width: 820px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .feature-grid,
  .channel-section,
  .story-layout {
    grid-template-columns: 1fr;
  }

  .story-portrait {
    position: static;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand {
    width: 100%;
    justify-content: center;
    min-height: 90px;
  }

  .brand img {
    width: min(250px, 80vw);
  }

  .site-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .site-nav a {
    text-align: center;
    background: rgba(255, 255, 255, 0.08);
  }

  .action-row,
  .button,
  .text-link {
    width: 100%;
    justify-content: center;
  }

  .channel-strip,
  .video-wall {
    grid-template-columns: 1fr;
  }

  .channel-strip {
    margin-bottom: -118px;
  }

  .history-block div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .site-footer,
  .site-footer > div {
    flex-direction: column;
    text-align: center;
  }
}
