/*
 * CCIM Elementor Widgets — styles are intentionally scoped to the two widget roots.
 */
.ccim-ew-hero,
.ccim-ew-header {
	--ccim-ew-text-accent: #955f32;
	--ccim-ew-text-muted: #6e675c;
	-webkit-font-smoothing: antialiased;
	font-family: "Instrument Sans", system-ui, sans-serif;
}

.ccim-ew-hero *,
.ccim-ew-hero *::before,
.ccim-ew-hero *::after,
.ccim-ew-header *,
.ccim-ew-header *::before,
.ccim-ew-header *::after {
	box-sizing: border-box;
}

.ccim-ew-hero a:focus-visible,
.ccim-ew-hero button:focus-visible,
.ccim-ew-header a:focus-visible,
.ccim-ew-header button:focus-visible,
.ccim-ew-header summary:focus-visible {
	outline: 2px solid #9c6b3f;
	outline-offset: 3px;
}

.ccim-ew-hero img,
.ccim-ew-header img {
	display: block;
}

.ccim-ew-hero button,
.ccim-ew-header button,
.ccim-ew-header summary {
	font: inherit;
}

.ccim-ew-hero [hidden],
.ccim-ew-header [hidden] {
	display: none !important;
}

.ccim-ew-hero .ccim-ew-sr-only,
.ccim-ew-header .ccim-ew-sr-only {
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.ccim-ew-hero .ccim-ew-sr-only:focus,
.ccim-ew-header .ccim-ew-sr-only:focus {
	background: #fff;
	clip: auto;
	clip-path: none;
	color: #26231f;
	height: auto;
	left: 16px;
	padding: 10px 14px;
	top: 16px;
	width: auto;
	z-index: 20;
}

.ccim-ew-only-mobile {
	display: none;
}

/* Shared buttons, still scoped to the widget roots. */
.ccim-ew-hero .ccim-ew-button,
.ccim-ew-header .ccim-ew-button {
	align-items: center;
	border-radius: 2px;
	display: inline-flex;
	font-family: "Instrument Sans", system-ui, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	justify-content: center;
	letter-spacing: normal;
	line-height: 1.2;
	min-height: 46px;
	padding: 13px 24px;
	text-decoration: none;
	text-transform: none;
	transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
}

.ccim-ew-hero .ccim-ew-button--light {
	background: #f4f1ea;
	border: 1px solid #f4f1ea;
	color: #26231f;
}

.ccim-ew-hero .ccim-ew-button--light:hover {
	background: #fff;
	border-color: #fff;
	color: #26231f;
}

.ccim-ew-hero .ccim-ew-button--outline-light {
	background: transparent;
	border: 1px solid rgba(244, 241, 234, 0.75);
	color: #f4f1ea;
}

.ccim-ew-hero .ccim-ew-button--outline-light:hover {
	background: rgba(244, 241, 234, 0.1);
	border-color: #f4f1ea;
	color: #f4f1ea;
}

.ccim-ew-hero .ccim-ew-button--dark,
.ccim-ew-header .ccim-ew-button--dark {
	background: #26231f;
	border: 1px solid #26231f;
	color: #f4f1ea;
}

.ccim-ew-hero .ccim-ew-button--dark:hover,
.ccim-ew-header .ccim-ew-button--dark:hover {
	background: #453f37;
	border-color: #453f37;
	color: #f4f1ea;
}

.ccim-ew-hero .ccim-ew-button--outline-dark {
	background: transparent;
	border: 1px solid #26231f;
	color: #26231f;
}

.ccim-ew-hero .ccim-ew-button--outline-dark:hover {
	background: rgba(38, 35, 31, 0.06);
	color: #26231f;
}

/* Home hero — desktop source: Home.dc.html. */
.ccim-ew-hero {
	background: #1c1a17;
	border-bottom: 1px solid #26231f;
	position: relative;
}

.ccim-ew-hero__frame {
	height: calc(100vh - 79px);
	max-height: 860px;
	min-height: 620px;
	overflow: hidden;
	position: relative;
}

.ccim-ew-hero__slides,
.ccim-ew-hero__slide {
	inset: 0;
	position: absolute;
}

.ccim-ew-hero__slide {
	margin: 0;
	opacity: 0;
	transition: opacity 900ms ease;
}

.ccim-ew-hero__slide.is-active {
	opacity: 1;
}

.ccim-ew-hero__slide img {
	height: 100%;
	object-fit: cover;
	transform-origin: center;
	width: 100%;
}

.ccim-ew-hero__slide.is-active img {
	animation: ccim-ew-hero-zoom 9s ease forwards;
}

.ccim-ew-hero__shade {
	pointer-events: none;
	position: absolute;
}

.ccim-ew-hero__shade--side {
	background: linear-gradient(90deg, rgba(24, 21, 18, 0.82) 0%, rgba(24, 21, 18, 0.5) 42%, rgba(24, 21, 18, 0.12) 72%, rgba(24, 21, 18, 0) 100%);
	inset: 0;
}

.ccim-ew-hero__shade--bottom {
	background: linear-gradient(0deg, rgba(20, 18, 15, 0.88), rgba(20, 18, 15, 0.42) 55%, transparent);
	bottom: 0;
	height: 55%;
	left: 0;
	right: 0;
}

.ccim-ew-hero__content {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-end;
	margin: 0 auto;
	max-width: 1424px;
	padding: 0 32px 150px;
	position: relative;
	z-index: 2;
}

.ccim-ew-hero__eyebrow {
	align-items: center;
	color: #d9a868;
	display: flex;
	font-size: 12.5px;
	font-weight: 600;
	gap: 14px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.ccim-ew-hero__eyebrow-line {
	background: #d9a868;
	display: inline-block;
	flex: none;
	height: 1px;
	width: 36px;
}

.ccim-ew-hero h1.ccim-ew-hero__title {
	color: #f7f4ec;
	font-family: "Newsreader", Georgia, serif;
	font-size: clamp(64px, 5.65vw, 80px);
	font-style: normal;
	font-weight: 500;
	letter-spacing: -0.018em;
	line-height: 1.02;
	margin: 24px 0 0;
	max-width: 1080px;
	text-decoration: none;
	text-transform: none;
}

.ccim-ew-hero__summary {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: space-between;
	margin-top: 26px;
}

.ccim-ew-hero__description {
	color: #dbd5c7;
	font-size: 18px;
	line-height: 1.6;
	margin: 0;
	max-width: 33em;
}

.ccim-ew-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.ccim-ew-hero__actions--mobile {
	display: none;
}

.ccim-ew-hero__controls {
	backdrop-filter: blur(3px);
	background: rgba(20, 18, 15, 0.25);
	border-top: 1px solid rgba(244, 241, 234, 0.22);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 3;
}

.ccim-ew-hero__controls-inner {
	align-items: center;
	display: flex;
	gap: 28px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1424px;
	min-height: 73px;
	padding: 17px 32px;
}

.ccim-ew-hero__control-set {
	align-items: center;
	display: flex;
	gap: 20px;
}

.ccim-ew-hero__arrows {
	display: flex;
	gap: 8px;
}

.ccim-ew-hero .ccim-ew-hero__arrows button {
	align-items: center;
	background: transparent;
	border: 1px solid rgba(244, 241, 234, 0.4);
	border-radius: 2px;
	color: #f4f1ea;
	cursor: pointer;
	display: flex;
	font-family: "Instrument Sans", system-ui, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	height: 38px;
	justify-content: center;
	letter-spacing: normal;
	line-height: 1;
	padding: 0;
	text-decoration: none;
	text-transform: none;
	width: 38px;
}

.ccim-ew-hero .ccim-ew-hero__arrows button:hover {
	background: rgba(244, 241, 234, 0.1);
	border-color: rgba(244, 241, 234, 0.8);
	color: #f4f1ea;
}

.ccim-ew-hero__progress {
	align-items: center;
	display: flex;
	gap: 8px;
}

.ccim-ew-hero .ccim-ew-hero__progress button {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #f4f1ea;
	cursor: pointer;
	display: flex;
	font-family: "Instrument Sans", system-ui, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	height: 24px;
	justify-content: center;
	letter-spacing: normal;
	line-height: 1;
	padding: 0;
	position: relative;
	text-decoration: none;
	text-transform: none;
	width: 64px;
}

.ccim-ew-hero .ccim-ew-hero__progress button::before {
	background: rgba(244, 241, 234, 0.25);
	border-radius: 2px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.ccim-ew-hero__progress span {
	--ccim-ew-progress: 0;
	background: #f4f1ea;
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scaleX(var(--ccim-ew-progress));
	transform-origin: left center;
	width: 100%;
	z-index: 1;
}

.ccim-ew-hero__counter {
	color: #f4f1ea;
	font-size: 12.5px;
	font-weight: 600;
	letter-spacing: 0.16em;
	white-space: nowrap;
}

.ccim-ew-hero button.ccim-ew-hero__pause:focus {
	background: #fff;
	border-color: #fff;
	color: #26231f;
	position: absolute;
}

.ccim-ew-hero button.ccim-ew-hero__pause {
	background: #26231f;
	border-color: #26231f;
	color: #fff;
}

@keyframes ccim-ew-hero-zoom {
	from { transform: scale(1); }
	to { transform: scale(1.07); }
}

/* Header and desktop mega menus — source: Header.dc.html. */
.ccim-ew-header {
	--ccim-ew-header-accent: #9c6b3f;
	--ccim-ew-header-ink: #26231f;
	background: #f4f1ea;
	border-bottom: 1px solid #dcd6ca;
	color: var(--ccim-ew-header-ink);
	position: relative;
	z-index: 400;
}

.ccim-ew-header.ccim-ew-header a,
.ccim-ew-header.ccim-ew-header a:hover {
	color: inherit;
	line-height: normal;
	text-decoration: none;
}

/*
 * The generic link reset above deliberately outranks the live Elementor Kit.
 * Re-assert the dark CTA afterwards with one extra component class so the
 * reset cannot turn its label ink-on-ink.
 */
.ccim-ew-header.ccim-ew-header a.ccim-ew-button--dark {
	color: #f4f1ea;
}

.ccim-ew-header.ccim-ew-header a.ccim-ew-button--dark:hover,
.ccim-ew-header.ccim-ew-header a.ccim-ew-button--dark:focus-visible {
	color: #f4f1ea;
}

.ccim-ew-header__inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0 28px;
	margin: 0 auto;
	max-width: 1424px;
	min-height: 78px;
	padding: 0 32px;
}

.ccim-ew-header__brand {
	align-items: center;
	display: flex;
	flex: none;
	text-decoration: none;
}

.ccim-ew-header img.ccim-ew-header__brand-logo {
	height: 52px;
	max-width: none;
	object-fit: contain;
	width: auto;
}

.ccim-ew-header__desktop-nav {
	align-items: center;
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	gap: 0 24px;
	min-width: 0;
}

.ccim-ew-header__nav-item {
	align-items: center;
	display: flex;
	position: relative;
}

.ccim-ew-header__nav-item::after {
	background: var(--ccim-ew-header-accent);
	bottom: 20px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 150ms ease;
}

.ccim-ew-header a.ccim-ew-header__nav-link {
	color: var(--ccim-ew-header-ink);
	font-size: 15.5px;
	font-weight: 500;
	padding: 28px 2px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}

.ccim-ew-header__nav-link::after {
	background: var(--ccim-ew-header-accent);
	bottom: 20px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 150ms ease;
	width: 100%;
}

.ccim-ew-header__desktop-nav > .ccim-ew-header__nav-link.is-active::after,
.ccim-ew-header__nav-link:hover::after,
.ccim-ew-header__nav-item:hover::after,
.ccim-ew-header__nav-item.is-active::after {
	transform: scaleX(1);
}

.ccim-ew-header__nav-item .ccim-ew-header__nav-link::after {
	display: none;
}

.ccim-ew-header button.ccim-ew-header__mega-toggle {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #8a8274;
	cursor: pointer;
	display: inline-flex;
	font-family: "Instrument Sans", system-ui, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	height: 34px;
	justify-content: center;
	letter-spacing: normal;
	line-height: 1;
	margin-left: -1px;
	margin-right: -6px;
	padding: 4px 7px;
	text-decoration: none;
	text-transform: none;
	width: 24px;
}

.ccim-ew-header__mega-toggle svg {
	flex: none;
	transition: transform 150ms ease;
}

.ccim-ew-header__mega-toggle path {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
}

.ccim-ew-header__mega-toggle[aria-expanded="true"] svg {
	transform: rotate(180deg);
}

.ccim-ew-header__actions {
	align-items: center;
	display: flex;
	flex: none;
	gap: 18px;
	margin-left: auto;
}

.ccim-ew-header a.ccim-ew-header__business {
	color: #6e675c;
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
}

.ccim-ew-header a.ccim-ew-header__business:hover,
.ccim-ew-header a.ccim-ew-header__business.is-active {
	color: var(--ccim-ew-header-ink);
}

.ccim-ew-header__business.is-active {
	font-weight: 600;
}

.ccim-ew-header a.ccim-ew-header__phone {
	align-items: center;
	border: 1px solid var(--ccim-ew-header-ink);
	border-radius: 2px;
	color: var(--ccim-ew-header-ink);
	display: inline-flex;
	height: 42px;
	justify-content: center;
	text-decoration: none;
	transition: background-color 150ms ease, color 150ms ease;
	width: 42px;
}

.ccim-ew-header a.ccim-ew-header__phone:hover {
	background: var(--ccim-ew-header-ink);
	color: #f4f1ea;
}

.ccim-ew-header__phone path {
	fill: none;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.ccim-ew-header .ccim-ew-header__contact {
	font-size: 14.5px;
	min-height: 42px;
	padding: 11px 20px;
	white-space: nowrap;
}

.ccim-ew-header button.ccim-ew-header__hamburger {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--ccim-ew-header-ink);
	cursor: pointer;
	display: none;
	flex-direction: column;
	font-family: "Instrument Sans", system-ui, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	gap: 5px;
	letter-spacing: normal;
	line-height: 1;
	padding: 10px 2px;
	text-decoration: none;
	text-transform: none;
}

.ccim-ew-header__hamburger > span:not(.ccim-ew-sr-only) {
	background: var(--ccim-ew-header-ink);
	height: 1.5px;
	width: 24px;
}

.ccim-ew-header__mega {
	animation: ccim-ew-header-fade 180ms ease both;
	background: #fff;
	border-bottom: 1px solid #dcd6ca;
	box-shadow: 0 32px 56px -36px rgba(38, 35, 31, 0.35);
	left: 0;
	position: absolute;
	right: 0;
	top: 100%;
}

.ccim-ew-header__mega-grid {
	display: grid;
	gap: 48px;
	grid-template-columns: 1.2fr 1fr 1fr 1.1fr;
	margin: 0 auto;
	max-width: 1424px;
	padding: 40px 32px 44px;
}

.ccim-ew-header__mega-grid--renovation {
	gap: 44px;
	grid-template-columns: 1.25fr 1fr 1fr 1fr;
}

.ccim-ew-header__mega-intro {
	border-right: 1px solid #e8e2d6;
	padding-right: 40px;
}

.ccim-ew-header a.ccim-ew-header__mega-title {
	color: var(--ccim-ew-header-ink);
	display: inline-block;
	font-family: "Newsreader", Georgia, serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
}

.ccim-ew-header a.ccim-ew-header__mega-title:hover,
.ccim-ew-header a.ccim-ew-header__mega-lead:hover,
.ccim-ew-header .ccim-ew-header__mega-links a:hover,
.ccim-ew-header .ccim-ew-header__mega-subbar a:hover {
	color: #7e5531;
}

.ccim-ew-header__mega-intro p {
	color: #6e675c;
	font-size: 14.5px;
	line-height: 1.6;
	margin: 12px 0 20px;
}

.ccim-ew-header a.ccim-ew-header__mega-lead {
	color: #7e5531;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
}

.ccim-ew-header__mega-note {
	color: var(--ccim-ew-text-muted);
	display: block;
	font-size: 13.5px;
	margin-top: 10px;
}

.ccim-ew-header .ccim-ew-header__mega-group h2 {
	color: var(--ccim-ew-text-accent);
	font-family: "Instrument Sans", system-ui, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.02em;
	margin: 0 0 14px;
}

.ccim-ew-header__mega-links {
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.ccim-ew-header__mega-group--new .ccim-ew-header__mega-links {
	gap: 10px;
}

.ccim-ew-header .ccim-ew-header__mega-links a {
	color: var(--ccim-ew-header-ink);
	font-size: 15px;
	text-decoration: none;
}

.ccim-ew-header a.ccim-ew-header__feature {
	display: block;
	text-decoration: none;
}

.ccim-ew-header__feature img {
	border-radius: 2px;
	height: 168px;
	object-fit: cover;
	width: 100%;
}

.ccim-ew-header__feature span {
	color: #6e675c;
	display: block;
	font-size: 13px;
	margin-top: 12px;
}

.ccim-ew-header__feature strong {
	color: var(--ccim-ew-header-ink);
	display: block;
	font-size: 15.5px;
	font-weight: 600;
	margin-top: 4px;
}

.ccim-ew-header__mega-subbar {
	background: #fbfaf6;
	border-top: 1px solid #e8e2d6;
	display: flex;
	gap: 32px;
	margin: 0 auto;
	padding: 14px max(32px, calc((100vw - 1360px) / 2));
}

.ccim-ew-header .ccim-ew-header__mega-subbar a {
	color: #6e675c;
	font-size: 14px;
	text-decoration: none;
}

@keyframes ccim-ew-header-fade {
	from { opacity: 0; transform: translateY(8px); }
	to { opacity: 1; transform: none; }
}

/* Fullscreen navigation — source: Mobile.dc.html, 390px artboard. */
.ccim-ew-header__mobile {
	background: #f4f1ea;
	color: var(--ccim-ew-header-ink);
	display: flex;
	flex-direction: column;
	height: 100dvh;
	inset: 0;
	overflow: hidden;
	position: fixed;
	z-index: 1000;
}

.ccim-ew-header__mobile-bar {
	align-items: center;
	border-bottom: 1px solid #dcd6ca;
	display: flex;
	flex: none;
	height: 67px;
	justify-content: space-between;
	padding: 12px 24px;
}

.ccim-ew-header img.ccim-ew-header__mobile-logo {
	height: 42px;
	max-width: none;
	object-fit: contain;
	width: auto;
}

.ccim-ew-header button.ccim-ew-header__mobile-close {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--ccim-ew-header-ink);
	cursor: pointer;
	font-family: "Instrument Sans", system-ui, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1;
	padding: 10px;
	text-decoration: none;
	text-transform: none;
}

.ccim-ew-header__mobile-close path {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
}

.ccim-ew-header__mobile-body {
	overflow-y: auto;
	padding: 10px 24px 28px;
}

.ccim-ew-header__accordion {
	border-bottom: 1px solid #dcd6ca;
}

.ccim-ew-header__accordion summary {
	align-items: center;
	color: var(--ccim-ew-header-ink);
	cursor: pointer;
	display: flex;
	font-family: "Newsreader", Georgia, serif;
	font-size: 27px;
	font-weight: 500;
	justify-content: space-between;
	list-style: none;
	padding: 20px 0;
}

.ccim-ew-header__accordion summary::-webkit-details-marker {
	display: none;
}

.ccim-ew-header__accordion-caret {
	display: block;
	width: 12px;
	height: 8px;
	flex: 0 0 12px;
	color: #8a8274;
	transition: color 150ms ease, transform 150ms ease;
}

.ccim-ew-header__accordion[open] .ccim-ew-header__accordion-caret {
	color: var(--ccim-ew-header-accent);
	transform: rotate(180deg);
}

.ccim-ew-header__accordion-content {
	padding: 0 0 16px;
}

.ccim-ew-header a.ccim-ew-header__mobile-lead {
	color: #7e5531;
	display: inline-block;
	font-size: 12.5px;
	font-weight: 600;
	padding: 6px 0;
	text-decoration: none;
}

.ccim-ew-header .ccim-ew-header__mobile-group h2 {
	color: var(--ccim-ew-text-accent);
	font-family: "Instrument Sans", system-ui, sans-serif;
	font-size: 12.5px;
	font-weight: 600;
	margin: 10px 0 7px;
}

.ccim-ew-header__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 4px 0 2px;
}

.ccim-ew-header .ccim-ew-header__chips a {
	background: #fff;
	border: 1px solid #dcd6ca;
	border-radius: 2px;
	color: var(--ccim-ew-header-ink);
	font-size: 13.5px;
	line-height: 1.25;
	padding: 8px 12px;
	text-decoration: none;
}

.ccim-ew-header .ccim-ew-header__chips a:hover,
.ccim-ew-header .ccim-ew-header__chips a.is-current {
	border-color: var(--ccim-ew-header-accent);
	color: #7e5531;
}

.ccim-ew-header__chips a.is-current {
	font-weight: 600;
}

.ccim-ew-header a.ccim-ew-header__mobile-link {
	align-items: center;
	border-bottom: 1px solid #dcd6ca;
	color: var(--ccim-ew-header-ink);
	display: flex;
	font-family: "Newsreader", Georgia, serif;
	font-size: 27px;
	font-weight: 500;
	justify-content: space-between;
	padding: 20px 0;
	text-decoration: none;
}

.ccim-ew-header__mobile-link b {
	color: var(--ccim-ew-text-accent);
	font-family: "Instrument Sans", system-ui, sans-serif;
	font-size: 18px;
	font-weight: 400;
}

.ccim-ew-header .ccim-ew-header__mobile-cta {
	display: flex;
	margin-top: 24px;
	min-height: 50px;
	width: 100%;
}

.ccim-ew-header__mobile-utility {
	display: flex;
	font-size: 13.5px;
	justify-content: space-between;
	margin-top: 18px;
}

.ccim-ew-header .ccim-ew-header__mobile-utility a {
	color: #6e675c;
	text-decoration: none;
}

@media (max-width: 1200px) {
	.ccim-ew-header__inner {
		gap: 0 18px;
	}

	.ccim-ew-header__desktop-nav {
		gap: 0 12px;
	}

	.ccim-ew-header a.ccim-ew-header__nav-link {
		font-size: 14px;
	}

	.ccim-ew-header__actions {
		gap: 10px;
	}

	.ccim-ew-header__business {
		display: none;
	}

	.ccim-ew-header .ccim-ew-header__contact {
		font-size: 13px;
		padding-inline: 14px;
	}

	.ccim-ew-header__mega-grid {
		gap: 28px;
	}
}

@media (max-width: 767px) {
	.ccim-ew-only-desktop {
		display: none !important;
	}

	.ccim-ew-only-mobile {
		display: inline;
	}

	.ccim-ew-header__desktop-nav,
	.ccim-ew-header__actions {
		display: none;
	}

	.ccim-ew-header__inner {
		height: 66px;
		justify-content: space-between;
		min-height: 66px;
		padding: 0 24px;
	}

	.ccim-ew-header img.ccim-ew-header__brand-logo {
		height: 42px;
	}

	.ccim-ew-header button.ccim-ew-header__hamburger {
		display: flex;
	}

	.ccim-ew-header__mega {
		display: none !important;
	}

	.ccim-ew-hero {
		background: #f4f1ea !important;
		border-bottom-color: #dcd6ca;
	}

	.ccim-ew-hero__frame {
		display: flex;
		flex-direction: column;
		height: auto;
		max-height: none;
		min-height: 0;
		overflow: visible;
	}

	.ccim-ew-hero__slides {
		height: 360px;
		inset: auto;
		order: 2;
		position: relative;
	}

	.ccim-ew-hero__slide img {
		animation: none !important;
	}

	.ccim-ew-hero__shade,
	.ccim-ew-hero__controls {
		display: none;
	}

	.ccim-ew-hero__content {
		height: auto;
		margin: 0;
		max-width: none;
		order: 1;
		padding: 38px 24px 32px;
	}

	.ccim-ew-hero__eyebrow {
		color: var(--ccim-ew-text-accent) !important;
		font-size: 12.5px;
		gap: 10px;
		letter-spacing: 0;
		text-transform: none;
	}

	.ccim-ew-hero__eyebrow-line {
		background: #9c6b3f !important;
		width: 22px;
	}

	.ccim-ew-hero h1.ccim-ew-hero__title {
		color: #26231f !important;
		font-size: clamp(38px, 8vw, 54px);
		letter-spacing: -0.01em;
		line-height: 1.08;
		margin-top: 14px;
	}

	.ccim-ew-hero__summary {
		display: block;
		margin-top: 16px;
	}

	.ccim-ew-hero__description {
		color: #453f37 !important;
		font-size: 16px;
		line-height: 1.65;
		max-width: 38rem;
	}

	.ccim-ew-hero__actions--desktop {
		display: none;
	}

	.ccim-ew-hero__actions--mobile {
		background: #f4f1ea;
		display: flex;
		flex-direction: column;
		gap: 10px;
		order: 3;
		padding: 20px 24px 8px;
	}

	.ccim-ew-hero__actions--mobile .ccim-ew-button {
		padding: 14px 20px;
		width: 100%;
	}

	.ccim-ew-hero__territories {
		color: var(--ccim-ew-text-muted);
		font-size: 12.5px;
		padding: 8px 0 14px;
		text-align: center;
	}
}

@media (max-width: 600px) {
	.ccim-ew-header__inner {
		padding: 0 20px;
	}

	.ccim-ew-header img.ccim-ew-header__brand-logo {
		height: 42px;
	}

	.ccim-ew-header__mobile-bar {
		padding-inline: 20px;
	}

	.ccim-ew-header img.ccim-ew-header__mobile-logo {
		height: 42px;
	}

	.ccim-ew-header button.ccim-ew-header__mobile-close {
		margin-right: -10px;
	}

	.ccim-ew-header__mobile-body {
		padding-inline: 24px;
	}

	.ccim-ew-hero__content {
		padding: 36px 24px 32px;
	}

	.ccim-ew-hero h1.ccim-ew-hero__title {
		font-size: 34px;
		line-height: 1.12;
	}

	.ccim-ew-hero__description {
		font-size: 15.5px;
	}

	.ccim-ew-hero__slides {
		height: 300px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ccim-ew-hero *,
	.ccim-ew-hero *::before,
	.ccim-ew-hero *::after,
	.ccim-ew-header *,
	.ccim-ew-header *::before,
	.ccim-ew-header *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
