:root {
  --paper: #f4f6f2;
  --surface: #ffffff;
  --ink: #111827;
  --muted: #59616c;
  --line: #d8ddd4;
  --field: #f8faf6;
  --accent: #14596a;
  --accent-dark: #0f2631;
  --accent-2: #c45f26;
  --good: #2d7554;
  --warn: #9a641f;
  --shadow: rgba(15, 38, 49, .18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.58;
  overflow-x: hidden;
}
a { color: inherit; }
body * { min-width: 0; }
.wrap { width: calc(100% - 32px); max-width: 1160px; margin: 0 auto; }
.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255,255,255,.11);
  background: color-mix(in srgb, var(--accent-dark) 94%, transparent);
  backdrop-filter: blur(12px);
  color: #fff;
}
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 74px; }
.brand {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  text-decoration: none;
  font-weight: 860;
  letter-spacing: 0;
}
nav { display: flex; flex-wrap: wrap; gap: 6px; justify-content: flex-end; }
nav a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 5px 10px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 760;
  text-decoration: none;
}
nav a:hover { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.08); color: #fff; }
.home-hero {
  position: relative;
  min-height: clamp(640px, 78dvh, 820px);
  overflow: hidden;
  background: var(--accent-dark);
  color: #f8faf6;
}
.home-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.92) contrast(1.04);
}
.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 22, 28, .9) 0%, rgba(11, 22, 28, .66) 42%, rgba(11, 22, 28, .2) 100%),
    linear-gradient(180deg, rgba(11, 22, 28, .2), rgba(11, 22, 28, .76));
}
.home-hero-inner {
  position: relative;
  z-index: 1;
  min-height: clamp(640px, 78dvh, 820px);
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(340px, .72fr);
  align-items: end;
  gap: clamp(22px, 4vw, 52px);
  padding: clamp(58px, 9vw, 106px) 0 clamp(36px, 6vw, 70px);
}
.home-copy { display: grid; gap: 18px; max-width: 720px; }
.home-copy .eyebrow { color: #a8e7f1; }
.home-copy h1 { max-width: 720px; color: #f8faf6; text-wrap: balance; }
.home-copy .lede { color: rgba(248,250,246,.88); max-width: 680px; }
.home-copy .pill {
  border-color: rgba(255,255,255,.22);
  background: rgba(255,255,255,.1);
  color: rgba(248,250,246,.88);
}
.home-copy .button.secondary { border-color: rgba(255,255,255,.55); color: #f8faf6; background: rgba(255,255,255,.08); }
.home-copy .notice {
  max-width: 620px;
  color: rgba(248,250,246,.82);
  background: rgba(15, 38, 49, .42);
  border-left: 0;
  border-top: 1px solid rgba(255,255,255,.22);
  padding: 12px 0 0;
}
.home-panel {
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 8px;
  background: rgba(248, 250, 246, .94);
  color: var(--ink);
  padding: 18px;
  display: grid;
  gap: 14px;
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
}
.home-panel h2 { font-size: clamp(23px, 2.7vw, 32px); }
.home-panel p { color: #4d5763; }
.home-panel .checklist {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 13px 0;
}
.home-panel form { gap: 10px; }
.home-panel label { color: var(--accent-dark); }
.home-panel input,
.home-panel select,
.home-panel textarea {
  background: #fff;
  border-color: #cdd5cc;
}
.home-panel textarea { min-height: 98px; }
.home-panel .button { width: 100%; justify-content: center; }
.hero-form-note {
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  color: #65707c;
  font-size: 13px;
}
.service-rail {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: -30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 18px 45px rgba(15, 38, 49, .11);
  overflow: hidden;
}
.service-rail a {
  min-height: 74px;
  display: grid;
  align-content: center;
  padding: 14px;
  border-right: 1px solid var(--line);
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}
.service-rail a:last-child { border-right: 0; }
.service-rail a:hover { background: #f7f2e9; color: var(--accent); }
.photo-band {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(18px, 4vw, 46px);
  align-items: center;
}
.photo-frame {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: 0 24px 62px rgba(15, 38, 49, .12);
}
.photo-frame img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.service-list {
  border-top: 1px solid var(--line);
  display: grid;
}
.service-list a {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 13px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  color: inherit;
  text-decoration: none;
}
.service-list a span:first-child { color: var(--accent-2); font-weight: 900; font-variant-numeric: tabular-nums; }
.service-list a strong { display: block; color: var(--ink); }
.service-list a small { display: block; color: var(--muted); font-size: 13px; margin-top: 3px; }
.hero { border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #eef3ee 0%, var(--surface) 48%, var(--paper) 100%); }
.hero.wrap {
  padding: clamp(48px, 8vw, 96px) 0 38px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
  align-items: center;
  gap: clamp(22px, 5vw, 54px);
}
.hero > div { display: grid; gap: 18px; }
.hero .wrap { padding: clamp(48px, 8vw, 96px) 0 34px; display: grid; gap: 22px; }
.eyebrow { margin: 0; color: var(--accent); font-size: 12px; font-weight: 880; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; letter-spacing: 0; line-height: 1.08; }
h1 { max-width: 920px; font-size: clamp(38px, 7vw, 82px); }
h2 { font-size: clamp(26px, 4vw, 42px); }
h3 { font-size: 20px; }
p { margin: 0; color: var(--muted); }
h1, h2, h3, p, li { overflow-wrap: break-word; }
.lede { max-width: 760px; font-size: 19px; color: #373530; }
.actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--accent);
  border-radius: 6px;
  padding: 10px 15px;
  background: var(--accent);
  color: #fff;
  font-weight: 820;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(20, 89, 106, .18);
}
.button:hover { transform: translateY(-1px); }
.button.secondary { background: transparent; color: var(--accent); box-shadow: none; }
.notice {
  max-width: 780px;
  border-left: 3px solid var(--accent-2);
  padding: 9px 0 9px 12px;
  color: #4c453e;
  font-size: 14px;
}
.metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.metric, .card, .quote-box {
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--surface);
  padding: 16px;
}
.metric strong { display: block; font-size: 25px; line-height: 1; }
.metric span, .card small { color: var(--muted); font-size: 13px; font-weight: 700; }
.panel {
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--surface);
  padding: 16px;
  display: grid;
  gap: 9px;
  box-shadow: 0 14px 36px rgba(15, 38, 49, .05);
}
.panel ul { margin: 0; padding-left: 20px; color: var(--muted); }
.panel li + li { margin-top: 6px; }
.panel a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
}
.section { padding: 44px 0; }
.section + .section { border-top: 1px solid var(--line); }
.section-head { display: grid; gap: 8px; max-width: 820px; margin-bottom: 18px; }
.grid { display: grid; gap: 12px; }
.grid .panel { min-height: 100%; }
.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card { display: grid; gap: 9px; }
.card a { color: var(--accent); font-weight: 820; }
.split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr);
  gap: 18px;
  align-items: start;
}
.split > div:first-child { display: grid; gap: 12px; }
.visual {
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  padding: 18px;
  overflow: hidden;
  box-shadow: 0 20px 56px rgba(15, 38, 49, .13);
}
.visual img { display: block; width: 100%; height: auto; border-radius: 6px; }
.request-card { display: grid; gap: 16px; }
.request-card h2 { font-size: clamp(24px, 3vw, 34px); }
.request-card .checklist { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 14px 0; }
.request-card .mini-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.request-card .mini-grid span {
  min-height: 54px;
  display: grid;
  align-content: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--field);
  padding: 10px;
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 820;
}
.meta-row { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 9px;
  background: #fff;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}
.answer-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: -18px;
  position: relative;
  z-index: 2;
}
.answer-card {
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--surface);
  padding: 15px;
  display: grid;
  gap: 7px;
  box-shadow: 0 14px 36px rgba(15, 38, 49, .05);
}
.checklist { display: grid; gap: 8px; padding: 0; margin: 0; list-style: none; }
.checklist li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 9px;
  align-items: start;
  color: #34322d;
}
.checklist li::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--accent-2);
}
.columns { columns: 2 300px; column-gap: 28px; }
.columns p { break-inside: avoid; margin-bottom: 12px; }
.quote-box { display: grid; gap: 10px; background: #fffaf0; }
.faq { display: grid; gap: 10px; }
.faq details {
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--surface);
  padding: 14px 16px;
}
.faq summary { cursor: pointer; font-weight: 840; }
.faq details p { margin-top: 8px; }
form { display: grid; gap: 12px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
label { display: grid; gap: 5px; color: var(--ink); font-weight: 780; font-size: 13px; }
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--field);
  color: var(--ink);
  font: inherit;
  padding: 10px;
}
textarea { min-height: 118px; resize: vertical; }
.wide { grid-column: 1 / -1; }
footer {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 26px 0 36px;
  background: var(--accent-dark);
  color: rgba(255,255,255,.72);
  font-size: 13px;
}
footer strong { color: #fff; display: block; margin-bottom: 4px; }
footer a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-weight: 760;
  text-decoration: none;
}
.footer-grid { display: flex; align-items: start; justify-content: space-between; gap: 18px; }
.footer-grid > div:last-child { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
@media (max-width: 860px) {
  .wrap { width: calc(100% - 28px); }
  .topbar { position: static; }
  .topbar .wrap { align-items: stretch; flex-direction: column; gap: 8px; min-height: auto; padding: 10px 0; }
  .brand { font-size: 14px; line-height: 1.1; }
  .topbar nav {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
    padding: 2px 0 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .topbar nav::-webkit-scrollbar { display: none; }
  .topbar nav a {
    flex: 0 0 auto;
    justify-content: center;
    min-height: 44px;
    min-width: 92px;
    padding: 6px 10px;
    text-align: center;
    font-size: 12px;
  }
  .actions { align-items: stretch; }
  .actions .button { width: 100%; }
  .pill { white-space: normal; }
  .home-hero { min-height: auto; }
  .home-hero::after {
    background:
      linear-gradient(180deg, rgba(11, 22, 28, .72) 0%, rgba(11, 22, 28, .84) 52%, rgba(11, 22, 28, .94) 100%);
  }
  .home-hero-image { height: 44%; object-position: center top; opacity: .72; }
  .home-hero-inner {
    min-height: auto;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 18px;
    padding: 34px 0 24px;
  }
  .home-copy { gap: 12px; max-width: none; }
  .home-copy h1 { font-size: clamp(31px, 8.8vw, 40px); line-height: 1.02; max-width: 100%; }
  .home-copy .lede { font-size: 15px; line-height: 1.48; color: rgba(248,250,246,.9); }
  .meta-row { gap: 6px; }
  .home-copy .pill { min-height: 24px; padding: 3px 8px; font-size: 11px; }
  .home-copy .actions .button.secondary { display: none; }
  .home-copy .notice { display: none; }
  .home-panel {
    border-radius: 7px;
    background: rgba(248, 250, 246, .98);
    padding: 14px;
    gap: 10px;
    box-shadow: 0 16px 36px rgba(0,0,0,.24);
  }
  .home-panel h2 { font-size: 19px; line-height: 1.12; }
  .home-panel form { gap: 9px; }
  .home-panel textarea { min-height: 88px; }
  .hero-form-note { font-size: 12px; line-height: 1.42; }
  .service-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin-top: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    box-shadow: none;
  }
  .service-rail a {
    min-height: 52px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 11px 9px;
    text-align: center;
    font-size: 12px;
    line-height: 1.18;
  }
  .service-rail a:nth-child(2n) { border-right: 0; }
  .hero.wrap, .metrics, .cols-3, .split, .answer-strip, .form-grid, .request-card .mini-grid, .photo-band { grid-template-columns: 1fr; }
  .section { padding: 34px 0; }
  .section-head { margin-bottom: 14px; }
  .photo-band { gap: 18px; }
  .service-list a { grid-template-columns: 24px 1fr; gap: 10px; padding: 13px 0; }
  .service-list a small { font-size: 12px; line-height: 1.45; }
  .panel, .quote-box, .card, .answer-card { padding: 14px; }
  .visual { padding: 12px; }
  h1 { font-size: 38px; }
  h2 { font-size: 27px; line-height: 1.08; }
  h3 { font-size: 17px; }
  .lede, p, li { font-size: 15px; }
  footer { padding: 22px 0 28px; }
  .footer-grid { flex-direction: column; }
  .footer-grid > div:last-child { justify-content: flex-start; }
}
@media (max-width: 560px) {
  .wrap { width: calc(100% - 20px); }
  .topbar .wrap { padding: 7px 0; }
  .topbar nav a { min-width: 86px; min-height: 44px; padding: 5px 9px; font-size: 11px; }
  .home-hero-inner { padding: 26px 0 18px; }
  .home-copy h1 { font-size: clamp(29px, 8.4vw, 34px); max-width: 100%; }
  .home-copy .lede { font-size: 14px; }
  .actions { gap: 8px; }
  .button { min-height: 44px; padding: 9px 12px; font-size: 13px; }
  input, select, textarea { min-height: 44px; padding: 9px; font-size: 14px; }
  label { gap: 4px; font-size: 12px; }
  .home-panel { margin-inline: -2px; padding: 12px; }
  .service-rail { width: 100%; }
  .service-rail a { min-height: 48px; padding: 10px 8px; }
  .section { padding: 30px 0; }
  .photo-frame { border-radius: 7px; }
  .photo-frame img { aspect-ratio: 4 / 3; }
  h2 { font-size: 25px; }
  .footer-grid > div:last-child { display: grid; gap: 8px; }
}
