/*
Theme Name: Colorado Live Events
Description: Custom lightweight theme for coloradoliveevents.com, replacing Elementor. Hand-coded to match the original design exactly.
Author: Colorado Live Events
Version: 1.0.0
Text Domain: colorado-live-events
*/

/* ---------- Design tokens (extracted from the live Elementor kit, ID 13) ---------- */
:root {
	--cle-navy: #142968;
	--cle-navy-text: #002868;
	--cle-gold: #EEA201;
	--cle-gold-light: #F1BA45;
	--cle-white: #FFFFFF;
	--cle-text-muted: #667085;
	--cle-border: #dddddd;
	--cle-font: 'Karla', sans-serif;
	--cle-content-width: 1200px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
body, h1, h2, h3, h4, h5, h6, p, ul, ol, figure { margin: 0; }
img, svg { max-width: 100%; height: auto; display: block; }
ul[class], ol[class] { padding: 0; list-style: none; }
a { text-decoration: none; color: inherit; }

body {
	font-family: var(--cle-font);
	font-weight: 400;
	color: var(--cle-text-muted);
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--cle-font);
	font-weight: 600;
	color: var(--cle-navy);
	line-height: 1.25;
}

.cle-container {
	max-width: var(--cle-content-width);
	margin-inline: auto;
	padding-inline: 20px;
}

.cle-btn {
	display: inline-block;
	font-family: var(--cle-font);
	font-weight: 600;
	padding: 12px 28px;
	border-radius: 4px;
	border: 2px solid var(--cle-navy);
	color: var(--cle-navy);
	background: transparent;
	transition: background .18s ease, color .18s ease;
}
.cle-btn:hover { background: var(--cle-navy); color: var(--cle-white); }
.cle-btn--solid {
	background: var(--cle-gold-light);
	border-color: var(--cle-gold-light);
	color: var(--cle-navy);
}
.cle-btn--solid:hover { background: var(--cle-gold); border-color: var(--cle-gold); }

/* ---------- Header ---------- */
.cle-topbar { background: var(--cle-gold-light); }
.cle-topbar__inner {
	display: flex; justify-content: center; gap: 6px;
	padding: 10px 20px;
	font-weight: 600; font-size: 22px; color: var(--cle-navy);
}
.cle-topbar__inner a { color: var(--cle-navy); }
.cle-topbar__inner a:hover { text-decoration: underline; }

.cle-nav { background: var(--cle-navy); position: sticky; top: 0; z-index: 100; }
.cle-nav__inner { display: flex; align-items: center; justify-content: space-between; padding-block: 22px; gap: 24px; }
.cle-logo img { width: 270px; height: auto; }

.cle-nav__toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.cle-nav__toggle span { display: block; width: 26px; height: 3px; margin: 5px 0; background: var(--cle-white); }

.cle-nav__menu ul { display: flex; align-items: center; gap: 0; list-style: none; padding: 0; margin: 0; }
.cle-nav__menu > ul > li { display: flex; align-items: center; }
.cle-nav__menu > ul > li + li::before { content: "|"; color: rgba(255,255,255,.4); margin-right: 4px; }
.cle-nav__menu > ul > li > a {
	display: block; padding: 10px 12px;
	color: var(--cle-white); font-weight: 600; font-size: 16px;
	white-space: nowrap;
}
.cle-nav__menu > ul > li > a:hover,
.cle-nav__menu > ul > li.cle-open > a { background: rgba(255,255,255,.08); }
.cle-caret { display: inline-block; margin-left: 4px; font-style: normal; }
.cle-caret::after { content: "▾"; }

.cle-has-dropdown { position: relative; }
.cle-dropdown {
	display: none;
	position: absolute; top: 100%; left: 0;
	width: 330px; padding: 10px; margin-top: 4px;
	background: var(--cle-navy); border-radius: 6px;
}
.cle-has-dropdown.cle-open .cle-dropdown { display: block; }
@media (min-width: 901px) {
	.cle-has-dropdown:hover .cle-dropdown { display: block; }
}
.cle-dropdown a {
	display: block; padding: 12px 14px; border-radius: 6px;
	color: var(--cle-white) !important; transition: background .18s ease, transform .18s ease;
}
.cle-dropdown a + a { border-top: 1px solid rgba(255,255,255,.16); }
.cle-dropdown a:hover, .cle-dropdown a:focus { background: #203b82; transform: translateX(3px); }
.cle-dropdown strong { display: block; font-size: 15px; line-height: 1.25; color: var(--cle-white); }
.cle-dropdown span { display: block; margin-top: 3px; font-size: 12px; line-height: 1.35; color: #d8e0f4; }

@media (max-width: 900px) {
	.cle-nav__toggle { display: block; }
	.cle-nav__menu {
		display: none;
		position: absolute; left: 0; right: 0; top: 100%;
		background: var(--cle-navy);
	}
	.cle-nav.cle-open .cle-nav__menu { display: block; }
	.cle-nav__menu ul { flex-direction: column; align-items: stretch; gap: 0; padding: 8px 0; }
	.cle-nav__menu > ul > li { flex-direction: column; align-items: stretch; }
	.cle-nav__menu > ul > li > a { padding: 12px 20px; }
	.cle-dropdown { position: static; width: 100%; box-shadow: none; margin-top: 0; padding: 0; }
	.cle-topbar__inner { flex-direction: column; align-items: center; gap: 2px; font-size: 16px; }
}

/* ---------- Footer ---------- */
.cle-footer { background: #EDEEEE; color: var(--cle-navy-text); }
.cle-footer__cols {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px;
	padding-block: 50px;
}
.cle-footer__logo { width: 170px; margin-bottom: 16px; }
.cle-footer__col p { margin-bottom: 4px; line-height: 1.2; font-size: 17px; color: var(--cle-navy-text); }
.cle-footer__col p:has(strong) { font-size: 18px; margin-bottom: 10px; }
.cle-footer__col a { color: var(--cle-navy); }
.cle-footer__col a:hover { text-decoration: underline; }
.cle-footer__col--brand { text-align: center; }
.cle-footer__col--brand .cle-footer__logo { margin-inline: auto; }
.cle-social { display: flex; gap: 5px; justify-content: center; }
.cle-social a {
	display: flex; align-items: center; justify-content: center;
	width: 34px; height: 34px; border-radius: 8px;
	color: var(--cle-white); font-size: 15px;
}
.cle-social--instagram { background: #F36F01; }
.cle-social--facebook { background: #3b5998; }
.cle-social--youtube { background: #cd201f; }
.cle-social--linkedin { background: #0077b5; }
.cle-footer__bottom { background: #002868; padding-block: 18px; font-size: 15px; color: var(--cle-white); text-align: center; }
.cle-footer__bottom p { margin-bottom: 4px; }
.cle-footer__bottom a { color: var(--cle-white); }

@media (max-width: 700px) {
	.cle-footer__cols { grid-template-columns: 1fr; gap: 30px; padding-block: 36px; }
	.cle-footer__col { text-align: center; }
}

/* ---------- Homepage ---------- */
.cle-reg { font-size: 0.5em; vertical-align: super; }

.cle-hero { position: relative; background: var(--cle-navy); padding-block: 130px; overflow: hidden; }
.cle-hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cle-hero__overlay { position: absolute; inset: 0; background: var(--cle-navy); opacity: .35; }
.cle-hero__content { position: relative; text-align: left; }
.cle-hero h1 { color: var(--cle-white); font-size: 96px; font-weight: 700; margin-bottom: 20px; line-height: .9em; text-shadow: 0 0 5px rgba(0,0,0,.3); }
.cle-hero__subtitle { display: block; margin-top: 20px; color: var(--cle-white); font-size: 28px; font-weight: 500; text-shadow: 0 0 5px rgba(0,0,0,.3); }

.cle-intro { position: relative; background-size: cover; background-position: center; padding-block: 50px; }
.cle-intro__overlay { position: absolute; inset: 0; background: var(--cle-navy); opacity: .8; }
.cle-intro__content { position: relative; max-width: 1306px; text-align: left; }
.cle-intro__content p { color: var(--cle-white); font-size: 23px; font-weight: 500; margin-bottom: 14px; }
@media (max-width: 900px) {
	.cle-intro__content p { font-size: 16px; }
}

.cle-stats { background: var(--cle-gold-light); padding-block: 30px; }
.cle-stats__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; text-align: center; }
.cle-stat i { font-size: 38px; color: var(--cle-navy); margin-bottom: 8px; }
.cle-stat strong { display: block; color: var(--cle-navy); font-size: 22px; font-weight: 600; }
.cle-stat span { display: block; font-size: 15px; color: var(--cle-navy); }

.cle-section-title { text-align: center; font-size: 48px; font-weight: 700; padding-block: 50px 30px; }
@media (max-width: 900px) {
	.cle-section-title { font-size: 34px; }
}

.cle-services { display: flex; flex-direction: column; gap: 20px; background: var(--cle-navy); padding: 20px; max-width: 1100px; margin-inline: auto; margin-bottom: 50px; }
.cle-service-card {
	display: grid; grid-template-columns: 1fr 1fr; align-items: stretch;
	background: var(--cle-white); min-height: 200px;
}
.cle-service-card--image-right { grid-template-columns: 1fr 1fr; }
.cle-service-card--image-right .cle-service-card__img { order: 2; }
.cle-service-card__img { background-size: cover; background-position: center; min-height: 200px; }
.cle-service-card__content { display: flex; flex-direction: column; justify-content: center; padding: 35px; min-height: 280px; }
.cle-service-card__content h3 { color: var(--cle-navy); font-size: 23px; margin-bottom: 12px; }
.cle-service-card__content p { color: var(--cle-text-muted); font-size: 16px; line-height: 1.4; margin-bottom: 18px; }
.cle-service-card .cle-btn { border-color: var(--cle-navy); color: var(--cle-navy); align-self: flex-start; }
.cle-service-card .cle-btn:hover { background: var(--cle-navy); color: var(--cle-white); }

.cle-why { position: relative; background-size: cover; background-position: center; padding-block: 70px; }
.cle-why__overlay { position: absolute; inset: 0; background: var(--cle-navy); opacity: .8; }
.cle-why__content { position: relative; max-width: 800px; text-align: left; }
.cle-why__content h2 { color: var(--cle-white); font-size: 42px; font-weight: 700; line-height: 1.15; margin-bottom: 20px; }
.cle-why__content p { color: #c9d2ea; font-size: 23px; margin-bottom: 14px; }
@media (max-width: 900px) {
	.cle-why__content p { font-size: 18px; }
}
.cle-why__content .cle-btn { margin-top: 16px; }

.cle-quote { padding-block: 70px; background: var(--cle-white); }
.cle-quote__inner { max-width: 800px; margin-inline: auto; text-align: center; }
.cle-quote__inner h2 { font-size: 59px; font-weight: 800; margin-bottom: -4px; }
.cle-quote__inner > p { font-size: 24px; font-weight: 500; color: var(--cle-text-muted); margin-bottom: 30px; }
@media (max-width: 900px) {
	.cle-quote__inner h2 { font-size: 38px; }
	.cle-quote__inner > p { font-size: 19px; }
}
.cle-quote__inner form { text-align: left; }
.cle-quote__inner .gform_wrapper .gform_fields {
	grid-row-gap: 12px !important;
}
.cle-quote__inner .gform_wrapper .gfield--width-half {
	width: 100% !important;
}
.cle-quote__inner .gform_wrapper .gfield {
	margin-bottom: 0 !important;
}
.cle-quote__inner .gform_wrapper input[type=text],
.cle-quote__inner .gform_wrapper input[type=email],
.cle-quote__inner .gform_wrapper input[type=tel],
.cle-quote__inner .gform_wrapper input[type=number],
.cle-quote__inner .gform_wrapper input[type=date],
.cle-quote__inner .gform_wrapper select {
	border-width: 1px !important;
	border-style: solid !important;
	border-color: var(--cle-border) !important;
	border-radius: 4px !important;
	background: #eef0f7 !important;
	box-shadow: none !important;
	outline: none !important;
	padding: 14px 16px !important;
	height: auto !important;
	font-size: 16px !important;
	width: 100% !important;
}
.cle-quote__inner .gform_wrapper .ginput_container_date {
	position: relative;
}
.cle-quote__inner .gform_wrapper .ginput_container_date input[type=text] {
	width: 100% !important;
	padding-right: 44px !important;
	cursor: pointer;
}
.cle-quote__inner .gform_wrapper .gform-datepicker-toggle {
	position: absolute !important;
	top: 50% !important;
	right: 12px !important;
	transform: translateY(-50%);
	margin: 0 !important;
	pointer-events: none;
}
.cle-quote__inner .gform_wrapper textarea {
	border-width: 1px !important;
	border-style: solid !important;
	border-color: var(--cle-border) !important;
	border-radius: 4px !important;
	background: #eef0f7 !important;
	box-shadow: none !important;
	outline: none !important;
	padding: 14px 16px !important;
	font-size: 16px !important;
}
.cle-quote__inner .gform_wrapper .gform_button,
.cle-quote__inner .gform_wrapper input[type=submit] {
	display: block !important;
	width: 100% !important;
	padding: 11px 32px !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	height: auto !important;
	background: var(--cle-gold-light) !important;
	border: none !important;
	border-radius: 4px !important;
	color: var(--cle-navy) !important;
	cursor: pointer;
}
.cle-quote__inner .gform_wrapper .gform_button:hover {
	background: var(--cle-gold) !important;
}
.cle-quote__inner .gform_wrapper .gform_button_select_files {
	padding: 10px 20px !important;
	height: auto !important;
	font-size: 15px !important;
	background: var(--cle-gold-light) !important;
	border: none !important;
	border-radius: 4px !important;
	color: var(--cle-navy) !important;
	font-weight: 700 !important;
	cursor: pointer;
}
.cle-quote__inner .gform_wrapper .gform_button_select_files:hover {
	background: var(--cle-gold) !important;
}
.cle-quote__inner .gform_wrapper input[type=text]:focus,
.cle-quote__inner .gform_wrapper input[type=email]:focus,
.cle-quote__inner .gform_wrapper input[type=tel]:focus,
.cle-quote__inner .gform_wrapper input[type=number]:focus,
.cle-quote__inner .gform_wrapper input[type=date]:focus,
.cle-quote__inner .gform_wrapper textarea:focus,
.cle-quote__inner .gform_wrapper select:focus {
	border-color: var(--cle-navy) !important;
	box-shadow: none !important;
	outline: none !important;
}

.cle-venues { background: var(--cle-gold-light); padding-block: 40px; text-align: center; }
.cle-venues__intro, .cle-venues h2, .cle-venues__cities {
	color: var(--cle-navy); font-size: 33px; line-height: 40px; font-weight: 400;
	text-shadow: 0 0 5px rgba(0,0,0,.15); max-width: 1180px; margin: 0 auto 4px;
	padding-inline: 20px;
}
.cle-venues__intro a { color: var(--cle-navy); text-decoration: underline; }
.cle-venues__intro { margin-bottom: 33px; }
.cle-venues h2 { font-weight: 700; margin-bottom: 4px; }
.cle-venues__cities { font-style: italic; margin-bottom: 24px; }
@media (max-width: 900px) {
	.cle-venues__intro, .cle-venues h2, .cle-venues__cities { font-size: 26px; }
}
@media (max-width: 600px) {
	.cle-venues__intro, .cle-venues h2, .cle-venues__cities { font-size: 18px; line-height: 1.3; }
	.cle-venues__intro { padding-inline: 8px; }
}
.cle-venues__logos { background: var(--cle-white); padding: 30px 0; margin-top: 20px; overflow: hidden; }
.cle-venues__track { display: flex; align-items: center; gap: 80px; width: max-content; animation: cle-venues-scroll 35s linear infinite; }
.cle-venues__logos:hover .cle-venues__track { animation-play-state: paused; }
.cle-venues__logos img { height: 90px; width: 170px; object-fit: contain; flex-shrink: 0; }
.cle-venues__logo--grow { transform: scale(1.45); }
@keyframes cle-venues-scroll {
	from { transform: translateX(0); }
	to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
	.cle-venues__track { animation: none; flex-wrap: wrap; justify-content: center; width: auto; }
}

@media (max-width: 900px) {
	.cle-hero { padding-block: 70px; }
	.cle-hero h1 { font-size: 42px; }
	.cle-hero__subtitle { font-size: 18px; }
	.cle-stats__grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }
	.cle-service-card, .cle-service-card--image-right { grid-template-columns: 1fr; }
	.cle-service-card__img { min-height: 220px; order: 0 !important; }
	.cle-service-card__content { padding: 30px; }
}
@media (max-width: 600px) {
	.cle-hero { padding-block: 50px; }
	.cle-stats { padding-block: 20px; }
	.cle-stats__grid { gap: 14px; }
	.cle-stat i { font-size: 24px; margin-bottom: 4px; }
	.cle-stat strong { font-size: 15px; }
	.cle-stat span { font-size: 11px; }
}

/* ---------- Entrance animation (matches the original site's fadeInDown) ---------- */
@keyframes cle-fadeInDown {
	from { opacity: 0; transform: translateY(-24px); }
	to   { opacity: 1; transform: translateY(0); }
}
.cle-animate-in { animation: cle-fadeInDown .8s ease both; }
.cle-animate-in--delay { animation: cle-fadeInDown .8s ease .15s both; }

/* ---------- Standard inner-page hero (same height across all inner pages, per conference-av-denver) ---------- */
.cle-page-hero {
	position: relative; min-height: 360px; display: flex; align-items: center;
	background-size: cover; background-position: center; padding-block: 50px;
}
.cle-page-hero__overlay { position: absolute; inset: 0; background: rgba(0,0,0,.27); z-index: 0; }
.cle-page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.70) 34%, rgba(0,0,0,.32) 68%, rgba(0,0,0,.12) 100%); z-index: 1; }
.cle-page-hero__content { z-index: 2; }
.cle-page-hero__content { position: relative; width: 100%; max-width: 1180px; }
.cle-page-hero h1 { color: var(--cle-white); font-size: 56px; font-weight: 800; line-height: 1.15; margin-bottom: 18px; }
.cle-page-hero__divider { width: 70px; height: 4px; background: var(--cle-gold-light); margin-bottom: 18px; }
.cle-page-hero__subtitle { color: var(--cle-white); font-size: 22px; font-weight: 500; max-width: 750px; }

@media (max-width: 900px) {
	.cle-page-hero { min-height: 500px; }
	.cle-page-hero h1 { font-size: 42px; }
	.cle-page-hero__subtitle { font-size: 18px; }
}
@media (max-width: 600px) {
	.cle-page-hero { min-height: 520px; }
}

/* ---------- Trust bar (icon + title + subtitle badges) ---------- */
.cle-trustbar { background: var(--cle-gold-light); padding-block: 26px; }
.cle-trustbar__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; text-align: center; }
.cle-trustbar__item i { font-size: 28px; color: var(--cle-navy); margin-bottom: 6px; }
.cle-trustbar__item strong { display: block; color: var(--cle-navy); font-size: 15px; letter-spacing: .02em; }
.cle-trustbar__item span { display: block; font-size: 13px; color: var(--cle-navy); }
@media (max-width: 900px) { .cle-trustbar__grid { grid-template-columns: repeat(3, 1fr); gap: 22px; } }

/* ---------- Service detail card (checkmark style — shared across all service pages, audio's spacing is the standard) ---------- */
.cle-detail-cards { display: flex; flex-direction: column; max-width: 1400px; margin-inline: auto; padding-inline: 24px; padding-block: 0 50px; gap: 30px; }
.cle-detail-cards--on-dark { max-width: 100%; padding-inline: 0; padding-block: 0; margin-top: 50px; }
.cle-detail-card { display: grid; grid-template-columns: 1fr 1fr; background: var(--cle-navy); min-height: 340px; border-radius: 10px; overflow: hidden; box-shadow: 0 8px 24px rgba(16,32,51,.12); }
.cle-detail-card--image-right .cle-detail-card__img { order: 2; }
.cle-detail-card__img { background-size: cover; background-position: center; }
.cle-detail-card__content { background: var(--cle-white); display: flex; flex-direction: column; justify-content: center; padding: 36px 40px; }
.cle-detail-card__label { color: var(--cle-gold); font-weight: 700; font-size: 13px; letter-spacing: .14em; margin-bottom: 16px; }
.cle-detail-card__content h3 { font-size: 32px; font-weight: 400; line-height: 1.28; margin-bottom: 18px; }
.cle-detail-card__content > p { color: var(--cle-text-muted); font-size: 17px; line-height: 1.65; margin-bottom: 22px; }
.cle-detail-card__checks { list-style: none; padding: 0; margin: 0 0 4px; display: grid; grid-template-columns: 1fr 1fr; gap: 15px 26px; }
.cle-detail-card__checks li { font-size: 14px; font-weight: 600; color: var(--cle-navy-text); display: flex; align-items: flex-start; gap: 8px; }
.cle-detail-card__checks i { color: var(--cle-gold); margin-top: 3px; flex-shrink: 0; }
.cle-detail-card__link { color: var(--cle-navy); font-weight: 700; }
.cle-detail-card__link:hover { text-decoration: underline; }
@media (max-width: 900px) {
	.cle-detail-card { grid-template-columns: 1fr; }
	.cle-detail-card__img { min-height: 220px; order: 0 !important; }
	.cle-detail-card__checks { grid-template-columns: 1fr; }
}

/* ---------- FAQ accordion ---------- */
.cle-faq { max-width: 900px; margin-inline: auto; padding-inline: 20px; }
.cle-faq__item { border-bottom: 1px solid var(--cle-border); padding-block: 18px; }
.cle-faq__item summary { cursor: pointer; font-weight: 700; color: var(--cle-navy); font-size: 18px; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.cle-faq__item summary::-webkit-details-marker { display: none; }
.cle-faq__item summary::after { content: "+"; font-size: 24px; color: var(--cle-gold); margin-left: 12px; }
.cle-faq__item[open] summary::after { content: "\2212"; }
.cle-faq__answer { padding-top: 12px; color: var(--cle-text-muted); font-size: 16px; line-height: 1.5; }

/* ---------- Simple navy banner CTA ---------- */
.cle-banner-cta { background: var(--cle-gold-light); padding-block: 30px; text-align: center; }
.cle-banner-cta h2 { color: var(--cle-navy); margin-bottom: 8px; font-size: 32px; }
.cle-banner-cta p { color: var(--cle-navy); }

.cle-banner-cta--navy { background: var(--cle-navy); }
.cle-banner-cta--navy h2, .cle-banner-cta--navy p { color: var(--cle-white); }

.cle-banner-cta--plain { background: none; padding-block: 40px; text-align: center; }
.cle-banner-cta--plain h2 {
	color: var(--cle-navy); font-size: 40px; font-weight: 800;
	text-shadow: 0 0 5px rgba(0,0,0,.15); margin-bottom: 20px;
}
.cle-banner-cta--plain .cle-divider { width: 90px; height: 3px; background: var(--cle-gold); margin: 0 auto; }

/* ---------- Simple centered intro text block ---------- */
.cle-intro-text { padding-block: 40px; background: rgba(20,41,104,.96); box-shadow: 0 0 10px rgba(0,0,0,.5); }
.cle-intro-text .cle-container { max-width: 1180px; text-align: left; padding-block: 0; }
.cle-intro-text p { color: var(--cle-white); font-size: 26px; font-weight: 400; line-height: 1.35; letter-spacing: 0.1px; margin-bottom: 14px; }
@media (max-width: 900px) {
	.cle-intro-text p { font-size: 20px; }
}

.cle-reviews { padding-block: 40px; }
.cle-faq-section { padding-block: 40px 60px; }

/* ---------- Audio page intro (eyebrow/heading/lede) + equipment section ---------- */
.cle-audio-solutions { background: #142f6b; padding: 84px 24px 92px; color: #fff; }
.cle-audio-inner, .cle-equipment-inner { max-width: 1400px; margin: 0 auto; }
.cle-eyebrow { text-align: center; color: #f5b82e; font-size: 14px; font-weight: 700; letter-spacing: .16em; margin: 0 0 18px; }
.cle-audio-solutions > .cle-audio-inner > h2 { text-align: center; color: #fff; font-size: 48px; font-weight: 400; line-height: 1.15; margin: 0 auto 20px; max-width: 900px; }
.cle-lede { text-align: center; max-width: 780px; margin: 0 auto 54px; color: #dce4f4; font-size: 18px; line-height: 1.6; }

.cle-audio-equipment { background: #f3f5f8; padding: 78px 24px; }
.cle-equipment-inner { display: grid; grid-template-columns: .8fr 1.4fr; gap: 70px; align-items: center; }
.cle-equipment-inner h2 { color: #142d68; font-size: 40px; font-weight: 400; line-height: 1.25; margin: 0 0 22px; }
.cle-equipment-inner p { font-size: 17px; line-height: 1.75; color: #5d687b; margin: 0; }
.cle-equipment-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.cle-equipment-grid > div, .cle-equipment-grid > a > div { background: #fff; border-left: 4px solid #f5b82e; padding: 28px 26px; min-height: 120px; }
.cle-equipment-grid strong { display: block; color: #142d68; font-size: 18px; margin-bottom: 12px; }
.cle-equipment-grid span { display: block; color: #667085; font-size: 14px; line-height: 1.5; }

@media (max-width: 900px) {
	.cle-audio-solutions { padding: 60px 18px; }
	.cle-audio-solutions > .cle-audio-inner > h2 { font-size: 36px; }
	.cle-equipment-inner { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 600px) {
	.cle-audio-solutions > .cle-audio-inner > h2 { font-size: 31px; }
	.cle-lede { font-size: 16px; }
	.cle-equipment-grid { grid-template-columns: 1fr; }
	.cle-equipment-inner h2 { font-size: 31px; }
	.cle-audio-equipment { padding: 58px 20px; }
}

/* ---------- "From Presentation to Performance" section + gallery ---------- */
.cle-performance {
	position: relative;
	padding-block: 50px;
	background-image: linear-gradient(rgba(20,41,104,.8), rgba(20,41,104,.8)), url('https://coloradoliveevents.com/wp-content/uploads/2026/07/gallery-front-03.jpg');
	background-size: cover;
	background-position: center;
}
.cle-performance .cle-container { max-width: 1306px; }
.cle-performance h2 { color: var(--cle-white); font-size: 42px; font-weight: 700; margin-bottom: 28px; }
.cle-performance p { color: var(--cle-white); font-size: 23px; font-weight: 500; text-align: left; margin-bottom: 14px; }
.cle-performance .cle-btn {
	display: inline-block;
	margin-top: 16px;
	margin-bottom: 30px;
	background: var(--cle-gold-light);
	color: var(--cle-white);
	border: none;
	border-radius: 3px;
	padding: 16px 34px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}
.cle-performance .cle-btn:hover { background: #d99a00; }
@media (max-width: 900px) {
	.cle-performance h2 { font-size: 28px; }
	.cle-performance p { font-size: 16px; }
}
.cle-gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.cle-gallery-grid img { width: 100%; aspect-ratio: 3/2; object-fit: cover; border-radius: 4px; }
@media (max-width: 700px) { .cle-gallery-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Contact page map ---------- */
.cle-map { padding-block: 50px; background: #f7f8fb; }
.cle-map__inner { max-width: 900px; border-radius: 10px; overflow: hidden; box-shadow: 0 8px 24px rgba(16,32,51,.12); }
.cle-map__inner iframe { display: block; }

/* ---------- Instagram feed section ---------- */
.cle-instagram { padding-block: 20px 60px; }

/* ---------- About Us (standardized onto the shared design system) ---------- */
.cle-about-story { padding-block: 70px; }
.cle-about-story__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.cle-about-story h2 { color: var(--cle-navy); font-size: 38px; font-weight: 700; margin-bottom: 18px; }
.cle-about-story p { color: var(--cle-text-muted); font-size: 16px; line-height: 1.7; margin-bottom: 16px; }
.cle-about-story__img { min-height: 380px; border-radius: 8px; background-size: cover; background-position: center; }
.cle-equipment-grid--3col { grid-template-columns: repeat(3, 1fr); }
.cle-equipment-grid a { text-decoration: none; }
.cle-equipment-grid a > div { transition: border-color .2s; }
.cle-equipment-grid a:hover > div { border-left-color: var(--cle-navy); }
.cle-about-values { background: #f7f8fb; padding-block: 70px; }
@media (max-width: 900px) {
	.cle-about-story__grid { grid-template-columns: 1fr; gap: 30px; }
	.cle-about-story h2 { font-size: 30px; }
	.cle-equipment-grid--3col { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
	.cle-equipment-grid--3col { grid-template-columns: 1fr; }
}

/* ---------- Case study pages (Our Work project detail pages) ---------- */
.cle-spec-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cle-spec-card { background: var(--cle-white); border-left: 4px solid var(--cle-gold); border-radius: 4px; padding: 24px 26px; }
.cle-spec-card strong { display: block; color: var(--cle-navy); font-size: 16px; margin-bottom: 12px; }
.cle-spec-card ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.cle-spec-card li { font-size: 14px; color: var(--cle-navy-text); display: flex; align-items: flex-start; gap: 8px; }
.cle-spec-card li i { color: var(--cle-gold); margin-top: 3px; flex-shrink: 0; }

.cle-case-steps { padding-block: 70px; background: #f7f8fb; }
.cle-case-steps__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.cle-case-step__num { color: var(--cle-gold); font-weight: 800; font-size: 14px; letter-spacing: .1em; margin-bottom: 10px; }
.cle-case-step h3 { color: var(--cle-navy); font-size: 22px; margin-bottom: 10px; }
.cle-case-step p { color: var(--cle-text-muted); font-size: 15px; line-height: 1.6; }

/* ---------- Our Work listing — project preview cards ---------- */
.cle-work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; max-width: 1300px; margin-inline: auto; padding-inline: 24px; }
.cle-work-card { display: flex; flex-direction: column; background: var(--cle-white); border-radius: 10px; overflow: hidden; box-shadow: 0 8px 24px rgba(16,32,51,.12); text-decoration: none; transition: transform .2s, box-shadow .2s; }
.cle-work-card:hover { transform: translateY(-4px); box-shadow: 0 14px 32px rgba(16,32,51,.18); }
.cle-work-card__img { aspect-ratio: 4/3; background-size: cover; background-position: center; }
.cle-work-card__content { display: flex; flex-direction: column; flex: 1; padding: 28px 26px 30px; }
.cle-work-card__eyebrow { color: var(--cle-gold); font-weight: 700; font-size: 13px; letter-spacing: .14em; margin-bottom: 10px; }
.cle-work-card__content h3 { color: var(--cle-navy); font-size: 24px; font-weight: 700; line-height: 1.2; margin-bottom: 8px; }
.cle-work-card__role { color: #667085; font-weight: 600; font-size: 14px; margin-bottom: 12px; }
.cle-work-card__content p { color: var(--cle-text-muted); font-size: 15px; line-height: 1.6; margin-bottom: 20px; }
.cle-work-card__btn { display: block; width: 100%; text-align: center; box-sizing: border-box; margin-top: auto; background: var(--cle-gold-light); color: var(--cle-navy); font-weight: 700; padding: 12px 22px; border-radius: 4px; font-size: 14px; }
.cle-work-card:hover .cle-work-card__btn { background: var(--cle-gold); }
@media (max-width: 900px) {
	.cle-spec-grid, .cle-case-steps__grid { grid-template-columns: 1fr 1fr; }
	.cle-work-grid { grid-template-columns: 1fr; max-width: 500px; }
}
@media (max-width: 600px) {
	.cle-spec-grid, .cle-case-steps__grid { grid-template-columns: 1fr; }
}

/* ---------- Resources hub + guide articles ---------- */
.cle-guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1300px; margin-inline: auto; padding-inline: 24px; }
.cle-guide-card { display: flex; flex-direction: column; background: var(--cle-white); border-radius: 10px; padding: 32px 28px; box-shadow: 0 8px 24px rgba(16,32,51,.10); text-decoration: none; transition: box-shadow .2s, transform .2s; }
.cle-guide-card:hover { box-shadow: 0 14px 32px rgba(16,32,51,.16); transform: translateY(-3px); }
.cle-guide-card__tag { color: var(--cle-gold); font-weight: 700; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 12px; }
.cle-guide-card h3 { color: var(--cle-navy); font-size: 22px; font-weight: 700; line-height: 1.25; margin-bottom: 10px; }
.cle-guide-card p { color: var(--cle-text-muted); font-size: 15px; line-height: 1.6; margin-bottom: 16px; flex-grow: 1; }
.cle-guide-card__meta { color: #8a94a6; font-size: 13px; margin-bottom: 14px; }
.cle-guide-card__link { color: var(--cle-navy); font-weight: 700; }

.cle-topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cle-topic-grid > div { background: var(--cle-white); border-left: 4px solid var(--cle-gold); border-radius: 4px; padding: 26px 24px; }
.cle-topic-grid__icon { display: block; font-size: 28px; margin-bottom: 12px; }
.cle-topic-grid strong { display: block; color: var(--cle-navy); font-size: 17px; margin-bottom: 8px; }
.cle-topic-grid span { display: block; color: #667085; font-size: 14px; line-height: 1.5; }

.cle-reading-path { max-width: 820px; margin-inline: auto; padding: 0; list-style: none; counter-reset: path; }
.cle-reading-path li { counter-increment: path; display: flex; gap: 20px; padding-block: 16px; border-bottom: 1px solid #e6eaf0; }
.cle-reading-path li::before { content: counter(path); flex-shrink: 0; width: 34px; height: 34px; border-radius: 50%; background: var(--cle-gold-light); color: var(--cle-navy); font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: 15px; }
.cle-reading-path p { color: var(--cle-text-muted); font-size: 15px; line-height: 1.6; margin: 0; padding-top: 4px; }
.cle-reading-path a { color: var(--cle-navy); font-weight: 700; }

/* Guide article page */
.cle-guide-body { max-width: 820px; margin-inline: auto; padding-inline: 24px; padding-block: 60px; }
.cle-guide-body h2 { color: var(--cle-navy); font-size: 30px; font-weight: 700; margin: 46px 0 16px; }
.cle-guide-body h3 { color: var(--cle-navy); font-size: 20px; font-weight: 700; margin: 28px 0 10px; }
.cle-guide-body p { color: var(--cle-text-muted); font-size: 16px; line-height: 1.75; margin-bottom: 16px; }
.cle-guide-body ul, .cle-guide-body ol { color: var(--cle-text-muted); font-size: 16px; line-height: 1.75; margin: 0 0 16px; padding-left: 22px; }
.cle-guide-body li { margin-bottom: 6px; }
.cle-guide-meta { max-width: 820px; margin-inline: auto; padding-inline: 24px; display: flex; flex-wrap: wrap; gap: 10px 20px; align-items: center; color: #8a94a6; font-size: 14px; padding-top: 30px; }
.cle-guide-meta a { color: var(--cle-navy); font-weight: 700; text-decoration: none; }
.cle-guide-callout { background: #f7f8fb; border-left: 4px solid var(--cle-gold); border-radius: 4px; padding: 22px 26px; margin: 26px 0; }
.cle-guide-callout strong { display: block; color: var(--cle-navy); margin-bottom: 6px; }
.cle-guide-callout p { margin: 0; color: var(--cle-navy-text); }
.cle-guide-toc { background: #f7f8fb; border-radius: 8px; padding: 24px 28px; margin: 30px 0; }
.cle-guide-toc strong { display: block; color: var(--cle-navy); margin-bottom: 12px; font-size: 15px; text-transform: uppercase; letter-spacing: .06em; }
.cle-guide-toc ol { margin: 0; padding-left: 20px; }
.cle-guide-toc a { color: var(--cle-navy-text); font-size: 15px; }
.cle-guide-table { width: 100%; border-collapse: collapse; margin: 20px 0 30px; font-size: 15px; }
.cle-guide-table th { background: var(--cle-navy); color: var(--cle-white); text-align: left; padding: 12px 16px; font-weight: 700; }
.cle-guide-table td { padding: 12px 16px; border-bottom: 1px solid #e6eaf0; color: var(--cle-navy-text); }
.cle-guide-table tr:nth-child(even) td { background: #f7f8fb; }
.cle-guide-checks { list-style: none; padding: 0; margin: 0 0 20px; }
.cle-guide-checks li { display: flex; align-items: flex-start; gap: 10px; padding-block: 8px; border-bottom: 1px solid #eef1f6; font-size: 16px; color: var(--cle-navy-text); }
.cle-guide-checks i { color: var(--cle-gold); margin-top: 5px; flex-shrink: 0; }
@media (max-width: 900px) {
	.cle-guide-grid { grid-template-columns: 1fr 1fr; }
	.cle-topic-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
	.cle-guide-grid, .cle-topic-grid { grid-template-columns: 1fr; }
	.cle-guide-body h2 { font-size: 24px; }
}
