@import url("https://cdn.fonts.net/t/1.css?apiType=css&projectid=0a682da4-5fd9-4154-b6ac-2e12ce359d80");
@import url("https://cdn.fonts.net/t/1.css?apiType=css&projectid=335655b0-0dd3-11ed-9831-02c6998740a0");

:root {
	--heinz-red: #FFD100;
	--heinz-deep-red: #1B5C25;
	--heinz-maroon: #154A1E;
	--heinz-cream: #FFFDE7;
	--heinz-cream-deep: #FFF59D;
	--heinz-black: #1A1A1A;
	--heinz-white: #ffffff;
	--font-display: "HeinzLabelBold", "IntroBlack", "Arial Black", sans-serif;
	--font-body: "HeinzSansRegular", Arial, sans-serif;
	--font-body-bold: "HeinzSansBold", Arial, sans-serif;
	--header-height: 72px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--heinz-red);
	color: var(--heinz-black);
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.45;
}

body.admin-bar .site-header {
	top: 32px;
}

img,
svg {
	display: block;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input {
	font: inherit;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	z-index: 100000;
	display: block;
	width: auto;
	height: auto;
	top: 12px;
	left: 12px;
	padding: 12px 16px;
	clip: auto;
	background: var(--heinz-white);
	color: var(--heinz-black);
}

.site-header {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	height: var(--header-height);
	background: var(--heinz-red);
	color: var(--heinz-deep-red);
}

.site-header__inner {
	height: 100%;
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 0 24px;
}

.site-header__menu,
.site-search button,
.carousel-controls button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	cursor: pointer;
}

.site-header__menu {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--heinz-white);
	color: var(--heinz-deep-red);
	flex: 0 0 auto;
}

.dot-grid {
	width: 18px;
	height: 18px;
	background-image: radial-gradient(currentColor 2px, transparent 2px);
	background-size: 8px 8px;
	background-position: 1px 1px;
}

.site-header__brand,
.site-footer__brand {
	font-family: var(--font-display);
	font-weight: 900;
	line-height: 0.88;
	text-align: center;
	letter-spacing: 0;
	text-transform: uppercase;
}

.site-header__brand {
	min-width: 104px;
	color: var(--heinz-white);
}

.site-header__brand span,
.site-footer__brand span {
	display: block;
	font-size: 30px;
}

.site-header__brand small,
.site-footer__brand small {
	display: block;
	margin-top: 2px;
	font-family: var(--font-body-bold);
	font-size: 9px;
	letter-spacing: 0;
}

.site-nav {
	margin-inline: auto;
}

.site-nav__list,
.site-footer__list {
	display: flex;
	align-items: center;
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-nav__list a {
	font-family: var(--font-body-bold);
	font-size: 14px;
	color: var(--heinz-deep-red);
}

.site-nav__list a:hover,
.site-nav__list a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 5px;
}

.site-header__actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.site-search {
	display: flex;
	align-items: center;
	gap: 4px;
	width: 190px;
	border-radius: 999px;
	padding: 5px 6px 5px 14px;
	background: var(--heinz-white);
	color: var(--heinz-deep-red);
	border: 1px solid rgba(27,92,37,0.2);
}

.site-search input {
	width: 100%;
	min-width: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--heinz-black);
	font-size: 14px;
}

.site-search button {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--heinz-deep-red);
	color: var(--heinz-white);
}

.login-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 9px 12px;
	border-radius: 999px;
	background: var(--heinz-red);
	color: var(--heinz-deep-red);
	font-family: var(--font-body-bold);
	font-size: 14px;
}

.site-main {
	padding-top: var(--header-height);
	overflow: hidden;
}

.hero {
	position: relative;
	height: 780px;
	max-height: calc(100vh - var(--header-height));
	min-height: 520px;
	background: var(--heinz-red);
	overflow: hidden;
}

.hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hero__shade {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 170px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0));
}

.hero__curve {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 112px;
	color: var(--heinz-red);
}

.hero__curve svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.content-section {
	position: relative;
	padding: 48px 24px 58px;
}

.section-heading {
	width: min(1220px, 100%);
	margin: 0 auto 28px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	color: var(--heinz-deep-red);
}

.section-heading h2,
.tastevip h2,
.social h2 {
	margin: 0;
	font-family: var(--font-display);
	font-size: 46px;
	line-height: 0.9;
	letter-spacing: 0;
	text-transform: uppercase;
}

.section-heading p {
	margin: 8px 0 0;
	font-size: 16px;
	color: var(--heinz-black);
}

.section-heading--light {
	color: var(--heinz-white);
}

.section-heading--center {
	display: block;
	text-align: center;
}

.section-mark {
	display: inline-flex;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 2px solid currentColor;
	margin-bottom: 8px;
	font-family: var(--font-display);
	font-size: 15px;
}

.carousel-controls {
	display: flex;
	gap: 8px;
	flex: 0 0 auto;
}

.carousel-controls button {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid currentColor;
	background: transparent;
	color: currentColor;
}

.carousel-controls svg {
	width: 20px;
	height: 20px;
}

.checkout {
	background: var(--heinz-red);
	color: var(--heinz-white);
	padding-top: 34px;
}

.card-row {
	width: min(1220px, 100%);
	margin: 0 auto;
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(250px, 1fr);
	gap: 16px;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-snap-type: inline mandatory;
	scrollbar-width: none;
}

.card-row::-webkit-scrollbar {
	display: none;
}

.product-card,
.flavor-card,
.recipe-card,
.all-in-card {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 8px;
	scroll-snap-align: start;
	isolation: isolate;
}

.product-card {
	height: 314px;
	background: var(--heinz-maroon);
	color: var(--heinz-white);
}

.product-card img,
.flavor-card img,
.recipe-card img,
.all-in-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 240ms ease;
}

.product-card:hover img,
.flavor-card:hover img,
.recipe-card:hover img,
.all-in-card:hover img {
	transform: scale(1.04);
}

.product-card::after,
.recipe-card::after,
.all-in-card::after {
	content: "";
	position: absolute;
	inset: 45% 0 0;
	z-index: 1;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0));
}

.product-card__caption,
.recipe-card strong,
.all-in-card strong,
.flavor-card strong {
	position: absolute;
	z-index: 2;
	left: 12px;
	right: 46px;
	bottom: 12px;
	font-family: var(--font-body-bold);
	color: var(--heinz-white);
}

.product-card__caption strong,
.product-card__caption small {
	display: block;
}

.product-card__caption strong,
.recipe-card strong,
.all-in-card strong,
.flavor-card strong {
	font-size: 14px;
	line-height: 1.1;
}

.product-card__caption small {
	margin-top: 3px;
	font-size: 11px;
	opacity: 0.9;
}

.card-arrow {
	position: absolute;
	z-index: 3;
	right: 12px;
	bottom: 12px;
	display: inline-flex;
	width: 25px;
	height: 25px;
	align-items: center;
	justify-content: center;
	border: 1px solid currentColor;
	border-radius: 50%;
	color: var(--heinz-white);
	font-family: Arial, sans-serif;
	font-size: 18px;
	line-height: 1;
}

.tastevip {
	position: relative;
	min-height: 690px;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
	align-items: center;
	background: var(--heinz-red);
	color: var(--heinz-white);
	overflow: hidden;
}

.tastevip__animation {
	height: 690px;
	min-width: 0;
}

.tastevip__animation svg {
	width: 100%;
	height: 100%;
}

.tastevip__form {
	position: relative;
	z-index: 2;
	max-width: 560px;
	padding: 44px 48px 44px 10px;
}

.tastevip h2 {
	font-size: 50px;
}

.tastevip p {
	margin: 14px 0 22px;
	font-size: 15px;
}

.signup-form {
	display: grid;
	gap: 14px;
}

.signup-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.signup-form label {
	display: grid;
	gap: 5px;
	font-family: var(--font-body-bold);
	font-size: 13px;
}

.signup-form input[type="text"],
.signup-form input[type="email"] {
	width: 100%;
	border: 0;
	border-radius: 4px;
	padding: 13px 14px;
	background: var(--heinz-white);
	color: var(--heinz-black);
}

.signup-form__check {
	grid-template-columns: auto 1fr;
	align-items: start;
	gap: 9px;
	font-family: var(--font-body);
	font-size: 12px;
}

.signup-form__check input {
	margin-top: 3px;
	accent-color: var(--heinz-deep-red);
}

.signup-form button {
	justify-self: center;
	border: 0;
	border-radius: 999px;
	padding: 13px 28px;
	background: var(--heinz-deep-red);
	color: var(--heinz-white);
	font-family: var(--font-body-bold);
	cursor: pointer;
}

.signup-form__message {
	min-height: 18px;
	margin: 0;
	text-align: center;
	font-size: 12px;
}

.slogan {
	display: grid;
	place-items: center;
	min-height: 470px;
	padding: 50px 24px;
	background: var(--heinz-deep-red);
}

.slogan img {
	width: min(1080px, 92vw);
}

.flavors,
.recipes {
	background: var(--heinz-cream);
}

.card-row--cream {
	grid-auto-columns: 270px;
}

.flavor-card {
	height: 260px;
	background: var(--heinz-maroon);
	color: var(--heinz-white);
}

.flavor-card img {
	object-fit: contain;
	padding: 10px;
	background: linear-gradient(to bottom, #f0e0c9 0 30%, var(--heinz-maroon) 30% 100%);
}

.flavor-card strong {
	text-transform: uppercase;
}

.lifestyle-divider {
	position: relative;
	height: 640px;
	background: var(--heinz-red);
	overflow: hidden;
}

.lifestyle-divider > div,
.lifestyle-divider svg {
	width: 100%;
	height: 100%;
}

.recipes {
	padding-top: 62px;
}

.recipe-grid {
	width: min(1120px, 100%);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-auto-rows: 190px;
	gap: 16px;
}

.recipe-card {
	background: var(--heinz-deep-red);
	color: var(--heinz-white);
}

.recipe-card--tall {
	grid-row: span 2;
}

.recipe-card--wide {
	grid-column: span 2;
}

.recipe-card__video {
	display: block;
	width: 100%;
	height: 100%;
	background:
		linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)),
		linear-gradient(135deg, #ded7cc, #7a746d);
}

.recipe-card__video::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 58px;
	height: 58px;
	border: 2px solid rgba(255, 255, 255, 0.72);
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.recipe-card__video::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 18px solid rgba(255, 255, 255, 0.82);
	transform: translate(-35%, -50%);
}

.social {
	min-height: 640px;
	padding: 54px 24px;
	background: var(--heinz-red);
	color: var(--heinz-white);
	text-align: center;
}

.social h2 {
	margin-bottom: 34px;
}

.social__grid {
	width: min(1080px, 100%);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.social__grid a {
	display: block;
	overflow: hidden;
	border-radius: 8px;
	aspect-ratio: 9 / 16;
	background: var(--heinz-deep-red);
}

.social__grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.all-in {
	background: var(--heinz-deep-red);
	color: var(--heinz-white);
}

.all-in__grid {
	width: min(1120px, 100%);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.all-in-card {
	aspect-ratio: 1 / 1;
	background: var(--heinz-red);
}

.site-footer {
	padding: 36px 24px;
	background: var(--heinz-white);
	color: var(--heinz-black);
}

.site-footer__inner {
	width: min(1120px, 100%);
	margin: 0 auto;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 30px;
}

.site-footer__brand span {
	font-size: 34px;
	color: var(--heinz-deep-red);
}

.site-footer__list {
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px 26px;
}

.site-footer__list a {
	font-family: var(--font-body-bold);
	font-size: 14px;
}

.site-footer__copy {
	margin: 0;
	font-size: 13px;
}

.generic-page {
	min-height: 70vh;
	background: var(--heinz-cream);
}

.generic-page__inner {
	width: min(900px, 100%);
	margin: 0 auto;
	padding: 72px 24px;
}

.generic-entry h1 {
	margin: 0 0 22px;
	font-family: var(--font-display);
	font-size: 48px;
	line-height: 1;
	color: var(--heinz-deep-red);
}

.generic-entry__content {
	font-size: 18px;
}

@media (max-width: 1180px) {
	.site-search {
		width: 150px;
	}

	.site-nav__list {
		gap: 18px;
	}

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

@media (max-width: 980px) {
	:root {
		--header-height: 66px;
	}

	body.admin-bar .site-header {
		top: 46px;
	}

	.site-header__inner {
		padding: 0 14px;
		gap: 12px;
	}

	.site-nav {
		position: absolute;
		top: var(--header-height);
		left: 0;
		right: 0;
		display: none;
		padding: 18px 24px 24px;
		background: var(--heinz-red);
		border-top: 1px solid rgba(27, 92, 37, 0.2);
	}

	.site-nav.is-open {
		display: block;
	}

	.site-nav.is-open .site-nav__list a {
		color: var(--heinz-deep-red);
	}

	.site-nav__list {
		display: grid;
		gap: 14px;
	}

	.site-header__actions {
		margin-left: auto;
	}

	.site-search {
		display: none;
	}

	.login-link {
		padding: 9px 10px;
	}

	.hero {
		height: 580px;
		min-height: 480px;
	}

	.section-heading h2,
	.social h2 {
		font-size: 38px;
	}

	.tastevip {
		grid-template-columns: 1fr;
	}

	.tastevip__animation {
		height: 500px;
	}

	.tastevip__form {
		max-width: none;
		padding: 0 24px 54px;
		text-align: center;
	}

	.tastevip h2 {
		font-size: 40px;
	}

	.slogan {
		min-height: 330px;
	}

	.lifestyle-divider {
		height: 480px;
	}

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

	.social {
		min-height: 520px;
	}

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

	.site-footer__inner {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.site-footer__brand {
		justify-self: center;
	}
}

@media (max-width: 680px) {
	.site-header__brand span {
		font-size: 24px;
	}

	.site-header__brand small {
		font-size: 8px;
	}

	.login-link {
		font-size: 0;
		width: 40px;
		height: 40px;
		justify-content: center;
	}

	.login-link span {
		font-size: 20px;
	}

	.hero {
		height: 460px;
		min-height: 420px;
	}

	.hero__image {
		object-position: center top;
	}

	.hero__curve {
		height: 72px;
	}

	.content-section {
		padding-inline: 8px;
	}

	.section-heading {
		align-items: center;
		padding-inline: 0;
	}

	.section-heading h2,
	.social h2 {
		font-size: 31px;
	}

	.card-row {
		grid-auto-columns: 72vw;
		gap: 10px;
	}

	.product-card {
		height: 260px;
	}

	.tastevip__animation {
		height: 390px;
	}

	.tastevip h2 {
		font-size: 34px;
	}

	.signup-form__grid {
		grid-template-columns: 1fr;
	}

	.slogan {
		min-height: 250px;
		padding-block: 34px;
	}

	.card-row--cream {
		grid-auto-columns: 74vw;
	}

	.flavor-card {
		height: 240px;
	}

	.lifestyle-divider {
		height: 360px;
	}

	.recipe-grid {
		grid-template-columns: 1fr;
		grid-auto-rows: 230px;
	}

	.recipe-card--tall,
	.recipe-card--wide {
		grid-row: span 1;
		grid-column: span 1;
	}

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

	.all-in__grid {
		grid-template-columns: 1fr;
	}
}



/* Doogs Logo */
.site-header__brand img {
	height: 48px;
	width: auto;
	display: block;
}
