:root {
  --accent: #0f766e;
  --accent-dark: #115e59;
  --accent-two: #b7791f;
  --wash: #eef7f4;
  --ink: #172326;
  --muted: #5f6d6f;
  --paper: #ffffff;
  --line: #d9dfdc;
  --shadow: 0 18px 45px rgba(20, 28, 32, 0.16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--ink); color: #fff; padding: 0.75rem 1rem; z-index: 20; }
.skip-link:focus { left: 1rem; top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255,255,255,0.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { max-width: 1180px; margin: 0 auto; min-height: 72px; padding: 0 1.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand, .footer-brand { font-weight: 800; text-decoration: none; overflow-wrap: anywhere; }
.brand { display: inline-flex; align-items: center; gap: 0.65rem; font-size: 1.02rem; }
.brand-mark { width: 28px; height: 28px; border-radius: 7px; background: linear-gradient(135deg, var(--accent), var(--accent-two)); box-shadow: inset 0 0 0 2px rgba(255,255,255,0.45); flex: 0 0 auto; }
.primary-nav { display: flex; align-items: center; gap: 0.35rem; flex-wrap: wrap; justify-content: flex-end; }
.primary-nav a { text-decoration: none; font-weight: 700; padding: 0.55rem 0.75rem; border-radius: 7px; color: var(--muted); }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--ink); background: var(--wash); }
.primary-nav .nav-cta { color: #fff; background: var(--accent); }
.primary-nav .nav-cta:hover { background: var(--accent-dark); color: #fff; }
.hero { position: relative; min-height: 68vh; display: grid; align-items: center; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,0.70), rgba(0,0,0,0.42) 42%, rgba(0,0,0,0.10)); }
.hero-content { position: relative; max-width: 1180px; margin: 0 auto; padding: 5rem 1.25rem; color: #fff; width: 100%; }
.hero-content h1, .page-hero h1 { font-size: 3.45rem; line-height: 1.05; margin: 0.4rem 0 1rem; max-width: 760px; overflow-wrap: anywhere; }
.hero-content p { max-width: 690px; font-size: 1.14rem; margin: 0 0 1.35rem; }
.eyebrow { margin: 0 0 0.55rem; text-transform: uppercase; font-size: 0.78rem; font-weight: 800; color: var(--accent-two); letter-spacing: 0; }
.hero .eyebrow { color: #ffd894; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0.78rem 1.05rem; border-radius: 7px; border: 2px solid transparent; font-weight: 800; text-decoration: none; cursor: pointer; font: inherit; text-align: center; }
.button.primary { background: var(--accent); color: #fff; }
.button.primary:hover { background: var(--accent-dark); }
.button.secondary { background: rgba(255,255,255,0.92); color: var(--ink); }
.button.secondary:hover { background: #fff; }
.proof-strip { max-width: 1180px; margin: 0 auto; padding: 1rem 1.25rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; }
.proof-strip div { min-height: 64px; border: 1px solid var(--line); border-radius: 8px; padding: 0.85rem; display: flex; align-items: center; gap: 0.65rem; font-weight: 800; background: #fff; }
.proof-strip span { width: 13px; height: 13px; border-radius: 4px; background: var(--accent); box-shadow: 7px 7px 0 var(--accent-two); flex: 0 0 auto; }
.section { max-width: 1180px; margin: 0 auto; padding: 4.5rem 1.25rem; }
.section-heading { max-width: 760px; margin-bottom: 1.75rem; }
.section h2, .cta-band h2 { font-size: 2.1rem; line-height: 1.15; margin: 0 0 0.75rem; }
.section h3 { margin: 0 0 0.55rem; font-size: 1.15rem; line-height: 1.25; }
.intro-grid, .split-section, .two-column, .contact-layout { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 2rem; align-items: start; }
.note-panel, .contact-aside { border-left: 5px solid var(--accent); background: var(--wash); padding: 1.25rem; border-radius: 8px; }
ul { padding-left: 1.15rem; }
.card-grid, .steps, .location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.service-card, .steps div, .location-grid article { border: 1px solid var(--line); border-radius: 8px; padding: 1.25rem; background: #fff; box-shadow: 0 8px 24px rgba(20, 28, 32, 0.07); }
.service-card h3 a { text-decoration: none; }
.text-link { color: var(--accent-dark); font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 0.2rem; }
.area-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.7rem; }
.area-list li { border: 1px solid var(--line); border-radius: 7px; padding: 0.72rem 0.8rem; background: var(--wash); font-weight: 800; }
.faq-list { display: grid; gap: 0.75rem; }
details { border: 1px solid var(--line); border-radius: 8px; padding: 1rem 1.1rem; background: #fff; }
summary { cursor: pointer; font-weight: 800; }
details p { margin-bottom: 0; }
.cta-band { max-width: 1180px; margin: 1rem auto 4rem; padding: 2rem 1.25rem; border-radius: 8px; background: linear-gradient(135deg, var(--ink), var(--accent-dark)); color: #fff; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.cta-band p { max-width: 720px; }
.cta-band .eyebrow { color: #ffd894; }
.page-hero { background: var(--wash); border-bottom: 1px solid var(--line); }
.page-hero > div { max-width: 1180px; margin: 0 auto; padding: 4rem 1.25rem; }
.page-hero p { max-width: 780px; font-size: 1.08rem; }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.72rem; }
.check-list li { position: relative; padding-left: 1.55rem; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 0.62rem; width: 10px; height: 10px; border-radius: 3px; background: var(--accent); }
.check-list.alt li::before { background: var(--accent-two); }
.steps strong { width: 38px; height: 38px; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; background: var(--accent); color: #fff; margin-bottom: 0.8rem; }
.tally-panel { border: 1px solid var(--line); border-radius: 8px; padding: 0.75rem; background: #fff; box-shadow: var(--shadow); }
.tally-frame { width: 100%; min-height: 900px; border: 0; border-radius: 7px; background: #fff; }
.external-note { margin-top: 0.8rem; }
.lead-form { display: grid; gap: 0.95rem; border: 1px solid var(--line); border-radius: 8px; padding: 1.25rem; background: #fff; box-shadow: var(--shadow); }
.lead-form label { display: grid; gap: 0.35rem; font-weight: 800; }
input, select, textarea { width: 100%; border: 1px solid #b8c2be; border-radius: 7px; padding: 0.78rem 0.85rem; font: inherit; color: var(--ink); background: #fff; }
textarea { resize: vertical; }
.small-note { font-size: 0.94rem; color: var(--muted); overflow-wrap: anywhere; }
.legal-copy { max-width: 850px; }
.site-footer { background: #151918; color: #e9eeee; }
.footer-inner { max-width: 1180px; margin: 0 auto; padding: 3rem 1.25rem; display: grid; grid-template-columns: 1.4fr 0.8fr 0.8fr; gap: 2rem; }
.footer-inner h2 { font-size: 1rem; margin: 0 0 0.7rem; }
.footer-inner a { display: block; color: #e9eeee; margin: 0.34rem 0; text-decoration-color: rgba(255,255,255,0.45); }
.footer-brand { font-size: 1.1rem; }
.footer-bottom { max-width: 1180px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,0.18); padding: 1rem 1.25rem; display: flex; justify-content: space-between; gap: 1rem; color: #bac5c1; font-size: 0.9rem; }
@media (max-width: 820px) {
  .header-inner { align-items: flex-start; flex-direction: column; padding-top: 0.9rem; padding-bottom: 0.9rem; }
  .primary-nav { justify-content: flex-start; }
  .hero { min-height: 70vh; }
  .hero-content { padding: 4rem 1rem; }
  .hero-content h1, .page-hero h1 { font-size: 2.45rem; }
  .proof-strip, .card-grid, .steps, .location-grid, .intro-grid, .split-section, .two-column, .contact-layout, .footer-inner { grid-template-columns: 1fr; }
  .section { padding: 3.25rem 1rem; }
  .page-hero > div { padding: 3.25rem 1rem; }
  .cta-band { margin: 0 1rem 3rem; flex-direction: column; align-items: flex-start; }
  .area-list { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}
@media (max-width: 520px) {
  .tally-frame { min-height: 960px; }
  .primary-nav a { padding: 0.5rem 0.55rem; }
  .button { width: 100%; }
  .hero-actions { width: 100%; }
  .hero-content h1, .page-hero h1 { font-size: 2rem; }
  .section h2, .cta-band h2 { font-size: 1.65rem; }
}
