/* Styling for generated static SEO landing pages (service + location).
   Standalone + lightweight; mirrors the main site palette. */
:root {
  --cream: #f3efe5;
  --cream-warm: #f7f5ef;
  --ink: #0a0a08;
  --sage: #5a6545;
  --sage-dark: #4b5538;
  --sage-deep: #2e3925;
  --sage-light1: #889b65;
  --sage-mist: #d6dfc7;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Franklin Gothic Medium", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
a { color: var(--sage-dark); }
h1, h2, h3 { font-family: "Cormorant Garamond", Georgia, serif; color: var(--sage-deep); line-height: 1.05; font-weight: 600; }
h1 { font-size: clamp(2.2rem, 6vw, 4rem); margin: 0 0 .4em; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.6rem, 4vw, 2.4rem); margin: 2.2em 0 .6em; }
h3 { font-size: 1.2rem; margin: 1.4em 0 .4em; }
.eyebrow { font-family: "IBM Plex Mono", monospace; text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; color: var(--sage); }

/* header */
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(243,239,229,.9); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(90,101,69,.15); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.brand { font-family: "Cormorant Garamond", serif; font-size: 1.25rem; font-weight: 600; color: var(--sage-deep); text-decoration: none; }
.btn { display: inline-block; background: var(--sage-deep); color: var(--cream); text-decoration: none; padding: .7em 1.3em; border-radius: 999px; font-size: .85rem; font-weight: 600; transition: background .2s; }
.btn:hover { background: var(--sage-dark); }
.btn-outline { background: transparent; color: var(--sage-deep); border: 1px solid rgba(90,101,69,.4); }

/* breadcrumb */
.crumb { font-size: .78rem; color: rgba(10,10,8,.55); padding: 18px 0 0; }
.crumb a { color: rgba(10,10,8,.6); text-decoration: none; }
.crumb a:hover { text-decoration: underline; }

/* hero */
.hero { padding: 28px 0 8px; }
.hero p.lead { font-size: 1.1rem; max-width: 620px; color: rgba(10,10,8,.78); }
.rating { display: inline-flex; align-items: center; gap: .5em; margin: 10px 0; font-size: .9rem; color: var(--sage-dark); font-weight: 600; }
.stars { color: var(--sage-light1); letter-spacing: 2px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0 6px; }

/* price table */
.prices { width: 100%; border-collapse: collapse; margin: 1em 0; background: var(--cream-warm); border: 1px solid rgba(90,101,69,.15); border-radius: 12px; overflow: hidden; }
.prices th, .prices td { text-align: left; padding: 12px 16px; border-bottom: 1px solid rgba(90,101,69,.1); font-size: .92rem; }
.prices th { background: var(--sage-mist); font-family: "IBM Plex Mono", monospace; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: var(--sage-deep); }
.prices td:last-child { text-align: right; font-weight: 600; white-space: nowrap; }
.prices tr:last-child td { border-bottom: 0; }

/* cards / chips */
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 1em 0; padding: 0; list-style: none; }
.chips a { background: var(--cream-warm); border: 1px solid rgba(90,101,69,.2); border-radius: 999px; padding: .5em 1em; font-size: .85rem; text-decoration: none; color: var(--sage-deep); }
.chips a:hover { background: var(--sage-mist); }
.trust { background: var(--cream-warm); border: 1px solid rgba(90,101,69,.15); border-radius: 14px; padding: 22px 24px; margin: 1.4em 0; }
.trust ul { margin: .4em 0 0; padding-left: 1.2em; }

/* faq */
.faq details { border-bottom: 1px solid rgba(90,101,69,.15); padding: 14px 0; }
.faq summary { cursor: pointer; font-weight: 600; color: var(--sage-deep); font-size: 1.02rem; }
.faq p { margin: .6em 0 0; color: rgba(10,10,8,.78); }

/* footer */
.site-footer { background: var(--sage-deep); color: var(--cream); margin-top: 60px; padding: 48px 0; }
.site-footer a { color: var(--sage-mist); }
.site-footer .cols { display: grid; gap: 28px; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); }
.site-footer h4 { font-family: "IBM Plex Mono", monospace; font-size: .72rem; text-transform: uppercase; letter-spacing: .15em; color: var(--sage-mist); margin: 0 0 .8em; }
.muted { color: rgba(10,10,8,.55); font-size: .85rem; }
section { scroll-margin-top: 80px; }
