:root {
  --project-blue: #0a6cb3;
  --project-blue-rgb: 10 108 179;
  --royal-blue: #17458f;
  --azure: #0067c8;
  --sky-blue: #00a2e0;
  --gold: #f7a81b;
  --cranberry: #d41367;
  --charcoal: #54565a;
  --slate: #657f99;
  --powder-blue: #b9d9eb;
  --silver: #d0cfcd;
  --blue: var(--project-blue);
  --orange: var(--gold);
  --pink: var(--cranberry);
  --ink: var(--charcoal);
  --muted: var(--slate);
  --paper: #ffffff;
  --mist: rgba(185, 217, 235, 0.22);
  --line: var(--silver);
  --heading: "Arial Narrow", "Avenir Next Condensed", "DIN Condensed", sans-serif;
  --body: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  --content: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--paper);
  transform: translateY(-150%);
}

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

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 76px;
  padding: 12px 32px;
  color: var(--paper);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  transition:
    min-height 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.site-header.is-scrolled {
  min-height: 64px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.97);
  border-bottom-color: transparent;
  box-shadow: 0 8px 30px rgb(var(--project-blue-rgb) / 0.1);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 10px;
  width: max-content;
  font-family: var(--heading);
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none;
}

.brand-mark {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
}

.brand-logo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-logo-positive {
  display: none;
}

.site-header.is-scrolled .brand-logo-negative {
  display: none;
}

.site-header.is-scrolled .brand-logo-positive {
  display: block;
}

.site-header-solid {
  min-height: 64px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.97);
  border-bottom-color: transparent;
  box-shadow: 0 8px 30px rgb(var(--project-blue-rgb) / 0.1);
}

.site-header-solid .brand-logo-negative {
  display: none;
}

.site-header-solid .brand-logo-positive {
  display: block;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.main-nav a {
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.main-nav a:hover {
  text-decoration: underline;
  text-decoration-color: var(--orange);
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
}

.header-cta {
  justify-self: end;
  padding: 9px 15px;
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
  border: 2px solid currentColor;
  border-radius: 4px;
}

.header-cta:hover {
  color: var(--ink);
  background: var(--orange);
  border-color: var(--orange);
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 88svh;
  padding: 132px max(28px, calc((100vw - var(--content)) / 2)) 88px;
  overflow: hidden;
  color: var(--paper);
  background: var(--blue);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, 68%);
}

.eyebrow,
.section-label {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--paper);
  font-size: 1rem;
}

.hero h1 {
  max-width: 800px;
  margin: 0;
  color: var(--orange);
  font-family: var(--heading);
  font-size: 6.75rem;
  font-stretch: condensed;
  font-weight: 900;
  line-height: 0.84;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-subtitle {
  margin: 26px 0 0;
  font-family: var(--heading);
  font-size: 2.55rem;
  font-stretch: condensed;
  font-weight: 900;
  line-height: 1.04;
  text-transform: uppercase;
}

.hero-tagline {
  margin: 20px 0 0;
  color: var(--orange);
  font-size: 1.06rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  font-size: 0.92rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  border: 0;
  border-radius: 4px;
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--ink);
  background: var(--orange);
}

.button-primary:hover {
  background: var(--paper);
}

.text-link {
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.text-link span {
  display: inline-block;
  margin-left: 5px;
  color: var(--orange);
  transition: transform 160ms ease;
}

.text-link:hover span {
  transform: translateY(4px);
}

.hero-mark {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: max(1vw, calc((100vw - 1440px) / 2));
  width: min(40vw, 560px);
  height: auto;
  opacity: 0.98;
  transform: translateY(-48%);
}

.pixel-field span {
  position: absolute;
  z-index: 0;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: var(--paper);
  opacity: 0.22;
}

.pixel-field span:nth-child(1) {
  top: 16%;
  left: 8%;
}

.pixel-field span:nth-child(2) {
  top: 24%;
  left: 43%;
  width: 11px;
  height: 11px;
  background: var(--pink);
  opacity: 1;
}

.pixel-field span:nth-child(3) {
  top: 17%;
  right: 7%;
  background: var(--orange);
  opacity: 1;
}

.pixel-field span:nth-child(4) {
  right: 10%;
  bottom: 14%;
  width: 12px;
  height: 12px;
}

.pixel-field span:nth-child(5) {
  right: 45%;
  bottom: 10%;
  background: var(--pink);
  opacity: 1;
}

.pixel-field span:nth-child(6) {
  top: 53%;
  left: 4%;
  width: 9px;
  height: 9px;
  background: var(--orange);
  opacity: 1;
}

.pixel-field span:nth-child(7) {
  top: 11%;
  right: 37%;
  width: 8px;
  height: 8px;
  background: var(--sky-blue);
  opacity: 1;
}

.pixel-field span:nth-child(8) {
  right: 4%;
  bottom: 36%;
  background: var(--pink);
  opacity: 1;
}

.pixel-field span:nth-child(9) {
  bottom: 8%;
  left: 14%;
  width: 12px;
  height: 12px;
}

.section {
  padding: 108px 28px;
}

.section-inner {
  width: min(100%, var(--content));
  margin: 0 auto;
}

.intro-grid,
.section-heading,
.question-inner,
.values-grid,
.postcard-copy {
  display: grid;
  grid-template-columns: 0.72fr 1.8fr;
  gap: 64px;
  align-items: start;
}

.intro-copy,
.mission-lead,
.question-copy {
  max-width: 850px;
}

.intro h2,
.section-heading h2,
.question h2,
.values h2,
.formats h2,
.postcard h2,
.contact h2,
.legal-hero h1,
.legal h2 {
  margin: 0;
  font-family: var(--heading);
  font-size: 3.65rem;
  font-stretch: condensed;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.intro-copy > p,
.mission-lead > p,
.values-copy > p,
.formats-intro > p:last-child,
.postcard-copy > p:last-child {
  max-width: 780px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.75;
}

.intro-copy > p + p {
  margin-top: 18px;
}

.question {
  position: relative;
  overflow: hidden;
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(0, 162, 224, 0.22) 0 1px, transparent 1px 58px),
    linear-gradient(0deg, rgba(0, 162, 224, 0.18) 0 1px, transparent 1px 58px),
    var(--blue);
}

.section-label-light {
  color: var(--paper);
}

.question h2 {
  max-width: 760px;
  color: var(--paper);
}

.question-copy > p {
  margin: 34px 0 0;
  color: var(--orange);
  font-family: var(--heading);
  font-size: 5rem;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.mission {
  background: var(--paper);
}

.section-heading {
  margin-bottom: 42px;
}

.mission-lead {
  margin-left: calc(28% + 34px);
}

.audience-grid,
.value-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 56px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.audience,
.value {
  min-height: 245px;
  padding: 30px 28px 34px;
  border-right: 1px solid var(--line);
}

.audience:last-child,
.value:last-child {
  border-right: 0;
}

.topic-number {
  display: block;
  margin-bottom: 58px;
  color: var(--pink);
  font-family: var(--heading);
  font-size: 1.12rem;
  font-weight: 900;
}

.audience:nth-child(even) .topic-number,
.value:nth-child(even) .topic-number {
  color: var(--orange);
}

.audience h3,
.value h3,
.format h3 {
  margin: 0;
  font-family: var(--heading);
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.03;
  text-transform: uppercase;
}

.audience p,
.format > p:last-child {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.values {
  background: var(--mist);
}

.values-grid {
  grid-template-columns: 0.95fr 1.35fr;
}

.values-copy > p {
  max-width: 520px;
}

.value-list {
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
}

.value {
  min-height: 200px;
}

.value:nth-child(2) {
  border-right: 0;
}

.value:nth-child(-n + 2) {
  border-bottom: 1px solid var(--line);
}

.value h3 {
  color: var(--blue);
}

.formats {
  position: relative;
  color: var(--paper);
  background: var(--blue);
  overflow: hidden;
}

.formats::after {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 160px;
  height: 160px;
  content: "";
  background-image:
    linear-gradient(var(--orange) 0 0),
    linear-gradient(var(--pink) 0 0),
    linear-gradient(var(--sky-blue) 0 0),
    linear-gradient(var(--paper) 0 0);
  background-position:
    0 0,
    54px 54px,
    108px 0,
    108px 108px;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  opacity: 0.82;
}

.formats-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
  gap: clamp(44px, 6vw, 80px);
  align-items: start;
}

.formats-grid > *,
.formats-intro,
.format-list,
.format {
  min-width: 0;
}

.formats h2,
.format h3,
.format-kicker {
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: normal;
}

.formats-intro > p:last-child {
  color: rgba(255, 255, 255, 0.82);
}

.format-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

.format {
  min-height: 310px;
  padding: 30px 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.42);
}

.format:last-child {
  border-right: 0;
}

.format-kicker {
  margin: 0 0 58px;
  color: var(--orange);
  font-weight: 900;
  text-transform: uppercase;
}

.format h3 {
  color: var(--paper);
  font-size: clamp(1.55rem, 2.4vw, 2rem);
}

.format > p:last-child {
  max-width: 300px;
  color: rgba(255, 255, 255, 0.78);
}

.postcard {
  background: var(--paper);
}

.postcard-copy {
  grid-template-columns: 0.72fr 1.2fr 0.95fr;
  gap: 54px;
  margin-bottom: 54px;
}

.postcard-copy > p:last-child {
  margin: 0;
}

.postcard-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.postcard-images figure {
  margin: 0;
}

.postcard-images img {
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
  box-shadow: 0 22px 55px rgb(var(--project-blue-rgb) / 0.14);
}

.postcard-images figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}

.contact {
  padding-top: 76px;
  padding-bottom: 76px;
  background: var(--orange);
}

.contact-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.contact .section-label {
  color: var(--ink);
}

.contact h2 {
  max-width: 760px;
}

.contact p:last-child {
  max-width: 640px;
  margin: 18px 0 0;
}

.button-dark {
  flex: 0 0 auto;
  color: var(--paper);
  background: var(--ink);
}

.contact-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.contact-email {
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.button-dark:hover {
  color: var(--ink);
  background: var(--paper);
}

.legal-hero {
  padding: 146px 28px 80px;
  color: var(--paper);
  background: var(--blue);
}

.legal-hero-inner {
  display: grid;
  grid-template-columns: 0.72fr 1.8fr;
  gap: 64px;
  align-items: start;
}

.legal-hero .eyebrow {
  grid-row: 1 / span 2;
  color: var(--paper);
}

.legal-hero h1,
.legal-hero-inner > p:last-child {
  grid-column: 2;
}

.legal-hero h1 {
  max-width: 860px;
  color: var(--orange);
}

.legal-hero-inner > p:last-child {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.08rem;
  line-height: 1.7;
}

.legal {
  padding-top: 86px;
  padding-bottom: 86px;
  background: var(--paper);
}

.legal-muted {
  background: var(--mist);
}

.legal-inner {
  display: grid;
  grid-template-columns: 0.72fr 1.8fr;
  gap: 64px;
  align-items: start;
}

.legal-inner > * {
  min-width: 0;
}

.legal-copy {
  width: 100%;
  max-width: 860px;
  min-width: 0;
}

.legal-copy h2 {
  margin-bottom: 24px;
  overflow-wrap: anywhere;
}

.legal-copy h3,
.legal-copy h4 {
  margin: 34px 0 12px;
  color: var(--blue);
  font-family: var(--heading);
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.legal-copy h3 {
  font-size: 2rem;
}

.legal-copy h4 {
  font-size: 1.3rem;
  overflow-wrap: anywhere;
}

.legal-copy p,
.legal-copy li,
.legal-copy address {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.75;
}

.legal-copy p,
.legal-copy ul,
.legal-copy address {
  margin: 0 0 16px;
}

.legal-copy address {
  font-style: normal;
}

.legal-copy ul {
  padding-left: 22px;
}

.legal-copy li + li {
  margin-top: 6px;
}

.legal-copy a {
  color: var(--blue);
  overflow-wrap: anywhere;
  font-weight: 700;
  text-underline-offset: 3px;
}

.site-footer {
  padding: 58px 28px 28px;
  background: var(--paper);
}

.partner-logos {
  width: min(100%, 860px);
  height: auto;
  margin: 0 auto;
}

.footer-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 42px;
  padding-top: 22px;
  color: var(--muted);
  font-size: 0.78rem;
  border-top: 1px solid var(--line);
}

.footer-meta p {
  margin: 0;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-links a {
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 600ms ease,
    transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding-inline: 22px;
  }

  .main-nav {
    display: none;
  }

  .hero {
    min-height: 92svh;
    padding-top: 124px;
    padding-bottom: 72px;
  }

  .hero-content {
    width: min(720px, 82%);
  }

  .hero h1 {
    font-size: 5.4rem;
  }

  .hero-subtitle {
    font-size: 2.1rem;
  }

  .hero-mark {
    right: -10%;
    width: 48vw;
    opacity: 0.34;
  }

  .intro-grid,
  .section-heading,
  .question-inner,
  .values-grid,
  .postcard-copy,
  .legal-hero-inner,
  .legal-inner {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .legal-hero .eyebrow,
  .legal-hero h1,
  .legal-hero-inner > p:last-child {
    grid-column: auto;
    grid-row: auto;
  }

  .mission-lead {
    margin-left: 0;
  }

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

  .audience:nth-child(2) {
    border-right: 0;
  }

  .audience:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .formats-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .postcard-copy {
    margin-bottom: 44px;
  }

  .contact-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 64px;
    padding: 8px 16px;
  }

  .site-header.is-scrolled {
    min-height: 60px;
  }

  .brand {
    font-size: 0.94rem;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .header-cta {
    padding: 7px 10px;
    font-size: 0.76rem;
  }

  .hero {
    align-items: flex-end;
    min-height: 89svh;
    padding: 110px 20px 54px;
  }

  .hero-content {
    width: 100%;
  }

  .hero .eyebrow {
    font-size: 0.82rem;
  }

  .hero h1 {
    font-size: 4.2rem;
  }

  .hero-subtitle {
    margin-top: 22px;
    font-size: 1.7rem;
  }

  .hero-tagline {
    max-width: 300px;
    font-size: 0.85rem;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    margin-top: 28px;
  }

  .hero-mark {
    top: 12%;
    right: -16%;
    width: 72vw;
    max-width: 340px;
    opacity: 0.28;
    transform: none;
  }

  .pixel-field span:nth-child(6) {
    display: none;
  }

  .section {
    padding: 78px 20px;
  }

  .intro h2,
  .section-heading h2,
  .question h2,
  .values h2,
  .formats h2,
  .postcard h2,
  .contact h2,
  .legal-hero h1,
  .legal h2 {
    font-size: 2.65rem;
  }

  .intro-copy > p,
  .mission-lead > p,
  .values-copy > p,
  .formats-intro > p:last-child,
  .postcard-copy > p:last-child {
    margin-top: 22px;
    font-size: 1.02rem;
  }

  .question-copy > p {
    font-size: 3.75rem;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .audience-grid,
  .value-list {
    grid-template-columns: 1fr;
  }

  .audience,
  .value {
    min-height: 0;
    padding: 26px 8px 34px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .audience:last-child,
  .value:last-child {
    border-bottom: 0;
  }

  .audience:nth-child(-n + 2),
  .value:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .topic-number {
    margin-bottom: 24px;
  }

  .format-list {
    grid-template-columns: 1fr;
  }

  .format {
    min-height: 0;
    padding: 28px 8px 36px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  }

  .format:last-child {
    border-bottom: 0;
  }

  .format-kicker {
    margin-bottom: 32px;
  }

  .formats::after {
    right: 20px;
    bottom: 20px;
    width: 116px;
    height: 116px;
    background-position:
      0 0,
      38px 38px,
      76px 0,
      76px 76px;
    background-size: 20px 20px;
    opacity: 0.45;
  }

  .postcard-images {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .contact {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .legal-hero {
    padding: 118px 20px 62px;
  }

  .legal {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .legal-copy h3 {
    font-size: 1.72rem;
  }

  .legal-copy h4 {
    font-size: 1.14rem;
  }

  .contact-actions,
  .button-dark {
    width: 100%;
  }

  .site-footer {
    padding: 42px 20px 24px;
  }

  .partner-logos {
    width: 100%;
  }

  .footer-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .footer-links {
    flex-wrap: wrap;
  }
}
