:root {
  --ink: #0b0c0d;
  --ink-2: #151718;
  --ink-3: #242729;
  --paper: #f6f2e9;
  --white: #ffffff;
  --muted: #c8c6c0;
  --orange: #ff7200;
  --orange-2: #ff8a22;
  --orange-dark: #d95d00;
  --line: rgba(255,255,255,.14);
  --shadow: 0 24px 70px rgba(0,0,0,.18);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); 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; left: 16px; top: -80px; z-index: 9999;
  background: var(--orange); color: var(--white); padding: 10px 16px; border-radius: 8px;
}
.skip-link:focus { top: 16px; }

.announcement {
  background: var(--orange);
  color: #111;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.announcement-inner {
  min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 9px;
}
.announcement-dot { width: 7px; height: 7px; border-radius: 99px; background: #111; }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(11,12,13,.96); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-wrap { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand {
  display: inline-flex; align-items: center; gap: 11px;
  text-decoration: none; color: var(--white); font-weight: 1000;
  letter-spacing: -.03em; white-space: nowrap;
}
.brand-text { font-style: italic; font-size: 1rem; }
.brand-text b { color: var(--orange); }
.speed-lines { width: 31px; display: grid; gap: 4px; transform: skewX(-15deg); }
.speed-lines i { display: block; height: 4px; background: var(--orange); border-radius: 2px; }
.speed-lines i:nth-child(1) { width: 31px; }
.speed-lines i:nth-child(2) { width: 24px; margin-left: 4px; }
.speed-lines i:nth-child(3) { width: 17px; margin-left: 8px; }

.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a { color: #e8e8e8; text-decoration: none; font-size: .92rem; font-weight: 750; }
.site-nav a:hover { color: var(--orange); }
.site-nav .nav-cta {
  color: #111; background: var(--orange); padding: 10px 16px; border-radius: 9px;
}
.site-nav .nav-cta:hover { color: #111; background: var(--orange-2); }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px 0; background: white; }

.hero {
  position: relative; overflow: hidden; color: white;
  background:
    radial-gradient(circle at 16% 20%, rgba(255,114,0,.16), transparent 28%),
    linear-gradient(120deg, #090a0b 0%, #111315 60%, #0b0c0d 100%);
}
.hero::after {
  content: ""; position: absolute; inset: auto -10% -90px 40%; height: 180px;
  background: var(--orange); transform: skewY(-5deg); opacity: .08;
}
.hero-grid {
  position: relative; z-index: 2;
  min-height: 610px;
  display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 52px;
  padding-top: 60px; padding-bottom: 66px;
}
.eyebrow, .kicker {
  color: var(--orange); font-size: .78rem; font-weight: 950; letter-spacing: .17em; text-transform: uppercase;
}
.hero h1 {
  margin: 14px 0 0; font-size: clamp(3.7rem, 7vw, 6.7rem); line-height: .86;
  letter-spacing: -.065em; text-transform: uppercase; font-weight: 1000;
  max-width: 720px;
}
.brush-line {
  width: fit-content; margin-top: 22px; color: var(--orange);
  font-size: clamp(1.8rem, 3.5vw, 3.25rem); line-height: 1;
  font-family: "Arial Black", Impact, sans-serif; font-style: italic; font-weight: 900;
  letter-spacing: -.04em; transform: rotate(-1.2deg); text-transform: uppercase;
  border-bottom: 5px solid var(--orange); padding-bottom: 7px;
}
.hero-description {
  max-width: 610px; margin: 24px 0 0; color: #e4e4e4; font-size: clamp(1.05rem, 1.8vw, 1.28rem);
}
.hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 22px; border-radius: 10px; border: 0;
  text-decoration: none; font-weight: 950; letter-spacing: .01em; transition: transform .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: white; box-shadow: 0 12px 35px rgba(255,114,0,.2); }
.button-primary:hover { background: var(--orange-2); }
.button-dark { background: var(--ink); color: white; }
.button-icon { font-size: 1.25rem; }
.hero-note { color: #bdbdbd; font-size: .9rem; }

.hero-visual {
  min-height: 510px; position: relative; display: flex; align-items: end; justify-content: center;
}
.hero-visual::before {
  content: ""; position: absolute; inset: 54px 7px 11px 52px; border: 2px solid rgba(255,114,0,.65);
  border-radius: 26px; transform: rotate(2.5deg);
}
.hero-visual img {
  width: min(100%, 560px); max-height: 520px; object-fit: cover; object-position: center;
  border-radius: 24px; position: relative; z-index: 2; box-shadow: 0 35px 80px rgba(0,0,0,.42);
  clip-path: polygon(4% 0,100% 0,100% 96%,0 100%,0 7%);
}
.county-badge {
  position: absolute; top: 0; right: -6px; z-index: 5;
  width: 142px; height: 142px; border-radius: 50%; background: #101112; border: 4px solid var(--orange);
  outline: 2px solid #101112; box-shadow: 0 0 0 2px var(--orange), 0 14px 35px rgba(0,0,0,.38);
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
  transform: rotate(4deg);
}
.county-badge span { font-size: .58rem; font-weight: 900; letter-spacing: .07em; }
.county-badge strong { color: var(--orange); font-size: 2.9rem; line-height: 1; }
.photo-accent {
  position: absolute; width: 140px; height: 12px; background: var(--orange); bottom: 4px; left: 6px;
  transform: skewX(-30deg); z-index: 3;
}

.trust-strip { background: #fff; border-bottom: 1px solid #ddd7ce; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item {
  min-height: 125px; display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-content: center;
  padding: 22px 24px; border-right: 1px solid #ddd7ce;
}
.trust-item:last-child { border-right: 0; }
.trust-icon {
  width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px;
  background: #fff0e4; color: var(--orange-dark); font-weight: 1000; font-size: 1.3rem;
}
.trust-item strong { display: block; text-transform: uppercase; font-size: .88rem; line-height: 1.15; }
.trust-item p { margin: 6px 0 0; color: #6f6a63; font-size: .78rem; line-height: 1.35; }

.section { padding: 92px 0; }
.section-heading { max-width: 720px; }
.section-heading.center { margin: 0 auto 42px; text-align: center; }
.section-heading h2, .about-copy h2, .area-grid h2, .contact-grid h2 {
  margin: 8px 0 14px; font-size: clamp(2.3rem, 4.7vw, 4.2rem); line-height: .98; letter-spacing: -.055em;
}
.section-heading p, .area-grid p, .about-copy p { color: #67625b; font-size: 1.08rem; }

.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card {
  position: relative; min-height: 230px; padding: 28px; border-radius: var(--radius);
  background: white; border: 1px solid #e2ddd4; overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(255,114,0,.42); }
.service-card::after {
  content: ""; position: absolute; width: 100px; height: 8px; background: var(--orange);
  right: -26px; top: 26px; transform: rotate(45deg);
}
.service-icon {
  width: 54px; height: 54px; display: grid; place-items: center; border-radius: 15px;
  background: var(--ink); color: var(--orange); font-size: 1.4rem; font-weight: 1000;
}
.service-card h3 { margin: 22px 0 9px; font-size: 1.23rem; line-height: 1.1; }
.service-card p { margin: 0; color: #6e6961; font-size: .94rem; }
.section-cta { margin-top: 34px; }
.center { text-align: center; }

.about-section { color: white; background: var(--ink); overflow: hidden; position: relative; }
.about-section::before {
  content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%;
  background: var(--orange); filter: blur(130px); opacity: .11; left: -180px; top: -150px;
}
.about-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 76px; align-items: center; }
.about-art {
  min-height: 360px; position: relative; display: grid; place-items: center; border-radius: 26px;
  background: repeating-linear-gradient(-45deg,#161819,#161819 12px,#121415 12px,#121415 24px);
  border: 1px solid rgba(255,255,255,.08); overflow: hidden;
}
.big-321 { color: var(--orange); font-size: clamp(8rem, 20vw, 13rem); font-weight: 1000; letter-spacing: -.09em; line-height: .8; opacity: .95; }
.about-stamp {
  position: absolute; left: 22px; bottom: 22px; padding: 12px 15px; border: 2px solid white;
  font-size: .75rem; line-height: 1.08; font-weight: 950; letter-spacing: .12em;
}
.about-copy p { color: #c8c8c8; max-width: 680px; }
.about-points { display: grid; gap: 10px; margin-top: 28px; color: #f2f2f2; font-weight: 780; }
.about-points span { color: var(--orange); margin-right: 9px; }

.area-section { background: #fff; }
.area-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: center; }
.text-link { color: var(--ink); font-weight: 900; text-decoration: none; border-bottom: 2px solid var(--orange); padding-bottom: 4px; }
.text-link span { color: var(--orange); }
.locations-card {
  padding: 30px; border-radius: 24px; background: var(--paper); border: 1px solid #ded9d0;
  box-shadow: 0 18px 55px rgba(20,20,20,.08);
}
.locations-top { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; font-size: 1.05rem; }
.pin { color: var(--orange); }
.location-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.location-pill {
  padding: 9px 12px; border-radius: 999px; background: white; border: 1px solid #ddd8cf;
  font-size: .84rem; font-weight: 760;
}

.testimonials-section { background: #eee9df; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.testimonial-card { background: white; border-radius: 20px; padding: 25px; border: 1px solid #e0dbd2; }
.stars { color: var(--orange); letter-spacing: .1em; }
.testimonial-card blockquote { margin: 14px 0; font-size: 1rem; }
.testimonial-card cite { color: #6b665f; font-style: normal; font-weight: 800; }

.contact-section {
  position: relative; overflow: hidden; color: white; padding: 86px 0;
  background: linear-gradient(118deg, #d95d00 0%, #ff7200 48%, #ff8520 100%);
}
.contact-section::after {
  content: "321"; position: absolute; right: -30px; bottom: -80px; color: rgba(0,0,0,.09);
  font-size: 19rem; font-weight: 1000; letter-spacing: -.1em; line-height: 1;
}
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: center; }
.kicker.light { color: #1a1a1a; }
.contact-grid h2 { max-width: 650px; }
.contact-grid > div:first-child p { max-width: 660px; font-size: 1.1rem; }
.contact-card {
  background: var(--ink); border-radius: 22px; padding: 28px; box-shadow: 0 25px 60px rgba(0,0,0,.23);
}
.contact-buttons { display: grid; gap: 11px; }
.contact-action {
  display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px;
  border-radius: 10px; background: white; color: var(--ink); text-decoration: none; font-weight: 950;
}
.contact-action.primary { background: var(--orange); color: white; }
.contact-placeholder { color: #d3d3d3; padding: 7px 0; }
.hours { color: #b9b9b9; margin: 18px 0 0; font-size: .88rem; }
.contact-small { margin-top: 12px; color: #929292; font-size: .78rem; }

.site-footer { color: #bdbdbd; background: #08090a; padding: 48px 0; border-top: 1px solid #202225; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .9fr; gap: 40px; align-items: start; }
.brand-static { pointer-events: none; }
.footer-brand p { max-width: 390px; font-size: .86rem; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { color: #d6d6d6; text-decoration: none; font-size: .88rem; }
.footer-links a:hover { color: var(--orange); }
.footer-meta { display: grid; gap: 5px; justify-items: end; text-align: right; font-size: .8rem; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 30px; min-height: auto; padding-top: 54px; }
  .hero-visual { min-height: 440px; max-width: 670px; width: 100%; margin: 0 auto; }
  .hero-visual img { width: 100%; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid #ddd7ce; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .about-grid, .area-grid, .contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .about-art { min-height: 280px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-meta { justify-items: start; text-align: left; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav-wrap { min-height: 66px; }
  .brand-text { font-size: .83rem; }
  .speed-lines { width: 25px; }
  .site-nav {
    display: none; position: absolute; top: 66px; left: 0; right: 0; padding: 18px 20px 23px;
    background: #0c0d0e; border-top: 1px solid #252729; flex-direction: column; align-items: stretch; gap: 0;
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px 4px; }
  .site-nav .nav-cta { margin-top: 8px; text-align: center; }
  .menu-button { display: block; }
  .hero-grid { padding-top: 44px; padding-bottom: 48px; }
  .hero h1 { font-size: clamp(3.3rem, 17vw, 5.3rem); }
  .hero-visual { min-height: 350px; }
  .hero-visual img { max-height: 390px; }
  .county-badge { width: 108px; height: 108px; right: 2px; }
  .county-badge strong { font-size: 2.1rem; }
  .county-badge span { font-size: .46rem; }
  .trust-grid, .services-grid, .testimonials-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid #ddd7ce; }
  .trust-item:last-child { border-bottom: 0; }
  .section { padding: 70px 0; }
  .section-heading h2, .about-copy h2, .area-grid h2, .contact-grid h2 { font-size: 2.55rem; }
  .services-grid { gap: 12px; }
  .service-card { min-height: 0; }
  .contact-section { padding: 68px 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-meta { justify-items: start; text-align: left; }
}

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