:root {
  color-scheme: light;
  --ink: #171726;
  --muted: #626477;
  --line: #dfe2ea;
  --paper: #ffffff;
  --soft: #f5f6f8;
  --night: #171726;
  --cyan: #007f87;
  --coral: #d84a5f;
  --green: #177b57;
  --violet: #6551c7;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 50;
  padding: 10px 14px;
  background: var(--paper);
  border: 2px solid var(--night);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  color: #fff;
}

.header-inner,
.section-inner,
.footer-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
}

.brand {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
}

.header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  font-size: 14px;
  font-weight: 650;
}

.header-nav a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}

.header-nav a:hover,
.header-nav a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.hero {
  min-height: 430px;
  max-height: 560px;
  height: 52vh;
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background: #262235;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("/assets/hero-western-model-1600-perf.webp") center 35% / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(19, 17, 34, 0.68);
}

.hero-copy {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 126px 0 58px;
}

.eyebrow {
  margin: 0 0 14px;
  color: #9ee7e1;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: 54px;
  line-height: 1.08;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
  line-height: 1.6;
}

.band {
  padding: 76px 0;
}

.band-soft {
  background: var(--soft);
}

.band-dark {
  background: var(--night);
  color: #fff;
}

.section-label {
  margin-bottom: 10px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.band-dark .section-label {
  color: #83ddd6;
}

h2 {
  max-width: 800px;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0;
}

.section-intro {
  max-width: 760px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 18px;
}

.band-dark .section-intro {
  color: rgba(255, 255, 255, 0.72);
}

.fact-grid,
.channel-list,
.link-grid {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.fact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fact,
.channel,
.text-block,
.link-item {
  min-width: 0;
  padding: 28px 24px 28px 0;
  border-bottom: 1px solid var(--line);
}

.fact:nth-child(odd) {
  padding-right: 34px;
}

.fact:nth-child(even) {
  padding-left: 34px;
  border-left: 1px solid var(--line);
}

.fact-number {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: var(--coral);
  font-size: 14px;
  font-weight: 800;
}

.fact h3,
.channel h3,
.text-block h3,
.link-item h3 {
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 1.3;
  letter-spacing: 0;
}

.fact p,
.channel p,
.text-block p,
.link-item p {
  margin-bottom: 0;
  color: var(--muted);
}

.band-dark .fact-grid,
.band-dark .fact,
.band-dark .channel,
.band-dark .text-block,
.band-dark .link-item {
  border-color: rgba(255, 255, 255, 0.17);
}

.band-dark .fact p,
.band-dark .channel p,
.band-dark .text-block p,
.band-dark .link-item p {
  color: rgba(255, 255, 255, 0.7);
}

.band-dark .fact:nth-child(even) {
  border-left-color: rgba(255, 255, 255, 0.17);
}

.text-stack {
  border-top: 1px solid var(--line);
}

.text-block ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

.text-block li + li {
  margin-top: 8px;
}

.inline-link,
.channel a,
.link-item a {
  color: var(--cyan);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  overflow-wrap: anywhere;
}

.band-dark .inline-link,
.band-dark .channel a,
.band-dark .link-item a {
  color: #83ddd6;
}

.channel-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.channel:nth-child(odd) {
  padding-right: 34px;
}

.channel:nth-child(even) {
  padding-left: 34px;
  border-left: 1px solid var(--line);
}

.link-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.link-item {
  padding-right: 28px;
}

.link-item + .link-item {
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.cta-band {
  background: #e8f4f2;
  border-top: 1px solid #c6ddda;
  border-bottom: 1px solid #c6ddda;
}

.cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.cta-row h2 {
  margin-bottom: 10px;
  font-size: 30px;
}

.cta-row p {
  max-width: 680px;
  margin-bottom: 0;
  color: #4c5e5b;
}

.command-link {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid var(--night);
  border-radius: 6px;
  background: var(--night);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.command-link:hover,
.command-link:focus-visible {
  background: var(--violet);
  border-color: var(--violet);
}

.site-footer {
  padding: 44px 0 52px;
  background: #0e0f16;
  color: rgba(255, 255, 255, 0.76);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(0, 2fr);
  gap: 40px;
}

.footer-brand {
  margin-bottom: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.footer-copy {
  margin-bottom: 0;
  font-size: 14px;
}

.footer-nav {
  display: flex;
  align-content: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.footer-nav a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  text-decoration: none;
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 760px) {
  .header-inner,
  .section-inner,
  .footer-inner,
  .hero-copy {
    width: min(100% - 28px, 1120px);
  }

  .header-inner {
    min-height: 68px;
  }

  .header-nav a:not(:last-child) {
    display: none;
  }

  .hero {
    min-height: 390px;
    height: 48vh;
  }

  .hero-copy {
    padding: 112px 0 42px;
  }

  h1 {
    font-size: 38px;
  }

  .hero-lead,
  .section-intro {
    font-size: 17px;
  }

  .band {
    padding: 54px 0;
  }

  h2 {
    font-size: 30px;
  }

  .fact-grid,
  .channel-list,
  .link-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .fact,
  .fact:nth-child(odd),
  .fact:nth-child(even),
  .channel,
  .channel:nth-child(odd),
  .channel:nth-child(even),
  .link-item,
  .link-item + .link-item {
    padding: 24px 0;
    border-left: 0;
  }

  .cta-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .command-link {
    width: 100%;
  }

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
