:root {
	--color-clay: #ccbEB1;
	--color-taupe: #b29e88;
	--color-pink: #efa8ea;
	--color-cream: #fffaf4;
	--color-sand: #f4eee7;
	--color-ink: #332b26;
	--color-muted: #776a61;
	--color-white: #ffffff;
	--shadow-soft: 0 20px 60px rgba(77, 57, 42, 0.12);
	--shadow-card: 0 12px 34px rgba(77, 57, 42, 0.1);
	--radius: 8px;
	--container: min(1120px, calc(100vw - 40px));
	--anchor-offset: 104px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: var(--anchor-offset);
}

[id] {
	scroll-margin-top: var(--anchor-offset);
}

body {
	margin: 0;
	color: var(--color-ink);
	background: var(--color-cream);
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 17px;
	line-height: 1.7;
}

body.nav-open {
	overflow: hidden;
}

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

a {
	color: #8d6f5d;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

a:hover {
	color: #9d5398;
}

h1,
h2,
h3 {
	line-height: 1.15;
	margin: 0 0 18px;
	color: var(--color-ink);
}

h1 {
	font-size: clamp(2.3rem, 6vw, 4.8rem);
	max-width: 860px;
}

h2 {
	font-size: clamp(2rem, 4vw, 3.2rem);
}

h3 {
	font-size: 1.35rem;
}

p {
	margin: 0 0 18px;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	width: min(1180px, calc(100vw - 28px));
	margin: 14px auto 0;
	padding: 10px 12px 10px 18px;
	background: rgba(204, 190, 177, 0.95);
	border: 1px solid rgba(51, 43, 38, 0.14);
	border-radius: var(--radius);
	box-shadow: 0 18px 46px rgba(51, 43, 38, 0.18);
	backdrop-filter: blur(18px) saturate(1.05);
	transition:
		width 0.28s ease,
		margin-top 0.28s ease,
		padding 0.28s ease,
		background 0.28s ease,
		box-shadow 0.28s ease;
	animation: header-drop 0.72s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.site-header.is-scrolled {
	width: min(1120px, calc(100vw - 24px));
	margin-top: 8px;
	padding: 7px 10px 7px 16px;
	background: rgba(178, 158, 136, 0.96);
	box-shadow: 0 12px 34px rgba(51, 43, 38, 0.2);
}

@keyframes header-drop {
	0% {
		opacity: 0;
		transform: translateY(-18px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.site-logo img {
	width: 132px;
}

.site-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	flex: 1;
}

.site-nav a,
.header-cta,
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 16px;
	border-radius: var(--radius);
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	transition:
		transform 0.22s ease,
		background 0.22s ease,
		color 0.22s ease,
		box-shadow 0.22s ease;
}

.site-nav a {
	color: #3f342d;
	font-size: 0.95rem;
	text-shadow: 0 1px 0 rgba(255, 250, 244, 0.25);
}

.site-nav a:hover,
.site-nav a.is-active {
	background: rgba(255, 250, 244, 0.42);
	color: var(--color-ink);
}

.header-cta,
.btn-primary {
	position: relative;
	overflow: hidden;
	background: var(--color-ink);
	color: var(--color-white);
	box-shadow: 0 12px 28px rgba(51, 43, 38, 0.18);
}

.header-cta::after,
.btn-primary::after {
	content: "";
	position: absolute;
	inset: -40% auto -40% -70%;
	width: 48%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
	transform: skewX(-18deg);
	transition: left 0.55s ease;
}

.header-cta:hover,
.btn-primary:hover {
	color: var(--color-white);
	background: #5d4b41;
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(51, 43, 38, 0.22);
}

.header-cta:hover::after,
.btn-primary:hover::after {
	left: 118%;
}

.btn-secondary {
	background: var(--color-white);
	color: var(--color-ink);
	border: 1px solid rgba(178, 158, 136, 0.28);
}

.btn-secondary:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 24px rgba(77, 57, 42, 0.1);
}

.nav-toggle {
	display: none;
	width: 46px;
	height: 46px;
	border: 0;
	border-radius: var(--radius);
	background: var(--color-sand);
}

.nav-toggle span {
	display: block;
	width: 22px;
	height: 2px;
	margin: 5px auto;
	background: var(--color-ink);
}

.hero-photo-slider {
	position: relative;
	width: 100%;
	height: clamp(390px, 48vw, 650px);
	margin-top: 0;
	overflow: hidden;
	background: var(--color-sand);
}

.hero-photo-slide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	opacity: 0;
	transform: scale(1.04);
	transition: opacity 1s ease, transform 7s ease;
}

.hero-photo-slide.is-active {
	opacity: 0.82;
	transform: scale(1);
}

.hero {
	position: relative;
	min-height: 0;
	display: grid;
	align-items: end;
	z-index: 3;
	margin-top: 0;
	padding: 64px 0 72px;
	background: var(--color-cream);
	overflow: hidden;
}

.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(rgba(255, 250, 244, 0), var(--color-cream) 76%);
}

.hero-inner {
	position: relative;
	width: var(--container);
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(280px, 0.62fr);
	gap: 44px;
	align-items: end;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 34px;
	margin: 0 0 18px;
	padding: 5px 12px;
	background: rgba(239, 168, 234, 0.22);
	border: 1px solid rgba(239, 168, 234, 0.35);
	border-radius: var(--radius);
	color: #704f6d;
	font-size: 0.92rem;
	font-weight: 800;
}

.hero-copy {
	max-width: 760px;
	animation: hero-copy-in 0.9s 0.14s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-copy p {
	max-width: 660px;
	color: var(--color-muted);
	font-size: 1.18rem;
}

.hero-actions,
.section-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.availability {
	position: relative;
	align-self: stretch;
	display: grid;
	align-content: end;
	min-height: 360px;
	padding: 26px;
	overflow: hidden;
	background:
		radial-gradient(circle at 82% 18%, rgba(239, 168, 234, 0.23), transparent 28%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 244, 0.9));
	border: 1px solid rgba(178, 158, 136, 0.26);
	border-radius: var(--radius);
	box-shadow: var(--shadow-soft);
	animation: hero-card-in 0.92s 0.28s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.availability::before {
	content: "";
	position: absolute;
	inset: 12px;
	border: 1px solid rgba(204, 190, 177, 0.22);
	border-radius: calc(var(--radius) - 2px);
	pointer-events: none;
}

.availability::after {
	content: "";
	position: absolute;
	right: -52px;
	bottom: -58px;
	width: 170px;
	height: 170px;
	background: rgba(204, 190, 177, 0.2);
	border-radius: 50%;
}

.availability img {
	position: absolute;
	top: 24px;
	right: 30px;
	z-index: 1;
	width: 118px;
	animation: kid-breathe 5.8s ease-in-out infinite;
}

.availability-content {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 14px;
	max-width: 340px;
	padding-top: 118px;
}

.availability-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	min-height: 30px;
	padding: 4px 10px;
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid rgba(178, 158, 136, 0.24);
	border-radius: var(--radius);
	color: #6d5a4f;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.availability-label::before {
	content: "";
	width: 9px;
	height: 9px;
	background: var(--color-pink);
	border: 2px solid rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	box-shadow: 0 0 0 3px rgba(239, 168, 234, 0.18);
}

@keyframes hero-copy-in {
	0% {
		opacity: 0;
		transform: translateY(24px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes hero-card-in {
	0% {
		opacity: 0;
		transform: translateY(28px) scale(0.97);
	}

	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.availability strong {
	margin: 0;
	font-size: clamp(1.45rem, 2.7vw, 2rem);
	line-height: 1.25;
}

.availability p {
	max-width: 300px;
	margin: 0;
	color: var(--color-muted);
	font-size: 1.05rem;
	line-height: 1.6;
}

.availability-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 8px;
}

.availability-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 12px;
	background: var(--color-ink);
	border-radius: var(--radius);
	color: var(--color-white);
	font-size: 0.92rem;
	font-weight: 800;
	text-decoration: none;
}

.availability-actions a + a {
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid rgba(178, 158, 136, 0.3);
	color: var(--color-ink);
}

.availability-actions a:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 20px rgba(51, 43, 38, 0.14);
}

.section {
	position: relative;
	padding: 88px 0;
	overflow: hidden;
}

.section-muted {
	background: var(--color-sand);
}

.section-pink {
	background: linear-gradient(135deg, rgba(239, 168, 234, 0.2), rgba(204, 190, 177, 0.22));
}

.container {
	width: var(--container);
	margin: 0 auto;
}

.section-heading {
	display: grid;
	grid-template-columns: minmax(0, 0.7fr) minmax(240px, 0.3fr);
	gap: 32px;
	align-items: end;
	margin-bottom: 34px;
}

.section-heading p {
	color: var(--color-muted);
}

.grid-two {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
	gap: 34px;
	align-items: start;
}

.content-panel,
.contact-panel,
.blog-card,
.album-card,
.timeline-item {
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(178, 158, 136, 0.22);
	border-radius: var(--radius);
	box-shadow: var(--shadow-card);
}

.reveal-on-scroll {
	opacity: 0;
	transform: translateY(30px);
	transition:
		opacity 0.72s ease var(--reveal-delay, 0ms),
		transform 0.72s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
	will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.content-panel {
	padding: clamp(24px, 4vw, 42px);
}

.content-panel ul,
.content-panel ol {
	padding-left: 22px;
}

.kid-float {
	width: min(180px, 32vw);
	margin: 10px auto 0;
	animation: kid-breathe 6.5s ease-in-out infinite;
	transform-origin: 50% 80%;
}

@keyframes kid-breathe {
	0%,
	100% {
		transform: translateY(0) rotate(0deg);
	}

	50% {
		transform: translateY(-8px) rotate(1.4deg);
	}
}

.quick-links {
	display: grid;
	gap: 12px;
}

.quick-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 18px;
	background: var(--color-white);
	border: 1px solid rgba(178, 158, 136, 0.2);
	border-radius: var(--radius);
	color: var(--color-ink);
	text-decoration: none;
	font-weight: 800;
	transition:
		transform 0.22s ease,
		border-color 0.22s ease,
		box-shadow 0.22s ease;
}

.quick-link:hover {
	border-color: rgba(239, 168, 234, 0.5);
	transform: translateX(6px);
	box-shadow: 0 10px 24px rgba(77, 57, 42, 0.08);
}

.quick-link span {
	color: var(--color-pink);
}

.timeline {
	position: relative;
	display: grid;
	gap: 18px;
	margin-top: 26px;
}

.timeline::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 16px;
	bottom: 16px;
	width: 2px;
	background: linear-gradient(var(--color-pink), var(--color-taupe));
	transform: translateX(-50%);
}

.timeline-item {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr);
	gap: 22px;
	align-items: center;
	padding: 18px 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.timeline-card {
	grid-column: 3;
	padding: 22px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(178, 158, 136, 0.22);
	border-radius: var(--radius);
	box-shadow: var(--shadow-card);
}

.timeline-item:nth-child(even) .timeline-card {
	grid-column: 1;
	grid-row: 1;
	text-align: right;
}

.timeline.timeline-animate .timeline-card {
	opacity: 0;
	transform: translateX(72px);
	transition:
		opacity 0.72s ease,
		transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.timeline.timeline-animate .timeline-item:nth-child(even) .timeline-card {
	transform: translateX(-72px);
}

.timeline.timeline-animate .timeline-item.is-visible .timeline-card {
	opacity: 1;
	transform: translateX(0);
}

.timeline-icon {
	position: relative;
	z-index: 1;
	grid-column: 2;
	grid-row: 1;
	justify-self: center;
	width: 64px;
	height: 64px;
	display: grid;
	place-items: center;
	background: var(--color-cream);
	border: 1px solid rgba(239, 168, 234, 0.5);
	border-radius: 50%;
	box-shadow: 0 14px 30px rgba(95, 74, 61, 0.1);
}

.timeline-icon::before {
	content: "";
	width: 28px;
	height: 28px;
	border: 2px solid #6e594b;
	border-radius: 50%;
	background: #fffaf4;
}

.timeline-icon::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	left: 50%;
	top: 50%;
	border-left: 2px solid #6e594b;
	border-bottom: 2px solid #6e594b;
	transform: translate(-1px, -10px) rotate(-45deg);
	transform-origin: left bottom;
}

.timeline.timeline-animate .timeline-item.is-visible .timeline-icon {
	animation: timeline-pop 0.58s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes timeline-pop {
	0% {
		transform: scale(0.82);
	}

	70% {
		transform: scale(1.06);
	}

	100% {
		transform: scale(1);
	}
}

.timeline-time {
	display: inline-flex;
	min-height: 32px;
	align-items: center;
	padding: 4px 10px;
	margin-bottom: 8px;
	background: rgba(178, 158, 136, 0.16);
	border-radius: var(--radius);
	font-weight: 900;
	color: #6e594b;
}

.timeline-item h3 {
	margin-bottom: 8px;
}

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

.album-card,
.blog-card {
	overflow: hidden;
	color: var(--color-ink);
	text-decoration: none;
	transition:
		transform 0.24s ease,
		box-shadow 0.24s ease,
		border-color 0.24s ease;
}

.album-card img,
.blog-card img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform 0.48s cubic-bezier(0.22, 1, 0.36, 1);
}

.album-card:hover,
.blog-card:hover {
	border-color: rgba(239, 168, 234, 0.48);
	transform: translateY(-7px);
	box-shadow: 0 22px 42px rgba(77, 57, 42, 0.14);
}

.album-card:hover img,
.blog-card:hover img {
	transform: scale(1.055);
}

.album-card div,
.blog-card div {
	padding: 18px;
}

.blog-card time {
	display: block;
	margin-bottom: 8px;
	color: var(--color-muted);
	font-size: 0.92rem;
}

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

.gallery-grid a {
	display: block;
	overflow: hidden;
	border-radius: var(--radius);
	box-shadow: 0 8px 20px rgba(77, 57, 42, 0.08);
	transition:
		transform 0.24s ease,
		box-shadow 0.24s ease;
}

.gallery-grid img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	transition: transform 0.28s ease;
}

.gallery-grid a:hover img {
	transform: scale(1.04);
}

.gallery-grid a:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 30px rgba(77, 57, 42, 0.14);
}

.contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.55fr);
	gap: 24px;
}

.contact-panel {
	padding: 26px;
}

.location-card {
	overflow: hidden;
	border: 1px solid var(--color-line);
	border-radius: var(--radius);
	background: #fff;
	box-shadow: var(--shadow-card);
}

.location-map {
	position: relative;
	overflow: hidden;
	min-height: 360px;
	background:
		linear-gradient(135deg, rgba(204, 190, 177, 0.28), rgba(239, 168, 234, 0.16)),
		#f8f1eb;
}

.location-map iframe {
	display: block;
	width: 100%;
	min-height: 360px;
	border: 0;
	filter: saturate(0.78) contrast(0.96) sepia(0.08);
}

.location-content {
	padding: 24px;
	background: linear-gradient(135deg, #fffaf4, #fff);
}

.location-content h3 {
	margin-bottom: 10px;
}

.location-content p:not(.eyebrow) {
	margin-bottom: 18px;
}

.contact-list {
	display: grid;
	gap: 14px;
	margin: 24px 0;
}

.contact-list a,
.contact-list span {
	display: block;
	color: var(--color-ink);
}

.page-hero {
	padding: 210px 0 54px;
	background:
		linear-gradient(rgba(255, 250, 244, 0.9), rgba(255, 250, 244, 0.9)),
		var(--hero-image) center / cover no-repeat;
}

.page-hero .container {
	display: grid;
	gap: 16px;
}

.album-page-hero {
	padding-bottom: 28px;
	background: linear-gradient(135deg, rgba(255, 250, 244, 0.96), rgba(244, 238, 231, 0.96));
}

.album-gallery-section {
	padding-top: 20px;
}

.album-more {
	margin-top: 72px;
}

.blog-page-hero {
	padding-bottom: 28px;
}

.blog-list-section {
	padding-top: 20px;
}

.article {
	width: min(860px, calc(100vw - 40px));
	margin: 0 auto;
	padding: 56px 0 88px;
}

.article img.article-image {
	width: 100%;
	max-height: 520px;
	object-fit: cover;
	border-radius: var(--radius);
	margin-bottom: 28px;
	box-shadow: var(--shadow-card);
}

.blog-like-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 24px;
	padding: 18px;
	background: linear-gradient(135deg, rgba(239, 168, 234, 0.13), rgba(204, 190, 177, 0.18));
	border: 1px solid rgba(178, 158, 136, 0.26);
	border-radius: var(--radius);
}

.blog-like-box strong,
.blog-like-box span {
	display: block;
}

.blog-like-box strong {
	font-size: 1.02rem;
}

.blog-like-box span {
	color: var(--color-muted);
	font-size: 0.94rem;
}

.blog-like-actions {
	display: flex;
	gap: 10px;
	margin: 0;
}

.blog-like-button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 46px;
	padding: 9px 14px;
	border: 1px solid rgba(178, 158, 136, 0.34);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.9);
	color: var(--color-ink);
	font: inherit;
	font-weight: 800;
	cursor: pointer;
	box-shadow: 0 8px 18px rgba(77, 57, 42, 0.07);
}

.blog-like-button:hover,
.blog-like-button.is-active {
	border-color: rgba(239, 168, 234, 0.72);
	background: rgba(239, 168, 234, 0.2);
	color: #704f6d;
}

.blog-like-button b {
	min-width: 28px;
	padding: 2px 8px;
	border-radius: 999px;
	background: rgba(51, 43, 38, 0.08);
	font-size: 0.88rem;
	text-align: center;
}

.site-footer {
	background: #332b26;
	color: rgba(255, 255, 255, 0.82);
	padding: 54px 0 24px;
}

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

.footer-inner {
	width: var(--container);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr 0.7fr;
	gap: 34px;
}

.footer-logo {
	width: 128px;
	margin-bottom: 16px;
	filter: brightness(1.14);
}

.site-footer h2 {
	color: #fff;
	font-size: 1.15rem;
}

.footer-bottom {
	width: var(--container);
	margin: 28px auto 0;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	font-size: 0.92rem;
}

@media (max-width: 960px) {
	.header-cta {
		display: none;
	}

	.nav-toggle {
		display: block;
	}

	.site-nav {
		position: fixed;
		left: 14px;
		right: 14px;
		top: 82px;
		display: none;
		padding: 16px;
		background: var(--color-white);
		border: 1px solid rgba(178, 158, 136, 0.22);
		border-radius: var(--radius);
		box-shadow: var(--shadow-soft);
	}

	.nav-open .site-nav {
		display: grid;
	}

	.site-nav a {
		justify-content: flex-start;
	}

	.hero {
		margin-top: 0;
		padding: 40px 0 54px;
	}

	.hero::before {
		background: linear-gradient(rgba(255, 250, 244, 0), var(--color-cream) 76%);
	}

	.hero-photo-slider {
		height: 390px;
		margin-top: 0;
	}

	.page-hero {
		padding-top: 180px;
	}

	.hero-photo-slide {
		object-position: center center;
	}

	.hero-inner,
	.grid-two,
	.section-heading,
	.contact-grid,
	.footer-inner {
		grid-template-columns: 1fr;
	}

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

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

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

	:root {
		--container: min(100vw - 28px, 1120px);
		--anchor-offset: 96px;
	}

	.site-header {
		width: calc(100vw - 20px);
		margin-top: 10px;
	}

	.site-logo img {
		width: 108px;
	}

	.page-hero {
		padding-top: 150px;
	}

	.section {
		padding: 62px 0;
	}

	.cards-grid,
	.gallery-grid {
		grid-template-columns: 1fr;
	}

	.timeline::before {
		left: 24px;
		transform: none;
	}

	.timeline-item {
		grid-template-columns: 48px minmax(0, 1fr);
		padding: 16px 0;
		gap: 14px;
	}

	.timeline-card,
	.timeline-item:nth-child(even) .timeline-card {
		grid-column: 2;
		grid-row: 1;
		padding: 18px;
		text-align: left;
	}

	.timeline.timeline-animate .timeline-card {
		transform: translateX(34px);
	}

	.timeline.timeline-animate .timeline-item:nth-child(even) .timeline-card {
		transform: translateX(34px);
	}

	.timeline.timeline-animate .timeline-item.is-visible .timeline-card {
		transform: translateX(0);
	}

	.timeline-icon {
		grid-column: 1;
		width: 48px;
		height: 48px;
	}

	.timeline-icon::before {
		width: 22px;
		height: 22px;
	}

	.timeline-icon::after {
		width: 10px;
		height: 10px;
		transform: translate(-1px, -8px) rotate(-45deg);
	}

	.hero-actions,
	.section-actions {
		display: grid;
	}

	.availability {
		min-height: 0;
		padding: 22px;
	}

	.availability img {
		top: 20px;
		right: 22px;
		width: 92px;
	}

	.availability-content {
		padding-top: 94px;
	}

	.availability-actions {
		display: grid;
	}

	.availability-actions a {
		width: 100%;
	}

	.btn,
	.site-nav a {
		width: 100%;
	}

	.location-map {
		min-height: 280px;
	}

	.blog-like-box,
	.blog-like-actions {
		display: grid;
		width: 100%;
	}

	.blog-like-button {
		width: 100%;
		justify-content: space-between;
	}
}

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

	.reveal-on-scroll,
	.reveal-on-scroll.is-visible {
		opacity: 1;
		transform: none;
	}

	.timeline.timeline-animate .timeline-card,
	.timeline.timeline-animate .timeline-item.is-visible .timeline-card {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.timeline.timeline-animate .timeline-item.is-visible .timeline-icon {
		animation: none;
	}
}
