/*
Theme Name: AL-JUMIRA HOSPITAL Premium Care
Theme URI: https://aljumirahospital.com/
Author: AL-JUMIRA HOSPITAL
Description: A fast, accessible and editable WordPress theme for AL-JUMIRA HOSPITAL — 24/7 Mom, Child and Fertility Care in Tangail.
Version: 2.0.0
Requires at least: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: al-jumira-hospital
Tags: custom-logo, custom-menu, featured-images, accessibility-ready, translation-ready, wide-blocks
*/

@font-face {
	font-family: "Noto Sans Bengali";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("assets/fonts/noto-sans-bengali-400.woff2") format("woff2");
}
@font-face {
	font-family: "Noto Sans Bengali";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("assets/fonts/noto-sans-bengali-600.woff2") format("woff2");
}
@font-face {
	font-family: "Noto Sans Bengali";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("assets/fonts/noto-sans-bengali-700.woff2") format("woff2");
}
@font-face {
	font-family: "Noto Sans Thai AJH";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("assets/fonts/noto-sans-thai-400.woff2") format("woff2");
}
@font-face {
	font-family: "Noto Sans Thai AJH";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("assets/fonts/noto-sans-thai-700.woff2") format("woff2");
}

:root {
	--ajh-primary: #075c9f;
	--ajh-primary-deep: #053b68;
	--ajh-primary-ink: #062d4f;
	--ajh-accent: #d6202f;
	--ajh-accent-deep: #a70f1c;
	--ajh-sky: #eaf6fd;
	--ajh-sky-2: #f5fbff;
	--ajh-rose: #fff1f3;
	--ajh-mint: #eaf8f2;
	--ajh-ink: #10283d;
	--ajh-text: #41566a;
	--ajh-muted: #6b7e8e;
	--ajh-line: #dce8f0;
	--ajh-white: #ffffff;
	--ajh-offwhite: #fbfdff;
	--ajh-success: #168057;
	--ajh-radius-sm: 12px;
	--ajh-radius: 22px;
	--ajh-radius-lg: 36px;
	--ajh-shadow-sm: 0 10px 30px rgba(6, 45, 79, 0.08);
	--ajh-shadow: 0 24px 70px rgba(6, 45, 79, 0.13);
	--ajh-font: Inter, Aptos, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--ajh-bn: "Noto Sans Bengali", "Hind Siliguri", Vrinda, var(--ajh-font);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 126px; }
body {
	margin: 0;
	background: var(--ajh-white);
	color: var(--ajh-ink);
	font-family: var(--ajh-font);
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
body.nav-open { overflow: hidden; }
[lang="bn"] { font-family: var(--ajh-bn); }
[lang="th"] { font-family: "Noto Sans Thai AJH", Tahoma, var(--ajh-font); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
p { margin: 0 0 1.15em; color: var(--ajh-text); }
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.55em;
	color: var(--ajh-ink);
	font-weight: 780;
	letter-spacing: -0.035em;
	line-height: 1.12;
}
h1 { font-size: clamp(2.75rem, 5.7vw, 5.35rem); }
h2 { font-size: clamp(2.1rem, 4vw, 3.65rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); }
::selection { background: var(--ajh-accent); color: #fff; }

.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 100px 0; position: relative; }
.icon {
	display: inline-block;
	width: 1.15em;
	height: 1.15em;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	flex: 0 0 auto;
}
.skip-link {
	position: fixed;
	left: 20px;
	top: -100px;
	z-index: 9999;
	padding: 12px 18px;
	border-radius: 0 0 10px 10px;
	background: var(--ajh-primary-ink);
	color: #fff;
	font-weight: 750;
}
.skip-link:focus { top: 0; }
:focus-visible { outline: 3px solid #f6b51b; outline-offset: 3px; }

.button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 13px 22px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 0.94rem;
	font-weight: 780;
	line-height: 1.2;
	text-align: center;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary {
	background: linear-gradient(135deg, var(--ajh-accent), var(--ajh-accent-deep));
	box-shadow: 0 12px 28px rgba(214, 32, 47, 0.22);
	color: #fff;
}
.button--primary:hover { box-shadow: 0 17px 36px rgba(214, 32, 47, 0.3); }
.button--secondary { border-color: var(--ajh-line); background: #fff; color: var(--ajh-primary-deep); }
.button--secondary:hover { border-color: var(--ajh-primary); box-shadow: var(--ajh-shadow-sm); }
.button--white { background: #fff; color: var(--ajh-primary-deep); box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16); }
.button--ghost-light { border-color: rgba(255,255,255,0.4); color: #fff; }
.text-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--ajh-primary);
	font-weight: 780;
}
.text-link .icon { transition: transform 180ms ease; }
.text-link:hover .icon { transform: translateX(4px); }
.text-link--large { font-size: 1.03rem; }

.pulse-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #56dba1;
	box-shadow: 0 0 0 0 rgba(86, 219, 161, 0.5);
	animation: pulse 2.1s infinite;
}
@keyframes pulse { 65% { box-shadow: 0 0 0 9px rgba(86, 219, 161, 0); } 100% { box-shadow: 0 0 0 0 rgba(86, 219, 161, 0); } }

/* Contact bar and header */
.care-bar { background: var(--ajh-primary-ink); color: #dceefa; font-size: 0.82rem; }
.care-bar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.care-bar__status, .care-bar__links, .care-bar__links a { display: flex; align-items: center; gap: 10px; }
.care-bar__status strong { color: #fff; }
.care-bar__status > span:last-child { padding-left: 10px; border-left: 1px solid rgba(255,255,255,0.18); }
.care-bar__links { gap: 20px; }
.care-bar__links a { color: #dceefa; transition: color 180ms ease; }
.care-bar__links a:hover { color: #fff; }

.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	border-bottom: 1px solid rgba(220, 232, 240, 0.82);
	background: rgba(255, 255, 255, 0.94);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	transition: box-shadow 180ms ease;
}
.site-header.is-scrolled { box-shadow: 0 10px 35px rgba(6, 45, 79, 0.09); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.site-branding { flex: 0 0 auto; }
.brand-logo, .custom-logo-link { display: flex; align-items: center; }
.brand-logo img, .custom-logo { width: 218px; max-height: 66px; object-fit: contain; }
.primary-navigation { margin-left: auto; }
.menu { display: flex; align-items: center; gap: 25px; margin: 0; padding: 0; list-style: none; }
.menu li { position: relative; }
.menu a { display: block; padding: 30px 0; color: #243e54; font-size: 0.91rem; font-weight: 700; }
.menu a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 21px;
	height: 2px;
	border-radius: 2px;
	background: var(--ajh-accent);
	transition: right 180ms ease;
}
.menu a:hover, .menu .current-menu-item > a, .menu .current_page_item > a { color: var(--ajh-primary); }
.menu a:hover::after, .menu .current-menu-item > a::after, .menu .current_page_item > a::after { right: 0; }
.menu .sub-menu {
	display: none;
	position: absolute;
	left: -18px;
	top: calc(100% - 8px);
	min-width: 230px;
	margin: 0;
	padding: 12px;
	border: 1px solid var(--ajh-line);
	border-radius: 16px;
	background: #fff;
	box-shadow: var(--ajh-shadow);
	list-style: none;
}
.menu li:hover > .sub-menu, .menu li:focus-within > .sub-menu { display: block; }
.menu .sub-menu a { padding: 10px 12px; border-radius: 9px; }
.menu .sub-menu a::after { display: none; }
.menu .sub-menu a:hover { background: var(--ajh-sky); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-consult { display: inline-flex; align-items: center; gap: 7px; color: var(--ajh-primary-deep); font-size: 0.85rem; font-weight: 740; }
.header-consult .icon { color: var(--ajh-accent); }
.header-appointment { min-height: 44px; padding: 11px 17px; font-size: 0.84rem; }
.nav-toggle {
	display: none;
	width: 46px;
	height: 46px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid var(--ajh-line);
	border-radius: 13px;
	background: var(--ajh-sky-2);
	cursor: pointer;
}
.nav-toggle .icon { width: 23px; height: 23px; }
.nav-toggle__close { display: none; }
.nav-toggle[aria-expanded="true"] .nav-toggle__open { display: none; }
.nav-toggle[aria-expanded="true"] .nav-toggle__close { display: inline-flex; }

/* Hero */
.hero-section {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 7% 14%, rgba(214,32,47,0.08), transparent 28%),
		radial-gradient(circle at 89% 18%, rgba(7,92,159,0.16), transparent 31%),
		linear-gradient(180deg, #fff 0%, #f2f9fd 100%);
}
.hero-grid { min-height: 705px; display: grid; grid-template-columns: 1.01fr 0.99fr; align-items: center; gap: 64px; padding: 70px 0 82px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	color: var(--ajh-primary);
	font-size: 0.76rem;
	font-weight: 820;
	letter-spacing: 0.12em;
	line-height: 1.4;
	text-transform: uppercase;
}
.eyebrow { padding: 8px 12px; border: 1px solid #cee3ef; border-radius: 999px; background: rgba(255,255,255,0.72); letter-spacing: 0.05em; }
.hero-copy h1 { max-width: 710px; margin-bottom: 22px; }
.hero-copy__bn { max-width: 630px; margin-bottom: 16px; color: var(--ajh-primary-deep); font-size: clamp(1.12rem, 2vw, 1.42rem); }
.hero-copy__bn strong { color: var(--ajh-accent); }
.hero-lead { max-width: 640px; font-size: 1.04rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; }
.hero-principle { display: flex; align-items: flex-start; gap: 13px; max-width: 600px; padding-top: 21px; border-top: 1px solid var(--ajh-line); }
.hero-principle > .icon { width: 28px; height: 28px; padding: 5px; border-radius: 9px; background: var(--ajh-mint); color: var(--ajh-success); box-sizing: content-box; }
.hero-principle p { margin: 0; }
.hero-principle strong, .hero-principle span { display: block; }
.hero-principle strong { color: var(--ajh-ink); }
.hero-principle span { margin-top: 2px; color: var(--ajh-muted); font-size: 0.9rem; }
.hero-media { position: relative; z-index: 2; padding: 18px 12px 24px 24px; }
.hero-media::before { content: ""; position: absolute; inset: 0 38px 5px 0; border-radius: 48% 52% 24% 45%; background: linear-gradient(145deg, var(--ajh-primary), #4fa9d8); transform: rotate(-3deg); opacity: 0.14; }
.hero-media__frame { position: relative; overflow: hidden; aspect-ratio: 1 / 1.02; border: 10px solid rgba(255,255,255,0.8); border-radius: 50% 50% 25% 50%; box-shadow: var(--ajh-shadow); }
.hero-media__frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-rate-card, .hero-open-card {
	position: absolute;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 12px;
	border: 1px solid rgba(220,232,240,0.95);
	background: rgba(255,255,255,0.94);
	box-shadow: var(--ajh-shadow);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}
.hero-rate-card { left: -38px; bottom: 56px; padding: 16px 19px; border-radius: 18px; }
.hero-rate-card > strong { color: var(--ajh-accent); font-size: 2rem; line-height: 1; }
.hero-rate-card > span { color: var(--ajh-ink); font-size: 0.82rem; font-weight: 800; }
.hero-rate-card small { display: block; margin-top: 3px; color: var(--ajh-muted); font-size: 0.67rem; font-weight: 600; }
.hero-open-card { top: 52px; right: -15px; padding: 13px 16px; border-radius: 16px; }
.hero-open-card > .icon { width: 26px; height: 26px; padding: 6px; border-radius: 9px; background: var(--ajh-rose); color: var(--ajh-accent); box-sizing: content-box; }
.hero-open-card span { color: var(--ajh-muted); font-size: 0.72rem; }
.hero-open-card strong { display: block; color: var(--ajh-ink); font-size: 0.86rem; }
.hero-orbit { position: absolute; border: 1px solid rgba(7,92,159,0.09); border-radius: 50%; pointer-events: none; }
.hero-orbit--one { width: 530px; height: 530px; right: -180px; top: -160px; }
.hero-orbit--two { width: 240px; height: 240px; left: 35%; bottom: -170px; }

.trust-ribbon { position: relative; z-index: 4; margin-top: -34px; }
.trust-ribbon__grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--ajh-line); border-radius: 21px; background: #fff; box-shadow: var(--ajh-shadow-sm); }
.trust-ribbon__grid > div { display: flex; align-items: center; gap: 12px; padding: 20px 22px; border-right: 1px solid var(--ajh-line); }
.trust-ribbon__grid > div:last-child { border-right: 0; }
.trust-ribbon__grid .icon, .flag-icon { width: 30px; height: 30px; padding: 7px; border-radius: 10px; background: var(--ajh-sky); color: var(--ajh-primary); box-sizing: content-box; }
.flag-icon { display: grid; place-items: center; font-size: 1.25rem; }
.trust-ribbon__grid span { color: #52697b; font-size: 0.75rem; line-height: 1.35; }
.trust-ribbon__grid strong { display: block; color: var(--ajh-ink); font-size: 0.86rem; }

/* Common section headings */
.section-heading { margin-bottom: 42px; }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.65fr); align-items: end; gap: 65px; }
.section-heading h2 { max-width: 760px; }
.section-heading p { margin-bottom: 13px; }
.section-kicker::before { content: ""; width: 25px; height: 3px; border-radius: 3px; background: var(--ajh-accent); }
.section-kicker--light { color: #bfe4fa; }
.data-period { display: inline-flex; align-items: center; gap: 7px; color: var(--ajh-primary); font-size: 0.85rem; font-weight: 750; }

/* Outcomes */
.outcomes-section { padding-top: 130px; background: #fff; }
.outcomes-section .section-heading h2 span { display: block; }
.outcomes-section .section-heading h2 span:last-child { color: var(--ajh-primary); }
.outcome-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.outcome-card { min-height: 205px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; border: 1px solid var(--ajh-line); border-radius: 20px; background: var(--ajh-offwhite); transition: transform 200ms ease, box-shadow 200ms ease; }
.outcome-card:hover { transform: translateY(-4px); box-shadow: var(--ajh-shadow-sm); }
.outcome-card > span { color: var(--ajh-text); font-size: 0.82rem; font-weight: 750; }
.outcome-card > strong { color: var(--ajh-primary-deep); font-size: clamp(2.5rem, 5vw, 4rem); line-height: 1; }
.outcome-card small { color: var(--ajh-muted); }
.outcome-card--primary { border-color: transparent; background: linear-gradient(145deg, var(--ajh-primary-deep), var(--ajh-primary)); }
.outcome-card--primary > span, .outcome-card--primary > strong, .outcome-card--primary small { color: #fff; }
.outcome-card--safe { background: var(--ajh-mint); }
.outcome-card--safe > strong { color: var(--ajh-success); }
.outcome-visual { margin-top: 22px; padding: 27px 30px; border: 1px solid var(--ajh-line); border-radius: 20px; background: #fff; }
.outcome-visual__legend { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 14px; color: var(--ajh-text); font-size: 0.82rem; font-weight: 720; }
.outcome-visual__legend span { display: flex; align-items: center; gap: 7px; }
.outcome-visual__legend i { width: 9px; height: 9px; border-radius: 50%; background: var(--ajh-primary); }
.outcome-visual__legend .is-csection { background: #d9e4eb; }
.outcome-bar { position: relative; overflow: hidden; height: 17px; border-radius: 999px; background: #d9e4eb; }
.outcome-bar span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--ajh-primary-deep), #1e8ac3); transition: width 1.3s cubic-bezier(.2,.8,.2,1); }
.outcome-bar.is-visible span { width: var(--outcome-width); }
.outcome-visual p { margin: 15px 0 0; font-size: 0.86rem; }

/* Policy */
.policy-section { overflow: hidden; background: var(--ajh-sky-2); }
.policy-grid { display: grid; grid-template-columns: 0.92fr 1.08fr; align-items: center; gap: 70px; }
.policy-media { position: relative; }
.policy-media::before { content: ""; position: absolute; width: 58%; height: 52%; left: -25px; bottom: -25px; border-radius: 30px; background: var(--ajh-accent); opacity: 0.09; transform: rotate(-4deg); }
.policy-media > img { position: relative; width: 100%; min-height: 560px; object-fit: cover; border-radius: 28px 28px 90px 28px; box-shadow: var(--ajh-shadow); }
.photo-label { position: absolute; right: -28px; bottom: 35px; display: flex; align-items: center; gap: 11px; max-width: 250px; padding: 14px 16px; border: 1px solid var(--ajh-line); border-radius: 16px; background: #fff; box-shadow: var(--ajh-shadow-sm); }
.photo-label .icon { width: 27px; height: 27px; padding: 6px; border-radius: 9px; background: var(--ajh-mint); color: var(--ajh-success); box-sizing: content-box; }
.photo-label span { color: var(--ajh-muted); font-size: 0.71rem; line-height: 1.4; }
.photo-label strong { display: block; color: var(--ajh-ink); font-size: 0.82rem; }
.policy-copy h2 span { color: var(--ajh-primary); }
.policy-copy > p { font-size: 1.05rem; }
.feature-list { display: grid; gap: 15px; margin: 28px 0 30px; padding: 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 31px 1fr; gap: 12px; align-items: start; }
.feature-list li > .icon { width: 18px; height: 18px; margin-top: 2px; padding: 5px; border-radius: 50%; background: var(--ajh-mint); color: var(--ajh-success); box-sizing: content-box; }
.feature-list strong, .feature-list span { display: block; }
.feature-list span { color: var(--ajh-muted); font-size: 0.9rem; }
.feature-list strong { margin-bottom: 2px; color: var(--ajh-ink); font-size: 0.98rem; }

/* Services */
.services-section { background: #fff; }
.services-grid, .archive-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { min-height: 285px; display: flex; flex-direction: column; padding: 25px; border: 1px solid var(--ajh-line); border-radius: 20px; background: #fff; transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease; }
.service-card:hover { transform: translateY(-6px); border-color: #b9d7e8; box-shadow: var(--ajh-shadow-sm); }
.service-card__icon { width: 51px; height: 51px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 15px; background: linear-gradient(145deg, var(--ajh-sky), var(--ajh-rose)); color: var(--ajh-primary); }
.service-card__icon .icon { width: 25px; height: 25px; }
.service-card__body { display: flex; flex: 1; flex-direction: column; }
.service-card h2 { font-size: 1.24rem; }
.service-card p { font-size: 0.89rem; }
.service-card .text-link { margin-top: auto; font-size: 0.87rem; }

/* Doctor feature */
.doctor-feature-section { overflow: hidden; padding: 0; background: linear-gradient(130deg, var(--ajh-primary-ink), var(--ajh-primary)); }
.doctor-feature-section::before { content: "+"; position: absolute; left: 5%; bottom: -30%; color: rgba(255,255,255,0.035); font-size: 37rem; font-weight: 700; line-height: 1; }
.doctor-feature-grid { min-height: 670px; display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: stretch; gap: 65px; }
.doctor-feature-copy { align-self: center; padding: 75px 0; position: relative; z-index: 2; }
.doctor-feature-copy h2, .doctor-feature-copy p { color: #fff; }
.doctor-feature-copy h2 { margin-bottom: 8px; }
.doctor-feature-role { margin-bottom: 26px; color: #bfe4fa !important; font-weight: 750; }
.doctor-feature-copy > p[lang="bn"] { max-width: 660px; color: #dceefa; font-size: 1.06rem; }
.doctor-feature-points { display: flex; flex-wrap: wrap; gap: 11px; margin: 28px 0; }
.doctor-feature-points span { display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid rgba(255,255,255,0.2); border-radius: 999px; color: #e7f6ff; font-size: 0.8rem; font-weight: 700; }
.doctor-feature-media { position: relative; align-self: end; height: 620px; }
.doctor-feature-media::before { content: ""; position: absolute; inset: 45px -70px -50px 35px; border-radius: 50% 50% 0 0; background: rgba(255,255,255,0.08); }
.doctor-feature-media img { position: relative; width: 100%; height: 100%; object-fit: cover; object-position: center top; border-radius: 220px 220px 0 0; filter: saturate(0.95); }

/* Partnership */
.partnership-section { background: linear-gradient(180deg, #fff, var(--ajh-sky-2)); }
.partnership-card { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 60px; padding: 56px; border: 1px solid var(--ajh-line); border-radius: var(--ajh-radius-lg); background: #fff; box-shadow: var(--ajh-shadow-sm); }
.thai-label { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 22px; padding: 9px 13px; border-radius: 12px; background: var(--ajh-sky); color: var(--ajh-primary-deep); font-size: 0.76rem; font-weight: 800; }
.thai-label > span:first-child { font-size: 1.45rem; }
.thai-label small { display: block; color: var(--ajh-muted); font-weight: 650; }
.partnership-copy h2 { max-width: 720px; }
.inline-checks { display: flex; flex-wrap: wrap; gap: 11px 18px; margin: 24px 0 30px; padding: 0; list-style: none; color: var(--ajh-text); font-size: 0.87rem; font-weight: 700; }
.inline-checks li { display: flex; align-items: center; gap: 6px; }
.inline-checks .icon { color: var(--ajh-success); }
.thai-message { position: relative; display: flex; flex-direction: column; justify-content: center; overflow: hidden; min-height: 360px; padding: 42px; border-radius: 26px; background: linear-gradient(145deg, var(--ajh-primary-deep), #087bbd); color: #fff; }
.thai-message::after { content: "🇹🇭"; position: absolute; right: -25px; bottom: -45px; font-size: 8rem; opacity: 0.12; transform: rotate(-10deg); }
.thai-message__mark { margin-bottom: 15px; color: #a8daf4; font-size: 0.8rem; font-weight: 800; letter-spacing: 0.08em; }
.thai-message h3 { color: #fff; font-size: 2rem; }
.thai-message p { color: #dceefa; }

/* Gallery */
.gallery-section { background: #fff; }
.photo-grid { display: grid; grid-template-columns: 1.2fr 0.8fr 0.8fr; grid-template-rows: 285px 285px; gap: 15px; }
.photo-grid figure { position: relative; overflow: hidden; border-radius: 20px; background: var(--ajh-sky); }
.photo-grid__wide { grid-row: span 2; }
.photo-grid figure:last-child { grid-column: 2 / 4; }
.photo-grid button { width: 100%; height: 100%; display: block; padding: 0; border: 0; background: none; cursor: zoom-in; }
.photo-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.photo-grid figure:hover img { transform: scale(1.035); }
.photo-grid figcaption { position: absolute; left: 14px; bottom: 14px; padding: 7px 11px; border-radius: 999px; background: rgba(6,45,79,0.82); color: #fff; font-size: 0.72rem; font-weight: 750; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.gallery-dialog { width: min(940px, calc(100% - 30px)); max-height: 90vh; padding: 13px; border: 0; border-radius: 20px; background: #fff; box-shadow: 0 35px 100px rgba(0,0,0,0.35); }
.gallery-dialog::backdrop { background: rgba(3,22,38,0.82); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); }
.gallery-dialog img { width: 100%; max-height: calc(90vh - 75px); object-fit: contain; border-radius: 13px; }
.gallery-dialog p { margin: 8px 5px 0; font-size: 0.82rem; }
.gallery-dialog__close { position: absolute; z-index: 2; top: 22px; right: 22px; width: 41px; height: 41px; border: 0; border-radius: 50%; background: rgba(6,31,53,0.88); color: #fff; font-size: 1.7rem; line-height: 1; cursor: pointer; }

/* Travel guidance */
.travel-section { overflow: hidden; background: var(--ajh-primary-ink); }
.travel-section::after { content: ""; position: absolute; width: 560px; height: 560px; right: -270px; top: -280px; border: 1px solid rgba(255,255,255,0.08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,0.02), 0 0 0 140px rgba(255,255,255,0.015); }
.travel-grid { display: grid; grid-template-columns: 140px 1fr; gap: 50px; align-items: start; }
.travel-icon { width: 120px; height: 120px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,0.18); border-radius: 32px; background: rgba(255,255,255,0.07); color: #fff; }
.travel-icon .icon { width: 52px; height: 52px; }
.travel-copy { position: relative; z-index: 2; max-width: 880px; }
.travel-copy h2, .travel-copy p { color: #fff; }
.travel-copy p { color: #cfe2ee; }
.travel-copy h2 { max-width: 850px; }

/* FAQ */
.faq-section { background: var(--ajh-sky-2); }
.faq-grid { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 80px; align-items: start; }
.faq-intro { position: sticky; top: 145px; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--ajh-line); border-radius: 16px; background: #fff; }
.faq-list summary { position: relative; display: flex; justify-content: space-between; gap: 20px; padding: 21px 22px; color: var(--ajh-ink); font-weight: 750; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; width: 20px; height: 20px; flex: 0 0 auto; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; left: 3px; right: 3px; top: 9px; height: 2px; border-radius: 2px; background: var(--ajh-primary); }
.faq-list summary span::after { transform: rotate(90deg); transition: transform 180ms ease; }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details[open] { border-color: #b7d4e5; box-shadow: var(--ajh-shadow-sm); }
.faq-list details p { margin: -3px 22px 22px; padding-top: 16px; border-top: 1px solid var(--ajh-line); font-size: 0.92rem; }

/* Appointment */
.appointment-section { background: #fff; }
.appointment-shell { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 55px; padding: 55px; border-radius: var(--ajh-radius-lg); background: linear-gradient(145deg, var(--ajh-sky-2), #fff5f6); border: 1px solid var(--ajh-line); }
.appointment-intro { padding: 12px 0; }
.contact-stack { display: grid; gap: 10px; margin: 28px 0; }
.contact-stack a { display: flex; align-items: center; gap: 13px; padding: 12px; border-radius: 13px; background: rgba(255,255,255,0.72); }
.contact-stack a:hover { background: #fff; }
.contact-stack .icon { width: 21px; height: 21px; padding: 8px; border-radius: 10px; background: var(--ajh-sky); color: var(--ajh-primary); box-sizing: content-box; }
.contact-stack span { color: var(--ajh-ink); font-weight: 780; }
.contact-stack small { display: block; color: var(--ajh-muted); font-size: 0.71rem; font-weight: 650; }
.emergency-note { padding: 14px 16px; border-left: 4px solid var(--ajh-accent); border-radius: 8px 12px 12px 8px; background: var(--ajh-rose); color: #7f2a34; font-size: 0.82rem; }
.appointment-form-card { padding: 30px; border: 1px solid var(--ajh-line); border-radius: 22px; background: #fff; box-shadow: var(--ajh-shadow-sm); }
.appointment-form { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.form-field { display: grid; gap: 7px; }
.form-field--full { grid-column: 1 / -1; }
.form-field label { color: var(--ajh-ink); font-size: 0.79rem; font-weight: 760; }
.form-field input, .form-field select, .form-field textarea {
	width: 100%;
	min-height: 48px;
	padding: 11px 13px;
	border: 1px solid #cedce6;
	border-radius: 11px;
	background: #fff;
	color: var(--ajh-ink);
	transition: border-color 180ms ease, box-shadow 180ms ease;
}
.form-field textarea { min-height: 92px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--ajh-primary); outline: 0; box-shadow: 0 0 0 3px rgba(7,92,159,0.12); }
.form-field [aria-invalid="true"] { border-color: var(--ajh-accent); }
.form-submit { align-items: start; }
.form-submit .button { width: fit-content; border: 0; cursor: pointer; }
.form-privacy { max-width: 520px; margin: 4px 0 0; color: var(--ajh-muted); font-size: 0.72rem; }
.form-error { margin: 0; padding: 10px 12px; border-radius: 9px; background: var(--ajh-rose); color: #8c1c29; font-size: 0.82rem; }

/* Footer */
.site-footer { background: #061f35; color: #c5dbea; }
.footer-main { padding: 76px 0 52px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 0.75fr 0.85fr 1.15fr; gap: 50px; }
.brand-logo--footer img { filter: brightness(0) invert(1); opacity: 0.98; }
.footer-brand p { max-width: 360px; margin-top: 22px; color: #a9c2d3; font-size: 0.88rem; }
.footer-socials { display: flex; gap: 9px; }
.footer-socials a { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,0.16); border-radius: 11px; color: #fff; }
.footer-socials a:hover { background: rgba(255,255,255,0.1); }
.footer-column h2 { margin-bottom: 19px; color: #fff; font-size: 1rem; letter-spacing: 0; }
.footer-column p { color: #a9c2d3; font-size: 0.84rem; }
.footer-column ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.footer-column li, .footer-column a { color: #a9c2d3; font-size: 0.84rem; }
.footer-column a:hover { color: #fff; }
.footer-contact { display: grid; align-content: start; gap: 12px; }
.footer-contact__item { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; }
.footer-contact__item .icon { margin-top: 3px; color: #72bce3; }
.partner-mini { display: flex; align-items: center; gap: 10px; margin-top: 8px; padding: 11px; border: 1px solid rgba(255,255,255,0.12); border-radius: 12px; color: #d9ecf7; font-size: 0.76rem; font-weight: 750; }
.partner-mini > span:first-child { font-size: 1.4rem; }
.partner-mini small { display: block; color: #8eafc5; font-weight: 600; }
.footer-legal { border-top: 1px solid rgba(255,255,255,0.1); }
.footer-legal__inner { padding: 23px 0 30px; }
.footer-legal p { max-width: 980px; margin: 0 0 17px; color: #8faec2; font-size: 0.72rem; }
.footer-legal p strong { color: #c8ddea; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; color: #7698ae; font-size: 0.73rem; }
.mobile-care-actions { display: none; }

/* Inner pages and archives */
.page-hero { position: relative; overflow: hidden; padding: 90px 0 75px; background: linear-gradient(135deg, var(--ajh-sky-2), #fff4f5); }
.page-hero::after { content: "+"; position: absolute; right: 5%; top: -42%; color: rgba(7,92,159,0.045); font-size: 25rem; font-weight: 800; line-height: 1; }
.page-hero__inner { position: relative; z-index: 2; max-width: 850px; }
.page-hero h1 { font-size: clamp(2.7rem, 5vw, 4.8rem); }
.page-hero p { max-width: 720px; font-size: 1.08rem; }
.breadcrumbs { display: flex; align-items: center; gap: 7px; margin-top: 24px; color: var(--ajh-muted); font-size: 0.78rem; }
.breadcrumbs a { color: var(--ajh-primary); font-weight: 700; }
.content-section { padding: 85px 0; }
.entry-content { max-width: 850px; margin-inline: auto; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content h2, .entry-content h3 { margin-top: 1.5em; }
.entry-content a { color: var(--ajh-primary); text-decoration: underline; text-underline-offset: 3px; }
.entry-content ul, .entry-content ol { color: var(--ajh-text); }
.entry-content img { border-radius: var(--ajh-radius); }
.page-layout { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 65px; align-items: start; }
.sidebar-card { position: sticky; top: 135px; padding: 25px; border: 1px solid var(--ajh-line); border-radius: 18px; background: var(--ajh-sky-2); }
.sidebar-card h2 { font-size: 1.25rem; }
.sidebar-card .button { width: 100%; margin-top: 10px; }
.content-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.content-card { padding: 28px; border: 1px solid var(--ajh-line); border-radius: 20px; background: #fff; }
.content-card h3 { font-size: 1.25rem; }
.content-card .icon { width: 27px; height: 27px; margin-bottom: 17px; padding: 9px; border-radius: 13px; background: var(--ajh-sky); color: var(--ajh-primary); box-sizing: content-box; }
.content-card ul { margin: 0; padding-left: 1.15rem; color: var(--ajh-text); }
.content-card li + li { margin-top: 8px; }
.values-section { background: var(--ajh-sky-2); }
.leadership-section { background: #fff; }
.leadership-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.leadership-grid article { position: relative; overflow: hidden; min-height: 210px; padding: 27px; border: 1px solid var(--ajh-line); border-radius: 20px; background: #fff; }
.leadership-grid article > span { display: block; margin-bottom: 36px; color: var(--ajh-accent); font-size: 0.75rem; font-weight: 850; letter-spacing: 0.1em; }
.leadership-grid article h3 { font-size: 1.16rem; }
.leadership-grid article p { margin: 0; font-size: 0.82rem; }
.process-grid article::after { content: ""; position: absolute; right: -34px; top: -34px; width: 92px; height: 92px; border-radius: 50%; background: var(--ajh-sky); }
.journey-section { background: linear-gradient(145deg, #fff, var(--ajh-sky-2)); }
.journey-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 70px; align-items: center; }
.journey-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; align-items: start; }
.journey-photos figure { position: relative; overflow: hidden; border-radius: 23px; box-shadow: var(--ajh-shadow-sm); }
.journey-photos figure:nth-child(2) { margin-top: 55px; }
.journey-photos img { width: 100%; height: 470px; object-fit: cover; }
.journey-photos figcaption { position: absolute; left: 13px; bottom: 13px; padding: 7px 10px; border-radius: 999px; background: rgba(6,31,53,0.82); color: #fff; font-size: 0.7rem; font-weight: 730; }
.callout { padding: 25px; border-left: 5px solid var(--ajh-primary); border-radius: 10px 17px 17px 10px; background: var(--ajh-sky-2); }
.callout--warning { border-left-color: var(--ajh-accent); background: var(--ajh-rose); }
.callout p:last-child { margin-bottom: 0; }
.inner-image { width: 100%; max-height: 610px; object-fit: cover; border-radius: 28px; box-shadow: var(--ajh-shadow-sm); }
.archive-section { padding: 85px 0 105px; }
.doctor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.schedule-notice { display: grid; grid-template-columns: 44px 1fr auto; gap: 15px; align-items: center; margin-bottom: 32px; padding: 17px 20px; border: 1px solid #cde2ee; border-radius: 16px; background: var(--ajh-sky-2); }
.schedule-notice > .icon { width: 23px; height: 23px; padding: 9px; border-radius: 11px; background: #fff; color: var(--ajh-primary); box-sizing: content-box; }
.schedule-notice p { margin: 0; font-size: 0.84rem; }
.schedule-notice > a { color: var(--ajh-primary); font-weight: 820; }
.doctor-card { overflow: hidden; border: 1px solid var(--ajh-line); border-radius: 21px; background: #fff; transition: transform 200ms ease, box-shadow 200ms ease; }
.doctor-card:hover { transform: translateY(-5px); box-shadow: var(--ajh-shadow-sm); }
.doctor-card__media { display: block; height: 280px; background: linear-gradient(145deg, var(--ajh-sky), var(--ajh-rose)); }
.doctor-card__media img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.doctor-card__placeholder { width: 100%; height: 100%; display: grid; place-items: center; }
.doctor-card__placeholder img { width: 105px; height: 105px; object-fit: contain; opacity: 0.72; }
.doctor-card__body { padding: 23px; }
.doctor-card h2 { margin: 9px 0 5px; font-size: 1.3rem; }
.doctor-card__specialty { margin-bottom: 9px; color: var(--ajh-primary); font-size: 0.88rem; font-weight: 760; }
.doctor-card__qualifications { min-height: 38px; font-size: 0.75rem; }
.doctor-card__schedule { display: flex; align-items: flex-start; gap: 7px; padding-top: 12px; border-top: 1px solid var(--ajh-line); font-size: 0.79rem; }
.doctor-card__schedule .icon { margin-top: 3px; color: var(--ajh-accent); }
.doctor-card .text-link { font-size: 0.82rem; }
.micro-badge { display: inline-flex; align-items: center; gap: 5px; padding: 5px 8px; border-radius: 999px; background: var(--ajh-mint); color: var(--ajh-success); font-size: 0.66rem; font-weight: 800; }
.single-profile { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 65px; align-items: start; }
.single-profile__media { overflow: hidden; min-height: 480px; border-radius: 28px; background: linear-gradient(145deg, var(--ajh-sky), var(--ajh-rose)); }
.single-profile__media img { width: 100%; height: 100%; min-height: 480px; object-fit: cover; object-position: center top; }
.profile-meta { display: grid; gap: 12px; margin: 25px 0; }
.profile-meta__item { display: grid; grid-template-columns: 39px 1fr; gap: 12px; align-items: center; padding: 13px; border-radius: 13px; background: var(--ajh-sky-2); }
.profile-meta__item > .icon { width: 19px; height: 19px; padding: 8px; border-radius: 10px; background: #fff; color: var(--ajh-primary); box-sizing: content-box; }
.profile-meta__item small, .profile-meta__item strong { display: block; }
.profile-meta__item small { color: var(--ajh-muted); font-size: 0.7rem; }
.profile-meta__item strong { font-size: 0.9rem; }
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 38px; }
.contact-card { padding: 25px; border: 1px solid var(--ajh-line); border-radius: 19px; background: #fff; }
.contact-card .icon { width: 25px; height: 25px; margin-bottom: 17px; padding: 9px; border-radius: 12px; background: var(--ajh-sky); color: var(--ajh-primary); box-sizing: content-box; }
.contact-card span, .contact-card strong { display: block; }
.contact-card span { color: var(--ajh-muted); font-size: 0.74rem; }
.contact-card strong { margin-top: 3px; font-size: 1rem; }
.contact-location-grid { display: grid; grid-template-columns: 1fr 0.85fr; gap: 60px; align-items: center; padding-top: 38px; }
.contact-location-image { overflow: hidden; height: 530px; border-radius: 28px; box-shadow: var(--ajh-shadow-sm); }
.contact-location-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; }
.contact-email { display: flex; align-items: center; gap: 8px; margin-top: 24px; }
.contact-email a { color: var(--ajh-primary); font-weight: 740; }
.outcomes-section--inner { padding-top: 85px; }
.data-footnote { max-width: 850px; margin: 22px auto 0; color: var(--ajh-muted); font-size: 0.78rem; text-align: center; }
.pagination, .nav-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 45px; }
.page-numbers { min-width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--ajh-line); border-radius: 10px; background: #fff; color: var(--ajh-primary); font-weight: 750; }
.page-numbers.current { border-color: var(--ajh-primary); background: var(--ajh-primary); color: #fff; }
.not-found { min-height: 60vh; display: grid; place-items: center; padding: 80px 0; text-align: center; }
.not-found strong { display: block; color: var(--ajh-sky); font-size: clamp(7rem, 20vw, 14rem); line-height: 0.9; text-shadow: 1px 1px 0 var(--ajh-line); }

/* Reveal motion; content remains visible without JS. */
.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity 650ms ease, transform 650ms ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
	.header-consult { display: none; }
	.menu { gap: 18px; }
	.menu a { font-size: 0.86rem; }
	.hero-grid { gap: 38px; }
	.services-grid { grid-template-columns: repeat(2, 1fr); }
	.footer-grid { grid-template-columns: 1.2fr 0.8fr 1fr; }
	.footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 920px) {
	html { scroll-padding-top: 96px; }
	.care-bar__status > span:last-child, .care-bar__links a:last-child { display: none; }
	.header-inner { min-height: 76px; }
	.brand-logo img, .custom-logo { width: 188px; max-height: 57px; }
	.primary-navigation {
		position: fixed;
		z-index: 999;
		inset: 114px 16px auto;
		display: none;
		max-height: calc(100vh - 135px);
		overflow-y: auto;
		margin: 0;
		padding: 15px;
		border: 1px solid var(--ajh-line);
		border-radius: 18px;
		background: #fff;
		box-shadow: var(--ajh-shadow);
	}
	.admin-bar .primary-navigation { top: 146px; }
	.nav-open .primary-navigation { display: block; }
	.menu { display: grid; gap: 2px; }
	.menu a { padding: 12px 13px; border-radius: 10px; font-size: 0.94rem; }
	.menu a::after { display: none; }
	.menu a:hover { background: var(--ajh-sky-2); }
	.menu .sub-menu { position: static; display: block; margin-left: 14px; padding: 0 0 0 10px; border: 0; border-left: 2px solid var(--ajh-line); border-radius: 0; box-shadow: none; }
	.menu .sub-menu a { font-size: 0.85rem; }
	.nav-toggle { display: flex; }
	.header-appointment { display: none; }
	.hero-grid, .policy-grid, .doctor-feature-grid, .partnership-card, .faq-grid, .appointment-shell, .single-profile { grid-template-columns: 1fr; }
	.hero-grid { min-height: auto; gap: 35px; padding: 65px 0 92px; }
	.hero-copy h1 { max-width: 750px; }
	.hero-media { width: min(620px, 92%); margin-inline: auto; }
	.hero-rate-card { left: -20px; }
	.trust-ribbon__grid { grid-template-columns: 1fr 1fr; }
	.trust-ribbon__grid > div:nth-child(2) { border-right: 0; }
	.trust-ribbon__grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--ajh-line); }
	.section-heading--split { grid-template-columns: 1fr; gap: 15px; }
	.outcome-grid { grid-template-columns: 1fr 1fr; }
	.policy-grid { gap: 55px; }
	.policy-media { max-width: 690px; }
	.policy-media > img { min-height: 480px; }
	.doctor-feature-grid { gap: 0; }
	.doctor-feature-copy { padding: 80px 0 45px; }
	.doctor-feature-media { width: min(620px, 100%); height: 570px; margin-inline: auto; }
	.partnership-card { gap: 35px; }
	.faq-intro { position: static; }
	.faq-grid { gap: 35px; }
	.appointment-shell { gap: 35px; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.footer-brand { grid-column: 1 / -1; }
	.page-layout { grid-template-columns: 1fr; }
	.sidebar-card { position: static; }
	.doctor-grid { grid-template-columns: 1fr 1fr; }
	.contact-cards { grid-template-columns: 1fr 1fr; }
	.leadership-grid { grid-template-columns: 1fr 1fr; }
	.journey-grid, .contact-location-grid { grid-template-columns: 1fr; }
	.journey-copy { max-width: 760px; }
}

@media (max-width: 640px) {
	body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
	.container { width: min(100% - 28px, 1180px); }
	.section { padding: 75px 0; }
	.care-bar__inner { min-height: 34px; justify-content: center; }
	.care-bar__links { display: none; }
	.care-bar__status { gap: 8px; font-size: 0.73rem; }
	.primary-navigation { inset: 110px 12px auto; }
	.admin-bar .primary-navigation { top: 156px; }
	.brand-logo img, .custom-logo { width: 168px; }
	.header-actions { gap: 7px; }
	.nav-toggle { width: 42px; height: 42px; }
	.hero-grid { padding: 50px 0 83px; }
	.eyebrow { font-size: 0.64rem; }
	.hero-copy h1 { font-size: clamp(2.55rem, 14vw, 4rem); }
	.hero-lead { font-size: 0.96rem; }
	.hero-actions .button { width: 100%; }
	.hero-principle { padding-top: 18px; }
	.hero-media { width: 100%; padding: 5px 7px 12px 12px; }
	.hero-media__frame { border-width: 6px; border-radius: 44% 44% 24% 44%; }
	.hero-rate-card { left: 0; bottom: 0; padding: 12px 14px; }
	.hero-rate-card > strong { font-size: 1.6rem; }
	.hero-open-card { top: 17px; right: -3px; padding: 10px 12px; }
	.hero-open-card > .icon { display: none; }
	.trust-ribbon { margin-top: -27px; }
	.trust-ribbon__grid { grid-template-columns: 1fr; }
	.trust-ribbon__grid > div { padding: 15px 17px; border-right: 0; border-bottom: 1px solid var(--ajh-line); }
	.trust-ribbon__grid > div:last-child { border-bottom: 0; }
	.outcomes-section { padding-top: 100px; }
	.outcome-grid { grid-template-columns: 1fr 1fr; gap: 11px; }
	.outcome-card { min-height: 175px; padding: 18px; }
	.outcome-card > strong { font-size: 2.5rem; }
	.outcome-card small { font-size: 0.7rem; }
	.outcome-visual { padding: 22px 18px; }
	.outcome-visual__legend { display: grid; gap: 7px; }
	.policy-media > img { min-height: 380px; border-radius: 23px 23px 65px 23px; }
	.photo-label { right: 5px; bottom: 12px; }
	.services-grid, .archive-grid, .doctor-grid, .content-grid-2, .contact-cards { grid-template-columns: 1fr; }
	.leadership-grid { grid-template-columns: 1fr; }
	.leadership-grid article { min-height: 185px; }
	.journey-grid { gap: 40px; }
	.journey-photos { gap: 10px; }
	.journey-photos figure:nth-child(2) { margin-top: 28px; }
	.journey-photos img { height: 350px; }
	.schedule-notice { grid-template-columns: 40px 1fr; }
	.schedule-notice > a { grid-column: 2; }
	.contact-location-image { height: 430px; }
	.service-card { min-height: 245px; }
	.doctor-feature-copy { padding-top: 70px; }
	.doctor-feature-media { height: 460px; }
	.partnership-card { padding: 27px 21px; border-radius: 25px; }
	.thai-message { min-height: 320px; padding: 30px 24px; }
	.photo-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 310px 220px 220px; }
	.photo-grid__wide { grid-row: auto; grid-column: 1 / 3; }
	.photo-grid figure:last-child { grid-column: 1 / 3; }
	.travel-grid { grid-template-columns: 1fr; gap: 27px; }
	.travel-icon { width: 80px; height: 80px; border-radius: 23px; }
	.travel-icon .icon { width: 36px; height: 36px; }
	.appointment-shell { padding: 30px 20px; border-radius: 25px; }
	.appointment-form-card { padding: 22px 17px; }
	.appointment-form { grid-template-columns: 1fr; }
	.form-field--full { grid-column: auto; }
	.form-submit .button { width: 100%; }
	.footer-grid { grid-template-columns: 1fr; gap: 38px; }
	.footer-brand { grid-column: auto; }
	.footer-bottom { display: grid; gap: 5px; }
	.mobile-care-actions {
		position: fixed;
		z-index: 1100;
		left: 0;
		right: 0;
		bottom: 0;
		display: grid;
		grid-template-columns: 1fr 1.25fr 1fr;
		padding: 7px 10px calc(7px + env(safe-area-inset-bottom));
		border-top: 1px solid var(--ajh-line);
		background: rgba(255,255,255,0.96);
		box-shadow: 0 -10px 30px rgba(6,45,79,0.1);
		-webkit-backdrop-filter: blur(13px);
		backdrop-filter: blur(13px);
	}
	.mobile-care-actions a { min-height: 48px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; border-radius: 11px; color: var(--ajh-primary-deep); font-size: 0.64rem; font-weight: 760; }
	.mobile-care-actions a.is-primary { background: var(--ajh-accent); color: #fff; }
	.mobile-care-actions .icon { width: 19px; height: 19px; }
	.page-hero { padding: 70px 0 57px; }
	.page-hero h1 { font-size: 2.65rem; }
	.content-section, .archive-section { padding: 65px 0 85px; }
	.single-profile__media, .single-profile__media img { min-height: 390px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
	.js .reveal { opacity: 1; transform: none; }
	.outcome-bar span { width: var(--outcome-width); }
}

@media print {
	.care-bar, .site-header, .mobile-care-actions, .site-footer, .hero-actions, .button, .appointment-section { display: none !important; }
	body { color: #000; background: #fff; }
	.section { padding: 25px 0; }
	.container { width: 100%; }
}
