:root {
  color-scheme: light dark;
  --container: 1340px;
  --bg: #f2f5f1;
  --surface: #e3e9e1;
  --surface-strong: #d1dccf;
  --ink: #1b2a20;
  --muted: #536357;
  --line: #9ead9f;
  --accent: #16733c;
  --accent-deep: #0c572c;
  --on-accent: #f3f7f2;
  --focus: #b34d12;
  --header: rgba(242,245,241,.96);
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg: #121a14;
    --surface: #1c2820;
    --surface-strong: #26382b;
    --ink: #eef5ef;
    --muted: #bccabd;
    --line: #47614e;
    --accent: #4fa76f;
    --accent-deep: #88c99f;
    --on-accent: #102016;
    --focus: #ff9e62;
    --header: rgba(18,26,20,.96);
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.55; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); 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: -60px; z-index: 30; padding: 12px 16px; background: var(--accent); color: var(--on-accent); }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }

.site-header { position: sticky; top: 0; z-index: 10; height: 72px; background: var(--header); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.header-inner { height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 72px; height: 57px; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 30px; white-space: nowrap; }
.nav a { font-size: .91rem; font-weight: 750; text-decoration: none; }
.nav a:not(.nav-cta):hover { color: var(--accent-deep); }
.nav-cta { padding: 11px 18px; background: var(--accent); color: var(--on-accent); }
.nav-cta:active, .button:active { transform: translateY(1px); }
.menu-toggle { display: none; }

.hero { height: 82vh; min-height: 680px; max-height: 880px; }
.hero-grid { height: 100%; display: grid; grid-template-columns: 58fr 42fr; align-items: stretch; border-inline: 1px solid var(--line); }
.hero-copy { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: clamp(44px, 5vw, 76px); }
.area { margin: 0 0 28px; color: var(--accent-deep); font-weight: 760; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; font-size: clamp(3.5rem, 5.2vw, 5.2rem); line-height: .98; letter-spacing: -.06em; font-weight: 850; }
h1 span { display: block; white-space: nowrap; }
.hero-text { max-width: 48ch; margin: 28px 0 0; color: var(--muted); font-size: 1.15rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 20px; font-weight: 780; text-decoration: none; white-space: nowrap; transition: transform .2s ease, background-color .2s ease; }
.button.primary { background: var(--accent); color: var(--on-accent); }
.button.primary:hover { background: var(--accent-deep); color: var(--on-accent); }
.button.secondary { border: 1px solid var(--line); background: var(--surface); }
.hero-services { min-width: 0; display: grid; grid-template-columns: 1fr 1fr; align-content: center; border-left: 1px solid var(--line); background: var(--surface); }
.hero-services strong { min-height: 150px; display: flex; align-items: end; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: clamp(1.3rem, 2vw, 2rem); }
.hero-services strong:nth-child(even) { border-right: 0; }
.hero-services p { grid-column: 1 / -1; margin: 0; padding: 30px 24px; color: var(--muted); }

.service-section { padding: 118px 0; }
.service-layout { display: grid; grid-template-columns: 4fr 8fr; gap: clamp(54px, 8vw, 120px); }
.service-heading { position: sticky; top: 112px; align-self: start; }
h2 { margin: 0; font-size: clamp(2.5rem, 4vw, 4.1rem); line-height: 1.04; letter-spacing: -.05em; }
.service-heading p, .approach-intro p, .contact-copy p { color: var(--muted); font-size: 1.08rem; }
.service-index { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.service-group { min-height: 310px; padding: 32px; border: 1px solid var(--line); }
.service-group h3 { margin: 0; font-size: 1.65rem; line-height: 1.15; }
.main-group { grid-row: span 2; min-height: 638px; display: flex; flex-direction: column; justify-content: space-between; background: var(--accent); color: var(--on-accent); }
.work-group { background: var(--surface); }
.support-group { background: var(--surface-strong); }
.service-items { display: grid; gap: 10px; margin-top: 38px; }
.service-items span { font-weight: 700; }
.main-group .service-items { font-size: clamp(1.4rem, 2.4vw, 2.2rem); }

.approach-section { padding: 108px 0; background: var(--surface); border-block: 1px solid var(--line); }
.approach-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 9vw, 140px); }
.approach-intro p { max-width: 46ch; }
.approach-actions { display: grid; align-content: center; }
.approach-actions a { display: grid; gap: 6px; padding: 28px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.approach-actions a:first-child { border-top: 1px solid var(--line); }
.approach-actions strong { font-size: 1.25rem; color: var(--accent-deep); }
.approach-actions span { color: var(--muted); }
.approach-actions a:hover strong { text-decoration: underline; }

.hours-section { padding: 84px 0; }
.hours-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.hours-layout h2 { font-size: clamp(2rem, 3vw, 3rem); }
.hours { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.hours div { padding: 28px; background: var(--surface-strong); border: 1px solid var(--line); }
.hours span, .hours strong { display: block; }
.hours span { color: var(--muted); }
.hours strong { margin-top: 20px; font-size: 1.7rem; }

.contact-section { padding: 112px 0; background: var(--surface-strong); }
.contact-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 72px; align-items: stretch; }
.contact-copy { padding: 32px 0; }
.contact-copy p { max-width: 44ch; }
.contact-links { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; margin-top: 30px; }
.contact-links a { color: var(--accent-deep); font-weight: 800; }
.map-card { min-height: 280px; display: flex; flex-direction: column; justify-content: space-between; padding: 34px; background: var(--bg); border: 1px solid var(--line); text-decoration: none; }
.map-card span { color: var(--muted); }
.map-card strong { font-size: 1.4rem; }
.map-card em { color: var(--accent-deep); font-style: normal; font-weight: 800; }
.map-card:hover em { text-decoration: underline; }

.site-footer { padding: 50px 0 28px; border-top: 1px solid var(--line); }
.footer-main { display: grid; grid-template-columns: auto 1fr auto; gap: 34px; align-items: center; }
.footer-main img { width: 66px; height: 52px; object-fit: contain; }
.footer-main strong, .footer-main span { display: block; }
.footer-main span, .disclaimer { color: var(--muted); }
.footer-main a { color: var(--accent-deep); font-weight: 750; }
.disclaimer { margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--line); font-size: .9rem; }

@media (max-width: 900px) {
  .container { width: calc(100% - 32px); }
  .site-header, .header-inner { height: 68px; }
  .brand img { width: 62px; height: 49px; }
  .menu-toggle { display: grid; gap: 6px; width: 44px; height: 44px; place-content: center; border: 1px solid var(--line); background: var(--surface); color: var(--ink); }
  .menu-toggle span:not(.sr-only) { width: 20px; height: 2px; background: currentColor; }
  .nav { position: absolute; top: 68px; left: 0; right: 0; display: none; align-items: stretch; gap: 0; padding: 12px 16px 18px; background: var(--bg); border-bottom: 1px solid var(--line); }
  .nav.open { display: grid; }
  .nav a { padding: 13px 8px; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .hero { height: auto; min-height: 0; max-height: none; }
  .hero-grid { min-height: calc(100svh - 68px); grid-template-columns: 1fr; border-inline: 0; }
  .hero-copy { min-height: 60svh; padding: 48px 0; }
  h1 { font-size: clamp(2.9rem, 11vw, 4.6rem); }
  h1 span { white-space: normal; }
  .hero-services { border-left: 0; border-top: 1px solid var(--line); }
  .hero-services strong { min-height: 116px; }
  .service-layout, .approach-layout, .hours-layout, .contact-layout { grid-template-columns: 1fr; }
  .service-heading { position: static; }
  .service-index { grid-template-columns: 1fr; }
  .main-group { grid-row: auto; min-height: 430px; }
  .service-group { min-height: 260px; }
  .hours-layout, .contact-layout { gap: 44px; }
}

@media (max-width: 560px) {
  .hero-copy { min-height: 590px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-services strong { min-height: 100px; padding: 18px; }
  .service-section, .approach-section, .contact-section { padding: 76px 0; }
  .main-group { min-height: 350px; }
  .hours { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
