.contentPage {
	--content-accent: var(--client-main-color);
	--content-dark: var(--client-hover-color);
	--content-muted: #5d6672;
	--content-soft: #f6f2ef;
	--content-line: rgba(var(--secondary-rgb), 0.14);
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px 70px;
	color: #182a3f;
	text-align: left;
}

.contentPage * {
	box-sizing: border-box;
}

.contentWrap {
	width: 100%;
	max-width: 1700px;
	margin: 0 auto;
}

.contentHero {
	position: relative;
	isolation: isolate;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
	gap: 0;
	align-items: stretch;
	padding: 0;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(var(--primary-rgb), 1), #101b2a 72%);
	border-radius: 8px 72px 8px 72px;
	box-shadow: 0 22px 58px rgba(var(--secondary-rgb), 0.2);
}

.contentHero:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: -210px;
	bottom: -330px;
	width: 610px;
	height: 610px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	box-shadow:
		0 0 0 70px rgba(255, 255, 255, 0.025),
		0 0 0 150px rgba(255, 255, 255, 0.018);
}

.contentHeroText {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: start;
	padding: clamp(44px, 5vw, 72px);
}

.contentHero .contentEyebrow {
	color: #b9d8ec;
}

.contentEyebrow {
	color: var(--content-accent);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.contentPage .pageTitle {
	display: block;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 8px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.contentPage .pageSubTitle {
	margin: 0 0 18px;
	color: #ffffff;
	font-family: "Libre Baskerville", serif;
	font-size: clamp(42px, 5.4vw, 68px);
	line-height: 1.02;
	font-weight: 400;
}

.contentLead {
	margin: 0 0 24px;
	max-width: 720px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 20px;
	line-height: 1.65;
}

.contentHeroImage {
	position: relative;
	min-height: 600px;
	margin: 28px 28px 28px 0;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.09);
	border: 6px solid rgba(255, 255, 255, 0.12);
	border-radius: 180px 28px 28px 28px;
	box-shadow: 0 20px 44px rgba(0, 0, 0, 0.24);
}

.contentHeroImage img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contentHeroPanel {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 34px;
	background:
		linear-gradient(135deg, rgba(var(--primary-rgb), 0.92), rgba(var(--secondary-rgb), 0.96));
}

.contentHeroCallout {
	color: #ffffff;
}

.contentHeroCallout .contentEyebrow,
.contentHeroCallout h2,
.contentHeroCallout p {
	color: #ffffff;
}

.contentHeroCallout h2 {
	margin: 0 0 16px;
	font-family: "Libre Baskerville", serif;
	font-size: clamp(32px, 4vw, 54px);
	line-height: 1.08;
	font-weight: 400;
}

.contentHeroCallout p {
	margin: 0;
	font-size: 19px;
	line-height: 1.65;
	opacity: 0.9;
}

.contentFeatureList {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin: 8px 0 0;
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	list-style: none;
}

.contentFeatureList li {
	position: relative;
	min-height: 100%;
	padding: 18px 18px 18px 30px;
	color: rgba(255, 255, 255, 0.72);
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 0;
	line-height: 1.45;
}

.contentFeatureList li:nth-child(odd) {
	border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.contentFeatureList li:before {
	content: "";
	position: absolute;
	top: 25px;
	left: 10px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #b9d8ec;
	box-shadow: 0 0 0 4px rgba(185, 216, 236, 0.1);
}

.contentFeatureList strong {
	display: block;
	color: #ffffff;
	margin-bottom: 4px;
}

.contentSection {
	margin-top: 34px;
	padding: 34px;
	background: var(--client-main-color-soft3);
	border-radius: 28px;
	box-shadow: 0 14px 40px rgba(var(--secondary-rgb), 0.1);
}

.contentSection li strong{
	color:var(--client-main-color);
}

.contentSection .contentFeatureList li:before {
	background:var(--client-main-color);
	box-shadow: 0 0 0 4px var(--primary-rgb);
}

.contentSectionHeader {
	max-width: 850px;
	margin: 0 auto 26px;
	text-align: center;
}

.contentSectionHeader h2,
.contentCard h2,
.contentCtaCard h2 {
	margin: 0 0 12px;
	color: var(--content-dark);
	font-family: "Libre Baskerville", serif;
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.12;
	font-weight: 400;
}

.contentSectionHeader p,
.contentCard p,
.contentCtaCard p {
	margin: 0;
	color: var(--content-muted);
	font-size: 18px;
	line-height: 1.65;
}

.contentLogoCloud .outerFlex {
	width: 100% !important;
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(145px, 1fr)) !important;
	gap: 16px !important;
	align-items: stretch;
	justify-content: stretch !important;
}

.contentLogoCloud .innerFlex {
	width: auto !important;
	min-width: 0;
	padding: 0 !important;
	text-align: center;
}

.contentLogoCloud .innerFlex img {
	width: 100% !important;
	max-width: 210px;
	height: 96px !important;
	object-fit: contain;
	padding: 18px;
	background: #ffffff;
	border: 1px solid var(--content-line) !important;
	border-radius: 18px !important;
	box-shadow: 0 8px 22px rgba(var(--secondary-rgb), 0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.contentLogoCloud .innerFlex img:hover {
	transform: translateY(-3px);
	border-color: rgba(var(--primary-rgb), 0.35) !important;
	box-shadow: 0 14px 30px rgba(var(--secondary-rgb), 0.14);
}

.contentLogoPlaceholder {
	width: 100%;
	max-width: 210px;
	height: 96px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
	color: var(--content-muted);
	background: #ffffff;
	border: 1px dashed rgba(var(--primary-rgb), 0.38);
	border-radius: 18px;
	box-shadow: 0 8px 22px rgba(var(--secondary-rgb), 0.08);
	font-weight: 700;
	text-align: center;
}

.contentServiceDirectory {
	overflow: hidden;
}

.contentServiceDirectory .serviceListPage2 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
	gap: 24px;
	align-items: stretch;
	margin-top: 0;
	padding: 0;
	text-align: left;
}

.contentServiceDirectory .serviceListPage2 > div {
	width: auto;
	max-width: none;
	min-width: 0;
	padding: 0;
	border: 0;
	background: #ffffff;
	border-radius: 24px;
	box-shadow: 0 12px 32px rgba(var(--secondary-rgb), 0.1);
	overflow: hidden;
}

.contentServiceDirectory .serviceListPage2 > div[style*="display:none"] {
	display: none !important;
}

.contentServiceDirectory .serviceTypeHeader {
	display: block;
	padding: 24px 26px;
	background:
	linear-gradient(135deg, rgba(var(--primary-rgb), 0.95), rgba(var(--secondary-rgb), 0.95));
}

.contentServiceDirectory .serviceTypeHeader h2 {
	all: unset;
	display: block;
	color: #ffffff;
	font-family: "Libre Baskerville", serif;
	font-size: 20px;
	line-height: 1.18;
}

.contentServiceDirectory .serviceItemList {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.contentServiceDirectory .serviceItemList li {
	position: relative;
	margin: 0;
	padding: 22px 26px;
	color: var(--content-muted);
	border-top: 1px solid var(--content-line);
	line-height: 1.55;
}

.contentServiceDirectory .serviceItemList li:first-child {
	border-top: 0;
}

.contentServiceDirectory .serviceItemList strong {
	display: block;
	color: var(--content-dark);
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 8px;
}

.contentServiceDirectory .serviceItemList span {
	display: block;
	margin-top: 14px;
}

.contentServiceDirectory .serviceItemList span br {
	display: none;
}

.contentServiceDirectory .serviceItemList a:link,
.contentServiceDirectory .serviceItemList a:visited,
.contentServiceDirectory .serviceItemList a:active {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 9px 14px;
	color: var(--content-accent);
	background: rgba(var(--primary-rgb), 0.08);
	border: 1px solid rgba(var(--primary-rgb), 0.18);
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.2s ease;
}

.contentServiceDirectory .serviceItemList a:hover {
	color: #ffffff;
	background: var(--content-accent);
	border-color: var(--content-accent);
	transform: translateY(-1px);
}

.serviceCategoryGrid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 20px;
}

.serviceCategoryCard {
	position: relative;
	display: flex;
	grid-column: span 2;
	flex-direction: column;
	min-height: 330px;
	padding: 30px;
	overflow: hidden;
	background: var(--content-soft);
	border: 1px solid var(--content-line);
	border-radius: 8px 38px 8px 38px;
}

.serviceCategoryCard:nth-child(n+4) {
	grid-column: span 3;
	min-height: 300px;
}

.serviceCategoryCard:after {
	content: "";
	position: absolute;
	right: -62px;
	top: -62px;
	width: 150px;
	height: 150px;
	border: 1px solid rgba(var(--primary-rgb), 0.1);
	border-radius: 50%;
	box-shadow: 0 0 0 30px rgba(var(--primary-rgb), 0.025);
}

.serviceCategoryLabel {
	position: relative;
	z-index: 1;
	margin-bottom: 14px;
	color: var(--content-accent);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.serviceCategoryCard h3 {
	position: relative;
	z-index: 1;
	margin: 0 0 14px;
	color: var(--content-dark);
	font-family: "Libre Baskerville", serif;
	font-size: clamp(27px, 3vw, 39px);
	font-weight: 400;
	line-height: 1.12;
}

.serviceCategoryCard > p {
	position: relative;
	z-index: 1;
	margin: 0 0 26px;
	color: var(--content-muted);
	font-size: 16px;
	line-height: 1.65;
}

.serviceCategoryLinks {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: auto;
}

.serviceCategoryLinks a:link,
.serviceCategoryLinks a:visited,
.serviceCategoryLinks a:active {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 13px;
	color: var(--content-dark);
	background: #ffffff;
	border: 1px solid rgba(var(--primary-rgb), 0.16);
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none;
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.serviceCategoryLinks a:hover,
.serviceCategoryLinks a:focus-visible {
	color: #ffffff;
	background: var(--content-accent);
	border-color: var(--content-accent);
	outline: none;
	transform: translateY(-1px);
}

.contentTwoColumn {
	margin-top:34px;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
	gap: 28px;
	align-items: stretch;
}

.contentCard,
.contentCtaCard {
	padding: 34px;
	background: #ffffff;
	border-radius: 28px;
	box-shadow: 0 14px 40px rgba(var(--secondary-rgb), 0.1);
}

.contentFaqList {
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
	counter-reset: faq-counter;
}

.contentFaqList li {
	position: relative;
	counter-increment: faq-counter;
	padding: 20px 0 20px 48px;
	border-top: 1px solid var(--content-line);
	color: var(--content-muted);
	line-height: 1.58;
}

.contentFaqList li:before {
	content: counter(faq-counter);
	position: absolute;
	top: 18px;
	left: 0;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background: var(--content-accent);
	border-radius: 50%;
	font-size: 14px;
	font-weight: 700;
}

.contentFaqList strong {
	display: block;
	color: var(--content-dark);
	margin-bottom: 4px;
}

.contentCtaCard {
	position: relative;
	overflow: hidden;
	color: #ffffff;
	background:
		linear-gradient(135deg, rgba(var(--primary-rgb), 0.96), rgba(var(--secondary-rgb), 0.94));
}

.contentCtaCard h2,
.contentCtaCard p {
	color: #ffffff;
}

.contentCtaCard .contentEyebrow {
	color: #ffffff;
}

.contentCtaCard p {
	opacity: 0.9;
}

.contentCtaActions {
	margin-top: 26px;
}

.contentButton:link,
.contentButton:visited,
.contentButton:active {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 22px;
	color: var(--content-dark);
	background: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.2s ease;
}

.contentButton:hover {
	color: #ffffff;
	background: transparent;
}

.contentButtonDark:link,
.contentButtonDark:visited,
.contentButtonDark:active {
	color: #ffffff;
	background: var(--content-accent);
	border-color: var(--content-accent);
}

.contentButtonDark:hover {
	color: var(--content-accent);
	background: transparent;
}

.doctorHeroImage {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 34px;
}

.doctorHeroImage img {
	width: 100%;
	max-width: 390px;
	height: auto;
	object-fit: contain;
	border-radius: 180px 180px 24px 24px;
	box-shadow: 0 16px 36px rgba(var(--secondary-rgb), 0.18);
}

.doctorDirectory .doctorSummaryCard {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 28px;
	align-items: center;
	max-width: 900px;
	margin: 0 auto;
	padding: 28px;
	background: var(--content-soft);
	border-radius: 24px;
}

.doctorDirectoryGrid {
	display: grid;
	gap: 28px;
}

.doctorSummaryCard img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 20px;
	box-shadow: 0 12px 28px rgba(var(--secondary-rgb), 0.14);
}

.doctorSummaryCard h3 {
	margin: 0 0 12px;
	color: var(--content-dark);
	font-family: "Libre Baskerville", serif;
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.12;
	font-weight: 400;
}

.doctorSummaryCard p {
	margin: 0 0 22px;
	color: var(--content-muted);
	font-size: 18px;
	line-height: 1.65;
}

.doctorInfoGrid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.doctorInfoCard {
	padding: 26px;
	background: var(--content-soft);
	border-radius: 22px;
	border-top: 5px solid var(--content-accent);
}

.doctorInfoCard h3 {
	margin: 0 0 10px;
	color: var(--content-dark);
	font-family: "Libre Baskerville", serif;
	font-size: 25px;
	line-height: 1.18;
	font-weight: 400;
}

.doctorInfoCard p {
	margin: 0;
	color: var(--content-muted);
	line-height: 1.6;
}

.policyList {
	display: grid;
	gap: 14px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.policyList li {
	position: relative;
	padding: 18px 20px 18px 48px;
	color: var(--content-muted);
	background: var(--content-soft);
	border-radius: 18px;
	line-height: 1.6;
}

.policyList li:before {
	content: "";
	position: absolute;
	top: 24px;
	left: 20px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--content-accent);
	box-shadow: 0 0 0 5px rgba(110, 48, 15, 0.1);
}

.policyListCompact li {
	padding-top: 14px;
	padding-bottom: 14px;
}

.policyListCompact li:before {
	top: 20px;
}

.eyewearHeroImage img {
	object-position: center center;
}

.eyewearTypeGrid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 18px;
}

.eyewearTypeCard {
	grid-column: span 2;
	position: relative;
	min-height: 270px;
	padding: 30px;
	overflow: hidden;
	background: var(--content-soft);
	border: 1px solid var(--content-line);
	border-radius: 8px 36px 8px 36px;
}

.eyewearTypeCard:nth-child(-n+2) {
	grid-column: span 3;
	min-height: 240px;
}

.eyewearTypeCard:after {
	content: "";
	position: absolute;
	right: -48px;
	bottom: -72px;
	width: 150px;
	height: 150px;
	border: 1px solid rgba(var(--primary-rgb), 0.12);
	border-radius: 50%;
	box-shadow: 0 0 0 28px rgba(var(--primary-rgb), 0.035);
}

.eyewearTypeLabel {
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
	color: var(--content-accent);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.eyewearTypeCard h3 {
	position: relative;
	z-index: 1;
	margin: 0 0 13px;
	color: var(--content-dark);
	font-family: "Libre Baskerville", serif;
	font-size: clamp(26px, 3vw, 36px);
	font-weight: 400;
	line-height: 1.15;
}

.eyewearTypeCard p {
	position: relative;
	z-index: 1;
	margin: 0;
	color: var(--content-muted);
	font-size: 16px;
	line-height: 1.65;
}

.eyewearFittingSection {
	display: grid;
	grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
	gap: clamp(32px, 5vw, 68px);
	align-items: center;
}

.eyewearFittingImage {
	min-height: 480px;
	overflow: hidden;
	border-radius: 120px 24px 24px 24px;
}

.eyewearFittingImage img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 480px;
	object-fit: cover;
}

.eyewearFittingContent h2 {
	margin: 0 0 18px;
	color: var(--content-dark);
	font-family: "Libre Baskerville", serif;
	font-size: clamp(32px, 4.5vw, 52px);
	font-weight: 400;
	line-height: 1.1;
}

.eyewearFittingContent > p {
	margin: 0;
	color: var(--content-muted);
	font-size: 18px;
	line-height: 1.7;
}

.eyewearDetailList {
	display: grid;
	gap: 15px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.eyewearDetailList li {
	padding: 0 0 15px 22px;
	color: var(--content-muted);
	border-bottom: 1px solid var(--content-line);
	line-height: 1.55;
}

.eyewearDetailList li:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 14px 1px -22px;
	background: var(--content-accent);
	border-radius: 50%;
}

.eyewearDetailList strong {
	color: var(--content-dark);
}

.contactLensHeroImage img {
	object-position: center center;
}

.contactLensTypeGrid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.contactLensTypeCard {
	position: relative;
	min-height: 285px;
	padding: 28px;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid var(--content-line);
	border-radius: 34px 8px 34px 8px;
	box-shadow: 0 12px 30px rgba(var(--secondary-rgb), 0.07);
}

.contactLensTypeCard:before {
	content: "";
	position: absolute;
	top: 0;
	left: 28px;
	width: 100%;
	height: 4px;
	background: var(--content-accent);
	border-radius: 0 0 999px 999px;
}

.contactLensTypeLabel {
	margin: 7px 0 15px;
	color: var(--content-accent);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.contactLensTypeCard h3 {
	margin: 0 0 13px;
	color: var(--content-dark);
	font-family: "Libre Baskerville", serif;
	font-size: clamp(23px, 2.4vw, 31px);
	font-weight: 400;
	line-height: 1.15;
}

.contactLensTypeCard p {
	margin: 0;
	color: var(--content-muted);
	font-size: 15px;
	line-height: 1.65;
}

.contactTechnologySection {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
	gap: clamp(34px, 5vw, 68px);
	align-items: center;
}

.contactTechnologyContent h2 {
	margin: 0 0 18px;
	color: var(--content-dark);
	font-family: "Libre Baskerville", serif;
	font-size: clamp(32px, 4.5vw, 52px);
	font-weight: 400;
	line-height: 1.1;
}

.contactTechnologyContent > p {
	margin: 0;
	color: var(--content-muted);
	font-size: 18px;
	line-height: 1.7;
}

.contactTechnologyList {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 24px;
	margin: 28px 0 0;
	padding: 0;
	border-top: 1px solid var(--content-line);
	list-style: none;
}

.contactTechnologyList li {
	padding: 18px 0;
	color: var(--content-muted);
	border-bottom: 1px solid var(--content-line);
	line-height: 1.55;
}

.contactTechnologyList strong {
	display: block;
	margin-bottom: 5px;
	color: var(--content-dark);
}

.contactTechnologyImage {
	min-height: 500px;
	overflow: hidden;
	background: var(--content-soft);
	border-radius: 24px 130px 24px 24px;
}

.contactTechnologyImage img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 500px;
	object-fit: cover;
}

@media only screen and (max-width: 1000px) {
	.contentHero,
	.contentTwoColumn {
		grid-template-columns: 1fr;
	}

	.contentHeroImage {
		min-height: 360px;
		margin: 0 28px 28px;
		border-radius: 28px 28px 72px 28px;
	}

	.eyewearTypeGrid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.eyewearTypeCard,
	.eyewearTypeCard:nth-child(-n+2) {
		grid-column: auto;
		min-height: 0;
	}

	.eyewearTypeCard:last-child {
		grid-column: 1 / -1;
	}

	.eyewearFittingSection {
		grid-template-columns: 1fr;
	}

	.eyewearFittingImage,
	.eyewearFittingImage img {
		min-height: 380px;
	}

	.contactLensTypeGrid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.contactLensTypeCard {
		min-height: 0;
	}

	.contactTechnologySection {
		grid-template-columns: 1fr;
	}

	.contactTechnologyImage {
		min-height: 380px;
		border-radius: 24px 90px 24px 24px;
	}

	.contactTechnologyImage img {
		min-height: 380px;
	}

	.serviceCategoryGrid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.serviceCategoryCard,
	.serviceCategoryCard:nth-child(n+4) {
		grid-column: auto;
		min-height: 0;
	}

	.serviceCategoryCard:last-child {
		grid-column: 1 / -1;
	}
}

@media only screen and (max-width: 700px) {
	.contentPage {
		padding: 0 12px 48px;
	}

	.contentSection,
	.contentCard,
	.contentCtaCard {
		padding: 24px;
		border-radius: 22px;
	}

	.contentHeroImage {
		min-height: 260px;
		margin: 0 18px 18px;
		border-width: 4px;
		border-radius: 20px 20px 54px 20px;
	}

	.contentHero {
		border-radius: 4px 40px 4px 40px;
	}

	.contentHeroText {
		padding: 34px 24px 30px;
	}

	.contentFeatureList {
		grid-template-columns: 1fr;
	}

	.contentFeatureList li:nth-child(odd) {
		border-right: 0;
	}

	.eyewearTypeGrid {
		grid-template-columns: 1fr;
	}

	.eyewearTypeCard,
	.eyewearTypeCard:last-child {
		grid-column: auto;
		padding: 24px;
		border-radius: 6px 28px 6px 28px;
	}

	.eyewearFittingImage,
	.eyewearFittingImage img {
		min-height: 300px;
	}

	.eyewearFittingImage {
		border-radius: 70px 20px 20px 20px;
	}

	.contactLensTypeGrid,
	.contactTechnologyList {
		grid-template-columns: 1fr;
	}

	.contactLensTypeCard {
		padding: 24px;
		border-radius: 28px 6px 28px 6px;
	}

	.contactTechnologyImage,
	.contactTechnologyImage img {
		min-height: 290px;
	}

	.contactTechnologyImage {
		border-radius: 20px 60px 20px 20px;
	}

	.serviceCategoryGrid {
		grid-template-columns: 1fr;
	}

	.serviceCategoryCard,
	.serviceCategoryCard:last-child {
		grid-column: auto;
		padding: 24px;
		border-radius: 6px 30px 6px 30px;
	}

	.contentLogoCloud .outerFlex {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 12px !important;
	}

	.contentLogoCloud .innerFlex img {
		height: 78px !important;
		padding: 14px;
	}

	.contentLogoPlaceholder {
		height: 78px;
		padding: 14px;
	}

	.contentServiceDirectory .serviceListPage2 {
		grid-template-columns: 1fr;
	}

	.contentServiceDirectory .serviceTypeHeader,
	.contentServiceDirectory .serviceItemList li {
		padding-left: 22px;
		padding-right: 22px;
	}

	.doctorDirectory .doctorSummaryCard {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.doctorSummaryCard img {
		max-width: 240px;
		margin: 0 auto;
	}

	.doctorInfoGrid {
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width: 420px) {
	.contentLogoCloud .outerFlex {
		grid-template-columns: 1fr !important;
	}
}
