@font-face { font-family: AECSystem; src: local("Aptos"), local("Aptos Display"), local("Segoe UI"); }
:root {
  --red: #C8102E;
  --red-bright: #E10600;
  --navy: #0B1D33;
  --charcoal: #17191D;
  --text: #23262B;
  --muted: #5D626B;
  --bone: #FAF8F4;
  --stone: #F2EDE6;
  --white: #FFFFFF;
  --line: #DED8CF;
  --copper: #B8734A;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bone);
  color: var(--text);
  font-family: Aptos, "Aptos Display", AECSystem, "Segoe UI", Calibri, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 18px 5vw;
  background: rgba(250,248,244,.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.logo img { width: min(360px, 36vw); height: auto; display: block; }
.nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--navy);
}
.nav a:hover { color: var(--red); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  font-size: 12px;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-weight: 750;
  border: 1px solid currentColor;
  transition: .18s ease;
}
.button-red { background: var(--red); border-color: var(--red); color: #fff; }
.button-red:hover { filter: brightness(.94); transform: translateY(-1px); }
.button-light { color: var(--navy); border-color: rgba(11,29,51,.28); background: rgba(255,255,255,.72); }
.button-light:hover { color: #fff; background: var(--navy); border-color: var(--navy); }
.button-outline { color: var(--red); background: transparent; }
.button-outline:hover { color: #fff; background: var(--red); border-color: var(--red); }
.hero {
  padding: 7vw 5vw;
  min-height: 560px;
  color: var(--navy);
  background: radial-gradient(circle at 86% 20%, rgba(200,16,46,.09), transparent 26%), linear-gradient(120deg, #fff 0%, var(--bone) 58%, #fff 100%);
  border-bottom: 1px solid var(--line);
}
.hero-light {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, .98fr);
  gap: 58px;
  align-items: center;
}
.hero-copy { width: min(720px, 100%); }
.eyebrow {
  margin: 0 0 18px;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 750;
  color: var(--navy);
}
.eyebrow span, .footer span { color: var(--red); margin: 0 10px; }
.eyebrow.dark { color: var(--navy); }
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-family: Aptos, "Aptos Display", AECSystem, "Segoe UI", Calibri, Arial, sans-serif;
  font-size: clamp(34px, 3.45vw, 54px);
  line-height: 1.05;
  letter-spacing: -.025em;
  font-weight: 650;
  margin-bottom: 24px;
  color: var(--navy);
  max-width: 650px;
}
h1::after { content: ""; display: block; width: 58px; height: 2px; margin-top: 24px; background: var(--red); }
h2 {
  font-family: Aptos, "Aptos Display", AECSystem, "Segoe UI", Calibri, Arial, sans-serif;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.12;
  letter-spacing: -.025em;
  font-weight: 650;
  margin-bottom: 20px;
  color: var(--navy);
}
h3 {
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -.01em;
  text-transform: none;
  margin-bottom: 12px;
  color: var(--navy);
  font-weight: 700;
}
.lead {
  max-width: 640px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.62;
  margin-bottom: 30px;
}
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-panel {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 32px;
  background: rgba(255,255,255,.76);
  border: 1px solid var(--line);
  box-shadow: 0 20px 54px rgba(11,29,51,.07);
}
.panel-line {
  height: 8px;
  width: 70%;
  margin: 0 0 14px auto;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(200,16,46,.18), var(--red));
  transform: skewY(-14deg);
  transform-origin: right center;
  box-shadow: 0 14px 22px rgba(200,16,46,.14);
}
.panel-card { display: grid; gap: 6px; padding: 20px 22px; background: rgba(250,248,244,.82); border: 1px solid var(--line); }
.panel-card strong { font-size: 22px; color: var(--red); font-weight: 700; }
.panel-card span { color: var(--muted); line-height: 1.52; font-size: 15px; }
.section { padding: 86px 5vw; border-bottom: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; gap: 44px; align-items: end; margin-bottom: 42px; }
.section-heading h2 { max-width: 720px; }
.section-intro { max-width: 610px; color: var(--muted); line-height: 1.68; font-size: 16px; margin-bottom: 18px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cards-four { grid-template-columns: repeat(4, 1fr); }
.card { background: #fff; padding: 30px; border: 1px solid var(--line); min-height: 225px; box-shadow: 0 8px 28px rgba(11,29,51,.035); }
.card p, .approach p, .split p, .contact-band p { color: var(--muted); line-height: 1.68; font-size: 16px; }
.approach { display: grid; grid-template-columns: .78fr 1.22fr; gap: 62px; background: #fff; }
.steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.steps div { background: var(--bone); border: 1px solid var(--line); padding: 26px; }
.steps strong { color: var(--red); font-size: 30px; font-weight: 650; }
.split { display: grid; grid-template-columns: .78fr 1.22fr; gap: 62px; background: var(--bone); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 26px; }
.proof-grid div { background: #fff; border: 1px solid var(--line); padding: 22px; }
.proof-grid strong { display: block; color: var(--navy); margin-bottom: 8px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.proof-grid span { color: var(--muted); line-height: 1.52; }
.contact-band { padding: 88px 5vw; text-align: center; }
.contact-light { background: #fff; color: var(--navy); }
.contact-band h2 { max-width: 900px; margin-left: auto; margin-right: auto; }
.contact-band p { max-width: 720px; margin-left: auto; margin-right: auto; }
.contact-band .button { margin-top: 22px; }
.contact-email { margin-top: 18px; letter-spacing: .05em; text-transform: uppercase; font-size: 12px !important; color: var(--muted) !important; }
.footer { padding: 38px 5vw; background: var(--bone); display: flex; align-items: center; justify-content: space-between; gap: 28px; border-top: 1px solid var(--line); }
.footer img { width: 270px; max-width: 40vw; }
.footer p { margin: 0 0 8px; font-size: 12px; letter-spacing: .10em; text-transform: uppercase; font-weight: 700; text-align: right; color: var(--navy); }
.footer .small { color: var(--muted); letter-spacing: 0; text-transform: none; font-weight: 500; }
@media (max-width: 1100px) {
  .cards-four { grid-template-columns: repeat(2, 1fr); }
  .hero-light { grid-template-columns: 1fr; }
  .hero-panel { max-width: 720px; }
}
@media (max-width: 900px) {
  .site-header { align-items: flex-start; flex-direction: column; }
  .logo img { width: min(330px, 82vw); }
  .nav { flex-wrap: wrap; gap: 18px; }
  .hero { min-height: auto; padding-top: 70px; padding-bottom: 70px; }
  h1 { font-size: clamp(34px, 10vw, 48px); }
  .section-heading, .approach, .split { display: block; }
  .cards, .cards-four, .steps, .proof-grid { grid-template-columns: 1fr; }
  .footer { flex-direction: column; align-items: flex-start; }
  .footer p { text-align: left; }
}

/* v6 mobile/header cleanup */
@media (max-width: 900px) {
  .site-header {
    align-items: center;
    padding: 20px 5vw 26px;
    gap: 22px;
  }
  .logo {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .logo img {
    width: min(310px, 82vw);
    margin: 0 auto;
  }
  .nav {
    width: 100%;
    justify-content: center;
    gap: clamp(14px, 4.2vw, 24px);
    font-size: clamp(10px, 2.9vw, 12px);
    letter-spacing: .13em;
  }
  .site-header > .button-outline {
    align-self: flex-end;
    min-height: 38px;
    padding: 0 19px;
    font-size: 10px;
    letter-spacing: .105em;
  }
  .hero {
    padding-top: 54px;
  }
  .hero .eyebrow {
    white-space: nowrap;
    font-size: clamp(8px, 2.25vw, 10px);
    letter-spacing: .055em;
    line-height: 1.25;
  }
  .hero .eyebrow span,
  .footer span {
    margin: 0 4px;
  }
  .hero-panel {
    padding: 26px;
  }
  .hero-panel .panel-line {
    display: none;
  }
}

@media (max-width: 420px) {
  .site-header > .button-outline {
    padding: 0 16px;
    min-height: 36px;
    font-size: 9.5px;
    letter-spacing: .095em;
  }
  .hero .eyebrow {
    font-size: 8.5px;
    letter-spacing: .035em;
  }
  h1 {
    font-size: clamp(33px, 9.4vw, 42px);
  }
}
