:root {
  --ink: #202729;
  --quiet: #52635f;
  --pine: #21453f;
  --blue: #38586e;
  --copper: #a45f45;
  --gold: #d4aa58;
  --mist: #eef3f0;
  --paper: #fbf8ef;
  --white: #ffffff;
  --line: rgba(32, 39, 41, 0.15);
  --shadow: 0 24px 64px rgba(30, 49, 48, 0.17);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body {
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: absolute; top: -80px; left: 16px; z-index: 20; padding: 10px 12px; background: var(--white); }
.skip-link:focus { top: 12px; }

.site-bar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px clamp(16px, 4vw, 42px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--white);
  background: var(--pine);
  border-radius: 8px;
  font-weight: 900;
}
.brand strong, .brand small { display: block; }
.brand small { color: var(--quiet); font-size: 0.78rem; }
.nav-links { display: flex; gap: 18px; color: var(--quiet); font-size: 0.92rem; }
.nav-links a, .text-link { text-decoration: none; }
.nav-links a:hover, .text-link:hover { color: var(--copper); }
.call-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: var(--white);
  background: var(--copper);
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(48, 37, 33, 0.18);
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}
.call-button:hover { background: var(--pine); }
.call-button.large { min-height: 54px; padding-inline: 24px; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(330px, 0.78fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: stretch;
  min-height: min(740px, calc(100svh - 72px));
  padding: clamp(56px, 7vw, 96px) clamp(16px, 5vw, 64px);
  background:
    linear-gradient(90deg, rgba(238, 243, 240, 0.96), rgba(255,255,255,0.92) 48%, rgba(251,248,239,0.96)),
    radial-gradient(circle at top left, rgba(212, 170, 88, 0.22), transparent 34%);
}
.hero-copy { display: flex; max-width: 780px; flex-direction: column; justify-content: center; }
.eyebrow, .section-kicker {
  margin: 0 0 14px;
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2 {
  margin: 0;
  color: var(--pine);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
h1 { max-width: 820px; font-size: clamp(2.55rem, 5.2vw, 5.3rem); }
h2 { font-size: clamp(2rem, 4vw, 3.85rem); }
h3 { margin: 0 0 8px; color: var(--pine); font-size: 1.02rem; }
.lede { max-width: 700px; margin: 22px 0 0; color: #38484a; font-size: clamp(1.04rem, 1.6vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 30px; }
.text-link { color: var(--blue); font-weight: 850; }
.help-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 32px; }
.help-strip span {
  padding: 11px 12px;
  background: rgba(255,255,255,0.82);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--pine);
  font-size: 0.86rem;
  font-weight: 800;
}
.hero-card { display: grid; align-content: end; margin: 0; }
.hero-card img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow); }
.hero-card figcaption { margin-top: 14px; color: var(--quiet); font-size: 0.92rem; }

.call-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 24px clamp(16px, 5vw, 64px);
  color: var(--white);
  background: linear-gradient(90deg, var(--pine), var(--blue));
}
.call-band strong, .call-band span { display: block; }
.call-band span { color: rgba(255,255,255,0.76); }

.section { max-width: var(--max); margin: 0 auto; padding: clamp(58px, 8vw, 96px) clamp(16px, 4vw, 32px); }
.decision-desk { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.7fr); gap: clamp(30px, 6vw, 76px); align-items: start; }
.section-copy p:not(.section-kicker), .section-heading p { color: var(--quiet); font-size: 1.04rem; }
.priority-list { display: grid; gap: 12px; }
.priority-list article {
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 6px solid var(--gold);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(24, 42, 43, 0.07);
}
.priority-list strong, .priority-list span { display: block; }
.priority-list span { margin-top: 4px; color: var(--quiet); }

.photo-ledger { display: grid; grid-template-columns: 1.08fr 0.92fr 0.86fr; gap: 18px; }
.photo-ledger article { overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: 8px; }
.photo-ledger img { width: 100%; aspect-ratio: 1.18 / 1; object-fit: cover; }
.photo-ledger h3, .photo-ledger p { margin-left: 18px; margin-right: 18px; }
.photo-ledger h3 { margin-top: 18px; }
.photo-ledger p { margin-bottom: 20px; color: var(--quiet); }

.section-heading { max-width: 790px; margin-bottom: 28px; }
.service-matrix { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-matrix article {
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(20, 31, 26, 0.07);
}
.service-matrix p { margin: 0; color: var(--quiet); }

.route-panel {
  padding: clamp(30px, 5vw, 54px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(33, 69, 63, 0.98), rgba(56, 88, 110, 0.97)),
    radial-gradient(circle at bottom right, rgba(212,170,88,0.2), transparent 34%);
  border-radius: 8px;
}
.route-panel h2 { color: var(--white); }
.route-panel ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 28px 0; padding: 0; list-style: none; }
.route-panel li { padding: 18px; background: rgba(255,255,255,0.1); border-radius: 8px; }
.route-panel span { display: block; color: rgba(255,255,255,0.8); }

.areas {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  max-width: none;
  padding-inline: max(16px, calc((100vw - var(--max)) / 2));
  background: var(--paper);
}
.areas div { max-width: 760px; }
.areas p { color: var(--quiet); }
.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.faq-grid details {
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(20, 31, 26, 0.07);
}
summary { cursor: pointer; color: var(--pine); font-weight: 850; }
details p { color: var(--quiet); }
.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 34px clamp(16px, 5vw, 64px);
  color: var(--white);
  background: #162320;
}
.site-footer p { max-width: 760px; color: rgba(255,255,255,0.72); }

@media (max-width: 940px) {
  .nav-links { display: none; }
  .hero, .decision-desk, .photo-ledger, .service-matrix, .route-panel ol, .faq-grid { grid-template-columns: 1fr; }
  .hero-card img { height: auto; min-height: 0; object-fit: contain; }
  .help-strip { grid-template-columns: repeat(2, 1fr); }
  .call-band, .areas, .site-footer { grid-template-columns: 1fr; align-items: stretch; }
  .site-footer { flex-direction: column; }
}

@media (max-width: 700px) {
  .site-bar { min-height: 56px; justify-content: center; padding: 6px 12px; }
  .brand, .nav-links { display: none; }
  .header-call { width: min(100%, 420px); min-height: 44px; }
  .hero { display: block; width: 100%; max-width: 100vw; min-height: auto; padding: 34px 24px 46px; }
  .hero-copy, .hero-card, .hero-actions, .help-strip, .lede, .section-copy, .section-heading { width: 100%; max-width: calc(100vw - 48px); min-width: 0; }
  .hero-card { margin-top: 28px; }
  h1 { max-width: calc(100vw - 48px); font-size: clamp(1.9rem, 8.7vw, 2.32rem); line-height: 1.06; }
  h2 { font-size: clamp(1.82rem, 8.5vw, 2.35rem); line-height: 1.08; }
  .lede { font-size: 1rem; }
  .help-strip { grid-template-columns: 1fr; }
  .call-button { width: 100%; max-width: 100%; white-space: normal; text-align: center; }
  .hero-actions { align-items: stretch; }
  .text-link { text-align: center; }
}
