
:root {
  --accent: #f0a12d;
  --blue: #123d67;
  --blue-dark: #0d263e;
  --ink: #17212b;
  --muted: #5f6b76;
  --soft: #f5f7f9;
  --paper: #fff8ee;
  --line: #dfe7ee;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-header {
  position: fixed;
  z-index: 40;
  top: 18px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  padding: 0 18px;
  pointer-events: none;
}
.nav-shell {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  width: fit-content;
  max-width: calc(100vw - 28px);
  min-height: 70px;
  margin: 0 auto;
  padding: 8px 10px 8px 12px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 48px rgba(18, 61, 103, .18);
}
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; font-weight: 800; letter-spacing: 0; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand span { white-space: nowrap; }
.nav-links { display: flex; align-items: center; gap: 22px; margin: 0; font-weight: 700; font-size: 14px; }
.nav-links a[aria-current="page"] { color: var(--blue); }
.nav-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  font-weight: 800;
  padding: 0 18px;
  border: 1px solid transparent;
}
.nav-cta, .button-primary { background: var(--accent); color: #17110a; }
.button-secondary { background: #fff; color: var(--blue); border-color: rgba(18,61,103,.22); }
.mobile-menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 999px; background: var(--blue); padding: 11px; }
.mobile-menu-toggle span { display: block; height: 2px; background: #fff; margin: 5px 0; border-radius: 2px; }
.mobile-menu { display: none; }
.hero, .page-hero, .service-hero, .compact-hero {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
}
.hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
  gap: 42px;
  align-items: center;
  padding-top: 106px;
}
.hero h1, .page-hero h1, .service-hero h1, .compact-hero h1 {
  margin: 0;
  line-height: .98;
  letter-spacing: 0;
  font-weight: 900;
}
.hero h1 { font-size: clamp(52px, 8vw, 102px); max-width: 820px; }
.page-hero h1, .service-hero h1, .compact-hero h1 { font-size: clamp(44px, 6vw, 78px); max-width: 900px; }
.lede, .hero-copy > p:not(.eyebrow), .page-hero p, .service-hero p, .compact-hero p {
  color: var(--muted);
  font-size: 20px;
  max-width: 690px;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-visual { position: relative; min-width: 0; }
.hero-image { display: block; width: 100%; border-radius: 8px; overflow: hidden; aspect-ratio: 16 / 10; box-shadow: 0 26px 64px rgba(18,61,103,.2); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.quick-panel {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 10px;
  border-radius: 8px;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 34px rgba(0,0,0,.14);
}
.quick-panel span { text-align: center; font-size: 13px; font-weight: 800; color: var(--blue-dark); }
.band { background: var(--blue); color: #fff; }
.intro-band { padding: 70px 0; margin: 0; }
.section-grid, .footer-grid {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 54px;
  align-items: start;
}
.section-grid h2, .section-heading h2, .feature-copy h2, .split-copy h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: 0;
}
.section-grid p { color: rgba(255,255,255,.82); font-size: 20px; }
.band .eyebrow { color: var(--accent); }
.section { width: min(var(--max), calc(100% - 36px)); margin: 0 auto; padding: 88px 0; }
.section-heading { display: flex; justify-content: space-between; gap: 32px; align-items: end; margin-bottom: 34px; }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.service-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  min-width: 0;
}
.service-card img { width: 100%; aspect-ratio: 1 / 1.05; object-fit: cover; }
.service-card span { display: block; padding: 18px 18px 0; font-size: 21px; font-weight: 900; color: var(--blue-dark); }
.service-card p { margin: 8px 18px 20px; color: var(--muted); font-size: 15px; }
.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: var(--paper);
  margin: 0;
}
.feature-media img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.feature-copy { padding: clamp(44px, 7vw, 92px); align-self: center; }
.text-link { display: inline-flex; margin-top: 18px; font-weight: 900; color: var(--blue); border-bottom: 2px solid var(--accent); }
.page-hero, .service-hero, .compact-hero {
  padding-top: 138px;
  padding-bottom: 64px;
}
.page-hero {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .85fr);
  gap: 44px;
  align-items: center;
}
.page-hero picture { display: block; width: 100%; aspect-ratio: 16/10; border-radius: 8px; overflow: hidden; }
.page-hero picture img { width: 100%; height: 100%; object-fit: cover; }
.split-copy { display: grid; grid-template-columns: .85fr 1.15fr; gap: 44px; }
.team-list { display: grid; gap: 18px; }
.team-item { border-top: 1px solid var(--line); padding-top: 18px; }
.team-item h3 { margin: 0; font-size: 26px; color: var(--blue-dark); }
.role { color: var(--blue); font-weight: 900; margin: 4px 0 8px; }
.service-list { display: grid; gap: 28px; }
.service-row { display: grid; grid-template-columns: 300px 1fr; gap: 32px; align-items: center; border-top: 1px solid var(--line); padding-top: 28px; }
.service-row img { width: 300px; height: 280px; object-fit: cover; border-radius: 8px; }
.service-row h2 { margin: 0; font-size: clamp(28px, 3.5vw, 46px); line-height: 1.08; }
.service-row p { color: var(--muted); }
.service-hero {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 460px);
  gap: 42px;
  align-items: center;
}
.service-hero > img { width: 100%; aspect-ratio: 1 / 1.05; object-fit: cover; border-radius: 8px; }
.check-list { margin: 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.check-list li { position: relative; padding-left: 34px; font-weight: 700; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .35em; width: 18px; height: 18px; border-radius: 50%; background: var(--accent); box-shadow: inset 0 0 0 5px #fff; border: 1px solid var(--blue); }
.faq-section { background: #fff; }
.faq-list { display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 8px; padding: 18px 20px; background: #fff; }
summary { cursor: pointer; font-weight: 900; color: var(--blue-dark); }
details p { color: var(--muted); margin-bottom: 0; }
.contact-layout {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: 0 0 88px;
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 34px;
}
.contact-details, .contact-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  background: #fff;
}
.contact-details h2, .contact-form h2 { margin-top: 0; }
.contact-form { display: grid; gap: 16px; }
label { display: grid; gap: 8px; font-weight: 800; color: var(--blue-dark); }
input, select, textarea { width: 100%; border: 1px solid #cdd7df; border-radius: 8px; min-height: 48px; padding: 11px 12px; font: inherit; color: var(--ink); background: #fff; }
textarea { resize: vertical; }
.site-footer { background: var(--blue-dark); color: #fff; padding: 64px 0 28px; margin: 0; }
.footer-grid { grid-template-columns: 1.25fr .85fr .9fr; }
.site-footer p { color: rgba(255,255,255,.76); }
.site-footer h2 { font-size: 16px; text-transform: uppercase; letter-spacing: 0; color: var(--accent); }
.footer-links { display: grid; gap: 8px; }
.footer-links a, .site-footer a { color: #fff; font-weight: 700; }
.footer-credit-line { font-size: 13px; }
.footer-bottom { width: min(var(--max), calc(100% - 36px)); margin: 34px auto 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.66); font-size: 14px; }
.mobile-sticky-cta { display: none; }
@media (min-width: 1024px) {
  .mobile-menu-toggle { display: none !important; }
  .mobile-menu { display: none !important; }
}
@media (max-width: 1023px) {
  .site-header { top: 10px; }
  .nav-shell { width: calc(100vw - 20px); justify-content: space-between; gap: 10px; border-radius: 8px; }
  .brand span { font-size: 15px; white-space: normal; line-height: 1.05; max-width: 160px; }
  .nav-links, .nav-cta { display: none; }
  .mobile-menu-toggle { display: inline-block; flex: 0 0 44px; }
  .mobile-menu {
    pointer-events: auto;
    position: absolute;
    top: 72px;
    width: calc(100vw - 20px);
    max-width: 520px;
    display: none;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(18,61,103,.2);
  }
  .mobile-menu.is-open { display: grid; }
  .mobile-menu a { padding: 12px 14px; border-radius: 6px; background: var(--soft); font-weight: 900; }
  .hero, .page-hero, .service-hero, .section-grid, .split-copy, .contact-layout, .footer-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 102px; padding-bottom: 52px; gap: 20px; }
  .hero h1, .page-hero h1, .service-hero h1, .compact-hero h1 { font-size: 42px; }
  .lede, .hero-copy > p:not(.eyebrow), .page-hero p, .service-hero p, .compact-hero p { font-size: 18px; }
  .hero-visual { max-width: 560px; }
  .hero-image { aspect-ratio: 3 / 1; box-shadow: 0 14px 30px rgba(18,61,103,.16); }
  .quick-panel { position: static; margin-top: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section, .intro-band { padding: 56px 0; }
  .section-heading { display: block; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-row { grid-template-columns: 1fr; }
  .feature-media img { min-height: 360px; }
  .feature-copy { padding: 44px 18px; }
  .page-hero, .service-hero, .compact-hero { padding-top: 120px; padding-bottom: 44px; }
  .service-row { grid-template-columns: 1fr; }
  .service-row img { width: 100%; height: auto; aspect-ratio: 16 / 10; }
  .mobile-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .mobile-sticky-cta a { min-height: 54px; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 900; }
  .mobile-sticky-cta a:first-child { background: var(--accent); color: #17110a; }
  .mobile-sticky-cta a:last-child { background: #0a0a0a; }
  body { padding-bottom: 54px; }
}
@media (max-width: 560px) {
  .hero, .page-hero, .service-hero, .compact-hero, .section, .section-grid, .contact-layout, .footer-grid { width: min(100% - 24px, var(--max)); }
  .hero h1, .page-hero h1, .service-hero h1, .compact-hero h1 { font-size: 36px; }
  .hero-image { aspect-ratio: 3.2 / 1; }
  .service-grid { grid-template-columns: 1fr; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .contact-details, .contact-form { padding: 20px; }
}
