:root {
  --ink: #23282b;
  --ink-soft: #626b70;
  --paper: #f5f7f4;
  --white: #ffffff;
  --green: #b9d493;
  --green-deep: #718f52;
  --line: #d9dfd7;
  --dark: #24292c;
  --dark-soft: #343a3d;
  --shadow: 0 18px 46px rgba(27, 34, 29, 0.11);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(36, 41, 44, 0.97);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(12px);
}
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; flex-direction: column; min-width: 230px; line-height: 1; text-decoration: none; }
.brand-main { font-size: 1.42rem; font-weight: 300; letter-spacing: .32em; }
.brand-sub { margin-top: 8px; color: var(--green); font-size: .75rem; font-weight: 800; letter-spacing: .34em; white-space: nowrap; }
.nav { margin-left: auto; display: flex; align-items: center; gap: 18px; }
.nav a { color: #eef1ed; font-size: .88rem; text-decoration: none; white-space: nowrap; }
.nav a:hover, .nav a:focus-visible { color: var(--green); }
.nav .equipment-link { color: var(--green); font-weight: 750; }
.nav .header-cta { padding: 9px 14px; border: 1px solid var(--green); border-radius: 999px; font-weight: 750; }

.hero { min-height: 690px; display: grid; align-items: center; padding: 70px 0; background: linear-gradient(145deg, #f8faf7 0%, #eef3ea 100%); border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr); gap: 70px; align-items: center; }
.eyebrow { margin: 0 0 12px; color: var(--green-deep); font-size: .76rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { margin-bottom: 22px; max-width: 890px; font-size: clamp(3rem, 6.2vw, 5.5rem); }
h1 span { color: var(--green-deep); }
.lede { max-width: 760px; margin: 0; color: var(--ink-soft); font-size: 1.13rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 10px 18px; border: 1px solid var(--dark); border-radius: 999px; font-weight: 800; text-decoration: none; }
.button.primary { background: var(--dark); color: var(--white); }
.button.secondary { background: transparent; color: var(--dark); }
.button.tertiary { border-color: var(--green-deep); color: var(--green-deep); background: transparent; }
.button:hover, .button:focus-visible { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(24,30,26,.13); }
.availability { margin: 22px 0 0; color: var(--ink-soft); font-size: .92rem; }
.availability a { color: var(--green-deep); font-weight: 750; text-underline-offset: 3px; }
.hero-panel { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.78); box-shadow: var(--shadow); }
.panel-label { margin: 0 0 18px; color: var(--green-deep); font-size: .75rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hero-panel ol { margin: 0; padding: 0; list-style: none; }
.hero-panel li { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 8px; padding: 17px 0; border-top: 1px solid var(--line); }
.hero-panel li span { color: var(--green-deep); font-size: .82rem; font-weight: 850; }
.hero-panel li strong { font-size: 1rem; }

.section { padding: 88px 0; background: var(--white); }
.section-soft { background: #eef3e9; }
.section-heading { max-width: 850px; margin-bottom: 34px; }
.section-heading h2, .why-grid > div > h2, .track-record h2 { margin-bottom: 18px; font-size: clamp(2.15rem, 4vw, 3.65rem); }
.section-heading > p:last-child { max-width: 790px; margin: 0; color: var(--ink-soft); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.service-card { min-height: 250px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 10px 28px rgba(27,34,29,.06); }
.section-soft .service-card { background: rgba(255,255,255,.8); }
.card-number { margin: 0 0 18px; color: var(--green-deep); font-size: .73rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.service-card h3 { margin-bottom: 12px; font-size: 1.35rem; }
.service-card > p:last-child { margin: 0; color: var(--ink-soft); }

.track-record { padding: 82px 0; background: var(--dark); color: var(--white); }
.track-record h2 { max-width: 860px; }
.metrics { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1px; margin-top: 34px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); background: rgba(255,255,255,.13); }
.metrics > div { min-height: 190px; padding: 28px; background: var(--dark-soft); }
.metrics strong { display: block; margin-bottom: 14px; color: var(--green); font-size: clamp(2.2rem, 4vw, 3.35rem); line-height: 1; }
.metrics span { color: #cbd1cc; font-size: .92rem; }
.metrics h3 { margin-bottom: 14px; color: var(--green); font-size: 1.25rem; }
.metrics p { margin: 0; color: #cbd1cc; font-size: .92rem; }

.why-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr); gap: 70px; align-items: start; }
.proof-list { margin-top: 36px; border-top: 1px solid var(--line); }
.proof-list > div { position: relative; padding: 22px 0 22px 32px; border-bottom: 1px solid var(--line); }
.proof-list > div::before { content: "→"; position: absolute; left: 0; color: var(--green-deep); font-weight: 850; }
.proof-list h3 { margin: 0 0 5px; font-size: 1rem; letter-spacing: 0; }
.proof-list p { margin: 0; color: var(--ink-soft); }
.bio-card { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.bio-card h2 { margin-bottom: 18px; font-size: 2rem; }
.bio-kicker { margin: 0 0 9px; color: var(--green-deep); font-size: .79rem; font-weight: 850; }
.bio-card p:not(.bio-kicker) { color: var(--ink-soft); }
.text-link { color: var(--ink); font-weight: 850; text-underline-offset: 4px; text-decoration-thickness: 2px; }

.equipment-band { padding: 58px 0; background: var(--white); border-top: 1px solid var(--line); }
.equipment-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.equipment-band h2 { margin: 0 0 8px; font-size: 2rem; }
.equipment-band p:not(.eyebrow) { margin: 0; color: var(--ink-soft); }
.contact-band { padding: 64px 0; background: var(--green); }
.contact-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 60px; align-items: center; }
.contact-band h2 { max-width: 720px; margin: 0; font-size: clamp(2rem, 4vw, 3.3rem); }
.contact-details { display: grid; gap: 8px; min-width: 260px; }
.contact-details a { font-weight: 850; text-decoration: none; }
.contact-details a:hover, .contact-details a:focus-visible { text-decoration: underline; text-underline-offset: 4px; }
.contact-details span { color: #45523e; }
.site-footer { padding: 28px 0; background: #171b1d; color: #bfc6c0; font-size: .9rem; }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; }
.site-footer p { margin: 0; }
.site-footer div { display: flex; gap: 22px; }
.site-footer a { color: #e7ebe7; text-underline-offset: 4px; }

@media (max-width: 1080px) {
  .nav a:not(.equipment-link):not(.header-cta) { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero { min-height: auto; }
  .hero-panel { max-width: 760px; }
  .metrics { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .section { padding: 68px 0; }
  .service-grid, .why-grid { grid-template-columns: 1fr; }
  .why-grid { gap: 36px; }
  .equipment-band-inner, .contact-inner { display: flex; flex-direction: column; align-items: flex-start; }
  .contact-inner { gap: 28px; }
  .bio-card { max-width: 620px; }
}

@media (max-width: 600px) {
  .shell { width: min(100% - 24px, 1180px); }
  .site-header .shell { width: min(100% - 18px, 1180px); }
  .header-inner { min-height: 68px; gap: 10px; }
  .brand { min-width: 0; }
  .brand-main { font-size: 1.05rem; letter-spacing: .28em; }
  .brand-sub { margin-top: 6px; font-size: .58rem; letter-spacing: .24em; }
  .nav { gap: 8px; }
  .nav .equipment-link { font-size: .82rem; }
  .nav .header-cta { display: none; }
  .hero { padding: 48px 0; }
  h1 { font-size: clamp(2.65rem, 14vw, 4.1rem); }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-panel { padding: 22px; }
  .service-card { min-height: 0; }
  .metrics { grid-template-columns: 1fr; }
  .metrics > div { min-height: 0; }
  .footer-inner, .site-footer div { flex-direction: column; }
  .footer-inner { gap: 16px; }
  .site-footer div { gap: 8px; }
}
