.avv-shop-coffee {
	--avv-shop-green: #004225;
	--avv-shop-green-deep: #001f13;
	--avv-shop-black: #060806;
	--avv-shop-gold: #D4AF37;
	--avv-shop-cream: #fff8e8;
	--avv-shop-white: #ffffff;
	--avv-shop-muted: rgba(255, 248, 232, 0.76);
	--avv-shop-border: rgba(212, 175, 55, 0.38);
	background:
		radial-gradient(circle at 18% 0%, rgba(212, 175, 55, 0.14), transparent 34rem),
		linear-gradient(145deg, var(--avv-shop-green-deep), var(--avv-shop-black) 58%, #020302);
	color: var(--avv-shop-white);
	font-family: "Montserrat", Arial, sans-serif;
	overflow-x: clip;
	padding: 32px 16px 38px;
}

.avv-shop-coffee * {
	box-sizing: border-box;
}

.avv-shop-coffee a {
	color: inherit;
}

.avv-shop-coffee__inner {
	width: min(1180px, 100%);
	margin: 0 auto;
}

.avv-shop-coffee__intro {
	max-width: 760px;
	margin: 0 0 22px;
}

.avv-shop-coffee__eyebrow {
	margin: 0 0 10px;
	color: var(--avv-shop-gold);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.22em;
	line-height: 1.2;
	text-transform: uppercase;
}

.avv-shop-coffee h1,
.avv-shop-coffee h2 {
	font-family: "Playfair Display", Georgia, serif;
	font-weight: 700;
	letter-spacing: 0;
}

.avv-shop-coffee h1 {
	margin: 0 0 10px;
	color: var(--avv-shop-cream);
	font-size: clamp(2.7rem, 17vw, 4.55rem);
	line-height: 0.95;
}

.avv-shop-coffee__support {
	margin: 0 0 10px;
	color: var(--avv-shop-gold);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.45;
}

.avv-shop-coffee__copy {
	margin: 0;
	max-width: 38rem;
	color: var(--avv-shop-muted);
	font-size: 0.97rem;
	line-height: 1.6;
}

.avv-shop-coffee__grid {
	display: grid;
	gap: 16px;
	margin-top: 24px;
}

.avv-shop-coffee__card {
	display: grid;
	grid-template-columns: 38% 1fr;
	min-height: 214px;
	overflow: hidden;
	border: 1px solid var(--avv-shop-border);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(0, 66, 37, 0.92), rgba(4, 6, 4, 0.96)),
		var(--avv-shop-green-deep);
	box-shadow: 0 16px 42px rgba(0, 0, 0, 0.24);
}

.avv-shop-coffee__media {
	min-height: 100%;
	background:
		radial-gradient(circle at 48% 30%, rgba(212, 175, 55, 0.18), transparent 56%),
		linear-gradient(160deg, #151a15, #020302);
}

.avv-shop-coffee__media img,
.avv-shop-coffee__media-placeholder {
	width: 100%;
	height: 100%;
	min-height: 214px;
	display: block;
}

.avv-shop-coffee__media img {
	object-fit: cover;
	object-position: center;
}

.avv-shop-coffee__media-placeholder {
	display: grid;
	place-items: center;
	border-right: 1px solid rgba(212, 175, 55, 0.16);
}

.avv-shop-coffee__media-placeholder span {
	width: 66px;
	height: 66px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(212, 175, 55, 0.62);
	border-radius: 999px;
	color: var(--avv-shop-gold);
	font-family: "Playfair Display", Georgia, serif;
	font-size: 2.15rem;
	line-height: 1;
}

.avv-shop-coffee__card-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 12px;
	padding: 20px 18px;
}

.avv-shop-coffee h2 {
	margin: 0;
	color: var(--avv-shop-cream);
	font-size: clamp(1.8rem, 9vw, 2.55rem);
	line-height: 1;
}

.avv-shop-coffee__card-body p {
	margin: 0;
	color: var(--avv-shop-muted);
	font-size: 0.92rem;
	line-height: 1.48;
}

.avv-shop-coffee .avv-shop-coffee__pricing {
	width: 100%;
	min-width: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.avv-shop-coffee .avv-shop-coffee__pricing-item {
	min-width: 0;
	padding: 7px 4px;
	border: 1px solid var(--avv-shop-border);
	border-radius: 4px;
	background: rgba(255, 248, 232, 0.06);
	color: var(--avv-shop-cream);
	line-height: 1.15;
	text-align: center;
}

.avv-shop-coffee .avv-shop-coffee__pricing-item strong,
.avv-shop-coffee .avv-shop-coffee__pricing-item span {
	display: block;
}

.avv-shop-coffee .avv-shop-coffee__pricing-item strong {
	font-size: 0.74rem;
	font-weight: 800;
}

.avv-shop-coffee .avv-shop-coffee__pricing-item span {
	margin-top: 3px;
	font-size: 0.68rem;
	font-weight: 700;
}

.avv-shop-coffee .avv-shop-coffee__pricing-item small {
	font-size: 1em;
}

.avv-shop-coffee__button,
.avv-shop-coffee__match-button {
	min-height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	border: 1px solid var(--avv-shop-gold);
	border-radius: 6px;
	background: linear-gradient(135deg, #f0c967, var(--avv-shop-gold));
	color: #090a07;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.avv-shop-coffee__button:hover,
.avv-shop-coffee__button:focus-visible,
.avv-shop-coffee__match-button:hover,
.avv-shop-coffee__match-button:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(212, 175, 55, 0.2);
	outline: 2px solid var(--avv-shop-cream);
	outline-offset: 3px;
}

.avv-shop-coffee__button--disabled {
	background: transparent;
	color: rgba(255, 248, 232, 0.58);
	cursor: default;
}

.avv-shop-coffee__button--disabled:hover {
	transform: none;
	box-shadow: none;
	outline: 0;
}

.avv-shop-coffee__match {
	display: grid;
	gap: 14px;
	justify-items: stretch;
	margin-top: 22px;
	padding: 22px 18px;
	border: 1px solid rgba(212, 175, 55, 0.3);
	border-radius: 8px;
	background: rgba(0, 66, 37, 0.48);
	text-align: center;
}

.avv-shop-coffee__match p {
	margin: 0;
	color: var(--avv-shop-cream);
	font-family: "Playfair Display", Georgia, serif;
	font-size: 1.65rem;
	font-weight: 700;
	line-height: 1.1;
}

.avv-shop-coffee__match-button {
	justify-self: stretch;
	background: transparent;
	color: var(--avv-shop-gold);
}

@media (max-width: 430px) {
	.avv-shop-coffee {
		padding-top: 26px;
	}

	.avv-shop-coffee__intro {
		margin-bottom: 18px;
	}

	.avv-shop-coffee__grid {
		margin-top: 20px;
	}

	.avv-shop-coffee__card {
		grid-template-columns: 35% 1fr;
		min-height: 196px;
	}

	.avv-shop-coffee__media img,
	.avv-shop-coffee__media-placeholder {
		min-height: 196px;
	}

	.avv-shop-coffee__card-body {
		padding: 18px 15px;
	}

	.avv-shop-coffee .avv-shop-coffee__pricing {
		gap: 4px;
	}

	.avv-shop-coffee .avv-shop-coffee__pricing-item {
		padding: 6px 2px;
	}

	.avv-shop-coffee .avv-shop-coffee__pricing-item strong {
		font-size: 0.66rem;
	}

	.avv-shop-coffee .avv-shop-coffee__pricing-item span {
		font-size: 0.64rem;
	}

	.avv-shop-coffee .avv-shop-coffee__pricing-item small {
		display: block;
		margin-top: 1px;
	}
}

@media (min-width: 640px) {
	.avv-shop-coffee {
		padding: 48px 28px 56px;
	}

	.avv-shop-coffee__card {
		grid-template-columns: 42% 1fr;
	}
}

@media (min-width: 900px) {
	.avv-shop-coffee {
		padding: 72px 38px 78px;
	}

	.avv-shop-coffee__intro {
		margin-bottom: 34px;
	}

	.avv-shop-coffee h1 {
		font-size: clamp(4.8rem, 7vw, 6.4rem);
	}

	.avv-shop-coffee__support {
		font-size: 1.08rem;
	}

	.avv-shop-coffee__copy {
		font-size: 1.02rem;
	}

	.avv-shop-coffee__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px;
		margin-top: 34px;
	}

	.avv-shop-coffee__card {
		grid-template-columns: minmax(190px, 42%) 1fr;
		min-height: 286px;
	}

	.avv-shop-coffee__media img,
	.avv-shop-coffee__media-placeholder {
		min-height: 286px;
	}

	.avv-shop-coffee__card-body {
		gap: 16px;
		padding: 30px 28px;
	}

	.avv-shop-coffee h2 {
		font-size: clamp(2.35rem, 3.2vw, 3.35rem);
	}

	.avv-shop-coffee__card-body p {
		font-size: 0.98rem;
	}

	.avv-shop-coffee__button {
		width: auto;
		min-width: 184px;
		align-self: flex-start;
		padding: 0 22px;
	}

	.avv-shop-coffee__match {
		grid-template-columns: 1fr auto;
		align-items: center;
		margin-top: 28px;
		padding: 28px 30px;
		text-align: left;
	}

	.avv-shop-coffee__match-button {
		min-width: 210px;
		justify-self: end;
		padding: 0 24px;
	}
}
