@font-face {
  font-display: swap;
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/PTSans-Regular.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700 900;
  src: url("fonts/PTSans-Bold.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/PTSansNarrow-Regular.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: 700 900;
  src: url("fonts/PTSansNarrow-Bold.ttf") format("truetype");
}

:root {
  --paper: #f5f2ec;
  --white: #ffffff;
  --ink: #211f20;
  --red: #ca1428;
  --blue: #295ca6;
  --line: rgba(33, 31, 32, 0.2);
  --max: 1500px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "PT Sans", Arial, sans-serif;
  margin: 0;
  min-width: 320px;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 28px;
  grid-template-columns: auto minmax(0, 1fr);
  min-height: 92px;
  padding: 14px max(3vw, calc((100vw - 1410px) / 2));
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand,
.brand-logo {
  display: block;
}

.brand-logo {
  height: auto;
  max-height: 56px;
  object-fit: contain;
  width: clamp(190px, 17vw, 250px);
}

.site-nav {
  align-items: stretch;
  display: flex;
  justify-content: flex-end;
  overflow-x: auto;
  scrollbar-width: none;
}

.site-nav::-webkit-scrollbar {
  display: none;
}

.site-nav a {
  align-items: center;
  border-left: 1px solid var(--line);
  display: inline-flex;
  flex: 0 0 auto;
  font-family: "PT Sans Narrow", "Arial Narrow", sans-serif;
  font-size: 10px;
  font-weight: 700;
  gap: 6px;
  letter-spacing: 0.035em;
  line-height: 1;
  max-width: 130px;
  padding: 9px 10px;
  text-transform: uppercase;
}

.site-nav a span {
  color: var(--red);
  font-size: 20px;
  font-weight: 900;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: var(--red);
  color: var(--white);
}

.site-nav a:hover span,
.site-nav a:focus-visible span {
  color: var(--white);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(320px, 0.58fr);
  margin: 0 auto;
  max-width: var(--max);
  min-height: calc(100svh - 92px);
  padding: clamp(68px, 9vw, 140px) 3vw;
}

.hero-title {
  align-items: center;
  border-right: 1px solid var(--ink);
  display: flex;
  padding-right: clamp(28px, 5vw, 82px);
}

.hero h1 {
  font-family: "PT Sans Narrow", "Arial Narrow", sans-serif;
  font-size: clamp(74px, 10.5vw, 164px);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.78;
  margin: 0;
  max-width: 1060px;
  text-transform: uppercase;
}

.hero h1 em {
  color: var(--red);
  font-style: normal;
}

.hero-seven {
  align-self: end;
  padding-left: clamp(28px, 5vw, 82px);
}

.hero-seven > span {
  color: var(--red);
  display: block;
  font-family: "PT Sans Narrow", "Arial Narrow", sans-serif;
  font-size: clamp(230px, 25vw, 380px);
  font-weight: 900;
  letter-spacing: -0.09em;
  line-height: 0.58;
  margin-left: -0.06em;
}

.hero-seven h2 {
  font-family: "PT Sans Narrow", "Arial Narrow", sans-serif;
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 0.86;
  margin: 42px 0 0;
  text-transform: uppercase;
}

.program-section {
  border-top: 1px solid var(--ink);
  display: grid;
  grid-template-columns: clamp(120px, 15vw, 220px) minmax(0, 1fr);
  margin: 0 auto;
  max-width: var(--max);
  padding: 0 3vw;
  scroll-margin-top: 92px;
}

.program-section:nth-of-type(odd) {
  background: var(--white);
  max-width: none;
  padding-left: max(3vw, calc((100vw - 1410px) / 2));
  padding-right: max(3vw, calc((100vw - 1410px) / 2));
}

.section-number {
  color: var(--red);
  font-family: "PT Sans Narrow", "Arial Narrow", sans-serif;
  font-size: clamp(120px, 16vw, 230px);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.75;
  padding-top: clamp(70px, 9vw, 130px);
}

.section-content {
  border-left: 1px solid var(--line);
  padding: clamp(68px, 9vw, 130px) 0 clamp(78px, 10vw, 150px) clamp(30px, 6vw, 92px);
}

.section-title h2 {
  font-family: "PT Sans Narrow", "Arial Narrow", sans-serif;
  font-size: clamp(50px, 6.8vw, 104px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.82;
  margin: 0;
  max-width: 1100px;
  text-transform: uppercase;
}

.section-intro {
  font-size: clamp(18px, 1.8vw, 27px);
  line-height: 1.42;
  margin: clamp(34px, 5vw, 64px) 0 clamp(48px, 6vw, 82px);
  max-width: 1150px;
}

.comparison {
  border-top: 1px solid var(--ink);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.comparison > div {
  padding: 30px clamp(22px, 3vw, 48px) 0 0;
}

.comparison > div + div {
  border-left: 1px solid var(--line);
  padding-left: clamp(22px, 3vw, 48px);
}

.comparison h3 {
  color: var(--red);
  font-family: "PT Sans Narrow", "Arial Narrow", sans-serif;
  font-size: clamp(18px, 1.8vw, 25px);
  font-weight: 900;
  letter-spacing: 0.015em;
  line-height: 1;
  margin: 0 0 30px;
  text-transform: uppercase;
}

.comparison ul {
  margin: 0;
  padding-left: 1.1em;
}

.comparison li {
  font-size: clamp(15px, 1.2vw, 19px);
  line-height: 1.42;
  margin-bottom: 0.72em;
  padding-left: 0.25em;
}

.comparison li::marker {
  color: var(--red);
}

.closing {
  background: var(--red);
  color: var(--white);
  padding: clamp(72px, 10vw, 150px) max(3vw, calc((100vw - 1410px) / 2));
}

.closing p {
  font-family: "PT Sans Narrow", "Arial Narrow", sans-serif;
  font-size: clamp(72px, 12vw, 180px);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.72;
  margin: 0;
  text-transform: uppercase;
}

.closing p span {
  color: var(--ink);
}

.site-footer {
  align-items: center;
  background: var(--white);
  display: grid;
  gap: 48px;
  grid-template-columns: auto 1fr;
  padding: 48px max(3vw, calc((100vw - 1410px) / 2));
}

.footer-logo {
  display: block;
  height: auto;
  width: clamp(210px, 23vw, 340px);
}

.site-footer p {
  font-size: 12px;
  line-height: 1.45;
  margin: 0;
  max-width: 920px;
}

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-bottom: 0;
  }

  .brand-logo {
    max-height: 46px;
  }

  .site-nav {
    justify-content: flex-start;
    margin-inline: -3vw;
    padding-inline: 3vw;
  }

  .site-nav a:first-child {
    border-left: 0;
  }

  .hero {
    min-height: auto;
    padding-top: 100px;
  }

  .program-section {
    scroll-margin-top: 120px;
  }
}

@media (max-width: 760px) {
  .hero {
    gap: 56px;
    grid-template-columns: 1fr;
    padding-bottom: 80px;
    padding-top: 80px;
  }

  .hero-title {
    border-bottom: 1px solid var(--ink);
    border-right: 0;
    padding: 0 0 56px;
  }

  .hero h1 {
    font-size: clamp(67px, 20vw, 112px);
  }

  .hero-seven {
    align-items: end;
    display: grid;
    grid-template-columns: auto 1fr;
    padding-left: 0;
  }

  .hero-seven > span {
    font-size: 190px;
  }

  .hero-seven h2 {
    font-size: 31px;
    margin: 0 0 0 24px;
  }

  .program-section,
  .program-section:nth-of-type(odd) {
    grid-template-columns: 78px minmax(0, 1fr);
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .section-number {
    font-size: 90px;
    padding-top: 68px;
  }

  .section-content {
    padding: 68px 0 82px 24px;
  }

  .section-title h2 {
    font-size: clamp(44px, 13vw, 70px);
  }

  .section-intro {
    font-size: 18px;
  }

  .comparison {
    grid-template-columns: 1fr;
  }

  .comparison > div {
    padding: 28px 0 30px;
  }

  .comparison > div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
  }

  .comparison li {
    font-size: 16px;
  }

  .closing p {
    font-size: clamp(66px, 19vw, 110px);
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 460px) {
  .program-section,
  .program-section:nth-of-type(odd) {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .section-number {
    font-size: 70px;
  }

  .section-content {
    padding-left: 18px;
  }

  .section-title h2 {
    font-size: 43px;
  }
}

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

@media print {
  .site-header {
    position: static;
  }

  .program-section,
  .program-section:nth-of-type(odd) {
    break-inside: avoid;
  }
}
