.ec-place-simple {
	background: #fffaf2;
	color: var(--ec-ink);
}

.ec-notfound {
	align-items: center;
	background: #fffaf2;
	display: flex;
	min-height: 72vh;
	padding: 150px 0 90px;
}

.ec-notfound .container {
	max-width: 760px;
}

.ec-notfound h1 {
	color: var(--ec-ink);
	font-family: "Playfair Display", serif !important;
	font-size: clamp(46px, 7vw, 86px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.95;
	margin: 0 0 20px;
}

.ec-notfound p:not(.ec-eyebrow) {
	color: #405060;
	font-size: 18px;
	line-height: 1.7;
	margin: 0 0 28px;
	max-width: 560px;
}

.ec-detail-hero {
	background: #07141d;
	color: #fff;
	min-height: 790px;
	overflow: hidden;
	padding: 176px 0 92px;
	position: relative;
}

.ec-detail-hero__image,
.ec-detail-hero__overlay {
	inset: 0;
	position: absolute;
}

.ec-detail-hero__image img {
	filter: saturate(0.96) contrast(1.03);
	height: 100%;
	object-fit: cover;
	transform: scale(1.04);
	width: 100%;
}

.ec-detail-hero__overlay {
	background:
		linear-gradient(90deg, rgba(6, 18, 28, 0.9) 0%, rgba(6, 18, 28, 0.62) 44%, rgba(6, 18, 28, 0.18) 100%),
		linear-gradient(0deg, rgba(6, 18, 28, 0.88) 0%, rgba(6, 18, 28, 0.04) 48%);
}

.ec-detail-hero .container {
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 760px) minmax(260px, 360px);
	position: relative;
	z-index: 2;
}

.ec-detail-back {
	align-items: center;
	backdrop-filter: blur(16px);
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.9);
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	gap: 9px;
	margin-bottom: 24px;
	padding: 11px 16px;
	transition: all 0.25s ease;
}

.ec-detail-back:hover {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	transform: translateY(-2px);
}

.ec-detail-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 20px;
}

.ec-detail-tags span {
	backdrop-filter: blur(14px);
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 12px;
	font-weight: 900;
	padding: 9px 13px;
	text-transform: uppercase;
}

.ec-detail-hero h1 {
	color: #fff;
	font-family: "Playfair Display", serif !important;
	font-size: clamp(52px, 8vw, 104px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.94;
	margin: 0;
	max-width: 840px;
	text-wrap: balance;
}

.ec-detail-hero__lead {
	color: rgba(255, 255, 255, 0.84);
	font-size: clamp(18px, 1.8vw, 22px);
	font-weight: 700;
	line-height: 1.5;
	margin: 24px 0 0;
	max-width: 680px;
}

.ec-detail-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.ec-detail-btn {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 15px;
	font-weight: 900;
	gap: 9px;
	justify-content: center;
	min-height: 54px;
	padding: 0 22px;
	transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.ec-detail-btn:hover {
	color: #fff;
	transform: translateY(-2px);
}

.ec-detail-btn--primary {
	background: linear-gradient(135deg, var(--ec-coral), #f19945);
	box-shadow: 0 16px 40px rgba(232, 93, 79, 0.3);
	color: #fff;
}

.ec-detail-btn--dark {
	background: #10202c;
	color: #fff;
}

.ec-detail-btn--glass {
	backdrop-filter: blur(18px);
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.22);
	color: #fff;
}

.ec-detail-btn--dark:hover,
.ec-detail-btn--glass:hover {
	box-shadow: 0 16px 36px rgba(16, 32, 44, 0.2);
}

.ec-place-hotel .ec-detail-hero__overlay {
	background:
		linear-gradient(90deg, rgba(5, 15, 24, 0.92) 0%, rgba(5, 15, 24, 0.64) 46%, rgba(5, 15, 24, 0.18) 100%),
		linear-gradient(0deg, rgba(5, 15, 24, 0.86) 0%, rgba(5, 15, 24, 0.04) 48%);
}

.ec-place-hotel .ec-detail-btn--primary {
	background: linear-gradient(135deg, #0a6f8f, #2b7a66);
	box-shadow: 0 16px 40px rgba(10, 111, 143, 0.28);
}

.ec-place-hotel .ec-detail-section--soft {
	background: #f5fbfb;
}

.ec-place-hotel .ec-detail-contact__tag,
.ec-place-hotel .ec-detail-kicker {
	color: #0a6f8f;
}

.ec-place-hotel .ec-mobile-actionbar a:first-child {
	background: linear-gradient(135deg, #0a6f8f, #2b7a66);
}

.ec-detail-hero__panel {
	align-self: end;
	backdrop-filter: blur(22px);
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
	overflow: hidden;
}

.ec-detail-hero__panel div {
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	padding: 24px;
}

.ec-detail-hero__panel div:last-child {
	border-bottom: 0;
}

.ec-detail-hero__panel strong {
	color: #fff;
	display: block;
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
}

.ec-detail-hero__panel span {
	color: rgba(255, 255, 255, 0.72);
	display: block;
	font-size: 12px;
	font-weight: 900;
	margin-top: 8px;
	text-transform: uppercase;
}

.ec-detail-body {
	padding: 0 0 96px;
}

.ec-detail-body .container {
	max-width: 1240px;
}

.ec-detail-grid {
	align-items: start;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1fr) 340px;
	margin-top: -42px;
	position: relative;
	z-index: 4;
}

.ec-detail-panel,
.ec-detail-gallery,
.ec-detail-contact {
	background: #fff;
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 8px;
	box-shadow: var(--ec-shadow);
	overflow: hidden;
}

.ec-detail-tabs {
	background: #fff;
	border-bottom: 1px solid rgba(17, 24, 39, 0.08);
	display: flex;
	gap: 0;
	overflow-x: auto;
	padding: 0 24px;
}

.ec-detail-tabs a {
	color: #667085;
	flex: 0 0 auto;
	font-size: 14px;
	font-weight: 900;
	padding: 20px 16px;
	position: relative;
}

.ec-detail-tabs a:hover {
	color: var(--ec-blue);
}

.ec-detail-tabs a::after {
	background: var(--ec-coral);
	border-radius: 999px 999px 0 0;
	bottom: 0;
	content: "";
	height: 3px;
	left: 16px;
	opacity: 0;
	position: absolute;
	right: 16px;
}

.ec-detail-tabs a:hover::after {
	opacity: 1;
}

.ec-detail-section {
	padding: clamp(30px, 5vw, 54px);
	scroll-margin-top: 120px;
}

.ec-detail-section + .ec-detail-section {
	border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.ec-detail-section--soft {
	background: #fffaf2;
}

.ec-detail-section--editorial {
	background:
		linear-gradient(135deg, rgba(10, 111, 143, 0.08), rgba(232, 93, 79, 0.06)),
		#fff;
}

.ec-detail-kicker {
	color: var(--ec-gold);
	font-size: 12px;
	font-weight: 900;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.ec-detail-section h2,
.ec-detail-heading h2 {
	color: var(--ec-ink);
	font-family: "Playfair Display", serif !important;
	font-size: clamp(30px, 4.5vw, 52px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 22px;
	text-wrap: balance;
}

.ec-detail-copy,
.ec-detail-copy p {
	color: #3b4654;
	font-size: 18px;
	line-height: 1.7;
}

.ec-detail-copy p {
	margin: 0 0 18px;
}

.ec-detail-copy--compact {
	margin-top: 28px;
}

.ec-detail-highlights {
	margin-top: 32px;
}

.ec-detail-highlights h3 {
	color: var(--ec-ink);
	font-family: "Playfair Display", serif !important;
	font-size: 22px;
	font-weight: 900;
	margin: 0 0 16px;
}

.ec-detail-highlights ul,
.ec-detail-checks,
.ec-detail-contact ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ec-detail-checks--grid {
	display: grid;
	gap: 10px 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ec-detail-highlights li,
.ec-detail-checks li,
.ec-detail-contact li {
	align-items: flex-start;
	color: #3b4654;
	display: flex;
	font-size: 16px;
	font-weight: 800;
	gap: 10px;
	line-height: 1.45;
	margin-bottom: 12px;
}

.ec-detail-highlights i,
.ec-detail-checks i,
.ec-detail-contact li i {
	color: var(--ec-green);
	margin-top: 4px;
}

.ec-detail-actions--inline {
	margin-top: 24px;
}

.ec-detail-perfect {
	border-top: 1px solid rgba(17, 24, 39, 0.08);
	margin-top: 30px;
	padding-top: 26px;
}

.ec-detail-perfect h3 {
	color: var(--ec-ink);
	font-family: "Playfair Display", serif !important;
	font-size: 24px;
	font-weight: 900;
	margin: 0 0 16px;
}

.ec-detail-perfect__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ec-detail-perfect__chips span {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(17, 24, 39, 0.09);
	border-radius: 999px;
	color: #263646;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	gap: 8px;
	padding: 12px 15px;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.ec-detail-perfect__chips span:hover {
	border-color: rgba(10, 111, 143, 0.3);
	box-shadow: 0 16px 34px rgba(17, 24, 39, 0.1);
	transform: translateY(-2px);
}

.ec-detail-perfect__chips--large span {
	font-size: 15px;
	padding: 15px 18px;
}

.ec-visit-facts {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 28px;
}

.ec-visit-facts div {
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 8px;
	padding: 20px;
}

.ec-visit-facts i {
	color: var(--ec-coral);
	font-size: 22px;
	margin-bottom: 14px;
}

.ec-visit-facts strong,
.ec-visit-facts span {
	display: block;
}

.ec-visit-facts strong {
	color: var(--ec-ink);
	font-size: 15px;
	font-weight: 900;
	margin-bottom: 6px;
}

.ec-visit-facts span {
	color: #4b5d6d;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.45;
}

.ec-local-tip {
	align-items: flex-start;
	background: #10202c;
	border-radius: 8px;
	color: #fff;
	display: flex;
	gap: 16px;
	margin-top: 18px;
	padding: 22px;
}

.ec-local-tip i {
	color: var(--ec-gold);
	font-size: 24px;
	margin-top: 2px;
}

.ec-local-tip strong {
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 900;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.ec-local-tip p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}

.ec-dish-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ec-dish-grid div {
	align-items: flex-start;
	background: #fffaf2;
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 8px;
	display: flex;
	gap: 12px;
	padding: 18px;
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.ec-dish-grid div:hover {
	box-shadow: 0 16px 34px rgba(17, 24, 39, 0.1);
	transform: translateY(-2px);
}

.ec-dish-grid i {
	color: var(--ec-coral);
	font-size: 20px;
	margin-top: 2px;
}

.ec-dish-grid span {
	color: #263646;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.35;
}

.ec-clickpara {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
	padding: 16px 18px;
}

.ec-clickpara span {
	color: #667085;
	font-size: 14px;
	font-weight: 900;
}

.ec-clickpara img {
	height: 22px;
	width: auto;
}

.ec-detail-link {
	color: var(--ec-coral);
	font-weight: 900;
}

.ec-detail-address {
	color: #667085;
	font-size: 17px;
	font-weight: 800;
	margin: -8px 0 20px;
}

.ec-detail-map {
	border-radius: 8px;
	height: 450px;
	overflow: hidden;
}

.ec-detail-map iframe {
	height: 100%;
	width: 100%;
}

.ec-detail-map-btn {
	margin-top: 18px;
}

.ec-detail-gallery {
	margin-top: 34px;
	padding: clamp(30px, 5vw, 48px);
}

.ec-detail-gallery-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, 1fr);
}

.ec-detail-photo {
	aspect-ratio: 1 / 1;
	background: #111827;
	border: 0;
	border-radius: 8px;
	cursor: zoom-in;
	overflow: hidden;
	padding: 0;
}

.ec-detail-photo--large {
	aspect-ratio: 1.3 / 1;
	grid-column: span 2;
	grid-row: span 2;
}

.ec-detail-photo img {
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
	width: 100%;
}

.ec-detail-photo:hover img {
	transform: scale(1.05);
}

.ec-detail-sidebar {
	position: sticky;
	top: 112px;
}

.ec-detail-contact {
	padding: 26px;
}

.ec-detail-contact__tag {
	align-items: center;
	color: var(--ec-coral);
	display: flex;
	font-size: 12px;
	font-weight: 900;
	gap: 8px;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.ec-detail-contact h2 {
	color: var(--ec-ink);
	font-family: "Playfair Display", serif !important;
	font-size: 28px;
	font-weight: 900;
	line-height: 1;
	margin: 0 0 18px;
}

.ec-detail-contact .ec-detail-btn {
	margin-top: 10px;
	width: 100%;
}

.ec-clickpara--sidebar {
	justify-content: center;
	text-align: center;
}

.ec-lightbox {
	align-items: center;
	background: rgba(5, 16, 24, 0.92);
	display: flex;
	inset: 0;
	justify-content: center;
	opacity: 0;
	padding: 24px;
	pointer-events: none;
	position: fixed;
	transition: opacity 0.25s ease;
	z-index: 2000;
}

.ec-lightbox.is-open {
	opacity: 1;
	pointer-events: auto;
}

.ec-lightbox img {
	border-radius: 8px;
	max-height: 86vh;
	max-width: 92vw;
	object-fit: contain;
}

.ec-lightbox__close {
	align-items: center;
	background: #fff;
	border: 0;
	border-radius: 999px;
	color: var(--ec-ink);
	display: flex;
	height: 46px;
	justify-content: center;
	position: absolute;
	right: 24px;
	top: 24px;
	width: 46px;
}

.ec-mobile-actionbar {
	display: none;
}

@media (max-width: 991px) {
	.ec-detail-hero .container,
	.ec-detail-grid {
		grid-template-columns: 1fr;
	}

	.ec-detail-hero__panel {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}

	.ec-detail-hero__panel div {
		border-bottom: 0;
		border-right: 1px solid rgba(255, 255, 255, 0.16);
	}

	.ec-detail-hero__panel div:last-child {
		border-right: 0;
	}

	.ec-detail-sidebar {
		display: none;
	}
}

@media (max-width: 767px) {
	.ec-detail-hero {
		min-height: auto;
		padding: 132px 0 70px;
	}

	.ec-detail-hero h1 {
		font-size: clamp(48px, 15vw, 68px);
	}

	.ec-detail-hero__lead {
		font-size: 17px;
	}

	.ec-detail-actions {
		display: grid;
	}

	.ec-detail-btn {
		width: 100%;
	}

	.ec-detail-checks--grid {
		grid-template-columns: 1fr;
	}

	.ec-visit-facts,
	.ec-dish-grid {
		grid-template-columns: 1fr;
	}

	.ec-detail-hero__panel {
		grid-template-columns: 1fr;
	}

	.ec-detail-hero__panel div {
		border-bottom: 1px solid rgba(255, 255, 255, 0.16);
		border-right: 0;
	}

	.ec-detail-body {
		padding-bottom: 92px;
	}

	.ec-detail-grid {
		margin-top: 0;
	}

	.ec-detail-gallery-grid {
		display: flex;
		gap: 12px;
		margin-left: -12px;
		margin-right: -12px;
		overflow-x: auto;
		padding: 0 12px 8px;
		scroll-snap-type: x mandatory;
	}

	.ec-detail-photo,
	.ec-detail-photo--large {
		aspect-ratio: 4 / 3;
		flex: 0 0 86%;
		grid-column: auto;
		grid-row: auto;
		scroll-snap-align: center;
	}

	.ec-detail-map {
		height: 360px;
	}

	.ec-mobile-actionbar {
		align-items: center;
		backdrop-filter: blur(18px);
		background: rgba(255, 255, 255, 0.92);
		border: 1px solid rgba(17, 24, 39, 0.1);
		border-radius: 999px;
		bottom: 12px;
		box-shadow: 0 18px 48px rgba(17, 24, 39, 0.18);
		display: grid;
		gap: 6px;
		grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
		left: 12px;
		padding: 7px;
		position: fixed;
		right: 12px;
		z-index: 1100;
	}

	.ec-mobile-actionbar a {
		align-items: center;
		border-radius: 999px;
		color: #10202c;
		display: flex;
		flex-direction: column;
		font-size: 11px;
		font-weight: 900;
		gap: 3px;
		justify-content: center;
		min-height: 54px;
	}

	.ec-mobile-actionbar a:first-child {
		background: linear-gradient(135deg, var(--ec-coral), #f19945);
		color: #fff;
	}

	.ec-footer {
		padding-bottom: 120px;
	}
}
