/* ═══════════════════════════════════════════════════════════════════════════
   GENERATED.CSS — Close With Creative
   Styles for the pages produced by web_root/build_*.py: the 217 metro pages,
   the four solution pages, the situation pages and the two hubs.

   Every value here comes from the tokens already declared in css/global.css.
   No new colours, no new type family, no new radius scale. If a token is
   missing this file falls back to the same literal global.css falls back to.
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── Section furniture ──────────────────────────────────────────────────── */
.sec-kicker{
  font-family:var(--fd);font-size:.72rem;font-weight:800;text-transform:uppercase;
  letter-spacing:.1em;color:var(--emerald);margin-bottom:10px;
}
.sec-lead{
  font-size:1.05rem;line-height:1.7;color:var(--body);
  max-width:62ch;margin:14px 0 34px;
}
.sec-more{margin-top:26px}
.sec-more a{
  font-family:var(--fd);font-weight:700;font-size:.95rem;color:var(--emerald);
  border-bottom:2px solid transparent;transition:border-color .15s;
}
.sec-more a:hover{border-bottom-color:var(--emerald)}

.container.narrow{max-width:820px}
.hero-copy-col.wide{max-width:900px}

.lede{
  font-size:1.2rem;line-height:1.65;color:var(--ink);font-weight:500;
  margin:0 0 26px;
}
.svc-body p,.situ-body p{font-size:1.02rem;line-height:1.75;color:var(--body);margin:0 0 20px}
.svc-body h2,.situ-body h2{font-size:1.9rem;margin:44px 0 18px}

/* The answer-first paragraph is the block an answer engine lifts. It is a
   normal paragraph visually - the class is a hook for speakable, not a style. */
.answer-first{max-width:70ch}

/* ── Hero variants ──────────────────────────────────────────────────────── */
.hero-svc,.hero-situ,.hero-hub{
  background:linear-gradient(150deg,var(--forest-deep) 0%,var(--forest) 55%,var(--forest-mid) 100%);
}
.hero-hub .container{padding-top:64px;padding-bottom:72px}

/* ── Stat trio on a solution page ───────────────────────────────────────── */
.svc-stats{display:flex;flex-wrap:wrap;gap:34px;margin-top:30px}
.svc-stat-n{
  font-family:var(--fd);font-size:2.1rem;font-weight:800;color:var(--mint);
  line-height:1;letter-spacing:-.02em;
}
.svc-stat-l{
  font-size:.78rem;color:rgba(255,255,255,.72);margin-top:7px;
  text-transform:uppercase;letter-spacing:.06em;font-weight:600;
}

/* ── Solution cards (generated markup) ──────────────────────────────────── */
.sol-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
a.sol-card{display:block;padding:26px 22px;text-decoration:none}
a.sol-card h3{font-size:1.12rem;margin:0 0 12px;color:var(--ink)}
.sol-range{font-size:1.02rem;color:var(--emerald);margin:0 0 4px}
.sol-range strong{font-weight:800}
.sol-time{font-size:.86rem;color:var(--muted);margin:0 0 16px}
.sol-more{
  font-family:var(--fd);font-size:.85rem;font-weight:700;color:var(--orange);
}

/* ── Situation cards ────────────────────────────────────────────────────── */
.situ-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.situ-grid.lg{grid-template-columns:repeat(4,1fr)}
a.situ-card{
  display:block;padding:22px 20px;border-radius:var(--r-lg);
  background:var(--page);border:1.5px solid var(--bdr-lt);
  font-family:var(--fd);font-weight:700;color:var(--ink);text-decoration:none;
  transition:transform .22s var(--ease),box-shadow .22s,border-color .22s;
}
a.situ-card:hover{transform:translateY(-5px);box-shadow:var(--sh-md);border-color:var(--mint)}
a.situ-card.lg{padding:26px 22px}
a.situ-card h3{font-size:1.08rem;margin:0 0 10px}
a.situ-card p{
  font-family:var(--fb);font-weight:400;font-size:.9rem;line-height:1.6;
  color:var(--body);margin:0 0 14px;
}

/* ── How-it-works ───────────────────────────────────────────────────────── */
.how-list{list-style:none;counter-reset:none;display:grid;gap:22px;margin:0;padding:0}
.how-step{
  position:relative;padding:26px 26px 26px 82px;background:var(--white);
  border:1.5px solid var(--bdr-lt);border-radius:var(--r-lg);
}
.how-n{
  position:absolute;left:26px;top:26px;width:38px;height:38px;border-radius:50%;
  background:var(--mint);color:var(--forest-deep);display:flex;
  align-items:center;justify-content:center;font-family:var(--fd);
  font-weight:800;font-size:1.05rem;
}
.how-step h3{font-size:1.12rem;margin:0 0 8px}
.how-step p{font-size:.95rem;line-height:1.7;color:var(--body);margin:0}

/* ── Local-knowledge grid ───────────────────────────────────────────────── */
.lk-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.lk-src{
  display:inline-block;margin-top:12px;font-size:.78rem;font-weight:700;
  color:var(--emerald);border-bottom:1px solid rgba(26,122,86,.35);
}

/* ── City / nearby grid ─────────────────────────────────────────────────── */
.city-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
a.city-card{
  display:flex;flex-direction:column;gap:4px;padding:18px 18px;
  border-radius:var(--r-md);background:var(--white);
  border:1.5px solid var(--bdr-lt);text-decoration:none;
  transition:transform .2s var(--ease),box-shadow .2s,border-color .2s;
}
a.city-card:hover{transform:translateY(-3px);box-shadow:var(--sh-sm);border-color:var(--mint)}
.city-name{font-family:var(--fd);font-weight:700;font-size:1rem;color:var(--ink)}
.city-metro{font-size:.78rem;color:var(--muted);line-height:1.45}
.nearby-sec{background:var(--page)}

/* ── FAQ ────────────────────────────────────────────────────────────────── */
.faq-list{display:grid;gap:12px;max-width:900px}
.faq-item{
  background:var(--white);border:1.5px solid var(--bdr-lt);
  border-radius:var(--r-md);overflow:hidden;
}
.faq-item summary{
  cursor:pointer;padding:20px 24px;list-style:none;
  display:flex;align-items:center;justify-content:space-between;gap:16px;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary h3{font-size:1.02rem;margin:0;font-weight:700}
.faq-item summary::after{
  content:'+';font-family:var(--fd);font-size:1.5rem;font-weight:600;
  color:var(--emerald);line-height:1;flex:none;transition:transform .2s;
}
.faq-item[open] summary::after{transform:rotate(45deg)}
.faq-item[open] summary{border-bottom:1px solid var(--bdr-lt)}
.faq-a{padding:18px 24px 24px}
.faq-a p{font-size:.95rem;line-height:1.75;color:var(--body);margin:0}

/* ── Lists and tables ───────────────────────────────────────────────────── */
.check-list{list-style:none;padding:0;margin:0 0 26px;display:grid;gap:12px}
.check-list li{
  position:relative;padding-left:34px;font-size:1rem;line-height:1.65;color:var(--body);
}
.check-list li::before{
  content:'';position:absolute;left:0;top:.42em;width:18px;height:18px;
  border-radius:50%;background:var(--mint-lt);
  box-shadow:inset 0 0 0 2px var(--mint);
}
.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:26px 0}
.cmp-table{width:100%;border-collapse:collapse;min-width:620px;font-size:.95rem}
.cmp-table caption{
  text-align:left;font-family:var(--fd);font-weight:700;color:var(--muted);
  font-size:.85rem;padding-bottom:12px;
}
.cmp-table th,.cmp-table td{
  text-align:left;padding:14px 16px;border-bottom:1px solid var(--bdr-lt);
}
.cmp-table thead th{
  font-family:var(--fd);font-size:.78rem;text-transform:uppercase;
  letter-spacing:.06em;color:var(--muted);background:var(--page);
}
.cmp-table tbody th{font-family:var(--fd);font-weight:700;color:var(--ink)}
.cmp-table tbody th a{color:var(--emerald)}
.cmp-table tbody tr:hover{background:var(--mint-lt)}

/* ── Disclaimer note ────────────────────────────────────────────────────── */
.disclaimer{
  margin:40px 0 0;padding:20px 24px;border-radius:var(--r-md);
  background:var(--page);border:1px solid var(--bdr);
}
.disclaimer p{font-size:.85rem;line-height:1.7;color:var(--muted);margin:0}

/* ── Misc generated sections ────────────────────────────────────────────── */
.intro-sec{padding:56px 0 0}
.local-detail{background:var(--page)}
.form-heading{font-size:1.2rem;margin:0 0 14px;color:var(--ink)}

/* ═══ RESPONSIVE ═══════════════════════════════════════════════════════════ */
@media(max-width:1100px){
  .sol-grid{grid-template-columns:repeat(2,1fr)}
  .situ-grid.lg{grid-template-columns:repeat(3,1fr)}
  .city-grid{grid-template-columns:repeat(3,1fr)}
  .lk-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:820px){
  .situ-grid,.situ-grid.lg{grid-template-columns:repeat(2,1fr)}
  .city-grid{grid-template-columns:repeat(2,1fr)}
  .svc-body h2,.situ-body h2{font-size:1.55rem}
}
@media(max-width:560px){
  .sol-grid,.situ-grid,.situ-grid.lg,.city-grid,.lk-grid{grid-template-columns:1fr}
  .svc-stats{gap:22px}
  .svc-stat-n{font-size:1.75rem}
  .how-step{padding:22px 20px 22px 20px}
  .how-n{position:static;margin-bottom:12px}
  .lede{font-size:1.08rem}
}

/* Respect a reader who has asked for less motion. */
@media(prefers-reduced-motion:reduce){
  a.situ-card,a.city-card,a.sol-card,.faq-item summary::after{transition:none}
  a.situ-card:hover,a.city-card:hover{transform:none}
}

/* ── Pull quote on a solution page ──────────────────────────────────────────
   The client's own testimonial, carried verbatim from solutions.html.
   `[WALT 2026-09-03]` all testimonials are approved.
   Deliberately not marked up as schema.org Review - see data/services.json. */
.quote{
  margin:44px 0 0;padding:28px 32px;border-radius:var(--r-lg);
  background:var(--mint-lt);border-left:4px solid var(--mint);
}
.quote blockquote{margin:0}
.quote blockquote p{
  font-size:1.08rem;line-height:1.7;color:var(--ink);margin:0;font-style:italic;
}
.quote blockquote p::before{content:'\201C'}
.quote blockquote p::after{content:'\201D'}
.quote figcaption{
  margin-top:14px;font-family:var(--fd);font-weight:700;font-size:.88rem;
  color:var(--emerald);
}
.quote figcaption::before{content:'\2014\00a0'}
@media(max-width:560px){.quote{padding:22px 22px}}

/* ── Testimonial grid on a metro page ───────────────────────────────────────
   Reuses the client's own .rcard / .rstars / .rtext / .rauthor styling from
   css/global.css so a metro page looks like the state page it sits under.
   Only the grid wrapper is ours - .rev-grid is a name the client does not use.

   .rcard is written as a flex carousel item (`flex:0 0 calc((100% - 36px)/3)`);
   that shorthand is inert on a grid item, so the card keeps its surface and
   takes its width from the track. */
.rev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.rev-grid .rcard{margin:0}
.rev-grid .rtext{margin:0}
.rev-grid .rtext p{margin:0}
@media(max-width:1100px){.rev-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.rev-grid{grid-template-columns:1fr}}

/* ── Blog post ──────────────────────────────────────────────────────────────
   Long-form reading. Measure is capped by .container.narrow; everything here
   is spacing and rhythm on top of the type scale already in global.css. */
.post-head{padding:56px 0 0}
.post-meta{
  display:flex;flex-wrap:wrap;gap:10px;align-items:center;
  font-size:.85rem;color:var(--muted);margin:18px 0 0;
}
.post-body{padding:34px 0 72px}
.post-body > p{font-size:1.06rem;line-height:1.8;color:var(--body);margin:0 0 22px}
.post-body > p.answer-first{
  font-size:1.18rem;line-height:1.72;color:var(--ink);
  padding-bottom:26px;border-bottom:1px solid var(--bdr-lt);margin-bottom:30px;
}
.post-body h2{font-size:1.85rem;margin:48px 0 18px}
.post-body h3{font-size:1.22rem;margin:32px 0 12px}
.post-body ul,.post-body ol{margin:0 0 24px}
.post-body .how-list{margin:0 0 30px}
.post-body .table-wrap{margin:30px 0}
.post-body .key-takeaway{margin:0 0 32px}

/* Pull quote. The client's own approved testimonials appear in these. */
blockquote.pull{
  margin:32px 0;padding:26px 30px;border-radius:var(--r-lg);
  background:var(--mint-lt);border-left:4px solid var(--mint);
}
blockquote.pull p{
  font-size:1.06rem;line-height:1.7;color:var(--ink);font-style:italic;margin:0;
}
blockquote.pull cite{
  display:block;margin-top:14px;font-family:var(--fd);font-style:normal;
  font-weight:700;font-size:.88rem;color:var(--emerald);
}
blockquote.pull cite::before{content:'\2014\00a0'}

.disclaimer-note{
  margin:44px 0 0;padding:20px 24px;border-radius:var(--r-md);
  background:var(--page);border:1px solid var(--bdr);
  font-size:.85rem;line-height:1.7;color:var(--muted);
}
.related-sec{background:var(--page)}

@media(max-width:560px){
  .post-body h2{font-size:1.45rem}
  .post-body > p.answer-first{font-size:1.06rem}
  blockquote.pull{padding:22px 22px}
}
