:root {
  color-scheme: light;
  --paper: #f3f6f2;
  --paper-deep: #e4ece7;
  --ink: #12332b;
  --ink-soft: #38554e;
  --jade: #26705b;
  --jade-light: #a8cdbf;
  --line: #c7d5ce;
  --white: #ffffff;
  --display: Georgia, "Times New Roman", Times, serif;
  --body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --page-gutter: clamp(1.25rem, 4vw, 4.5rem);
  --max-width: 88rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 100%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.28em;
}

a:hover {
  color: var(--jade);
}

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

.skip-link {
  position: fixed;
  z-index: 10;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.65rem 0.9rem;
  background: var(--ink);
  color: var(--white);
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

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

.site-header,
main,
.site-footer {
  width: min(100%, var(--max-width));
  margin-inline: auto;
  padding-inline: var(--page-gutter);
}

.site-header {
  min-height: 6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-decoration: none;
}

.brand-mark {
  width: 2.1rem;
  height: 2.1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2.3;
}

.launch-label,
.eyebrow,
.note-label,
.footer-status {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.launch-label {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--ink-soft);
}

.launch-label span {
  width: 0.55rem;
  height: 0.55rem;
  background: var(--jade);
  border-radius: 50%;
}

main {
  flex: 1;
}

.hero {
  min-height: clamp(34rem, 66vh, 45rem);
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(16rem, 1fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
  padding-block: clamp(5rem, 12vh, 9rem) clamp(4rem, 10vh, 7rem);
}

.eyebrow {
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
  color: var(--jade);
}

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

h1 {
  max-width: 13ch;
  margin-bottom: clamp(2rem, 4vw, 3rem);
  font-family: var(--display);
  font-size: clamp(3.25rem, 7.4vw, 7.25rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.94;
  text-wrap: balance;
}

h1 em {
  color: var(--jade);
  font-weight: 400;
}

.intro {
  max-width: 44rem;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: clamp(1.1rem, 1.7vw, 1.4rem);
  line-height: 1.65;
}

.launch-note {
  position: relative;
  padding-top: 4.25rem;
  border-top: 1px solid var(--ink);
  align-self: end;
}

.launch-note::before,
.launch-note::after {
  content: "";
  position: absolute;
  top: 1.15rem;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid var(--jade);
  border-radius: 50%;
}

.launch-note::before {
  left: 0;
}

.launch-note::after {
  left: 1.05rem;
  background: var(--paper);
}

.note-label {
  margin-bottom: 1rem;
  color: var(--jade);
}

.launch-note p:not(.note-label) {
  margin-bottom: 1.5rem;
  font-family: var(--display);
  font-size: clamp(1.4rem, 2vw, 1.75rem);
  line-height: 1.3;
}

.launch-note a {
  font-size: 0.92rem;
  font-weight: 650;
}

.audiences {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.audiences article {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: clamp(1.25rem, 3vw, 2.5rem);
  padding: clamp(2.5rem, 5vw, 4.75rem) clamp(0rem, 3vw, 3.25rem);
}

.audiences article:first-child {
  padding-left: 0;
  border-right: 1px solid var(--line);
}

.audiences article:last-child {
  padding-right: 0;
}

.section-symbol {
  width: 2.75rem;
  height: 2.75rem;
  fill: none;
  stroke: var(--jade);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

h2 {
  margin-bottom: 0.85rem;
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.5vw, 2.2rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.audiences p {
  max-width: 34rem;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.65;
}

.site-footer {
  min-height: 11rem;
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 2rem;
  align-items: center;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.site-footer p {
  margin-bottom: 0.2rem;
}

.company-name {
  color: var(--ink);
  font-weight: 750;
  letter-spacing: 0.04em;
}

.site-footer > a {
  justify-self: start;
}

.footer-status {
  justify-self: end;
  color: var(--ink-soft);
  white-space: nowrap;
}

.error-page main {
  display: grid;
  place-items: center;
  min-height: calc(100vh - 17rem);
  padding-block: 5rem;
}

.error-content {
  width: 100%;
  max-width: 52rem;
}

.error-code {
  margin-bottom: 1rem;
  color: var(--jade);
  font-size: 0.8rem;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.error-content h1 {
  margin-bottom: 1.5rem;
}

.error-content p:not(.error-code) {
  max-width: 34rem;
  color: var(--ink-soft);
  font-size: 1.15rem;
}

.back-link {
  display: inline-block;
  margin-top: 1rem;
  font-weight: 700;
}

@media (max-width: 48rem) {
  .site-header {
    min-height: 5rem;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 3.5rem;
    padding-block: 4.5rem;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 5rem);
  }

  .launch-note {
    max-width: 28rem;
  }

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

  .audiences article {
    padding: 2.75rem 0;
  }

  .audiences article:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-block: 2.5rem;
  }

  .footer-status,
  .site-footer > a {
    justify-self: start;
  }
}

@media (max-width: 25rem) {
  .launch-label {
    font-size: 0.67rem;
  }

  .audiences article {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .skip-link {
    display: none;
  }

  body {
    background: var(--white);
  }

  .hero {
    min-height: auto;
  }
}
