.adr-reception {
	--adr-primary: #8f6a5a;
	--adr-accent: #c9a98f;
	--adr-background: #fffaf7;
	--adr-text: #2f2926;
	--adr-gallery-columns: 3;
	color: var(--adr-text);
	font-family: inherit;
	line-height: 1.65;
}

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

.adr-reception-shell {
	max-width: 1200px;
	margin: 0 auto;
	background: var(--adr-background);
	border-radius: 28px;
	overflow: hidden;
	box-shadow: 0 24px 70px rgba(44, 32, 27, .1);
}

.adr-hero {
	position: relative;
	min-height: clamp(420px, 58vw, 680px);
	display: flex;
	align-items: flex-end;
	isolation: isolate;
}

.adr-hero img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -2;
}

.adr-hero-overlay {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(180deg, rgba(19, 15, 13, .18) 0%, rgba(19, 15, 13, .72) 100%);
}

.adr-hero-content {
	width: 100%;
	padding: clamp(34px, 6vw, 76px);
	color: #fff;
	text-align: center;
}

.adr-hero h2,
.adr-heading h2 {
	margin: 10px 0 12px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(42px, 7vw, 82px);
	font-weight: 400;
	line-height: 1.05;
	letter-spacing: -.025em;
}

.adr-hero-meta {
	margin: 0;
	font-size: clamp(16px, 2vw, 20px);
	letter-spacing: .03em;
}

.adr-kicker,
.adr-section-heading > span {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .22em;
	text-transform: uppercase;
}

.adr-heading {
	padding: 76px 30px 34px;
	text-align: center;
}

.adr-heading .adr-kicker,
.adr-section-heading > span {
	color: var(--adr-primary);
}

.adr-content {
	padding: clamp(22px, 5vw, 66px);
}

.adr-summary-card {
	position: relative;
	z-index: 3;
	margin: clamp(-72px, -6vw, -42px) auto 0;
	padding: 28px;
	background: rgba(255, 255, 255, .96);
	border: 1px solid rgba(143, 106, 90, .15);
	border-radius: 20px;
	box-shadow: 0 18px 50px rgba(44, 32, 27, .13);
	backdrop-filter: blur(14px);
}

.adr-heading + .adr-content .adr-summary-card {
	margin-top: 0;
}

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

.adr-summary-item {
	display: flex;
	align-items: center;
	gap: 13px;
	min-width: 0;
}

.adr-summary-icon,
.adr-info-icon {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--adr-accent) 24%, white);
	color: var(--adr-primary);
}

.adr-summary-icon svg,
.adr-info-icon svg,
.adr-button svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.adr-summary-item span {
	display: block;
	margin-bottom: 2px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--adr-text) 62%, white);
}

.adr-summary-item strong {
	display: block;
	font-size: 15px;
	line-height: 1.35;
}

.adr-actions {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
	padding-top: 22px;
	border-top: 1px solid #eee7e2;
}

.adr-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 48px;
	padding: 11px 20px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none !important;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.adr-button:hover {
	transform: translateY(-2px);
}

.adr-button-primary {
	background: var(--adr-primary);
	color: #fff !important;
	box-shadow: 0 10px 24px color-mix(in srgb, var(--adr-primary) 32%, transparent);
}

.adr-button-secondary {
	background: #fff;
	border-color: color-mix(in srgb, var(--adr-primary) 30%, white);
	color: var(--adr-primary) !important;
}

.adr-section {
	padding: clamp(58px, 8vw, 96px) 0 0;
}

.adr-section-heading {
	max-width: 720px;
	margin-bottom: 26px;
}

.adr-section-heading.adr-centered {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.adr-section-heading h3,
.adr-important-box h3 {
	margin: 8px 0 0;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 400;
	line-height: 1.18;
	letter-spacing: -.02em;
}

.adr-rich-text > :first-child {
	margin-top: 0;
}

.adr-rich-text > :last-child {
	margin-bottom: 0;
}

.adr-rich-text a {
	color: var(--adr-primary);
	font-weight: 650;
}

.adr-intro {
	display: grid;
	grid-template-columns: .85fr 1.15fr;
	gap: clamp(30px, 6vw, 80px);
	align-items: start;
}

.adr-intro .adr-rich-text {
	font-size: 18px;
}

.adr-gallery {
	display: grid;
	grid-template-columns: repeat(var(--adr-gallery-columns), minmax(0, 1fr));
	gap: 14px;
}

.adr-gallery-link {
	position: relative;
	padding: 0;
	aspect-ratio: 1 / 1;
	border: 0;
	border-radius: 16px;
	overflow: hidden;
	background: #eee;
	cursor: zoom-in;
}

.adr-gallery-link img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
}

.adr-gallery-link:hover img {
	transform: scale(1.05);
}

.adr-map-section {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	gap: clamp(26px, 5vw, 62px);
	align-items: center;
}

.adr-map-frame {
	min-height: 420px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 16px 40px rgba(44, 32, 27, .12);
}

.adr-map-frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 420px;
	border: 0;
}

.adr-text-link {
	display: inline-block;
	margin-top: 18px;
	color: var(--adr-primary) !important;
	font-weight: 750;
	text-decoration: none !important;
}

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

.adr-info-card {
	padding: 28px;
	background: rgba(255, 255, 255, .72);
	border: 1px solid color-mix(in srgb, var(--adr-primary) 14%, white);
	border-radius: 18px;
}

.adr-info-card h4 {
	margin: 16px 0 9px;
	font-size: 20px;
}

.adr-important-box {
	display: flex;
	gap: 18px;
	margin-top: clamp(50px, 7vw, 84px);
	padding: 28px;
	background: color-mix(in srgb, var(--adr-accent) 18%, white);
	border-left: 4px solid var(--adr-primary);
	border-radius: 14px;
}

.adr-important-box h3 {
	font-size: 28px;
	margin: 0 0 8px;
}

.adr-lightbox {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: none;
	place-items: center;
	padding: 30px;
	background: rgba(10, 8, 7, .92);
}

.adr-lightbox.is-open {
	display: grid;
}

.adr-lightbox img {
	max-width: min(94vw, 1500px);
	max-height: 88vh;
	object-fit: contain;
	box-shadow: 0 20px 80px rgba(0, 0, 0, .5);
}

.adr-lightbox-close {
	position: absolute;
	top: 18px;
	right: 22px;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(255, 255, 255, .25);
	border-radius: 50%;
	background: rgba(255, 255, 255, .08);
	color: #fff;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
}

body.adr-lightbox-open {
	overflow: hidden;
}

.adr-layout-classic .adr-reception-shell {
	border-radius: 8px;
}

.adr-layout-classic .adr-hero h2,
.adr-layout-classic .adr-heading h2,
.adr-layout-classic .adr-section-heading h3 {
	letter-spacing: 0;
}

.adr-layout-minimal .adr-reception-shell {
	box-shadow: none;
	border-radius: 0;
}

.adr-layout-minimal .adr-summary-card,
.adr-layout-minimal .adr-info-card {
	box-shadow: none;
	border-radius: 4px;
}

@media (max-width: 900px) {
	.adr-summary-grid {
		grid-template-columns: 1fr;
	}

	.adr-summary-item {
		padding: 4px 0;
	}

	.adr-intro,
	.adr-map-section {
		grid-template-columns: 1fr;
	}

	.adr-map-frame,
	.adr-map-frame iframe {
		min-height: 350px;
	}
}

@media (max-width: 700px) {
	.adr-reception-shell {
		border-radius: 18px;
	}

	.adr-content {
		padding: 18px;
	}

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

	.adr-hero-content {
		padding: 36px 22px 90px;
	}

	.adr-summary-card {
		margin-top: -62px;
		padding: 20px;
	}

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

	.adr-info-grid {
		grid-template-columns: 1fr;
	}

	.adr-important-box {
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	.adr-reception *,
	.adr-reception *::before,
	.adr-reception *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
