:root {
  --ink: #1c1915;
  --muted: #5e564c;
  --paper: #f3ecdf;
  --paper-2: #e7ddcd;
  --card: #fffdf8;
  --line: #e0d3c2;
  --enamel: #142824;
  --moss: #1f4f4a;
  --copper: #c4622d;
  --copper-ink: #6d3012;
  --banner: #f0d7a4;
  --danger: #8d2b24;
  --shadow: 0 24px 60px rgba(20, 40, 36, 0.12);
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(1200px 500px at 90% -10%, rgba(196, 98, 45, 0.08), transparent 50%),
    var(--paper);
  color: var(--ink);
  font-family: Outfit, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.5;
}
h1, h2, h3 { font-family: Fraunces, Georgia, serif; font-weight: 560; letter-spacing: -0.03em; line-height: 1.08; margin: 0; }
h1 { font-size: clamp(2.5rem, 6vw, 4.7rem); }
h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
p { margin: 0; }
a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 2px solid var(--copper); outline-offset: 3px; }

.sticky { position: sticky; top: 0; z-index: 20; }
.banner {
  display: flex;
  gap: 12px 18px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: var(--banner);
  color: #2c2418;
  padding: 8px 16px;
  text-align: center;
  font-size: 0.92rem;
}
.banner button, .ghost, .solid {
  border-radius: 999px;
  padding: 10px 16px;
  border: 1px solid transparent;
}
.banner button {
  background: var(--enamel);
  color: #f6f1e7;
  border: 0;
}
.top {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  padding: 14px 22px;
  background: var(--enamel);
  color: #f4efe4;
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 600; }
.brand svg { width: 36px; height: 36px; }
.brand span { max-width: 16ch; line-height: 1.15; }
nav { display: flex; gap: 18px; }
nav a { color: #d9e4df; text-decoration: none; font-size: 0.95rem; }
.top-actions { display: flex; align-items: center; gap: 10px; }
.phone { color: #fff; text-decoration: none; font-weight: 600; letter-spacing: 0.01em; }
.solid { background: var(--copper); color: white; border: 0; }
.solid.light { background: white; color: var(--enamel); }
.ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.top .solid { padding: 10px 14px; }

.hero, .band, .emergency, .closer, footer { padding: 56px 22px; }
.hero, .band, .split, .closer, footer, .emergency { max-width: 1120px; margin: 0 auto; }
.hero { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 36px; align-items: end; padding-top: 42px; }
.eyebrow { text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.75rem; font-weight: 600; color: var(--copper-ink); margin-bottom: 10px; }
.eyebrow.light { color: #f0d7a4; }
.lede { font-size: 1.15rem; max-width: 38rem; margin-top: 16px; color: var(--muted); }
.hero-actions, .trust { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.trust { list-style: none; padding: 0; gap: 8px 18px; color: var(--muted); font-size: 0.95rem; }
.trust li { padding-left: 16px; position: relative; }
.trust li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--moss); position: absolute; left: 0; top: 0.55em; }

.sheet {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 22px;
  box-shadow: var(--shadow);
}
.sheet-kicker { color: var(--moss); font-weight: 600; font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; }
.sheet h2 { font-size: 1.7rem; margin: 8px 0 14px; }
.slots { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.slots li { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 10px 0; border-top: 1px solid var(--line); }
.sheet-foot { margin-top: 12px; color: var(--muted); font-size: 0.92rem; }
.slots button { background: var(--moss); color: white; border: 0; border-radius: 999px; padding: 8px 12px; }

.section-head { max-width: 40rem; margin-bottom: 22px; }
.section-head h2, .split h2 { margin-bottom: 8px; }
.services, .reviews { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
.service, .reviews figure {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
}
.service header { display: flex; justify-content: space-between; gap: 12px; align-items: baseline; margin-bottom: 8px; }
.service h3 { font-size: 1.3rem; }
.price { font-variant-numeric: tabular-nums; color: var(--copper-ink); font-weight: 600; }
.note, .muted, .disclaimer { color: var(--muted); }
.service .note { margin-top: 8px; font-size: 0.92rem; }

.emergency {
  max-width: none;
  background: var(--enamel);
  color: #f6f1e7;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  padding: 56px max(22px, calc((100% - 1120px) / 2));
}
.emergency a { color: #f0d7a4; }
.emergency h3 { font-size: 1.5rem; margin-bottom: 8px; }
.emergency p + p, .emergency h2 + p { margin-top: 10px; }
.emergency button { margin-top: 16px; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.towns { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.towns li { background: var(--card); border: 1px solid var(--line); border-radius: 999px; padding: 6px 12px; }
.hours { margin: 0; display: grid; gap: 0; }
.hours div { display: flex; justify-content: space-between; gap: 12px; border-top: 1px solid var(--line); padding: 8px 0; }
.hours dt { font-weight: 600; }
.hours dd { margin: 0; }
.reviews figure { margin: 0; }
.reviews blockquote { margin: 0 0 12px; font-family: Fraunces, Georgia, serif; font-size: 1.25rem; line-height: 1.3; }
.reviews figcaption { color: var(--muted); font-size: 0.92rem; }
.closer { text-align: center; padding-bottom: 20px; }
.closer h2 { margin-bottom: 16px; }
footer { display: grid; gap: 16px; border-top: 1px solid var(--line); }
footer pre {
  white-space: pre-wrap;
  background: var(--enamel);
  color: #f4efe4;
  padding: 12px;
  border-radius: 12px;
  overflow: auto;
}
footer summary { cursor: pointer; font-weight: 600; }

@media (max-width: 860px) {
  nav { display: none; }
  .hero, .emergency, .split { grid-template-columns: 1fr; }
  .top { padding: 12px 14px; }
  .brand span { font-size: 0.95rem; }
  .hero, .band, .closer, footer { padding-left: 16px; padding-right: 16px; }
  .banner { font-size: 0.86rem; padding: 8px 12px; }
  h1 { font-size: clamp(2.2rem, 11vw, 3.2rem); }
}
