:root {
  --bg: #f6f1e3;
  --surface: #fffcf3;
  --ink: #1d3a2a;
  --muted: #5b6458;
  --line: #e3d9bf;
  --rust: #24533a;
  --rust-dark: #1a3f2c;
  --amber: #b8963f;
  --on-rust: #fffcf3;
  --deep: #1f3d2c;
  --on-deep: #f5eedc;
  --gold: #8a6d22;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --bg: #10170f; --surface: #172118; --ink: #ece5d2; --muted: #a9b1a4; --line: #2a3a2c; --rust: #c9a54e; --rust-dark: #b08f3c; --amber: #d6b664; --on-rust: #10170f; --deep: #0c120c; --on-deep: #ece5d2; --gold: #d6b664;
  }
}
:root[data-theme="dark"] {
  --bg: #10170f; --surface: #172118; --ink: #ece5d2; --muted: #a9b1a4; --line: #2a3a2c; --rust: #c9a54e; --rust-dark: #b08f3c; --amber: #d6b664; --on-rust: #10170f; --deep: #0c120c; --on-deep: #ece5d2; --gold: #d6b664;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 17px/1.65 Inter, system-ui, sans-serif; }
img { max-width: 100%; display: block; }
a { color: var(--rust); }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 16px; }

h1, h2, h3 { font-family: "Alfa Slab One", Georgia, serif; font-weight: 400; line-height: 1.15; margin: 0 0 .5em; letter-spacing: .005em; }
h1 { font-size: clamp(2rem, 5.5vw, 3.3rem); }
h2 { font-size: clamp(1.5rem, 3.6vw, 2.2rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1em; }
.eyebrow { font-family: Oswald, "Arial Narrow", sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: .16em; font-size: .85rem; color: var(--gold); margin-bottom: 10px; }
.lead { font-size: 1.18rem; color: var(--muted); max-width: 38em; }

/* header */
.site-header { border-bottom: 1px solid var(--line); background: var(--bg); position: sticky; top: 0; z-index: 10; }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 10px; padding-bottom: 10px; flex-wrap: wrap; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.brand img { width: 44px; height: 44px; }
.brand .name { font-family: Rye, Georgia, serif; font-size: 1.15rem; line-height: 1.1; }
.brand .sub { display: block; font-family: Oswald, sans-serif; font-weight: 600; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
nav { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; }
nav a { color: var(--ink); text-decoration: none; font-weight: 500; font-size: .98rem; }
nav a[aria-current="page"] { color: var(--rust); }

.btn { display: inline-block; background: var(--rust); color: var(--on-rust); padding: 12px 22px; border-radius: 6px; text-decoration: none; font: 600 1rem Inter, sans-serif; border: 0; cursor: pointer; }
.btn:hover { background: var(--rust-dark); }
.btn.ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line); }
.btn.small { padding: 8px 16px; font-size: .92rem; }

/* hero */
.hero { padding: 56px 0 64px; }
.hero .grid { display: grid; gap: 36px; grid-template-columns: 1fr 1fr; align-items: center; }
.hero .badge { max-width: 520px; width: 100%; justify-self: center; border-radius: 8px; box-shadow: 0 8px 30px rgba(29,58,42,.15); }
.hero .actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
@media (max-width: 760px) {
  .hero .grid { grid-template-columns: 1fr; }
  .hero .badge { max-width: 100%; order: -1; }
}

section { padding: 64px 0; border-top: 1px solid var(--line); }
.cards { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: 10px; padding: 24px; display: flex; flex-direction: column; }
.card .tag { font-family: Oswald, sans-serif; font-weight: 600; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.card .price { font-family: Oswald, sans-serif; font-weight: 600; font-size: 1.05rem; color: var(--rust); margin-top: auto; padding-top: 8px; }
.card.soon { opacity: .75; }
.checks { padding-left: 1.2em; }
.checks li { margin-bottom: .5em; }

.deep { background: var(--deep); color: var(--on-deep); border-top: 0; }
.deep .eyebrow { color: var(--amber); }
.deep .cols { display: grid; gap: 36px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); align-items: center; }
.deep blockquote { margin: 0 0 8px; font-family: Rye, Georgia, serif; font-size: 1.2rem; line-height: 1.5; }
.deep .ref { font-family: Oswald, sans-serif; letter-spacing: .1em; font-size: .85rem; opacity: .75; }
.deep a { color: var(--amber); }

.steps { counter-reset: s; list-style: none; padding: 0; margin: 0; }
.steps li { counter-increment: s; padding: 16px 0 16px 58px; position: relative; border-bottom: 1px solid var(--line); }
.steps li::before { content: counter(s); position: absolute; left: 0; top: 14px; width: 40px; height: 40px; border-radius: 50%; background: var(--rust); color: var(--on-rust); display: grid; place-items: center; font-family: "Alfa Slab One", serif; }

.people { display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.person .role { font-family: Oswald, sans-serif; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; font-size: .85rem; color: var(--rust); }

.cta-band { text-align: center; }
.cta-band .lead { margin: 0 auto 20px; }

form { display: grid; gap: 14px; max-width: 580px; }
label { font-weight: 500; font-size: .95rem; display: block; margin-bottom: 4px; }
input, select, textarea { width: 100%; padding: 12px; border-radius: 6px; border: 1px solid var(--line); background: var(--surface); color: var(--ink); font: 1rem Inter, sans-serif; }
.hidden { display: none; }

.site-footer { padding: 40px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .92rem; }
.site-footer .wrap { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.site-footer .motto { font-family: Oswald, sans-serif; letter-spacing: .14em; text-transform: uppercase; font-size: .8rem; }
