.roundhouse-starting-point {
	background: var(--roundhouse-starting-point-bg, #ffffff);
	max-width: 100% !important;
	padding: 0;
	width: 100%;
}

.roundhouse-starting-point__inner {
	align-items: center;
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	max-width: 100%;
	width: 100%;
}

.roundhouse-starting-point__content {
	max-width: none;
	padding-bottom: clamp(2rem, 4vw, 4.5rem);
	padding-left: max(2rem, calc((100vw - var(--responsive--alignwide-width)) / 2) + 4rem);
	padding-right: clamp(3rem, 6vw, 7.5rem);
	padding-top: clamp(2rem, 4vw, 4.5rem);
}

.roundhouse-starting-point__content > h2 {
	text-wrap: balance;
}

.roundhouse-starting-point__content > * {
		max-width: 500px;
	}

.roundhouse-starting-point__eyebrow {
	color: #7a7a78;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.18em;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.roundhouse-starting-point__title {
	color: #1e1e1e;
	font-size: clamp(2rem, 3vw, 3rem);
	font-weight: 300;
	letter-spacing: -0.01em;
	line-height: 1.06;
	margin: 0.6rem 0 0;
}

.roundhouse-starting-point__intro {
	color: #2d2d2d;
	font-size: clamp(1rem, 1.25vw, 1.32rem);
	line-height: 1.5;
	margin: 0.85rem 0 0;
	max-width: 34rem;
}

.roundhouse-starting-point__details {
	margin: 0.95rem 0 0;
}

.roundhouse-starting-point__summary {
	color: #4a4a48;
	cursor: pointer;
	font-size: 1rem;
	line-height: 1.25;
	list-style: none;
	padding-left: 1rem;
	position: relative;
}

.roundhouse-starting-point__summary::-webkit-details-marker {
	display: none;
}

.roundhouse-starting-point__summary::before {
	border-bottom: 1px solid currentColor;
	border-right: 1px solid currentColor;
	content: "";
	height: 0.36rem;
	left: 0;
	position: absolute;
	top: 0.37rem;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
	width: 0.36rem;
}

.roundhouse-starting-point__details[open] .roundhouse-starting-point__summary::before {
	transform: rotate(225deg);
}

.roundhouse-starting-point__details-content {
	border-left: 1px solid #d3d3d1;
	margin: 0.6rem 0 0 0.15rem;
	padding: 0.15rem 0 0.15rem 0.75rem;
	max-width: 35rem;
}

.roundhouse-starting-point__details-content > :first-child {
	margin-top: 0;
}

.roundhouse-starting-point__details-content > :last-child {
	margin-bottom: 0;
}

.roundhouse-starting-point__details-content p {
	color: #343434;
	font-size: clamp(0.98rem, 1.14vw, 1.2rem);
	line-height: 1.5;
	margin: 0 0 0.7rem;
}

.roundhouse-starting-point__media {
	height: 100%;
	width: 100%;
}

.roundhouse-starting-point__image {
	display: block;
	height: 100% !important;
	min-height: clamp(420px, 42vw, 760px);
	object-fit: cover;
	width: 100%;
}

@media (max-width: 900px) {
	.roundhouse-starting-point__inner {
		grid-template-columns: 1fr;
	}

	.roundhouse-starting-point__content {
		padding-bottom: 2.25rem;
		padding-left: 10%;
		padding-right: 10%;
		padding-top: 2.25rem;
		text-align: center;
	}
	
	.roundhouse-starting-point__title {
		font-size: clamp(1.55rem, 7.2vw, 2rem);
	}

	.roundhouse-starting-point__intro {
		font-size: 1rem;
	}

	.roundhouse-starting-point__image {
		height: 100% !important;
		min-height: 0;
		object-fit: cover !important;
	}
}


section.edge-to-edge {
	margin: 0;
	max-width: 100%!important;
}
