/* =========================================================
   Laser Base — About page styles
   ========================================================= */

/* About hero is shorter than home hero */
.about-hero {
	min-height: 900px;
	background-color: var(--lb-ink);
	background-image:
		linear-gradient(180deg, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0.55) 100%),
		url('../assets/images/about-hero.jpg?v=1780666854');
	background-size: cover;
	background-position: center;
}
.about-hero .hero__content { padding-top: 360px; }
.about-hero .hero__bottom { background: linear-gradient(180deg, transparent, rgba(0,0,0,0.6)); }

/* ---------- WHO WE ARE ---------- */
.section-who { background: var(--lb-white); padding-block: 140px; }
.section-who .section__head--center { text-align: center; margin-bottom: 56px; }
.who__heading { color: var(--lb-ink); font-weight: 400; }
/* Figma: League Spartan, "Who We" bold — not the italic serif */
.who__heading em { font-family: var(--lb-font-heading); font-weight: 700; font-style: normal; letter-spacing: 0; }
.who__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.who__media {
	margin: 0; border-radius: 8px; overflow: hidden;
	aspect-ratio: 592 / 419; background: var(--lb-grey-100);
}
.who__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.who__copy { display: flex; flex-direction: column; gap: 20px; }
.who__subhead {
	font-family: var(--lb-font-heading); font-weight: 600; font-size: 26px;
	color: var(--lb-ink); margin-bottom: 4px;
}
.who__copy p {
	font-family: var(--lb-font-body); font-weight: 300; font-size: 15px;
	line-height: 1.8; color: var(--lb-grey-500);
}
.who__stats[hidden] { display: none; }
.who__stats {
	display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px;
	width: 100%; max-width: 980px;
	padding-top: 32px;
	border-top: 1px solid var(--lb-grey-100);
}
.who__stats > div {
	display: flex; flex-direction: column; align-items: center; gap: 8px;
	text-align: center;
}
.who__stats strong {
	font-family: var(--lb-font-display); font-weight: 400; font-size: 56px;
	color: var(--lb-ink); line-height: 1;
}
.who__stats span {
	font-family: var(--lb-font-body); font-weight: 400; font-size: 11px;
	letter-spacing: 2.5px; text-transform: uppercase; color: var(--lb-grey-500);
}

/* ---------- OUR APPROACH ---------- */
.section-approach { background: var(--lb-white); padding-block: 40px 140px; }
.section-approach .section__head--center { text-align: center; margin-bottom: 48px; }
/* Figma: Poppins 400, 12.8px, letter-spacing 3, line-height 20.5, #999999 */
.section-approach .eyebrow-sm {
	font-weight: 400; font-size: 12.8px; letter-spacing: 3px;
	line-height: 20.5px; color: #999999;
}
.approach__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.approach-card {
	border: 3px solid var(--lb-cream); /* Figma: stroke FDEBBB, weight 3, inside */
	padding: 40px 32px; text-align: center;
	display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.approach-card__num {
	font-family: var(--lb-font-heading); font-weight: 300; font-size: 48px;
	color: var(--lb-grey-100); line-height: 1; margin-bottom: 6px;
}
.approach-card h3 {
	font-family: var(--lb-font-heading); font-weight: 600; font-size: 22px;
	color: var(--lb-ink);
}
.approach-card p {
	font-family: var(--lb-font-body); font-weight: 300; font-size: 14px;
	line-height: 1.7; color: var(--lb-grey-500);
}

/* ---------- TEAM ---------- */
.section-team { background: var(--lb-white); padding-block: 140px; }
.section-team .section__head--center { text-align: center; margin-bottom: 56px; }
.team__heading { color: var(--lb-ink); font-weight: 400; }
/* Figma: League Spartan, "Meet" bold — not the italic serif */
.team__heading em { font-family: var(--lb-font-heading); font-weight: 700; font-style: normal; letter-spacing: 0; }
.team__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px 24px; }
/* A lone card on the last row centers in the middle column on desktop */
@media (min-width: 881px) {
	.team__grid .team-card:last-child:nth-child(3n+1) { grid-column: 2; }
}
.team-card { margin: 0; display: flex; flex-direction: column; gap: 18px; }
.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__media--placeholder {
	background: linear-gradient(135deg, var(--lb-ink) 0%, var(--lb-grey-700) 100%);
	display: flex; align-items: center; justify-content: center;
}
.team-card__media--placeholder > span {
	font-family: var(--lb-font-heading); font-weight: 500;
	font-size: 64px; letter-spacing: 4px; color: var(--lb-cream); opacity: .7;
}
/* Hover overlay: role / clinic / bio fade in over the photo */
.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); }

/* ---------- ACCREDITATIONS (static grid, icon left + text right) ---------- */
.section-accred-about { background: var(--lb-white); padding-block: 40px 140px; }
.section-accred-about .section__head--center { text-align: center; margin-bottom: 64px; }
.accred-about__heading { color: var(--lb-ink); font-weight: 400; }
.accred-about__heading em { font-family: var(--lb-font-heading); font-weight: 700; font-style: normal; letter-spacing: 0; }
.accred-about__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 56px 40px; }
.accred-item { display: flex; gap: 24px; align-items: flex-start; }
.accred-item__icon { flex: 0 0 auto; width: 100px; display: inline-flex; }
.accred-item__icon img { width: 100px; height: 100px; object-fit: contain; }
.accred-item__icon svg { width: 100px; height: 100px; border-radius: 50%; }
.accred-item__body h3 {
	font-family: var(--lb-font-heading); font-weight: 600; font-size: 22px;
	color: var(--lb-ink); margin-bottom: 8px;
}
.accred-item__body p {
	font-family: var(--lb-font-body); font-weight: 300; font-size: 14px;
	line-height: 1.6; color: var(--lb-grey-500);
}

/* ---------- FOUNDER ---------- */
.section-founder { background: var(--lb-ink); color: var(--lb-white); padding-block: 140px; }
.founder__inner {
	display: grid; grid-template-columns: 1fr 1fr; gap: 64px;
	align-items: center;
}
.founder__media {
	margin: 0;
	aspect-ratio: 4/5; overflow: hidden; border-radius: var(--lb-radius-md);
}
.founder__media img { width: 100%; height: 100%; object-fit: cover; }
.founder__copy { display: flex; flex-direction: column; gap: 24px; }
.founder__copy h2 { color: var(--lb-white); }
.founder__copy p {
	font-family: var(--lb-font-body); font-weight: 300; font-size: 18px;
	line-height: 1.7; color: var(--lb-white-90); font-style: italic;
}
.founder__signoff {
	font-style: normal !important; font-weight: 500 !important; font-size: 12px !important;
	letter-spacing: 2.5px; text-transform: uppercase; color: var(--lb-cream) !important;
}

/* ---------- TEAM IN ACTION ---------- */
.section-action { background: var(--lb-white); padding-block: 140px; }
.section-action .section__head--center { text-align: center; margin-bottom: 48px; }
.action__heading { color: var(--lb-ink); font-weight: 400; }
.action__heading em { font-family: var(--lb-font-heading); font-weight: 700; font-style: normal; letter-spacing: 0; }

/* Featured slide */
.action-feature {
	position: relative; aspect-ratio: 1280 / 620; overflow: hidden;
	background: var(--lb-grey-100); border-radius: 2px;
}
.action-feature__img { width: 100%; height: 100%; object-fit: cover; display: block; }
.action-feature__overlay {
	position: absolute; left: 0; bottom: 0; padding: 40px;
	display: flex; flex-direction: column; gap: 14px;
}
.action-feature__tag {
	align-self: flex-start;
	font-family: var(--lb-font-body); font-weight: 500; font-size: 11px;
	letter-spacing: 2.5px; text-transform: uppercase; color: var(--lb-white);
	border: 1px solid var(--lb-white-40); padding: 8px 16px;
	background: rgba(0,0,0,0.25); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.action-feature__title {
	font-family: var(--lb-font-heading); font-weight: 600; font-size: 28px;
	color: var(--lb-white); text-shadow: 0 2px 12px rgba(0,0,0,0.45);
}
.action-feature__nav { position: absolute; right: 40px; bottom: 40px; display: flex; gap: 12px; }
.action-arrow {
	width: 44px; height: 44px; border: 1px solid var(--lb-white-40);
	background: rgba(0,0,0,0.25); -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;
}
.action-arrow:hover { background: var(--lb-cream); color: var(--lb-ink); border-color: var(--lb-cream); }

/* Thumbnails */
.action-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 16px; }
.action-thumb {
	margin: 0; padding: 0; border: 0; cursor: pointer;
	aspect-ratio: 1; overflow: hidden; background: var(--lb-grey-100);
	border-radius: 2px;
}
.action-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease, opacity .2s ease; }
.action-thumb:hover img { transform: scale(1.05); }

/* ---------- A TREATMENT WITH US (4×2 image + text grid) ---------- */
.section-treatment { background: var(--lb-white); padding-block: 140px; }
.section-treatment .section__head--center { text-align: center; margin-bottom: 56px; }
.treatment__heading { color: var(--lb-ink); font-weight: 400; }
.treatment__heading em { font-family: var(--lb-font-heading); font-weight: 700; font-style: normal; letter-spacing: 0; }
.treatment__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.treatment__img {
	margin: 0; background-size: cover; background-position: center;
	background-color: var(--lb-grey-100); min-height: 280px;
}
.treatment__cell {
	background: var(--lb-ink); color: var(--lb-white);
	padding: 40px 32px; display: flex; flex-direction: column;
}
.treatment__cell h3 {
	font-family: var(--lb-font-heading); font-weight: 600; font-size: 22px;
	color: var(--lb-white); line-height: 1.2; margin-bottom: 14px;
}
.treatment__quote {
	font-family: var(--lb-font-accent); font-style: italic; font-size: 19px;
	color: var(--lb-cream); margin-bottom: 16px; line-height: 1.3;
}
.treatment__cell p:not(.treatment__quote) {
	font-family: var(--lb-font-body); font-weight: 300; font-size: 13px;
	line-height: 1.7; color: var(--lb-white-70);
}

/* ---------- BOOK CONSULTATION BAND ---------- */
.section-book-band {
	background-color: var(--lb-ink);
	background-size: cover; background-position: center;
	color: var(--lb-white); padding-block: 120px; text-align: center;
}
.book-band__inner {
	display: flex; flex-direction: column; align-items: center; gap: 16px;
	max-width: 720px;
}
.book-band__headline {
	font-family: var(--lb-font-display); font-weight: 400;
	font-size: clamp(40px, 5vw, 72px); line-height: 1.05; color: var(--lb-white);
}
.book-band__lead {
	font-family: var(--lb-font-body); font-weight: 300; font-size: 16px;
	line-height: 1.7; color: var(--lb-white-90); margin: 4px 0 16px;
}
.book-band__ctas { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }
.book-band__ctas .btn--primary { background: var(--lb-cream); color: var(--lb-ink); padding: 14px 32px; }
.book-band__ctas .btn--primary:hover { background: var(--lb-white); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1180px) {
	.team__grid { grid-template-columns: repeat(3, 1fr); }
	.founder__inner { grid-template-columns: 1fr; gap: 40px; }
	.who__stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 880px) {
	.about-hero { min-height: 600px; }
	.about-hero .hero__content { padding-top: 220px; }
	.section-who, .section-team, .section-founder, .section-action,
	.section-book-band, .section-accred-about, .section-treatment { padding-block: 80px; }
	.team__grid { grid-template-columns: repeat(2, 1fr); }
	.treatment__grid { grid-template-columns: 1fr 1fr; }
	.action-thumbs { grid-template-columns: repeat(2, 1fr); }
	/* taller frame on mobile so overlay + arrows have room */
	.action-feature { aspect-ratio: 4/3; }
	.action-feature__overlay { padding: 16px; gap: 10px; }
	.action-feature__tag { font-size: 10px; padding: 6px 12px; }
	.action-feature__title { font-size: 19px; text-wrap: balance; max-width: 70%; }
	.action-feature__nav { right: 14px; bottom: 14px; gap: 8px; }
	.action-arrow { width: 36px; height: 36px; font-size: 15px; }
	.who__inner { grid-template-columns: 1fr; gap: 32px; }
	.approach__grid { grid-template-columns: repeat(2, 1fr); }
	.accred-about__grid { grid-template-columns: repeat(2, 1fr); gap: 40px; }
	.who__stats strong { font-size: 40px; }
	.founder__copy p { font-size: 16px; }
}
@media (max-width: 600px) {
	.team__grid { grid-template-columns: 1fr; }
	.approach__grid { grid-template-columns: 1fr; }
	.accred-about__grid { grid-template-columns: 1fr; }
	.treatment__grid { grid-template-columns: 1fr; }
	.who__stats { grid-template-columns: 1fr 1fr; gap: 24px; }
}
