:root {
  --blue: #0068b5;
  --blue-dark: #004b85;
  --blue-light: #e9f5fd;
  --ink: #0a1018;
  --slate: #4d5968;
  --line: #dbe2e9;
  --paper: #f7f9fb;
  --white: #ffffff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; }
.site-header { height: 92px; padding: 0 clamp(24px, 5vw, 80px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); position: sticky; top: 0; z-index: 10; }
.brand img { width: 210px; display: block; }
nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 38px); font-size: .9rem; font-weight: 700; }
nav a { text-decoration: none; }
nav a:hover { color: var(--blue); }
.hero { min-height: 650px; padding: clamp(70px, 9vw, 135px) clamp(24px, 7vw, 112px); display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr); gap: clamp(50px, 8vw, 130px); align-items: center; background: radial-gradient(circle at 80% 15%, rgba(0,104,181,.12), transparent 25%), linear-gradient(145deg, #fff 0%, #f7fafc 70%); }
.eyebrow { margin: 0 0 18px; color: var(--blue); text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 800; }
h1,h2,h3,p { margin-top: 0; }
h1 { margin-bottom: 26px; font-size: clamp(3.25rem, 6.5vw, 6.7rem); line-height: .94; letter-spacing: -.065em; max-width: 850px; }
h1 span { color: var(--blue); }
.hero-lede { max-width: 720px; color: var(--slate); font-size: clamp(1.08rem, 1.35vw, 1.25rem); line-height: 1.75; }
.hero-actions { display: flex; gap: 14px; margin-top: 38px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 23px; text-decoration: none; font-weight: 800; font-size: .92rem; transition: .2s ease; }
.button.primary { background: var(--blue); color: var(--white); }
.button.primary:hover { background: var(--blue-dark); transform: translateY(-2px); }
.button.secondary { border: 1px solid var(--ink); background: var(--white); }
.button.secondary:hover { background: var(--ink); color: white; }
.hero-panel { background: var(--ink); color: white; padding: clamp(28px, 4vw, 48px); box-shadow: 18px 18px 0 var(--blue); }
.panel-kicker { color: #aab5c2; font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; margin-bottom: 22px; }
.commitment { display: grid; grid-template-columns: 36px 1fr; gap: 14px; padding: 20px 0; border-top: 1px solid #303945; }
.commitment > span { color: #61b7f5; font-size: .75rem; font-weight: 800; }
.commitment strong { display: block; font-size: 1.02rem; margin-bottom: 5px; }
.commitment p { margin-bottom: 0; color: #aab5c2; font-size: .88rem; line-height: 1.55; }
.credibility-band { min-height: 82px; padding: 20px clamp(24px, 7vw, 112px); background: var(--blue); color: white; display: flex; justify-content: center; align-items: center; gap: clamp(18px, 3vw, 48px); flex-wrap: wrap; text-transform: uppercase; letter-spacing: .11em; font-size: .75rem; font-weight: 800; }
.credibility-band i { width: 4px; height: 4px; background: white; border-radius: 50%; opacity: .65; }
.section { padding: clamp(80px, 10vw, 150px) clamp(24px, 7vw, 112px); }
.section-intro { display: grid; grid-template-columns: .55fr 1.25fr .8fr; gap: clamp(28px, 5vw, 80px); align-items: start; margin-bottom: 64px; }
.section-intro .eyebrow { padding-top: 10px; }
h2 { font-size: clamp(2.25rem, 4.2vw, 4.6rem); line-height: 1.05; letter-spacing: -.052em; }
.section-intro > p:last-child { color: var(--slate); font-size: 1.03rem; line-height: 1.75; padding-top: 7px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-width: 0; min-height: 330px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); display: flex; flex-direction: column; }
.service-media { height: 132px; flex: 0 0 132px; background: #eef3f7; overflow: hidden; }
.product-pair { padding: 13px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.product-pair img { width: 100%; height: 106px; min-width: 0; object-fit: contain; mix-blend-mode: multiply; }
.service-copy { flex: 1; padding: 24px 22px 28px; display: flex; flex-direction: column; }
.service-number { display: block; color: var(--blue); font-size: .76rem; font-weight: 800; margin-bottom: 22px; }
.service-grid h3 { min-height: 3.2rem; font-size: 1.2rem; margin-bottom: 10px; }
.service-grid p { color: var(--slate); font-size: .9rem; margin-bottom: 0; }
.impact-media { position: relative; background: #d9e3eb; }
.impact-team { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.approach { background: var(--ink); color: white; display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(50px, 10vw, 150px); align-items: end; }
.eyebrow.light { color: #70c4ff; }
.approach-statement p:last-child { color: #b1bbc6; max-width: 680px; font-size: 1.05rem; }
blockquote { margin: 0; padding: 34px 0 6px 34px; border-left: 3px solid var(--blue); }
blockquote p { font-size: clamp(1.2rem, 2vw, 1.7rem); line-height: 1.5; font-weight: 600; }
blockquote cite { color: #8fa0b1; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; font-style: normal; }
.partners { background: var(--paper); }
.section-intro.compact { grid-template-columns: .55fr 1.25fr .8fr; }
.section-intro.compact h2 { grid-column: 2 / -1; white-space: nowrap; font-size: clamp(2rem, 3.2vw, 4rem); }
.section-intro.compact > p:last-child { grid-column: 2 / -1; max-width: 760px; }
.partner-primary { max-width: 760px; margin: 0 auto 34px; }
.partner-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cbd4dc; border-left: 1px solid #cbd4dc; }
.partner-primary a, .partner-list a { min-height: 170px; padding: 28px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border: 1px solid #cbd4dc; text-decoration: none; transition: background .2s ease, color .2s ease, transform .2s ease; }
.partner-primary a { min-height: 270px; background: var(--white); }
.partner-list a { border-top: 0; border-left: 0; }
.partner-list a img { width: auto; max-width: 215px; height: auto; max-height: 62px; object-fit: contain; }
.partner-list a[href*="mediusa"] img { max-height: 70px; }
.partner-list a[href*="springloaded"] img { max-width: 235px; max-height: 58px; }
.partner-primary img { width: auto; max-width: 440px; height: auto; max-height: 160px; object-fit: contain; }
.partner-primary a small, .partner-list a small { margin-top: 18px; color: var(--blue); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.partner-primary a:hover, .partner-primary a:focus-visible, .partner-list a:hover, .partner-list a:focus-visible { background: var(--white); color: var(--ink); outline: none; transform: translateY(-3px); box-shadow: 0 12px 28px rgba(16,40,62,.09); }
.territory { background: var(--blue); color: var(--white); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 10vw, 150px); align-items: center; }
.territory-copy p:last-child { max-width: 610px; color: #d6ebfa; font-size: 1.05rem; }
.territory-map { margin: 0; padding: clamp(18px, 3vw, 36px); border: 1px solid rgba(255,255,255,.28); background: var(--white); }
.territory-map img { width: 100%; height: auto; display: block; }
footer { min-height: 180px; padding: 45px clamp(24px, 7vw, 112px); display: grid; grid-template-columns: 1fr 1fr auto; gap: 30px; align-items: center; color: var(--slate); font-size: .78rem; }
footer img { width: 190px; }
footer p { margin: 0; }
@media (max-width: 960px) {
  nav a { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-panel { max-width: 620px; }
  .section-intro, .section-intro.compact { grid-template-columns: 1fr; gap: 10px; }
  .section-intro .eyebrow, .section-intro > p:last-child { padding-top: 0; }
  .section-intro.compact h2, .section-intro.compact > p:last-child { grid-column: auto; }
  .section-intro.compact h2 { white-space: normal; font-size: clamp(2.25rem, 4.2vw, 4.6rem); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .approach, .territory { grid-template-columns: 1fr; }
  .partner-list { grid-template-columns: repeat(2, 1fr); }
  footer { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .site-header { height: 76px; }
  .brand img { width: 165px; }
  .hero { min-height: 0; padding-top: 70px; }
  h1 { font-size: 3.15rem; }
  .hero-panel { box-shadow: 9px 9px 0 var(--blue); }
  .service-grid, .partner-list { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .service-copy { min-height: 0; }
  .service-number { margin-bottom: 24px; }
  .service-grid h3 { min-height: 0; }
  .partner-primary { max-width: none; }
  .credibility-band i { display: none; }
  .credibility-band { flex-direction: column; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
