:root{--color-text:#1a1a1a;--color-text-muted:#505a5f;--color-bg:#f0f4f8;--color-bg-page:#fff;--color-border:#b1b4b6;--color-link:#1d70b8;--color-link-hover:#003078;--color-link-visited:#4c2c92;--color-focus:#fd0;--color-brand:#00703c;--color-brand-light:#e8f4ed;--color-accent-blue:#1d70b8;--color-accent-blue-bg:#e8f1f8;--color-accent-green:#00703c;--color-accent-green-bg:#e8f4ed;--color-accent-amber:#f47738;--color-accent-amber-bg:#fff4e6;--font-sans:"GDS Transport","Helvetica Neue",Arial,sans-serif;--font-mono:"Consolas","Monaco",monospace;--space-xs:0.25rem;--space-s:0.5rem;--space-m:1rem;--space-l:1.5rem;--space-xl:2rem;--space-2xl:3rem;--max-width:960px;--max-width-wide:70rem;--radius:6px;--radius-lg:10px;--radius-xl:16px;--radius-2xl:24px;--shadow-sm:0 1px 3px rgba(0,0,0,.08);--shadow-md:0 4px 12px rgba(0,0,0,.08);--shadow-lg:0 8px 24px rgba(0,0,0,.1)}*,:after,:before{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body,html{overflow-x:clip}body{margin:0;font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);line-height:1.5;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased}img,svg,video{max-width:100%;height:auto}a{color:var(--color-link);text-decoration:underline}a:hover{color:var(--color-link-hover)}a:visited{color:var(--color-link-visited)}a:focus{outline:3px solid var(--color-focus);outline-offset:2px}.layout{min-height:100vh;display:flex;flex-direction:column;width:100%;max-width:100%;overflow-x:clip}.main{flex:1 1;width:100%;max-width:var(--max-width);margin:0 auto;padding:var(--space-l) var(--space-m);min-width:0}.layout--home .main{padding-top:var(--space-m)}.page-section{margin-bottom:var(--space-2xl);padding:var(--space-xl);background:var(--color-bg-page);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--color-border)}.page-section--alt{background:var(--color-bg)}.page-section__title{margin:0 0 var(--space-l);font-size:1.375rem;font-weight:700;display:flex;align-items:center;gap:var(--space-s)}.page-section__title .section-emoji{font-size:1.5rem;line-height:1}.page-section__lead{margin:0 0 var(--space-l);color:var(--color-text-muted);font-size:1.0625rem}.page-section__lead--tight{margin-bottom:var(--space-m);font-size:1rem}.page-hero{margin-bottom:var(--space-xl);padding:var(--space-xl) var(--space-l);background:linear-gradient(135deg,var(--color-brand) 0,#004e2a 100%);color:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.page-hero__title{margin:0 0 var(--space-s);font-size:1.75rem;font-weight:700;display:flex;align-items:center;gap:var(--space-m);letter-spacing:-.02em;line-height:1.2}.page-hero__title .hero-emoji{font-size:2rem;line-height:1}.page-hero__lead{margin:0 0 var(--space-s);opacity:.95}.page-hero__places{margin:var(--space-m) 0 0;padding:var(--space-s) var(--space-m);font-size:.9375rem;line-height:1.5;background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.2);border-radius:var(--radius-lg);max-width:42rem;display:flex;align-items:flex-start;gap:var(--space-s)}.page-hero__places-label{flex-shrink:0;font-size:1.1rem;line-height:1.4}.page-hero__sub{margin:var(--space-s) 0 0;font-size:.9375rem;color:hsla(0,0%,100%,.95);max-width:42rem;line-height:1.5}@media (min-width:48em){.page-hero__title{font-size:2rem}.page-hero__title .hero-emoji{font-size:2.25rem}}.header{background:var(--color-bg-page);border-bottom:1px solid var(--color-border)}.header__inner{max-width:var(--max-width);margin:0 auto;padding:var(--space-s) var(--space-m);justify-content:space-between;flex-wrap:wrap;gap:var(--space-m)}.header__brand,.header__inner{display:flex;align-items:center}.header__brand{flex-shrink:0;-webkit-tap-highlight-color:transparent}.header__brand,.header__brand:focus,.header__brand:hover,.header__brand:visited{text-decoration:none}.header__brand:focus-visible{outline:3px solid var(--color-focus);outline-offset:4px;border-radius:var(--radius-lg)}.header__logo-img{display:block;width:auto!important;height:6.75rem!important;max-width:min(22rem,78vw);object-fit:contain}@media (min-width:48em){.header__logo-img{height:7.75rem!important;max-width:24rem}}.header__search{flex:1 1 14rem;min-width:0;max-width:26rem}.header__nav{display:flex;align-items:center;gap:var(--space-s);flex-shrink:0;margin-left:auto}.header__nav-link{display:inline-block;padding:var(--space-s) var(--space-m);font-weight:600;font-size:.9375rem;text-decoration:none;color:var(--color-text-muted);border-radius:var(--radius-lg);transition:background .15s ease,color .15s ease}.header__nav-link:hover{color:var(--color-link);background:var(--color-accent-blue-bg)}.header__nav-link--active{color:var(--color-brand);background:var(--color-brand-light)}.header__nav-link--active:hover{color:var(--color-brand)}.footer{background:var(--color-text);color:#fff;margin-top:auto}.footer__inner{max-width:var(--max-width);margin:0 auto;padding:var(--space-xl) var(--space-m);font-size:.875rem;opacity:.9}.footer__inner a{color:hsla(0,0%,100%,.95);text-decoration:underline}.footer__inner a:hover{color:#fff;text-decoration:none}.footer__meta{margin-top:var(--space-m);opacity:.85}.footer__links{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-xs) var(--space-s);margin:var(--space-m) 0 0;font-size:.875rem}.footer__sep{opacity:.55;-webkit-user-select:none;-moz-user-select:none;user-select:none}.legal-page__title{margin:0 0 var(--space-l);font-size:1.75rem;font-weight:700;letter-spacing:-.02em}.legal-page__body h2{margin:var(--space-xl) 0 var(--space-s);font-size:1.125rem;font-weight:700}.legal-page__body h2:first-child{margin-top:0}.legal-page__body p{margin:0 0 var(--space-m);line-height:1.6;color:var(--color-text-muted)}.legal-page__body a{color:var(--color-link)}.sitemap-page{display:flex;flex-direction:column;gap:var(--space-l)}.sitemap-stats{display:grid;grid-template-columns:1fr;grid-gap:var(--space-m);gap:var(--space-m);list-style:none;margin:0 0 var(--space-l);padding:0}@media (min-width:40em){.sitemap-stats{grid-template-columns:repeat(3,1fr)}}.sitemap-stats__item{margin:0;padding:var(--space-l);text-align:center;background:var(--color-bg-page);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm)}.sitemap-stats__value{display:block;font-size:1.75rem;font-weight:700;letter-spacing:-.02em;color:var(--color-brand);line-height:1.2}.sitemap-stats__label{display:block;margin-top:var(--space-xs);font-size:.875rem;color:var(--color-text-muted)}.sitemap-panel__head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:var(--space-m) var(--space-l);margin-bottom:var(--space-l)}.sitemap-panel__head .page-section__title{margin-bottom:var(--space-s)}.sitemap-site-cards{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;grid-gap:var(--space-m);gap:var(--space-m)}@media (min-width:36em){.sitemap-site-cards{grid-template-columns:repeat(2,1fr)}}@media (min-width:64em){.sitemap-site-cards{grid-template-columns:repeat(3,1fr)}}.sitemap-site-card{display:flex;align-items:flex-start;gap:var(--space-m);padding:var(--space-m) var(--space-l);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);text-decoration:none;color:inherit;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.sitemap-site-card:hover{border-color:var(--color-brand);box-shadow:var(--shadow-md);transform:translateY(-1px);text-decoration:none}.sitemap-site-card__icon{font-size:1.5rem;line-height:1;flex-shrink:0}.sitemap-site-card__text{display:flex;flex-direction:column;gap:2px;min-width:0}.sitemap-site-card__label{font-weight:700;color:var(--color-text)}.sitemap-site-card__desc{font-size:.8125rem;color:var(--color-text-muted)}.sitemap-xml-note{margin:var(--space-l) 0 0;padding:var(--space-m) var(--space-l);font-size:.875rem;line-height:1.5;color:var(--color-text-muted);background:var(--color-brand-light);border-radius:var(--radius-lg);border-left:4px solid var(--color-brand)}.sitemap-xml-note a{font-weight:600}.sitemap-controls{display:flex;flex-wrap:wrap;gap:var(--space-s);flex-shrink:0}.sitemap-controls__btn{padding:var(--space-xs) var(--space-m);font:inherit;font-size:.8125rem;font-weight:600;color:var(--color-text);background:var(--color-bg-page);border:1px solid var(--color-border);border-radius:var(--radius);cursor:pointer;transition:background .15s ease,border-color .15s ease}.sitemap-controls__btn:hover{background:var(--color-bg);border-color:var(--color-brand)}.sitemap-controls__btn:focus{outline:3px solid var(--color-focus);outline-offset:2px}.sitemap-regions{display:flex;flex-direction:column;gap:var(--space-xl)}.sitemap-region__title{margin:0 0 var(--space-m);padding-bottom:var(--space-s);font-size:1.125rem;font-weight:700;color:var(--color-text);border-bottom:2px solid var(--color-brand)}.sitemap-region__councils{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-s)}.sitemap-council-wrap{margin:0}.sitemap-council{background:var(--color-bg-page);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden}.sitemap-council[open]{box-shadow:var(--shadow-sm)}.sitemap-council__summary{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-s) var(--space-m);padding:var(--space-m) var(--space-l);cursor:pointer;list-style:none}.sitemap-council__summary::-webkit-details-marker{display:none}.sitemap-council__summary:before{content:"▸";margin-right:var(--space-s);color:var(--color-brand);font-size:.875rem;transition:transform .15s ease}.sitemap-council[open] .sitemap-council__summary:before{transform:rotate(90deg)}.sitemap-council__name-link{font-weight:700;color:var(--color-text);text-decoration:none}.sitemap-council__name-link:hover{color:var(--color-link);text-decoration:underline}.sitemap-council__meta{font-size:.8125rem;color:var(--color-text-muted);white-space:nowrap}.sitemap-districts{list-style:none;margin:0;padding:var(--space-s) var(--space-l) var(--space-l);padding-left:calc(var(--space-l) + 1.25rem);display:flex;flex-wrap:wrap;gap:var(--space-xs);border-top:1px solid var(--color-border);background:var(--color-bg)}.sitemap-district-pill{display:inline-block;padding:var(--space-xs) var(--space-s);font-family:var(--font-mono);font-size:.75rem;font-weight:600;line-height:1.2;color:var(--color-text);background:var(--color-bg-page);border:1px solid var(--color-border);border-radius:var(--radius);text-decoration:none;transition:background .15s ease,border-color .15s ease,color .15s ease}.sitemap-district-pill:hover{color:#fff;background:var(--color-brand);border-color:var(--color-brand);text-decoration:none}.cookie-banner{position:fixed;bottom:var(--space-m);left:var(--space-m);z-index:5000;max-width:min(22rem,calc(100dvw - 2 * var(--space-m)));padding:var(--space-m) var(--space-l);background:var(--color-bg-page);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);font-size:.875rem;line-height:1.45}.cookie-banner__title{margin:0 0 var(--space-xs);font-size:.9375rem;font-weight:700;color:var(--color-text)}.cookie-banner__text{margin:0 0 var(--space-m);color:var(--color-text-muted)}.cookie-banner__link{color:var(--color-link);text-decoration:underline}.cookie-banner__actions{display:flex;flex-wrap:wrap;gap:var(--space-s)}.cookie-banner__btn{flex:1 1 auto;min-width:5.5rem;padding:var(--space-s) var(--space-m);font:inherit;font-size:.875rem;font-weight:600;border-radius:var(--radius);border:1px solid var(--color-border);cursor:pointer;transition:background .15s ease,border-color .15s ease}.cookie-banner__btn--accept{background:var(--color-brand);border-color:var(--color-brand);color:#fff}.cookie-banner__btn--accept:hover{background:#005a30;border-color:#005a30}.cookie-banner__btn--decline{background:var(--color-bg);color:var(--color-text)}.cookie-banner__btn--decline:hover{background:var(--color-bg-page);border-color:var(--color-text-muted)}.cookie-banner__btn:focus{outline:3px solid var(--color-focus);outline-offset:2px}.footer__code{font-family:var(--font-mono);font-size:.8125rem;padding:.125rem .375rem;background:hsla(0,0%,100%,.12);border-radius:var(--radius);word-break:break-all}.mvp-value-strip{display:grid;grid-template-columns:1fr;grid-gap:var(--space-m);gap:var(--space-m);list-style:none;margin:0 0 var(--space-2xl);padding:0}@media (min-width:40em){.mvp-value-strip{grid-template-columns:repeat(3,1fr);gap:var(--space-l)}}.mvp-value-strip__item{margin:0;padding:var(--space-l);background:var(--color-bg-page);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:var(--space-xs)}.mvp-value-strip__icon{font-size:1.5rem;line-height:1}.mvp-value-strip__title{font-size:1rem;color:var(--color-text)}.mvp-value-strip__desc{font-size:.875rem;color:var(--color-text-muted);line-height:1.45}.home-page{margin-top:0;min-width:0}@media (min-width:64em){:root{--max-width:var(--max-width-wide)}.footer__inner,.header__inner{max-width:var(--max-width-wide)}.layout--home .home-hero__inner{max-width:48rem}.layout--home .home-hero__lead{max-width:42rem}.layout--home .home-features__intro,.layout--home .home-search{max-width:48rem}.layout--home .home-about__inner,.layout--home .home-about__lead{max-width:none}}.home-hero{margin:var(--space-m) calc(-1 * var(--space-m)) var(--space-2xl);width:calc(100% + 2 * var(--space-m));max-width:none;padding:var(--space-xl) var(--space-m) var(--space-l);background:linear-gradient(145deg,#005a30 0,var(--color-brand) 42%,#1d70b8 100%);color:#fff;border-radius:0 0 var(--radius-2xl) var(--radius-2xl);box-shadow:var(--shadow-lg);position:relative;overflow:hidden;box-sizing:border-box}.home-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 100% 0,hsla(0,0%,100%,.12) 0,transparent 55%),radial-gradient(ellipse 50% 40% at 0 100%,rgba(0,0,0,.08) 0,transparent 50%);pointer-events:none}.home-hero__inner{position:relative;max-width:40rem;margin:0 auto;padding:0 var(--space-xs);text-align:center;min-width:0}.home-hero__eyebrow{margin:0 0 var(--space-s);font-size:.9375rem;font-weight:600;opacity:.92;display:inline-flex;align-items:center;gap:var(--space-s);padding:var(--space-xs) var(--space-m);background:hsla(0,0%,100%,.14);border-radius:999px}.home-hero__title{margin:0 0 var(--space-m);font-size:clamp(1.75rem,5vw,2.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.15}.home-hero__lead{margin:0 0 var(--space-xl);font-size:1.0625rem;line-height:1.55;opacity:.95;max-width:36rem;margin-left:auto;margin-right:auto}.home-hero__stats{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-m);list-style:none;margin:var(--space-xl) 0 0;padding:0}.home-hero__stat{margin:0;padding:var(--space-s) var(--space-l);background:hsla(0,0%,100%,.14);border:1px solid hsla(0,0%,100%,.22);border-radius:var(--radius-xl);display:flex;flex-direction:column;align-items:center;gap:2px;min-width:0;flex:1 1 8rem;max-width:100%}.home-hero__stat-value{font-size:1.125rem;font-weight:700;line-height:1.2}.home-hero__stat-label{font-size:.75rem;opacity:.88;text-transform:lowercase}.home-about{margin:0 0 var(--space-2xl);padding:0;min-width:0}.home-about__inner{max-width:var(--max-width);margin:0 auto;padding:var(--space-xl) var(--space-m);background:var(--color-bg-page);border:1px solid var(--color-border);border-radius:var(--radius-2xl);box-shadow:var(--shadow-md);position:relative;overflow:hidden}.home-about__inner:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--color-brand) 0,var(--color-accent-blue) 100%)}.home-about__eyebrow{margin:0 0 var(--space-s);font-size:.8125rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-brand)}.home-about__title{margin:0 0 var(--space-m);font-size:clamp(1.5rem,4vw,1.875rem);font-weight:700;letter-spacing:-.03em;line-height:1.2;color:var(--color-text)}.home-about__lead{margin:0 0 var(--space-xl);max-width:44rem;font-size:1.0625rem;line-height:1.6;color:var(--color-text-muted)}.home-about__grid{display:grid;grid-template-columns:1fr;grid-gap:var(--space-m);gap:var(--space-m);list-style:none;margin:0 0 var(--space-xl);padding:0}@media (min-width:48em){.home-about__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-l)}.home-about__inner{padding:var(--space-2xl) var(--space-xl)}}.home-about__card{margin:0;padding:var(--space-l);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-xl);display:flex;flex-direction:column;gap:var(--space-s)}.home-about__card-icon{font-size:1.75rem;line-height:1}.home-about__card-title{margin:0;font-size:1.0625rem;font-weight:700;color:var(--color-text)}.home-about__card-text,.home-about__footnote{margin:0;font-size:.9375rem;line-height:1.55;color:var(--color-text-muted)}.home-about__footnote{padding:var(--space-m) var(--space-l);background:var(--color-brand-light);border-radius:var(--radius-lg);border-left:4px solid var(--color-brand)}.home-search{text-align:left;margin:0 auto var(--space-m);max-width:42rem;width:100%}.home-search,.home-search__form{position:relative}.home-search__field{display:flex;flex-direction:column;align-items:stretch;gap:var(--space-s);padding:var(--space-s);background:#fff;border-radius:var(--radius-xl);box-shadow:0 4px 6px rgba(0,0,0,.06),0 12px 32px rgba(0,0,0,.14);border:3px solid hsla(0,0%,100%,.9);transition:box-shadow .2s ease,border-color .2s ease}.home-search__field:focus-within{border-color:var(--color-focus);box-shadow:0 0 0 4px rgba(255,221,0,.35),0 12px 32px rgba(0,0,0,.16)}.home-search__input-wrap{display:flex;align-items:stretch;min-width:0;border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;background:#fff}.home-search__prefix{display:flex;align-items:center;padding:0 var(--space-m);font-size:1.35rem;background:var(--color-brand-light);border-right:1px solid var(--color-border);flex-shrink:0}.home-search__input{flex:1 1;min-width:0;width:100%;border:none;padding:var(--space-m) var(--space-m);font-size:1.0625rem;font-family:inherit;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text);background:transparent}.home-search__input::placeholder{text-transform:none;font-weight:400;letter-spacing:normal;color:#6b7280}.home-search__input:focus{outline:none}.home-search__submit{display:flex;align-items:center;justify-content:center;gap:.35rem;width:100%;margin:0;padding:var(--space-m) var(--space-l);border:2px solid var(--color-brand);border-radius:var(--radius-lg);font-family:inherit;font-size:1rem;font-weight:700;white-space:nowrap;cursor:pointer;background:var(--color-brand);color:#fff;transition:background .15s ease,border-color .15s ease,transform .15s ease}.home-search__submit-arrow{font-size:1.1rem;line-height:1;transition:transform .15s ease}.home-search__submit:hover{background:#005a30;border-color:#005a30;color:#fff}.home-search__submit:hover .home-search__submit-arrow{transform:translateX(2px)}.home-search__submit:focus{outline:3px solid var(--color-focus);outline-offset:2px}@media (min-width:40em){.home-search__field{flex-direction:row;align-items:stretch}.home-search__input-wrap{flex:1 1 auto}.home-search__submit{flex:0 0 auto;width:auto;min-width:9.5rem;max-width:42%;align-self:stretch}}.home-search__parsed{margin:var(--space-s) 0 var(--space-l);padding:var(--space-s) var(--space-m);font-size:.875rem;color:hsla(0,0%,100%,.95);background:rgba(0,0,0,.12);border-radius:var(--radius-lg)}.home-search__badge{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;margin-right:var(--space-xs);background:#fff;color:var(--color-brand);border-radius:50%;font-size:.75rem;font-weight:700}.home-search__dropdown{position:absolute;z-index:50;left:0;right:0;top:calc(100% + var(--space-xs));margin:0;padding:var(--space-s);list-style:none;background:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid var(--color-border);max-height:16rem;overflow-y:auto}.home-search__option{display:flex;align-items:center;justify-content:space-between;gap:var(--space-m);width:100%;padding:var(--space-m) var(--space-l);border:none;border-radius:var(--radius-lg);background:transparent;font-family:inherit;font-size:1rem;text-align:left;cursor:pointer;color:var(--color-text)}.home-search__option--active,.home-search__option:hover{background:var(--color-accent-blue-bg)}.home-search__option-code{font-weight:700;letter-spacing:.06em;color:var(--color-accent-blue)}.home-search__option-county{font-size:.875rem;color:var(--color-text-muted)}.home-search__hint{margin:var(--space-m) 0 var(--space-s);font-size:.875rem;text-align:center;color:hsla(0,0%,100%,.88);line-height:1.45}.home-hero__inner>.home-search+.home-hero__stats{margin-top:var(--space-xl)}.header-search{margin:0;max-width:none;width:100%}.header-search .home-search__field{flex-direction:row;align-items:stretch;gap:var(--space-xs);padding:3px;border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:none;background:#fff}.header-search .home-search__field:focus-within{border-color:var(--color-brand);box-shadow:0 0 0 3px rgba(0,112,60,.15)}.header-search .home-search__input-wrap{border:none;border-radius:var(--radius-md)}.header-search .home-search__input{padding:.5rem .65rem;font-size:.9375rem;letter-spacing:.03em}.header-search .home-search__submit{flex:0 0 auto;width:auto;min-width:3.25rem;padding:.5rem .75rem;font-size:.875rem;border-radius:var(--radius-md)}.header-search .home-search__dropdown{z-index:200}.header-search--loading .header-search__field{display:flex;padding:3px;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:#fff}.header-search__input--placeholder{flex:1 1;min-width:0;border:none;padding:.5rem .65rem;font-size:.9375rem;font-family:inherit;color:var(--color-text-muted);background:transparent}@media (max-width:42em){.header__inner{gap:var(--space-s);padding-top:var(--space-s);padding-bottom:var(--space-m)}.header__brand{flex:1 1 100%;justify-content:center}.header__search{order:3;flex:1 1 100%;max-width:none;width:100%}.header__nav{margin-left:0;width:100%;justify-content:center}}.home-features{margin-bottom:var(--space-2xl);padding:0;min-width:0}.home-features__heading{margin:0 0 var(--space-s);font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:var(--space-s)}.home-features__intro{margin:0 auto var(--space-xl);max-width:42rem;text-align:center;color:var(--color-text-muted);font-size:1rem;line-height:1.55}.home-features__grid{display:grid;grid-template-columns:1fr;grid-gap:var(--space-l);gap:var(--space-l);list-style:none;margin:0;padding:0;min-width:0}@media (min-width:56em){.home-features__grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}}.home-feature-card{margin:0;padding:var(--space-l);background:var(--color-bg-page);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:var(--space-m);min-width:0;transition:box-shadow .2s ease,transform .2s ease}@media (hover:hover){.home-feature-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}}.home-feature-card__head{display:flex;align-items:flex-start;gap:var(--space-m)}.home-feature-card__icon{font-size:2rem;line-height:1;flex-shrink:0;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:var(--color-brand-light);border-radius:var(--radius-lg)}.home-feature-card:nth-child(2) .home-feature-card__icon{background:var(--color-accent-blue-bg)}.home-feature-card:nth-child(3) .home-feature-card__icon{background:var(--color-accent-amber-bg)}.home-feature-card__title{margin:0;font-size:1.125rem;font-weight:700;line-height:1.3;padding-top:.35rem}.home-feature-card__lead{margin:0;font-size:.9375rem;color:var(--color-text-muted);line-height:1.5}.home-feature-list{list-style:none;margin:var(--space-s) 0 0;padding:0;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-bg);overflow:hidden}.home-feature-list__item{display:flex;align-items:flex-start;gap:var(--space-m);margin:0;padding:var(--space-m) var(--space-l);border-bottom:1px solid var(--color-border)}.home-feature-list__item:last-child{border-bottom:none}.home-feature-list__icon{flex-shrink:0;width:1.35rem;height:1.35rem;margin-top:.1rem;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:var(--color-brand);background:var(--color-brand-light);border-radius:50%}.home-feature-card:nth-child(2) .home-feature-list__icon{color:var(--color-accent-blue);background:var(--color-accent-blue-bg)}.home-feature-card:nth-child(3) .home-feature-list__icon{color:#b45309;background:var(--color-accent-amber-bg)}.home-feature-list__text{display:flex;flex-direction:column;gap:.15rem;min-width:0}.home-feature-list__label{font-size:.9375rem;font-weight:600;line-height:1.35;color:var(--color-text);overflow-wrap:anywhere}.home-feature-list__detail{font-size:.8125rem;line-height:1.45;color:var(--color-text-muted);overflow-wrap:anywhere}.home-browse{margin-bottom:0}.page-title{margin:0 0 var(--space-l);font-size:2rem;font-weight:700;line-height:1.2}.page-lead{margin:0 0 var(--space-xl);font-size:1.125rem;color:var(--color-text-muted)}.search-box{background:var(--color-bg-page);padding:var(--space-xl);border:2px solid var(--color-brand);border-radius:var(--radius-lg);margin-bottom:var(--space-2xl);max-width:32rem;box-shadow:var(--shadow-md)}.search-box__label{display:block;font-weight:600;margin-bottom:var(--space-s)}.search-box__input{width:100%;max-width:14rem;padding:var(--space-m) var(--space-l);font-size:1rem;font-family:inherit;border:2px solid var(--color-text);border-radius:var(--radius);margin-right:var(--space-s)}.search-box .btn,.search-box__input{margin-bottom:var(--space-s)}.search-box__input:focus{outline:2px solid var(--color-focus);outline-offset:0}.search-box__hint{font-size:.875rem;color:var(--color-text-muted);margin-top:var(--space-xs)}.btn{display:inline-block;padding:var(--space-s) var(--space-l);font-size:1rem;font-family:inherit;font-weight:600;text-align:center;text-decoration:none;border:2px solid transparent;border-radius:var(--radius);cursor:pointer;background:var(--color-brand);color:#fff;border-color:var(--color-brand)}.btn:hover{background:#005a30;border-color:#005a30;color:#fff}.btn:focus{outline:3px solid var(--color-focus);outline-offset:2px}.btn--secondary{background:var(--color-bg-page);color:var(--color-text);border-color:var(--color-text)}.btn--secondary:hover{background:var(--color-bg);color:var(--color-text)}.card-list{list-style:none;margin:0;padding:0}.card-list__item{background:var(--color-bg-page);border:1px solid var(--color-border);border-radius:var(--radius);margin-bottom:var(--space-m);padding:var(--space-l)}.card-list__item:last-child{margin-bottom:0}.card-list__link{text-decoration:none;font-weight:600;font-size:1.125rem;color:var(--color-text);display:block;margin-bottom:var(--space-xs)}.card-list__link:hover{color:var(--color-brand)}.card-list__meta{font-size:.875rem;color:var(--color-text-muted)}.county-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,16rem),1fr));grid-gap:var(--space-m);gap:var(--space-m);list-style:none;margin:0;padding:0;min-width:0}.county-grid__item a,.county-grid__link{display:flex;flex-direction:column;align-items:stretch;gap:var(--space-m);padding:var(--space-l);background:var(--color-bg-page);border:2px solid var(--color-border);border-radius:var(--radius-lg);text-decoration:none;font-weight:600;color:var(--color-text);box-shadow:var(--shadow-sm);transition:box-shadow .2s ease,border-color .2s ease,transform .2s ease,background .15s ease}.county-grid__name{display:flex;align-items:flex-start;gap:var(--space-s);min-width:0;line-height:1.35;font-size:1rem}.county-grid__icon{flex-shrink:0}.county-grid__cta{display:flex;align-items:center;justify-content:center;gap:.35rem;padding:.55rem .85rem;font-size:.8125rem;font-weight:700;color:var(--color-brand);background:var(--color-brand-light);border:1px solid rgba(0,112,60,.2);border-radius:var(--radius);white-space:nowrap}.county-grid__cta-arrow{transition:transform .15s ease}@media (hover:hover){.county-grid__item a:hover,.county-grid__link:hover{border-color:var(--color-brand);background:var(--color-brand-light);color:var(--color-text);box-shadow:var(--shadow-md);transform:translateY(-2px)}}.county-grid__item a:hover .county-grid__cta,.county-grid__link:hover .county-grid__cta{background:var(--color-brand);color:#fff;border-color:var(--color-brand)}.county-grid__item a:hover .county-grid__cta-arrow,.county-grid__link:hover .county-grid__cta-arrow{transform:translateX(2px)}.county-grid__item a:focus,.county-grid__link:focus{outline-offset:2px}.county-browse{display:flex;flex-direction:column;gap:var(--space-xl)}.county-region__title{margin:0 0 var(--space-m);font-size:1.125rem;font-weight:800;color:var(--color-text);padding-bottom:var(--space-s);border-bottom:2px solid var(--color-accent-blue)}.county-grid--nested{margin-top:var(--space-s)}.breadcrumb__region{color:var(--color-text-muted);font-weight:600}.district-list{list-style:none;margin:0;padding:0}.district-list__item{border-bottom:1px solid var(--color-border);padding:var(--space-m) 0}.district-list__item:first-child{padding-top:0}.district-list__link{display:inline-flex;align-items:center;gap:var(--space-s);text-decoration:none;font-weight:600;color:var(--color-text);padding:var(--space-s) var(--space-m);margin:calc(-1 * var(--space-s)) calc(-1 * var(--space-m));border-radius:var(--radius);transition:background .15s ease,color .15s ease}.district-list__link:hover{color:var(--color-brand);background:var(--color-brand-light)}.district-list--cards{display:grid;grid-template-columns:1fr;grid-gap:var(--space-m);gap:var(--space-m)}@media (min-width:36em){.district-list--cards{grid-template-columns:repeat(2,1fr)}}@media (min-width:56em){.district-list--cards{grid-template-columns:repeat(3,1fr)}}.district-list--cards .district-list__item{border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:0;overflow:hidden;box-shadow:var(--shadow-sm);background:var(--color-bg-page);transition:box-shadow .2s ease,border-color .2s ease}.district-list--cards .district-list__item:hover{border-color:var(--color-brand);box-shadow:var(--shadow-md)}.district-list--cards .district-list__link{display:flex;align-items:flex-start;gap:var(--space-s);margin:0;padding:var(--space-l);width:100%;min-height:100%;border-radius:0;font-size:.9375rem;line-height:1.4}.district-list--cards .district-card{border:2px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-bg-page);box-shadow:var(--shadow-sm);overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.district-list--cards .district-card:hover{border-color:var(--color-brand);box-shadow:var(--shadow-md);transform:translateY(-2px)}.district-list--cards .district-card:focus-within{border-color:var(--color-brand);box-shadow:0 0 0 3px var(--color-brand-light),var(--shadow-md)}.district-card__link{display:flex;flex-direction:column;height:100%;min-height:7.5rem;margin:0;padding:0;width:100%;text-decoration:none;color:var(--color-text);transition:background .15s ease}.district-card__link:hover{background:linear-gradient(180deg,var(--color-brand-light) 0,var(--color-bg-page) 42%);color:var(--color-text)}.district-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-m);padding:var(--space-l) var(--space-l) var(--space-s)}.district-card__title-block{display:flex;flex-direction:column;gap:.15rem;min-width:0}.district-card__code{font-size:1.375rem;font-weight:800;letter-spacing:.05em;color:var(--color-brand);line-height:1.15}.district-card__link:hover .district-card__code{color:#004e2a}.district-card__label{font-size:.8125rem;font-weight:600;color:var(--color-text-muted);line-height:1.35}.district-card__cta{flex-shrink:0;display:inline-flex;align-items:center;gap:.25rem;padding:.4rem .75rem;font-size:.8125rem;font-weight:700;color:var(--color-brand);background:var(--color-brand-light);border:1px solid rgba(0,112,60,.2);border-radius:999px;white-space:nowrap;transition:background .15s ease,color .15s ease,border-color .15s ease}.district-card__cta-arrow{font-size:1rem;line-height:1;transition:transform .15s ease}.district-card__link:hover .district-card__cta{background:var(--color-brand);color:#fff;border-color:var(--color-brand)}.district-card__link:hover .district-card__cta-arrow{transform:translateX(3px)}.district-card__meta{margin:0;padding:0 var(--space-l) var(--space-s);font-size:.8125rem;color:var(--color-text-muted);display:flex;align-items:center;gap:var(--space-xs)}.district-card__meta-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;padding:.1rem .45rem;font-size:.75rem;font-weight:800;color:var(--color-brand);background:var(--color-brand-light);border-radius:999px}.district-card__places{margin-top:auto;padding:var(--space-m) var(--space-l) var(--space-l);border-top:1px dashed var(--color-border);background:rgba(243,247,245,.65)}.district-card__link:hover .district-card__places{background:rgba(232,244,237,.9);border-top-color:rgba(0,112,60,.2)}.district-card__places-heading{margin:0 0 var(--space-xs);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted)}.district-card__places-text{margin:0;font-size:.8125rem;line-height:1.5;color:var(--color-text)}.school-table-wrap{overflow-x:auto;margin-top:var(--space-l)}.school-table{width:100%;border-collapse:collapse;font-size:.9375rem}.school-table td,.school-table th{padding:var(--space-s) var(--space-m);text-align:left;border-bottom:1px solid var(--color-border)}.school-table th{font-weight:600;background:var(--color-bg)}.school-table tr:hover td{background:var(--color-brand-light)}.school-table .school-name{font-weight:600}.school-table .school-phase{color:var(--color-text-muted);font-size:.875rem}.school-table__report-link{display:inline-block;margin-top:var(--space-xs);font-size:.8125rem}.ofsted-badge{display:inline-block;padding:var(--space-xs) var(--space-s);border-radius:var(--radius);font-size:.8125rem;font-weight:600}.ofsted-badge--outstanding{background:#00703c;color:#fff}.ofsted-badge--good{background:#1d70b8;color:#fff}.ofsted-badge--requires-improvement{background:#f47738;color:#1a1a1a}.ofsted-badge--inadequate{background:#d4351c;color:#fff}.ofsted-badge--not-judged{background:#f3f2f1;color:#505a5f}.sample-data-banner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--space-s) var(--space-m);background:var(--color-accent-amber-bg);color:#92400e;padding:var(--space-s) var(--space-m);text-align:center;font-size:.8125rem;border-bottom:1px solid var(--color-accent-amber)}.sample-data-banner__label{flex-shrink:0;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.2rem .5rem;border-radius:999px;background:rgba(146,64,14,.15);color:#78350f}.sample-data-banner__text{font-weight:500;max-width:52rem;line-height:1.45}.radius-filter{margin-bottom:var(--space-xl);padding:var(--space-l);background:var(--color-accent-blue-bg);border:2px solid var(--color-accent-blue);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.radius-filter__label{display:flex;align-items:center;gap:var(--space-s);font-weight:700;font-size:1.0625rem;margin-bottom:var(--space-m)}.radius-filter__options{display:flex;flex-wrap:wrap;gap:var(--space-s)}.radius-filter__btn{padding:var(--space-s) var(--space-m);font-size:.9375rem;font-family:inherit;font-weight:500;border:2px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg-page);color:var(--color-text);cursor:pointer}.radius-filter__btn:hover{border-color:var(--color-brand);color:var(--color-brand)}.radius-filter__btn--active{background:var(--color-brand);border-color:var(--color-brand);color:#fff;box-shadow:var(--shadow-sm)}.radius-filter__btn--active:hover{background:#005a30;border-color:#005a30;color:#fff}.radius-filter__btn:focus{outline:3px solid var(--color-focus);outline-offset:2px}.radius-filter__intro{margin:0 0 var(--space-m);font-size:.9375rem;max-width:48rem}.radius-filter__hint,.radius-filter__intro{line-height:1.5;color:var(--color-text-muted)}.radius-filter__hint{margin:var(--space-m) 0 0;padding:0;max-width:52rem;font-size:.875rem}.radius-filter__hint strong{color:var(--color-text)}.area-map-section{margin-bottom:var(--space-xl)}.area-map{border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;background:var(--color-bg-page);position:relative}.area-map-layout{display:flex;flex-direction:column;min-height:360px}@media (min-width:56em){.area-map-layout{flex-direction:row;align-items:stretch;min-height:440px}}.area-map-layout__map{position:relative;flex:1 1 auto;min-width:0}.area-map-sidebar{flex:0 0 auto;width:100%;max-height:22rem;overflow:hidden;display:flex;flex-direction:column;border-top:1px solid var(--color-border);background:var(--color-bg-page)}@media (min-width:56em){.area-map-sidebar{width:17.5rem;max-height:none;border-top:none;border-left:1px solid var(--color-border)}}.area-map-sidebar__section{padding:var(--space-m);border-bottom:1px solid var(--color-border)}.area-map-sidebar__section--list{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;border-bottom:none;padding-bottom:0}.area-map-sidebar__heading{margin:0 0 var(--space-xs);font-size:.9375rem;font-weight:700;color:var(--color-text)}.area-map-sidebar__count{font-weight:600;color:var(--color-text-muted)}.area-map-sidebar__hint{margin:0 0 var(--space-s);font-size:.8125rem;line-height:1.4;color:var(--color-text-muted)}.area-map-sidebar__chips,.area-map-sidebar__markers,.area-map-sidebar__ofsted{list-style:none;margin:0 0 var(--space-s);padding:0;font-size:.8125rem}.area-map-sidebar__chips li,.area-map-sidebar__markers li,.area-map-sidebar__ofsted li{display:flex;align-items:center;gap:var(--space-s);margin-bottom:.35rem;color:var(--color-text)}.area-map-sidebar__chip-dot{display:inline-flex;align-items:center;justify-content:center;width:1.375rem;height:1.375rem;border-radius:50%;font-size:.6875rem;font-weight:800;color:#fff;flex-shrink:0}.area-map-sidebar__chip-dot--primary{background:#1d70b8}.area-map-sidebar__chip-dot--secondary{background:#4c2c92}.area-map-sidebar__chip-dot--middle{background:#0d9488}.area-map-sidebar__ring{width:14px;height:14px;border-radius:50%;border:3px solid var(--ring,#b1b4b6);background:#1d70b8;box-sizing:border-box;flex-shrink:0}.area-map-sidebar__marker{width:14px;height:14px;border-radius:50%;flex-shrink:0}.area-map-sidebar__marker--district{background:#505a5f}.area-map-sidebar__marker--home{background:#d4351c;box-shadow:0 0 0 2px #fff,0 0 0 3px #d4351c}.area-map-sidebar__radius-callout{display:flex;align-items:flex-start;gap:var(--space-s);margin:0 var(--space-m) var(--space-m);padding:var(--space-s) var(--space-m);background:rgba(212,53,28,.08);border:1px solid rgba(212,53,28,.22);border-radius:var(--radius-lg);font-size:.8125rem;line-height:1.45;color:var(--color-text)}.area-map-sidebar__radius-icon{flex-shrink:0;width:1.125rem;height:1.125rem;margin-top:.15rem;border-radius:50%;border:2px dashed #d4351c;box-sizing:border-box;background:rgba(212,53,28,.12)}.area-map-sidebar__radius-text{display:flex;flex-direction:column;gap:.2rem;min-width:0}.area-map-sidebar__radius-text strong{font-size:.875rem;color:var(--color-text)}.area-map-sidebar__radius-detail{color:var(--color-text-muted)}.area-map-sidebar__schools{list-style:none;margin:0;padding:0 0 var(--space-s);overflow-y:auto;flex:1 1 auto;max-height:14rem}@media (min-width:56em){.area-map-sidebar__schools{max-height:20rem}}.area-map--expanded .area-map-sidebar__schools{max-height:28rem}.area-map-sidebar__school{display:flex;align-items:flex-start;gap:var(--space-s);width:100%;margin:0;padding:var(--space-s) var(--space-m);border:none;border-bottom:1px solid var(--color-border);background:transparent;font-family:inherit;text-align:left;cursor:pointer;transition:background .12s ease}.area-map-sidebar__school:hover{background:var(--color-accent-blue-bg)}.area-map-sidebar__school--active{background:var(--color-brand-light);box-shadow:inset 3px 0 0 var(--color-brand)}.area-map-sidebar__school--dimmed{opacity:.65}.area-map-sidebar__school-pin{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:50%;font-size:.625rem;font-weight:800;color:#fff;flex-shrink:0;margin-top:2px}.area-map-sidebar__school-name{display:block;font-size:.8125rem;font-weight:600;line-height:1.35;color:var(--color-text)}.area-map-sidebar__school-meta{display:block;font-size:.75rem;color:var(--color-text-muted);margin-top:2px}.area-map-sidebar__empty{margin:0;padding:0 var(--space-m) var(--space-m);font-size:.875rem;color:var(--color-text-muted)}.area-map__phase-key{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-s) var(--space-m);padding:var(--space-m) var(--space-l);background:linear-gradient(180deg,var(--color-accent-blue-bg) 0,var(--color-bg-page) 100%);border-bottom:2px solid var(--color-accent-blue)}.area-map__phase-key-heading{font-size:.8125rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text);margin-right:var(--space-s)}.area-map__phase-chip{display:inline-flex;align-items:center;gap:var(--space-s);padding:var(--space-xs) var(--space-m) var(--space-xs) var(--space-xs);background:var(--color-bg-page);border:1px solid var(--color-border);border-radius:999px;box-shadow:var(--shadow-sm);font-size:.875rem;font-weight:600;color:var(--color-text);cursor:help}.area-map__phase-letter{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:50%;font-size:.9375rem;font-weight:800;color:#fff;line-height:1;box-shadow:inset 0 -2px 0 rgba(0,0,0,.15)}.area-map__phase-letter--primary{background:#1d70b8}.area-map__phase-letter--secondary{background:#4c2c92}.area-map__phase-letter--middle{background:#0d9488}.area-map__phase-chip-text{padding-right:var(--space-xs)}.area-map__legend{padding:var(--space-s) var(--space-m);background:var(--color-bg);font-size:.8125rem;display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-s) var(--space-l)}.area-map__legend-heading{font-weight:800;text-transform:uppercase;letter-spacing:.06em;font-size:.75rem;color:var(--color-text-muted);margin-right:var(--space-xs)}.area-map__legend-item{display:inline-flex;align-items:center;gap:var(--space-xs)}.area-map__legend-dot{width:12px;height:12px;border-radius:50%}.area-map__legend-ring{width:14px;height:14px;border-radius:50%;border:3px solid;box-sizing:border-box;flex-shrink:0}.area-map__legend-ring--dimmed{opacity:.42;filter:saturate(.65)}.area-map__legend-ring--extra{border-style:dashed}.page-section .area-map{margin-top:var(--space-m)}.area-map__container{position:absolute;inset:0;min-height:300px;height:100%;width:100%;background:#e8eef4;transition:opacity .2s ease}.area-map-layout__map{min-height:300px}@media (min-width:56em){.area-map-layout__map{min-height:440px}}.area-map--expanded .area-map-layout,.area-map--expanded .area-map-layout__map{min-height:80vh}.area-map__loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5;padding:var(--space-m);background:var(--color-bg-page);border-radius:var(--radius);box-shadow:var(--shadow-md)}.area-map__loading-text{font-size:.9375rem;color:var(--color-text-muted)}.area-map .leaflet-container{font-family:var(--font-sans);height:100%;width:100%}.area-map--error{padding:var(--space-xl);text-align:center;background:var(--color-accent-amber-bg);border-color:var(--color-accent-amber)}.area-map__error-msg{margin:0;color:var(--color-text);font-size:.9375rem}.area-map-marker{background:none!important;border:none!important}.area-map-marker__dot{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:var(--pin-fill,#505a5f);box-shadow:0 0 0 3px var(--pin-ring,#fff),0 2px 6px rgba(0,0,0,.28);box-sizing:border-box}.area-map-marker--dimmed .area-map-marker__dot{opacity:.45;filter:saturate(.7)}.area-map-marker__letter{color:#fff;font-size:.6875rem;font-weight:800;line-height:1;font-family:var(--font-sans)}.area-map-marker__dot--home{width:36px;height:36px;box-shadow:0 0 0 3px #fff,0 0 0 5px var(--pin-fill),0 3px 10px rgba(212,53,28,.4)}.area-map-marker__dot--home .area-map-marker__letter{font-size:1rem}.area-map-marker__dot--district{width:22px;height:22px;opacity:.92}.area-map-marker__dot--district .area-map-marker__letter{font-size:.875rem}.area-map__legend-details{border-bottom:1px solid var(--color-border)}.area-map__legend-summary{padding:var(--space-s) var(--space-m);font-size:.8125rem;font-weight:700;color:var(--color-text-muted);cursor:pointer;list-style:none}.area-map__legend-summary::-webkit-details-marker{display:none}.area-map__legend-summary:before{content:"▸ "}.area-map__legend-details[open] .area-map__legend-summary:before{content:"▾ "}.area-map__legend-circle{display:inline-block;width:14px;height:14px;border-radius:50%;border:2px dashed #d4351c;box-sizing:border-box;flex-shrink:0}.area-map .leaflet-div-icon.area-map-cluster{display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important;border:none!important;border-radius:50%!important;background:transparent!important;box-sizing:border-box!important;overflow:visible!important}.area-map-cluster__badge{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-width:2rem;min-height:2rem;padding:0 .2rem;border-radius:50%;background:#fff;border:3px solid var(--color-brand);color:var(--color-brand);font-weight:800;font-size:.75rem;line-height:1;font-family:var(--font-sans);box-shadow:0 2px 8px rgba(0,0,0,.2);box-sizing:border-box}.area-map-cluster--medium .area-map-cluster__badge{font-size:.8125rem;border-width:3px}.area-map-cluster--large .area-map-cluster__badge{font-size:.875rem;border-width:4px;box-shadow:0 3px 10px rgba(0,0,0,.22)}.area-map-sidebar__marker--cluster{display:inline-flex;align-items:center;justify-content:center;width:1.375rem;height:1.375rem;border-radius:50%;background:#fff;border:2px solid var(--color-brand);color:var(--color-brand);font-size:.625rem;font-weight:800;line-height:1}.area-map .leaflet-popup-content-wrapper{border-radius:var(--radius-lg);box-shadow:0 4px 20px rgba(0,0,0,.15);border:1px solid var(--color-border)}.area-map .leaflet-popup-content{margin:var(--space-m) var(--space-l);font-size:.875rem;line-height:1.45}.area-map-popup__name{display:block;font-size:1rem;margin-bottom:.25rem}.area-map-popup__meta{color:var(--color-text-muted);font-size:.8125rem}.area-map-popup-ofsted{font-weight:700}.area-map-popup-ofsted--outstanding{color:#854d0e}.area-map-popup-ofsted--good{color:#00703c}.area-map-popup-ofsted--requires-improvement{color:#c2410c}.area-map-popup-ofsted--inadequate{color:#d4351c}.area-map-popup-link{display:inline-block;margin-top:var(--space-s);padding:0;font-family:inherit;font-size:.875rem;font-weight:600;color:var(--color-link);background:none;border:none;text-decoration:underline;cursor:pointer}.area-map-popup-link:hover{color:var(--color-link-hover)}.area-map-popup-meta{color:var(--color-text-muted);font-size:.8125rem}.area-map-actions{margin-bottom:var(--space-s)}.area-map-expand-btn{padding:var(--space-s) var(--space-m);font-size:.875rem;font-family:var(--font-sans);background:var(--color-bg-page);border:1px solid var(--color-border);border-radius:var(--radius);cursor:pointer}.area-map-expand-btn:hover{background:var(--color-bg);border-color:var(--color-link)}.area-map-expand-btn:focus{outline:3px solid var(--color-focus);outline-offset:2px}.map-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:var(--space-m)}.map-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.5);cursor:pointer}.map-modal__content{position:relative;width:100%;max-width:1200px;max-height:90vh;background:var(--color-bg-page);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden;display:flex;flex-direction:column}.map-modal__header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-m) var(--space-l);border-bottom:1px solid var(--color-border);flex-shrink:0}.map-modal__title{margin:0;font-size:1.125rem}.map-modal__close{padding:0 var(--space-s);font-size:1.5rem;line-height:1;font-family:var(--font-sans);background:none;border:none;color:var(--color-text);cursor:pointer;border-radius:var(--radius)}.map-modal__close:hover{background:var(--color-bg)}.map-modal__close:focus{outline:3px solid var(--color-focus);outline-offset:2px}.map-modal__content .area-map{flex:1 1;min-height:0}.map-modal__content .area-map__container{flex:1 1;min-height:300px}.home-postcode-panel{margin-bottom:var(--space-xl);padding:var(--space-l) var(--space-xl);background:linear-gradient(180deg,#f0faf4 0,var(--color-bg-page) 100%);border:2px solid var(--color-brand);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm)}.home-postcode-panel__head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-s);margin-bottom:var(--space-s)}.home-postcode-panel__title{margin:0;font-size:1.25rem;font-weight:800;display:flex;align-items:center;gap:var(--space-s)}.home-postcode-panel__active-badge{padding:.2rem .65rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-brand);background:var(--color-brand-light);border-radius:999px}.home-postcode-panel__lead{margin:0 0 var(--space-m);font-size:1rem;line-height:1.5}.home-postcode-panel__effects{margin:0 0 var(--space-m);padding-left:1.25rem;font-size:.9375rem;line-height:1.55;color:var(--color-text)}.home-postcode-panel__effects li{margin-bottom:var(--space-xs)}.home-postcode-panel__privacy{margin:0 0 var(--space-m);font-size:.8125rem;color:var(--color-text-muted)}.home-postcode{margin:0;padding:0;background:transparent;border:none;border-radius:0}.home-postcode__row{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-s)}.home-postcode__input{flex:1 1 12rem;min-width:10rem;padding:var(--space-s) var(--space-m);border:1px solid var(--color-border);border-radius:var(--radius);font-size:1rem}.home-postcode__error{margin:.5rem 0 0;font-size:.9rem;color:#d4351c}.home-postcode-notice{margin:0 0 var(--space-l);padding:var(--space-m) var(--space-l);font-size:.9375rem;line-height:1.5;color:#4c2c00;background:#fff7e6;border:1px solid #f0c649;border-radius:var(--radius-lg);max-width:42rem}.home-postcode__clear{flex-shrink:0}.home-postcode__saved{margin:var(--space-m) 0 var(--space-l);padding:var(--space-s) var(--space-m);font-size:.875rem;color:var(--color-brand);font-weight:600;background:var(--color-brand-light);border-radius:var(--radius-lg);border-left:3px solid var(--color-brand)}.area-map__intro{margin:0 0 var(--space-m);font-size:.9375rem;line-height:1.5;color:var(--color-text-muted);max-width:48rem}.nearby-extras__lead{margin:0 0 1.25rem;color:#505a5f;font-size:.95rem;line-height:1.5;max-width:42rem}.school-card__map-actions{display:flex;flex-wrap:wrap;gap:var(--space-s);margin-top:var(--space-s);width:100%}.school-card__show-on-map{font-family:var(--font-sans);background:var(--color-accent-blue-bg);border:1px solid var(--color-accent-blue);border-radius:var(--radius);color:var(--color-link);cursor:pointer}.school-card__route-link,.school-card__show-on-map{padding:var(--space-xs) var(--space-s);font-size:.8125rem}.school-card__route-link{display:inline-flex;align-items:center;gap:var(--space-xs);font-weight:600;background:var(--color-bg-page);border:1px solid var(--color-border);border-radius:var(--radius);color:var(--color-text);text-decoration:none}.school-card__route-link:hover{border-color:var(--color-brand);color:var(--color-brand)}.school-card__show-on-map:hover{background:var(--color-accent-blue);color:#fff}.school-card__show-on-map:focus{outline:3px solid var(--color-focus);outline-offset:2px}.school-card--highlight{animation:school-card-highlight .5s ease}@keyframes school-card-highlight{0%{box-shadow:0 0 0 0 rgba(29,112,184,.5)}50%{box-shadow:0 0 0 8px rgba(29,112,184,.2)}to{box-shadow:none}}.data-guide{background:var(--color-accent-amber-bg);border:2px solid var(--color-accent-amber);border-radius:var(--radius-lg);padding:var(--space-xl);margin-bottom:var(--space-xl);box-shadow:var(--shadow-sm)}.data-guide__title{margin:0;font-size:1.25rem;font-weight:700}.data-guide__intro{margin:var(--space-m) 0 0;font-size:.9375rem;line-height:1.55;color:var(--color-text-muted);max-width:46rem}.data-guide__section{margin-top:var(--space-xl)}.data-guide__section:first-of-type{margin-top:var(--space-l)}.data-guide__section-head{margin-bottom:var(--space-m)}.data-guide__chip{display:inline-block;padding:.125rem var(--space-s);font-size:.6875rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#78350f;background:hsla(0,0%,100%,.65);border:1px solid rgba(146,64,14,.35);border-radius:var(--radius)}.data-guide__subheading{margin:var(--space-s) 0 0;font-size:1.0625rem;font-weight:700;line-height:1.35}.data-guide__section-hint{margin:var(--space-xs) 0 0;font-size:.875rem;line-height:1.5;color:var(--color-text-muted);max-width:44rem}.data-guide__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,17.5rem),1fr));grid-gap:var(--space-m);gap:var(--space-m);margin:0;min-width:0}.data-guide__card{margin:0;padding:var(--space-m);background:hsla(0,0%,100%,.72);border-radius:var(--radius);border:1px solid rgba(146,64,14,.22);border-left:3px solid #b45309;box-shadow:0 1px 3px rgba(146,64,14,.08)}.data-guide__card-term{font-weight:700;font-size:.875rem;margin:0 0 var(--space-xs);line-height:1.35;color:var(--color-text)}.data-guide__card-def{margin:0;font-size:.8125rem;line-height:1.5;color:var(--color-text-muted)}@media (max-width:479px){.data-guide__grid{grid-template-columns:1fr}.data-guide{padding:var(--space-l)}}.schools-section{margin-bottom:var(--space-2xl);padding:var(--space-xl);background:var(--color-bg-page);border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.schools-section--primary{border-left:4px solid #1d70b8}.schools-section--secondary,.schools-section--tabbed{border-left:4px solid var(--color-brand)}.schools-tabs{display:flex;flex-wrap:wrap;gap:var(--space-xs);margin-bottom:var(--space-l);padding-bottom:var(--space-m);border-bottom:2px solid var(--color-border)}.schools-tabs__btn{display:inline-flex;align-items:center;gap:var(--space-s);padding:var(--space-s) var(--space-m);font-size:1rem;font-family:inherit;font-weight:600;color:var(--color-text-muted);background:transparent;border:2px solid transparent;border-radius:var(--radius);cursor:pointer;transition:color .15s ease,background .15s ease,border-color .15s ease}.schools-tabs__btn:hover{color:var(--color-text);background:var(--color-bg)}.schools-tabs__btn--active{color:var(--color-brand);background:var(--color-brand-light);border-color:var(--color-brand)}.schools-tabs__btn:focus{outline:3px solid var(--color-focus);outline-offset:2px}.schools-tabs__count{font-weight:500;font-size:.9375rem;opacity:.9}.schools-tabs__panel{margin-top:0}.schools-tabs__panel[hidden]{display:none}.schools-section__title{font-size:1.5rem;margin:0 0 var(--space-s)}.schools-section__lead{margin:0 0 var(--space-l);color:var(--color-text-muted);font-size:.9375rem;line-height:1.45}.schools-section__sub{font-weight:400;font-size:1rem;color:var(--color-text-muted)}.schools-section__empty{color:var(--color-text-muted);margin:0}.school-cards{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-2xl)}.school-card{background:var(--color-bg-page);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-xl);box-shadow:var(--shadow-sm);transition:box-shadow .2s ease}.school-card:hover{box-shadow:var(--shadow-md)}.school-card__header{margin-bottom:var(--space-m)}.school-card__name{margin:0 0 var(--space-xs);font-size:1.25rem;font-weight:600}.school-card__name a{text-decoration:none}.school-card__name a:hover{text-decoration:underline}.school-card__district-note{margin:0 0 var(--space-xs);font-size:.8125rem;color:var(--color-accent-blue)}.school-card__address{margin:0 0 var(--space-s);font-size:.875rem;color:var(--color-text-muted)}.school-card__meta{display:flex;flex-direction:column;gap:var(--space-m);margin-bottom:var(--space-m)}.school-card__meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-s)}.school-card__meta-label{font-size:.75rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.02em;min-width:3.5em}.school-card__ofsted-row{flex-wrap:wrap}.school-card__ofsted-row .ofsted-badge{margin-right:var(--space-xs)}.school-card__ofsted-row .school-card__date{color:var(--color-text-muted)}.school-card__ofsted-ungraded{flex:1 1 100%;font-size:.8125rem;color:var(--color-text-muted)}.school-card__ofsted-block{display:flex;flex-direction:column;gap:var(--space-s);width:100%}.school-card__ofsted-report-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-s);width:100%;max-width:22rem;padding:var(--space-s) var(--space-m);font-size:.9375rem;font-weight:600;color:#1d4e8c;background:#eff6ff;border:1px solid #93c5fd;border-radius:var(--radius);text-decoration:none;transition:background .15s ease,border-color .15s ease,color .15s ease}.school-card__ofsted-report-btn:hover{background:#dbeafe;border-color:#3b82f6;color:#1e3a8a;text-decoration:none}.school-card__external-icon{font-size:.875rem;opacity:.85}.school-card__age-range,.school-card__trust,.school-card__type{font-size:.875rem;color:var(--color-text)}.school-card__attainment-vs-local{display:block;font-size:.8125rem;font-weight:400;color:var(--color-text-muted);margin-top:var(--space-xs)}.school-card__attainment-vs-local--above{color:#047857}.school-card__attainment-vs-local--below{color:#b91c1c}.school-card__route-link--walking{border-color:#047857;color:#047857}.school-card__route-link--bicycling{border-color:#1d4e8c;color:#1d4e8c}.home-neighbourhood-panel{margin:0 0 var(--space-xl);padding:var(--space-l) var(--space-xl);background:linear-gradient(135deg,#f0fdf4,#eff6ff);border:1px solid #86efac;border-radius:var(--radius-lg,12px);box-shadow:0 2px 8px rgba(0,80,48,.08)}.home-neighbourhood-panel__title{margin:0 0 var(--space-s);font-size:1.0625rem;font-weight:700;color:#004e2a}.home-neighbourhood-panel__lead{margin:0 0 var(--space-s);font-size:.9375rem;line-height:1.55;color:var(--color-text)}.home-neighbourhood-panel__note{margin:0;line-height:1.5}.home-neighbourhood-panel__note,.school-card__date{font-size:.8125rem;color:var(--color-text-muted)}.school-card__website{display:inline-block;padding:var(--space-s) var(--space-m);font-size:.9375rem;font-weight:600;color:var(--color-brand);background:var(--color-brand-light);border-radius:var(--radius);border:1px solid var(--color-brand);text-decoration:none}.school-card__website:hover{background:var(--color-brand);color:var(--color-bg-page);text-decoration:none}.school-card__website--button{display:inline-block;margin-top:var(--space-l);padding:var(--space-m) var(--space-l);font-size:1rem;text-align:center}.school-card__website--button:focus{outline:3px solid var(--color-focus);outline-offset:2px}.school-card__distance{font-size:.875rem;color:var(--color-text-muted)}.school-card__highlights{margin:var(--space-l) 0;padding:var(--space-m);background:var(--color-brand-light);border-radius:var(--radius);border-left:4px solid var(--color-brand)}.school-card__highlights-title{margin:0 0 var(--space-s);font-size:.9375rem;font-weight:600;display:flex;align-items:center;gap:var(--space-xs)}.school-card__highlights-list{margin:0;padding-left:var(--space-l);font-size:.875rem;line-height:1.5;color:var(--color-text)}.school-card__highlights-list li{margin-bottom:var(--space-xs)}.school-card__highlights-list li:last-child{margin-bottom:0}.school-card__commute-hints{display:inline-flex;flex-wrap:wrap;align-items:center;gap:6px;margin-left:var(--space-s);vertical-align:middle}.school-card__commute-hint{display:inline-flex;align-items:center;gap:4px;padding:4px var(--space-s);border-radius:var(--radius);font-size:.75rem;font-weight:600}.school-card__commute-hint--walk{background:var(--color-brand);color:#fff}.school-card__commute-hint--bike{background:#e0f2f1;color:#0f5132;border:1px solid #94d6c8}.school-card__commute-hint--parkstride{background:var(--color-accent-amber-bg);color:#78350f;border:1px solid rgba(146,64,14,.4)}.school-card__stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,7.5rem),1fr));grid-gap:var(--space-s) var(--space-m);gap:var(--space-s) var(--space-m);margin:0;font-size:.875rem;min-width:0}.school-card__stat dt,.school-card__stat-dt{font-weight:400;color:var(--color-text-muted);margin-bottom:2px}.school-card__meta-row--tip,.school-card__stat--tip{cursor:help}.school-card__stat dd{margin:0;font-weight:600}.area-overview{position:relative;padding:calc(var(--space-xl) + 6px) var(--space-xl) var(--space-xl);margin-bottom:var(--space-2xl);background:linear-gradient(165deg,var(--color-accent-blue-bg) 0,#eef5fc 35%,#fafcfe 100%);border:1px solid #9ebfe0;border-radius:var(--radius-lg);box-shadow:0 4px 16px rgba(29,112,184,.1);overflow:hidden}.area-overview:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,var(--color-accent-blue) 0,#4a93d4 50%,var(--color-accent-blue) 100%)}.area-overview__title{margin:0 0 var(--space-m);font-size:1.5rem;font-weight:700;display:flex;align-items:center;gap:var(--space-s);color:#0c2d4d;letter-spacing:-.02em}.area-overview__intro{margin:0 0 var(--space-l);max-width:42rem;font-size:.9375rem;line-height:1.45;color:var(--color-text-muted)}.area-overview__rating{margin-bottom:var(--space-l);padding:var(--space-m) var(--space-l);background:hsla(0,0%,100%,.88);border:1px solid rgba(29,112,184,.22);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.area-overview__rating-label{display:block;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-accent-blue);margin-bottom:var(--space-xs)}.area-overview__rating-badge{display:inline-flex;align-items:center;gap:var(--space-s);padding:var(--space-m) var(--space-l);border-radius:var(--radius);font-weight:700;font-size:1.0625rem;box-shadow:var(--shadow-sm)}.area-overview__rating-stars{color:#f59e0b;font-size:1.125rem;letter-spacing:.05em}.area-overview__rating-badge--1{background:#fef2f2;color:#b91c1c}.area-overview__rating-badge--2{background:#fff7ed;color:#c2410c}.area-overview__rating-badge--3{background:#fefce8;color:#854d0e}.area-overview__rating-badge--4{background:var(--color-brand-light);color:#004e2a}.area-overview__rating-badge--5{background:#ecfdf5;color:#047857}.area-overview__group{margin:0 0 var(--space-xl)}.area-overview__group:last-of-type{margin-bottom:var(--space-l)}.area-overview__group-title{margin:0 0 var(--space-s);font-size:1.0625rem;font-weight:700;color:var(--color-text);letter-spacing:-.01em}.area-overview__group-intro{margin:0 0 var(--space-m);max-width:42rem;font-size:.875rem;line-height:1.5;color:var(--color-text-muted,#505a5f)}.area-overview__prompt{margin:0 0 var(--space-xl);padding:var(--space-m) var(--space-l);font-size:.9375rem;line-height:1.5;color:var(--color-text);background:hsla(0,0%,100%,.75);border:1px dashed #86efac;border-radius:var(--radius-lg)}.area-overview__group--home{padding:var(--space-l) var(--space-xl);background:linear-gradient(135deg,#f0fdf4,#eff6ff);border:1px solid #86efac;border-radius:var(--radius-lg);box-shadow:0 2px 8px rgba(0,80,48,.06)}.area-overview__group--home .area-overview__group-title{color:#004e2a}.area-overview__group--home .area-overview__row{border-left-color:#16a34a}.area-overview__group--district .area-overview__group-title{color:#004e2a}.area-overview__group--district .area-overview__row{border-left-color:var(--color-brand,#00703c)}.area-overview__group--wider .area-overview__group-title{color:#1d4e8c}.area-overview__group--wider .area-overview__row{border-left-color:var(--color-accent-blue,#1d70b8)}.area-overview__metrics{margin:0}.area-overview__metrics-heading{margin:0 0 var(--space-m);font-size:.6875rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:#1a4a7a;padding-bottom:var(--space-s);border-bottom:1px solid rgba(29,112,184,.22)}.area-overview__list{margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,14rem),1fr));grid-gap:var(--space-m) var(--space-l);gap:var(--space-m) var(--space-l);align-items:stretch;min-width:0}.area-overview__row{margin:0;padding:var(--space-l) var(--space-l) var(--space-l) calc(var(--space-l) + 4px);background:linear-gradient(180deg,hsla(0,0%,100%,.98),rgba(248,251,255,.95));border-radius:var(--radius-lg);box-shadow:0 1px 2px rgba(29,112,184,.06);border:1px solid rgba(29,112,184,.16);border-left:4px solid rgba(29,112,184,.45);display:flex;flex-direction:column;min-height:5.75rem;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.area-overview__row:hover{border-color:rgba(29,112,184,.35);border-left-color:var(--color-accent-blue);box-shadow:0 4px 14px rgba(29,112,184,.12);transform:translateY(-1px)}.area-overview__row dt{font-size:.75rem;color:#2563ab;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin:0 0 var(--space-s);line-height:1.35}.area-overview__row dd{margin:auto 0 0;padding:0;font-weight:600;font-size:1rem;color:var(--color-text);display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-s);line-height:1.4}.area-overview__value{display:block;font-size:1.125rem;font-weight:700;letter-spacing:-.02em;color:#0c2d4d;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1.35;word-break:break-word}.area-overview__crime-badge{display:inline-block;padding:.25rem var(--space-s);border-radius:999px;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.area-overview__crime-badge--below{background:var(--color-brand-light);color:#004e2a}.area-overview__crime-badge--average{background:#fff4e6;color:#92400e}.area-overview__crime-badge--above{background:#fde8e8;color:#b91c1c}.area-overview__data-note{margin:var(--space-l) 0 0;padding:var(--space-m) var(--space-l);background:rgba(29,112,184,.07);border:1px solid rgba(29,112,184,.2);border-radius:var(--radius-lg);font-size:.8125rem;color:var(--color-text-muted);line-height:1.45}.area-overview__data-note strong{color:var(--color-accent-blue)}.breadcrumb{margin:0 0 var(--space-xl);padding:var(--space-s) 0;list-style:none;font-size:.8125rem;color:var(--color-text-muted);display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-xs)}.breadcrumb li:after{content:"›";margin-left:var(--space-xs);color:var(--color-border)}.breadcrumb li:last-child:after{display:none}.breadcrumb a{text-decoration:none}.breadcrumb a:hover{text-decoration:underline;color:var(--color-text)}.breadcrumb a{color:var(--color-text-muted)}.breadcrumb a:hover{color:var(--color-link)}@media (max-width:42em){.main{padding:var(--space-m) var(--space-s)}.layout--home .main{padding-top:var(--space-m)}.layout--home .home-hero{margin-left:calc(-1 * var(--space-s));margin-right:calc(-1 * var(--space-s));width:calc(100% + 2 * var(--space-s));margin-top:var(--space-s);padding:var(--space-l) var(--space-s) var(--space-m)}.home-hero__lead{margin-bottom:var(--space-l)}.home-about__inner{padding:var(--space-l) var(--space-m)}.home-features__heading{font-size:1.25rem;text-align:left;justify-content:flex-start}.home-features__intro{text-align:left}.home-feature-card{padding:var(--space-m)}.page-hero,.page-section{padding:var(--space-l) var(--space-m)}.search-box{padding:var(--space-l)}.search-box__input{max-width:none;margin-right:0}.search-box .btn{width:100%}.home-search__submit{max-width:none;min-width:0}.home-hero__stats{flex-direction:column;align-items:stretch;gap:var(--space-s)}.home-hero__stat{min-width:0;flex:1 1 auto}.county-grid{grid-template-columns:1fr}.county-grid__cta{white-space:normal;text-align:center}.school-card,.schools-section{padding:var(--space-l) var(--space-m)}.school-card__stats{grid-template-columns:1fr 1fr}.area-overview{padding:calc(var(--space-l) + 6px) var(--space-m) var(--space-l)}.area-overview__group--district,.area-overview__group--home,.area-overview__group--wider{padding:var(--space-m)}.area-overview__list{grid-template-columns:1fr;gap:var(--space-m)}.area-overview__row{min-height:0}.area-overview__rating-badge{flex-wrap:wrap}.radius-filter{padding:var(--space-m)}.radius-filter__options{width:100%}.radius-filter__btn{flex:1 1 calc(50% - var(--space-s));min-width:0}.data-guide{padding:var(--space-l) var(--space-m)}.home-neighbourhood-panel,.home-postcode-panel{padding:var(--space-m)}.school-card__website--button{display:block;width:100%;text-align:center}.school-card__ofsted-report-btn{max-width:none}.map-modal__content{max-height:95vh;border-radius:var(--radius)}}@media (max-width:30em){.page-hero__title{font-size:1.5rem}.header__logo-img{height:5.25rem!important;max-width:min(19rem,92vw)}.header__nav{font-size:.9375rem}.header-search .home-search__submit-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.header-search .home-search__submit{position:relative;min-width:2.5rem;padding:.5rem}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-bottom,.leaflet-top{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:hsla(0,0%,100%,.5)}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,.65);border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(/_next/static/media/layers.ef6db872.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(/_next/static/media/layers-2x.9859cd12.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(/_next/static/media/marker-icon.d577052a.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:hsla(0,0%,100%,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:hsla(0,0%,100%,.8);text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px rgba(0,0,0,.4)}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678)}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,.4)}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{transition:transform .3s ease-out,opacity .3s ease-in}.leaflet-cluster-spider-leg{transition:stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in}