/*
Theme Name: ArteXenia Child v2
Theme URI: https://artexenia.it/
Description: Tema figlio Astra v2 per il redesign fotografico ArteXenia.
Author: ArteXenia
Template: astra
Version: 2.0.0
Text Domain: artexenia-child-v2
Requires at least: 6.7
Requires PHP: 7.4
*/

@font-face {
	font-display: block;
	font-family: "DM Serif Display";
	font-style: normal;
	font-weight: 400;
	src: url("assets/fonts/DMSerifDisplay-Regular.woff2") format("woff2");
}

@font-face {
	font-display: block;
	font-family: "DM Serif Display";
	font-style: italic;
	font-weight: 400;
	src: url("assets/fonts/DMSerifDisplay-Italic.woff2") format("woff2");
}

@font-face {
	font-display: block;
	font-family: "Source Sans 3";
	font-style: normal;
	font-weight: 200 900;
	src: url("assets/fonts/SourceSans3-wght.woff2") format("woff2");
}

@font-face {
	font-display: block;
	font-family: "Source Sans 3";
	font-style: italic;
	font-weight: 200 900;
	src: url("assets/fonts/SourceSans3-Italic-wght.woff2") format("woff2");
}

:root {
	--ax-ink: #2d2522;
	--ax-ink-soft: #5f514b;
	--ax-cream: #fbf7f1;
	--ax-paper: #fffdf9;
	--ax-blush: #f3e4df;
	--ax-rose: #9b4f58;
	--ax-rose-dark: #743640;
	--ax-sage: #6f7962;
	--ax-gold: #b58a52;
	--ax-line: #e6d9d0;
	--ax-shadow: 0 18px 50px rgba(55, 40, 34, 0.11);
	--ax-radius-sm: 0.6rem;
	--ax-radius: 1.15rem;
	--ax-radius-lg: 2rem;
	--ax-content: 74rem;
	--ax-reading: 46rem;
	--ax-page-gutter: clamp(1rem, 4vw, 3rem);
	--ax-header-control-size: 3.25rem;
	--ax-header-row-height: 5.5rem;
	--ax-admin-bar-offset: 0px;
	--ax-sticky-offset: calc(var(--ax-header-row-height) + var(--ax-admin-bar-offset) + 1rem);
	--ax-card-media-ratio: 4 / 3;
	--ax-space-1: clamp(0.7rem, 0.62rem + 0.3vw, 0.95rem);
	--ax-space-2: clamp(1rem, 0.88rem + 0.55vw, 1.45rem);
	--ax-space-3: clamp(1.5rem, 1.22rem + 1.1vw, 2.4rem);
	--ax-space-4: clamp(2.25rem, 1.65rem + 2.4vw, 4.25rem);
	--ax-space-5: clamp(3.5rem, 2.7rem + 3vw, 5.5rem);
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: var(--ax-sticky-offset);
	scrollbar-gutter: stable;
}

body {
	background: var(--ax-paper);
	color: var(--ax-ink);
	font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
	font-size: clamp(1rem, 0.97rem + 0.12vw, 1.075rem);
	font-synthesis: none;
	line-height: 1.62;
	text-rendering: optimizeLegibility;
}

body.ax-redesign-page {
	overflow-wrap: anywhere;
}

body.ax-mobile-menu-open {
	overflow: hidden;
	overscroll-behavior: none;
}

.site-content :where([id]) {
	scroll-margin-top: var(--ax-sticky-offset);
}

body.ax-redesign-page .site-content {
	background: var(--ax-paper);
}

body.ax-redesign-page.ast-page-builder-template .site-content > .ast-container {
	display: block;
	max-width: none;
	padding-inline: 0;
}

body.ax-redesign-page.ast-page-builder-template #primary {
	margin: 0;
	padding: 0;
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.main-header-menu > .menu-item > .menu-link {
	color: var(--ax-ink);
	font-family: "DM Serif Display", Georgia, serif;
	font-weight: 400;
	letter-spacing: -0.018em;
	line-height: 1.12;
}

h1 {
	font-size: clamp(2.65rem, 2rem + 3.1vw, 4.9rem);
}

h2 {
	font-size: clamp(2.05rem, 1.65rem + 1.8vw, 3.25rem);
}

h3 {
	font-size: clamp(1.45rem, 1.3rem + 0.6vw, 1.9rem);
}

body.page-id-3 .ast-article-single {
	padding-block: clamp(3.25rem, 5vw, 5.5rem);
}

body.page-id-3 .entry-header {
	margin-bottom: clamp(1.5rem, 2.5vw, 2.25rem);
}

body.page-id-3 :is(.entry-title, .entry-content h1) {
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(2.75rem, 2.05rem + 3vw, 4.7rem) !important;
	font-weight: 400 !important;
	letter-spacing: -0.018em;
	line-height: 1.04 !important;
	margin: 0 !important;
	max-width: 18ch;
}

body.page-id-3 .entry-content {
	font-size: 1.02rem;
}

body.page-id-3 .entry-content > * {
	margin-left: 0 !important;
	margin-right: auto !important;
}

body.page-id-3 .entry-content > .ax-kicker:first-child {
	display: none;
}

body.page-id-3 .entry-content h2 {
	line-height: 1.08;
	margin-bottom: 0.75rem;
	margin-top: clamp(2.15rem, 3.5vw, 3.25rem);
}

body.page-id-3 .entry-content p {
	line-height: 1.72;
	max-width: 76ch !important;
}

p,
li {
	color: var(--ax-ink-soft);
}

a {
	color: var(--ax-rose-dark);
	text-decoration-thickness: 0.09em;
	text-underline-offset: 0.18em;
}

a:hover {
	color: var(--ax-rose);
}

:where(a, button, input, textarea, select, summary, [tabindex]):focus-visible {
	border-radius: 0.2rem;
	outline: 3px solid #176b87;
	outline-offset: 4px;
}

::selection {
	background: var(--ax-rose);
	color: #fff;
}

.ast-container,
.site-below-footer-wrap {
	max-width: var(--ax-content);
}

.site-primary-header-wrap {
	box-sizing: border-box;
	max-width: calc(var(--ax-content) + var(--ax-page-gutter) + var(--ax-page-gutter));
	padding-inline: var(--ax-page-gutter);
}

.ax-redesign-page .site-main,
.ax-redesign-page .entry-content {
	margin: 0;
}

.ax-redesign-page .entry-content > * {
	margin-block-start: 0;
}

.ax-redesign-page .entry-content :where(h1, h2, h3, h4, h5, h6) {
	margin-block-start: 0;
}

.ax-redesign-page .entry-content :where(p) {
	line-height: 1.62;
	margin-block-start: 0;
}

.ax-redesign-page :is(.ax-hero, .ax-section) :where(h1, h2) {
	text-wrap: balance;
}

.ax-redesign-page :is(.ax-hero, .ax-section) h1 {
	line-height: 1.04 !important;
}

.ax-redesign-page :is(.ax-hero, .ax-section) h2 {
	line-height: 1.08 !important;
}

.ax-redesign-page .ax-section > h1 {
	margin-bottom: var(--ax-space-2) !important;
}

.ax-redesign-page .wp-block-columns {
	gap: clamp(2rem, 4vw, 4.5rem);
	margin-bottom: 0;
}

.ax-section {
	padding: var(--ax-space-5) var(--ax-page-gutter);
}

.ax-section > * {
	margin-inline: auto;
	max-width: var(--ax-content);
	width: 100%;
}

.ax-section > :is(.ax-kicker, h1, .ax-lead, .wp-block-buttons) {
	box-sizing: border-box;
	margin-inline: auto !important;
	max-width: var(--ax-content) !important;
	width: 100%;
}

.ax-section > .ax-lead {
	padding-inline-end: clamp(0rem, calc(100% - 42rem), 32rem);
}

.ax-section--compact {
	padding-block: var(--ax-space-4);
}

.ax-section--cream {
	background: var(--ax-cream);
}

.ax-section--blush {
	background:
		radial-gradient(circle at 90% 10%, rgba(181, 138, 82, 0.14), transparent 30rem),
		var(--ax-blush);
}

.ax-section--ink {
	background: var(--ax-ink);
	color: #fff;
}

.ax-section--ink :where(h1, h2, h3, p, li, a) {
	color: #fff;
}

.ax-kicker {
	color: var(--ax-rose-dark);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin-bottom: var(--ax-space-1);
	text-transform: uppercase;
}

.ax-lead {
	color: var(--ax-ink-soft);
	font-size: clamp(1.14rem, 1.02rem + 0.55vw, 1.45rem);
	line-height: 1.6;
	max-width: 42rem;
}

.ax-prose {
	max-width: var(--ax-reading);
}

.ax-section-heading {
	margin-bottom: var(--ax-space-3);
	max-width: var(--ax-content);
	width: 100%;
}

.ax-section-heading > * {
	margin-inline: 0 auto !important;
	max-width: 50rem !important;
}

.ax-section-heading p:last-child {
	margin-bottom: 0;
}

/* 404 */
.ax-404__section {
	align-content: center;
	background:
		radial-gradient(circle at 85% 15%, rgba(181, 138, 82, 0.18), transparent 24rem),
		var(--ax-cream);
	display: grid;
	min-height: clamp(34rem, 68vh, 48rem);
}

.ax-404__heading {
	margin-inline: auto;
	text-align: center;
}

.ax-404__heading h1 {
	margin-inline: auto;
	max-width: 14ch;
}

.ax-404__actions {
	justify-content: center;
	margin-bottom: var(--ax-space-4);
}

.ax-404__search {
	background: var(--ax-paper);
	border: 1px solid var(--ax-line);
	border-radius: var(--ax-radius);
	box-shadow: var(--ax-shadow);
	max-width: 42rem;
	padding: clamp(1.2rem, 3vw, 2rem);
}

.ax-404__search label {
	display: block;
	margin-bottom: 0.55rem;
}

.ax-404__search-row {
	align-items: stretch;
	display: flex;
	gap: 0.75rem;
}

.ax-404__search-row input {
	flex: 1 1 auto;
	min-width: 0;
}

.ax-404__search-row .ax-button {
	flex: 0 0 auto;
	min-width: 6.5rem;
	white-space: nowrap;
}

/* Astra header and navigation */
.site-header {
	background: rgba(255, 253, 249, 0.96);
	border-bottom: 1px solid rgba(230, 217, 208, 0.86);
	position: sticky;
	top: var(--ax-admin-bar-offset);
	transition: border-color 180ms ease, box-shadow 180ms ease;
	z-index: 100;
}

.site-header.ax-header-scrolled {
	border-bottom-color: rgba(155, 79, 88, 0.2);
	box-shadow: 0 10px 28px rgba(55, 40, 34, 0.09);
}

@supports (backdrop-filter: blur(14px)) {
	.site-header {
		backdrop-filter: blur(14px);
		background: rgba(255, 253, 249, 0.88);
	}
}

.site-primary-header-wrap {
	min-height: var(--ax-header-row-height);
}

.site-branding {
	align-items: center;
	display: flex;
	line-height: 0;
	padding-block: 0;
}

.custom-logo-link {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(230, 217, 208, 0.72);
	border-radius: 0.85rem;
	display: inline-flex;
	justify-content: center;
	min-height: var(--ax-header-control-size);
	overflow: hidden;
	padding: 0.25rem 0.45rem;
}

.custom-logo-link .custom-logo {
	height: auto;
	max-height: 3.25rem;
	max-width: none;
	object-fit: contain;
	transform: scale(1.45);
	transform-origin: center;
	width: clamp(8.75rem, 11vw, 10.75rem);
}

.site-title a {
	color: var(--ax-ink);
	font-size: clamp(1.55rem, 1.35rem + 0.65vw, 2.1rem);
}

#ast-desktop-header .main-header-menu {
	align-items: center;
}

#ast-desktop-header .main-header-menu > .menu-item {
	align-items: center;
	display: flex;
	min-height: 5.5rem;
}

#ast-desktop-header .main-header-menu > .menu-item > .menu-link {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
	font-size: 0.98rem;
	font-weight: 650;
	letter-spacing: 0.01em;
	line-height: 1.2;
	min-height: var(--ax-header-control-size);
	padding-inline: 0.8rem;
	transition: background-color 160ms ease, color 160ms ease;
	white-space: nowrap;
}

#ast-desktop-header .main-header-menu > .menu-item:not(.ax-menu-cta) > .menu-link:hover {
	background: rgba(155, 79, 88, 0.07);
	color: var(--ax-rose-dark);
}

#ast-desktop-header .main-header-menu > :is(.current-menu-item, .current-menu-ancestor, .current_page_item, .current_page_ancestor):not(.ax-menu-cta) > .menu-link {
	background: rgba(155, 79, 88, 0.1);
	box-shadow: inset 0 -2px 0 rgba(155, 79, 88, 0.58);
	color: var(--ax-rose-dark);
}

#ast-desktop-header .main-header-menu > .menu-item > .menu-link:active,
.main-header-menu .ax-submenu-toggle:active,
.main-header-menu > .ax-menu-cta > .menu-link:active,
.site-header .ast-custom-button:active {
	transform: translateY(1px);
}

.main-header-menu .sub-menu {
	background: var(--ax-paper);
	border: 1px solid var(--ax-line);
	border-radius: var(--ax-radius-sm);
	box-shadow: var(--ax-shadow);
	min-width: 16rem;
	padding: 0.55rem;
}

.main-header-menu .sub-menu .menu-link {
	border-radius: 0.45rem;
	color: var(--ax-ink);
	padding: 0.7rem 0.9rem;
}

.main-header-menu .sub-menu .menu-link:hover,
.main-header-menu .sub-menu .menu-link:focus-visible,
.main-header-menu .sub-menu .current-menu-item > .menu-link,
.main-header-menu .sub-menu .current_page_item > .menu-link {
	background: var(--ax-blush);
	color: var(--ax-rose-dark);
}

.main-header-menu .menu-item-has-children {
	position: relative;
}

.main-header-menu > .menu-item-has-children > .menu-link > :is(.dropdown-menu-toggle, .ast-header-navigation-arrow) {
	display: none !important;
}

.main-header-menu .ax-submenu-toggle {
	align-items: center;
	background: transparent;
	border: 0 !important;
	border-radius: 999px;
	box-shadow: none;
	color: var(--ax-ink);
	cursor: pointer;
	display: inline-flex;
	height: var(--ax-header-control-size);
	justify-content: center;
	margin-inline-start: -0.25rem;
	padding: 0;
	vertical-align: middle;
	width: var(--ax-header-control-size);
}

.main-header-menu .ax-submenu-toggle > :not(.screen-reader-text) {
	display: none !important;
}

.main-header-menu .ax-submenu-toggle::before {
	border-bottom: 1.5px solid currentColor;
	border-right: 1.5px solid currentColor;
	content: "" !important;
	display: block !important;
	font-family: inherit !important;
	height: 0.4rem;
	transform: translateY(-0.14rem) rotate(45deg) !important;
	transition: transform 160ms ease;
	width: 0.4rem;
}

.main-header-menu .ax-submenu-open > .ax-submenu-toggle::before {
	transform: translateY(0.12rem) rotate(225deg) !important;
}

.main-header-menu .ax-submenu-open > .sub-menu {
	display: block !important;
	opacity: 1;
	transform: none;
	visibility: visible;
}

@media (min-width: 922px) {
	#ast-desktop-header .main-header-menu > .menu-item {
		flex-direction: row;
	}

	.main-header-menu > .menu-item-has-children > .menu-link {
		padding-inline-end: 0.35rem;
	}

	.main-header-menu .ax-submenu-open > .sub-menu {
		left: -1rem;
	}

	.main-header-menu .menu-item-has-children > .ax-submenu-toggle {
		display: inline-flex !important;
		height: var(--ax-header-control-size) !important;
		inset: auto !important;
		line-height: 1 !important;
		min-height: var(--ax-header-control-size);
		min-width: 1.75rem;
		position: static !important;
		width: 1.75rem !important;
	}

	.main-header-menu > .menu-item-has-children > .sub-menu {
		top: calc(100% - 0.35rem);
	}
}

.main-header-menu > .ax-menu-cta > .menu-link {
	background: var(--ax-rose-dark);
	border: 2px solid var(--ax-rose-dark);
	border-radius: 999px;
	color: #fff;
	height: var(--ax-header-control-size);
	line-height: 1.2;
	margin-block: auto;
	margin-inline-start: 0.5rem;
	min-height: var(--ax-header-control-size);
	padding-inline: 1.2rem;
}

.main-header-menu > .ax-menu-cta > .menu-link:hover,
.main-header-menu > .ax-menu-cta.current-menu-item > .menu-link {
	background: var(--ax-rose);
	border-color: var(--ax-rose);
	color: #fff;
}

.site-header .ast-custom-button-link {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	height: var(--ax-header-control-size);
	line-height: 1;
	min-height: var(--ax-header-control-size);
	text-decoration: none;
}

.site-header .ast-custom-button {
	align-items: center;
	background: var(--ax-rose);
	border: 2px solid var(--ax-rose);
	border-radius: 999px;
	box-shadow: 0 8px 22px rgba(116, 54, 64, 0.13);
	color: #fff;
	display: inline-flex;
	font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
	font-size: 0.98rem;
	font-weight: 700;
	height: 100%;
	justify-content: center;
	letter-spacing: 0.01em;
	line-height: 1.2;
	min-height: 0;
	padding: 0 1.25rem;
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
	white-space: nowrap;
}

.site-header .ast-custom-button:hover {
	background: var(--ax-rose-dark);
	border-color: var(--ax-rose-dark);
	box-shadow: 0 10px 26px rgba(116, 54, 64, 0.18);
	color: #fff;
	transform: translateY(-1px);
}

.ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
	background: var(--ax-paper);
}

/* Hero */
.ax-hero {
	background:
		linear-gradient(135deg, rgba(251, 247, 241, 0.98), rgba(243, 228, 223, 0.74)),
		var(--ax-cream);
	min-height: min(46rem, calc(100vh - 5.5rem));
	padding: clamp(3rem, 4.6vw, 5rem) var(--ax-page-gutter);
}

.ax-hero > .wp-block-columns {
	align-items: center;
	gap: clamp(2rem, 5vw, 5.5rem);
	margin: 0 auto;
	max-width: var(--ax-content);
	width: 100%;
}

.ax-hero h1 {
	margin-bottom: var(--ax-space-2);
	max-width: 13ch;
}

.ax-hero .ax-lead {
	margin-bottom: var(--ax-space-3);
}

.ax-hero-media {
	isolation: isolate;
	margin: 0 0 0 auto;
	max-width: 32rem;
	position: relative;
	width: 100%;
}

.ax-hero-media::before {
	background: var(--ax-gold);
	border-radius: 50%;
	content: "";
	height: 8rem;
	left: -2rem;
	opacity: 0.2;
	position: absolute;
	top: -2rem;
	width: 8rem;
	z-index: -1;
}

.ax-hero-media img {
	aspect-ratio: 4 / 5;
	border-radius: 9rem 9rem var(--ax-radius-lg) var(--ax-radius-lg);
	box-shadow: var(--ax-shadow);
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.ax-hero--wide .ax-hero-media img {
	aspect-ratio: 16 / 10;
	border-radius: var(--ax-radius-lg);
	height: auto;
}

.ax-story {
	align-items: center;
	gap: clamp(2rem, 5vw, 5rem);
}

.ax-story-media {
	margin: 0 auto;
	max-width: 30rem;
	width: 100%;
}

.ax-story-media img {
	aspect-ratio: 4 / 5;
	border-radius: var(--ax-radius-lg);
	box-shadow: var(--ax-shadow);
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

/* Buttons */
.ax-redesign-page .wp-block-button__link,
.ax-button {
	align-items: center;
	background: var(--ax-rose-dark);
	border: 2px solid var(--ax-rose-dark);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	gap: 0.45rem;
	justify-content: center;
	line-height: 1.2;
	min-height: 3.25rem;
	padding: 0.85rem 1.45rem;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.ax-redesign-page .wp-block-button__link:hover,
.ax-button:hover {
	background: var(--ax-rose);
	border-color: var(--ax-rose);
	box-shadow: 0 10px 24px rgba(116, 54, 64, 0.16);
	color: #fff;
	transform: translateY(-2px);
}

.ax-redesign-page .is-style-outline > .wp-block-button__link {
	background: transparent;
	border-color: var(--ax-ink);
	color: var(--ax-ink);
}

.ax-redesign-page .is-style-outline > .wp-block-button__link:hover {
	background: var(--ax-ink);
	border-color: var(--ax-ink);
	color: #fff;
}

.ax-redesign-page .wp-block-buttons {
	gap: 0.75rem;
}

/* Cards */
.ax-card-grid {
	align-items: stretch;
	display: grid !important;
	gap: clamp(1rem, 2.4vw, 1.8rem);
	grid-auto-rows: 1fr;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.ax-card-grid > *,
.ax-contact-grid > * {
	margin: 0 !important;
	max-width: none !important;
	width: 100%;
}

.ax-card {
	background: var(--ax-paper);
	border: 1px solid var(--ax-line);
	border-radius: var(--ax-radius);
	box-shadow: 0 10px 30px rgba(55, 40, 34, 0.07);
	display: flex;
	flex-direction: column;
	height: 100%;
	min-width: 0;
	overflow: hidden;
	padding: 0;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.ax-card:hover {
	box-shadow: var(--ax-shadow);
	transform: translateY(-4px);
}

.ax-card > :not(.wp-block-image) {
	align-self: stretch;
	margin-inline: var(--ax-space-2) !important;
	max-width: none !important;
	width: auto !important;
}

.ax-card .wp-block-image {
	aspect-ratio: var(--ax-card-media-ratio);
	margin-bottom: var(--ax-space-2);
	overflow: hidden;
	width: 100%;
}

.ax-card img {
	aspect-ratio: auto;
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 320ms cubic-bezier(0.2, 0.7, 0.2, 1);
	width: 100%;
}

.ax-card--lampade-floreali img,
.ax-hero--lampade-floreali .ax-hero-media img {
	object-position: 50% 38%;
}

.ax-card:hover img {
	transform: scale(1.018);
}

.ax-card :where(h2, h3) {
	font-size: clamp(1.55rem, 1.38rem + 0.5vw, 1.95rem);
	line-height: 1.18;
	margin-bottom: 0.65rem;
	min-block-size: 2.36em;
}

.ax-card > :where(h2, h3) + p {
	min-block-size: 4.8em;
}

.ax-card-grid--two .ax-card > :where(h2, h3) + p {
	min-block-size: 3.2em;
}

.ax-card > p:not(.ax-card-link) {
	line-height: 1.58;
	margin-bottom: 1rem;
}

.ax-card .ax-card-link {
	font-weight: 700;
	margin-top: auto;
	padding-top: 0.25rem;
}

.ax-card-link a {
	align-items: center;
	display: inline-flex;
	min-height: 3.125rem;
	min-width: 3.125rem;
}

.ax-card .ax-card-link a::after {
	content: " \2192";
}

.ax-card > :last-child {
	margin-bottom: var(--ax-space-2);
}

.ax-step {
	border-top: 2px solid var(--ax-line);
	padding-top: var(--ax-space-2);
}

.ax-step-number {
	color: var(--ax-rose-dark);
	font-family: "DM Serif Display", Georgia, serif;
	font-size: 2rem;
	line-height: 1;
}

/* Gallery */
.ax-gallery {
	display: grid !important;
	gap: clamp(0.65rem, 1.6vw, 1.2rem);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ax-gallery .wp-block-image {
	border-radius: var(--ax-radius-sm);
	margin: 0;
	overflow: hidden;
}

.ax-gallery img {
	aspect-ratio: 4 / 5;
	border-radius: var(--ax-radius-sm);
	display: block;
	object-fit: cover;
	transition: filter 260ms ease, transform 320ms cubic-bezier(0.2, 0.7, 0.2, 1);
	width: 100%;
}

.ax-gallery a:hover img {
	filter: saturate(1.035);
	transform: scale(1.018);
}

.ax-gallery .wp-block-image:nth-child(5n + 1) img {
	aspect-ratio: 1 / 1;
}

.ax-gallery .wp-block-image:nth-child(7n + 2) {
	grid-column: span 2;
}

.ax-gallery .wp-block-image:nth-child(7n + 2) img {
	aspect-ratio: 2 / 1;
}

.ax-gallery--single {
	grid-template-columns: minmax(0, 48rem);
	justify-content: center;
}

.ax-gallery--single .wp-block-image:nth-child(n) img {
	aspect-ratio: 16 / 9;
	object-position: 50% 42%;
}

/* Contact and forms */
.ax-contact-grid {
	display: grid !important;
	gap: var(--ax-space-2);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ax-contact-card {
	background: var(--ax-cream);
	border: 1px solid var(--ax-line);
	border-radius: var(--ax-radius);
	padding: var(--ax-space-2);
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ax-contact-card:hover {
	background: var(--ax-paper);
	border-color: rgba(155, 79, 88, 0.34);
	box-shadow: 0 12px 30px rgba(55, 40, 34, 0.08);
	transform: translateY(-2px);
}

.ax-contact-card p {
	margin-bottom: 0;
}

.ax-form-shell {
	background: var(--ax-paper);
	border: 1px solid var(--ax-line);
	border-radius: var(--ax-radius);
	box-shadow: var(--ax-shadow);
	padding: clamp(1.2rem, 3vw, 2.6rem);
}

.ax-redesign-page :where(input:not([type="submit"]), textarea, select) {
	background: #fffcf8;
	border: 1px solid #d8cbc3;
	border-radius: 0.45rem;
	color: var(--ax-ink);
	font: inherit;
	min-height: 44px;
	padding: 0.65rem 0.75rem;
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.ax-redesign-page :where(input:not([type="submit"]), textarea, select):focus {
	background: #fff;
	border-color: var(--ax-rose);
	box-shadow: 0 0 0 0.2rem rgba(155, 79, 88, 0.1);
}

.ax-redesign-page textarea {
	min-height: 8.5rem;
}

.ax-redesign-page label {
	color: var(--ax-ink);
	font-weight: 700;
}

.ax-redesign-page .srfm-submit-button {
	align-items: center;
	background: var(--ax-rose-dark);
	border: 2px solid var(--ax-rose-dark);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.01em;
	line-height: 1.2;
	min-height: 3.25rem;
	padding: 0.85rem 1.45rem;
}

.ax-redesign-page .srfm-submit-button:hover {
	background: var(--ax-rose);
	border-color: var(--ax-rose);
	color: #fff;
}

.ax-redesign-page .srfm-submit-button[aria-busy="true"],
.ax-redesign-page form.srfm-form.ax-form-submitting .srfm-submit-button {
	cursor: wait;
	opacity: 0.72;
}

.ax-form-privacy {
	border-top: 1px solid var(--ax-line);
	font-size: 0.92rem;
	margin-top: var(--ax-space-2);
	padding-top: var(--ax-space-1);
}

.ax-form-privacy p {
	margin-bottom: 0.35rem;
}

.ax-privacy-link {
	font-weight: 700;
}

/* Footer */
.site-footer {
	background: var(--ax-ink);
	color: #fff;
}

.site-footer :where(p, li, a, .site-title) {
	color: rgba(255, 255, 255, 0.9);
}

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

.ax-footer-cta {
	background:
		linear-gradient(120deg, rgba(45, 37, 34, 0.96), rgba(116, 54, 64, 0.9)),
		var(--ax-ink);
	border-radius: var(--ax-radius-lg);
	margin-inline: auto;
	max-width: var(--ax-content);
	padding: var(--ax-space-4);
}

.ax-footer-cta :where(h2, p) {
	color: #fff;
}

.ax-site-footer-extra {
	background: var(--ax-ink);
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	color: #fff;
	padding: var(--ax-space-4) var(--ax-page-gutter);
}

.ax-site-footer-extra__inner {
	align-items: center;
	display: grid;
	gap: var(--ax-space-3);
	grid-template-columns: minmax(14rem, 1.4fr) minmax(15rem, 1fr) auto;
	margin-inline: auto;
	max-width: var(--ax-content);
}

.ax-site-footer-extra :where(p, a) {
	color: rgba(255, 255, 255, 0.88);
}

.ax-site-footer-extra__name {
	color: #fff !important;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: 1.8rem;
	line-height: 1.1;
	margin-bottom: 0.55rem;
}

.ax-site-footer-extra__brand p:last-child {
	margin-bottom: 0;
	max-width: 34rem;
}

.ax-site-footer-extra__copyright {
	color: rgba(255, 255, 255, 0.66) !important;
	font-size: 0.88rem;
	margin-top: 1rem;
}

.ax-site-footer-extra__nav ul {
	display: grid;
	gap: 0.35rem 1.2rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.ax-site-footer-extra__nav a {
	text-decoration-color: rgba(255, 255, 255, 0.42);
}

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

.ax-site-footer-extra .ax-button {
	background: #fff;
	border-color: #fff;
	color: var(--ax-ink);
	white-space: nowrap;
}

.ax-site-footer-extra .ax-button:hover {
	background: var(--ax-blush);
	border-color: var(--ax-blush);
	color: var(--ax-ink);
}

.ax-site-footer-extra__actions {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.ax-site-footer-extra__social {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ax-site-footer-extra__social a {
	font-size: 0.92rem;
	font-weight: 700;
}

/* Accessible gallery lightbox */
body.ax-lightbox-open {
	overflow: hidden;
}

.ax-lightbox[hidden] {
	display: none;
}

.ax-lightbox {
	inset: 0;
	position: fixed;
	z-index: 999999;
}

.ax-lightbox__backdrop {
	background: rgba(24, 19, 17, 0.93);
	inset: 0;
	position: absolute;
}

.ax-lightbox__panel {
	align-items: center;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	inset: max(0.75rem, env(safe-area-inset-top)) max(0.75rem, env(safe-area-inset-right)) max(0.75rem, env(safe-area-inset-bottom)) max(0.75rem, env(safe-area-inset-left));
	justify-items: center;
	position: absolute;
}

.ax-lightbox figure {
	display: grid;
	margin: 0;
	max-height: 92vh;
	max-width: min(76rem, 82vw);
	place-items: center;
}

.ax-lightbox__image {
	border-radius: var(--ax-radius-sm);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
	max-height: 82vh;
	max-width: 100%;
	object-fit: contain;
}

.ax-lightbox__caption {
	color: #fff;
	font-size: 0.95rem;
	margin-top: 0.75rem;
	max-width: 60rem;
	text-align: center;
}

.ax-lightbox button {
	align-items: center;
	background: rgba(255, 255, 255, 0.94);
	border: 0;
	border-radius: 999px;
	color: var(--ax-ink);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 2rem;
	height: 3.125rem;
	justify-content: center;
	line-height: 1;
	margin: 0.45rem;
	padding: 0;
	width: 3.125rem;
	z-index: 2;
}

.ax-lightbox__close {
	position: absolute;
	right: 0;
	top: 0;
}

.ax-gallery a[data-ax-lightbox] {
	cursor: zoom-in;
	display: block;
}

/* Keep Joinchat/WhatsApp clear of controls and the footer on small screens. */
.joinchat {
	--bottom: max(1rem, env(safe-area-inset-bottom));
	z-index: 70 !important;
}

body.ast-main-header-nav-open .joinchat {
	opacity: 0 !important;
	pointer-events: none !important;
	visibility: hidden !important;
}

body.ast-main-header-nav-open #ast-scroll-top {
	opacity: 0 !important;
	pointer-events: none !important;
	visibility: hidden !important;
}

#ast-scroll-top.ast-scroll-to-top-right {
	bottom: max(1.5rem, env(safe-area-inset-bottom)) !important;
	right: max(7.75rem, env(safe-area-inset-right)) !important;
}

#ast-scroll-top.ax-back-to-top-ready {
	align-items: center;
	background: var(--ax-ink);
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 999px;
	box-shadow: 0 10px 28px rgba(55, 40, 34, 0.2);
	color: #fff;
	display: flex;
	height: 3.125rem;
	justify-content: center;
	transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
	width: 3.125rem;
	z-index: 60;
}

#ast-scroll-top.ax-back-to-top-ready:hover {
	background: var(--ax-rose-dark);
	box-shadow: 0 12px 30px rgba(55, 40, 34, 0.24);
}

#ast-scroll-top.ax-back-to-top-ready:active {
	transform: translateY(1px);
}

#ast-scroll-top.ax-back-to-top-occluded {
	opacity: 0 !important;
	pointer-events: none !important;
	visibility: hidden !important;
}

@media (min-width: 922px) and (max-width: 1100px) {
	.custom-logo-link .custom-logo {
		transform: scale(1.35);
		width: 7.5rem;
	}

	#ast-desktop-header .main-header-menu > .menu-item > .menu-link {
		font-size: 0.92rem;
		padding-inline: 0.55rem;
	}

	#ast-desktop-header .main-header-menu > .menu-item-has-children > .menu-link {
		padding-inline-end: 0.2rem;
	}

	.main-header-menu .ax-submenu-toggle {
		margin-inline-start: -0.25rem;
		width: 1.65rem !important;
	}

	.site-header .ast-custom-button {
		font-size: 0.82rem;
		padding-block: 0 !important;
		padding-inline: 0.65rem !important;
	}

	.ax-hero h1 {
		font-size: clamp(3.15rem, 5.4vw, 3.6rem);
	}
}

@media (max-width: 921px) {
	:root {
		--ax-header-row-height: 4.75rem;
	}

	body.ax-redesign-page {
		background: var(--ax-ink);
		padding-bottom: max(4.5rem, env(safe-area-inset-bottom));
	}

	.site-primary-header-wrap {
		min-height: var(--ax-header-row-height);
	}

	body.ax-mobile-menu-open .ast-mobile-header-content {
		max-height: calc(100dvh - var(--ax-header-row-height) - var(--ax-admin-bar-offset));
		overflow-y: auto;
		overscroll-behavior: contain;
	}

	.custom-logo-link .custom-logo {
		max-height: 3rem;
		width: 8.9rem;
	}

	.main-header-menu-toggle {
		align-items: center;
		background: rgba(155, 79, 88, 0.045) !important;
		border: 1px solid rgba(155, 79, 88, 0.48) !important;
		border-radius: 999px !important;
		box-shadow: none !important;
		color: var(--ax-rose-dark) !important;
		display: inline-flex;
		height: 3rem;
		justify-content: center;
		min-height: 3rem;
		min-width: 3rem;
		transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
		width: 3rem;
	}

	.main-header-menu-toggle:focus-visible,
	.ast-mobile-popup-content .ax-submenu-toggle:focus-visible,
	#ast-mobile-header .ax-submenu-toggle:focus-visible {
		outline: 3px solid var(--ax-rose-dark) !important;
		outline-offset: 3px;
	}

	:is(.ast-mobile-popup-content, #ast-mobile-header) .main-header-menu .menu-item > .menu-link {
		align-items: center;
		display: flex;
		line-height: 1.3;
		min-height: var(--ax-header-control-size);
		padding-block: 0.7rem;
	}

	:is(.ast-mobile-popup-content, #ast-mobile-header) .main-header-menu :is(.current-menu-item, .current-menu-ancestor, .current_page_item, .current_page_ancestor) > .menu-link {
		background: rgba(155, 79, 88, 0.1);
		color: var(--ax-rose-dark);
	}

	:is(.ast-mobile-popup-content, #ast-mobile-header) .main-header-menu > .ax-menu-cta > .menu-link {
		background: var(--ax-rose-dark) !important;
		border: 2px solid var(--ax-rose-dark) !important;
		color: #fff !important;
		margin: 0.5rem 1rem 1rem !important;
		padding-inline: 1rem;
		width: calc(100% - 2rem) !important;
	}

	#ast-scroll-top.ast-scroll-to-top-right {
		bottom: auto !important;
		left: calc(50% + 2rem) !important;
		right: auto !important;
		top: calc(
			var(--ax-admin-bar-offset) + (var(--ax-header-row-height) - 44px) / 2
		) !important;
	}

	#ast-scroll-top.ax-back-to-top-ready {
		height: 44px;
		width: 44px;
		z-index: 110;
	}

	.ast-mobile-popup-content .main-header-menu .menu-item-has-children > .ax-submenu-toggle {
		display: inline-flex;
		height: var(--ax-header-control-size) !important;
		min-height: var(--ax-header-control-size);
		width: var(--ax-header-control-size) !important;
	}

	.ax-hero {
		min-height: auto;
	}

	.ax-hero-media {
		margin-inline: auto;
	}

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

	.ax-card-grid > :last-child:nth-child(odd) {
		grid-column: 1 / -1;
		justify-self: center;
		max-width: calc((100% - clamp(1rem, 2.4vw, 1.8rem)) / 2) !important;
	}

	.ax-card-grid--two .ax-card > :where(h2, h3) + p {
		min-block-size: 4.8em;
	}

	.ax-site-footer-extra__inner {
		align-items: start;
		grid-template-areas:
			"brand nav"
			"brand actions";
		grid-template-columns: minmax(0, 1.25fr) minmax(15rem, 0.75fr);
	}

	.ax-site-footer-extra__brand {
		grid-area: brand;
	}

	.ax-site-footer-extra__nav {
		grid-area: nav;
	}

	.ax-site-footer-extra__actions {
		grid-area: actions;
	}

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

	.ax-gallery .wp-block-image:nth-child(7n + 2) {
		grid-column: auto;
	}

	.ax-gallery .wp-block-image:nth-child(7n + 2) img {
		aspect-ratio: 4 / 5;
	}

	.ax-contact-card a,
	.ax-form-privacy a,
	.ax-site-footer-extra__nav a,
	.ax-site-footer-extra__social a {
		align-items: center;
		display: inline-flex;
		min-height: 3.125rem;
		min-width: 3.125rem;
	}
}

@media (max-width: 620px) {
	.ax-redesign-page :is(.ax-hero, .ax-section) h1 {
		font-size: clamp(2.45rem, 10.75vw, 2.65rem) !important;
	}

	.ax-section {
		padding-inline: var(--ax-page-gutter);
	}

	.ax-hero {
		padding-inline: var(--ax-page-gutter);
	}

	.ax-hero > .wp-block-columns {
		flex-direction: column;
	}

	.ax-hero .wp-block-column {
		flex-basis: 100% !important;
	}

	.ax-hero-media img {
		aspect-ratio: 4 / 5;
		border-radius: 5rem 5rem var(--ax-radius) var(--ax-radius);
		height: auto;
	}

	.ax-hero-media {
		margin-inline: auto;
	}

	.ax-card-grid,
	.ax-contact-grid {
		grid-auto-rows: auto;
		grid-template-columns: 1fr;
	}

	.ax-card-grid--two {
		grid-template-columns: 1fr;
	}

	.ax-site-footer-extra__inner {
		grid-template-areas:
			"brand"
			"nav"
			"actions";
		grid-template-columns: 1fr;
	}

	.ax-card-grid > :last-child:nth-child(odd) {
		grid-column: auto;
		max-width: none !important;
	}

	.ax-card :where(h2, h3),
	.ax-card > :where(h2, h3) + p,
	.ax-card-grid--two .ax-card > :where(h2, h3) + p {
		min-block-size: 0;
	}

	.ax-site-footer-extra__actions {
		grid-column: auto;
	}

	.ax-lightbox__panel {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: minmax(0, 1fr) auto;
	}

	.ax-lightbox figure {
		grid-column: 1 / -1;
		grid-row: 1;
		max-width: 92vw;
	}

	.ax-lightbox__previous,
	.ax-lightbox__next {
		grid-row: 2;
	}

	.ax-gallery {
		gap: 0.55rem;
	}

	.ax-redesign-page .wp-block-buttons {
		align-items: stretch;
		flex-direction: column;
	}

	.ax-redesign-page .wp-block-button,
	.ax-redesign-page .wp-block-button__link {
		width: 100%;
	}

	.ax-footer-cta {
		border-radius: var(--ax-radius);
	}

	.ax-404__search-row {
		flex-direction: column;
	}
}

@media (max-width: 360px) {
	.ax-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.ax-gallery.ax-gallery--single {
		grid-template-columns: minmax(0, 1fr);
	}

	.ax-gallery--single .wp-block-image:nth-child(n) img {
		aspect-ratio: 4 / 3;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media (forced-colors: active) {
	.ax-card,
	.ax-contact-card,
	.ax-form-shell,
	.ax-lightbox button {
		border: 1px solid CanvasText;
	}
}
