:root {
  --navy: #07172d;
  --navy-2: #0c2446;
  --blue: #24499b;
  --blue-bright: #2f65d6;
  --sky: #eaf2ff;
  --gold: #f2b544;
  --ink: #182234;
  --muted: #5e6878;
  --line: #d9e0ea;
  --white: #fff;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(7, 23, 45, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font: 400 17px/1.65 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--blue); }
h1, h2, h3 { margin: 0 0 .65em; color: var(--navy); font-family: Georgia, "Times New Roman", serif; line-height: 1.1; letter-spacing: -.02em; }
h1 { font-size: clamp(2.5rem, 6vw, 5.25rem); }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { font-size: 1.45rem; }
p { margin: 0 0 1.15rem; }
.container { width: min(1180px, calc(100% - 36px)); margin-inline: auto; }
.narrow { max-width: 850px; }
.section { padding: clamp(64px, 8vw, 108px) 0; }
.section-tint { background: #f4f7fb; }
.section-dark { color: #dce8fb; background: linear-gradient(135deg, var(--navy), var(--navy-2)); }
.section-dark h2 { color: var(--white); }
.eyebrow { margin-bottom: 12px; color: var(--blue-bright); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-dark .eyebrow, .hero .eyebrow, .city-hero .eyebrow { color: #9fc2ff; }
.skip-link { position: absolute; top: -60px; left: 12px; z-index: 100; padding: 10px 16px; color: var(--white); background: var(--navy); }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; clip: rect(0,0,0,0); white-space: nowrap; overflow: hidden; }
.topbar { color: #d9e6fb; background: var(--navy); font-size: .88rem; }
.topbar-inner { display: flex; justify-content: space-between; gap: 20px; padding: 8px 0; }
.topbar a { color: var(--white); font-weight: 800; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(7,23,45,.08); background: rgba(255,255,255,.96); backdrop-filter: blur(16px); }
.header-inner { display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 128px; height: 82px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 22px; }
.site-nav > a:not(.button) { position: relative; color: var(--navy); font-size: .92rem; font-weight: 750; text-decoration: none; }
.site-nav > a:not(.button)::after { position: absolute; right: 0; bottom: -6px; left: 0; height: 2px; content: ""; background: var(--blue); transform: scaleX(0); transition: transform .2s; }
.site-nav > a:hover::after, .site-nav > a:focus::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 46px; height: 42px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px auto; background: var(--navy); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 13px 24px; border: 2px solid var(--blue-bright); border-radius: 999px; color: var(--white); background: var(--blue-bright); font-weight: 850; text-decoration: none; box-shadow: 0 10px 24px rgba(47,101,214,.23); cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover, .button:focus { color: var(--white); background: var(--blue); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(47,101,214,.32); }
.button-small { min-height: 42px; padding: 9px 18px; }
.button-ghost { border-color: rgba(255,255,255,.58); color: var(--white); background: transparent; box-shadow: none; }
.button-full { width: 100%; }
.text-link { font-weight: 850; text-decoration: none; }
.hero, .city-hero { position: relative; overflow: hidden; color: #eaf2ff; background: radial-gradient(circle at 85% 20%, rgba(47,101,214,.48), transparent 30%), linear-gradient(135deg, var(--navy), #102f5d); }
.hero::before, .city-hero::before { position: absolute; inset: 0; content: ""; opacity: .1; background-image: linear-gradient(30deg, transparent 48%, #fff 49%, transparent 50%); background-size: 48px 48px; }
.hero-grid { position: relative; display: grid; min-height: 650px; align-items: center; grid-template-columns: 1.1fr .9fr; gap: 62px; padding-block: clamp(70px, 9vw, 120px); }
.hero h1, .city-hero h1 { color: var(--white); }
.hero-lead { max-width: 700px; font-size: clamp(1.1rem, 2vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0; }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 26px; padding: 0; list-style: none; font-size: .94rem; font-weight: 750; }
.trust-list li::before { margin-right: 8px; color: var(--gold); content: "✓"; }
.hero-image-wrap { position: relative; }
.hero-image-wrap img { width: 100%; max-height: 530px; border: 6px solid rgba(255,255,255,.2); border-radius: 26px; object-fit: cover; box-shadow: 0 30px 70px rgba(0,0,0,.35); }
.city-hero .hero-grid { min-height: 560px; padding-block: 75px; }
.city-hero .hero-image-wrap img { aspect-ratio: 4/3; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; padding-block: 14px; color: var(--muted); font-size: .86rem; }
.breadcrumbs a { color: var(--blue); text-decoration: none; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 36px; }
.service-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.service-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.service-card-body { padding: 25px; }
.service-card h3 a { color: var(--navy); text-decoration: none; }
.service-grid.compact { grid-template-columns: repeat(5, 1fr); }
.service-grid.compact .service-card { box-shadow: none; }
.service-grid.compact .service-card-body { padding: 20px; }
.service-grid.compact p { font-size: .94rem; }
.split, .content-grid { display: grid; align-items: center; grid-template-columns: 1fr 1fr; gap: clamp(36px, 7vw, 90px); }
.content-grid { align-items: start; grid-template-columns: 1.25fr .75fr; }
.rounded-image { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; margin: 12px 0; padding-left: 30px; }
.check-list li::before { position: absolute; left: 0; color: var(--blue-bright); font-weight: 900; content: "✓"; }
.info-card { position: sticky; top: 120px; padding: 30px; border-top: 6px solid var(--blue-bright); border-radius: var(--radius); background: var(--sky); box-shadow: var(--shadow); }
.info-card h2 { font-size: 2rem; }
.info-card a:not(.button) { font-size: 1.2rem; font-weight: 850; }
.area-link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.area-link-grid a { display: flex; flex-direction: column; padding: 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; color: var(--white); background: rgba(255,255,255,.07); text-decoration: none; }
.area-link-grid a:hover { background: rgba(255,255,255,.13); }
.area-link-grid span { color: #b9c9e4; font-size: .9rem; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 20px 42px 20px 0; color: var(--navy); font-size: 1.08rem; font-weight: 850; cursor: pointer; }
.faq-list details p { padding: 0 20px 20px 0; color: var(--muted); }
.quote-panel { display: grid; align-items: start; grid-template-columns: .85fr 1.15fr; gap: 50px; padding: clamp(30px, 5vw, 58px); border-radius: 24px; color: #dfeafd; background: linear-gradient(145deg, var(--navy), var(--navy-2)); box-shadow: var(--shadow); }
.quote-panel h2 { color: var(--white); }
.callout-phone span { display: block; color: #b7c7df; font-size: .9rem; }
.callout-phone a { color: var(--white); font-size: 1.55rem; font-weight: 900; text-decoration: none; }
.lead-form { padding: 28px; border-radius: 15px; color: var(--ink); background: var(--white); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: block; margin-bottom: 14px; font-size: .9rem; font-weight: 800; }
input, select, textarea { width: 100%; margin-top: 6px; padding: 13px 14px; border: 1px solid #bfc8d5; border-radius: 9px; color: var(--ink); background: var(--white); font: inherit; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(47,101,214,.2); border-color: var(--blue-bright); }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: .78rem; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.site-footer { padding: 70px 0 100px; color: #b9c9df; background: #061326; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 42px; }
.footer-logo { width: 150px; height: 106px; margin-bottom: 20px; object-fit: contain; }
.site-footer h2 { color: var(--white); font-family: inherit; font-size: 1rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer a { display: block; margin: 8px 0; color: #dce9fb; text-decoration: none; }
.site-footer a:hover { color: var(--white); }
.footer-phone { font-size: 1.35rem; font-weight: 900; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }
.mobile-actions { display: none; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gallery-grid img { width: 100%; aspect-ratio: 1; border-radius: 12px; object-fit: cover; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.stars { color: #d58e00; letter-spacing: .08em; }
.review-card cite { color: var(--navy); font-style: normal; font-weight: 850; }
.page-hero { position: relative; padding: 95px 0; color: #dce8fb; background: linear-gradient(rgba(7,23,45,.86), rgba(7,23,45,.86)), url('/assets/images/residential-garage-doors-lawton-ok.jpeg') center 54%/cover; }
.page-hero h1 { max-width: 900px; color: var(--white); }
.page-hero p { max-width: 780px; font-size: 1.2rem; }
.ring-section { margin-top: 50px; }
.city-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 0; list-style: none; }
.city-list a { display: block; padding: 12px 14px; border: 1px solid var(--line); border-radius: 9px; color: var(--navy); background: var(--white); font-weight: 750; text-decoration: none; }
.map-legend { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 26px 0 16px; color: var(--navy); font-size: .9rem; font-weight: 800; }
.map-legend span { display: inline-flex; align-items: center; gap: 8px; }
.map-key { width: 13px; height: 13px; border: 3px solid var(--white); border-radius: 50%; background: var(--blue-bright); box-shadow: 0 0 0 1px var(--blue-bright); }
.map-key-primary { background: #d84635; box-shadow: 0 0 0 1px #d84635; }
.coverage-map-frame { overflow-x: auto; border: 1px solid #cbd8e8; border-radius: 24px; background: #dfeaf6; box-shadow: var(--shadow); overscroll-behavior-inline: contain; }
.coverage-map-frame:focus { outline: 4px solid rgba(47,101,214,.24); outline-offset: 3px; }
.coverage-map { display: block; width: 100%; min-width: 760px; height: auto; }
.map-background { fill: #e7f0f8; }
.map-grid-line { fill: none; stroke: #b7cadc; stroke-width: 1; opacity: .42; }
.map-radius { fill: rgba(47,101,214,.11); stroke: var(--blue-bright); stroke-width: 3; stroke-dasharray: 10 9; }
.map-radius-label { fill: var(--navy); font: 800 16px/1 system-ui, sans-serif; letter-spacing: .02em; }
.map-compass text { fill: var(--navy); font: 900 19px/1 system-ui, sans-serif; text-anchor: middle; }
.map-compass path { fill: none; stroke: var(--navy); stroke-linecap: round; stroke-linejoin: round; stroke-width: 3; }
.map-hotspot { color: var(--navy); text-decoration: none; }
.map-hotspot .map-hit { fill: transparent; }
.map-hotspot .map-dot { fill: var(--blue-bright); stroke: var(--white); stroke-width: 3; filter: drop-shadow(0 3px 4px rgba(7,23,45,.24)); transition: fill .2s, r .2s; }
.map-hotspot text { fill: var(--navy); font: 800 14px/1 system-ui, sans-serif; paint-order: stroke; stroke: #e7f0f8; stroke-linejoin: round; stroke-width: 5; }
.map-hotspot.is-primary .map-dot { fill: #d84635; }
.map-hotspot.is-primary text { font-size: 17px; font-weight: 900; }
.map-hotspot:hover .map-dot, .map-hotspot:focus .map-dot { fill: var(--gold); }
.map-hotspot:focus { outline: none; }
.map-help { margin: 14px 0 0; color: var(--muted); font-size: .86rem; }
.rating-buttons { display: flex; gap: 8px; margin: 8px 0 14px; }
.rating-buttons button { padding: 4px; border: 0; color: #aab2bf; background: transparent; font-size: 2.4rem; line-height: 1; cursor: pointer; }
.rating-buttons button.selected { color: #e0a126; }
.notice { padding: 20px; border-left: 5px solid var(--blue-bright); border-radius: 8px; background: var(--sky); }
.spaced-top { margin-top: 24px; }
.page-message { padding-block: 70px; text-align: center; }
.actions-center { justify-content: center; }

@media (max-width: 1020px) {
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 18px; border-top: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav > a { padding: 12px 16px; }
  .service-grid.compact { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .city-list { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
  body { font-size: 16px; padding-bottom: 58px; }
  .topbar-inner span { display: none; }
  .topbar-inner { justify-content: center; }
  .header-inner { min-height: 72px; }
  .brand img { width: 100px; height: 68px; }
  .hero-grid, .split, .content-grid, .quote-panel { grid-template-columns: 1fr; }
  .hero-grid { gap: 35px; padding-block: 60px; }
  .hero-image-wrap { order: -1; }
  .hero-image-wrap img { max-height: 280px; }
  .service-grid, .review-grid, .area-link-grid { grid-template-columns: 1fr; }
  .service-grid.compact { grid-template-columns: 1fr; }
  .info-card { position: static; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .city-list { grid-template-columns: 1fr 1fr; }
  .mobile-actions { position: fixed; right: 0; bottom: 0; left: 0; z-index: 60; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -6px 20px rgba(7,23,45,.18); }
  .mobile-actions a { padding: 16px 10px; color: var(--white); background: var(--blue-bright); font-weight: 900; text-align: center; text-decoration: none; }
  .mobile-actions a + a { background: var(--navy); }
}

@media (max-width: 430px) {
  .city-list { grid-template-columns: 1fr; }
  h1 { font-size: 2.4rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
