:root {
  --bg: #FBF9F5;
  --card: #FFFFFF;
  --ink: #21201C;
  --muted: #6C675E;
  --barn: #8A3324;
  --barn-deep: #6E2719;
  --mustard: #D9A036;
  --line: #E7E1D6;
  --tint: #F4EEE3;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.slab { font-family: Rockwell, 'Rockwell Nova', 'Roboto Slab', Georgia, serif; }
.wrap { max-width: 820px; margin: 0 auto; padding: 0 24px; }
a { color: var(--barn); }

/* Header + nav */
.top {
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); flex-wrap: wrap;
}
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.logo .mark { width: 34px; height: 34px; background: var(--barn); color: #fff; display: grid; place-items: center; border-radius: 6px; flex: 0 0 auto; }
.logo .name { font-family: Rockwell, 'Roboto Slab', Georgia, serif; font-weight: 800; font-size: 1.05rem; line-height: 1.1; }
.logo .name small { display: block; font-family: -apple-system, sans-serif; font-weight: 600; font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.top .call { display: flex; flex-direction: column; align-items: center; line-height: 1.12; font-weight: 700; font-size: 0.9rem; text-decoration: none; color: var(--ink); border: 1.5px solid var(--ink); border-radius: 6px; padding: 7px 14px; white-space: nowrap; }
.top .call .ey { font-size: 0.6rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.09em; color: var(--muted); }
.top .call:hover { background: var(--ink); color: var(--bg); }
.top .call:hover .ey { color: inherit; }

nav.sub { border-bottom: 1px solid var(--line); }
nav.sub .wrap { display: flex; gap: 18px; flex-wrap: wrap; padding-top: 12px; padding-bottom: 12px; }
nav.sub a { font-size: 0.86rem; font-weight: 600; text-decoration: none; color: var(--muted); }
nav.sub a:hover, nav.sub a.here { color: var(--barn); }

/* Hero */
.phero { padding: 52px 0 40px; max-width: 640px; }
.phero .crumb { font-size: 0.8rem; color: var(--muted); margin-bottom: 14px; }
.phero .crumb a { color: var(--muted); }
.phero h1 { font-family: Rockwell, 'Roboto Slab', Georgia, serif; font-weight: 800; font-size: clamp(1.8rem, 4.8vw, 2.6rem); line-height: 1.14; letter-spacing: -0.01em; text-wrap: balance; margin-bottom: 16px; }
.phero h1 em { font-style: normal; color: var(--barn); }
.phero .lede { font-size: 1.05rem; color: var(--muted); margin-bottom: 24px; }
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.btn { display: inline-block; font-weight: 700; font-size: 0.96rem; text-decoration: none; padding: 13px 22px; border-radius: 6px; border: 2px solid var(--barn); }
.btn-solid { background: var(--barn); color: #fff; }
.btn-solid:hover { background: var(--barn-deep); border-color: var(--barn-deep); }
.btn-ghost { color: var(--barn); }
.btn:focus-visible { outline: 3px solid var(--mustard); outline-offset: 2px; }
.fineprint { margin-top: 14px; font-size: 0.84rem; color: var(--muted); }

/* Content sections */
section { padding: 44px 0 0; }
h2 { font-family: Rockwell, 'Roboto Slab', Georgia, serif; font-weight: 800; font-size: 1.35rem; letter-spacing: -0.01em; margin-bottom: 10px; }
.prose { max-width: 640px; }
.prose p { margin-bottom: 14px; max-width: 62ch; }
.checks { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 10px 22px; margin: 6px 0 4px; max-width: 660px; }
.checks li { position: relative; padding-left: 26px; font-size: 0.96rem; }
.checks li::before { content: "✓"; position: absolute; left: 0; color: var(--barn); font-weight: 800; }

/* Price board */
.board { background: var(--card); border: 1px solid var(--line); border-radius: 8px; padding: 6px 22px; max-width: 560px; }
.board-row { display: flex; align-items: baseline; gap: 8px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.board-row:last-child { border-bottom: none; }
.board-row .job { font-weight: 600; font-size: 0.95rem; }
.board-row .job small { display: block; font-weight: 400; font-size: 0.8rem; color: var(--muted); }
.board-row .leader { flex: 1; border-bottom: 2px dotted var(--line); transform: translateY(-5px); min-width: 20px; }
.board-row .price { font-family: Rockwell, 'Roboto Slab', Georgia, serif; font-weight: 800; font-variant-numeric: tabular-nums; white-space: nowrap; color: var(--barn); }
.pricenote { font-size: 0.85rem; color: var(--muted); margin-top: 12px; max-width: 60ch; }

/* Towns */
.towns { display: flex; flex-wrap: wrap; gap: 8px 6px; max-width: 620px; }
.town { font-weight: 600; font-size: 0.86rem; background: var(--tint); border: 1px solid var(--line); border-radius: 6px; padding: 6px 12px; }

/* FAQ */
.faq { max-width: 640px; }
.faq details { border-bottom: 1px solid var(--line); padding: 14px 2px; }
.faq details:first-of-type { border-top: 1px solid var(--line); }
.faq summary { font-weight: 600; cursor: pointer; font-size: 0.98rem; }
.faq details p { margin-top: 8px; color: var(--muted); font-size: 0.92rem; max-width: 60ch; }

/* CTA band */
.band { background: var(--barn); color: var(--cream, #F2EAD9); border-radius: 10px; padding: 30px 26px; margin-top: 48px; text-align: center; }
.band h2 { color: #fff; }
.band p { color: #EBDFC4; margin: 8px auto 18px; max-width: 46ch; font-size: 0.98rem; }
.band .btn-solid { background: var(--mustard); color: var(--barn-deep); border-color: var(--mustard); }
.band .btn-solid:hover { background: #c8912e; border-color: #c8912e; }

/* Cross-links */
.more { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; margin-top: 8px; }
.more a { display: block; background: var(--card); border: 1px solid var(--line); border-radius: 8px; padding: 14px 16px; text-decoration: none; color: var(--ink); font-weight: 600; }
.more a:hover { border-color: var(--barn); color: var(--barn); }
.more a span { display: block; font-weight: 400; font-size: 0.84rem; color: var(--muted); margin-top: 3px; }

footer { margin-top: 56px; padding: 24px 0 48px; border-top: 1px solid var(--line); font-size: 0.83rem; color: var(--muted); }
footer .fname { font-family: Rockwell, 'Roboto Slab', Georgia, serif; font-weight: 800; color: var(--ink); margin-bottom: 4px; }
footer a { color: var(--muted); }
