:root {
  --oxford: #002147;
  --oxford-deep: #00152e;
  --blue: #123e67;
  --bronze: #a78052;
  --bronze-light: #d4b98f;
  --paper: #f5f1e8;
  --paper-dark: #e9e2d4;
  --ink: #17202a;
  --white: #fff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Trebuchet MS", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.6;
}

a {
  color: inherit;
}

.site-header {
  height: 94px;
  padding: 0 clamp(24px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  background: var(--oxford);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
}

.brand-mark {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: var(--bronze-light);
  stroke-width: 1.8;
}

.brand-name {
  font: 700 27px/1 var(--serif);
  letter-spacing: .02em;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3.2vw, 52px);
}

nav a {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

nav a:hover {
  color: var(--bronze-light);
}

.nav-contact {
  padding: 10px 16px;
  border: 1px solid var(--bronze-light);
}

.hero {
  color: var(--white);
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    var(--oxford);
  background-size: 52px 52px;
}

.hero-grid {
  min-height: 650px;
  padding: clamp(70px, 9vw, 135px) clamp(24px, 8vw, 120px) 90px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: clamp(50px, 9vw, 150px);
  align-items: center;
}

.eyebrow,
.section-label {
  margin: 0 0 24px;
  color: var(--bronze);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 800px;
  margin: 0;
  font: 400 clamp(54px, 7vw, 104px)/.93 var(--serif);
  letter-spacing: -.045em;
}

.hero h1 em,
.statement em {
  color: var(--bronze-light);
  font-weight: 400;
}

.hero-intro {
  max-width: 670px;
  margin: 38px 0 0;
  color: #dce5ee;
  font: 400 clamp(17px, 1.5vw, 21px)/1.7 var(--serif);
}

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

.button {
  display: inline-block;
  padding: 15px 24px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s, background .2s;
}

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

.button-primary {
  color: var(--oxford-deep);
  background: var(--bronze-light);
}

.text-link {
  color: var(--white);
  font: 700 13px var(--sans);
  letter-spacing: .04em;
  text-decoration: none;
}

.text-link span {
  margin-left: 8px;
  color: var(--bronze-light);
}

.hero-panel {
  padding: 28px;
  background: rgba(0, 12, 28, .56);
  border: 1px solid rgba(212, 185, 143, .55);
  box-shadow: 18px 18px 0 rgba(0, 11, 25, .25);
}

.panel-heading {
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  color: var(--bronze-light);
  border-bottom: 1px solid rgba(255,255,255,.18);
  font: 700 11px var(--sans);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.panel-number {
  color: rgba(255,255,255,.4);
}

.assurance-flow {
  margin: 0;
  padding: 10px 0;
  list-style: none;
}

.assurance-flow li {
  padding: 17px 0;
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: baseline;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.assurance-flow li > span {
  color: var(--bronze-light);
  font: 11px var(--sans);
}

.assurance-flow strong {
  font: 400 22px var(--serif);
}

.assurance-flow small {
  color: #aebdca;
  font-size: 11px;
}

.panel-note {
  margin: 16px 0 0;
  color: #9db0c2;
  font-size: 10px;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}

.hero-footer {
  padding: 21px clamp(24px, 8vw, 120px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--oxford-deep);
  border-top: 1px solid rgba(255,255,255,.1);
}

.hero-footer span {
  color: #a9bacb;
  font-size: 10px;
  letter-spacing: .15em;
  text-align: center;
  text-transform: uppercase;
}

.hero-footer span + span {
  border-left: 1px solid rgba(255,255,255,.18);
}

.statement {
  padding: clamp(80px, 10vw, 150px) clamp(24px, 12vw, 180px);
  text-align: center;
  border-bottom: 1px solid #d2c8b7;
}

.statement blockquote {
  margin: 0 auto;
  font: 400 clamp(37px, 5vw, 68px)/1.15 var(--serif);
  letter-spacing: -.03em;
}

.statement blockquote em {
  color: var(--bronze);
}

.statement > p:last-child {
  max-width: 730px;
  margin: 35px auto 0;
  color: #5f656b;
  font: 17px/1.8 var(--serif);
}

.solutions {
  padding: clamp(80px, 9vw, 130px) clamp(24px, 7vw, 105px);
  background: #fbfaf6;
}

.section-heading {
  margin-bottom: 65px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 80px;
  align-items: end;
}

.section-heading h2,
.industries h2,
.about h2,
.contact h2 {
  margin: 0;
  color: var(--oxford);
  font: 400 clamp(42px, 5vw, 67px)/1.08 var(--serif);
  letter-spacing: -.035em;
}

.section-heading > p {
  max-width: 530px;
  margin: 0 0 5px;
  color: #5d6368;
  font: 17px/1.8 var(--serif);
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #cfc5b4;
}

.solution-card {
  min-height: 510px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  background: var(--paper);
}

.solution-card + .solution-card {
  border-left: 1px solid #cfc5b4;
}

.solution-card.featured {
  color: var(--white);
  background: var(--oxford);
}

.card-number {
  margin: 0;
  color: var(--bronze);
  font-size: 11px;
  letter-spacing: .15em;
}

.card-icon {
  margin: 58px 0 27px;
  color: var(--bronze);
  font: 42px/1 var(--serif);
}

.solution-card h3 {
  margin: 0 0 19px;
  font: 400 30px/1.2 var(--serif);
}

.solution-card > p:not(.card-number) {
  margin: 0 0 28px;
  color: #5f666b;
  font: 15px/1.7 var(--serif);
}

.solution-card.featured > p:not(.card-number) {
  color: #ccd7e2;
}

.solution-card ul {
  margin: auto 0 0;
  padding: 20px 0 0;
  list-style: none;
  border-top: 1px solid #d4ccbf;
}

.solution-card.featured ul {
  border-color: rgba(255,255,255,.2);
}

.solution-card li {
  padding: 6px 0 6px 17px;
  position: relative;
  font-size: 12px;
  letter-spacing: .025em;
}

.solution-card li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--bronze);
}

.industries {
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: var(--white);
  background: var(--oxford);
}

.industries-copy {
  padding: clamp(75px, 8vw, 120px);
  background:
    radial-gradient(circle at 10% 90%, rgba(167, 128, 82, .17), transparent 38%),
    var(--oxford);
}

.industries h2 {
  color: var(--white);
}

.industries-copy > p:last-child {
  max-width: 540px;
  margin-top: 30px;
  color: #b9c7d4;
  font: 16px/1.8 var(--serif);
}

.industry-list {
  padding: clamp(55px, 7vw, 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--oxford-deep);
}

.industry-list div {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 55px 1fr;
  border-bottom: 1px solid rgba(255,255,255,.14);
  font: 24px var(--serif);
}

.industry-list span {
  color: var(--bronze-light);
  font: 10px var(--sans);
  letter-spacing: .12em;
}

.about {
  min-height: 710px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  background: var(--paper);
}

.about-mark {
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--paper-dark);
  border-right: 1px solid #d2c8b7;
}

.about-mark svg {
  width: min(46%, 230px);
  fill: none;
  stroke: var(--bronze);
  stroke-width: 1.5;
}

.about-copy {
  padding: clamp(75px, 9vw, 135px);
}

.about-copy .lead {
  margin: 32px 0 18px;
  color: var(--oxford);
  font: 25px/1.5 var(--serif);
}

.about-copy > p:not(.section-label):not(.lead) {
  max-width: 700px;
  color: #5d6368;
  font: 16px/1.8 var(--serif);
}

.principles {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #cfc5b4;
}

.principles div {
  padding: 22px 14px 0 0;
  display: flex;
  gap: 15px;
}

.principles strong {
  color: var(--bronze);
  font: 10px var(--sans);
}

.principles span {
  color: var(--oxford);
  font: 16px/1.35 var(--serif);
}

.contact {
  padding: clamp(75px, 9vw, 130px) clamp(24px, 9vw, 135px);
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 90px;
  align-items: center;
  color: var(--white);
  background: var(--bronze);
}

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

.contact h2 {
  color: var(--white);
}

.contact-copy p {
  max-width: 440px;
  margin: 0 0 32px;
  font: 18px/1.7 var(--serif);
}

.button-light {
  color: var(--oxford);
  background: var(--white);
}

footer {
  padding: 38px clamp(24px, 5vw, 76px);
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  align-items: center;
  color: #9cabb9;
  background: var(--oxford-deep);
  font-size: 10px;
  letter-spacing: .06em;
}

.footer-brand {
  color: var(--white);
}

.footer-brand .brand-mark {
  width: 34px;
  height: 34px;
}

.footer-brand .brand-name {
  font-size: 21px;
}

footer p:nth-child(2) {
  text-align: center;
}

footer p:last-child {
  text-align: right;
}

@media (max-width: 900px) {
  .hero-grid,
  .section-heading,
  .industries,
  .about,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding-top: 85px;
  }

  .hero-panel {
    max-width: 600px;
  }

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

  .solution-card {
    min-height: 420px;
  }

  .solution-card + .solution-card {
    border-top: 1px solid #cfc5b4;
    border-left: 0;
  }

  .about-mark {
    min-height: 430px;
    border-right: 0;
    border-bottom: 1px solid #d2c8b7;
  }

  footer {
    grid-template-columns: 1fr;
    gap: 14px;
    text-align: center;
  }

  footer p:nth-child(2),
  footer p:last-child {
    margin: 0;
    text-align: center;
  }

  .footer-brand {
    justify-content: center;
  }
}

@media (max-width: 620px) {
  .site-header {
    height: auto;
    padding: 18px 20px;
  }

  .brand-mark {
    width: 39px;
    height: 39px;
  }

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

  nav {
    gap: 15px;
  }

  nav a {
    font-size: 10px;
  }

  nav a:nth-child(2),
  nav a:nth-child(3) {
    display: none;
  }

  .nav-contact {
    padding: 7px 10px;
  }

  .hero-grid {
    min-height: auto;
    padding: 70px 22px;
  }

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

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .hero-panel {
    padding: 20px;
  }

  .assurance-flow li {
    grid-template-columns: 34px 1fr;
  }

  .assurance-flow small {
    display: none;
  }

  .hero-footer {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 18px;
  }

  .hero-footer span:nth-child(3) {
    border-left: 0;
  }

  .section-heading {
    gap: 28px;
  }

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

  .principles div {
    padding-bottom: 15px;
    border-bottom: 1px solid #d7cfc2;
  }

  .contact {
    gap: 35px;
  }
}

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

  .button {
    transition: none;
  }
}
