:root {
  color-scheme: light dark;
  --container: 1360px;
  --bg: #f3f6f2;
  --surface: #e5ece3;
  --surface-strong: #d7e3d4;
  --text: #252d28;
  --muted: #59675e;
  --line: #becabe;
  --accent: #247d37;
  --accent-hover: #1f7131;
  --button-text: #f6fbf5;
  --header: rgba(243, 246, 242, .95);
  --radius: 10px;
  font-family: "Arial Nova", "Segoe UI", Arial, sans-serif;
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #151b17;
    --surface: #202a22;
    --surface-strong: #29362c;
    --text: #eff5ef;
    --muted: #bdc9bf;
    --line: #445348;
    --accent: #55b96b;
    --accent-hover: #6bc57e;
    --button-text: #0c2011;
    --header: rgba(21, 27, 23, .95);
  }
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--bg); color: var(--text); font-size: 17px; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.skip-link { position: fixed; left: 18px; top: -80px; z-index: 20; padding: 10px 16px; background: var(--text); color: var(--bg); border-radius: var(--radius); }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 10; height: 74px; border-bottom: 1px solid var(--line); background: var(--header); backdrop-filter: blur(14px); }
.header-inner { width: min(calc(100% - 40px), var(--container)); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { width: 196px; height: 70px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 196px; height: auto; }
nav { display: flex; align-items: center; gap: 28px; white-space: nowrap; }
nav a { font-size: 15px; font-weight: 760; text-decoration: none; }
nav a:not(.nav-cta):hover { color: var(--accent); }
.nav-cta { padding: 10px 18px; border-radius: var(--radius); background: var(--accent); color: var(--button-text); }
.menu-toggle { display: none; border: 1px solid var(--line); border-radius: var(--radius); padding: 9px 14px; background: var(--surface); color: var(--text); font: inherit; font-weight: 760; }
.hero { width: min(calc(100% - 40px), var(--container)); min-height: 840px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.hero-copy { min-width: 0; padding: clamp(58px, 8vh, 82px) clamp(38px, 5vw, 76px) 58px 0; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 20px; color: var(--accent); font-size: 13px; line-height: 1.2; font-weight: 820; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { margin: 0; max-width: 12ch; font-size: clamp(56px, 5.1vw, 78px); line-height: .99; letter-spacing: -.052em; font-weight: 790; }
h1 span { display: block; white-space: nowrap; }
.hero-lead { max-width: 570px; margin: 27px 0 0; color: var(--muted); font-size: 19px; line-height: 1.55; }
.actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 48px; padding: 12px 20px; display: inline-flex; align-items: center; justify-content: center; border-radius: var(--radius); text-decoration: none; font-weight: 780; white-space: nowrap; transition: transform .25s ease, background-color .25s ease; }
.button:active { transform: scale(.98); }
.primary { background: var(--accent); color: var(--button-text); }
.primary:hover { background: var(--accent-hover); }
.secondary { border: 1px solid var(--line); background: var(--surface); }
.hero-visual { margin: 0; min-width: 0; display: flex; flex-direction: column; overflow: hidden; border-radius: 0 0 var(--radius) var(--radius); }
.hero-visual img { flex: 1; width: 100%; height: 100%; object-fit: cover; object-position: 56% 50%; }
.section { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; padding: 112px 0; }
.section-heading { max-width: 850px; }
h2 { margin: 0; max-width: 18ch; font-size: clamp(40px, 4vw, 64px); line-height: 1.03; letter-spacing: -.045em; }
.section-heading p { max-width: 640px; margin: 21px 0 0; color: var(--muted); }
.service-matrix { margin-top: 62px; display: grid; grid-template-columns: 1.05fr .8fr .72fr; min-height: 590px; align-items: stretch; }
.service-main, .service-side { padding: 44px; display: flex; flex-direction: column; justify-content: space-between; }
.service-main { background: var(--surface); border-radius: var(--radius) 0 0 var(--radius); }
.service-side { background: var(--surface-strong); border-radius: 0 var(--radius) var(--radius) 0; }
.service-main article, .service-side article { padding-top: 24px; border-top: 4px solid var(--accent); }
.service-main h3, .service-side h3 { margin: 0; font-size: clamp(26px, 2.6vw, 40px); line-height: 1.06; }
.service-main p, .service-side p { margin: 14px 0 0; color: var(--muted); }
.service-photo { margin: 0; min-width: 0; overflow: hidden; }
.service-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 48% 50%; }
.area { border-top: 1px solid var(--line); display: grid; grid-template-columns: .85fr 1.4fr; gap: 80px; align-items: end; }
.area-copy p { color: var(--muted); }
.area-names { display: grid; }
.area-names span { padding: 20px 0; border-bottom: 1px solid var(--line); font-size: clamp(30px, 4vw, 58px); line-height: 1; font-weight: 780; letter-spacing: -.035em; }
.area-names span:nth-child(2) { padding-left: 16%; }
.area-names span:nth-child(3) { padding-left: 32%; }
.quote-path { display: grid; grid-template-columns: .95fr 1.4fr; gap: 88px; align-items: center; }
.quote-copy p { max-width: 50ch; color: var(--muted); }
.quote-copy .button { margin-top: 28px; }
.quote-steps { display: grid; grid-template-columns: .8fr 1fr 1.25fr; gap: 30px; align-items: end; }
.quote-steps article { min-height: 165px; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); }
.quote-steps article:nth-child(2) { min-height: 215px; background: var(--surface); }
.quote-steps article:nth-child(3) { min-height: 265px; background: var(--surface-strong); }
.quote-steps h3 { margin: 0; font-size: 21px; }
.quote-steps p { margin: 12px 0 0; color: var(--muted); }
.contact { padding-top: 88px; display: grid; grid-template-columns: 1.35fr .75fr; align-items: stretch; }
.contact-copy { padding: 58px; background: var(--surface); border-radius: var(--radius) 0 0 var(--radius); }
.contact-copy > p { color: var(--muted); }
.contact-copy a { display: block; margin-top: 18px; text-decoration: none; font-size: 20px; font-weight: 780; overflow-wrap: anywhere; }
.contact-copy span { display: inline-block; width: 86px; color: var(--muted); font-size: 14px; font-weight: 650; }
.map-card { padding: 44px 36px; background: var(--surface-strong); border-radius: 0 var(--radius) var(--radius) 0; display: flex; flex-direction: column; justify-content: flex-end; }
.map-card p { margin: 0 0 12px; color: var(--muted); font-size: 14px; font-weight: 750; text-transform: uppercase; letter-spacing: .09em; }
.map-card address { font-style: normal; font-size: 20px; line-height: 1.45; }
.map-card a { display: inline-block; margin-top: 28px; font-weight: 760; text-underline-offset: 5px; }
footer { border-top: 1px solid var(--line); }
.footer-inner { width: min(calc(100% - 40px), var(--container)); min-height: 190px; margin: auto; padding: 36px 0; display: grid; grid-template-columns: 210px 1fr 1.5fr; gap: 48px; align-items: center; }
.footer-inner img { width: 200px; height: auto; }
.footer-inner div { display: grid; gap: 4px; }
.footer-inner div a { text-decoration: none; font-weight: 760; }
.disclaimer { margin: 0; color: var(--muted); font-size: 14px; text-align: right; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .64s ease, transform .64s ease; }
.js .reveal.in-view { opacity: 1; transform: none; }
.no-js .reveal { opacity: 1; transform: none; }
@media (max-width: 980px) {
  .site-header { height: 70px; }
  .header-inner { width: min(calc(100% - 32px), var(--container)); }
  .brand { width: 184px; height: 66px; }
  .brand img { width: 184px; }
  .menu-toggle { display: inline-flex; }
  nav { position: absolute; top: 70px; left: 0; right: 0; padding: 22px 20px 26px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: var(--bg); border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  nav a { padding: 12px 4px; }
  .nav-cta { margin-top: 10px; text-align: center; }
  .hero { width: min(calc(100% - 32px), var(--container)); min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 600px; padding: 74px 0 52px; }
  .hero-visual { height: 610px; border-radius: var(--radius); }
  .section { width: min(calc(100% - 32px), var(--container)); padding: 86px 0; }
  .service-matrix { grid-template-columns: 1fr 1fr; min-height: auto; }
  .service-main { min-height: 470px; }
  .service-photo { min-height: 470px; border-radius: 0 var(--radius) var(--radius) 0; }
  .service-side { grid-column: 1 / -1; min-height: 300px; flex-direction: row; gap: 42px; border-radius: var(--radius); }
  .service-side article { flex: 1; }
  .area, .quote-path { grid-template-columns: 1fr; gap: 48px; }
  .quote-steps { grid-template-columns: 1fr 1fr; }
  .quote-steps article:nth-child(2), .quote-steps article:nth-child(3) { min-height: 190px; }
  .quote-steps article:nth-child(3) { grid-column: 1 / -1; }
  .footer-inner { grid-template-columns: 210px 1fr; }
  .disclaimer { grid-column: 1 / -1; text-align: left; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .brand { width: 168px; }
  .brand img { width: 168px; }
  .hero-copy { min-height: 530px; }
  h1 { max-width: none; font-size: clamp(43px, 13vw, 59px); }
  h1 span { white-space: normal; }
  .actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { height: 470px; }
  .service-matrix { margin-top: 42px; grid-template-columns: 1fr; }
  .service-main, .service-side { min-height: 390px; padding: 32px 26px; border-radius: var(--radius); }
  .service-photo { min-height: 330px; border-radius: var(--radius); }
  .service-side { grid-column: auto; flex-direction: column; }
  .area-names span:nth-child(2), .area-names span:nth-child(3) { padding-left: 0; }
  .quote-steps { grid-template-columns: 1fr; }
  .quote-steps article, .quote-steps article:nth-child(2), .quote-steps article:nth-child(3) { min-height: auto; grid-column: auto; }
  .contact { grid-template-columns: 1fr; }
  .contact-copy, .map-card { padding: 36px 26px; border-radius: var(--radius); }
  .contact-copy span { display: block; width: auto; }
  .footer-inner { grid-template-columns: 1fr; gap: 24px; }
  .disclaimer { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
