:root {
  --forest: #173c32;
  --forest-dark: #102821;
  --forest-soft: #244d42;
  --paper: #f5f3ec;
  --paper-2: #ebe8de;
  --white: #ffffff;
  --ink: #13221d;
  --ink-2: #34453e;
  --muted: #6c746f;
  --line: #d7d9d3;
  --accent: #c89b46;
  --accent-dark: #9f762d;
  --max: 1180px;
  --radius: 18px;
  --shadow: 0 20px 55px rgba(16, 40, 33, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.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; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; padding: 10px 14px; background: var(--white); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245,243,236,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(16,40,33,.08);
}
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; flex-direction: column; text-decoration: none; line-height: 1.05; }
.brand strong { font-size: 21px; font-weight: 850; letter-spacing: -.02em; }
.brand small { margin-top: 7px; color: var(--muted); font-size: 11px; letter-spacing: .03em; }
.main-nav { display: flex; align-items: center; gap: 25px; }
.main-nav > a:not(.button) { text-decoration: none; font-size: 14px; font-weight: 700; }
.main-nav > a:not(.button):hover { color: var(--accent-dark); }
.menu-button { display: none; border: 0; background: none; padding: 8px; }
.menu-button span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--ink); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 25px;
  border: 1px solid var(--accent);
  border-radius: 999px;
  background: var(--accent);
  color: #181d1a;
  font-weight: 850;
  text-decoration: none;
  transition: .2s ease;
}
.button:hover { background: var(--accent-dark); border-color: var(--accent-dark); color: var(--white); transform: translateY(-1px); }
.button-small { min-height: 40px; padding-inline: 18px; font-size: 14px; }
.button-full { width: 100%; border-radius: 12px; }
.text-link { font-weight: 800; text-decoration: none; }
.text-link:hover { color: var(--accent-dark); }

.eyebrow { margin: 0 0 14px; color: var(--accent-dark); text-transform: uppercase; font-size: 12px; font-weight: 900; letter-spacing: .15em; }
.eyebrow-light { color: #e0bd78; }
h1, h2, h3 { margin-top: 0; color: inherit; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 600; letter-spacing: -.045em; line-height: 1.02; }
h1 { max-width: 720px; margin-bottom: 26px; font-size: clamp(48px, 6.2vw, 80px); }
h2 { margin-bottom: 20px; font-size: clamp(37px, 4.7vw, 56px); }
h3 { margin-bottom: 12px; font-size: 24px; line-height: 1.12; letter-spacing: -.03em; }
.large-copy, .hero-lead { color: var(--ink-2); font-size: 20px; }

.hero {
  padding: 70px 0 74px;
  background: radial-gradient(circle at 18% 15%, rgba(200,155,70,.13), transparent 24%), linear-gradient(180deg, #faf8f3 0%, var(--paper) 100%);
}
.hero-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(380px,.88fr); gap: 70px; align-items: center; }
.hero-lead { max-width: 680px; margin: 0; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.hero-photo { position: relative; margin: 0; overflow: hidden; min-height: 540px; border-radius: 24px; box-shadow: var(--shadow); background: var(--forest); }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16,40,33,.03), rgba(16,40,33,.20)); pointer-events: none; }
.hero-photo img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; object-position: 50% 34%; }
.hero-photo figcaption, .process-photo figcaption { position: absolute; right: 14px; bottom: 12px; z-index: 2; padding: 5px 8px; border-radius: 999px; background: rgba(16,40,33,.78); color: rgba(255,255,255,.9); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.independence-band { padding: 46px 0; background: var(--forest-dark); color: var(--white); }
.independence-inner { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: center; }
.independence-inner h2 { margin: 0; color: var(--white); font-size: clamp(34px,4vw,50px); }
.independence-inner p:last-child { margin: 0; color: rgba(255,255,255,.75); font-size: 17px; }

.section { padding: 100px 0; }
.section-dark { background: var(--forest); color: var(--white); }
.section-muted { background: var(--paper-2); }
.section-heading { max-width: 790px; margin-bottom: 44px; }
.section-heading > p:last-child { max-width: 720px; margin-bottom: 0; color: var(--muted); font-size: 18px; }
.section-note { max-width: 850px; margin: 26px 0 0; color: var(--muted); font-size: 13px; }

.services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.service-card { min-height: 390px; padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.52); }
.service-card.service-primary { background: var(--white); box-shadow: var(--shadow); }
.service-topline { display: flex; justify-content: space-between; gap: 14px; margin-bottom: 60px; color: var(--accent-dark); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.service-card h3 { max-width: 520px; font-size: 30px; }
.service-lead { color: var(--ink-2); font-size: 18px; }
.service-card ul { margin: 28px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.service-card li { margin: 9px 0; color: var(--muted); font-size: 14px; }
.service-card li::before { content: "—"; margin-right: 9px; color: var(--accent-dark); }

.process-layout { display: grid; grid-template-columns: 1.05fr .75fr; gap: 78px; align-items: stretch; }
.process-copy h2 { color: var(--white); }
.process-list { margin: 38px 0 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.14); }
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.process-list li > span { color: var(--accent); font-weight: 900; }
.process-list h3 { margin: 0 0 7px; color: var(--white); font-size: 20px; }
.process-list p { margin: 0; color: rgba(255,255,255,.70); font-size: 14px; }
.process-photo { position: relative; margin: 0; overflow: hidden; min-height: 600px; border-radius: 22px; background: var(--forest-dark); }
.process-photo img { width: 100%; height: 100%; min-height: 600px; object-fit: cover; object-position: 45% center; filter: saturate(.82) contrast(.98); }
.process-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16,40,33,.04), rgba(16,40,33,.25)); }

.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: center; }
.check-panel { padding: 34px; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.check-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.check-columns ul { margin: 0; padding: 0; list-style: none; }
.check-columns li { padding: 13px 0; border-bottom: 1px solid var(--line); }
.check-columns li::before { content: "✓"; margin-right: 9px; color: var(--accent-dark); font-weight: 900; }
.fine-print { margin: 24px 0 0; color: var(--muted); font-size: 12px; }

.report-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: center; }
.report-sheet { aspect-ratio: 4 / 5.25; max-width: 430px; padding: 30px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 28px 70px rgba(16,40,33,.13); transform: rotate(-1.6deg); }
.sheet-brand { margin-bottom: 20px; font-size: 13px; font-weight: 900; letter-spacing: .12em; color: var(--forest); }
.sheet-top { display: flex; justify-content: space-between; padding-bottom: 16px; border-bottom: 2px solid var(--forest); font-size: 10px; font-weight: 900; }
.sheet-title { width: 60%; height: 22px; margin-top: 28px; background: var(--forest); }
.sheet-line { width: 68%; height: 7px; margin-top: 12px; background: #d9ddd9; }
.sheet-line.wide { width: 92%; }
.sheet-line.short { width: 45%; }
.sheet-photo { height: 170px; margin-top: 28px; display: grid; place-items: end start; padding: 16px; background: linear-gradient(135deg,#c8d0ca,#6e8179); }
.photo-mark { padding: 6px 9px; background: var(--accent); font-size: 9px; font-weight: 900; }
.sheet-note { margin-top: 26px; padding: 16px; background: #f1eee6; }
.sheet-note strong, .sheet-note span { display: block; }
.sheet-note strong { font-size: 11px; text-transform: uppercase; }
.sheet-note span { margin-top: 5px; font-size: 10px; color: var(--muted); }
.report-list { margin: 32px 0 0; padding: 0; list-style: none; }
.report-list li { display: grid; grid-template-columns: 150px 1fr; gap: 24px; padding: 18px 0; border-top: 1px solid rgba(16,40,33,.14); }
.report-list span { color: var(--muted); }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.faq-grid > div:first-child > p:last-child { color: var(--muted); }
.accordion details { border-top: 1px solid rgba(16,40,33,.18); }
.accordion details:last-child { border-bottom: 1px solid rgba(16,40,33,.18); }
.accordion summary { position: relative; padding: 23px 44px 23px 0; list-style: none; cursor: pointer; font-size: 18px; font-weight: 780; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 6px; top: 17px; color: var(--accent-dark); font-size: 28px; font-weight: 300; }
.accordion details[open] summary::after { content: "–"; }
.accordion details p { max-width: 740px; margin: 0 0 24px; color: var(--muted); }

.quote-section { background: #f0ede4; }
.quote-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.company-card { margin-top: 34px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.company-card strong, .company-card span { display: block; }
.company-card strong { font-size: 18px; }
.company-card span { margin-top: 4px; color: var(--muted); font-size: 13px; }
.company-card p { margin: 18px 0 0; color: var(--muted); font-size: 13px; }
.quote-form { padding: 34px; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.quote-form label { display: block; margin-bottom: 16px; font-size: 13px; font-weight: 800; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #cfd4cf; border-radius: 10px; background: #fbfbf9; color: var(--ink); outline: none; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--accent-dark); box-shadow: 0 0 0 3px rgba(200,155,70,.16); }
.form-row.two { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.checkbox { display: flex !important; gap: 10px; align-items: flex-start; font-weight: 500 !important; }
.checkbox input { width: 18px; margin-top: 3px; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 11px; }
.form-note.notice { color: var(--forest); font-weight: 800; }

.site-footer { padding: 62px 0 24px; background: #0c1d17; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr; gap: 60px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid p, .footer-grid span, .footer-grid a { color: rgba(255,255,255,.64); font-size: 13px; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { color: var(--white); }
.footer-brand { margin-bottom: 10px; color: var(--white); }
.footer-brand small { color: rgba(255,255,255,.55); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: 12px; }

@media (max-width: 980px) {
  .menu-button { display: block; }
  .main-nav { position: absolute; top: 78px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px 20px 24px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .main-nav.open { display: flex; }
  .main-nav > a:not(.button) { padding: 13px 2px; border-bottom: 1px solid var(--line); }
  .main-nav .button { margin-top: 14px; }
  .hero-grid, .independence-inner, .process-layout, .split-grid, .report-grid, .faq-grid, .quote-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero { padding-top: 54px; }
  .hero-photo { min-height: 460px; }
  .hero-photo img { min-height: 460px; }
  .independence-inner { gap: 18px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .process-photo { min-height: 470px; }
  .process-photo img { min-height: 470px; }
  .report-sheet { justify-self: center; }
  .footer-grid { grid-template-columns: 1.3fr 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { min-height: 70px; }
  .main-nav { top: 70px; }
  .brand strong { font-size: 19px; }
  .brand small { display: none; }
  .hero { padding: 42px 0 54px; }
  h1 { font-size: clamp(44px, 13vw, 61px); }
  h2 { font-size: 38px; }
  .large-copy, .hero-lead { font-size: 18px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .hero-actions .text-link { padding-left: 4px; }
  .hero-photo { min-height: 420px; border-radius: 18px; }
  .hero-photo img { min-height: 420px; }
  .independence-band { padding: 38px 0; }
  .section { padding: 72px 0; }
  .section-heading { margin-bottom: 32px; }
  .service-card, .check-panel, .quote-form { padding: 24px; }
  .service-topline { margin-bottom: 36px; }
  .service-card h3 { font-size: 27px; }
  .process-photo { min-height: 390px; }
  .process-photo img { min-height: 390px; }
  .check-columns, .form-row.two { grid-template-columns: 1fr; gap: 0; }
  .report-list li { grid-template-columns: 1fr; gap: 3px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}
