.home-main {
	padding: 0 0 56px;
}

.home-shell {
	width: min(1140px, calc(100% - 32px));
	margin: 0 auto;
}

.home-section {
	padding: 32px 0 0;
}

.home-section + .home-section {
	padding-top: 120px;
}

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

.home-hero {
	padding-top: 24px;
}

.home-hero__content {
	grid-column: span 6;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 18px;
}

.home-hero__media {
	grid-column: 8 / span 5;
	margin: 0;
}

.home-hero__media img,
.home-media-card img,
.home-gallery img,
.home-contact__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-title,
.home-section__title,
.home-price {
	margin: 0;
	font-family: "Arizona Flair", serif;
	font-weight: 400;
	line-height: 1;
}

.home-title {
	font-size: clamp(3rem, 5vw, 3.5rem);
	line-height: 1.15;
	max-width: 11ch;
}

.home-lead,
.home-intro,
.home-copy p,
.home-faq__answer,
.home-contact__copy,
.home-meta {
	font-size: 1.125rem;
	line-height: 1.6;
}

.home-lead,
.home-intro,
.home-meta,
.home-copy p,
.home-faq__answer,
.home-contact__copy,
.home-story__copy,
.home-visit__copy {
	color: rgba(55, 74, 200, 0.88);
}

.home-actions,
.home-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.home-section__header {
	width: 100%;
	max-width: 900px;
	margin-bottom: 28px;
}

.home-section__title {
	font-size: clamp(2rem, 4vw, 2.4rem);
	line-height: 1.2;
	margin-bottom: 10px;
}

.home-story__copy,
.home-membership__intro,
.home-visit__copy {
	width: 100%;
	max-width: 900px;
}

.home-story__copy p,
.home-membership__copy p,
.home-visit__copy p,
.home-contact__copy p {
	margin: 0 0 14px;
}

.home-media-split {
	align-items: stretch;
}

.home-media-card {
	margin: 0;
}

.home-media-card--portrait {
	grid-column: span 6;
}

.home-media-card--stack {
	grid-column: span 6;
	display: grid;
	grid-template-rows: 1fr 1fr;
	gap: 24px;
}

.home-copy-split__content {
	grid-column: span 7;
	max-width: 700px;
}

.home-feature-list,
.home-addon-list,
.home-contact__details {
	margin: 0;
	padding-left: 1.15rem;
}

.home-membership__intro .home-feature-list {
	margin-bottom: 28px;
}

.home-feature-list li + li,
.home-addon-list li + li,
.home-contact__details li + li {
	margin-top: 8px;
}

.home-addon-list {
	margin-top: 10px;
}

.home-stack {
	width: 100%;
}

.home-stack--900 {
	max-width: 900px;
}

.home-stack--700 {
	max-width: 700px;
}

.home-stack img {
	margin-top: 20px;
}

.home-price-note {
	margin: 0 0 12px;
	font-size: 1.5rem;
	line-height: 1.25;
}

.home-faq {
	border-top: 1px solid rgba(55, 74, 200, 0.14);
}

.home-faq:first-of-type {
	margin-top: 8px;
}

.home-faq__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 0;
	cursor: pointer;
	list-style: none;
}

.home-faq__summary::-webkit-details-marker {
	display: none;
}

.home-faq__question {
	font-size: 1.125rem;
	line-height: 1.4;
}

.home-faq__icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	line-height: 1;
	transition: transform 0.2s ease;
}

.home-faq[open] .home-faq__icon {
	transform: rotate(45deg);
}

.home-faq__answer {
	padding: 0 0 18px;
}

.home-faq__answer p {
	margin: 0;
}

.home-visit {
	padding-top: 32px;
}

.home-gallery {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.home-gallery figure {
	margin: 0;
}

.home-contact {
	display: block;
	max-width: 700px;
}

.home-contact__media {
	margin-top: 24px;
	margin-bottom: 32px;
}

.home-contact__details {
	margin-top: 18px;
}

.home-contact__label {
	display: block;
	margin-bottom: 4px;
	font-size: 0.92rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(55, 74, 200, 0.72);
}

.home-contact__copy a {
	text-decoration: none;
}

.home-contact__copy a:hover,
.home-contact__copy a:focus {
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

.home-contact__copy p:first-child {
	margin-bottom: 24px;
}

@media (max-width: 1024px) {
	.home-hero__content,
	.home-hero__media,
	.home-media-card--portrait,
	.home-media-card--stack,
	.home-copy-split__content {
		grid-column: span 12;
	}

	.home-section__header,
	.home-story__copy,
	.home-membership__intro,
	.home-visit__copy {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.home-main {
		padding-bottom: 32px;
	}

	.home-shell {
		width: min(100% - 20px, 1140px);
	}

	.home-section {
		padding-top: 20px;
	}

	.home-section + .home-section {
		padding-top: 72px;
	}

	.home-grid,
	.home-gallery {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.home-title {
		max-width: none;
	}

	.home-actions,
	.home-button-row {
		flex-direction: column;
		align-items: flex-start;
	}

	.home-actions .cu-site-button,
	.home-button-row .cu-site-button {
		width: 100%;
		max-width: 320px;
	}
}
