/*
Theme Name: I Giardini di Lapo — Genesis
Theme URI: https://www.igiardinidilapo.it/
Description: Child theme Genesis dedicato a I Giardini di Lapo. Conserva contenuti e struttura editoriale esistenti, aggiungendo un design system leggero e controlli mirati.
Author: I Giardini di Lapo
Version: 1.9.0
Template: genesis
Text Domain: giardini-di-lapo
Requires at least: 6.5
Requires PHP: 8.0
License: GPL-2.0-or-later
*/

:root {
	--gdl-forest: #1c5338;
	--gdl-forest-deep: #103c29;
	--gdl-leaf: #418c48;
	--gdl-leaf-soft: #dcebdd;
	--gdl-accent: #bd8d45;
	--gdl-paper: #f5f2e9;
	--gdl-surface: #fff;
	--gdl-ink: #202720;
	--gdl-muted: #687168;
	--gdl-line: #dfe3dc;
	--gdl-shadow: 0 24px 70px rgb(18 43 29 / 14%);
	--gdl-shadow-soft: 0 12px 38px rgb(18 43 29 / 8%);
	--gdl-radius: 18px;
	--gdl-radius-small: 8px;
	--gdl-wrap: 1180px;
	--gdl-content: 1040px;
	--gdl-font-body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--gdl-font-heading: Georgia, "Times New Roman", serif;
}

html {
	box-sizing: border-box;
	font-size: 100%;
	scroll-behavior: smooth;
}

html,
body,
.site-container {
	overflow-x: clip;
}

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

body {
	margin: 0;
	background: var(--gdl-paper);
	color: var(--gdl-ink);
	font-family: var(--gdl-font-body);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.72;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.site-container {
	background: var(--gdl-paper);
}

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

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

figure {
	margin: 0 0 1.8rem;
}

a {
	color: var(--gdl-forest);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

a:hover,
a:focus {
	color: var(--gdl-leaf);
}

:focus-visible {
	outline: 3px solid var(--gdl-accent);
	outline-offset: 4px;
}

p,
ul,
ol,
blockquote {
	margin-top: 0;
	margin-bottom: 1.35rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.7em;
	color: var(--gdl-forest-deep);
	font-family: var(--gdl-font-heading) !important;
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.16;
	text-wrap: balance;
}

h1 {
	font-size: clamp(2.25rem, 4.8vw, 3.75rem);
}

h2 {
	margin-top: 1.7em;
	font-size: clamp(1.75rem, 3.25vw, 2.55rem);
}

h3 {
	margin-top: 1.45em;
	font-size: clamp(1.35rem, 2.25vw, 1.75rem);
}

h4 {
	font-size: 1.25rem;
}

hr {
	margin: 2.5rem 0;
	border: 0;
	border-top: 1px solid var(--gdl-line);
}

blockquote {
	padding: 1.25rem 1.5rem;
	border-left: 4px solid var(--gdl-accent);
	background: rgb(255 255 255 / 64%);
	font-family: var(--gdl-font-heading);
	font-size: 1.18em;
}

.wrap {
	width: min(calc(100% - 40px), var(--gdl-wrap));
	margin-inline: auto;
}

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

.screen-reader-shortcut:focus {
	z-index: 99999;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 0.7rem 1rem;
	clip: auto;
	background: var(--gdl-surface);
	color: var(--gdl-forest);
	font-weight: 700;
}

.genesis-skip-link,
.genesis-skip-link li {
	height: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}

/* Contact bar */
.gdl-topbar {
	position: relative;
	z-index: 20;
	background: var(--gdl-forest-deep);
	color: #fff;
	font-size: 0.8rem;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

.gdl-topbar__inner,
.gdl-topbar__contacts {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.gdl-topbar__inner {
	justify-content: space-between;
	min-height: 42px;
}

.gdl-topbar__message {
	font-weight: 600;
}

.gdl-topbar a {
	color: #fff;
	text-decoration: none;
}

.gdl-topbar a:not(.gdl-topbar__cta):hover,
.gdl-topbar a:not(.gdl-topbar__cta):focus {
	color: #e8d7b8;
}

.gdl-topbar__contacts > * + * {
	padding-left: 1rem;
	border-left: 1px solid rgb(255 255 255 / 22%);
}

.gdl-topbar .gdl-topbar__cta {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0.34rem 0.72rem;
	border: 1px solid rgb(223 195 143 / 72%);
	border-radius: 5px;
	background: transparent;
	color: #ecd09c;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.055em;
	white-space: nowrap;
}

.gdl-topbar .gdl-topbar__cta:hover,
.gdl-topbar .gdl-topbar__cta:focus {
	border-color: #e1bd7c;
	background: rgb(225 189 124 / 13%);
	color: #fff;
}

/* Header and navigation */
.site-header {
	position: relative;
	z-index: 15;
	background: rgb(255 255 255 / 96%);
	border-bottom: 0;
}

.site-header > .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	min-height: 108px;
	padding-block: 0.55rem;
}

.title-area {
	display: flex;
	align-items: center;
	gap: clamp(1.2rem, 3vw, 2.4rem);
	min-width: 0;
	padding: 0;
}

.site-title {
	margin: 0;
	font-size: clamp(1.75rem, 3.5vw, 2.7rem);
	line-height: 1;
}

.site-title a {
	color: var(--gdl-forest-deep);
	text-decoration: none;
}

.site-description {
	max-width: 420px;
	margin: 0;
	padding-left: clamp(1.2rem, 3vw, 2.4rem);
	border-left: 2px solid var(--gdl-leaf-soft);
	color: #5f6c62;
	font-size: 0.86rem;
	line-height: 1.5;
}

.custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.custom-logo {
	width: min(245px, 55vw);
	max-width: min(245px, 55vw);
	max-height: 90px;
	object-fit: contain;
}

.nav-secondary {
	display: none;
}

/* Homepage photographic hero */
.gdl-hero {
	position: relative;
	min-height: clamp(560px, 63vw, 760px);
	background: var(--gdl-forest-deep);
	overflow: hidden;
}

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

.gdl-hero__slide {
	display: grid;
	align-items: center;
	background-position: center;
	background-size: cover;
	opacity: 0;
	transform: scale(1.025);
	transition: opacity 800ms ease, transform 7000ms ease;
}

.gdl-hero__slide::before {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgb(6 28 17 / 82%) 0%, rgb(8 31 19 / 48%) 48%, rgb(8 31 19 / 8%) 100%);
	content: "";
}

.gdl-hero__slide.is-active {
	opacity: 1;
	transform: scale(1);
}

.gdl-hero__content {
	position: relative;
	z-index: 2;
	padding-top: clamp(3rem, 8vw, 6rem);
	padding-bottom: clamp(6rem, 11vw, 8rem);
}

.gdl-hero__title {
	max-width: 680px;
	margin-bottom: 2rem;
	color: #fff;
	font-family: var(--gdl-font-heading) !important;
	font-size: clamp(3rem, 6.6vw, 5.45rem);
	font-weight: 600;
	letter-spacing: -0.035em;
	line-height: 0.98;
	text-shadow: 0 3px 28px rgb(0 0 0 / 18%);
}

.gdl-hero__controls {
	position: absolute;
	z-index: 5;
	right: 0;
	bottom: 2rem;
	left: 0;
	display: flex;
	align-items: center;
	gap: 0.65rem;
}

.gdl-hero__dot {
	width: 26px;
	height: 2px;
	min-height: 0;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgb(255 255 255 / 38%);
	transition: width 180ms ease, background 180ms ease;
}

.gdl-hero__dot.is-active {
	width: 48px;
	background: #fff;
}

.gdl-hero__arrow {
	display: grid;
	width: 44px;
	height: 44px;
	min-height: 0;
	padding: 0;
	place-items: center;
	border: 1px solid rgb(255 255 255 / 55%);
	border-radius: 50%;
	background: rgb(10 35 22 / 25%);
	color: #fff;
	font-size: 1.15rem;
	backdrop-filter: blur(8px);
}

.gdl-hero__arrow:hover,
.gdl-hero__arrow:focus {
	border-color: #fff;
	background: #fff;
	color: var(--gdl-forest-deep);
}

.gdl-hero__count {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	margin-inline: 0.15rem;
	color: rgb(255 255 255 / 70%);
	font-size: 0.72rem;
	letter-spacing: 0.08em;
}

.gdl-hero__count strong {
	color: #fff;
	font-size: 0.88rem;
}

.gdl-hero__count i {
	width: 32px;
	height: 1px;
	background: rgb(255 255 255 / 42%);
}

.header-widget-area {
	margin-left: auto;
	font-size: 0.9rem;
}

.header-widget-area .widget {
	margin: 0;
}

.nav-primary {
	position: relative;
	z-index: 14;
	background: var(--gdl-surface);
	border-top: 1px solid var(--gdl-line);
	border-bottom: 1px solid var(--gdl-line);
}

.genesis-nav-menu {
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: clamp(0.12rem, 0.65vw, 0.55rem);
	padding: 0.48rem 0;
	margin: 0;
	list-style: none;
}

.genesis-nav-menu .menu-item {
	position: relative;
	margin: 0;
}

.genesis-nav-menu a {
	display: flex;
	align-items: center;
	min-height: 46px;
	padding: 0.35rem 0.95rem;
	border-radius: 999px;
	color: var(--gdl-ink);
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.012em;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .current-menu-ancestor > a {
	background: var(--gdl-leaf-soft);
	color: var(--gdl-forest);
}

.genesis-nav-menu > .menu-item-has-children > a {
	padding-right: 2.55rem;
}

.genesis-nav-menu .gmam-submenu-toggle {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 0.35rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	min-height: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--gdl-forest);
	transform: translateY(-50%);
}

.genesis-nav-menu .gmam-submenu-toggle:hover,
.genesis-nav-menu .gmam-submenu-toggle:focus {
	background: rgb(65 140 72 / 12%);
}

.genesis-nav-menu .gmam-submenu-toggle span {
	border-color: currentColor;
}

.genesis-nav-menu .current-menu-item > a::after,
.genesis-nav-menu .current-menu-ancestor > a::after {
	position: absolute;
	bottom: 0.25rem;
	left: 50%;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--gdl-accent);
	content: "";
	transform: translateX(-50%);
}

.genesis-nav-menu .sub-menu {
	position: absolute;
	z-index: 50;
	top: calc(100% - 0.2rem);
	left: -9999px;
	width: 310px;
	padding: 0.65rem;
	margin: 0;
	background: var(--gdl-surface);
	border: 1px solid var(--gdl-line);
	border-radius: 12px;
	box-shadow: var(--gdl-shadow);
	list-style: none;
	opacity: 0;
}

.genesis-nav-menu .menu-item:hover > .sub-menu,
.genesis-nav-menu .menu-item:focus-within > .sub-menu {
	left: 0;
	opacity: 1;
}

.genesis-nav-menu .sub-menu a {
	min-height: 0;
	padding: 0.72rem 0.85rem;
	border-radius: 8px;
	font-size: 0.86rem;
	font-weight: 650;
	letter-spacing: 0;
	line-height: 1.35;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus {
	background: var(--gdl-leaf-soft);
}

.gdl-menu-toggle {
	display: none;
	align-items: center;
	gap: 0.65rem;
	padding: 0.62rem 0.8rem;
	border: 1px solid var(--gdl-line);
	border-radius: var(--gdl-radius-small);
	background: var(--gdl-surface);
	color: var(--gdl-forest);
	font-weight: 800;
	cursor: pointer;
}

.gdl-menu-toggle__icon {
	display: grid;
	gap: 4px;
	width: 22px;
}

.gdl-menu-toggle__icon span {
	display: block;
	height: 2px;
	background: currentColor;
	transition: transform 180ms ease, opacity 180ms ease;
}

.gdl-menu-toggle[aria-expanded="true"] .gdl-menu-toggle__icon span:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.gdl-menu-toggle[aria-expanded="true"] .gdl-menu-toggle__icon span:nth-child(2) {
	opacity: 0;
}

.gdl-menu-toggle[aria-expanded="true"] .gdl-menu-toggle__icon span:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

/* Main content */
.site-inner {
	padding-block: clamp(3rem, 6vw, 5.5rem);
	background: var(--gdl-paper);
}

.content-sidebar-wrap,
.content {
	width: 100%;
}

.entry {
	margin-bottom: 3rem;
}

.entry-header,
.entry-content,
.entry-footer,
.entry-comments,
.comment-respond {
	width: min(100%, var(--gdl-content));
	margin-inline: auto;
}

.entry-content > p,
.entry-content > ul,
.entry-content > ol,
.entry-content > blockquote,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4 {
	width: min(100%, 900px);
	margin-right: auto;
	margin-left: auto;
}

.entry-header {
	width: min(100%, 900px);
	margin-bottom: clamp(1.7rem, 4vw, 2.7rem);
	text-align: left;
}

.entry-title {
	margin-bottom: 0.35em;
	font-size: clamp(2.35rem, 5vw, 4rem);
	line-height: 1.02;
}

.entry-content > h2 {
	position: relative;
	padding-top: 1.15rem;
}

.entry-content > h2::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 42px;
	height: 3px;
	border-radius: 999px;
	background: var(--gdl-leaf);
	content: "";
}

.entry-meta {
	color: var(--gdl-muted);
	font-size: 0.88rem;
}

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

.entry-content::after {
	display: table;
	clear: both;
	content: "";
}

.entry-content > .alignwide {
	width: min(calc(100vw - 40px), var(--gdl-wrap));
	max-width: none;
	margin-left: 50%;
	transform: translateX(-50%);
}

.entry-content > .alignfull {
	width: 100vw;
	max-width: none;
	margin-left: 50%;
	transform: translateX(-50%);
}

/* Legacy Mai groups retained in the page content. These classes describe
 * section rhythm; the dedicated theme translates them into its own scale. */
.entry-content > .wp-block-group.alignfull {
	padding-top: clamp(1.65rem, 2.6vw, 2.25rem);
	padding-bottom: clamp(1.65rem, 2.6vw, 2.25rem);
	padding-right: max(20px, calc((100vw - var(--gdl-wrap)) / 2));
	padding-left: max(20px, calc((100vw - var(--gdl-wrap)) / 2));
	border-radius: 0;
	overflow: visible;
}

.entry-content > .wp-block-group.alignfull.has-sm-padding-top {
	padding-top: clamp(1.5rem, 2.3vw, 2rem);
}

.entry-content > .wp-block-group.alignfull.has-sm-padding-bottom {
	padding-bottom: clamp(1.5rem, 2.3vw, 2rem);
}

.entry-content > .wp-block-group.alignfull.has-md-padding-top {
	padding-top: clamp(2rem, 3.2vw, 2.75rem);
}

.entry-content > .wp-block-group.alignfull.has-md-padding-bottom {
	padding-bottom: clamp(2rem, 3.2vw, 2.75rem);
}

.entry-content > .wp-block-group.alignfull.has-lg-padding-top {
	padding-top: clamp(2.75rem, 4.2vw, 3.5rem);
}

.entry-content > .wp-block-group.alignfull.has-lg-padding-bottom {
	padding-bottom: clamp(2.75rem, 4.2vw, 3.5rem);
}

.entry-content > .wp-block-group.alignfull:first-child {
	padding-top: 0;
}

.entry-content > .wp-block-group.alignfull:last-child {
	padding-bottom: 0;
}

.entry-content > .wp-block-group.alignfull > .wp-block-group__inner-container {
	width: min(100%, var(--gdl-content));
	margin-right: auto;
	margin-left: auto;
}

.entry-content > .wp-block-group.alignfull.has-lg-content-width > .wp-block-group__inner-container {
	width: min(100%, var(--gdl-wrap));
}

.wp-block-group__inner-container > :first-child {
	margin-top: 0;
}

.wp-block-group__inner-container > :last-child {
	margin-bottom: 0;
}

.wp-block-group__inner-container > h2 {
	position: relative;
	padding-top: 1.15rem;
	margin-bottom: 1.5rem;
}

.wp-block-group__inner-container > h2::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 42px;
	height: 3px;
	border-radius: 999px;
	background: var(--gdl-leaf);
	content: "";
}

.wp-block-group__inner-container > h2.has-text-align-center::before {
	left: 50%;
	transform: translateX(-50%);
}

.wp-block-group__inner-container > p + h2 {
	margin-top: clamp(3.5rem, 6vw, 5rem);
}

.wp-block-group__inner-container > p + h3 {
	margin-top: clamp(2.5rem, 4vw, 3.5rem);
}

.wp-block-group__inner-container > .wp-block-buttons {
	margin-top: 1.75rem;
	margin-bottom: 0;
}

.wp-block-group__inner-container > .wp-block-buttons + h2 {
	margin-top: clamp(3.5rem, 6vw, 5rem);
}

.wp-block-group__inner-container > p + .gform_wrapper,
.wp-block-group__inner-container > p + [class*="gform_wrapper"] {
	margin-top: 2.25rem;
}

/* WordPress now renders constrained Groups without the historical
 * .wp-block-group__inner-container wrapper. Keep both structures visually
 * identical so page sections never meet without breathing room. */
.entry-content > .wp-block-group.alignfull > :first-child {
	margin-top: 0;
}

.entry-content > .wp-block-group.alignfull > :last-child {
	margin-bottom: 0;
}

.entry-content > .wp-block-group.alignfull > h2 {
	position: relative;
	padding-top: 1.15rem;
	margin-bottom: 1.5rem;
}

.entry-content > .wp-block-group.alignfull > h2::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 42px;
	height: 3px;
	border-radius: 999px;
	background: var(--gdl-leaf);
	content: "";
}

.entry-content > .wp-block-group.alignfull > h2.has-text-align-center::before {
	left: 50%;
	transform: translateX(-50%);
}

.entry-content > .wp-block-group.alignfull > p + h2 {
	margin-top: clamp(3rem, 5vw, 4.25rem);
}

.entry-content > .wp-block-group.alignfull > p + h3 {
	margin-top: clamp(2.15rem, 3.5vw, 3rem);
}

.entry-content > .wp-block-group.alignfull > .wp-block-buttons {
	margin-top: 1.6rem;
	margin-bottom: 0;
}

.entry-content > .wp-block-group.alignfull > p + .gform_wrapper,
.entry-content > .wp-block-group.alignfull > p + [class*="gform_wrapper"] {
	margin-top: 2.25rem;
}

.home .entry-content .mai-grid.entries-grid {
	display: none;
}

.entry-content img {
	border-radius: var(--gdl-radius-small);
}

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

.home .entry-title {
	font-size: clamp(2.6rem, 6vw, 5.15rem);
}

.home .entry-content {
	width: min(100%, var(--gdl-content));
}

.gdl-service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1.35rem, 2.2vw, 1.9rem);
	width: min(calc(100vw - 56px), var(--gdl-wrap));
	max-width: none !important;
	margin: 2.75rem auto 3.5rem !important;
	transform: none;
}

.gdl-service-card {
	position: relative;
	display: flex;
	flex-direction: column;
	background: linear-gradient(180deg, #fff 0%, #fcfdfb 100%);
	border: 1px solid rgb(16 60 41 / 8%);
	border-radius: var(--gdl-radius);
	box-shadow: 0 10px 32px rgb(18 43 29 / 7%);
	overflow: hidden;
	transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
}

.gdl-service-card:hover {
	border-color: rgb(65 140 72 / 24%);
	box-shadow: var(--gdl-shadow);
	transform: translateY(-6px);
}

.gdl-service-card__image {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.gdl-service-card__image img {
	width: 100%;
	height: 100% !important;
	border-radius: 0;
	object-fit: cover;
	transition: transform 450ms ease;
}

.gdl-service-card:hover .gdl-service-card__image img {
	transform: scale(1.035);
}

.gdl-service-card__body {
	position: relative;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-height: 0;
	padding: clamp(1.35rem, 2.2vw, 1.75rem) clamp(1.35rem, 2.3vw, 1.8rem) clamp(1.5rem, 2.5vw, 1.9rem);
}

.gdl-service-card__number {
	display: block;
	margin-bottom: 0.8rem;
	color: var(--gdl-accent);
	font-size: 0.7rem;
	font-weight: 850;
	letter-spacing: 0.15em;
	line-height: 1;
}

.gdl-service-card h3 {
	padding: 0;
	margin: 0 0 1.25rem;
	background: none;
	border: 0;
	box-shadow: none;
	font-size: clamp(1.35rem, 2vw, 1.72rem);
	line-height: 1.12;
}

.gdl-service-card h3 a {
	text-decoration: none;
}

.gdl-service-card__more {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 0.4rem;
	margin-top: auto;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
}

.gdl-service-card__more span {
	transition: transform 180ms ease;
}

.gdl-service-card__more:hover span {
	transform: translateX(4px);
}

.home .entry-content > h2 {
	position: relative;
	padding-top: clamp(2.2rem, 5vw, 4rem);
	margin-top: clamp(2.5rem, 7vw, 5.5rem);
	border-top: 0;
	text-align: center;
}

.home .entry-content > h2::before {
	position: absolute;
	top: -2px;
	left: 50%;
	width: 78px;
	height: 4px;
	border-radius: 999px;
	background: var(--gdl-accent);
	content: "";
	transform: translateX(-50%);
}

.home .entry-content > h2 + p {
	max-width: 760px;
	text-align: center;
}

.entry-content > .wp-block-buttons {
	margin-top: 1.75rem;
	margin-bottom: 2rem;
}

.entry-content > .wp-block-buttons + h2,
.entry-content > .wp-block-button + h2 {
	margin-top: 4.5rem;
}

.entry-content > p + .gform_wrapper,
.entry-content > p + .wpforms-container,
.entry-content > p + .frm_forms,
.entry-content > p + .wpcf7 {
	margin-top: 2.25rem;
}

.entry-content > h2.has-text-align-center::before,
.entry-content > .has-text-align-center h2::before {
	left: 50%;
	transform: translateX(-50%);
}

.home .entry-content > h3 {
	padding: 1.5rem;
	background: var(--gdl-surface);
	border: 1px solid var(--gdl-line);
	border-left: 5px solid var(--gdl-leaf);
	border-radius: var(--gdl-radius-small);
	box-shadow: var(--gdl-shadow-soft);
}

.home .entry-content > h3 + p {
	padding-inline: 1.5rem;
}

.wp-block-cover,
.wp-block-media-text,
.wp-block-group.has-background {
	border-radius: var(--gdl-radius);
	overflow: hidden;
}

.wp-block-columns {
	gap: clamp(1.1rem, 3vw, 2rem);
}

.wp-block-column {
	min-width: 0;
}

.wp-block-column > :first-child {
	margin-top: 0;
}

.wp-block-column:has(> .wp-block-image:first-child) {
	background: var(--gdl-surface);
	border: 1px solid var(--gdl-line);
	border-radius: var(--gdl-radius);
	box-shadow: var(--gdl-shadow-soft);
	overflow: hidden;
}

.wp-block-column:has(> .wp-block-image:first-child) > :not(.wp-block-image) {
	margin-right: 1.25rem;
	margin-left: 1.25rem;
}

.wp-block-column:has(> .wp-block-image:first-child) > :last-child {
	margin-bottom: 1.4rem;
}

.wp-block-column:has(> .wp-block-image:first-child) .wp-block-image img {
	width: 100%;
	border-radius: 0;
}

.wp-element-button,
.gdl-button,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.7rem 1.15rem;
	border: 1px solid var(--gdl-forest);
	border-radius: 999px;
	background: var(--gdl-forest);
	color: #fff;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.wp-element-button:hover,
.wp-element-button:focus,
.button:hover,
.button:focus,
.gdl-button:hover,
.gdl-button:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: var(--gdl-leaf);
	background: var(--gdl-leaf);
	color: #fff;
	transform: translateY(-1px);
}

.is-style-outline > .wp-block-button__link {
	background: transparent;
	color: var(--gdl-forest);
}

.is-style-gdl-callout {
	position: relative;
	padding: clamp(1.6rem, 4vw, 3rem);
	background: var(--gdl-forest);
	border-radius: var(--gdl-radius);
	box-shadow: var(--gdl-shadow);
	color: #fff;
	overflow: hidden;
}

.is-style-gdl-callout::before {
	position: absolute;
	top: -90px;
	right: -70px;
	width: 220px;
	height: 220px;
	border: 1px solid rgb(255 255 255 / 18%);
	border-radius: 50%;
	content: "";
}

.is-style-gdl-callout h2,
.is-style-gdl-callout h3,
.is-style-gdl-callout a:not(.wp-element-button) {
	color: #fff;
}

.is-style-gdl-callout .wp-element-button {
	border-color: var(--gdl-accent);
	background: var(--gdl-accent);
	color: var(--gdl-forest-deep);
}

.is-style-gdl-feature-section {
	padding: clamp(1.4rem, 4vw, 2.5rem);
	background: var(--gdl-surface);
	border: 1px solid var(--gdl-line);
	border-left: 5px solid var(--gdl-leaf);
	border-radius: var(--gdl-radius-small);
	box-shadow: var(--gdl-shadow-soft);
}

.is-style-gdl-highlight-list {
	padding-left: 0;
	list-style: none;
}

.is-style-gdl-highlight-list li {
	position: relative;
	padding-left: 1.8rem;
	margin-bottom: 0.65rem;
}

.is-style-gdl-highlight-list li::before {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--gdl-leaf);
	font-weight: 900;
	content: "✓";
}

.is-style-gdl-editorial-image img {
	box-shadow: var(--gdl-shadow);
}

.wp-block-separator {
	width: 90px;
	margin-block: 2.5rem;
	border-color: var(--gdl-accent);
}

/* Forms, including Gravity Forms */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="number"],
input[type="date"],
select,
textarea,
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
	width: 100%;
	padding: 0.78rem 0.9rem;
	border: 1px solid #cbd2c9;
	border-radius: 7px;
	background: var(--gdl-surface);
	color: var(--gdl-ink);
	box-shadow: inset 0 1px 2px rgb(20 40 25 / 4%);
}

input:focus,
select:focus,
textarea:focus {
	border-color: var(--gdl-leaf);
	outline: 3px solid rgb(95 127 61 / 18%);
}

label,
.gform_wrapper.gravity-theme .gfield_label {
	color: var(--gdl-forest-deep);
	font-size: 0.92rem;
	font-weight: 800;
}

.gform_wrapper {
	width: min(100%, 960px);
	max-width: 960px;
	padding: clamp(1.25rem, 4vw, 2.4rem);
	margin-right: auto;
	margin-left: auto;
	background: var(--gdl-surface);
	border: 1px solid var(--gdl-line);
	border-radius: var(--gdl-radius);
	box-shadow: var(--gdl-shadow-soft);
}

.entry-content > .gform_wrapper,
.entry-content > .wpforms-container,
.entry-content > .frm_forms,
.entry-content > .wpcf7,
.entry-content > [class*="forminator"] {
	width: min(100%, 960px) !important;
	margin-right: auto !important;
	margin-left: auto !important;
	padding: clamp(1.4rem, 3vw, 2.4rem) !important;
	background: var(--gdl-surface);
	border: 1px solid var(--gdl-line);
	border-radius: var(--gdl-radius);
	box-shadow: var(--gdl-shadow-soft);
}

.gform_wrapper *,
.gform_wrapper .gform_fields,
.gform_wrapper .gfield,
.gform_wrapper .ginput_container {
	min-width: 0;
	max-width: 100%;
}

.gform_wrapper input[type="file"] {
	max-width: 100%;
}

/* Smash Balloon shows this only to logged-in administrators. The warning is
 * already available in wp-admin and must not cover the preview or CTA. */
.sbi-critical-notice {
	display: none !important;
}

#sbi_mod_error {
	display: none !important;
}

/* The legacy WhatsApp block on the contact page uses a white SVG. Give the
 * icon its proper brand surface so it remains visible on the paper background. */
.entry-content .wp-social-link-whatsapp {
	background: #2f9147 !important;
	color: #fff !important;
	box-shadow: 0 8px 24px rgb(47 145 71 / 20%);
}

.entry-content .wp-social-link-whatsapp:hover,
.entry-content .wp-social-link-whatsapp:focus-within {
	background: #247b39 !important;
	transform: translateY(-2px);
}

/* The dedicated theme owns mobile conversion actions. Hide the legacy
 * floating plugin bar to prevent duplicated or overlapping controls. */
.gdl-theme .wac-stickytext,
.gdl-theme .wac-leftm {
	display: none !important;
}

.gdl-mobile-actions {
	position: fixed;
	z-index: 9999;
	right: 24px;
	bottom: 22px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.45rem;
	padding: 6px;
	border: 1px solid rgb(16 60 41 / 12%);
	border-radius: 16px;
	background: rgb(255 255 255 / 92%);
	box-shadow: 0 15px 42px rgb(9 34 22 / 18%);
	backdrop-filter: blur(14px);
}

.gdl-mobile-actions a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.52rem;
	min-height: 43px;
	padding: 0.62rem 0.9rem;
	border-radius: 999px;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.015em;
	line-height: 1;
	text-decoration: none;
	transition: box-shadow 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.gdl-mobile-actions a:hover,
.gdl-mobile-actions a:focus {
	color: #fff;
	transform: translateY(-2px);
}

.gdl-mobile-actions__whatsapp {
	background: #2f9147;
}

.gdl-mobile-actions__whatsapp:hover,
.gdl-mobile-actions__whatsapp:focus {
	background: #247b39;
}

.gdl-mobile-actions__whatsapp img {
	width: 20px;
	height: 20px;
	border-radius: 0;
	filter: brightness(0) invert(1);
	object-fit: contain;
}

.gdl-mobile-actions__quote {
	background: var(--gdl-accent);
	color: var(--gdl-forest-deep) !important;
}

.gdl-mobile-actions__quote:hover,
.gdl-mobile-actions__quote:focus {
	background: #d1a55f;
	color: var(--gdl-forest-deep) !important;
}

.gdl-action-label--compact {
	display: none;
}

.gform_wrapper .gfield_description,
.gform_wrapper .gform_fileupload_rules {
	color: var(--gdl-muted);
	font-size: 0.82rem;
}

.gform_wrapper .validation_message,
.gform_wrapper .gform_validation_errors {
	color: #8b1e1e;
}

/* Galleries and legacy Mai content compatibility */
.wp-block-gallery,
.blocks-gallery-grid,
.tiled-gallery {
	gap: 0.7rem;
}

.wp-block-gallery img,
.tiled-gallery img {
	border-radius: var(--gdl-radius-small);
}

.mai-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
	gap: 1.4rem;
}

.mai-card,
.mai-column {
	background: var(--gdl-surface);
	border: 1px solid var(--gdl-line);
	border-radius: var(--gdl-radius);
	overflow: hidden;
}

.mai-card-content,
.mai-column-content {
	padding: 1.25rem;
}

/* Breadcrumbs and pagination */
.breadcrumb {
	width: min(100%, var(--gdl-content));
	margin: 0 auto 1.5rem;
	color: var(--gdl-muted);
	font-size: 0.82rem;
}

.pagination {
	margin-top: 2.5rem;
	text-align: center;
}

.pagination ul {
	display: flex;
	justify-content: center;
	gap: 0.4rem;
	padding: 0;
	list-style: none;
}

.pagination a,
.pagination .active a {
	display: grid;
	place-items: center;
	min-width: 42px;
	min-height: 42px;
	padding: 0.3rem;
	border: 1px solid var(--gdl-line);
	border-radius: 50%;
	background: var(--gdl-surface);
	text-decoration: none;
}

/* Footer */
.gdl-footer-directory {
	padding-block: clamp(3.25rem, 6vw, 5rem) clamp(2.2rem, 4vw, 3.25rem);
	background: var(--gdl-forest);
	color: rgb(255 255 255 / 78%);
}

.gdl-footer-directory__grid {
	display: grid;
	grid-template-columns: minmax(250px, 1.35fr) minmax(230px, 1.2fr) minmax(150px, 0.72fr) minmax(150px, 0.72fr);
	gap: clamp(2rem, 4vw, 3.75rem);
}

.gdl-footer-directory__logo {
	display: inline-block;
	margin-bottom: 1.45rem;
}

.gdl-footer-directory__logo img {
	width: auto;
	max-width: 205px;
	max-height: 82px;
	border-radius: 0;
}

.gdl-footer-directory address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: 1.65;
}

.gdl-footer-directory__contacts {
	display: grid;
	gap: 0.22rem;
	margin: 0 0 1.25rem;
}

.gdl-footer-directory a {
	color: #fff;
	text-decoration-color: rgb(255 255 255 / 28%);
}

.gdl-footer-directory a:hover,
.gdl-footer-directory a:focus {
	color: #efd8ab;
}

.gdl-footer-directory__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	padding-bottom: 0.18rem;
	border-bottom: 1px solid rgb(223 195 143 / 58%);
	color: #efd8ab !important;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.055em;
	text-decoration: none;
	text-transform: uppercase;
}

.gdl-footer-directory__cta:hover,
.gdl-footer-directory__cta:focus {
	border-bottom-color: #efd8ab;
	color: #fff !important;
}

.gdl-footer-directory__nav h2 {
	padding: 0;
	margin: 0 0 1.1rem;
	color: #efd8ab;
	font-family: var(--gdl-font-body) !important;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.gdl-footer-directory__nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.gdl-footer-directory__nav li {
	margin: 0 0 0.48rem;
}

.gdl-footer-directory__nav a {
	font-size: 0.88rem;
	line-height: 1.45;
	text-decoration: none;
}

.gdl-footer-directory__summary {
	max-width: 980px;
	padding-top: clamp(1.6rem, 3vw, 2.35rem);
	margin: clamp(2rem, 4vw, 3.25rem) 0 0;
	border-top: 1px solid rgb(255 255 255 / 14%);
	color: rgb(255 255 255 / 68%);
	font-size: 0.84rem;
	line-height: 1.65;
}

.gdl-footer-directory__summary strong {
	color: #fff;
}

.gdl-eyebrow {
	color: #dfc38f;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.gdl-button--light {
	border-color: var(--gdl-accent);
	background: var(--gdl-accent);
	color: var(--gdl-forest-deep);
	box-shadow: 0 10px 30px rgb(0 0 0 / 18%);
	font-size: 0.92rem;
	letter-spacing: 0.015em;
}

.gdl-button--light:hover,
.gdl-button--light:focus {
	border-color: #e1bd7c;
	background: #e1bd7c;
	color: var(--gdl-forest-deep);
}

.footer-widgets {
	padding-block: clamp(2.8rem, 7vw, 5.5rem);
	background: var(--gdl-forest);
	color: rgb(255 255 255 / 82%);
}

.footer-widgets > .wrap {
	display: grid;
	grid-template-columns: 1.25fr repeat(3, 1fr);
	gap: clamp(1.6rem, 4vw, 3rem);
}

.footer-widget-area {
	width: auto;
	margin: 0;
}

.footer-widgets .widget {
	margin: 0 0 1.5rem;
}

.footer-widgets .widget-title,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4 {
	margin-top: 0;
	color: #fff;
	font-size: 1.18rem;
}

.footer-widgets a {
	color: #fff;
	text-decoration-color: rgb(255 255 255 / 35%);
}

.footer-widgets ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-widgets li {
	margin-bottom: 0.48rem;
}

.site-footer {
	padding-block: 1.25rem;
	background: var(--gdl-forest-deep);
	color: rgb(255 255 255 / 72%);
	font-size: 0.82rem;
	text-align: center;
}

.site-footer p {
	margin: 0;
}

.site-footer a {
	color: #fff;
}

@media (max-width: 960px) {
	.gdl-topbar__message,
	.gdl-topbar__email {
		display: none;
	}

	.gdl-topbar__inner {
		justify-content: flex-end;
	}

	.site-header > .wrap {
		min-height: 108px;
	}

	.header-widget-area {
		display: none;
	}

	.gdl-menu-toggle {
		display: inline-flex;
		margin-left: auto;
	}

	.nav-primary {
		position: fixed;
		top: 150px;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		height: auto;
		max-height: none;
		overflow-y: auto;
		overscroll-behavior: contain;
		background: linear-gradient(180deg, #fff 0%, #f7f6ef 100%);
		box-shadow: var(--gdl-shadow);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-10px);
		transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
		visibility: hidden;
	}

	.nav-primary.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
		visibility: visible;
	}

	.genesis-nav-menu {
		display: block;
		padding-block: 1.1rem 6rem;
	}

	.genesis-nav-menu a {
		min-height: 56px;
		padding: 0.75rem 0.9rem;
		border-radius: 8px;
		font-size: 1rem;
	}

	.genesis-nav-menu > .menu-item + .menu-item {
		border-top: 1px solid var(--gdl-line);
	}

	.genesis-nav-menu > .menu-item-has-children > a {
		padding-right: 3rem;
	}

	.genesis-nav-menu .gmam-submenu-toggle {
		right: 0.55rem;
		width: 34px;
		height: 34px;
	}

	.genesis-nav-menu .current-menu-item > a::after,
	.genesis-nav-menu .current-menu-ancestor > a::after {
		display: none;
	}

	.genesis-nav-menu .sub-menu {
		position: static;
		width: 100%;
		padding: 0.15rem 0 0.55rem 0.85rem;
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		opacity: 1;
	}

	.genesis-nav-menu .sub-menu a {
		min-height: 48px;
		padding: 0.62rem 0.8rem;
		font-size: 0.92rem;
		font-weight: 600;
	}

	.gdl-menu-open {
		overflow: hidden;
	}

	.footer-widgets > .wrap {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

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

@media (max-width: 640px) {
	body {
		font-size: 17px;
	}

	.site-container {
		padding-bottom: calc(4.5rem + env(safe-area-inset-bottom, 0px));
	}

	.gdl-topbar {
		display: none;
	}

	.wrap,
	.entry-content > .alignwide {
		width: min(calc(100% - 28px), var(--gdl-wrap));
	}

	.gdl-topbar__inner,
	.gdl-topbar__contacts {
		gap: 0.55rem;
		justify-content: center;
	}

	.gdl-topbar__contacts > * + * {
		padding-left: 0.55rem;
	}

	.gdl-topbar__cta {
		font-size: 0.76rem;
	}

	.site-header > .wrap {
		gap: 0.75rem;
		min-height: 92px;
		padding-block: 0.45rem;
	}

	.nav-primary {
		top: 92px;
	}

	.title-area {
		flex: 1 1 auto;
		gap: 0;
	}

	.site-description {
		display: none;
	}

	.custom-logo-link {
		min-width: 0;
	}

	.gdl-menu-toggle__label {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.custom-logo {
		width: min(168px, 56vw);
		max-width: min(168px, 56vw);
		max-height: 74px;
	}

	.gdl-menu-toggle {
		flex: 0 0 auto;
		margin-left: auto;
		padding: 0.62rem;
	}

	.site-inner {
		padding-block: 2.2rem;
	}

	.entry-title {
		font-size: clamp(2.1rem, 10vw, 2.65rem);
		line-height: 1.04;
	}

	.gdl-hero {
		min-height: 460px;
	}

	.gdl-hero__slide {
		align-items: start;
	}

	.gdl-hero__slide::before {
		background: linear-gradient(0deg, rgb(8 31 19 / 82%) 0%, rgb(8 31 19 / 18%) 72%);
	}

	.gdl-hero__content {
		padding-top: 5.25rem;
		padding-bottom: 7rem;
	}

	.gdl-hero__title {
		max-width: 280px;
		margin-bottom: 0;
		font-size: clamp(2.35rem, 12vw, 3.35rem);
	}

	.gdl-hero__content > .gdl-button {
		display: none;
	}

	.gdl-hero__controls {
		bottom: 8.5rem;
	}

	.gdl-hero__arrow {
		width: 40px;
		height: 40px;
	}

	.gdl-hero__count {
		display: none;
	}

	.gdl-service-grid {
		grid-template-columns: 1fr;
		width: 100%;
		margin: 2.15rem 0 3rem;
		transform: none;
	}

	.entry-header {
		text-align: left;
	}

	.home .entry-content > h3,
	.home .entry-content > h3 + p {
		padding-inline: 1rem;
	}

	.gform_wrapper {
		padding: 1rem;
	}

	.gform_wrapper .gform_fields {
		display: grid;
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.gform_wrapper .gfield {
		grid-column: 1 / -1 !important;
	}

	.gdl-mobile-actions {
		position: fixed;
		z-index: 99999;
		right: auto;
		bottom: max(10px, env(safe-area-inset-bottom, 0px));
		left: 50%;
		display: grid;
		grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
		width: min(calc(100% - 24px), 420px);
		padding: 0;
		border: 1px solid rgb(16 60 41 / 18%);
		border-radius: 9px;
		background: var(--gdl-surface);
		box-shadow: 0 14px 38px rgb(9 34 22 / 24%);
		backdrop-filter: none;
		overflow: hidden;
		transform: translateX(-50%);
	}

	.gdl-mobile-actions a {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0.48rem;
		min-width: 0;
		min-height: 49px;
		padding: 0.58rem 0.7rem;
		border-radius: 0;
		color: #fff;
		font-size: 0.78rem;
		font-weight: 800;
		letter-spacing: 0.02em;
		line-height: 1;
		text-decoration: none;
	}

	.gdl-mobile-actions a:hover,
	.gdl-mobile-actions a:focus {
		color: #fff;
		transform: none;
	}

	.gdl-mobile-actions__whatsapp {
		background: #2f9147;
	}

	.gdl-mobile-actions__whatsapp:hover,
	.gdl-mobile-actions__whatsapp:focus {
		background: #247b39;
	}

	.gdl-mobile-actions__whatsapp img {
		width: 21px;
		height: 21px;
		border-radius: 0;
		object-fit: contain;
	}

	.gdl-mobile-actions__quote {
		background: var(--gdl-forest);
		color: #fff !important;
	}

	.gdl-mobile-actions__quote:hover,
	.gdl-mobile-actions__quote:focus {
		background: var(--gdl-forest-deep);
		color: #fff !important;
	}

	.gdl-action-label--compact {
		display: inline;
	}

	.gdl-action-label--full {
		display: none;
	}

	.footer-widgets > .wrap {
		grid-template-columns: 1fr;
	}

	.gdl-footer-directory__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 2.3rem 1.5rem;
	}

	.gdl-footer-directory__brand,
	.gdl-footer-directory__nav:first-of-type {
		grid-column: 1 / -1;
	}

	.gdl-footer-directory__nav:first-of-type ul {
		columns: 2;
		column-gap: 1.5rem;
	}

	.gdl-footer-directory__nav:first-of-type li {
		break-inside: avoid;
	}
}

@media (max-width: 480px) {
	.gdl-topbar__phone {
		display: none;
	}

	.gdl-topbar__contacts > * + * {
		padding-left: 0;
		border-left: 0;
	}

	.gdl-topbar .gdl-topbar__cta {
		min-height: 32px;
		padding: 0.32rem 0.68rem;
		font-size: 0.7rem;
	}
}

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

@media print {
	.gdl-topbar,
	.nav-primary,
	.gdl-menu-toggle,
	.gdl-mobile-actions,
	.footer-widgets,
	.site-footer,
	.wp-block-buttons,
	.gform_wrapper {
		display: none !important;
	}

	body,
	.site-header {
		background: #fff;
		color: #000;
	}

	.site-inner {
		padding: 0;
	}

	a {
		color: #000;
		text-decoration: underline;
	}
}
