:root {
  --ink: #14211d;
  --muted: #4f5e59;
  --bg: #f5f3ee;
  --card: #ffffff;
  --brand: #0f4c3a;
  --brand-2: #16664e;
  --accent: #e0a526;
  --line: #dcd8cf;
  --err: #a3261b;
  --ok-bg: #eef6f2;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: var(--ink); background: var(--bg); line-height: 1.55; -webkit-text-size-adjust: 100%; }
a { color: var(--brand-2); }
.wrap { max-width: 1040px; margin: 0 auto; padding: 0 16px; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 8px; top: 8px; background: #fff; padding: 8px 12px; z-index: 99; }

/* header */
header.top { background: var(--card); border-bottom: 1px solid var(--line); }
.top-inner { display: flex; justify-content: space-between; align-items: center; padding-top: 14px; padding-bottom: 14px; gap: 12px; }
.logo { font-weight: 800; font-size: 21px; color: var(--brand); letter-spacing: -0.3px; text-decoration: none; }
.logo span { color: var(--accent); }
.top-right { display: flex; align-items: center; gap: 16px; }
.tag { font-size: 13px; color: var(--muted); }
.top-phone { font-weight: 800; color: var(--brand); text-decoration: none; white-space: nowrap; }

/* hero */
.hero { background: var(--brand); color: #fff; padding: 52px 0 60px; }
.hero .grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 40px; align-items: start; }
.eyebrow { display: inline-block; background: rgba(255,255,255,0.12); border-radius: 999px; padding: 4px 12px; font-size: 13px; font-weight: 600; margin-bottom: 16px; }
h1 { font-size: 40px; line-height: 1.12; margin: 0 0 16px; letter-spacing: -0.8px; }
.hero p.lead { font-size: 18px; color: rgba(255,255,255,0.9); margin: 0 0 22px; }
.checks { list-style: none; padding: 0; margin: 0 0 8px; }
.checks li { padding-left: 28px; position: relative; margin-bottom: 8px; }
.checks li:before { content: "\2713"; position: absolute; left: 0; color: var(--accent); font-weight: 800; }
.free-badge { display: inline-block; margin-top: 14px; background: var(--accent); color: #1b1b1b; font-weight: 800; border-radius: 8px; padding: 6px 12px; font-size: 14px; }

/* form */
.formcard { background: var(--card); color: var(--ink); border-radius: 16px; padding: 24px; box-shadow: 0 12px 32px rgba(0,0,0,0.18); scroll-margin-top: 16px; }
.formcard h2 { margin: 0 0 4px; font-size: 21px; }
.formcard .sub { margin: 0 0 12px; color: var(--muted); font-size: 14px; }
label.q { display: block; font-weight: 700; font-size: 14px; margin: 12px 0 6px; }
select, input[type=text], input[type=email], input[type=tel] { width: 100%; padding: 11px 12px; border: 1px solid #c9c4b8; border-radius: 10px; font-size: 16px; background: #fff; color: var(--ink); }
select:focus, input:focus { outline: 2px solid var(--brand-2); outline-offset: 1px; border-color: var(--brand-2); }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: 12.5px; color: var(--muted); margin: 12px 0 0; line-height: 1.45; }
.consent-block { font-size: 11.5px; color: var(--muted); line-height: 1.45; margin: 14px 0 0; }
.consent-block a { color: var(--muted); }
.consent input { margin-top: 3px; flex: none; width: 17px; height: 17px; }
.btn { display: inline-block; width: 100%; background: var(--accent); color: #1b1b1b; border: 0; border-radius: 12px; padding: 15px 18px; font-size: 17px; font-weight: 800; cursor: pointer; text-align: center; text-decoration: none; margin-top: 16px; }
.btn:hover { filter: brightness(0.96); }
.btn[disabled] { opacity: 0.6; cursor: wait; }
.fine { font-size: 12px; color: var(--muted); margin-top: 10px; }
.errors { background: #fdecea; border: 1px solid #f1b8b2; color: var(--err); border-radius: 10px; padding: 10px 12px; font-size: 14px; margin-bottom: 8px; }
.errors ul { margin: 4px 0 0; padding-left: 18px; }
.field-err { border-color: var(--err) !important; }
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

/* hero layout: form sits between headline and bullets on mobile */
.hero .grid { grid-template-areas: "top form" "more form"; grid-template-rows: auto 1fr; row-gap: 8px; }
.hero-top { grid-area: top; }
.hero-more { grid-area: more; }
.formcard { grid-area: form; }

/* two-step survey form */
.sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.progress { height: 6px; background: #ece8df; border-radius: 99px; overflow: hidden; }
.progress .bar { display: block; height: 100%; width: 50%; background: var(--accent); transition: width .25s; }
.stepnote { font-size: 13px; color: var(--muted); margin: 8px 0 4px; font-weight: 600; }
fieldset { border: 0; padding: 0; margin: 14px 0 0; min-width: 0; }
legend { font-weight: 800; font-size: 15px; margin-bottom: 8px; padding: 0; }
.opts { display: grid; gap: 8px; }
.opts.cols2 { grid-template-columns: 1fr 1fr; }
.opts.cols3 { grid-template-columns: 1fr 1fr 1fr; }
.opt { position: relative; cursor: pointer; }
.opt input { position: absolute; opacity: 0; pointer-events: none; }
.opt span { display: flex; align-items: center; justify-content: center; text-align: center; min-height: 44px; padding: 8px 10px; border: 1.5px solid #c9c4b8; border-radius: 10px; font-size: 14px; font-weight: 600; line-height: 1.25; background: #fff; transition: border-color .12s, background .12s; }
.opt:hover span { border-color: var(--brand-2); }
.opt input:focus-visible + span { outline: 2px solid var(--brand-2); outline-offset: 2px; }
.opt input:checked + span { border-color: var(--brand); background: var(--ok-bg); color: var(--brand); box-shadow: inset 0 0 0 1px var(--brand); }
.opts.field-err .opt span { border-color: var(--err); }
.ferr { color: var(--err); font-size: 12.5px; margin: 4px 0 0; }
input.in { margin-top: 10px; }
.phint { font-size: 12.5px; margin: 4px 0 0; min-height: 0; }
.phint:empty { display: none; }
.phint.ok { color: var(--brand-2); font-weight: 600; }
.phint.bad { color: var(--err); }
.phint.wait { color: var(--muted); }
.phint.sug { color: #26332f; }
.phint .fix { background: none; border: 0; padding: 0; color: var(--brand-2); font: inherit; font-weight: 700; text-decoration: underline; cursor: pointer; }
input.field-ok { border-color: var(--brand-2); }
.row2 > div { min-width: 0; }
.result { background: var(--ok-bg); border: 1px solid #b9d9cb; border-radius: 12px; padding: 12px 14px; margin: 14px 0 4px; }
.result-h { margin: 0 0 4px; font-weight: 800; color: var(--brand); font-size: 17px; }
.result-t { margin: 0; font-size: 14px; color: #26332f; }
.step2-h { font-weight: 800; font-size: 17px; margin: 14px 0 0; }
.backlink { display: block; margin: 10px auto 0; background: none; border: 0; color: var(--muted); font-size: 14px; cursor: pointer; text-decoration: underline; }
.js-only { display: none; }
.js .js-only { display: block; }
.js .js-only.btn { display: inline-block; }
.js #lead-form:not(.on2) #step2 { display: none; }
.js #lead-form.on2 #step1 { display: none; }

/* sections */
section { padding: 56px 0; }
h2.sec { font-size: 30px; margin: 0 0 10px; letter-spacing: -0.5px; }
p.secsub { color: var(--muted); margin: 0 0 28px; max-width: 720px; }
.cards3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cards2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.card { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 20px; }
.card h3 { margin: 0 0 8px; font-size: 18px; }
.card p { margin: 0; color: var(--muted); font-size: 15px; }
.num { display: inline-flex; width: 32px; height: 32px; border-radius: 50%; background: var(--brand); color: #fff; font-weight: 800; align-items: center; justify-content: center; margin-bottom: 10px; }
.path { border-top: 5px solid var(--brand); }
.path.b { border-top-color: var(--brand-2); }
.path.c { border-top-color: var(--accent); }
.who { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.6px; color: var(--brand-2); margin-bottom: 6px; }
.white { background: var(--card); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
ul.list { padding-left: 20px; margin: 0; }
ul.list li { margin-bottom: 6px; }
.do h3 { color: var(--brand); }
.dont h3 { color: #8a3b12; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.stat { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 18px; }
.stat .big { font-size: 26px; font-weight: 800; color: var(--brand); }
.stat .lbl { font-size: 14px; color: var(--muted); }
details { background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 14px 18px; margin-bottom: 10px; }
summary { font-weight: 700; cursor: pointer; }
details p { color: var(--muted); margin: 10px 0 0; }
.cta { background: var(--brand); color: #fff; text-align: center; }
.cta h2 { font-size: 28px; margin: 0 0 10px; }
.cta p { color: rgba(255,255,255,0.88); margin: 0 auto 6px; max-width: 620px; }
.cta .btn { width: auto; padding: 15px 32px; }

/* legal / content pages */
.doc { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 32px; margin: 32px auto 48px; max-width: 860px; }
.doc h1 { font-size: 32px; color: var(--brand); }
.doc h2 { font-size: 21px; margin: 28px 0 8px; color: var(--brand); }
.doc h3 { font-size: 17px; margin: 18px 0 6px; }
.doc p, .doc li { color: #26332f; }
.doc .meta { color: var(--muted); font-size: 14px; }
.doc table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 10px 0; }
.doc th, .doc td { border: 1px solid var(--line); padding: 8px; text-align: left; vertical-align: top; }
.doc th { background: #f3f1ec; }
.box { background: var(--ok-bg); border: 1px solid #b9d9cb; border-radius: 12px; padding: 16px 18px; margin: 16px 0; }
.box.warn { background: #fff4d6; border-color: #e6c56b; }
.checkrow { display: flex; gap: 10px; align-items: flex-start; margin: 8px 0; }
.checkrow input { margin-top: 4px; }

/* footer */
.site-footer { background: #0c1a16; color: rgba(255,255,255,0.72); font-size: 12.5px; padding: 32px 0 90px; }
.site-footer p { margin: 0 0 10px; }
.site-footer b { color: #fff; }
.site-footer a { color: rgba(255,255,255,0.9); }
.foot-nav { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-bottom: 16px; font-size: 13.5px; }

/* sticky mobile CTA */
.sticky-cta { display: none; }
@media (max-width: 860px) {
  .hero .grid, .cards3, .cards2, .stats { grid-template-columns: 1fr; }
  h1 { font-size: 30px; }
  .hero { padding: 32px 0 40px; }
  section { padding: 40px 0; }
  .tag { display: none; }
  .doc { padding: 20px; margin: 16px auto 32px; }
  .hero .grid { grid-template-areas: "top" "form" "more"; grid-template-rows: auto; gap: 18px; }
  .hero-top .eyebrow { display: none; }
  .hero p.lead { font-size: 16px; margin-bottom: 0; }
  .opts.cols3 { grid-template-columns: 1fr 1fr 1fr; }
  .opt span { font-size: 13px; padding: 8px 6px; }
  .sticky-cta { display: flex; gap: 8px; position: fixed; left: 0; right: 0; bottom: 0; padding: 10px 12px; background: rgba(255,255,255,0.97); border-top: 1px solid var(--line); z-index: 50; transition: transform .2s; }
  .sticky-cta.hide { transform: translateY(110%); }
  .sticky-cta a { flex: 1; margin: 0; padding: 13px 10px; font-size: 15px; }
  .sticky-cta a.call { background: var(--brand); color: #fff; }
}


/* ---------- photography + typography ---------- */
h1, h2.sec, .cta h2, .doc h1 { font-family: "Source Serif 4", Georgia, "Times New Roman", serif; font-weight: 700; letter-spacing: -0.3px; }
h1 { font-size: 44px; }
.hero {
  background:
    linear-gradient(90deg, rgba(8,34,27,0.94) 0%, rgba(8,34,27,0.82) 42%, rgba(8,34,27,0.45) 100%),
    url("/assets/img/hero-desktop.jpg") center / cover no-repeat, var(--brand);
  padding: 72px 0 80px;
}
.hero-ty {
  background:
    linear-gradient(90deg, rgba(8,34,27,0.93) 0%, rgba(8,34,27,0.80) 50%, rgba(8,34,27,0.55) 100%),
    url("/assets/img/thank-you.jpg") center / cover no-repeat, var(--brand);
  padding-top: 64px;
}
.cta {
  background:
    linear-gradient(rgba(8,34,27,0.70), rgba(8,34,27,0.80)),
    url("/assets/img/cta-band.jpg") center / cover no-repeat, var(--brand);
  padding: 84px 0;
}
.photo { display: block; width: 100%; height: auto; max-height: 520px; border-radius: 16px; box-shadow: 0 10px 30px rgba(20,33,29,0.12); object-fit: cover; }
.photo.wide { aspect-ratio: 21 / 8; margin-bottom: 20px; }
.photo.band { aspect-ratio: 16 / 5; margin-bottom: 20px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; margin-bottom: 28px; }
.split .secsub { margin-bottom: 12px; }
.cardimg { display: block; height: auto; max-width: none; width: calc(100% + 40px); margin: -20px -20px 16px; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 12px 12px 0 0; }
.card.path { border-top: 0; overflow: hidden; }
.card.path .who { border-left: 4px solid var(--brand); padding-left: 8px; }
.card.path.b .who { border-left-color: var(--brand-2); }
.card.path.c .who { border-left-color: var(--accent); }
.card { box-shadow: 0 2px 10px rgba(20,33,29,0.05); }
@media (max-width: 860px) {
  h1 { font-size: 31px; }
  .hero {
    background:
      linear-gradient(rgba(8,34,27,0.50), rgba(8,34,27,0.80) 40%, rgba(8,34,27,0.95) 70%),
      url("/assets/img/hero-mobile.jpg") center top / cover no-repeat, var(--brand);
    padding: 36px 0 44px;
  }
  .hero.hero-ty {
    background:
      linear-gradient(rgba(8,34,27,0.80), rgba(8,34,27,0.92)),
      url("/assets/img/thank-you.jpg") center / cover no-repeat, var(--brand);
  }
  .split { grid-template-columns: 1fr; gap: 18px; }
  .photo.wide { aspect-ratio: 16 / 9; }
  .photo.band { aspect-ratio: 16 / 7; }
  .cta { padding: 56px 0; }
}

/* ---------- multi-page site ---------- */
.top-inner { gap: 20px; }
.mainnav { flex: 1; display: flex; justify-content: center; }
.navlinks { list-style: none; display: flex; gap: 4px 22px; margin: 0; padding: 0; flex-wrap: wrap; justify-content: center; }
.navlinks a { color: var(--ink); text-decoration: none; font-weight: 600; font-size: 14.5px; padding: 6px 0; border-bottom: 2px solid transparent; }
.navlinks a:hover, .navlinks a[aria-current="page"] { border-bottom-color: var(--accent); }
.navcta { background: var(--brand); color: #fff; text-decoration: none; font-weight: 700; font-size: 14px; padding: 9px 14px; border-radius: 10px; white-space: nowrap; }
.navcta:hover { background: var(--brand-2); }
.navmenu { display: none; position: relative; }
.navmenu summary { list-style: none; cursor: pointer; width: 40px; height: 40px; display: flex; flex-direction: column; justify-content: center; gap: 5px; padding: 0 9px; border: 1px solid var(--line); border-radius: 10px; }
.navmenu summary::-webkit-details-marker { display: none; }
.navmenu summary span { display: block; height: 2px; background: var(--ink); border-radius: 2px; }
.navmenu nav { position: absolute; right: 0; top: 48px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 12px 30px rgba(0,0,0,0.12); padding: 8px; min-width: 220px; z-index: 60; }
.navmenu ul { list-style: none; margin: 0; padding: 0; }
.navmenu a { display: block; padding: 10px 12px; color: var(--ink); text-decoration: none; font-weight: 600; border-radius: 8px; }
.navmenu a:hover { background: var(--bg); }

.phero { background-size: cover; background-position: center; color: #fff; padding: 44px 0 50px; }
.phero h1 { font-size: 38px; margin: 6px 0 12px; max-width: 860px; }
.phero .lead { font-size: 18px; color: rgba(255,255,255,0.9); max-width: 760px; margin: 0; }
.pmeta { font-size: 13px; color: rgba(255,255,255,0.75); margin: 14px 0 0; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; font-size: 13px; }
.crumbs li { color: rgba(255,255,255,0.75); }
.crumbs li + li:before { content: "/"; margin-right: 6px; color: rgba(255,255,255,0.5); }
.crumbs a { color: rgba(255,255,255,0.9); }

.page-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 40px; padding-top: 40px; padding-bottom: 56px; align-items: start; }
.prose { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 32px 36px; font-size: 16.5px; line-height: 1.65; }
.prose h2 { font-family: "Source Serif 4", Georgia, serif; font-size: 25px; margin: 30px 0 10px; color: var(--brand); }
.prose h2:first-child { margin-top: 0; }
.prose ul, .prose ol { padding-left: 22px; }
.prose li { margin-bottom: 8px; }
.prose a { color: var(--brand-2); }
.prose details { margin-bottom: 10px; }
.side { position: sticky; top: 16px; display: grid; gap: 14px; }
.sidebox { background: var(--brand); color: #fff; border-radius: 16px; padding: 22px; }
.sidebox p { color: rgba(255,255,255,0.9); font-size: 14.5px; }
.sidebox .btn { margin-top: 8px; }
.sidebox .btn.ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.5); font-size: 14px; padding: 11px; }
.sidebox.plain { background: var(--card); color: var(--ink); border: 1px solid var(--line); }
.sidebox.plain p { color: var(--ink); }
.side-h { font-weight: 800; font-size: 18px; margin: 0 0 6px; color: #fff !important; }
.sidebox.plain .side-h { color: var(--ink) !important; font-size: 15px; }
.side-call { margin: 12px 0 0; text-align: center; }
.side-call a { color: #fff; font-weight: 700; }
.box.small p { font-size: 13.5px; margin: 0; }
.related, .sources { margin-top: 28px; }
.linklist { list-style: none; padding: 0 !important; }
.linklist li { border-top: 1px solid var(--line); padding: 10px 0; margin: 0; }
.linklist a { font-weight: 600; text-decoration: none; }
.sources ul { font-size: 14px; }

.listing { padding-top: 40px; padding-bottom: 56px; }
.tile { overflow: hidden; display: flex; flex-direction: column; }
.tile-h { font-family: "Source Serif 4", Georgia, serif; font-size: 21px; margin: 4px 0 8px; }
.tile-h a { color: var(--ink); text-decoration: none; }
.tile-h a:hover { color: var(--brand-2); }
.tile-date { font-size: 12.5px; font-weight: 700; color: var(--brand-2); text-transform: uppercase; letter-spacing: 0.5px; margin: 0; }
.more { font-weight: 700; text-decoration: none; }
.glossary dt { font-weight: 800; margin-top: 16px; color: var(--brand); scroll-margin-top: 20px; }
.glossary dd { margin: 4px 0 0; color: #26332f; }
.contactlist { list-style: none; padding: 0 !important; }

.longform { box-shadow: 0 6px 24px rgba(0,0,0,0.08); }
.longform .fs { border: 0; padding: 0; margin: 0 0 22px; }
.longform legend { font-family: "Source Serif 4", Georgia, serif; font-size: 22px; font-weight: 700; color: var(--brand); margin-bottom: 4px; }
.longform textarea { width: 100%; padding: 11px 12px; border: 1px solid #c9c4b8; border-radius: 10px; font: inherit; font-size: 15px; resize: vertical; }
.longform .row2 { margin-top: 0; }

.foot-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,0.12); }
.foot-cols ul { list-style: none; padding: 0; margin: 0; }
.foot-cols li { margin-bottom: 6px; }
.foot-cols a { color: rgba(255,255,255,0.85); text-decoration: none; font-size: 13.5px; }
.foot-cols a:hover { text-decoration: underline; }
.fh { color: #fff; font-weight: 700; font-size: 14px; margin: 0 0 8px; }

@media (max-width: 1100px) {
  .navlinks { gap: 4px 14px; }
  .navlinks a { font-size: 13.5px; }
}
@media (max-width: 980px) {
  .mainnav { display: none; }
  .navmenu { display: block; }
  .top-right { gap: 10px; }
}
@media (max-width: 860px) {
  .page-grid { grid-template-columns: 1fr; gap: 20px; padding-top: 20px; }
  .side { position: static; }
  .prose { padding: 22px 18px; font-size: 16px; }
  .phero h1 { font-size: 29px; }
  .phero { padding: 30px 0 36px; }
  .foot-cols { grid-template-columns: 1fr 1fr; }
  .top-phone { display: none; }
}

.page-grid .formcard { grid-area: auto; }
@media (max-width: 860px) { .longform .row2 { grid-template-columns: 1fr; gap: 0; } }
