:root{--paper:#F5F5F5;--card:#FFFFFF;--ink:#0D0D12;--muted:#666D80;--rule:#DFE1E7;
 --accent:#2756FF;--accent-dark:#1A43D4;--accent-soft:#E9EEFF;--good:#1F6E4A;--chip:#ECEDF0;
 --font:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;}
*{box-sizing:border-box}
/* sparse pages (a trade with two companies) must still fill the viewport,
   otherwise the dark footer floats mid-screen over white space */
body{margin:0;background:var(--card);color:var(--ink);font:14px/1.57 var(--font);
 min-height:100vh;display:flex;flex-direction:column}
body > .lower{flex:1 0 auto}
body > footer{margin-top:auto}
a{color:inherit}
.mono{font-variant-numeric:tabular-nums}
.wrap{max-width:1080px;margin:0 auto;padding:0 24px}
.site{background:var(--card)}
.site .wrap{display:flex;align-items:center;gap:28px;height:60px}
.brand-logo{display:flex;align-items:center;text-decoration:none;flex:none}
.brand-logo svg{height:22px;width:auto;display:block}
.brand-net{font-weight:600;font-size:12.5px;line-height:1.25;text-decoration:none;
 margin-left:-12px;padding-left:16px;border-left:1px solid var(--rule);align-self:center}
.brand-net:hover{color:var(--accent)}
.nav{display:flex;gap:22px;font-size:14.5px;font-weight:500;color:var(--muted)}
.nav a{text-decoration:none}
.nav a:hover{color:var(--ink)}
/* breadcrumbs belong to the content, not the nav: they sit on the grey
   ground and share .wrap so they align with everything below them */
/* every .wrap must sit inside a full-width band: a .wrap that is a direct
   child of the flex body computes its width differently and its left/right
   edges stop lining up with the content below */
.topband{background:var(--card)}
.crumbs{font-size:13px;color:var(--muted);padding:16px 0;display:flex;flex-wrap:wrap;
 align-items:center;gap:0 2px}
.crumbs a{text-decoration:none}
.crumbs a:hover{text-decoration:underline}
.crumbs span{margin:0 6px;color:var(--rule)}
.identity{padding:24px 0 26px}
.crumbs + .identity{padding-top:6px}
.id-grid{display:flex;gap:24px;align-items:flex-start;flex-wrap:wrap}
.logo{position:relative;width:76px;height:76px;flex:none;border:1px solid var(--rule);
 border-radius:12px;background:var(--card);display:flex;align-items:center;justify-content:center;
 font-weight:700;font-size:30px;color:var(--muted);overflow:hidden}
.logo img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;padding:9px;background:var(--card)}
.id-main{flex:1 1 480px;min-width:0}
h1{margin:0 0 6px;font-size:clamp(28px,4vw,34px);line-height:1.18;font-weight:700;
 letter-spacing:-.01em;text-wrap:balance}
.legal{margin:0;font-size:13.5px;color:var(--muted)}
.statusline{margin:12px 0 0;font-size:14px}
.dot{display:inline-block;width:8px;height:8px;margin-right:7px;border-radius:50%;
 background:var(--good);vertical-align:1px}
.dot.off{background:var(--muted)}
.statusline b{font-weight:600;color:var(--good)}
.statusline b.off{color:var(--muted)}
.statusline .sep{color:var(--rule);margin:0 7px}
.id-side{flex:0 0 auto;display:flex;flex-direction:column;gap:10px;align-items:flex-end}
.claim{display:inline-block;text-decoration:none;border:1px solid var(--accent);background:var(--accent);
 color:#fff;border-radius:999px;padding:10px 22px;font:600 14px/1 var(--font);cursor:pointer}
.claim:hover{background:var(--accent-dark);border-color:var(--accent-dark)}
.website{font-size:13.5px}
.report{font-size:12.5px;color:var(--muted);text-decoration:none;border-bottom:1px dashed var(--rule)}
.report:hover{color:var(--ink);border-bottom-color:var(--ink)}
.lower{background:var(--paper)}
.cols{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;padding:26px 0 40px;align-items:start}
/* stacked, the rail comes first: contact details, registry status and
   turnover are what a phone visitor came for, and putting the description
   above them buries the useful part */
@media(max-width:860px){
 .cols{grid-template-columns:1fr;gap:0}
 .cols > main{order:2}
 .cols > .rail{order:1;margin-bottom:26px}
}
main section{padding:0 0 12px;margin:0 0 26px}
.label{display:block;font-size:20px;line-height:24px;font-weight:600;margin:0 0 14px}
.label .src{font-weight:400;float:right;font-size:12.5px;color:var(--muted);margin-top:5px}
.prose{max-width:66ch;font-size:14px;line-height:24px}
.prose p{margin:0 0 1em}
.prose p:last-child{margin-bottom:0}
.services{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;column-gap:12px;row-gap:8px;
 font-size:18px;font-weight:600;align-items:baseline}
.services a{text-decoration:none;border-bottom:3px solid var(--rule);padding-bottom:1px}
.services a:hover{border-bottom-color:var(--accent)}
.services li:not(:last-child)::after{content:"/";color:var(--rule);margin-left:12px;font-weight:600}

.projects{display:grid;grid-template-columns:1fr 1fr;gap:16px}
/* only the first four are visible until the reader asks for the rest */
.projects .project:nth-child(n+5){display:none}
.projects.all .project:nth-child(n+5){display:block}
.more{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:14px 0 0}
.showall,.seeall{display:inline-block;font:inherit;font-size:14.5px;font-weight:600;
 color:var(--accent-dark);background:none;border:1px solid var(--rule);border-radius:8px;
 padding:8px 14px;cursor:pointer;text-decoration:none;transition:border-color .12s,color .12s}
.showall:hover,.seeall:hover{border-color:var(--accent);color:var(--accent)}
@media(max-width:640px){.projects{grid-template-columns:1fr}}
.project{position:relative;background:var(--card);border:1px solid var(--rule);border-radius:12px;
 overflow:hidden;padding:16px 18px;transition:border-color .12s}
.project:hover{border-color:var(--accent)}
.project h3{margin:0 0 1px;font-size:16px;line-height:20px;font-weight:600}
.project h3 a{text-decoration:none}
.project h3 a::after{content:"";position:absolute;inset:0}
.project:hover h3 a{color:var(--accent)}
.project .shot{margin:-16px -18px 14px;aspect-ratio:5/3;overflow:hidden;position:relative;
 background:repeating-linear-gradient(-45deg,var(--paper) 0 6px,var(--chip) 6px 7px)}
.project .shot::after{content:"No photograph";position:absolute;inset:auto 0 10px 0;text-align:center;
 font-size:12px;color:var(--muted)}
.project .shot img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;display:block;background:var(--card)}
.project .loc{font-size:12.5px;color:var(--muted);margin:0 0 8px}
.project p{margin:0;font-size:13.5px;color:var(--muted);line-height:1.5}
.project .client{margin-top:8px;font-size:12.5px}
.project .client b{font-weight:600;color:var(--ink)}
.more{margin-top:14px;font-size:14px;font-weight:500}
.accreds{margin:0;padding:0;list-style:none;columns:3;column-gap:32px;font-size:14px;line-height:2}
@media(max-width:640px){.accreds{columns:2}}
.accreds li{break-inside:avoid}
.clients{max-width:62ch;font-size:15px;line-height:1.9;color:var(--muted);margin:0}
.clients b{color:var(--ink);font-weight:500}
.similar{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media(max-width:640px){.similar{grid-template-columns:1fr}}
.similar li{position:relative;background:var(--card);border:1px solid var(--rule);border-radius:12px;
 padding:14px 16px;transition:border-color .12s}
.similar li:hover{border-color:var(--accent)}
.similar a{font-weight:600;text-decoration:none}
.similar a::after{content:"";position:absolute;inset:0}
.similar li:hover a{color:var(--accent)}
.similar span{display:block;margin-top:2px;font-size:12.5px;color:var(--muted)}
.rail section{background:var(--card);border-radius:12px;padding:18px 20px 20px;margin:0 0 16px}
.rail .label{font-size:16px;font-weight:600;margin-bottom:12px}
.facts{margin:0;display:grid;grid-template-columns:auto 1fr;gap:7px 16px;font-size:13.5px}
.facts dt{color:var(--muted)}
.facts dd{margin:0;text-align:right;line-height:1.5}
.facts a{text-decoration:none}
.facts a:hover{color:var(--accent)}
/* the headline figure: a plain rail card like the ones around it */
.kpi-value{display:block;font-size:24px;line-height:1.15;margin:0 0 4px;letter-spacing:-.02em}
.kpi-note{display:block;font-size:12.5px;color:var(--muted);line-height:1.5}
.fin-table{width:100%;border-collapse:collapse;font-size:13px}
.fin-table th{font-size:12.5px;color:var(--muted);font-weight:500;text-align:right;padding:0 0 4px}
.fin-table th:first-child{text-align:left}
.fin-table td{padding:7px 0 0;text-align:right;font-variant-numeric:tabular-nums}
.fin-table td:first-child{text-align:left;color:var(--muted)}
.trend{font-size:12px;color:var(--good);font-weight:600}
.trend.down{color:#A23B2D}
.fin-note{margin:12px 0 0;font-size:12px;color:var(--muted);line-height:1.5}
.updated{margin:0;font-size:12px;color:var(--muted);text-align:center}
.maplink{display:block;margin:26px auto 6px;width:88px}
.ukmap{display:block;width:100%}
.ukmap path{fill:var(--chip)}
.ukmap circle{fill:var(--accent)}
.maplink:hover .ukmap path{fill:var(--accent-soft)}
.cta-band{background:var(--accent-soft)}
.cta-band .wrap{display:flex;gap:28px;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:36px 24px}
.cta-band h2{margin:0 0 6px;font-size:22px;font-weight:700;letter-spacing:-.01em}
.cta-band p{margin:0;max-width:52ch;color:var(--muted)}
.cta-actions{display:flex;flex-direction:column;gap:12px;align-items:flex-start}
.cta-browse{font-size:13.5px;font-weight:500;text-decoration:none}
.cta-browse:hover{color:var(--accent)}
footer{background:var(--ink)}
footer .wrap{padding:28px 24px;font-size:12.5px;color:#9AA0AC;display:flex;gap:24px;flex-wrap:wrap;justify-content:space-between}
footer a{color:#D6D9DF;text-decoration:none}
footer a:hover{text-decoration:underline}
/* reopens the cookie notice, so a decision stays changeable; a button rather
   than a link because it goes nowhere, dressed to match the links beside it */
footer .cc-open{background:none;border:0;padding:0;font:inherit;color:#D6D9DF;cursor:pointer}
footer .cc-open:hover{text-decoration:underline}
/* Cookie notice, built by c.js rather than shipped in the markup: at 263,000
   pages the banner's HTML would have cost more than the script that draws it.
   Fixed to the viewport foot so a page still loading never reflows around it. */
.cc{position:fixed;left:16px;right:16px;bottom:16px;z-index:50;margin:0 auto;max-width:520px;
 background:var(--card);border:1px solid var(--rule);border-radius:12px;padding:16px 18px;
 font-size:13px;box-shadow:0 8px 28px rgba(13,13,18,.16)}
.cc p{margin:0 0 12px}
.cc-act{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.cc-act button{font:600 13px/1 var(--font);border-radius:999px;padding:9px 18px;cursor:pointer}
.cc-yes{border:1px solid var(--accent);background:var(--accent);color:#fff}
.cc-yes:hover{background:var(--accent-dark);border-color:var(--accent-dark)}
.cc-no{border:1px solid var(--rule);background:var(--card);color:var(--ink)}
.cc-no:hover{border-color:var(--muted)}
.cc-act a{margin-left:auto;font-size:12.5px;color:var(--muted)}
.listing{padding:10px 0 40px}
.listing h1{margin-bottom:6px}
.listing .sub{color:var(--muted);margin:0 0 22px;font-size:15px}
.cards{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:0;padding:0;list-style:none}
@media(max-width:760px){.cards{grid-template-columns:1fr}}
.cards li{position:relative;background:var(--card);border:1px solid var(--rule);border-radius:12px;padding:16px 18px}
.cards li:hover{border-color:var(--accent)}
.cards a{font-size:16px;font-weight:600;text-decoration:none}
.cards a::after{content:"";position:absolute;inset:0}
.cards li:hover a{color:var(--accent)}
.cards .meta{display:block;margin-top:3px;font-size:12.5px;color:var(--muted)}
.cards .blurb{margin:8px 0 0;font-size:13.5px;color:var(--muted);line-height:1.5}
.pager{display:flex;gap:14px;align-items:center;margin:26px 0 0;font-size:14px}
.pager a{font-weight:600;text-decoration:none}
.pager a:hover{color:var(--accent)}
.tag-grid{display:flex;flex-wrap:wrap;gap:10px 18px;margin:0;padding:0;list-style:none;font-size:15px}
.tag-grid a{text-decoration:none;font-weight:500}
.tag-grid a:hover{color:var(--accent)}
.tag-grid .n{color:var(--muted);font-size:12.5px}
.group-note{margin:12px 0 0;font-size:12px;color:var(--muted);line-height:1.5}
:focus-visible{outline:2px solid var(--ink);outline-offset:2px}

/* list-card logos */
.cards li{display:flex;gap:14px;align-items:flex-start}
.cards .clogo{width:48px;height:48px;flex:none;border:1px solid var(--rule);border-radius:10px;
 background:var(--card);display:flex;align-items:center;justify-content:center;position:relative;
 font-weight:700;font-size:19px;color:var(--muted);overflow:hidden}
.cards .clogo img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;padding:6px;background:var(--card)}
.cards .cbody{min-width:0;flex:1}

/* home */
.hero{background:var(--paper);padding:56px 0 48px;text-align:center}
.hero h1{font-size:clamp(30px,5vw,44px);margin:0 0 10px}
.hero p.tag{margin:0 auto 26px;max-width:56ch;font-size:17px;color:var(--muted)}
.searchbox{max-width:560px;margin:0 auto;display:flex;gap:10px}
.searchbox input{flex:1;border:1px solid var(--rule);border-radius:999px;padding:13px 20px;
 font:15px var(--font);background:var(--card);color:var(--ink)}
.searchbox input:focus{outline:2px solid var(--accent);outline-offset:-1px;border-color:var(--accent)}
.searchbox button{border:1px solid var(--accent);background:var(--accent);color:#fff;border-radius:999px;
 padding:13px 26px;font:600 15px var(--font);cursor:pointer}
.searchbox button:hover{background:var(--accent-dark)}
.hero .hint{margin:14px 0 0;font-size:13px;color:var(--muted)}
.results{max-width:560px;margin:18px auto 0;text-align:left}
.results a{display:block;background:var(--card);border:1px solid var(--rule);border-radius:10px;
 padding:11px 14px;margin-bottom:8px;text-decoration:none;font-weight:600}
.results a:hover{border-color:var(--accent);color:var(--accent)}
.results .m{display:block;font-weight:400;font-size:12.5px;color:var(--muted)}
.home-sec{padding:44px 0 8px}
.home-sec h2{font-size:24px;margin:0 0 4px;letter-spacing:-.01em}
.home-sec .sub{margin:0 0 20px;color:var(--muted);font-size:15px}
.tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:0;padding:0;list-style:none}
@media(max-width:860px){.tiles{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.tiles{grid-template-columns:1fr}}
.tiles li{position:relative}
/* the photo bleeds to the card edge: no padding on the link, the rounded
   corners are clipped by overflow instead of repeated on the image */
.tiles a{display:flex;flex-direction:column;background:var(--card);border:1px solid var(--rule);
 border-radius:14px;overflow:hidden;text-decoration:none;height:100%;
 transition:border-color .12s,transform .12s,box-shadow .12s}
.tiles a:hover{border-color:var(--accent);transform:translateY(-2px);
 box-shadow:0 10px 24px rgba(16,24,40,.09)}
.tiles .tb{display:block;padding:14px 16px 16px}
.tiles .t{display:block;font-weight:600;font-size:16px;line-height:1.3}
.tiles .n{display:block;margin-top:5px;font-size:12.5px;color:var(--muted)}
.tiles .art{display:flex;align-items:center;justify-content:center;height:170px;
 background:var(--accent-soft);color:var(--accent-dark);overflow:hidden;position:relative;flex:none}
.tiles a:hover .art{background:var(--accent);color:#fff}
.tiles .art img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
 transition:transform .3s}
.tiles a:hover .art img{transform:scale(1.04)}
.tiles .art .ico{width:38px;height:38px}
.ico{width:30px;height:30px;display:block}
/* trade groups on /trades/: one tile row per taxonomy group */
.browse-group{margin:0 0 34px}
.browse-group h2{display:flex;align-items:center;gap:9px;margin:0 0 14px;font-size:17px;
 letter-spacing:-.01em}
.browse-group h2 .ico{width:20px;height:20px;color:var(--accent);flex:none}
/* clickable UK region choropleth: real ONS boundaries, shaded by how many
   companies each region holds */
.ukregions{display:block;width:100%;max-width:400px;margin:0 auto}
.ukregions path{stroke:#fff;stroke-width:.35;stroke-linejoin:round;transition:fill .12s}
.ukregions a:hover path,.ukregions a:focus path{fill:var(--accent-dark)}
.ukregions a{cursor:pointer}
.mapwrap{position:relative}
.maptip{position:absolute;z-index:5;pointer-events:none;left:0;top:0;
 background:var(--ink);color:#fff;border-radius:7px;padding:7px 10px;font-size:12px;
 line-height:1.4;white-space:nowrap;box-shadow:0 6px 18px rgba(16,24,40,.22)}
.maptip b{display:block;font-size:13px;font-weight:650}
.maptip span{color:#cbd5e1}
.maplegend{display:flex;align-items:center;gap:8px;justify-content:center;margin:10px 0 0;
 font-size:11.5px;color:var(--muted)}
.maplegend i{display:block;width:22px;height:9px;border-radius:2px}
/* map above, region cards below: side by side squeezed the map to 320px and
   left the cards a single cramped column */
.maprow{display:block}
.maprow .mapwrap{margin:0 auto 30px}
/* /credits/: attribution table, one row per photograph */
.credits{width:100%;border-collapse:collapse;margin:10px 0 0;font-size:14px}
.credits td{padding:9px 10px 9px 0;border-bottom:1px solid var(--rule);vertical-align:middle}
.credits td:first-child{width:64px}
.credits img{display:block;width:64px;height:42px;object-fit:cover;border-radius:5px}
.credits .ck{display:block;font-weight:600}
.credits .cd{display:block;font-size:12.5px;color:var(--muted)}
/* what a claim unlocks: one prompt on unclaimed profiles, never a column of
   "not stated" rows repeated across tens of thousands of pages */
.addmore{background:var(--accent-soft);border-radius:12px;padding:20px 22px;margin-top:8px}
.addmore h2{margin:0 0 6px;font-size:18px}
.addmore p{margin:0 0 12px;font-size:15px;color:var(--muted)}
.addmore ul{margin:0 0 16px;padding:0;list-style:none;columns:2;column-gap:26px;font-size:14.5px;
 line-height:1.75}
@media(max-width:640px){.addmore ul{columns:1}}
.addmore li::before{content:"+";color:var(--accent);font-weight:700;margin-right:8px}
/* questions answered from the record, collapsed like the browse facets */
.faq details{border-bottom:1px solid var(--rule)}
.faq details:first-child{border-top:1px solid var(--rule)}
.faq summary{cursor:pointer;list-style:none;padding:12px 26px 12px 0;font-weight:600;font-size:15px;
 position:relative}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"";position:absolute;right:6px;top:18px;width:7px;height:7px;
 border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);
 transform:rotate(45deg);transition:transform .15s}
.faq details[open] summary::after{transform:rotate(225deg);top:21px}
.faq summary:hover{color:var(--accent-dark)}
.faq p{margin:0 0 14px;font-size:15px;line-height:1.6;color:var(--muted);max-width:68ch}
/* /about/: a single column of running text, unlike the listing pages */
.about{max-width:68ch;font-size:16px;line-height:1.62}
.about h2{margin:30px 0 10px;font-size:19px;letter-spacing:-.01em}
.about p{margin:0 0 14px}
.about a{color:var(--accent-dark);text-decoration:underline;text-decoration-color:var(--rule);
 text-underline-offset:3px}
.about a:hover{text-decoration-color:var(--accent)}
/* 404: a barrier across the road, then the ways back in */
.nf{max-width:640px;margin:0 auto;padding:42px 0 64px;text-align:center}
.nf-art{display:block;width:100%;max-width:320px;height:auto;margin:0 auto 26px}
.nf-code{margin:0 0 8px;font-size:12.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
 color:var(--accent)}
.nf h1{margin:0 0 10px;font-size:30px;letter-spacing:-.02em}
.nf .sub{margin:0 auto 28px;max-width:48ch}
.nf-links{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:0;padding:0;list-style:none}
@media(max-width:620px){.nf-links{grid-template-columns:1fr}}
.nf-links a{display:flex;flex-direction:column;align-items:center;gap:8px;height:100%;
 background:var(--card);border:1px solid var(--rule);border-radius:12px;padding:18px 14px;
 text-decoration:none;font-weight:600;font-size:15px;transition:border-color .12s,transform .12s}
.nf-links a:hover{border-color:var(--accent);transform:translateY(-2px)}
.nf-links .ico{width:22px;height:22px;color:var(--accent);flex:none}
.nf-links .nf-t span{display:block;margin-top:3px;font-size:12.5px;font-weight:400;color:var(--muted)}
/* facet cross-links on listing pages */
.facets{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;
 margin:0 0 24px}
@media(max-width:860px){.facets{grid-template-columns:1fr}}
.facets details{background:var(--card);border:1px solid var(--rule);border-radius:12px;
 padding:11px 16px;align-self:start}
.facets details[open]{padding-bottom:14px}
.facets summary{display:flex;align-items:center;gap:8px;cursor:pointer;list-style:none;
 font-size:13.5px;font-weight:700;color:var(--muted)}
.facets summary::-webkit-details-marker{display:none}
.facets summary::after{content:"";margin-left:auto;width:7px;height:7px;border-right:2px solid currentColor;
 border-bottom:2px solid currentColor;transform:rotate(45deg) translate(-2px,-2px);transition:transform .15s}
.facets details[open] summary::after{transform:rotate(225deg) translate(-2px,-2px)}
.facets summary:hover{color:var(--accent)}
.facets summary .n{background:var(--accent-soft);color:var(--accent-dark);border-radius:20px;
 padding:1px 7px;font-size:11.5px;font-weight:600}
.facets ul{margin:10px 0 0;padding:0;list-style:none;font-size:13.5px;line-height:1.95}
.facets a{text-decoration:none}
.facets a:hover{color:var(--accent)}
.facets .n{color:var(--muted);font-size:12px}
/* locations grouped by UK region */
.regiongrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:0;padding:0;list-style:none}
@media(max-width:980px){.regiongrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.regiongrid{grid-template-columns:1fr}}
.regiongrid > li{background:var(--card);border:1px solid var(--rule);border-radius:12px;padding:16px 18px}
.regiongrid h3{margin:0 0 2px;font-size:15.5px;display:flex;align-items:center;gap:8px}
.regiongrid h3 a{text-decoration:none}
.regiongrid h3 a:hover{color:var(--accent)}
.regiongrid h3 .ico{width:17px;height:17px;color:var(--accent)}
.regiongrid .rn{display:block;font-size:12.5px;color:var(--muted);margin-bottom:10px}
.regiongrid ul{margin:0;padding:0;list-style:none;font-size:13.5px;line-height:1.9}
.regiongrid ul a{text-decoration:none;color:var(--muted)}
.regiongrid ul a:hover{color:var(--accent)}
.viewmore{margin:16px 0 0;font-size:14px;font-weight:600}
.viewmore a{text-decoration:none}
.viewmore a:hover{color:var(--accent)}
.arealist{columns:5;column-gap:24px;margin:0;padding:0;list-style:none;font-size:14px;line-height:2}
@media(max-width:980px){.arealist{columns:3}}
@media(max-width:620px){.arealist{columns:2}}
.arealist a{text-decoration:none}
.arealist a:hover{color:var(--accent)}
.why{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:0;padding:0;list-style:none}
@media(max-width:860px){.why{grid-template-columns:1fr}}
.why li{background:var(--card);border:1px solid var(--rule);border-radius:12px;padding:22px}
.why .eyebrow{display:block;font-size:11.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;
 color:var(--accent);margin-bottom:8px}
.why h3{margin:0 0 8px;font-size:18px}
.why p{margin:0 0 14px;color:var(--muted);font-size:14px}
.why a{font-weight:600;text-decoration:none;font-size:14px}
.why a:hover{color:var(--accent)}