/* =========================================================
   Clinic page (Manchester / Harrogate) shared styles
   ========================================================= */

.clinic-hero {
	min-height: 900px;
	background-color: var(--lb-ink);
	background-size: cover;
	background-position: center;
}
.clinic-hero .hero__content { padding-top: 360px; }
.clinic-hero__quick {
	display: flex; gap: 24px; justify-content: center; margin-top: 32px;
	flex-wrap: wrap;
}
.clinic-hero__quick span {
	font-family: var(--lb-font-body); font-weight: 400; font-size: 13px;
	letter-spacing: 1px; color: var(--lb-white-90);
	padding: 8px 16px; background: rgba(255,255,255,0.08);
	border: 1px solid var(--lb-white-20); border-radius: var(--lb-radius-pill);
}

/* ---------- OUR CLINIC ---------- */
.section-our-clinic { background: var(--lb-white); padding-block: 140px; }
.section-our-clinic .section__head--center { text-align: center; margin-bottom: 80px; }
.our-clinic__heading { color: var(--lb-ink); font-weight: 300; }
.our-clinic__heading em { font-family: var(--lb-font-heading); font-weight: 700; font-style: normal; letter-spacing: 0; }
.our-clinic__intro {
	max-width: 880px; margin: 24px auto 0;
	font-family: var(--lb-font-body); font-weight: 300; font-size: 16px;
	line-height: 1.8; color: var(--lb-grey-500); text-align: center;
}
.our-clinic__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.our-clinic__copy { display: flex; flex-direction: column; gap: 20px; align-items: flex-start; }
.our-clinic__subhead {
	font-family: var(--lb-font-heading); font-weight: 600; font-size: 26px;
	color: var(--lb-ink); margin-bottom: 4px;
}
.our-clinic__copy p {
	font-family: var(--lb-font-body); font-weight: 300; font-size: 15px;
	line-height: 1.75; color: var(--lb-grey-500);
}
.our-clinic__copy p strong { color: var(--lb-grey-700); font-weight: 500; }
.our-clinic__list { display: flex; flex-direction: column; gap: 12px; margin: 4px 0; }
.our-clinic__list li {
	position: relative; padding-left: 22px;
	font-family: var(--lb-font-body); font-weight: 300; font-size: 15px; color: var(--lb-grey-700);
}
.our-clinic__list li::before {
	content: '•'; position: absolute; left: 0; top: -2px;
	color: var(--lb-grey-400); font-size: 18px; line-height: 1;
}
.our-clinic__cta {
	display: inline-block; margin-top: 8px;
	background: var(--lb-cream); color: var(--lb-ink);
	font-family: var(--lb-font-body); font-weight: 600; font-size: 12px;
	letter-spacing: 2.5px; text-transform: uppercase; padding: 18px 40px;
	transition: background-color .2s ease, transform .2s ease;
}
.our-clinic__cta:hover { background: var(--lb-white); transform: translateY(-2px); }
.our-clinic__media {
	margin: 0; aspect-ratio: 592/460; overflow: hidden;
	background-size: cover; background-position: center; background-color: var(--lb-grey-100);
}

/* ---------- CLINIC TEAM ---------- */
.section-clinic-team { background: var(--lb-white); padding-block: 140px; }
.section-clinic-team .section__head--center { text-align: center; margin-bottom: 56px; }
.team__heading { color: var(--lb-ink); font-weight: 400; }
.team__heading em { font-family: var(--lb-font-heading); font-weight: 700; font-style: normal; letter-spacing: 0; }
.team__lead {
	max-width: 580px; margin: 16px auto 0;
	font-family: var(--lb-font-body); font-weight: 300; font-size: 16px;
	line-height: 1.7; color: var(--lb-grey-500); text-align: center;
}
/* 6-col base so a part-filled last row can centre (each card spans 2 tracks = 3 per row) */
.team__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 40px 24px; }
.team-card { margin: 0; grid-column: span 2; display: flex; flex-direction: column; gap: 18px; }
@media (min-width: 881px) {
	/* lone card on the last row → centre */
	.team__grid .team-card:last-child:nth-child(3n+1) { grid-column: 3 / span 2; }
	/* two cards on the last row → centre the pair */
	.team__grid .team-card:nth-child(3n+1):nth-last-child(2) { grid-column: 2 / span 2; }
}
.team-card__media {
	position: relative; aspect-ratio: 3/4; width: 100%; overflow: hidden;
	background-size: cover; background-position: center top;
	background-color: var(--lb-grey-100);
}
.team-card__overlay {
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.72) 100%);
	display: flex; flex-direction: column; justify-content: center;
	padding: 36px 32px; opacity: 0; transition: opacity .35s ease;
}
.team-card:hover .team-card__overlay { opacity: 1; }
.team-card__role {
	font-family: var(--lb-font-heading); font-weight: 600; font-size: 18px;
	letter-spacing: 0.5px; text-transform: uppercase; color: var(--lb-white);
	line-height: 1.25; margin-bottom: 10px;
}
.team-card__clinic {
	font-family: var(--lb-font-body); font-weight: 500; font-size: 12px;
	letter-spacing: 2px; text-transform: uppercase; color: var(--lb-cream); margin-bottom: 16px;
}
.team-card__bio {
	font-family: var(--lb-font-body); font-weight: 300; font-size: 13px;
	line-height: 1.65; color: var(--lb-white-90);
}
.team-card__foot { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.team-card__name {
	font-family: var(--lb-font-body); font-weight: 600; font-size: 13px;
	letter-spacing: 2px; text-transform: uppercase; color: var(--lb-ink);
}
.team-card__book {
	font-family: var(--lb-font-body); font-weight: 500; font-size: 11px;
	letter-spacing: 1.5px; text-transform: uppercase; color: var(--lb-ink);
	border: 1px solid var(--lb-grey-100); padding: 12px 18px;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}
.team-card__book:hover { background: var(--lb-ink); color: var(--lb-cream); border-color: var(--lb-ink); }

/* ---------- YOUR CONSULTATION (expanding step accordion) ---------- */
.section-consult { background: var(--lb-white); padding-block: 140px; }
.section-consult .section__head--center { text-align: center; margin-bottom: 64px; }
.consult__heading { color: var(--lb-ink); font-weight: 400; }
.consult__heading em { font-family: var(--lb-font-heading); font-weight: 700; font-style: normal; letter-spacing: 0; }
.consult__intro {
	max-width: 640px; margin: 20px auto 0;
	font-family: var(--lb-font-body); font-weight: 300; font-size: 16px;
	line-height: 1.7; color: var(--lb-grey-500); text-align: center;
}
.consult__inner { display: grid; grid-template-columns: 1fr 2fr; gap: 48px; align-items: stretch; }
.consult__copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 28px; }
/* Figma: Poppins Medium, 36px, line-height 46 */
.consult__subhead {
	font-family: var(--lb-font-body); font-weight: 500; font-size: 36px;
	line-height: 46px; color: var(--lb-ink); max-width: 360px; hyphens: none;
}
.consult__cta {
	display: inline-block; background: var(--lb-cream); color: var(--lb-ink);
	font-family: var(--lb-font-body); font-weight: 600; font-size: 12px;
	letter-spacing: 2.5px; text-transform: uppercase; padding: 18px 36px;
	transition: background-color .2s ease, transform .2s ease;
}
.consult__cta:hover { background: var(--lb-white); transform: translateY(-2px); }
.consult__strip { display: flex; gap: 12px; height: 560px; }
.consult-panel {
	position: relative; flex: 1; min-width: 0; overflow: hidden; cursor: pointer;
	background-size: cover; background-position: center;
	transition: flex .45s cubic-bezier(.4,0,.2,1);
}
.consult-panel::after {
	content: ''; position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.55) 100%);
}
/* default-expanded panel when the strip isn't being hovered */
.consult__strip:not(:hover) .consult-panel--active { flex: 4; }
.consult-panel:hover { flex: 4; }
.consult-panel__num {
	position: absolute; top: 28px; left: 28px; z-index: 2;
	font-family: var(--lb-font-heading); font-weight: 500; font-size: 44px;
	color: var(--lb-cream); line-height: 1;
}
.consult-panel__cap {
	position: absolute; left: 28px; bottom: 28px; right: 28px; z-index: 2;
	font-family: var(--lb-font-heading); font-weight: 600; font-size: 24px;
	color: var(--lb-white); opacity: 0; transition: opacity .3s ease .1s;
}
.consult__strip:not(:hover) .consult-panel--active .consult-panel__cap,
.consult-panel:hover .consult-panel__cap { opacity: 1; }

/* ---------- OUR MANCHESTER CLINIC (gallery carousel) ---------- */
.section-clinic-gallery { background: var(--lb-white); padding-block: 140px; }
.section-clinic-gallery .section__head--center { text-align: center; margin-bottom: 48px; }
.gallery__heading { color: var(--lb-ink); font-weight: 400; }
.gallery__heading em { font-family: var(--lb-font-heading); font-weight: 700; font-style: normal; letter-spacing: 0; }
.gallery-feature {
	position: relative; aspect-ratio: 1244 / 630; overflow: hidden;
	background: var(--lb-grey-100); border-radius: 2px;
}
.gallery-feature__img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery-feature__nav { position: absolute; right: 24px; bottom: 24px; display: flex; gap: 12px; }
.gallery-arrow {
	width: 44px; height: 44px; border: 1px solid var(--lb-white-40);
	background: rgba(0,0,0,0.30); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
	color: var(--lb-white); font-size: 18px; cursor: pointer;
	display: flex; align-items: center; justify-content: center;
	transition: background-color .2s ease, color .2s ease;
}
.gallery-arrow:hover { background: var(--lb-cream); color: var(--lb-ink); border-color: var(--lb-cream); }
.gallery-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 16px; }
.gallery-thumb {
	margin: 0; padding: 0; border: 0; cursor: pointer;
	aspect-ratio: 1; overflow: hidden; background: var(--lb-grey-100); border-radius: 2px;
}
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.gallery-thumb:hover img { transform: scale(1.05); }

/* ---------- MULTIPLE AREA DISCOUNTS ---------- */
.section-discounts { background: var(--lb-white); padding-block: 80px; color: var(--lb-white); text-align: center; }
.discounts__inner {
	background-color: var(--lb-ink); background-size: cover; background-position: center;
	padding: 72px 56px;
	display: flex; flex-direction: column; align-items: center; gap: 16px;
}
.discounts__bolt { font-size: 30px; line-height: 1; filter: hue-rotate(0); color: var(--lb-cream); }
.discounts__heading { color: var(--lb-white); font-weight: 400; }
.discounts__heading em { font-family: var(--lb-font-heading); font-weight: 700; font-style: normal; letter-spacing: 0; }
.discounts__sub {
	max-width: 640px; font-family: var(--lb-font-body); font-weight: 300; font-size: 16px;
	line-height: 1.7; color: var(--lb-white-90); margin-bottom: 24px;
}
.discounts__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; width: 100%; }
.discount-card {
	padding: 44px 24px; text-align: center;
	border: 1px solid var(--lb-cream); background: rgba(255,255,255,0.06);
	-webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
	display: flex; flex-direction: column; gap: 10px;
}
.discount-card strong {
	font-family: var(--lb-font-heading); font-weight: 600; font-size: 44px;
	color: var(--lb-cream); line-height: 1;
}
.discount-card span {
	font-family: var(--lb-font-body); font-weight: 500; font-size: 13px;
	letter-spacing: 1px; color: var(--lb-white);
}

/* ---------- FIND US ---------- */
.section-find-us { background: var(--lb-white); padding-block: 140px; }
.find-us__inner { display: grid; grid-template-columns: 1fr 1.2fr; gap: 56px; align-items: stretch; }
.find-us__copy { display: flex; flex-direction: column; gap: 20px; }
.find-us__copy > p {
	font-family: var(--lb-font-body); font-weight: 400; font-size: 16px;
	color: var(--lb-grey-500); margin-top: -8px;
}
.find-us__details { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 24px 0; border-top: 1px solid var(--lb-grey-100); border-bottom: 1px solid var(--lb-grey-100); }
.find-us__details h4 {
	font-family: var(--lb-font-body); font-weight: 500; font-size: 11px;
	letter-spacing: 2.5px; text-transform: uppercase; color: var(--lb-grey-500);
	margin-bottom: 8px;
}
.find-us__details p { font-family: var(--lb-font-body); font-weight: 300; font-size: 14px; line-height: 1.6; color: var(--lb-grey-700); }
.find-us__details a { color: var(--lb-ink); border-bottom: 1px solid var(--lb-grey-100); }
.find-us__details a:hover { color: var(--lb-cream); border-color: var(--lb-cream); }
.find-us__ctas { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 8px; }
.find-us__map {
	aspect-ratio: 4/3; border-radius: var(--lb-radius-md); overflow: hidden;
	background: var(--lb-grey-100);
}
.find-us__map iframe { display: block; width: 100%; height: 100%; border: 0; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1180px) {
	.our-clinic__inner, .find-us__inner { grid-template-columns: 1fr; gap: 40px; }
	.team__grid { grid-template-columns: repeat(2, 1fr); }
	.team__grid .team-card { grid-column: auto; }
	.find-us__map { aspect-ratio: 16/10; }
}
@media (max-width: 880px) {
	.clinic-hero { min-height: 600px; }
	.clinic-hero .hero__content { padding-top: 220px; }
	.section-our-clinic, .section-clinic-team, .section-find-us, .section-consult, .section-clinic-gallery { padding-block: 80px; }
	.team__grid { grid-template-columns: 1fr; }
	.gallery-thumbs { grid-template-columns: repeat(2, 1fr); }
	/* tighter paddings so the 2x2 grid fits narrow phones without overflowing */
	.discounts__inner { padding: 56px 20px; }
	.discounts__grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
	.discount-card { padding: 28px 12px; }
	.discount-card strong { font-size: 32px; }
	.consult__inner { grid-template-columns: 1fr; gap: 32px; }
	/* hover-accordion strip becomes a vertical stack of equal cards on touch screens */
	.consult__strip { flex-direction: column; height: auto; gap: 12px; }
	.consult__strip .consult-panel,
	.consult__strip:not(:hover) .consult-panel--active,
	.consult__strip .consult-panel:hover { flex: 0 0 auto; aspect-ratio: 16/10; }
	.consult-panel__num { top: 18px; left: 20px; font-size: 34px; }
	.consult-panel__cap { opacity: 1; left: 20px; right: 20px; bottom: 18px; font-size: 20px; }
	.consult__subhead { font-size: 28px; }
	.find-us__details { grid-template-columns: 1fr; }
	.clinic-hero__quick { flex-direction: column; gap: 8px; align-items: center; }
}

/* ===== FIND US (Getting Here) ===== */
.section-findus { background: var(--lb-white); padding-block: 80px; }
.findus__grid {
	display: grid;
	grid-template-columns: 1.7fr 1fr;
	gap: 24px;
	align-items: stretch;
}
.findus__map {
	border-radius: var(--lb-radius-md, 8px);
	overflow: hidden;
	background: #f0f0f0;
	min-height: 520px;
}
.findus__map iframe { display: block; width: 100%; height: 100%; }
.findus__aside { display: flex; flex-direction: column; gap: 24px; }
.findus-card {
	background: #f5f5f5;
	border-radius: var(--lb-radius-md, 8px);
	padding: 28px 28px;
}
.findus-contact { display: flex; flex-direction: column; gap: 16px; }
.findus-contact__row {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0;
	font-family: var(--lb-font-body);
	font-size: 14px;
	line-height: 1.5;
	color: var(--lb-ink);
}
.findus-contact__row a { color: var(--lb-ink); text-decoration: none; }
.findus-contact__row a:hover { text-decoration: underline; }
.findus-ico {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	color: var(--lb-ink);
}
.findus-ico svg { width: 18px; height: 18px; display: block; }
.findus-travel { display: flex; flex-direction: column; gap: 24px; flex: 1; }
.findus-travel__item { }
.findus-travel__item h4 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 6px;
	font-family: var(--lb-font-heading);
	font-weight: 600;
	font-size: 20px;
	color: var(--lb-ink);
}
.findus-travel__item h4 .findus-ico { width: 22px; height: 22px; }
.findus-travel__item h4 .findus-ico svg { width: 22px; height: 22px; }
.findus-travel__item p {
	margin: 0;
	font-family: var(--lb-font-body);
	font-size: 14px;
	line-height: 1.5;
	color: #666;
}

@media (max-width: 860px) {
	.findus__grid { grid-template-columns: 1fr; }
	.findus__map { min-height: 340px; }
}
