
:root {
  --accent: #116b72;
  --accent-dark: #0b3b40;
  --clay: #d26c3f;
  --gold: #f2c15f;
  --ink: #172022;
  --muted: #637174;
  --paper: #ffffff;
  --soft: #f3f7f4;
  --warm: #fff5e4;
  --line: #dce5e2;
  --shadow: 0 22px 60px rgba(9, 30, 34, .16);
}
* { 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; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -80px; background: #fff; padding: 10px 14px; z-index: 1000; }
.skip-link:focus { top: 16px; }
.site-header { position: fixed; top: 18px; left: 0; right: 0; z-index: 100; display: flex; justify-content: center; pointer-events: none; }
.nav-pill { width: min(1120px, calc(100% - 32px)); display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 10px 12px 10px 18px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; background: rgba(255,255,255,.88); backdrop-filter: blur(18px); box-shadow: 0 16px 48px rgba(13,32,35,.16); pointer-events: auto; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; font-weight: 800; color: var(--accent-dark); }
.brand img { width: 116px; height: auto; }
.brand span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 260px; }
.nav-links { display: none; align-items: center; gap: 6px; margin-left: auto; }
.nav-links a { padding: 10px 13px; border-radius: 999px; color: #233437; font-size: 14px; font-weight: 700; }
.nav-links a:hover { background: rgba(17,107,114,.1); }
.nav-cta { background: var(--accent-dark) !important; color: #fff !important; box-shadow: 0 8px 20px rgba(11,59,64,.22); }
.mobile-menu-toggle { width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--accent-dark); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; }
.mobile-menu-toggle span { width: 18px; height: 2px; background: #fff; border-radius: 3px; }
.hero { min-height: 760px; position: relative; display: grid; align-items: end; overflow: hidden; background: var(--accent-dark); }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,39,43,.84), rgba(8,39,43,.55) 42%, rgba(210,108,63,.12)), linear-gradient(0deg, rgba(8,39,43,.42), transparent 42%); }
.hero-content { position: relative; z-index: 1; padding: 170px 0 92px; color: #fff; }
.hero-content h1 { max-width: 760px; margin: 0; font-size: clamp(46px, 7vw, 92px); line-height: .92; letter-spacing: 0; }
.hero-content p:not(.eyebrow) { max-width: 610px; margin: 24px 0 0; font-size: clamp(18px, 2.2vw, 24px); color: rgba(255,255,255,.88); }
.eyebrow { margin: 0 0 16px; color: var(--clay); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 900; }
.hero .eyebrow { color: var(--gold); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 999px; border: 1px solid transparent; font-weight: 900; box-shadow: 0 12px 26px rgba(7,31,35,.18); }
.button.primary { background: var(--clay); color: #fff; }
.button.ghost { color: #fff; border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.12); }
.button.dark { background: var(--accent-dark); color: #fff; }
.button.light { background: #fff; color: var(--accent-dark); }
.intro-card { position: relative; z-index: 3; margin-top: -48px; }
.intro-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border-radius: 8px; box-shadow: var(--shadow); background: var(--line); }
.intro-grid div { padding: 24px; background: #fff; }
.intro-grid span { display: block; color: var(--muted); font-weight: 800; font-size: 13px; }
.intro-grid strong { display: block; margin-top: 8px; font-size: 24px; color: var(--accent-dark); }
.section { padding: 96px 0; }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
h2 { margin: 0; font-size: clamp(32px, 4vw, 58px); line-height: 1; letter-spacing: 0; color: var(--accent-dark); }
h3 { margin: 0; line-height: 1.1; color: var(--accent-dark); }
p { color: #526164; }
.pill-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.pill-row span, .check-grid span { border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 10px 13px; font-weight: 800; color: var(--accent-dark); }
.split picture, .media-grid picture { border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); }
.split img, .media-grid img { width: 100%; height: 520px; object-fit: cover; }
.service-band { background: var(--soft); }
.section-head { display: grid; grid-template-columns: 1fr 380px; gap: 40px; align-items: end; margin-bottom: 38px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; box-shadow: 0 14px 36px rgba(18,55,60,.08); }
.service-card img { width: 100%; height: 220px; object-fit: cover; }
.service-card div { padding: 22px; }
.service-card h3 { font-size: 24px; margin: 10px 0; }
.service-card p { margin: 0 0 18px; }
.service-card strong { color: var(--clay); }
.service-num { display: inline-flex; width: 42px; height: 42px; border-radius: 50%; align-items: center; justify-content: center; background: var(--warm); color: var(--clay); font-weight: 900; }
.process-band { background: var(--accent-dark); color: #fff; }
.process-band h2, .process-band h3 { color: #fff; }
.process-band p { color: rgba(255,255,255,.75); }
.process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: start; }
.steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.steps article { padding: 24px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 8px; }
.steps span { color: var(--gold); font-weight: 900; }
.media-feature { background: var(--warm); }
.media-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.reviews-grid, .contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; align-items: start; }
.gr-summary { border-radius: 8px; padding: 30px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); display: flex; gap: 20px; align-items: center; }
.google-mark { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #fff; border: 1px solid var(--line); color: #4285f4; font-size: 32px; font-weight: 900; }
.gr-summary strong { display: block; font-size: 58px; line-height: .9; color: var(--accent-dark); }
.stars { display: block; color: var(--gold); letter-spacing: 2px; margin-top: 10px; }
.gr-summary a { color: var(--clay); font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }
.quote-section { background: var(--soft); }
.phone-link { display: block; width: fit-content; margin-top: 18px; color: var(--accent-dark); font-size: 30px; font-weight: 900; }
.phone-link.secondary { font-size: 22px; color: var(--clay); }
.lead-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding: 24px; border-radius: 8px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.lead-form label { display: grid; gap: 7px; font-weight: 800; color: var(--accent-dark); }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 6px; padding: 13px 12px; font: inherit; color: var(--ink); background: #fff; }
.lead-form textarea { resize: vertical; }
.lead-form .wide { grid-column: 1 / -1; }
.hp { position: absolute !important; left: -9999px !important; }
.service-detail { display: grid; grid-template-columns: 1fr 360px; gap: 48px; align-items: start; }
.large-list { margin: 26px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.large-list li { position: relative; padding-left: 28px; color: #46565a; }
.large-list li:before { content: ""; position: absolute; left: 0; top: .62em; width: 10px; height: 10px; border-radius: 50%; background: var(--clay); }
.quote-card, .nap-card { border-radius: 8px; background: var(--accent-dark); color: #fff; padding: 26px; display: grid; gap: 12px; }
.quote-card strong, .nap-card strong { font-size: 22px; }
.quote-card span, .nap-card span { color: rgba(255,255,255,.8); }
.faq-list { display: grid; gap: 12px; }
.faq-list.compact { max-width: 960px; }
details { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 20px 22px; }
summary { cursor: pointer; font-weight: 900; color: var(--accent-dark); }
details p { margin-bottom: 0; }
.values-band { background: var(--soft); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.values-grid article { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 26px; }
.simple-page { min-height: 76vh; padding: 180px 0 90px; background: var(--soft); }
.site-footer { background: var(--accent-dark); color: #fff; }
.footer-cta { background: var(--clay); padding: 38px 0; }
.footer-cta h2 { color: #fff; font-size: clamp(28px, 4vw, 48px); }
.footer-cta .eyebrow { color: #fff4dc; }
.footer-cta-grid { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.footer-body { padding: 56px 0 96px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 34px; }
.footer-grid p, .footer-grid a { color: rgba(255,255,255,.76); }
.footer-grid a { display: block; margin: 8px 0; }
.footer-grid h3 { color: #fff; margin-bottom: 14px; }
.footer-brand { display: flex !important; align-items: center; gap: 12px; color: #fff !important; margin: 0 0 18px !important; }
.footer-brand img { width: 112px; height: auto; background: #fff; border-radius: 6px; padding: 5px; }
.footer-credit a { display: inline; color: #fff; text-decoration: underline; }
.footer-bottom { margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.65); }
.sticky-cta { display: none; }
@media (min-width: 1024px) {
  .nav-links { display: flex; }
  .mobile-menu-toggle { display: none !important; }
}
@media (max-width: 1023px) {
  .nav-pill { border-radius: 24px; }
  .nav-links { position: fixed; left: 16px; right: 16px; top: 78px; display: none; flex-direction: column; padding: 18px; border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { width: 100%; }
  .brand span { max-width: 160px; }
  .hero { min-height: 720px; }
  .intro-grid, .service-grid, .steps, .values-grid, .footer-grid { grid-template-columns: 1fr 1fr; }
  .split, .media-grid, .process-grid, .reviews-grid, .contact-grid, .section-head, .service-detail { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .container { width: min(100% - 28px, 1160px); }
  .brand img { width: 92px; }
  .brand span { display: none; }
  .hero-content { padding: 142px 0 80px; }
  .hero-content h1 { font-size: 46px; }
  .section { padding: 72px 0; }
  .intro-grid, .service-grid, .steps, .values-grid, .footer-grid, .lead-form { grid-template-columns: 1fr; }
  .lead-form .wide { grid-column: auto; }
  .split img, .media-grid img { height: 340px; }
  .footer-cta-grid { display: grid; }
  .sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; display: grid; grid-template-columns: 1fr 1fr; }
  .sticky-cta a { min-height: 58px; display: grid; place-items: center; color: #fff; font-weight: 900; }
  .sticky-cta a:first-child { background: var(--accent); }
  .sticky-cta a:last-child { background: #090909; }
  .site-footer { padding-bottom: 58px; }
}
