:root {
  --ink: #17231d;
  --muted: #5d6962;
  --cream: #f7f3ea;
  --paper: #fffdf8;
  --forest: #183f31;
  --forest-2: #275b47;
  --copper: #bb6b3d;
  --line: #d9ded8;
  --shadow: 0 18px 45px rgba(23, 35, 29, .1);
  --radius: 18px;
  --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.65; }
img, svg { display: block; max-width: 100%; }
a { color: var(--forest-2); text-underline-offset: 3px; }
a:hover { color: var(--copper); }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 20; padding: 10px 14px; background: #fff; }
.skip-link:focus { left: 8px; }
.container { width: min(calc(100% - 36px), var(--max)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid rgba(23,35,29,.09); background: rgba(255,253,248,.95); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { color: var(--ink); text-decoration: none; font: 800 1.08rem/1.1 Georgia, serif; letter-spacing: -.02em; }
.brand span { display: block; color: var(--copper); font: 700 .72rem/1.4 Inter, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 22px; }
.nav a { color: var(--ink); font-size: .94rem; font-weight: 700; text-decoration: none; }
.nav-toggle { display: none; padding: 8px 11px; border: 1px solid var(--line); border-radius: 8px; background: #fff; font: inherit; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 10px 18px; border: 1px solid var(--forest); border-radius: 999px; color: #fff; background: var(--forest); font-weight: 800; text-decoration: none; cursor: pointer; }
.button:hover { color: #fff; background: var(--forest-2); }
.button.secondary { color: var(--forest); background: transparent; }
.button.secondary:hover { color: #fff; background: var(--forest); }
.button.small { min-height: 40px; padding: 7px 14px; font-size: .9rem; }
.hero { overflow: hidden; padding: clamp(64px, 9vw, 120px) 0 74px; background: radial-gradient(circle at 86% 25%, rgba(187,107,61,.22), transparent 22rem), linear-gradient(145deg, #f7f3ea, #eef4ee); }
.hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: clamp(36px, 6vw, 80px); }
.eyebrow { margin: 0 0 12px; color: var(--copper); font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin: 0 0 .55em; font-family: Georgia, "Times New Roman", serif; line-height: 1.08; letter-spacing: -.03em; }
h1 { max-width: 850px; font-size: clamp(2.55rem, 6vw, 5rem); }
h2 { font-size: clamp(2rem, 3.7vw, 3.25rem); }
h3 { font-size: 1.42rem; }
.lede { max-width: 720px; margin: 0 0 28px; color: #35443c; font-size: clamp(1.08rem, 2vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 30px; color: var(--muted); font-size: .92rem; font-weight: 700; }
.hero-card { position: relative; padding: 30px; border: 1px solid rgba(255,255,255,.65); border-radius: 30px; color: #fff; background: var(--forest); box-shadow: var(--shadow); }
.hero-card::before { content: ""; display: block; width: 54px; height: 5px; margin-bottom: 24px; border-radius: 9px; background: var(--copper); }
.hero-card h2 { font-size: 2rem; }
.hero-card ol { padding-left: 1.3rem; }
.hero-card li { margin: 10px 0; }
.section { padding: clamp(64px, 8vw, 104px) 0; }
.section.tint { background: var(--cream); }
.section-head { max-width: 760px; margin-bottom: 38px; }
.section-head p { color: var(--muted); font-size: 1.08rem; }
.grid { display: grid; gap: 20px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.card { height: 100%; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 24px rgba(23,35,29,.04); }
.card p { color: var(--muted); }
.card-link { color: var(--ink); text-decoration: none; }
.card-link::after { content: " →"; color: var(--copper); }
.number { display: grid; width: 44px; height: 44px; margin-bottom: 20px; place-items: center; border-radius: 50%; color: #fff; background: var(--copper); font-weight: 900; }
.prose { max-width: 780px; }
.prose p, .prose li { color: #3f4b45; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 6vw, 76px); align-items: start; }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; margin: 12px 0; padding-left: 28px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--copper); font-weight: 900; }
.notice { padding: 20px 22px; border-left: 4px solid var(--copper); border-radius: 0 12px 12px 0; background: #fbf0e9; }
.crumbs { padding: 22px 0 0; font-size: .88rem; color: var(--muted); }
.crumbs a { color: inherit; }
.page-hero { padding: 50px 0 58px; background: linear-gradient(150deg, var(--cream), #edf4ef); }
.page-hero h1 { font-size: clamp(2.4rem, 5vw, 4.4rem); }
.area-list { columns: 3; padding: 0; list-style: none; }
.area-list li { break-inside: avoid; margin: 0 0 10px; }
.area-list a { font-weight: 750; }
.cta { padding: 40px; border-radius: 28px; color: #fff; background: var(--forest); }
.cta p { max-width: 700px; color: #d9e6df; }
.form { display: grid; gap: 18px; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
label { display: grid; gap: 7px; font-weight: 800; }
fieldset { display: grid; gap: 10px; min-width: 0; margin: 0; padding: 18px; border: 1px solid var(--line); border-radius: 12px; }
legend { padding: 0 7px; font-weight: 800; }
input, select, textarea { width: 100%; padding: 13px 14px; border: 1px solid #aeb8b2; border-radius: 10px; color: var(--ink); background: #fff; font: inherit; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(187,107,61,.25); border-color: var(--copper); }
.help { margin: 0; color: var(--muted); font-size: .88rem; font-weight: 500; }
.photo-input-group { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.photo-group-label { display: block; }
.photo-input-wrapper { position: relative; display: inline-flex; width: fit-content; align-items: center; padding: 11px 18px; border: 1px dashed rgba(24,63,49,.45); border-radius: 999px; color: var(--forest); background: var(--cream); cursor: pointer; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.photo-input-wrapper:hover { border-color: var(--copper); background: #fbf0e9; }
.photo-input-wrapper:active { transform: translateY(1px); }
.photo-input-wrapper:focus-within { outline: 3px solid rgba(187,107,61,.25); border-color: var(--copper); }
.photo-input-button { font-size: .88rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.photo-input-wrapper input { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0; }
.photo-hint { margin: 0; color: var(--muted); font-size: .88rem; font-weight: 500; }
.consent-row { display: flex; align-items: flex-start; gap: 11px; font-weight: 600; line-height: 1.5; }
.consent-row input { flex: 0 0 19px; width: 19px; height: 19px; margin: 3px 0 0; padding: 0; accent-color: var(--forest); }
.consent-row span { flex: 1; }
.honeypot { position: absolute; left: -9999px; }
.status { min-height: 1.5em; font-weight: 750; }
.feedback-dialog { width: min(92vw, 34rem); max-width: 34rem; padding: 0; border: 0; border-radius: var(--radius); color: var(--ink); background: #fff; box-shadow: 0 24px 70px rgba(17,20,17,.26); }
.feedback-dialog::backdrop { background: rgba(17,20,17,.52); }
.feedback-dialog[open] { animation: dialog-in .16s ease-out; }
.feedback-content { padding: 30px; }
.feedback-title { margin: 0 0 10px; color: var(--forest); font: 800 1.6rem/1.15 Georgia, serif; }
.feedback-message { margin: 0 0 22px; color: #35443c; }
.feedback-dialog[data-state="error"] .feedback-title { color: #9d2727; }
.feedback-dialog[data-busy="true"] .feedback-close { display: none; }
@keyframes dialog-in { from { opacity: 0; transform: translateY(8px) scale(.98); } }
.blog-meta { color: var(--muted); font-size: .86rem; font-weight: 750; }
.blog-card h2 { font-size: 1.75rem; }
.article-body { max-width: 820px; padding-top: 62px; padding-bottom: 88px; }
.article-body section + section { margin-top: 54px; }
.article-body p { color: #3f4b45; font-size: 1.04rem; }
.article-steps { margin: 24px 0; padding-left: 1.4rem; }
.article-steps li { margin: 12px 0; padding-left: 6px; }
.article-cta { margin-top: 64px; padding: 32px; border-radius: var(--radius); color: #fff; background: var(--forest); }
.article-cta p { color: #d9e6df; }
.site-footer { padding: 52px 0 28px; color: #dae5df; background: #102a20; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 30px; }
.site-footer h2, .site-footer h3 { color: #fff; font-size: 1.2rem; }
.site-footer a { color: #eef7f2; }
.site-footer ul { padding: 0; list-style: none; }
.site-footer li { margin: 7px 0; }
.legal { margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.16); font-size: .82rem; color: #aebfb6; }
@media (max-width: 820px) {
  .nav-toggle { display: block; }
  .nav { position: absolute; top: 76px; left: 0; right: 0; display: none; padding: 18px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
  .nav.open { display: grid; }
  .hero-grid, .split, .footer-grid { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .area-list { columns: 2; }
}
@media (max-width: 560px) {
  .container { width: min(calc(100% - 26px), var(--max)); }
  .grid-3, .grid-2, .form-row { grid-template-columns: 1fr; }
  .area-list { columns: 1; }
  .hero-card, .cta { padding: 26px 22px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
