/* Baylor's. Colour tokens are injected inline by the shell from scripts/brand.mjs.
   Nothing in this file hardcodes a hex value. */

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);
  font-size:17px;line-height:1.62;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:var(--brand)}
::selection{background:var(--accent);color:var(--text)}
:focus-visible{outline:3px solid var(--btn-focus);outline-offset:2px}

/* Four type sizes, per the pro-firm budget. Everything else is weight and colour. */
h1,h2,h3{font-family:var(--font-display);font-weight:700;line-height:1.18;
  letter-spacing:-.015em;margin:0 0 .5em;color:var(--text)}
h1{font-size:clamp(30px,5.2vw,50px)}
h2{font-size:clamp(24px,3.4vw,34px)}
h3{font-size:19px;line-height:1.3}
p{margin:0 0 1.1em;max-width:68ch}
.lede{font-size:19px;color:var(--muted)}
small,.meta{font-size:14px;color:var(--muted)}

.wrap{max-width:var(--wrap);margin:0 auto;padding:0 20px}
.narrow{max-width:760px}

/* ---- section bands. Tones alternate; accent once per page; dark last. ---- */
section{padding:clamp(46px,6.5vw,86px) 0}
.band-base{background:var(--bg)}
.band-tint{background:var(--bg-2)}
.band-accent{background:var(--brand);color:var(--surface)}
.band-accent h2,.band-accent h3{color:var(--surface)}
.band-accent p{color:rgba(255,255,255,.82)}
.band-dark{background:var(--brand-d);color:var(--surface)}
.band-dark h2{color:var(--surface)}
.band-dark p{color:rgba(255,255,255,.8)}
.band-dark .btn--book{background:var(--surface);color:var(--brand-d);box-shadow:3px 3px 0 var(--text)}
.band-dark .btn--book:hover{box-shadow:5px 5px 0 var(--text)}
.band-tight{padding:clamp(28px,3.5vw,44px) 0}

/* ---- BUTTONS. Six classes, two axes. Never name one after a colour. ---- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;
  min-height:48px;padding:12px 22px;border-radius:5px;border:2px solid transparent;
  font-family:var(--font-body);font-size:16px;font-weight:700;line-height:1.2;
  text-decoration:none;cursor:pointer;color:var(--surface);
  transition:transform 120ms ease-out,box-shadow 120ms ease-out,background-color 120ms ease-out}
.btn:active{transform:scale(.975)}
.btn--call{background:var(--btn-call-bg);color:var(--btn-call-fg);box-shadow:3px 3px 0 var(--brand-d)}
.btn--book{background:var(--btn-book-bg);color:var(--surface);box-shadow:3px 3px 0 var(--text)}
.btn--call:hover,.btn--book:hover{box-shadow:5px 5px 0 var(--brand-d)}
.btn--book:hover{box-shadow:5px 5px 0 var(--text)}
.btn--more{background:transparent;color:var(--btn-more-fg);border-color:var(--btn-more-border);box-shadow:none}
.btn--more:hover{border-color:var(--brand);background:var(--surface-2)}
.btn--lg{min-height:56px;padding:15px 30px;font-size:18px}
.btn--on-dark.btn--more{color:var(--surface);border-color:rgba(255,255,255,.45)}
.btn--on-dark.btn--more:hover{background:rgba(255,255,255,.1);border-color:var(--surface)}

.cta-row{display:flex;flex-wrap:wrap;gap:12px 16px;align-items:center;margin:22px 0 0}
@media (max-width:640px){
  .cta-row{flex-direction:column;align-items:stretch}
  .cta-row .btn{width:100%}
}

/* ---- header ---- */
.topbar{background:var(--surface);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:40}
h2,h3{scroll-margin-top:90px}
.topbar .wrap{display:flex;align-items:center;gap:20px;min-height:74px}
.brand{order:1;margin-right:auto;text-decoration:none;display:inline-flex;align-items:center}
.logo--text{display:inline-flex;flex-direction:column;line-height:1.04}
.logo--text strong{font-family:var(--font-display);font-size:26px;color:var(--brand);letter-spacing:-.01em}
.logo--text em{font-style:normal;font-size:10px;letter-spacing:1.5px;text-transform:uppercase;color:var(--muted)}
.nav{order:2;display:flex;gap:24px;align-items:center}
.nav a{color:var(--text);text-decoration:none;font-weight:600;font-size:15px;padding:6px 0;
  border-bottom:2px solid transparent}
.nav a:hover{border-bottom-color:var(--brand)}
.nav a[aria-current="page"]{border-bottom-color:var(--brand);color:var(--brand)}
.topbar .btn{order:3}
.hamburger{order:3;display:none;background:none;border:2px solid var(--line-2);border-radius:5px;
  color:var(--text);min-height:44px;min-width:44px;align-items:center;justify-content:center;cursor:pointer}
@media (max-width:999px){
  /* compact number-only call pill stays in the header; the floating pill
     still covers mid-scroll */
  .topbar .tel-cta{order:2;margin-left:auto;min-height:0;padding:9px 11px;font-size:13.5px;letter-spacing:0}
  .tel-cta-long{display:none}
  .topbar .wrap{gap:10px}
  .hamburger{display:inline-flex}
  .nav{order:4;display:none;width:100%;flex-direction:column;align-items:flex-start;
    gap:0;padding:6px 0 14px;border-top:1px solid var(--line)}
  .nav.open{display:flex}
  .nav a{width:100%;padding:12px 0;border-bottom:1px solid var(--line)}
  .topbar .wrap{flex-wrap:wrap}
}

/* ---- hero. Photo-first, capped so the next section peeks. ---- */
.hero{position:relative;background:var(--brand-d);color:var(--surface);overflow:hidden;padding:0;
  min-height:clamp(470px,68vh,700px);display:flex;align-items:center}
.hero>.wrap{width:100%}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 42%;opacity:.62}
/* Directional scrim: dark where the headline sits, clear where the people are.
   A photo scrim is the one gradient the design rules allow. */
.hero::after{content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(100deg,var(--brand-d) 0%,rgba(0,48,127,.88) 34%,rgba(0,48,127,.42) 66%,rgba(0,48,127,.30) 100%)}
@media (max-width:900px){.hero::after{background:linear-gradient(180deg,rgba(0,48,127,.80) 0%,rgba(0,48,127,.86) 60%,rgba(0,48,127,.72) 100%)}}
.hero>.wrap{position:relative;z-index:2}
.hero .wrap{position:relative;padding-top:clamp(40px,5.4vw,72px);padding-bottom:clamp(40px,5.4vw,72px)}
.hero h1{color:var(--surface);max-width:23ch}
.hero .lede{color:rgba(255,255,255,.88);max-width:56ch;font-size:19px}
.foot-badge{width:92px;height:auto;margin-top:16px;display:block}
.hero-badge{position:absolute;z-index:3;right:max(24px,calc((100vw - 1188px)/2));top:clamp(66px,9vw,84px);
  width:clamp(92px,13vw,150px);height:auto;transform:rotate(-7deg);
  filter:drop-shadow(4px 4px 0 rgba(0,0,0,.35))}
@media (max-width:700px){.hero-badge{top:18px;right:12px;width:72px;filter:drop-shadow(3px 3px 0 rgba(0,0,0,.3))}.hero .hero-trust{padding-right:96px}}
.hero-trust{margin:0 0 16px;font-size:15px;font-weight:600;color:rgba(255,255,255,.9)}
.hero-trust a{color:inherit;text-decoration:none}
.hero-trust a:hover{text-decoration:underline;text-underline-offset:3px}
.hero-trust b{color:var(--accent);letter-spacing:2px;font-weight:700}
/* The one yellow object in the viewport is the primary action (accent = clickable).
   Navy-on-navy measured 1.0:1 button-to-hero; yellow measures 10.1:1 both ways. */
.hero .btn--book{background:var(--surface);color:var(--brand-d);box-shadow:3px 3px 0 var(--text)}
.hero .btn--book:hover{box-shadow:5px 5px 0 var(--text)}

/* ---- the price centrepiece. Functionality above the fold, not a paragraph. ---- */
.pricecard{background:var(--surface);color:var(--text);border-radius:6px;
  box-shadow:4px 4px 0 var(--line-2);padding:20px 22px;max-width:390px}
.pricecard h2,.pricecard h3{font-size:17px;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);margin-bottom:12px}
.inc-list{list-style:none;margin:0;padding:0}
.inc-list li{position:relative;padding:9px 0 9px 30px;font-size:15px;border-bottom:1px solid var(--line)}
.inc-list li:last-child{border-bottom:0;padding-bottom:0}
.inc-list li::before{content:"\2713";position:absolute;left:2px;font-weight:800;color:var(--brand)}
.pricerow{display:flex;align-items:baseline;gap:6px;padding:9px 0}
/* dot leader, like a printed price sheet: the label's ::after fills the gap */
.pricerow span{font-size:15px;flex:1;display:flex;align-items:baseline;min-width:0}
.pricerow span::after{content:"";flex:1;min-width:28px;margin:0 4px 0 12px;
  border-bottom:2px dotted var(--line-2);align-self:flex-end;
  margin-bottom:5px}
.pricerow b{font-family:var(--font-display);font-size:23px;color:var(--brand);white-space:nowrap;font-variant-numeric:tabular-nums}
.pricecard small{display:block;margin-top:12px}

/* ---- cards. Borderless first: whitespace, then a background shift. ---- */
.grid{display:grid;gap:20px}
.grid-2{grid-template-columns:repeat(auto-fit,minmax(290px,1fr))}
.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}
.card{position:relative;background:var(--surface);border-radius:6px;overflow:hidden;
  box-shadow:3px 3px 0 var(--line-2);transition:box-shadow 130ms ease-out,transform 130ms ease-out}
.card:hover{box-shadow:5px 5px 0 var(--line-2)}
.card:active{transform:scale(.99)}
.card img{width:100%;aspect-ratio:3/2;object-fit:cover}
.card-portrait img{aspect-ratio:3/4}
.card-body{padding:16px 18px 20px}
.card-body h3{margin-bottom:.35em}
.card-body p{font-size:15px;color:var(--muted);margin-bottom:0}
.card-link{text-decoration:none;color:inherit}
.card-link::after{content:"";position:absolute;inset:0}
.card-actions{position:relative;z-index:1;padding:0 18px 18px}
.card-actions .btn:only-child{width:100%}
.card:focus-within{box-shadow:0 0 0 3px var(--btn-focus)}

/* ---- split: the non-card, non-centred section every page needs ---- */
.split{display:grid;gap:clamp(24px,4vw,52px);align-items:center;grid-template-columns:1fr}
@media (min-width:900px){.split{grid-template-columns:1.05fr .95fr}
  .split--flip>*:first-child{order:2}}
.split img{border-radius:6px;box-shadow:4px 4px 0 var(--line-2)}

/* ---- named-not-linked town pills. Information, never an affordance. ---- */
.town-pills{display:flex;flex-wrap:wrap;gap:7px;list-style:none;padding:0;margin:14px 0 0}
.town-pills li{font-size:14px;color:var(--muted);background:var(--surface-2);
  border:1px solid var(--line);padding:5px 12px;border-radius:4px;cursor:default}

/* ---- FAQ ---- */
.faq{border-top:1px solid var(--line);max-width:820px}
.faq details{border-bottom:1px solid var(--line)}
.faq summary{cursor:pointer;padding:17px 0;font-family:var(--font-display);font-size:18px;
  font-weight:700;list-style:none;display:flex;justify-content:space-between;gap:16px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";color:var(--brand);font-size:24px;line-height:1}
.faq details[open] summary::after{content:"–"}
.faq p{padding:0 0 17px;margin:0;font-size:16px;color:var(--muted)}

/* ---- floating call pill. Call only, never a pair. ---- */
.mobile-cta{position:fixed;right:1.1rem;bottom:1.1rem;z-index:60;background:none;padding:0;width:auto}
.mobile-cta .btn{box-shadow:0 3px 0 var(--brand-d);border-radius:999px;flex:none}
.mobile-cta .btn:hover{transform:translateY(-2px);box-shadow:0 6px 0 var(--brand-d)}
.pill-d{display:none}
@media (min-width:1000px){.pill-m{display:none}.pill-d{display:inline}}

/* ---- footer ---- */
.foot{background:var(--brand-d);color:rgba(255,255,255,.8);padding:46px 0 30px;font-size:15px}
@media (max-width:999px){.foot{padding-bottom:96px}}
.foot h3{color:var(--surface);font-size:14px;letter-spacing:.09em;text-transform:uppercase;margin-bottom:12px}
.foot a{color:rgba(255,255,255,.8);text-decoration:none}
.foot a:hover{color:var(--surface);text-decoration:underline}
.foot-grid{display:grid;gap:28px;grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}
.foot ul{list-style:none;margin:0;padding:0}
.foot li{margin-bottom:7px}
.foot-base{margin-top:34px;padding-top:18px;border-top:1px solid rgba(255,255,255,.16);
  display:flex;flex-wrap:wrap;gap:10px 22px;font-size:13.5px}

.crumbs{font-size:14px;color:var(--muted);padding:14px 0 0}
.crumbs a{color:var(--muted)}
.prose a:not(.btn):not(.card-link){color:var(--brand);text-underline-offset:3px}

/* mobile budgets: hero <=80% with next band peeking; cards <=0.5 screen */
@media (max-width:640px){
  .hero .lede{font-size:17px}
  .hero-note{display:none}
  .card img,.card-portrait img{aspect-ratio:16/10}
  .pricecard{max-width:none}
}
@media (max-width:640px){
  .hero .wrap{padding-top:24px;padding-bottom:26px}
  .hero h1{font-size:27px}
  .hero .lede{font-size:16px}
  .hero-trust{font-size:13.5px;margin-bottom:12px}
}

/* card badge — the availability-badge pattern, skinned from site tokens */
.grid{margin-top:26px;row-gap:26px}

/* stat row — un-banned pattern; solid brand numbers, never gradient */
/* two-line price boxes on the homepage */
.card-more a{text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1.5px}
.pricebox-h{font-size:clamp(23px,2.6vw,27px);margin-bottom:6px}
.pricebox-badge{position:absolute;top:10px;right:10px;z-index:2;pointer-events:none;
  background:var(--brand-d);border:2px solid var(--accent);color:var(--accent);
  font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  padding:5px 11px;border-radius:999px;box-shadow:0 2px 6px rgba(0,0,0,.35)}
.pricebox-cta{position:relative;z-index:2;margin-top:14px}
.pricebox img{width:100%;aspect-ratio:16/8;object-fit:cover;border-radius:6px 6px 0 0}
.pricebox .card-body{padding:16px 18px 18px}

/* use-case grid — plain list-cards, no icons until real SVGs exist */
.uses{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(215px,1fr));margin-top:22px}
.uses div{background:var(--surface);border-radius:6px;padding:14px 16px;box-shadow:2px 2px 0 var(--line)}
.uses b{display:block;font-size:16px;margin-bottom:3px}
.uses span{font-size:14px;color:var(--muted)}

/* pull-quote — a review doing headline work */
.pullquote{font-family:var(--font-display);font-size:clamp(21px,2.8vw,29px);line-height:1.35;max-width:24ch;margin:0 0 10px}
.pullquote + .meta{font-size:15px}

/* estimator slider */
.est input[type=range]{width:100%;accent-color:var(--brand);margin:10px 0 4px}

/* map frame + numbered steps */
.map-frame{background:var(--surface);border-radius:6px;box-shadow:3px 3px 0 var(--line-2);padding:8px;max-width:700px}
.map-frame iframe{display:block;width:100%;height:340px;border:0;border-radius:4px}
.card-price{font-family:var(--font-display);font-weight:700;color:var(--brand);font-size:16px;margin:0 0 6px}
.steps{list-style:none;counter-reset:step;margin:22px 0 0;padding:0;display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}
@media (min-width:980px){.steps{grid-template-columns:repeat(4,1fr)}
.steps:has(li:nth-child(5)){grid-template-columns:repeat(5,1fr)}}
@media (min-width:561px) and (max-width:979px){.steps li:nth-child(5):last-child{grid-column:1/-1}}
@media (max-width:560px){.steps{grid-template-columns:1fr}}
.steps li{background:var(--surface);border-radius:6px;padding:16px 18px 18px;box-shadow:2px 2px 0 var(--line);position:relative;font-size:15px;color:var(--muted)}
.steps li::before{counter-increment:step;content:counter(step);display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:var(--brand);color:var(--surface);font-family:var(--font-display);font-weight:700;font-size:15px;margin-right:10px;vertical-align:middle}
.steps li b{display:inline;vertical-align:middle;color:var(--text);font-size:16px}
.step-t{display:block;margin-top:8px}
.hero-phone{color:rgba(255,255,255,.88);font-size:16px}
@media (max-width:640px){.hero-phone{display:block}}
.sib-switch{display:flex;flex-wrap:wrap;gap:6px 10px;align-items:center;margin-top:16px;font-size:14px}
.sib-switch .ss-label{color:var(--muted);font-weight:600}
.sib-switch a{color:var(--brand);text-decoration:none;border:1px solid var(--line-2);border-radius:4px;padding:4px 10px}
.sib-switch a:hover{background:var(--surface-2)}
.sib-switch .ss-cur{background:var(--brand);color:var(--surface);border-radius:4px;padding:4px 10px;font-weight:700}
.procon{background:var(--surface);border-radius:6px;padding:18px 20px;box-shadow:2px 2px 0 var(--line)}
.procon h2{display:flex;align-items:center;gap:8px}
.procon--yes h2::before{content:"✓";color:var(--ok);font-size:22px}
.procon--no h2::before{content:"✕";color:var(--dim);font-size:19px}
.procon p{margin:0;font-size:15px;color:var(--muted)}
.grid-cta{margin-top:26px;text-align:left}
.grid-cta p{font-weight:600;margin-bottom:12px}
.skip{position:absolute;left:-9999px;top:0;background:var(--brand-d);color:var(--surface);padding:10px 18px;z-index:100;border-radius:0 0 5px 0}
.skip:focus{left:0}

/* promoted from inline styles: the small pill-row button, form fields, labels */
.btn--sm{min-height:48px;padding:9px 14px;font-size:14px}
.town-pills .pill-slot,.pill-slot{padding:0;border:0;background:none;box-shadow:none}
.pill-slot .btn--sm{min-height:0;padding:11px 15px;font-size:14px;font-weight:600;
  border:1.5px solid var(--line-2);border-radius:6px;box-shadow:none;background:var(--surface)}
.pill-slot .btn--sm:hover{border-color:var(--brand);box-shadow:none;transform:none}
.input{width:100%;padding:13px 12px;border:2px solid var(--line-2);border-radius:5px;font-size:16px;margin-bottom:12px;background:var(--surface);color:var(--text)}
.input--short{width:60%;min-width:210px}
.f-label{display:block;font-size:15px;margin-bottom:4px}
.btn--full{width:100%}
@media (max-width:899px){.split--formfirst > :last-child{order:-1}}

/* booking flow */
.rstep{background:var(--surface);border-radius:6px;box-shadow:2px 2px 0 var(--line);padding:20px 20px 22px;margin-top:18px}
.rstep[hidden]{display:none}
.rstep h2{font-size:19px;display:flex;align-items:center;gap:10px;margin-bottom:14px}
.rnum{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:var(--brand);color:var(--surface);font-size:16px;flex:none}
.rnum::before{content:attr(data-n)}
.pick-row{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}
.pick{display:block;cursor:pointer}
.pick input{position:absolute;opacity:0}
.pick-body{display:block;border:2px solid var(--line-2);border-radius:6px;padding:12px 14px;height:100%}
.pick input:checked + .pick-body{border-color:var(--brand);background:var(--surface-2);box-shadow:2px 2px 0 var(--brand)}
.pick input:focus-visible + .pick-body{outline:3px solid var(--btn-focus);outline-offset:2px}
.pick-body b{display:block;font-size:16px}
.pick-price{display:block;font-family:var(--font-display);font-weight:700;color:var(--brand);font-size:15px;margin:2px 0}
.pick-note{display:block;font-size:13.5px;color:var(--muted)}
.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;max-width:480px;margin-bottom:10px}
.cal-h{text-align:center;font-size:12px;font-weight:700;color:var(--muted);padding:4px 0}
.cal-d{position:relative;min-height:48px;border:1px solid var(--line);border-radius:5px;background:var(--surface);color:var(--text);font-size:15px;cursor:pointer;padding:2px}
.cal-d:disabled{opacity:.32;cursor:default}
.cal-d i{display:block;font-style:normal;font-size:8.5px;letter-spacing:.02em;color:var(--brand)}
.cal-fri{border-color:var(--brand);border-width:2px}
.cal-d.sel{background:var(--brand);color:var(--surface)}
.cal-d.sel i{color:var(--surface)}
.cal-d:not(:disabled):hover{border-color:var(--brand)}
.visually-tucked{position:absolute;left:-9999px}

/* wizard mode: one stage at a time; no-JS shows all stages stacked */
#rsv.wizard-on .rstep{display:none}
#rsv.wizard-on .rstep.active{display:block;animation:stepin 220ms ease-out}
@keyframes stepin{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
@media (prefers-reduced-motion:reduce){#rsv.wizard-on .rstep.active{animation:none}}
.rstep{scroll-margin-top:86px}
.book-progress{display:flex;gap:8px;margin:18px 0 2px}
.book-progress span{height:6px;flex:1;border-radius:999px;background:var(--line-2)}
.book-progress span.done{background:var(--brand)}
.wiz-nav{margin-top:16px}

/* ---- inline-style eliminations (design-protocol pass 2026-08-31) ---- */
.band--snug{padding-top:10px}
.band--post{padding-top:10px;padding-bottom:clamp(46px,6.5vw,86px);display:block}
.procon h2{font-size:19px}
.card--quote{box-shadow:3px 3px 0 var(--line-2);max-width:640px}
.card--quote .qt{font-size:16px;color:var(--text);margin-bottom:8px}
.card--quote .meta{margin-bottom:0}
.cta-row--spaced{margin-top:16px}
#rsv .btn--full{margin-top:16px}
.post-link{font-family:var(--font-display);font-weight:700;font-size:19px;text-decoration:none}
.town-pills--tucked{margin-top:10px}
.photo-figure{margin:22px 0 0}
.photo-figure img{width:100%;height:auto;border-radius:6px;box-shadow:3px 3px 0 var(--line-2)}
.photo-figure figcaption{margin-top:8px}
.card-more{margin-top:12px;margin-bottom:0;font-weight:700}
.card-more .card-link{color:var(--brand)}
.trust-line{margin-top:12px}
.trust-line b{color:var(--star);font-weight:700}
.stars{color:var(--star);letter-spacing:3px;font-size:15px;margin-bottom:6px}
.band-accent .card--quote{max-width:720px}
.band-accent .stars{color:var(--star)}
.pricecard{position:relative}
.pricerow--lead span{font-weight:700;color:var(--text)}
.pricerow--lead b{font-size:26px}
.pricecard .btn--full{width:100%;margin-top:14px}
.pricecard small{display:block;margin-top:10px}
/* the two side-by-side rate cards stretch equal; footnotes pin to the bottom */
.price-compare .pricecard{display:flex;flex-direction:column}
.price-compare .pricecard small{margin-top:auto;padding-top:12px}
.area-map{margin:0}
#area-map{height:460px;border-radius:6px;box-shadow:3px 3px 0 var(--line-2);background:var(--bg-2)}
@media (max-width:700px){#area-map{height:340px}}
.area-map figcaption{padding:8px 6px 2px}
.area-check{margin:0 0 16px;scroll-margin-top:100px}
.area-check label{display:block;font-family:var(--font-display);font-weight:700;margin-bottom:6px}
.area-check-row{display:flex;gap:10px;flex-wrap:wrap}
.area-check-row input{flex:1 1 220px;min-width:0;padding:12px 14px;border:2px solid var(--line-2);border-radius:6px;font:inherit;font-size:16px;background:var(--surface)}
.area-check-row input:focus{border-color:var(--brand);outline:none}
.area-check-result{margin:8px 0 0;font-weight:600;min-height:1.3em}
.area-check-result.is-yes{color:var(--ok)}
.area-check-result.is-unknown{color:var(--text)}
.area-check-result a{color:var(--brand)}
.map-county{font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--dim);margin:14px 0 6px}
.map-county:first-child{margin-top:0}
.map-towns .town-pills{margin:0}
/* mobile audit 2026-09-10: thumb-sized radios and slider */
input[type="radio"]{width:20px;height:20px;accent-color:var(--brand);vertical-align:-4px;margin-right:6px}
.pick input[type="radio"]{width:auto;height:auto;margin:0}
input[type="range"]{width:100%;height:34px;accent-color:var(--brand);cursor:pointer;margin:6px 0 2px}
/* the hidden attribute must always win, even over display:grid rows */
[hidden]{display:none!important}
.cta-strip{background:var(--surface-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:22px 0}
.cta-strip .wrap{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}
.cta-strip-line{margin:0;font-family:var(--font-display);font-weight:700;font-size:21px}
.cta-strip .cta-row{margin:0}
.town-card-grid{grid-template-columns:repeat(2,1fr)}
@media (min-width:980px){.town-card-grid{grid-template-columns:repeat(4,1fr)}}
@media (max-width:560px){.town-card-grid{grid-template-columns:1fr}}
.yard-hq{background:#f8f000;border:3px solid #00307f;border-radius:50%;color:#00307f;
  font-weight:800;font-size:11px;letter-spacing:.02em;box-sizing:border-box;
  display:block;text-align:center;line-height:24px}
.card.review{display:flex;flex-direction:column;padding:16px 18px 18px;box-shadow:3px 3px 0 var(--line-2)}
.rv-head{display:flex;align-items:center;gap:10px;margin-bottom:10px}
.rv-avatar{flex-shrink:0;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;color:#fff;background:var(--brand);font-family:var(--font-display);font-weight:700;font-size:19px;line-height:1}
.review:nth-child(3n+2) .rv-avatar{background:var(--accent);color:var(--brand-d)}
.review:nth-child(3n) .rv-avatar{background:var(--brand-d)}
.rv-who{display:flex;flex-direction:column;line-height:1.3;min-width:0}
.rv-name{font-weight:700;color:var(--text);font-size:15px}
.rv-date{font-size:13px;color:var(--muted)}
.rv-g{margin-left:auto;flex-shrink:0}
.review .rv-stars{margin:0 0 8px;color:#fbbc04;font-size:17px;letter-spacing:2px;line-height:1}
.review .rv-text{margin:0;flex:1;font-size:16px;color:var(--text)}
.rv-reply{font-size:14px;color:var(--muted);border-top:1px solid var(--line);padding-top:10px;margin:12px 0 0}
