/* ==========================================================================
   Oakwood Tree Care — Direction A, "Dispatch"  (revision 2)
   Service-taxonomy IA. Warm, quiet, unfussy.

   Palette is derived from the owners' OWN choices on the current Design.com
   site — the one design signal we have that came directly from them:
     #ccb47c  warm sand      (their accent, 103 uses)
     #38383f  soft charcoal  (their ground, 174 uses)
     #d8b980  lighter gold
   Their font picks were Gloock (display serif) + Lato / Quattrocento Sans,
   i.e. warm and classical rather than technical. This revision follows that
   instinct: no red, no black, no dashboard furniture.

   Direction A stays SANS-led and card-based; Direction B is the serif,
   full-bleed editorial one. They should not converge.

   Client constraints from the intake questionnaire:
   - "simple layout... don't want something overly busy or difficult to navigate"
   - dislikes: white background, pop ups, endless scrolling
   - ideal customer "older clientelle": 18px floor, AA contrast, 48px targets
   - Hal: "two clicks away from full spectrum of services"
   ========================================================================== */

:root {
  --ground:    #2f2d2a;   /* warm charcoal — their #38383f, pulled off blue */
  --ground-2:  #272522;
  --ground-3:  #201e1c;
  --surface:   #38352f;
  --surface-2: #413d36;
  --line:      #4b463e;
  --hair:      #3a3630;

  --text:      #f4efe5;
  --muted:     #c3bbab;
  --dim:       #a59e90;   /* nudged: needed 4.5:1 on card surfaces */

  --sand:      #ccb47c;   /* theirs */
  --sand-lt:   #d8b980;   /* theirs */
  --sand-hi:   #e0c894;
  --sand-dp:   #a88f57;
  --clay:      #c07850;   /* warm terracotta, replaces the alarm red */
  --leaf:      #9aa87d;

  --sans: "Lato", "Segoe UI", system-ui, -apple-system, Roboto,
          "Helvetica Neue", Arial, sans-serif;
  --serif: Georgia, "Iowan Old Style", "Palatino Linotype", Palatino,
           "Times New Roman", serif;

  --wrap: 1160px;
  --read: 68ch;
  --r: 10px;
  --r-sm: 7px;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  margin: 0;
  background: var(--ground);
  color: var(--text);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img, picture, svg { max-width: 100%; display: block; }
img { height: auto; }

a { color: var(--sand); text-underline-offset: 3px; }
a:hover { color: var(--sand-hi); }

/* Size carries the hierarchy, not weight. Heavy weights everywhere is the
   loudest "software dashboard" tell. */
h1, h2, h3, h4 { margin: 0 0 .55em; line-height: 1.22; color: var(--text); }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.005em; }
h1 { font-size: clamp(2.1rem, 4.4vw, 3.1rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.15rem); }
h3, h4 { font-weight: 600; font-size: 1.18rem; letter-spacing: -.008em; }
p { margin: 0 0 1.05em; }

.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
.read { max-width: var(--read); }

/* Sentence case, no letterspaced caps. */
.eyebrow { font-size: .92rem; color: var(--sand); font-weight: 600; margin: 0 0 .6rem; }

.skip { position: absolute; left: -9999px; top: 0; background: var(--sand); color: #241f16; padding: .8rem 1.2rem; z-index: 200; font-weight: 700; }
.skip:focus { left: 0; }
:focus-visible { outline: 2px solid var(--sand); outline-offset: 3px; }

/* -------------------------------------------------------------- notice strip
   Audit A.2.3(b) still requires storm response to be permanently visible, but
   a full-width red slab was reading as an error state. Slim, warm, quiet —
   present on every page without shouting. */
.notice { background: var(--ground-3); border-bottom: 1px solid var(--hair); font-size: .94rem; }
.notice .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .3rem .8rem; padding: .55rem 0; color: var(--muted); }
.notice .dot { width: .5rem; height: .5rem; border-radius: 50%; background: var(--clay); flex: 0 0 auto; }
.notice a { color: var(--text); font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--sand-dp); }
.notice a:hover { color: var(--sand); border-bottom-color: var(--sand); }

/* ------------------------------------------------------------------- header */
.masthead { background: var(--ground-2); border-bottom: 1px solid rgba(168,143,87,.42); }
.masthead-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.15rem 0; }
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; color: var(--text); min-width: 0; }
.brand img { width: auto; height: 48px; flex: 0 0 auto; }
.brand-name { font-family: var(--serif); font-size: 1.3rem; font-weight: 400; line-height: 1.15; }
.brand-sub { display: block; font-size: .8rem; font-weight: 400; color: var(--dim); margin-top: .1rem; }
@media (max-width: 430px) { .brand img { height: 40px; } .brand-name { font-size: 1.05rem; } }

.masthead-actions { display: flex; align-items: center; gap: .9rem; flex-wrap: wrap; }
.phone-cta { display: inline-flex; flex-direction: column; line-height: 1.2; text-align: right; }
.phone-cta span { font-size: .78rem; color: var(--dim); }
.phone-cta a { font-size: 1.25rem; font-weight: 700; color: var(--text); text-decoration: none; }
.phone-cta a:hover { color: var(--sand); }

/* Single-row nav with a services panel.
   The previous revision exposed all nine destinations as a flat rail under the
   masthead, which was two stacked bars of chrome before any content and read as
   a toolbar. Hal's "two clicks away from full spectrum of services" is still
   met — the panel puts all eight services one click from anywhere. */
.nav { display: flex; align-items: center; gap: .15rem; }
.nav > a, .nav .svc-trigger {
  display: inline-flex; align-items: center; gap: .35rem;
  min-height: 48px; padding: .55rem .95rem;
  color: var(--muted); text-decoration: none; font-weight: 500; font-size: 1.06rem;
  background: none; border: 0; font-family: inherit; cursor: pointer;
  border-radius: var(--r-sm);
}
.nav > a:hover, .nav .svc-trigger:hover { color: var(--text); background: rgba(204,180,124,.08); }
.nav > a[aria-current="page"] { color: var(--sand); }
.nav .svc-trigger .chev { font-size: .7em; opacity: .7; transition: transform .16s; }
.nav .svc-trigger[aria-expanded="true"] { color: var(--sand); background: rgba(204,180,124,.1); }
.nav .svc-trigger[aria-expanded="true"] .chev { transform: rotate(180deg); }

.svc-menu { position: relative; }
.svc-panel {
  display: none; position: absolute; top: calc(100% + .5rem); left: 0; z-index: 60;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r);
  padding: .6rem; min-width: 520px;
  box-shadow: 0 18px 40px rgba(0,0,0,.4);
}
.svc-panel.open { display: block; }
.svc-panel ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .1rem; }
.svc-panel a { display: block; padding: .6rem .8rem; border-radius: var(--r-sm); text-decoration: none; color: var(--text); font-size: .95rem; min-height: 44px; }
.svc-panel a small { display: block; color: var(--dim); font-size: .82rem; margin-top: .1rem; line-height: 1.35; }
.svc-panel a:hover { background: var(--surface-2); color: var(--sand); }
.svc-panel a:hover small { color: var(--muted); }
.svc-panel .all { grid-column: 1 / -1; border-top: 1px solid var(--hair); margin-top: .35rem; padding-top: .5rem; }
.svc-panel .all a { color: var(--sand); font-weight: 600; }

.navtoggle { display: none; background: var(--surface); color: var(--text); border: 1px solid var(--line); border-radius: var(--r-sm); padding: .7rem 1.05rem; font: inherit; font-weight: 600; min-height: 48px; cursor: pointer; }

@media (max-width: 1040px) {
  .navtoggle { display: block; }
  .masthead-top { position: relative; }
  .nav {
    display: none; order: 10; flex-basis: 100%;
    flex-direction: column; align-items: stretch; gap: 0;
    border-top: 1px solid var(--hair); margin-top: .5rem; padding-top: .5rem;
  }
  .nav.open { display: flex; }
  .nav > a, .nav .svc-trigger { min-height: 52px; justify-content: space-between; border-radius: 0; }
  .svc-menu { position: static; }
  .svc-panel { position: static; min-width: 0; box-shadow: none; border: 0; background: transparent; padding: 0 0 .5rem .85rem; }
  .svc-panel ul { grid-template-columns: 1fr; }
  .svc-panel a small { display: none; }
}

/* ------------------------------------------------------------------ buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 52px; padding: .8rem 1.6rem; font: inherit; font-size: 1rem; font-weight: 600; border-radius: var(--r-sm); text-decoration: none; cursor: pointer; border: 1px solid transparent; transition: background .16s, color .16s, border-color .16s; }
/* Quote buttons sit at 90% fill so they settle into the page rather than
   flaring off it. color-mix keeps --sand the single source of truth; the
   border stays fully opaque so the button keeps a crisp edge. */
.btn-primary {
  background: color-mix(in srgb, var(--sand) 90%, transparent);
  color: #241f16; border-color: var(--sand); font-weight: 700;
}
.btn-primary:hover {
  background: color-mix(in srgb, var(--sand-hi) 90%, transparent);
  border-color: var(--sand-hi); color: #241f16;
}
.btn-ghost { background: transparent; color: var(--text); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--sand); color: var(--sand); }
.btn-clay { background: var(--clay); color: #241109; border-color: var(--clay); font-weight: 700; }
.btn-clay:hover { background: #d08a63; border-color: #d08a63; color: #241109; }
.btn-row { display: flex; flex-wrap: wrap; gap: .8rem; }

/* --------------------------------------------------------------------- hero */
.hero { background: var(--ground-2); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 3rem; align-items: center; padding: 3.5rem 0 3.75rem; }
.hero h1 { margin-bottom: .5rem; }
.hero-lede { font-size: 1.16rem; color: var(--muted); max-width: 44ch; }
.hero-media picture, .hero-media img { width: 100%; border-radius: var(--r); aspect-ratio: 4/3; object-fit: cover; }
.hero-stamp { display: block; margin-top: .65rem; font-size: .85rem; color: var(--dim); }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; gap: 2rem; padding: 2.5rem 0; } }

/* -------------------------------------------------------------------- proof
   Audit A.1: 18 years + international work is the strongest differentiator and
   is currently buried in About Us on the contact page. Warm and typographic
   rather than a metrics readout. */
.proof { background: var(--ground-3); }
.proof ul { list-style: none; margin: 0; padding: 2rem 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.proof li { text-align: center; }
.proof b { display: block; font-family: var(--serif); font-size: 2.1rem; font-weight: 400; color: var(--sand); line-height: 1.1; }
.proof span { font-size: .9rem; color: var(--dim); }
@media (max-width: 640px) { .proof ul { grid-template-columns: repeat(2, 1fr); gap: 1.6rem 1rem; } }

/* ----------------------------------------------------------------- sections */
.section { padding: clamp(2.75rem, 5.5vw, 4.25rem) 0; }
.section + .section { border-top: 1px solid var(--hair); }
.section-dark { background: var(--ground-2); }
.section-head { max-width: 60ch; margin-bottom: 2rem; }
.section-head p { color: var(--muted); margin: 0; }

/* ------------------------------------------------------------- service grid
   Audit A.2.2(c). Soft surfaces, no hard outline on every card. */
.svc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(272px, 100%), 1fr)); gap: 1.4rem; list-style: none; margin: 0; padding: 0; }
.svc-card { position: relative; display: flex; flex-direction: column; overflow: hidden; background: var(--surface); border-radius: var(--r); transition: background .16s, transform .16s; }
.svc-card:hover { background: var(--surface-2); transform: translateY(-2px); }
.svc-card picture, .svc-card img { aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.svc-card-body { padding: 1.15rem 1.25rem 1.35rem; display: flex; flex-direction: column; flex: 1; }
.svc-card h3 { margin-bottom: .3rem; font-size: 1.16rem; }
.svc-card h3 a { color: var(--text); text-decoration: none; }
.svc-card h3 a::after { content: ""; position: absolute; inset: 0; }
.svc-card:hover h3 a { color: var(--sand); }
.svc-card p { color: var(--muted); font-size: .96rem; margin-bottom: 1rem; }
.svc-card .price { margin-top: auto; font-size: .92rem; color: var(--muted); }
.svc-card .price b { color: var(--sand); font-weight: 700; }
.svc-card.is-storm { background: #3d332b; }
.svc-card.is-storm:hover { background: #473b31; }
.svc-card-foot { margin-top: auto; padding-top: 1rem; }
.svc-card-foot:empty { display: none; }
.tagpill { display: inline-block; background: rgba(192,120,80,.22); color: #eaa87f; font-size: .8rem; font-weight: 600; padding: .2rem .7rem; border-radius: 100px; }

/* ================================================================ SERVICE PAGE
   Reworked so a service reads as CONTINUOUS CONTENT that happens to have its
   own URL, rather than a landing page with its own hero, its own stats strip,
   its own reviews block and its own CTA slab. Same information, far less
   furniture: a quiet contextual line, then the writing, with the photograph
   sitting inside the text rather than stacked above it. */
.svc-page {
  width: min(100% - 2.5rem, 730px); margin-inline: auto;
  padding: 2.75rem 0 3.5rem;
  --read: 100%;              /* children fill the column instead of sitting in it */
}

/* Inline context line — replaces the full-width bordered breadcrumb bar, which
   read as chrome stacked under more chrome. */
.context { display: flex; flex-wrap: wrap; align-items: baseline; gap: .5rem; font-size: .92rem; color: var(--dim); margin-bottom: 1.4rem; }
.context a { color: var(--muted); text-decoration: none; border-bottom: 1px solid var(--hair); }
.context a:hover { color: var(--sand); border-bottom-color: var(--sand-dp); }
.context .sep { color: var(--line); }

.svc-lede { font-size: 1.22rem; line-height: 1.6; color: var(--muted); max-width: 52ch; margin-bottom: 1.9rem; }
.svc-actions { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; margin-bottom: 2.5rem; }
.svc-actions .or { color: var(--dim); font-size: .95rem; }

/* Photograph sits in the flow of the writing. */
.inline-fig { margin: 2.25rem 0; max-width: var(--read); }
.inline-fig picture, .inline-fig img { width: 100%; border-radius: var(--r); aspect-ratio: 16/9; object-fit: cover; }
.inline-fig figcaption { margin-top: .6rem; font-size: .88rem; color: var(--dim); }

.prose { max-width: var(--read); }
.prose p { color: #e6e1d6; }
.prose h2 { font-size: 1.4rem; margin-top: 2.25rem; }

/* Soft list, no tick iconography. */
.points { list-style: none; margin: 1.5rem 0; padding: 0; max-width: var(--read); }
.points li { position: relative; padding: .55rem 0 .55rem 1.5rem; border-bottom: 1px solid var(--hair); color: var(--text); }
.points li:first-child { border-top: 1px solid var(--hair); }
.points li::before { content: ""; position: absolute; left: 0; top: 1.4em; width: .55rem; height: 1px; background: var(--sand-dp); }

/* Cost reads as a sentence with a number in it — audit A.2.3(a). */
.cost { max-width: var(--read); margin: 2.25rem 0; padding: 1.35rem 1.5rem; background: var(--surface); border-radius: var(--r); }
.cost .lbl { font-size: .9rem; color: var(--dim); margin: 0 0 .25rem; }
.cost .amt { font-family: var(--serif); font-size: 1.95rem; font-weight: 400; color: var(--sand); line-height: 1.2; }
.cost p { margin: .5rem 0 0; color: var(--muted); font-size: .96rem; }

/* Related work, inline and small. */
.workstrip { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(210px, 100%), 1fr)); gap: 1rem; margin: 1.25rem 0 0; }
.workstrip figure { margin: 0; }
.workstrip img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--r-sm); }
.workstrip figcaption { margin-top: .5rem; font-size: .88rem; color: var(--dim); }

/* One quote, inline, not a whole reviews section. */
.inline-quote { max-width: var(--read); margin: 2.5rem 0; padding-left: 1.4rem; border-left: 2px solid var(--sand-dp); }
.inline-quote p { font-size: 1.12rem; color: var(--text); margin: 0 0 .5rem; }
.inline-quote cite { font-style: normal; font-size: .9rem; color: var(--dim); }

/* "Keep reading" rail — siblings as continuation, not a menu. */
.siblings { margin-top: 1.25rem; }
.siblings ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr)); gap: 0 2.5rem; }
.siblings a { display: block; padding: .75rem 0; color: var(--dim); text-decoration: none; border-bottom: 1px solid var(--hair); min-height: 48px; font-size: .94rem; }
.siblings .nm { display: block; color: var(--text); font-size: 1rem; }
.siblings a:hover .nm, .siblings a:hover { color: var(--sand); }

/* Storm gets clay accents rather than a separate alarm palette. */
.storm-note { max-width: var(--read); margin: 2rem 0; padding: 1.35rem 1.5rem; background: #3d332b; border-radius: var(--r); border-left: 3px solid var(--clay); }
.storm-note p:last-child { margin-bottom: 0; }
.storm-note strong { color: #f2c7a8; }

/* ------------------------------------------------------------------ reviews */
.review { margin: 0; background: var(--surface); border-radius: var(--r); padding: 1.5rem 1.6rem; }
.review blockquote { margin: 0 0 .9rem; }
.review blockquote p { margin: 0; font-size: 1.04rem; color: var(--text); }
.stars { color: var(--sand); letter-spacing: .1em; margin-bottom: .7rem; font-size: .95rem; }
.review figcaption { font-size: .9rem; color: var(--dim); }
.review-source { margin-top: 1.5rem; font-size: .96rem; }

/* -------------------------------------------------------------------- areas */
.arealist { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.arealist li { background: var(--surface); padding: .5rem .95rem; border-radius: 100px; font-size: .95rem; color: var(--muted); }
.arealist li.primary { color: var(--sand); }

/* -------------------------------------------------------------------- forms */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem; max-width: 900px; }
.field { display: flex; flex-direction: column; gap: .4rem; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 600; font-size: .96rem; }
.field .hint { font-size: .88rem; color: var(--dim); font-weight: 400; }
.field input, .field select, .field textarea { font: inherit; font-size: 1rem; padding: .8rem .95rem; min-height: 52px; background: var(--ground-3); color: var(--text); border: 1px solid var(--line); border-radius: var(--r-sm); }
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--sand); outline: none; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }

.callout { background: var(--surface); border-radius: var(--r); padding: 1.25rem 1.4rem; margin: 1.75rem 0; border-left: 3px solid var(--leaf); }
.callout.clay { border-left-color: var(--clay); }
.callout p:last-child { margin-bottom: 0; }

/* ----------------------------------------------------------------- CTA band */
.ctaband { background: var(--ground-2); }
.ctaband .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 2.75rem 0; }
.ctaband h2 { margin: 0 0 .25rem; }
.ctaband p { margin: 0; color: var(--muted); }

/* ------------------------------------------------------------------- footer */
.foot { background: var(--ground-3); padding: 3rem 0 1.75rem; font-size: .96rem; }
.foot-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 2.5rem; }
.foot h4 { font-size: .95rem; color: var(--sand); margin-bottom: .8rem; font-weight: 600; }
.foot ul { list-style: none; margin: 0; padding: 0; }
.foot li { margin-bottom: .5rem; }
.foot a { color: var(--muted); text-decoration: none; }
.foot a:hover { color: var(--sand); }
.foot .nap { color: var(--muted); font-style: normal; line-height: 1.85; }
.foot .nap strong { color: var(--text); }
.foot .nap a { color: var(--text); font-weight: 700; }
.foot img.logo { height: 88px; width: auto; margin-bottom: 1rem; }
.foot-legal { border-top: 1px solid var(--hair); margin-top: 2.5rem; padding-top: 1.35rem; color: var(--dim); font-size: .88rem; display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; justify-content: space-between; }
@media (max-width: 820px) { .foot-grid { grid-template-columns: 1fr; gap: 2rem; } }

/* ===================================================== A2 additions
   Answers to the competitive review against Alberta Arborists. */

/* Process — "what happens when you call". Alberta Arborists runs a 3-step
   version of this; Oakwood's is better because it names who does each part. */
.process { counter-reset: step; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr)); gap: 1.75rem 2rem; list-style: none; margin: 0; padding: 0; }
.process li { counter-increment: step; position: relative; padding-top: 2.6rem; }
.process li::before {
  content: counter(step); position: absolute; top: 0; left: 0;
  font-size: 1.05rem; font-weight: 700; color: var(--sand);
  width: 2rem; height: 2rem; border-radius: 50%;
  border: 1px solid var(--sand-dp);
  display: flex; align-items: center; justify-content: center;
}
.process h3 { font-size: 1.08rem; margin-bottom: .3rem; }
.process p { color: var(--muted); font-size: .97rem; margin: 0; }

/* People. Audit A.1 asks for "person-level, local trust anchors". */
.people { display: grid; gap: 2.5rem; }
.person { display: grid; grid-template-columns: 220px 1fr; gap: 2rem; align-items: start; }
.person.noimg { grid-template-columns: 1fr; }
.person picture, .person img { width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: var(--r); }
.person .initials {
  width: 100%; aspect-ratio: 3/4; border-radius: var(--r); background: var(--surface);
  display: flex; align-items: center; justify-content: center;
  font-size: 3rem; color: var(--sand-dp); font-weight: 600;
}
.person h3 { font-size: 1.4rem; margin-bottom: .15rem; }
.person .role { color: var(--sand); font-size: .95rem; margin-bottom: .9rem; }
.person p { color: var(--muted); }
.person .quals { list-style: none; margin: 1rem 0 0; padding: 0; }
.person .quals li { position: relative; padding: .45rem 0 .45rem 1.4rem; border-top: 1px solid var(--hair); font-size: .95rem; color: var(--text); }
.person .quals li::before { content: ""; position: absolute; left: 0; top: 1.25em; width: .5rem; height: 1px; background: var(--sand-dp); }
@media (max-width: 720px) { .person { grid-template-columns: 1fr; gap: 1.25rem; } .person picture, .person img, .person .initials { max-width: 200px; } }

/* Pricing explainer — defuses "why won't they just tell me a price". */
.why-price { background: var(--surface); border-radius: var(--r); padding: 1.75rem 2rem; max-width: var(--read); }
.why-price h3 { margin-bottom: .6rem; }
.why-price p { color: var(--muted); }
.why-price p:last-child { margin-bottom: 0; color: var(--text); }

/* Geo page header */
.geo-lede { font-size: 1.22rem; color: var(--muted); max-width: 50ch; margin-bottom: 1.75rem; }


/* ---------------------------------------------------- craft + ethos (pass 2)
   Both directions were selling capability only — jobs and qualifications, no
   sign that anyone involved has taste or an ethic. These two sections carry
   the part of the questionnaire that never made it onto the site. */
.craft { background: var(--ground-2); }
.craft-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; padding: clamp(3rem,6vw,4.75rem) 0; }
.craft-grid picture, .craft-grid img { width: 100%; border-radius: var(--r); aspect-ratio: 5/4; object-fit: cover; }
.craft-cap { margin-top: .7rem; font-size: .9rem; color: var(--dim); font-style: italic; }
.craft h2 { max-width: 18ch; }
.craft p { color: var(--muted); }
.craft p:first-of-type { color: var(--text); font-size: 1.1rem; }
@media (max-width: 900px) { .craft-grid { grid-template-columns: 1fr; gap: 2rem; } }

.ethos { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(270px, 100%), 1fr)); gap: 2rem 2.5rem; }
.ethos li { border-top: 1px solid var(--hair); padding-top: 1.1rem; }
.ethos h3 { font-size: 1.1rem; margin-bottom: .35rem; color: var(--sand); }
.ethos p { color: var(--muted); font-size: .97rem; margin: 0; }

/* ------------------------------------------------- Google review attribution
   Google's terms require reviewer name, their photo where supplied, Google's
   own relative-time string, and a link back to the review. */
.rv-by { display: flex; align-items: center; gap: .7rem; margin-top: 1.1rem; }
.rv-face { width: 40px; height: 40px; border-radius: 50%; flex: 0 0 auto; object-fit: cover; }
.rv-initial {
  display: flex; align-items: center; justify-content: center;
  background: var(--ground-3); color: var(--sand);
  font-family: var(--serif); font-size: 1.15rem; line-height: 1;
}
.rv-meta { display: flex; flex-direction: column; line-height: 1.35; min-width: 0; }
.rv-name { font-weight: 600; font-size: .96rem; color: var(--text); }
.rv-name a { color: var(--text); text-decoration: none; }
.rv-name a:hover { color: var(--sand); text-decoration: underline; }
.rv-when { font-size: .86rem; color: var(--dim); }
/* Truncation cue only — not a link, see review_cards(). Hover styling is on
   the card itself rather than an anchor, so it survives the cards being inert;
   cursor stays default so nothing promises a click that does not happen. */
.rv-more { color: var(--sand); font-weight: 600; white-space: nowrap; }
.rv-track .review { transition: background .16s; }
.rv-track .review:hover { background: var(--surface-2); }
.rv-track .review:hover .rv-more { text-decoration: underline; text-underline-offset: 2px; }

.rv-track .review { position: relative; }
/* Hover lives on the overlay itself rather than :has() on the parent, so it
   works regardless of :has() support. */

/* Aggregate rating strip */
.rv-agg {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: .5rem .9rem;
  margin-bottom: 1.75rem; padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--hair);
}
.rv-agg-num { font-family: var(--serif); font-size: 2.4rem; line-height: 1; color: var(--sand); }
.rv-agg .stars { margin: 0; font-size: 1.05rem; }
.rv-agg-count { color: var(--muted); font-size: .97rem; }
.rv-agg-link { margin-left: auto; font-size: .97rem; }
.rv-src { margin: 0 0 1.5rem; }
@media (max-width: 560px) { .rv-agg-link { margin-left: 0; flex-basis: 100%; } }

/* ------------------------------------------------------------ reviews carousel
   Three cards visible, arrows page through the rest, final card links out to
   the full set on Google. Track is a native scroll container with snap points,
   so it stays swipeable (and keyboard-scrollable) if the JS never runs. */
.rv-carousel { position: relative; }

.rv-track {
  flex: 1 1 auto; min-width: 0;
  display: flex; gap: 1.5rem;
  overflow-x: auto; overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 0;
  padding-bottom: .25rem;          /* room for focus rings */
  scrollbar-width: none;
}
.rv-track::-webkit-scrollbar { display: none; }
.rv-track:focus-visible { outline: 2px solid var(--sand); outline-offset: 4px; }

.rv-item {
  flex: 0 0 calc((100% - 3rem) / 3);   /* 3 up, matching the 1.5rem gaps */
  scroll-snap-align: start;
  min-width: 0;
}
@media (max-width: 1000px) { .rv-item { flex-basis: calc((100% - 1.5rem) / 2); } }
@media (max-width: 660px)  { .rv-item { flex-basis: 100%; } }

/* figure.review already carries the surface + padding; keep margins off */
.rv-track .review { margin: 0; display: flex; flex-direction: column; }
.rv-track .review blockquote { flex: 1 0 auto; }

/* Arrows */
.rv-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
  width: 44px; height: 44px; min-height: 44px; padding: 0;
  display: flex; align-items: center; justify-content: center;
  font: inherit; line-height: 0;
  background: var(--surface); color: var(--text);
  border: 1px solid var(--line); border-radius: 50%;
  cursor: pointer; transition: background .15s, color .15s, border-color .15s, opacity .15s;
}
/* Default: circle centred on the card edge — half over, half in the gutter.
   The wrap only leaves ~20px of gutter until the viewport clears the max
   width, so this is the widest the arrows can sit without overflowing. */
.rv-prev { left: -22px; }
.rv-next { right: -22px; }
/* Once the gutter is wide enough (wrap caps at 1160px, arrow is 44px plus a
   10px gap => needs ~108px of total gutter), lift them fully clear of the
   cards so they eat none of the text. */
@media (min-width: 1280px) {
  .rv-prev { left: -54px; }
  .rv-next { right: -54px; }
}
.rv-arrow:hover:not(:disabled) { background: var(--surface-2); border-color: var(--sand); color: var(--sand); }
.rv-arrow:disabled { opacity: .28; cursor: default; }
.rv-arrow svg { display: block; }
@media (max-width: 660px) { .rv-arrow { display: none; } }  /* swipe instead */

/* Final card: the way through to every review */
.rv-allcard {
  display: flex; align-items: center; justify-content: center;
  text-align: center; text-decoration: none;
  background: var(--surface); border-radius: var(--r);
  padding: 1.5rem 1.6rem; border: 1px dashed var(--line);
  transition: border-color .16s, background .16s;
}
.rv-allcard:hover { border-color: var(--sand); background: var(--surface-2); }
.rv-allcard-in { display: block; }
.rv-allcard-k { display: block; color: var(--muted); font-size: .97rem; margin-bottom: .6rem; }
.rv-allcard-l { display: block; color: var(--sand); font-weight: 600; }

/* Footer social icons */
.social { display: flex; gap: .9rem; margin-top: 1.9rem; padding: 0; list-style: none; }
.social li { margin: 0; }
.social a {
  display: flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid var(--line); color: var(--muted);
  transition: color .15s, border-color .15s, background .15s;
}
.social a:hover { color: var(--sand); border-color: var(--sand); background: rgba(138,106,47,.08); }
.social svg { display: block; }
.vh {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}

/* ------------------------------------------------------- service area map
   Inline SVG drawn from real coordinates. No API key, no tiles, no runtime
   JS — and it inherits the palette, so it can never look bolted on. */
.areamap { margin: 0 0 2.5rem; }
.areamap figcaption { padding: 0 .25rem; }
.areamap { background: var(--ground-2); border-radius: var(--r); padding: .55rem; overflow: hidden; }
.areamap svg { width: 100%; height: auto; display: block; border-radius: calc(var(--r) - 4px); }
.areamap figcaption { margin-top: .8rem; font-family: var(--serif); font-style: italic; font-size: .97rem; color: var(--dim); max-width: 62ch; }
.reach-edge { fill: none; stroke: var(--sand); stroke-opacity: .465; stroke-width: 3; stroke-dasharray: 9 11; }
.pin-d { fill: #f4efe5; stroke: rgba(20,19,16,.75); stroke-width: 2; }
.pin-t {
  fill: #f4efe5; fill-opacity: .80; font-family: var(--sans); font-size: 21px;
  paint-order: stroke; stroke: rgba(20,19,16,.40); stroke-width: 3px;
  stroke-linejoin: round;
  filter: drop-shadow(0 1px 1.5px rgba(0,0,0,.5));
  transition: fill .15s;
}
.pin-home .pin-d { fill: var(--sand); }
.pin-home .pin-t { fill: #ffd89a; fill-opacity: 1; font-weight: 700; }

/* Edmonton gets the sand accent alongside Legal; nothing else does. */
.pin-accent .pin-d { fill: var(--sand); }
.pin-accent .pin-t { fill: var(--sand); fill-opacity: 1; }

/* Off-map pin: styled like any other label so it does not read as a highlight. */
.pin-far .pin-arrow { fill: #f4efe5; }
.pin-km { fill: #d8cfbc; font-family: var(--sans); font-size: 20px; paint-order: stroke; stroke: rgba(20,19,16,.85); stroke-width: 4px; stroke-linejoin: round; }

/* ---------------------------------------------------------------- 404
   Standalone page — no nav, no footer. A wrong URL should feel like a dead
   end with one clear way out, not a half-site. */
.err-body { display: grid; place-items: center; min-height: 100vh; padding: 2rem 1.25rem; }
.err { text-align: center; max-width: 46ch; }
.err-mark { margin: 0 auto 1.1rem; opacity: .9; }
.err-name { font-family: var(--serif); font-size: 1.35rem; color: var(--text); margin: 0 0 2rem; }
.err h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: .6rem; }
.err-msg { color: var(--muted); margin-bottom: 2rem; }
.err-call { margin-top: 1.5rem; color: var(--dim); font-size: .97rem; }
