:root{--blue:#2563eb;--green:#16a34a;--ink:#111827;--muted:#5b6473;--line:#d1d5db;--soft:#f7f9fc;--navy:#101827;--white:#fff;--shadow:0 12px 32px rgba(15,23,42,.11);--radius:1rem;--gradient:linear-gradient(100deg,var(--blue),var(--green));font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);line-height:1.6;font-synthesis:none}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(135deg,#eff6ff,#fff,#f0fdf4);font-size:16px}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.container{width:min(100% - 2rem,1200px);margin-inline:auto}.narrow{width:min(100%,760px)}.centered{text-align:center}.bg-white{background:#fff}.bg-soft{background:#f7f8fa}.muted{color:#6b7280}.stack-lg>*+*{margin-top:2rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;left:1rem;top:-5rem;background:#fff;padding:.7rem 1rem;z-index:1000;border-radius:.4rem;box-shadow:var(--shadow)}.skip-link:focus{top:1rem}.icon{width:1.25em;height:1.25em;display:inline-block;vertical-align:-.2em;flex:none}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);box-shadow:0 4px 16px rgba(15,23,42,.09)}.header-inner{height:84px;display:flex;align-items:center;gap:1.5rem}.brand{display:flex;align-items:center;gap:.7rem;margin-right:auto}.brand img{width:48px;height:48px;object-fit:contain}.brand span{display:flex;flex-direction:column}.brand strong{font-size:1.45rem;line-height:1.2;background:var(--gradient);background-clip:text;-webkit-background-clip:text;color:transparent}.brand small{color:#4b5563;font-size:.82rem}.site-nav{display:flex;align-items:center;gap:1.8rem}.site-nav a{font-weight:500;color:#374151;transition:.2s}.site-nav a:hover,.site-nav a[aria-current="page"]{color:var(--blue)}.menu-button{display:none;border:0;background:transparent;padding:.6rem;color:#273244}.header-cta{margin-left:.5rem}
.button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:44px;border:0;border-radius:.45rem;padding:.72rem 1.4rem;color:#fff;background:var(--gradient);font-weight:600;cursor:pointer;transition:transform .18s,box-shadow .18s,filter .18s;text-align:center}.button:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(37,99,235,.2);filter:saturate(1.08)}.button:focus-visible{outline:3px solid rgba(37,99,235,.3);outline-offset:3px}.button-outline{background:#fff;color:var(--blue);border:2px solid var(--blue)}.button-small{min-height:40px;padding:.55rem 1rem;font-size:.9rem}.button-full{width:100%}.button-row{display:flex;gap:1rem;flex-wrap:wrap}
.hero{position:relative;overflow:hidden;padding:5.2rem 0;background:linear-gradient(105deg,rgba(37,99,235,.12),rgba(22,163,74,.08))}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4.5rem;align-items:center}.hero-copy h1{font-size:clamp(2.6rem,5vw,4.2rem);line-height:1.04;margin:0 0 1.4rem;letter-spacing:-.035em}.hero-copy h1 span{display:block;background:var(--gradient);background-clip:text;-webkit-background-clip:text;color:transparent}.hero-copy>p{font-size:1.25rem;color:var(--muted);margin:0 0 2rem}.hero-image-wrap{padding:2rem;background:linear-gradient(135deg,#dbeafe,#dcfce7);border-radius:1.8rem;box-shadow:0 24px 45px rgba(15,23,42,.18)}.hero-image-wrap img{width:100%;height:385px;object-fit:cover;border-radius:1.2rem;box-shadow:0 10px 24px rgba(15,23,42,.18)}
.page-hero{padding:5.25rem 0;text-align:center;background:linear-gradient(105deg,rgba(37,99,235,.12),rgba(22,163,74,.08))}.page-hero h1{font-size:clamp(2.4rem,5vw,3.5rem);line-height:1.12;margin:0 0 1rem}.page-hero p{font-size:1.2rem;color:var(--muted);margin:0}.page-section{padding:5rem 0}.section-heading{text-align:center;margin-bottom:3rem}.section-heading h1,.section-heading h2{font-size:clamp(2rem,4vw,2.6rem);line-height:1.15;margin:0 0 .7rem}.section-heading p{font-size:1.18rem;color:var(--muted);margin:0}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service-card{background:linear-gradient(145deg,#eff6ff,#f0fdf4);padding:2rem;border-radius:1rem;box-shadow:var(--shadow);display:flex;flex-direction:column;transition:transform .25s,box-shadow .25s}.service-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(15,23,42,.15)}.service-card img{height:190px;width:100%;object-fit:cover;border-radius:.65rem}.service-card h3{font-size:1.45rem;line-height:1.25;margin:1.35rem 0 1.2rem}.service-card p{color:var(--muted);margin:-.4rem 0 1.4rem}.service-card .button{margin-top:auto}.service-grid.detailed .service-card{background:#fff;border:1px solid #e5e7eb}
.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.feature-image{width:100%;height:390px;object-fit:cover;border-radius:1rem;box-shadow:var(--shadow)}.prose h2{font-size:clamp(1.8rem,3vw,2.45rem);line-height:1.2;margin:0 0 1.25rem}.prose h3{font-size:1.45rem}.prose h4{font-size:1.1rem;margin:1.5rem 0 .25rem}.prose p,.prose li{color:var(--muted)}.prose a:not(.button){color:var(--blue);text-decoration:underline}.prose .button{margin-top:.5rem}.card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:2rem}.card h3{font-size:1.45rem;margin:0 0 1rem}.icon-box{display:inline-flex;align-items:center;justify-content:center;background:var(--gradient);color:#fff;width:48px;height:48px;border-radius:.75rem;flex:none}.icon-box.large{width:64px;height:64px;font-size:1.5rem}.contact-info-card h3,.contact-form-card h3{text-align:center;margin:0 0 1.6rem}.contact-items{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap}.contact-item{display:flex;align-items:center;gap:1rem}.contact-item span:last-child{display:flex;flex-direction:column}.contact-item small{font-size:1rem;color:var(--muted)}.contact-form{display:grid;gap:1.25rem}.contact-form label{display:block;font-weight:600;font-size:.9rem;margin-bottom:.4rem;color:#374151}.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--line);border-radius:.7rem;padding:.85rem 1rem;background:#fff}.contact-form input:focus,.contact-form textarea:focus,.postcode-search input:focus{outline:3px solid rgba(37,99,235,.18);border-color:var(--blue)}.honeypot{position:absolute!important;left:-9999px!important}.form-status{text-align:center;margin:0;font-weight:600}.form-status.success{color:#15803d}.form-status.error{color:#b91c1c}
.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.feature-card{text-align:center}.feature-card .icon-box{margin-bottom:1rem}.feature-card p{color:var(--muted)}.location-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem;margin:1.6rem 0 2rem}.location-tags span{padding:.45rem .9rem;background:#eff6ff;color:#1d4ed8;border-radius:999px;font-weight:600;font-size:.9rem}
.notice{display:flex;gap:1rem;align-items:flex-start;background:#fff7ed;border:1px solid #fdba74;color:#7c2d12;border-radius:.9rem;padding:1rem 1.2rem;margin-bottom:2.5rem}.notice .icon-box{background:#f97316;width:42px;height:42px}.notice strong{display:block}.notice p{margin:.2rem 0 0}.locations-layout{display:grid;grid-template-columns:minmax(330px,430px) 1fr;gap:2.5rem;align-items:start}.clinic-browser{min-width:0}.postcode-search{display:flex;align-items:center;border:1px solid var(--line);border-radius:.75rem;overflow:hidden;background:#fff;margin-bottom:.35rem}.postcode-search>span{display:flex;padding-left:.9rem;color:#9ca3af}.postcode-search input{border:0;min-width:0;width:100%;padding:.85rem}.postcode-search button{align-self:stretch;border:0;background:var(--blue);color:#fff;padding:0 1rem;cursor:pointer}.postcode-status{font-size:.88rem;min-height:1.4rem;margin:.2rem 0;color:var(--muted)}.postcode-status.error{color:#b91c1c}.clinic-list{max-height:630px;overflow:auto;padding:0 .6rem .6rem 0}.clinic-card{border:1px solid #e5e7eb;border-radius:.9rem;padding:1.25rem;margin-bottom:1rem;background:#fff;box-shadow:0 4px 14px rgba(15,23,42,.06)}.clinic-card-heading{display:flex;align-items:center;gap:.8rem}.clinic-card-heading .icon-box{width:42px;height:42px}.clinic-card h2{font-size:1.28rem;margin:0}.clinic-card p{color:var(--muted);margin:.5rem 0}.clinic-card p strong{color:var(--ink)}.distance{font-size:.8rem;color:var(--green);font-weight:700}.clinic-actions{display:flex;gap:.6rem;margin-top:1rem}.clinic-actions .button{flex:1;padding-inline:.65rem}.clinic-map{height:630px;border-radius:1rem;box-shadow:var(--shadow);overflow:hidden;z-index:1}.map-popup h3{margin:.1rem 0}.map-popup p{margin:.25rem 0}.map-popup a{display:inline-block;color:#2563eb;font-weight:700;margin-top:.35rem}
.faq-list{display:grid;gap:1rem}.faq-item{border:1px solid #e5e7eb;border-radius:.8rem;background:#fff;overflow:hidden}.faq-item summary{display:flex;justify-content:space-between;gap:1rem;cursor:pointer;padding:1.2rem 1.35rem;font-weight:700;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item p{padding:0 1.35rem 1.25rem;margin:0;color:var(--muted)}.faq-plus{font-size:1.45rem;color:var(--blue);line-height:1}.faq-item[open] .faq-plus{transform:rotate(45deg)}.guide-grid{display:grid;gap:2.5rem}.guide-card{padding:0;overflow:hidden;display:grid;grid-template-columns:2fr 3fr}.guide-card img{width:100%;height:100%;min-height:420px;object-fit:cover}.guide-card>div{padding:2rem}.guide-card h3{font-size:1.7rem}.guide-card p,.guide-card li{color:var(--muted)}.policy{max-width:860px}.policy h2{margin-top:2.2rem}.policy li{margin:.4rem 0}.booking-page{min-height:700px}.booking-container{max-width:900px}.back-button{margin-bottom:1.5rem}.booking-frame-wrap{border-radius:1rem;box-shadow:var(--shadow);overflow:hidden;background:#fff;border:1px solid #e5e7eb}.booking-frame-wrap iframe{display:block;width:100%;height:800px;border:0}.error-page{min-height:60vh;display:grid;place-items:center}.eyebrow{font-weight:800;color:var(--blue);font-size:1.2rem}
.site-footer{background:var(--navy);color:#fff;padding:3.7rem 0 1.8rem}.footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1.15fr;gap:2.5rem}.footer-brand{display:flex;align-items:center;gap:.7rem;font-size:1.2rem}.footer-brand img{width:38px;height:44px;object-fit:contain}.site-footer h2{font-size:1.05rem;margin:0 0 1rem}.site-footer p,.site-footer li,.site-footer a{color:#9ca3af}.site-footer ul{list-style:none;padding:0;margin:0}.site-footer li{margin:.45rem 0}.site-footer a:hover{color:#fff}.footer-brand strong{color:#fff}.copyright{border-top:1px solid #253047;text-align:center;margin-top:2rem;padding-top:1.7rem;color:#9ca3af}
.reveal{animation:fade-up .65s ease both}@keyframes fade-up{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
@media(max-width:900px){.site-nav{position:fixed;inset:84px 0 auto;background:#fff;display:none;flex-direction:column;align-items:stretch;gap:0;padding:1rem 1.25rem 1.4rem;box-shadow:0 12px 20px rgba(15,23,42,.12)}.site-nav.open{display:flex}.site-nav a{padding:.75rem 0;border-bottom:1px solid #eef0f3}.menu-button{display:inline-flex}.header-cta{display:none}.hero-grid,.split-grid{grid-template-columns:1fr;gap:2.5rem}.hero{padding:4rem 0}.hero-image-wrap{order:-1;padding:1.2rem}.hero-image-wrap img{height:310px}.service-grid{grid-template-columns:1fr 1fr}.locations-layout{grid-template-columns:1fr}.clinic-list{max-height:none;overflow:visible;padding-right:0}.clinic-map{height:480px}.footer-grid{grid-template-columns:1fr 1fr}.guide-card{grid-template-columns:1fr}.guide-card img{height:280px;min-height:0}}
@media(max-width:620px){.container{width:min(100% - 1.25rem,1200px)}.header-inner{height:76px}.brand img{width:42px;height:42px}.brand strong{font-size:1.15rem}.brand small{font-size:.7rem}.site-nav{inset:76px 0 auto}.hero{padding:3rem 0}.hero-copy h1{font-size:2.65rem}.hero-copy>p{font-size:1.08rem}.hero-image-wrap img{height:245px}.button-row{flex-direction:column}.button-row .button{width:100%}.page-section{padding:3.5rem 0}.page-hero{padding:3.5rem 0}.service-grid,.feature-grid{grid-template-columns:1fr}.service-card{padding:1.25rem}.feature-image{height:280px}.card{padding:1.35rem}.contact-items{align-items:flex-start;flex-direction:column;gap:1.2rem}.locations-layout{display:block}.clinic-map{height:360px;margin-top:2rem}.clinic-actions{flex-direction:column}.footer-grid{grid-template-columns:1fr}.booking-frame-wrap iframe{height:760px}}
