:root {
  --ink: #161719;
  --ink-soft: #25282b;
  --red: #b51f2e;
  --red-bright: #d22738;
  --paper: #ffffff;
  --mist: #f3f4f4;
  --line: #dfe1e2;
  --muted: #65696d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Inter", Arial, sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -5rem; background: white; padding: .75rem 1rem; z-index: 100; }
.skip-link:focus { top: 1rem; }
.site-header { height: 92px; padding: 0 clamp(1.2rem, 4vw, 4.5rem); display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,.97); position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(22,23,25,.08); }
.brand { display: flex; align-items: center; text-decoration: none; gap: .9rem; min-width: 245px; }
.logo-crop { width: 68px; height: 64px; overflow: hidden; position: relative; flex: 0 0 auto; }
.logo-crop img { max-width: none; width: 603px; height: 222px; transform: translate(-25px,-56px); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { font-family: "Barlow Condensed", sans-serif; font-size: 1.45rem; text-transform: uppercase; letter-spacing: .04em; }
.brand-copy small { color: var(--muted); text-transform: uppercase; font-size: .7rem; letter-spacing: .16em; margin-top: .35rem; }
nav { display: flex; align-items: center; gap: clamp(1.1rem, 2.5vw, 2.5rem); }
nav a { text-decoration: none; font-weight: 600; font-size: .92rem; }
nav a:not(.nav-call):hover { color: var(--red); }
.nav-call { background: var(--red); color: white; padding: .8rem 1.1rem; }
.menu-toggle { display: none; border: 0; background: var(--ink); color: white; padding: .65rem .85rem; font: inherit; font-weight: 700; }

.hero { min-height: 680px; position: relative; display: flex; align-items: center; overflow: hidden; background: var(--ink); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,16,18,.98) 0%, rgba(14,16,18,.88) 32%, rgba(14,16,18,.42) 58%, rgba(14,16,18,.08) 100%); }
.hero-content { width: min(1280px, 100%); margin: 0 auto; position: relative; z-index: 2; color: white; padding: 5.5rem clamp(1.4rem, 6vw, 6.5rem); }
.hero-content > * { max-width: 690px; }
.eyebrow { margin: 0 0 1.15rem; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; font-size: .78rem; }
.eyebrow::before { content: ""; display: inline-block; width: 34px; height: 3px; background: var(--red-bright); vertical-align: middle; margin-right: .75rem; }
.eyebrow.red { color: var(--red); }
h1, h2, h3 { font-family: "Barlow Condensed", sans-serif; line-height: .98; margin-top: 0; }
h1 { font-size: clamp(3.6rem, 7.5vw, 6.8rem); max-width: 760px !important; margin-bottom: 1.35rem; letter-spacing: -.025em; text-transform: uppercase; }
h2 { font-size: clamp(2.7rem, 5vw, 4.6rem); letter-spacing: -.015em; text-transform: uppercase; }
h3 { font-size: 1.65rem; letter-spacing: .01em; }
.hero-copy { font-size: clamp(1.05rem, 1.7vw, 1.25rem); color: rgba(255,255,255,.82); max-width: 580px; }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: .85rem 1.35rem; text-decoration: none; font-weight: 700; }
.button-primary { background: var(--red-bright); color: white; }
.button-primary:hover { background: #eb3345; }
.button-secondary { border: 1px solid rgba(255,255,255,.45); color: white; }
.button-secondary:hover { background: white; color: var(--ink); }
.hero-trust { margin-top: 3rem; display: flex; gap: 1.4rem; flex-wrap: wrap; color: rgba(255,255,255,.68); text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; }
.hero-trust span + span::before { content: "•"; color: var(--red-bright); margin-right: 1.4rem; }
.quick-contact { background: var(--red); color: white; display: flex; align-items: center; justify-content: space-between; padding: 1.45rem clamp(1.4rem, 7vw, 7rem); gap: 2rem; }
.quick-contact div { display: flex; gap: .55rem; flex-wrap: wrap; }
.quick-contact a { font-family: "Barlow Condensed"; font-size: 1.5rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.quick-contact a span { margin-left: .5rem; }

.section { padding: clamp(5rem, 9vw, 8.5rem) clamp(1.4rem, 6vw, 6.5rem); }
.section-heading { max-width: 790px; margin-bottom: 3.4rem; }
.section-heading h2 { margin-bottom: 1.1rem; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.06rem; max-width: 700px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 270px; padding: 2.2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease, transform .2s ease; }
.service-card:hover { background: var(--mist); }
.service-card.featured { background: var(--ink); color: white; }
.service-card.featured:hover { background: var(--ink-soft); }
.service-number { color: var(--red-bright); font-family: "Barlow Condensed"; font-size: 1rem; font-weight: 700; display: block; margin-bottom: 3rem; }
.service-card h3 { margin-bottom: .7rem; }
.service-card p { color: var(--muted); margin: 0; }
.service-card.featured p { color: rgba(255,255,255,.65); }
.service-card.emergency { grid-column: span 3; min-height: auto; display: flex; align-items: center; gap: 2rem; background: #f8edef; }
.service-card.emergency .service-number { margin: 0; font-size: 2rem; }
.service-card.emergency div { flex: 1; }
.service-card.emergency h3, .service-card.emergency p { margin: 0; }
.service-card.emergency a { background: var(--red); color: white; padding: .75rem 1.4rem; font-weight: 700; text-decoration: none; }

.split-section { display: grid; grid-template-columns: 1.25fr .75fr; }
.split-dark, .split-red { padding: clamp(4.5rem, 8vw, 8rem) clamp(1.5rem, 6vw, 6rem); }
.split-dark { background: var(--ink); color: white; }
.split-dark h2 { max-width: 700px; }
.split-dark > p:not(.eyebrow) { max-width: 660px; color: rgba(255,255,255,.7); }
.check-list { list-style: none; padding: 0; margin: 2.5rem 0 0; display: grid; gap: .8rem; }
.check-list li::before { content: "✓"; color: var(--red-bright); font-weight: 700; margin-right: .8rem; }
.split-red { background: var(--red); color: white; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; }
.big-mark { position: absolute; top: -1rem; right: 1rem; font-family: "Barlow Condensed"; font-size: clamp(8rem, 20vw, 18rem); line-height: 1; font-weight: 700; color: rgba(255,255,255,.08); }
blockquote { margin: 0 0 2rem; font-family: "Barlow Condensed"; font-size: clamp(2rem, 3.5vw, 3.1rem); line-height: 1.05; position: relative; }
.split-red p { font-weight: 700; line-height: 1.4; }
.split-red p span { font-weight: 400; opacity: .78; }

.process .compact { max-width: 620px; }
.process-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.process-grid li { display: flex; gap: 1.25rem; border-top: 4px solid var(--ink); padding-top: 1.4rem; }
.process-grid li > span { color: var(--red); font-family: "Barlow Condensed"; font-size: 2rem; font-weight: 700; }
.process-grid h3 { margin-bottom: .5rem; }
.process-grid p { margin: 0; color: var(--muted); }

.service-area { background: #ededed; min-height: 390px; padding: clamp(4rem, 8vw, 7rem) clamp(1.4rem, 9vw, 9rem); display: flex; align-items: center; justify-content: space-between; gap: 3rem; overflow: hidden; }
.service-area > div:first-child { max-width: 720px; }
.service-area h2 { margin-bottom: 1rem; }
.service-area p:last-child { color: var(--muted); }
.area-badge { width: clamp(180px, 24vw, 320px); aspect-ratio: 1; border: 3px solid var(--red); border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; flex: 0 0 auto; color: var(--red); position: relative; }
.area-badge::before, .area-badge::after { content: ""; position: absolute; background: #ededed; }
.area-badge::before { width: 110%; height: 22px; }
.area-badge::after { height: 110%; width: 22px; }
.area-badge span, .area-badge small { position: relative; z-index: 1; }
.area-badge span { font-family: "Barlow Condensed"; font-size: clamp(4rem, 8vw, 7rem); font-weight: 700; line-height: .8; }
.area-badge small { text-transform: uppercase; letter-spacing: .2em; margin-top: .8rem; }

.contact { background: white; text-align: center; padding: clamp(5rem, 10vw, 9rem) 1.4rem; }
.contact .eyebrow::before { display: none; }
.contact h2 { max-width: 850px; margin: 0 auto 1.2rem; }
.contact > p:not(.eyebrow) { color: var(--muted); }
.contact-actions { max-width: 900px; margin: 3rem auto 0; display: grid; grid-template-columns: .8fr 1.2fr; border: 1px solid var(--line); }
.contact-actions a { padding: 1.5rem; text-decoration: none; display: flex; flex-direction: column; }
.contact-actions a + a { border-left: 1px solid var(--line); }
.contact-actions a:hover { background: var(--mist); }
.contact-actions small { text-transform: uppercase; letter-spacing: .14em; color: var(--red); font-weight: 700; }
.contact-actions strong { font-size: 1.1rem; overflow-wrap: anywhere; }

footer { background: var(--ink); color: white; padding: 3rem clamp(1.4rem, 5vw, 5rem); display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.footer-brand { display: flex; flex-direction: column; }
.footer-brand strong { font-family: "Barlow Condensed"; font-size: 1.8rem; text-transform: uppercase; }
.footer-brand span, .footer-meta, footer > p { color: rgba(255,255,255,.55); font-size: .84rem; }
.footer-meta { display: flex; flex-direction: column; text-align: right; }
footer > p { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.12); padding-top: 1.5rem; margin: 0; }
.mobile-call { display: none; }

@media (max-width: 900px) {
  .site-header { height: 76px; }
  .brand-copy { display: none; }
  .menu-toggle { display: block; }
  nav { display: none; position: absolute; top: 76px; left: 0; right: 0; background: white; padding: 1.25rem; flex-direction: column; align-items: stretch; border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  nav a { padding: .55rem; }
  .nav-call { text-align: center; }
  .hero { min-height: 640px; }
  .hero-shade { background: linear-gradient(90deg, rgba(14,16,18,.95), rgba(14,16,18,.62)); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card.emergency { grid-column: span 2; }
  .split-section { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  body { padding-bottom: 58px; }
  .hero { min-height: 680px; align-items: flex-end; }
  .hero-image { object-position: 67% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(14,16,18,.98) 0%, rgba(14,16,18,.75) 70%, rgba(14,16,18,.35)); }
  .hero-content { padding-bottom: 3.5rem; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-trust { gap: .7rem 1rem; }
  .hero-trust span + span::before { margin-right: 1rem; }
  .quick-contact { align-items: flex-start; flex-direction: column; gap: .5rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card.emergency { grid-column: span 1; flex-direction: column; align-items: flex-start; }
  .service-area { flex-direction: column; align-items: flex-start; }
  .area-badge { align-self: center; }
  .contact-actions { grid-template-columns: 1fr; }
  .contact-actions a + a { border-left: 0; border-top: 1px solid var(--line); }
  footer { grid-template-columns: 1fr; }
  .footer-meta { text-align: left; }
  footer > p { grid-column: auto; }
  .mobile-call { display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: var(--red-bright); color: white; text-align: center; padding: .9rem; text-decoration: none; font-weight: 800; }
}

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