:root {
  --navy: #06152b;
  --blue: #164d88;
  --sky: #7eaae1;
  --cream: #f5f1e7;
  --gold: #e7c986;
  --ink: #102035;
  --white: #fff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
}

/* Header */

.site-header {
  height: 88px;
  max-width: 1280px;
  margin: auto;
  padding: 0 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.brand img,
.footer-brand img {
  border-radius: 50%;
}

.brand span,
.footer-brand span {
  display: flex;
  flex-direction: column;
}

.brand strong,
.footer-brand strong {
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 14px;
}

.brand small,
.footer-brand small {
  color: #526071;
  font-size: 11px;
  letter-spacing: 0.05em;
  margin-top: 3px;
}

nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
}

nav a {
  text-decoration: none;
}

.nav-cta {
  background: var(--navy);
  color: white;
  padding: 12px 20px;
  border-radius: 2px;
}

/* Hero */

.hero {
  min-height: 690px;
  background: var(--navy);
  color: white;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  overflow: hidden;
}

.hero-copy {
  padding: 112px max(7vw, 44px) 105px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin: 0 0 22px;
}

.hero .eyebrow {
  color: var(--gold);
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.035em;
  margin: 0;
}

h1 {
  font-size: clamp(58px, 7vw, 106px);
  line-height: 0.93;
  max-width: 760px;
}

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

.hero-lede {
  max-width: 670px;
  font-size: 20px;
  line-height: 1.65;
  color: #c9d4e2;
  margin: 35px 0 42px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}

.button {
  display: inline-block;
  border: 0;
  text-decoration: none;
  padding: 16px 25px;
  border-radius: 2px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}

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

.text-link {
  color: white;
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px solid #ffffff55;
  padding-bottom: 5px;
}

.text-link span {
  color: var(--gold);
  margin-left: 7px;
}

.hero-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 500px;
  background: radial-gradient(
    circle at center,
    #15365c 0,
    transparent 58%
  );
}

.hero-mark img {
  width: min(78%, 460px);
  height: auto;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 24px 35px #0009);
  border-radius: 50%;
}

.beam {
  position: absolute;
  width: 75%;
  height: 18%;
  top: 44%;
  background: linear-gradient(
    90deg,
    transparent,
    #e7c98640,
    transparent
  );
  filter: blur(5px);
}

.beam-left {
  left: -15%;
  transform: rotate(-8deg);
}

.beam-right {
  right: -15%;
  transform: rotate(8deg);
}

/* Experience strip */

.proof-strip {
  background: white;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 32px max(7vw, 44px);
  border-bottom: 1px solid #d7d9d7;
}

.proof-strip div {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
  border-right: 1px solid #d7d9d7;
  text-align: center;
}

.proof-strip div:last-child {
  border: 0;
}

.proof-strip strong {
  color: var(--blue);
  font-family: Georgia, serif;
  font-size: 23px;
}

.proof-strip strong.strategy-first {
  font-size: 20px;
  white-space: nowrap;
}

.proof-strip span {
  color: #687384;
  font-size: 13px;
}

/* General sections */

.section {
  padding: 110px max(7vw, 44px);
}

.services {
  max-width: 1480px;
  margin: auto;
}

.section-intro {
  display: grid;
  grid-template-columns: 0.7fr 1.2fr 1fr;
  gap: 55px;
  margin-bottom: 60px;
  align-items: start;
}

.section-intro h2,
.approach h2,
.contact h2 {
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1.03;
  color: var(--navy);
}

.section-intro > p:last-child,
.approach-copy > p,
.contact-copy > p {
  color: #596679;
  line-height: 1.75;
  margin: 0;
}

/* Services */

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #c9c8c2;
  border-left: 1px solid #c9c8c2;
}

.service-card {
  min-height: 280px;
  padding: 33px;
  border-right: 1px solid #c9c8c2;
  border-bottom: 1px solid #c9c8c2;
  transition: background 0.2s, transform 0.2s;
}

.service-card:hover {
  background: white;
  transform: translateY(-3px);
}

.service-card > span {
  color: var(--blue);
  font-size: 12px;
  letter-spacing: 0.15em;
}

.service-card h3 {
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  color: var(--navy);
  margin: 45px 0 15px;
}

.service-card p {
  color: #596679;
  line-height: 1.65;
  margin: 0;
}

/* Approach */

.approach {
  background: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9vw;
  align-items: center;
}

.approach-quote {
  background: var(--navy);
  min-height: 480px;
  padding: 60px;
  display: flex;
  align-items: center;
  position: relative;
}

.approach-quote::before {
  content: "“";
  position: absolute;
  top: 22px;
  left: 38px;
  color: var(--gold);
  opacity: 0.45;
  font: 140px Georgia, serif;
}

.approach-quote p {
  position: relative;
  color: white;
  font: 34px/1.35 Georgia, serif;
  margin: 0;
}

.approach-copy h2 {
  margin-bottom: 30px;
}

.approach-copy > p {
  margin: 0 0 20px;
}

/* Contact */

.contact {
  background: var(--blue);
  color: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9vw;
}

.contact .eyebrow {
  color: var(--gold);
}

.contact h2 {
  color: white;
}

.contact-copy > p {
  color: #d7e2ef;
  margin: 25px 0;
  max-width: 560px;
}

.contact-copy > a {
  color: var(--gold);
  font-weight: 700;
}

.contact-form {
  background: white;
  color: var(--ink);
  padding: 42px;
  box-shadow: 0 18px 60px #03152b55;
}

.contact-form label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

input,
textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #9ea5ad;
  background: #f7f6f2;
  padding: 13px 12px;
  margin-top: 8px;
  border-radius: 0;
  font: 16px Arial, sans-serif;
}

input:focus,
textarea:focus {
  outline: 2px solid var(--sky);
  outline-offset: 2px;
}

.contact-form .button {
  margin-top: 4px;
}

.form-note {
  color: #6a7481;
  font-size: 12px;
  line-height: 1.5;
  margin: 14px 0 0;
}

/* Footer */

footer {
  background: var(--navy);
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px max(7vw, 44px);
}

footer p {
  color: #96a8bd;
  font-size: 12px;
}

.footer-brand small {
  color: #96a8bd;
}

/* Tablet */

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

  .hero-copy {
    padding-bottom: 60px;
  }

  .hero-mark {
    min-height: 410px;
    padding: 30px;
  }

  .section-intro {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .approach,
  .contact {
    grid-template-columns: 1fr;
  }

  .proof-strip {
    gap: 20px;
  }

  .proof-strip div {
    flex-direction: column;
    align-items: center;
    gap: 2px;
    text-align: center;
  }
}

/* Mobile */

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

  .brand small {
    display: none;
  }

  nav a:not(.nav-cta) {
    display: none;
  }

  .hero-copy,
  .section {
    padding: 75px 24px;
  }

  .hero-lede {
    font-size: 18px;
  }

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

  .hero-mark {
    min-height: 340px;
  }

  .proof-strip {
    grid-template-columns: 1fr;
    padding: 28px 24px;
  }

  .proof-strip div {
    border-right: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 18px;
  }

  .proof-strip div:last-child {
    border-bottom: 0;
  }

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

  .approach-quote {
    min-height: 390px;
    padding: 38px;
  }

  .approach-quote p {
    font-size: 28px;
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .contact-form {
    padding: 28px 22px;
  }

  footer {
    flex-direction: column;
    gap: 18px;
    text-align: center;
  }
}

/* Reduced motion */

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

  .service-card {
    transition: none;
  }
}