:root {
  --red: #d60000;
  --red-dark: #aa0000;
  --charcoal: #111315;
  --charcoal-2: #1b1e21;
  --navy: #06224a;
  --warm-white: #f7f3ed;
  --warm-white-2: #eee8df;
  --ink: #151719;
  --muted: #5e6266;
  --line: #c9c3bb;
  --radius: 14px;
  --shadow: 0 12px 30px rgba(0,0,0,.22);
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 80% 10%, rgba(214,0,0,.08), transparent 24rem),
    linear-gradient(180deg, #111315, #181b1e 55%, #101214);
  color: var(--warm-white);
  line-height: 1.45;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(calc(100% - 32px), var(--max)); margin-inline: auto; }
.panel {
  background: linear-gradient(135deg, var(--warm-white), var(--warm-white-2));
  color: var(--ink);
  border: 1px solid rgba(255,255,255,.5);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 1000; padding: 10px 16px; background: white; color: black; }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(10,12,14,.96); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.header-inner { min-height: 92px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.brand { text-decoration: none; display: flex; align-items: center; gap: 12px; }
.brand img { width: 70px; height: 70px; border-radius: 50%; border: 2px solid white; object-fit: cover; }
.brand-copy strong { font-size: 27px; line-height: .82; letter-spacing: .4px; }
.brand-copy em { color: var(--red); font-family: Georgia, serif; font-size: .85em; }
.brand-copy small { display: block; margin-top: 7px; font-size: 12px; letter-spacing: .5px; font-weight: 700; }
.brand-copy small span { color: #3aa8ff; }
.primary-nav { display: flex; justify-content: center; align-items: center; gap: clamp(12px, 2vw, 26px); }
.primary-nav a { text-decoration: none; font-size: 14px; font-weight: 700; padding: 34px 0 30px; border-bottom: 3px solid transparent; }
.primary-nav a:hover, .primary-nav a:focus-visible, .primary-nav a.active { color: white; border-color: var(--red); }
.phone-button { text-decoration: none; padding: 10px 16px; border-radius: 8px; background: linear-gradient(var(--red), var(--red-dark)); box-shadow: 0 8px 18px rgba(214,0,0,.25); text-align: center; font-weight: 800; }
.phone-button span { display: block; font-size: 18px; }
.phone-button small { font-size: 9px; }
.nav-toggle { display: none; background: none; border: 0; padding: 10px; }
.nav-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; background: white; margin: 5px; }

.hero { padding: 34px 0 18px; }
.hero-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 18px; min-height: 430px; }
.hero-copy { padding: clamp(26px, 4vw, 54px); align-self: center; }
.eyebrow { text-transform: uppercase; font-size: 12px; letter-spacing: 1.8px; color: var(--red); font-weight: 800; margin: 0 0 10px; }
.hero h1 { font-size: clamp(42px, 5.4vw, 72px); line-height: .98; margin: 0 0 20px; letter-spacing: -2px; }
.hero h1 span { color: var(--red); }
.service-line { font-weight: 700; }
.service-line b { color: var(--red); }
.hero-copy hr { border: 0; height: 2px; width: 132px; background: var(--red); margin: 22px 0; }
.value-prop { font-size: 19px; font-weight: 700; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none; text-transform: uppercase; font-weight: 800; font-size: 13px; padding: 12px 18px; border-radius: 6px; border: 1px solid transparent; transition: transform .18s ease, box-shadow .18s ease, filter .18s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); filter: brightness(1.04); box-shadow: 0 8px 18px rgba(0,0,0,.18); }
.button-primary { background: linear-gradient(var(--red), var(--red-dark)); color: white; }
.button-outline { border-color: #575b60; color: var(--ink); background: transparent; }
.button-navy { background: linear-gradient(#0a315f, var(--navy)); color: white; }
.full { width: 100%; }
.hero-art { position: relative; overflow: hidden; border-radius: var(--radius); min-height: 430px; background: #222; }
.hero-art > img { width: 100%; height: 100%; object-fit: cover; }
.scout-card { position: absolute; right: 18px; top: 50%; transform: translateY(-50%); width: min(250px, 42%); padding: 22px; }
.scout-card h2 { color: var(--red); text-transform: uppercase; margin: 0 0 8px; }
.scout-card p { font-size: 14px; }

.trust-grid { margin-top: 0; padding: 24px; display: grid; grid-template-columns: repeat(6, 1fr); }
.trust-grid article { padding: 12px 20px; text-align: center; border-right: 1px solid var(--line); }
.trust-grid article:last-child { border-right: 0; }
.trust-grid .icon { font-size: 35px; }
.trust-grid h3 { font-size: 15px; margin: 8px 0; }
.trust-grid p { font-size: 12px; margin: 0; color: #303438; }

.section { margin-top: 18px; padding: 26px; }
.section-heading { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 20px; }
.section-heading h2 { margin: 0; text-transform: uppercase; font-size: 20px; }
.section-heading span { height: 2px; width: 20px; background: var(--red); }
.section-heading.light { color: white; }
.service-grid { display: grid; grid-template-columns: repeat(8, 1fr); }
.service-grid a { text-decoration: none; text-align: center; padding: 14px 12px; border-right: 1px solid var(--line); }
.service-grid a:last-child { border-right: 0; }
.service-grid a:hover { color: var(--red); }
.service-grid span { display: block; min-height: 50px; font-size: 36px; line-height: 1; }
.service-grid strong { font-size: 13px; }
.center { text-align: center; margin: 18px 0 0; }
.text-link { text-transform: uppercase; color: var(--red); font-weight: 800; text-decoration: none; font-size: 13px; }

.membership-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.membership-card { position: relative; overflow: hidden; border-radius: 10px; background: linear-gradient(135deg, #fff, #ece7df); color: var(--ink); padding: 0 18px 18px; border: 2px solid rgba(255,255,255,.5); box-shadow: var(--shadow); }
.membership-card h3 { margin: 0 -18px 8px; padding: 9px; text-align: center; text-transform: uppercase; color: white; background: #424447; font-size: 16px; }
.membership-card.featured h3 { background: var(--navy); }
.membership-card.guardian h3 { background: var(--red); }
.starting { text-align: center; margin: 4px 0 0; }
.price { display: flex; justify-content: center; align-items: baseline; gap: 5px; margin: -4px 0 12px; }
.price b { font-size: 42px; }
.price span { font-size: 13px; }
.membership-card ul { list-style: none; padding: 0; min-height: 230px; }
.membership-card li { margin: 7px 0; font-size: 14px; }
.membership-card li::before { content: "✓"; margin-right: 8px; font-weight: 900; }
.ribbon { position: absolute; top: 16px; right: -48px; z-index: 2; width: 170px; transform: rotate(38deg); background: var(--red); color: white; text-transform: uppercase; font-size: 10px; font-weight: 800; text-align: center; padding: 7px; box-shadow: 0 4px 8px rgba(0,0,0,.25); }

.inspection-cta { margin-top: 18px; display: grid; grid-template-columns: 220px 1fr auto; gap: 24px; align-items: center; padding: 18px 24px; }
.inspection-cta img { width: 210px; align-self: end; margin-bottom: -18px; }
.inspection-cta h2 { margin: 0 0 8px; }
.inspection-cta p { margin: 5px 0; font-size: 14px; }
.red { color: var(--red); font-size: 13px; }

.process { margin-top: 18px; padding: 18px 28px 24px; text-align: center; }
.process > h2 { text-transform: uppercase; font-size: 14px; margin: 0 0 10px; }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.process-grid article { position: relative; }
.process-grid article:not(:last-child)::after { content: "→"; position: absolute; right: -18px; top: 42px; color: #777; }
.process-grid b { display: block; margin: 0 auto -8px; position: relative; z-index: 2; width: 28px; height: 28px; line-height: 28px; border-radius: 50%; background: var(--red); color: white; }
.process-grid span { display: grid; place-items: center; width: 74px; height: 74px; margin: 0 auto; border: 1px solid #aaa; border-radius: 50%; font-size: 30px; }
.process-grid h3 { text-transform: uppercase; margin: 8px 0 2px; font-size: 13px; }
.process-grid p { font-size: 11px; margin: 0; }

.lower-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 18px; }
.info-card { padding: 22px; }
.info-card h2 { font-size: 18px; margin: 0 0 10px; }
.info-card p { font-size: 13px; }
.google { font-size: 28px; font-weight: 700; letter-spacing: -2px; color: #4285f4; }
.stars { color: #ffb000; font-size: 24px; letter-spacing: 2px; }
.areas { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; font-size: 13px; }
.areas span { color: #333; }
.areas span::first-letter { color: var(--red); }

.promise { margin-top: 18px; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.05); }
.promise-inner { padding: 18px 0; display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.promise-inner p { max-width: 760px; margin: 0; }
.promise-inner strong { font-size: 24px; }
.promise-inner span { color: var(--red); }

.site-footer { padding: 28px 0 16px; background: #0b0d0f; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(4, 1fr); gap: 36px; }
.footer-grid h2 { font-size: 14px; margin: 0 0 10px; }
.footer-grid p { margin: 0; font-size: 13px; }
.footer-grid > div > a { display: block; text-decoration: none; color: #d8d8d8; font-size: 12px; margin: 4px 0; }
.footer-grid a:hover { color: white; text-decoration: underline; }
.emergency { color: var(--red); font-weight: 800; }
.socials { display: flex; gap: 9px; }
.socials a { display: grid !important; place-items: center; width: 34px; height: 34px; border: 1px solid #777; border-radius: 50%; font-weight: 800; }
.copyright { margin-top: 22px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.1); color: #aaa; font-size: 11px; text-align: right; }

@media (max-width: 1050px) {
  .header-inner { grid-template-columns: auto auto 1fr; }
  .phone-button { justify-self: end; }
  .nav-toggle { display: block; justify-self: end; }
  .primary-nav { display: none; position: absolute; top: 92px; left: 0; right: 0; padding: 16px; background: #111315; border-top: 1px solid #333; flex-direction: column; align-items: stretch; }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 10px 0; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { min-height: 390px; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-grid article:nth-child(3) { border-right: 0; }
  .trust-grid article:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .service-grid { grid-template-columns: repeat(4, 1fr); }
  .service-grid a:nth-child(4) { border-right: 0; }
  .service-grid a:nth-child(-n+4) { border-bottom: 1px solid var(--line); }
  .inspection-cta { grid-template-columns: 180px 1fr; }
  .inspection-cta .button { grid-column: 1 / -1; justify-self: center; }
  .lower-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .container { width: min(calc(100% - 20px), var(--max)); }
  .header-inner { min-height: 76px; grid-template-columns: 1fr auto; }
  .brand img { width: 56px; height: 56px; }
  .brand-copy strong { font-size: 22px; }
  .brand-copy small { font-size: 9px; }
  .phone-button { display: none; }
  .primary-nav { top: 76px; }
  .hero { padding-top: 14px; }
  .hero-grid { min-height: auto; }
  .hero-copy { padding: 28px 22px; }
  .hero h1 { font-size: 44px; }
  .hero-art { min-height: 420px; }
  .hero-art > img { object-position: 42% center; }
  .scout-card { width: calc(100% - 28px); right: 14px; left: 14px; top: auto; bottom: 14px; transform: none; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid article { border-bottom: 1px solid var(--line); }
  .trust-grid article:nth-child(odd) { border-right: 1px solid var(--line); }
  .trust-grid article:nth-child(even) { border-right: 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid a { border-bottom: 1px solid var(--line); }
  .service-grid a:nth-child(odd) { border-right: 1px solid var(--line); }
  .service-grid a:nth-child(even) { border-right: 0; }
  .membership-grid { grid-template-columns: 1fr; }
  .membership-card ul { min-height: 0; }
  .inspection-cta { grid-template-columns: 1fr; text-align: center; }
  .inspection-cta img { width: 180px; margin: 0 auto -18px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article:not(:last-child)::after { content: "↓"; position: static; display: block; margin-top: 12px; }
  .promise-inner { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .copyright { text-align: center; }
}
@media (max-width: 430px) {
  .hero h1 { font-size: 38px; }
  .button-row .button { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article { border-right: 0 !important; }
  .footer-grid { grid-template-columns: 1fr; }
}
