:root {
  --ink: #22201d;
  --first-light: #c9683b;
  --first-light-soft: #f0e0d4;
  --sage: #5e6b57;
  --sage-soft: #e4e8df;
  --muted: #6b6660;
  --warn: #8a5a2b;
  --paper: #f6f2ec;
  --card: #fffdf9;
  --line: #e8e0d4;
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Inter', system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }

.eyebrow { color: var(--first-light); font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin: 0; }
.muted { color: var(--muted); }
h1, h2, h3 { font-family: var(--font-display); font-weight: 500; letter-spacing: -.02em; line-height: 1.1; }
.wrap { max-width: 1120px; margin: 0 auto; padding-left: clamp(1.25rem, 4vw, 2.5rem); padding-right: clamp(1.25rem, 4vw, 2.5rem); }

/* Buttons */
.btn { border-radius: .75rem; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; font-weight: 600; font-size: .95rem; padding: .8rem 1.3rem; text-decoration: none; transition: transform 140ms ease, background 140ms ease; }
.btn-lg { padding: 1rem 1.6rem; font-size: 1.02rem; }
.btn-primary { background: var(--first-light); border: 1px solid var(--first-light); color: #fff; }
.btn-primary:hover { background: #b9572e; transform: translateY(-1px); }
.btn-ghost { background: transparent; border: 1px solid var(--line); color: var(--ink); }
.btn-ghost:hover { background: #efeae2; }

/* Header / nav */
.site-header { align-items: center; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; max-width: 1120px; margin: 0 auto; padding: 1.1rem clamp(1.25rem, 4vw, 2.5rem); }
.brand { align-items: center; display: flex; gap: .6rem; text-decoration: none; }
.brand img { border-radius: .45rem; }
.brand-text { display: grid; font-family: var(--font-display); font-size: 1.3rem; font-weight: 500; line-height: .98; letter-spacing: -.02em; }
.brand-text .r { color: var(--first-light); }
.brand-text .c { color: var(--sage); }
.nav-links { align-items: center; display: flex; flex-wrap: wrap; gap: 1.4rem; }
.nav-links a:not(.btn) { color: var(--ink); font-size: .92rem; font-weight: 600; text-decoration: none; }
.nav-links a:not(.btn):hover { color: var(--first-light); }

/* Hero */
.hero { max-width: 880px; margin: 0 auto; padding: clamp(2.5rem, 8vh, 6rem) clamp(1.25rem, 4vw, 2.5rem) clamp(2rem, 5vh, 3.5rem); text-align: center; }
.hero h1 { font-size: clamp(2.8rem, 8vw, 5.5rem); margin: .8rem auto 0; max-width: 14ch; }
.hero .lede { color: var(--muted); font-size: clamp(1.05rem, 2.2vw, 1.3rem); line-height: 1.65; margin: 1.5rem auto 0; max-width: 44rem; }
.cta-row { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center; margin: 2.2rem 0 0; }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; list-style: none; margin: 2.2rem 0 0; padding: 0; }
.chips li { background: var(--first-light-soft); border-radius: 999px; color: var(--warn); font-size: .72rem; font-weight: 700; letter-spacing: .04em; padding: .5rem .9rem; text-transform: uppercase; }
.chips li:nth-child(2) { background: var(--sage-soft); color: var(--sage); }
.chips li:nth-child(3) { background: #efeae2; color: var(--muted); }

/* Page hero (subpages) */
.page-hero { max-width: 1120px; margin: 0 auto; padding: clamp(2.5rem, 7vh, 5rem) clamp(1.25rem, 4vw, 2.5rem) 0; }
.page-hero h1 { font-size: clamp(2.4rem, 6vw, 4rem); margin: .6rem 0 0; max-width: 18ch; }
.page-hero .lede { color: var(--muted); font-size: 1.15rem; line-height: 1.65; margin: 1.1rem 0 0; max-width: 44rem; }

/* Bands */
.band { max-width: 1120px; margin: 0 auto; padding: clamp(3rem, 8vh, 6rem) clamp(1.25rem, 4vw, 2.5rem); }
.band-soft { background: linear-gradient(180deg, transparent, rgba(94,107,87,.05)); max-width: none; }
.band-soft > * { max-width: 1120px; margin-left: auto; margin-right: auto; }
.section-head { max-width: 46rem; }
.section-head h2 { font-size: clamp(1.9rem, 4.5vw, 3.1rem); margin: .7rem 0 0; }
.section-head .muted { font-size: 1.05rem; line-height: 1.65; margin: 1rem 0 0; }

/* Feature grid */
.grid { display: grid; gap: 1rem; grid-template-columns: repeat(3, 1fr); margin-top: 2.5rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.card { background: var(--card); border: 1px solid var(--line); border-radius: 1.1rem; padding: 1.6rem; }
.card.plain { background: transparent; border: 0; border-left: 3px solid var(--sage); border-radius: 0; padding: .4rem 0 .4rem 1.4rem; }
.card h3 { font-size: 1.35rem; margin: 0 0 .55rem; }
.card p { color: var(--muted); margin: 0; }

/* Steps flow (how it works) */
.flow { display: grid; gap: 1.2rem; margin-top: 2.5rem; }
.flow-step { align-items: start; background: var(--card); border: 1px solid var(--line); border-radius: 1.1rem; display: grid; gap: 1.1rem; grid-template-columns: auto 1fr; padding: 1.6rem; }
.flow-num { align-items: center; background: var(--first-light-soft); border-radius: .7rem; color: var(--first-light); display: flex; font-family: var(--font-display); font-size: 1.3rem; height: 2.6rem; justify-content: center; width: 2.6rem; }
.flow-step h3 { font-size: 1.4rem; margin: .15rem 0 .5rem; }
.flow-step p { color: var(--muted); margin: 0; }

/* FAQ */
.faq { display: grid; gap: .75rem; margin-top: 2.5rem; }
.faq details { background: var(--card); border: 1px solid var(--line); border-radius: 1rem; padding: 1.1rem 1.3rem; }
.faq summary { cursor: pointer; font-family: var(--font-display); font-size: 1.18rem; font-weight: 500; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; float: right; color: var(--first-light); font-weight: 400; }
.faq details[open] summary::after { content: '–'; }
.faq p { color: var(--muted); margin: .8rem 0 0; }

/* Legal / prose */
.legal { max-width: 46rem; margin: 0 auto; padding: clamp(2rem, 5vh, 3.5rem) clamp(1.25rem, 4vw, 2.5rem) clamp(3rem, 8vh, 5rem); }
.legal h2 { font-size: 1.5rem; margin: 2.2rem 0 .6rem; }
.legal h3 { font-size: 1.15rem; margin: 1.4rem 0 .4rem; }
.legal p, .legal li { color: #3a3833; line-height: 1.7; }
.legal ul { padding-left: 1.2rem; }
.legal li { margin-bottom: .4rem; }
.legal .updated { color: var(--muted); font-size: .85rem; }
.legal .note { background: var(--first-light-soft); border-radius: .75rem; color: var(--warn); font-size: .85rem; padding: .9rem 1.1rem; }

/* Final CTA */
.cta-final { text-align: center; padding: clamp(3.5rem, 9vh, 6.5rem) clamp(1.25rem, 4vw, 2.5rem); }
.cta-final h2 { font-size: clamp(2rem, 5vw, 3.4rem); margin: 0 auto; max-width: 18ch; }
.cta-final .muted { font-size: 1.1rem; margin: 1rem 0 2rem; }

/* Footer */
.site-footer { border-top: 1px solid var(--line); max-width: 1120px; margin: 0 auto; padding: 2.5rem clamp(1.25rem, 4vw, 2.5rem) 3.5rem; }
.site-footer .brand.small .brand-text { font-size: 1.05rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: .4rem 1rem; margin: 1.1rem 0 0; }
.footer-links a { color: var(--ink); font-size: .88rem; font-weight: 600; text-decoration: none; }
.footer-links a:hover { color: var(--first-light); }
.fine { color: var(--muted); font-size: .8rem; line-height: 1.6; margin: 1rem 0 0; max-width: 52rem; }
.fine a { color: var(--first-light); font-weight: 600; }

@media (max-width: 860px) {
  .grid, .grid-2 { grid-template-columns: 1fr; }
  .flow-step { grid-template-columns: 1fr; }
}
