﻿/*
Theme Name: MenMed Thailand Concierge
Theme URI: https://menmedthailand.com
Author: MenMed Thailand
Author URI: https://menmedthailand.com
Description: Premium medical concierge WordPress theme for international men's health patient coordination in Thailand.
Version: 1.1.0
Requires at least: 6.5
Tested up to: 6.7
Requires PHP: 8.0
Text Domain: bmhc-child-theme
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--bmhc-navy: #071f35;
	--bmhc-navy-2: #123653;
	--bmhc-ink: #152635;
	--bmhc-muted: #64717d;
	--bmhc-white: #ffffff;
	--bmhc-ivory: #faf7ef;
	--bmhc-ivory-2: #f3eee3;
	--bmhc-gold: #c7a45d;
	--bmhc-gold-2: #d9bf82;
	--bmhc-gold-soft: #efe3c6;
	--bmhc-border: #e8dfd0;
	--bmhc-shadow: 0 24px 70px rgba(7, 31, 53, 0.12);
	--bmhc-radius: 8px;
	--bmhc-max: 1180px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--bmhc-white);
	color: var(--bmhc-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.7;
	margin: 0;
	text-rendering: optimizeLegibility;
}

img {
	height: auto;
	max-width: 100%;
}

a {
	color: var(--bmhc-navy);
	text-decoration-color: rgba(199, 164, 93, 0.7);
	text-underline-offset: 0.2em;
}

h1,
h2,
h3 {
	color: var(--bmhc-navy);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 1rem;
}

h1 {
	font-size: clamp(2.55rem, 5.4vw, 5.6rem);
	max-width: 900px;
}

h2 {
	font-size: clamp(2rem, 3.2vw, 3.35rem);
	max-width: 840px;
}

h3 {
	font-size: 1.34rem;
}

p {
	margin: 0 0 1rem;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.screen-reader-text:focus {
	background: var(--bmhc-white);
	clip: auto;
	color: var(--bmhc-navy);
	height: auto;
	left: 1rem;
	padding: 0.75rem 1rem;
	top: 1rem;
	width: auto;
	z-index: 1000;
}

.bmhc-container {
	margin: 0 auto;
	max-width: var(--bmhc-max);
	padding: 0 clamp(1.15rem, 4vw, 2rem);
	width: 100%;
}

.site-header {
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid var(--bmhc-border);
	position: sticky;
	top: 0;
	z-index: 50;
}

.site-header__inner,
.site-footer__inner {
	align-items: center;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
}

.site-header__inner {
	min-height: 82px;
}

.site-branding {
	align-items: center;
	display: flex;
	gap: 0.85rem;
}

.site-branding__name,
.site-footer__brand {
	color: var(--bmhc-navy);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.35rem;
	font-weight: 700;
	text-decoration: none;
}

.site-branding__tagline,
.site-footer__text {
	color: var(--bmhc-muted);
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.35;
	margin: 0;
	max-width: 380px;
}

.site-navigation__menu,
.site-footer__menu {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-navigation a,
.site-footer a {
	font-size: 0.88rem;
	font-weight: 800;
	text-decoration: none;
}

.site-navigation__toggle {
	background: var(--bmhc-navy);
	border: 1px solid rgba(7, 31, 53, 0.9);
	border-radius: var(--bmhc-radius);
	box-shadow: 0 10px 24px rgba(7, 31, 53, 0.14);
	display: none;
	height: 44px;
	place-items: center;
	width: 44px;
}

.site-navigation__toggle-line,
.site-navigation__toggle-line::before,
.site-navigation__toggle-line::after {
	background: var(--bmhc-white);
	border-radius: 999px;
	content: "";
	display: block;
	height: 2px;
	position: relative;
	width: 20px;
}

.site-navigation__toggle-line::before {
	position: absolute;
	top: -6px;
}

.site-navigation__toggle-line::after {
	position: absolute;
	top: 6px;
}

.bmhc-hero {
	background:
		radial-gradient(circle at 82% 18%, rgba(217, 191, 130, 0.24), transparent 28rem),
		linear-gradient(115deg, rgba(7, 31, 53, 0.99), rgba(18, 54, 83, 0.94) 52%, rgba(7, 31, 53, 0.99)),
		var(--bmhc-navy);
	color: var(--bmhc-white);
	overflow: hidden;
	padding: clamp(5rem, 9vw, 8.5rem) 0 clamp(4.5rem, 8vw, 7.5rem);
	position: relative;
}

.bmhc-hero::after {
	background: linear-gradient(90deg, var(--bmhc-gold), transparent);
	bottom: 0;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	width: 42%;
}

.bmhc-hero__grid {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 5vw, 4rem);
	grid-template-columns: minmax(0, 1.16fr) minmax(300px, 0.84fr);
}

.bmhc-hero h1,
.bmhc-section--navy h2,
.bmhc-cta__title {
	color: var(--bmhc-white);
}

.bmhc-hero__lead {
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(1.08rem, 1.5vw, 1.28rem);
	line-height: 1.75;
	margin-bottom: 1.7rem;
	max-width: 720px;
}

.bmhc-hero__panel {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.055));
	border: 1px solid rgba(239, 227, 198, 0.38);
	border-radius: var(--bmhc-radius);
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.24);
	padding: clamp(1.75rem, 3vw, 2.5rem);
}

.bmhc-hero__panel p,
.bmhc-hero__panel span,
.bmhc-hero__list li {
	color: rgba(255, 255, 255, 0.78);
}

.bmhc-hero__panel strong {
	color: var(--bmhc-white);
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	line-height: 1.1;
	margin: 1rem 0;
}

.bmhc-eyebrow {
	align-items: center;
	color: var(--bmhc-gold-2);
	display: inline-flex;
	font-size: 0.76rem;
	font-weight: 850;
	gap: 0.7rem;
	letter-spacing: 0.15em;
	margin: 0 0 1rem;
	text-transform: uppercase;
}

.bmhc-eyebrow::before {
	background: currentColor;
	content: "";
	height: 1px;
	width: 2.3rem;
}

.bmhc-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
}

.bmhc-button {
	align-items: center;
	background: linear-gradient(180deg, var(--bmhc-navy-2), var(--bmhc-navy));
	border: 1px solid rgba(7, 31, 53, 0.95);
	border-radius: var(--bmhc-radius);
	box-shadow: 0 12px 24px rgba(7, 31, 53, 0.18);
	color: var(--bmhc-white);
	display: inline-flex;
	font-size: 0.94rem;
	font-weight: 850;
	justify-content: center;
	min-height: 48px;
	padding: 0.95rem 1.25rem;
	text-decoration: none;
}

.bmhc-button--gold {
	background: linear-gradient(180deg, var(--bmhc-gold-2), var(--bmhc-gold));
	border-color: rgba(199, 164, 93, 0.95);
	color: var(--bmhc-navy);
}

.bmhc-button--ghost {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(239, 227, 198, 0.36);
	color: var(--bmhc-white);
}

.bmhc-trust {
	background: linear-gradient(180deg, var(--bmhc-ivory), #fff);
	border-bottom: 1px solid var(--bmhc-border);
	padding: clamp(1rem, 2.5vw, 1.6rem) 0;
}

.bmhc-trust__grid,
.bmhc-card-grid,
.bmhc-steps {
	display: grid;
	gap: clamp(1rem, 2vw, 1.35rem);
}

.bmhc-trust__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bmhc-card-grid,
.bmhc-steps {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bmhc-trust__item,
.bmhc-card,
.bmhc-faq__item,
.bmhc-doctor-card {
	background: var(--bmhc-white);
	border: 1px solid rgba(232, 223, 208, 0.9);
	border-radius: var(--bmhc-radius);
	box-shadow: 0 12px 36px rgba(7, 31, 53, 0.08);
}

.bmhc-trust__item {
	align-items: center;
	color: var(--bmhc-navy);
	display: flex;
	font-size: 0.9rem;
	font-weight: 800;
	gap: 0.7rem;
	min-height: 72px;
	padding: 0.9rem 1rem;
}

.bmhc-trust__item span,
.bmhc-hero__list li::before,
.bmhc-check-list li::before {
	background: var(--bmhc-gold);
	border-radius: 999px;
	box-shadow: 0 0 0 5px rgba(199, 164, 93, 0.14);
	content: "";
	flex: 0 0 auto;
	height: 0.5rem;
	width: 0.5rem;
}

.bmhc-section {
	padding: clamp(4rem, 8vw, 7rem) 0;
}

.bmhc-section--soft {
	background: linear-gradient(180deg, var(--bmhc-ivory), #fff);
}

.bmhc-section--navy {
	background: linear-gradient(135deg, var(--bmhc-navy), #0b2a45);
	color: rgba(255, 255, 255, 0.84);
}

.bmhc-section__header {
	margin-bottom: clamp(2rem, 4vw, 3rem);
	max-width: 850px;
}

.bmhc-section__intro,
.bmhc-card p,
.bmhc-content,
.bmhc-doctor-card p,
.bmhc-faq__item p {
	color: var(--bmhc-muted);
}

.bmhc-card {
	min-height: 250px;
	overflow: hidden;
	padding: clamp(1.35rem, 2.2vw, 1.8rem);
	position: relative;
}

.bmhc-card::before {
	background: linear-gradient(90deg, var(--bmhc-gold), rgba(199, 164, 93, 0.1));
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.bmhc-steps {
	counter-reset: bmhc-step;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bmhc-steps li {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(239, 227, 198, 0.22);
	border-radius: var(--bmhc-radius);
	padding: clamp(1.25rem, 2vw, 1.6rem);
}

.bmhc-steps span {
	color: var(--bmhc-gold-2);
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.2rem;
	line-height: 1;
	margin-bottom: 1rem;
}

.bmhc-split,
.bmhc-faq {
	align-items: start;
	display: grid;
	gap: clamp(2rem, 5vw, 4rem);
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
}

.bmhc-feature-list,
.bmhc-hero__list,
.bmhc-check-list,
.bmhc-faq__items {
	display: grid;
	gap: 0.75rem;
	list-style: none;
	margin: 1.35rem 0 0;
	padding: 0;
}

.bmhc-feature-list span {
	background: linear-gradient(90deg, rgba(250, 247, 239, 0.96), rgba(255, 255, 255, 0.92));
	border: 1px solid var(--bmhc-border);
	border-radius: var(--bmhc-radius);
	color: var(--bmhc-navy);
	display: block;
	font-size: 0.94rem;
	font-weight: 800;
	padding: 0.9rem 1rem;
}

.bmhc-hero__list li,
.bmhc-check-list li {
	align-items: start;
	display: flex;
	gap: 0.6rem;
}

.bmhc-doctor-card {
	align-items: center;
	display: grid;
	gap: clamp(1.5rem, 4vw, 3rem);
	grid-template-columns: 190px minmax(0, 1fr);
	padding: clamp(1.5rem, 4vw, 3rem);
}

.bmhc-doctor-card__mark {
	align-items: center;
	aspect-ratio: 1;
	background: linear-gradient(145deg, rgba(199, 164, 93, 0.18), transparent), var(--bmhc-navy);
	border-radius: 50%;
	color: var(--bmhc-gold-soft);
	display: flex;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 700;
	justify-content: center;
}

.bmhc-faq__item {
	padding: 1.1rem 1.25rem;
}

.bmhc-faq__item summary {
	color: var(--bmhc-navy);
	cursor: pointer;
	font-weight: 850;
}

.bmhc-cta {
	align-items: center;
	background: linear-gradient(135deg, var(--bmhc-navy), var(--bmhc-navy-2));
	border: 1px solid rgba(199, 164, 93, 0.24);
	border-radius: var(--bmhc-radius);
	box-shadow: var(--bmhc-shadow);
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	padding: clamp(1.75rem, 4.5vw, 3rem);
}

.bmhc-cta__content {
	color: rgba(255, 255, 255, 0.78);
	margin: 0;
	max-width: 680px;
}

.bmhc-disclaimer {
	background: var(--bmhc-ivory-2);
	border-top: 1px solid var(--bmhc-border);
	color: #4d5660;
	font-size: 0.92rem;
	padding: 1.5rem 0;
}

.site-footer {
	background: linear-gradient(135deg, var(--bmhc-navy), #051827);
	color: rgba(255, 255, 255, 0.76);
	padding: 3rem 0;
}

.site-footer__brand,
.site-footer a {
	color: var(--bmhc-white);
}

.site-footer__text {
	color: rgba(255, 255, 255, 0.76);
}

@media (max-width: 980px) {
	.bmhc-hero__grid,
	.bmhc-split,
	.bmhc-faq,
	.bmhc-doctor-card {
		grid-template-columns: 1fr;
	}

	.bmhc-trust__grid,
	.bmhc-card-grid,
	.bmhc-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	body {
		font-size: 16px;
	}

	.site-header__inner,
	.site-footer__inner,
	.bmhc-cta {
		align-items: flex-start;
		flex-direction: column;
	}

	.site-header__inner {
		padding-bottom: 1rem;
		padding-top: 1rem;
	}

	.site-navigation__toggle {
		display: grid;
		position: absolute;
		right: 1.15rem;
		top: 1.2rem;
	}

	.site-navigation {
		display: none;
		width: 100%;
	}

	.site-navigation-open .site-navigation {
		display: block;
	}

	.site-navigation__menu {
		background: var(--bmhc-white);
		border: 1px solid var(--bmhc-border);
		border-radius: var(--bmhc-radius);
		box-shadow: 0 12px 36px rgba(7, 31, 53, 0.08);
		display: grid;
		gap: 0;
		padding: 0.5rem;
		width: 100%;
	}

	.site-navigation a {
		display: block;
		padding: 0.75rem 0.8rem;
	}

	.bmhc-trust__grid,
	.bmhc-card-grid,
	.bmhc-steps {
		grid-template-columns: 1fr;
	}

	.bmhc-hero {
		padding: 4rem 0;
	}

	.bmhc-section {
		padding: 3.5rem 0;
	}

	.bmhc-card {
		min-height: 0;
	}

	.bmhc-button,
	.bmhc-cta .bmhc-button {
		width: 100%;
	}
}
