:root {
  --navy: #0b2633;
  --navy-deep: #071c25;
  --teal: #174a56;
  --mist: #e6ede9;
  --paper: #f7f4ed;
  --ink: #142126;
  --muted: #5e6a6c;
  --line: #cfd6d2;
  --accent: #c9a96d;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

.site-header {
  align-items: center;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 84px;
  padding: 0 5vw;
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  justify-self: start;
}

.brand-mark {
  align-items: center;
  background: var(--navy);
  color: var(--paper);
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  height: 35px;
  justify-content: center;
  letter-spacing: 0.08em;
  width: 35px;
}

.brand-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 600;
}

nav {
  display: flex;
  gap: 34px;
}

nav a,
.header-contact {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

nav a {
  color: var(--muted);
  transition: color 160ms ease;
}

nav a:hover,
nav a:focus-visible {
  color: var(--navy);
}

.header-contact {
  border-bottom: 1px solid var(--navy);
  justify-self: end;
  padding: 7px 0;
}

.hero {
  background: var(--navy);
  color: var(--paper);
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
  min-height: 720px;
}

.hero-copy {
  align-self: center;
  padding: 100px 7vw 110px;
}

.eyebrow,
.section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin: 0 0 30px;
  text-transform: uppercase;
}

.eyebrow {
  color: #b9c9c5;
}

.hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 7vw, 108px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.94;
  margin: 0;
  max-width: 980px;
}

.hero h1 em {
  color: #bfcfca;
  font-weight: 400;
}

.hero-summary {
  color: #d0dbd8;
  font-size: 18px;
  line-height: 1.65;
  margin: 40px 0 0;
  max-width: 680px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 42px;
}

.button {
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 45px;
  justify-content: space-between;
  letter-spacing: 0.05em;
  min-height: 52px;
  padding: 0 20px;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease;
}

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

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--accent);
}

.button-secondary {
  border: 1px solid #55707a;
  color: var(--paper);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: #173744;
}

.hero-panel {
  background: var(--teal);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  overflow: hidden;
  padding: 38px;
  position: relative;
}

.hero-panel::after {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
  height: 520px;
  position: absolute;
  right: -330px;
  top: 120px;
  width: 520px;
}

.hero-panel-top {
  color: #cbd8d5;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.route-line {
  background: rgba(255, 255, 255, 0.24);
  height: 1px;
  margin: auto 20px;
  position: relative;
  transform: rotate(-27deg);
}

.route-dot {
  background: var(--paper);
  border: 5px solid rgba(247, 244, 237, 0.2);
  border-radius: 50%;
  height: 16px;
  position: absolute;
  top: -8px;
  width: 16px;
}

.route-start {
  left: 0;
}

.route-end {
  right: 0;
}

.hero-panel-bottom {
  position: relative;
  z-index: 1;
}

.hero-panel-bottom p {
  color: #bbceca;
  font-size: 13px;
  margin: 5px 0;
}

.hero-panel-bottom strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
  margin: 8px 0;
}

.section-shell {
  padding: 110px 7vw;
}

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

.intro-grid,
.contact-grid {
  display: grid;
  gap: 8vw;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
}

.intro h2,
.section-heading h2,
.why h2,
.contact h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.035em;
  margin: 0;
}

.intro h2 {
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.05;
  max-width: 780px;
}

.intro-copy {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

.intro-copy p,
.why-details > p,
.contact-details > p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 22px;
}

.capabilities {
  background: #e8ece8;
}

.section-heading {
  align-items: end;
  display: flex;
  gap: 60px;
  justify-content: space-between;
  margin-bottom: 60px;
}

.section-heading h2 {
  font-size: clamp(42px, 5vw, 68px);
  max-width: 720px;
}

.section-note {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 7px;
  max-width: 320px;
}

.capability-list {
  border-top: 1px solid #bcc7c2;
}

.capability-row {
  align-items: start;
  border-bottom: 1px solid #bcc7c2;
  display: grid;
  gap: 30px;
  grid-template-columns: 54px minmax(210px, 0.75fr) minmax(300px, 1.25fr) 24px;
  padding: 29px 4px;
}

.capability-number {
  color: #72807d;
  font-size: 11px;
  padding-top: 5px;
}

.capability-row h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400;
  margin: 0;
}

.capability-row p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
  max-width: 620px;
}

.capability-arrow {
  color: var(--teal);
  font-size: 18px;
  justify-self: end;
}

.why {
  background: var(--navy-deep);
  color: var(--paper);
  display: grid;
  gap: 10vw;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
}

.section-label-light {
  color: #a8c0ba;
}

.why h2 {
  font-size: clamp(44px, 5.5vw, 76px);
  line-height: 1.04;
  max-width: 760px;
}

.why-details {
  align-self: end;
}

.why-details > p {
  color: #bdcbc8;
}

.why-details ul {
  border-top: 1px solid #29404a;
  list-style: none;
  margin: 42px 0 0;
  padding: 0;
}

.why-details li {
  align-items: center;
  border-bottom: 1px solid #29404a;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 15px;
  letter-spacing: 0.04em;
  padding: 18px 0;
  text-transform: uppercase;
}

.why-details li span {
  color: var(--accent);
}

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

.contact h2 {
  font-size: clamp(52px, 6.5vw, 92px);
  line-height: 0.98;
}

.contact-details {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

.contact-details a {
  border-bottom: 1px solid var(--ink);
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2.2vw, 30px);
  gap: 18px;
  padding-bottom: 7px;
}

.location {
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 36px !important;
  text-transform: uppercase;
}

footer {
  align-items: center;
  border-top: 1px solid var(--line);
  display: grid;
  font-size: 11px;
  gap: 30px;
  grid-template-columns: 1fr auto 1fr;
  letter-spacing: 0.05em;
  padding: 34px 5vw;
  text-transform: uppercase;
}

footer p {
  color: var(--muted);
  margin: 0;
}

footer p:last-child {
  justify-self: end;
}

.brand-footer .brand-name {
  font-size: 15px;
  text-transform: none;
}

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

  nav {
    display: none;
  }

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

  .hero-panel {
    min-height: 420px;
  }

  .intro-grid,
  .why,
  .contact-grid {
    gap: 55px;
    grid-template-columns: 1fr;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }

  .capability-row {
    grid-template-columns: 40px 1fr 20px;
  }

  .capability-row p {
    grid-column: 2 / 3;
  }

  .capability-arrow {
    grid-column: 3;
    grid-row: 1;
  }

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

  footer p:last-child {
    justify-self: start;
  }
}

@media (max-width: 600px) {
  .site-header {
    min-height: 70px;
  }

  .brand-name {
    font-size: 16px;
  }

  .header-contact {
    font-size: 10px;
  }

  .hero-copy,
  .section-shell {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-copy {
    padding-bottom: 78px;
    padding-top: 78px;
  }

  .hero {
    min-height: auto;
  }

  .hero h1 {
    font-size: 53px;
  }

  .hero-summary {
    font-size: 16px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-panel {
    min-height: 330px;
    padding: 26px 24px;
  }

  .section-shell {
    padding-bottom: 80px;
    padding-top: 80px;
  }

  .intro h2,
  .section-heading h2,
  .why h2 {
    font-size: 41px;
  }

  .contact h2 {
    font-size: 50px;
  }

  .capability-row {
    gap: 14px;
    padding: 25px 0;
  }

  .capability-row h3 {
    font-size: 21px;
  }

  footer {
    padding: 30px 24px;
  }
}

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