:root {
  --spruce: #24422f;
  --spruce-deep: #1a3123;
  --spruce-line: #3a634c;
  --paper: #f7f6f2;
  --cream: #f5f2e9;
  --ink: #262a26;
  --slate: #5c655d;
  --gold: #96742a;
  --gold-soft: #c2a563;
  --line: #d9dbd2;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 17px/1.65 system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 22px;
}

/* Header */
header {
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  flex-wrap: wrap;
}
.brand {
  font-family: "Zilla Slab", Georgia, serif;
  font-weight: 600;
  font-size: 1.3rem;
  color: var(--spruce);
  text-decoration: none;
  letter-spacing: 0.01em;
}
.nav-links a {
  color: var(--slate);
  text-decoration: none;
  font-size: 0.95rem;
  margin-left: 18px;
}
.nav-links a:hover { color: var(--spruce); text-decoration: underline; }

/* Hero */
.hero {
  background-color: var(--spruce);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='760' height='460' viewBox='0 0 760 460'%3E%3Cg fill='none' stroke='%233a634c' stroke-width='1.4'%3E%3Cpath d='M560 60 C660 30 740 90 726 180 C712 268 600 310 500 288 C400 266 372 176 424 118 C466 72 512 74 560 60 Z'/%3E%3Cpath d='M566 102 C636 82 692 122 682 186 C672 248 594 278 524 262 C454 246 436 182 472 140 C502 106 532 110 566 102 Z'/%3E%3Cpath d='M572 144 C616 132 650 156 644 196 C638 234 588 252 544 242 C500 232 490 192 512 166 C530 144 550 148 572 144 Z'/%3E%3Cpath d='M60 380 C10 330 40 250 130 240 C220 230 300 280 296 350 C292 420 210 458 140 442 C96 432 84 404 60 380 Z'/%3E%3Cpath d='M104 372 C72 340 92 288 152 280 C212 272 266 306 262 352 C258 398 204 424 158 414 C128 406 120 388 104 372 Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: var(--cream);
  padding: 72px 0 76px;
}
.eyebrow {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin: 0 0 14px;
}
.hero h1 {
  font-family: "Zilla Slab", Georgia, serif;
  font-weight: 600;
  font-size: clamp(2.1rem, 6vw, 3rem);
  line-height: 1.12;
  color: var(--cream);
  margin: 0 0 16px;
}
.hero .lede {
  font-size: 1.12rem;
  line-height: 1.6;
  color: #d9dfd2;
  max-width: 54ch;
  margin: 0 0 30px;
}
.cta-row { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.btn {
  display: inline-block;
  background: var(--cream);
  color: var(--spruce-deep);
  font-weight: 600;
  text-decoration: none;
  padding: 12px 22px;
  border-radius: 4px;
}
.btn:hover { background: #fff; }
.cta-alt { color: var(--gold-soft); text-decoration: underline; text-underline-offset: 3px; }
.cta-alt:hover { color: var(--cream); }

/* Main */
main { padding: 20px 0 64px; }

h2 {
  font-family: "Zilla Slab", Georgia, serif;
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--spruce);
  margin: 46px 0 8px;
  padding-bottom: 8px;
  border-bottom: 1px dashed var(--gold);
}

h3 {
  font-size: 1.02rem;
  margin: 26px 0 6px;
  color: var(--spruce-deep);
}

p { margin: 12px 0; }
ul, ol { padding-left: 22px; }
li { margin: 8px 0; }

a { color: var(--spruce); }
a:focus-visible, .brand:focus-visible, .btn:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

/* Steps */
ol.steps { counter-reset: step; list-style: none; padding: 0; margin: 20px 0 0; }
ol.steps li {
  position: relative;
  padding-left: 48px;
  margin: 18px 0;
  counter-increment: step;
}
ol.steps li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 1px;
  width: 30px;
  height: 30px;
  border: 1px dashed var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zilla Slab", Georgia, serif;
  font-weight: 600;
  color: var(--spruce);
  font-size: 0.95rem;
  background: #fff;
}

/* Contact card */
.card {
  border: 1px dashed var(--gold);
  background: #fff;
  padding: 22px 26px;
  margin-top: 18px;
}
.card p { margin: 7px 0; }
.card strong { color: var(--spruce-deep); }

.notice {
  font-size: 0.86rem;
  color: var(--slate);
  margin-top: 16px;
}

/* Legal pages */
.legal { padding-top: 44px; }
.legal h1 {
  font-family: "Zilla Slab", Georgia, serif;
  font-weight: 600;
  font-size: 2rem;
  color: var(--spruce);
  margin: 0 0 10px;
}
.updated { color: var(--slate); font-size: 0.92rem; margin-top: -2px; }
.callout {
  border: 1px dashed var(--gold);
  background: #fff;
  padding: 16px 20px;
  margin: 16px 0;
}

/* Footer */
footer {
  border-top: 1px solid var(--line);
  padding: 26px 0 44px;
  font-size: 0.88rem;
  color: var(--slate);
  background: #fff;
}
footer a { color: var(--slate); }
footer .fine { margin-top: 10px; font-size: 0.8rem; }

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; }
}
