:root {
  --ink: #142321;
  --green: #173c3a;
  --green-2: #245b57;
  --red: #e34d3d;
  --mist: #edf3f2;
  --white: #ffffff;
  --yellow: #f0c657;
  --muted: #65716f;
  --line: #cfd8d6;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--mist); font-family: "Manrope", Arial, sans-serif; font-size: 16px; line-height: 1.55; letter-spacing: 0; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { margin: 0; line-height: 1.04; letter-spacing: 0; }
h2 { font-size: 50px; }
.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; }
.section-shell { max-width: 1220px; margin: 0 auto; padding-inline: 28px; }
.eyebrow, .section-label, small { font-family: "IBM Plex Mono", monospace; letter-spacing: 0; text-transform: uppercase; }
.eyebrow { margin: 0; font-size: 11px; font-weight: 500; }
.eyebrow.red { color: var(--red); }
.section-label { color: var(--muted); font-size: 11px; text-transform: uppercase; }
.section-label.light { color: #91aaa7; }

.site-header { position: sticky; top: 0; z-index: 50; display: grid; grid-template-columns: 1fr auto auto; align-items: center; min-height: 76px; padding: 9px max(28px, calc((100vw - 1220px) / 2)); border-bottom: 1px solid #d6dfdd; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; font-weight: 800; line-height: 1; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; color: var(--white); background: var(--red); font-size: 24px; }
.brand small { display: block; margin-top: 5px; color: var(--muted); font-size: 9px; font-weight: 400; }
.desktop-nav { display: flex; gap: 30px; margin-right: 34px; font-size: 13px; font-weight: 600; }
.desktop-nav a { padding: 9px 0; border-bottom: 2px solid transparent; }
.desktop-nav a:hover { border-color: var(--red); }
.header-call, .button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 12px 18px; border: 1px solid transparent; border-radius: 3px; font-weight: 700; line-height: 1.1; cursor: pointer; }
.header-call { color: var(--white); background: var(--green); font-size: 13px; }
.header-call svg, .button svg { width: 18px; height: 18px; flex: 0 0 auto; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--green); border-radius: 3px; color: var(--green); background: var(--white); cursor: pointer; }
.mobile-nav { position: absolute; top: 76px; left: 0; right: 0; padding: 18px 24px 28px; border-bottom: 1px solid var(--line); background: var(--white); }
.mobile-nav a { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 19px; font-weight: 700; }

.hero { position: relative; height: 560px; overflow: hidden; background: #dfe6e3; }
.hero > img { height: 100%; object-fit: cover; object-position: center; }
.hero-wash { position: absolute; inset: 0 50% 0 0; background: rgba(245,248,247,.78); }
.hero-copy { position: absolute; left: max(28px, calc((100vw - 1220px) / 2)); top: 50%; width: min(530px, calc(50% - 60px)); transform: translateY(-50%); }
.hero-copy .eyebrow { color: var(--green); }
.hero h1 { margin-top: 17px; font-size: 67px; font-weight: 800; }
.hero-lead { margin: 19px 0 0; color: var(--red); font-size: 22px; font-weight: 800; }
.hero-text { max-width: 510px; margin: 14px 0 0; color: #465653; font-size: 16px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 27px; }
.button-red { color: var(--white); background: var(--red); }
.button-light { border-color: var(--line); background: rgba(255,255,255,.9); }
.button-dark { color: var(--white); background: var(--green); }
.hero-place { position: absolute; right: 24px; bottom: 21px; display: flex; gap: 12px; align-items: center; padding: 8px 11px; color: var(--white); background: var(--green); font-family: "IBM Plex Mono", monospace; font-size: 11px; text-transform: uppercase; }
.hero-place span { color: #b8cfcb; }

.info-rail { display: grid; grid-template-columns: .75fr 1.35fr 1fr; max-width: 1220px; margin: 0 auto; background: var(--white); box-shadow: 0 12px 30px rgba(23,60,58,.08); }
.info-rail > * { display: grid; grid-template-columns: 1fr auto; gap: 4px 14px; min-width: 0; padding: 22px 24px; border-right: 1px solid var(--line); }
.info-rail > *:last-child { border-right: 0; }
.info-rail small { grid-column: 1; color: var(--muted); font-size: 9px; }
.info-rail strong { grid-column: 1; font-size: 14px; line-height: 1.25; }
.info-rail svg { grid-column: 2; grid-row: 1 / 3; align-self: center; width: 20px; color: var(--red); }

.intro { display: grid; grid-template-columns: 170px minmax(0, 1.45fr) minmax(220px, .55fr); gap: 48px; padding-block: 116px; }
.intro-copy h2 { max-width: 760px; }
.intro-copy p { max-width: 680px; margin: 28px 0 0; color: var(--muted); font-size: 18px; }
.business-facts { align-self: end; padding-left: 24px; border-left: 4px solid var(--red); }
.business-facts span { display: block; padding: 10px 0; border-bottom: 1px solid var(--line); }
.business-facts small { display: block; color: var(--muted); font-size: 8px; }
.business-facts strong { display: block; margin-top: 4px; }

.services { padding: 108px 0 0; background: var(--white); }
.services-heading { display: grid; grid-template-columns: 170px 1fr; gap: 48px; margin-bottom: 60px; }
.services-heading h2 { max-width: 770px; margin-top: 13px; }
.service-rows { border-top: 1px solid var(--ink); }
.service-rows article { display: grid; grid-template-columns: 75px minmax(0, 1fr) 58px; gap: 25px; align-items: center; padding: 31px max(28px, calc((100vw - 1164px) / 2)); border-bottom: 1px solid var(--line); }
.service-number { color: var(--red); font-family: "IBM Plex Mono", monospace; font-size: 11px; }
.service-rows h3 { font-size: 25px; }
.service-rows p { max-width: 700px; margin: 8px 0 0; color: var(--muted); }
.service-rows article > svg { width: 29px; height: 29px; color: var(--green-2); }
.service-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 38px; }
.service-cta p { margin: 0; font-size: 20px; font-weight: 700; }

.process { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; padding: 106px max(28px, calc((100vw - 1220px) / 2)); color: var(--white); background: var(--green); }
.process-heading h2 { max-width: 530px; margin-top: 40px; }
.process ol { margin: 0; padding: 0; list-style: none; }
.process li { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 22px 0; border-top: 1px solid #4e7470; }
.process li:last-child { border-bottom: 1px solid #4e7470; }
.process li > span { display: grid; place-items: center; width: 40px; height: 40px; color: var(--ink); background: var(--yellow); font-family: "IBM Plex Mono", monospace; }
.process strong { font-size: 19px; }
.process li p { margin: 6px 0 0; color: #bfd0cd; }

.location { display: grid; grid-template-columns: minmax(380px, .9fr) minmax(0, 1.1fr); min-height: 600px; background: var(--mist); }
.location-copy { display: flex; flex-direction: column; justify-content: center; padding: 72px 70px 72px max(28px, calc((100vw - 1220px) / 2)); }
.location-copy .eyebrow { margin-top: 58px; }
.location h2 { margin-top: 13px; }
.location-copy > p:not(.eyebrow) { max-width: 540px; margin: 28px 0 0; color: var(--muted); }
.location-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 29px; }
.location iframe { width: 100%; min-height: 600px; border: 0; filter: saturate(.78) contrast(.96); }

.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; padding: 108px max(28px, calc((100vw - 1220px) / 2)); color: var(--white); background: #122a29; }
.contact h2 { max-width: 560px; margin: 17px 0 27px; }
.contact-intro > p:not(.eyebrow) { max-width: 530px; color: #b8ccc8; }
.contact-phone { display: block; margin-top: 36px; color: var(--yellow); font-size: 33px; font-weight: 800; }
.contact-email { display: block; width: fit-content; margin-top: 5px; border-bottom: 1px solid #52716d; color: #d4e1df; }
form { align-self: start; padding-top: 29px; border-top: 1px solid #54716d; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: block; margin-bottom: 20px; color: #d8e4e2; font-size: 13px; font-weight: 600; }
input, textarea { width: 100%; margin-top: 8px; padding: 14px 12px; border: 1px solid #52716d; border-radius: 3px; outline: 0; color: var(--white); background: #1b3b38; }
input:focus, textarea:focus { border-color: var(--yellow); }
textarea { min-height: 140px; resize: vertical; }
::placeholder { color: #92aba7; }
.form-note { min-height: 22px; margin: 15px 0 0; color: #a9bfbb; font-size: 13px; }

footer { display: grid; grid-template-columns: 1fr 1.2fr 1fr auto; gap: 44px; align-items: start; padding: 50px max(28px, calc((100vw - 1220px) / 2)); border-top: 1px solid #2f4b48; color: #a9bfbb; background: #0c1e1d; font-size: 13px; }
.footer-brand { color: var(--white); }
.footer-brand small { color: #8ca5a1; }
footer p { margin: 0; }
footer > div { display: flex; flex-direction: column; gap: 7px; }
footer > div a { width: fit-content; border-bottom: 1px solid #3d5b57; color: var(--white); }
.to-top { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #4b6763; border-radius: 3px; color: var(--white); }
.to-top svg { width: 18px; }

@media (max-width: 980px) {
  h2 { font-size: 42px; }
  .desktop-nav { display: none; }
  .hero-wash { inset-right: 38%; }
  .hero-copy { width: min(520px, calc(62% - 50px)); }
  .intro { grid-template-columns: 120px 1fr; }
  .business-facts { grid-column: 2; }
  .services-heading { grid-template-columns: 120px 1fr; }
  .process { grid-template-columns: 1fr; gap: 55px; }
  .location { grid-template-columns: 1fr; }
  .location iframe { min-height: 420px; }
  .contact { grid-template-columns: 1fr; gap: 62px; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .section-shell { padding-inline: 20px; }
  h2 { font-size: 35px; }
  .site-header { grid-template-columns: 1fr 46px 46px; min-height: 66px; padding: 8px 16px; }
  .brand-mark { width: 39px; height: 39px; }
  .brand small { display: none; }
  .header-call { width: 46px; min-width: 46px; padding: 0; }
  .header-call span { display: none; }
  .menu-toggle { display: grid; place-items: center; margin-left: 8px; }
  .mobile-nav { top: 66px; }
  .hero { height: 620px; }
  .hero > img { object-position: 60% center; }
  .hero-wash { inset: 0; background: rgba(245,248,247,.76); }
  .hero-copy { left: 20px; top: 48%; width: calc(100% - 40px); }
  .hero h1 { font-size: 42px; }
  .hero-lead { font-size: 20px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-place { right: 20px; bottom: 17px; }
  .info-rail { grid-template-columns: 1fr; box-shadow: none; }
  .info-rail > * { padding: 18px 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .info-rail > *:last-child { border-bottom: 0; }
  .intro { grid-template-columns: 1fr; gap: 30px; padding-block: 76px; }
  .intro-copy p { font-size: 16px; }
  .business-facts { grid-column: 1; }
  .services { padding-top: 76px; }
  .services-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 45px; }
  .service-rows article { grid-template-columns: 38px 1fr; gap: 16px; padding: 27px 20px; }
  .service-rows article > svg { display: none; }
  .service-rows h3 { font-size: 22px; }
  .service-cta { align-items: stretch; flex-direction: column; padding-block: 30px; }
  .service-cta .button { width: 100%; }
  .process { padding: 76px 20px; }
  .process-heading h2 { margin-top: 25px; }
  .location-copy { padding: 76px 20px 54px; }
  .location-copy .eyebrow { margin-top: 42px; }
  .location-actions { flex-direction: column; }
  .location-actions .button { width: 100%; }
  .location iframe { min-height: 355px; }
  .contact { padding: 76px 20px; }
  .contact-phone { font-size: 28px; }
  .contact-email { font-size: 13px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  form .button { width: 100%; }
  footer { grid-template-columns: 1fr; gap: 28px; padding: 44px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
