/*
Theme Name: Shipit Pizzadam
Theme URI: https://shipitdigital.nl
Author: Shipit Digital
Author URI: https://shipitdigital.nl
Description: Pizzadam child theme for Shipit Base.
Version: 0.1.0
Template: shipit-base
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: shipit-pizzadam
*/

:root {
	--shipit-brand: #be1622;
	--shipit-brand-hover: #a01421;
	--shipit-ink: #151515;
	--shipit-muted: #62656b;
	--shipit-line: #eadfd4;
	--shipit-bg: #fff6ed;
	--pizzadam-cream: #fff6ed;
	--pizzadam-charcoal: #161616;
	--pizzadam-red: #be1622;
	--pizzadam-red-hover: #a01421;
	/* Live wd-container width is 1192px with ~244px gutters at 1680. We mirror it everywhere. */
	--pizzadam-canvas: 1192px;
	--pizzadam-canvas-pad: 24px;
}

.pizzadam-canvas {
	width: min(var(--pizzadam-canvas), calc(100% - var(--pizzadam-canvas-pad) * 2));
	margin-left: auto;
	margin-right: auto;
}

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

body {
	background: #fff;
	font-family: "Jost", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pizzadam-site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	padding: 0;
	pointer-events: none;
}

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

@media (max-width: 782px) {
	body.admin-bar .pizzadam-site-header {
		top: 46px;
	}
}

body.pizzadam-menu-open .pizzadam-site-header {
	z-index: 2147483647;
}

.page-id-68 .pizzadam-site-header {
	margin-bottom: 0;
}

.page-id-8 .pizzadam-site-header {
	margin-bottom: 0;
}

.pizzadam-header-shell {
	position: relative;
	width: min(var(--pizzadam-canvas), calc(100% - var(--pizzadam-canvas-pad) * 2));
	margin: 0 auto;
	pointer-events: auto;
}

.pizzadam-header-desktop {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, calc(50% - 100px)) 160px minmax(0, 1fr) auto;
	grid-template-rows: 91px;
	gap: 20px;
	align-items: center;
	height: 91px;
	padding: 0 32px;
	background: #fff;
	box-shadow: 0 12px 36px -16px rgba(22, 22, 22, 0.18);
	overflow: visible;
}

.pizzadam-header-mobile {
	display: none;
}

.pizzadam-header-nav {
	display: flex;
	align-items: center;
	gap: 22px;
	min-width: 0;
}

.pizzadam-header-nav--left {
	justify-content: flex-start;
}

.pizzadam-header-nav--right {
	justify-content: flex-end;
}

.pizzadam-header-nav a {
	color: var(--pizzadam-charcoal);
	font-family: "Jost", Inter, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	transition: color 160ms ease;
}

.pizzadam-header-nav a:hover,
.pizzadam-header-nav a:focus-visible,
.pizzadam-header-nav a.is-current,
.pizzadam-header-nav a[aria-current="page"] {
	color: var(--pizzadam-red);
}

.site-brand {
	min-width: 96px;
}

.site-brand__logo {
	display: block;
	width: 92px;
	height: auto;
}

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

.site-nav a {
	font-size: 0.9rem;
	letter-spacing: 0;
	text-transform: uppercase;
}

.site-order-link,
.pizzadam-header-order,
.pizzadam-mobile-drawer__order,
.pizzadam-location-card__order,
.pizzadam-order-button,
.pizzadam-button {
	border: 0;
	border-radius: 999px;
	text-transform: uppercase;
}

.site-order-link {
	min-width: 106px;
}

.pizzadam-header-logo {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: flex-start;
	justify-content: center;
	justify-self: center;
	align-self: start;
	margin-top: -4px;
	color: inherit;
	text-decoration: none;
	overflow: visible;
}

.pizzadam-header-logo img {
	display: block;
	width: 142px;
	height: auto;
	max-width: 142px;
	padding: 5px 0;
}

.pizzadam-header-order,
.pizzadam-mobile-drawer__order {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 22px;
	border-radius: 5px;
	background: var(--pizzadam-red);
	color: #fff;
	font-family: "Jost", Inter, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	transition: background-color 160ms ease;
}

.pizzadam-header-order:hover,
.pizzadam-header-order:focus-visible,
.pizzadam-mobile-drawer__order:hover,
.pizzadam-mobile-drawer__order:focus-visible {
	background: var(--shipit-brand-hover);
	color: #fff;
}

.pizzadam-lang-switcher {
	display: inline-flex;
	align-items: center;
	gap: 9px;
}

.pizzadam-lang-switcher__item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 14px;
	opacity: 0.78;
	transition: opacity 160ms ease, transform 160ms ease;
}

.pizzadam-lang-switcher__item.is-current,
.pizzadam-lang-switcher__item:hover,
.pizzadam-lang-switcher__item:focus-visible {
	opacity: 1;
	transform: translateY(-1px);
}

.pizzadam-lang-switcher img {
	display: block;
	width: 16px;
	height: 11px;
	object-fit: cover;
	box-shadow: 0 0 0 1px rgba(22, 22, 22, 0.08);
}

.pizzadam-mobile-drawer {
	position: fixed;
	z-index: 2147483647;
	inset: 0;
	display: flex;
	justify-content: flex-start;
	padding: clamp(14px, 4vw, 24px);
	background: rgba(22, 22, 22, 0.54);
	backdrop-filter: blur(8px);
	pointer-events: auto;
}

.pizzadam-mobile-drawer[hidden] {
	display: none;
}

.pizzadam-mobile-drawer__inner {
	display: grid;
	gap: 14px;
	width: min(360px, 100%);
	max-height: calc(100dvh - 28px);
	margin-right: auto;
	overflow-y: auto;
	padding: 18px;
	border: 1px solid rgba(22, 22, 22, 0.08);
	border-radius: 20px;
	background:
		linear-gradient(180deg, #fff 0%, #fff 68%, #fff8f2 100%);
	box-shadow: 0 28px 78px rgba(0, 0, 0, 0.28);
	animation: pizzadam-drawer-in-left 180ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

@keyframes pizzadam-drawer-in-left {
	from {
		opacity: 0;
		transform: translateX(-18px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.pizzadam-mobile-drawer__top {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 40px;
	margin-bottom: 2px;
}

.pizzadam-menu-close,
.pizzadam-menu-toggle {
	display: inline-grid;
	place-items: center;
	border: 0;
	background: transparent;
	color: var(--pizzadam-charcoal);
	cursor: pointer;
}

.pizzadam-menu-toggle {
	width: 44px;
	height: 44px;
}

.pizzadam-menu-toggle span[aria-hidden="true"],
.pizzadam-menu-toggle span[aria-hidden="true"]::before,
.pizzadam-menu-toggle span[aria-hidden="true"]::after {
	display: block;
	width: 24px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	content: "";
}

.pizzadam-menu-toggle span[aria-hidden="true"] {
	position: relative;
}

.pizzadam-menu-toggle span[aria-hidden="true"]::before,
.pizzadam-menu-toggle span[aria-hidden="true"]::after {
	position: absolute;
	left: 0;
}

.pizzadam-menu-toggle span[aria-hidden="true"]::before {
	top: -7px;
}

.pizzadam-menu-toggle span[aria-hidden="true"]::after {
	top: 7px;
}

.pizzadam-menu-close {
	width: 38px;
	height: 38px;
	border-radius: 999px;
	background: var(--pizzadam-red);
	color: #fff;
	font-size: 1.55rem;
	line-height: 1;
	box-shadow: 0 10px 24px -18px rgba(0, 0, 0, 0.48);
}

.pizzadam-mobile-nav {
	display: grid;
	gap: 7px;
}

.pizzadam-mobile-nav a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 48px;
	padding: 0 12px 0 14px;
	border: 1px solid rgba(22, 22, 22, 0.08);
	border-radius: 13px;
	background: #fff;
	color: var(--pizzadam-charcoal);
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0.01em;
	text-decoration: none;
	text-transform: uppercase;
	box-shadow: 0 10px 24px -22px rgba(22, 22, 22, 0.5);
	transition: border-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.pizzadam-mobile-nav a::after {
	display: inline-grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	background: rgba(22, 22, 22, 0.06);
	color: #4b4b4b;
	font-size: 1.05rem;
	font-weight: 900;
	content: "›";
	transition: background-color 160ms ease, color 160ms ease;
}

.pizzadam-mobile-nav a:hover,
.pizzadam-mobile-nav a:focus-visible,
.pizzadam-mobile-nav a.is-current,
.pizzadam-mobile-nav a[aria-current="page"] {
	border-color: rgba(190, 22, 34, 0.24);
	background: rgba(190, 22, 34, 0.035);
	color: var(--pizzadam-red);
	box-shadow: 0 16px 30px -24px rgba(22, 22, 22, 0.48);
	transform: translateY(-1px);
}

.pizzadam-mobile-nav a:hover::after,
.pizzadam-mobile-nav a:focus-visible::after,
.pizzadam-mobile-nav a.is-current::after,
.pizzadam-mobile-nav a[aria-current="page"]::after {
	background: rgba(22, 22, 22, 0.09);
	color: #2f2f2f;
}

.pizzadam-mobile-drawer__order {
	width: 100%;
	height: 56px;
	min-height: 56px;
	margin-top: 2px;
	padding: 0 22px;
	border-radius: 10px;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	box-shadow: 0 10px 22px -18px rgba(22, 22, 22, 0.48);
}

.pizzadam-mobile-drawer__footer {
	display: grid;
	align-items: center;
	gap: 18px;
	margin-top: 2px;
	padding-top: 12px;
	border-top: 1px solid rgba(22, 22, 22, 0.08);
}

.pizzadam-mobile-drawer__footer .pizzadam-lang-switcher {
	justify-self: end;
	gap: 8px;
	padding: 0 4px;
}

body.pizzadam-menu-open {
	overflow: hidden;
}

.pizzadam-page {
	overflow: hidden;
}

.pizzadam-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(300px, 1.18fr) minmax(260px, 0.82fr);
	grid-template-areas: "media copy";
	gap: clamp(16px, 3.2vw, 48px);
	align-items: center;
	width: min(var(--pizzadam-canvas), calc(100% - var(--pizzadam-canvas-pad) * 2));
	min-height: clamp(360px, 50vw, 460px);
	margin: clamp(24px, 4vw, 48px) auto 0;
	padding: clamp(20px, 4vw, 56px) clamp(24px, 5vw, 72px);
	border-radius: 28px;
	background: var(--pizzadam-red);
	color: #fff;
	overflow: hidden;
}

.home .pizzadam-hero,
.home .pizzadam-section {
	width: min(var(--pizzadam-canvas), calc(100vw - var(--pizzadam-canvas-pad) * 2));
}

.pizzadam-hero__media {
	position: relative;
	grid-area: media;
	z-index: 1;
	min-width: 0;
	margin: clamp(-18px, -2.4vw, -36px) 0 clamp(-18px, -2.4vw, -36px) clamp(-18px, -2.6vw, -42px);
	pointer-events: none;
}

.pizzadam-hero__media img {
	display: block;
	width: 100%;
	max-width: min(660px, 100%);
	height: auto;
	margin: 0 auto;
	-webkit-mask-image: url("assets/images/hero-mask-brush.svg");
	mask-image: url("assets/images/hero-mask-brush.svg");
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	filter: drop-shadow(0 26px 38px rgba(0, 0, 0, 0.32));
}

.pizzadam-hero__copy {
	position: relative;
	grid-area: copy;
	z-index: 2;
	display: grid;
	gap: clamp(18px, 2.4vw, 28px);
	justify-items: start;
	min-width: 0;
	max-width: 520px;
}

.pizzadam-hero__title {
	margin: 0;
	color: #fff;
	font-family: "Anton", "Bebas Neue", "Oswald", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: clamp(2.6rem, 7.4vw, 5.4rem);
	font-weight: 400;
	letter-spacing: 0.005em;
	line-height: 0.94;
	text-transform: uppercase;
	-webkit-text-stroke: 0.4px currentColor;
}

.pizzadam-hero .pizzadam-hero__cta {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	min-height: 58px;
	padding: 0 15px 0 28px;
	border: 1px solid rgba(255, 255, 255, 0.74);
	border-radius: 999px;
	background-color: #fff;
	color: #171717;
	font-size: clamp(1rem, 1.25vw, 1.1rem);
	font-weight: 800;
	letter-spacing: 0.02em;
	box-shadow: 0 18px 36px -24px rgba(0, 0, 0, 0.5);
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.pizzadam-hero .pizzadam-hero__cta:hover,
.pizzadam-hero .pizzadam-hero__cta:focus-visible {
	background-color: #fff;
	border-color: #fff;
	color: #171717;
	box-shadow: 0 24px 44px -24px rgba(0, 0, 0, 0.68);
	transform: translateY(-2px);
}

.pizzadam-hero__cta-arrow {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 999px;
	background: var(--pizzadam-red);
	color: #fff;
	font-size: 1.1rem;
	font-weight: 900;
	line-height: 1;
	transition: background-color 180ms ease, transform 180ms ease;
}

.pizzadam-hero__cta:hover .pizzadam-hero__cta-arrow,
.pizzadam-hero__cta:focus-visible .pizzadam-hero__cta-arrow {
	background: var(--shipit-brand-hover);
	color: #fff;
	transform: translateX(3px);
}

/* Generic page eyebrow (used outside hero on inner pages) */
.pizzadam-eyebrow {
	margin: 0 0 16px;
	color: var(--pizzadam-red);
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.pizzadam-lede {
	max-width: 540px;
	margin: 22px 0 0;
	color: var(--shipit-muted);
	font-size: clamp(1.06rem, 1.45vw, 1.22rem);
	line-height: 1.62;
}

.pizzadam-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.pizzadam-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 22px;
	background: var(--pizzadam-red);
	color: #fff;
	font-weight: 950;
	text-decoration: none;
}

.pizzadam-button--ghost {
	background: #fff;
	color: var(--pizzadam-red);
	box-shadow: inset 0 0 0 1px var(--shipit-line);
}

.pizzadam-status-pill {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0 18px;
	border-radius: 999px;
	background: #fff;
	color: var(--pizzadam-red);
	font-weight: 950;
	text-transform: uppercase;
	box-shadow: inset 0 0 0 1px var(--shipit-line);
}

.pizzadam-page-hero {
	position: relative;
	display: flex;
	align-items: center;
	width: min(var(--pizzadam-canvas), calc(100% - var(--pizzadam-canvas-pad) * 2));
	min-height: clamp(140px, 14vw, 200px);
	margin: clamp(24px, 4vw, 48px) auto clamp(20px, 3vw, 36px);
	padding: clamp(28px, 4vw, 48px) clamp(24px, 4vw, 48px);
	overflow: hidden;
	border-radius: 20px;
	background: var(--pizzadam-charcoal) center / cover no-repeat;
	color: #fff;
	isolation: isolate;
}

.pizzadam-page-hero--careers {
	align-items: flex-end;
	min-height: clamp(440px, 43vw, 560px);
	margin-top: 0;
	margin-bottom: clamp(28px, 4.8vw, 56px);
	padding: clamp(142px, 11.5vw, 176px) clamp(28px, 5vw, 60px) clamp(18px, 3vw, 34px);
	background-position: center 38%;
}

.pizzadam-page-hero--locations {
	align-items: flex-end;
	min-height: clamp(390px, 40vw, 520px);
	margin-top: 0;
	margin-bottom: clamp(16px, 2.4vw, 28px);
	padding: clamp(118px, 9.8vw, 146px) clamp(28px, 5vw, 60px) clamp(34px, 5vw, 56px);
	background-position: center center;
}

.page-id-8 .pizzadam-location-finder {
	margin-top: clamp(16px, 2.4vw, 28px);
}

.pizzadam-page-hero::before {
	position: absolute;
	z-index: 0;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.62));
	content: "";
}

.pizzadam-page-hero--careers::before {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.5) 42%, rgba(0, 0, 0, 0.2) 100%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.46) 100%);
}

.pizzadam-page-hero--locations::before {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.46) 45%, rgba(0, 0, 0, 0.16) 100%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.48) 100%);
}

.pizzadam-page-hero__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
}

.pizzadam-page-hero__title {
	margin: 0;
	color: #fff;
	font-family: "Anton", "Bebas Neue", "Oswald", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: clamp(1.6rem, 3.2vw, 2.4rem);
	font-weight: 400;
	letter-spacing: 0.005em;
	line-height: 1;
	text-transform: uppercase;
}

.pizzadam-careers-hero__content {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 14px;
	width: min(620px, 100%);
}

.pizzadam-careers-hero__eyebrow {
	margin: 0;
	color: #fff;
	font-family: "Cookie", "Pacifico", cursive;
	font-size: clamp(1.55rem, 2.3vw, 2rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	text-transform: none;
}

.pizzadam-careers-hero__content h1 {
	margin: 0;
	color: #fff;
	font-family: "Anton", "Bebas Neue", "Oswald", Impact, sans-serif;
	font-size: clamp(2rem, 4.1vw, 3.75rem);
	font-weight: 400;
	letter-spacing: 0.005em;
	line-height: 0.98;
	text-transform: uppercase;
}

.pizzadam-careers-hero__content .pizzadam-lede {
	max-width: 580px;
	margin: 4px 0 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(1rem, 1.35vw, 1.18rem);
	line-height: 1.55;
	text-shadow: 0 1px 18px rgba(0, 0, 0, 0.28);
}

.pizzadam-careers-hero__content .pizzadam-actions {
	justify-content: flex-start;
	margin-top: 8px;
}

.pizzadam-careers-hero__content .pizzadam-button {
	border-radius: 999px;
	box-shadow: 0 14px 30px -20px rgba(0, 0, 0, 0.55);
}

.pizzadam-careers-hero__content .pizzadam-button--ghost {
	background: rgba(255, 255, 255, 0.94);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.62), 0 14px 30px -20px rgba(0, 0, 0, 0.45);
}

.pizzadam-locations-hero__content {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 14px;
	width: min(600px, 100%);
}

.pizzadam-locations-hero__eyebrow {
	margin: 0;
	color: #fff;
	font-family: "Cookie", "Pacifico", cursive;
	font-size: clamp(1.55rem, 2.3vw, 2rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	text-transform: none;
}

.pizzadam-locations-hero__content h1 {
	margin: 0;
	color: #fff;
	font-family: "Anton", "Bebas Neue", "Oswald", Impact, sans-serif;
	font-size: clamp(2.05rem, 4.2vw, 3.8rem);
	font-weight: 400;
	letter-spacing: 0.005em;
	line-height: 0.98;
	text-transform: uppercase;
}

.pizzadam-locations-hero__content .pizzadam-lede {
	max-width: 560px;
	margin: 4px 0 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(1rem, 1.35vw, 1.18rem);
	line-height: 1.55;
	text-shadow: 0 1px 18px rgba(0, 0, 0, 0.28);
}

.pizzadam-locations-hero__content .pizzadam-actions {
	justify-content: flex-start;
	margin-top: 8px;
}

.pizzadam-locations-hero__content .pizzadam-button {
	border-radius: 999px;
	box-shadow: 0 14px 30px -20px rgba(0, 0, 0, 0.55);
}

.pizzadam-locations-hero__content .pizzadam-button--ghost {
	background: rgba(255, 255, 255, 0.94);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.62), 0 14px 30px -20px rgba(0, 0, 0, 0.45);
}

.pizzadam-page-hero--franchise {
	align-items: flex-end;
	min-height: clamp(390px, 38vw, 520px);
	margin-top: 0;
	margin-bottom: clamp(12px, 2.8vw, 30px);
	padding: clamp(112px, 9vw, 148px) clamp(28px, 5vw, 60px) clamp(34px, 4.6vw, 54px);
	background-position: center 48%;
}

.pizzadam-page-hero--franchise::before {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.38) 50%, rgba(0, 0, 0, 0.12) 100%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.52) 100%);
}

.pizzadam-franchise-hero__content {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 14px;
	width: min(650px, 100%);
}

.pizzadam-franchise-hero__eyebrow {
	margin: 0;
	color: #fff;
	font-family: "Cookie", "Pacifico", cursive;
	font-size: clamp(1.55rem, 2.3vw, 2rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	text-transform: none;
}

.pizzadam-franchise-hero__content h1 {
	margin: 0;
	color: #fff;
	font-family: "Anton", "Bebas Neue", "Oswald", Impact, sans-serif;
	font-size: clamp(2rem, 4vw, 3.7rem);
	font-weight: 400;
	letter-spacing: 0.005em;
	line-height: 0.98;
	text-transform: uppercase;
}

.pizzadam-franchise-hero__content .pizzadam-lede {
	max-width: 610px;
	margin: 4px 0 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(1rem, 1.35vw, 1.18rem);
	line-height: 1.55;
	text-shadow: 0 1px 18px rgba(0, 0, 0, 0.28);
}

.pizzadam-franchise-hero__content .pizzadam-actions {
	justify-content: flex-start;
	margin-top: 8px;
}

.pizzadam-franchise-hero__content .pizzadam-button {
	border-radius: 999px;
	box-shadow: 0 14px 30px -20px rgba(0, 0, 0, 0.55);
}

.pizzadam-franchise-hero__content .pizzadam-button--ghost {
	background: rgba(255, 255, 255, 0.94);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.62), 0 14px 30px -20px rgba(0, 0, 0, 0.45);
}

.pizzadam-anchor-target {
	display: block;
	scroll-margin-top: 120px;
}

.pizzadam-section,
.pizzadam-band {
	width: min(var(--pizzadam-canvas), calc(100% - var(--pizzadam-canvas-pad) * 2));
	margin: 0 auto;
	padding: clamp(48px, 7vw, 84px) 0;
}

.pizzadam-story {
	max-width: 820px;
	margin: 0 auto;
	text-align: center;
}

.pizzadam-story__eyebrow {
	font-family: "Cookie", "Pacifico", cursive;
	font-size: 1.85rem;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

.pizzadam-story__heading {
	margin: 4px auto 22px;
	color: var(--pizzadam-charcoal);
	font-family: "Anton", "Bebas Neue", "Oswald", Impact, sans-serif;
	font-size: clamp(1.7rem, 3vw, 2.4rem);
	font-weight: 400;
	letter-spacing: 0.005em;
	line-height: 1.06;
	text-transform: uppercase;
}

.pizzadam-story__body {
	display: grid;
	gap: 18px;
	margin: 0 auto;
	color: var(--shipit-muted);
	font-size: 1.05rem;
	line-height: 1.7;
	text-align: center;
}

.pizzadam-story__body strong {
	color: var(--pizzadam-charcoal);
}

.pizzadam-page-hero--story {
	align-items: flex-end;
	min-height: clamp(340px, 36vw, 470px);
	margin-top: 0;
	margin-bottom: clamp(22px, 3.4vw, 42px);
	padding: clamp(118px, 10vw, 152px) clamp(28px, 5vw, 60px) clamp(34px, 5vw, 56px);
	background-position: center 48%;
}

.pizzadam-page-hero--story::before {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.38) 52%, rgba(0, 0, 0, 0.18) 100%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.54) 100%);
}

.pizzadam-story-hero__content {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 14px;
	width: min(620px, 100%);
}

.pizzadam-story-hero__eyebrow {
	margin: 0;
	color: #fff;
	font-family: "Cookie", "Pacifico", cursive;
	font-size: clamp(1.55rem, 2.3vw, 2rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	text-transform: none;
}

.pizzadam-story-hero__content h1 {
	margin: 0;
	color: #fff;
	font-family: "Anton", "Bebas Neue", "Oswald", Impact, sans-serif;
	font-size: clamp(2rem, 4vw, 3.6rem);
	font-weight: 400;
	letter-spacing: 0.005em;
	line-height: 0.98;
	text-transform: uppercase;
}

.pizzadam-story-hero__content .pizzadam-lede {
	max-width: 580px;
	margin: 4px 0 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(1rem, 1.35vw, 1.18rem);
	line-height: 1.55;
	text-shadow: 0 1px 18px rgba(0, 0, 0, 0.28);
}

.pizzadam-page-hero--careers,
.pizzadam-page-hero--locations,
.pizzadam-page-hero--franchise,
.pizzadam-page-hero--story {
	min-height: clamp(320px, 36vw, 440px);
	margin-top: clamp(58px, 6.8vw, 82px);
	margin-bottom: clamp(24px, 3.4vw, 42px);
	padding: clamp(58px, 6.5vw, 84px) clamp(28px, 5vw, 60px) clamp(42px, 5vw, 62px);
	border-radius: clamp(20px, 2.2vw, 28px);
}

.pizzadam-page-hero--franchise {
	margin-top: calc(clamp(58px, 6.8vw, 82px) + 10px);
}

.pizzadam-story#pizzadam-story {
	scroll-margin-top: 90px;
}

.pizzadam-story-links {
	padding-top: 0;
}

.pizzadam-franchise-intro {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr);
	gap: clamp(24px, 4vw, 56px);
	align-items: stretch;
	padding-top: clamp(14px, 2.6vw, 32px);
	padding-bottom: clamp(14px, 2.2vw, 28px);
}

.pizzadam-franchise-intro__media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 22px;
	object-fit: cover;
	box-shadow: 0 24px 60px -22px rgba(22, 22, 22, 0.22);
}

.pizzadam-franchise-intro__copy {
	display: grid;
	gap: 14px;
	align-content: center;
}

.pizzadam-franchise-intro__copy h2 {
	margin: 0;
	color: var(--pizzadam-charcoal);
	font-family: "Anton", "Bebas Neue", "Oswald", Impact, sans-serif;
	font-size: clamp(1.6rem, 2.6vw, 2.2rem);
	font-weight: 400;
	letter-spacing: 0.005em;
	line-height: 1.08;
	text-transform: uppercase;
}

.pizzadam-franchise-intro__copy p {
	margin: 0;
	color: var(--shipit-muted);
	font-size: 1.02rem;
	line-height: 1.65;
}

.pizzadam-franchise-intro__copy .pizzadam-lede {
	max-width: 760px;
	color: var(--pizzadam-charcoal);
	font-size: clamp(1.04rem, 1.3vw, 1.16rem);
}

.pizzadam-franchise-intro__cta-lead {
	color: var(--pizzadam-charcoal) !important;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.pizzadam-franchise-panel {
	display: grid;
	gap: 14px;
	align-content: center;
	padding: clamp(24px, 3.5vw, 38px);
	border: 1px solid rgba(22, 22, 22, 0.075);
	border-radius: 22px;
	background: linear-gradient(180deg, #fff 0%, #fff9f4 100%);
	box-shadow: 0 24px 62px -48px rgba(22, 22, 22, 0.32);
}

.pizzadam-franchise-panel__label {
	margin: 0;
	color: var(--pizzadam-red);
	font-size: 0.78rem;
	font-weight: 950;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pizzadam-franchise-panel h3 {
	margin: 0;
	color: var(--pizzadam-charcoal);
	font-family: "Anton", "Bebas Neue", "Oswald", Impact, sans-serif;
	font-size: clamp(1.45rem, 2.4vw, 2rem);
	font-weight: 400;
	letter-spacing: 0.005em;
	line-height: 1.05;
	text-transform: uppercase;
}

.pizzadam-franchise-points,
.pizzadam-franchise-card ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pizzadam-franchise-points li,
.pizzadam-franchise-card li {
	position: relative;
	padding-left: 22px;
	color: #1d2730;
	font-weight: 700;
	line-height: 1.45;
}

.pizzadam-franchise-points li::before,
.pizzadam-franchise-card li::before {
	position: absolute;
	top: 0.62em;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--pizzadam-red);
	content: "";
}

.pizzadam-franchise-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(18px, 2.6vw, 28px);
	padding-top: 0;
	padding-bottom: clamp(20px, 3.2vw, 42px);
}

.pizzadam-franchise-card,
.pizzadam-franchise-process,
.pizzadam-franchise-form,
.pizzadam-franchise-faq {
	border: 1px solid rgba(22, 22, 22, 0.08);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 26px 70px -50px rgba(22, 22, 22, 0.34);
}

.pizzadam-franchise-card {
	display: grid;
	gap: 14px;
	align-content: start;
	padding: clamp(8px, 1.8vw, 18px);
	border: 0;
	background: transparent;
	box-shadow: none;
}

.pizzadam-franchise-card h2,
.pizzadam-franchise-process__head h2,
.pizzadam-franchise-form__head h2,
.pizzadam-franchise-faq__head h2 {
	margin: 0;
	color: var(--pizzadam-charcoal);
	font-family: "Anton", "Bebas Neue", "Oswald", Impact, sans-serif;
	font-size: clamp(1.55rem, 2.6vw, 2.15rem);
	font-weight: 400;
	letter-spacing: 0.005em;
	line-height: 1.06;
	text-transform: uppercase;
}

.pizzadam-franchise-card p,
.pizzadam-franchise-process p,
.pizzadam-franchise-faq__item p {
	margin: 0;
	color: var(--shipit-muted);
	font-size: 1rem;
	line-height: 1.68;
}

.pizzadam-franchise-process {
	display: grid;
	gap: clamp(22px, 3vw, 34px);
	margin-bottom: clamp(20px, 3.2vw, 42px);
	padding: clamp(24px, 3.4vw, 40px) 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.pizzadam-franchise-intro + .pizzadam-franchise-process {
	padding-top: clamp(10px, 1.6vw, 20px);
}

.pizzadam-franchise-process__head {
	display: grid;
	gap: 10px;
	max-width: 760px;
}

.pizzadam-franchise-steps {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(20px, 3vw, 34px);
	padding-top: 4px;
}

.pizzadam-franchise-steps::before {
	position: absolute;
	top: 21px;
	right: 17px;
	left: 17px;
	height: 1px;
	background: linear-gradient(90deg, rgba(198, 18, 32, 0.52), rgba(198, 18, 32, 0.14));
	content: "";
}

.pizzadam-franchise-step {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 10px;
	align-content: start;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.pizzadam-franchise-step span {
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: var(--pizzadam-red);
	color: #fff;
	font-weight: 950;
	box-shadow: 0 0 0 10px #fff;
}

.pizzadam-franchise-step h3 {
	margin: 0;
	color: var(--pizzadam-charcoal);
	font-size: 1.08rem;
	font-weight: 950;
}

.pizzadam-franchise-form {
	max-width: 980px;
	margin-bottom: clamp(20px, 3.2vw, 42px);
	padding: clamp(24px, 3.4vw, 40px);
	scroll-margin-top: 120px;
}

.pizzadam-franchise-form__body .wpcf7 {
	width: 100%;
	max-width: none;
	margin: 0;
}

.pizzadam-franchise-form__body .wpcf7 form {
	margin: 0;
}

.pizzadam-franchise-faq {
	max-width: 980px;
	margin-bottom: clamp(42px, 6vw, 78px);
	padding: clamp(22px, 3vw, 34px);
}

.pizzadam-franchise-faq__head {
	display: grid;
	gap: 8px;
	margin-bottom: 18px;
}

.pizzadam-franchise-faq__list {
	display: grid;
	gap: 12px;
}

.pizzadam-franchise-faq__item {
	border: 1px solid rgba(22, 22, 22, 0.08);
	border-radius: 16px;
	background: #fff;
	overflow: hidden;
}

.pizzadam-franchise-faq__item summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 34px;
	gap: 12px;
	align-items: center;
	padding: 18px 20px;
	color: var(--pizzadam-charcoal);
	font-weight: 950;
	cursor: pointer;
	list-style: none;
}

.pizzadam-franchise-faq__item summary::-webkit-details-marker {
	display: none;
}

.pizzadam-franchise-faq__item summary::after {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: rgba(198, 18, 32, 0.08);
	color: var(--pizzadam-red);
	content: "+";
	font-size: 1.2rem;
	line-height: 1;
}

.pizzadam-franchise-faq__item[open] summary::after {
	background: var(--pizzadam-red);
	color: #fff;
	content: "×";
}

.pizzadam-franchise-faq__item p {
	padding: 0 20px 20px;
}

.pizzadam-contact-grid {
	display: grid;
	grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr);
	gap: clamp(28px, 4vw, 64px);
	align-items: start;
}

.pizzadam-contact-grid h1 {
	margin: 8px 0 0;
	font-family: "Anton", "Bebas Neue", "Oswald", Impact, sans-serif;
	font-size: clamp(1.85rem, 3.6vw, 2.6rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.1;
	text-transform: uppercase;
}

.pizzadam-contact-grid > div + div {
	padding: clamp(24px, 3vw, 36px);
	border: 1px solid var(--shipit-line);
	border-radius: 22px;
	background: #fff;
}

.pizzadam-contact-form-wrap h2 {
	margin: 0 0 8px;
	font-family: "Anton", "Bebas Neue", "Oswald", Impact, sans-serif;
	font-size: clamp(1.4rem, 2.8vw, 2rem);
	font-weight: 400;
	letter-spacing: 0;
	text-transform: uppercase;
}

.pizzadam-contact-form-placeholder {
	margin-top: 16px;
	padding: 20px;
	border-radius: 16px;
	background: var(--pizzadam-cream);
	color: var(--shipit-muted);
	font-size: 0.95rem;
	line-height: 1.55;
}

.pizzadam-contact-original {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(34px, 4.8vw, 58px);
	width: min(var(--pizzadam-canvas), calc(100% - var(--pizzadam-canvas-pad) * 2));
	margin: clamp(82px, 10vw, 112px) auto clamp(60px, 8vw, 96px);
}

.pizzadam-contact-original__info {
	display: grid;
	align-content: start;
	justify-items: start;
}

.pizzadam-contact-original__eyebrow,
.pizzadam-contact-original__form h2 {
	margin: 0 0 20px;
	color: var(--pizzadam-red);
	font-family: "Anton", "Bebas Neue", "Oswald", Impact, sans-serif;
	font-size: clamp(2rem, 3vw, 2.5rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	text-transform: none;
}

.pizzadam-contact-original h1 {
	max-width: 580px;
	margin: 0;
	color: var(--pizzadam-charcoal);
	font-family: "Anton", "Bebas Neue", "Oswald", Impact, sans-serif;
	font-size: clamp(1.55rem, 2.55vw, 2rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.14;
}

.pizzadam-contact-original__lede {
	max-width: 570px;
	margin: 18px 0 0;
	color: #757575;
	font-size: clamp(1rem, 1.25vw, 1.08rem);
	line-height: 1.7;
}

.pizzadam-contact-original__links {
	display: grid;
	gap: 10px;
	margin: 34px auto 0;
	padding: 0;
	color: var(--pizzadam-charcoal);
	font-size: 1rem;
	list-style: none;
}

.pizzadam-contact-original__links li {
	display: flex;
	align-items: center;
	gap: 10px;
}

.pizzadam-contact-original__links svg {
	width: 17px;
	height: 17px;
	fill: currentColor;
	flex: 0 0 auto;
}

.pizzadam-contact-original__links a {
	color: inherit;
	text-decoration: none;
}

.pizzadam-contact-original__links a:hover,
.pizzadam-contact-original__links a:focus-visible {
	color: var(--pizzadam-red);
}

.pizzadam-contact-original__socials {
	display: flex;
	gap: 6px;
	justify-content: center;
	width: 100%;
	margin: 30px 0 0;
}

.pizzadam-contact-original__socials a {
	display: inline-grid;
	place-items: center;
	width: 56px;
	height: 56px;
	border-radius: 5px;
	background: var(--pizzadam-red);
	color: #fff;
	transition: background-color 160ms ease, transform 160ms ease;
}

.pizzadam-contact-original__socials a:hover,
.pizzadam-contact-original__socials a:focus-visible {
	background: var(--pizzadam-red-hover);
	transform: translateY(-1px);
}

.pizzadam-contact-original__socials svg {
	width: 28px;
	height: 28px;
	fill: currentColor;
}

.pizzadam-contact-original__form {
	padding-left: clamp(30px, 4vw, 50px);
	border-left: 1px solid rgba(22, 22, 22, 0.08);
}

.pizzadam-contact-original__form h2 {
	margin-bottom: 30px;
}

.pizzadam-contact-original .wpcf7 {
	width: 100%;
	max-width: none;
	margin: 0;
}

.pizzadam-contact-original .wpcf7-form {
	gap: 22px;
}

.pizzadam-contact-original .wpcf7-form .wd-grid-g {
	gap: 22px;
}

.pizzadam-contact-original .wpcf7-form .wd-grid-f-stretch {
	gap: 22px;
}

.pizzadam-contact-original .wpcf7-form p {
	margin: 0;
}

.pizzadam-contact-original .wpcf7-form label {
	display: grid;
	gap: 8px;
	color: var(--pizzadam-charcoal);
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.pizzadam-contact-original .wpcf7-form input[type="text"],
.pizzadam-contact-original .wpcf7-form input[type="email"],
.pizzadam-contact-original .wpcf7-form input[type="tel"],
.pizzadam-contact-original .wpcf7-form input[type="url"],
.pizzadam-contact-original .wpcf7-form input[type="number"],
.pizzadam-contact-original .wpcf7-form select,
.pizzadam-contact-original .wpcf7-form textarea {
	width: 100%;
	min-height: 54px;
	padding: 13px 16px;
	border: 1px solid rgba(22, 22, 22, 0.12);
	border-radius: 14px;
	background: #fff;
	box-shadow: none;
	color: var(--pizzadam-charcoal);
	font: inherit;
	font-size: 1rem;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.pizzadam-contact-original .wpcf7-form textarea {
	min-height: 190px;
	resize: vertical;
}

.pizzadam-contact-original .wpcf7-form input:focus,
.pizzadam-contact-original .wpcf7-form select:focus,
.pizzadam-contact-original .wpcf7-form textarea:focus {
	outline: none;
	border-color: var(--pizzadam-red);
	box-shadow: 0 0 0 4px rgba(190, 22, 34, 0.14);
}

.pizzadam-contact-original .wpcf7-form .wpcf7-submit,
.pizzadam-contact-original .wpcf7-form input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 28px;
	border: 0;
	border-radius: 999px;
	background: var(--pizzadam-red);
	color: #fff;
	box-shadow: none;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.pizzadam-contact-original .wpcf7-form .wpcf7-submit:hover,
.pizzadam-contact-original .wpcf7-form input[type="submit"]:hover {
	background: var(--pizzadam-red-hover, #a01421);
	box-shadow: 0 10px 24px -16px rgba(22, 22, 22, 0.42);
	transform: translateY(-1px);
}

/* Branch contact form (CF7 wrapped by [pizzadam_branch_form]) */
.pizzadam-branch-form {
	display: grid;
	gap: clamp(18px, 2vw, 24px);
	max-width: 920px;
	width: min(920px, calc(100% - var(--pizzadam-canvas-pad) * 2));
	margin: 0 auto clamp(48px, 6vw, 80px);
	padding: clamp(22px, 3vw, 34px);
	border: 1px solid rgba(22, 22, 22, 0.1);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 22px 60px -42px rgba(22, 22, 22, 0.24);
}

.pizzadam-branch-form__pick {
	display: grid;
	gap: 8px;
	padding-bottom: clamp(16px, 2vw, 22px);
	border-bottom: 1px solid rgba(22, 22, 22, 0.08);
}

.pizzadam-branch-form__pick label,
.pizzadam-branch-form .wpcf7-form label {
	color: var(--pizzadam-charcoal);
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.pizzadam-branch-form__intro {
	margin: 0;
	padding: 14px 18px;
	border-radius: 14px;
	background: var(--pizzadam-cream);
	color: var(--pizzadam-charcoal);
	font-size: 0.96rem;
}

.pizzadam-branch-form__intro strong {
	color: var(--pizzadam-red);
}

.pizzadam-branch-select,
.pizzadam-branch-form input[type="text"],
.pizzadam-branch-form input[type="email"],
.pizzadam-branch-form input[type="tel"],
.pizzadam-branch-form input[type="url"],
.pizzadam-branch-form select,
.pizzadam-branch-form textarea {
	width: 100%;
	min-height: 54px;
	padding: 13px 16px;
	border: 1px solid rgba(22, 22, 22, 0.12);
	border-radius: 14px;
	background: #fff;
	color: var(--pizzadam-charcoal);
	font: inherit;
	font-size: 1rem;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.pizzadam-branch-form textarea {
	height: clamp(150px, 18vw, 190px);
	min-height: 150px;
	resize: vertical;
}

.pizzadam-branch-select:focus,
.pizzadam-branch-form input:focus,
.pizzadam-branch-form select:focus,
.pizzadam-branch-form textarea:focus {
	outline: none;
	border-color: var(--pizzadam-red);
	box-shadow: 0 0 0 4px rgba(190, 22, 34, 0.14);
}

.pizzadam-branch-form .wpcf7-form .wd-grid-g {
	display: grid;
	gap: clamp(18px, 2vw, 24px);
}

.pizzadam-branch-form .wpcf7-form .wd-grid-f-stretch {
	display: grid;
	gap: clamp(16px, 2vw, 22px);
	grid-template-columns: 1fr 1fr;
}

.pizzadam-branch-form .wpcf7-form .wd-col {
	display: grid;
	gap: 6px;
}

.pizzadam-branch-form .wpcf7 {
	width: 100%;
	max-width: none;
	margin: 0;
}

.pizzadam-branch-form .wpcf7-form p {
	margin: 0;
}

.pizzadam-branch-form .wpcf7-form label {
	display: block;
	margin: 0 0 7px;
}

.pizzadam-branch-form .wpcf7-form .wpcf7-submit,
.pizzadam-branch-form .wpcf7-form input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: start;
	min-width: 180px;
	min-height: 52px;
	padding: 0 28px;
	border: 0;
	border-radius: 999px;
	background: var(--pizzadam-red);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.pizzadam-branch-form .wpcf7-form .wpcf7-submit:hover,
.pizzadam-branch-form .wpcf7-form input[type="submit"]:hover {
	background: var(--pizzadam-red-hover, #a01421);
	box-shadow: 0 10px 24px -16px rgba(22, 22, 22, 0.42);
	transform: translateY(-1px);
}

.pizzadam-branch-form .wpcf7-response-output {
	margin: 14px 0 0;
	padding: 14px 18px;
	border: 1px solid var(--shipit-line);
	border-radius: 12px;
	font-size: 0.95rem;
}

.pizzadam-branch-form .wpcf7-not-valid-tip {
	margin-top: 4px;
	color: var(--pizzadam-red);
	font-size: 0.85rem;
}

@media (max-width: 760px) {
	.pizzadam-branch-form .wpcf7-form .wd-grid-f-stretch {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.pizzadam-branch-form {
		width: min(100% - 32px, 920px);
		padding: 18px;
		border-radius: 18px;
	}

	.pizzadam-branch-form .wpcf7-form .wpcf7-submit,
	.pizzadam-branch-form .wpcf7-form input[type="submit"] {
		width: 100%;
	}
}

.pizzadam-location-contact {
	margin-top: clamp(28px, 4vw, 48px);
}

.pizzadam-careers {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

.pizzadam-careers .pizzadam-eyebrow {
	font-family: "Cookie", "Pacifico", cursive;
	font-size: 1.65rem;
	letter-spacing: 0;
	text-transform: none;
}

.pizzadam-careers h2 {
	margin: 6px auto 18px;
	color: var(--pizzadam-charcoal);
	font-family: "Anton", "Bebas Neue", "Oswald", Impact, sans-serif;
	font-size: clamp(1.6rem, 2.8vw, 2.3rem);
	font-weight: 400;
	letter-spacing: 0.005em;
	line-height: 1.08;
	text-transform: uppercase;
}

.pizzadam-careers .pizzadam-actions {
	justify-content: center;
}

/* Vestigingen page intro (used above the location finder) */
.pizzadam-vestigingen-intro {
	padding-top: clamp(4px, 1.5vw, 12px);
	padding-bottom: clamp(4px, 1.5vw, 12px);
}

.pizzadam-vestigingen-intro__copy {
	display: grid;
	gap: 4px;
	max-width: 640px;
}

.pizzadam-vestigingen-intro__copy h2 {
	margin: 0;
	color: var(--pizzadam-charcoal);
	font-family: "Jost", Inter, sans-serif;
	font-size: clamp(1.15rem, 1.6vw, 1.4rem);
	font-weight: 700;
	letter-spacing: -0.005em;
	line-height: 1.2;
	text-transform: none;
}

.pizzadam-vestigingen-intro__copy .pizzadam-lede {
	max-width: 600px;
	margin: 2px 0 0;
	font-size: 0.95rem;
	color: var(--shipit-muted);
}

.pizzadam-vestigingen-intro__note {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 14px;
	padding: 8px 14px;
	border-radius: 999px;
	background: var(--pizzadam-cream);
	color: var(--pizzadam-charcoal);
	font-size: 0.85rem;
	font-weight: 600;
}

.pizzadam-vestigingen-intro__note::before {
	content: "•";
	color: var(--pizzadam-red);
	font-size: 1.4em;
	line-height: 1;
}

.pizzadam-franchise-form,
.pizzadam-careers-form {
	max-width: 920px;
	margin: 0 auto clamp(46px, 6vw, 78px);
	padding-top: clamp(8px, 2vw, 24px);
	padding-bottom: clamp(20px, 3vw, 40px);
}

.pizzadam-franchise-form + .pizzadam-franchise-faq {
	margin-top: 0;
}

.pizzadam-careers-form {
	margin-bottom: clamp(18px, 2.2vw, 26px);
	padding-bottom: 0;
	scroll-margin-top: 120px;
}

.pizzadam-franchise-form__head,
.pizzadam-careers-form__head {
	display: grid;
	gap: 6px;
	margin-bottom: clamp(16px, 2.4vw, 28px);
}

.pizzadam-franchise-form__head h2,
.pizzadam-careers-form__head h2 {
	margin: 0;
	color: var(--pizzadam-charcoal);
	font-family: "Anton", "Bebas Neue", "Oswald", Impact, sans-serif;
	font-size: clamp(1.5rem, 2.6vw, 2rem);
	font-weight: 400;
	letter-spacing: 0.005em;
	line-height: 1.08;
	text-transform: uppercase;
}

.pizzadam-franchise-form__head .pizzadam-lede,
.pizzadam-careers-form__head .pizzadam-lede {
	max-width: 720px;
	margin: 4px 0 0;
	font-size: 1rem;
}

.pizzadam-careers-form__head {
	margin-bottom: 0;
}

/* Site-wide CF7 form base styling so franchise form (id 29591) inherits it
   even though it isn't wrapped by [pizzadam_branch_form]. */
.pizzadam-section + .wpcf7,
.pizzadam-franchise-form + .wpcf7,
.pizzadam-careers-form + .wpcf7,
body .wpcf7 {
	max-width: 820px;
	margin: 0 auto clamp(48px, 6vw, 80px);
	width: min(var(--pizzadam-canvas), calc(100% - var(--pizzadam-canvas-pad) * 2));
}

body .wpcf7-form {
	display: grid;
	gap: 16px;
}

body .wpcf7-form .wd-grid-g {
	display: grid;
	gap: 16px;
}

body .wpcf7-form .wd-grid-f-stretch {
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr 1fr;
}

body .wpcf7-form .wd-col {
	display: grid;
	gap: 6px;
}

body .wpcf7-form label {
	color: var(--pizzadam-charcoal);
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}

body .wpcf7-form input[type="text"],
body .wpcf7-form input[type="email"],
body .wpcf7-form input[type="tel"],
body .wpcf7-form input[type="url"],
body .wpcf7-form input[type="number"],
body .wpcf7-form select,
body .wpcf7-form textarea {
	width: 100%;
	min-height: 50px;
	padding: 12px 16px;
	border: 1px solid var(--shipit-line);
	border-radius: 12px;
	background: #fff;
	color: var(--pizzadam-charcoal);
	font: inherit;
	font-size: 1rem;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

body .wpcf7-form textarea {
	min-height: 130px;
	resize: vertical;
}

body .wpcf7-form input:focus,
body .wpcf7-form select:focus,
body .wpcf7-form textarea:focus {
	outline: none;
	border-color: var(--pizzadam-red);
	box-shadow: 0 0 0 4px rgba(190, 22, 34, 0.14);
}

body .wpcf7-form .wpcf7-submit,
body .wpcf7-form input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 28px;
	border: 0;
	border-radius: 999px;
	background: var(--pizzadam-red);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

body .wpcf7-form .wpcf7-submit:hover,
body .wpcf7-form input[type="submit"]:hover {
	background: var(--pizzadam-red-hover);
	box-shadow: 0 16px 32px rgba(190, 22, 34, 0.32);
	transform: translateY(-1px);
}

body .wpcf7-response-output {
	margin: 14px 0 0;
	padding: 14px 18px;
	border: 1px solid var(--shipit-line);
	border-radius: 12px;
	font-size: 0.95rem;
}

body .wpcf7-not-valid-tip {
	margin-top: 4px;
	color: var(--pizzadam-red);
	font-size: 0.85rem;
}

@media (max-width: 980px) {
	.pizzadam-franchise-intro,
	.pizzadam-franchise-grid {
		grid-template-columns: 1fr;
	}

	.pizzadam-franchise-intro {
		gap: 20px;
	}

	.pizzadam-franchise-panel {
		align-content: start;
	}
}

@media (max-width: 760px) {
	.pizzadam-franchise-steps {
		grid-template-columns: 1fr;
		gap: 24px;
		padding-top: 0;
	}

	.pizzadam-franchise-steps::before {
		top: 17px;
		bottom: 17px;
		left: 17px;
		width: 1px;
		height: auto;
		background: linear-gradient(180deg, rgba(198, 18, 32, 0.5), rgba(198, 18, 32, 0.12));
	}

	.pizzadam-franchise-step {
		grid-template-columns: 34px minmax(0, 1fr);
		column-gap: 16px;
	}

	.pizzadam-franchise-step span {
		grid-row: 1 / span 2;
	}
}

@media (max-width: 640px) {
	body .wpcf7-form .wd-grid-f-stretch {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.pizzadam-franchise-intro,
	.pizzadam-contact-grid {
		grid-template-columns: 1fr;
	}

	.pizzadam-franchise-grid,
	.pizzadam-franchise-steps {
		grid-template-columns: 1fr;
	}

	.pizzadam-franchise-hero__content {
		width: min(560px, 100%);
	}

	.pizzadam-contact-original {
		grid-template-columns: 1fr;
		gap: 38px;
		margin-top: clamp(54px, 14vw, 78px);
	}

	.pizzadam-contact-original__info {
		justify-items: center;
		text-align: center;
	}

	.pizzadam-contact-original__form {
		padding-left: 0;
		border-left: 0;
	}

	.pizzadam-contact-original__form h2 {
		text-align: center;
	}
}

.pizzadam-section--tight {
	padding-top: 28px;
}

.pizzadam-section-header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
}

.pizzadam-section h1,
.pizzadam-section h2,
.pizzadam-band h1,
.pizzadam-band h2 {
	max-width: 780px;
	margin: 0;
	color: var(--pizzadam-charcoal);
	font-size: clamp(1.6rem, 2.6vw, 2.2rem);
	font-weight: 700;
	letter-spacing: -0.005em;
	line-height: 1.1;
}

/* Single location page — compact, clear hierarchy. */
.pizzadam-location-page .pizzadam-section {
	padding-top: clamp(32px, 5vw, 56px);
	padding-bottom: clamp(32px, 5vw, 56px);
}

.pizzadam-location-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(280px, 1fr);
	gap: clamp(28px, 4vw, 56px);
	align-items: start;
}

.pizzadam-location-hero > div:first-child {
	display: grid;
	gap: 14px;
	align-content: start;
}

.pizzadam-location-hero .pizzadam-eyebrow {
	margin: 0;
}

.pizzadam-location-hero h1 {
	margin: 0;
	color: var(--pizzadam-charcoal);
	font-family: "Anton", "Bebas Neue", "Oswald", Impact, sans-serif;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 400;
	letter-spacing: 0.005em;
	line-height: 1.04;
	text-transform: uppercase;
}

.pizzadam-location-hero .pizzadam-lede {
	max-width: 540px;
	margin: 4px 0 0;
	font-size: 1rem;
}

.pizzadam-location-hero .pizzadam-actions {
	margin-top: 8px;
	gap: 10px;
}

.pizzadam-location-hero .pizzadam-button {
	min-height: 44px;
	padding: 0 22px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.pizzadam-location-facts {
	display: grid;
	gap: 16px;
	margin: 0;
	padding: 26px;
	border: 1px solid var(--shipit-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 24px 50px -28px rgba(22, 22, 22, 0.18);
	font-size: 0.95rem;
}

.pizzadam-location-facts div {
	display: grid;
	gap: 4px;
}

.pizzadam-location-facts dt {
	color: var(--pizzadam-red);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pizzadam-location-facts dd {
	margin: 0;
	color: var(--pizzadam-charcoal);
	font-weight: 600;
	line-height: 1.5;
}

.pizzadam-location-facts a {
	color: var(--pizzadam-charcoal);
	text-decoration: none;
	transition: color 160ms ease;
}

.pizzadam-location-facts a:hover,
.pizzadam-location-facts a:focus-visible {
	color: var(--pizzadam-red);
}

.pizzadam-location-aside {
	display: grid;
	gap: 18px;
	align-content: start;
	min-width: 0;
}

.pizzadam-location-info {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 22px 24px;
	border: 1px solid var(--shipit-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 24px 50px -32px rgba(22, 22, 22, 0.22);
	font-size: 0.95rem;
}

.pizzadam-location-info__row {
	display: grid;
	gap: 4px;
}

.pizzadam-location-info__row dt {
	color: var(--pizzadam-red);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pizzadam-location-info__row dd {
	display: grid;
	gap: 4px;
	margin: 0;
	color: var(--pizzadam-charcoal);
	font-weight: 600;
	line-height: 1.45;
}

.pizzadam-location-info__row dd a {
	color: var(--pizzadam-charcoal);
	text-decoration: none;
	transition: color 160ms ease;
}

.pizzadam-location-info__row dd a:hover,
.pizzadam-location-info__row dd a:focus-visible {
	color: var(--pizzadam-red);
}

.pizzadam-location-info__phone {
	font-family: "Anton", "Bebas Neue", "Oswald", Impact, sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.03em;
}

.pizzadam-location-info__route {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 22px;
	border: 1px solid rgba(22, 22, 22, 0.1);
	border-radius: 999px;
	background: #fff;
	font-size: 0.85rem;
	font-weight: 800;
	color: var(--pizzadam-red) !important;
	letter-spacing: 0.03em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	box-shadow: 0 14px 28px -24px rgba(22, 22, 22, 0.48);
	transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.pizzadam-location-info__route:hover,
.pizzadam-location-info__route:focus-visible {
	border-color: rgba(190, 22, 34, 0.32);
	color: var(--pizzadam-red-hover) !important;
	transform: translateY(-1px);
}

.pizzadam-location-map {
	width: 100%;
	height: 240px;
	border: 0;
	border-radius: 18px;
	background: var(--pizzadam-cream);
	box-shadow: 0 24px 50px -32px rgba(22, 22, 22, 0.22);
}

.pizzadam-location-copy {
	padding-top: 0;
	max-width: 760px;
}

.pizzadam-location-copy h2 {
	font-size: clamp(1.4rem, 2.4vw, 1.85rem);
	font-weight: 700;
	letter-spacing: -0.005em;
	line-height: 1.2;
}

.pizzadam-location-contact {
	max-width: 820px;
	margin: 0 auto;
	padding-top: clamp(16px, 3vw, 32px);
	padding-bottom: clamp(48px, 6vw, 80px);
}

.pizzadam-location-contact .pizzadam-section-header {
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	margin-bottom: clamp(20px, 3vw, 32px);
}

.pizzadam-location-contact .pizzadam-section-header h2 {
	font-family: "Anton", "Bebas Neue", "Oswald", Impact, sans-serif;
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	font-weight: 400;
	letter-spacing: 0.005em;
	line-height: 1.05;
	text-transform: uppercase;
}

.pizzadam-location-single {
	overflow: hidden;
}

.pizzadam-location-single__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(26px, 4vw, 52px);
	align-items: start;
	padding-top: clamp(28px, 4.5vw, 54px);
}

.pizzadam-location-single__panel {
	display: grid;
	gap: clamp(26px, 3.8vw, 46px);
	padding: clamp(18px, 3vw, 34px);
	border: 0;
	background: transparent;
	box-shadow: none;
}

.pizzadam-location-single__overview {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
	gap: clamp(22px, 3vw, 38px);
	align-items: stretch;
	min-width: 0;
}

.pizzadam-location-single__panel .pizzadam-location-info--single,
.pizzadam-location-single__panel .pizzadam-location-map-card,
.pizzadam-location-single__panel .pizzadam-location-form-card {
	border: 0;
	background: transparent;
	box-shadow: none;
}

.pizzadam-location-single__panel .pizzadam-location-info--single,
.pizzadam-location-single__panel .pizzadam-location-map-card {
	padding: 0;
	border-radius: 0;
}

.pizzadam-location-single__panel .pizzadam-location-form-card {
	width: min(920px, 100%);
	max-width: 920px;
	margin: clamp(16px, 2.8vw, 34px) auto clamp(20px, 3vw, 38px);
	padding: clamp(22px, 3vw, 32px);
	border: 1px solid rgba(22, 22, 22, 0.1);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 28px 70px -48px rgba(22, 22, 22, 0.28);
}

.pizzadam-location-single__main {
	display: grid;
	gap: clamp(20px, 3vw, 30px);
	min-width: 0;
	width: min(760px, 100%);
	max-width: 100%;
}

.pizzadam-location-single__head {
	display: grid;
	gap: 10px;
	max-width: 760px;
}

.pizzadam-location-single__head h1 {
	margin: 0;
	color: var(--pizzadam-charcoal);
	font-family: "Anton", "Bebas Neue", "Oswald", Impact, sans-serif;
	font-size: clamp(2rem, 4.6vw, 4rem);
	font-weight: 400;
	letter-spacing: 0.005em;
	line-height: 0.98;
	text-transform: uppercase;
}

.pizzadam-location-single__head .pizzadam-lede {
	max-width: 660px;
	margin: 0;
	color: #4d4d4d;
	font-size: clamp(1rem, 1.35vw, 1.12rem);
	line-height: 1.58;
}

.pizzadam-location-info--single {
	gap: 18px;
	min-width: 0;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	padding: clamp(22px, 3vw, 30px);
	border-color: rgba(22, 22, 22, 0.1);
	border-radius: 22px;
	box-shadow: 0 24px 58px -38px rgba(22, 22, 22, 0.28);
}

.pizzadam-location-info--single .pizzadam-location-info__row {
	gap: 7px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(22, 22, 22, 0.08);
}

.pizzadam-location-info--single .pizzadam-location-info__row:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.pizzadam-location-info__hours {
	display: grid;
	gap: 16px;
}

.pizzadam-location-info__label {
	margin: 0;
	color: var(--pizzadam-red);
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pizzadam-location-info--single .pizzadam-location-info__row dt {
	color: var(--pizzadam-red);
}

.pizzadam-location-info--single h1 {
	margin: 0;
	color: var(--pizzadam-charcoal);
	font-family: "Anton", "Bebas Neue", "Oswald", Impact, sans-serif;
	font-size: clamp(1.8rem, 3.2vw, 2.8rem);
	font-weight: 400;
	letter-spacing: 0.005em;
	line-height: 0.98;
	text-transform: uppercase;
}

.pizzadam-location-info__intro {
	display: grid;
	gap: 6px;
	max-width: 560px;
	padding-bottom: 4px;
}

.pizzadam-location-info__intro p {
	margin: 0;
	color: #4d4d4d;
	font-size: clamp(0.96rem, 1.1vw, 1.05rem);
	line-height: 1.58;
}

.pizzadam-location-info--single .pizzadam-location-info__row dd {
	min-width: 0;
	color: #1f1f1f;
	font-size: 1rem;
	overflow-wrap: anywhere;
}

.pizzadam-location-info--single .pizzadam-location-info__row--order {
	padding-top: 2px;
}

.pizzadam-location-info__order-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	width: 100%;
}

.pizzadam-location-info__order {
	flex: 1 1 260px;
	width: auto;
	min-height: 50px;
	border-radius: 999px;
	color: #fff !important;
	font-size: 0.9rem;
	text-align: center;
	box-shadow: 0 14px 28px -22px rgba(22, 22, 22, 0.55);
}

.pizzadam-location-map-card {
	display: grid;
	gap: 18px;
	min-width: 0;
	padding: clamp(14px, 2vw, 20px);
	border: 1px solid rgba(22, 22, 22, 0.08);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 28px 70px -44px rgba(22, 22, 22, 0.28);
}

.pizzadam-location-single__overview .pizzadam-location-map-card {
	grid-template-rows: auto auto;
	min-height: 0;
}

.pizzadam-location-single__contact-grid {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 460px);
	gap: clamp(26px, 4vw, 52px);
	align-items: start;
	margin-top: clamp(4px, 1.5vw, 16px);
}

.pizzadam-location-map-card .pizzadam-location-map {
	height: clamp(260px, 24vw, 320px);
	border: 0;
	border-radius: 18px;
	box-shadow: none;
}

.pizzadam-location-single__overview .pizzadam-location-map {
	height: clamp(260px, 24vw, 320px);
	min-height: 0;
}

.pizzadam-location-map-card__hours {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	padding: clamp(12px, 2vw, 18px) 0 0;
	border-top: 1px solid rgba(22, 22, 22, 0.08);
}

.pizzadam-location-form-card,
.pizzadam-location-hours-card {
	position: sticky;
	top: 112px;
	display: grid;
	gap: 14px;
	min-width: 0;
	padding: clamp(22px, 3vw, 32px);
	border: 1px solid rgba(22, 22, 22, 0.1);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 28px 70px -42px rgba(22, 22, 22, 0.28);
}

.pizzadam-location-form-card {
	position: static;
	top: auto;
}

.pizzadam-location-form-card--wide {
	width: min(900px, 100%);
	margin: 0 auto;
}

.pizzadam-location-form-card h2,
.pizzadam-location-hours-card h2 {
	margin: 0;
	color: var(--pizzadam-charcoal);
	font-family: "Anton", "Bebas Neue", "Oswald", Impact, sans-serif;
	font-size: clamp(1.6rem, 3vw, 2.15rem);
	font-weight: 400;
	letter-spacing: 0.005em;
	line-height: 1.05;
	text-transform: uppercase;
}

.pizzadam-location-form-card > .pizzadam-lede,
.pizzadam-location-hours-card__details {
	margin: 0 0 4px;
	color: #555;
	font-size: 0.98rem;
	line-height: 1.55;
}

.pizzadam-location-hours-card__details {
	display: grid;
	gap: 8px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(22, 22, 22, 0.08);
}

.pizzadam-location-hours-card__details p {
	margin: 0;
	color: var(--pizzadam-charcoal);
	font-weight: 650;
}

.pizzadam-location-hours-card__details a {
	color: var(--pizzadam-charcoal);
	font-family: "Anton", "Bebas Neue", "Oswald", Impact, sans-serif;
	font-size: 1.32rem;
	font-weight: 400;
	letter-spacing: 0.005em;
	text-decoration: none;
}

.pizzadam-location-hours-card__details .pizzadam-location-hours-card__email {
	font-family: inherit;
	font-size: 1rem;
	font-weight: 750;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.pizzadam-location-info__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	padding-top: 10px;
}

.pizzadam-location-info__socials a {
	display: inline-grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 8px;
	background: var(--pizzadam-red);
	color: #fff;
	box-shadow: 0 16px 32px -24px rgba(22, 22, 22, 0.5);
	transition: background-color 160ms ease, transform 160ms ease;
}

.pizzadam-location-info__socials a:hover,
.pizzadam-location-info__socials a:focus-visible {
	background: var(--pizzadam-red-hover);
	transform: translateY(-1px);
}

.pizzadam-location-info__socials svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.pizzadam-location-hours-card__columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.pizzadam-location-hours-card__group {
	display: grid;
	gap: 10px;
}

.pizzadam-location-hours-card__heading {
	margin: 0;
	color: var(--pizzadam-red);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pizzadam-location-hours-card__group dl {
	display: grid;
	gap: 6px;
	margin: 0;
}

.pizzadam-location-hours-card__group dl > div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
	align-items: baseline;
	color: #242424;
	font-size: 0.88rem;
}

.pizzadam-location-hours-card__group dt,
.pizzadam-location-hours-card__group dd {
	margin: 0;
}

.pizzadam-location-hours-card__group dt {
	color: #4d4d4d;
	font-weight: 550;
}

.pizzadam-location-hours-card__group dd {
	color: var(--pizzadam-charcoal);
	font-weight: 800;
	white-space: nowrap;
}

.pizzadam-location-form-card .pizzadam-branch-form {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.pizzadam-location-form-card .pizzadam-branch-form__intro {
	display: none;
}

.pizzadam-location-form-card .pizzadam-branch-form .wpcf7-form .wd-grid-f-stretch {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.pizzadam-location-form-card .pizzadam-branch-form .wpcf7-form .wd-grid-g {
	gap: 16px;
}

.pizzadam-location-form-card .pizzadam-branch-form textarea {
	height: 118px;
	min-height: 118px;
}

.pizzadam-location-form-card .pizzadam-branch-form .wpcf7-form .wpcf7-submit,
.pizzadam-location-form-card .pizzadam-branch-form .wpcf7-form input[type="submit"] {
	width: 100%;
	justify-self: stretch;
}

.pizzadam-location-content,
.pizzadam-location-faq {
	width: min(980px, 100%);
	margin: 0 auto;
}

.pizzadam-location-content__inner,
.pizzadam-location-faq {
	display: grid;
	gap: clamp(20px, 3vw, 30px);
}

.pizzadam-location-content__header {
	display: grid;
	gap: 12px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.pizzadam-location-content__header h2,
.pizzadam-location-faq__head h2 {
	margin: 0;
	color: var(--pizzadam-charcoal);
	font-family: "Anton", "Bebas Neue", "Oswald", Impact, sans-serif;
	font-size: clamp(1.8rem, 3.8vw, 3rem);
	font-weight: 400;
	letter-spacing: 0.005em;
	line-height: 1;
	text-transform: uppercase;
}

.pizzadam-location-content__header p {
	max-width: 760px;
	margin: 0;
	color: #4d4d4d;
	font-size: clamp(1rem, 1.2vw, 1.08rem);
	line-height: 1.68;
}

.pizzadam-location-content__ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 8px;
}

.pizzadam-location-content__ctas .pizzadam-button {
	min-height: 48px;
	box-shadow: 0 14px 28px -22px rgba(22, 22, 22, 0.55);
}

.pizzadam-location-content__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(28px, 4vw, 42px);
}

.pizzadam-location-content__block {
	display: grid;
	gap: 10px;
	align-content: start;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.pizzadam-location-content__block h3 {
	margin: 0;
	color: var(--pizzadam-red);
	font-size: 0.86rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.25;
	text-transform: uppercase;
}

.pizzadam-location-content__block p {
	margin: 0;
	color: #555;
	font-size: 1rem;
	line-height: 1.62;
}

.pizzadam-location-faq__head {
	display: grid;
	gap: 8px;
	justify-items: center;
	text-align: center;
}

.pizzadam-location-faq__list {
	display: grid;
	gap: 10px;
}

.pizzadam-location-faq__item {
	overflow: hidden;
	border: 1px solid rgba(22, 22, 22, 0.09);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 44px -36px rgba(22, 22, 22, 0.28);
}

.pizzadam-location-faq__item summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 34px;
	gap: 16px;
	align-items: center;
	min-height: 64px;
	padding: 18px 20px;
	color: var(--pizzadam-charcoal);
	font-weight: 850;
	line-height: 1.32;
	cursor: pointer;
	list-style: none;
}

.pizzadam-location-faq__item summary::-webkit-details-marker {
	display: none;
}

.pizzadam-location-faq__item summary::after {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: rgba(190, 22, 34, 0.08);
	color: var(--pizzadam-red);
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1;
	content: "+";
	transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.pizzadam-location-faq__item[open] summary::after {
	background: var(--pizzadam-red);
	color: #fff;
	transform: rotate(45deg);
}

.pizzadam-location-faq__answer {
	padding: 0 20px 20px;
	color: #565656;
	font-size: 1rem;
	line-height: 1.62;
}

.pizzadam-location-faq__answer p {
	margin: 0;
}

.pizzadam-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.pizzadam-feature {
	padding: 28px;
	border: 1px solid var(--shipit-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 20px 50px rgba(22, 22, 22, 0.06);
}

.pizzadam-feature strong {
	display: block;
	margin-bottom: 8px;
	color: var(--pizzadam-red);
	font-size: 2.2rem;
	line-height: 1;
}

.pizzadam-feature p {
	margin: 0;
	color: var(--shipit-muted);
}

.pizzadam-card-pair {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(18px, 2.6vw, 32px);
}

.pizzadam-image-card {
	position: relative;
	display: grid;
	place-items: center;
	aspect-ratio: 1050 / 600;
	overflow: hidden;
	border-radius: 24px;
	background: transparent;
	color: var(--pizzadam-charcoal);
	text-decoration: none;
}

.pizzadam-image-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: auto;
	transition: transform 320ms ease;
}

.pizzadam-image-card::after {
	display: none;
}

.pizzadam-image-card:hover img,
.pizzadam-image-card:focus-visible img {
	transform: scale(1.05);
}

.pizzadam-image-card__cta {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 26px;
	border-radius: 999px;
	background: var(--pizzadam-red);
	color: #fff;
	font-size: clamp(0.92rem, 1.05vw, 1.04rem);
	font-weight: 800;
	letter-spacing: 0.03em;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
	box-shadow: 0 16px 32px rgba(190, 22, 34, 0.34);
	transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.pizzadam-image-card:hover .pizzadam-image-card__cta,
.pizzadam-image-card:focus-visible .pizzadam-image-card__cta {
	background: var(--shipit-brand-hover);
	box-shadow: 0 22px 40px rgba(190, 22, 34, 0.42);
	transform: translateY(-2px);
}

.pizzadam-image-card__cta span[aria-hidden="true"] {
	font-size: 1.1em;
	line-height: 1;
}

.pizzadam-callout {
	position: relative;
	display: grid;
	grid-template-columns: 1fr minmax(260px, 430px);
	gap: 32px;
	align-items: center;
	overflow: hidden;
	padding: clamp(34px, 6vw, 62px);
	border-radius: 26px;
	background: var(--pizzadam-red);
	color: #fff;
}

.pizzadam-callout h2,
.pizzadam-callout p {
	color: #fff;
}

.pizzadam-callout img {
	max-width: 100%;
	height: auto;
	justify-self: end;
	filter: drop-shadow(0 20px 32px rgba(0, 0, 0, 0.2));
}

.pizzadam-callout .pizzadam-button {
	background: #fff;
	color: var(--pizzadam-red);
	box-shadow: none;
}

.site-main {
	position: relative;
	z-index: 1;
}

.elementor-widget-html:has(> .pizzadam-section) {
	display: contents;
}

.pizzadam-footer-system {
	position: relative;
	z-index: 2;
	display: block;
	clear: both;
	isolation: isolate;
	margin-top: 0;
	overflow: hidden;
	background: #fff;
}

.pizzadam-prefooter-pattern {
	position: relative;
	z-index: 1;
	width: 100%;
	height: clamp(132px, 12vw, 190px);
	margin: 0;
	overflow: hidden;
	background: #fff;
	contain: layout paint;
}

.pizzadam-prefooter-pattern__stage {
	position: absolute;
	inset: 0;
	isolation: isolate;
	overflow: hidden;
}

.pizzadam-prefooter-pattern__image {
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: 0;
	display: block;
	width: max(100%, 1180px);
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
	pointer-events: none;
	transform: translateX(-50%);
}

.pizzadam-bike {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: -15%;
	width: 6vw;
	height: 3.75vw;
	min-width: 96px;
	min-height: 60px;
	background: url("assets/images/bike.png") center / contain no-repeat;
	animation: pizzadam-ride 20s linear infinite;
}

.pizzadam-bike__wheel {
	position: absolute;
	bottom: 0;
	width: 2.25vw;
	height: 2.25vw;
	min-width: 36px;
	min-height: 36px;
	background: url("assets/images/bike-wheel.png") center / contain no-repeat;
	animation: pizzadam-wheel 1s linear infinite;
}

.pizzadam-bike__wheel--back {
	left: 0;
}

.pizzadam-bike__wheel--front {
	right: 0;
}

@keyframes pizzadam-ride {
	0% {
		left: -15%;
		transform: rotateY(0deg);
	}

	49% {
		left: 110%;
		transform: rotateY(0deg);
	}

	50% {
		left: 110%;
		transform: rotateY(180deg);
	}

	99% {
		left: -15%;
		transform: rotateY(180deg);
	}

	100% {
		left: -15%;
		transform: rotateY(0deg);
	}
}

@keyframes pizzadam-wheel {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.pizzadam-footer {
	position: relative;
	z-index: 2;
	background: #fff;
	border-top: 1px solid var(--shipit-line);
}

.pizzadam-footer__inner {
	display: grid;
	grid-template-columns: repeat(3, minmax(120px, 1fr)) minmax(176px, auto);
	gap: clamp(24px, 3vw, 44px);
	align-items: start;
	width: min(var(--pizzadam-canvas), calc(100% - var(--pizzadam-canvas-pad) * 2));
	margin: 0 auto;
	padding: 44px 0 32px;
}

.pizzadam-footer__nav {
	display: grid;
	gap: 14px;
	align-content: start;
	min-width: 0;
}

.pizzadam-footer__nav a {
	color: #242424;
	font-size: 0.92rem;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.pizzadam-footer__nav a:hover,
.pizzadam-footer__nav a:focus-visible {
	color: var(--pizzadam-red);
}

.pizzadam-footer__socials {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	max-width: 288px;
	margin-left: auto;
}

.pizzadam-footer__socials a {
	display: inline-grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border-radius: 6px;
	background: var(--pizzadam-red);
	color: #fff;
	transition: transform 160ms ease, background-color 160ms ease;
}

.pizzadam-footer__socials a:hover,
.pizzadam-footer__socials a:focus-visible {
	background: var(--shipit-brand-hover);
	transform: translateY(-2px);
}

.pizzadam-footer__socials svg {
	display: block;
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.pizzadam-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: min(var(--pizzadam-canvas), calc(100% - var(--pizzadam-canvas-pad) * 2));
	margin: 0 auto;
	padding: 18px 0;
	border-top: 1px solid var(--shipit-line);
	color: #343434;
	font-size: 0.95rem;
}

.pizzadam-footer__bottom p {
	margin: 0;
}

.pizzadam-footer__bottom a,
.pizzadam-footer__bottom strong {
	color: #171717;
}

.pizzadam-footer a {
	text-decoration: none;
}

.pizzadam-footer-strip {
	display: flex;
	gap: 32px;
	overflow: hidden;
	padding: 18px 0;
	background: var(--pizzadam-red);
	color: #fff;
	font-family: Impact, Anton, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: clamp(2rem, 6vw, 5rem);
	line-height: 0.9;
	text-transform: uppercase;
	white-space: nowrap;
}

.pizzadam-footer-strip span {
	min-width: max-content;
	opacity: 0.92;
}

@media (max-width: 1240px) and (min-width: 901px) {
	.page-id-68 .pizzadam-site-header,
	.page-id-8 .pizzadam-site-header {
		margin-bottom: 0;
	}

	.pizzadam-header-desktop {
		grid-template-columns: minmax(0, calc(50% - 69px)) 118px minmax(0, 1fr) auto;
		grid-template-rows: 78px;
		gap: 10px;
		height: 78px;
		padding: 0 16px;
	}

	.pizzadam-header-nav {
		gap: 10px;
	}

	.pizzadam-header-nav a {
		font-size: 11px;
	}

	.pizzadam-header-logo img {
		width: 114px;
		max-width: 114px;
	}

	.pizzadam-header-order {
		min-height: 38px;
		padding: 0 15px;
		font-size: 11px;
	}
}

@media (min-width: 901px) and (max-width: 1120px) {
	.pizzadam-location-single__overview {
		grid-template-columns: 1fr;
		width: min(760px, 100%);
		margin-right: auto;
		margin-left: auto;
	}

	.pizzadam-location-single__overview .pizzadam-location-map {
		height: 340px;
	}
}

@media (max-width: 900px) {
	.page-id-68 .pizzadam-site-header {
		margin-bottom: 0;
	}

	.page-id-8 .pizzadam-site-header {
		margin-bottom: 0;
	}

	.pizzadam-site-header {
		position: relative;
		top: auto;
		height: 60px;
		background: #fff;
		box-shadow: 0 4px 15px rgba(22, 22, 22, 0.08);
	}

	.pizzadam-header-shell {
		width: 100%;
		height: 60px;
	}

	.pizzadam-header-desktop {
		display: none;
	}

	.pizzadam-header-mobile {
		display: grid;
		position: relative;
		grid-template-columns: 115px minmax(80px, 1fr) 115px;
		gap: 0;
		align-items: center;
		height: 60px;
		min-height: 60px;
		padding: 0 5px;
		background: #fff;
		box-shadow: none;
		overflow: visible;
	}

	.pizzadam-menu-toggle {
		grid-column: 1;
		justify-self: start;
		width: 40px;
		height: 40px;
	}

	.pizzadam-header-logo--mobile {
		position: absolute;
		top: -20px;
		left: 50%;
		margin-top: 0;
		transform: translateX(-50%);
	}

	.pizzadam-header-logo--mobile img {
		width: 130px;
		height: 140px;
		max-width: 130px;
		padding: 0;
		object-fit: contain;
	}

	.pizzadam-header-order--mobile {
		z-index: 3;
		grid-column: 3;
		justify-self: end;
		width: 79px;
		min-width: 79px;
		min-height: 28px;
		height: 28px;
		padding: 0;
		border-radius: 6px;
		font-size: 12px;
		font-weight: 700;
	}
}

@media (max-width: 900px) {
	.site-header__inner {
		min-height: auto;
	}

	.page-id-68 .pizzadam-site-header {
		margin-bottom: 0;
	}

	.page-id-8 .pizzadam-site-header {
		margin-bottom: 0;
	}

	.pizzadam-site-header {
		height: 60px;
		padding: 0;
		background: #fff;
		box-shadow: 0 4px 15px rgba(22, 22, 22, 0.08);
	}

	body.admin-bar .pizzadam-site-header {
		top: auto;
	}

	.pizzadam-header-shell {
		width: 100%;
		height: 60px;
	}

	.pizzadam-header-desktop {
		display: none;
	}

	.pizzadam-header-mobile {
		display: grid;
		position: relative;
		grid-template-columns: 115px minmax(80px, 1fr) 115px;
		gap: 0;
		align-items: center;
		height: 60px;
		min-height: 60px;
		padding: 0 5px;
		background: #fff;
		box-shadow: none;
		overflow: visible;
	}

	.pizzadam-menu-toggle {
		grid-column: 1;
		justify-self: start;
		width: 40px;
		height: 40px;
	}

	.pizzadam-header-logo--mobile {
		position: absolute;
		top: -20px;
		left: 50%;
		margin-top: 0;
		transform: translateX(-50%);
	}

	.pizzadam-header-logo--mobile img {
		width: 130px;
		height: 140px;
		max-width: 130px;
		padding: 0;
		object-fit: contain;
	}

	.pizzadam-header-order--mobile {
		z-index: 3;
		grid-column: 3;
		justify-self: end;
		width: 79px;
		min-width: 79px;
		min-height: 28px;
		height: 28px;
		padding: 0;
		border-radius: 6px;
		font-size: 12px;
		font-weight: 700;
	}

	.site-brand__logo {
		width: 76px;
	}

	.pizzadam-location-hero,
	.pizzadam-callout {
		grid-template-columns: 1fr;
	}

	.pizzadam-location-single__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.pizzadam-location-single__panel {
		gap: 28px;
		padding: clamp(16px, 4vw, 24px);
		border-radius: 24px;
	}

	.pizzadam-location-single__overview,
	.pizzadam-location-single__contact-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.pizzadam-location-single__overview .pizzadam-location-map {
		height: 340px;
		min-height: 340px;
	}

	.pizzadam-location-content__grid {
		grid-template-columns: 1fr;
	}

	.pizzadam-location-form-card,
	.pizzadam-location-hours-card {
		position: static;
	}

	.pizzadam-hero {
		grid-template-columns: 1fr;
		grid-template-areas: "copy" "media";
		text-align: left;
		padding: clamp(28px, 6vw, 44px);
	}

	.pizzadam-hero__copy {
		grid-area: copy;
		max-width: 100%;
	}

	.pizzadam-hero__media {
		grid-area: media;
		margin: clamp(-12px, -2vw, -24px) 0 clamp(-32px, -6vw, -48px) clamp(-12px, -3vw, -32px);
	}

	.pizzadam-hero__media img {
		max-width: 100%;
	}

	.pizzadam-feature-grid,
	.pizzadam-card-pair {
		grid-template-columns: 1fr;
	}

	.pizzadam-card-pair {
		gap: 22px;
		margin-bottom: 0;
	}

	.pizzadam-section:has(> .pizzadam-card-pair) {
		padding-bottom: 28px;
	}

	.pizzadam-image-card {
		aspect-ratio: 1050 / 560;
		border-radius: 20px;
	}

	.pizzadam-image-card__cta {
		max-width: calc(100% - 42px);
		justify-content: center;
		padding: 15px 20px;
		font-size: 0.9rem;
		text-align: center;
		white-space: normal;
	}

	.pizzadam-section-header {
		align-items: flex-start;
		flex-direction: column;
	}

	.pizzadam-page-hero--careers {
		min-height: clamp(440px, 68vw, 540px);
		padding: 116px 28px 22px;
		background-position: center center;
	}

	.pizzadam-page-hero--locations {
		min-height: clamp(420px, 64vw, 520px);
		padding: 96px 28px 36px;
		background-position: center center;
	}

	.pizzadam-careers-hero__content {
		width: min(540px, 100%);
	}

	.pizzadam-locations-hero__content {
		width: min(540px, 100%);
	}

	.pizzadam-footer__inner {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 28px 34px;
		justify-items: center;
		text-align: center;
	}

	.pizzadam-footer__nav {
		justify-items: center;
		width: 100%;
		text-align: center;
	}

	.pizzadam-footer__socials {
		grid-column: 1 / -1;
		justify-content: center;
		max-width: none;
		margin: 0 auto;
	}
}

@media (min-width: 681px) and (max-width: 900px) {
	.pizzadam-hero {
		grid-template-columns: minmax(300px, 1.22fr) minmax(220px, 0.78fr);
		grid-template-areas: "media copy";
		gap: clamp(16px, 3vw, 28px);
		min-height: clamp(330px, 46vw, 410px);
		padding: clamp(28px, 5vw, 44px);
		text-align: left;
	}

	.pizzadam-hero__copy {
		justify-items: start;
		max-width: 360px;
		text-align: left;
	}

	.pizzadam-hero__title {
		font-size: clamp(2.45rem, 7vw, 4.1rem);
	}

	.pizzadam-hero__media {
		width: 100%;
		margin: -14px 0 -14px -22px;
	}

	.pizzadam-hero__cta {
		justify-content: flex-start;
	}

	.pizzadam-card-pair {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: clamp(16px, 2.6vw, 24px);
	}

	.pizzadam-image-card {
		aspect-ratio: 1050 / 680;
	}
}

@media (max-width: 680px) {
	.pizzadam-hero {
		grid-template-areas: "media" "copy";
		min-height: auto;
		row-gap: 20px;
		padding: clamp(34px, 7vw, 44px) clamp(22px, 6vw, 34px) clamp(28px, 7vw, 38px);
		text-align: center;
		justify-items: center;
	}

	.pizzadam-hero__copy {
		justify-items: center;
		width: 100%;
		max-width: 100%;
		text-align: center;
	}

	.pizzadam-hero__media {
		width: min(100%, 420px);
		margin: 0 auto;
	}

	.pizzadam-hero__cta {
		justify-content: center;
	}

	.home .pizzadam-section {
		padding-top: clamp(28px, 8vw, 46px);
	}
}

@media (max-width: 560px) {
	.site-order-link {
		width: 100%;
	}

	.pizzadam-hero {
		grid-template-areas: "media" "copy";
		min-height: auto;
		row-gap: 22px;
		padding: 30px 28px 34px;
		border-radius: 22px;
		text-align: center;
		justify-items: center;
	}

	.pizzadam-hero__copy {
		justify-items: center;
		text-align: center;
	}

	.pizzadam-hero__media {
		width: min(100%, 288px);
		margin: 0 auto 4px;
	}

	.pizzadam-hero__media img {
		margin: 0 auto;
	}

	.pizzadam-hero__cta {
		justify-content: center;
	}

	.pizzadam-hero__title {
		width: 100%;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		font-size: clamp(1.95rem, 8.6vw, 2.4rem);
		white-space: normal;
	}

	.pizzadam-location-single__grid {
		width: min(calc(100vw - 36px), 420px);
		max-width: calc(100vw - 36px);
		margin-right: auto;
		margin-left: auto;
		padding-top: 34px;
	}

	.pizzadam-location-single__panel {
		gap: 24px;
		padding: 16px;
		border-radius: 22px;
	}

	.pizzadam-location-single__head {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}

	.pizzadam-location-single__head h1 {
		max-width: 8em;
		margin-right: auto;
		margin-left: auto;
		font-size: clamp(1.75rem, 8.4vw, 2.3rem);
	}

	.pizzadam-location-single__head .pizzadam-lede {
		width: min(100%, 300px);
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		font-size: 0.96rem;
		overflow-wrap: anywhere;
	}

	.pizzadam-location-info--single,
	.pizzadam-location-form-card,
	.pizzadam-location-hours-card {
		width: 100%;
		max-width: 100%;
		padding: 20px;
		border-radius: 20px;
	}

	.pizzadam-location-info--single h1 {
		max-width: 9em;
		font-size: clamp(1.45rem, 7.4vw, 2rem);
		line-height: 1;
		white-space: normal;
	}

	.pizzadam-location-hours-card__group dl > div {
		grid-template-columns: 1fr;
		gap: 1px;
		font-size: 0.86rem;
	}

	.pizzadam-location-hours-card__group dd {
		white-space: normal;
	}

	.pizzadam-location-form-card .pizzadam-branch-form .wpcf7-form .wd-grid-f-stretch {
		grid-template-columns: 1fr;
	}

	.pizzadam-location-hours-card__columns {
		grid-template-columns: 1fr;
	}

	.pizzadam-location-map-card__hours {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
		padding: 16px 0 0;
	}

	.pizzadam-location-map-card__hours .pizzadam-location-hours-card__group {
		gap: 8px;
	}

	.pizzadam-location-map-card__hours .pizzadam-location-hours-card__heading {
		font-size: 0.74rem;
	}

	.pizzadam-location-map-card__hours .pizzadam-location-hours-card__group dl > div {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 6px;
		font-size: 0.78rem;
	}

	.pizzadam-location-map-card__hours .pizzadam-location-hours-card__group dd {
		white-space: nowrap;
	}

	.pizzadam-location-content,
	.pizzadam-location-faq {
		width: 100%;
	}

	.pizzadam-location-content__ctas {
		display: grid;
		grid-template-columns: 1fr;
	}

	.pizzadam-location-info__order-wrap {
		display: grid;
	}

	.pizzadam-location-info__order,
	.pizzadam-location-info__route {
		width: 100%;
		max-width: 100%;
		padding-right: 14px;
		padding-left: 14px;
	}

	.pizzadam-location-content__ctas .pizzadam-button,
	.pizzadam-location-faq__item summary {
		width: 100%;
	}

	.pizzadam-location-content__header,
	.pizzadam-location-content__block {
		padding: 0;
		border-radius: 0;
	}

	.pizzadam-location-faq__item summary {
		grid-template-columns: minmax(0, 1fr) 30px;
		min-height: 58px;
		padding: 16px;
		font-size: 0.95rem;
	}

	.pizzadam-location-faq__item summary::after {
		width: 30px;
		height: 30px;
	}

	.pizzadam-location-faq__answer {
		padding: 0 16px 16px;
	}

	.pizzadam-location-map-card .pizzadam-location-map {
		height: 280px;
		border-radius: 20px;
	}

	.pizzadam-page-hero--careers {
		min-height: clamp(470px, 118vw, 590px);
		padding: 108px 24px 22px;
		background-position: 54% center;
		border-radius: 18px;
	}

	.pizzadam-page-hero--locations {
		min-height: clamp(450px, 108vw, 560px);
		padding: 86px 24px 30px;
		background-position: 48% center;
		border-radius: 18px;
	}

	.pizzadam-page-hero--franchise {
		min-height: clamp(450px, 110vw, 580px);
		padding: 92px 24px 30px;
		background-position: 52% center;
		border-radius: 18px;
	}

	.pizzadam-page-hero--careers::before {
		background:
			linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.78) 100%),
			linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.18) 100%);
	}

	.pizzadam-page-hero--locations::before {
		background:
			linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.78) 100%),
			linear-gradient(90deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.18) 100%);
	}

	.pizzadam-page-hero--franchise::before {
		background:
			linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.78) 100%),
			linear-gradient(90deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.18) 100%);
	}

	.pizzadam-careers-hero__content {
		text-align: center;
		justify-items: center;
	}

	.pizzadam-locations-hero__content {
		text-align: center;
		justify-items: center;
	}

	.pizzadam-franchise-hero__content {
		text-align: center;
		justify-items: center;
	}

	.pizzadam-careers-hero__content .pizzadam-lede {
		max-width: 100%;
	}

	.pizzadam-locations-hero__content .pizzadam-lede {
		max-width: 100%;
	}

	.pizzadam-franchise-hero__content .pizzadam-lede {
		max-width: 100%;
	}

	.pizzadam-careers-hero__content .pizzadam-actions {
		justify-content: center;
		width: 100%;
	}

	.pizzadam-locations-hero__content .pizzadam-actions {
		justify-content: center;
		width: 100%;
	}

	.pizzadam-franchise-hero__content .pizzadam-actions {
		justify-content: center;
		width: 100%;
	}

	.pizzadam-page-hero--careers,
	.pizzadam-page-hero--locations,
	.pizzadam-page-hero--franchise,
	.pizzadam-page-hero--story {
		min-height: clamp(330px, 88vw, 440px);
		margin-top: clamp(36px, 9vw, 52px);
		margin-bottom: clamp(22px, 6vw, 34px);
		padding: clamp(58px, 14vw, 78px) 24px clamp(28px, 8vw, 38px);
		border-radius: 18px;
	}

	.pizzadam-actions,
	.pizzadam-actions .pizzadam-button {
		width: 100%;
	}

	.pizzadam-franchise-card,
	.pizzadam-franchise-process,
	.pizzadam-franchise-form,
	.pizzadam-franchise-faq {
		border-radius: 20px;
	}

	.pizzadam-header-mobile {
		grid-template-columns: 96px minmax(80px, 1fr) 96px;
		height: 60px;
		min-height: 60px;
	}

	.pizzadam-header-order--mobile {
		min-height: 28px;
		height: 28px;
		padding: 0;
		font-size: 12px;
	}

	.pizzadam-footer-system {
		margin-top: 0;
	}

	.pizzadam-prefooter-pattern {
		height: clamp(92px, 24vw, 118px);
		margin-top: 0;
		background: #fff;
	}

	.pizzadam-prefooter-pattern::before {
		content: none;
	}

	.pizzadam-prefooter-pattern__image {
		width: max(100%, 760px);
		object-fit: cover;
		object-position: center bottom;
	}

	.pizzadam-bike {
		z-index: 2;
		bottom: 0;
		width: 56px;
		height: 35px;
		min-width: 56px;
		min-height: 35px;
	}

	.pizzadam-bike__wheel {
		width: 21px;
		height: 21px;
		min-width: 21px;
		min-height: 21px;
	}

	.pizzadam-footer {
		border-top: 0;
	}

	.pizzadam-footer__inner {
		display: flex;
		align-items: center;
		flex-direction: column;
		gap: 0;
		width: min(100% - 32px, 420px);
		padding: 36px 0 28px;
	}

	.pizzadam-footer__nav {
		grid-template-columns: 1fr;
		gap: 21px;
		justify-items: center;
		width: 100%;
		margin-bottom: 21px;
		padding-bottom: 0;
		border-bottom: 0;
		text-align: center;
	}

	.pizzadam-footer__nav:nth-of-type(3) {
		grid-template-columns: 1fr;
		margin-bottom: 24px;
	}

	.pizzadam-footer__nav a {
		display: block;
		min-width: 0;
		color: #242424;
		font-size: clamp(1rem, 4.7vw, 1.14rem);
		font-weight: 500;
		line-height: 1.35;
	}

	.pizzadam-footer__socials {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		gap: clamp(18px, 6vw, 28px);
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 10px 0 0;
	}

	.pizzadam-footer__socials a {
		width: clamp(54px, 14vw, 66px);
		height: clamp(54px, 14vw, 66px);
		border-radius: 8px;
	}

	.pizzadam-footer__socials svg {
		width: clamp(24px, 6vw, 30px);
		height: clamp(24px, 6vw, 30px);
	}

	.pizzadam-footer__bottom {
		align-items: center;
		flex-direction: column;
		gap: 8px;
		width: min(100% - 32px, 420px);
		padding: 14px 0 22px;
		text-align: center;
		font-size: clamp(0.78rem, 3.4vw, 0.9rem);
		line-height: 1.35;
	}
}

/* Shipit Cookie Consent: Pizzadam visual layer.
 * Keep project branding here so the plugin itself remains reusable.
 */
#shipit-consent-root {
	--sc-bg: #fff;
	--sc-bg-raised: #fff6ed;
	--sc-fg: var(--pizzadam-charcoal);
	--sc-muted: #4c4f55;
	--sc-dim: #6f7379;
	--sc-border: rgba(22, 22, 22, 0.12);
	--sc-primary: var(--pizzadam-red);
	--sc-primary-hover: var(--pizzadam-red-hover);
	--sc-primary-fg: #fff;
	--sc-ghost-bg: #fff;
	--sc-ghost-hover: rgba(190, 22, 34, 0.07);
	--sc-shadow: 0 22px 48px rgba(22, 22, 22, 0.16), 0 4px 14px rgba(22, 22, 22, 0.08);
	--sc-toggle-off: #1f2328;
	border: 1px solid rgba(22, 22, 22, 0.1) !important;
	font-family: "Jost", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

#shipit-consent-root,
#shipit-consent-root * {
	font-family: "Jost", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

#shipit-consent-root .shipit-consent__title {
	font-weight: 800 !important;
	color: var(--pizzadam-charcoal) !important;
}

#shipit-consent-root .shipit-consent__message,
#shipit-consent-root .shipit-consent__current,
#shipit-consent-root .shipit-category__desc {
	color: #343840 !important;
}

#shipit-consent-root .shipit-consent__current,
#shipit-consent-root .shipit-category {
	background: #fff9f2 !important;
	border-color: rgba(22, 22, 22, 0.1) !important;
}

#shipit-consent-root .shipit-consent__current {
	background: rgba(17, 21, 27, 0.06) !important;
	border: 0 !important;
	color: #44505c !important;
	box-shadow: none !important;
}

#shipit-consent-root .shipit-consent__btn {
	border-radius: 999px !important;
	font-weight: 800 !important;
	letter-spacing: 0.02em !important;
	text-transform: uppercase !important;
}

#shipit-consent-root .shipit-consent__btn--primary {
	box-shadow: 0 10px 20px rgba(190, 22, 34, 0.16) !important;
}

#shipit-consent-root .shipit-consent__btn--ghost {
	background: #fff !important;
	color: var(--pizzadam-charcoal) !important;
}

#shipit-consent-root .shipit-consent__btn--link {
	color: var(--pizzadam-red) !important;
	text-decoration: none !important;
}

#shipit-consent-root .shipit-category__label,
#shipit-consent-root .shipit-consent__panel-title {
	font-weight: 800 !important;
}

#shipit-consent-toggle-btn {
	background: #11151b !important;
	color: #fff !important;
	border-color: rgba(255, 255, 255, 0.16) !important;
	box-shadow: 0 12px 28px rgba(17, 21, 27, 0.22), 0 2px 6px rgba(17, 21, 27, 0.16) !important;
}

#shipit-consent-toggle-btn:hover {
	background: var(--pizzadam-red) !important;
	box-shadow: 0 14px 30px rgba(190, 22, 34, 0.28), 0 3px 8px rgba(17, 21, 27, 0.16) !important;
}

#shipit-consent-toggle-btn:focus-visible {
	outline-color: var(--pizzadam-red) !important;
}

html body #shipit-consent-root {
	--sc-bg: #fff;
	--sc-bg-raised: #fff6ed;
	--sc-fg: var(--pizzadam-charcoal);
	--sc-muted: #4c4f55;
	--sc-dim: #6f7379;
	--sc-border: rgba(22, 22, 22, 0.12);
	--sc-primary: var(--pizzadam-red);
	--sc-primary-hover: var(--pizzadam-red-hover);
	--sc-primary-fg: #fff;
	--sc-ghost-bg: #fff;
	--sc-ghost-hover: rgba(190, 22, 34, 0.07);
	--sc-shadow: 0 22px 48px rgba(22, 22, 22, 0.16), 0 4px 14px rgba(22, 22, 22, 0.08);
	--sc-toggle-off: #1f2328;
}

html body #shipit-consent-root .shipit-consent__btn {
	border-radius: 999px !important;
	font-weight: 800 !important;
	letter-spacing: 0.02em !important;
	text-transform: uppercase !important;
}

html body #shipit-consent-toggle-btn {
	background: #11151b !important;
	color: #fff !important;
}

@media (max-width: 380px) {
	.pizzadam-hero {
		padding: 38px 24px 30px;
	}

	.pizzadam-hero__cta {
		gap: 10px;
		font-size: 0.92rem;
	}

	.pizzadam-hero__title {
		font-size: clamp(1.7rem, 8vw, 1.95rem);
	}

	.pizzadam-hero__cta-arrow {
		width: 32px;
		height: 32px;
	}

	.pizzadam-footer__inner {
		width: min(100% - 28px, 420px);
		padding-top: 32px;
	}

	.pizzadam-footer__nav {
		gap: 18px;
	}

	.pizzadam-footer__socials {
		gap: 16px;
	}

	.pizzadam-footer__socials a {
		width: clamp(48px, 14vw, 56px);
		height: clamp(48px, 14vw, 56px);
	}

	.pizzadam-footer__bottom {
		width: min(100% - 28px, 420px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.pizzadam-bike,
	.pizzadam-bike__wheel {
		animation: none;
	}
}
