/*
Theme Name: Clinica Odontoiatrica
Theme URI: https://clinicaodontoiatricasrl.it/
Author: Clinica Odontoiatrica S.r.l.
Description: Restauro moderno e responsive del sito storico Clinica Odontoiatrica.
Version: 1.1.0
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: clinica-odontoiatrica
*/

@font-face {
	font-family: "Asap";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("assets/fonts/asap-latin.woff2") format("woff2");
}

@font-face {
	font-family: "Asap";
	font-style: italic;
	font-weight: 400 700;
	font-display: swap;
	src: url("assets/fonts/asap-italic-latin.woff2") format("woff2");
}

:root {
	--co-navy: #25385e;
	--co-navy-dark: #1f3b66;
	--co-navy-submenu: #283f6c;
	--co-yellow: #f9c800;
	--co-green: #168331;
	--co-green-dark: #126c28;
	--co-light: #f5f3f3;
	--co-text: #666666;
	--co-footer-text: #90a6bc;
	--co-border: #dddddd;
	--co-container: 1170px;
	--co-radius: 24px;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: #ffffff;
	color: var(--co-text);
	font-family: "Asap", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	-webkit-font-smoothing: antialiased;
}

body.nav-open {
	overflow: hidden;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

a {
	color: var(--co-navy);
	text-decoration: none;
	transition: color 180ms ease, background-color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

a:hover,
a:focus-visible {
	color: var(--co-green-dark);
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

:focus-visible {
	outline: 3px solid #ffffff;
	outline-offset: 3px;
	box-shadow: 0 0 0 6px var(--co-navy);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px;
	color: var(--co-navy);
	font-family: "Asap", Arial, sans-serif;
	font-weight: 600;
	line-height: 1.15;
}

h1 {
	font-size: clamp(2rem, 3.5vw, 2.3rem);
}

h2 {
	font-size: clamp(1.85rem, 3vw, 2.08rem);
}

h3 {
	font-size: clamp(1.5rem, 2.4vw, 1.875rem);
}

h4 {
	font-size: clamp(1.25rem, 2vw, 1.5625rem);
}

p {
	margin: 0 0 20px;
}

ul,
ol {
	margin: 0 0 24px;
	padding-left: 24px;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	position: fixed !important;
	z-index: 10000;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 12px 18px;
	margin: 0;
	clip: auto;
	background: #ffffff;
	color: var(--co-navy);
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
}

.co-container {
	width: min(100% - 30px, var(--co-container));
	margin-inline: auto;
}

.co-container-wide {
	width: min(100% - 30px, 1400px);
	margin-inline: auto;
}

.co-section {
	padding: 82px 0;
}

.co-section--light {
	background: var(--co-light);
}

.co-section--navy {
	background: var(--co-navy);
	color: #ffffff;
}

.co-section-heading {
	max-width: 980px;
	margin: 0 auto 50px;
	text-align: center;
}

.co-section-heading h2 {
	margin-bottom: 16px;
	text-transform: uppercase;
}

.co-section-heading p,
.co-section-heading h4 {
	margin: 0;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.45;
}

.co-section--navy .co-section-heading h2,
.co-section--navy .co-section-heading h4,
.co-section--navy .co-section-heading p {
	color: #ffffff;
}

.co-button,
.wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 26px;
	border: 0;
	border-radius: var(--co-radius);
	background: var(--co-green);
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: none;
}

.co-button:hover,
.co-button:focus-visible,
.wpcf7-submit:hover,
.wpcf7-submit:focus-visible {
	background: var(--co-green-dark);
	color: #ffffff;
	transform: translateY(-1px);
}

.co-button--small {
	min-height: 42px;
	padding: 10px 22px;
}

.co-utility {
	min-height: 40px;
	background: var(--co-light);
	color: var(--co-text);
	font-size: 15px;
}

.co-utility__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 40px;
	gap: 24px;
}

.co-utility__message {
	margin: 0;
}

.co-utility__message a,
.co-utility__links a {
	color: var(--co-text);
}

.co-utility__links {
	display: flex;
	align-items: stretch;
	margin-left: auto;
}

.co-utility__links a {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 20px;
	border-left: 1px solid #e1dfdf;
	gap: 8px;
}

.co-header-main {
	background: #ffffff;
}

.co-header-main__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 134px;
	gap: 30px;
}

.co-logo {
	display: inline-flex;
	width: 250px;
	max-width: min(250px, 60vw);
}

.co-logo img {
	width: 100%;
}

.co-nav {
	position: relative;
	z-index: 50;
	background: var(--co-navy);
}

.co-nav__inner {
	position: relative;
}

.co-menu-toggle {
	display: none;
	width: 100%;
	min-height: 58px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}

.co-menu-toggle__label {
	margin-right: auto;
}

.co-menu-toggle__icon {
	position: relative;
	width: 26px;
	height: 18px;
	margin-left: auto;
}

.co-menu-toggle__icon::before,
.co-menu-toggle__icon::after,
.co-menu-toggle__icon span {
	content: "";
	position: absolute;
	left: 0;
	width: 26px;
	height: 2px;
	background: #ffffff;
	transition: transform 180ms ease, opacity 180ms ease, top 180ms ease;
}

.co-menu-toggle__icon::before {
	top: 0;
}

.co-menu-toggle__icon span {
	top: 8px;
}

.co-menu-toggle__icon::after {
	top: 16px;
}

.co-menu-toggle[aria-expanded="true"] .co-menu-toggle__icon::before {
	top: 8px;
	transform: rotate(45deg);
}

.co-menu-toggle[aria-expanded="true"] .co-menu-toggle__icon span {
	opacity: 0;
}

.co-menu-toggle[aria-expanded="true"] .co-menu-toggle__icon::after {
	top: 8px;
	transform: rotate(-45deg);
}

.co-menu {
	display: flex;
	align-items: stretch;
	justify-content: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

.co-menu > li {
	position: relative;
}

.co-menu > li > a,
.co-menu__parent-button {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 92px;
	padding: 0 20px;
	border: 0;
	background: transparent;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
}

.co-menu > li > a:hover,
.co-menu > li > a:focus-visible,
.co-menu__parent-button:hover,
.co-menu__parent-button:focus-visible,
.co-menu .current-menu-item > a {
	color: var(--co-yellow);
}

.co-menu__parent-button::after {
	content: "";
	width: 7px;
	height: 7px;
	margin-left: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
}

.co-submenu {
	position: absolute;
	z-index: 60;
	top: 100%;
	left: 0;
	display: block;
	width: 220px;
	padding: 0 0 10px;
	margin: 0;
	background: var(--co-navy-submenu);
	border-bottom: 10px solid var(--co-yellow);
	list-style: none;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
}

.co-menu__parent:hover .co-submenu,
.co-menu__parent:focus-within .co-submenu,
.co-menu__parent.is-open .co-submenu {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.co-submenu a {
	display: block;
	padding: 14px 20px;
	color: #ffffff;
	font-size: 15px;
}

.co-submenu a:hover,
.co-submenu a:focus-visible {
	background: rgba(255, 255, 255, 0.06);
	color: var(--co-yellow);
}

.co-hero {
	position: relative;
	height: min(800px, calc(100vh - 160px));
	min-height: 620px;
	overflow: hidden;
	background: var(--co-navy);
}

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

.co-hero__slide {
	background-position: center top;
	background-size: cover;
	opacity: 0;
	transform: scale(1.015);
	transition: opacity 850ms ease, transform 6s linear;
}

.co-hero__slide::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(8, 46, 92, 0.48) 0%, rgba(8, 46, 92, 0.1) 58%, rgba(8, 46, 92, 0.06) 100%);
}

.co-hero__slide.is-active {
	z-index: 1;
	opacity: 1;
	transform: scale(1);
}

.co-hero__caption {
	position: absolute;
	z-index: 3;
	left: 50%;
	bottom: 16%;
	width: min(calc(100% - 30px), var(--co-container));
	transform: translateX(-50%);
	color: #ffffff;
}

.co-hero__eyebrow {
	margin-bottom: 8px;
	font-size: 25px;
	font-weight: 400;
}

.co-hero__caption h1 {
	max-width: 590px;
	margin: 0 0 34px;
	color: #ffffff;
	font-size: clamp(2rem, 3.2vw, 2.375rem);
	font-weight: 600;
	line-height: 1.1;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
}

.co-hero__control {
	position: absolute;
	z-index: 4;
	top: 50%;
	display: grid;
	width: 54px;
	height: 62px;
	border: 0;
	background: rgba(37, 56, 94, 0.82);
	color: #ffffff;
	font-size: 36px;
	line-height: 1;
	place-items: center;
	transform: translateY(-50%);
	cursor: pointer;
}

.co-hero__control:hover,
.co-hero__control:focus-visible {
	background: var(--co-navy);
}

.co-hero__control--prev {
	left: 10px;
}

.co-hero__control--next {
	right: 10px;
}

.co-hero__pause {
	position: absolute;
	z-index: 4;
	right: 18px;
	bottom: 18px;
	min-height: 40px;
	padding: 8px 14px;
	border: 2px solid #ffffff;
	border-radius: 22px;
	background: rgba(37, 56, 94, 0.9);
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.co-hero__pause:hover,
.co-hero__pause:focus-visible {
	background: #ffffff;
	color: var(--co-navy);
}

.co-intro {
	padding: 60px 0 92px;
}

.co-intro__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: start;
	gap: 60px;
}

.co-intro__copy {
	padding: 12px 30px 0;
}

.co-intro__copy h2 {
	margin-bottom: 28px;
}

.co-intro__copy strong em {
	color: var(--co-navy);
	font-size: 19px;
}

.co-form-panel {
	padding: 32px 40px 44px;
	background: var(--co-navy-dark);
	color: #ffffff;
}

.co-form-panel__title {
	position: relative;
	margin: 0 0 30px;
	padding-bottom: 13px;
	color: #ffffff;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
}

.co-form-panel__title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 19px;
	height: 2px;
	background: var(--co-green);
}

.co-form-panel .wpcf7-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 22px;
}

.co-form-panel .wpcf7-form > p {
	display: contents;
}

.co-form-panel .co-field,
.co-form-panel .wpcf7-form-control-wrap {
	display: block;
}

.co-form-panel .co-field--full,
.co-form-panel .co-form-acceptance,
.co-form-panel .wpcf7-response-output {
	grid-column: 1 / -1;
}

.co-form-panel label {
	color: #ffffff;
}

.co-form-panel input[type="text"],
.co-form-panel input[type="email"],
.co-form-panel input[type="tel"],
.co-form-panel input[type="date"],
.co-form-panel select,
.co-form-panel textarea {
	width: 100%;
	height: 44px;
	padding: 8px 2px;
	border: 0;
	border-bottom: 1px solid #afbdbc;
	border-radius: 0;
	background: transparent;
	color: #ffffff;
	outline: none;
}

.co-form-panel select {
	padding: 8px 10px;
	border: 1px solid #afbdbc;
	background: var(--co-navy-dark);
}

.co-form-panel textarea {
	height: 108px;
	resize: vertical;
}

.co-form-panel input::placeholder,
.co-form-panel textarea::placeholder {
	color: rgba(255, 255, 255, 0.88);
}

.co-form-panel input:focus,
.co-form-panel select:focus,
.co-form-panel textarea:focus {
	border-color: var(--co-green);
}

.co-form-panel input:focus-visible,
.co-form-panel select:focus-visible,
.co-form-panel textarea:focus-visible {
	outline: 3px solid #ffffff;
	outline-offset: 3px;
	box-shadow: 0 0 0 6px var(--co-navy);
}

.co-form-panel input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 3px 9px 0 0;
	accent-color: var(--co-green);
}

.co-form-panel .wpcf7-list-item {
	margin: 0;
}

.co-form-panel .wpcf7-list-item label {
	display: flex;
	align-items: flex-start;
}

.co-form-panel .wpcf7-not-valid-tip {
	color: #ffd8d8;
	font-size: 13px;
}

.co-form-panel .wpcf7-response-output {
	margin: 12px 0 0 !important;
	border-color: var(--co-green) !important;
}

.co-form-panel .wpcf7-spinner {
	align-self: center;
	margin: 10px 0;
}

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

.co-method-card {
	text-align: center;
}

.co-method-card img {
	width: 52%;
	margin: 0 auto 24px;
}

.co-method-card h3 {
	margin-bottom: 16px;
	font-size: 25px;
	font-weight: 300;
}

.co-treatments {
	padding: 96px 0 118px;
}

.co-treatment-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 52px 34px;
}

.co-treatment-card {
	text-align: center;
}

.co-treatment-card__image {
	position: relative;
	display: inline-block;
	margin-bottom: 18px;
	border-radius: 50%;
	overflow: hidden;
}

.co-treatment-card__image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(37, 56, 94, 0.7);
	opacity: 0;
	transition: opacity 180ms ease;
}

.co-treatment-card__image:hover::after,
.co-treatment-card__image:focus-visible::after {
	opacity: 1;
}

.co-treatment-card img {
	width: 118px;
	height: 118px;
	object-fit: contain;
}

.co-treatment-card h3 {
	margin-bottom: 12px;
	font-size: 20px;
	line-height: 1.1;
}

.co-treatment-card h3 a {
	color: var(--co-yellow);
}

.co-treatment-card p,
.co-treatment-card p a {
	margin: 0;
	color: #ffffff;
	line-height: 1.55;
}

.co-esthetic-title {
	margin: 75px 0 42px;
	color: #ffffff;
	text-align: center;
}

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

.co-esthetic-card {
	text-align: center;
}

.co-esthetic-card h3 {
	font-size: 20px;
}

.co-esthetic-card h3 a {
	color: var(--co-yellow);
}

.co-esthetic-card p,
.co-esthetic-card p a {
	color: #ffffff;
}

.co-clinics {
	padding: 92px 0 110px;
}

.co-clinic-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: 40px;
}

.co-clinic-card {
	display: flex;
	flex-direction: column;
}

.co-clinic-card h3 {
	margin-bottom: 14px;
}

.co-clinic-card__meta {
	min-height: 105px;
}

.co-clinic-card__photo {
	position: relative;
	margin: 8px 0 20px;
	overflow: hidden;
}

.co-clinic-card__photo img {
	width: 100%;
	aspect-ratio: 600 / 340;
	object-fit: cover;
}

.co-clinic-card__photo::after {
	content: "⌖";
	position: absolute;
	inset: 0;
	display: grid;
	background: rgba(37, 56, 94, 0.68);
	color: #ffffff;
	font-size: 56px;
	opacity: 0;
	place-items: center;
	transition: opacity 180ms ease;
}

.co-clinic-card__photo:hover::after,
.co-clinic-card__photo:focus-visible::after {
	opacity: 1;
}

.co-clinic-card__details {
	flex: 1;
	padding: 18px 0;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	font-size: 14px;
	font-style: italic;
	line-height: 1.55;
}

.co-clinic-card__details p {
	margin: 0;
}

.co-clinic-card .co-button {
	align-self: flex-start;
	margin-top: 24px;
}

.co-internal-hero {
	position: relative;
	padding: 75px 0;
	background: var(--co-navy) url("assets/images/internal-hero.webp") center / cover no-repeat;
	color: #ffffff;
}

.co-internal-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(8, 46, 92, 0.58);
}

.co-internal-hero .co-container {
	position: relative;
	z-index: 1;
}

.co-internal-hero__eyebrow {
	margin: 0 0 8px;
	font-size: 22px;
	font-weight: 500;
}

.co-internal-hero h1 {
	margin: 0;
	color: #ffffff;
	font-size: 33px;
}

.co-breadcrumbs {
	padding: 15px 0;
	background: #ffffff;
	border-bottom: 1px solid #eeeeee;
	font-size: 14px;
}

.co-page-layout {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
	align-items: start;
	gap: 56px;
	padding: 80px 0;
}

.co-page-content > :first-child {
	margin-top: 0;
}

.co-page-content img {
	margin: 24px 0;
}

.co-page-content blockquote {
	margin: 28px 0;
	padding: 18px 24px;
	border-left: 4px solid var(--co-yellow);
	background: var(--co-light);
}

.co-page-content table {
	width: 100%;
	border-collapse: collapse;
}

.co-page-content th,
.co-page-content td {
	padding: 12px;
	border: 1px solid #dddddd;
	text-align: left;
}

.co-sidebar {
	position: sticky;
	top: 24px;
}

.co-sidebar .co-form-panel {
	margin-bottom: 32px;
}

.co-treatment-nav {
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: 1px solid #dddddd;
}

.co-treatment-nav a {
	display: block;
	padding: 12px 0;
	border-bottom: 1px solid #dddddd;
}

.co-about-section {
	padding: 70px 0;
}

.co-about-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: center;
	gap: 62px;
}

.co-about-section:nth-child(even) {
	background: var(--co-light);
}

.co-about-grid img {
	width: 100%;
}

.co-team__intro {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	align-items: center;
	gap: 64px;
	margin-bottom: 76px;
}

.co-team__photo {
	margin: 0;
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0 18px 45px rgba(37, 56, 94, 0.14);
}

.co-team__photo img {
	width: 100%;
	aspect-ratio: 820 / 678;
	object-fit: cover;
}

.co-team__eyebrow {
	margin-bottom: 10px;
	color: var(--co-green);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.co-team__copy h2 {
	max-width: 620px;
}

.co-team-group + .co-team-group {
	margin-top: 56px;
}

.co-team-group > h2 {
	padding-bottom: 14px;
	border-bottom: 2px solid var(--co-yellow);
	font-size: 27px;
}

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

.co-team-card {
	min-height: 138px;
	padding: 25px;
	border: 1px solid var(--co-border);
	border-top: 4px solid var(--co-navy);
	background: #ffffff;
	box-shadow: 0 8px 24px rgba(37, 56, 94, 0.06);
}

.co-team-card h3 {
	margin-bottom: 10px;
	font-size: 19px;
	line-height: 1.25;
}

.co-team-card p {
	margin: 0;
	color: #656d76;
	font-size: 15px;
}

.co-location-intro {
	padding: 62px 0;
}

.co-location-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: start;
	gap: 56px;
}

.co-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.co-gallery img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.co-gallery a:first-child {
	grid-column: 1 / -1;
}

.co-location-contact {
	padding: 72px 0;
	background: var(--co-light);
}

.co-location-contact__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: 50px;
}

.co-map {
	display: grid;
	min-height: 420px;
	border: 0;
	background: #e5e5e5;
	place-items: center;
}

.co-map iframe {
	width: 100%;
	height: 100%;
	min-height: 420px;
	border: 0;
}

.co-map-consent {
	max-width: 560px;
	padding: 36px;
	color: var(--co-navy);
	text-align: center;
}

.co-map-consent p {
	margin-bottom: 24px;
}

.co-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 60px;
}

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

.co-post-card {
	background: #ffffff;
	box-shadow: 0 8px 30px rgba(37, 56, 94, 0.08);
}

.co-post-card__image img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.co-post-card__content {
	padding: 24px;
}

.co-post-card h2 {
	font-size: 22px;
}

.co-post-card__meta {
	margin-bottom: 12px;
	color: #656d76;
	font-size: 14px;
}

.co-footer {
	padding: 72px 0 44px;
	background: var(--co-navy);
	color: var(--co-footer-text);
	font-size: 14px;
	line-height: 1.5;
}

.co-footer a {
	color: var(--co-footer-text);
}

.co-footer a:hover,
.co-footer a:focus-visible {
	color: #ffffff;
}

.co-footer h2 {
	margin-bottom: 20px;
	color: #ffffff;
	font-size: 18px;
}

.co-footer__grid {
	display: grid;
	grid-template-columns: 3fr 1fr 3fr 3fr 2fr;
	gap: 28px;
}

.co-footer__logo {
	width: 180px;
	margin-bottom: 20px;
}

.co-footer__links {
	padding: 0;
	margin: 0;
	list-style: none;
}

.co-footer__links li {
	margin-bottom: 7px;
}

.co-footer__links a::before {
	content: "›";
	margin-right: 8px;
	color: var(--co-yellow);
}

.co-footer__copyright {
	padding-top: 30px;
	margin-top: 40px;
	border-top: 1px solid rgba(144, 166, 188, 0.18);
	text-align: center;
}

.co-whatsapp {
	position: fixed;
	z-index: 70;
	right: auto;
	bottom: 18px;
	left: 18px;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 11px 17px;
	border-radius: 30px;
	background: #25d366;
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 600;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.24);
}

.co-whatsapp:hover,
.co-whatsapp:focus-visible {
	background: #1eb95a;
	color: #ffffff;
	transform: translateY(-2px);
}

.co-whatsapp__icon {
	font-size: 20px;
}

.co-404 {
	padding: 120px 0;
	text-align: center;
}

.co-404 h1 {
	font-size: clamp(3rem, 8vw, 7rem);
}

@media (max-width: 1100px) {
	.co-menu > li > a,
	.co-menu__parent-button {
		padding-inline: 13px;
	}

	.co-treatment-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.co-footer__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.co-footer__spacer {
		display: none;
	}
}

@media (max-width: 991px) {
	.co-section {
		padding: 68px 0;
	}

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

	.co-clinic-grid {
		gap: 28px;
	}

	.co-page-layout {
		grid-template-columns: 1fr;
	}

	.co-sidebar {
		position: static;
	}

	.co-about-grid,
	.co-team__intro,
	.co-location-grid,
	.co-location-contact__grid,
	.co-contact-grid {
		grid-template-columns: 1fr;
	}

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

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

@media (max-width: 900px) {
	.co-utility__inner {
		justify-content: center;
	}

	.co-utility__message {
		text-align: center;
	}

	.co-utility__links,
	.co-header-cta {
		display: none;
	}

	.co-header-main__inner {
		justify-content: center;
		min-height: 105px;
	}

	.co-nav .co-container {
		width: 100%;
	}

	.co-menu-toggle {
		display: flex;
		align-items: center;
		padding-inline: 20px;
	}

	.co-menu {
		position: fixed;
		z-index: 90;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		padding: 78px 20px 30px;
		background: var(--co-navy);
		overflow-y: auto;
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
		transform: translateY(-14px);
		transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
	}

	.co-menu.is-open {
		opacity: 1;
		pointer-events: auto;
		visibility: visible;
		transform: none;
	}

	.co-menu-toggle {
		position: relative;
		z-index: 100;
	}

	.co-menu-toggle[aria-expanded="true"] {
		position: fixed;
		top: 10px;
		right: 20px;
		left: 20px;
		width: auto;
	}

	.co-menu > li > a,
	.co-menu__parent-button {
		justify-content: flex-start;
		width: 100%;
		min-height: 48px;
		padding: 10px 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	}

	.co-menu__parent-button::after {
		margin-left: auto;
	}

	.co-submenu {
		position: static;
		display: none;
		width: 100%;
		padding: 0 0 8px 16px;
		border: 0;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.co-menu__parent.is-open .co-submenu {
		display: block;
	}

	.co-hero {
		height: 350px;
		min-height: 350px;
	}

	.co-hero__caption {
		bottom: 15%;
	}

	.co-hero__eyebrow {
		display: none;
	}

	.co-hero__caption h1 {
		max-width: min(80%, 520px);
		margin-bottom: 24px;
		font-size: clamp(1.55rem, 6vw, 2rem);
	}

	.co-hero__control {
		width: 42px;
		height: 50px;
		font-size: 28px;
	}

	.co-hero__pause {
		right: 12px;
		bottom: 12px;
	}

	.co-intro {
		padding: 45px 0 65px;
	}

	.co-intro__grid {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.co-intro__copy {
		padding: 0;
	}

	.co-form-panel {
		padding: 28px 24px 36px;
	}

	.co-form-panel .wpcf7-form {
		grid-template-columns: 1fr;
	}

	.co-method-grid,
	.co-treatment-grid,
	.co-esthetic-grid,
	.co-clinic-grid,
	.co-team-grid,
	.co-archive-grid {
		grid-template-columns: 1fr;
	}

	.co-team__intro {
		gap: 34px;
		margin-bottom: 58px;
	}

	.co-method-grid {
		gap: 55px;
	}

	.co-method-card img {
		width: min(180px, 54%);
	}

	.co-treatment-grid {
		gap: 48px;
	}

	.co-clinic-card__meta {
		min-height: auto;
		overflow-wrap: anywhere;
	}

	.co-internal-hero {
		padding: 52px 0;
	}

	.co-page-layout {
		padding: 55px 0;
	}

	.co-footer__grid {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.co-footer__logo {
		margin-inline: auto;
	}

	.co-whatsapp {
		right: auto;
		left: 14px;
		bottom: 14px;
	}
}

@media (max-width: 480px) {
	.co-container,
	.co-container-wide {
		width: min(100% - 24px, var(--co-container));
	}

	.co-section {
		padding: 58px 0;
	}

	.co-header-main__inner {
		min-height: 94px;
	}

	.co-logo {
		width: 225px;
	}

	.co-form-panel {
		margin-inline: -12px;
	}

	.co-whatsapp {
		width: 48px;
		height: 48px;
		padding: 0;
		justify-content: center;
	}

	.co-whatsapp span:last-child {
		display: none;
	}

	.co-hero__control {
		display: none;
	}
}
