/*
Theme Name: MohsA Clinics Archive
Theme URI: https://mohsaclinics.nl/
Author: MohsA Clinics
Description: A faithful WordPress recreation of the historic MohsA Clinics website — expertisecentrum voor huidkanker en Mohs-chirurgie, Venray — rebuilt from the 2014-2019 archive.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.0
License: GPL-2.0-or-later
Text Domain: mohsaclinics
*/

:root {
	--mo-teal: #00786e;
	--mo-teal-dark: #005f57;
	--mo-teal-deep: #024a45;
	--mo-green: #7cb518;
	--mo-mint: #cfe6e2;
	--mo-mint-light: #e4f0ee;
	--mo-text: #333;
	--mo-heading: #04544c;
	--mo-border: #b9d5d0;
	--mo-max: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }

body {
	margin: 0;
	background: #fff;
	color: var(--mo-text);
	font: 15px/1.65 "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
}

img { max-width: 100%; height: auto; }
a { color: var(--mo-teal); }
a:hover { text-decoration: none; }

.mo-wrap { max-width: var(--mo-max); margin: 0 auto; padding: 0 16px; }
.screen-reader-text {
	position: absolute !important; width: 1px; height: 1px;
	overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap;
}
.mo-skip:focus {
	position: static; width: auto; height: auto; clip: auto;
	display: block; padding: 10px; background: #fff;
}

/* ---------- header ---------- */
.mo-topbar { border-bottom: 1px solid #e6eeed; background: #fff; }
.mo-topbar-inner {
	max-width: var(--mo-max); margin: 0 auto; padding: 6px 16px;
	display: flex; justify-content: flex-end; gap: 6px; align-items: center;
}
.mo-lang { display: flex; gap: 2px; }
.mo-lang a {
	display: block; padding: 3px 9px; font-size: 12px; font-weight: 700;
	text-decoration: none; color: #5b7a76; background: #eef4f3;
}
.mo-lang a.is-active { background: var(--mo-teal); color: #fff; }

.mo-header { background: #fff; }
.mo-header-inner {
	max-width: var(--mo-max); margin: 0 auto; padding: 18px 16px;
	display: flex; align-items: center; justify-content: space-between;
	gap: 24px; flex-wrap: wrap;
}
.mo-logo { text-decoration: none; display: block; }
.mo-logo img { width: 300px; max-width: 100%; height: auto; }
.mo-logo-text {
	font-size: 34px; letter-spacing: .03em; color: var(--mo-teal);
	font-weight: 300;
}
.mo-logo-text strong { font-weight: 700; }
.mo-tagline {
	margin: 0; font-family: Georgia, "Times New Roman", serif;
	font-size: 21px; color: #2b3d3a;
}

/* ---------- navigation ---------- */
.mo-nav { background: var(--mo-teal-dark); }
.mo-nav-inner { max-width: var(--mo-max); margin: 0 auto; padding: 0 16px; }
.mo-nav ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; }
.mo-nav li { position: relative; }
.mo-nav a {
	display: block; padding: 12px 15px; color: #fff; text-decoration: none;
	font-size: 14px;
}
.mo-nav a:hover { background: rgba(255, 255, 255, .13); }
.mo-nav .current-menu-item > a,
.mo-nav .current_page_item > a,
.mo-nav .current-menu-ancestor > a,
.mo-nav .current_page_ancestor > a { background: var(--mo-teal-deep); font-weight: 700; }
.mo-nav ul ul {
	display: none; position: absolute; left: 0; top: 100%; z-index: 40;
	min-width: 250px; background: var(--mo-teal-deep);
	flex-direction: column; box-shadow: 0 3px 10px rgba(0,0,0,.2);
}
.mo-nav li:hover > ul, .mo-nav li:focus-within > ul { display: flex; }
.mo-nav ul ul a { padding: 9px 14px; font-size: 13.5px; }
.mo-nav-toggle {
	display: none; width: 100%; background: none; border: 0; color: #fff;
	padding: 12px 0; font-size: 15px; font-weight: 700; cursor: pointer;
	text-align: left;
}

/* ---------- collage strip ---------- */
.mo-collage { background: var(--mo-teal-deep); }
.mo-collage-inner {
	max-width: var(--mo-max); margin: 0 auto;
	display: grid; grid-template-columns: repeat(6, 1fr);
}
.mo-tile { display: block; text-decoration: none; position: relative; }
.mo-tile img {
	display: block; width: 100%; height: 150px; object-fit: cover;
	filter: grayscale(100%) contrast(1.05);
}
.mo-tile span {
	display: block; padding: 11px 8px; text-align: center; color: #fff;
	font-size: 13.5px; font-weight: 600;
}
.mo-tile:nth-child(1) span { background: #045049; }
.mo-tile:nth-child(2) span { background: #046b5f; }
.mo-tile:nth-child(3) span { background: #068573; }
.mo-tile:nth-child(4) span { background: #199e7f; }
.mo-tile:nth-child(5) span { background: #3fae6a; }
.mo-tile:nth-child(6) span { background: #62bb44; }
.mo-tile:hover img { filter: none; }

/* ---------- layout ---------- */
.mo-main { padding: 26px 0 40px; }
.mo-cols { display: flex; gap: 26px; align-items: flex-start; }
.mo-content { flex: 1 1 auto; min-width: 0; }
.mo-sidebar { flex: 0 0 258px; background: var(--mo-mint); padding: 18px; }

.mo-breadcrumb { font-size: 12.5px; color: #6b8480; margin: 0 0 14px; }
.mo-breadcrumb a { color: #6b8480; }

/* ---------- typography ---------- */
.mo-entry h1 { font-size: 26px; line-height: 1.25; margin: 0 0 16px; color: var(--mo-heading); }
.mo-entry h2 { font-size: 20px; margin: 26px 0 8px; color: var(--mo-heading); }
.mo-entry h3 { font-size: 17px; margin: 20px 0 6px; color: var(--mo-heading); }
.mo-entry p { margin: 0 0 13px; }
.mo-entry ul, .mo-entry ol { margin: 0 0 15px; padding-left: 20px; }
.mo-entry li { margin-bottom: 6px; }
.mo-entry strong { color: #1d3b37; }
.mo-entry table { border-collapse: collapse; width: 100%; margin-bottom: 16px; }
.mo-entry th, .mo-entry td { border: 1px solid var(--mo-border); padding: 8px 10px; text-align: left; }
.mo-entry th { background: var(--mo-mint-light); }
.mo-entry blockquote {
	margin: 0 0 15px; padding: 4px 0 4px 16px;
	border-left: 3px solid var(--mo-green); font-style: italic; color: #45605c;
}
.mo-table-scroll { overflow-x: auto; }

/* ---------- sidebar ---------- */
.mo-sidebar h2 {
	font-size: 17px; margin: 0 0 10px; color: var(--mo-heading);
	font-weight: 700;
}
.mo-sidebar ul { list-style: none; margin: 0 0 18px; padding: 0; font-size: 14px; }
.mo-sidebar li a {
	display: block; padding: 5px 0 5px 14px; position: relative;
	text-decoration: none; color: #1d4741;
}
.mo-sidebar li a::before {
	content: "\25AA"; position: absolute; left: 0; color: var(--mo-teal); font-size: 11px;
}
.mo-sidebar li.is-current > a { font-weight: 700; }
.mo-sidebar ul ul { margin: 0 0 0 12px; }
.mo-sidebar-cta {
	display: block; background: var(--mo-teal); color: #fff; text-align: center;
	text-decoration: none; padding: 11px 12px; font-weight: 600; margin-bottom: 9px;
}
.mo-sidebar-cta:hover { background: var(--mo-teal-dark); }

/* ---------- photos ---------- */
.mo-photo { display: block; height: auto; max-width: 100%; }
.mo-photo-wide { width: 100%; margin: 0 0 16px; }
.mo-has-photo::after { content: ""; display: block; clear: both; }
.mo-photo-right { float: right; width: 250px; margin: 0 0 14px 20px; }
.mo-photo-portrait { width: 170px; }

/* ---------- front page ---------- */
.mo-intro { margin-bottom: 22px; }
.mo-usp { list-style: none; margin: 0 0 18px; padding: 0; }
.mo-usp li {
	position: relative; padding: 0 0 9px 26px; font-size: 15px;
}
.mo-usp li::before {
	content: "\2713"; position: absolute; left: 0; top: 0;
	color: var(--mo-green); font-weight: 700;
}
.mo-cards {
	display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 14px; margin: 0 0 20px; padding: 0; list-style: none;
}
.mo-cards li { background: var(--mo-mint-light); }
.mo-cards a {
	display: block; padding: 14px 16px; text-decoration: none; color: var(--mo-heading);
	font-weight: 600; border-left: 4px solid var(--mo-teal);
}
.mo-cards a:hover { background: var(--mo-mint); }
.mo-news-list { list-style: none; margin: 0; padding: 0; }
.mo-news-list li { padding: 8px 0 10px; border-bottom: 1px solid #e6eeed; }
.mo-news-list a { text-decoration: none; font-weight: 600; }
.mo-news-date { display: block; font-size: 12.5px; color: #6b8480; }
.mo-more {
	display: inline-block; background: var(--mo-teal); color: #fff;
	text-decoration: none; font-size: 13px; padding: 7px 15px; margin-top: 12px;
}
.mo-more:hover { background: var(--mo-teal-dark); }

/* ---------- footer ---------- */
.mo-footer {
	background: var(--mo-mint-light); border-top: 3px solid var(--mo-teal);
	margin-top: 26px; padding: 26px 0; font-size: 13.5px; color: #2b4a46;
}
.mo-footer a { color: var(--mo-teal-dark); }
.mo-footer-cols { display: flex; gap: 30px; flex-wrap: wrap; }
.mo-footer-cols > div { flex: 1 1 220px; }
.mo-footer h2 { font-size: 14px; color: var(--mo-heading); margin: 0 0 8px; }
.mo-footer ul { list-style: none; margin: 0; padding: 0; }
.mo-footer li { margin-bottom: 5px; }
.mo-footer-bottom {
	border-top: 1px solid var(--mo-border); margin-top: 20px; padding-top: 14px;
	font-size: 12.5px; color: #5b7a76;
}

/* ---------- responsive ---------- */
@media (max-width: 980px) {
	.mo-collage-inner { grid-template-columns: repeat(3, 1fr); }
	.mo-tile img { height: 120px; }
}
@media (max-width: 900px) {
	.mo-cols { flex-direction: column; }
	.mo-sidebar { flex: 1 1 auto; width: 100%; }
	.mo-tagline { font-size: 18px; }
}
@media (max-width: 680px) {
	.mo-nav-toggle { display: block; }
	.mo-nav ul.mo-menu { display: none; flex-direction: column; }
	.mo-nav ul.mo-menu.is-open { display: flex; }
	.mo-nav ul ul { position: static; box-shadow: none; min-width: 0; display: flex; }
	.mo-nav ul ul a { padding-left: 30px; }
	.mo-collage-inner { grid-template-columns: repeat(2, 1fr); }
	.mo-photo-right { float: none; width: 100%; margin: 0 0 14px; }
	.mo-entry h1 { font-size: 22px; }
}
