:root {
	--ink: #f8fbff;
	--muted: #c4c9dc;
	--midnight: #020316;
	--navy: #050928;
	--panel: rgba(5, 9, 38, 0.94);
	--panel-soft: rgba(13, 15, 51, 0.88);
	--blue: #1a9cff;
	--blue-light: #66d8ff;
	--purple: #8b35ff;
	--pink: #ff3fd1;
	--yellow: #ffd51d;
	--orange: #ff8a1d;
	--line: rgba(70, 193, 255, 0.55);
	--pink-line: rgba(255, 63, 209, 0.58);
	--radius: 18px;
	--shadow-blue: 0 0 24px rgba(26, 156, 255, 0.28);
	--shadow-pink: 0 0 28px rgba(255, 63, 209, 0.26);
	--shell: min(1450px, calc(100% - 36px));
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

body {
	margin: 0;
	background:
		radial-gradient(circle at 15% 18%, rgba(82, 30, 170, 0.22), transparent 30rem),
		radial-gradient(circle at 85% 65%, rgba(0, 114, 255, 0.16), transparent 34rem),
		var(--midnight);
	color: var(--ink);
	font-family: "Trebuchet MS", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.55;
	min-width: 320px;
	overflow-x: hidden;
}

body.menu-open {
	overflow: hidden;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 4px;
	box-shadow: 0 0 0 7px rgba(26, 156, 255, 0.72);
}

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

.screen-reader-text:focus,
.skip-link:focus {
	top: 12px;
	left: 12px;
	z-index: 99999;
	display: block;
	width: auto;
	height: auto;
	padding: 12px 18px;
	margin: 0;
	overflow: visible;
	clip: auto;
	background: #fff;
	color: #020316;
	font-weight: 800;
	white-space: normal;
}

.content-shell {
	width: var(--shell);
	margin-inline: auto;
}

.content-shell--narrow {
	max-width: 920px;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: #020316;
	border-bottom: 1px solid rgba(44, 136, 255, 0.48);
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.32);
	backdrop-filter: blur(16px);
}

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

.header-shell {
	display: grid;
	grid-template-columns: 210px 1fr auto;
	align-items: center;
	gap: 28px;
	width: var(--shell);
	min-height: 82px;
	margin-inline: auto;
}

.site-brand {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.site-brand img {
	display: block;
	width: 188px;
	height: auto;
	object-fit: contain;
}

.site-brand span {
	margin-top: -8px;
	color: #fff;
	font-family: Impact, "Arial Narrow", sans-serif;
	font-size: 0.66rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.primary-navigation {
	justify-self: center;
}

.site-menu,
.footer-menu {
	display: flex;
	align-items: center;
	gap: clamp(16px, 2vw, 34px);
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-menu a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: #f7f7ff;
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
}

.site-menu a::after {
	position: absolute;
	right: 50%;
	bottom: 4px;
	left: 50%;
	height: 3px;
	content: "";
	background: linear-gradient(90deg, var(--blue), var(--pink));
	box-shadow: 0 0 12px var(--pink);
	transition: right 180ms ease, left 180ms ease;
}

.site-menu a:hover::after,
.site-menu a:focus-visible::after {
	right: 0;
	left: 0;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.header-locator {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 46px;
	padding: 10px 16px;
	border: 1px solid var(--pink);
	border-radius: 9px;
	box-shadow: inset 0 0 18px rgba(255, 63, 209, 0.11), 0 0 15px rgba(255, 63, 209, 0.18);
	color: #fff;
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 0.8rem;
	letter-spacing: 0.09em;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
}

.header-locator svg,
.button svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.header-cart {
	position: relative;
	display: inline-grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(102, 216, 255, 0.48);
	border-radius: 9px;
	color: var(--blue-light);
	text-decoration: none;
}

.header-cart svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.fatdogg-cart-count {
	position: absolute;
	top: -6px;
	right: -6px;
	display: grid;
	place-items: center;
	min-width: 22px;
	height: 22px;
	padding-inline: 5px;
	border: 2px solid var(--midnight);
	border-radius: 999px;
	background: var(--pink);
	color: #fff;
	font-size: 0.7rem;
	font-weight: 900;
}

.menu-toggle {
	position: relative;
	display: none;
	width: 46px;
	height: 46px;
	padding: 10px;
	border: 1px solid rgba(102, 216, 255, 0.55);
	border-radius: 9px;
	background: transparent;
	color: #fff;
	cursor: pointer;
}

.menu-toggle > span:not(.screen-reader-text) {
	display: block;
	width: 24px;
	height: 2px;
	margin: 5px auto;
	background: currentColor;
	transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] > span:nth-of-type(2) {
	transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] > span:nth-of-type(3) {
	opacity: 0;
}

.menu-toggle[aria-expanded="true"] > span:nth-of-type(4) {
	transform: rotate(-45deg);
}

.menu-toggle[aria-expanded="true"] > span:not(.screen-reader-text) {
	position: absolute;
	top: 21px;
	left: 10px;
	margin: 0;
}

.hero-section {
	position: relative;
	isolation: isolate;
	display: grid;
	align-items: center;
	min-height: min(760px, calc(100svh - 82px));
	background-color: #070625;
	background-image: url("../images/hero-miami-actual-character-v1.png?fatdogg_asset=1.0.3");
	background-position: center;
	background-size: cover;
	border-bottom: 1px solid var(--pink-line);
	overflow: hidden;
}

.hero-overlay {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(2, 3, 22, 0.96) 0%, rgba(2, 3, 22, 0.8) 31%, rgba(2, 3, 22, 0.14) 63%, rgba(2, 3, 22, 0.08) 100%),
		linear-gradient(0deg, rgba(2, 3, 22, 0.78) 0%, transparent 36%);
}

.hero-content {
	padding-block: 78px 92px;
}

.hero-script {
	margin: 0 0 4px;
	color: var(--pink);
	font-family: "Brush Script MT", "Segoe Script", cursive;
	font-size: clamp(2.6rem, 4.6vw, 4.8rem);
	font-weight: 700;
	line-height: 1.05;
	text-shadow: none;
}

.hero-content h1 {
	max-width: 760px;
	margin: 0;
	font-family: "Arial Black", Arial, sans-serif;
	font-size: clamp(3.7rem, 7.2vw, 7.8rem);
	font-weight: 900;
	letter-spacing: 0.005em;
	line-height: 0.96;
	text-transform: uppercase;
	text-shadow: 0 2px 0 rgba(3, 13, 52, 0.9), 0 0 8px rgba(47, 166, 255, 0.28);
}

.hero-content h1 span {
	display: block;
	background: linear-gradient(180deg, #fff 0%, #aee9ff 26%, #31a7ff 56%, #1161ce 78%, #73dfff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	filter: none;
}

.hero-intro {
	max-width: 590px;
	margin: 26px 0 0;
	color: #f3f2ff;
	font-size: clamp(1rem, 1.35vw, 1.26rem);
	line-height: 1.6;
	text-shadow: none;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 50px;
	padding: 11px 22px;
	border: 1px solid rgba(255, 255, 255, 0.65);
	border-radius: 8px;
	color: #fff;
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 0.94rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	transition: transform 150ms ease, box-shadow 150ms ease, filter 150ms ease;
}

.button:hover,
.wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wpcf7-submit:hover {
	transform: translateY(-2px);
	filter: brightness(1.12);
}

.button-blue,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wpcf7-submit {
	background: linear-gradient(180deg, #1cb6ff, #0766dc 64%, #063ca3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42), 0 0 20px rgba(26, 156, 255, 0.32);
}

.button-purple {
	background: linear-gradient(180deg, #b94dff, #7b20d9 64%, #481099);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 0 20px rgba(155, 53, 255, 0.35);
}

.button-pink {
	background: linear-gradient(180deg, #ff65dd, #bd1fa0 66%, #751066);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 0 20px rgba(255, 63, 209, 0.35);
}

.button-small {
	min-height: 44px;
	padding: 10px 17px;
	font-size: 0.78rem;
}

.button-full {
	width: 100%;
}

.hero-proof {
	display: flex;
	gap: 34px;
	padding: 0;
	margin: 34px 0 0;
	list-style: none;
}

.hero-proof li {
	display: grid;
	gap: 2px;
}

.hero-proof strong {
	color: var(--blue-light);
	font-family: Impact, "Arial Narrow", sans-serif;
	font-size: 1rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hero-proof span {
	color: var(--muted);
	font-size: 0.83rem;
}

.homepage-shell {
	display: grid;
	gap: 16px;
	padding-block: 18px 24px;
}

.neon-panel {
	position: relative;
	padding: 18px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background:
		linear-gradient(180deg, rgba(14, 16, 52, 0.96), rgba(2, 7, 27, 0.98)),
		var(--panel);
	box-shadow: inset 0 0 30px rgba(18, 95, 189, 0.1), var(--shadow-blue);
	overflow: hidden;
}

.neon-panel::after {
	position: absolute;
	inset: auto 8% -70px;
	height: 100px;
	content: "";
	background: radial-gradient(ellipse, rgba(255, 63, 209, 0.18), transparent 70%);
	pointer-events: none;
}

.section-heading,
.panel-title {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 15px;
}

.section-heading h2,
.panel-title h2,
.footer-main h2 {
	margin: 0;
	font-family: Impact, "Arial Narrow", sans-serif;
	font-size: clamp(1.55rem, 2.25vw, 2.25rem);
	font-weight: 700;
	letter-spacing: 0.045em;
	line-height: 1;
	text-transform: uppercase;
}

.section-kicker {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 6px;
	color: var(--blue-light);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.section-link,
.map-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 40px;
	padding: 8px 15px;
	border: 1px solid var(--pink);
	border-radius: 8px;
	box-shadow: 0 0 14px rgba(255, 63, 209, 0.2);
	font-family: Impact, "Arial Narrow", sans-serif;
	font-size: 0.73rem;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

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

.flavor-card {
	position: relative;
	padding: 8px 12px 14px;
	border: 1px solid currentColor;
	border-radius: 14px;
	background:
		radial-gradient(circle at 50% 40%, color-mix(in srgb, currentColor 26%, transparent), transparent 60%),
		linear-gradient(180deg, rgba(21, 10, 35, 0.88), rgba(3, 5, 19, 0.96));
	box-shadow: inset 0 0 22px color-mix(in srgb, currentColor 16%, transparent), 0 0 16px color-mix(in srgb, currentColor 20%, transparent);
	text-align: center;
	overflow: hidden;
}

.flavor-red { color: #ff3c72; }
.flavor-blue { color: #36cfff; }
.flavor-orange { color: #ff9b2f; }
.flavor-yellow { color: #ffe126; }

.flavor-card__visual {
	display: grid;
	place-items: center;
	height: clamp(170px, 20vw, 280px);
	overflow: hidden;
}

.flavor-card__visual img {
	display: block;
	width: 90%;
	height: 90%;
	min-width: 0;
	min-height: 0;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.45));
}

.flavor-blue img { filter: hue-rotate(165deg) saturate(1.25) drop-shadow(0 10px 20px rgba(0, 0, 0, 0.45)); }
.flavor-orange img { filter: hue-rotate(35deg) saturate(1.15) drop-shadow(0 10px 20px rgba(0, 0, 0, 0.45)); }
.flavor-yellow img { filter: hue-rotate(60deg) saturate(1.3) brightness(1.08) drop-shadow(0 10px 20px rgba(0, 0, 0, 0.45)); }

.flavor-card h3 {
	margin: 3px 0 0;
	font-family: Impact, "Arial Narrow", sans-serif;
	font-size: clamp(1.25rem, 2vw, 2rem);
	letter-spacing: 0.045em;
	line-height: 1;
	text-transform: uppercase;
}

.flavor-card p {
	margin: 7px 0 5px;
	color: #fff;
	font-size: 0.86rem;
}

.flavor-rating,
.product-rating {
	min-height: 22px;
	color: var(--yellow);
	font-size: 1.03rem;
	letter-spacing: 0.08em;
}

.locator-grid {
	display: grid;
	grid-template-columns: 1.25fr 1fr;
	gap: 16px;
}

.panel-title {
	justify-content: flex-start;
}

.panel-title > span:first-child {
	color: var(--blue-light);
	font-size: 1.35rem;
}

.panel-title > span:last-child {
	margin-left: auto;
	color: var(--muted);
	font-size: 0.82rem;
	font-weight: 700;
	text-transform: uppercase;
}

.map-frame {
	position: relative;
	min-height: 360px;
	border: 5px solid #d5e8ff;
	border-radius: 12px;
	background: #c8daf1;
	box-shadow: inset 0 0 0 1px #111b53, 0 0 18px rgba(26, 156, 255, 0.24);
	overflow: hidden;
}

.map-frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.map-link {
	margin-top: 12px;
	border-color: rgba(102, 216, 255, 0.7);
	box-shadow: 0 0 14px rgba(26, 156, 255, 0.2);
}

.schedule-list {
	padding: 0;
	margin: 0 0 18px;
	list-style: none;
}

.schedule-list li {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr) auto;
	align-items: center;
	gap: 8px;
	min-height: 58px;
	border-bottom: 1px solid rgba(185, 90, 255, 0.36);
	font-size: 0.86rem;
}

.schedule-pin {
	position: relative;
	color: var(--pink);
	font-size: 1.25rem;
	text-shadow: 0 0 12px var(--pink);
}

.schedule-list strong {
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.schedule-list time {
	color: #f4efff;
	white-space: nowrap;
}

.shop-panel {
	background:
		linear-gradient(180deg, rgba(60, 8, 58, 0.52), rgba(5, 8, 31, 0.95)),
		url("../images/truck-miami-neon-v1.png?fatdogg_asset=1.0.0") center/cover;
	border-color: var(--pink-line);
	box-shadow: inset 0 0 42px rgba(255, 63, 209, 0.14), var(--shadow-pink);
}

.product-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.product-card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 12px;
	border: 1px solid rgba(255, 80, 211, 0.58);
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(46, 12, 55, 0.72), rgba(3, 7, 25, 0.96));
	box-shadow: inset 0 0 25px rgba(255, 63, 209, 0.1);
	text-align: center;
}

.product-card--blue {
	border-color: rgba(38, 185, 255, 0.62);
}

.product-card--purple {
	border-color: rgba(149, 79, 255, 0.7);
}

.product-preview-label {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	padding: 5px 8px;
	border-radius: 5px;
	background: var(--pink);
	font-family: Impact, "Arial Narrow", sans-serif;
	font-size: 0.7rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.product-card__visual {
	display: grid;
	place-items: center;
	width: 100%;
	height: clamp(240px, 27vw, 390px);
	margin-bottom: 10px;
	border-radius: 10px;
	overflow: hidden;
}

.product-card__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 260ms ease;
}

.product-card:hover .product-card__visual img {
	transform: scale(1.025);
}

.product-card h3 {
	margin: 0;
	font-size: clamp(1rem, 1.5vw, 1.35rem);
	line-height: 1.25;
}

.product-card h3 a {
	text-decoration: none;
}

.product-price {
	margin: 4px 0 10px;
	font-size: 1.12rem;
	font-weight: 800;
}

.product-card .button {
	margin-top: auto;
}

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

.video-card {
	position: relative;
	display: grid;
	grid-template-rows: 210px auto auto;
	border: 1px solid rgba(65, 181, 255, 0.68);
	border-radius: 10px;
	background: #06081d;
	box-shadow: inset 0 0 16px rgba(0, 112, 255, 0.12);
	text-decoration: none;
	overflow: hidden;
}

.video-card img {
	width: 100%;
	height: 210px;
	object-fit: cover;
}

.video-card:first-child img {
	object-position: center 28%;
}

.video-play {
	position: absolute;
	top: 105px;
	left: 50%;
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border: 2px solid rgba(255, 255, 255, 0.82);
	border-radius: 50%;
	background: rgba(4, 4, 20, 0.68);
	box-shadow: 0 0 22px rgba(255, 63, 209, 0.4);
	font-size: 1.25rem;
	transform: translate(-50%, -50%);
}

.video-card strong {
	padding: 12px 12px 0;
	font-size: 0.95rem;
	line-height: 1.2;
}

.video-card > span:last-child {
	padding: 3px 12px 12px;
	color: var(--blue-light);
	font-size: 0.76rem;
	font-weight: 700;
	text-transform: uppercase;
}

.truck-banner {
	position: relative;
	isolation: isolate;
	display: grid;
	align-items: center;
	min-height: 330px;
	border: 1px solid var(--pink-line);
	border-radius: var(--radius);
	background: #080724 url("../images/truck-cta-actual-character-v1.png?fatdogg_asset=1.0.1") center/cover;
	box-shadow: var(--shadow-pink);
	overflow: hidden;
}

.truck-banner::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	content: "";
	background: linear-gradient(90deg, rgba(2, 3, 22, 0.98) 0%, rgba(2, 3, 22, 0.8) 30%, rgba(2, 3, 22, 0.08) 63%);
}

.truck-banner__content {
	display: grid;
	justify-items: start;
	max-width: 460px;
	padding: 38px;
}

.truck-banner__content p,
.truck-banner__content h2 {
	margin: 0;
}

.truck-banner__content p {
	font-family: Impact, "Arial Narrow", sans-serif;
	font-size: 2rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.truck-banner__content h2 {
	color: var(--pink);
	font-family: "Brush Script MT", "Segoe Script", cursive;
	font-size: clamp(3.2rem, 6vw, 6rem);
	line-height: 0.82;
	text-shadow: 0 0 20px rgba(255, 63, 209, 0.7);
}

.truck-banner__content > span {
	max-width: 350px;
	margin: 19px 0;
	color: #fff;
}

.site-footer {
	width: var(--shell);
	margin: 0 auto 18px;
	border: 1px solid rgba(66, 183, 255, 0.42);
	border-radius: var(--radius);
	background: linear-gradient(180deg, rgba(6, 11, 39, 0.98), rgba(1, 4, 19, 0.99));
	box-shadow: var(--shadow-blue);
	overflow: hidden;
}

.footer-benefits {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-bottom: 1px solid rgba(94, 140, 213, 0.32);
}

.footer-benefits div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 82px;
	padding: 14px;
	border-right: 1px solid rgba(94, 140, 213, 0.28);
}

.footer-benefits div:last-child {
	border-right: 0;
}

.footer-benefits span {
	color: var(--blue-light);
	font-size: 2rem;
	line-height: 1;
	text-shadow: 0 0 15px rgba(26, 156, 255, 0.62);
}

.footer-benefits strong {
	font-family: Impact, "Arial Narrow", sans-serif;
	font-size: 0.9rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.footer-main {
	display: grid;
	grid-template-columns: 1.4fr 0.7fr 1fr;
	gap: 32px;
	padding: 24px 28px;
}

.footer-brand {
	display: grid;
	grid-template-columns: 130px minmax(0, 1fr);
	align-items: center;
	gap: 18px;
}

.footer-brand img {
	width: 130px;
	border-radius: 50%;
}

.footer-brand strong {
	display: block;
	font-family: Impact, "Arial Narrow", sans-serif;
	font-size: 1.25rem;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.footer-brand p,
.footer-follow p {
	margin: 7px 0;
	color: var(--muted);
	font-size: 0.88rem;
}

.footer-main h2 {
	margin-bottom: 13px;
	font-size: 1rem;
}

.footer-navigation .footer-menu {
	align-items: flex-start;
	flex-direction: column;
	gap: 8px;
}

.footer-menu a {
	color: var(--muted);
	font-size: 0.88rem;
	text-decoration: none;
}

.footer-menu a:hover {
	color: var(--blue-light);
}

.footer-legal {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 13px 28px;
	border-top: 1px solid rgba(94, 140, 213, 0.28);
	color: #9298b4;
	font-size: 0.76rem;
}

.footer-legal p {
	margin: 0;
}

.content-main,
.commerce-main,
.not-found-main {
	min-height: 65vh;
	padding-block: 70px;
}

.page-header {
	margin-bottom: 28px;
}

.page-header h1 {
	margin: 0;
	font-family: Impact, "Arial Narrow", sans-serif;
	font-size: clamp(2.8rem, 6vw, 5.5rem);
	letter-spacing: 0.035em;
	line-height: 0.94;
	text-transform: uppercase;
}

.eyebrow {
	margin: 0 0 8px;
	color: var(--pink);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

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

.content-card,
.entry-content-card,
.not-found-card {
	border: 1px solid rgba(65, 181, 255, 0.42);
	border-radius: var(--radius);
	background: var(--panel-soft);
	box-shadow: var(--shadow-blue);
	overflow: hidden;
}

.content-card__image {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

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

.content-card__body,
.entry-content-card {
	padding: 25px;
}

.content-card h2 {
	margin-top: 0;
}

.content-card h2 a {
	text-decoration: none;
}

.entry-content {
	color: #e9eaf4;
}

.entry-content a {
	color: var(--blue-light);
}

.entry-content > * {
	max-width: 100%;
}

.wpcf7-form {
	max-width: 640px;
}

.wpcf7-form label {
	display: grid;
	gap: 7px;
	margin-bottom: 16px;
}

.wpcf7-form-control-wrap {
	display: block;
}

.wpcf7-form input:not([type="submit"]),
.wpcf7-form textarea {
	width: 100%;
	max-width: 100%;
	min-height: 46px;
	padding: 10px 12px;
	border: 1px solid rgba(102, 216, 255, 0.52);
	border-radius: 7px;
	background: #fff;
	color: #101322;
}

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

.wpcf7-submit {
	cursor: pointer;
}

.entry-hero {
	margin: -5px 0 28px;
	border-radius: 12px;
	overflow: hidden;
}

.not-found-main {
	display: grid;
	place-items: center;
}

.not-found-card {
	max-width: 800px;
	padding: 50px;
	text-align: center;
}

.not-found-card h1 {
	margin: 0;
	font-family: Impact, "Arial Narrow", sans-serif;
	font-size: clamp(3rem, 7vw, 6.5rem);
	text-transform: uppercase;
}

/* WooCommerce */
.commerce-main > .page-title,
.commerce-main .product_title,
.commerce-main .related > h2 {
	font-family: "Arial Black", Arial, sans-serif;
	letter-spacing: 0.01em;
	line-height: 1.08;
}

.commerce-main > .page-title {
	margin: 0 0 28px;
	font-size: clamp(2.8rem, 6vw, 5rem);
	text-transform: uppercase;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-result-count {
	color: var(--muted);
}

.woocommerce .woocommerce-breadcrumb a,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
	color: var(--blue-light);
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	float: none;
	width: auto;
	padding: 14px;
	margin: 0;
	border: 1px solid rgba(65, 181, 255, 0.45);
	border-radius: 14px;
	background: var(--panel-soft);
	box-shadow: var(--shadow-blue);
}

.woocommerce ul.products li.product a img {
	border-radius: 10px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: #fff;
	font-size: 1.1rem;
}

.woocommerce span.onsale {
	background: var(--pink);
}

.woocommerce div.product {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 30px;
}

.woocommerce div.product::before,
.woocommerce div.product::after {
	display: none;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	float: none;
	width: auto;
	margin: 0;
}

.woocommerce div.product div.images {
	align-self: start;
	padding: 16px;
	border: 1px solid rgba(66, 183, 255, 0.55);
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(18, 14, 55, 0.98), rgba(4, 7, 28, 0.98));
	box-shadow: var(--shadow-blue);
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	opacity: 1 !important;
}

.woocommerce div.product div.images img {
	display: block;
	border-radius: 13px;
}

.woocommerce div.product div.summary {
	align-self: start;
	padding: clamp(24px, 4vw, 46px);
	border: 1px solid rgba(255, 63, 209, 0.48);
	border-radius: 18px;
	background: linear-gradient(145deg, rgba(24, 9, 49, 0.98), rgba(6, 10, 38, 0.98));
	box-shadow: var(--shadow-pink);
}

.woocommerce div.product .product_title {
	margin: 0 0 18px;
	font-size: clamp(2.2rem, 4.6vw, 4.6rem);
	text-transform: uppercase;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	margin: 0 0 24px;
	font-size: clamp(1.8rem, 3vw, 2.7rem);
	font-weight: 900;
}

.woocommerce div.product .woocommerce-product-details__short-description {
	color: #f3f5ff;
	font-size: 1.05rem;
	line-height: 1.65;
}

.woocommerce div.product form.cart {
	display: flex;
	align-items: stretch;
	gap: 12px;
	margin: 28px 0;
}

.woocommerce div.product form.cart div.quantity {
	float: none;
	margin: 0;
}

.woocommerce div.product form.cart .quantity .qty {
	width: 76px;
	height: 100%;
	min-height: 54px;
	font-size: 1rem;
	font-weight: 800;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
	min-height: 54px;
	padding-inline: 28px;
}

.woocommerce div.product .product_meta {
	display: grid;
	gap: 8px;
	padding-top: 20px;
	border-top: 1px solid rgba(102, 216, 255, 0.28);
	color: var(--muted);
	font-size: 0.88rem;
}

.woocommerce div.product .product_meta a {
	color: var(--blue-light);
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related.products {
	grid-column: 1 / -1;
}

.woocommerce div.product .woocommerce-tabs {
	padding: 24px;
	border: 1px solid rgba(102, 216, 255, 0.32);
	border-radius: 16px;
	background: var(--panel-soft);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
	margin: 0 0 22px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom-color: rgba(102, 216, 255, 0.35);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border-color: rgba(102, 216, 255, 0.35);
	background: #0b1235;
	color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: inherit;
}

.woocommerce div.product .woocommerce-tabs h2,
.woocommerce div.product .related > h2 {
	font-size: clamp(1.7rem, 3vw, 2.7rem);
}

.woocommerce div.product .related.products {
	margin-top: 10px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce .quantity .qty,
.woocommerce select,
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"] {
	min-height: 46px;
	border: 1px solid rgba(102, 216, 255, 0.52);
	border-radius: 7px;
	background: #fff;
	color: #101322;
}

.woocommerce table.shop_table,
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #payment {
	border-color: rgba(102, 216, 255, 0.4);
	background: var(--panel-soft);
	color: #fff;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	border-top-color: var(--blue);
	background: #fff;
	color: #15172a;
}

@media (max-width: 1180px) {
	:root {
		--shell: min(100% - 28px, 1120px);
	}

	.header-shell {
		grid-template-columns: 185px 1fr auto;
		gap: 15px;
	}

	.site-menu {
		gap: 15px;
	}

	.site-menu a {
		font-size: 0.76rem;
	}

	.header-locator span {
		display: none;
	}

	.header-locator {
		width: 46px;
		padding: 10px;
	}

	.flavor-card__visual {
		height: 210px;
	}

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

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

	.header-shell {
		grid-template-columns: 190px 1fr;
		min-height: 72px;
	}

	.site-brand img {
		width: 170px;
	}

	.primary-navigation {
		position: fixed;
		top: 72px;
		right: 0;
		left: 0;
		display: none;
		max-height: calc(100svh - 72px);
		justify-self: stretch;
		width: 100%;
		padding: 18px 20px 26px;
		background: #020316;
		border-bottom: 1px solid var(--pink);
		box-shadow: 0 20px 35px rgba(0, 0, 0, 0.55);
		overflow-y: auto;
	}

	.admin-bar .primary-navigation {
		top: 118px;
		max-height: calc(100svh - 118px);
	}

	.primary-navigation.is-open {
		display: block;
	}

	.site-menu {
		align-items: stretch;
		flex-direction: column;
		gap: 8px;
		width: min(100%, 680px);
		margin-inline: auto;
	}

	.site-menu a {
		width: 100%;
		min-height: 52px;
		justify-content: center;
		padding: 10px 14px;
		border: 1px solid rgba(102, 216, 255, 0.38);
		border-radius: 8px;
		background: #0b1235;
		font-size: 1.02rem;
		letter-spacing: 0.05em;
	}

	.site-menu a::after {
		display: none;
	}

	.header-actions {
		justify-self: end;
	}

	.menu-toggle {
		display: block;
	}

	.hero-section {
		min-height: 720px;
		background-position: 66% top;
		background-repeat: no-repeat;
		background-size: 1120px auto;
	}

	.hero-overlay {
		background: linear-gradient(90deg, rgba(2, 3, 22, 0.96), rgba(2, 3, 22, 0.67) 58%, rgba(2, 3, 22, 0.26)), linear-gradient(0deg, rgba(2, 3, 22, 0.82), transparent 42%);
	}

	.hero-content {
		padding-block: 70px;
	}

	.hero-content h1 {
		max-width: 610px;
	}

	.hero-intro {
		max-width: 510px;
	}

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

	.flavor-card__visual {
		height: 250px;
	}

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

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

	.product-card:last-child {
		grid-column: 1 / -1;
		max-width: calc(50% - 8px);
		justify-self: center;
	}

	.footer-benefits {
		grid-template-columns: repeat(2, 1fr);
	}

	.footer-benefits div:nth-child(2) {
		border-right: 0;
	}

	.footer-benefits div:nth-child(-n + 2) {
		border-bottom: 1px solid rgba(94, 140, 213, 0.28);
	}

	.footer-main {
		grid-template-columns: 1fr 1fr;
	}

	.footer-follow {
		grid-column: 1 / -1;
	}

	.post-grid,
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.woocommerce div.product {
		grid-template-columns: 1fr;
	}

	.woocommerce ul.products[class*="columns-"] li.product,
	.woocommerce-page ul.products[class*="columns-"] li.product {
		float: none !important;
		width: 100% !important;
		margin: 0 !important;
	}
}

@media (max-width: 620px) {
	:root {
		--shell: calc(100% - 20px);
		--radius: 14px;
	}

	html {
		scroll-padding-top: 82px;
	}

	.header-shell {
		grid-template-columns: 145px 1fr;
		gap: 8px;
		min-height: 66px;
	}

	.site-brand img {
		width: 140px;
	}

	.site-brand span {
		margin-top: -6px;
		font-size: 0.48rem;
	}

	.primary-navigation {
		top: 66px;
		max-height: calc(100svh - 66px);
	}

	.admin-bar .primary-navigation {
		top: 112px;
		max-height: calc(100svh - 112px);
	}

	.header-locator {
		display: none;
	}

	.header-cart,
	.menu-toggle {
		width: 44px;
		height: 44px;
	}

	.hero-section {
		align-items: end;
		min-height: 820px;
		background-position: 72% top;
		background-size: 760px auto;
	}

	.hero-overlay {
		background: linear-gradient(0deg, rgba(2, 3, 22, 0.99) 0%, rgba(2, 3, 22, 0.93) 42%, rgba(2, 3, 22, 0.2) 76%, rgba(2, 3, 22, 0.12) 100%);
	}

	.hero-content {
		padding-block: 330px 40px;
	}

	.hero-script {
		font-size: 2.8rem;
	}

	.hero-content h1 {
		font-size: clamp(3rem, 15vw, 4.2rem);
		letter-spacing: 0;
		line-height: 0.96;
	}

	.hero-intro {
		margin-top: 20px;
		font-size: 1rem;
		line-height: 1.55;
	}

	.hero-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.hero-actions .button {
		min-height: 56px;
		width: 100%;
	}

	.hero-proof {
		gap: 22px;
		margin-top: 24px;
	}

	.neon-panel {
		padding: 14px;
	}

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

	.section-link {
		width: 100%;
	}

	.flavor-grid,
	.product-grid,
	.video-grid,
	.post-grid,
	.woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	.woocommerce div.product div.images {
		padding: 10px;
	}

	.woocommerce div.product div.summary,
	.woocommerce div.product .woocommerce-tabs {
		padding: 20px;
	}

	.woocommerce div.product .product_title {
		font-size: 2.25rem;
	}

	.woocommerce div.product form.cart {
		display: flex !important;
		flex-wrap: nowrap;
	}

	.woocommerce div.product form.cart div.quantity {
		flex: 0 0 76px;
		width: 76px;
	}

	.woocommerce div.product form.cart div.quantity .qty {
		width: 100%;
	}

	.woocommerce div.product form.cart .single_add_to_cart_button {
		float: none !important;
		flex: 1 1 auto;
		width: auto !important;
		min-width: 0;
		white-space: nowrap;
	}

	.flavor-card__visual {
		height: 245px;
	}

	.map-frame {
		min-height: 300px;
	}

	.panel-title {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.panel-title > span:last-child {
		width: 100%;
		margin-left: 34px;
	}

	.schedule-list li {
		grid-template-columns: 22px 1fr;
		padding-block: 10px;
	}

	.schedule-list time {
		grid-column: 2;
		white-space: normal;
	}

	.product-card:last-child {
		grid-column: auto;
		max-width: none;
	}

	.product-card__visual {
		height: 330px;
	}

	.video-card {
		grid-template-rows: 230px auto auto;
	}

	.video-card img {
		height: 230px;
	}

	.video-play {
		top: 115px;
	}

	.truck-banner {
		align-items: end;
		min-height: 520px;
		background-position: 67% center;
	}

	.truck-banner::before {
		background: linear-gradient(0deg, rgba(2, 3, 22, 0.98), rgba(2, 3, 22, 0.7) 45%, rgba(2, 3, 22, 0.12) 75%);
	}

	.truck-banner__content {
		padding: 26px 20px;
	}

	.footer-benefits {
		grid-template-columns: 1fr;
	}

	.footer-benefits div,
	.footer-benefits div:nth-child(2) {
		justify-content: flex-start;
		min-height: 64px;
		border-right: 0;
		border-bottom: 1px solid rgba(94, 140, 213, 0.28);
	}

	.footer-benefits div:last-child {
		border-bottom: 0;
	}

	.footer-main {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 22px 18px;
	}

	.footer-brand {
		grid-template-columns: 96px 1fr;
	}

	.footer-brand img {
		width: 96px;
	}

	.footer-follow {
		grid-column: auto;
	}

	.footer-legal {
		align-items: flex-start;
		flex-direction: column;
		padding: 14px 18px;
	}

	.content-main,
	.commerce-main,
	.not-found-main {
		padding-block: 42px;
	}

	.content-card__body,
	.entry-content-card,
	.not-found-card {
		padding: 20px;
	}
}

@media (max-width: 370px) {
	.header-cart {
		display: none;
	}

	.hero-content h1 {
		font-size: 3.3rem;
	}

	.hero-proof {
		flex-direction: column;
		gap: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
