.tol-home {
	background: var(--tol-cream);
	overflow: hidden;
}

.tol-home-hero {
	background:
		radial-gradient(circle at 82% 16%, rgba(79, 127, 60, 0.13), transparent 31%),
		linear-gradient(135deg, #fffdf8 0%, #f3efe4 100%);
	padding: 190px 0 92px;
}

.tol-home-hero__grid {
	align-items: center;
	display: grid;
	gap: 70px;
	grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
}

.tol-home-hero__copy h1 {
	font-size: clamp(52px, 5.1vw, 78px);
	margin: 0;
	max-width: 760px;
}

.tol-home-hero__lede {
	color: #46534d;
	font-size: 20px;
	line-height: 1.65;
	margin: 24px 0 0;
	max-width: 650px;
}

.tol-home-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 26px;
	list-style: none !important;
	margin: 26px 0 0 !important;
	padding: 0 !important;
}

.tol-home-proof li {
	color: #4f5a54;
	font-size: 13px;
	font-weight: 700;
	padding-left: 19px;
	position: relative;
}

.tol-home-proof li::before {
	color: var(--tol-leaf);
	content: "✓";
	font-weight: 900;
	left: 0;
	position: absolute;
}

.tol-home-hero__visual {
	min-height: 590px;
	position: relative;
}

.tol-hero-product {
	background: var(--tol-white);
	border: 1px solid rgba(23, 59, 45, 0.10);
	border-radius: 26px;
	box-shadow: var(--tol-shadow);
	box-sizing: border-box;
	color: var(--tol-ink) !important;
	display: block;
	padding: 18px;
	position: absolute;
	text-decoration: none;
}

.tol-hero-product img {
	display: block;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.tol-hero-product > span:not(.tol-coming-soon) {
	color: var(--tol-leaf);
	display: block;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin: 13px 5px 3px;
	text-transform: uppercase;
}

.tol-hero-product > strong {
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 19px;
	margin: 0 5px 5px;
}

.tol-hero-product--main {
	left: 0;
	top: 0;
	width: 68%;
	z-index: 1;
}

.tol-hero-product--main img,
.tol-hero-product--coffee img {
	aspect-ratio: 1 / 1;
}

.tol-hero-product--coffee {
	bottom: 0;
	right: 0;
	width: 43%;
	z-index: 2;
}

.tol-coming-soon {
	background: var(--tol-clay);
	border-radius: 999px;
	color: var(--tol-white);
	font-size: 10px;
	font-weight: 800;
	left: 16px;
	letter-spacing: 0.1em;
	padding: 8px 11px;
	position: absolute;
	text-transform: uppercase;
	top: 16px;
	z-index: 2;
}

.tol-home-coffee {
	background: var(--tol-green-dark);
	color: var(--tol-white);
}

.tol-home-coffee__grid {
	align-items: center;
	display: grid;
	gap: 70px;
	grid-template-columns: minmax(350px, 0.85fr) minmax(0, 1.15fr);
	padding-bottom: 78px;
	padding-top: 78px;
}

.tol-home-coffee__image {
	background: #f4f0e7;
	border-radius: 24px;
	padding: 24px;
}

.tol-home-coffee__image img {
	display: block;
	height: auto;
	margin: auto;
	max-height: 540px;
	object-fit: contain;
	width: 100%;
}

.tol-home-coffee .tol-eyebrow {
	color: #b8d4ad;
}

.tol-home-coffee h2 {
	color: var(--tol-white);
	font-size: clamp(42px, 4vw, 62px);
	margin: 0 0 20px;
}

.tol-home-coffee__copy > p:not(.tol-eyebrow) {
	color: rgba(255, 255, 255, 0.83);
	font-size: 18px;
	line-height: 1.7;
	max-width: 650px;
}

.tol-home-coffee__copy ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none !important;
	margin: 24px 0 30px !important;
	padding: 0 !important;
}

.tol-home-coffee__copy li {
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	color: var(--tol-white);
	font-size: 13px;
	font-weight: 700;
	padding: 9px 13px;
}

.tol-home-section {
	padding: 92px 0;
}

.tol-home-best {
	background: #f2eee4;
}

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

.tol-collection-card {
	background: var(--tol-warm);
	border: 1px solid rgba(23, 59, 45, 0.10);
	border-radius: var(--tol-radius);
	color: var(--tol-ink) !important;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.tol-collection-card__image {
	background: var(--tol-white);
	display: block;
	overflow: hidden;
}

.tol-collection-card__image img {
	aspect-ratio: 1 / 1;
	display: block;
	object-fit: cover;
	transition: transform 220ms ease;
	width: 100%;
}

.tol-collection-card:hover .tol-collection-card__image img {
	transform: scale(1.025);
}

.tol-collection-card__copy {
	display: block;
	padding: 22px;
}

.tol-collection-card__copy small {
	color: var(--tol-leaf);
	display: block;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.tol-collection-card__copy strong {
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	line-height: 1.12;
}

.tol-collection-card__copy > span {
	color: var(--tol-green);
	display: block;
	font-size: 13px;
	font-weight: 800;
	margin-top: 18px;
}

.tol-trust-strip {
	background: var(--tol-white);
	border-bottom: 1px solid var(--tol-line);
	border-top: 1px solid var(--tol-line);
}

.tol-trust-strip__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding-bottom: 30px;
	padding-top: 30px;
}

.tol-trust-strip__grid > div {
	border-right: 1px solid var(--tol-line);
	padding: 0 24px;
}

.tol-trust-strip__grid > div:first-child {
	padding-left: 0;
}

.tol-trust-strip__grid > div:last-child {
	border-right: 0;
	padding-right: 0;
}

.tol-trust-strip strong,
.tol-trust-strip span {
	display: block;
}

.tol-trust-strip strong {
	color: var(--tol-ink);
	font-size: 14px;
}

.tol-trust-strip span {
	color: var(--tol-muted);
	font-size: 12px;
	line-height: 1.4;
	margin-top: 4px;
}

@media (max-width: 1100px) {
	.tol-home-hero__grid {
		gap: 44px;
		grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1.05fr);
	}

	.tol-home-hero__visual {
		min-height: 500px;
	}

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

@media (max-width: 980px) {
	.tol-home-hero {
		padding: 150px 0 70px;
	}

	.tol-home-hero__grid,
	.tol-home-coffee__grid {
		grid-template-columns: 1fr;
	}

	.tol-home-hero__visual {
		margin: 0 auto;
		max-width: 650px;
		min-height: 560px;
		width: 100%;
	}

	.tol-home-coffee__grid {
		gap: 40px;
	}

	.tol-home-coffee__image {
		margin: auto;
		max-width: 560px;
	}

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

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

	.tol-trust-strip__grid > div {
		border-bottom: 1px solid var(--tol-line);
		padding: 22px;
	}

	.tol-trust-strip__grid > div:first-child {
		padding-left: 22px;
	}

	.tol-trust-strip__grid > div:nth-child(2) {
		border-right: 0;
	}

	.tol-trust-strip__grid > div:nth-child(3),
	.tol-trust-strip__grid > div:nth-child(4) {
		border-bottom: 0;
	}
}

@media (max-width: 640px) {
	.tol-home-hero {
		padding-bottom: 48px;
	}

	.tol-home-hero__copy h1 {
		font-size: 44px;
	}

	.tol-home-hero__lede {
		font-size: 17px;
	}

	.tol-home-proof {
		display: grid;
	}

	.tol-home-hero__visual {
		min-height: 390px;
	}

	.tol-hero-product {
		border-radius: 18px;
		padding: 10px;
	}

	.tol-hero-product--main {
		width: 70%;
	}

	.tol-hero-product--coffee {
		width: 46%;
	}

	.tol-hero-product > strong {
		font-size: 13px;
	}

	.tol-hero-product > span:not(.tol-coming-soon) {
		font-size: 8px;
	}

	.tol-coming-soon {
		font-size: 8px;
		left: 10px;
		padding: 6px 8px;
		top: 10px;
	}

	.tol-home-coffee__grid,
	.tol-home-section {
		padding-bottom: 60px;
		padding-top: 60px;
	}

	.tol-home-coffee h2 {
		font-size: 38px;
	}

	.tol-collection-grid {
		grid-template-columns: 1fr;
	}

	.tol-trust-strip__grid {
		grid-template-columns: 1fr;
	}

	.tol-trust-strip__grid > div {
		border-bottom: 1px solid var(--tol-line) !important;
		border-right: 0;
		padding: 18px 0 !important;
	}

	.tol-trust-strip__grid > div:last-child {
		border-bottom: 0 !important;
	}
}
