:root {
  --green-950: #0d2b24;
  --green-900: #12352c;
  --green-800: #173f34;
  --green-700: #28594b;
  --cream: #f4f0e7;
  --cream-2: #ebe5d8;
  --paper: #fbf9f4;
  --ink: #18302a;
  --muted: #65736d;
  --gold: #c7a56a;
  --gold-soft: #e0cb9e;
  --line: #d8d3c8;
  --white: #fff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
  --shadow: 0 24px 70px rgba(24, 48, 42, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input, select { font: inherit; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 11px 15px; color: var(--green-950); background: var(--paper); border: 2px solid var(--gold); font-size: 14px; font-weight: 700; transform: translateY(-160%); transition: transform .18s ease; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  min-height: 88px;
  padding: 18px clamp(24px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--cream);
  background: var(--green-950);
  border-bottom: 1px solid rgba(255,255,255,.11);
}
.wordmark { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 13px; color: var(--cream); text-decoration: none; }
.logo-mark { width: 51px; height: 51px; display: block; }
.logo-copy { display: inline-flex; flex-direction: column; letter-spacing: .11em; line-height: 1; }
.logo-copy > span { font-family: var(--serif); font-size: 26px; }
.logo-copy small { margin-top: 5px; font-size: 9px; letter-spacing: .3em; }
.logo-copy i { color: var(--gold); font-style: normal; }
.header-actions { display: flex; align-items: center; gap: 24px; font-size: 13px; }
.location { color: rgba(255,255,255,.64); }
.text-link { text-underline-offset: 4px; text-decoration-color: var(--gold); }

.estimator-shell {
  padding: clamp(58px, 7vw, 96px) clamp(20px, 5vw, 76px) clamp(72px, 8vw, 112px);
  background:
    radial-gradient(circle at 85% 8%, rgba(199,165,106,.13), transparent 24%),
    linear-gradient(180deg, var(--green-950) 0 470px, var(--cream) 470px 100%);
}
.intro { max-width: 850px; margin: 0 auto 46px; text-align: center; color: var(--cream); }
.eyebrow { margin: 0 0 15px; color: var(--green-700); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold-soft); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 17px; font-family: var(--serif); font-weight: 400; font-size: clamp(44px, 6vw, 76px); line-height: .98; letter-spacing: -.025em; }
.lede { max-width: 680px; margin: 0 auto; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.7; }
.trust-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 32px; margin-top: 28px; color: rgba(255,255,255,.7); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.trust-row span + span::before { content: "•"; margin-right: 32px; color: var(--gold); }

.estimator-grid { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(340px, .85fr); align-items: start; box-shadow: var(--shadow); }
.estimator-card { padding: clamp(28px, 4vw, 54px); background: var(--paper); border-radius: 4px 0 0 4px; }
.form-heading { display: flex; justify-content: space-between; align-items: start; gap: 24px; margin-bottom: 34px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.step-label { margin-bottom: 7px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.form-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(28px, 3vw, 38px); font-weight: 400; }
.completion { padding: 8px 12px; color: var(--muted); background: var(--cream); border-radius: 99px; font-size: 12px; white-space: nowrap; }
fieldset { min-width: 0; margin: 0 0 32px; padding: 0; border: 0; }
legend, .field > span:first-child { display: block; margin-bottom: 13px; font-size: 15px; font-weight: 700; }

.project-choices { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.project-choice { position: relative; min-height: 114px; padding: 15px 10px 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; text-align: center; background: var(--white); border: 1px solid var(--line); border-radius: 3px; cursor: pointer; transition: .18s ease; }
.project-choice:hover { border-color: var(--gold); transform: translateY(-2px); }
.project-choice:has(input:checked) { color: var(--green-900); border: 2px solid var(--green-700); background: #f1f5f0; }
.project-choice:has(input:focus-visible), .finish-choices label:has(input:focus-visible), .option-check:has(input:focus-visible) { outline: 3px solid var(--gold); outline-offset: 3px; }
.project-choice input, .finish-choices input { position: absolute; opacity: 0; pointer-events: none; }
.choice-icon { width: 28px; height: 28px; display: grid; place-items: center; color: var(--green-700); border: 1px solid var(--gold); border-radius: 50%; font-family: var(--serif); font-size: 15px; }
.project-choice strong, .project-choice small { display: block; }
.project-choice strong { font-size: 15px; }
.project-choice small { margin-top: 4px; color: var(--muted); font-size: 13px; line-height: 1.35; }

.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 32px; }
.field input, .field select { width: 100%; height: 50px; padding: 0 14px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 2px; outline: none; }
.field input:focus, .field select:focus { border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(40,89,75,.09); }
.field small { display: block; margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.input-suffix { position: relative; display: block; }
.input-suffix input { padding-right: 66px; }
.input-suffix em { position: absolute; right: 13px; top: 16px; color: var(--muted); font-size: 13px; font-style: normal; }
.finish-fieldset { padding: 25px; background: var(--cream); border: 1px solid #e2dcd0; }
.finish-choices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.finish-choices label { position: relative; min-height: 83px; padding: 15px 11px; display: flex; align-items: center; justify-content: center; text-align: center; background: rgba(255,255,255,.6); border: 1px solid transparent; cursor: pointer; }
.finish-choices label:has(input:checked) { background: var(--white); border-color: var(--green-700); box-shadow: 0 3px 14px rgba(24,48,42,.08); }
.finish-choices strong, .finish-choices small { display: block; }
.finish-choices strong { font-family: var(--serif); font-size: 18px; font-weight: 400; }
.finish-choices small { margin-top: 4px; color: var(--muted); font-size: 13px; line-height: 1.35; }
.recommended { position: absolute; top: -10px; left: 50%; transform: translateX(-50%); padding: 3px 8px; color: var(--white); background: var(--green-700); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.option-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.option-check { min-height: 52px; padding: 12px 14px; display: flex; align-items: center; gap: 11px; background: var(--white); border: 1px solid var(--line); border-radius: 2px; cursor: pointer; font-size: 14px; line-height: 1.35; }
.option-check:hover { border-color: var(--gold); }
.option-check:has(input:checked) { background: #f1f5f0; border-color: var(--green-700); }
.option-check input { width: 18px; height: 18px; margin: 0; accent-color: var(--green-700); }
.privacy-note { margin: 18px 0 0; color: var(--muted); font-size: 12px; }

.result-card { position: sticky; top: 0; padding: clamp(30px, 4vw, 48px); color: var(--white); background: var(--green-800); border-radius: 0 4px 4px 0; overflow: hidden; }
.result-card::after { content: "VF"; position: absolute; right: -15px; top: 7px; color: rgba(255,255,255,.025); font-family: var(--serif); font-size: 170px; pointer-events: none; }
.range-wrap { position: relative; z-index: 1; padding-bottom: 23px; }
.range { margin-bottom: 8px; font-family: var(--serif); font-size: clamp(38px, 4vw, 52px); line-height: 1; letter-spacing: -.04em; white-space: nowrap; }
#range-label { margin: 0; color: rgba(255,255,255,.75); font-size: 14px; text-transform: capitalize; }
.range-meter { position: relative; height: 4px; margin-bottom: 26px; background: rgba(255,255,255,.13); }
.range-meter span { position: absolute; inset: 0 23% 0 7%; background: linear-gradient(90deg, var(--gold), #e7d09d); }
.range-meter i { position: absolute; left: 70%; top: -4px; width: 12px; height: 12px; background: var(--white); border: 3px solid var(--gold); border-radius: 50%; }
.breakdown { padding: 16px 0; border-top: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.breakdown div { display: flex; justify-content: space-between; gap: 20px; padding: 7px 0; font-size: 14px; }
.breakdown span { color: rgba(255,255,255,.72); }
.breakdown strong { font-weight: 600; }
.included { padding: 24px 0 16px; }
.included h3 { margin-bottom: 12px; font-size: 13px; letter-spacing: .07em; text-transform: uppercase; }
.included ul { margin: 0; padding: 0; list-style: none; }
.included li { position: relative; margin: 9px 0; padding-left: 20px; color: rgba(255,255,255,.8); font-size: 14px; line-height: 1.5; }
.included li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-soft); }
.sample-scope { margin: 2px 0 22px; border-top: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.sample-scope[hidden] { display: none; }
.sample-scope summary { padding: 17px 0; display: flex; align-items: center; justify-content: space-between; gap: 15px; color: var(--white); font-size: 14px; font-weight: 700; letter-spacing: .02em; cursor: pointer; list-style: none; }
.sample-scope summary::-webkit-details-marker { display: none; }
.sample-scope summary i { color: var(--gold-soft); font-family: var(--serif); font-size: 21px; font-style: normal; font-weight: 400; transition: transform .18s ease; }
.sample-scope[open] summary i { transform: rotate(45deg); }
.sample-scope-content { padding: 2px 0 18px; }
.scope-group { margin-bottom: 17px; }
.scope-group h4 { margin: 0 0 9px; color: var(--gold-soft); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.scope-group ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px 13px; list-style: none; }
.scope-group li { position: relative; padding-left: 14px; color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.5; }
.scope-group li::before { content: "·"; position: absolute; left: 0; color: var(--gold-soft); }
.sample-scope-content > p { margin: 4px 0 0; padding: 12px; color: rgba(255,255,255,.7); background: rgba(255,255,255,.05); font-size: 12px; line-height: 1.55; }
.disclaimer { margin: 9px 0 22px; padding: 15px; color: rgba(255,255,255,.74); background: rgba(255,255,255,.06); border-left: 2px solid var(--gold); font-size: 12px; line-height: 1.55; }
.disclaimer strong { display: block; margin-bottom: 4px; color: var(--white); font-size: 13px; }
.button { min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 18px; border: 1px solid transparent; border-radius: 2px; text-decoration: none; font-size: 14px; font-weight: 700; letter-spacing: .03em; cursor: pointer; transition: .18s ease; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, .phone-link:focus-visible, .text-link:focus-visible { outline: 3px solid var(--gold-soft); outline-offset: 4px; }
.button.primary { margin-top: 9px; color: var(--green-950); background: var(--gold-soft); }
.button.primary:hover { background: #ebd8ad; }
.button.secondary { width: 100%; color: var(--white); background: transparent; border-color: rgba(255,255,255,.25); }
.microcopy { margin: 12px 0 0; color: rgba(255,255,255,.64); text-align: center; font-size: 12px; line-height: 1.45; }

.process-section { max-width: 1240px; margin: 0 auto; padding: 25px clamp(20px, 5vw, 0) 105px; display: grid; grid-template-columns: .9fr 1.35fr; gap: clamp(50px, 8vw, 110px); align-items: start; content-visibility: auto; contain-intrinsic-size: 700px; }
.process-section h2 { max-width: 450px; font-family: var(--serif); font-size: clamp(36px, 4vw, 53px); font-weight: 400; line-height: 1.05; }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin: 0; padding: 0; list-style: none; }
.process-list li { padding-top: 18px; border-top: 1px solid var(--gold); }
.process-list span { display: block; margin-bottom: 30px; color: var(--gold); font-family: var(--serif); font-size: 14px; }
.process-list strong { display: block; margin-bottom: 8px; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.process-list p { color: var(--muted); font-size: 14px; line-height: 1.65; }

.closing-section { padding: 82px 24px; text-align: center; color: var(--cream); background: var(--green-950); }
.closing-section h2 { max-width: 760px; margin: 0 auto 16px; font-family: var(--serif); font-size: clamp(38px, 5vw, 62px); font-weight: 400; line-height: 1.05; }
.closing-section > p:not(.eyebrow) { max-width: 680px; margin: 0 auto; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.7; }
.closing-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 24px; margin-top: 30px; }
.button.warm { min-width: 220px; color: var(--green-950); background: var(--gold-soft); }
.phone-link { color: var(--white); font-size: 14px; text-underline-offset: 5px; text-decoration-color: var(--gold); }
footer { padding: 22px clamp(24px, 5vw, 76px); display: flex; justify-content: space-between; gap: 20px; color: #a2ada8; background: #09221c; font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.toast { position: fixed; left: 50%; bottom: 25px; z-index: 9; padding: 12px 18px; color: var(--white); background: var(--ink); border-radius: 3px; box-shadow: var(--shadow); font-size: 13px; opacity: 0; transform: translate(-50%, 15px); pointer-events: none; transition: .2s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.embed-mode .site-header,
.embed-mode .process-section,
.embed-mode .closing-section,
.embed-mode footer { display: none; }
.embed-mode .skip-link { display: none; }
.embed-mode .intro { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.embed-mode .estimator-shell { padding-top: 24px; padding-bottom: 48px; background: var(--cream); }

@media (max-width: 960px) {
  .estimator-grid { grid-template-columns: 1fr; max-width: 720px; }
  .estimator-card { border-radius: 4px 4px 0 0; }
  .result-card { position: relative; border-radius: 0 0 4px 4px; }
  .process-section { grid-template-columns: 1fr; padding-left: 24px; padding-right: 24px; }
}
@media (max-width: 680px) {
  .site-header { min-height: 72px; padding: 14px 20px; }
  .header-actions .location { display: none; }
  .header-actions { font-size: 12px; }
  .wordmark { gap: 9px; }
  .logo-mark { width: 41px; height: 41px; }
  .logo-copy > span { font-size: 20px; }
  .logo-copy small { font-size: 7px; letter-spacing: .25em; }
  .estimator-shell { padding-left: 14px; padding-right: 14px; background: linear-gradient(180deg, var(--green-950) 0 415px, var(--cream) 415px 100%); }
  .intro { margin-bottom: 34px; }
  h1 { font-size: 44px; }
  .lede { font-size: 16px; }
  .trust-row { gap: 8px 14px; }
  .trust-row span + span::before { display: none; }
  .estimator-card, .result-card { padding: 27px 20px; }
  .project-choices { grid-template-columns: repeat(2, 1fr); }
  .detail-grid { grid-template-columns: 1fr; }
  .finish-fieldset { padding: 20px 12px; }
  .finish-choices { grid-template-columns: 1fr; }
  .finish-choices label { min-height: 67px; }
  .option-grid { grid-template-columns: 1fr; }
  .scope-group ul { grid-template-columns: 1fr; }
  .range { font-size: 42px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list span { margin-bottom: 10px; }
  footer { flex-direction: column; align-items: center; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
