/* Ethio Shell v2 — modern escort agency UI */
:root {
	--ee-font: "DM Sans", system-ui, -apple-system, sans-serif;
	--ee-font-display: "Playfair Display", Georgia, serif;
	--ee-topbar: 48px;
	--ee-header: 64px;
	--ee-header-max: 1280px;
	--ee-chrome: calc(var(--ee-topbar) + var(--ee-header));
	--ee-red: #e63939;
	--ee-red-hover: #ff5252;
	--ee-red-dim: rgba(230, 57, 57, 0.15);
	--ee-bg: #070707;
	--ee-bg-elevated: #111111;
	--ee-bg-card: #141414;
	--ee-border: rgba(255, 255, 255, 0.08);
	--ee-text: #ececec;
	--ee-muted: #9a9a9a;
	--ee-radius: 16px;
	--ee-radius-sm: 10px;
	--ee-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
	--ee-gutter: clamp(16px, 3vw, 24px);
	--ee-wrap: min(1200px, calc(100% - var(--ee-gutter) * 2));
}

@media (min-width: 922px) {
	:root {
		--ee-topbar: 36px;
		--ee-header: 76px;
	}
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

html,
body {
	background: var(--ee-bg);
	color: var(--ee-text);
	font-family: var(--ee-font);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	max-width: 100%;
	overflow-x: hidden;
}

html {
	scroll-padding-top: calc(var(--ee-chrome) + 16px);
}

:where(section, article, div, h2, h3)[id] {
	scroll-margin-top: calc(var(--ee-chrome) + 16px);
}

/* ── Unified fixed chrome (topbar + header) ── */
.ee-chrome-stack {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100400;
	background: #070707;
	border-bottom: 1px solid var(--ee-border);
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
	display: flex;
	flex-direction: column;
	height: var(--ee-chrome);
	min-height: var(--ee-chrome);
	contain: layout;
	box-sizing: border-box;
}

@media (max-width: 921px) {
	.ee-chrome-stack {
		max-height: var(--ee-chrome);
		overflow: hidden;
	}
}

body.admin-bar .ee-chrome-stack {
	top: 32px;
}

@media (max-width: 782px) {
	body.admin-bar .ee-chrome-stack {
		top: 46px;
	}
}

body.ee-native-shell #ee-topbar {
	position: static !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	z-index: auto !important;
	min-height: var(--ee-topbar) !important;
	background: linear-gradient(180deg, #150505, #0a0a0a) !important;
	border-bottom: 1px solid rgba(230, 57, 57, 0.15) !important;
	font-size: 0.8rem;
}

/* Topbar content — theme owns chrome when ethio-shell is active */
#ee-topbar .ee-topbar__inner {
	max-width: var(--ee-header-max);
	margin: 0 auto;
	padding: 0 var(--ee-gutter);
	min-height: var(--ee-topbar);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: nowrap;
}

#ee-topbar .ee-topbar__lead,
#ee-topbar .ee-topbar__tools {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

#ee-topbar .ee-topbar__lead {
	flex: 1 1 auto;
}

#ee-topbar .ee-topbar__tools {
	flex: 0 0 auto;
	justify-content: flex-end;
}

#ee-topbar .ee-topbar__badge {
	background: var(--ee-red);
	color: #fff;
	-webkit-text-fill-color: #fff;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 3px 9px;
	border-radius: 999px;
	white-space: nowrap;
	flex-shrink: 0;
}

#ee-topbar .ee-topbar__text {
	color: #b8b8b8;
	font-size: 0.78rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#ee-topbar .ee-topbar__phone,
#ee-topbar a.ee-topbar__phone,
#ee-topbar a.ee-topbar__phone:link,
#ee-topbar a.ee-topbar__phone:visited,
#ee-topbar a.ee-topbar__phone:hover,
#ee-topbar a.ee-topbar__phone:active {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-weight: 600;
	font-size: 0.8rem;
	text-decoration: none !important;
	white-space: nowrap;
}

#ee-topbar .ee-topbar__phone:hover {
	color: #ffc9c9 !important;
	-webkit-text-fill-color: #ffc9c9 !important;
}

#ee-topbar .ee-topbar__social {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

@media (min-width: 922px) {
	#ee-topbar .ee-topbar__tools {
		display: none !important;
	}

	#ee-topbar .ee-topbar__lead {
		justify-content: center;
		width: 100%;
	}

	#ee-topbar .ee-topbar__text {
		display: inline;
	}
}

body.ee-native-shell .ee-chrome-stack .ee-site-header {
	position: static !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	border-bottom: 0 !important;
	box-shadow: none !important;
}

body.ee-native-shell {
	margin: 0;
	padding-top: var(--ee-chrome) !important;
}

body.ee-native-shell.admin-bar {
	padding-top: calc(var(--ee-chrome) + 32px) !important;
}

.ee-shell-wrap {
	width: var(--ee-wrap);
	margin-inline: auto;
}

/* ── Header ── */
.ee-site-header {
	position: relative;
	background: rgba(7, 7, 7, 0.98);
	border-bottom: 1px solid var(--ee-border);
	backdrop-filter: blur(16px);
	transition: box-shadow 0.25s, background 0.25s;
}

.ee-site-header.is-scrolled {
	background: rgba(7, 7, 7, 0.96);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.ee-site-header__inner {
	width: min(var(--ee-header-max), calc(100% - var(--ee-gutter) * 2));
	margin-inline: auto;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: var(--ee-header);
}

.ee-site-header__brand {
	flex: 0 0 auto;
	min-width: 0;
	max-width: 148px;
}

.ee-site-header__logo {
	display: block;
	line-height: 0;
}

.ee-site-header__logo img {
	display: block;
	max-height: 42px;
	width: auto;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	object-position: left center;
}

.ee-site-header__nav {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	justify-content: center;
}

.ee-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	gap: 2px;
	align-items: center;
}

.ee-nav a {
	color: #c8c8c8;
	text-decoration: none;
	font-size: 0.875rem;
	font-weight: 500;
	transition: color 0.2s, background 0.2s;
	border-radius: 8px;
	padding: 8px 10px;
	white-space: nowrap;
}

.ee-nav a:hover,
.ee-nav .current-menu-item > a,
.ee-nav .current_page_item > a {
	color: #fff;
	background: rgba(255, 255, 255, 0.06);
}

.ee-site-header__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	flex: 0 0 auto;
}

.ee-site-header__phone {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	line-height: 1;
	padding: 8px 12px;
	border: 1px solid var(--ee-border);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.03);
	transition: border-color 0.2s, background 0.2s;
}

.ee-site-header__phone:hover {
	border-color: rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.06);
}

.ee-site-header__phone-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	color: var(--ee-red);
	flex-shrink: 0;
}

.ee-site-header__phone-icon svg {
	width: 16px;
	height: 16px;
}

.ee-site-header__phone-num {
	font-size: 0.82rem;
	font-weight: 600;
	color: #fff;
	white-space: nowrap;
}

.ee-site-header__book {
	display: inline-flex;
	align-items: center;
	padding: 10px 18px;
	border-radius: 999px;
	background: var(--ee-red);
	color: #fff !important;
	font-weight: 600;
	font-size: 0.84rem;
	text-decoration: none !important;
	box-shadow: 0 4px 18px rgba(230, 57, 57, 0.35);
	transition: background 0.2s, transform 0.2s;
	white-space: nowrap;
}

@media (min-width: 922px) {
	.ee-site-header__inner {
		display: grid;
		grid-template-columns: minmax(120px, 148px) minmax(0, 1fr) auto;
		align-items: center;
		gap: 20px;
	}

	.ee-site-header__brand,
	.ee-site-header__nav,
	.ee-site-header__actions {
		min-width: 0;
	}

	.ee-site-header__nav .ee-menu-home,
	.ee-site-header__nav .ee-menu-cta-dup {
		display: none;
	}
}

@media (min-width: 922px) and (max-width: 1400px) {
	.ee-site-header__nav .ee-menu-secondary {
		display: none;
	}

	.ee-nav a {
		font-size: 0.82rem;
		padding: 7px 8px;
	}
}

@media (min-width: 922px) and (max-width: 1120px) {
	.ee-site-header__phone-num {
		display: none;
	}

	.ee-site-header__phone {
		padding: 8px;
	}

	.ee-site-header__phone-icon {
		width: 20px;
		height: 20px;
	}
}

.ee-site-header__book:hover {
	background: var(--ee-red-hover);
	transform: translateY(-1px);
}

.ee-site-header__toggle {
	display: none;
	width: 44px;
	height: 44px;
	border: 1px solid var(--ee-border);
	border-radius: var(--ee-radius-sm);
	background: transparent;
	cursor: pointer;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	padding: 8px;
}

.ee-site-header__toggle span {
	display: block;
	width: 18px;
	height: 2px;
	background: #fff;
	border-radius: 2px;
}

.ee-mobile-drawer[hidden],
.ee-mobile-drawer:not(.ee-mobile-drawer--open) {
	display: none !important;
	visibility: hidden !important;
}

.ee-mobile-drawer.ee-mobile-drawer--open {
	position: fixed;
	top: var(--ee-chrome, 108px);
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100450;
	background: #0a0a0a;
	overflow-y: auto;
	padding: 8px 0 32px;
	box-shadow: inset 0 1px 0 var(--ee-border);
}

body.ee-mobile-nav-open {
	overflow: hidden;
}

body.ee-mobile-nav-open::after {
	content: "";
	position: fixed;
	inset: var(--ee-chrome) 0 0 0;
	background: rgba(0, 0, 0, 0.55);
	z-index: 100340;
	pointer-events: auto;
}

.ee-nav--mobile {
	flex-direction: column;
	align-items: stretch;
	gap: 0;
}

.ee-nav--mobile {
	padding: 0 20px;
}

.ee-nav--mobile a {
	display: block;
	padding: 16px 4px;
	border-bottom: 1px solid var(--ee-border);
	font-size: 1.05rem;
	color: #fff;
	font-weight: 500;
}

.ee-nav--mobile .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0 0 8px 12px;
}

.ee-nav--mobile .sub-menu a {
	font-size: 0.95rem;
	color: #bbb;
	border-bottom: 0;
	padding: 10px 4px;
}

.ee-mobile-drawer__contact {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 20px 0;
	padding: 0 20px;
}

.ee-mobile-drawer__contact .ee-contact-btn {
	width: 100%;
	height: auto;
	min-height: 48px;
	padding: 12px 16px;
	border-radius: 12px;
	justify-content: flex-start;
	gap: 12px;
}

.ee-mobile-drawer__contact .ee-contact-btn__label {
	display: inline;
	text-transform: none;
	font-size: 0.9rem;
	letter-spacing: 0;
}

.ee-site-header__book--mobile {
	display: block;
	margin-top: 12px;
	text-align: center;
	width: 100%;
	justify-content: center;
}

/* ── Main layout ── */
.ee-main {
	min-height: 50vh;
}

body.ee-shell-home .ee-main {
	max-width: none;
	padding: 0;
	margin: 0;
}

body.ee-shell-inner .ee-main,
body.ee-shell-blog .ee-main {
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 0 0 56px;
}

/* ── Buttons ── */
.ee-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 22px;
	border-radius: 999px;
	font-weight: 600;
	font-size: 0.9rem;
	color: #fff !important;
	text-decoration: none !important;
	border: none;
	cursor: pointer;
	transition: transform 0.2s, background 0.2s, border-color 0.2s;
}

.ee-btn--lg {
	padding: 14px 28px;
	font-size: 0.95rem;
}

.ee-btn--primary {
	background: var(--ee-red);
	color: #fff !important;
	box-shadow: 0 6px 24px rgba(230, 57, 57, 0.35);
}

.ee-btn--primary:hover {
	background: var(--ee-red-hover);
	transform: translateY(-2px);
}

.ee-btn--ghost {
	background: rgba(255, 255, 255, 0.06);
	color: #fff !important;
	border: 1px solid var(--ee-border);
}

.ee-btn--ghost:hover {
	border-color: rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.1);
}

.ee-btn--outline {
	border: 1px solid rgba(255, 255, 255, 0.22);
	color: #fff !important;
	background: transparent;
}

.ee-btn--outline:hover,
.ee-btn--outline:focus-visible {
	border-color: var(--ee-red);
	color: #fff !important;
}

/* ── Section headings ── */
.ee-section-head {
	margin-bottom: 28px;
}

.ee-section-head--center {
	text-align: center;
}

.ee-section-head__eyebrow {
	margin: 0 0 8px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ee-red);
}

.ee-section-head__title {
	margin: 0 0 10px;
	font-family: var(--ee-font-display);
	font-size: clamp(1.75rem, 3.5vw, 2.35rem);
	font-weight: 700;
	color: #fff;
	line-height: 1.15;
}

.ee-section-head__lead {
	margin: 0;
	max-width: 560px;
	color: var(--ee-muted);
	font-size: 1rem;
}

.ee-section-head--center .ee-section-head__lead {
	margin-inline: auto;
}

/* ── Classic homepage: cards first, legacy text below ── */
body.ee-home-classic .ee-home__roster-block {
	padding: 28px 20px 12px;
}

.ee-home__title {
	margin: 0 0 20px;
	font-family: var(--ee-font-display);
	font-size: clamp(1.65rem, 4.5vw, 2.35rem);
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 1.15;
	min-height: 3.75em;
}

@media (min-width: 922px) {
	.ee-home__title {
		min-height: 2.35em;
	}
}

.ee-home__roster-intro {
	display: none;
}

body.ee-home-classic .ee-home__roster-block .ee-city-roster__title {
	font-family: var(--ee-font);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ee-red);
	text-align: center;
	margin: 0 0 16px;
}

body.ee-home-classic .ee-home__legacy-content {
	padding: 40px 20px 64px;
	border-top: 1px solid var(--ee-border);
	background: linear-gradient(180deg, rgba(230, 57, 57, 0.04), transparent 160px);
}

.ee-prose--legacy-home > h1:first-child {
	display: none;
}

.ee-prose--legacy-home h3 + p {
	margin-top: 0.35rem;
}

.ee-prose--legacy-home,
.ee-page--inner .ee-prose {
	max-width: 820px;
	margin-inline: auto;
}

/* Hide duplicate AWSM grid embedded in old homepage HTML */
.ee-prose--legacy-home .awsm-grid-wrapper,
.ee-prose--legacy-home [id^="awsm-team-"],
.ee-prose--legacy-home .elementor-widget-awsm_team,
.ee-prose--legacy-home .awsm-grid-card {
	display: none !important;
	height: 0 !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
}

.ee-prose--legacy-home .elementor-spacer,
.ee-prose--legacy-home .elementor-widget-spacer {
	display: none !important;
}

/* ── Hero (unused on classic home; kept for optional use) ── */
.ee-hero {
	position: relative;
	padding: clamp(48px, 8vw, 88px) 20px clamp(56px, 10vw, 96px);
	overflow: hidden;
	border-bottom: 1px solid var(--ee-border);
}

.ee-hero__glow {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 70% 55% at 50% -10%, rgba(230, 57, 57, 0.22), transparent 55%),
		radial-gradient(ellipse 40% 30% at 90% 80%, rgba(230, 57, 57, 0.08), transparent);
	pointer-events: none;
}

.ee-hero__inner {
	position: relative;
	text-align: center;
}

.ee-hero__eyebrow {
	margin: 0 0 16px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--ee-red);
}

.ee-hero__title {
	margin: 0 0 20px;
	font-family: var(--ee-font-display);
	font-size: clamp(2.2rem, 6vw, 3.75rem);
	font-weight: 700;
	line-height: 1.08;
	color: #fff;
}

.ee-hero__title span {
	display: block;
	background: linear-gradient(135deg, #fff 30%, #ffb4b4 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.ee-hero__lead {
	margin: 0 auto 32px;
	max-width: 620px;
	font-size: clamp(1rem, 2vw, 1.15rem);
	color: var(--ee-muted);
}

.ee-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-bottom: 28px;
}

.ee-hero__pills {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.ee-hero__pills li {
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #ccc;
	padding: 8px 14px;
	border-radius: 999px;
	border: 1px solid var(--ee-border);
	background: rgba(255, 255, 255, 0.03);
}

/* ── Trust bar ── */
.ee-trust-bar {
	padding: 28px 20px;
	background: var(--ee-bg-elevated);
	border-bottom: 1px solid var(--ee-border);
}

.ee-trust-bar__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

@media (min-width: 768px) {
	.ee-trust-bar__grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

.ee-trust-bar__item {
	text-align: center;
	padding: 16px 12px;
	border-radius: var(--ee-radius-sm);
	background: var(--ee-bg-card);
	border: 1px solid var(--ee-border);
}

.ee-trust-bar__item strong {
	display: block;
	font-family: var(--ee-font-display);
	font-size: 1.5rem;
	color: #fff;
	line-height: 1.2;
}

.ee-trust-bar__item span {
	font-size: 0.8rem;
	color: var(--ee-muted);
}

/* ── Roster section ── */
.ee-home-roster-section {
	padding: 56px 20px 64px;
}

.ee-home-roster-section .ee-city-roster,
.ee-home-roster-section .ee-gallery {
	margin-top: 8px;
}

.ee-home-roster-section .ee-city-roster__title {
	display: none;
}

.ee-home-roster-section__more {
	text-align: center;
	margin-top: 32px;
}

/* ── Services ── */
.ee-services {
	padding: 56px 20px;
	background: var(--ee-bg-elevated);
	border-block: 1px solid var(--ee-border);
}

.ee-services__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

@media (min-width: 640px) {
	.ee-services__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 992px) {
	.ee-services__grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

.ee-service-card {
	display: flex;
	flex-direction: column;
	padding: 24px 20px;
	border-radius: var(--ee-radius);
	background: var(--ee-bg-card);
	border: 1px solid var(--ee-border);
	text-decoration: none !important;
	color: inherit;
	transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
	min-height: 100%;
}

.ee-service-card:hover {
	border-color: rgba(230, 57, 57, 0.4);
	transform: translateY(-4px);
	box-shadow: var(--ee-shadow);
}

.ee-service-card h3 {
	margin: 0 0 10px;
	font-size: 1.05rem;
	color: #fff;
}

.ee-service-card p {
	margin: 0 0 16px;
	flex: 1;
	font-size: 0.88rem;
	color: var(--ee-muted);
	line-height: 1.55;
}

.ee-service-card__link {
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--ee-red);
}

.ee-services__all {
	text-align: center;
	margin-top: 28px;
}

.ee-services__all a {
	color: var(--ee-muted);
	font-weight: 600;
	text-decoration: none;
}

.ee-services__all a:hover {
	color: var(--ee-red);
}

/* ── Locations ── */
.ee-locations {
	padding: 56px 20px;
}

.ee-locations__pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ee-pill {
	display: inline-flex;
	padding: 10px 18px;
	border-radius: 999px;
	background: var(--ee-bg-card);
	border: 1px solid var(--ee-border);
	color: #ddd !important;
	font-size: 0.88rem;
	font-weight: 500;
	text-decoration: none !important;
	transition: all 0.2s;
}

.ee-pill:hover {
	border-color: var(--ee-red);
	color: #fff !important;
	background: var(--ee-red-dim);
}

/* ── Steps ── */
.ee-steps {
	padding: 56px 20px;
	background: var(--ee-bg-elevated);
	border-block: 1px solid var(--ee-border);
}

.ee-steps__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 20px;
	counter-reset: none;
}

@media (min-width: 768px) {
	.ee-steps__list {
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
	}
}

.ee-steps__list li {
	position: relative;
	padding: 28px 22px 24px;
	border-radius: var(--ee-radius);
	background: var(--ee-bg-card);
	border: 1px solid var(--ee-border);
}

.ee-steps__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--ee-red-dim);
	color: var(--ee-red);
	font-weight: 700;
	font-size: 0.95rem;
	margin-bottom: 14px;
}

.ee-steps__list h3 {
	margin: 0 0 8px;
	font-size: 1.05rem;
	color: #fff;
}

.ee-steps__list p {
	margin: 0;
	font-size: 0.88rem;
	color: var(--ee-muted);
}

.ee-steps__link {
	text-align: center;
	margin-top: 28px;
}

/* ── FAQ ── */
.ee-faq {
	padding: 56px 20px;
}

.ee-faq__inner {
	display: grid;
	gap: 32px;
}

@media (min-width: 900px) {
	.ee-faq__inner {
		grid-template-columns: 1fr 1.2fr;
		align-items: start;
	}
}

.ee-faq__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ee-faq__item {
	border-radius: var(--ee-radius-sm);
	background: var(--ee-bg-card);
	border: 1px solid var(--ee-border);
	overflow: hidden;
}

.ee-faq__item summary {
	padding: 16px 18px;
	cursor: pointer;
	font-weight: 600;
	color: #fff;
	list-style: none;
}

.ee-faq__item summary::-webkit-details-marker {
	display: none;
}

.ee-faq__item p {
	margin: 0;
	padding: 0 18px 16px;
	font-size: 0.9rem;
	color: var(--ee-muted);
}

/* ── Home CTA ── */
.ee-home-cta {
	padding: 0 20px 64px;
}

.ee-home-cta__box {
	text-align: center;
	padding: clamp(32px, 5vw, 48px);
	border-radius: var(--ee-radius);
	background: linear-gradient(135deg, #1a0808, #120606 50%, #0a0a0a);
	border: 1px solid rgba(230, 57, 57, 0.25);
	box-shadow: var(--ee-shadow);
}

.ee-home-cta__box h2 {
	margin: 0 0 10px;
	font-family: var(--ee-font-display);
	font-size: clamp(1.5rem, 3vw, 2rem);
	color: #fff;
}

.ee-home-cta__box p {
	margin: 0 0 24px;
	color: var(--ee-muted);
}

.ee-home-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

/* ── Footer ── */
.ee-footer {
	font-family: var(--ee-font);
	margin-top: 0;
}

.ee-footer__container {
	width: var(--ee-wrap);
	margin-inline: auto;
}

.ee-footer__top-band {
	background: linear-gradient(135deg, #1a0808 0%, #120606 50%, #0a0a0a 100%);
	border-top: 1px solid rgba(230, 57, 57, 0.25);
	padding: 36px 0;
}

.ee-footer__cta-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}

.ee-footer__cta-label {
	margin: 0 0 4px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ee-red);
}

.ee-footer__cta-text h2 {
	margin: 0 0 6px;
	font-family: var(--ee-font-display);
	font-size: clamp(1.2rem, 2.5vw, 1.6rem);
	color: #fff;
	line-height: 1.25;
}

.ee-footer__cta-text p:last-child {
	margin: 0;
	color: var(--ee-muted);
	font-size: 0.9rem;
}

.ee-footer__cta-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.ee-footer__main {
	background: #050505;
	color: #bbb;
	padding: 48px 0 28px;
	border-top: 1px solid var(--ee-border);
}

.ee-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr));
	gap: 36px 28px;
}

.ee-footer__brand p {
	color: var(--ee-muted);
	font-size: 0.88rem;
	line-height: 1.65;
	margin: 14px 0 16px;
	max-width: 300px;
}

.ee-footer__logo-link img {
	display: block;
	max-height: 44px;
	max-width: 100%;
	width: auto;
	height: auto;
}

.ee-footer__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.ee-footer__trust span {
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--ee-red);
	-webkit-text-fill-color: var(--ee-red);
	border: 1px solid rgba(230, 57, 57, 0.3);
	padding: 3px 9px;
	border-radius: 999px;
}

.ee-footer__col h3 {
	color: #fff;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 0 0 16px;
}

.ee-footer__col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ee-footer__col li {
	margin-bottom: 9px;
}

.ee-footer__col a {
	color: #aaa;
	text-decoration: none;
	font-size: 0.88rem;
	transition: color 0.2s;
}

.ee-footer__col a:hover {
	color: var(--ee-red);
}

.ee-footer__bottom {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid var(--ee-border);
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 0.8rem;
	color: var(--ee-muted);
}

.ee-scroll-top {
	color: var(--ee-red) !important;
	text-decoration: none !important;
	font-weight: 600;
}

/* ── Breadcrumbs ── */
.ee-breadcrumbs {
	width: var(--ee-wrap);
	margin: 16px auto 0;
	padding: 0 20px;
	font-size: 0.78rem;
	color: var(--ee-muted);
}

.ee-breadcrumbs a {
	color: var(--ee-muted);
	text-decoration: none;
}

.ee-breadcrumbs a:hover {
	color: var(--ee-red);
}

.ee-breadcrumbs span:last-child {
	color: #bbb;
}

/* ── Page hero (inner pages + blog) ── */
.ee-page-hero {
	padding: 28px 20px 32px;
	border-bottom: 1px solid var(--ee-border);
	background: linear-gradient(180deg, rgba(230, 57, 57, 0.06), transparent);
}

.ee-page-hero__inner {
	text-align: left;
}

.ee-page-hero__eyebrow {
	margin: 0 0 8px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ee-red);
}

.ee-page-hero__title {
	margin: 0 0 10px;
	font-family: var(--ee-font-display);
	font-size: clamp(1.85rem, 4vw, 2.6rem);
	font-weight: 700;
	color: #fff;
	line-height: 1.12;
}

.ee-page-hero__lead {
	margin: 0;
	max-width: 640px;
	color: var(--ee-muted);
	font-size: 1rem;
}

/* ── Prose (pages + posts) ── */
.ee-prose,
.ee-page__content {
	font-size: 1rem;
	line-height: 1.75;
}

.ee-prose > *:first-child {
	margin-top: 0;
}

.ee-prose h1,
.ee-prose h2,
.ee-prose h3,
.ee-prose h4,
.ee-prose .elementor-heading-title {
	font-family: var(--ee-font-display);
	color: #fff !important;
	line-height: 1.25;
	margin: 2rem 0 0.75rem;
}

.ee-prose h1:first-child,
.ee-prose h2:first-child {
	margin-top: 0;
}

.ee-prose h2 {
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
}

.ee-prose h3 {
	font-size: 1.15rem;
}

.ee-prose p,
.ee-prose li,
.ee-prose .elementor-widget-text-editor {
	color: var(--ee-muted) !important;
	margin: 0 0 1rem;
}

.ee-prose a:not(.ee-btn):not(.ee-contact-btn):not(.elementor-button):not(.elementor-button-link),
.ee-prose a:not(.ee-btn):not(.ee-contact-btn):not(.elementor-button):not(.elementor-button-link):visited,
.ee-prose .elementor-widget-text-editor a:not(.elementor-button):not(.ee-btn),
.entry-content a:not(.ee-btn):not(.ee-contact-btn):not(.elementor-button) {
	color: #ff7b7b !important;
	text-decoration: underline;
	text-underline-offset: 3px;
	font-weight: 500;
}

.ee-prose a:not(.ee-btn):not(.ee-contact-btn):not(.elementor-button):hover,
.entry-content a:not(.ee-btn):not(.ee-contact-btn):not(.elementor-button):hover {
	color: #ffabab !important;
}

.ee-site-header__messengers {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.ee-site-header__ico {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	text-decoration: none !important;
	flex: 0 0 38px;
}

.ee-site-header__ico--wa {
	background: #25d366;
}

.ee-site-header__ico--tg {
	background: #2aabee;
}

.ee-site-header__ico svg {
	width: 18px;
	height: 18px;
}

.ee-messenger-actions--inline {
	display: grid;
	gap: 10px;
	margin-bottom: 10px;
}

.ee-site-header__book {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	font-size: 0.88rem;
	white-space: nowrap;
}

/* Phone numbers hidden in public chrome — use WhatsApp/Telegram instead */
.ee-topbar__phone,
.ee-site-header__phone,
.ee-site-header__phone-num {
	display: none !important;
}

.ee-contact-btn--book {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	padding: 14px 18px;
	border-radius: 12px;
	background: var(--ee-red);
	color: #fff !important;
	font-weight: 700;
	text-decoration: none !important;
}

.ee-prose a.elementor-button,
.ee-prose .elementor-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	padding: 12px 22px !important;
	margin: 12px 0 !important;
	border-radius: 999px !important;
	background: var(--ee-red) !important;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 600 !important;
	box-shadow: 0 4px 16px rgba(230, 57, 57, 0.35);
}

.ee-prose a.elementor-button:hover {
	background: var(--ee-red-hover) !important;
	color: #fff !important;
}

.ee-prose ul,
.ee-prose ol {
	margin: 0 0 1.25rem 1.25rem;
	padding: 0;
}

.ee-prose img {
	max-width: 100%;
	height: auto;
	border-radius: var(--ee-radius-sm);
	margin: 1rem 0;
}

.ee-prose blockquote {
	margin: 1.5rem 0;
	padding: 16px 20px;
	border-left: 3px solid var(--ee-red);
	background: var(--ee-bg-card);
	border-radius: 0 var(--ee-radius-sm) var(--ee-radius-sm) 0;
	color: #ccc !important;
}

.ee-prose .elementor-section,
.ee-prose .elementor-container,
.ee-prose .elementor-column,
.ee-prose .elementor-widget-wrap,
.ee-prose .elementor-element,
.ee-prose .elementor-widget-container,
.ee-prose .e-con,
.ee-prose .e-con-inner {
	background: transparent !important;
	background-color: transparent !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	max-width: 100% !important;
}

.ee-prose .elementor-inner-section {
	padding: 12px 0 !important;
	margin: 0 !important;
	border-bottom: 0 !important;
	background: transparent !important;
}

.ee-prose .elementor-widget-text-editor p {
	max-width: 68ch;
}

.ee-prose .elementor-divider-separator {
	border-color: rgba(255, 255, 255, 0.12) !important;
}

.ee-prose .elementor-spacer,
.ee-prose .elementor-widget-spacer {
	display: none !important;
}

.ee-page--inner {
	padding: 28px 20px 48px;
}

body.ee-shell-inner .ee-main,
body.ee-shell-blog .ee-main {
	padding-bottom: 32px;
}

/* ── Blog archive ── */
.ee-blog-archive {
	padding: 32px 20px 0;
}

.ee-blog-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

@media (min-width: 640px) {
	.ee-blog-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 992px) {
	.ee-blog-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.ee-blog-card {
	display: flex;
	flex-direction: column;
	border-radius: var(--ee-radius);
	background: var(--ee-bg-card);
	border: 1px solid var(--ee-border);
	overflow: hidden;
	transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.ee-blog-card:hover {
	border-color: rgba(230, 57, 57, 0.35);
	transform: translateY(-3px);
	box-shadow: var(--ee-shadow);
}

.ee-blog-card__media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #1a1a1a;
}

.ee-blog-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s;
}

.ee-blog-card:hover .ee-blog-card__media img {
	transform: scale(1.04);
}

.ee-blog-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 84px;
	background: linear-gradient(135deg, #1a1a1a, #252525);
}

.ee-blog-card--no-image .ee-blog-card__placeholder::before {
	content: "Ethio Escort Guide";
	color: #aaa;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ee-blog-card__body {
	padding: 18px 18px 20px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.ee-blog-card__meta {
	margin: 0 0 8px;
	font-size: 0.75rem;
	color: var(--ee-muted);
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
}

.ee-blog-card__title {
	margin: 0 0 10px;
	font-size: 1.05rem;
	line-height: 1.35;
}

.ee-blog-card__title a {
	color: #fff !important;
	text-decoration: none !important;
}

.ee-blog-card__title a:hover {
	color: var(--ee-red) !important;
}

.ee-blog-card__excerpt {
	margin: 0 0 14px;
	flex: 1;
	font-size: 0.88rem;
	color: var(--ee-muted);
	line-height: 1.55;
}

.ee-blog-card__more {
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--ee-red) !important;
	text-decoration: none !important;
}

.ee-pagination {
	margin-top: 36px;
	display: flex;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
}

.ee-pagination .nav-links {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: center;
}

.ee-pagination a,
.ee-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border-radius: 999px;
	border: 1px solid var(--ee-border);
	color: #ccc !important;
	text-decoration: none !important;
	font-size: 0.85rem;
}

.ee-pagination span.current {
	background: var(--ee-red);
	border-color: var(--ee-red);
	color: #fff !important;
}

.ee-pagination a:hover {
	border-color: var(--ee-red);
	color: #fff !important;
}

/* ── Single blog post ── */
.ee-article--post {
	padding-bottom: 48px;
}

.ee-article__header {
	padding: 24px 20px 8px;
}

.ee-article__meta {
	margin: 0 0 12px;
	font-size: 0.8rem;
	color: var(--ee-muted);
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
}

.ee-article__title {
	margin: 0;
	font-family: var(--ee-font-display);
	font-size: clamp(1.85rem, 4vw, 2.75rem);
	color: #fff;
	line-height: 1.12;
	max-width: 820px;
}

.ee-article__featured {
	padding: 16px 20px 24px;
}

.ee-article__thumb {
	width: 100%;
	max-height: 480px;
	object-fit: cover;
	border-radius: var(--ee-radius);
	border: 1px solid var(--ee-border);
}

.ee-article .ee-page__content {
	max-width: 760px;
	padding: 0 20px;
}

.ee-article__footer {
	max-width: 760px;
	padding: 32px 20px 0;
}

.ee-empty {
	color: var(--ee-muted);
	text-align: center;
	padding: 48px 20px;
}

/* Hide duplicate footer from plugin widgets on native shell */
body.ee-native-shell footer.ee-footer ~ footer.ee-footer {
	display: none !important;
}

body.ee-native-shell #masthead,
body.ee-native-shell .elementor-location-header,
body.ee-native-shell .elementor-location-footer {
	display: none !important;
}

/* Legacy escortwp floating dock — chrome already has contact actions */
body.ee-native-shell .escortwp-fab-wrap {
	display: none !important;
}

/* ── Topbar mobile layout ── */
@media (max-width: 921px) {
	#ee-topbar .ee-topbar__text {
		display: none !important;
	}

	#ee-topbar .ee-topbar__inner {
		justify-content: space-between;
		gap: 8px;
		padding-block: 8px;
	}

	#ee-topbar .ee-topbar__lead {
		flex: 0 1 auto;
	}

	#ee-topbar .ee-topbar__tools {
		display: flex !important;
		flex: 1 1 auto;
		justify-content: flex-end;
		gap: 8px;
		min-width: 0;
	}

	#ee-topbar .ee-topbar__badge {
		flex-shrink: 0;
		font-size: 0.68rem;
		padding: 4px 8px;
	}

	#ee-topbar .ee-topbar__phone {
		flex: 1 1 auto;
		min-width: 0;
		font-size: 0.78rem;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	#ee-topbar .ee-topbar__social {
		flex-shrink: 0;
	}
}

/* ── Responsive header ── */
@media (max-width: 921px) {
	.ee-site-header__inner {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding: 8px 0;
		min-height: var(--ee-header);
	}

	.ee-site-header__brand {
		flex: 0 1 auto;
		min-width: 0;
		max-width: calc(100% - 56px);
	}

	.ee-site-header__logo img {
		max-height: 36px;
		max-width: min(180px, 52vw);
	}

	.ee-site-header__nav {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		padding: 0 !important;
		margin: -1px !important;
		overflow: hidden !important;
		clip: rect(0, 0, 0, 0) !important;
		white-space: nowrap !important;
		border: 0 !important;
		opacity: 0 !important;
		pointer-events: none !important;
	}

	.ee-site-header__phone,
	.ee-site-header__book:not(.ee-site-header__book--mobile) {
		display: none !important;
	}

	.ee-site-header__actions {
		flex: 0 0 48px;
		margin-left: 0;
		gap: 0;
		justify-content: flex-end;
	}

	.ee-site-header__toggle {
		display: flex !important;
		visibility: visible !important;
		opacity: 1 !important;
		flex-shrink: 0;
		width: 48px;
		height: 48px;
		margin: 0;
		background: rgba(255, 255, 255, 0.1);
		border: 1px solid rgba(255, 255, 255, 0.18);
		border-radius: 12px;
		position: relative;
		z-index: 100500;
		touch-action: manipulation;
		-webkit-tap-highlight-color: transparent;
	}

	body.ee-mobile-nav-open .ee-site-header__toggle span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	body.ee-mobile-nav-open .ee-site-header__toggle span:nth-child(2) {
		opacity: 0;
	}

	body.ee-mobile-nav-open .ee-site-header__toggle span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.ee-site-header__toggle span {
		transition: transform 0.2s, opacity 0.2s;
	}
}

/* Match the fixed header offset for signed-in users at every mobile width. */
body.admin-bar .ee-mobile-drawer {
	top: calc(var(--ee-chrome) + 32px);
}
body.admin-bar.ee-mobile-nav-open::after {
	inset-block-start: calc(var(--ee-chrome) + 32px);
}

@media (max-width: 782px) {
	body.admin-bar .ee-mobile-drawer {
		top: calc(var(--ee-chrome) + 46px);
	}

	body.admin-bar.ee-mobile-nav-open::after {
		inset-block-start: calc(var(--ee-chrome) + 46px);
	}
}

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
	outline: 3px solid #ff8a8a !important;
	outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto !important;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

@media (max-width: 991px) {
	.ee-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ee-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 576px) {
	.ee-footer__grid {
		grid-template-columns: 1fr;
	}

	.ee-footer__cta-row {
		flex-direction: column;
		align-items: flex-start;
	}
}


/* Shared shell accessibility and resilient text layout. */
.ee-site-header,
.ee-mobile-drawer,
.ee-footer {
	font-family: var(--ee-font);
}

.ee-footer__grid > *,
.ee-footer__bottom > * {
	min-width: 0;
	overflow-wrap: anywhere;
}

.ee-scroll-top {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
}

.ee-skip-link {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.ee-skip-link:focus {
	position: fixed;
	top: 8px;
	left: var(--ee-gutter);
	z-index: 100600;
	width: auto;
	height: auto;
	margin: 0;
	padding: 12px 16px;
	overflow: visible;
	clip: auto;
	white-space: normal;
	max-width: calc(100% - var(--ee-gutter) * 2);
	border-radius: var(--ee-radius-sm);
	background: var(--ee-text);
	color: var(--ee-bg);
	font: 600 1rem/1.5 var(--ee-font);
}
