
:root{
  --navy:#0E2A47;--navy-deep:#0A1F36;--sand:#F3ECDD;--sand-dim:#E8DFC9;--orange:#E8622C;--orange-dark:#C94F1F;
  --orange-a11y:#A8431B;--green:#4C7A62;--ink:#101820;
  --white:#fff;--muted:#5F665F;--radius:3px;--shadow:0 14px 34px rgba(10,31,54,.10);--wrap:1180px;
  --brand:var(--navy);--brand2:var(--navy-deep);--teal:var(--green);--gold:var(--orange);--ok:var(--green);--warn:var(--orange);--bad:#B73A2A;--bg:var(--sand);--card:#fff;--line:var(--sand-dim)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--sand);color:var(--ink);font-family:Inter,Arial,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.wrap{width:min(calc(100% - 40px),var(--wrap));margin-inline:auto}
:focus-visible{outline:3px solid var(--orange);outline-offset:3px}

/* Typography */
h1,h2,h3,.display{font-family:Oswald,Impact,sans-serif;text-transform:uppercase;letter-spacing:.02em;line-height:1.02;margin-top:0}h1{font-size:clamp(3.2rem,7vw,6.8rem)}h2{font-size:clamp(2rem,4vw,3.7rem)}h3{font-size:1.45rem}.muted{color:var(--muted)}.section-kicker,.meta,.status-board,.badge,.kpi b{font-family:"IBM Plex Mono",monospace}.section-kicker{font-size:.72rem;font-weight:700;letter-spacing:.14em;color:var(--orange-a11y);margin-bottom:10px}.section-kicker.light{color:#FF8B5C}

/* Header */
.site-header,.topbar{position:sticky;top:0;z-index:50;background:var(--navy);color:var(--sand);border-bottom:3px solid var(--orange)}.nav{min-height:72px;display:flex;align-items:center;gap:26px}.brand-lockup{display:flex;align-items:center;color:var(--sand);min-width:max-content}
.navlinks{display:flex;align-items:center;gap:24px;margin-left:auto}.navlinks a,.site-footer a{position:relative;font-weight:700;font-size:.92rem}.navlinks a::after,.site-footer a::after{content:"";position:absolute;left:0;right:100%;bottom:-5px;height:2px;background:var(--orange);transition:right .15s ease}.navlinks a:hover::after,.navlinks a:focus-visible::after,.site-footer a:hover::after,.site-footer a:focus-visible::after{right:0}.header-cta{margin-left:5px}.nav-toggle{display:none;margin-left:auto;width:44px;height:44px;background:transparent;border:1px solid rgba(243,236,221,.35);border-radius:var(--radius);padding:9px}.nav-toggle span{display:block;height:2px;background:var(--sand);margin:5px 0}

/* Buttons */
.btn,.pill{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 16px;border:1px solid var(--navy);border-radius:var(--radius);background:transparent;color:var(--navy);font-weight:800;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}.btn.primary,.pill{background:var(--orange-dark);border-color:var(--orange-dark);color:#fff}.btn.primary:hover,.pill:hover{background:var(--orange-dark);border-color:var(--orange-dark)}.btn.ghost-light{border-color:rgba(243,236,221,.5);color:var(--sand)}.btn.ghost-light:hover{border-color:var(--sand);background:rgba(243,236,221,.08)}.btn.outline-dark:hover{background:var(--navy);color:#fff}.btn.featured{background:var(--orange);border-color:var(--orange);color:#fff}.btn.dark{background:var(--navy);color:#fff}.btn.emergency{background:#B73A2A;border-color:#B73A2A;color:#fff}.actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.text-link{font-family:"IBM Plex Mono",monospace;font-size:.82rem;font-weight:700;color:var(--navy);border-bottom:1px solid var(--orange);padding-bottom:3px}

/* Homepage Hero */
.home-hero{background:var(--navy);color:var(--sand);padding:72px 0 68px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);gap:68px;align-items:center}.hero-copy h1{max-width:760px;margin:15px 0 20px}.hero-copy h1 span{color:var(--orange)}.hero-lead{font-size:clamp(1rem,1.6vw,1.2rem);max-width:650px;color:#D8D0C0;margin:0 0 28px}.live-eyebrow{font:600 .75rem/1.2 "IBM Plex Mono",monospace;letter-spacing:.04em;text-transform:uppercase;color:#D8D0C0;display:flex;align-items:center;gap:9px}.live-dot{width:8px;height:8px;border-radius:50%;background:#6AA581;box-shadow:0 0 0 4px rgba(106,165,129,.12);animation:livePulse 2s ease-in-out infinite}.hero-animate{opacity:0;transform:translateY(12px);animation:heroUp .45s ease forwards}.hero-animate-1{animation-delay:.05s}.hero-animate-2{animation-delay:.15s}.hero-animate-3{animation-delay:.30s}.hero-animate-4{animation-delay:.42s}

/* Signature local status board */
.status-board{background:var(--navy-deep);border:1px solid rgba(243,236,221,.14);border-top:3px solid var(--orange);border-radius:var(--radius);box-shadow:0 26px 60px rgba(0,0,0,.22);overflow:hidden;transform-origin:center;opacity:0;animation:boardPower .2s ease forwards}.status-board-head{display:flex;justify-content:space-between;gap:15px;padding:15px 18px;border-bottom:1px solid rgba(243,236,221,.15);font-size:.7rem;font-weight:700;letter-spacing:.12em;color:#DCD3C2;opacity:0;animation:boardHead .16s ease .18s forwards}.status-board-body{padding:0 18px}.status-board-row{display:grid;grid-template-columns:minmax(0,1fr) auto 78px;gap:14px;align-items:center;min-height:78px;border-bottom:1px solid rgba(243,236,221,.12);transform-origin:top center;opacity:0}.status-board-row.status-row-ready{animation:rowFlip .28s cubic-bezier(.2,.75,.3,1) var(--row-delay,300ms) forwards}.status-board-row.status-row-changed{opacity:1;animation:rowRefresh .55s ease forwards}.status-label{min-width:0;display:grid;grid-template-columns:22px auto;column-gap:8px;align-items:center}.status-icon{grid-row:1 / span 2;color:var(--orange);font-family:Inter,sans-serif;font-size:1rem}.status-title{font-family:Inter,sans-serif;font-weight:800;color:#fff;font-size:.92rem}.status-detail{grid-column:2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#BEB5A5;font-size:.72rem;margin-top:2px}.status-pill{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:5px 8px;font-size:.62rem;font-weight:800;letter-spacing:.07em;color:#fff}.status-pill i{width:7px;height:7px;border-radius:50%;display:block}.status-pill.ok{background:rgba(76,122,98,.25);border-color:rgba(108,164,132,.48)}.status-pill.ok i{background:#74B08E}.status-pill.alert{background:rgba(232,98,44,.18);border-color:rgba(232,98,44,.62)}.status-pill.alert i{background:var(--orange)}.status-pill.warn{background:rgba(217,164,65,.13);border-color:rgba(217,164,65,.45)}.status-pill.warn i{background:#D9A441}.status-pill.neutral{background:rgba(169,161,143,.08);border-color:rgba(169,161,143,.28);color:#CFC7B7}.status-pill.neutral i{background:#A9A18F}.status-relative.stale{color:#C7A46B}.status-relative.stale::after{content:" · OLD";font-weight:700;letter-spacing:.04em}.status-row-ready .status-pill i,.status-row-changed .status-pill i{animation:dotLand .55s ease calc(var(--row-delay,0ms) + 210ms) 1}.status-relative{font-size:.64rem;color:#99917F;text-align:right}.status-board-link{display:flex;justify-content:space-between;align-items:center;padding:13px 18px;color:#DCD3C2;font-size:.68rem;font-weight:700;letter-spacing:.07em;background:rgba(255,255,255,.02);transition:background .15s ease}.status-board-link:hover{background:rgba(232,98,44,.10);color:#fff}

/* Home quick links */
.quick-section{padding:66px 0;background:var(--sand)}.section-head{display:flex;justify-content:space-between;gap:28px;align-items:flex-end;margin-bottom:24px}.section-head.compact{display:block}.section-head h2{margin:0}.section-head p{color:var(--muted);margin:7px 0 0;max-width:620px}.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);border-left:1px solid var(--sand-dim);border-top:1px solid var(--sand-dim)}.quick-card{background:#fff;min-height:145px;padding:22px;border-right:1px solid var(--sand-dim);border-bottom:1px solid var(--sand-dim);display:flex;flex-direction:column;justify-content:flex-end;position:relative;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.quick-card:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(10,31,54,.08);outline:1px solid var(--orange);outline-offset:-1px;z-index:2}.quick-icon{position:absolute;top:20px;right:20px;width:32px;height:32px;color:var(--orange)}.quick-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.quick-card strong{font-family:Oswald,sans-serif;text-transform:uppercase;font-size:1.35rem;letter-spacing:.025em}.quick-card small{color:var(--muted);font-size:.78rem;margin-top:3px}

/* Business pitch */
.business-pitch{background:var(--navy);color:var(--sand);padding:78px 0;border-top:3px solid var(--orange)}.pitch-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:82px;align-items:start}.pitch-copy h2{font-size:clamp(2.6rem,5vw,4.6rem);max-width:560px;margin:0 0 20px}.pitch-copy p{color:#CEC5B3;font-size:1.04rem;max-width:570px;margin:0 0 26px}.manifest{border-left:3px solid var(--orange)}.manifest-row{display:grid;grid-template-columns:62px 1fr;gap:18px;padding:23px 24px;border-bottom:1px solid rgba(243,236,221,.16)}.manifest-row>span{font:700 1rem/1 "IBM Plex Mono",monospace;color:var(--orange);padding-top:4px}.manifest-row strong{display:block;font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.03em;font-size:1.35rem;color:#fff}.manifest-row p{margin:7px 0 0;color:#BEB5A5;font-size:.9rem}

/* Sections, cards and interior pages */
.section{padding:66px 0}.featured-section{background:#fff}.featured-business-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.list{display:grid;gap:14px}.item{position:relative;background:#fff;border:1px solid var(--sand-dim);border-radius:var(--radius);padding:20px;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.item:hover{transform:translateY(-2px);border-color:var(--orange);box-shadow:var(--shadow)}.item h3{margin:8px 0 7px}.item h3 a:hover{color:var(--orange-dark)}.item p{color:var(--muted);margin:7px 0;line-height:1.6}.meta{font-size:.68rem;letter-spacing:.04em;text-transform:uppercase;color:#72756F;display:flex;gap:9px;flex-wrap:wrap}.featured-business-grid .item{border-top:3px solid var(--orange);min-height:210px}.featured-business-grid .meta span:first-child{color:var(--orange);font-weight:700}.featured-business-grid .actions{margin-top:auto}.badge{display:inline-flex;padding:4px 7px;border-radius:2px;background:#ECE7DB;color:#4F554F;font:700 .65rem/1.2 "IBM Plex Mono",monospace;text-transform:uppercase}.badge.featured{background:#FFE7DC;color:#9C3D18}.badge.claimed,.badge.community{background:#E4EEE8;color:#355F4B}.badge.urgent{background:#F8DFDA;color:#8A2A1D}.section.compare-home{background:var(--sand);padding-top:72px}.compare-banner{display:grid;grid-template-columns:1.4fr auto;gap:48px;align-items:center;background:#fff;border:1px solid var(--sand-dim);border-left:4px solid var(--orange);border-radius:var(--radius);padding:32px;box-shadow:none}.compare-banner h2{font-size:clamp(2.2rem,4vw,3.5rem);margin:3px 0 10px}.compare-banner p{max-width:760px;color:var(--muted);margin:0;line-height:1.65}.secondary-feed{border-top:1px solid var(--sand-dim)}

/* Generic interior hero */
.hero:not(.home-hero){padding:66px 0 42px;background:var(--navy);color:var(--sand);border-bottom:3px solid var(--orange)}.hero:not(.home-hero) h1{font-size:clamp(2.8rem,6vw,5.5rem);margin:0 0 14px}.hero:not(.home-hero) p{color:#D3CABA;max-width:760px;font-size:1.05rem}.filters{display:flex;gap:8px;overflow:auto;padding:3px 0 10px}.filters button{white-space:nowrap;border:1px solid var(--sand-dim);border-radius:var(--radius);background:#fff;padding:10px 13px;font-weight:700;cursor:pointer}.filters button:hover{border-color:var(--orange)}

/* Forms, legal, tables */
form{display:grid;gap:13px}label{font-weight:800;font-size:.9rem}input,select,textarea{width:100%;padding:12px 13px;border:1px solid #CEC5B2;border-radius:var(--radius);font:inherit;background:#fff;color:var(--ink)}input:focus,select:focus,textarea:focus{border-color:var(--orange);outline:2px solid rgba(232,98,44,.18)}textarea{min-height:120px}.tablewrap{overflow:auto}.table{width:100%;border-collapse:collapse;background:#fff}.table th,.table td{padding:12px;border-bottom:1px solid var(--sand-dim);text-align:left;font-size:.86rem}.notice{border-left:4px solid var(--orange);padding:14px;background:#fff;border-radius:var(--radius)}.legal-page{max-width:900px}.legal-page h2{margin-top:32px}.legal-page p{line-height:1.7}.consent-check{display:flex!important;gap:10px;align-items:flex-start}.consent-check input{width:auto!important;margin-top:5px}.video{position:relative;padding-top:56.25%;margin:16px 0;border-radius:var(--radius);overflow:hidden;background:#000}.video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.property-img{width:100%;max-height:360px;object-fit:cover;border-radius:var(--radius);margin-bottom:12px}.property-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin:16px 0}.property-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius)}

/* Quote pages retain logic, receive new visual language */
.quote-hero{background:var(--navy)!important;color:var(--sand)!important}.quote-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.7fr);gap:18px;align-items:start}.quote-how{position:sticky;top:94px}.quote-how ol{padding-left:22px;line-height:1.8;color:var(--muted)}.quote-consent{font-weight:700}.quote-result{margin-top:10px}.quote-result.success{background:#E4EEE8;border:1px solid #BCD1C4;border-radius:var(--radius);padding:16px}.quote-result.error{background:#F8DFDA;color:#8A2A1D;border:1px solid #EBC0B8;border-radius:var(--radius);padding:12px}.quote-reference{display:inline-flex;background:var(--navy);color:#fff;padding:8px 12px;border-radius:var(--radius);font-weight:900;letter-spacing:.5px;margin:4px 0 8px}.quote-card,.quote-provider{background:#fff;border:1px solid var(--sand-dim);border-radius:var(--radius);padding:16px;margin-bottom:14px}.quote-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.quote-grid>div{background:#F8F4EA;padding:10px}.quote-route-status{font-weight:900;text-transform:capitalize}.quote-admin-note{white-space:pre-wrap;color:var(--muted)}.lead-active{background:#E4EEE8;color:#355F4B}.lead-paused{background:#FFE7DC;color:#9C3D18}.lead-blocked{background:#F8DFDA;color:#8A2A1D}

/* Footer */
.site-footer,footer{background:var(--navy-deep);color:#BFB6A5;padding:44px 0;border-top:3px solid var(--orange);font-size:.86rem}.footer-grid{display:grid;grid-template-columns:1fr auto;gap:42px;align-items:end}.footer-brand{display:flex;align-items:center;gap:11px;color:var(--sand)}.site-footer p{max-width:650px;margin:14px 0 0;line-height:1.65}.site-footer nav{display:flex;gap:22px;flex-wrap:wrap;color:var(--sand)}footer a{color:var(--sand)}

/* PWA prompt */
.install-prompt{position:fixed;left:16px;right:16px;bottom:16px;z-index:9999;max-width:760px;margin:auto;background:#fff;border:1px solid var(--sand-dim);box-shadow:0 14px 40px rgba(10,31,54,.18);border-radius:var(--radius);padding:14px;display:flex;gap:14px;align-items:center;justify-content:space-between}.install-prompt-copy{display:flex;flex-direction:column;gap:4px}.install-prompt-copy span{color:var(--muted);font-size:.92rem}.install-prompt-actions{display:flex;gap:8px;flex-wrap:wrap;flex-shrink:0}.install-modal{position:fixed;inset:0;background:rgba(10,31,54,.68);z-index:10000;display:grid;place-items:center;padding:20px}.install-modal-card{background:#fff;border-radius:var(--radius);max-width:420px;width:100%;padding:24px;box-shadow:0 20px 60px rgba(0,0,0,.25)}

/* Admin remains functional and readable */
.admin-shell{display:grid;grid-template-columns:238px 1fr;min-height:100vh;background:#F4F4F1}.side{background:var(--navy);color:#fff;padding:24px 14px}.side a{display:block;padding:10px 12px;border-radius:var(--radius);margin:3px 0}.side a:hover{background:rgba(255,255,255,.09)}.main{padding:28px}.kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.kpi{background:#fff;border:1px solid #DDD9CF;border-radius:var(--radius);padding:16px}.kpi b{font-size:28px;display:block}

/* Reveals */
[data-reveal],#featuredBusinesses .item{opacity:0;transform:translateY(16px)}[data-reveal].is-revealed,#featuredBusinesses .item.is-revealed{animation:revealUp .34s ease var(--reveal-delay,0ms) forwards}

@keyframes boardPower{from{opacity:0;transform:scale(.985)}to{opacity:1;transform:scale(1)}}
@keyframes boardHead{to{opacity:1}}
@keyframes rowFlip{0%{opacity:0;transform:perspective(500px) rotateX(-20deg) translateY(-8px)}70%{opacity:1;transform:perspective(500px) rotateX(2deg) translateY(1px)}100%{opacity:1;transform:none}}
@keyframes rowRefresh{0%{box-shadow:inset 4px 0 0 var(--orange);transform:perspective(500px) rotateX(-12deg)}45%{box-shadow:inset 4px 0 0 var(--orange)}100%{box-shadow:inset 0 0 0 transparent;transform:none}}
@keyframes dotLand{0%,100%{transform:scale(1);opacity:1}45%{transform:scale(1.75);opacity:.65}}
@keyframes heroUp{to{opacity:1;transform:none}}
@keyframes revealUp{to{opacity:1;transform:none}}
@keyframes livePulse{0%,100%{opacity:.62}50%{opacity:1}}

@media(max-width:1000px){.hero-grid{gap:38px;grid-template-columns:minmax(0,.95fr) minmax(390px,1.05fr)}.pitch-grid{gap:50px}.quick-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:860px){
  .wrap{width:min(calc(100% - 28px),var(--wrap))}.nav{min-height:66px;gap:12px}.nav-toggle{display:block}.header-cta{display:none}.navlinks{position:absolute;top:69px;left:0;right:0;margin:0;background:var(--navy-deep);border-bottom:3px solid var(--orange);display:none;flex-direction:column;align-items:stretch;gap:0;padding:8px 14px 14px}.navlinks.is-open{display:flex}.navlinks a{padding:13px 10px;border-bottom:1px solid rgba(243,236,221,.12)}
  .home-hero{padding:52px 0}.hero-grid,.pitch-grid{grid-template-columns:1fr}.hero-grid{gap:38px}.status-board{max-width:100%}.quick-grid{grid-template-columns:repeat(2,1fr)}.pitch-grid{gap:42px}.featured-business-grid{grid-template-columns:1fr!important}.compare-banner{grid-template-columns:1fr;gap:22px}.footer-grid{grid-template-columns:1fr}.footer-grid nav{justify-content:flex-start}.quote-layout,.quote-grid{grid-template-columns:1fr}.quote-how{position:static}
}
@media(max-width:560px){h1{font-size:clamp(3rem,16vw,4.6rem)}.home-hero{padding-top:42px}.status-board-body{padding:0 12px}.status-board-head{padding:13px 12px;font-size:.61rem}.status-board-row{grid-template-columns:minmax(0,1fr) auto;gap:8px;min-height:76px}.status-relative{grid-column:2;text-align:right;margin-top:-16px;font-size:.58rem}.status-detail{max-width:170px}.status-pill{font-size:.56rem}.quick-grid{grid-template-columns:1fr 1fr}.quick-card{min-height:130px;padding:16px}.quick-icon{width:27px;height:27px;top:15px;right:15px}.manifest-row{grid-template-columns:44px 1fr;padding:20px 16px}.section-head{align-items:flex-start;flex-direction:column}.actions .btn{width:100%}.compare-banner{padding:22px}.site-footer nav{flex-direction:column;gap:14px}.install-prompt{align-items:flex-start;flex-direction:column}.install-prompt-actions{width:100%}.install-prompt-actions .btn{flex:1}.admin-shell{grid-template-columns:1fr}.side{position:static}.main{padding:16px}}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.001ms!important;animation-delay:0ms!important;transition-duration:.001ms!important}.hero-animate,.status-board,.status-board-head,.status-board-row,[data-reveal],#featuredBusinesses .item{opacity:1!important;transform:none!important}.live-dot{animation:none!important}}

@media(max-width:1050px) and (min-width:861px){.nav{gap:18px}.navlinks{gap:17px}}


/* v2.2 live-render + brand corrections */
.brand-lockup-image{display:flex;align-items:center;flex:0 0 auto;min-width:0;padding:0;text-decoration:none!important}
.brand-logo-full{display:block;width:285px;max-width:31vw;height:auto;object-fit:contain}
.brand-logo-footer{display:block;width:310px;max-width:100%;height:auto;filter:none}
.feed-state{grid-column:1/-1;display:flex;flex-direction:column;gap:7px;min-height:118px;justify-content:center;padding:24px;border:1px solid var(--sand-dim);border-left:3px solid var(--orange);background:#fff;color:var(--ink);font-family:Inter,sans-serif}
.feed-state strong{font-family:"IBM Plex Mono",monospace;text-transform:uppercase;font-size:.78rem;letter-spacing:.04em;color:var(--navy)}
.feed-state span{color:var(--muted);font-size:.92rem}
.feed-state.error{border-left-color:#B7432D;background:#FFF8F5}
.status-board-row .status-detail{white-space:normal}
.business-pitch{position:relative;overflow:hidden}
.business-pitch::after{content:"";position:absolute;right:-110px;bottom:-160px;width:420px;height:420px;border:1px solid rgba(232,98,44,.18);border-radius:50%;pointer-events:none}
.compare-home{background:var(--orange)!important;color:#fff}
.compare-home .compare-banner{background:var(--navy-deep);border-color:rgba(255,255,255,.18);border-left:4px solid var(--sand);color:var(--sand)}
.compare-home .section-kicker{color:#FFB18F}.compare-home .compare-banner p{color:#D7CFBF}.compare-home .btn.primary{background:var(--orange-dark);border-color:var(--orange-dark)}
@media(max-width:1050px){.brand-logo-full{width:235px;max-width:28vw}}
@media(max-width:860px){.brand-logo-full{width:215px;max-width:62vw}}
@media(max-width:560px){.brand-logo-full{width:190px;max-width:66vw}.brand-logo-footer{width:245px}}

/* v2.3 public submission forms */
.public-form-page{background:var(--sand)}
.form-hero{background:var(--navy);color:var(--sand);border-bottom:3px solid var(--orange);padding:58px 0 54px}
.form-hero-inner{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:54px;align-items:end}
.form-hero h1{font-size:clamp(3rem,6vw,5.6rem);margin:0 0 16px;max-width:900px}
.form-hero p{font-size:1.05rem;line-height:1.7;color:#D7CFBF;max-width:720px;margin:0}
.form-hero-note{display:grid;grid-template-columns:48px 1fr;gap:16px;border-left:3px solid var(--orange);padding:18px 0 18px 20px;align-items:start}
.form-hero-note>span{font:700 1.05rem/1 "IBM Plex Mono",monospace;color:var(--orange);padding-top:3px}
.form-hero-note strong{display:block;font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.03em;font-size:1.25rem;color:var(--sand);line-height:1.1}
.form-hero-note small{display:block;color:#CFC6B5;line-height:1.55;margin-top:6px;font-size:.82rem}
.form-section{padding:56px 0 76px}
.form-shell{max-width:980px}.form-shell-narrow{max-width:860px}
.form-intro{margin-bottom:26px}.form-intro h2{font-size:clamp(2.3rem,4vw,3.7rem);margin-bottom:10px}.form-intro p{margin:0;color:var(--muted)}
.public-form{display:grid;gap:18px}
.form-card{background:#fff;border:1px solid var(--sand-dim);border-top:3px solid var(--navy);padding:26px;border-radius:var(--radius)}
.form-card-head{display:grid;grid-template-columns:52px 1fr;gap:16px;align-items:start;padding-bottom:20px;margin-bottom:22px;border-bottom:1px solid var(--sand-dim)}
.form-step{font:700 .78rem/1 "IBM Plex Mono",monospace;color:var(--orange);border:1px solid var(--orange);display:grid;place-items:center;width:40px;height:30px}
.form-card-head h3{font-size:1.7rem;margin:0 0 4px;color:var(--navy)}
.form-card-head p{margin:0;color:var(--muted);font-size:.9rem}
.field-grid{display:grid;grid-template-columns:1fr;gap:18px}
.field-grid.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}
.field-grid .full-width{grid-column:1/-1}.form-grid-gap-top{margin-top:18px}
.public-form label{display:grid;gap:7px;color:var(--ink);font-weight:700;font-size:.83rem}
.public-form label>.required,.public-form label>.optional{font:600 .62rem/1 "IBM Plex Mono",monospace;text-transform:uppercase;letter-spacing:.04em;margin-left:7px;display:inline-block}
.public-form label>.required{color:var(--orange)}.public-form label>.optional{color:#7B817B}
.public-form input,.public-form select,.public-form textarea{width:100%;min-height:48px;background:#fff;border:1px solid #BFB7A6;border-radius:var(--radius);padding:11px 12px;color:var(--ink);font-size:16px;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}
.public-form textarea{min-height:132px;resize:vertical;line-height:1.55}.public-form textarea.textarea-compact{min-height:96px}
.public-form input:hover,.public-form select:hover,.public-form textarea:hover{border-color:#8F8777}
.public-form input:focus,.public-form select:focus,.public-form textarea:focus{outline:none;border-color:var(--orange);box-shadow:0 0 0 3px rgba(232,98,44,.14)}
.public-form input::placeholder,.public-form textarea::placeholder{color:#8D8D86}
.field-help{font-weight:500;color:var(--muted);font-size:.75rem;line-height:1.45}
.form-privacy-banner{margin-bottom:18px;padding:16px 18px;border:1px solid var(--sand-dim);border-left:4px solid var(--orange);background:#FFFDF8;font-size:.87rem;line-height:1.6}
.consent-card{border-top-color:var(--orange)}.consent-list{display:grid;gap:12px}
.public-form .consent-check{display:grid!important;grid-template-columns:24px 1fr;gap:12px;align-items:start;background:#FAF8F2;border:1px solid var(--sand-dim);padding:14px 15px;font-weight:500;line-height:1.55}
.public-form .consent-check input{width:18px!important;height:18px;min-height:0;margin:2px 0 0;accent-color:var(--orange)}
.public-form .consent-check a{text-decoration:underline;text-decoration-color:var(--orange);text-underline-offset:3px;font-weight:700}
.retention-note{font:500 .72rem/1.6 "IBM Plex Mono",monospace;color:var(--muted);border-left:2px solid var(--sand-dim);padding-left:12px;margin:18px 0 0}
.form-submit-card{background:var(--navy-deep);border-color:var(--navy-deep);border-top-color:var(--orange);color:var(--sand);display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.6fr);gap:32px;align-items:center}
.form-submit-card .section-kicker{margin-bottom:8px}.form-submit-copy h3{color:var(--sand);font-size:2rem;margin:0 0 8px}.form-submit-copy p{margin:0;color:#CFC6B5}
.form-submit-actions{display:grid;gap:12px;justify-items:stretch}.form-submit-btn{min-height:50px;width:100%;font-size:.95rem;font-weight:800}.form-result{min-height:0;color:#D7CFBF;font-size:.82rem}
.form-result:not(:empty){padding:10px 12px;border-left:3px solid var(--orange);background:rgba(255,255,255,.06)}
.public-form .cf-turnstile,#petTurnstile{max-width:100%;overflow:hidden}

@media(max-width:860px){
  .form-hero{padding:44px 0 40px}.form-hero-inner{grid-template-columns:1fr;gap:30px}.form-hero-note{max-width:520px}.form-section{padding:36px 0 56px}.field-grid.two-col{grid-template-columns:1fr}.form-submit-card{grid-template-columns:1fr}.form-card{padding:20px}.form-card-head{grid-template-columns:44px 1fr;gap:12px}.form-card-head h3{font-size:1.5rem}
}
@media(max-width:560px){
  .public-form-page .wrap{width:min(calc(100% - 24px),var(--wrap))}.form-hero h1{font-size:clamp(2.7rem,13vw,4rem)}.form-hero p{font-size:.95rem}.form-hero-note{grid-template-columns:38px 1fr;padding-left:14px}.form-card{padding:17px 14px}.form-card-head{padding-bottom:15px;margin-bottom:17px}.form-card-head p{font-size:.82rem}.public-form input,.public-form select,.public-form textarea{min-height:50px}.public-form label{font-size:.8rem}.form-submit-card{padding:20px 16px}.form-submit-copy h3{font-size:1.75rem}.form-privacy-banner{font-size:.82rem}.public-form .consent-check{padding:13px 12px;font-size:.8rem}.form-section{padding-top:28px}
}


/* V2.6 mobile safe-area */
.site-header,.topbar,.site-footer{padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px)}
.site-footer{padding-bottom:env(safe-area-inset-bottom,0px)}
.install-prompt{bottom:calc(16px + env(safe-area-inset-bottom,0px));left:calc(16px + env(safe-area-inset-left,0px));right:calc(16px + env(safe-area-inset-right,0px))}
@media(max-width:860px){.nav-toggle{min-width:44px;min-height:44px}.navlinks a{min-height:44px;display:flex;align-items:center}}

/* V2.9 business media */
.business-card{overflow:hidden;padding:0!important}.business-card-media{display:block;aspect-ratio:16/9;background:var(--sand-dim,#E8DFC9);overflow:hidden;border-bottom:1px solid rgba(14,42,71,.12)}.business-card-media img{display:block;width:100%;height:100%;object-fit:cover}.business-card-body{padding:26px}.business-image-preview{margin:8px 0 18px;max-width:420px;aspect-ratio:16/9;overflow:hidden;border:1px solid #ccd3da;background:#f5f5f5}.business-image-preview img{width:100%;height:100%;object-fit:cover;display:block}.admin-business-thumb{width:72px;height:52px;object-fit:cover;border-radius:3px;display:block}@media(max-width:560px){.business-card-body{padding:20px}.admin-business-thumb{width:58px;height:44px}}
/* Dynamic Worker pages use this compact brand lockup. */
.dynamic-brand-mark{width:58px;height:58px;object-fit:contain;display:block;flex:0 0 auto}.dynamic-brand-text{font-family:Oswald,Arial,sans-serif;font-size:1.05rem;font-weight:700;letter-spacing:.03em;color:#F3ECDD;text-transform:uppercase}@media(max-width:560px){.dynamic-brand-mark{width:48px;height:48px}.dynamic-brand-text{font-size:.9rem}}

.business-detail-img{display:block;width:100%;max-height:520px;object-fit:cover;margin:0 0 24px;border-radius:3px}

/* =========================================================
   V3.0 STABILISATION — mobile, dynamic detail, compact feeds
   ========================================================= */
html,body{max-width:100%;overflow-x:hidden}.nav-mobile-cta{display:none!important}.share-toast{position:fixed;z-index:120;left:50%;bottom:calc(18px + env(safe-area-inset-bottom));transform:translateX(-50%);max-width:calc(100vw - 28px);padding:11px 15px;background:var(--navy-deep);color:#fff;border:1px solid rgba(255,255,255,.15);border-radius:3px;box-shadow:0 12px 30px rgba(0,0,0,.23);font-size:.84rem}.share-link-button{background:transparent;border:0;cursor:pointer}.compact-actions{margin-top:12px}.update-card{padding:17px}.update-topline,.update-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px}.update-summary{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.status-badge{background:#eef2f4;color:var(--navy)}#updateFilters{display:flex;gap:8px;overflow-x:auto;padding:0 0 14px;scrollbar-width:none;-webkit-overflow-scrolling:touch}#updateFilters::-webkit-scrollbar{display:none}#updateFilters .btn{white-space:nowrap;flex:0 0 auto}

/* Consistent dynamic detail pages */
.detail-page{padding:28px 0 58px;background:var(--sand);width:100%;overflow:hidden}.detail-shell{max-width:900px}.detail-card{width:100%;max-width:100%;background:#fff;border:1px solid var(--sand-dim);border-top:3px solid var(--orange);overflow:hidden}.detail-content{padding:clamp(18px,4vw,34px)}.detail-content h1{font-size:clamp(2.1rem,6vw,4rem);margin:12px 0 6px;overflow-wrap:anywhere}.detail-lead,.detail-copy p{color:var(--muted);font-size:1rem;line-height:1.65}.detail-location{margin:0 0 13px;color:var(--muted)}.detail-hero-media{width:100%;aspect-ratio:16/9;background:#e7e2d8;overflow:hidden}.detail-hero-media img{width:100%;height:100%;display:block;object-fit:cover}.detail-media-placeholder{aspect-ratio:16/7;display:grid;place-items:center;background:linear-gradient(135deg,var(--navy),var(--navy-deep));color:var(--sand);font:700 clamp(3rem,10vw,6rem)/1 Oswald,sans-serif}.detail-actions{margin:18px 0}.detail-meta-card{display:grid;gap:5px;padding:15px;border:1px solid var(--sand-dim);background:#fbfaf6;margin-top:18px}.detail-footer-row{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-top:20px;padding-top:16px;border-top:1px solid var(--sand-dim)}.claim-link{font-size:.78rem;color:var(--muted);text-decoration:underline;text-decoration-color:var(--orange);text-underline-offset:3px}.special-callout{display:grid;gap:4px;padding:13px 15px;margin:12px 0;background:#fff2ea;border-left:4px solid var(--orange)}.special-callout span{font:700 .67rem/1 "IBM Plex Mono",monospace;text-transform:uppercase;color:var(--orange-dark)}.special-callout strong{font-size:1rem}.property-price{font-family:Oswald,sans-serif;font-size:clamp(2rem,6vw,3.6rem);font-weight:700;color:var(--navy);line-height:1.05;margin:12px 0 0}.highlight-list{display:flex;flex-wrap:wrap;gap:7px;margin:14px 0}.highlight-list span{padding:7px 9px;border:1px solid var(--sand-dim);background:#faf8f2;font-size:.8rem;font-weight:700}.status-notice{margin:15px 0}.property-video-first{width:100%;aspect-ratio:16/9;background:#000}.property-video-first iframe{display:block;width:100%;height:100%;border:0}.detail-gallery h2{font-size:1.65rem;margin:25px 0 12px}.property-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:14px 0 22px}.property-gallery img{width:100%;height:clamp(180px,22vw,260px);object-fit:cover;object-position:center;background:#ece8df;display:block;border-radius:8px}.property-gallery img:first-child:nth-last-child(2),.property-gallery img:first-child:nth-last-child(2)~img{height:clamp(220px,28vw,330px)}

/* Compact property browse cards */
.property-card-compact{padding:0;overflow:hidden}.property-card-media{display:block;width:100%;aspect-ratio:16/9;overflow:hidden;background:#e7e2d8}.property-card-media img{width:100%;height:100%;object-fit:cover;display:block}.property-card-media.media-placeholder{display:grid;place-items:center;background:linear-gradient(135deg,#e6dfd0,#f8f5ed);color:var(--navy);font:700 1rem "IBM Plex Mono",monospace;text-transform:uppercase}.property-card-media.media-failed::after{content:"Property photo unavailable";display:grid;place-items:center;width:100%;height:100%;font-size:.8rem;color:var(--muted)}.property-card-body{padding:16px}.property-card-body h3{font-size:1.35rem;margin:8px 0 5px}.property-card-price{font:700 1.65rem/1.1 Oswald,sans-serif;color:var(--navy)}.property-specs{margin:8px 0 12px;color:var(--muted);font-size:.82rem}.property-card-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.property-card-actions .btn{width:100%;min-width:0;padding-inline:8px}.property-card-actions .share-property{grid-column:1/-1}

/* Specials & restaurant conversion cards */
.special-card,.restaurant-card{overflow:hidden}.special-media,.restaurant-card-media{margin:-20px -20px 16px;aspect-ratio:16/9;overflow:hidden;background:#eee8db}.special-media img,.restaurant-card-media img{width:100%;height:100%;object-fit:cover;display:block}.special-card h3,.restaurant-card h3{font-size:1.55rem}.restaurant-special{padding:11px 12px;background:#fff1e8;border-left:3px solid var(--orange);margin:11px 0}.restaurant-special strong{display:block;color:var(--orange-dark)}

/* Pets */
.pet-hero{padding:34px 0!important}.pet-hero h1{font-size:clamp(2.7rem,10vw,4.5rem);margin-bottom:10px}.pet-card{padding:16px}.pet-card-media{margin:-16px -16px 15px;aspect-ratio:16/9;overflow:hidden;background:#ece7dc}.pet-card-media img{width:100%;height:100%;object-fit:cover;display:block}.pet-card h3{font-size:1.45rem}

/* Public page hero sizing */
body:not(.public-site)>.hero,.hero.page-hero{padding:40px 0}.hero>.wrap>h1,.page-hero h1{font-size:clamp(2.6rem,8vw,4.8rem);margin-bottom:12px}.hero>.wrap>p{max-width:720px}

/* Additions to homepage */
.home-specials{background:#fff7f1}.quick-grid.quick-grid-10{grid-template-columns:repeat(5,1fr)}

@media(max-width:1050px){.quick-grid.quick-grid-10{grid-template-columns:repeat(3,1fr)}}
@media(max-width:860px){
  body.nav-open{overflow:hidden}.site-header,.topbar{min-height:74px}.nav{min-height:74px;gap:10px}.brand-logo-full{width:205px;max-width:calc(100vw - 82px)}.header-cta{display:none!important}.nav-toggle{display:block!important;flex:0 0 44px;margin-left:auto}.navlinks{position:absolute!important;left:0!important;right:0!important;top:100%!important;margin:0!important;display:none!important;max-height:calc(100dvh - 74px - env(safe-area-inset-top));overflow-y:auto!important;padding:8px 12px calc(14px + env(safe-area-inset-bottom));background:var(--navy-deep);border-bottom:3px solid var(--orange);box-shadow:0 15px 25px rgba(0,0,0,.24);gap:0!important;flex-direction:column!important;align-items:stretch!important}.navlinks.is-open{display:flex!important}.navlinks a{width:100%;min-height:44px!important;padding:9px 6px!important;border-bottom:1px solid rgba(243,236,221,.09);font-size:.87rem!important}.navlinks a::after{display:none}.navlinks .nav-mobile-cta{display:flex!important;margin-top:8px;padding:11px 12px!important;justify-content:center;background:var(--orange);color:#fff;border:1px solid var(--orange)}
  .wrap{width:min(calc(100% - 24px),var(--wrap))}.home-hero{padding:42px 0}.hero-grid{grid-template-columns:1fr;gap:32px}.hero-copy h1{font-size:clamp(3rem,12vw,5rem)}.status-board-row{grid-template-columns:minmax(0,1fr) auto;min-height:72px}.status-relative{display:none}.quick-grid,.quick-grid.quick-grid-10{grid-template-columns:repeat(2,1fr)}.quick-card{min-height:122px;padding:16px}.quick-icon{top:14px;right:14px;width:28px;height:28px}.pitch-grid{grid-template-columns:1fr;gap:38px}.featured-business-grid{grid-template-columns:1fr!important}.section{padding:42px 0}.section-head{align-items:flex-start;flex-direction:column;gap:8px}.site-footer .footer-grid{grid-template-columns:1fr!important}.site-footer nav{display:flex!important;flex-wrap:wrap!important;gap:12px 18px!important}
  .detail-page{padding:12px 0 38px}.detail-shell{width:100%;max-width:none}.detail-card{border-left:0;border-right:0}.detail-content{padding:18px 14px 22px}.detail-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.detail-actions .btn{width:100%;padding-inline:8px}.detail-footer-row{align-items:flex-start;flex-direction:column}.property-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.property-gallery img{height:clamp(170px,44vw,240px);border-radius:6px}.property-card-actions .share-property{display:none}.update-card{padding:14px}.update-card h3{font-size:1.35rem}.update-summary{-webkit-line-clamp:3}.special-media,.restaurant-card-media{margin:-14px -14px 14px}
}
@media(max-width:520px){.quick-grid,.quick-grid.quick-grid-10{grid-template-columns:repeat(2,minmax(0,1fr))}.quick-card strong{font-size:1.12rem}.property-card-actions{grid-template-columns:1fr 1fr}.detail-content h1{font-size:2.25rem}.property-price{font-size:2rem}.detail-actions{grid-template-columns:1fr 1fr}.detail-actions .btn:nth-last-child(1):nth-child(odd){grid-column:1/-1}.update-topline{align-items:flex-start}.update-bottom{align-items:flex-start}.pet-hero .actions{display:grid;grid-template-columns:1fr 1fr}.pet-hero .actions .btn:first-child{grid-column:1/-1}}

/* ===== V3.0 final mobile safety ===== */
html,body{max-width:100%;overflow-x:hidden}
input[type="date"],input[type="datetime-local"],input[type="time"]{min-width:0;max-width:100%;box-sizing:border-box}
.public-form-page input[type="date"],.public-form-page input[type="datetime-local"],.public-form-page input[type="time"],.public-form input[type="date"],.public-form input[type="datetime-local"]{-webkit-appearance:none;appearance:none;width:100%;font-size:16px}
.business-video-first,.property-video-first{position:relative;width:100%;aspect-ratio:16/9;background:#0A1F36;overflow:hidden}
.business-video-first iframe,.property-video-first iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
@media(max-width:760px){
  .pet-hero{padding:34px 0 24px!important;min-height:0!important}
  .pet-hero h1{font-size:clamp(2rem,10vw,3rem)!important}
  .pet-hero .actions{gap:8px}
  .pet-hero .actions .btn{min-height:44px;padding:10px 12px}
}

/* V3.0.2 — job detail typography: job titles are content headings, not hero display headings. */
.job-detail-page{padding:42px 0 58px;background:var(--sand)}
.job-detail-card{max-width:1050px;margin:0 auto;padding:30px 34px}
.job-detail-card h1{font-size:clamp(2.15rem,4.2vw,3.8rem);line-height:1.02;max-width:20ch;margin:14px 0 24px;overflow-wrap:anywhere}
.job-detail-summary,.job-detail-requirements{max-width:78ch;line-height:1.65}
.job-detail-summary{font-size:1rem;margin-bottom:22px}
.job-detail-card h3{margin:22px 0 8px}
.job-detail-actions{margin-top:24px}
@media(max-width:860px){.job-detail-page{padding:24px 0 40px}.job-detail-card{padding:24px 22px}.job-detail-card h1{font-size:clamp(2rem,8vw,2.8rem);max-width:18ch;margin:12px 0 18px}}
@media(max-width:520px){.job-detail-card{padding:20px 16px}.job-detail-card h1{font-size:2.15rem;line-height:1.04;max-width:none}.job-detail-summary,.job-detail-requirements{font-size:.98rem}.job-detail-actions .btn{width:100%}}

/* =========================================================
   V3.0.3 — desktop browse-card density + media fallback
   ========================================================= */
/* Business media: keep the 16:9 frame compact and never leak broken-image text. */
.business-card-media{position:relative;min-width:0;isolation:isolate}
.business-card-media .media-fallback{display:none}
.business-card-media.media-failed{background:linear-gradient(135deg,#e7dfcf 0%,#f7f3e9 100%)}
.business-card-media.media-failed .media-fallback{
  position:absolute;inset:0;display:grid;place-items:center;
  color:var(--navy);font:700 2.25rem/1 Oswald,sans-serif;text-transform:uppercase;
}
.business-card-media.media-failed .media-fallback::before{
  content:"";position:absolute;width:72px;height:72px;border:2px solid rgba(14,42,71,.22);border-radius:50%;
}
.business-card-media.media-failed::after{
  content:"Photo unavailable";position:absolute;left:50%;top:calc(50% + 54px);transform:translateX(-50%);
  white-space:nowrap;color:#6f756f;font:700 .66rem/1 "IBM Plex Mono",monospace;text-transform:uppercase;letter-spacing:.06em;
}

/* Desktop business-like directories should browse as cards, not one huge stretched row. */
body[data-list="businesses"] #list,
body[data-list="restaurants"] #list,
body[data-list="accommodation"] #list{
  grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:start;
}
body[data-list="businesses"] #list .business-card,
body[data-list="restaurants"] #list .business-card,
body[data-list="accommodation"] #list .business-card{height:100%}

/* Desktop property browser: two compact cards per row. */
#propertyList{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:start}
#propertyList .property-card-compact{height:100%}

@media(max-width:860px){
  body[data-list="businesses"] #list,
  body[data-list="restaurants"] #list,
  body[data-list="accommodation"] #list,
  #propertyList{grid-template-columns:1fr;gap:14px}
  .business-card-media.media-failed .media-fallback{font-size:1.9rem}
  .business-card-media.media-failed .media-fallback::before{width:62px;height:62px}
  .business-card-media.media-failed::after{top:calc(50% + 46px);font-size:.6rem}
}


/* V3.0.7 — polished service category selector */
.category-filters{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  overflow:visible;
  padding:4px 0 2px;
  scrollbar-width:none;
}
.category-filters::-webkit-scrollbar{display:none}
.category-filters .btn,
.category-filters a{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 15px;
  border:1px solid var(--navy);
  border-radius:3px;
  background:transparent;
  color:var(--navy);
  font-weight:800;
  text-decoration:none;
  white-space:nowrap;
  transition:background-color .16s ease,color .16s ease,border-color .16s ease,transform .16s ease;
}
.category-filters .btn:hover,
.category-filters a:hover{
  background:rgba(14,42,71,.06);
  border-color:var(--orange);
}
.category-filters .btn.dark,
.category-filters a.dark{
  background:var(--navy);
  border-color:var(--navy);
  color:var(--sand);
  box-shadow:inset 0 -3px 0 var(--orange);
}
.category-filters .btn:focus-visible,
.category-filters a:focus-visible{
  outline:3px solid rgba(232,98,44,.35);
  outline-offset:2px;
}
@media (max-width: 760px){
  .category-filters{
    flex-wrap:nowrap;
    overflow-x:auto;
    overscroll-behavior-x:contain;
    -webkit-overflow-scrolling:touch;
    scroll-snap-type:x proximity;
    gap:8px;
    margin-inline:-4px;
    padding:4px 4px 8px;
  }
  .category-filters .btn,
  .category-filters a{
    flex:0 0 auto;
    scroll-snap-align:start;
    min-height:46px;
    padding:10px 14px;
  }
}

/* V3.0.8 — mobile service category navigation */
@media (max-width: 760px){
  .category-filters{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
    width:100%;
    margin:0;
    padding:4px 0 8px;
    overflow:visible;
    scroll-snap-type:none;
  }
  .category-filters .btn,
  .category-filters a{
    width:100%;
    min-width:0;
    min-height:44px;
    padding:9px 10px;
    font-size:.82rem;
    line-height:1.15;
    white-space:normal;
    text-align:center;
    overflow-wrap:anywhere;
  }
  .category-filters .btn.dark,
  .category-filters a.dark{
    box-shadow:inset 0 -3px 0 var(--orange);
  }
}
@media (max-width: 390px){
  .category-filters{gap:7px}
  .category-filters .btn,
  .category-filters a{
    min-height:42px;
    padding:8px 7px;
    font-size:.76rem;
  }
}

/* V3.1 Specials conversion-first module */
.specials-hero{padding-bottom:34px}.special-filter-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-top:22px}.special-filter{appearance:none;border:1px solid rgba(243,236,221,.65);background:transparent;color:var(--sand);font-weight:800;padding:11px 15px;cursor:pointer}.special-filter:hover,.special-filter:focus-visible{border-color:var(--orange);outline:none}.special-filter.active{background:var(--orange);border-color:var(--orange);color:#fff}.specials-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.specials-grid>.feed-state{grid-column:1/-1}.high-intent-special{padding:0;overflow:hidden;border-top:3px solid var(--orange)}.high-intent-special .special-media{display:block;margin:0;aspect-ratio:16/9;background:linear-gradient(135deg,var(--navy),var(--navy-deep));position:relative}.high-intent-special .special-media img{width:100%;height:100%;object-fit:cover}.high-intent-special .special-media .media-fallback{position:absolute;inset:0;display:grid;place-items:center;color:var(--sand);font:700 2.4rem/1 Oswald,sans-serif;letter-spacing:.06em}.high-intent-special .special-media:not(.media-failed) .media-fallback{display:none}.special-card-body{padding:18px}.special-business-line{display:flex;flex-wrap:wrap;gap:5px;color:var(--muted);font:600 .78rem/1.4 "IBM Plex Mono",monospace;text-transform:uppercase}.special-business-line strong{color:var(--navy)}.special-deal-banner{margin:13px 0 10px;padding:13px 14px;background:#fff0e8;border-left:4px solid var(--orange)}.special-deal-banner>span{display:block;color:var(--orange-a11y);font:800 .68rem/1 "IBM Plex Mono",monospace;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.special-deal-banner h3{font-size:clamp(1.5rem,3vw,2rem);margin:0}.special-card-actions{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);gap:8px;margin-top:15px}.special-card-actions .btn{width:100%;text-align:center}.specials-business-cta{padding-top:8px}.special-detail-media,.special-detail-video{width:100%;aspect-ratio:16/9;background:linear-gradient(135deg,var(--navy),var(--navy-deep));position:relative;overflow:hidden}.special-detail-media img{width:100%;height:100%;object-fit:cover;display:block}.special-detail-media .media-fallback{position:absolute;inset:0;display:grid;place-items:center;color:var(--sand);font:700 clamp(2.5rem,9vw,5rem)/1 Oswald,sans-serif}.special-detail-media:not(.media-failed) .media-fallback{display:none}.special-detail-video iframe{width:100%;height:100%;border:0;display:block}.special-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.special-detail-grid .detail-meta-card:last-child:nth-child(odd){grid-column:1/-1}.deal-list{margin:8px 0 0;padding-left:20px}.deal-list li{margin:5px 0}.special-claim-btn{font-weight:900}.home-specials-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:800px){.specials-grid,.home-specials-grid{grid-template-columns:1fr}.special-filter-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.special-filter{width:100%;padding:11px 8px}.special-card-body{padding:14px}.special-card-actions{grid-template-columns:1fr}.special-detail-grid{grid-template-columns:1fr}.special-detail-grid .detail-meta-card:last-child:nth-child(odd){grid-column:auto}.special-detail-actions{grid-template-columns:1fr}.specials-hero h1{font-size:clamp(2.6rem,12vw,4rem)}}

/* V3.2 trust/status badges */
.badge.unclaimed{background:#eee9dc;color:#5b5c58;border-color:#d6cfbd}.badge.paused{background:#eceff2;color:#56616c;border-color:#cfd6dc}.agent-card .badge{display:inline-flex;margin:4px 0 8px}.detail-actions .btn.primary{font-weight:800}
@media(max-width:640px){.detail-actions{display:grid;grid-template-columns:1fr}.detail-actions .btn{width:100%;min-height:50px}}

/* V3.3.0 Airport utility gateway */
.airport-page{background:var(--sand,#F3ECDD)}
.airport-page h1,.airport-page h2,.airport-page h3{letter-spacing:.01em}
.airport-hero{background:var(--navy,#0E2A47);color:var(--sand,#F3ECDD);border-bottom:4px solid var(--orange,#E8622C);padding:clamp(42px,7vw,92px) 0}
.airport-hero-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.7fr);gap:clamp(28px,6vw,72px);align-items:end}
.airport-breadcrumb{display:flex;gap:8px;flex-wrap:wrap;font-size:.78rem;margin-bottom:30px;opacity:.8}.airport-breadcrumb a{color:inherit;text-decoration:none}.airport-breadcrumb strong{color:#fff}
.airport-hero .eyebrow,.section-kicker,.airport-card-label{font:700 .73rem/1.2 "IBM Plex Mono",monospace;letter-spacing:.13em;text-transform:uppercase}
.airport-hero h1{font-size:clamp(3rem,6.6vw,6.4rem);line-height:.88;margin:.25rem 0 1.4rem;max-width:900px}.airport-hero h1 span{color:var(--orange,#E8622C)}
.airport-lead{font-size:clamp(1.15rem,2.2vw,1.55rem);line-height:1.5;max-width:760px;color:var(--sand-dim,#E8DFC9)}
.airport-status-chips{display:flex;gap:10px;flex-wrap:wrap;margin:24px 0}.airport-status-chips span{border:1px solid rgba(243,236,221,.28);padding:9px 12px;border-radius:3px;font-weight:700;font-size:.9rem;background:rgba(255,255,255,.04)}
.airport-primary-actions{display:flex;gap:12px;flex-wrap:wrap}.airport-primary-actions .btn{min-width:190px;text-align:center}
.airport-at-a-glance{background:var(--navy-deep,#0A1F36);border-top:4px solid var(--orange,#E8622C);padding:25px;border-radius:3px}.airport-at-a-glance>strong{display:block;font-size:1.5rem;margin:10px 0 18px}.airport-at-a-glance dl{margin:0}.airport-at-a-glance dl div{display:flex;justify-content:space-between;gap:15px;padding:12px 0;border-top:1px solid rgba(255,255,255,.12)}.airport-at-a-glance dt{color:var(--sand-dim,#E8DFC9)}.airport-at-a-glance dd{margin:0;font-weight:800;text-align:right}
.airport-fineprint{font-size:.78rem;line-height:1.5;opacity:.72}.airport-fineprint-block{margin-top:18px}
.airport-quick-wrap{background:#fff;border-bottom:1px solid var(--sand-dim,#E8DFC9)}.airport-quick-actions{display:grid;grid-template-columns:repeat(5,1fr)}.airport-quick-actions a{display:flex;align-items:center;justify-content:center;gap:8px;padding:19px 12px;text-decoration:none;color:var(--navy,#0E2A47);font-weight:800;border-right:1px solid #e7e1d5}.airport-quick-actions a:hover{background:#f8f3e8}
.airport-section{padding:clamp(48px,7vw,86px) 0}.airport-section h2{font-size:clamp(2.3rem,4vw,4.4rem);line-height:.95;margin:.45rem 0 1.25rem}.airport-section p{line-height:1.65}.airport-muted{background:#efe6d4}.airport-dark{background:var(--navy-deep,#0A1F36);color:var(--sand,#F3ECDD);border-top:4px solid var(--orange,#E8622C);border-bottom:4px solid var(--orange,#E8622C)}
.airport-page .section-kicker{color:var(--orange-a11y,#A8431B)}.airport-dark .section-kicker{color:#ff8759}
.airport-section-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(260px,.6fr);gap:40px;align-items:start}.airport-route-card,.airport-note,.airport-info-card,.airport-rental-card,.airport-provider-card,.airport-empty{background:#fff;border:1px solid #ddd4c3;border-radius:3px;padding:22px;color:var(--ink,#101820)}
.airport-route-card{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-top:24px}.airport-route-card strong{display:block;font-size:1.2rem;margin-top:6px}.airport-route-actions,.airport-card-actions{display:flex;gap:9px;flex-wrap:wrap}.airport-note{border-left:4px solid var(--orange,#E8622C)}
.airport-essential-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:28px}.airport-info-card h3{font-size:1.2rem;margin:.8rem 0}.airport-info-card a{font-weight:800;color:var(--navy,#0E2A47)}.airport-info-card small{display:block;color:#65717d;line-height:1.45}.airport-icon{font-size:1.7rem}
.airport-heading-row{display:flex;justify-content:space-between;align-items:end;gap:22px}.airport-heading-row>div{max-width:780px}.airport-rental-grid,.airport-dynamic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:25px}.airport-rental-card,.airport-provider-card{display:flex;flex-direction:column;justify-content:space-between;gap:20px}.airport-rental-card h3,.airport-provider-card h3{font-size:1.35rem;margin:.55rem 0}.airport-provider-area{font:700 .75rem/1.2 "IBM Plex Mono",monospace;text-transform:uppercase;letter-spacing:.08em;color:#6a716f}
.airport-dark .airport-provider-card,.airport-dark .airport-empty{background:#102d4a;color:var(--sand,#F3ECDD);border-color:#294963}.airport-dark .airport-provider-area{color:#d5cbb7}.airport-dark .btn.secondary.light{color:#fff;border-color:#fff}
.airport-quote-cta{margin-top:22px;border:1px solid rgba(255,255,255,.2);border-left:4px solid var(--orange,#E8622C);padding:20px;display:flex;justify-content:space-between;align-items:center;gap:20px}.airport-quote-cta p{margin:.3rem 0 0;color:#d7cdbb}
.airport-area-chips{display:flex;gap:10px;flex-wrap:wrap;margin:10px 0 0}.airport-area-chips a{padding:9px 12px;border:1px solid var(--navy,#0E2A47);text-decoration:none;color:var(--navy,#0E2A47);font-weight:800;border-radius:3px}
.airport-gateway-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:26px}.airport-gateway-grid a{background:#fff;border-top:4px solid var(--navy,#0E2A47);padding:20px;text-decoration:none;color:var(--ink,#101820);min-height:150px;display:flex;flex-direction:column;gap:8px}.airport-gateway-grid span{font-size:1.6rem}.airport-gateway-grid strong{font-size:1.05rem}.airport-gateway-grid small{color:#65717d;line-height:1.4}
.airport-loading{padding:28px;border:1px dashed rgba(255,255,255,.3);text-align:center;grid-column:1/-1}.airport-section:not(.airport-dark) .airport-loading{border-color:#b8b0a0}
@media(max-width:900px){.airport-hero-grid,.airport-section-grid{grid-template-columns:1fr}.airport-at-a-glance{max-width:600px}.airport-essential-grid{grid-template-columns:repeat(2,1fr)}.airport-rental-grid,.airport-dynamic-grid{grid-template-columns:repeat(2,1fr)}.airport-gateway-grid{grid-template-columns:repeat(2,1fr)}.airport-heading-row{align-items:start;flex-direction:column}.airport-route-card{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.airport-hero{padding:34px 0 42px}.airport-breadcrumb{margin-bottom:20px}.airport-hero h1{font-size:clamp(2.65rem,13vw,4.25rem)}.airport-lead{font-size:1.05rem}.airport-primary-actions{display:grid;grid-template-columns:1fr 1fr}.airport-primary-actions .btn{min-width:0;padding-left:10px;padding-right:10px}.airport-status-chips{display:grid;grid-template-columns:1fr 1fr}.airport-status-chips span:last-child{grid-column:1/-1}.airport-quick-actions{grid-template-columns:repeat(3,1fr)}.airport-quick-actions a{min-height:58px;font-size:.9rem}.airport-essential-grid,.airport-rental-grid,.airport-dynamic-grid,.airport-gateway-grid{grid-template-columns:1fr}.airport-section{padding:45px 0}.airport-section h2{font-size:2.6rem}.airport-route-actions,.airport-card-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.airport-route-actions .btn,.airport-card-actions .btn{width:100%;text-align:center}.airport-quote-cta{flex-direction:column;align-items:stretch}.airport-quote-cta .btn{text-align:center}.airport-gateway-grid a{min-height:120px}.airport-area-chips{display:grid;grid-template-columns:1fr 1fr}.airport-area-chips a{text-align:center}}

/* V3.4.6 — mobile public-page polish */
@media (max-width: 600px){

  /* Airport: keep the hero useful without letting display type dominate the screen. */
  .airport-hero{
    padding:28px 0 34px;
  }

  .airport-breadcrumb{
    margin-bottom:16px;
    font-size:.74rem;
  }

  .airport-hero h1{
    font-size:clamp(2.35rem,11vw,3.15rem);
    line-height:.91;
    margin:.2rem 0 1rem;
    overflow-wrap:normal;
    word-break:normal;
  }

  .airport-lead{
    font-size:1rem;
    line-height:1.45;
  }

  .airport-status-chips{
    grid-template-columns:1fr 1fr;
    gap:8px;
    margin:18px 0;
  }

  .airport-status-chips span{
    min-width:0;
    padding:8px 9px;
    font-size:.82rem;
    line-height:1.3;
  }

  .airport-status-chips span:last-child{
    grid-column:1/-1;
  }

  /* Both primary airport CTAs stay visible and cannot run off-screen. */
  .airport-primary-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:9px;
    width:100%;
  }

  .airport-primary-actions .btn{
    display:block;
    width:100%;
    min-width:0;
    min-height:48px;
    padding:12px 14px;
    text-align:center;
    white-space:normal;
  }

  .airport-at-a-glance{
    max-width:none;
    width:100%;
    padding:20px;
    overflow:visible;
  }

  .airport-at-a-glance dl div{
    gap:10px;
  }

  .airport-at-a-glance dt,
  .airport-at-a-glance dd{
    min-width:0;
  }

  /* Five airport shortcuts become a clean 2-column grid instead of overflowing. */
  .airport-quick-actions{
    grid-template-columns:repeat(2,minmax(0,1fr));
    width:100%;
  }

  .airport-quick-actions a{
    min-width:0;
    min-height:64px;
    padding:12px 8px;
    gap:6px;
    border-bottom:1px solid #e7e1d5;
    font-size:.86rem;
    line-height:1.2;
    text-align:center;
    white-space:normal;
    overflow-wrap:anywhere;
  }

  .airport-quick-actions a:nth-child(2n){
    border-right:0;
  }

  .airport-quick-actions a:last-child{
    grid-column:1/-1;
    border-right:0;
  }

  .airport-section{
    padding:38px 0;
  }

  .airport-section h2{
    font-size:clamp(2.15rem,10vw,2.75rem);
    line-height:.98;
  }

  /* Specials: remove the oversized empty promo panel on phones. */
  .specials-business-cta{
    padding:28px 0;
  }

  .specials-business-cta .business-pitch{
    padding:34px 22px;
    min-height:0;
  }

  .specials-business-cta .business-pitch::after{
    width:260px;
    height:260px;
    right:-120px;
    bottom:-120px;
  }

  .specials-business-cta .business-pitch h2{
    font-size:clamp(2rem,10vw,2.7rem);
    line-height:1;
    margin:.35rem 0 .8rem;
  }

  .specials-business-cta .business-pitch p{
    font-size:1rem;
    line-height:1.5;
    margin:0 0 20px;
  }

  .specials-business-cta .business-pitch .btn{
    width:100%;
    min-height:48px;
    text-align:center;
  }

  /* Footer should finish the page, not become another hero section. */
  .site-footer{
    padding-top:32px;
    padding-bottom:calc(28px + env(safe-area-inset-bottom,0px));
  }

  .brand-logo-footer{
    width:210px;
    max-width:78vw;
  }

  .footer-grid{
    gap:24px;
  }
}

/* V3.5.0 WHO DO I CONTACT */
.contact-finder-hero{background:linear-gradient(135deg,#0A1F36,#0E2A47);color:#fff;padding:48px 0}.contact-finder-hero h1{font-family:Oswald,sans-serif;font-size:clamp(3rem,8vw,5.5rem);line-height:.92;margin:.3rem 0}.contact-finder-hero p{font-size:1.1rem;line-height:1.5}.contact-search-shell{margin-top:24px;background:#fff;color:#101820;border-radius:16px;padding:16px;max-width:900px}.contact-search-shell label{display:block;font-weight:800;margin-bottom:8px}.contact-search-shell input{width:100%;font-size:1.05rem;padding:14px;border:2px solid #ddd6c7;border-radius:10px}.contact-examples{font-size:.82rem;color:#5E6B7A;margin-top:9px}.contact-emergency-section{padding:22px 0;background:#F7F4EC}.contact-emergency-panel{background:#fff;border:1px solid #eadfd6;border-left:5px solid #D72638;border-radius:16px;padding:20px}.contact-emergency-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:14px}.contact-emergency-grid article{background:#fff7f5;border:1px solid #efd7d0;border-radius:12px;padding:12px;display:grid;gap:8px}.contact-emergency-grid span{font-family:"IBM Plex Mono",monospace;font-weight:900}.contact-emergency-grid a{background:#D72638;color:#fff;text-decoration:none;font-weight:900;text-align:center;padding:11px;border-radius:8px;min-height:44px}.contact-filter-wrap{display:flex;gap:8px;overflow-x:auto;padding:4px 0 16px}.contact-chip{flex:0 0 auto;min-height:44px;border:1px solid #d7d2c6;background:#fff;border-radius:999px;padding:9px 13px;font-weight:800;color:#0E2A47}.contact-chip.active{background:#0E2A47;color:#fff}.contact-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px}.contact-results-head{display:flex;justify-content:space-between;align-items:end}.contact-results{display:grid;gap:14px}.contact-answer-card,.contact-state,.contact-side-card{background:#fff;border:1px solid #e2ddd2;border-radius:15px;padding:18px}.contact-card-top{display:flex;gap:10px;align-items:flex-start}.contact-card-top>span{font-size:1.5rem}.contact-card-top h3{font-family:Oswald,sans-serif;font-size:1.7rem;margin:.15rem 0}.contact-card-top small{font-weight:900;color:#4C7A62;text-transform:uppercase}.contact-answer-card p{color:#5E6B7A}.contact-main-phone{display:block;font-family:"IBM Plex Mono",monospace;font-size:1.35rem;font-weight:900;color:#101820;margin:8px 0}.contact-hours{font-size:.82rem;color:#4C7A62;margin:6px 0}.contact-card-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.contact-card-actions .btn{min-height:44px}.contact-verification{font-size:.72rem;color:#6a706d;border-top:1px solid #eee8de;margin-top:14px;padding-top:10px}.contact-side-card{position:sticky;top:90px;background:#0E2A47;color:#fff}.contact-side-card h2{font-family:Oswald,sans-serif}.contact-side-card a{display:block;color:#fff;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.14)}@media(max-width:900px){.contact-layout{grid-template-columns:1fr}.contact-side-card{position:static}.contact-emergency-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.contact-finder-hero{padding:28px 0}.contact-finder-hero h1{font-size:clamp(2.7rem,15vw,4rem)}.contact-search-shell input{font-size:16px}.contact-examples{display:none}.contact-emergency-grid{grid-template-columns:1fr 1fr}.contact-card-actions{display:grid;grid-template-columns:1fr 1fr}.contact-card-actions .btn{width:100%;white-space:normal}.contact-filter-wrap{margin-inline:-16px;padding-inline:16px}.contact-finder-page main{padding-bottom:env(safe-area-inset-bottom)}}@media(max-width:350px){.contact-emergency-grid,.contact-card-actions{grid-template-columns:1fr}}

/* V3.5.1 — desktop Specials CTA + Airport hero polish */

/* Specials: this is a compact conversion CTA, not a second hero. */
.specials-business-cta{
  padding:34px 0 48px;
}
.specials-business-cta .wrap{
  max-width:1120px;
}
.specials-business-cta .business-pitch{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:36px;
  min-height:0;
  padding:34px 38px;
  background:var(--navy,#0E2A47);
  border-top:3px solid var(--orange,#E8622C);
  color:var(--sand,#F3ECDD);
}
.specials-business-cta .business-pitch::after{
  right:-95px;
  bottom:-180px;
  width:360px;
  height:360px;
}
.specials-business-cta .business-pitch h2{
  font-size:clamp(2.35rem,4vw,3.5rem);
  line-height:.96;
  margin:.35rem 0 .75rem;
  max-width:650px;
}
.specials-business-cta .business-pitch p{
  max-width:690px;
  margin:0;
  color:#d7cdbb;
  font-size:1rem;
  line-height:1.55;
}
.specials-business-cta .business-pitch>.btn{
  position:relative;
  z-index:1;
  min-width:190px;
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  white-space:nowrap;
}

/* Airport: keep the destination name dominant without swallowing the desktop hero. */
.airport-hero{
  padding:58px 0 66px;
}
.airport-hero-grid{
  grid-template-columns:minmax(0,1.45fr) minmax(300px,.65fr);
  gap:clamp(34px,5vw,64px);
  align-items:center;
}
.airport-hero h1{
  font-size:clamp(3.5rem,5.15vw,5.25rem);
  line-height:.92;
  max-width:760px;
  margin:.3rem 0 1.15rem;
  text-wrap:balance;
}
.airport-lead{
  max-width:720px;
}
.airport-at-a-glance{
  align-self:center;
}

/* Keep intermediate widths from jumping straight from huge desktop type to mobile. */
@media (max-width:1100px) and (min-width:901px){
  .airport-hero h1{
    font-size:clamp(3.4rem,6vw,4.6rem);
    max-width:680px;
  }
  .airport-hero-grid{
    grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);
    gap:34px;
  }
}

@media (max-width:900px){
  .specials-business-cta .business-pitch{
    grid-template-columns:1fr;
    gap:20px;
    padding:30px;
  }
  .specials-business-cta .business-pitch>.btn{
    justify-self:start;
  }
}

@media (max-width:600px){
  .specials-business-cta{
    padding:24px 0 34px;
  }
  .specials-business-cta .business-pitch{
    padding:28px 20px;
    gap:18px;
  }
  .specials-business-cta .business-pitch h2{
    font-size:clamp(2rem,10vw,2.65rem);
  }
  .specials-business-cta .business-pitch>.btn{
    width:100%;
    justify-self:stretch;
    white-space:normal;
  }

  /* V3.4.6 mobile sizing remains intentionally compact. */
  .airport-hero{
    padding:28px 0 34px;
  }
  .airport-hero h1{
    font-size:clamp(2.35rem,11vw,3.15rem);
    line-height:.91;
    max-width:none;
  }
}

/* V3.6.0 — Community Help */
.community-help-page{background:#f7f4ec}
.community-help-hero{background:#0e2a47;color:#f3ecdd;padding:42px 0 34px;border-bottom:4px solid #e8622c}
.community-help-hero .wrap{max-width:1120px}
.community-breadcrumb{display:flex;gap:8px;font-size:.8rem;margin-bottom:18px;color:#c9c5bb}.community-breadcrumb a{color:#fff}
.community-help-hero h1{font-family:Oswald,sans-serif;font-size:clamp(3rem,6vw,5rem);line-height:.92;margin:.25rem 0 .75rem}
.community-help-lead{font-size:clamp(1.05rem,2vw,1.3rem);max-width:760px;line-height:1.45;margin:0 0 7px}
.community-help-support{color:#d2cabd;max-width:760px;margin:0}
.community-summary{display:flex;gap:10px;margin-top:24px;max-width:520px}.community-summary div{flex:1;min-width:0;border:1px solid rgba(255,255,255,.18);background:rgba(10,31,54,.6);padding:12px 14px;border-radius:10px}.community-summary strong,.community-summary span{display:block}.community-summary strong{font:800 1.4rem "IBM Plex Mono",monospace}.community-summary span{font-size:.75rem;color:#d2cabd;margin-top:3px;text-transform:uppercase}
.community-help-main{padding-top:26px}
.community-help-safety{display:flex;align-items:center;gap:12px;flex-wrap:wrap;background:#f3ecdd;border-left:4px solid #e8622c;padding:13px 16px;margin-bottom:16px}.community-help-safety span{color:#5f665f}.community-help-safety a{margin-left:auto;font-weight:900;color:#c94f1f}
.community-help-filters{display:flex;gap:8px;overflow-x:auto;padding:0 0 15px;scrollbar-width:thin}.community-help-filters button{flex:0 0 auto;min-height:44px;border:1px solid #d8d2c6;background:#fff;color:#0e2a47;padding:9px 13px;font-weight:800;border-radius:999px}.community-help-filters button.active{background:#0e2a47;color:#fff}
.community-help-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:26px;align-items:start}.community-help-list{display:grid;gap:14px}
.community-help-card{background:#fff;border:1px solid #dfd9cd;border-radius:14px;padding:20px;box-shadow:0 8px 24px rgba(14,42,71,.05)}.community-help-card.urgent{border-left:5px solid #e8622c}
.community-help-card-head{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}.community-status,.community-urgent,.community-category{display:inline-flex;align-items:center;min-height:26px;padding:4px 8px;border-radius:4px;font:800 .7rem "IBM Plex Mono",monospace;letter-spacing:.04em}.community-status{background:#e9efe9;color:#274f3b}.community-status.partially_helped{background:#f3ecdd;color:#795522}.community-status.resolved{background:#dceadf;color:#28543a}.community-status.expired{background:#ececec;color:#5d6063}.community-urgent{background:#e8622c;color:#fff;margin-left:6px}.community-category{background:#eef2f5;color:#0e2a47}
.community-help-card h2{font-family:Oswald,sans-serif;font-size:1.9rem;line-height:1.05;margin:13px 0 8px}.community-help-card h2 a{color:#101820;text-decoration:none}.community-help-card>p{color:#5f665f;line-height:1.5;max-width:720px}
.community-help-card dl{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:15px 0}.community-help-card dl div{background:#faf8f2;padding:10px;border-radius:8px}.community-help-card dt{font:700 .65rem "IBM Plex Mono",monospace;color:#6b706c}.community-help-card dd{margin:4px 0 0;font-weight:800;line-height:1.35}.community-help-card dd small{display:block;color:#4c7a62;margin-top:3px}
.community-help-actions{display:flex;flex-wrap:wrap;gap:8px}.community-help-actions .btn{min-height:44px}
.community-help-aside{position:sticky;top:90px;display:grid;gap:14px}.community-side-card{background:#0e2a47;color:#fff;border-radius:14px;padding:20px}.community-side-card.light{background:#f3ecdd;color:#101820}.community-side-card h2{font-family:Oswald,sans-serif;font-size:1.8rem;margin:.25rem 0 .6rem}.community-side-card p{line-height:1.5;color:inherit;opacity:.8}.recently-helped-item{padding:10px 0;border-bottom:1px solid rgba(0,0,0,.12)}.recently-helped-item:last-child{border-bottom:0}.recently-helped-item strong,.recently-helped-item span{display:block}.recently-helped-item span{font-size:.8rem;margin-top:3px;color:#5f665f}
.community-empty{background:#fff;border:1px solid #dfd9cd;border-radius:14px;padding:32px;text-align:center}.community-empty h2{font-family:Oswald,sans-serif;font-size:2rem;max-width:650px;margin:.5rem auto}.community-empty-links{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-top:22px}.community-empty-links span{width:100%;font-weight:800}.community-empty-links a{font-weight:800;color:#0e2a47}
.community-detail-shell{background:#f7f4ec;padding:34px 0 calc(54px + env(safe-area-inset-bottom,0px))}.community-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:26px;align-items:start;max-width:1120px}.community-detail-card{background:#fff;border-top:5px solid #e8622c;border-radius:14px;padding:clamp(20px,4vw,38px);box-shadow:0 10px 30px rgba(14,42,71,.06)}.community-detail-top{display:flex;gap:7px;align-items:center;margin-bottom:18px}.community-detail-card h1{font-family:Oswald,sans-serif;font-size:clamp(2.4rem,6vw,4.4rem);line-height:.95;margin:.3rem 0 1rem}.community-detail-summary{font-size:1.08rem;line-height:1.55;color:#4f5853;max-width:760px}.community-detail-facts{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:22px 0}.community-detail-facts>div{padding:13px;background:#faf8f2;border-radius:8px}.community-detail-facts span,.community-detail-facts strong,.community-detail-facts small{display:block}.community-detail-facts span{font:700 .67rem "IBM Plex Mono",monospace;color:#6b706c}.community-detail-facts strong{margin-top:4px}.community-detail-facts small{color:#4c7a62;margin-top:4px}.community-detail-actions{display:flex;gap:8px;flex-wrap:wrap}.community-detail-actions .btn{min-height:46px}.community-source{margin-top:20px;padding-top:15px;border-top:1px solid #e6e1d7;display:grid;gap:3px;font-size:.8rem}.community-safety-note{margin-top:18px;background:#f3ecdd;padding:13px;border-radius:8px;font-size:.84rem;line-height:1.45}.community-detail-aside{display:grid;gap:14px}.community-explore-links{display:grid}.community-explore-links a{padding:10px 0;border-bottom:1px solid rgba(0,0,0,.12);color:#0e2a47;font-weight:800}.community-explore-links a:last-child{border:0}
.community-home-card[hidden]{display:none!important}.community-home-card .compare-banner{padding:26px 30px}
.community-help-card a:focus-visible,.community-help-card button:focus-visible,.community-help-filters button:focus-visible,.community-detail-card a:focus-visible,.community-detail-card button:focus-visible{outline:3px solid #d9a441;outline-offset:3px}
@media(max-width:900px){.community-help-layout,.community-detail-layout{grid-template-columns:1fr}.community-help-aside{position:static;grid-template-columns:1fr 1fr}.community-detail-aside{grid-template-columns:1fr 1fr}}
@media(max-width:600px){
 .community-help-hero{padding:28px 0 24px}.community-help-hero h1{font-size:clamp(2.8rem,15vw,4rem)}.community-help-support{font-size:.9rem}.community-summary{margin-top:18px}.community-summary div{padding:10px}
 .community-help-safety{align-items:flex-start}.community-help-safety a{margin-left:0;width:100%}.community-help-filters{margin-inline:-16px;padding-inline:16px}
 .community-help-card{padding:16px}.community-help-card h2{font-size:1.65rem}.community-help-card dl{grid-template-columns:1fr}.community-help-actions{display:grid;grid-template-columns:1fr 1fr}.community-help-actions .btn{width:100%;white-space:normal}
 .community-help-aside,.community-detail-aside{grid-template-columns:1fr}.community-detail-shell{padding-top:18px}.community-detail-card{padding:18px}.community-detail-card h1{font-size:clamp(2.35rem,12vw,3.25rem)}.community-detail-facts{grid-template-columns:1fr}.community-detail-actions{display:grid;grid-template-columns:1fr 1fr}.community-detail-actions .btn{width:100%;white-space:normal}
}
@media(max-width:350px){.community-summary{display:grid;grid-template-columns:1fr}.community-help-actions,.community-detail-actions{grid-template-columns:1fr}}

/* V3.6.2 — Community Help API/display hotfix */
@media (min-width: 601px){
  .community-help-filters{
    flex-wrap:wrap;
    overflow-x:visible;
    scrollbar-width:none;
  }
  .community-help-filters::-webkit-scrollbar{display:none}
}

/* V3.6.3 — public navigation discoverability */
.home-utility-links-v363{
  padding-top:22px;
  padding-bottom:22px;
}
.home-utility-links-v363 .quick-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.home-utility-links-v363 .quick-card{
  display:block;
  min-width:0;
  background:#fff;
  border:1px solid #ded8cc;
  border-top:3px solid #e8622c;
  border-radius:12px;
  padding:20px;
  color:#101820;
  text-decoration:none;
}
.home-utility-links-v363 .quick-card h3{
  margin:.3rem 0 .5rem;
  font-family:Oswald,sans-serif;
  font-size:1.7rem;
}
.home-utility-links-v363 .quick-card p{
  margin:0 0 12px;
  color:#5f665f;
  line-height:1.5;
}
.home-utility-links-v363 .text-link{
  font-weight:900;
  color:#c94f1f;
}
.home-utility-links-v363 .quick-card:focus-visible{
  outline:3px solid #d9a441;
  outline-offset:3px;
}

@media(max-width:900px){
  .navlinks a[href="/who-do-i-contact/"],
  .navlinks a[href="/community-help/"]{
    display:block;
  }
}

@media(max-width:600px){
  .home-utility-links-v363 .quick-grid{
    grid-template-columns:1fr;
  }
  .home-utility-links-v363 .quick-card{
    padding:17px;
  }
}

/* V3.6.4 — Who Do I Contact layout polish */

/* Give the utility page a clear content rhythm. */
.contact-finder-page .section{
  padding-top:28px;
  padding-bottom:44px;
}

/* Category navigation */
.contact-filter-wrap{
  display:flex;
  gap:8px;
  align-items:center;
  margin:0 0 26px;
  padding:2px 0 4px;
  overflow:visible;
  flex-wrap:wrap;
  scrollbar-width:none;
}
.contact-filter-wrap::-webkit-scrollbar{display:none}

.contact-chip{
  flex:0 0 auto;
  min-height:42px;
  padding:8px 13px;
  font-size:.88rem;
  line-height:1;
  white-space:nowrap;
  border-radius:999px;
}
.contact-chip:hover{
  border-color:#E8622C;
}
.contact-chip.active{
  background:#0E2A47;
  color:#fff;
  border-color:#0E2A47;
}

/* Main results + supporting sidebar */
.contact-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 290px;
  gap:30px;
  align-items:start;
}

.contact-results-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:18px;
  margin:0 0 16px;
  padding-bottom:10px;
  border-bottom:1px solid #DED8CC;
}
.contact-results-head h2{
  margin:0;
  font-family:Oswald,sans-serif;
  font-size:clamp(2.2rem,4vw,3.25rem);
  line-height:.95;
}
.contact-results-head #contactCount{
  flex:0 0 auto;
  margin-bottom:2px;
  color:#5E6B7A;
  font:600 .82rem "IBM Plex Mono",monospace;
}

.contact-results{
  display:grid;
  gap:14px;
}

/* Sidebar should support the results, not compete with them. */
.contact-layout > .contact-side-card{
  position:sticky;
  top:92px;
  width:100%;
  max-width:290px;
  min-width:0;
  padding:20px 18px;
  border:0;
  border-top:3px solid #E8622C;
  border-radius:14px;
  background:#0E2A47;
  color:#fff;
  box-shadow:0 10px 28px rgba(10,31,54,.10);
}

.contact-layout > .contact-side-card .section-kicker{
  display:block;
  margin-bottom:7px;
  font-size:.68rem;
  letter-spacing:.14em;
}

.contact-layout > .contact-side-card h2{
  margin:0 0 16px;
  max-width:none;
  font-family:Oswald,sans-serif;
  font-size:clamp(1.75rem,2.4vw,2.3rem);
  line-height:.95;
  letter-spacing:.01em;
}

.contact-layout > .contact-side-card a{
  display:flex;
  align-items:center;
  min-height:44px;
  padding:10px 0;
  border-bottom:1px solid rgba(255,255,255,.13);
  color:#fff;
  font-size:.9rem;
  font-weight:700;
  line-height:1.25;
  text-decoration:none;
}
.contact-layout > .contact-side-card a:last-child{
  border-bottom:0;
}
.contact-layout > .contact-side-card a:hover{
  color:#F3ECDD;
  padding-left:4px;
}

/* Keep the separate Community Help block compact. */
.contact-finder-page .contact-side-card.compact{
  position:static;
  max-width:760px;
  margin:0 auto;
  padding:22px;
  border-top:3px solid #E8622C;
}
.contact-finder-page .contact-side-card.compact h2{
  margin:.3rem 0 .6rem;
  font-size:clamp(1.8rem,3vw,2.4rem);
}
.contact-finder-page .contact-side-card.compact p{
  margin:0 0 14px;
  line-height:1.5;
}

/* Tablet */
@media(max-width:980px){
  .contact-layout{
    grid-template-columns:minmax(0,1fr) 250px;
    gap:22px;
  }
  .contact-layout > .contact-side-card{
    max-width:250px;
  }
}

/* Mobile/tablet: filters become a clean thumb-scroll row; sidebar moves below results. */
@media(max-width:820px){
  .contact-filter-wrap{
    flex-wrap:nowrap;
    overflow-x:auto;
    overflow-y:hidden;
    margin-inline:-16px;
    padding:2px 16px 10px;
    scroll-padding-inline:16px;
    -webkit-overflow-scrolling:touch;
  }
  .contact-filter-wrap::after{
    content:"";
    flex:0 0 8px;
  }

  .contact-layout{
    grid-template-columns:1fr;
    gap:22px;
  }

  .contact-layout > .contact-side-card{
    position:static;
    max-width:none;
    width:100%;
  }

  .contact-layout > .contact-side-card h2{
    font-size:2rem;
  }

  .contact-results-head{
    align-items:center;
  }
}

/* Phone */
@media(max-width:600px){
  .contact-finder-page .section{
    padding-top:20px;
    padding-bottom:32px;
  }

  .contact-filter-wrap{
    gap:7px;
    margin-bottom:18px;
  }

  .contact-chip{
    min-height:44px;
    padding:9px 13px;
    font-size:.84rem;
  }

  .contact-results-head{
    margin-bottom:13px;
  }

  .contact-results-head h2{
    font-size:2.25rem;
  }

  .contact-layout > .contact-side-card{
    padding:18px 16px;
  }

  .contact-layout > .contact-side-card h2{
    font-size:1.9rem;
  }

  .contact-layout > .contact-side-card a{
    font-size:.92rem;
  }
}


/* V3.7.0 Events */
.events-page,.events-submit-page{background:#f7f4ec}.events-hero,.events-submit-hero{background:#0e2a47;color:#f3ecdd;padding:36px 0 30px;border-bottom:4px solid #e8622c}.events-hero h1,.events-submit-hero h1{font-family:Oswald,sans-serif;font-size:clamp(3.2rem,7vw,5.8rem);line-height:.9;margin:.2rem 0 .8rem}.events-lead{font-size:clamp(1.05rem,2vw,1.3rem);max-width:760px}.events-support{color:#d6cdbf}.events-search-row{display:grid;grid-template-columns:minmax(0,1fr) 200px;gap:10px;margin-top:22px;max-width:900px}.events-search,.events-date-picker{background:white;color:#101820;border-radius:10px;padding:8px 12px}.events-search span,.events-date-picker span{display:block;font:700 .68rem "IBM Plex Mono",monospace;color:#5e6b7a}.events-search input,.events-date-picker input{width:100%;border:0!important;box-shadow:none!important;font-size:16px;padding:7px 0}.events-time-filters,.events-category-filters{display:flex;gap:8px;flex-wrap:wrap}.events-time-filters{margin-top:13px}.events-category-filters{margin-bottom:25px}.events-time-filters button,.events-category-filters button{min-height:44px;padding:9px 13px;border:1px solid #d8d2c6;background:#fff;border-radius:999px;color:#0e2a47;font-weight:900}.events-time-filters button.active,.events-category-filters button.active{background:#e8622c;color:#fff;border-color:#e8622c}.events-weekend{background:#f3ecdd;padding:22px;border-radius:15px;margin-bottom:30px}.events-section-head{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:14px}.events-section-head h2{font-family:Oswald,sans-serif;font-size:clamp(2rem,4vw,3rem);margin:.2rem 0 0}.events-weekend-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.weekend-mini-event{background:#fff;border:1px solid #ddd7cb;border-radius:10px;padding:14px;color:#101820;text-decoration:none}.weekend-mini-event strong,.weekend-mini-event span,.weekend-mini-event b{display:block}.weekend-mini-event strong{font:800 .7rem "IBM Plex Mono",monospace;color:#e8622c}.weekend-mini-event h3{font-family:Oswald,sans-serif;font-size:1.45rem;margin:7px 0}.events-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:28px;align-items:start}.events-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.event-card{background:#fff;border:1px solid #ded8cc;border-radius:14px;overflow:hidden}.event-card.featured{border-top:4px solid #e8622c}.event-card-media{display:grid;place-items:center;aspect-ratio:16/8;overflow:hidden;background:#0e2a47;color:#f3ecdd;text-decoration:none}.event-card-media img{width:100%;height:100%;object-fit:cover}.event-card-body{padding:15px}.event-card-top{display:grid;grid-template-columns:58px minmax(0,1fr);gap:11px}.event-date-box{background:#f3ecdd;border-radius:8px;text-align:center;padding:7px 5px}.event-date-box strong,.event-date-box b,.event-date-box span{display:block}.event-date-box b{font:900 1.6rem Oswald,sans-serif}.event-badges{display:flex;gap:5px;flex-wrap:wrap}.event-badge{display:inline-flex;padding:4px 7px;border-radius:4px;background:#eef2f5;font:800 .65rem "IBM Plex Mono",monospace}.event-badge.featured{background:#e8622c;color:#fff}.event-badge.verified{background:#dceadf;color:#28543a}.event-card h3{font-family:Oswald,sans-serif;font-size:1.55rem;line-height:1.05;margin:7px 0}.event-card h3 a{color:#101820;text-decoration:none}.event-card-meta{display:grid;gap:3px;margin:11px 0;font-size:.82rem;font-weight:700}.event-card p{color:#5e6b7a;line-height:1.45}.event-price{display:block;margin:10px 0;font-family:"IBM Plex Mono",monospace}.event-card-actions{display:flex;gap:7px;flex-wrap:wrap}.event-card-actions .btn{min-height:44px}.events-sidebar{position:sticky;top:90px;display:grid;gap:13px}.event-side-card{background:#0e2a47;color:#fff;border-radius:14px;padding:18px;border-top:3px solid #e8622c}.event-side-card.light{background:#f3ecdd;color:#101820}.event-side-card h2{font-family:Oswald,sans-serif;font-size:1.8rem}.event-side-card button,.event-side-card>a:not(.btn){display:block;width:100%;min-height:44px;background:transparent;border:0;border-bottom:1px solid rgba(255,255,255,.14);color:inherit;text-align:left;font-weight:800;padding:9px 0}.events-empty{background:#fff;border:1px solid #ddd7cb;border-radius:14px;padding:30px;text-align:center}.events-explore{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:18px}.event-detail-page{padding:28px 0 calc(48px + env(safe-area-inset-bottom,0px));background:#f7f4ec}.event-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:28px;align-items:start;max-width:1120px}.event-detail-main{background:#fff;border-radius:15px;overflow:hidden;border-top:4px solid #e8622c}.event-detail-cover{aspect-ratio:16/7;overflow:hidden}.event-detail-cover img{width:100%;height:100%;object-fit:cover}.event-detail-copy{padding:clamp(18px,4vw,34px)}.event-detail-copy h1{font-family:Oswald,sans-serif;font-size:clamp(2.6rem,6vw,4.8rem);line-height:.92}.event-detail-key{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.event-detail-key>div,.event-info-block{background:#faf8f2;padding:13px;border-radius:9px}.event-detail-key span{font:700 .66rem "IBM Plex Mono",monospace;color:#6a706b}.event-detail-key strong{display:block;margin-top:4px}.event-detail-actions{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}.event-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.event-detail-side{display:grid;gap:13px}.event-cancelled-banner,.event-ended-banner{padding:14px 20px;display:flex;gap:8px;flex-wrap:wrap}.event-cancelled-banner{background:#fbe3dd;color:#8d2d18}.event-ended-banner{background:#ececec;color:#51565a}.event-disclaimer{margin-top:20px;padding-top:15px;border-top:1px solid #e5dfd4;font-size:.78rem;color:#6b706c}.event-submit-form{background:#fff;border:1px solid #ddd7cb;border-radius:14px;padding:20px}.event-submit-form .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.event-submit-form .full{grid-column:1/-1}@media(max-width:900px){.events-layout,.event-detail-grid{grid-template-columns:1fr}.events-sidebar,.event-detail-side{position:static;grid-template-columns:1fr 1fr}.events-weekend-grid{grid-template-columns:1fr 1fr}}@media(max-width:650px){.events-search-row{grid-template-columns:1fr}.events-time-filters,.events-category-filters{flex-wrap:nowrap;overflow-x:auto;margin-inline:-16px;padding-inline:16px;scrollbar-width:none}.events-time-filters::-webkit-scrollbar,.events-category-filters::-webkit-scrollbar{display:none}.events-grid,.events-weekend-grid,.events-sidebar,.event-detail-side{grid-template-columns:1fr}.event-detail-key,.event-info-grid{grid-template-columns:1fr}.event-card-actions,.event-detail-actions{display:grid;grid-template-columns:1fr 1fr}.event-card-actions .btn,.event-detail-actions .btn{width:100%}.event-submit-form .form-grid{grid-template-columns:1fr}.event-submit-form .full{grid-column:auto}}

/* V3.7.2 — Events loading + poster media fix */

/* The browser's [hidden] rule was losing to component display rules such as .feed-state.
   Make hidden deterministic across the Hub. */
[hidden]{
  display:none !important;
}

/* Event artwork is often portrait poster/flyer artwork.
   Show the complete approved artwork instead of cropping it to landscape. */
.events-page .event-card-media{
  aspect-ratio:4 / 5;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:linear-gradient(135deg,#0A1F36,#0E2A47);
  border-bottom:1px solid rgba(14,42,71,.12);
}

.events-page .event-card-media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
  object-position:center;
  background:#0A1F36;
}

.events-page .event-card-media.broken-media{
  background:linear-gradient(135deg,#0A1F36,#0E2A47);
}

.events-page .event-card-media.broken-media::after{
  content:"EVENT";
  color:#F3ECDD;
  font:800 1rem "IBM Plex Mono",monospace;
  letter-spacing:.1em;
}

/* Detail page should also preserve event posters instead of cutting off text. */
.event-detail-cover{
  aspect-ratio:auto;
  min-height:300px;
  max-height:720px;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:linear-gradient(135deg,#0A1F36,#0E2A47);
}

.event-detail-cover img{
  width:100%;
  height:auto;
  max-height:720px;
  object-fit:contain;
  object-position:center;
  display:block;
}

/* Keep loading/error block compact. */
.events-page #eventsLoading{
  min-height:92px;
  margin-bottom:14px;
}

@media(min-width:901px){
  .events-page .events-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    align-items:start;
  }
}

@media(max-width:650px){
  .events-page .event-card-media{
    aspect-ratio:4 / 5;
  }

  .event-detail-cover{
    min-height:0;
    max-height:none;
  }

  .event-detail-cover img{
    max-height:none;
  }
}

/* V3.7.3 — Navigation polish */

/* Desktop: calm primary navigation, secondary pages under More. */
.navlinks-v373{
  display:flex;
  align-items:center;
  gap:18px;
  margin-left:auto;
  min-width:0;
}

.navlinks-v373 > a,
.nav-more > summary{
  position:relative;
  display:flex;
  align-items:center;
  min-height:44px;
  padding:0 2px;
  color:var(--sand);
  font-size:.86rem;
  font-weight:800;
  line-height:1.1;
  white-space:nowrap;
  cursor:pointer;
  list-style:none;
}

.nav-more > summary::-webkit-details-marker{
  display:none;
}

.nav-more > summary::after{
  content:"▾";
  margin-left:6px;
  color:var(--orange);
  font-size:.72rem;
  transition:transform .16s ease;
}

.nav-more[open] > summary::after{
  transform:rotate(180deg);
}

.navlinks-v373 > a::after,
.nav-more > summary::before{
  content:"";
  position:absolute;
  left:2px;
  right:100%;
  bottom:3px;
  height:2px;
  background:var(--orange);
  transition:right .15s ease;
}

.navlinks-v373 > a:hover::after,
.navlinks-v373 > a:focus-visible::after,
.nav-more > summary:hover::before,
.nav-more > summary:focus-visible::before,
.nav-more[open] > summary::before{
  right:2px;
}

.nav-more{
  position:relative;
  flex:0 0 auto;
}

.nav-more-menu{
  position:absolute;
  top:calc(100% + 8px);
  right:0;
  z-index:80;
  width:260px;
  padding:8px;
  background:var(--navy-deep);
  border:1px solid rgba(243,236,221,.13);
  border-top:3px solid var(--orange);
  border-radius:10px;
  box-shadow:0 18px 35px rgba(0,0,0,.24);
}

.nav-more-menu a{
  display:flex;
  align-items:center;
  min-height:44px;
  padding:9px 11px;
  border-radius:7px;
  color:var(--sand);
  font-size:.86rem;
  font-weight:750;
  text-decoration:none;
}

.nav-more-menu a:hover,
.nav-more-menu a:focus-visible{
  background:rgba(243,236,221,.08);
  color:#fff;
}

.nav-more-menu a + a{
  border-top:1px solid rgba(243,236,221,.08);
}

/* Keep the business CTA visually distinct but less oversized. */
.site-header .header-cta{
  flex:0 0 auto;
  margin-left:8px;
  min-height:46px;
  padding:11px 16px;
  font-size:.86rem;
  white-space:nowrap;
}

.site-header .brand-logo-full{
  width:250px;
  max-width:250px;
}

@media(min-width:861px) and (max-width:1180px){
  .nav{
    gap:14px;
  }

  .navlinks-v373{
    gap:12px;
  }

  .navlinks-v373 > a,
  .nav-more > summary{
    font-size:.8rem;
  }

  .site-header .brand-logo-full{
    width:220px;
    max-width:220px;
  }

  .site-header .header-cta{
    padding-inline:12px;
    font-size:.8rem;
  }
}

/* Mobile: the hamburger menu stays flat and scannable.
   More acts as a labelled section rather than a hidden nested menu. */
@media(max-width:860px){
  .navlinks-v373{
    position:absolute!important;
    top:100%!important;
    left:0!important;
    right:0!important;
    margin:0!important;
    display:none!important;
    max-height:calc(100dvh - 74px - env(safe-area-inset-top));
    overflow-y:auto!important;
    padding:8px 12px calc(14px + env(safe-area-inset-bottom))!important;
    background:var(--navy-deep);
    border-bottom:3px solid var(--orange);
    box-shadow:0 15px 25px rgba(0,0,0,.24);
    gap:0!important;
    flex-direction:column!important;
    align-items:stretch!important;
  }

  .navlinks-v373.is-open{
    display:flex!important;
  }

  .navlinks-v373 > a{
    width:100%;
    min-height:46px;
    padding:10px 8px!important;
    border-bottom:1px solid rgba(243,236,221,.09);
    font-size:.9rem!important;
  }

  .navlinks-v373 > a::after{
    display:none;
  }

  .nav-more{
    width:100%;
  }

  .nav-more > summary{
    pointer-events:auto;
    min-height:48px;
    padding:12px 8px;
    color:var(--orange);
    font:800 .76rem "IBM Plex Mono",monospace;
    letter-spacing:.12em;
    text-transform:uppercase;
    border-bottom:1px solid rgba(243,236,221,.09);
    cursor:pointer;
    user-select:none;
  }

  .nav-more > summary::before{
    display:none;
  }

  .nav-more > summary::after{
    display:inline-block;
    content:"▾";
    margin-left:auto;
    color:var(--orange);
    font-size:.82rem;
    transition:transform .16s ease;
  }

  .nav-more[open] > summary::after{
    transform:rotate(180deg);
  }

  .nav-more-menu{
    position:static;
    width:100%;
    padding:0 0 4px;
    background:rgba(0,0,0,.08);
    border:0;
    border-radius:0;
    box-shadow:none;
  }

  .nav-more-menu a{
    width:100%;
    min-height:46px;
    padding:10px 8px!important;
    border-radius:0;
    border-bottom:1px solid rgba(243,236,221,.09);
    font-size:.9rem;
  }

  .navlinks-v373 .nav-mobile-cta{
    display:flex!important;
    justify-content:center;
    margin-top:10px;
    padding:12px!important;
    background:var(--orange);
    color:#fff;
    border:1px solid var(--orange);
    border-radius:7px;
  }
}

@media(max-width:390px){
  .site-header .brand-logo-full{
    width:190px;
    max-width:calc(100vw - 82px);
  }
}

/* V3.7.5 — hard navigation normalization */

/* Desktop source of truth */
@media(min-width:861px){
  .site-header .nav{
    display:flex;
    align-items:center;
    flex-wrap:nowrap;
    min-height:86px;
    gap:18px;
  }

  .site-header .brand-lockup{
    flex:0 0 auto;
  }

  .site-header .brand-logo-full{
    width:235px;
    max-width:235px;
  }

  .site-header .navlinks-v373{
    flex:1 1 auto;
    min-width:0;
    display:flex!important;
    align-items:center;
    justify-content:flex-end;
    gap:15px;
    margin-left:auto;
  }

  .site-header .navlinks-v373 > a,
  .site-header .nav-more > summary{
    flex:0 0 auto;
    font-size:.82rem;
    white-space:nowrap;
  }

  .site-header .nav-mobile-cta{
    display:none!important;
  }

  .site-header .header-cta{
    display:inline-flex!important;
    flex:0 0 auto;
    align-items:center;
    justify-content:center;
    min-width:0;
    max-width:155px;
    min-height:46px;
    margin-left:2px;
    padding:10px 14px;
    font-size:.8rem;
    line-height:1.15;
    text-align:center;
    white-space:normal;
  }

  .site-header .nav-toggle{
    display:none!important;
  }
}

/* Tighten mid-size desktop before switching to hamburger. */
@media(min-width:861px) and (max-width:1180px){
  .site-header .brand-logo-full{
    width:205px;
    max-width:205px;
  }

  .site-header .navlinks-v373{
    gap:10px;
  }

  .site-header .navlinks-v373 > a,
  .site-header .nav-more > summary{
    font-size:.75rem;
  }

  .site-header .header-cta{
    max-width:132px;
    padding-inline:10px;
    font-size:.74rem;
  }
}

/* Do not attempt desktop nav at widths where it cannot fit. */
@media(max-width:980px){
  .site-header .header-cta{
    display:none!important;
  }
}

/* More menu remains above page content. */
.nav-more-menu{
  z-index:999;
}

/* V3.7.7 — mobile More accordion hotfix */
@media(max-width:860px){
  .nav-more > summary:focus-visible{
    outline:2px solid var(--orange);
    outline-offset:-2px;
  }
  .nav-more[open] > summary{
    background:rgba(243,236,221,.04);
  }
}


/* V3.8.4 — Airport mobile cascade hotfix
   Keep this block at the END of the stylesheet.
   Later desktop Airport rules previously overrode the earlier <=900px layout. */
@media (max-width:900px){
  .airport-hero-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:28px;
    align-items:start;
    width:100%;
  }
  .airport-hero-grid > *{
    min-width:0;
    width:100%;
    max-width:100%;
  }
  .airport-hero-copy{
    min-width:0;
    max-width:100%;
  }
  .airport-at-a-glance{
    position:static;
    grid-column:1;
    width:100%;
    max-width:600px;
    margin:0;
    align-self:auto;
  }
}

@media (max-width:600px){
  .airport-hero{
    padding:28px 0 34px;
    overflow:hidden;
  }
  .airport-hero .wrap{
    width:min(calc(100% - 24px),var(--wrap));
    max-width:100%;
  }
  .airport-hero-grid{
    grid-template-columns:minmax(0,1fr);
    gap:24px;
  }
  .airport-hero h1{
    width:100%;
    max-width:100%;
    font-size:clamp(2.35rem,11vw,3.15rem);
    line-height:.91;
    overflow-wrap:normal;
    word-break:normal;
    text-wrap:balance;
  }
  .airport-lead{
    width:100%;
    max-width:100%;
    font-size:1rem;
    line-height:1.45;
  }
  .airport-at-a-glance{
    width:100%;
    max-width:100%;
    padding:20px;
  }
}

/* V3.8.6 PageSpeed critical-render patch */
.hero-animate,.status-board,.status-board-head{opacity:1;transform:none;animation:none}
/* Keep interaction animations, but never hide first-paint content behind an entrance animation. */
@media(max-width:860px){.brand-logo-full{width:205px;max-width:calc(100vw - 82px)}}

/* V3.10.0 monetisation foundation */
.badge.partner{font-weight:800;letter-spacing:.04em}.badge.lead-partner{background:#0A1F36;color:#F3ECDD;border-color:#E8622C}.partner-upgrade-link{font-weight:800;color:#C94F1F}.profile-owner-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.partner-page{background:#F3ECDD}.partner-hero{background:#0E2A47;color:#F3ECDD;padding:72px 0}.partner-hero-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:42px;align-items:center}.partner-hero h1{font-family:Oswald,Impact,sans-serif;text-transform:uppercase;font-size:clamp(3rem,7vw,6.4rem);line-height:.98;margin:10px 0 22px}.partner-hero h1 span{color:#E8622C}.partner-hero p{max-width:720px;font-size:1.08rem;color:#E8DFC9}.partner-proof-card{background:#0A1F36;border:1px solid rgba(243,236,221,.16);border-top:4px solid #E8622C;padding:28px}.partner-plans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.partner-plan{background:#fff;border:1px solid #D8D0C0;padding:28px;display:flex;flex-direction:column}.partner-plan.featured-plan{border:3px solid #E8622C}.partner-plan.lead-plan{border-top:5px solid #0A1F36}.plan-label{font:700 .78rem/1 "IBM Plex Mono",monospace;letter-spacing:.08em}.plan-price{font:700 clamp(2rem,4vw,3.2rem)/1 Oswald,Impact,sans-serif;margin:14px 0}.plan-price small{font:600 .95rem/1.2 Inter,Arial,sans-serif;color:#5F665F}.partner-plan ul{flex:1;line-height:1.8;padding-left:20px}.partner-plan .btn{margin-top:18px;justify-content:center}.partner-note{margin-top:20px;color:#5F665F;font-size:.92rem}.partner-extras{background:#E8DFC9}.partner-extra-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.partner-extra-grid article{background:#fff;padding:24px;border-top:3px solid #E8622C}.partner-opportunities{background:#0A1F36;color:#F3ECDD;padding:36px}.opportunity-tags{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0}.opportunity-tags span{border:1px solid rgba(243,236,221,.3);padding:9px 12px;font-weight:700}@media(max-width:900px){.partner-hero-grid,.partner-plans,.partner-extra-grid{grid-template-columns:1fr}.partner-hero{padding:48px 0}}

/* V3.10.2 Business Profile Conversion Upgrade */
.business-services-block,.google-reputation{margin:22px 0;padding:18px;border:1px solid rgba(14,42,71,.14);background:#fff;border-radius:14px}.business-services-block h2,.google-reputation h2{margin:0 0 12px}.service-chips{display:flex;flex-wrap:wrap;gap:8px}.service-chips span{display:inline-flex;padding:7px 10px;border-radius:999px;background:var(--sand,#F3ECDD);font-weight:700;font-size:.9rem}.google-rating{display:flex;gap:8px;align-items:baseline;margin-bottom:12px}.google-rating strong{font-size:1.25rem}.google-reputation small{display:block;margin-top:10px;color:#5E6B7A}.directory-search{display:block;max-width:680px;margin:0 0 20px;font-weight:800}.directory-search input{display:block;width:100%;margin-top:7px;padding:13px 14px;border:1px solid rgba(14,42,71,.22);border-radius:10px;background:#fff;font:inherit}@media(max-width:650px){.service-chips{gap:6px}.service-chips span{font-size:.84rem}.google-reputation .actions{display:grid}.directory-search{max-width:none}}

/* V3.10.8 — Ad Landing Readiness */
.business-service-location{margin:-.25rem 0 1rem;color:var(--muted);font-weight:700}
.business-responsibility{margin-top:1.25rem;padding:1rem;border:1px solid rgba(16,24,32,.14);background:rgba(243,236,221,.55);border-radius:14px}
.business-responsibility p{margin:.45rem 0 0}
.business-responsibility a{text-decoration:underline;font-weight:700}
.ad-landing-page .detail-card{overflow:hidden}
.ad-landing-hero{padding-top:1.5rem}
.ad-landing-hero h1{max-width:880px}
.ad-summary{font-size:1.08rem;max-width:800px;margin:.75rem 0 1rem;color:var(--ink)}
.ad-primary-actions{margin-top:1rem}
.ad-primary-actions .btn.primary{font-size:1.02rem;padding:.9rem 1.15rem}
.ad-preview-notice{margin:1rem}
.business-video-lower{margin-top:1.25rem}
.business-video-lower h2{margin-bottom:.7rem}
.ad-landing-admin{border:2px solid rgba(232,98,44,.28);background:rgba(243,236,221,.22)}
.ad-readiness-summary{margin-top:1rem}
.ad-readiness-summary h3{margin:.2rem 0 .75rem}
.ad-readiness-checklist{display:grid;gap:.55rem}
.ad-readiness-check{display:flex;gap:.7rem;align-items:flex-start;padding:.65rem .75rem;border:1px solid rgba(16,24,32,.12);border-radius:10px;background:#fff}
.ad-readiness-check>span{display:grid;place-items:center;width:1.5rem;height:1.5rem;border-radius:999px;font-weight:800;flex:0 0 auto}
.ad-readiness-check.pass>span{background:#e8f3ec;color:#255a3a}
.ad-readiness-check.fail>span{background:#fff0e8;color:#9d3e1b}
.ad-readiness-check small{display:block;margin-top:.15rem;color:var(--muted)}
.ad-landing-controls{margin-top:1rem;flex-wrap:wrap}
@media(max-width:560px){
  .ad-landing-page .detail-content{padding-inline:1rem}
  .ad-primary-actions{display:grid;grid-template-columns:1fr}
  .ad-primary-actions .btn{width:100%;justify-content:center}
  .ad-landing-controls{display:grid;grid-template-columns:1fr}
  .ad-landing-controls .btn{width:100%}
}
.ad-landing-mode .navlinks,.ad-landing-mode .header-cta,.ad-landing-mode .nav-toggle{display:none!important}
.ad-landing-mode .site-header .nav{justify-content:flex-start}
.ad-landing-mode .navlinks,.ad-landing-mode .header-cta,.ad-landing-mode .nav-toggle{display:none!important}
.ad-landing-mode .site-header .nav{justify-content:flex-start}

/* V3.11.0 consolidated launch fixes */
.discovery-filters{margin:0 0 18px;padding:14px;border:1px solid rgba(14,42,71,.18);background:#fff}.filter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.filter-grid label{display:grid;gap:5px;font-weight:700}.filter-grid input,.filter-grid select{width:100%;min-height:44px}.filter-chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.filter-chip{min-height:42px;padding:8px 12px;border:1px solid #0E2A47;background:#fff}.filter-chip.active{background:#0E2A47;color:#fff}.update-card{cursor:pointer}.update-card:focus{outline:3px solid #E8622C}.claim-target{padding:12px;margin-bottom:12px;background:#fff5e9;border-left:4px solid #E8622C;font-weight:700}.urgent-card h3,.urgent-card .phone-number{overflow-wrap:anywhere}.urgent-card .actions{margin-top:auto}.quick-post{padding:14px;margin-bottom:16px;background:#fff7ed;border:1px solid #E8622C}.quick-post textarea{width:100%;min-height:110px}.owner-cta{margin-bottom:20px;background:#fff;border:1px solid var(--sand-dim);border-top:3px solid var(--navy);padding:20px;border-radius:var(--radius)}button[disabled]{opacity:.55;cursor:not-allowed}@media(max-width:760px){.filter-grid{grid-template-columns:1fr 1fr}.urgent-card{height:auto!important;min-height:0}.urgent-card a[href^="tel:"]{white-space:nowrap}}@media(max-width:460px){.filter-grid{grid-template-columns:1fr}.actions .btn{min-height:44px}}

@media(max-width:560px){.property-gallery{grid-template-columns:1fr;gap:10px}.property-gallery img,.property-gallery img:first-child:nth-last-child(2),.property-gallery img:first-child:nth-last-child(2)~img{height:clamp(220px,70vw,340px);width:100%}}

/* V3.11.22 — responsive business category discovery */
.business-category-section{background:#f7f4ec;padding:54px 0}
.business-category-heading{margin-bottom:20px}
.business-category-heading p{margin:7px 0 0;color:var(--muted);font-size:1rem}
.business-category-shell{background:#fff;border:1px solid #ddd7cb;border-top:4px solid var(--orange);border-radius:16px;padding:clamp(18px,3vw,30px);box-shadow:0 12px 30px rgba(10,31,54,.06)}
.category-search-label{display:block;max-width:760px;margin-bottom:8px;font:800 .78rem/1.2 "IBM Plex Mono",monospace;letter-spacing:.04em;text-transform:uppercase;color:var(--navy)}
.category-search-control{position:relative;max-width:760px}
.category-search-control svg{position:absolute;left:16px;top:50%;width:22px;height:22px;transform:translateY(-50%);fill:none;stroke:var(--navy);stroke-width:2;stroke-linecap:round;pointer-events:none}
.category-search-control input{min-height:56px;padding:13px 50px 13px 50px;border:2px solid #cfc8bb;border-radius:12px;background:#fff;font-size:16px;font-weight:650}
.category-search-control input:focus{border-color:var(--orange);outline:3px solid rgba(232,98,44,.16)}
.category-search-clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:40px;height:40px;border:0;border-radius:9px;background:#f1ece2;color:var(--navy);font-size:1.55rem;line-height:1;cursor:pointer}
.category-search-examples{max-width:760px;margin:8px 0 0;color:var(--muted);font-size:.78rem}
.category-loading{margin-top:22px;padding:18px;border:1px solid #e1dbcf;border-left:3px solid var(--orange);color:var(--muted);font-weight:700}
.category-selected{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:16px;padding:10px 12px;background:#f3ecdd;border-left:3px solid var(--orange);font-size:.86rem}
.category-selected span{color:var(--muted)}
.category-selected strong{color:var(--navy)}
.category-selected a{margin-left:auto;color:var(--orange-dark);font-weight:850;text-decoration:underline;text-underline-offset:3px}
.category-popular-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin:26px 0 12px}
.category-popular-head h3{margin:0;font-size:1.55rem}
.category-popular-head>a{color:var(--navy);font-weight:800;text-decoration:underline;text-decoration-color:var(--orange);text-underline-offset:4px}
.category-popular-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}
.category-popular-card{min-width:0;min-height:118px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:12px;padding:15px;border:1px solid #d8d1c4;border-radius:12px;background:#fff;color:var(--navy);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}
.category-popular-card>span{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:#f3ecdd;color:var(--orange-dark);font:850 1.05rem/1 Inter,sans-serif}
.category-popular-card strong{font-family:Inter,sans-serif;font-size:.88rem;line-height:1.25;overflow-wrap:anywhere}
.category-popular-card:hover{transform:translateY(-2px);border-color:var(--orange);box-shadow:0 8px 20px rgba(10,31,54,.09)}
.category-popular-card.is-active{background:var(--navy);border-color:var(--navy);color:#fff;box-shadow:inset 0 -4px 0 var(--orange)}
.category-popular-card.is-active>span{background:rgba(255,255,255,.12);color:#fff}
.category-browser{margin-top:18px;border:1px solid #d8d1c4;border-radius:12px;overflow:hidden;background:#fbfaf7}
.category-browser>summary,.category-group>summary{list-style:none;cursor:pointer}
.category-browser>summary::-webkit-details-marker,.category-group>summary::-webkit-details-marker{display:none}
.category-browser>summary{position:relative;display:flex;align-items:center;gap:14px;min-height:58px;padding:14px 54px 14px 18px;color:var(--navy);font-weight:900}
.category-browser>summary small{margin-left:auto;color:var(--muted);font:700 .72rem "IBM Plex Mono",monospace}
.category-browser>summary::after,.category-group>summary::after{content:"+";position:absolute;right:18px;top:50%;transform:translateY(-50%);color:var(--orange-dark);font-size:1.5rem;font-weight:600;line-height:1}
.category-browser[open]>summary::after,.category-group[open]>summary::after{content:"–"}
.category-browser[open]>summary{border-bottom:1px solid #ded8cc;background:#f3ecdd}
.category-group-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:16px;align-items:start}
.category-group{min-width:0;border:1px solid #ddd7cb;border-radius:10px;background:#fff;overflow:hidden}
.category-group>summary{position:relative;display:flex;align-items:center;gap:10px;min-height:56px;padding:13px 44px 13px 14px;color:var(--navy);font-weight:850;line-height:1.25}
.category-group>summary small{margin-left:auto;display:grid;place-items:center;min-width:26px;height:26px;padding:0 7px;border-radius:999px;background:#f3ecdd;color:var(--navy);font:800 .68rem "IBM Plex Mono",monospace}
.category-group>summary::after{right:14px;font-size:1.25rem}
.category-group[open]>summary{border-bottom:1px solid #e3ddd1;background:#faf7f0}
.category-group.contains-selected{border-color:var(--orange)}
.category-group-links{display:grid;padding:6px 12px 12px}
.category-result-link{min-width:0;min-height:46px;display:grid;grid-template-columns:30px minmax(0,1fr);gap:9px;align-items:center;padding:8px 5px;border-bottom:1px solid #eee8dc;color:var(--navy)}
.category-result-link:last-child{border-bottom:0}
.category-result-link>span{display:grid;place-items:center;width:30px;height:30px;border-radius:8px;background:#f3ecdd;color:var(--orange-dark);font-weight:850}
.category-result-link strong{min-width:0;font-family:Inter,sans-serif;font-size:.84rem;line-height:1.25;overflow-wrap:anywhere}
.category-result-link:hover strong{color:var(--orange-dark)}
.category-result-link.is-active{margin-inline:-5px;padding-inline:10px;background:var(--navy);color:#fff;border-radius:8px;border-bottom-color:transparent}
.category-search-results{margin-top:22px}
.category-search-count{margin-bottom:10px;color:var(--muted);font:750 .75rem "IBM Plex Mono",monospace;text-transform:uppercase}
.category-search-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
.category-search-grid .category-result-link{border:1px solid #ddd7cb;border-radius:10px;padding:10px;background:#fff}
.category-search-grid .category-result-link.is-active{background:var(--navy);border-color:var(--navy)}
.category-no-results{padding:20px;border:1px solid #ddd7cb;border-left:4px solid var(--orange);border-radius:10px;background:#faf8f3}
.category-no-results strong{display:block;color:var(--navy)}
.category-no-results p{margin:6px 0 14px;color:var(--muted)}
.category-popular-card:focus-visible,.category-result-link:focus-visible,.category-browser>summary:focus-visible,.category-group>summary:focus-visible,.category-search-clear:focus-visible{outline:3px solid rgba(232,98,44,.45);outline-offset:2px}
.business-results-section{padding-top:50px}
.directory-search>span{display:block;color:var(--navy);font:800 .78rem/1.2 "IBM Plex Mono",monospace;letter-spacing:.04em;text-transform:uppercase}
@media(max-width:1000px){
  .category-popular-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .category-group-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:650px){
  .business-category-section{padding:38px 0}
  .business-category-shell{padding:16px;border-radius:13px}
  .business-category-heading{margin-bottom:14px}
  .business-category-heading h2{font-size:clamp(2.25rem,11vw,3.2rem)}
  .category-search-control input{min-height:54px;padding-left:45px;padding-right:45px}
  .category-search-control svg{left:14px;width:20px;height:20px}
  .category-search-examples{display:none}
  .category-selected{align-items:flex-start}
  .category-selected a{width:100%;margin-left:0}
  .category-popular-head{align-items:flex-start;margin-top:22px}
  .category-popular-head>a{font-size:.8rem;text-align:right}
  .category-popular-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .category-popular-card{min-height:106px;padding:12px}
  .category-popular-card>span{width:34px;height:34px}
  .category-browser>summary{align-items:flex-start;flex-direction:column;gap:3px;padding-right:46px}
  .category-browser>summary small{margin-left:0}
  .category-group-grid{grid-template-columns:1fr;padding:10px;gap:8px}
  .category-search-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .category-search-grid .category-result-link{grid-template-columns:1fr;align-content:start;gap:7px;min-height:92px;padding:10px}
  .category-search-grid .category-result-link strong{font-size:.79rem}
  .business-results-section{padding-top:38px}
}
@media(max-width:370px){
  .category-popular-card strong,.category-search-grid .category-result-link strong{font-size:.75rem}
}

/* V3.11.23 — Fast Help trade routing */
.fast-help-section{padding:46px 0;background:#fff;border-top:1px solid #e2dccf;border-bottom:1px solid #e2dccf}
.fast-help-section.compact-fast-help{padding:40px 0;background:#f8f5ee}
.fast-help-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:end;margin-bottom:18px}
.fast-help-head .section-kicker{margin-bottom:8px}
.fast-help-head h2{font-size:clamp(2.35rem,4.5vw,4rem);margin:0 0 8px}
.fast-help-head p{max-width:760px;margin:0;color:var(--muted);line-height:1.55}
.fast-help-availability{display:inline-flex;align-items:center;gap:7px;padding:8px 10px;border-radius:999px;background:#e8f1eb;color:#315c45;font:800 .68rem/1 "IBM Plex Mono",monospace;text-transform:uppercase;white-space:nowrap}
.fast-help-availability::before{content:"";width:8px;height:8px;border-radius:50%;background:#4c7a62}
.fast-help-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.fast-help-card{min-width:0;min-height:142px;display:flex;flex-direction:column;align-items:flex-start;gap:11px;padding:17px;border:1px solid #d8d1c4;border-radius:13px;background:#fff;color:var(--navy);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}
.fast-help-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:10px;background:#fff0e8;color:var(--orange-dark)}
.fast-help-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.fast-help-card>span:nth-child(2){display:grid;gap:3px}
.fast-help-card strong{font-family:Oswald,sans-serif;font-size:1.35rem;line-height:1;text-transform:uppercase}
.fast-help-card small{color:var(--muted);font-size:.78rem;line-height:1.3}
.fast-help-card b{margin-top:auto;color:var(--orange-dark);font:850 .67rem/1 "IBM Plex Mono",monospace;letter-spacing:.05em}
.fast-help-card:hover{transform:translateY(-2px);border-color:var(--orange);box-shadow:0 9px 22px rgba(10,31,54,.09)}
.fast-help-card:focus-visible{outline:3px solid rgba(232,98,44,.42);outline-offset:3px}
.fast-help-safety{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:14px;padding:10px 12px;border-left:3px solid #d72638;background:#fff7f5;font-size:.78rem;color:#5e6b7a}
.fast-help-safety strong{color:#8a2a1d}
.fast-help-safety a{color:#fff;background:#d72638;border-radius:6px;padding:6px 9px;font-weight:900}
.fast-help-safety span{margin-left:auto}
.fast-help-dialog{position:fixed;inset:0;z-index:10050;display:grid;place-items:center;padding:20px;background:rgba(10,31,54,.72)}
.fast-help-dialog-card{position:relative;width:min(100%,570px);max-height:min(760px,calc(100vh - 40px));overflow:auto;background:#fff;border-radius:17px;border-top:5px solid var(--orange);box-shadow:0 24px 70px rgba(0,0,0,.28)}
.fast-help-dialog-head{display:grid;grid-template-columns:44px minmax(0,1fr) 42px;gap:12px;align-items:center;padding:20px;border-bottom:1px solid #e4ded2}
.fast-help-dialog-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:11px;background:#fff0e8;color:var(--orange-dark);font-family:Oswald,sans-serif;font-size:1.2rem;font-weight:800}
.fast-help-dialog-head span{display:block;color:var(--orange-dark);font:800 .66rem "IBM Plex Mono",monospace;text-transform:uppercase;letter-spacing:.06em}
.fast-help-dialog-head h2{margin:3px 0 0;font-size:1.9rem}
.fast-help-dialog-close{display:grid;place-items:center;width:42px;height:42px;border:0;border-radius:9px;background:#f1ece2;color:var(--navy);font-size:1.55rem;cursor:pointer}
.fast-help-dialog-body{padding:20px}
.fast-help-dialog-loading{display:flex;align-items:center;gap:11px;min-height:92px;color:var(--muted);font-weight:750}
.fast-help-dialog-loading::before{content:"";width:20px;height:20px;border:3px solid #ddd6c9;border-top-color:var(--orange);border-radius:50%;animation:fastHelpSpin .7s linear infinite}
.fast-help-provider{padding:15px;border:1px solid #cdddcf;border-left:4px solid #4c7a62;border-radius:10px;background:#f4f9f5}
.fast-help-provider .badge{margin-bottom:8px}
.fast-help-provider strong,.fast-help-provider small{display:block}
.fast-help-provider strong{font-size:1.12rem;color:var(--navy)}
.fast-help-provider small{margin-top:4px;color:var(--muted)}
.fast-help-no-partner{padding:15px;border:1px solid #e1dacd;border-left:4px solid var(--orange);border-radius:10px;background:#faf7f0}
.fast-help-no-partner strong,.fast-help-no-partner span{display:block}
.fast-help-no-partner span{margin-top:4px;color:var(--muted);font-size:.87rem}
.fast-help-dialog-actions{display:grid;gap:9px;margin-top:14px}
.fast-help-dialog-actions .btn{width:100%;min-height:48px;justify-content:center;text-align:center}
.fast-help-dialog-actions .btn.primary{background:#1f7a48;border-color:#1f7a48}
.fast-help-dialog-actions .text-link{text-align:center;padding:9px;font-weight:850}
.fast-help-dialog-note{margin:14px 0 0;padding-top:12px;border-top:1px solid #e7e1d6;color:var(--muted);font-size:.75rem;line-height:1.5}
.fast-help-dialog-error{padding:14px;border-left:4px solid var(--orange);background:#faf7f0;color:var(--muted)}
body.fast-help-open{overflow:hidden}
@keyframes fastHelpSpin{to{transform:rotate(360deg)}}
@media(max-width:760px){
  .fast-help-head{grid-template-columns:1fr;gap:12px;align-items:start}
  .fast-help-availability{white-space:normal;width:max-content;max-width:100%}
  .fast-help-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .fast-help-card{min-height:138px;padding:14px}
  .fast-help-safety{align-items:flex-start}
  .fast-help-safety span{width:100%;margin-left:0}
}
@media(max-width:560px){
  .fast-help-section,.fast-help-section.compact-fast-help{padding:34px 0}
  .fast-help-head h2{font-size:clamp(2.25rem,11vw,3.2rem)}
  .fast-help-dialog{align-items:end;padding:0}
  .fast-help-dialog-card{width:100%;max-height:88vh;border-radius:17px 17px 0 0;padding-bottom:env(safe-area-inset-bottom,0px)}
  .fast-help-dialog-head,.fast-help-dialog-body{padding:16px}
}
@media(max-width:360px){
  .fast-help-card{min-height:132px;padding:12px}
  .fast-help-card strong{font-size:1.18rem}
  .fast-help-card small{font-size:.72rem}
}


/* V3.11.25 — compact fuel prices inside Local Status Board */
.status-fuel{border-top:1px solid rgba(243,236,221,.15);padding:14px 18px 15px;background:rgba(255,255,255,.025)}
.status-fuel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:11px}
.status-fuel-head>div{display:grid;gap:3px;min-width:0}.status-fuel-head span{font-size:.62rem;font-weight:800;letter-spacing:.09em;color:#FF8B5C}.status-fuel-head strong{font-size:.72rem;letter-spacing:.055em;color:#F3ECDD;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-fuel-head time{font-size:.59rem;color:#BEB5A5;text-align:right;white-space:nowrap;padding-top:2px}
.status-fuel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
.status-fuel-item{min-width:0;border:1px solid rgba(243,236,221,.13);background:rgba(243,236,221,.055);padding:9px 10px;display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:8px;row-gap:2px;align-items:baseline}
.status-fuel-item>span{font-size:.58rem;font-weight:800;text-transform:uppercase;color:#CFC7B7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-fuel-item strong{font-family:Oswald,sans-serif;font-size:1.13rem;line-height:1;color:#fff;white-space:nowrap}.status-fuel-item .fuel-change{grid-column:1/-1;font-size:.57rem;font-weight:800}.fuel-change.up{color:#ffb49b}.fuel-change.down{color:#a8e0c2}.fuel-change.flat{color:#CFC7B7}
.status-fuel-foot{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-top:9px;color:#9F9788;font-size:.56rem;line-height:1.35}.status-fuel-foot a{color:#DCD3C2;font-weight:800;letter-spacing:.06em;white-space:nowrap}.status-fuel-foot a:hover{color:#fff}
@media(max-width:560px){.status-fuel{padding:13px 12px 14px}.status-fuel-head{flex-direction:column;gap:3px}.status-fuel-head time{text-align:left}.status-fuel-grid{grid-template-columns:1fr 1fr}.status-fuel-item{padding:8px}.status-fuel-item strong{font-size:1.02rem}.status-fuel-foot{align-items:flex-start;flex-direction:column;gap:6px}}

/* V3.11.26 — mobile-first property filter compression */
.property-filter-primary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.property-filter-primary>label,.property-price-range label,.property-advanced-grid label{display:grid;gap:5px;font-weight:700}.property-filter-primary input,.property-filter-primary select,.property-advanced-grid input,.property-advanced-grid select{width:100%;min-height:44px}.property-price-range{display:grid;grid-template-columns:1fr 1fr;gap:10px}.property-advanced{margin-top:10px;border:1px solid rgba(14,42,71,.22);background:#fff}.property-advanced summary{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:44px;padding:10px 12px;font-weight:800;cursor:pointer;list-style:none}.property-advanced summary::-webkit-details-marker{display:none}.property-advanced summary::after{content:"+";margin-left:auto;font:800 1.25rem/1 Oswald,sans-serif}.property-advanced[open] summary::after{content:"−"}.property-filter-count{display:inline-grid;place-items:center;min-width:24px;height:24px;padding:0 7px;border-radius:999px;background:var(--orange);color:#fff;font:700 .72rem/1 "IBM Plex Mono",monospace}.property-advanced-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;padding:0 12px 12px}.property-filter-pills{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.property-filter-pill{position:relative;cursor:pointer}.property-filter-pill input{position:absolute;opacity:0;pointer-events:none}.property-filter-pill span{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:7px 12px;border:1px solid rgba(14,42,71,.4);border-radius:999px;background:#fff;color:var(--navy);font-weight:800;font-size:.78rem;line-height:1}.property-filter-pill input:checked+span{background:var(--navy);border-color:var(--navy);color:#fff}.property-filter-pill input:focus-visible+span{outline:3px solid var(--orange);outline-offset:2px}
@media(max-width:760px){.property-filter-primary{grid-template-columns:1fr 1fr}.property-filter-primary>label:nth-child(2){grid-column:auto}.property-price-range{grid-column:1/-1}.property-advanced-grid{grid-template-columns:1fr 1fr}.property-filter-pills{flex-wrap:nowrap;overflow-x:auto;padding-bottom:3px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.property-filter-pills::-webkit-scrollbar{display:none}.property-filter-pill{flex:0 0 auto}.property-card-body h3{margin-bottom:4px}.property-specs{margin-top:5px}}
@media(max-width:460px){.property-filter-primary{grid-template-columns:1fr 1fr;gap:8px}.property-filter-primary>label{grid-column:auto}.property-price-range{grid-column:1/-1;gap:8px}.property-advanced-grid{grid-template-columns:1fr 1fr}.property-advanced-grid label:last-child{grid-column:1/-1}}


/* V3.11.27 — Eat / Stay discovery filter polish */
.discovery-primary-grid{display:grid;grid-template-columns:minmax(260px,1.7fr) minmax(180px,.8fr);gap:12px;align-items:end}
.discovery-primary-grid.has-type{grid-template-columns:minmax(260px,1.5fr) minmax(200px,1fr) minmax(180px,.8fr)}
.discovery-primary-grid label{display:grid;gap:6px;font-weight:700;min-width:0}
.discovery-primary-grid input,.discovery-primary-grid select{width:100%;min-height:48px}
.discovery-area-row{margin-top:14px;min-width:0}
.discovery-filter-label{display:block;margin-bottom:7px;font-weight:700}
.discovery-area-chips{display:flex;flex-wrap:nowrap;gap:8px;margin:0;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:thin;padding:1px 1px 7px;-webkit-overflow-scrolling:touch}
.discovery-area-chips .filter-chip{flex:0 0 auto;white-space:nowrap;border-radius:999px;min-height:40px;padding:7px 14px;font-weight:700}
.discovery-area-chips .filter-chip.active{background:var(--navy);border-color:var(--navy);color:#fff}
.discovery-result-count{margin-top:4px}
@media(max-width:820px){
  .discovery-primary-grid,.discovery-primary-grid.has-type{grid-template-columns:1fr 1fr}
  .discovery-primary-grid .discovery-search{grid-column:1/-1}
}
@media(max-width:520px){
  .discovery-filters{padding:12px}
  .discovery-primary-grid,.discovery-primary-grid.has-type{grid-template-columns:1fr 1fr;gap:10px}
  .discovery-primary-grid .discovery-search{grid-column:1/-1}
  .discovery-primary-grid label{font-size:.92rem}
  .discovery-primary-grid input,.discovery-primary-grid select{min-height:46px}
  .discovery-area-row{margin-top:12px}
}

/* V3.11.30 — mobile quick-navigation dock and back-to-top control */
.mobile-dock,.mobile-dock-more,.back-to-top{display:none}
@media(max-width:860px){
  body{padding-bottom:calc(92px + env(safe-area-inset-bottom,0px))}
  body.dock-more-open{overflow:hidden}
  body.nav-open .mobile-dock{opacity:0;pointer-events:none}
  body.dock-more-open .back-to-top{opacity:0;visibility:hidden;pointer-events:none}
  .install-prompt{bottom:calc(94px + env(safe-area-inset-bottom,0px))}
  .share-toast{bottom:calc(96px + env(safe-area-inset-bottom,0px))}
  .mobile-dock{
    position:fixed;
    z-index:110;
    left:max(12px,env(safe-area-inset-left,0px));
    right:max(12px,env(safe-area-inset-right,0px));
    bottom:calc(10px + env(safe-area-inset-bottom,0px));
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:2px;
    min-height:68px;
    padding:7px;
    border:1px solid rgba(243,236,221,.16);
    border-radius:999px;
    background:rgba(10,31,54,.96);
    box-shadow:0 14px 38px rgba(0,0,0,.32);
    -webkit-backdrop-filter:blur(16px);
    backdrop-filter:blur(16px)
  }
  .mobile-dock-item{
    appearance:none;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:2px;
    min-width:0;
    min-height:54px;
    padding:5px 2px;
    border:0;
    border-radius:999px;
    background:transparent;
    color:#d8d0c0;
    font:700 .59rem/1.1 Inter,Arial,sans-serif;
    text-align:center;
    text-decoration:none;
    cursor:pointer;
    -webkit-tap-highlight-color:transparent
  }
  .mobile-dock-item svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
  .mobile-dock-item.is-active{background:var(--orange,#E8622C);color:#fff}
  .mobile-dock-item:not(.is-active):active{background:rgba(243,236,221,.12);color:#fff}
  .mobile-dock-item:focus-visible,.back-to-top:focus-visible,.mobile-dock-more-card a:focus-visible,.mobile-dock-more-head button:focus-visible{outline:3px solid #fff;outline-offset:2px}
  .mobile-dock-help:not(.is-active){color:#ffb09a}
  .back-to-top{
    position:fixed;
    z-index:109;
    right:max(18px,env(safe-area-inset-right,0px));
    bottom:calc(92px + env(safe-area-inset-bottom,0px));
    display:grid;
    place-items:center;
    width:52px;
    height:52px;
    padding:0;
    border:2px solid var(--orange,#E8622C);
    border-radius:50%;
    background:rgba(10,31,54,.96);
    color:#fff;
    box-shadow:0 10px 28px rgba(0,0,0,.28);
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);
    transition:opacity .18s ease,transform .18s ease,visibility .18s;
    pointer-events:none;
    cursor:pointer
  }
  .back-to-top.is-visible{opacity:1;visibility:visible;transform:none;pointer-events:auto}
  .back-to-top svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
  .mobile-dock-more{position:fixed;inset:0;z-index:120;display:block}
  .mobile-dock-more[hidden]{display:none}
  .mobile-dock-more-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(6,18,31,.62)}
  .mobile-dock-more-card{
    position:absolute;
    left:max(12px,env(safe-area-inset-left,0px));
    right:max(12px,env(safe-area-inset-right,0px));
    bottom:calc(91px + env(safe-area-inset-bottom,0px));
    padding:16px;
    border-top:4px solid var(--orange,#E8622C);
    border-radius:18px;
    background:var(--navy-deep,#0A1F36);
    color:#fff;
    box-shadow:0 18px 46px rgba(0,0,0,.38)
  }
  .mobile-dock-more-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
  .mobile-dock-more-head strong{font:700 1.35rem Oswald,Arial,sans-serif;text-transform:uppercase}
  .mobile-dock-more-head button{display:grid;place-items:center;width:44px;height:44px;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:transparent;color:#fff;font-size:1.65rem}
  .mobile-dock-more-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .mobile-dock-more-grid a{display:flex;align-items:center;min-height:46px;padding:10px 12px;border:1px solid rgba(243,236,221,.13);border-radius:9px;background:rgba(243,236,221,.06);color:#fff;font-size:.83rem;font-weight:800;text-decoration:none}
}
@media(max-width:370px){
  .mobile-dock{left:7px;right:7px;padding:6px 4px}
  .mobile-dock-item{font-size:.53rem}
  .mobile-dock-item svg{width:23px;height:23px}
}
@media(prefers-reduced-motion:reduce){.back-to-top{transition:none}}
