/* mimo Hotels — brand colors */

:root {
	--mimo-green: #4d5537;
	--mimo-green-text: rgba(255, 255, 255, 0.9);
	--mimo-green-text-muted: rgba(255, 255, 255, 0.65);
	--mimo-green-border: rgba(255, 255, 255, 0.22);
	--mimo-gold: #d4af37;
}

body {
	background: var(--mimo-green);
}

/* Main content cards — restore template typography on white posts */
#main .post {
	color: #646464;
}

#main .post h1,
#main .post h2,
#main .post h3,
#main .post h4,
#main .post h5,
#main .post h6,
#main .post strong,
#main .post b {
	color: #3c3b3b;
}

#main .post a {
	color: inherit;
	border-bottom: dotted 1px rgba(160, 160, 160, 0.65);
}

#main .post a:hover {
	color: #2ebaae !important;
	border-bottom-color: transparent;
}

#main .post > header .meta .published {
	color: #3c3b3b;
}

body.single #main .post {
	color: #646464;
}

body.single #main .post h1,
body.single #main .post h2,
body.single #main .post h3,
body.single #main .post h4,
body.single #main .post h5,
body.single #main .post h6,
body.single #main .post strong,
body.single #main .post b {
	color: #3c3b3b;
}

body.single #main .post a {
	color: inherit;
	border-bottom: dotted 1px rgba(160, 160, 160, 0.65);
}

body.single #main .post a:hover {
	color: #2ebaae !important;
	border-bottom-color: transparent;
}

/* White header & slide-out menu — dark text for contrast */
#header {
	color: #3c3b3b;
}

#header a {
	color: #646464;
	border-bottom: 0;
}

#header .links ul li a {
	color: #646464;
	font-weight: 600;
}

#header .links ul li a:hover,
#header a:hover {
	color: #2ebaae;
}

#header h1 a.site-brand .brand-name {
	color: #3c3b3b;
}

#header h1 a.site-brand:hover .brand-name {
	color: #2ebaae;
}

#header .main ul li > a {
	color: #aaaaaa;
}

#header .main ul li > a:hover {
	color: #646464;
}

#menu {
	color: #3c3b3b;
}

#menu a {
	color: #646464;
	border-bottom: 0;
}

#menu .links > li a h3 {
	color: #3c3b3b;
}

#menu .links > li a p {
	color: #aaaaaa;
}

#menu .links > li a:hover h3 {
	color: #2ebaae;
}

#sidebar {
	color: var(--mimo-green-text);
}

#sidebar > * {
	border-top-color: var(--mimo-green-border);
}

@media screen and (max-width: 1280px) {
	#sidebar {
		border-top-color: var(--mimo-green-border);
	}
}

#sidebar h2,
#sidebar h3,
#sidebar h3 a,
#intro header h2 {
	color: #ffffff;
}

#sidebar p,
#sidebar .published,
#sidebar time,
#intro header p {
	color: var(--mimo-green-text-muted);
}

#sidebar a {
	color: var(--mimo-gold);
	border-bottom-color: rgba(212, 175, 55, 0.35);
}

#sidebar a:hover {
	color: #e8c85a;
	border-bottom-color: transparent;
}

#sidebar h2 a,
#sidebar h3 a {
	color: #ffffff;
	border-bottom: 0;
}

#sidebar h2 a:hover,
#sidebar h3 a:hover {
	color: #e8c85a;
}

/* Sidebar mini-post cards — white background needs dark text (not sidebar white) */
#sidebar .mini-post header h3,
#sidebar .mini-post header h3 a {
	color: #2ebaae;
}

#sidebar .mini-post header h3 a:hover {
	color: #25a396;
}

#sidebar .mini-post header .published,
#sidebar .mini-post header time {
	color: #646464;
}

#sidebar .button,
#sidebar .button:hover {
	color: #ffffff !important;
	border-bottom: 0;
}

#footer .icons {
	color: var(--mimo-green-text-muted);
}

#footer .icons a:hover {
	color: var(--mimo-gold);
}

#footer .copyright {
	color: var(--mimo-green-text-muted);
}

#footer .copyright a {
	color: var(--mimo-gold);
}

/* mimo Hotels — brand logo + mandatory brand text */

#header h1 a.site-brand {
	display: flex;
	align-items: center;
	gap: 0.75em;
	height: 100%;
	padding: 0.2em 0;
	text-decoration: none;
}

#header h1 a.site-brand img {
	display: block;
	height: 3.15em;
	width: auto;
	max-width: none;
	flex-shrink: 0;
	object-fit: contain;
	object-position: center;
	background: transparent;
	border-radius: 0.5em;
	border: 1px solid rgba(255, 255, 255, 0.9);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

#header h1 a.site-brand .brand-name {
	font-size: 1.15em;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1;
	white-space: nowrap;
}

#intro {
	width: 100%;
}

#intro .logo {
	width: 100%;
	max-width: 100%;
	border-radius: 1em;
	border: 1px solid rgba(255, 255, 255, 0.9);
	overflow: hidden;
	display: block;
	line-height: 0;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

#intro .logo:before {
	display: none;
}

#intro .logo img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0;
	display: block;
	background: transparent;
	border-radius: 1em;
}

#intro header h2 {
	font-size: 1.75em;
}

@media screen and (max-width: 1280px) {
	#intro .logo {
		max-width: 28em;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 736px) {
	#header h1 a.site-brand img {
		height: 2.6em;
	}

	#intro .logo {
		max-width: 100%;
	}
}

.contact-details {
	list-style: none;
	padding-left: 0;
}

.contact-details li {
	margin-bottom: 0.75em;
}

#main .post .contact-details a {
	color: inherit;
	border-bottom: 0;
	text-decoration: none;
}

#main .post .contact-details a:hover {
	color: #2ebaae !important;
}

#footer .copyright a {
	border-bottom: dotted 1px;
}

/* Upcoming projects — header meta column */
.post > header .meta.upcoming-projects {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	gap: 0.35em;
	min-width: 18em;
	width: auto;
	text-align: right;
}

.post > header .meta.upcoming-projects > * {
	margin: 0;
}

.post > header .meta.upcoming-projects .published {
	white-space: normal;
	line-height: 1.55;
	text-align: right;
	width: 100%;
}

.post > header .meta.upcoming-projects .meta-heading {
	color: #646464;
	font-size: 0.55em;
	font-weight: 800;
	letter-spacing: 0.3em;
	margin: 0.75em 0 0.15em 0;
	text-align: right;
	width: 100%;
}

.post > header .meta.upcoming-projects .meta-heading + .published {
	margin-top: 0;
}

@media screen and (max-width: 980px) {
	.post > header .meta.upcoming-projects {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		align-items: center;
		min-width: 0;
		text-align: center;
		width: 100%;
	}

	.post > header .meta.upcoming-projects > * {
		border-left: 0;
		margin-left: 0;
		padding-left: 0;
	}

	.post > header .meta.upcoming-projects .published,
	.post > header .meta.upcoming-projects .meta-heading {
		text-align: center;
	}
}

#our-hotels .upcoming-projects-note {
	margin-top: 2em;
}

/* Our Hotels — property subheaders (meta strip layout) */
.post header.subheader {
	display: flex;
	border-bottom: solid 1px rgba(160, 160, 160, 0.3);
	margin: 2.5em 0 1.5em 0;
	width: 100%;
}

.post header.subheader .title {
	flex-grow: 1;
	padding: 2em 2em 1.75em 0;
}

.post header.subheader .title h3 {
	font-size: 1.35em;
	font-weight: 900;
	margin: 0 0 0.35em 0;
}

.post header.subheader .title p {
	margin: 0;
	font-size: 0.95em;
}

.post header.subheader .meta {
	border-left: solid 1px rgba(160, 160, 160, 0.3);
	min-width: 14em;
	padding: 2em 0 1.75em 2em;
	text-align: right;
	width: auto;
}

.post header.subheader .meta .published {
	color: #3c3b3b;
	display: block;
	font-family: "Raleway", Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: 800;
	letter-spacing: 0.2em;
	line-height: 1.6;
	margin: 0;
	text-transform: uppercase;
	white-space: normal;
}

@media screen and (max-width: 736px) {
	.post header.subheader {
		flex-direction: column;
	}

	.post header.subheader .meta {
		border-left: 0;
		border-top: solid 1px rgba(160, 160, 160, 0.3);
		min-width: 0;
		padding: 1.25em 0 0 0;
		text-align: left;
		width: 100%;
	}

	.post header.subheader .title {
		padding: 0 0 1em 0;
	}
}
