@charset "UTF-8";
:root {
  --paper: #f8f9fa;
  --ink: #20272b;
  --muted: #596268;
  --line: #d6dadd;
  --red: #bd2733;
  --dark: #222c30;
  --max: 1200px;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
p,
h1,
h2,
h3 {
  margin: 0;
}
p {
  font-size: 1.0625rem;
  line-height: 1.65;
}
a:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 7px;
}
.wrap {
  width: calc(100% - 112px);
  max-width: var(--max);
  margin-inline: auto;
}
.site-header {
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.wordmark {
  display: inline-flex;
  align-items: baseline;
  font-size: 1.7rem;
  font-weight: 750;
  letter-spacing: -1.4px;
}
.wordmark span {
  font-weight: 400;
}
.wordmark i {
  width: 7px;
  height: 7px;
  background: var(--red);
  margin-left: 5px;
}
.site-header nav {
  display: flex;
  gap: 34px;
  font-size: 0.875rem;
  align-items: baseline;
}
.site-header nav a {
  padding: 12px 0;
}
.site-header nav a:hover {
  color: var(--red);
}
.nav-contact {
  font-weight: 700;
}
.nav-contact span {
  margin-left: 10px;
}
.hero {
  padding-block: 83px 66px;
}
.eyebrow,
.section-label,
.small-label {
  font-size: 0.75rem;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-weight: 600;
}
.hero .eyebrow {
  margin-bottom: 30px;
  color: var(--muted);
}
h1 {
  font-size: clamp(3.1rem, 6.7vw, 5.8rem);
  line-height: 1.055;
  font-weight: 500;
  letter-spacing: -0.063em;
}
h1 span {
  color: var(--red);
}
.hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 35px;
}
.hero-copy {
  max-width: 540px;
}
.hero-copy > p {
  font-size: 1.25rem;
  line-height: 1.55;
  color: var(--muted);
  max-width: 510px;
}
.button {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  background: var(--red);
  color: white;
  padding: 17px 22px;
  font-size: 0.9375rem;
  margin-top: 29px;
  transition: background 0.15s;
}
.button:hover {
  background: #97202a;
}
.button span {
  font-size: 1.25rem;
}
.hero-note {
  font-family: Georgia, serif;
  font-style: italic;
  color: var(--muted);
  font-size: 1.0625rem;
  border-left: 2px solid var(--red);
  padding-left: 20px;
  margin-bottom: 5px;
}
.credentials {
  border-block: 1px solid var(--line);
  padding: 28px 0;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.4fr 1fr;
  gap: 28px;
  align-items: center;
}
.credentials > p {
  color: var(--muted);
  font-size: 0.8125rem;
  line-height: 1.5;
}
.credentials div {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.credentials strong {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.credentials span {
  font-size: 0.8125rem;
  color: var(--muted);
  line-height: 1.5;
}
.section {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 42px;
  padding-block: 92px;
}
.section-label {
  font-size: 0.75rem;
  letter-spacing: 1.3px;
  display: flex;
  align-items: baseline;
  gap: 17px;
  padding-top: 8px;
}
.index {
  color: var(--red);
  font-family: monospace;
  font-size: 0.8125rem;
  letter-spacing: 0;
}
.section-content h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -1.8px;
}
.intro {
  max-width: 610px;
  margin-top: 24px;
  color: var(--muted);
}
.capabilities {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 39px 48px;
  margin-top: 48px;
}
.capabilities article {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.small-label {
  color: var(--red);
  font-size: 0.75rem;
  letter-spacing: 1.5px;
}
.capabilities h3 {
  margin-top: 13px;
}
h3 {
  font-size: 1.1875rem;
  line-height: 1.35;
  letter-spacing: -0.4px;
  font-weight: 600;
}
.capabilities p {
  color: var(--muted);
  margin-top: 12px;
  font-size: 1rem;
}
.experience {
  background: var(--dark);
  color: #f5f6f7;
}
.experience .section {
  padding-block: 76px;
}
.experience .index,
.experience .small-label {
  color: #ff8a8d;
}
.experience .eyebrow {
  color: #bbc3c7;
  margin-bottom: 24px;
}
.experience-copy {
  max-width: 655px;
  margin-top: 28px;
}
.experience-copy p {
  color: #d1d7da;
  margin-top: 16px;
}
.education {
  border-top: 1px solid #485257;
  margin-top: 35px;
  padding-top: 24px;
}
.education p {
  margin-top: 12px;
  font-size: 0.875rem;
  color: #e0e4e6;
}
.education p span {
  color: #afb9be;
}
.steps {
  margin-top: 35px;
}
.steps article {
  display: flex;
  gap: 28px;
  border-top: 1px solid var(--line);
  padding: 26px 0;
}
.steps article > span {
  color: var(--red);
  font-family: monospace;
  font-size: 0.875rem;
  padding-top: 3px;
  white-space: nowrap;
}
.steps p {
  max-width: 590px;
  color: var(--muted);
  margin-top: 8px;
  font-size: 1rem;
}
.engagement-note {
  max-width: 650px;
  border-top: 1px solid var(--line);
  padding-top: 25px;
  font-size: 0.9375rem;
  color: var(--muted);
}
.contact {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 42px;
  border-top: 2px solid var(--red);
  padding-block: 67px 83px;
}
.contact h2 {
  font-size: clamp(2.8rem, 5vw, 4.4rem);
  letter-spacing: -0.055em;
}
.contact p {
  color: var(--muted);
  margin-top: 23px;
}
.email-link {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  color: var(--red);
  font-size: clamp(1.2rem, 2.5vw, 1.75rem);
  letter-spacing: -0.7px;
  border-bottom: 1px solid var(--red);
  padding-bottom: 9px;
  margin-top: 28px;
}
.email-link:hover {
  color: #861b23;
}
footer {
  border-top: 1px solid var(--line);
  padding-block: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
footer .wordmark {
  font-size: 1.25rem;
  letter-spacing: -0.8px;
}
footer p,
footer > span {
  font-size: 0.75rem;
  color: var(--muted);
}
.skip {
  position: absolute;
  left: 20px;
  top: -70px;
  background: var(--ink);
  color: white;
  padding: 15px;
  z-index: 10;
}
.skip:focus {
  top: 15px;
}
@media (min-width: 1500px) {
  .hero {
    padding-block: 100px 80px;
  }
}
@media (max-width: 900px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero-note {
    display: none;
  }
  .section,
  .contact {
    grid-template-columns: 1fr 3fr;
    gap: 28px;
  }
  .section-label {
    display: block;
  }
  .section-label .index {
    display: block;
    margin-bottom: 8px;
  }
  .credentials {
    grid-template-columns: 1fr 1fr 1.5fr 1.1fr;
    gap: 18px;
  }
  .credentials strong {
    font-size: 1.0625rem;
  }
  .capabilities {
    gap: 32px;
  }
  .section {
    padding-block: 70px;
  }
  footer p {
    display: none;
  }
}
@media (max-width: 600px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 83px;
  }
  .wordmark {
    font-size: 1.45rem;
  }
  .site-header nav {
    gap: 0;
  }
  .site-header nav > a:not(.nav-contact) {
    display: none;
  }
  .hero {
    padding-block: 49px 40px;
  }
  .hero .eyebrow {
    font-size: 0.625rem;
    letter-spacing: 1.35px;
    max-width: 290px;
    margin-bottom: 25px;
  }
  h1 {
    font-size: clamp(2.7rem, 9.4vw, 3.55rem);
    letter-spacing: -0.062em;
  }
  .hero-bottom {
    margin-top: 25px;
  }
  .hero-copy > p {
    font-size: 1.125rem;
  }
  .button {
    margin-top: 24px;
  }
  .credentials {
    grid-template-columns: 1fr 1fr;
    gap: 25px 20px;
    padding-block: 25px;
  }
  .credentials > p {
    font-size: 0.75rem;
  }
  .credentials span {
    font-size: 0.75rem;
  }
  .section,
  .contact {
    display: block;
    padding-block: 49px;
  }
  .section-label {
    display: flex;
    margin-bottom: 26px;
  }
  .section-label .index {
    margin-bottom: 0;
  }
  .section-content h2 {
    font-size: 2.15rem;
    letter-spacing: -1.2px;
  }
  .intro {
    font-size: 1rem;
    margin-top: 20px;
  }
  .capabilities {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 30px;
  }
  .capabilities article {
    padding-top: 17px;
  }
  .capabilities h3 {
    margin-top: 9px;
  }
  .capabilities p {
    margin-top: 8px;
  }
  .experience .section {
    padding-block: 48px;
  }
  .experience .eyebrow {
    font-size: 0.625rem;
    letter-spacing: 1.4px;
  }
  .experience-copy p {
    font-size: 1rem;
  }
  .education p span {
    display: block;
  }
  .steps {
    margin-top: 27px;
  }
  .steps article {
    gap: 18px;
    padding-block: 22px;
  }
  .contact h2 {
    font-size: 2.8rem;
  }
  .desktop-break {
    display: none;
  }
  .email-link {
    gap: 20px;
    font-size: 1.3rem;
  }
  footer {
    padding-block: 24px;
    align-items: flex-start;
  }
  footer > span {
    font-size: 0.6875rem;
    padding-top: 5px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}

/* Company details sit on a separate, quiet footer line. */
footer {
  display: block;
}
.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.footer-main > span {
  font-size: 0.75rem;
  color: var(--muted);
}
.company-details {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
  margin: 22px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.8125rem;
  line-height: 1.5;
}
.company-details div {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 9px;
}
.company-details dt,
.company-details dd {
  margin: 0;
}
.company-details dt {
  font-weight: 600;
}
@media (max-width: 600px) {
  .footer-main {
    align-items: flex-start;
  }
  .footer-main > span {
    font-size: 0.6875rem;
    padding-top: 5px;
  }
  .company-details {
    gap: 10px 24px;
  }
}
