.vespa-toast-menu-page .ipc_container {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	min-width: 0;
	padding: 0;
}

.vespa-menu-item {
	--vespa-green: #007c45;
	--vespa-red: #d9232e;
	--vespa-cream: #fbf7ef;
	color: #222;
	font-family: Montserrat, Arial, sans-serif;
}

.vespa-menu-item__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
	min-height: 650px;
	background: var(--vespa-cream);
}

.vespa-menu-item__photo-wrap {
	min-height: 520px;
	overflow: hidden;
	background: #eee7dc;
}

.vespa-menu-item__photo {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vespa-menu-item__details {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(42px, 7vw, 110px);
}

.vespa-menu-item__eyebrow {
	margin: 0 0 16px;
	color: var(--vespa-green);
	font-size: .82rem;
	font-weight: 800;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.vespa-menu-item h1 {
	margin: 0 0 26px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(2.8rem, 5vw, 5.5rem);
	font-weight: 400;
	letter-spacing: -.035em;
	line-height: .98;
}

.vespa-menu-item__description {
	font-size: clamp(1rem, 1.3vw, 1.25rem);
	line-height: 1.75;
}

.vespa-menu-item__actions {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-top: 28px;
}

.vespa-menu-item__price {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 2rem;
}

.vespa-menu-item__order {
	display: inline-block;
	padding: 15px 24px;
	border: 2px solid var(--vespa-red);
	background: var(--vespa-red);
	color: #fff !important;
	font-weight: 800;
	letter-spacing: .04em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.vespa-menu-item__order:hover,
.vespa-menu-item__order:focus {
	background: transparent;
	color: var(--vespa-red) !important;
}

.vespa-menu-item__story,
.vespa-menu-item__related,
.vespa-menu-item__menu-link {
	width: min(980px, calc(100% - 40px));
	margin: 0 auto;
}

.vespa-menu-item__story {
	padding: 80px 0 54px;
	text-align: center;
}

.vespa-menu-item__story h2,
.vespa-menu-item__related h2 {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(2rem, 3.5vw, 3.25rem);
	font-weight: 400;
}

.vespa-menu-item__story p {
	font-size: 1.08rem;
	line-height: 1.8;
}

.vespa-menu-item__related {
	padding: 50px 0;
	border-top: 1px solid #ded7ca;
	text-align: center;
}

.vespa-menu-item__related ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	padding: 0;
	list-style: none;
}

.vespa-menu-item__related a,
.vespa-menu-item__menu-link a {
	color: var(--vespa-green);
	font-weight: 700;
}

.vespa-menu-item__related a {
	display: block;
	padding: 11px 16px;
	border: 1px solid var(--vespa-green);
	text-decoration: none;
}

.vespa-menu-item__menu-link {
	padding-bottom: 70px;
	text-align: center;
}

@media (max-width: 800px) {
	.vespa-menu-item__hero {
		grid-template-columns: 1fr;
	}

	.vespa-menu-item__photo-wrap {
		min-height: 65vw;
		max-height: 520px;
	}

	.vespa-menu-item__details {
		padding: 44px 24px 54px;
	}

	.vespa-menu-item__actions {
		align-items: flex-start;
		flex-direction: column;
	}
}

/* Complete Food Menu */
.vespa-toast-menu-page .entry-title {
	display: none;
}

.vespa-food-menu {
	--vespa-green: #007c45;
	--vespa-red: #d9232e;
	--vespa-cream: #fbf7ef;
	--vespa-ink: #24211e;
	color: var(--vespa-ink);
	font-family: Montserrat, Arial, sans-serif;
}

.vespa-food-menu__intro {
	padding: clamp(42px, 5vw, 68px) 24px clamp(34px, 4vw, 54px);
	background: var(--vespa-cream);
	text-align: center;
}

.vespa-food-menu__eyebrow,
.vespa-food-modal__category {
	margin: 0 0 14px;
	color: var(--vespa-green);
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.vespa-food-menu__intro h1 {
	margin: 0 0 16px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(2.8rem, 5vw, 5rem);
	font-weight: 400;
	letter-spacing: -.045em;
	line-height: 1;
}

.vespa-food-menu__intro > p:last-child {
	max-width: 720px;
	margin: 0 auto;
	font-size: clamp(1rem, 1.5vw, 1.2rem);
	line-height: 1.7;
}

.vespa-food-menu__nav {
	position: sticky;
	top: 0;
	z-index: 20;
	display: flex;
	overflow-x: auto;
	justify-content: center;
	gap: 8px;
	padding: 14px 20px;
	border-bottom: 1px solid #e4ded4;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 5px 18px rgba(0, 0, 0, .05);
	-webkit-overflow-scrolling: touch;
}

.vespa-food-menu__nav a {
	flex: 0 0 auto;
	padding: 9px 13px;
	color: var(--vespa-ink);
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .05em;
	text-decoration: none;
	text-transform: uppercase;
}

.vespa-food-menu__nav a:hover,
.vespa-food-menu__nav a:focus {
	color: var(--vespa-green);
}

.vespa-food-menu__section {
	width: min(1240px, calc(100% - 40px));
	margin: 0 auto;
	padding: clamp(68px, 8vw, 105px) 0 0;
	scroll-margin-top: 75px;
}

.vespa-food-menu__section-heading {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 30px;
	border-bottom: 2px solid var(--vespa-ink);
}

.vespa-food-menu__section-heading h2 {
	margin: 0 0 14px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(2.2rem, 4vw, 4rem);
	font-weight: 400;
	letter-spacing: -.025em;
}

.vespa-food-menu__section-heading span {
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.vespa-food-menu__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 34px 24px;
}

.vespa-food-card {
	overflow: hidden;
	border: 1px solid #e0dbd2;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 9px 25px rgba(39, 34, 28, .07);
}

.vespa-food-card__quick-image {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: #eee7dc;
	cursor: pointer;
}

.vespa-food-card__quick-image img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform .3s ease;
}

.vespa-food-card__quick-image span {
	position: absolute;
	right: 14px;
	bottom: 14px;
	padding: 9px 12px;
	border-radius: 2px;
	background: rgba(255, 255, 255, .94);
	color: var(--vespa-ink);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.vespa-food-card__quick-image:hover img,
.vespa-food-card__quick-image:focus img {
	transform: scale(1.035);
}

.vespa-food-card__body {
	display: flex;
	min-height: 270px;
	flex-direction: column;
	padding: 24px;
}

.vespa-food-card__title-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.vespa-food-card__title-row h3 {
	margin: 0;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.08;
}

.vespa-food-card__title-row strong {
	color: var(--vespa-green);
	white-space: nowrap;
}

.vespa-food-card__body > p {
	display: -webkit-box;
	overflow: hidden;
	margin: 16px 0 18px;
	font-size: .94rem;
	line-height: 1.65;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.vespa-food-card__order {
	display: inline-block;
	align-self: center;
	margin: 0 auto 22px;
	padding: 11px 18px;
	background: var(--vespa-red);
	color: #fff !important;
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .04em;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
}

.vespa-food-card__order:hover,
.vespa-food-card__order:focus {
	background: #b71923;
	color: #fff !important;
}

.vespa-food-card__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
}

.vespa-food-card__actions button,
.vespa-food-card__actions a {
	padding: 0;
	border: 0;
	background: none;
	color: var(--vespa-green);
	font-size: .8rem;
	font-weight: 800;
	letter-spacing: .04em;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

.vespa-food-card__actions a {
	color: var(--vespa-red);
}

.vespa-food-menu__footer {
	margin-top: clamp(80px, 10vw, 135px);
	padding: clamp(58px, 8vw, 90px) 24px;
	background: var(--vespa-green);
	color: #fff;
	text-align: center;
}

.vespa-food-menu__footer p {
	margin: 0 0 24px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(2rem, 4vw, 4rem);
}

.vespa-food-menu__footer a,
.vespa-lunch-food-menu-cta a {
	display: inline-block;
	padding: 15px 25px;
	border: 2px solid #fff;
	color: #fff !important;
	font-weight: 800;
	letter-spacing: .05em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.vespa-food-modal[hidden] {
	display: none;
}

.vespa-food-modal {
	position: fixed;
	z-index: 99999;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 24px;
}

.vespa-food-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(18, 16, 14, .78);
}

.vespa-food-modal__dialog {
	position: relative;
	display: grid;
	overflow: auto;
	width: min(960px, 100%);
	max-height: calc(100vh - 48px);
	grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr);
	background: #fff;
	box-shadow: 0 25px 70px rgba(0, 0, 0, .35);
}

.vespa-food-modal__dialog:focus {
	outline: 3px solid var(--vespa-green);
}

.vespa-food-modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: #222;
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
}

.vespa-food-modal__image-wrap {
	min-height: 520px;
	background: #eee7dc;
}

.vespa-food-modal__image-wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vespa-food-modal__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(42px, 6vw, 72px);
}

.vespa-food-modal__content h2 {
	margin: 0 0 22px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(2.4rem, 4.5vw, 4.5rem);
	font-weight: 400;
	letter-spacing: -.035em;
	line-height: .98;
}

.vespa-food-modal__content > p:not(.vespa-food-modal__category) {
	line-height: 1.7;
}

.vespa-food-modal__price {
	margin-top: 12px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.8rem;
}

.vespa-food-modal__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.vespa-food-modal__actions a {
	display: inline-block;
	padding: 13px 17px;
	border: 2px solid var(--vespa-green);
	background: var(--vespa-green);
	color: #fff !important;
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .04em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.vespa-food-modal__actions a:last-child {
	border-color: var(--vespa-red);
	background: var(--vespa-red);
}

body.vespa-food-modal-open {
	overflow: hidden;
}

.vespa-lunch-food-menu-cta {
	padding: 58px 24px;
	background: #007c45;
	color: #fff;
	text-align: center;
}

.vespa-lunch-food-menu-cta h2 {
	margin: 0 0 14px;
	color: #fff;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(2rem, 4vw, 3.8rem);
	font-weight: 400;
}

.vespa-lunch-food-menu-cta p {
	margin: 0 0 24px;
}

@media (max-width: 960px) {
	.vespa-food-menu__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vespa-food-modal__dialog {
		grid-template-columns: 1fr;
	}

	.vespa-food-modal__image-wrap {
		min-height: 300px;
		max-height: 42vh;
	}
}

@media (max-width: 640px) {
	.vespa-food-menu__nav {
		justify-content: flex-start;
	}

	.vespa-food-menu__grid {
		grid-template-columns: 1fr;
	}

	.vespa-food-card__body {
		min-height: 0;
	}

	.vespa-food-modal {
		padding: 12px;
	}

	.vespa-food-modal__dialog {
		max-height: calc(100vh - 24px);
	}

	.vespa-food-modal__image-wrap {
		min-height: 235px;
	}

	.vespa-food-modal__content {
		padding: 34px 24px;
	}
}
