* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
:root {
	--zc-ink: #151515;
	--zc-paper: #fbfaf7;
	--zc-muted: #65615b;
	--zc-line: rgba(21, 21, 21, 0.13);
	--zc-green: #79b843;
	--zc-violet: #4b415a;
	--zc-yellow: #f2c230;
	--zc-red: #cf3f35;
	--zc-blue: #1685b5;
}
body {
	margin: 0;
	color: var(--zc-ink);
	font-family: Arial, Helvetica, sans-serif;
	background: var(--zc-paper);
}
a { color: inherit; }
.zc-header {
	position: sticky;
	top: 0;
	z-index: 20;
	background: rgba(251, 250, 247, 0.97);
	border-bottom: 1px solid var(--zc-line);
	text-align: center;
	backdrop-filter: blur(12px);
}
.zc-logo {
	display: inline-block;
	padding: 18px 16px 8px;
}
.zc-logo img {
	width: min(260px, 70vw);
	height: auto;
	display: block;
}
.zc-nav {
	display: flex;
	justify-content: center;
	gap: 6px 20px;
	flex-wrap: wrap;
	padding: 0 16px 16px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
}
.zc-nav a {
	text-decoration: none;
	padding: 7px 0;
	border-bottom: 2px solid transparent;
}
.zc-nav a:hover,
.zc-nav a:focus {
	border-color: currentColor;
}
.blog-featured,
.com-content-article,
.item-page {
	margin: 0;
}
.page-header,
.item-title,
.icons,
.article-info { display: none !important; }
.zc-video {
	position: relative;
	background: #111;
	height: clamp(360px, 48vh, 560px);
	overflow: hidden;
}
.zc-video iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
	opacity: 0.76;
}
.zc-hero-copy {
	position: absolute;
	left: 50%;
	bottom: clamp(34px, 7vw, 86px);
	z-index: 2;
	width: min(860px, calc(100% - 40px));
	transform: translateX(-50%);
	color: #fff;
	text-align: center;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.5);
	pointer-events: none;
}
.zc-hero-copy p {
	margin: 0 0 12px;
	text-transform: uppercase;
	font-size: clamp(28px, 4.5vw, 58px);
	font-weight: 900;
	line-height: 1.05;
}
.zc-hero-copy span {
	font-size: clamp(14px, 1.6vw, 20px);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}
.zc-section {
	position: relative;
	padding: clamp(54px, 7vw, 92px) 20px;
	overflow: hidden;
	scroll-margin-top: 168px;
}
.zc-section:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: min(980px, 92vw);
	height: 12px;
	background: rgba(0, 0, 0, 0.12);
	filter: blur(10px);
	opacity: 0.25;
}
.zc-inner {
	width: min(1040px, 100%);
	margin: 0 auto;
	text-align: center;
}
.zc-violet { background: var(--zc-violet); color: #fff; }
.zc-light { background: #f4f1eb; }
.zc-yellow { background: var(--zc-yellow); }
.zc-red { background: var(--zc-red); color: #fff; }
.zc-blue { background: var(--zc-blue); color: #fff; }
.zc-black { background: var(--zc-ink); color: #fff; padding: 26px 20px; }
.zc-section-heading {
	margin-bottom: 28px;
	text-align: center;
}
.zc-kicker {
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
}
.zc-title {
	margin: 0 auto 28px;
	display: inline-block;
	padding: 9px 16px;
	border: 2px solid currentColor;
	text-transform: uppercase;
	font-size: clamp(24px, 3.6vw, 40px);
	font-weight: 300;
	line-height: 1.15;
}
.zc-title strong { font-weight: 900; }
.zc-section p {
	max-width: 780px;
	margin: 0 auto 24px;
	font-size: clamp(17px, 2vw, 22px);
	line-height: 1.55;
}
.zc-emphasis {
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}
.zc-image-row,
.zc-expertise {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
	margin: 24px auto;
}
.zc-image-row img { max-width: min(680px, 100%); height: auto; }
.zc-expertise img { width: 88px; max-width: 21vw; height: auto; }
.zc-contact {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(238, 248, 226, 0.72)),
		var(--zc-green);
	color: var(--zc-ink);
}
.zc-contact-inner {
	text-align: left;
}
.zc-contact-grid {
	display: grid;
	grid-template-columns: minmax(320px, 1.05fr) minmax(320px, 0.95fr);
	gap: clamp(26px, 5vw, 58px);
	align-items: center;
	margin-top: 14px;
	padding: clamp(18px, 3vw, 30px);
	background: rgba(255, 255, 255, 0.54);
	border: 1px solid rgba(21, 21, 21, 0.08);
}
.zc-map-wrap {
	position: relative;
	overflow: hidden;
	min-height: 390px;
	border: 8px solid #fff;
	box-shadow: 0 18px 44px rgba(30, 48, 20, 0.16);
	background: #e7e1d7;
}
.zc-map {
	width: 100%;
	height: 100%;
	min-height: 390px;
	border: 0;
	display: block;
	filter: saturate(0.85) contrast(1.02);
}
.zc-contact-copy {
	padding: clamp(8px, 2vw, 22px) 0;
}
.zc-contact-label {
	margin: 0 0 16px;
	color: #335717;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.zc-contact-copy address {
	margin: 0 0 22px;
	font-style: normal;
	font-size: clamp(25px, 3.4vw, 38px);
	font-weight: 900;
	line-height: 1.05;
	text-transform: uppercase;
}
.zc-contact-lines {
	display: grid;
	gap: 10px;
	margin-bottom: 26px;
}
.zc-contact-lines a,
.zc-contact-person a {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid rgba(21, 21, 21, 0.18);
	background: rgba(255, 255, 255, 0.72);
	text-decoration: none;
	font-weight: 800;
}
.zc-contact-lines a:hover,
.zc-contact-person a:hover {
	background: #fff;
}
.zc-contact-person {
	padding-top: 24px;
	border-top: 1px solid rgba(21, 21, 21, 0.18);
	color: #2c2b28;
	font-size: 18px;
	line-height: 1.45;
}
.zc-contact-person span {
	display: block;
	margin-bottom: 6px;
	font-size: clamp(22px, 3vw, 30px);
	font-weight: 900;
	text-transform: uppercase;
}
.zc-contact-person a {
	margin-top: 14px;
}
.zc-about {
	margin: clamp(38px, 6vw, 68px) auto 0;
	padding-top: clamp(28px, 4vw, 42px);
	border-top: 1px solid rgba(21, 21, 21, 0.16);
	text-align: center;
}
.zc-about h2 {
	margin: 0 0 16px;
	text-transform: uppercase;
	font-size: clamp(22px, 3vw, 34px);
	font-weight: 300;
	line-height: 1.15;
}
.zc-about h2 strong {
	font-weight: 900;
}
.zc-about p {
	margin-bottom: 0;
	color: #2c2b28;
}
.zc-form {
	width: min(720px, 100%);
	margin: 0 auto;
	display: grid;
	gap: 14px;
}
.zc-form input,
.zc-form select,
.zc-form textarea {
	width: 100%;
	min-height: 48px;
	border: 0;
	padding: 12px 14px;
	font: inherit;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.92);
	color: #333;
}
.zc-form textarea {
	min-height: 120px;
	resize: vertical;
}
.zc-form button {
	justify-self: center;
	min-width: 180px;
	border: 0;
	background: #111;
	color: #fff;
	padding: 14px 26px;
	font-weight: 900;
	text-transform: uppercase;
	cursor: pointer;
}
.zc-faq {
	width: min(820px, 100%);
	margin: 0 auto;
	text-align: left;
}
.zc-faq details {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.22);
	margin: 10px 0;
	padding: 16px 18px;
}
.zc-faq summary {
	cursor: pointer;
	font-weight: 900;
	font-size: 18px;
}
.zc-faq p {
	margin: 14px 0 0;
	font-size: 17px;
}
.zc-footer {
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
}
.zc-legal {
	max-width: 760px;
	margin: 18px auto 0;
	text-align: left;
	color: #ddd;
}
.zc-legal summary {
	cursor: pointer;
	text-align: center;
	color: #fff;
}
@media (max-width: 760px) {
	.zc-header { position: static; }
	.zc-nav { gap: 3px 14px; font-size: 12px; }
	.zc-video { height: 360px; }
	.zc-hero-copy { bottom: 34px; }
	.zc-contact-grid { grid-template-columns: 1fr; text-align: center; }
	.zc-contact-inner { text-align: center; }
	.zc-map-wrap,
	.zc-map { min-height: 320px; }
	.zc-contact-lines a,
	.zc-contact-person a {
		width: 100%;
		justify-content: center;
	}
}
