@import url('bingley-redesign.css');
/* The header already provides a contact action on every page. */
.mobilecall{display:none!important}
.headrow{display:block}.headrow h2{margin-bottom:8px}.headrow p{max-width:650px;margin:0;color:var(--muted)}.band .headrow p{color:#d9e5de}
.trustitem .badge{width:40px;height:40px}.trustitem .badge svg{width:21px;height:21px;display:block}.trustitem{align-items:center}.trustitem b{line-height:1.25;margin-bottom:3px}
body[data-page="home"] .trustin{grid-template-columns:repeat(3,1fr)}
.band .card{color:var(--ink)}.band .card h3{color:var(--ink)}.band .card .list{color:var(--muted)}
.browse-section{padding-top:24px}.team-preview .profile-photo{aspect-ratio:1.45;object-position:center 22%}.section-follow{margin:22px 0 0}.section-follow a{color:var(--green);font-weight:bold;text-decoration:none;font-size:13px}.section-follow span{padding-left:5px}.section-follow a:hover{text-decoration:underline}
.visit-section{background:#e9f0eb}.visit-section p{max-width:530px;color:var(--muted);font-size:14px}.visit-section .section{padding-top:65px;padding-bottom:65px}
.faq-section{padding-top:65px}.faq-list{display:grid;gap:8px;max-width:820px}.faq-list details{background:#fff;border:1px solid var(--line);border-radius:12px;padding:0 18px}.faq-list summary{cursor:pointer;list-style:none;padding:16px 0;font-size:14px;font-weight:bold;display:flex;justify-content:space-between;gap:15px}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:'+';color:var(--green);font-size:20px;line-height:1}.faq-list details[open] summary:after{content:'−'}.faq-list details p{font-size:13px;color:var(--muted);padding:0 0 17px;margin:0}
.next-section{border-top:1px solid var(--line);padding-top:42px}.next-links{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:17px}.next-links a{display:grid;grid-template-columns:1fr auto;gap:4px 12px;align-items:center;border:1px solid var(--line);border-radius:13px;background:white;padding:18px 20px;text-decoration:none}.next-links strong{font-size:15px}.next-links span{grid-column:1;color:var(--muted);font-size:12px}.next-links b{grid-column:2;grid-row:1/3;color:var(--green);font-size:20px;font-weight:400}.next-links a:hover{border-color:#91b8a6}
@media(max-width:760px){body[data-page="home"] .trustin{grid-template-columns:1fr 1fr}.team-preview{grid-template-columns:repeat(2,1fr)}.team-preview .card:last-child{grid-column:1/-1}.visit-section .section{padding-top:50px;padding-bottom:50px}.faq-section{padding-top:50px}.next-links{grid-template-columns:1fr}}
@media(max-width:400px){.team-preview{grid-template-columns:1fr}.team-preview .card:last-child{grid-column:auto}}
body{background:#f3f1eb}
.pill-wrap{padding:18px 22px 0}
.site-pill{max-width:1240px;min-height:86px;margin:auto;padding:12px 16px 12px 22px;border-radius:999px;background:#fff;display:grid;grid-template-columns:minmax(235px,1fr) auto minmax(150px,1fr);gap:22px;align-items:center;box-shadow:0 10px 35px rgba(44,55,48,.09)}
.site-pill .brand{gap:11px}.site-pill .brandname{color:#505659;font-size:18px;white-space:nowrap}.site-pill .brandname b{font-size:25px}.site-pill .brandname em{font-size:11px}.site-pill .runner{width:24px;height:30px}
.pill-links{display:flex;justify-content:center;align-items:center;gap:clamp(13px,1.8vw,28px);white-space:nowrap}.pill-links a{color:#4d595e;font-size:13px;font-weight:600;text-decoration:none;transition:color .18s}.pill-links a:hover,.pill-links a[aria-current=page]{color:#348dbd}
.pill-cta{justify-self:end;min-width:142px;padding:13px 18px;border-radius:999px;background:#3d96c8;color:#fff;text-align:center;text-decoration:none;font-size:12px;font-weight:bold;letter-spacing:.035em;transition:background .18s}.pill-cta:hover,.pill-cta[aria-current=page]{background:#287fab}
.profile-photo{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;object-position:center 27%;border-radius:15px;margin-bottom:15px;background:#e5eeeb}.team-card{overflow:hidden}
.concept-foot{text-align:center;padding:13px;color:#727c7b;font-size:11px}
@keyframes soft-rise{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
@keyframes cta-arrive{from{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}
.hero .eyebrow,.hero h1,.hero .lead,.hero .actions,.hero .note{animation:soft-rise .65s cubic-bezier(.2,.7,.2,1) both}
.hero .eyebrow{animation-delay:.06s}.hero h1{animation-delay:.13s}.hero .lead{animation-delay:.22s}.hero .actions{animation-delay:.3s}.hero .note{animation-delay:.36s}
.pill-cta{display:inline-flex;align-items:center;justify-content:center;gap:7px;animation:cta-arrive .55s ease-out .22s both;transition:background .2s ease,box-shadow .2s ease,transform .2s ease}
.pill-cta::after{content:'↗';display:inline-block;font-size:14px;line-height:1;transition:transform .2s ease}
.pill-cta:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(45,119,158,.22)}
.pill-cta:hover::after{transform:translate(2px,-2px)}
.motion-reveal{opacity:0;transform:translateY(14px);transition:opacity .65s ease var(--motion-delay,0ms),transform .65s cubic-bezier(.2,.7,.2,1) var(--motion-delay,0ms)}
.motion-reveal.is-visible{opacity:1;transform:translateY(0)}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero .eyebrow,.hero h1,.hero .lead,.hero .actions,.hero .note,.pill-cta{animation:none!important}.motion-reveal{opacity:1;transform:none;transition:none}.pill-cta,.pill-cta::after{transition:none}}
@media(max-width:1000px){.site-pill{grid-template-columns:1fr auto;gap:8px 14px;border-radius:25px}.site-pill .brand{grid-column:1;grid-row:1}.pill-cta{grid-column:2;grid-row:1}.pill-links{grid-column:1/-1;grid-row:2;justify-content:flex-start;overflow-x:auto;padding:10px 2px 3px;border-top:1px solid #edf0ed;gap:22px}.pill-links a{font-size:12px}}
@media(max-width:520px){.pill-wrap{padding:10px 12px 0}.site-pill{min-height:0;padding:12px;border-radius:21px;gap:4px 8px}.site-pill .brand{gap:7px}.site-pill .brandname{font-size:14px}.site-pill .brandname b{font-size:20px}.site-pill .brandname em{font-size:9px}.site-pill .runner{width:17px;height:24px}.pill-cta{min-width:0;padding:11px 13px;font-size:10px}.pill-links{gap:18px;margin-top:4px}.pill-links a{font-size:11px}.profile-photo{aspect-ratio:1.25}}
body[data-page="sports"] .sports-condition-photo{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;object-position:center bottom;border-radius:14px;margin:0 0 16px;background:#e5eeeb}
body[data-page="home"] .home-service-photo{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;object-position:center 58%;border-radius:14px;margin:0 0 16px;background:#e5eeeb}
body[data-page="contact"] .contact-place{min-height:320px}
body[data-page="contact"] .contact-place::before{display:none}
body[data-page="contact"] .contact-place-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 52%}
body[data-page="contact"] #contact-map{height:340px;overflow:hidden;background:#e7efeb}
body[data-page="contact"] #contact-map iframe{display:block;width:100%;height:100%;min-height:340px;border:0;border-radius:inherit}
.photo-panel{position:relative;overflow:hidden}
.photo-panel::before{display:none}
.photo-panel>img{position:absolute;inset:0;z-index:0;display:block;width:100%;height:100%;object-fit:cover}
.photo-panel .floating{z-index:2;color:var(--ink)}
.art.photo-panel{display:block;min-height:0;aspect-ratio:1.22;border-radius:20px}
.home-team-room>img{object-position:center 54%}
.home-place-photo>img{object-position:center 53%}
@media(max-width:760px){.art.photo-panel{min-height:250px;aspect-ratio:1.28}}
.page-hero-photo>img{object-position:center 52%}
.team-hero-portraits{position:absolute;inset:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;padding:16px 16px 58px}
.team-hero-portraits img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 22%;border-radius:15px;background:#e5eeeb}
.team-hero-photo .arttag{top:auto;bottom:14px;left:16px}
