: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;--radius:6px;--radius-lg:10px;--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{margin:0;font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);line-height:1.5;-webkit-font-smoothing:antialiased}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}.main{flex:1 1;width:100%;max-width:var(--max-width);margin:0 auto;padding:var(--space-l) 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-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;opacity:.95}.page-hero__sub{margin:var(--space-s) 0 0;font-size:.9375rem;color:var(--color-text-muted);opacity:.95;font-size:1.0625rem;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-m) var(--space-m);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--space-m)}.header__logo{font-weight:700;font-size:1.25rem}.header__logo a{color:var(--color-text);text-decoration:none}.header__logo a:hover{color:var(--color-brand)}.header__nav{display:flex;gap:var(--space-l);list-style:none;margin:0;padding:0}.header__nav a{text-decoration:none;font-weight:500}.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}.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(200px,1fr));grid-gap:var(--space-m);gap:var(--space-m);list-style:none;margin:0;padding:0}.county-grid__item a{display:flex;align-items:center;gap:var(--space-s);padding:var(--space-l);background:var(--color-bg-page);border:1px 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}.county-grid__item a:hover{border-color:var(--color-brand);color:var(--color-brand);box-shadow:var(--shadow-md);transform:translateY(-2px)}.county-grid__item a:focus{outline-offset:2px}.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)}.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}.sample-data-banner{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__text{font-weight:500}.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}.area-map-section{margin-bottom:var(--space-xl)}.area-map{border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;background:var(--color-bg);position:relative}.area-map__legend{padding:var(--space-s) var(--space-m);background:var(--color-bg);font-size:.8125rem;display:flex;flex-wrap:wrap;gap:var(--space-l)}.area-map__legend-item{display:inline-flex;align-items:center;gap:var(--space-xs)}.area-map__legend-item--meta{color:var(--color-text-muted);font-size:.75rem}.area-map__legend-dot{width:12px;height:12px;border-radius:50%}.page-section .area-map{margin-top:var(--space-m)}.area-map__container{min-height:280px;height:320px;width:100%;background:var(--color-bg);transition:opacity .2s ease}@media (min-width:768px){.area-map__container{height:400px}}.area-map--expanded .area-map__container{height:80vh;min-height:320px}.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__pin{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);border:2px solid #fff;box-shadow:0 1px 4px rgba(0,0,0,.3)}.area-map-marker__letter{transform:rotate(45deg);color:#fff;font-size:.75rem;font-weight:700;line-height:1}.area-map-marker__pin .area-map-marker__letter:only-child{font-size:1rem}.area-map-popup-link{display:inline-block;margin-top:.25rem;font-size:.875rem}.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}.school-card__show-on-map{margin-left:var(--space-m);padding:var(--space-xs) var(--space-s);font-size:.8125rem;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__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__panel{margin-top:var(--space-l)}.data-guide__list{margin:0;font-size:.9375rem}.data-guide__item{margin-top:var(--space-m)}.data-guide__item:first-child{margin-top:0}.data-guide__list dt{font-weight:600;margin:0 0 var(--space-xs)}.data-guide__list dd{margin:0;color:var(--color-text-muted);line-height:1.45}.data-guide__show-more{margin-top:var(--space-l);padding:var(--space-s) var(--space-m);font-size:.875rem;font-family:var(--font-sans);font-weight:600;color:var(--color-link);background:none;border:1px solid var(--color-border);border-radius:var(--radius);cursor:pointer}.data-guide__show-more:hover{text-decoration:underline;border-color:var(--color-link)}.data-guide__show-more:focus{outline:3px solid var(--color-focus);outline-offset:2px}.data-guide__more{margin-top:var(--space-m)}.data-guide__more[hidden]{display:none}.data-guide__more .data-guide__item:first-child{margin-top:var(--space-m)}.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__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-row .school-card__report{margin-left:var(--space-s);padding-left:var(--space-s);border-left:1px solid var(--color-border)}.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__report{font-size:.8125rem}.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__walkable{display:inline-flex;align-items:center;gap:4px;margin-left:var(--space-s);padding:4px var(--space-s);background:var(--color-brand);color:#fff;border-radius:var(--radius);font-size:.75rem;font-weight:600}.school-card__stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));grid-gap:var(--space-s) var(--space-l);gap:var(--space-s) var(--space-l);margin:0;font-size:.875rem}.school-card__stat dt{font-weight:400;color:var(--color-text-muted);margin-bottom:2px}.school-card__stat dd{margin:0;font-weight:600}.area-overview{background:var(--color-bg-page);border-radius:var(--radius-lg);padding:var(--space-xl);margin-bottom:var(--space-xl);box-shadow:var(--shadow-sm);border:1px solid var(--color-border);border-left:4px solid var(--color-brand)}.area-overview__title{margin:0 0 var(--space-l);font-size:1.375rem;font-weight:700;display:flex;align-items:center;gap:var(--space-s)}.area-overview__rating{margin-bottom:var(--space-l);padding-bottom:var(--space-l);border-bottom:1px solid var(--color-border)}.area-overview__rating-label{display:block;font-size:.8125rem;color:var(--color-text-muted);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__list{margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:var(--space-s) var(--space-l);gap:var(--space-s) var(--space-l)}.area-overview__row{margin:0}.area-overview__row dt{font-size:.875rem;color:var(--color-text-muted);font-weight:400;margin-bottom:var(--space-xs)}.area-overview__row dd{margin:0;font-weight:600;display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-s)}.area-overview__crime-badge{display:inline-block;padding:2px var(--space-s);border-radius:var(--radius);font-size:.75rem;font-weight:600}.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-top:var(--space-m);border-top:1px solid var(--color-border);font-size:.8125rem;color:var(--color-text-muted);line-height:1.45}.area-overview__data-note strong{color:var(--color-text)}.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)}.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%}.county-grid{grid-template-columns:1fr}.area-overview,.school-card,.schools-section{padding:var(--space-l) var(--space-m)}.area-overview__list{grid-template-columns:1fr}.radius-filter{padding:var(--space-m)}.radius-filter__options{width:100%}.radius-filter__btn{flex:1 1;min-width:0}.data-guide{padding:var(--space-l) var(--space-m)}.school-card__website--button{display:block;width:100%;text-align:center}}@media (max-width:30em){.page-hero__title{font-size:1.5rem}.header__nav{font-size:.9375rem}}.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}.marker-cluster-small{background-color:hsla(91,60%,72%,.6)}.marker-cluster-small div{background-color:rgba(110,204,57,.6)}.marker-cluster-medium{background-color:rgba(241,211,87,.6)}.marker-cluster-medium div{background-color:rgba(240,194,12,.6)}.marker-cluster-large{background-color:hsla(18,97%,72%,.6)}.marker-cluster-large div{background-color:rgba(241,128,23,.6)}.leaflet-oldie .marker-cluster-small{background-color:#b5e28c}.leaflet-oldie .marker-cluster-small div{background-color:#6ecc39}.leaflet-oldie .marker-cluster-medium{background-color:#f1d357}.leaflet-oldie .marker-cluster-medium div{background-color:#f0c20c}.leaflet-oldie .marker-cluster-large{background-color:#fd9c73}.leaflet-oldie .marker-cluster-large div{background-color:#f18017}.marker-cluster{background-clip:padding-box;border-radius:20px}.marker-cluster div{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:15px;font:12px Helvetica Neue,Arial,Helvetica,sans-serif}.marker-cluster span{line-height:30px}