/* ============================================================
   LOCAL BUSINESS SITE TEMPLATE — Pound & Ledger web service
   Re-skin per client: change the five :root variables + logo
   text in the header. Everything else follows.
   ============================================================ */
:root {
  --brand: #1F6F50;        /* main brand colour */
  --brand-dark: #14523A;   /* darker shade for footer/hover */
  --accent: #E8A33D;       /* buttons / highlights */
  --paper: #FAF7F2;        /* page background */
  --ink: #26302B;          /* body text */
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
       color: var(--ink); background: var(--paper); line-height: 1.6; }
img { max-width: 100%; }
a { color: var(--brand); }

/* header / nav */
.topbar { background: var(--brand); color: #fff; font-size: 14px; text-align: center; padding: 7px 12px; }
.topbar a { color: #fff; font-weight: 600; text-decoration: none; }
header { background: #fff; border-bottom: 1px solid #e7e2d8; position: sticky; top: 0; z-index: 50; }
.hwrap { max-width: 1060px; margin: 0 auto; padding: 14px 20px; display: flex;
         align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.logo { font-size: 22px; font-weight: 800; color: var(--brand); text-decoration: none; letter-spacing: 0.3px; }
.logo span { color: var(--accent); }
nav { display: flex; gap: 4px; flex-wrap: wrap; }
nav a { text-decoration: none; color: var(--ink); font-weight: 600; font-size: 15px;
        padding: 8px 12px; border-radius: 8px; }
nav a:hover, nav a.on { background: var(--paper); color: var(--brand); }

/* buttons */
.btn { display: inline-block; padding: 13px 26px; border-radius: 10px; font-weight: 700;
       text-decoration: none; font-size: 16px; }
.btn.solid { background: var(--accent); color: #2b2313; }
.btn.solid:hover { filter: brightness(1.06); }
.btn.ghost { border: 2px solid #fff; color: #fff; }
.btn.brand { background: var(--brand); color: #fff; }

/* hero */
.hero { background: linear-gradient(160deg, var(--brand) 0%, var(--brand-dark) 100%);
        color: #fff; padding: 72px 20px 64px; text-align: center; }
.hero h1 { font-size: clamp(30px, 5vw, 46px); line-height: 1.15; max-width: 800px; margin: 0 auto; }
.hero p { font-size: clamp(16px, 2.4vw, 20px); max-width: 640px; margin: 18px auto 30px; color: #E4EFE9; }
.hero .btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* badge strip */
.badges { background: #fff; border-bottom: 1px solid #e7e2d8; }
.badges .bwrap { max-width: 1060px; margin: 0 auto; padding: 14px 20px; display: flex;
                 justify-content: center; gap: 28px; flex-wrap: wrap; font-weight: 600; font-size: 14.5px; }
.badges span::before { content: "\2713\00a0"; color: var(--brand); font-weight: 800; }

/* sections */
section { padding: 56px 20px; }
.wrap { max-width: 1060px; margin: 0 auto; }
.kicker { color: var(--accent); font-weight: 800; text-transform: uppercase;
          letter-spacing: 2px; font-size: 13px; }
h2 { font-size: clamp(24px, 3.6vw, 34px); color: var(--brand-dark); margin: 6px 0 14px; }
.lead { max-width: 700px; }
.center { text-align: center; }
.center .lead { margin: 0 auto; }

/* cards */
.grid { display: grid; gap: 20px; margin-top: 32px; }
.g3 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.g2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.card { background: #fff; border: 1px solid #e7e2d8; border-radius: 14px; padding: 26px; }
.card h3 { color: var(--brand-dark); margin-bottom: 8px; font-size: 19px; }
.card .price { color: var(--brand); font-weight: 800; font-size: 22px; margin-top: 10px; }
.card .from { font-size: 13px; color: #6b7069; font-weight: 500; }

/* tick list */
.ticks { list-style: none; margin-top: 10px; }
.ticks li { padding: 6px 0 6px 30px; position: relative; }
.ticks li::before { content: "\2713"; position: absolute; left: 0; top: 6px;
                    color: var(--brand); font-weight: 800; }

/* price table */
table.prices { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid #e7e2d8;
               border-radius: 14px; overflow: hidden; margin-top: 26px; }
table.prices th { background: var(--brand); color: #fff; padding: 14px 12px; text-align: left; font-size: 15px; }
table.prices td { padding: 13px 12px; border-top: 1px solid #efe9dd; font-size: 15px; }
table.prices tr td:first-child { font-weight: 600; }
.tablewrap { overflow-x: auto; }

/* reviews */
.review { background: #fff; border: 1px solid #e7e2d8; border-radius: 14px; padding: 24px; }
.stars { color: var(--accent); font-size: 18px; letter-spacing: 2px; margin-bottom: 8px; }
.review p { font-size: 15.5px; }
.review .who { margin-top: 12px; font-weight: 700; color: var(--brand-dark); font-size: 14px; }

/* CTA band */
.cta { background: var(--brand); color: #fff; text-align: center; }
.cta h2 { color: #fff; }
.cta p { color: #E4EFE9; max-width: 560px; margin: 0 auto 24px; }

/* contact */
.contactcard { text-align: center; }
.contactcard .big { font-size: 22px; font-weight: 800; color: var(--brand-dark); margin-top: 6px; }
table.hours { width: 100%; border-collapse: collapse; margin-top: 8px; }
table.hours td { padding: 8px 4px; border-bottom: 1px solid #efe9dd; font-size: 15px; }
table.hours td:last-child { text-align: right; font-weight: 600; }
.mapbox { background: #E9E3D6; border: 2px dashed #c9c0ac; border-radius: 14px; min-height: 260px;
          display: flex; align-items: center; justify-content: center; color: #6b7069;
          font-weight: 600; text-align: center; padding: 20px; margin-top: 26px; }

/* footer */
footer { background: var(--brand-dark); color: #CFE0D7; padding: 40px 20px 28px; margin-top: 20px; }
footer .wrap { display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
footer h4 { color: #fff; margin-bottom: 8px; }
footer a { color: #CFE0D7; }
.credit { text-align: center; margin-top: 28px; font-size: 13px; color: #9FB8AC; }
.credit a { color: #fff; font-weight: 600; }
.demonote { text-align: center; font-size: 12px; color: #86a294; margin-top: 8px; }
