:root {
  --blue: #194aa5;
  --blue-deep: #0c2d6c;
  --orange: #f39a2e;
  --ink: #0d1830;
  --cream: #fff5dc;
  --paper: #fbfaf7;
  --line: #dfe4eb;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

.site-header {
  align-items: center;
  background: rgba(251, 250, 247, 0.94);
  border-bottom: 1px solid rgba(13, 24, 48, 0.08);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 86px;
  padding: 0 5vw;
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
}

.brand {
  align-items: center;
  display: flex;
  height: 72px;
  overflow: hidden;
  width: 105px;
}

.brand img {
  height: 68px;
  object-fit: contain;
  width: 86px;
}

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

nav a {
  font-size: 0.88rem;
  font-weight: 700;
}

.header-cta {
  border-bottom: 2px solid var(--orange);
  font-size: 0.87rem;
  font-weight: 800;
  justify-self: end;
  padding: 10px 0 8px;
}

.hero {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  min-height: calc(100vh - 86px);
  overflow: hidden;
}

.hero-copy {
  align-self: center;
  padding: 8vw 7vw 7vw 8vw;
}

.eyebrow {
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin: 0 0 24px;
  text-transform: uppercase;
}

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

h1 {
  font-size: clamp(3.4rem, 5.4vw, 6.7rem);
  letter-spacing: -0.065em;
  line-height: 0.94;
  margin-bottom: 30px;
  max-width: 800px;
}

h1 span {
  color: var(--blue);
  display: block;
}

.hero-lead {
  color: #526078;
  font-size: clamp(1.05rem, 1.35vw, 1.28rem);
  line-height: 1.65;
  max-width: 600px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 38px;
}

.button {
  align-items: center;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 900;
  gap: 32px;
  justify-content: space-between;
  padding: 18px 23px;
}

.button.primary {
  background: var(--orange);
  color: #151515;
}

.button.primary:hover {
  background: #ffa93f;
}

.text-link {
  border-bottom: 1px solid #9da7b7;
  font-size: 0.88rem;
  font-weight: 800;
  padding-bottom: 7px;
}

.hero-proof {
  border-top: 1px solid var(--line);
  display: flex;
  gap: 50px;
  margin-top: 60px;
  padding-top: 28px;
}

.hero-proof div {
  display: grid;
  gap: 3px;
}

.hero-proof strong {
  color: var(--blue);
  font-size: 1.65rem;
}

.hero-proof span {
  color: #667087;
  font-size: 0.75rem;
  font-weight: 700;
}

.hero-visual {
  align-self: center;
  background: var(--blue-deep);
  height: calc(100vh - 86px);
  min-height: 620px;
  overflow: hidden;
  position: relative;
}

.hero-visual::before {
  background: var(--orange);
  content: "";
  height: 180px;
  left: -35px;
  position: absolute;
  top: -40px;
  transform: rotate(12deg);
  width: 75px;
  z-index: 2;
}

.hero-visual img {
  filter: saturate(0.88) contrast(1.02);
  height: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.photo-caption {
  background: var(--blue-deep);
  bottom: 0;
  color: white;
  display: grid;
  gap: 10px;
  left: 0;
  padding: 25px 32px 27px;
  position: absolute;
}

.photo-caption span {
  color: #b8caef;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  line-height: 1.45;
  text-transform: none;
}

.photo-caption span b {
  color: var(--orange);
}

.photo-caption strong {
  font-size: 1.08rem;
}

.statement {
  background: var(--blue-deep);
  color: white;
  display: grid;
  gap: 7vw;
  grid-template-columns: 0.45fr 1.55fr;
  padding: 78px 8vw;
}

.statement-label {
  align-content: start;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: grid;
  gap: 10px;
  padding-top: 18px;
}

.statement-label span:first-child {
  color: var(--orange);
  font-size: 1.25rem;
  font-weight: 900;
}

.statement-label span:last-child {
  color: #b8c7e5;
  font-size: 0.75rem;
}

.statement .eyebrow {
  color: var(--orange);
}

.statement h2,
.section-heading h2,
.method h2,
.contact h2 {
  font-size: clamp(2.5rem, 4.5vw, 5.1rem);
  letter-spacing: -0.055em;
  line-height: 1.02;
  margin-bottom: 30px;
}

.statement p:last-child {
  color: #cbd5e8;
  font-size: 1.08rem;
  line-height: 1.7;
  max-width: 750px;
}

.services {
  padding: 78px 8vw 88px;
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 6vw;
  grid-template-columns: 1.3fr 0.7fr;
  margin-bottom: 40px;
}

.section-heading h2 {
  margin-bottom: 0;
  max-width: 750px;
}

.section-heading > p {
  color: #5f6b80;
  line-height: 1.7;
}

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

.service-card {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  min-height: 335px;
  padding: 28px;
  transition: background 180ms ease, transform 180ms ease;
}

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

.service-number {
  color: var(--orange);
  display: block;
  font-size: 0.75rem;
  font-weight: 900;
  margin-bottom: 24px;
}

.service-card h3 {
  font-size: 1.42rem;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin-bottom: 12px;
  max-width: 290px;
}

.service-card p {
  color: #697387;
  font-size: 0.92rem;
  line-height: 1.6;
}

.service-card ul {
  color: #3c475b;
  font-size: 0.8rem;
  line-height: 1.65;
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
}

.service-card li::before {
  color: var(--orange);
  content: "— ";
}

.method {
  background: var(--cream);
  padding: 76px 8vw 86px;
}

.method h2 {
  max-width: 720px;
}

.method-steps {
  border-top: 1px solid #dfcda5;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 36px;
}

.method-steps > div {
  border-right: 1px solid #dfcda5;
  padding: 26px 4vw 4px 0;
}

.method-steps > div + div {
  padding-left: 4vw;
}

.method-steps > div:last-child {
  border: 0;
}

.method-steps span {
  color: var(--orange);
  font-size: 0.75rem;
  font-weight: 900;
}

.method-steps h3 {
  font-size: 1.7rem;
  margin: 18px 0 10px;
}

.method-steps p {
  color: #5e6470;
  line-height: 1.65;
}

.contact {
  background: var(--blue);
  color: white;
  display: grid;
  gap: 6vw;
  grid-template-columns: 0.9fr 1.1fr;
  padding: 78px 8vw;
}

.contact .eyebrow {
  color: #ffd698;
}

.contact-copy > p:not(.eyebrow) {
  color: #ced9ef;
  line-height: 1.7;
  max-width: 590px;
}

.contact-details {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.contact-details a {
  font-size: 0.9rem;
  font-weight: 800;
  width: fit-content;
}

.contact-details a:hover {
  color: var(--orange);
}

.contact-form {
  background: white;
  color: var(--ink);
  display: grid;
  gap: 22px;
  padding: clamp(26px, 4vw, 52px);
}

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

.contact-form label {
  display: grid;
  font-size: 0.72rem;
  font-weight: 900;
  gap: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  background: #f7f7f5;
  border: 1px solid #dfe3e9;
  border-radius: 0;
  color: var(--ink);
  font: inherit;
  font-size: 0.92rem;
  outline: none;
  padding: 15px 16px;
  resize: vertical;
  text-transform: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(25, 74, 165, 0.12);
}

.contact-form .button {
  justify-self: start;
}

.contact-form small {
  color: #727b8d;
  font-size: 0.68rem;
  line-height: 1.5;
}

footer {
  align-items: center;
  background: #071d49;
  color: white;
  display: grid;
  gap: 30px;
  grid-template-columns: 0.4fr 1fr 1fr;
  padding: 38px 8vw;
}

.footer-brand {
  align-items: center;
  display: flex;
  height: 62px;
  width: 88px;
}

.footer-brand img {
  height: 62px;
  object-fit: contain;
  width: 79px;
}

footer p {
  color: #aebddd;
  font-size: 0.75rem;
  margin: 0;
}

footer > div {
  display: flex;
  font-size: 0.72rem;
  gap: 25px;
  justify-self: end;
}

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

  nav {
    display: none;
  }

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

  .hero-copy {
    padding: 68px 7vw 56px;
  }

  .hero-visual {
    aspect-ratio: 1190 / 1014;
    display: block;
    height: auto;
    min-height: 0;
  }

  .hero-visual img {
    display: block;
    height: auto;
    object-fit: contain;
    width: 100%;
  }

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

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

  .section-heading {
    gap: 25px;
    grid-template-columns: 1fr;
  }
}

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

  .brand {
    transform: scale(0.88);
    transform-origin: left center;
  }

  .header-cta {
    font-size: 0.76rem;
  }

  .hero {
    min-height: 0;
  }

  .hero-copy {
    padding: 52px 24px 46px;
  }

  h1 {
    font-size: 3.15rem;
  }

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

  .hero-proof {
    gap: 25px;
  }

  .hero-visual {
    aspect-ratio: 1190 / 1014;
    height: auto;
    min-height: 0;
  }

  .statement,
  .services,
  .method,
  .contact {
    padding: 56px 24px;
  }

  .statement {
    gap: 34px;
  }

  .statement h2,
  .section-heading h2,
  .method h2,
  .contact h2 {
    font-size: 2.65rem;
  }

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

  .service-card {
    min-height: 0;
    padding: 26px 22px;
  }

  .method-steps,
  .field-row {
    grid-template-columns: 1fr;
  }

  .method-steps > div,
  .method-steps > div + div {
    border-bottom: 1px solid #dfcda5;
    border-right: 0;
    padding: 22px 0;
  }

  .method-steps > div:last-child {
    border-bottom: 0;
  }

  footer {
    align-items: start;
    grid-template-columns: 1fr;
    padding: 40px 24px;
  }

  footer > div {
    display: grid;
    justify-self: start;
  }
}

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

  .service-card {
    transition: none;
  }
}
