.belloro-delivery-page .belloro-location-hero h1 {
	font-size: clamp(3.2rem, 5.84vw, 6.24rem);
}

.belloro-delivery-intro {
	padding-block: clamp(5.5rem, 8vw, 8rem);
}

.belloro-delivery-intro .belloro-location-intro__grid {
	grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1fr);
	gap: clamp(3rem, 6vw, 7rem);
	align-items: center;
}

.belloro-delivery-intro .belloro-location-intro__copy {
	max-width: 760px;
	padding-top: 0;
}

.belloro-delivery-intro .belloro-location-intro__text {
	max-width: 680px;
}

.belloro-delivery-intro h2 {
	font-size: clamp(2.32rem, 4vw, 4.24rem);
}

.belloro-delivery-intro .belloro-location-intro__media-shell {
	width: 90%;
	margin-left: auto;
}

.belloro-delivery-intro .belloro-location-intro__media img {
	min-height: 432px;
}

.belloro-delivery-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	margin-top: 2rem;
	padding: 0.85rem 1.5rem;
	border: 1px solid var(--location-espresso);
	border-radius: 999px;
	background: var(--location-espresso);
	color: #fff;
	font-size: 0.76rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.belloro-delivery-button:hover,
.belloro-delivery-button:focus-visible {
	background: transparent;
	color: var(--location-espresso);
	transform: translateY(-2px);
}

.belloro-delivery-button:focus-visible,
.belloro-delivery-text-link:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
}

.belloro-delivery-section {
	padding: clamp(5.5rem, 9vw, 9rem) 0;
}

.belloro-delivery-section__title {
	max-width: 900px;
	margin: 0;
	color: var(--location-espresso);
	font-family: var(--adena-font-heading);
	font-size: clamp(2.32rem, 4vw, 4.24rem);
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1;
	text-wrap: balance;
}

.belloro-delivery-section__eyebrow {
	margin: 0;
	color: var(--location-taupe);
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.belloro-delivery-richtext {
	color: var(--adena-muted);
	font-size: clamp(1rem, 1.15vw, 1.15rem);
	font-weight: 300;
	line-height: 1.75;
}

.belloro-delivery-richtext p {
	margin: 0;
}

.belloro-delivery-richtext p + p {
	margin-top: 1rem;
}

.belloro-delivery-text-link {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	width: fit-content;
	margin-top: auto;
	padding-top: 2rem;
	color: var(--location-espresso);
	font-size: 0.78rem;
	font-weight: 500;
	letter-spacing: 0.09em;
	text-decoration: none;
	text-transform: uppercase;
}

.belloro-delivery-text-link::after {
	font-size: 1rem;
	content: "→";
	transition: transform 220ms ease;
}

.belloro-delivery-text-link:hover::after,
.belloro-delivery-text-link:focus-visible::after {
	transform: translateX(4px);
}

.belloro-delivery-collections {
	background: var(--location-cream);
}

.belloro-delivery-collections .belloro-delivery-section__title {
	margin-bottom: clamp(3rem, 6vw, 5.5rem);
}

.belloro-delivery-collections__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--adena-border);
	border-bottom: 1px solid var(--adena-border);
}

.belloro-delivery-collection-card {
	display: flex;
	flex-direction: column;
	padding: clamp(2rem, 3.8vw, 3.75rem);
}

.belloro-delivery-collection-card + .belloro-delivery-collection-card {
	border-left: 1px solid var(--adena-border);
}

.belloro-delivery-collection-card__number,
.belloro-delivery-safety__number {
	color: var(--location-taupe);
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.14em;
}

.belloro-delivery-collection-card h3 {
	margin: 1.25rem 0 1.5rem;
	color: var(--location-espresso);
	font-family: var(--adena-font-heading);
	font-size: clamp(1.65rem, 2.2vw, 2.35rem);
	font-weight: 400;
	line-height: 1.05;
}

.belloro-delivery-catalogue {
	padding: clamp(5.5rem, 8vw, 8.5rem) 0;
	background: var(--location-paper);
}

.belloro-delivery-catalogue__header {
	max-width: 1040px;
	margin: 0 auto clamp(2.75rem, 5vw, 4.25rem);
	text-align: center;
}

.belloro-delivery-catalogue__header h2 {
	max-width: 760px;
	margin: 0 auto;
	color: var(--location-espresso);
	font-family: var(--adena-font-heading);
	font-size: clamp(2.04rem, 2.56vw, 2.64rem);
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1;
	text-wrap: balance;
}

.belloro-delivery-catalogue__header p {
	max-width: 980px;
	margin: 2rem auto 0;
	color: var(--location-ink);
	font-family: var(--adena-font-body);
	font-size: clamp(1rem, 1.15vw, 1.17rem);
	font-weight: 300;
	line-height: 1.75;
	text-wrap: balance;
}

.belloro-delivery-catalogue__grid {
	display: grid;
	grid-template-columns: 1.2fr 1.3fr 1.15fr 0.75fr;
	gap: clamp(2rem, 4vw, 5rem);
	max-width: 1220px;
	margin-inline: auto;
}

.belloro-delivery-catalogue__list {
	display: flex;
	flex-direction: column;
	gap: 0.72rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.belloro-delivery-catalogue__list li {
	margin: 0;
	color: var(--location-ink);
	font-family: var(--adena-font-body);
	font-size: clamp(0.9rem, 1vw, 1.04rem);
	font-weight: 300;
	line-height: 1.35;
}

.belloro-delivery-catalogue__list a {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	gap: 0.85rem;
	align-items: center;
	color: inherit;
	text-decoration: none;
	transition: color 220ms ease, transform 220ms ease;
}

.belloro-delivery-catalogue__list a:hover,
.belloro-delivery-catalogue__list a:focus-visible {
	color: var(--location-taupe);
	transform: translateX(3px);
}

.belloro-delivery-catalogue__list a:focus-visible {
	border-radius: 2px;
	outline: 2px solid currentColor;
	outline-offset: 4px;
}

.belloro-delivery-catalogue__list img {
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	object-fit: cover;
}

.belloro-delivery-catalogue__list--plain li {
	display: block;
	min-height: 28px;
	padding-top: 0.18rem;
}

.belloro-delivery-catalogue__list--plain a {
	display: block;
}

.belloro-delivery-online {
	background: var(--location-cream);
}

.belloro-delivery-copy-layout {
	display: grid;
	grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1fr);
	gap: clamp(2rem, 7vw, 8rem);
}

.belloro-delivery-copy-layout .belloro-delivery-section__title {
	margin-bottom: 2.25rem;
}

.belloro-delivery-copy-layout .belloro-delivery-richtext {
	max-width: 900px;
}

.belloro-delivery-safety .belloro-delivery-section__title {
	margin-bottom: clamp(3rem, 6vw, 5rem);
}

.belloro-delivery-safety__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	border-top: 1px solid var(--adena-border);
}

.belloro-delivery-safety__card {
	grid-column: span 2;
	padding: clamp(1.8rem, 3vw, 3rem);
	border-right: 1px solid var(--adena-border);
	border-bottom: 1px solid var(--adena-border);
}

.belloro-delivery-safety__card:nth-child(3) {
	border-right: 0;
}

.belloro-delivery-safety__card:nth-child(4) {
	grid-column: 2 / span 2;
}

.belloro-delivery-safety__card:nth-child(5) {
	border-right: 0;
}

.belloro-delivery-safety__card h3 {
	margin: 1.1rem 0 0.85rem;
	color: var(--location-espresso);
	font-family: var(--adena-font-heading);
	font-size: clamp(1.35rem, 1.8vw, 1.85rem);
	font-weight: 400;
	line-height: 1.1;
}

.belloro-delivery-safety__card p {
	margin: 0;
	color: var(--adena-muted);
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.65;
}

.belloro-delivery-steps {
	background: var(--location-espresso);
	color: #fff;
}

.belloro-delivery-steps__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1fr);
	gap: clamp(3rem, 8vw, 9rem);
	align-items: start;
}

.belloro-delivery-steps .belloro-delivery-section__title {
	color: #fff;
}

.belloro-delivery-steps__list {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: delivery-step;
}

.belloro-delivery-steps__list li {
	position: relative;
	min-height: 62px;
	margin: 0;
	padding: 1.15rem 0 1.15rem 4rem;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	color: rgba(255, 255, 255, 0.86);
	font-size: 1.03rem;
	font-weight: 300;
	line-height: 1.55;
	counter-increment: delivery-step;
}

.belloro-delivery-steps__list li::before {
	position: absolute;
	top: 1.15rem;
	left: 0;
	color: var(--location-champagne);
	font-size: 0.7rem;
	letter-spacing: 0.12em;
	content: counter(delivery-step, decimal-leading-zero);
}

.belloro-delivery-steps__list li:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.belloro-delivery-steps__note {
	max-width: 680px;
	margin: 2rem 0 0;
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.98rem;
	font-weight: 300;
	line-height: 1.7;
}

.belloro-delivery-service {
	background: var(--location-cream);
}

.belloro-delivery-service__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(400px, 1fr);
	gap: clamp(3rem, 8vw, 9rem);
	align-items: start;
}

.belloro-delivery-faq__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.65fr) minmax(460px, 1fr);
	gap: clamp(3rem, 8vw, 9rem);
	align-items: start;
}

.belloro-delivery-faq__items {
	border-top: 1px solid var(--adena-border);
}

.belloro-delivery-faq__contact {
	margin-top: clamp(2.5rem, 5vw, 4.5rem);
}

.belloro-delivery-faq__contact > p {
	max-width: 280px;
	margin: 0 0 0.7rem;
	color: var(--adena-muted);
	font-size: 0.82rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.45;
	text-transform: uppercase;
}

.belloro-delivery-faq__phone {
	display: inline-block;
	color: var(--location-espresso);
	font-family: var(--adena-font-heading);
	font-size: clamp(1.55rem, 2.4vw, 2.35rem);
	line-height: 1.1;
	text-decoration: none;
	transition: color 220ms ease;
}

.belloro-delivery-faq__phone:hover,
.belloro-delivery-faq__phone:focus-visible {
	color: var(--location-taupe);
}

.belloro-delivery-faq__socials {
	display: flex;
	gap: 0.7rem;
	margin-top: 1.35rem;
}

.belloro-delivery-faq__socials a {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid var(--adena-border);
	border-radius: 50%;
	color: var(--location-espresso);
	transition: border-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.belloro-delivery-faq__socials a:hover,
.belloro-delivery-faq__socials a:focus-visible {
	border-color: var(--location-taupe);
	color: var(--location-taupe);
	transform: translateY(-2px);
}

.belloro-delivery-faq__phone:focus-visible,
.belloro-delivery-faq__socials a:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
}

.belloro-delivery-faq__socials svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.belloro-delivery-faq__socials rect,
.belloro-delivery-faq__socials circle {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
}

.belloro-delivery-faq__socials circle:last-child {
	fill: currentColor;
	stroke: none;
}

.belloro-delivery-faq__item {
	border-bottom: 1px solid var(--adena-border);
}

.belloro-delivery-faq__item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding: 1.45rem 0;
	color: var(--location-espresso);
	font-family: var(--adena-font-heading);
	font-size: clamp(1.15rem, 1.55vw, 1.5rem);
	line-height: 1.2;
	cursor: pointer;
	list-style: none;
}

.belloro-delivery-faq__item summary::-webkit-details-marker {
	display: none;
}

.belloro-delivery-faq__plus {
	position: relative;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
}

.belloro-delivery-faq__plus::before,
.belloro-delivery-faq__plus::after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: currentColor;
	content: "";
	transition: transform 220ms ease;
}

.belloro-delivery-faq__plus::after {
	transform: rotate(90deg);
}

.belloro-delivery-faq__item[open] .belloro-delivery-faq__plus::after {
	transform: rotate(0);
}

.belloro-delivery-faq__item p {
	max-width: 760px;
	margin: -0.25rem 0 1.5rem;
	padding-right: 3rem;
	color: var(--adena-muted);
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.7;
}

.belloro-delivery-final {
	padding: clamp(6rem, 10vw, 10rem) 0;
	background:
		radial-gradient(circle at 18% 20%, rgba(194, 185, 175, 0.16), transparent 34%),
		radial-gradient(circle at 82% 75%, rgba(194, 185, 175, 0.1), transparent 30%),
		var(--location-espresso);
	background-color: var(--location-espresso);
	color: #fff;
	text-align: center;
}

.belloro-delivery-final__inner {
	max-width: 960px;
}

.belloro-delivery-final h2 {
	margin: 0;
	color: #fff;
	font-family: var(--adena-font-heading);
	font-size: clamp(2.32rem, 4vw, 4.24rem);
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1;
	text-wrap: balance;
}

.belloro-delivery-final p {
	max-width: 780px;
	margin: 2rem auto 0;
	color: rgba(255, 255, 255, 0.75);
	font-size: 1.05rem;
	font-weight: 300;
	line-height: 1.7;
}

.belloro-delivery-button--light {
	border-color: #fff;
	background: #fff;
	color: var(--location-espresso);
}

.belloro-delivery-button--light:hover,
.belloro-delivery-button--light:focus-visible {
	background: transparent;
	color: #fff;
}

@media (max-width: 1050px) {
	.belloro-delivery-intro .belloro-location-intro__grid {
		grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1fr);
		gap: 3rem;
	}

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

	.belloro-delivery-collections__grid {
		grid-template-columns: 1fr;
	}

	.belloro-delivery-collection-card + .belloro-delivery-collection-card {
		border-top: 1px solid var(--adena-border);
		border-left: 0;
	}

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

	.belloro-delivery-safety__card,
	.belloro-delivery-safety__card:nth-child(4) {
		grid-column: auto;
	}

	.belloro-delivery-safety__card:nth-child(odd) {
		border-right: 1px solid var(--adena-border);
	}

	.belloro-delivery-safety__card:nth-child(even) {
		border-right: 0;
	}
}

@media (max-width: 900px) {
	.belloro-delivery-intro .belloro-location-intro__grid {
		grid-template-columns: 1fr;
		gap: 4rem;
	}

	.belloro-delivery-copy-layout,
	.belloro-delivery-steps__layout,
	.belloro-delivery-service__inner,
	.belloro-delivery-faq__layout {
		grid-template-columns: 1fr;
		gap: 3rem;
	}
}

@media (max-width: 620px) {
	.belloro-delivery-page .belloro-location-hero h1 {
		font-size: clamp(2.88rem, 13.6vw, 4.16rem);
	}

	.belloro-delivery-intro h2 {
		font-size: clamp(2.2rem, 10.4vw, 3.36rem);
	}

	.belloro-delivery-section__title,
	.belloro-delivery-final h2 {
		font-size: clamp(2.2rem, 10.4vw, 3.36rem);
	}

	.belloro-delivery-catalogue__grid {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}

	.belloro-delivery-catalogue__header {
		text-align: left;
	}

	.belloro-delivery-catalogue__header h2,
	.belloro-delivery-catalogue__header p {
		margin-inline: 0;
	}

	.belloro-delivery-safety__grid {
		grid-template-columns: 1fr;
	}

	.belloro-delivery-safety__card,
	.belloro-delivery-safety__card:nth-child(odd),
	.belloro-delivery-safety__card:nth-child(even) {
		border-right: 0;
	}

	.belloro-delivery-faq__item p {
		padding-right: 0;
	}
}
