:root {
  --navy: #071a38;
  --navy-2: #102f5b;
  --yellow: #ffd51f;
  --ink: #13223a;
  --muted: #5a6677;
  --surface: #f3f5f7;
  --white: #fff;
  --red: #b42318;
  --green: #176b3a;
  --shadow: 0 18px 48px rgba(7, 26, 56, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: var(--yellow); color: var(--navy); font-weight: 800; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; background: rgba(7, 26, 56, .97); border-bottom: 1px solid rgba(255, 213, 31, .22); box-shadow: 0 8px 24px rgba(0, 0, 0, .2); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 8px; color: var(--white); font-size: 1.15rem; font-weight: 800; letter-spacing: .1em; }
.brand strong { color: var(--yellow); }
.brand-mark { display: grid; place-items: center; width: 38px; height: 44px; color: var(--yellow); font-size: 2.45rem; font-weight: 900; line-height: 1; }
.brand-mark.large { width: auto; height: auto; font-size: 6rem; }
.primary-nav { display: flex; align-items: center; gap: 24px; color: var(--white); font-size: .92rem; font-weight: 700; }
.primary-nav > a:not(.button) { min-height: 44px; display: flex; align-items: center; }
.primary-nav > a:not(.button):hover, .primary-nav > a:not(.button):focus-visible { color: var(--yellow); }
.menu-toggle { display: none; min-width: 46px; min-height: 46px; border: 1px solid rgba(255,255,255,.3); border-radius: 7px; background: transparent; color: var(--white); font-size: 1.6rem; cursor: pointer; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 12px 26px; border: 2px solid var(--yellow); border-radius: 6px; background: var(--yellow); color: var(--navy); font-weight: 800; box-shadow: 0 12px 28px rgba(255, 213, 31, .2); cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.button:hover, .button:focus-visible { background: #ffe255; border-color: #ffe255; transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 8px 15px; font-size: .86rem; }
.button-outline { background: transparent; color: var(--white); border-color: rgba(255,255,255,.8); box-shadow: none; }
.button-outline:hover, .button-outline:focus-visible { background: var(--white); border-color: var(--white); color: var(--navy); }
.inline-link { color: #0b559e; text-decoration: underline; text-underline-offset: 3px; }

.hero { position: relative; min-height: 740px; display: grid; align-items: center; overflow: hidden; padding: 145px 0 88px; background: var(--navy); color: var(--white); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4, 18, 40, .96) 0%, rgba(4, 18, 40, .87) 47%, rgba(4, 18, 40, .28) 100%); }
.hero-content { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 16px; color: var(--yellow); font-size: .78rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow-dark { color: #6d5700; }
.hero h1 { max-width: 730px; margin: 0; font-size: clamp(3.4rem, 6.3vw, 6.2rem); line-height: .98; letter-spacing: -.055em; }
.hero h1 span { color: var(--yellow); }
.hero-intro { max-width: 690px; margin: 28px 0 0; color: #e7edf6; font-size: 1.18rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.emergency-strip { width: fit-content; max-width: 760px; margin: 42px 0 0; padding: 15px 18px; border-left: 4px solid var(--yellow); background: rgba(7, 26, 56, .78); color: #edf2f9; }
.emergency-strip a { color: var(--yellow); font-weight: 800; text-decoration: underline; }

.section { padding: 104px 0; }
.section-muted { background: var(--surface); }
.section-heading { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.section-heading h2, .about-section h2, .ev-section h2, .values-wrap > h2 { margin: 0; color: var(--navy); font-size: clamp(2.25rem, 4vw, 4.15rem); line-height: 1.06; letter-spacing: -.045em; }
.section-heading > p:last-child { margin: 18px auto 0; color: var(--muted); font-size: 1.08rem; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { min-height: 340px; display: flex; flex-direction: column; align-items: flex-start; padding: 30px; border: 1px solid #dce1e8; border-top: 4px solid var(--navy); background: var(--white); box-shadow: 0 10px 30px rgba(7,26,56,.06); overflow: hidden; }
.service-card-photo { padding: 0; }
.service-card-photo img { width: 100%; height: 180px; object-fit: cover; }
.service-card-photo > div { min-height: 270px; display: flex; flex-direction: column; align-items: flex-start; padding: 26px 30px 30px; }
.service-number { color: #846b00; font-size: .78rem; font-weight: 900; letter-spacing: .15em; }
.service-card h3 { margin: 13px 0 12px; color: var(--navy); font-size: 1.28rem; line-height: 1.25; }
.service-card p { margin: 0 0 24px; color: var(--muted); }
.service-card a { margin-top: auto; color: #064f98; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.section-action { margin-top: 42px; display: flex; justify-content: center; align-items: center; gap: 24px; }
.section-action p { margin: 0; font-weight: 700; }

.ev-section { background: var(--navy); color: var(--white); overflow: hidden; }
.split-grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr); gap: 72px; align-items: center; }
.ev-section h2 { color: var(--white); }
.ev-copy .lead { color: #d9e2ef; font-size: 1.12rem; }
.feature-list { display: grid; gap: 14px; margin: 30px 0; }
.feature-list article { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.16); }
.feature-list article > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--navy); font-weight: 900; }
.feature-list h3 { margin: 0 0 3px; font-size: 1.05rem; }
.feature-list p { margin: 0; color: #cbd6e5; }
.inline-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.text-link-light { min-height: 44px; display: inline-flex; align-items: center; color: var(--yellow); font-weight: 800; text-decoration: underline; }
.feature-photo { margin: 0; position: relative; }
.feature-photo img { width: 100%; min-height: 590px; object-fit: cover; border: 10px solid rgba(255,255,255,.08); box-shadow: 28px 28px 0 var(--yellow); }
.feature-photo figcaption { position: absolute; inset: auto 10px 10px 10px; padding: 14px 16px; background: rgba(7,26,56,.9); color: #e4ebf4; font-size: .82rem; }

.about-grid { align-items: stretch; }
.about-section h2 { margin-bottom: 24px; }
.about-section p { color: var(--muted); }
.about-section .button { margin-top: 14px; }
.brand-panel { min-height: 470px; display: grid; place-items: center; align-content: center; padding: 42px; background: linear-gradient(145deg, var(--navy), var(--navy-2)); color: var(--white); text-align: center; border-bottom: 12px solid var(--yellow); box-shadow: var(--shadow); }
.brand-panel > strong { font-size: 2.25rem; letter-spacing: .12em; }
.brand-panel p { color: var(--yellow); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.brand-panel small { max-width: 360px; color: #ced9e8; }
.credential-card { place-items: stretch; align-content: center; text-align: left; }
.credential-heading { display: flex; align-items: center; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.2); }
.credential-heading > div { display: grid; gap: 4px; }
.credential-heading span { color: var(--yellow); font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.credential-heading strong { font-size: 2rem; letter-spacing: .1em; }
.credential-card dl { margin: 24px 0 0; }
.credential-card dl > div { display: grid; grid-template-columns: minmax(125px, .8fr) minmax(0, 1.2fr); gap: 18px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.credential-card dt { color: #cbd6e5; font-size: .84rem; font-weight: 700; }
.credential-card dd { margin: 0; color: var(--white); font-weight: 800; }
.values-wrap { margin-top: 78px; }
.values-wrap > h2 { max-width: 720px; margin-bottom: 36px; font-size: clamp(1.9rem,3vw,3rem); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.values-grid article { padding: 25px 23px; background: var(--surface); border-bottom: 4px solid var(--yellow); }
.values-grid span { color: #826a00; font-weight: 900; }
.values-grid h3 { margin: 12px 0 8px; color: var(--navy); font-size: 1.05rem; }
.values-grid p { margin: 0; font-size: .93rem; }

.ratings-section { background: var(--surface); }
.ratings-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ratings-grid article { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; padding: 30px; border-top: 4px solid var(--yellow); background: var(--white); box-shadow: 0 10px 30px rgba(7,26,56,.07); }
.rating-platform { color: #6d5700; font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.ratings-grid strong { margin-top: 13px; color: var(--navy); font-size: 2.2rem; line-height: 1.1; }
.ratings-grid p { margin: 12px 0 24px; color: var(--muted); }
.ratings-grid a { margin-top: auto; color: #064f98; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.ratings-note { margin: 24px 0 0; color: var(--muted); font-size: .9rem; text-align: center; }

.focus-section { background: #0b2448; color: var(--white); }
.section-heading-light h2 { color: var(--white); }
.section-heading-light > p:last-child { color: #d3deec; }
.focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.focus-grid figure { margin: 0; position: relative; min-height: 470px; overflow: hidden; background: var(--navy); }
.focus-grid img { width: 100%; height: 470px; object-fit: cover; transition: transform .35s; }
.focus-grid figure:nth-child(2) img { object-position: center 64%; }
.focus-grid figure:hover img { transform: scale(1.03); }
.focus-grid figcaption { position: absolute; inset: auto 0 0; display: grid; gap: 5px; padding: 26px 23px 22px; background: linear-gradient(transparent, rgba(4,16,37,.95) 33%); }
.focus-grid figcaption strong { color: var(--yellow); font-size: 1.2rem; }
.focus-grid figcaption span { color: #e2e9f3; font-size: .92rem; }
.section-action-dark p { color: #e2e9f3; }

.contact-section { background: var(--surface); }
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 30px; align-items: start; }
.contact-details, .quote-form { padding: 36px; background: var(--white); box-shadow: var(--shadow); }
.contact-details h3, .quote-form h3 { margin: 0 0 22px; color: var(--navy); font-size: 1.6rem; }
.contact-item { display: grid; gap: 4px; padding: 20px 0; border-top: 1px solid #e0e4e9; }
.contact-item > span { color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-item > a, .contact-item > strong { overflow-wrap: anywhere; color: var(--navy); font-size: 1.1rem; font-weight: 800; }
.contact-item small a { color: #0757a5; font-weight: 700; text-decoration: underline; }
.callout { display: grid; gap: 8px; margin-top: 24px; padding: 21px; background: var(--navy); color: var(--white); border-left: 5px solid var(--yellow); }
.callout a { color: var(--yellow); font-weight: 900; text-decoration: underline; }
.quote-form > p { margin-top: -10px; color: var(--muted); }
.quote-form > .form-preview-note { margin: 18px 0 20px; padding: 12px 14px; border-left: 4px solid var(--yellow); background: #fff8d8; color: #594900; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }
.form-grid label, .form-grid fieldset { min-width: 0; color: var(--navy); font-weight: 800; }
.form-grid input:not([type="radio"]):not([type="checkbox"]), .form-grid select, .form-grid textarea { width: 100%; min-height: 50px; display: block; margin-top: 7px; padding: 11px 13px; border: 1px solid #aab3c0; border-radius: 4px; background: #fff; color: var(--ink); }
.form-grid textarea { resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { outline: 3px solid rgba(255,213,31,.55); border-color: #746000; }
.full-width { grid-column: 1 / -1; }
.form-grid fieldset { margin: 0; padding: 10px 0 0; border: 0; }
.form-grid legend { padding: 0; }
.radio-label { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; margin-right: 24px; font-weight: 500 !important; cursor: pointer; }
.radio-label input, .check-label input { width: 20px; height: 20px; accent-color: var(--navy); }
.check-label { min-height: 48px; display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: center; cursor: pointer; }
.check-label .field-error { grid-column: 1 / -1; }
.field-error { display: none; margin-top: 5px; color: var(--red); font-size: .82rem; font-weight: 700; }
.form-grid .was-validated :invalid:not(fieldset) ~ .field-error, .form-grid fieldset.was-validated:has(input:invalid) .group-error { display: block; }
.form-grid .was-validated input:invalid, .form-grid .was-validated select:invalid, .form-grid .was-validated textarea:invalid { border-color: var(--red); }
.form-status { margin: 0 0 22px; padding: 13px 15px; border-left: 4px solid currentColor; font-weight: 700; }
.form-status.error { color: var(--red); background: #fff2f0; }
.form-status.success { color: var(--green); background: #edf9f1; }
.quote-form .button { margin-top: 24px; }
.quote-form .privacy-note, .quote-form .form-disclosure { margin: 15px 0 0; color: var(--muted); font-size: .86rem; }
.quote-form .form-disclosure { padding: 12px 14px; background: #fff8d8; color: #594900; }

.site-footer { padding: 64px 0 24px; background: #04132d; color: #cbd5e3; }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr .7fr; gap: 34px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid h3 { margin: 0 0 10px; color: var(--white); font-size: 1rem; }
.footer-grid a:hover, .footer-grid a:focus-visible { color: var(--yellow); text-decoration: underline; }
.footer-grid p { margin: 8px 0; }
.license-pill { display: inline-flex; padding: 5px 9px; border: 1px solid rgba(255,213,31,.45); color: var(--yellow); font-size: .82rem; font-weight: 800; }
.copyright { margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); font-size: .85rem; }
.floating-call { position: fixed; right: 20px; bottom: 18px; z-index: 40; min-height: 52px; display: inline-flex; align-items: center; gap: 8px; padding: 12px 17px; border: 2px solid var(--white); border-radius: 30px; background: var(--yellow); color: var(--navy); font-size: .86rem; box-shadow: 0 10px 30px rgba(0,0,0,.24); }

@media (max-width: 1000px) {
  .primary-nav { gap: 14px; }
  .primary-nav > a:not(.button) { font-size: .82rem; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .menu-toggle { display: grid; place-items: center; }
  .primary-nav { display: none; position: absolute; top: 82px; left: 0; right: 0; max-height: calc(100vh - 82px); overflow-y: auto; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px 24px; background: var(--navy); box-shadow: 0 20px 28px rgba(0,0,0,.25); }
  .primary-nav.is-open { display: flex; }
  .primary-nav > a:not(.button) { min-height: 48px; font-size: 1rem; border-bottom: 1px solid rgba(255,255,255,.1); }
  .primary-nav .button { margin-top: 12px; }
  .split-grid { grid-template-columns: 1fr; gap: 48px; }
  .feature-photo { max-width: 680px; }
  .feature-photo img { min-height: 440px; }
  .contact-grid { grid-template-columns: 1fr; }
  .focus-grid { grid-template-columns: 1fr 1fr; }
  .focus-grid figure:last-child { grid-column: 1 / -1; min-height: 360px; }
  .focus-grid figure:last-child img { height: 360px; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1160px); }
  .header-inner { min-height: 72px; }
  .primary-nav { top: 72px; max-height: calc(100vh - 72px); padding-inline: 14px; }
  html { scroll-padding-top: 74px; }
  .section { padding: 72px 0; }
  .hero { min-height: auto; padding: 125px 0 68px; }
  .hero-image { object-position: 57% center; }
  .hero-overlay { background: rgba(4,18,40,.82); }
  .hero h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .hero-intro { font-size: 1.02rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .emergency-strip { margin-top: 30px; }
  .section-heading { margin-bottom: 34px; text-align: left; }
  .section-heading h2, .about-section h2, .ev-section h2 { font-size: clamp(2.15rem, 10vw, 3.1rem); }
  .section-heading > p:last-child { margin-left: 0; }
  .services-grid, .values-grid, .ratings-grid, .focus-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 25px 22px; }
  .service-card-photo { padding: 0; }
  .service-card-photo > div { min-height: 0; padding: 24px 22px 28px; }
  .section-action { align-items: stretch; flex-direction: column; }
  .section-action .button { width: 100%; }
  .feature-photo img { min-height: 340px; box-shadow: 14px 14px 0 var(--yellow); }
  .feature-photo figcaption { position: static; background: #102f5b; }
  .inline-actions { align-items: stretch; flex-direction: column; }
  .inline-actions .button { width: 100%; }
  .brand-panel { min-height: 390px; padding: 30px 22px; }
  .brand-panel > strong { font-size: 1.8rem; }
  .credential-heading { align-items: flex-start; gap: 12px; }
  .credential-heading .brand-mark.large { font-size: 4.5rem; }
  .credential-heading strong { font-size: 1.5rem; }
  .credential-card dl > div { grid-template-columns: 1fr; gap: 3px; }
  .values-wrap { margin-top: 58px; }
  .focus-grid figure, .focus-grid figure:last-child { grid-column: auto; min-height: 390px; }
  .focus-grid img, .focus-grid figure:last-child img { height: 390px; }
  .contact-details, .quote-form { padding: 27px 20px; }
  .full-width { grid-column: auto; }
  .contact-item > a, .contact-item > strong { font-size: 1rem; }
  .radio-label { margin-right: 16px; }
  .floating-call { right: 12px; bottom: 12px; min-width: 52px; justify-content: center; padding: 11px; }
  .floating-call strong { display: none; }
}

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