:root {
  --ink: #17211f;
  --muted: #5d6865;
  --paper: #f5f3ed;
  --white: #fff;
  --accent: #b86b3d;
  --deep: #173f3a;
  --line: rgba(23, 33, 31, .16);
  --hero-position: center;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 99; background: var(--white); padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.shell { width: min(var(--max), calc(100% - 3rem)); margin-inline: auto; }
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.24);
}
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { text-decoration: none; font-family: Georgia, serif; font-size: clamp(1.15rem, 2vw, 1.45rem); font-weight: 700; }
.nav-links { display: flex; align-items: center; gap: 1.5rem; font-size: .92rem; }
.nav-links a { text-decoration: none; }
.nav-links a:not(.button):hover { text-decoration: underline; text-underline-offset: .35rem; }
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .75rem 1.05rem;
  border: 1px solid transparent;
  border-radius: 4px;
  background: var(--accent);
  color: var(--white);
  font-weight: 750;
  text-decoration: none;
  transition: transform .2s ease, filter .2s ease, background-color .2s ease;
}
.button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.button.secondary { background: transparent; border-color: currentColor; }
.hero {
  position: relative;
  min-height: min(820px, 92svh);
  color: var(--white);
  background-image: linear-gradient(90deg, rgba(8,20,19,.84) 0%, rgba(8,20,19,.48) 47%, rgba(8,20,19,.05) 78%), var(--hero-image);
  background-size: cover;
  background-position: var(--hero-position);
  display: grid;
  align-items: end;
  overflow: hidden;
}
.hero-inner { width: min(var(--max), calc(100% - 3rem)); margin: 0 auto; padding: 9.5rem 0 clamp(4.5rem, 9vw, 7.5rem); }
.eyebrow { margin: 0 0 1rem; text-transform: uppercase; letter-spacing: .12em; font-size: .76rem; font-weight: 800; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.08; font-weight: 500; }
h1 { max-width: 760px; margin: 0; font-size: clamp(2.75rem, 7vw, 6rem); }
.hero-copy { max-width: 620px; margin: 1.35rem 0 0; font-size: clamp(1rem, 2vw, 1.2rem); color: rgba(255,255,255,.9); }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.urgent-strip { background: var(--deep); color: var(--white); }
.urgent-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.25rem; padding: 1.1rem 0; }
.urgent-label { font-weight: 850; }
.urgent-inner p { margin: 0; color: rgba(255,255,255,.82); }
.text-link { font-weight: 750; text-underline-offset: .25rem; white-space: nowrap; }
.section { padding: clamp(4.5rem, 9vw, 8rem) 0; }
.section.white { background: var(--white); }
.section.dark { background: var(--deep); color: var(--white); }
.section-head { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.section h2 { margin: 0; font-size: clamp(2.15rem, 4.8vw, 4.5rem); }
.lede { margin: 0; font-size: clamp(1.08rem, 2vw, 1.35rem); color: var(--muted); }
.dark .lede { color: rgba(255,255,255,.76); }
.service-list { margin-top: clamp(3rem, 6vw, 5.5rem); border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 4rem minmax(0, .9fr) minmax(0, 1.25fr); gap: 2rem; padding: 1.55rem 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.service-row .number { color: var(--accent); font-weight: 850; }
.service-row h3 { margin: 0; font-size: clamp(1.3rem, 2.2vw, 1.8rem); }
.service-row p { margin: 0; color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 3.5rem; border-top: 1px solid rgba(255,255,255,.28); }
.step { padding: 2rem 2rem 0 0; }
.step + .step { border-left: 1px solid rgba(255,255,255,.28); padding-left: 2rem; }
.step strong { display: block; color: var(--accent); font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; }
.step h3 { margin: .7rem 0; font-size: 1.5rem; }
.step p { margin: 0; color: rgba(255,255,255,.73); }
.faq { max-width: 850px; margin: 3rem auto 0; border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; padding: 1.35rem 2.5rem 1.35rem 0; font-family: Georgia, serif; font-size: 1.25rem; position: relative; }
summary::after { content: "+"; position: absolute; right: .25rem; font-family: system-ui; color: var(--accent); }
details[open] summary::after { content: "−"; }
details p { margin: -.25rem 0 1.5rem; color: var(--muted); max-width: 720px; }
.contact-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 9vw, 8rem); align-items: start; }
.contact-layout h2 { max-width: 700px; }
.contact-panel { border-top: 1px solid rgba(255,255,255,.3); padding-top: 1.4rem; }
.contact-panel a { display: block; width: fit-content; margin: .7rem 0; font-size: clamp(1.15rem, 2.2vw, 1.5rem); text-underline-offset: .3rem; }
.contact-panel address { margin-top: 1.5rem; color: rgba(255,255,255,.72); font-style: normal; }
.fineprint { margin-top: 2rem; font-size: .82rem; color: rgba(255,255,255,.62); }
footer { background: #0e1917; color: rgba(255,255,255,.72); }
.footer-inner { padding: 2rem 0; display: flex; justify-content: space-between; gap: 1.5rem; font-size: .82rem; }
.footer-inner p { margin: 0; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes heroIn { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
.hero-inner > * { animation: heroIn .7s both; }
.hero-inner > :nth-child(2) { animation-delay: .08s; }
.hero-inner > :nth-child(3) { animation-delay: .16s; }
.hero-inner > :nth-child(4) { animation-delay: .24s; }
@media (max-width: 760px) {
  .shell, .hero-inner { width: min(100% - 2rem, var(--max)); }
  .nav { min-height: 66px; }
  .nav-links a:not(.button) { display: none; }
  .nav-links .button { min-height: 42px; padding: .55rem .75rem; }
  .hero { min-height: 760px; background-image: linear-gradient(180deg, rgba(7,17,16,.36), rgba(7,17,16,.84) 72%), var(--hero-image); background-position: 62% center; }
  .hero-inner { padding-bottom: 3.5rem; }
  .urgent-inner { grid-template-columns: 1fr; gap: .35rem; }
  .section-head, .contact-layout { grid-template-columns: 1fr; }
  .service-row { grid-template-columns: 2.5rem 1fr; gap: .75rem; }
  .service-row p { grid-column: 2; }
  .steps { grid-template-columns: 1fr; }
  .step { padding: 1.5rem 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .step + .step { border-left: 0; padding-left: 0; }
  .footer-inner { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Lead flow */
.lead-band { background: #eef1ed; }
.lead-intro { max-width: 760px; margin-bottom: 2.5rem; }
.lead-intro h2 { margin-bottom: 1rem; }
.lead-intro .lede { max-width: 700px; }
.lead-form { max-width: 900px; }
.progress-wrap { display: flex; align-items: center; gap: 1rem; margin-bottom: 2.25rem; }
.progress-track { height: 4px; flex: 1; background: rgba(23,33,31,.13); overflow: hidden; }
.progress-bar { height: 100%; width: 25%; background: var(--accent); transition: width .3s ease; }
.progress-label { min-width: 82px; color: var(--muted); font-size: .85rem; font-weight: 750; }
.form-step[hidden] { display: none; }
.form-step h3 { margin: 0 0 .65rem; font-size: clamp(1.65rem, 3vw, 2.35rem); }
.field-help { max-width: 680px; margin: 0 0 1.75rem; color: var(--muted); }
.choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.choice { position: relative; display: flex; align-items: center; min-height: 60px; padding: .9rem 1rem; border: 1px solid var(--line); background: rgba(255,255,255,.66); cursor: pointer; transition: border-color .2s ease, background-color .2s ease, transform .2s ease; }
.choice:hover { border-color: var(--accent); transform: translateY(-1px); }
.choice input { width: 1.1rem; height: 1.1rem; margin: 0 .8rem 0 0; accent-color: var(--accent); flex: 0 0 auto; }
.choice:has(input:checked) { border-color: var(--accent); background: var(--white); box-shadow: inset 4px 0 0 var(--accent); }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.field { display: grid; gap: .45rem; margin-bottom: 1rem; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 800; font-size: .9rem; }
.field input, .field select { width: 100%; min-height: 52px; border: 1px solid var(--line); border-radius: 2px; background: var(--white); color: var(--ink); padding: .75rem .85rem; font: inherit; }
.field input:focus, .field select:focus { outline: 3px solid rgba(216,128,84,.28); border-color: var(--accent); }
.consent-list { display: grid; gap: .8rem; margin-top: 1.35rem; }
.consent { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: .7rem; color: var(--muted); font-size: .9rem; }
.consent input { width: 1.1rem; height: 1.1rem; margin-top: .2rem; accent-color: var(--accent); }
.consent a { text-underline-offset: .2rem; }
.form-actions { display: flex; justify-content: space-between; gap: .75rem; margin-top: 2rem; border-top: 1px solid var(--line); padding-top: 1.5rem; }
.form-actions .button[hidden] { display: none; }
.button.back { color: var(--ink); border-color: var(--line); background: transparent; }
.button.back:hover { background: var(--white); }
.form-error { min-height: 1.5rem; margin: 1rem 0 0; color: #9b302b; font-weight: 700; }
.form-status { padding: 2rem 0; }
.form-status h3 { font-size: 2.2rem; }
.trust-line { display: flex; flex-wrap: wrap; gap: 1rem 2rem; margin-top: 2rem; color: var(--muted); font-size: .85rem; }
.trust-line span::before { content: "✓"; color: var(--accent); margin-right: .45rem; font-weight: 900; }
.legal-page { padding: 8rem 0 5rem; background: var(--white); }
.legal-copy { max-width: 780px; }
.legal-copy h1 { color: var(--ink); font-size: clamp(2.5rem, 6vw, 5rem); }
.legal-copy h2 { margin: 3rem 0 1rem; font-size: 2rem; }
.legal-copy h3 { margin: 2rem 0 .75rem; font-size: 1.35rem; }
.legal-copy p, .legal-copy li { color: var(--muted); }
.legal-copy .updated { margin-top: 1rem; font-size: .86rem; }
@media (max-width: 760px) {
  .choice-grid, .field-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .form-actions { align-items: stretch; }
  .form-actions .button { flex: 1; }
  .trust-line { display: grid; gap: .45rem; }
}
