:root {
  --navy: #0a2b4f;
  --navy-2: #102f53;
  --blue: #2f6fed;
  --blue-bright: #4f8cff;
  --ink: #102238;
  --muted: #637083;
  --line: #dbe3ec;
  --cloud: #f3f6f9;
  --cream: #faf8f3;
  --white: #ffffff;
  --radius: 24px;
  --radius-sm: 15px;
  --shadow: 0 24px 70px rgba(16, 34, 56, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; background: #fff; color: #000; padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.utility-bar { background: var(--navy); color: rgba(255,255,255,.78); font-size: 12px; letter-spacing: .04em; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-links { display: flex; align-items: center; gap: 10px; }
.utility-links a:hover { color: #fff; }
.site-header { position: sticky; top: 0; z-index: 80; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(219,227,236,.8); }
.nav-shell { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; flex: none; }
.brand-mark svg { width: 100%; height: 100%; }
.brand-copy { display: grid; line-height: 1; gap: 4px; }
.brand-copy strong { font-size: 20px; letter-spacing: .12em; }
.brand-copy small { font-size: 9px; letter-spacing: .2em; color: #5f6f80; font-weight: 700; }
.site-nav { display: flex; align-items: center; gap: 25px; font-size: 14px; font-weight: 700; color: #304155; }
.site-nav > a:not(.button):hover { color: var(--blue); }
.nav-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 8px; }
.nav-toggle span { display: block; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 999px; }

.button { display: inline-flex; min-height: 52px; padding: 0 22px; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; font-weight: 800; font-size: 14px; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; background: var(--navy); color: #fff; }
.button-primary { background: var(--blue); color: #fff; box-shadow: 0 14px 35px rgba(47,111,237,.28); }
.button-primary:hover { background: #245fd4; }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.08); }
.button-ghost:hover { background: rgba(255,255,255,.16); }
.button-dark { background: var(--navy); color: #fff; }
.button-light { background: #fff; color: var(--navy); }
.button-outline-light { color: #fff; border-color: rgba(255,255,255,.5); }
.full { width: 100%; }

.hero { min-height: 720px; position: relative; overflow: hidden; display: grid; align-items: center; color: #fff; background: #0d2947; }
.hero-media { position: absolute; inset: 0; background: url('assets/hero-baltimore-cityhall.jpg') center 42% / cover no-repeat; transform: scale(1.015); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,28,52,.97) 0%, rgba(8,34,63,.86) 40%, rgba(8,31,57,.46) 72%, rgba(8,31,57,.2) 100%), linear-gradient(0deg, rgba(8,31,57,.66), transparent 50%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .52fr); gap: 68px; align-items: end; padding-block: 105px 90px; }
.hero-copy { max-width: 745px; }
.eyebrow { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 900; color: #b9d5ff; }
.eyebrow.dark { color: var(--blue); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 25px; max-width: 760px; font-size: clamp(48px, 6.3vw, 88px); line-height: .95; letter-spacing: -.055em; font-weight: 780; }
h1 em { color: #91b8ff; font-style: normal; }
.hero-lede { max-width: 690px; font-size: clamp(17px, 2vw, 21px); line-height: 1.55; color: rgba(255,255,255,.84); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 52px; border-top: 1px solid rgba(255,255,255,.22); max-width: 680px; }
.hero-proof div { padding: 20px 20px 0 0; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-size: 18px; letter-spacing: -.02em; }
.hero-proof span { margin-top: 3px; color: rgba(255,255,255,.66); font-size: 12px; }
.hero-card { align-self: end; background: rgba(255,255,255,.95); color: var(--ink); border-radius: 28px; padding: 30px; box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.hero-card .mini-label { margin: 0 0 10px; color: var(--blue); font-size: 10px; letter-spacing: .18em; font-weight: 900; }
.hero-card h2 { font-size: 28px; line-height: 1.1; letter-spacing: -.035em; margin-bottom: 12px; }
.hero-card > p:not(.mini-label) { color: var(--muted); font-size: 14px; }
.check-list { list-style: none; padding: 0; margin: 20px 0; }
.check-list li { position: relative; padding-left: 24px; margin: 9px 0; font-size: 13px; font-weight: 650; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.text-link { color: var(--blue); font-size: 14px; font-weight: 850; }

.trust-strip { background: var(--navy); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { min-height: 108px; display: flex; align-items: center; gap: 18px; padding: 20px 28px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-icon { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; display: grid; place-items: center; flex: none; font-size: 10px; font-weight: 900; color: #9dc0ff; }
.trust-grid p { margin: 0; line-height: 1.35; font-size: 13px; color: rgba(255,255,255,.68); }
.trust-grid strong { color: #fff; font-size: 15px; }

.section { padding: 110px 0; }
.section-light { background: var(--cloud); }
.section-heading { margin-bottom: 52px; }
.section-heading h2, .story-copy h2, .business-copy h2, .contact-copy h2 { margin-bottom: 0; font-size: clamp(38px, 5vw, 64px); line-height: 1.02; letter-spacing: -.05em; }
.split-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 80px; align-items: end; }
.split-heading > p { margin: 0; color: var(--muted); font-size: 17px; max-width: 520px; }
.centered { text-align: center; max-width: 720px; margin-inline: auto; }
.centered p:last-child { color: var(--muted); }

.coverage-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.coverage-card { background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid #e4eaf0; box-shadow: 0 16px 50px rgba(16,34,56,.06); }
.image-card { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 310px; }
.image-card img { height: 100%; object-fit: cover; }
.card-body { padding: 34px; display: flex; flex-direction: column; align-items: flex-start; }
.pill { display: inline-flex; margin-bottom: 28px; padding: 7px 11px; border-radius: 999px; background: #edf3ff; color: var(--blue); font-weight: 900; letter-spacing: .1em; font-size: 9px; }
.card-body h3 { font-size: 26px; line-height: 1.12; letter-spacing: -.035em; margin-bottom: 12px; }
.card-body p { color: var(--muted); font-size: 14px; }
.card-body a { margin-top: auto; color: var(--blue); font-size: 13px; font-weight: 850; }

.story-section { background: var(--cream); }
.story-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: center; }
.story-image { position: relative; }
.story-image img { height: 650px; object-fit: cover; border-radius: 30px; box-shadow: var(--shadow); }
.story-badge { position: absolute; right: -26px; bottom: 34px; width: 205px; background: var(--blue); color: #fff; padding: 24px; border-radius: 20px; box-shadow: 0 18px 46px rgba(47,111,237,.32); }
.story-badge strong, .story-badge span { display: block; }
.story-badge strong { font-size: 20px; }
.story-badge span { font-size: 13px; opacity: .8; }
.big-copy { margin: 28px 0 34px; font-size: 18px; color: #506072; }
.reason-list { margin-bottom: 34px; }
.reason-list > div { display: grid; grid-template-columns: 46px 1fr; gap: 16px; padding: 20px 0; border-top: 1px solid #d9ddd9; }
.reason-list > div:last-child { border-bottom: 1px solid #d9ddd9; }
.reason-list > div > span { font-size: 11px; font-weight: 900; color: var(--blue); }
.reason-list h3 { margin-bottom: 4px; font-size: 18px; }
.reason-list p { margin-bottom: 0; color: var(--muted); font-size: 14px; }

.business-section { background: var(--navy); color: #fff; overflow: hidden; }
.business-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 80px; align-items: center; }
.business-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); font-size: 17px; max-width: 680px; }
.business-types { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 36px 0; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.14); border-radius: 18px; overflow: hidden; }
.business-types > div { background: var(--navy); padding: 20px; }
.business-types strong, .business-types span { display: block; }
.business-types strong { font-size: 15px; margin-bottom: 4px; }
.business-types span { color: rgba(255,255,255,.62); font-size: 12px; }
.business-visual { position: relative; }
.business-visual img { height: 650px; object-fit: cover; border-radius: 30px; }
.floating-card { position: absolute; left: -35px; bottom: 30px; width: min(340px, calc(100% - 30px)); padding: 24px; border-radius: 18px; background: rgba(255,255,255,.96); color: var(--ink); box-shadow: var(--shadow); }
.floating-card span { display: block; margin-bottom: 8px; color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.floating-card strong { display: block; font-size: 20px; line-height: 1.15; }
.floating-card p { margin: 8px 0 0; color: var(--muted); font-size: 12px; }

.carriers-section { background: #fff; }
.carrier-cloud { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 36px; }
.carrier-cloud span { padding: 14px 18px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-weight: 800; font-size: 13px; color: #425368; }

.resource-section { background: var(--cloud); }
.article-grid { display: grid; gap: 14px; }
.article-card { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 28px; border-radius: 20px; background: #fff; border: 1px solid #e2e8ef; transition: transform .2s ease, box-shadow .2s ease; }
.article-card:hover { transform: translateY(-3px); box-shadow: 0 20px 50px rgba(16,34,56,.08); }
.article-number { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; background: #edf3ff; color: var(--blue); font-size: 11px; font-weight: 900; }
.article-card p { margin-bottom: 7px; color: var(--blue); font-size: 9px; letter-spacing: .14em; font-weight: 900; }
.article-card h3 { margin-bottom: 10px; font-size: 22px; line-height: 1.2; letter-spacing: -.025em; }
.article-card div > span { font-size: 12px; font-weight: 850; color: #53647a; }

.quote-band { background: var(--blue); color: #fff; padding: 76px 0; }
.quote-band-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
.quote-band h2 { margin-bottom: 12px; font-size: clamp(34px, 4.5vw, 56px); line-height: 1.02; letter-spacing: -.045em; max-width: 760px; }
.quote-band p:last-child { margin-bottom: 0; color: rgba(255,255,255,.72); max-width: 720px; }
.quote-band-actions { display: flex; flex-direction: column; gap: 10px; min-width: 190px; }

.contact-section { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.05fr; gap: 90px; align-items: start; }
.contact-copy > p:not(.eyebrow) { margin-top: 24px; color: var(--muted); }
.contact-details { display: grid; gap: 12px; margin-top: 38px; }
.contact-details a, .contact-details > div { display: grid; grid-template-columns: 75px 1fr; gap: 16px; padding: 18px 0; border-top: 1px solid #d8d8d1; }
.contact-details span { font-size: 9px; letter-spacing: .14em; font-weight: 900; color: var(--blue); }
.contact-details strong { font-size: 15px; }
.contact-form { background: #fff; border-radius: 26px; padding: 34px; box-shadow: var(--shadow); }
.contact-form label { display: grid; gap: 8px; margin-bottom: 17px; font-size: 12px; font-weight: 800; color: #415064; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
input, select, textarea { width: 100%; border: 1px solid #d8e0e8; background: #fdfefe; color: var(--ink); border-radius: 12px; padding: 13px 14px; outline: none; transition: border .2s ease, box-shadow .2s ease; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(47,111,237,.1); }
textarea { resize: vertical; }
.form-note { margin: 14px 0 0; text-align: center; color: var(--muted); font-size: 11px; }
.form-note a { color: var(--blue); font-weight: 800; }

.site-footer { background: #071f39; color: rgba(255,255,255,.68); padding: 70px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, .7fr); gap: 50px; }
.footer-brand { color: #fff; margin-bottom: 16px; }
.footer-grid > div:first-child p { max-width: 330px; font-size: 13px; }
.footer-grid h3 { margin: 0 0 14px; color: #fff; font-size: 12px; letter-spacing: .06em; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid > div:not(:first-child) a { font-size: 12px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { margin-top: 52px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 30px; font-size: 10px; }
.footer-inline-link { color: rgba(255,255,255,.92); font-weight: 800; text-decoration: underline; text-decoration-color: rgba(255,255,255,.28); text-underline-offset: 3px; }
.footer-inline-link:hover { color: #fff; text-decoration-color: #fff; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .08s; }

@media (max-width: 980px) {
  .utility-inner > span { display: none; }
  .utility-inner { justify-content: flex-end; }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: calc(100% + 1px); left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav > a { padding: 13px 12px; }
  .site-nav .button { margin-top: 6px; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; padding-block: 88px 60px; }
  .hero-card { max-width: 600px; }
  .split-heading, .story-grid, .business-grid, .contact-grid { grid-template-columns: 1fr; gap: 46px; }
  .coverage-grid { grid-template-columns: 1fr; }
  .story-image img, .business-visual img { height: 520px; }
  .story-badge { right: 22px; }
  .business-visual { max-width: 720px; }
  .floating-card { left: 24px; }
  .quote-band-inner { grid-template-columns: 1fr; }
  .quote-band-actions { flex-direction: row; min-width: 0; flex-wrap: wrap; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / span 2; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1180px); }
  .utility-links { width: 100%; justify-content: space-between; gap: 6px; font-size: 10px; }
  .utility-links span { display: none; }
  .nav-shell { min-height: 68px; }
  .brand-mark { width: 33px; height: 33px; }
  .brand-copy strong { font-size: 17px; }
  .brand-copy small { font-size: 8px; }
  .hero-media { background-position: 54% 48%; }
  .hero-overlay { background: linear-gradient(90deg, rgba(6,28,52,.95), rgba(7,31,57,.72)), linear-gradient(0deg, rgba(8,31,57,.66), transparent); }
  .hero-grid { padding-block: 70px 42px; }
  h1 { font-size: clamp(48px, 16vw, 70px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-proof { grid-template-columns: 1fr; margin-top: 36px; padding-top: 8px; }
  .hero-proof div { display: grid; grid-template-columns: 120px 1fr; align-items: center; padding: 10px 0; }
  .hero-proof span { margin: 0; }
  .hero-card { padding: 24px; border-radius: 22px; }
  .trust-grid { grid-template-columns: 1fr; padding-block: 12px; }
  .trust-grid > div, .trust-grid > div:first-child { min-height: auto; padding: 14px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .story-copy h2, .business-copy h2, .contact-copy h2 { font-size: 42px; }
  .split-heading { gap: 22px; }
  .image-card { grid-template-columns: 1fr; }
  .image-card img { height: 230px; }
  .card-body { padding: 26px; }
  .pill { margin-bottom: 18px; }
  .story-image img, .business-visual img { height: 420px; }
  .story-badge { position: static; margin: -74px 18px 0 auto; width: 190px; }
  .business-types { grid-template-columns: 1fr; }
  .floating-card { position: static; margin: -74px 18px 0; width: auto; }
  .article-card { grid-template-columns: 44px 1fr; gap: 14px; padding: 22px 18px; }
  .article-number { width: 40px; height: 40px; }
  .article-card h3 { font-size: 18px; }
  .quote-band { padding: 62px 0; }
  .quote-band-actions { flex-direction: column; align-items: stretch; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}
