/* =========================================================
   Our Machines page styles
   ========================================================= */

.machines-hero {
	min-height: 900px;
	background-color: var(--lb-ink);
	background-size: cover;
	background-position: center;
}
.machines-hero .hero__content { padding-top: 360px; }

/* ---------- 2. CLINIC SPEC ---------- */
.section-clinic-spec { background: var(--lb-white); padding-block: 140px; }
.clinic-spec__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.clinic-spec__media { margin: 0; aspect-ratio: 4/5; overflow: hidden; border-radius: var(--lb-radius-md); background: var(--lb-grey-100); }
.clinic-spec__media img { width: 100%; height: 100%; object-fit: cover; }
.clinic-spec__copy { display: flex; flex-direction: column; gap: 18px; }
.clinic-spec__copy h2 {
	font-family: var(--lb-font-display); font-weight: 400;
	font-size: 40px; line-height: 1.1; color: var(--lb-ink);
}
.clinic-spec__copy p { font-family: var(--lb-font-body); font-weight: 300; font-size: 16px; line-height: 1.7; color: var(--lb-grey-500); }
.clinic-spec__list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; margin-top: 8px; }
.clinic-spec__list li {
	font-family: var(--lb-font-body); font-weight: 400; font-size: 13px;
	color: var(--lb-ink); padding-left: 22px; position: relative;
}
.clinic-spec__list li::before {
	content: '✓'; position: absolute; left: 0; top: 0;
	color: var(--lb-cream); font-weight: 700;
}
/* ---------- Watch video ---------- */
.guide__video {
	margin: 0 auto; max-width: 900px; aspect-ratio: 896/504;
	overflow: hidden;
}
.guide__video__hair__removal{
 max-width: 600px; aspect-ratio: auto;
}
.guide__video img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* Click-to-play poster: make the slot obviously a video */
.guide__video .video-wrapper { position: relative; cursor: pointer; }
.guide__play-btn {
	position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
	width: 88px; height: 88px; border: 0; border-radius: 50%; cursor: pointer;
	background: rgba(255,255,255,0.92); color: var(--lb-ink);
	display: flex; align-items: center; justify-content: center;
	box-shadow: 0 10px 34px rgba(0,0,0,0.38); transition: transform .25s ease, background-color .25s ease;
}
.guide__play-btn svg { margin-left: 5px; }
.guide__video .video-wrapper:hover .guide__play-btn { transform: translate(-50%,-50%) scale(1.09); background: var(--lb-cream); }
.guide__play-btn:focus-visible { outline: 3px solid var(--lb-cream); outline-offset: 3px; }
/* portrait guide videos (vertical phone clips) */
.guide__video--portrait { max-width: 420px; aspect-ratio: auto; margin-inline: auto; border-radius: var(--lb-radius-md); }
.guide__video--portrait .video-wrapper { position: relative; cursor: pointer; border-radius: var(--lb-radius-md); overflow: hidden; }
.guide__video--portrait img, .guide__video--portrait video { width: 100%; height: auto; display: block; object-fit: contain; }
/* ---------- 3. INVEST ---------- */
.section-invest { background: var(--lb-off-white); padding-block: 140px; }
.invest__inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; }
.invest__copy { display: flex; flex-direction: column; gap: 20px; }
.invest__copy > p { font-family: var(--lb-font-body); font-weight: 300; font-size: 16px; line-height: 1.7; color: var(--lb-grey-500); }
.invest__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 16px; }
.invest__grid h3 {
	font-family: var(--lb-font-heading); font-weight: 500; font-size: 24px;
	color: var(--lb-ink); margin-bottom: 8px;
}
.invest__grid p { font-family: var(--lb-font-body); font-weight: 300; font-size: 14px; line-height: 1.6; color: var(--lb-grey-500); }
.invest__quote {
	margin: 24px 0 0; padding: 24px 28px;
	background: var(--lb-ink); color: var(--lb-cream);
	border-radius: var(--lb-radius-md);
	font-family: var(--lb-font-display); font-weight: 400; font-size: 18px;
	line-height: 1.6; font-style: italic;
}
.invest__media { margin: 0; aspect-ratio: 600/780; overflow: hidden; border-radius: var(--lb-radius-md); background: var(--lb-grey-100); }
.invest__media img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- 4. WAVELENGTH ---------- */
.section-wavelength { background: var(--lb-ink); color: var(--lb-white); padding-block: 140px; }
.wavelength__lead { max-width: 720px; margin: 20px auto 0; font-family: var(--lb-font-body); font-weight: 300; font-size: 16px; line-height: 1.7; color: var(--lb-white-90); }
.wavelength__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.wavelength-card {
	padding: 40px 32px;
	background: rgba(255,255,255,0.04);
	border: 1px solid var(--lb-white-20);
	border-radius: var(--lb-radius-md);
	display: flex; flex-direction: column; gap: 12px;
	transition: border-color .3s ease, transform .3s ease;
}
.wavelength-card:hover { border-color: var(--lb-cream); transform: translateY(-4px); }
.wavelength-card__badge {
	font-family: var(--lb-font-heading); font-weight: 600; font-size: 56px;
	color: var(--lb-cream); line-height: 1; letter-spacing: -1px;
}
.wavelength-card__badge small { font-size: 18px; font-weight: 400; color: var(--lb-white-50); margin-left: 4px; }
.wavelength-card h3 {
	font-family: var(--lb-font-heading); font-weight: 500; font-size: 24px;
	color: var(--lb-white);
}
.wavelength-card__tag {
	font-family: var(--lb-font-body); font-weight: 400; font-size: 12px;
	letter-spacing: 1.5px; text-transform: uppercase;
	color: var(--lb-cream);
}
.wavelength-card p:not(.wavelength-card__tag) {
	font-family: var(--lb-font-body); font-weight: 300; font-size: 14px;
	line-height: 1.6; color: var(--lb-white-70);
}

/* ---------- 5. FITZPATRICK ---------- */
.section-skin-types { background: var(--lb-white); padding-block: 140px; }
.skin-types__lead { max-width: 720px; margin: 20px auto 0; color: var(--lb-grey-500); font-size: 16px; font-weight: 300; line-height: 1.7; }
.fitzpatrick { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; max-width: 980px; margin: 0 auto; }
.fitzpatrick__tile {
	display: flex; flex-direction: column; align-items: center; gap: 8px;
	padding: 24px 12px; border-radius: var(--lb-radius-md);
	color: var(--lb-white); text-align: center;
	transition: transform .3s ease;
}
.fitzpatrick__tile:hover { transform: translateY(-4px); }
.fitzpatrick__tile[data-tone="1"] { background: #F4E4D4; color: var(--lb-ink); }
.fitzpatrick__tile[data-tone="2"] { background: #E5C9A8; color: var(--lb-ink); }
.fitzpatrick__tile[data-tone="3"] { background: #C8A07B; }
.fitzpatrick__tile[data-tone="4"] { background: #8E6442; }
.fitzpatrick__tile[data-tone="5"] { background: #5C3A21; }
.fitzpatrick__tile[data-tone="6"] { background: #2A1610; }
.fitzpatrick__tile strong { font-family: var(--lb-font-display); font-weight: 400; font-size: 36px; line-height: 1; }
.fitzpatrick__tile span { font-family: var(--lb-font-body); font-weight: 400; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; }

/* ---------- 6. PRECISION ---------- */
.section-precision { background: var(--lb-ink); color: var(--lb-white); padding-block: 140px; }
.precision__lead { max-width: 720px; margin: 20px auto 0; color: var(--lb-white-90); font-size: 16px; font-weight: 300; line-height: 1.7; }
.precision__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.precision-card {
	padding: 40px 32px; background: rgba(255,255,255,0.04);
	border: 1px solid var(--lb-white-20); border-radius: var(--lb-radius-md);
}
.precision-card h3 { font-family: var(--lb-font-heading); font-weight: 500; font-size: 24px; color: var(--lb-cream); margin-bottom: 12px; }
.precision-card p { font-family: var(--lb-font-body); font-weight: 300; font-size: 14px; line-height: 1.6; color: var(--lb-white-90); margin-bottom: 20px; }
.precision-card ul { display: flex; flex-direction: column; gap: 8px; padding-top: 16px; border-top: 1px solid var(--lb-white-20); }
.precision-card li {
	font-family: var(--lb-font-body); font-weight: 300; font-size: 13px;
	color: var(--lb-white); padding-left: 22px; position: relative;
}
.precision-card li::before { content: '◆'; position: absolute; left: 0; top: 0; color: var(--lb-cream); font-size: 10px; }

/* ---------- 7. RESULTS FOCUSED ---------- */
.section-results-focused { background: var(--lb-off-white); padding-block: 140px; }
.results-focused__inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; }
.results-focused__copy { display: flex; flex-direction: column; gap: 20px; }
.results-focused__copy > p { font-family: var(--lb-font-body); font-weight: 300; font-size: 16px; line-height: 1.7; color: var(--lb-grey-500); }
.results-focused__pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 8px; }
.results-focused__pillars > div { padding: 20px; background: var(--lb-white); border-radius: var(--lb-radius-md); }
.results-focused__pillars h4 { font-family: var(--lb-font-heading); font-weight: 500; font-size: 18px; color: var(--lb-cream); margin-bottom: 6px; }
.results-focused__pillars p { font-family: var(--lb-font-body); font-weight: 400; font-size: 13px; color: var(--lb-grey-700); line-height: 1.5; }
.results-focused__media { margin: 0; aspect-ratio: 4/3; overflow: hidden; border-radius: var(--lb-radius-md); background: var(--lb-grey-100); }
.results-focused__media img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- 9. ACTION GALLERY (videos) ---------- */
.section-action-gallery { background: var(--lb-white); padding-block: 140px; }
.action-gallery__lead { max-width: 640px; margin: 20px auto 0; color: var(--lb-grey-500); font-size: 16px; font-weight: 300; line-height: 1.7; }
.action-gallery__featured {
	position: relative; aspect-ratio: 16/9; overflow: hidden;
	border-radius: var(--lb-radius-md); background: var(--lb-ink); margin-bottom: 16px;
}
.action-gallery__featured img { width: 100%; height: 100%; object-fit: cover; }
.action-gallery__play {
	position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
	width: 80px; height: 80px; border-radius: 50%; border: 0;
	background: var(--lb-white); color: var(--lb-ink);
	font-size: 24px; cursor: pointer;
	box-shadow: 0 8px 32px rgba(0,0,0,0.3);
	transition: transform .2s ease, background-color .2s ease;
}
.action-gallery__play:hover { background: var(--lb-cream); transform: translate(-50%, -50%) scale(1.05); }
.action-gallery__thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.action-gallery__thumbs a { aspect-ratio: 1; overflow: hidden; border-radius: var(--lb-radius-md); background: var(--lb-grey-100); }
.action-gallery__thumbs img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.action-gallery__thumbs a:hover img { transform: scale(1.05); }

/* ---------- 10. GALLERY ---------- */
.section-gallery { background: var(--lb-off-white); padding-block: 140px; }
.gallery__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; grid-auto-rows: 280px; }
.gallery__tile { overflow: hidden; border-radius: var(--lb-radius-md); background: var(--lb-grey-100); display: block; }
.gallery__tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery__tile:hover img { transform: scale(1.05); }
.gallery__tile--lg { grid-column: span 2; grid-row: span 2; }

/* ---------- 11. SPECIAL OFFERS ---------- */
.section-offers { background: var(--lb-white); padding-block: 140px; }
.offers__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.offer-tile {
	padding: 48px 40px; border-radius: var(--lb-radius-md);
	display: flex; flex-direction: column; gap: 16px;
}
.offer-tile--welcome { background: var(--lb-cream); color: var(--lb-ink); }
.offer-tile--multi { background: var(--lb-ink); color: var(--lb-white); }
.offer-tile__eyebrow { font-family: var(--lb-font-body); font-weight: 500; font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; opacity: 0.8; }
.offer-tile h3 { font-family: var(--lb-font-display); font-weight: 400; font-size: 30px; line-height: 1.1; margin-bottom: 8px; }
.offer-tile p { font-family: var(--lb-font-body); font-weight: 300; font-size: 14px; line-height: 1.6; opacity: 0.85; }
.offer-tile__form { display: flex; gap: 8px; margin-top: 12px; }
.offer-tile__form input {
	flex: 1; padding: 14px 16px; border: 0; border-radius: var(--lb-radius-sm);
	background: var(--lb-white); color: var(--lb-ink);
	font-family: var(--lb-font-body); font-size: 14px;
}
.offer-tile__form button {
	background: var(--lb-ink); color: var(--lb-cream);
	border: 0; padding: 14px 22px; border-radius: var(--lb-radius-sm);
	font-family: var(--lb-font-body); font-weight: 500; font-size: 12px;
	letter-spacing: 2px; text-transform: uppercase; cursor: pointer;
}
.offer-tile__tiers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 8px; }
.offer-tile__tiers > div { text-align: center; padding: 16px 8px; background: rgba(255,255,255,0.06); border-radius: var(--lb-radius-sm); }
.offer-tile__tiers strong { font-family: var(--lb-font-heading); font-weight: 600; font-size: 30px; color: var(--lb-cream); display: block; line-height: 1; }
.offer-tile__tiers span { font-family: var(--lb-font-body); font-weight: 400; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--lb-white-70); display: block; margin-top: 4px; }

/* Loyalty note override */
.loyalty__note { font-family: var(--lb-font-body); font-weight: 400; font-size: 13px; color: var(--lb-white-70); max-width: 680px; margin-inline: auto; }

/* Contact hours */
.contact-card__hours {
	font-family: var(--lb-font-body); font-weight: 400; font-size: 12px;
	color: var(--lb-white-70); letter-spacing: 0.5px; padding-top: 8px;
	border-top: 1px solid var(--lb-white-20); margin-top: 4px;
}
/* Hide the Find Us section everywhere it was copy-pasted EXCEPT the two clinic pages,
   where the client wants it shown (directly under the photo gallery). */
body:not(.page-manchester-clinic):not(.page-harrogate-clinic) .section.section-findus { display: none; }
/* Instagram tile likes overlay */
.ig__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.ig-card { aspect-ratio: 3/4; position: relative; overflow: hidden; border-radius: var(--lb-radius-sm); display: block; background: var(--lb-grey-100); }
.ig-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.ig-card:hover img { transform: scale(1.06); }
.ig-card__likes {
	position: absolute; left: 12px; bottom: 12px; z-index: 2;
	font-family: var(--lb-font-body); font-weight: 600; font-size: 12px;
	color: var(--lb-white); background: rgba(0,0,0,0.5);
	padding: 4px 8px; border-radius: var(--lb-radius-sm);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1180px) {
	.clinic-spec__inner, .invest__inner, .results-focused__inner { grid-template-columns: 1fr; gap: 40px; }
	.wavelength__grid, .precision__grid, .results-focused__pillars { grid-template-columns: 1fr; }
	.fitzpatrick { grid-template-columns: repeat(3, 1fr); }
	.gallery__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 220px; }
	.action-gallery__thumbs { grid-template-columns: repeat(2, 1fr); }
	.offers__grid { grid-template-columns: 1fr; }
	.ig__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 880px) {
	.section-clinic-spec, .section-invest, .section-wavelength, .section-skin-types,
	.section-precision, .section-results-focused, .section-action-gallery,
	.section-gallery, .section-offers { padding-block: 80px; }
	.clinic-spec__list { grid-template-columns: 1fr; }
	.invest__grid { grid-template-columns: 1fr; }
	.fitzpatrick { grid-template-columns: repeat(2, 1fr); }
	.gallery__grid { grid-template-columns: 1fr; }
	.gallery__tile--lg { grid-column: span 1; grid-row: span 1; }
	.ig__grid { grid-template-columns: repeat(2, 1fr); }
	.offer-tile__tiers { grid-template-columns: 1fr 1fr; }
	.offer-tile { padding: 32px 24px; }
	/* stack email capture: one row per element */
	.offer-tile__form { flex-direction: column; gap: 10px; }
	.offer-tile__form input, .offer-tile__form button { width: 100%; padding-block: 15px; }
}

/* ===== OUR APPROACH (intro, centered) ===== */
.section-approach-intro {
	background: #f4f4f4;
	padding-block: 130px;
	text-align: center;
}
.approach-intro__heading {
	font-family: var(--lb-font-heading); font-weight: 300;
	font-size: var(--lb-heading-section); line-height: 1.1;
	color: var(--lb-ink);
	margin: 20px 0 48px;
}
.approach-intro__heading em {
	font-family: var(--lb-font-heading); font-weight: 700;
	font-style: normal; letter-spacing: 0;
}
.approach-intro__sub {
	font-family: var(--lb-font-body); font-weight: 300;
	font-size: 16px; line-height: 1.8; color: var(--lb-grey-500);
	max-width: 660px; margin-inline: auto;
}

/* ===== TRIPLE WAVELENGTH (machine collage) ===== */
.section-wavelength { background: #080808; }
.wavelength__heading {
	font-family: var(--lb-font-heading); font-weight: 300;
	font-size: var(--lb-heading-section); line-height: 1.1;
	color: var(--lb-white); margin-top: 20px;
}
.wavelength__heading em {
	font-family: var(--lb-font-heading); font-weight: 700;
	font-style: normal; letter-spacing: 0;
}
.wavelength__stage { position: relative; margin-top: 72px; }
.wavelength__machine {
	display: block; margin-inline: auto;
	width: min(560px, 64%); height: auto;
}
.wavelength-note {
	position: absolute;
	background: rgba(10,10,10,0.72);
	border: 1px solid rgba(203,176,107,0.45);
	padding: 28px 32px;
	text-align: left;
}
.wavelength-note p {
	font-family: var(--lb-font-body); font-weight: 300;
	font-size: 15px; line-height: 1.7; color: var(--lb-white-90);
	margin: 0;
}
.wavelength-note__head { margin-bottom: 14px !important; }
.wavelength-note__head strong { font-family: var(--lb-font-body); font-weight: 600; font-size: 19px; color: var(--lb-white); letter-spacing: 0.5px; }
.wavelength-note__sep { color: var(--lb-white-50); padding-inline: 8px; }
.wavelength-note__nm { color: var(--lb-cream); font-size: 15px; letter-spacing: 1px; }
.wavelength-note__skin { color: var(--lb-white-70); font-size: 15px; }
.wavelength-note--intro { left: 0; top: 9%; max-width: 360px; }
.wavelength-note--diode { right: 0; top: 16%; max-width: 460px; }
.wavelength-note--alex { left: 4%; top: 55%; max-width: 440px; }
.wavelength-note--ndyag { right: 1%; top: 67%; max-width: 450px; }

@media (max-width: 1100px) {
	.wavelength__stage { display: flex; flex-direction: column; gap: 20px; }
	.wavelength__machine { order: -1; width: min(480px, 90%); }
	.wavelength-note { position: static; max-width: none; }
}

/* Wavelength refinements: bottom-aligned machine + outlined notes.
   Client feedback: no black box behind the text; border = logo cream #FDEBBB. */
.section-wavelength { padding-bottom: 0; }
.wavelength-note {
	background: transparent;
	border: 3px solid #FDEBBB;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	padding: 24px;
}

/* Machine image is now a transparent PNG cutout, so no blend hack needed. */
.wavelength__machine { mix-blend-mode: normal; }

/* ===== TREATING ALL SKIN TYPES (image + copy + Fitzpatrick) ===== */
.section-skin-types { background: var(--lb-white); padding-block: 130px; }
.skin-types__heading {
	font-family: var(--lb-font-heading); font-weight: 300;
	font-size: var(--lb-heading-section); line-height: 1.1;
	color: var(--lb-ink); margin-top: 20px;
}
.skin-types__heading em {
	font-family: var(--lb-font-heading); font-weight: 700;
	font-style: normal; letter-spacing: 0;
}
.skin-types__inner {
	display: grid; grid-template-columns: 1.05fr 1fr; gap: 72px;
	align-items: center; margin-top: 72px;
	text-align: left;
}
.skin-types__media { margin: 0; }
.skin-types__media img { width: 100%; height: auto; display: block; }
.skin-types__copy h3 {
	font-family: var(--lb-font-body); font-weight: 600;
	font-size: clamp(26px, 2.4vw, 34px); color: var(--lb-ink);
	margin-bottom: 28px;
}
.skin-types__copy p {
	font-family: var(--lb-font-body); font-weight: 300;
	font-size: 16px; line-height: 1.8; color: var(--lb-grey-700);
	margin-bottom: 22px;
}
.fitzpatrick {
	display: grid; grid-template-columns: repeat(4, 1fr);
	gap: 18px; margin-top: 36px;
}
.fitzpatrick__tile {
	background: #0d0d0d;
	border: 1px solid var(--lb-cream);
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	gap: 10px; padding: 26px 10px;
}
.fitzpatrick__tile strong {
	font-family: var(--lb-font-body); font-weight: 400;
	font-size: 24px; color: var(--lb-cream); line-height: 1;
}
.fitzpatrick__tile span {
	font-family: var(--lb-font-body); font-weight: 300;
	font-size: 14px; color: var(--lb-white-90);
}
@media (max-width: 980px) {
	.skin-types__inner { grid-template-columns: 1fr; gap: 40px; }
	.fitzpatrick { grid-template-columns: repeat(3, 1fr); }
}

/* ===== PRECISION & POWER (glass cards over photo) ===== */
.section-precision {
	background-size: cover; background-position: center;
	background-color: #0c0c0c;
	padding-block: 110px 130px;
}
.precision__heading {
	font-family: var(--lb-font-heading); font-weight: 300;
	font-size: var(--lb-heading-section); line-height: 1.1;
	color: var(--lb-white); margin-top: 20px;
}
.precision__heading em {
	font-family: var(--lb-font-heading); font-weight: 700;
	font-style: normal; letter-spacing: 0;
}
.precision__cards {
	display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 64px; max-width: 1000px; margin: 64px auto 0;
}
.precision-card {
	background: rgba(255,255,255,0.38);
	border: 1px solid rgba(253,235,187,0.55);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	padding: 46px;
	text-align: left;
	border-radius: 0;
}
.precision-card__icon {
	width: 58px; height: 58px;
	background: var(--lb-cream);
	display: flex; align-items: center; justify-content: center;
	margin-bottom: 34px;
}
.precision-card__icon img { width: 24px; height: 24px; display: block; }
.precision-card h3 {
	font-family: var(--lb-font-body); font-weight: 600;
	font-size: 22px; color: var(--lb-ink); margin-bottom: 20px;
}
.precision-card p {
	font-family: var(--lb-font-body); font-weight: 300;
	font-size: 16px; line-height: 1.8; color: #2b2b2b; margin-bottom: 28px;
}
.precision-card ul li {
	display: flex; align-items: baseline; gap: 14px;
	font-family: var(--lb-font-body); font-weight: 400;
	font-size: 15px; line-height: 1.6; color: #2b2b2b;
	margin-bottom: 16px;
}
.precision-card ul li::before { content: '\2014'; color: #3a3a3a; flex-shrink: 0; }
@media (max-width: 920px) {
	.precision__cards { grid-template-columns: 1fr; gap: 28px; }
}

/* ===== RESULTS-FOCUSED (centered head + copy/image + cream-bar pillars) ===== */
.section-results-focused { background: var(--lb-white); padding-block: 130px; }
.results-focused__heading {
	font-family: var(--lb-font-heading); font-weight: 300;
	font-size: var(--lb-heading-section); line-height: 1.1;
	color: var(--lb-ink); margin-top: 20px;
}
.results-focused__heading em {
	font-family: var(--lb-font-heading); font-weight: 700;
	font-style: normal; letter-spacing: 0;
}
.results-focused__inner {
	display: grid; grid-template-columns: 1fr 1.05fr; gap: 80px;
	align-items: center; margin-top: 72px; text-align: left;
}
.results-focused__copy h3 {
	font-family: var(--lb-font-body); font-weight: 600;
	font-size: clamp(26px, 2.4vw, 34px); color: var(--lb-ink);
	margin-bottom: 26px;
}
.results-focused__lead {
	font-family: var(--lb-font-body); font-weight: 300;
	font-size: 16px; line-height: 1.8; color: var(--lb-grey-700);
	margin-bottom: 48px;
}
.results-focused__pillars { display: flex; flex-direction: column; gap: 36px; }
.results-pillar { position: relative; padding-left: 38px; }
.results-pillar::before {
	content: ''; position: absolute; left: 0; top: 2px; bottom: 2px;
	width: 14px; background: var(--lb-cream);
}
.results-pillar h4 {
	font-family: var(--lb-font-body); font-weight: 600;
	font-size: 19px; color: var(--lb-ink); margin-bottom: 8px;
}
.results-pillar p {
	font-family: var(--lb-font-body); font-weight: 300;
	font-size: 15px; line-height: 1.6; color: var(--lb-grey-700);
}
.results-focused__media { margin: 0; }
.results-focused__media img { width: 100%; height: auto; display: block; }
@media (max-width: 980px) {
	.results-focused__inner { grid-template-columns: 1fr; gap: 40px; }
}

/* ===== IN ACTION gallery (caption overlay variant) ===== */
.section-machines-gallery { background: var(--lb-white); padding-block: 130px; }
.section-machines-gallery .gallery-feature { position: relative; }
.section-machines-gallery .gallery-feature::after {
	content: ''; position: absolute; left: 0; right: 0; bottom: 0;
	height: 45%; pointer-events: none;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 100%);
}
.gallery-feature__caption {
	position: absolute; left: 56px; bottom: 44px; z-index: 2; text-align: left;
}
.gallery-feature__chip {
	display: inline-block;
	font-family: var(--lb-font-body); font-weight: 500; font-size: 11px;
	letter-spacing: 2.5px; text-transform: uppercase;
	color: var(--lb-cream);
	border: 1px solid rgba(255,255,255,0.45);
	background: rgba(0,0,0,0.30);
	padding: 10px 18px; margin-bottom: 18px;
}
.gallery-feature__caption h2 {
	font-family: var(--lb-font-body); font-weight: 500;
	font-size: clamp(26px, 2.4vw, 36px); color: var(--lb-white);
}
.section-machines-gallery .gallery-feature__nav { z-index: 2; }

/* Mobile: stacked wavelength cards need bottom padding back (desktop uses 0 for the bottom-aligned machine) */
@media (max-width: 1100px) {
	.section-wavelength { padding-bottom: 80px; }
	.wavelength__machine { order: -1; mix-blend-mode: normal; }
}
