:root {
	--fda-black: #000;
	--fda-paper: #f8f7f2;
	--fda-red: #f2053a;
	--fda-yellow: #ffc928;
	--fda-blue: #0077c8;
	--fda-ink-soft: #202020;
	--fda-line: 3px solid var(--fda-black);
	--fda-radius: 3px;
	--fda-shadow: 5px 6px 0 rgba(0, 0, 0, 0.14);
	--fda-display: "Bangers", Impact, Haettenschweiler, "Arial Black", system-ui, sans-serif;
	--fda-condensed: "Barlow Condensed", "Arial Narrow", Impact, Haettenschweiler, "Arial Black", system-ui, sans-serif;
	--fda-marker: "Permanent Marker", "Patrick Hand", "Comic Sans MS", "Bradley Hand", "Segoe Print", cursive;
	--fda-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

html.fda-menu-open {
	overflow: hidden;
}

body {
	margin: 0;
	background:
		radial-gradient(circle at 18% 12%, rgba(0, 0, 0, 0.05) 0 1px, transparent 1px),
		linear-gradient(rgba(0, 0, 0, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 0, 0, 0.025) 1px, transparent 1px),
		var(--fda-paper);
	background-size: 11px 11px, 28px 28px, 28px 28px;
	color: var(--fda-black);
	font-family: var(--fda-body);
	font-size: 16px;
	line-height: 1.45;
	letter-spacing: 0;
}

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

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

:focus-visible {
	outline: 4px solid var(--fda-blue);
	outline-offset: 4px;
}

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

.fda-skip-link:focus {
	z-index: 10000;
	top: 1rem;
	left: 1rem;
	width: auto;
	height: auto;
	padding: 0.75rem 1rem;
	clip: auto;
	background: var(--fda-yellow);
	border: var(--fda-line);
}

.fda-site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: var(--fda-black);
	color: #fff;
	border-bottom: var(--fda-line);
}

.fda-header-inner {
	display: flex;
	align-items: center;
	gap: 1rem;
	min-height: 78px;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 1rem;
}

.fda-logo,
.fda-mobile-logo {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
}

.fda-logo img {
	width: 94px;
	max-height: 94px;
	object-fit: contain;
	transform: rotate(-5deg);
}

.fda-desktop-menu {
	display: none;
	flex: 1 1 auto;
}

.fda-primary-nav {
	display: flex;
	align-items: center;
	gap: 1.3rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fda-primary-nav a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	color: #fff;
	font-weight: 900;
	text-decoration: none;
}

.fda-primary-nav a::after,
.fda-primary-nav .is-current::after,
.fda-primary-nav .current-menu-item > a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 2px;
	left: 0;
	height: 4px;
	background: var(--fda-red);
	transform: rotate(-3deg) scaleX(0);
	transform-origin: left;
	transition: transform 160ms ease;
}

.fda-primary-nav a:hover::after,
.fda-primary-nav .is-current::after,
.fda-primary-nav .current-menu-item > a::after {
	transform: rotate(-3deg) scaleX(1);
}

.fda-header-actions {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-left: auto;
}

.fda-header-cta,
.fda-mobile-cta,
.fda-button,
.button,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.75rem 1rem;
	background: #fff;
	color: var(--fda-black);
	border: 2px solid var(--fda-black);
	border-radius: var(--fda-radius);
	box-shadow: none;
	cursor: pointer;
	font-family: var(--fda-body);
	font-weight: 900;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.fda-header-cta,
.fda-mobile-cta,
.fda-button--red,
.woocommerce a.button,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.wp-block-button__link {
	background: var(--fda-red);
	border-color: var(--fda-red);
	color: #fff;
}

.fda-header-cta {
	display: none;
}

.fda-cart-count {
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	background: var(--fda-yellow);
	color: var(--fda-black);
	border: 2px solid #fff;
	border-radius: 50%;
	font-weight: 900;
	text-decoration: none;
}

.fda-menu-toggle,
.fda-menu-close {
	display: inline-grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
}

.fda-menu-toggle span[aria-hidden="true"],
.fda-menu-toggle span[aria-hidden="true"]::before,
.fda-menu-toggle span[aria-hidden="true"]::after {
	display: block;
	width: 28px;
	height: 4px;
	background: currentColor;
	content: "";
}

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

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

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

.fda-menu-toggle span[aria-hidden="true"]::after {
	bottom: -9px;
}

.fda-menu-close span[aria-hidden="true"],
.fda-menu-close span[aria-hidden="true"]::after {
	display: block;
	width: 42px;
	height: 5px;
	background: currentColor;
	content: "";
}

.fda-menu-close span[aria-hidden="true"] {
	transform: rotate(45deg);
}

.fda-menu-close span[aria-hidden="true"]::after {
	transform: rotate(90deg);
}

.fda-mobile-overlay {
	position: fixed;
	inset: 0;
	z-index: 2000;
	background: rgba(0, 0, 0, 0.72);
	overflow-y: auto;
}

.fda-mobile-panel {
	min-height: 100%;
	display: grid;
	grid-template-rows: auto 1fr;
	color: #fff;
}

.fda-mobile-panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem;
	background: var(--fda-black);
}

.fda-mobile-logo img {
	width: 108px;
}

.fda-mobile-paper {
	position: relative;
	width: min(650px, calc(100% - 1.8rem));
	margin: 0 0 0 auto;
	padding: 2rem 1.5rem 3rem;
	background:
		linear-gradient(rgba(0, 0, 0, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 0, 0, 0.04) 1px, transparent 1px),
		var(--fda-paper);
	background-size: 32px 32px;
	color: var(--fda-black);
	box-shadow: -12px 0 0 rgba(0, 0, 0, 0.25);
}

.fda-mobile-paper::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -13px;
	width: 18px;
	background:
		linear-gradient(135deg, transparent 0 9px, var(--fda-paper) 9px 18px) 0 0 / 18px 22px repeat-y;
	content: "";
}

.fda-mobile-paper h2 {
	margin: 0 auto 1.4rem;
	text-align: center;
}

.fda-mobile-paper h2 span {
	display: inline-block;
	padding: 0.35rem 1.3rem;
	background: var(--fda-black);
	color: #fff;
	font-family: var(--fda-display);
	font-size: 2rem;
	text-transform: uppercase;
	transform: rotate(-1deg);
}

.fda-mobile-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.fda-mobile-nav a {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: center;
	min-height: 76px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.12);
	color: var(--fda-black);
	font-family: var(--fda-display);
	font-size: 2.2rem;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.fda-mobile-nav a.is-current span:nth-child(2) {
	display: inline-block;
	padding: 0.15rem 0.5rem;
	background: var(--fda-red);
	color: #fff;
}

.fda-mobile-nav em {
	display: inline-block;
	border: 2px solid var(--fda-black);
	border-radius: 50%;
	padding: 0.4rem 0.7rem;
	font-family: var(--fda-body);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 900;
	text-transform: uppercase;
}

.fda-menu-icon {
	position: relative;
	display: inline-grid;
	width: 44px;
	height: 44px;
	place-items: center;
}

.fda-svg-icon {
	display: block;
	width: 34px;
	height: 34px;
	stroke-width: 2.7;
}

.fda-menu-icon .fda-svg-icon-tie {
	color: var(--fda-blue);
}

.fda-mobile-cta,
.fda-mobile-newsletter {
	width: 100%;
	margin-top: 1.25rem;
}

.fda-mobile-newsletter {
	display: inline-flex;
	justify-content: center;
	padding: 0.8rem 1rem;
	border: 2px solid var(--fda-black);
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
}

.fda-mobile-notes {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	margin: 2rem 0;
}

.fda-main {
	min-height: 60vh;
}

.fda-page-shell,
.fda-comic-single-shell,
.fda-archive-template,
.fda-home {
	width: min(1380px, calc(100% - 2rem));
	margin: 0 auto;
	padding: 1.5rem 0 2.5rem;
}

.fda-hero {
	position: relative;
	display: grid;
	gap: 1.4rem;
	align-items: center;
	padding: 1rem 0 1.5rem;
}

.fda-hero::before,
.fda-page-hero::before {
	position: absolute;
	color: var(--fda-red);
	font-family: var(--fda-display);
	font-size: 3rem;
	line-height: 1;
	content: "*";
	transform: rotate(-13deg);
}

.fda-hero::before {
	top: 0.6rem;
	left: -0.2rem;
}

.fda-eyebrow {
	display: inline-block;
	margin: 0;
	border-bottom: 4px solid var(--fda-red);
	font-family: var(--fda-display);
	font-size: 1.4rem;
	text-transform: uppercase;
	transform: rotate(-2deg);
}

.fda-hero h1,
.fda-page-hero h1,
.fda-archive-header h1,
.fda-comic-title {
	margin: 0.4rem 0 0.8rem;
	font-family: var(--fda-display);
	font-size: 3.2rem;
	line-height: 0.92;
	letter-spacing: 0;
	text-transform: uppercase;
}

.fda-hero h1 {
	max-width: 760px;
	font-size: 2.65rem;
}

.fda-hero h1 span {
	display: inline-block;
	color: var(--fda-red);
	text-decoration: underline;
	text-decoration-thickness: 5px;
	text-underline-offset: 0.13em;
	transform: rotate(-1deg);
}

.fda-hero h1::first-line {
	color: var(--fda-black);
}

.fda-hero-copy p:last-of-type {
	max-width: 600px;
	font-size: 1.05rem;
	font-weight: 800;
}

.fda-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 1rem;
}

.fda-hero-panel {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	min-height: 360px;
	padding: 2.5rem 1.5rem 1.5rem;
	background: #fff;
	border: 6px solid var(--fda-black);
	box-shadow: var(--fda-shadow), inset 0 0 0 2px #fff;
	overflow: hidden;
	transform: rotate(-0.5deg);
}

.fda-hero-panel::before,
.fda-hero-panel::after {
	position: absolute;
	color: var(--fda-red);
	font-family: var(--fda-display);
	font-size: 3rem;
	line-height: 1;
	content: "*";
}

.fda-hero-panel {
	background:
		radial-gradient(circle at 94% 12%, rgba(0, 0, 0, 0.12) 0 1px, transparent 1px) 0 0 / 9px 9px,
		#fff;
}

.fda-hero-panel::before {
	top: 1rem;
	right: 1.5rem;
}

.fda-hero-panel::after {
	bottom: 1rem;
	left: 1.5rem;
}

.fda-hero-panel img {
	align-self: end;
	justify-self: center;
	max-height: 290px;
	object-fit: contain;
}

.fda-hero-boss {
	transform: translateY(6px) rotate(-2deg);
}

.fda-hero-designer {
	transform: translateY(12px) rotate(3deg);
}

.fda-hero-panel .fda-hero-boss {
	max-height: 320px;
}

.fda-hero-panel .fda-hero-designer {
	max-height: 280px;
}

.fda-red-stamp,
.fda-annotation {
	position: absolute;
	color: var(--fda-red);
	font-family: var(--fda-display);
	text-transform: uppercase;
}

.fda-red-stamp {
	top: 1rem;
	left: 1rem;
	padding: 0.25rem 0.6rem;
	border: 3px solid var(--fda-red);
	font-size: 1.4rem;
	transform: rotate(-4deg);
}

.fda-annotation {
	top: 3rem;
	right: 2rem;
	max-width: 140px;
	font-size: 1.2rem;
	line-height: 1;
}

.fda-hero-panel .fda-dynamic-bubble {
	position: absolute;
	right: 2rem;
	bottom: 1.5rem;
	color: var(--fda-red);
	border-color: var(--fda-red);
	transform: rotate(-5deg);
}

.fda-home-grid,
.fda-form-layout {
	display: grid;
	gap: 1.5rem;
}

.fda-home-sidebar,
.fda-page-sidebar,
.fda-shop-sidebar {
	display: grid;
	align-content: start;
	gap: 1rem;
}

.fda-black-card {
	padding: 1.3rem;
	background: var(--fda-black);
	color: #fff;
	border: var(--fda-line);
	box-shadow: var(--fda-shadow);
}

.fda-black-card h2,
.fda-content-card h2,
.fda-service-card h2,
.fda-feature-card h2,
.fda-sidebar-box h2,
.fda-footer-manifesto h2,
.fda-page-hero h1 {
	font-family: var(--fda-display);
	line-height: 1;
	text-transform: uppercase;
}

.fda-black-card h2 {
	margin: 0 0 1rem;
	font-size: 2rem;
}

.fda-black-card a {
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
}

.fda-card-grid,
.fda-section-grid,
.fda-cast-strip {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	margin: 1.5rem 0;
}

.fda-feature-card,
.fda-content-card,
.fda-service-card,
.fda-sidebar-box,
.fda-form-card {
	position: relative;
	display: block;
	padding: 1.1rem;
	background: rgba(255, 255, 255, 0.72);
	border: var(--fda-line);
	box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.1);
	color: var(--fda-black);
	text-decoration: none;
}

.fda-content-card::before,
.fda-sidebar-box::before,
.fda-form-card::before {
	position: absolute;
	top: 0.8rem;
	right: 1rem;
	color: var(--fda-red);
	font-family: var(--fda-display);
	font-size: 1.8rem;
	line-height: 1;
	content: "*";
	transform: rotate(12deg);
}

.fda-feature-card h2,
.fda-service-card h2,
.fda-content-card h2 {
	display: inline;
	position: relative;
	background-image: linear-gradient(var(--fda-red), var(--fda-red));
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 100% 5px;
}

.fda-labeled-card h2,
.fda-form-card h2,
.fda-sidebar-box h2,
.fda-service-card--detailed h2 {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	width: fit-content;
	margin-top: -0.25rem;
	margin-bottom: 0.75rem;
	padding: 0.25rem 0.7rem;
	background: var(--fda-black);
	color: #fff;
	background-image: none;
	box-shadow: 4px 0 0 var(--fda-black), -3px 2px 0 var(--fda-black);
	transform: rotate(-0.6deg);
}

.fda-feature-card::after,
.fda-content-card::after,
.fda-service-card::after {
	position: absolute;
	right: 0.8rem;
	bottom: 0.6rem;
	width: 42px;
	height: 7px;
	background: var(--fda-red);
	content: "";
	transform: rotate(-4deg);
}

.fda-feature-card img {
	display: block;
	max-height: 220px;
	margin: 0.5rem auto 0;
	object-fit: contain;
}

.fda-page-hero {
	position: relative;
	display: grid;
	gap: 1rem;
	align-items: end;
	margin-bottom: 1.5rem;
}

.fda-page-hero::before {
	top: 0.2rem;
	left: 0.2rem;
}

.fda-page-hero h1 {
	position: relative;
	padding-left: 1.2rem;
}

.fda-page-hero h1::after {
	position: absolute;
	right: 8%;
	bottom: -0.1em;
	width: 160px;
	height: 7px;
	background: var(--fda-red);
	content: "";
	transform: rotate(-2deg);
}

.fda-page-hero--with-art {
	grid-template-columns: 1fr;
	align-items: center;
}

.fda-hero-art-row {
	position: relative;
	display: flex;
	align-items: end;
	justify-content: center;
	gap: 0.75rem;
	min-height: 220px;
	padding: 1rem 1rem 0;
	border-bottom: 4px solid var(--fda-black);
}

.fda-hero-art-row::after {
	position: absolute;
	right: 2rem;
	bottom: -0.55rem;
	left: 2rem;
	height: 10px;
	background: rgba(0, 0, 0, 0.12);
	border-radius: 50%;
	content: "";
}

.fda-hero-art-row img {
	max-height: 210px;
	object-fit: contain;
}

.fda-hero-art-row .fda-dynamic-bubble {
	position: absolute;
	top: 0.25rem;
	left: 12%;
}

.fda-hero-art-row .fda-dynamic-sticky {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 200px;
}

.fda-page-hero p {
	max-width: 760px;
	font-size: 1.1rem;
	font-weight: 800;
}

.fda-cast-card {
	padding: 1rem;
	background: #fff;
	border: var(--fda-line);
	text-align: center;
}

.fda-cast-card img {
	max-height: 260px;
	object-fit: contain;
}

.fda-service-card::before,
.fda-feature-card::before {
	position: absolute;
	top: 0.6rem;
	right: 0.8rem;
	color: var(--fda-red);
	font-family: var(--fda-display);
	font-size: 2rem;
	content: "*";
}

.fda-services-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.85rem;
	margin: 1.5rem 0;
}

.fda-service-card--detailed {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr);
	gap: 0.75rem 1rem;
	align-items: start;
	min-height: 170px;
}

.fda-service-card--detailed h2 {
	grid-column: 1 / -1;
	display: flex;
	gap: 0.5rem;
	align-items: center;
}

.fda-service-card--detailed h2 span {
	display: inline-grid;
	place-items: center;
	width: 28px;
	height: 28px;
	background: var(--fda-red);
	color: #fff;
	border-radius: 50%;
	font-family: var(--fda-body);
	font-size: 0.9rem;
	border: 2px solid #fff;
}

.fda-card-icon {
	width: 82px;
	height: 82px;
	padding: 0.65rem;
	background: var(--fda-paper);
	border: 3px solid var(--fda-black);
}

.fda-check-list {
	display: grid;
	gap: 0.35rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fda-check-list li {
	position: relative;
	padding-left: 1.55rem;
	font-weight: 800;
}

.fda-check-list li::before {
	position: absolute;
	left: 0;
	top: 0.1rem;
	display: grid;
	place-items: center;
	width: 1rem;
	height: 1rem;
	border: 2px solid var(--fda-red);
	border-radius: 50%;
	color: var(--fda-red);
	content: "\2713";
	font-size: 0.7rem;
	line-height: 1;
}

.fda-process-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: 0.8rem;
	margin: 0;
	padding: 0;
	counter-reset: process;
	list-style: none;
}

.fda-process-list li {
	position: relative;
	padding: 2.1rem 0.75rem 0.75rem;
	border: 2px solid var(--fda-black);
	font-weight: 900;
	text-transform: uppercase;
}

.fda-process-list li::before {
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	color: var(--fda-red);
	counter-increment: process;
	content: counter(process, decimal-leading-zero);
	font-weight: 900;
}

.fda-faq-lines {
	display: grid;
	border: 2px solid var(--fda-black);
}

.fda-faq-lines p {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0.35rem;
	margin: 0;
	padding: 0.6rem 0.75rem;
	border-bottom: 2px solid var(--fda-black);
}

.fda-faq-lines p:last-child {
	border-bottom: 0;
}

.fda-faq-lines span {
	font-weight: 700;
}

.fda-mini-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	gap: 0.75rem;
}

.fda-mini-grid p {
	display: flex;
	gap: 0.65rem;
	align-items: center;
	margin: 0;
	padding: 0.75rem;
	border-right: 2px solid rgba(0, 0, 0, 0.25);
}

.fda-mini-grid .fda-svg-icon {
	width: 44px;
	height: 44px;
	color: var(--fda-red);
}

.fda-editable-content {
	margin: 1.5rem 0;
}

.fda-form-layout {
	align-items: start;
}

.fda-form-card input,
.fda-form-card textarea,
.fda-form-card select,
.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select {
	width: 100%;
	min-height: 44px;
	padding: 0.65rem;
	background: #fff;
	border: 2px solid var(--fda-black);
	color: var(--fda-black);
	font: inherit;
}

.fda-form-card textarea,
.woocommerce textarea {
	min-height: 150px;
}

.fda-sidebar-note {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.fda-site-footer {
	margin-top: 2rem;
	background: var(--fda-black);
	color: #fff;
}

.fda-footer-inner {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	width: min(1380px, calc(100% - 2rem));
	margin: 0 auto;
	padding: 2rem 0;
}

.fda-site-footer a {
	color: #fff;
	text-decoration: none;
}

.fda-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	align-items: center;
}

.fda-social-links--icons a {
	display: inline-flex;
	gap: 0.45rem;
	align-items: center;
	font-weight: 800;
}

.fda-social-links--icons .fda-svg-icon {
	width: 22px;
	height: 22px;
}

.fda-mobile-paper .fda-social-links--icons {
	justify-content: center;
}

.fda-mobile-paper .fda-social-links--icons a {
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 2px solid var(--fda-black);
	border-radius: 50%;
	color: var(--fda-black);
	background: #fff;
}

.fda-mobile-paper .fda-social-links--icons span {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.fda-footer-inner h2,
.fda-footer-inner h3 {
	margin: 0 0 0.7rem;
	text-transform: uppercase;
}

.fda-footer-list,
.fda-footer-nav .fda-primary-nav {
	display: grid;
	gap: 0.25rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fda-footer-nav .fda-primary-nav a {
	color: #fff;
	min-height: 0;
	font-weight: 700;
}

.fda-footer-note {
	position: relative;
	min-height: 170px;
}

.fda-footer-note img {
	width: 130px;
	transform: rotate(-8deg);
}

.fda-footer-note .fda-dynamic-bubble {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	background: var(--fda-black);
	border-color: #fff;
}

.fda-footer-bottom {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
	width: min(1380px, calc(100% - 2rem));
	margin: 0 auto;
	padding: 0.8rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	font-size: 0.9rem;
}

.fda-dynamic-bubble,
.fda-dynamic-sticky,
.fda-dynamic-tagline {
	position: relative;
	font-weight: 900;
}

.fda-dynamic-bubble {
	display: inline-block;
	padding: 0.75rem 1.05rem;
	background: #fff;
	border: 3px solid var(--fda-black);
	border-radius: 52% 48% 50% 46% / 48% 54% 46% 52%;
	box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.08);
	text-align: center;
	text-transform: uppercase;
}

.fda-dynamic-bubble::before,
.fda-dynamic-bubble::after {
	position: absolute;
	content: "";
}

.fda-dynamic-bubble::before {
	right: 20%;
	bottom: -15px;
	width: 24px;
	height: 22px;
	background: #fff;
	border-right: 3px solid var(--fda-black);
	border-bottom: 3px solid var(--fda-black);
	transform: rotate(35deg) skew(12deg);
}

.fda-dynamic-bubble::after {
	right: 17%;
	bottom: -6px;
	width: 28px;
	height: 10px;
	background: #fff;
}

.fda-dynamic-sticky {
	display: inline-block;
	max-width: 260px;
	padding: 1.45rem 1.1rem 1.15rem;
	background: var(--fda-yellow);
	color: var(--fda-black);
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 12px 0 rgba(0, 0, 0, 0.16), 4px 4px 0 rgba(0, 0, 0, 0.08);
	transform: rotate(-2deg);
	text-align: center;
	text-transform: uppercase;
}

.fda-dynamic-sticky::before,
.fda-dynamic-sticky::after {
	position: absolute;
	top: -10px;
	width: 48px;
	height: 20px;
	background: rgba(185, 185, 185, 0.72);
	content: "";
	mix-blend-mode: multiply;
}

.fda-dynamic-sticky::before {
	left: 12px;
	transform: rotate(-8deg);
}

.fda-dynamic-sticky::after {
	right: 10px;
	transform: rotate(10deg);
}

.fda-red-scribble,
.fda-doodle-divider {
	display: block;
	width: 180px;
	height: 8px;
	margin-top: 0.75rem;
	background: repeating-linear-gradient(90deg, var(--fda-red) 0 46px, transparent 46px 60px);
	transform: rotate(-2deg);
}

.fda-comic-display {
	max-width: 1080px;
	margin: 0 auto;
}

.fda-comic-single-shell .fda-comic-display {
	padding-top: 1rem;
}

.fda-comic-header {
	display: grid;
	gap: 0.75rem;
}

.fda-comic-kicker {
	justify-content: space-between;
}

.fda-comic-panels {
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.fda-archive-template .fda-archive-shell {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}

.fda-comic-card {
	background: rgba(255, 255, 255, 0.78);
}

.fda-home .fda-comic-display {
	position: relative;
	padding: 0.85rem;
	background: rgba(255, 255, 255, 0.45);
	border: var(--fda-line);
}

.fda-home .fda-comic-title {
	font-size: 2rem !important;
	line-height: 1;
}

.fda-home .fda-comic-kicker {
	justify-content: flex-start;
}

.fda-comic-card--featured::before,
.fda-comic-card--start::before,
.fda-comic-card--random::before {
	display: inline-block;
	margin: -0.5rem 0 0.5rem 0.75rem;
	padding: 0.25rem 0.5rem;
	background: var(--fda-red);
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	transform: rotate(-1deg);
}

.fda-comic-card--featured::before {
	content: "Featured archive";
}

.fda-comic-card--start::before {
	background: var(--fda-black);
	content: "Start here";
}

.fda-comic-card--random::before {
	background: var(--fda-black);
	content: "Random comic";
}

.fda-comic-card__image {
	background: #fff;
}

.fda-newsletter-bar,
.fda-cta-banner {
	scroll-margin-top: 120px;
}

.fda-newsletter-bar {
	position: relative;
	overflow: hidden;
}

.fda-newsletter-bar h2 {
	margin: 0 0 0.25rem;
	font-family: var(--fda-display);
	font-size: 1.45rem;
	line-height: 1;
	text-transform: uppercase;
}

.fda-newsletter-bar p {
	margin: 0;
}

.fda-home-sidebar .fda-newsletter-bar {
	grid-template-columns: 1fr;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	margin-bottom: 1rem;
}

.fda-shop-layout {
	display: grid;
	gap: 1.5rem;
}

.fda-shop-filters {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.75rem;
	margin-bottom: 1rem;
}

.fda-shop-filters input,
.fda-shop-filters select {
	min-height: 44px;
	padding: 0.65rem;
	background: #fff;
	border: 2px solid var(--fda-black);
	color: var(--fda-black);
	font: inherit;
	font-weight: 800;
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	margin: 1rem 0;
	padding: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	float: none;
	width: auto;
	margin: 0;
	padding: 1rem;
	background: #fff;
	border: var(--fda-line);
	box-shadow: var(--fda-shadow);
}

.woocommerce ul.products li.product a img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	margin: 0 0 0.75rem;
	border: 2px solid var(--fda-black);
	background: var(--fda-paper);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce div.product .product_title {
	font-family: var(--fda-display);
	font-size: 1.7rem;
	line-height: 1;
	text-transform: uppercase;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--fda-red);
	font-size: 1.2rem;
	font-weight: 900;
}

.woocommerce div.product {
	display: grid;
	gap: 1.5rem;
}

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

.woocommerce div.product div.images img {
	border: var(--fda-line);
	background: #fff;
	box-shadow: var(--fda-shadow);
}

.woocommerce div.product .summary {
	padding: 1rem;
	background: #fff;
	border: var(--fda-line);
}

.woocommerce div.product form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
}

.woocommerce .quantity .qty {
	width: 80px;
}

.fda-buy-now {
	background: var(--fda-black);
	border-color: var(--fda-black);
	color: #fff;
}

.woocommerce-tabs,
.related.products,
.upsells.products {
	clear: both;
	margin-top: 1.5rem;
	padding: 1rem;
	background: rgba(255, 255, 255, 0.72);
	border: var(--fda-line);
}

.woocommerce .star-rating span::before,
.woocommerce .star-rating::before {
	color: var(--fda-red);
}

.fda-mini-products,
.fda-shop-sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.fda-mini-products li,
.fda-shop-sidebar li {
	display: grid;
	gap: 0.25rem;
	padding: 0.5rem 0;
	border-bottom: 2px solid rgba(0, 0, 0, 0.12);
}

.fda-mini-products span {
	color: var(--fda-red);
	font-weight: 900;
}

@media (min-width: 720px) {
	.fda-header-cta {
		display: inline-flex;
	}

	.fda-hero h1,
	.fda-page-hero h1,
	.fda-archive-header h1,
	.fda-comic-title {
		font-size: 4.8rem;
	}

	.fda-hero h1 {
		font-size: 3.7rem;
	}

	.fda-home .fda-comic-title {
		font-size: 2.2rem !important;
	}

	.fda-card-grid,
	.fda-section-grid,
	.fda-cast-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fda-cast-strip--three {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

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

	.fda-form-layout,
	.fda-shop-layout {
		grid-template-columns: minmax(0, 1fr) 320px;
	}

	.fda-shop-filters {
		grid-template-columns: minmax(0, 1fr) minmax(180px, 260px) auto;
	}

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

@media (min-width: 960px) {
	.fda-desktop-menu {
		display: block;
	}

	.fda-menu-toggle {
		display: none;
	}

	.fda-header-inner {
		min-height: 88px;
	}

	.fda-hero {
		grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
		padding-top: 2rem;
	}

	.fda-hero-panel {
		min-height: 430px;
	}

	.fda-page-hero--with-art {
		grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1fr);
	}

	.fda-hero h1,
	.fda-page-hero h1,
	.fda-archive-header h1,
	.fda-comic-title {
		font-size: 5.8rem;
	}

	.fda-hero h1 {
		font-size: 4.7rem;
	}

	.fda-home .fda-comic-title {
		font-size: 2.35rem !important;
	}

	.fda-home-grid {
		grid-template-columns: minmax(0, 1.35fr) 420px;
	}

	.fda-card-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

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

	.fda-footer-inner {
		grid-template-columns: 1.3fr 0.7fr 0.8fr 0.8fr 1fr;
	}

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

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

	.woocommerce div.product {
		grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
	}
}

@media (min-width: 1220px) {
	.fda-hero h1 {
		font-size: 4.95rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.001ms !important;
	}

	.fda-dynamic-sticky,
	.fda-logo img,
	.fda-red-stamp,
	.fda-eyebrow,
	.fda-red-scribble {
		transform: none !important;
	}
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
	.fda-motion-on .fda-feature-card:hover,
	.fda-motion-on .fda-comic-card:hover,
	.fda-motion-on .woocommerce ul.products li.product:hover {
		transform: translate(-1px, -2px) rotate(-0.3deg);
	}

	.fda-motion-on .fda-header-cta:hover,
	.fda-motion-on .fda-button:hover,
	.fda-motion-on .button:hover {
		transform: rotate(-0.5deg);
	}
}

/* Finesse layer: rougher ink, stronger hierarchy, less boxy comic modules. */
.fda-hero-copy {
	position: relative;
	z-index: 2;
}

.fda-hero h1 {
	display: block;
	max-width: 740px;
}

.fda-hero h1 .fda-hero-line {
	display: block;
	width: fit-content;
	color: var(--fda-black);
	font-family: var(--fda-condensed);
	font-weight: 950;
	line-height: 0.86;
	text-decoration: none;
	text-transform: uppercase;
	transform-origin: left center;
}

.fda-hero-line--one {
	transform: rotate(-0.6deg);
}

.fda-hero-line--two {
	font-stretch: condensed;
	transform: translateX(0.06em) rotate(0.4deg);
}

.fda-hero-line--three {
	transform: translateX(-0.02em) rotate(-0.3deg);
}

.fda-hero-line--four {
	transform: translateX(0.03em) rotate(0.2deg);
}

.fda-hero-line--red {
	position: relative;
	font-family: var(--fda-display);
	font-weight: 950;
}

.fda-hero h1 .fda-hero-line--red {
	color: var(--fda-red);
	text-decoration: none;
}

.fda-hero-line--red::after,
.fda-eyebrow::after,
.fda-feature-card h2::after {
	position: absolute;
	right: -0.04em;
	bottom: 0.02em;
	left: -0.03em;
	height: 0.12em;
	background:
		linear-gradient(178deg, transparent 0 10%, var(--fda-red) 10% 52%, transparent 52% 100%),
		linear-gradient(182deg, transparent 0 22%, var(--fda-red) 22% 68%, transparent 68% 100%);
	content: "";
	transform: rotate(-1deg);
}

.fda-hero-line--red-last::after {
	bottom: -0.02em;
	height: 0.16em;
}

.fda-eyebrow {
	position: relative;
	border-bottom: 0;
	font-family: var(--fda-marker);
	font-weight: 900;
}

.fda-eyebrow::after {
	bottom: -0.2em;
	height: 0.22em;
}

.fda-hero-panel {
	border-width: 5px 7px 6px 4px;
	overflow: visible;
	background:
		radial-gradient(circle at 90% 14%, rgba(0, 0, 0, 0.12) 0 1px, transparent 1px) 0 0 / 9px 9px,
		#fff;
}

.fda-hero-panel::before {
	top: -1.15rem;
	right: -1rem;
}

.fda-hero-panel::after {
	bottom: 1.6rem;
	left: 0.9rem;
}

.fda-hero-panel .fda-hero-boss {
	grid-column: 1 / 2;
	justify-self: end;
	max-height: 330px;
	margin-right: -2.2rem;
	filter: drop-shadow(8px 7px 0 rgba(0, 0, 0, 0.12));
	transform: translateY(22px) rotate(-2deg);
}

.fda-hero-panel .fda-hero-designer {
	z-index: 3;
	grid-column: 2 / 3;
	justify-self: start;
	max-height: 285px;
	margin-left: -1.6rem;
	filter: drop-shadow(6px 5px 0 rgba(0, 0, 0, 0.1));
	transform: translateY(32px) rotate(4deg);
}

.fda-red-stamp {
	top: 1.1rem;
	left: 1.15rem;
	font-family: var(--fda-marker);
	font-size: 1rem;
	line-height: 1;
	border-width: 3px;
	background: rgba(255, 255, 255, 0.82);
}

.fda-annotation {
	font-family: var(--fda-marker);
	font-weight: 900;
}

.fda-annotation--move {
	top: 2rem;
	right: -1.2rem;
	max-width: 122px;
	transform: rotate(3deg);
}

.fda-annotation--edge {
	right: 0.8rem;
	bottom: -1.35rem;
	max-width: 180px;
	padding: 0.2rem 0.6rem;
	background: #fff;
	border: 3px solid var(--fda-red);
	border-radius: 50%;
	font-size: 1rem;
	transform: rotate(-6deg);
}

.fda-hero-panel .fda-hero-bubble {
	position: absolute;
	top: -2rem;
	left: 50%;
	z-index: 5;
	max-width: 210px;
	color: var(--fda-black);
	border-color: var(--fda-black);
	transform: translateX(-42%) rotate(-2deg);
}

.fda-dynamic-bubble {
	line-height: 1.05;
	border-width: 3px 4px 4px 3px;
	border-radius: 53% 47% 54% 46% / 46% 56% 44% 54%;
	font-family: var(--fda-marker);
}

.fda-dynamic-bubble::before {
	right: 28px;
	bottom: -13px;
	width: 18px;
	height: 18px;
	background: inherit;
	border-right: 4px solid currentColor;
	border-bottom: 4px solid currentColor;
	transform: rotate(42deg) skew(5deg);
}

.fda-dynamic-bubble::after {
	display: none;
}

.fda-dynamic-sticky {
	border: 0;
	font-family: var(--fda-marker);
	line-height: 1.08;
}

.fda-black-card {
	position: relative;
	border: 0;
	clip-path: polygon(0 2%, 99% 0, 100% 94%, 97% 100%, 2% 98%);
}

.fda-black-card::before,
.fda-black-card::after {
	position: absolute;
	right: 0.6rem;
	left: 0.6rem;
	height: 2px;
	background: rgba(255, 255, 255, 0.24);
	content: "";
}

.fda-black-card::before {
	top: 0.65rem;
}

.fda-black-card::after {
	bottom: 0.65rem;
}

.fda-home .fda-comic-display {
	max-width: none;
	padding: 0.65rem;
	background: rgba(255, 255, 255, 0.62);
	border-width: 3px 4px 4px 3px;
	box-shadow: 4px 5px 0 rgba(0, 0, 0, 0.08);
}

.fda-home .fda-comic-header {
	gap: 0.35rem;
	margin-bottom: 0.65rem;
}

.fda-home .fda-comic-kicker {
	gap: 0.45rem;
}

.fda-home .fda-comic-kicker-label,
.fda-home .fda-comic-issue {
	padding: 0.25rem 0.45rem;
	border-width: 2px;
	font-size: 0.75rem;
}

.fda-home .fda-comic-status,
.fda-home .fda-comic-meta {
	font-size: 0.78rem;
}

.fda-home .fda-comic-meta {
	gap: 0.45rem;
}

.fda-home .fda-comic-title {
	margin: 0.15rem 0;
	font-family: var(--fda-condensed);
	font-size: 1.7rem !important;
	line-height: 0.96;
}

.fda-home .fda-comic-layout-controls {
	margin-top: 0.45rem;
}

.fda-home .fda-comic-layout-controls button {
	padding: 0.45rem 0.65rem;
	font-size: 0.72rem;
}

.fda-home .fda-comic-panels {
	gap: 0.55rem;
	margin: 0.65rem 0;
}

.fda-home .fda-comic-panel {
	border-width: 3px;
	box-shadow: none;
}

.fda-comic-transcript {
	border-width: 2px;
}

.fda-home .fda-comic-transcript {
	margin: 0.7rem 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.fda-home .fda-comic-transcript summary {
	display: inline-flex;
	padding: 0.45rem 0.65rem;
	background: #fff;
	border: 2px solid var(--fda-black);
	font-size: 0.78rem;
}

.fda-share-links {
	gap: 0.45rem;
	margin: 0.7rem 0;
	font-size: 0.78rem;
}

.fda-share-links .fda-share-link {
	display: inline-grid;
	place-items: center;
	width: 36px;
	height: 36px;
	min-height: 0;
	padding: 0;
	border: 2px solid var(--fda-black);
	background: #fff;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

.fda-comic-navigation {
	gap: 0.55rem;
	justify-content: space-between;
}

.fda-comic-navigation .fda-button {
	min-height: 38px;
	padding: 0.55rem 0.75rem;
	font-size: 0.76rem;
}

.fda-faq-lines details {
	border-bottom: 2px solid var(--fda-black);
}

.fda-faq-lines details:last-child {
	border-bottom: 0;
}

.fda-faq-lines summary {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
	padding: 0.65rem 0.75rem;
	cursor: pointer;
	font-weight: 900;
	text-transform: uppercase;
}

.fda-faq-lines summary::after {
	color: var(--fda-red);
	content: "+";
	font-size: 1.4rem;
	line-height: 1;
}

.fda-faq-lines details[open] summary::after {
	content: "-";
}

.fda-faq-lines details p {
	margin: 0;
	padding: 0 0.75rem 0.75rem;
	font-weight: 700;
}

.fda-site-footer .fda-footer-work {
	display: grid;
	align-content: start;
	gap: 0.35rem;
}

.fda-site-footer .fda-footer-work a {
	display: block;
	width: fit-content;
	border-bottom: 3px solid transparent;
	font-weight: 800;
}

.fda-site-footer .fda-footer-work a:hover,
.fda-site-footer .fda-footer-work a:focus-visible {
	border-bottom-color: var(--fda-red);
}

.fda-site-footer .fda-social-links--icons a {
	justify-content: center;
	width: 42px;
	height: 42px;
	min-height: 0;
	padding: 0;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	text-decoration: none;
}

.fda-site-footer .fda-social-links--icons a span {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.fda-site-footer .fda-social-links--icons .fda-svg-icon {
	width: 24px;
	height: 24px;
}

.fda-footer-note .fda-dynamic-bubble {
	right: auto;
	bottom: 1rem;
	left: 68px;
	max-width: 230px;
	background: var(--fda-black);
	color: #fff;
	border-color: #fff;
}

.fda-footer-note .fda-dynamic-bubble::before {
	background: var(--fda-black);
}

@media (min-width: 720px) {
	.fda-home .fda-comic-title {
		font-size: 1.9rem !important;
	}
}

@media (min-width: 960px) {
	.fda-home .fda-comic-title {
		font-size: 2rem !important;
	}

	.fda-hero-panel .fda-hero-boss {
		max-height: 355px;
	}

	.fda-hero-panel .fda-hero-designer {
		max-height: 305px;
		margin-left: -2.4rem;
	}
}

/* v1.0.4 refinement pass. */
.fda-primary-nav {
	gap: 1.75rem;
}

.fda-primary-nav a {
	transform: rotate(-0.2deg);
}

.fda-primary-nav li:nth-child(2n) a {
	transform: translateY(1px) rotate(0.35deg);
}

.fda-comic-layout-controls {
	margin-right: auto;
	margin-left: auto;
}

.fda-comic-header {
	text-align: center;
}

.fda-comic-kicker,
.fda-home .fda-comic-kicker {
	justify-content: center;
}

.fda-comic-actions-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	align-items: center;
	justify-content: center;
	margin: 0.9rem 0 0;
}

.fda-comic-actions-row .fda-share-links,
.fda-comic-actions-row .fda-comic-navigation {
	margin: 0;
}

.fda-comic-actions-row .fda-comic-navigation {
	justify-content: center;
}

.fda-hero h1 {
	max-width: 760px;
}

.fda-hero h1 .fda-hero-line {
	line-height: 0.88;
}

.fda-hero-line--one {
	font-family: var(--fda-display);
	font-weight: 950;
	transform: rotate(-0.45deg);
}

.fda-hero-line--two {
	font-family: var(--fda-condensed);
	font-weight: 850;
	transform: translateX(0.01em) rotate(0.25deg);
}

.fda-hero-line--three {
	font-family: var(--fda-display);
	font-weight: 950;
	transform: translateX(-0.01em) rotate(-0.2deg);
}

.fda-hero-line--four {
	font-family: var(--fda-condensed);
	font-weight: 800;
	transform: translateX(0.02em) rotate(0.15deg);
}

.fda-hero h1 .fda-hero-line--red {
	isolation: isolate;
	font-weight: 950;
	line-height: 0.9;
}

.fda-hero h1 .fda-hero-line--red::after {
	bottom: 0.06em;
	z-index: -1;
	height: 0.16em;
	background:
		linear-gradient(176deg, transparent 0 10%, var(--fda-red) 10% 42%, transparent 42% 100%),
		linear-gradient(183deg, transparent 0 32%, var(--fda-red) 32% 76%, transparent 76% 100%);
	transform: rotate(-2deg);
}

.fda-hero-panel {
	grid-template-columns: 0.95fr 1.05fr;
	min-height: 390px;
	padding-top: 4.7rem;
	overflow: hidden;
	border-width: 5px 6px 7px 4px;
}

.fda-hero-panel .fda-hero-boss {
	z-index: 2;
	max-height: 300px;
	margin-right: -3rem;
	transform: translateY(19px) rotate(-2deg);
}

.fda-hero-panel .fda-hero-designer {
	z-index: 3;
	max-height: 270px;
	margin-left: -1.4rem;
	transform: translateY(28px) rotate(4deg);
}

.fda-red-stamp {
	top: 1.15rem;
	left: 1.25rem;
	max-width: 185px;
	white-space: nowrap;
}

.fda-annotation--move {
	top: 1.25rem;
	right: -0.2rem;
	z-index: 4;
}

.fda-annotation--edge {
	right: 1.1rem;
	bottom: 0.75rem;
	z-index: 4;
}

.fda-hero-panel .fda-hero-bubble {
	top: 0.85rem;
	left: 50%;
	max-width: 205px;
	padding: 0.55rem 0.75rem;
	font-size: 0.82rem;
	line-height: 1;
	transform: translateX(-34%) rotate(-1deg);
}

.fda-page-hero .fda-hero-art-row {
	padding-top: 6.4rem;
	overflow: visible;
}

.fda-page-hero .fda-hero-art-row .fda-dynamic-bubble {
	top: 0;
	left: 0;
	max-width: 46%;
	padding: 0.6rem 0.8rem;
	font-size: 0.9rem;
}

.fda-page-hero .fda-hero-art-row .fda-dynamic-sticky {
	top: 0.2rem;
	right: 0;
	max-width: 34%;
	font-size: 0.9rem;
}

.fda-page-hero .fda-hero-art-row img {
	max-height: 195px;
}

.fda-footer-note {
	display: grid;
	grid-template-rows: auto auto;
	justify-items: center;
	min-height: 230px;
}

.fda-footer-note img {
	grid-row: 2;
	width: 128px;
	margin-top: -0.35rem;
	transform: rotate(-10deg);
}

.fda-footer-note .fda-dynamic-bubble {
	position: relative;
	grid-row: 1;
	left: auto;
	right: auto;
	bottom: auto;
	max-width: 245px;
	margin-left: 1rem;
}

.fda-footer-note .fda-dynamic-bubble::before {
	right: 1.7rem;
	bottom: -14px;
	width: 18px;
	height: 18px;
	transform: rotate(38deg) skew(8deg);
}

@media (max-width: 719px) {
	.fda-page-hero .fda-hero-art-row {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.6rem;
		padding-top: 0;
		border-bottom: 4px solid var(--fda-black);
	}

	.fda-page-hero .fda-hero-art-row .fda-dynamic-bubble,
	.fda-page-hero .fda-hero-art-row .fda-dynamic-sticky {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		grid-column: 1 / -1;
		max-width: 100%;
		justify-self: center;
	}

	.fda-page-hero .fda-hero-art-row img {
		max-height: 170px;
	}
}

@media (min-width: 1220px) {
	.fda-hero h1 {
		font-size: 5.25rem;
	}

	.fda-hero-panel {
		min-height: 425px;
	}

	.fda-hero-panel .fda-hero-boss {
		max-height: 330px;
	}

	.fda-hero-panel .fda-hero-designer {
		max-height: 295px;
		margin-left: -2.2rem;
	}
}

/* v1.0.5 polish: tighter mockup fidelity, cleaner comic controls, stronger sidebars. */
.fda-primary-nav {
	gap: 2.15rem;
}

.fda-primary-nav a {
	font-family: var(--fda-condensed);
	font-size: 1.08rem;
	font-weight: 900;
}

.fda-hero {
	grid-template-columns: minmax(0, 0.86fr) minmax(440px, 1fr);
	gap: 3rem;
	align-items: center;
	padding-top: 2.2rem;
}

.fda-hero h1 {
	max-width: 690px;
	font-family: var(--fda-condensed);
	font-size: 4.35rem;
	line-height: 0.82;
}

.fda-hero h1 .fda-hero-line {
	line-height: 0.84;
}

.fda-hero-line--one {
	font-size: 1.05em;
	font-weight: 900;
	transform: rotate(-1deg);
}

.fda-hero-line--two {
	font-family: var(--fda-display);
	font-size: 0.9em;
	font-weight: 800;
	transform: translateX(0.02em) rotate(0.7deg);
}

.fda-hero-line--three {
	font-size: 1.08em;
	font-weight: 900;
	transform: translateX(-0.03em) rotate(-0.5deg);
}

.fda-hero-line--four {
	font-family: var(--fda-condensed);
	font-size: 0.88em;
	font-weight: 800;
	transform: translateX(0.04em) rotate(0.25deg);
}

.fda-hero h1 .fda-hero-line--red {
	color: var(--fda-red);
	font-family: var(--fda-condensed);
	font-size: 0.98em;
	line-height: 0.86;
}

.fda-hero h1 .fda-hero-line--red::after,
.fda-hero-line--red::after,
.fda-hero-line--red-last::after {
	display: none;
}

.fda-actual-word {
	position: relative;
	display: inline-block;
	color: var(--fda-red);
	text-decoration: none;
	transform: rotate(-0.7deg);
}

.fda-actual-word::after {
	position: absolute;
	right: -0.08em;
	bottom: -0.02em;
	left: -0.08em;
	z-index: -1;
	height: 0.18em;
	background:
		linear-gradient(175deg, transparent 0 8%, var(--fda-red) 8% 38%, transparent 38% 100%),
		linear-gradient(183deg, transparent 0 26%, var(--fda-red) 26% 68%, transparent 68% 100%);
	content: "";
	transform: rotate(-3deg);
}

.fda-hero-panel {
	grid-template-columns: 1fr 1fr;
	gap: 0;
	min-height: 345px;
	padding: 4.15rem 1.8rem 1.15rem;
	overflow: visible;
	border-width: 5px 7px 7px 4px;
	transform: rotate(0.15deg);
}

.fda-hero-panel .fda-hero-bubble {
	display: none;
}

.fda-hero-panel .fda-hero-boss {
	z-index: 2;
	align-self: end;
	justify-self: end;
	max-height: 255px;
	margin-right: -0.35rem;
	filter: drop-shadow(7px 8px 0 rgba(0, 0, 0, 0.14));
	transform: translateY(2px) rotate(-2deg);
}

.fda-hero-panel .fda-hero-designer {
	z-index: 3;
	align-self: end;
	justify-self: start;
	max-height: 238px;
	margin-left: -0.35rem;
	filter: drop-shadow(6px 7px 0 rgba(0, 0, 0, 0.12));
	transform: translateY(8px) rotate(3deg);
}

.fda-red-stamp {
	top: 1.25rem;
	left: 1.35rem;
	z-index: 5;
	font-size: 1.05rem;
}

.fda-annotation--move {
	top: 2.4rem;
	right: 2.45rem;
	z-index: 5;
	max-width: 126px;
	font-size: 0.9rem;
	line-height: 1.04;
	text-align: center;
}

.fda-annotation--move::after {
	position: absolute;
	right: 0.6rem;
	bottom: -1.1rem;
	width: 24px;
	height: 24px;
	border-right: 3px solid var(--fda-red);
	border-bottom: 3px solid var(--fda-red);
	content: "";
	transform: rotate(33deg);
}

.fda-annotation--edge {
	right: 1.15rem;
	bottom: -1.05rem;
	z-index: 5;
	max-width: 116px;
	padding: 0.28rem 0.65rem;
	background: #fff;
	border: 3px solid var(--fda-red);
	border-radius: 52% 48% 54% 46% / 46% 58% 42% 54%;
	font-size: 0.82rem;
	line-height: 1.02;
	text-align: center;
	transform: rotate(-5deg);
}

.fda-comic-title {
	font-size: 3.6rem;
}

.fda-comic-kicker {
	gap: 0.45rem;
}

.fda-comic-status {
	background: transparent;
	color: var(--fda-red);
	border-color: transparent;
	font-family: var(--fda-condensed);
	font-weight: 900;
}

.fda-comic-actions-row {
	gap: 0.7rem;
	align-items: center;
	justify-content: center;
}

.fda-comic-actions-row > .fda-comic-transcript {
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.fda-comic-actions-row > .fda-comic-transcript[open] {
	flex-basis: 100%;
	order: 10;
	margin-top: 0.75rem;
	padding: 0.8rem;
	background: #fff;
	border: 3px solid var(--fda-black);
}

.fda-comic-transcript summary {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0.55rem 0.8rem;
	background: #fff;
	border: 3px solid var(--fda-black);
	font-family: var(--fda-condensed);
	font-size: 0.9rem;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.12);
}

.fda-comic-transcript[open] summary {
	margin-bottom: 0.65rem;
}

.fda-share-links,
.fda-comic-navigation {
	display: inline-flex;
	flex: 0 1 auto;
	gap: 0.55rem;
	align-items: center;
	margin: 0;
}

.fda-share-links .fda-share-label {
	font-size: 0.9rem;
}

.fda-comic-navigation .fda-button,
.fda-share-links .fda-share-link {
	min-height: 40px;
}

.fda-home-sidebar,
.fda-archive-sidebar,
.fda-shop-sidebar {
	padding: 1rem;
	background: var(--fda-black);
	border: 6px solid var(--fda-black);
	box-shadow: 7px 8px 0 rgba(0, 0, 0, 0.18);
	clip-path: polygon(0 1%, 99% 0, 100% 96%, 97% 100%, 2% 99%);
}

.fda-home-sidebar > *,
.fda-archive-sidebar > *,
.fda-shop-sidebar > * {
	background-color: #fff;
	border: 4px solid var(--fda-black);
	box-shadow: 3px 4px 0 rgba(255, 255, 255, 0.18);
}

.fda-home-sidebar > .fda-black-card,
.fda-archive-sidebar > .fda-black-card,
.fda-shop-sidebar > .fda-black-card {
	background: var(--fda-black);
	color: #fff;
	border-color: #fff;
}

.fda-home-sidebar > .fda-dynamic-sticky,
.fda-archive-sidebar > .fda-dynamic-sticky,
.fda-shop-sidebar > .fda-dynamic-sticky {
	background: var(--fda-yellow);
	border: 0;
	box-shadow: 6px 8px 0 rgba(255, 255, 255, 0.2);
}

.fda-home-sidebar .fda-newsletter-bar h2::before,
.fda-archive-sidebar .fda-newsletter-bar h2::before,
.fda-shop-sidebar .fda-newsletter-bar h2::before {
	display: inline-block;
	margin-right: 0.45rem;
	color: var(--fda-red);
	content: "@";
	font-family: var(--fda-marker);
	transform: rotate(-7deg);
}

.fda-footer-note {
	display: grid;
	grid-template-rows: auto auto;
	justify-items: center;
	min-height: 250px;
	padding-top: 0.25rem;
}

.fda-footer-note img {
	grid-row: 2;
	width: 126px;
	margin-top: -0.15rem;
	transform: rotate(-10deg);
}

.fda-footer-note .fda-dynamic-bubble {
	position: relative;
	grid-row: 1;
	right: auto;
	bottom: auto;
	left: auto;
	max-width: 258px;
	margin: 0;
	padding: 1rem 1.2rem;
	background: var(--fda-black);
	color: #fff;
	border-color: #fff;
	font-size: 0.88rem;
	line-height: 1.03;
	text-align: center;
}

.fda-footer-note .fda-dynamic-bubble::before {
	right: 2.25rem;
	bottom: -14px;
	width: 18px;
	height: 18px;
	background: var(--fda-black);
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
	transform: rotate(40deg) skew(7deg);
}

.fda-page-hero .fda-hero-art-row {
	padding-top: 5.8rem;
	overflow: visible;
}

.fda-page-hero .fda-hero-art-row .fda-dynamic-bubble {
	top: 0;
	right: 29%;
	left: auto;
	z-index: 5;
	max-width: 360px;
	padding: 0.78rem 1.2rem;
	font-size: 0.9rem;
	line-height: 1.04;
	text-align: center;
}

.fda-page-hero .fda-hero-art-row .fda-dynamic-bubble::before {
	right: 16%;
	bottom: -13px;
	transform: rotate(42deg) skew(7deg);
}

.fda-page-hero .fda-hero-art-row .fda-dynamic-sticky {
	top: 0.25rem;
	right: 0;
	left: auto;
	z-index: 4;
	max-width: 245px;
}

.fda-page-hero .fda-hero-art-row img {
	position: relative;
	z-index: 3;
	max-height: 205px;
}

@media (min-width: 960px) {
	.fda-comic-title {
		font-size: 4.2rem;
	}

	.fda-home .fda-comic-title {
		font-size: 2.35rem !important;
	}
}

@media (min-width: 1220px) {
	.fda-hero h1 {
		font-size: 4.75rem;
	}

	.fda-hero-panel {
		min-height: 380px;
		padding-top: 4.35rem;
	}

	.fda-hero-panel .fda-hero-boss {
		max-height: 285px;
	}

	.fda-hero-panel .fda-hero-designer {
		max-height: 258px;
	}
}

@media (max-width: 959px) {
	.fda-hero {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.fda-hero h1 {
		font-size: 3.5rem;
	}

	.fda-hero-panel {
		min-height: 320px;
	}
}

@media (max-width: 719px) {
	.fda-primary-nav {
		gap: 0.7rem;
	}

	.fda-hero h1 {
		font-size: 3.05rem;
	}

	.fda-hero-panel {
		min-height: 285px;
		padding: 3.6rem 1rem 1rem;
	}

	.fda-hero-panel .fda-hero-boss {
		max-height: 210px;
		margin-right: -0.5rem;
	}

	.fda-hero-panel .fda-hero-designer {
		max-height: 194px;
		margin-left: -0.5rem;
	}

	.fda-annotation--move {
		right: 1.1rem;
		font-size: 0.74rem;
	}

	.fda-annotation--edge {
		right: 0.45rem;
		max-width: 98px;
		font-size: 0.72rem;
	}

	.fda-page-hero .fda-hero-art-row {
		padding-top: 0;
	}

	.fda-page-hero .fda-hero-art-row .fda-dynamic-bubble,
	.fda-page-hero .fda-hero-art-row .fda-dynamic-sticky {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		grid-column: 1 / -1;
		max-width: 100%;
	}

	.fda-comic-actions-row {
		justify-content: flex-start;
	}

	.fda-comic-actions-row > .fda-comic-transcript,
	.fda-share-links,
	.fda-comic-navigation {
		flex-wrap: wrap;
	}
}

/* v1.0.6 visual pass: lighter lettering, reference-style sidebar/cards/footer, cleaner hero. */
:root {
	--fda-display: "Barlow Condensed", Impact, Haettenschweiler, "Arial Black", system-ui, sans-serif;
	--fda-condensed: "Barlow Condensed", "Arial Narrow", Impact, Haettenschweiler, "Arial Black", system-ui, sans-serif;
	--fda-marker: "Patrick Hand", "Permanent Marker", "Comic Sans MS", "Bradley Hand", "Segoe Print", cursive;
}

.fda-primary-nav a,
.fda-button,
.fda-feature-card h2,
.fda-black-card h2,
.fda-footer-inner h2,
.fda-footer-inner h3,
.fda-comic-title,
.fda-page-hero h1 {
	font-weight: 800;
	-webkit-font-smoothing: antialiased;
	text-shadow: none;
}

.fda-primary-nav a {
	font-size: 1rem;
	font-weight: 800;
}

.fda-dynamic-bubble,
.fda-dynamic-sticky,
.fda-red-stamp,
.fda-annotation,
.fda-eyebrow {
	font-family: var(--fda-marker);
	font-weight: 700;
	text-shadow: none;
}

.fda-hero h1 {
	max-width: 720px;
	font-size: 4.42rem;
	font-weight: 800;
}

.fda-hero-line--one,
.fda-hero-line--three {
	font-weight: 850;
}

.fda-hero-line--two,
.fda-hero-line--four,
.fda-hero h1 .fda-hero-line--red {
	font-weight: 800;
}

.fda-actual-word {
	padding-bottom: 0.08em;
}

.fda-actual-word::after {
	right: -0.06em;
	bottom: -0.15em;
	left: -0.06em;
	z-index: 0;
	height: 0.11em;
	background:
		linear-gradient(178deg, transparent 0 8%, var(--fda-red) 8% 48%, transparent 48% 100%),
		linear-gradient(182deg, transparent 0 32%, var(--fda-red) 32% 72%, transparent 72% 100%);
}

.fda-hero-panel {
	min-height: 360px;
	padding: 4.25rem 2rem 1.15rem;
	overflow: hidden;
}

.fda-hero-panel .fda-hero-boss,
.fda-hero-panel .fda-hero-designer {
	transform-origin: 50% 92%;
}

.fda-hero-panel .fda-hero-boss {
	max-height: 275px;
	margin-right: -0.1rem;
	transform: translateY(1px) rotate(-1.6deg);
}

.fda-hero-panel .fda-hero-designer {
	max-height: 252px;
	margin-left: -0.18rem;
	transform: translateY(7px) rotate(2.5deg);
}

.fda-annotation--edge {
	right: 1.15rem;
	bottom: 0.95rem;
	max-width: 112px;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	font-size: 0.94rem;
	text-align: center;
	transform: rotate(-9deg);
}

.fda-annotation--edge::before {
	position: absolute;
	right: -0.15rem;
	bottom: -0.38rem;
	left: -0.15rem;
	height: 0.14rem;
	background: var(--fda-red);
	content: "";
	transform: rotate(-2deg);
}

.fda-annotation--move {
	right: 2rem;
	max-width: 135px;
	font-size: 0.96rem;
}

.fda-cropmark {
	display: inline-grid;
	place-items: center;
	color: var(--fda-red);
}

.fda-cropmark .fda-svg-icon {
	width: 38px;
	height: 38px;
	stroke-width: 2.8;
}

.fda-cropmark--hero {
	position: absolute;
	bottom: 1.2rem;
	left: 1.1rem;
	z-index: 5;
}

@keyframes fda-character-wobble-left {
	0%,
	100% {
		transform: translateY(1px) rotate(-1.6deg);
	}

	50% {
		transform: translateY(0) rotate(1deg);
	}
}

@keyframes fda-character-wobble-right {
	0%,
	100% {
		transform: translateY(7px) rotate(2.5deg);
	}

	50% {
		transform: translateY(5px) rotate(-1.2deg);
	}
}

@media (prefers-reduced-motion: no-preference) {
	.fda-motion-on .fda-hero-panel .fda-hero-boss {
		animation: fda-character-wobble-left 4.8s ease-in-out infinite;
	}

	.fda-motion-on .fda-hero-panel .fda-hero-designer {
		animation: fda-character-wobble-right 5.3s ease-in-out infinite;
	}
}

.fda-home-sidebar,
.fda-archive-sidebar,
.fda-shop-sidebar {
	position: relative;
	gap: 0.75rem;
	padding: 0.8rem;
	background: transparent;
	border: 0;
	box-shadow: none;
	clip-path: none;
}

.fda-home-sidebar::before,
.fda-archive-sidebar::before,
.fda-shop-sidebar::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: var(--fda-black);
	clip-path: polygon(0 2%, 6% 0, 13% 2%, 21% 0, 31% 2%, 40% 0, 51% 2%, 62% 0, 71% 2%, 82% 0, 91% 2%, 100% 0, 100% 98%, 92% 100%, 82% 98%, 73% 100%, 64% 98%, 54% 100%, 45% 98%, 33% 100%, 24% 98%, 12% 100%, 0 98%);
	content: "";
}

.fda-home-sidebar > *,
.fda-archive-sidebar > *,
.fda-shop-sidebar > * {
	border-width: 3px;
	box-shadow: none;
}

.fda-sidebar-schedule {
	display: grid;
	gap: 1rem;
	padding: 1rem 1.05rem;
	border: 0;
	clip-path: polygon(0 2%, 98% 0, 100% 94%, 96% 100%, 2% 98%);
}

.fda-sidebar-schedule__heading {
	display: grid;
	grid-template-columns: 40px 1fr;
	gap: 0.75rem;
	align-items: start;
	padding-bottom: 1rem;
	border-bottom: 2px dashed rgba(255, 255, 255, 0.28);
}

.fda-sidebar-schedule__heading .fda-svg-icon {
	width: 34px;
	height: 34px;
}

.fda-sidebar-schedule h2 {
	margin: 0;
	font-family: var(--fda-condensed);
	font-size: 2rem;
	line-height: 0.95;
}

.fda-sidebar-schedule h2 em {
	position: relative;
	display: inline-block;
	color: var(--fda-red);
	font-style: normal;
}

.fda-sidebar-schedule h2 em::after {
	position: absolute;
	right: -0.12em;
	bottom: -0.18em;
	left: -0.12em;
	height: 0.12em;
	background: var(--fda-red);
	content: "";
	transform: rotate(-3deg);
}

.fda-sidebar-start {
	display: grid;
	grid-template-columns: 44px 1fr 24px;
	gap: 0.7rem;
	align-items: center;
	color: #fff;
	text-decoration: none;
}

.fda-sidebar-start > span {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 3px solid #fff;
	border-radius: 50%;
}

.fda-sidebar-start strong,
.fda-sidebar-start small {
	grid-column: 2;
}

.fda-sidebar-start strong {
	font-family: var(--fda-condensed);
	font-size: 1.12rem;
	font-weight: 800;
	line-height: 0.98;
	text-transform: uppercase;
}

.fda-sidebar-start small {
	margin-top: -0.55rem;
	font-size: 0.82rem;
	font-weight: 700;
}

.fda-sidebar-start i {
	grid-column: 3;
	grid-row: 1 / span 2;
	font-style: normal;
}

.fda-sidebar-hire-note {
	display: grid;
	gap: 0.25rem;
	padding: 1rem;
	background: var(--fda-yellow);
	color: var(--fda-black);
	text-decoration: none;
	transform: rotate(-2deg);
}

.fda-sidebar-hire-note strong {
	font-family: var(--fda-condensed);
	font-size: 1.65rem;
	font-weight: 800;
	line-height: 0.9;
	text-transform: uppercase;
}

.fda-sidebar-hire-note span {
	font-family: var(--fda-marker);
	font-size: 1.05rem;
	line-height: 1.05;
}

.fda-home-links {
	grid-template-columns: 1.35fr 0.95fr 1.15fr 0.9fr;
	gap: 0.6rem;
	align-items: stretch;
	padding-bottom: 0;
}

.fda-home-links .fda-feature-card {
	position: relative;
	display: grid;
	min-height: 260px;
	padding: 1rem;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.72);
	border-width: 2px;
	box-shadow: none;
	text-decoration: none;
}

.fda-home-links .fda-feature-card h2 {
	margin: 0;
	font-family: var(--fda-condensed);
	font-size: 1.95rem;
	line-height: 0.92;
}

.fda-home-links .fda-feature-card h2::after {
	bottom: -0.08em;
	height: 0.12em;
}

.fda-home-links .fda-feature-card p {
	max-width: 17rem;
	margin: 0.25rem 0 0;
	font-size: 0.95rem;
	font-weight: 650;
	line-height: 1.15;
}

.fda-home-links .fda-feature-card ul {
	display: grid;
	gap: 0.22rem;
	margin: 0.75rem 0 0;
	padding: 0;
	list-style: none;
	font-size: 0.86rem;
	font-weight: 700;
}

.fda-home-links .fda-feature-card li::before {
	margin-right: 0.35rem;
	color: var(--fda-red);
	content: "/";
	font-weight: 900;
}

.fda-card-characters {
	position: absolute;
	right: 0.45rem;
	bottom: 0.45rem;
	display: flex;
	align-items: end;
}

.fda-card-characters img:first-child {
	width: 112px;
}

.fda-card-characters img:last-child {
	width: 98px;
	margin-left: -1.25rem;
}

.fda-home-links .fda-feature-card > img {
	position: absolute;
	right: 0.65rem;
	bottom: 0.55rem;
	max-width: 42%;
	max-height: 170px;
	object-fit: contain;
}

.fda-home-links .fda-feature-card:nth-child(3) > img {
	right: 0.2rem;
	max-width: 46%;
}

.fda-home-links .fda-feature-card:nth-child(4) > img {
	right: 1.2rem;
	bottom: 2rem;
	max-width: 48%;
	transform: rotate(10deg);
}

.fda-random-product {
	position: absolute;
	right: 0.3rem;
	top: 0.2rem;
	display: grid;
	justify-items: center;
	max-width: 46%;
	text-align: center;
	transform: rotate(3deg);
}

.fda-random-product img {
	max-height: 118px;
	object-fit: contain;
	filter: drop-shadow(4px 5px 0 rgba(0, 0, 0, 0.16));
}

.fda-random-product strong {
	font-size: 0.76rem;
	line-height: 1.05;
}

.fda-random-product small {
	color: var(--fda-red);
	font-weight: 800;
}

.fda-card-link {
	align-self: end;
	display: inline-flex;
	gap: 0.65rem;
	align-items: center;
	width: fit-content;
	min-height: 34px;
	margin-top: 0.9rem;
	padding: 0.4rem 0.75rem;
	background: #fff;
	border: 2px solid var(--fda-black);
	font-size: 0.82rem;
	font-weight: 800;
	text-transform: uppercase;
}

.fda-card-link .fda-svg-icon {
	width: 18px;
	height: 18px;
}

.fda-site-footer {
	position: relative;
	margin-top: 0;
	background: var(--fda-black);
}

.fda-site-footer::before {
	position: absolute;
	top: -19px;
	right: 0;
	left: 0;
	height: 22px;
	background: var(--fda-black);
	clip-path: polygon(0 100%, 0 30%, 5% 55%, 11% 25%, 18% 58%, 25% 28%, 33% 54%, 41% 24%, 51% 58%, 59% 26%, 69% 55%, 78% 24%, 88% 58%, 96% 28%, 100% 52%, 100% 100%);
	content: "";
}

.fda-footer-inner {
	grid-template-columns: minmax(220px, 1.35fr) minmax(130px, 0.6fr) minmax(180px, 0.8fr) minmax(155px, 0.7fr) minmax(230px, 1fr);
	align-items: start;
	gap: 1.35rem;
	padding-top: 2rem;
}

.fda-footer-manifesto {
	position: relative;
	padding-left: 3.2rem;
}

.fda-footer-manifesto h2 {
	max-width: 280px;
	font-family: var(--fda-condensed);
	font-size: 2.15rem;
	font-weight: 800;
	line-height: 0.95;
}

.fda-cropmark--footer {
	position: absolute;
	top: 0.55rem;
	left: 0;
}

.fda-footer-list,
.fda-site-footer .fda-footer-work {
	gap: 0.08rem;
}

.fda-footer-nav .fda-primary-nav {
	display: grid;
	gap: 0.08rem;
}

.fda-footer-nav .fda-primary-nav a,
.fda-footer-work a {
	font-size: 0.95rem;
	font-weight: 650;
}

.fda-footer-connect .fda-social-links--icons {
	display: grid;
	gap: 0.18rem;
}

.fda-footer-connect .fda-social-links--icons a {
	display: inline-flex;
	justify-content: flex-start;
	width: auto;
	height: auto;
	padding: 0;
	border: 0;
	border-radius: 0;
	gap: 0.42rem;
	font-size: 0.95rem;
}

.fda-footer-connect .fda-social-links--icons a span {
	position: static;
	width: auto;
	height: auto;
	clip: auto;
	overflow: visible;
}

.fda-footer-note {
	min-height: 155px;
	padding-top: 0;
}

.fda-footer-note img {
	width: 122px;
	margin: 0 3.6rem 0 0;
}

.fda-footer-note .fda-footer-bubble {
	position: absolute;
	top: 1rem;
	right: 0.2rem;
	max-width: 152px;
	padding: 0.68rem 0.85rem;
	color: var(--fda-red);
	font-family: var(--fda-marker);
	font-size: 0.78rem;
	line-height: 1.02;
	transform: rotate(-8deg);
}

.fda-footer-note .fda-footer-bubble::before {
	right: auto;
	bottom: 0.35rem;
	left: -9px;
	width: 15px;
	height: 15px;
	transform: rotate(132deg) skew(7deg);
}

.fda-footer-bottom {
	padding-top: 0.65rem;
	font-size: 0.82rem;
}

@media (min-width: 1220px) {
	.fda-hero-panel {
		min-height: 388px;
	}

	.fda-hero-panel .fda-hero-boss {
		max-height: 305px;
	}

	.fda-hero-panel .fda-hero-designer {
		max-height: 280px;
	}
}

@media (max-width: 1100px) {
	.fda-home-links,
	.fda-footer-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 719px) {
	.fda-hero h1 {
		font-size: 3.2rem;
	}

	.fda-hero-panel {
		min-height: 300px;
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.fda-home-links,
	.fda-footer-inner {
		grid-template-columns: 1fr;
	}

	.fda-home-links .fda-feature-card {
		min-height: 235px;
	}

	.fda-random-product {
		max-width: 42%;
	}

	.fda-footer-manifesto {
		padding-left: 2.8rem;
	}

	.fda-footer-note {
		justify-items: start;
	}
}

/* v1.0.7 final alignment pass: hero notes, header ridge, card collision fixes. */
.fda-site-header {
	position: sticky;
}

.fda-site-header::after {
	position: absolute;
	right: 0;
	bottom: -15px;
	left: 0;
	z-index: 0;
	height: 18px;
	background: var(--fda-black);
	clip-path: polygon(0 0, 5% 55%, 11% 18%, 17% 56%, 24% 22%, 31% 58%, 39% 20%, 47% 54%, 56% 18%, 65% 58%, 74% 24%, 83% 56%, 92% 20%, 100% 54%, 100% 0);
	content: "";
	pointer-events: none;
}

.fda-header-inner {
	position: relative;
	z-index: 1;
}

.fda-hero-panel {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	column-gap: 1.65rem;
	min-height: 382px;
	padding: 4.4rem 2.4rem 2rem;
}

.fda-hero-panel .fda-hero-boss {
	justify-self: end;
	max-height: 292px;
	margin-right: 0.3rem;
}

.fda-hero-panel .fda-hero-designer {
	justify-self: start;
	max-height: 265px;
	margin-left: 0.3rem;
}

.fda-hero-side-comment {
	position: absolute;
	top: 1.4rem;
	right: 1.6rem;
	z-index: 5;
	max-width: 220px;
	color: var(--fda-red);
	font-family: var(--fda-marker);
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.02;
	text-align: right;
	text-transform: uppercase;
	transform: rotate(-2deg);
}

.fda-annotation--move,
.fda-annotation--edge {
	top: auto;
	z-index: 5;
	max-width: 145px;
	font-size: 0.92rem;
	line-height: 1;
}

.fda-annotation--move {
	right: auto;
	bottom: 1rem;
	left: 1.4rem;
	text-align: left;
	transform: rotate(-5deg);
}

.fda-annotation--move::after {
	display: none;
}

.fda-annotation--edge {
	right: 1.45rem;
	bottom: 1.05rem;
	text-align: right;
	transform: rotate(-3deg);
}

.fda-annotation--edge::before {
	bottom: -0.34rem;
}

.fda-footer-note .fda-footer-bubble::before {
	display: none;
}

.fda-home-links .fda-feature-card {
	min-height: 280px;
	padding-bottom: 1.05rem;
}

.fda-card-characters {
	right: 0.95rem;
	bottom: 0.6rem;
}

.fda-card-characters img:first-child {
	width: 136px;
}

.fda-home-links .fda-feature-card:first-child p,
.fda-home-links .fda-feature-card:first-child ul {
	max-width: calc(100% - 150px);
}

.fda-home-links .fda-feature-card:nth-child(2) {
	grid-template-columns: minmax(0, 1fr) minmax(96px, 0.62fr);
	align-items: start;
	column-gap: 0.8rem;
}

.fda-home-links .fda-feature-card:nth-child(2) h2,
.fda-home-links .fda-feature-card:nth-child(2) p,
.fda-home-links .fda-feature-card:nth-child(2) .fda-card-link {
	grid-column: 1;
}

.fda-home-links .fda-feature-card:nth-child(2) p {
	max-width: 100%;
}

.fda-random-product {
	position: relative;
	top: auto;
	right: auto;
	grid-row: 1 / span 4;
	grid-column: 2;
	align-self: center;
	max-width: 100%;
	transform: rotate(2deg);
}

.fda-random-product img {
	max-width: 100%;
	max-height: 120px;
}

.fda-random-product strong {
	font-size: 0.78rem;
}

.fda-home-links .fda-feature-card:nth-child(4) p {
	max-width: calc(100% - 110px);
}

.fda-home-links .fda-feature-card:nth-child(4) > img {
	right: 0.75rem;
	bottom: 1.3rem;
	max-width: 92px;
	max-height: 118px;
}

@media (min-width: 1220px) {
	.fda-hero-panel {
		min-height: 405px;
	}

	.fda-hero-panel .fda-hero-boss {
		max-height: 318px;
	}

	.fda-hero-panel .fda-hero-designer {
		max-height: 288px;
	}
}

@media (max-width: 1100px) {
	.fda-home-links .fda-feature-card:first-child p,
	.fda-home-links .fda-feature-card:first-child ul,
	.fda-home-links .fda-feature-card:nth-child(4) p {
		max-width: 70%;
	}
}

@media (max-width: 719px) {
	.fda-hero-panel {
		column-gap: 0.5rem;
		min-height: 320px;
		padding: 4.2rem 1rem 1.7rem;
	}

	.fda-hero-side-comment {
		top: 1.1rem;
		right: 1rem;
		max-width: 160px;
		font-size: 0.76rem;
	}

	.fda-annotation--move,
	.fda-annotation--edge {
		max-width: 104px;
		font-size: 0.7rem;
	}

	.fda-annotation--move {
		left: 0.85rem;
	}

	.fda-annotation--edge {
		right: 0.85rem;
	}

	.fda-home-links .fda-feature-card:first-child p,
	.fda-home-links .fda-feature-card:first-child ul,
	.fda-home-links .fda-feature-card:nth-child(4) p {
		max-width: 62%;
	}

	.fda-home-links .fda-feature-card:nth-child(2) {
		grid-template-columns: minmax(0, 1fr) minmax(82px, 0.5fr);
	}
}

/* v1.0.9 contact/hire form pages: mockup-aligned comic panels and live form styling. */
.fda-form-page {
	width: min(1440px, calc(100% - 1.25rem));
}

.fda-form-hero {
	grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.45fr);
	gap: 1.5rem;
	align-items: end;
	margin: 0 0 0.85rem;
	padding: 0.9rem 0 0.45rem;
	border-bottom: 4px solid var(--fda-black);
}

.fda-form-hero::before {
	left: 0.1rem;
	top: 0.6rem;
}

.fda-form-hero-copy {
	position: relative;
	padding-left: 4.7rem;
}

.fda-form-hero-copy::before,
.fda-form-hero-copy::after {
	position: absolute;
	top: 2.4rem;
	width: 44px;
	height: 7px;
	background: var(--fda-red);
	content: "";
}

.fda-form-hero-copy::before {
	left: 0.3rem;
	transform: rotate(22deg);
	box-shadow: 8px -18px 0 -1px var(--fda-red), 6px 18px 0 -1px var(--fda-red);
}

.fda-form-hero-copy::after {
	right: -1rem;
	transform: rotate(-15deg);
	box-shadow: -5px -18px 0 -1px var(--fda-red);
}

.fda-form-hero h1 {
	margin: 0;
	padding: 0;
	font-family: var(--fda-marker);
	font-size: 5.4rem;
	font-weight: 700;
	line-height: 0.82;
	letter-spacing: 0;
	text-transform: uppercase;
	transform: rotate(-1deg);
}

.fda-form-hero h1::after {
	display: none;
}

.fda-form-hero p {
	max-width: 610px;
	margin: 0.85rem 0 0;
	font-size: 1.02rem;
	font-weight: 760;
	line-height: 1.22;
}

.fda-form-hero .fda-hero-actions {
	margin-top: 1rem;
}

.fda-form-hero-art {
	position: relative;
	display: grid;
	grid-template-columns: 0.8fr 1fr 0.8fr 0.9fr;
	align-items: end;
	min-height: 260px;
	padding: 1rem 1rem 0;
}

.fda-form-hero-art img {
	position: relative;
	z-index: 2;
	justify-self: center;
	max-height: 200px;
	object-fit: contain;
	filter: drop-shadow(5px 6px 0 rgba(0, 0, 0, 0.12));
}

.fda-form-boss {
	grid-column: 1 / 2;
}

.fda-form-designer {
	grid-column: 3 / 4;
}

.fda-hero-laptop {
	position: relative;
	z-index: 1;
	grid-column: 2 / 3;
	justify-self: center;
	width: 170px;
	height: 92px;
	margin-bottom: 0.3rem;
	background: #cfcfcf;
	border: 4px solid var(--fda-black);
	border-radius: 4px 4px 0 0;
	transform: rotate(1deg);
}

.fda-hero-laptop::before {
	position: absolute;
	top: 35px;
	left: 50%;
	width: 22px;
	height: 22px;
	border: 3px solid var(--fda-black);
	border-radius: 50%;
	content: "";
	transform: translateX(-50%);
}

.fda-hero-laptop::after {
	position: absolute;
	right: -24px;
	bottom: -12px;
	left: -24px;
	height: 10px;
	background: var(--fda-black);
	border-radius: 50%;
	content: "";
	opacity: 0.32;
}

.fda-hero-chat {
	position: absolute;
	z-index: 4;
	max-width: 170px;
	padding: 0.55rem 0.8rem;
	background: #fff;
	border: 3px solid var(--fda-black);
	border-radius: 52% 48% 54% 46% / 46% 56% 44% 54%;
	font-family: var(--fda-marker);
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.02;
	text-align: center;
	text-transform: uppercase;
}

.fda-hero-chat::after {
	position: absolute;
	bottom: -12px;
	width: 18px;
	height: 18px;
	background: #fff;
	border-right: 3px solid var(--fda-black);
	border-bottom: 3px solid var(--fda-black);
	content: "";
	transform: rotate(40deg);
}

.fda-hero-chat--boss {
	top: 0;
	left: 15%;
}

.fda-hero-chat--boss::after {
	left: 48%;
}

.fda-hero-chat--designer {
	top: 0.8rem;
	right: 23%;
	max-width: 150px;
}

.fda-hero-chat--designer::after {
	right: 28%;
}

.fda-form-sticky {
	position: absolute;
	top: 1rem;
	right: 0;
	z-index: 5;
	display: grid;
	place-items: center;
	width: 164px;
	min-height: 138px;
	padding: 1rem 1.05rem;
	background: var(--fda-yellow);
	box-shadow: 7px 8px 0 rgba(0, 0, 0, 0.18);
	font-family: var(--fda-marker);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.05;
	text-align: center;
	text-transform: uppercase;
	transform: rotate(4deg);
}

.fda-form-sticky::before,
.fda-form-sticky::after {
	position: absolute;
	top: -9px;
	width: 42px;
	height: 17px;
	background: rgba(0, 0, 0, 0.22);
	content: "";
}

.fda-form-sticky::before {
	left: 0.6rem;
	transform: rotate(-8deg);
}

.fda-form-sticky::after {
	right: 0.6rem;
	transform: rotate(9deg);
}

.fda-cropmark--form {
	position: absolute;
	right: 13.5rem;
	bottom: 1.3rem;
}

.fda-form-layout--mockup {
	grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.86fr);
	gap: 0.85rem;
	align-items: start;
}

.fda-form-card,
.fda-form-sidebar .fda-sidebar-box,
.fda-contact-categories,
.fda-form-cta-strip,
.fda-form-page .fda-newsletter-bar {
	background: rgba(255, 255, 255, 0.68);
	border: 4px solid var(--fda-black);
	box-shadow: none;
}

.fda-form-card {
	position: relative;
	padding: 1rem;
}

.fda-form-card > h2,
.fda-form-sidebar h2,
.fda-contact-categories h2 {
	display: inline-block;
	margin: -0.15rem 0 0.35rem;
	padding: 0.28rem 0.72rem;
	background: var(--fda-black);
	color: #fff;
	font-family: var(--fda-marker);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	transform: rotate(-0.8deg);
}

.fda-form-card::before,
.fda-form-sidebar .fda-sidebar-box::before,
.fda-contact-categories::before {
	position: absolute;
	top: 0.8rem;
	right: 0.95rem;
	color: var(--fda-red);
	font-family: var(--fda-display);
	font-size: 2rem;
	line-height: 1;
	content: "*";
	transform: rotate(-12deg);
}

.fda-form-deck {
	margin: 0 0 0.75rem;
	font-family: var(--fda-marker);
	font-size: 1rem;
	font-weight: 700;
}

.fda-form-card .wpforms-container,
.fda-form-card .wpforms-container-full {
	margin: 0;
	max-width: none;
}

.fda-form-card .wpforms-form {
	display: block;
	font-family: var(--fda-body);
}

.fda-form-card .wpforms-field {
	padding: 0.35rem 0 !important;
}

.fda-form-card .wpforms-field-label,
.fda-form-card .wpforms-field-sublabel,
.fda-form-card legend {
	margin-bottom: 0.22rem !important;
	color: var(--fda-black) !important;
	font-family: var(--fda-marker);
	font-size: 0.82rem !important;
	font-weight: 700 !important;
	line-height: 1.05 !important;
	text-transform: uppercase;
}

.fda-form-card input[type="text"],
.fda-form-card input[type="email"],
.fda-form-card input[type="url"],
.fda-form-card input[type="tel"],
.fda-form-card input[type="number"],
.fda-form-card input[type="date"],
.fda-form-card select,
.fda-form-card textarea,
.fda-form-card .wpforms-field input,
.fda-form-card .wpforms-field select,
.fda-form-card .wpforms-field textarea {
	min-height: 38px !important;
	padding: 0.45rem 0.55rem !important;
	background: #fff !important;
	border: 2px solid var(--fda-black) !important;
	border-radius: 0 !important;
	color: var(--fda-black) !important;
	box-shadow: none !important;
	font-size: 0.9rem !important;
}

.fda-form-card textarea,
.fda-form-card .wpforms-field textarea {
	min-height: 90px !important;
}

.fda-form-card input[type="checkbox"],
.fda-form-card input[type="radio"] {
	width: 18px !important;
	height: 18px !important;
	accent-color: var(--fda-red);
}

.fda-form-card .wpforms-field-description,
.fda-form-card .wpforms-field-limit-text {
	font-family: var(--fda-marker);
	font-size: 0.82rem !important;
}

.fda-form-card .wpforms-submit-container {
	display: flex;
	justify-content: flex-end;
	padding-top: 0.75rem !important;
	border-top: 3px solid var(--fda-black);
}

.fda-form-card button[type="submit"],
.fda-form-card .wpforms-submit {
	min-width: 220px;
	min-height: 46px;
	background: var(--fda-red) !important;
	border: 3px solid var(--fda-red) !important;
	border-radius: 0 !important;
	color: #fff !important;
	font-family: var(--fda-marker) !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	box-shadow: none !important;
}

.fda-form-sidebar {
	gap: 0.65rem;
}

.fda-form-sidebar .fda-sidebar-box {
	position: relative;
	padding: 0.85rem;
}

.fda-contact-methods ul {
	display: grid;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 3px solid var(--fda-black);
}

.fda-contact-methods li {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr) auto;
	gap: 0.55rem;
	align-items: center;
	min-height: 38px;
	padding: 0.35rem 0.55rem;
	border-bottom: 2px solid var(--fda-black);
	font-weight: 750;
}

.fda-contact-methods li:last-child {
	border-bottom: 0;
}

.fda-contact-methods em {
	font-family: var(--fda-marker);
	font-style: normal;
	font-size: 0.8rem;
	text-transform: uppercase;
}

.fda-contact-methods .fda-social-links {
	display: inline-flex;
	gap: 0.28rem;
}

.fda-contact-methods .fda-social-links a {
	width: 28px;
	height: 28px;
	min-height: 0;
	padding: 0;
	border-width: 2px;
	border-radius: 50%;
}

.fda-contact-methods .fda-social-links span {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.fda-response-content {
	display: grid;
	grid-template-columns: 68px 1fr;
	gap: 0.8rem;
	align-items: center;
}

.fda-response-content > .fda-svg-icon {
	width: 58px;
	height: 58px;
	padding: 0.4rem;
	border: 3px solid var(--fda-black);
	border-radius: 50%;
}

.fda-services-panel {
	min-height: 230px;
	overflow: hidden;
}

.fda-services-panel .fda-check-list {
	max-width: calc(100% - 130px);
}

.fda-services-panel img {
	position: absolute;
	right: 0.7rem;
	bottom: 0.25rem;
	max-width: 150px;
	max-height: 185px;
	object-fit: contain;
}

.fda-process-list--stacked {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.45rem;
}

.fda-process-list--stacked li {
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 0.35rem 0.6rem;
	align-items: start;
	padding: 0;
}

.fda-process-list--stacked li::before {
	position: static;
	grid-row: 1 / span 2;
	width: 34px;
	height: 34px;
	font-size: 0.8rem;
}

.fda-process-list--stacked strong {
	font-family: var(--fda-marker);
	font-size: 0.95rem;
	line-height: 1;
	text-transform: uppercase;
}

.fda-process-list--stacked span {
	font-size: 0.82rem;
	font-weight: 650;
	line-height: 1.2;
}

.fda-form-sidebar .fda-faq-lines {
	border: 3px solid var(--fda-black);
}

.fda-contact-categories {
	position: relative;
	margin: 0.85rem 0;
	padding: 0.65rem;
}

.fda-contact-category-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0;
	border: 3px solid var(--fda-black);
}

.fda-contact-category-grid article {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 0.25rem 0.55rem;
	padding: 0.65rem;
	border-right: 3px solid var(--fda-black);
}

.fda-contact-category-grid article:last-child {
	border-right: 0;
}

.fda-contact-category-grid .fda-svg-icon {
	grid-row: 1 / span 2;
	width: 42px;
	height: 42px;
}

.fda-contact-category-grid strong {
	font-family: var(--fda-marker);
	font-size: 0.95rem;
	text-transform: uppercase;
}

.fda-contact-category-grid ul {
	display: grid;
	gap: 0.1rem;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.2;
}

.fda-contact-category-grid li::before {
	margin-right: 0.25rem;
	color: var(--fda-red);
	content: "o";
	font-weight: 900;
}

.fda-form-cta-strip {
	display: grid;
	grid-template-columns: 120px 1fr auto 52px;
	gap: 1rem;
	align-items: center;
	margin: 0.85rem 0;
	padding: 0.85rem 1rem;
}

.fda-form-cta-strip img {
	max-height: 110px;
	object-fit: contain;
}

.fda-form-cta-strip h2 {
	margin: 0;
	font-family: var(--fda-marker);
	font-size: 2rem;
	line-height: 0.95;
	text-transform: uppercase;
}

.fda-form-cta-strip p {
	margin: 0.25rem 0 0;
	font-weight: 720;
}

.fda-form-page .fda-newsletter-bar {
	grid-template-columns: minmax(180px, 0.8fr) minmax(230px, 1fr) minmax(260px, 1fr);
	gap: 0.85rem;
	align-items: center;
	margin: 0.85rem 0 0;
	padding: 0.55rem 0.8rem;
}

.fda-form-page .fda-newsletter-bar h2 {
	margin: 0;
	font-family: var(--fda-marker);
	font-size: 1.25rem;
}

@media (min-width: 960px) {
	.fda-form-card .wpforms-field-container {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0 0.75rem;
	}

	.fda-form-card .wpforms-field-textarea,
	.fda-form-card .wpforms-field-checkbox,
	.fda-form-card .wpforms-field-radio,
	.fda-form-card .wpforms-field-html,
	.fda-form-card .wpforms-field-divider,
	.fda-form-card .wpforms-field-pagebreak,
	.fda-form-card .wpforms-field-layout {
		grid-column: 1 / -1;
	}
}

@media (max-width: 1100px) {
	.fda-form-hero,
	.fda-form-layout--mockup {
		grid-template-columns: 1fr;
	}

	.fda-form-hero-copy {
		padding-left: 3rem;
	}

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

	.fda-contact-category-grid article {
		border-bottom: 3px solid var(--fda-black);
	}
}

@media (max-width: 719px) {
	.fda-form-page {
		width: min(100% - 1rem, 1440px);
	}

	.fda-form-hero-copy {
		padding-left: 1.4rem;
	}

	.fda-form-hero-copy::before,
	.fda-form-hero-copy::after {
		display: none;
	}

	.fda-form-hero h1 {
		font-size: 3.7rem;
	}

	.fda-form-hero-art {
		grid-template-columns: 1fr 1fr;
		min-height: 330px;
		padding-top: 7rem;
	}

	.fda-form-hero-art img {
		max-height: 170px;
	}

	.fda-hero-laptop {
		position: absolute;
		right: 33%;
		bottom: 0.3rem;
		width: 120px;
		height: 70px;
	}

	.fda-hero-chat {
		font-size: 0.72rem;
	}

	.fda-hero-chat--boss {
		left: 1rem;
	}

	.fda-hero-chat--designer {
		right: 1rem;
	}

	.fda-form-sticky {
		top: 0.5rem;
		right: 0.3rem;
		width: 125px;
		min-height: 110px;
		font-size: 0.78rem;
	}

	.fda-cropmark--form {
		right: auto;
		left: 0.4rem;
		bottom: 0.6rem;
	}

	.fda-services-panel .fda-check-list {
		max-width: 100%;
		padding-bottom: 120px;
	}

	.fda-contact-category-grid,
	.fda-form-cta-strip,
	.fda-form-page .fda-newsletter-bar {
		grid-template-columns: 1fr;
	}

	.fda-contact-category-grid article {
		border-right: 0;
	}

	.fda-form-cta-strip {
		text-align: left;
	}
}

/* v1.1.0 shared dynamic page headers and cleaner WPForms controls. */
.fda-page-hero--with-art {
	grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.2fr);
	gap: 1.5rem;
	align-items: end;
	margin-bottom: 1rem;
	padding: 1.1rem 0 0.65rem;
	border-bottom: 4px solid var(--fda-black);
}

.fda-page-hero h1,
.fda-form-page .fda-page-hero h1,
.fda-shop-hero h1 {
	margin: 0;
	padding-left: 1.2rem;
	font-family: var(--fda-condensed);
	font-size: 5.4rem;
	font-weight: 900;
	line-height: 0.84;
	text-transform: uppercase;
	transform: rotate(-0.6deg);
}

.fda-page-hero h1::after {
	right: auto;
	left: 1.2rem;
	bottom: -0.12em;
	width: min(230px, 62%);
	height: 8px;
	background:
		linear-gradient(178deg, transparent 0 8%, var(--fda-red) 8% 52%, transparent 52% 100%),
		linear-gradient(182deg, transparent 0 30%, var(--fda-red) 30% 72%, transparent 72% 100%);
}

.fda-page-hero p,
.fda-form-page .fda-page-hero p {
	max-width: 720px;
	font-size: 1.08rem;
	font-weight: 800;
	line-height: 1.22;
}

.fda-page-hero--with-art .fda-hero-art-row {
	min-height: 265px;
	padding-top: 4.5rem;
	overflow: visible;
}

.fda-page-hero--with-art .fda-hero-art-row img {
	max-height: 215px;
	filter: drop-shadow(5px 7px 0 rgba(0, 0, 0, 0.12));
}

.fda-page-hero--with-art .fda-hero-art-row .fda-dynamic-bubble {
	top: 0;
	right: 26%;
	left: auto;
	max-width: 360px;
	font-size: 0.9rem;
}

.fda-page-hero--with-art .fda-hero-art-row .fda-dynamic-sticky {
	top: 0.2rem;
	right: 0;
	max-width: 220px;
}

.fda-archive-template .fda-archive-shell .fda-archive-header {
	display: none;
}

.fda-contact-simple .fda-simple-form-card {
	max-width: 960px;
	margin: 0 auto 1.2rem;
}

.fda-contact-simple .fda-simple-form-card::before {
	top: 1rem;
	right: 1.2rem;
}

.fda-form-card .wpforms-field-checkbox ul,
.fda-form-card .wpforms-field-radio ul,
.fda-form-card ul.wpforms-field-required,
.fda-form-card .wpforms-field ul {
	margin: 0.3rem 0 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.fda-form-card .wpforms-field-checkbox li,
.fda-form-card .wpforms-field-radio li {
	position: relative;
	min-height: 1.35rem;
	margin: 0 0 0.35rem !important;
	padding: 0 0 0 1.75rem !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.fda-form-card .wpforms-field-checkbox input[type="checkbox"],
.fda-form-card .wpforms-field-radio input[type="radio"],
.fda-form-card input[type="checkbox"],
.fda-form-card input[type="radio"] {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
	opacity: 0 !important;
}

.fda-form-card .wpforms-field-checkbox li label,
.fda-form-card .wpforms-field-radio li label {
	position: static !important;
	display: inline !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--fda-black) !important;
	font-family: var(--fda-body) !important;
	font-size: 0.9rem !important;
	font-weight: 750 !important;
	line-height: 1.2 !important;
	text-transform: none !important;
}

.fda-form-card .wpforms-field-checkbox li label::before,
.fda-form-card .wpforms-field-radio li label::before {
	position: absolute;
	top: 0.1rem;
	left: 0;
	display: grid;
	place-items: center;
	width: 1rem;
	height: 1rem;
	background: #fff;
	border: 2px solid var(--fda-black);
	color: var(--fda-red);
	content: "";
	font-family: var(--fda-marker);
	font-size: 0.78rem;
	line-height: 1;
}

.fda-form-card .wpforms-field-radio li label::before {
	border-radius: 50%;
}

.fda-form-card .wpforms-field-checkbox input[type="checkbox"]:checked + label::before {
	content: "\2713";
}

.fda-form-card .wpforms-field-radio input[type="radio"]:checked + label::before {
	background:
		radial-gradient(circle, var(--fda-red) 0 38%, transparent 42%),
		#fff;
}

.fda-form-card .wpforms-field-checkbox input[type="checkbox"]:focus-visible + label::before,
.fda-form-card .wpforms-field-radio input[type="radio"]:focus-visible + label::before {
	outline: 4px solid var(--fda-blue);
	outline-offset: 3px;
}

@media (max-width: 1100px) {
	.fda-page-hero--with-art {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 719px) {
	.fda-page-hero h1,
	.fda-form-page .fda-page-hero h1,
	.fda-shop-hero h1 {
		font-size: 3.9rem;
	}

	.fda-page-hero--with-art .fda-hero-art-row {
		padding-top: 0;
	}

	.fda-page-hero--with-art .fda-hero-art-row .fda-dynamic-bubble,
	.fda-page-hero--with-art .fda-hero-art-row .fda-dynamic-sticky {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		grid-column: 1 / -1;
		max-width: 100%;
	}
}

/* v1.1.1 tighter headers, square sticky notes, sticky sidebars, shop polish, and fake chat. */
.fda-page-hero--with-art {
	grid-template-columns: minmax(340px, 1.15fr) minmax(0, 0.85fr);
	align-items: center;
	padding: 0.75rem 0 0.55rem;
}

.fda-page-hero h1,
.fda-form-page .fda-page-hero h1,
.fda-shop-hero h1 {
	font-size: 6.2rem;
	line-height: 0.78;
}

.fda-page-hero p,
.fda-form-page .fda-page-hero p {
	max-width: 760px;
}

.fda-page-hero--with-art .fda-hero-art-row {
	min-height: 205px;
	padding-top: 2.7rem;
	gap: 0.65rem;
	justify-content: center;
}

.fda-page-hero--with-art .fda-hero-art-row img {
	max-height: 155px;
}

.fda-page-hero--with-art .fda-hero-art-row .fda-dynamic-bubble {
	top: 0;
	right: 34%;
	max-width: 290px;
	font-size: 0.82rem;
}

.fda-page-hero--with-art .fda-hero-art-row .fda-dynamic-sticky {
	top: 0;
	right: 0.2rem;
}

.fda-dynamic-sticky {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 190px;
	min-height: 0;
	aspect-ratio: 1 / 1;
	padding: 1rem;
}

.fda-sidebar-note .fda-dynamic-sticky,
.fda-hero-art-row .fda-dynamic-sticky {
	width: 180px;
	max-width: 100%;
}

.fda-home-sidebar,
.fda-archive-sidebar,
.fda-page-sidebar,
.fda-shop-sidebar {
	position: sticky;
	top: 110px;
	align-self: start;
	max-height: calc(100vh - 130px);
	overflow: auto;
	scrollbar-width: thin;
}

.fda-contact-layout {
	grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
	align-items: start;
}

.fda-contact-simple .fda-simple-form-card {
	max-width: none;
	margin: 0;
}

.fda-contact-sidebar .fda-sidebar-note {
	display: grid;
	place-items: center;
}

.fda-footer-note-link {
	position: relative;
	z-index: 2;
	display: inline-block;
	transform: rotate(-7deg);
	transition: transform 160ms ease;
}

.fda-footer-note-link:hover,
.fda-footer-note-link:focus-visible {
	transform: rotate(-4deg) translateY(-4px);
}

.fda-footer-note-link img {
	display: block;
}

.fda-footer-note .fda-footer-bubble::before,
.fda-footer-note .fda-footer-bubble::after {
	display: none;
}

body.woocommerce ul.products,
body.woocommerce-page ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: 1rem;
}

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

.woocommerce ul.products li.product.fda-product-card {
	display: grid;
	grid-template-rows: auto 1fr;
	padding: 0;
	overflow: hidden;
	background: #fff;
}

.fda-product-card__media {
	display: grid;
	place-items: center;
	min-height: 240px;
	padding: 0.75rem;
	background:
		radial-gradient(circle at 25% 20%, rgba(242, 5, 58, 0.08), transparent 28%),
		var(--fda-paper);
	border-bottom: 3px solid var(--fda-black);
}

.woocommerce ul.products li.product.fda-product-card .fda-product-card__media img {
	width: 100%;
	max-height: 250px;
	object-fit: contain;
	margin: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.fda-product-card__body {
	display: grid;
	gap: 0.55rem;
	padding: 0.9rem;
}

.fda-product-card__body h2 a {
	color: inherit;
	text-decoration: none;
}

.fda-product-card__body p {
	margin: 0;
	font-weight: 800;
	line-height: 1.2;
}

.fda-product-card__footer {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
}

.fda-product-card__footer .button {
	margin: 0;
	padding: 0.62rem 0.8rem;
}

.woocommerce .fda-single-product-page div.product,
.fda-single-product-page div.product {
	align-items: start;
	padding: 1rem;
	background: rgba(255, 255, 255, 0.48);
	border: 4px solid var(--fda-black);
	box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.18);
}

.woocommerce .fda-single-product-page div.product .summary,
.fda-single-product-page div.product .summary {
	position: relative;
	border-width: 4px;
}

.woocommerce .fda-single-product-page div.product .summary::before,
.fda-single-product-page div.product .summary::before {
	position: absolute;
	top: -0.85rem;
	left: 1rem;
	padding: 0.22rem 0.6rem;
	background: var(--fda-red);
	color: #fff;
	content: "SHOP SURVIVAL GEAR";
	font-family: var(--fda-condensed);
	font-weight: 900;
	line-height: 1;
	transform: rotate(-1deg);
}

.fda-product-promo {
	display: grid;
	gap: 1rem;
	margin-top: 1rem;
}

.fda-sticky-ai-page {
	max-width: 1120px;
}

.fda-sticky-ai-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 220px;
	gap: 1rem;
	align-items: center;
	margin-bottom: 1rem;
	padding: 1rem 0;
	border-bottom: 4px solid var(--fda-black);
}

.fda-sticky-ai-hero h1 {
	margin: 0;
	font-family: var(--fda-condensed);
	font-size: 5.8rem;
	line-height: 0.82;
	text-transform: uppercase;
}

.fda-sticky-ai-hero p:last-child {
	max-width: 760px;
	font-weight: 850;
}

.fda-sticky-ai-hero img {
	width: 190px;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	transform: rotate(6deg);
}

.fda-sticky-ai-shell {
	overflow: hidden;
	background: #fff;
	border: 5px solid var(--fda-black);
	box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.18);
}

.fda-sticky-ai-windowbar {
	display: flex;
	gap: 0.5rem;
	align-items: center;
	padding: 0.7rem 0.9rem;
	background: var(--fda-black);
	color: #fff;
}

.fda-sticky-ai-windowbar span {
	width: 14px;
	height: 14px;
	background: var(--fda-red);
	border-radius: 50%;
}

.fda-sticky-ai-windowbar span:nth-child(2) {
	background: var(--fda-yellow);
}

.fda-sticky-ai-windowbar span:nth-child(3) {
	background: #34c759;
}

.fda-sticky-ai-windowbar strong {
	margin-left: 0.5rem;
	font-family: var(--fda-marker);
}

.fda-sticky-ai-intro {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr);
	gap: 1rem;
	align-items: center;
	padding: 1rem;
	border-bottom: 3px solid var(--fda-black);
}

.fda-sticky-ai-intro img {
	width: 78px;
	aspect-ratio: 1 / 1;
	object-fit: contain;
}

.fda-sticky-ai-intro h2,
.fda-sticky-ai-intro p {
	margin: 0;
}

.fda-sticky-ai-log {
	display: grid;
	gap: 0.85rem;
	min-height: 360px;
	max-height: 56vh;
	padding: 1rem;
	overflow: auto;
	background:
		linear-gradient(rgba(0, 0, 0, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 0, 0, 0.035) 1px, transparent 1px),
		var(--fda-paper);
	background-size: 18px 18px;
}

.fda-chat-message {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 0.7rem;
	align-items: end;
	max-width: 78%;
}

.fda-chat-message--user {
	grid-template-columns: minmax(0, 1fr) 44px;
	justify-self: end;
}

.fda-chat-message img,
.fda-chat-avatar {
	width: 44px;
	height: 44px;
	object-fit: contain;
}

.fda-chat-avatar {
	display: grid;
	place-items: center;
	background: var(--fda-black);
	border: 3px solid var(--fda-black);
	border-radius: 50%;
	color: #fff;
	font-weight: 900;
}

.fda-chat-message p {
	margin: 0;
	padding: 0.8rem 0.95rem;
	background: #fff;
	border: 3px solid var(--fda-black);
	box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.12);
	font-weight: 800;
}

.fda-chat-message--user p {
	grid-column: 1;
	grid-row: 1;
	background: var(--fda-red);
	color: #fff;
}

.fda-chat-message--user .fda-chat-avatar {
	grid-column: 2;
	grid-row: 1;
}

.fda-chat-message--typing p {
	display: flex;
	gap: 0.3rem;
	align-items: center;
}

.fda-chat-message--typing i {
	width: 8px;
	height: 8px;
	background: var(--fda-black);
	border-radius: 50%;
	animation: fdaTypingDot 700ms ease-in-out infinite alternate;
}

.fda-chat-message--typing i:nth-child(2) {
	animation-delay: 120ms;
}

.fda-chat-message--typing i:nth-child(3) {
	animation-delay: 240ms;
}

.fda-sticky-ai-form {
	display: grid;
	grid-template-columns: minmax(140px, 220px) minmax(0, 1fr) auto;
	gap: 0.75rem;
	align-items: end;
	padding: 1rem;
	background: #fff;
	border-top: 3px solid var(--fda-black);
}

.fda-sticky-ai-form label {
	display: grid;
	gap: 0.25rem;
	font-weight: 900;
}

.fda-sticky-ai-form input {
	min-height: 44px;
	padding: 0.65rem 0.8rem;
	border: 3px solid var(--fda-black);
	font: inherit;
	font-weight: 800;
}

@keyframes fdaTypingDot {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(-5px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.fda-chat-message--typing i {
		animation: none;
	}
}

@media (min-width: 960px) {
	.fda-page-hero h1,
	.fda-form-page .fda-page-hero h1,
	.fda-shop-hero h1 {
		font-size: 7rem;
	}

	.fda-product-promo {
		grid-template-columns: minmax(0, 1fr) 260px;
	}
}

@media (max-width: 959px) {
	.fda-home-sidebar,
	.fda-archive-sidebar,
	.fda-page-sidebar,
	.fda-shop-sidebar {
		position: static;
		max-height: none;
		overflow: visible;
	}

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

@media (max-width: 719px) {
	.fda-page-hero h1,
	.fda-form-page .fda-page-hero h1,
	.fda-shop-hero h1 {
		padding-left: 0;
		font-size: 4.55rem;
	}

	.fda-page-hero h1::after {
		left: 0;
	}

	.fda-page-hero--with-art .fda-hero-art-row {
		min-height: 0;
	}

	.fda-page-hero--with-art .fda-hero-art-row img {
		max-height: 130px;
	}

	body.woocommerce ul.products,
	body.woocommerce-page ul.products {
		grid-template-columns: 1fr;
	}

	.fda-sticky-ai-hero,
	.fda-sticky-ai-form {
		grid-template-columns: 1fr;
	}

	.fda-chat-message {
		max-width: 100%;
	}
}

/* v1.1.2 mobile header repair, newsletter WPForms polish, and Woo grid cleanup. */
body.woocommerce ul.products::before,
body.woocommerce ul.products::after,
body.woocommerce-page ul.products::before,
body.woocommerce-page ul.products::after {
	display: none !important;
	content: none !important;
}

body.woocommerce ul.products[class*="columns-"] li.product,
body.woocommerce-page ul.products[class*="columns-"] li.product,
body.woocommerce ul.products li.product.fda-product-card,
body.woocommerce-page ul.products li.product.fda-product-card {
	clear: none !important;
}

.fda-page-hero--with-art .fda-hero-art-row .fda-dynamic-bubble {
	top: -0.85rem;
}

.fda-page-hero--with-art .fda-hero-art-row .fda-dynamic-bubble::before {
	bottom: -9px;
}

.fda-page-hero--with-art .fda-hero-art-row .fda-dynamic-bubble::after {
	bottom: -2px;
}

.fda-page-hero--with-art .fda-hero-art-row .fda-dynamic-sticky {
	right: -0.2rem;
	width: 165px;
}

.fda-newsletter-bar--embedded {
	grid-template-columns: minmax(0, 0.9fr) minmax(260px, 1fr);
	gap: 0.9rem;
	align-items: end;
}

.fda-newsletter-bar--embedded .fda-newsletter-copy h2 {
	position: relative;
	display: inline-block;
	margin: 0 0 0.25rem;
	font-family: var(--fda-condensed);
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 0.95;
	text-transform: uppercase;
}

.fda-newsletter-bar--embedded .fda-newsletter-copy h2::after {
	position: absolute;
	right: 0;
	bottom: -0.12em;
	left: 0;
	height: 5px;
	background: var(--fda-red);
	content: "";
	transform: rotate(-1deg);
}

.fda-newsletter-bar--embedded .fda-newsletter-copy p {
	margin: 0.35rem 0 0;
	font-weight: 800;
	line-height: 1.15;
}

.fda-newsletter-bar--embedded .fda-newsletter-embed,
.fda-newsletter-bar--embedded .wpforms-container,
.fda-newsletter-bar--embedded .wpforms-container-full {
	margin: 0 !important;
	padding: 0 !important;
}

.fda-newsletter-bar--embedded .wpforms-form {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.55rem;
	align-items: end;
}

.fda-newsletter-bar--embedded .wpforms-field-container,
.fda-newsletter-bar--embedded .wpforms-field {
	display: contents !important;
	margin: 0 !important;
	padding: 0 !important;
}

.fda-newsletter-bar--embedded .wpforms-field-label {
	grid-column: 1 / -1;
	margin: 0 !important;
	color: var(--fda-black) !important;
	font-family: var(--fda-marker) !important;
	font-size: 0.94rem !important;
	font-weight: 700 !important;
	line-height: 1 !important;
}

.fda-newsletter-bar--embedded input[type="email"],
.fda-newsletter-bar--embedded input[type="text"] {
	width: 100% !important;
	min-height: 44px !important;
	margin: 0 !important;
	padding: 0.7rem 0.8rem !important;
	background: #fff !important;
	border: 3px solid var(--fda-black) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: var(--fda-black) !important;
	font: inherit !important;
	font-weight: 800 !important;
}

.fda-newsletter-bar--embedded .wpforms-submit-container {
	display: contents !important;
	margin: 0 !important;
	padding: 0 !important;
}

.fda-newsletter-bar--embedded button[type="submit"],
.fda-newsletter-bar--embedded .wpforms-submit {
	min-height: 44px !important;
	margin: 0 !important;
	padding: 0.7rem 1rem !important;
	background: var(--fda-red) !important;
	border: 3px solid var(--fda-red) !important;
	border-radius: 0 !important;
	color: #fff !important;
	font-family: var(--fda-condensed) !important;
	font-size: 1rem !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
	box-shadow: none !important;
}

@media (max-width: 1180px) {
	.fda-footer-note {
		display: grid;
		grid-template-columns: 120px minmax(120px, 1fr);
		gap: 1rem;
		align-items: center;
		min-height: 165px;
	}

	.fda-footer-note .fda-footer-note-link,
	.fda-footer-note img {
		margin: 0;
	}

	.fda-footer-note .fda-footer-bubble {
		position: relative;
		top: auto;
		right: auto;
		max-width: 190px;
	}
}

@media (max-width: 959px) {
	.fda-site-header {
		position: relative;
		z-index: 20;
	}

	.fda-header-inner {
		min-height: 112px;
		padding: 0.65rem 1rem 0.85rem;
	}

	.fda-logo img {
		width: 104px;
		max-height: 104px;
	}

	.fda-main,
	.fda-page-shell,
	.fda-archive-template,
	.fda-home {
		position: relative;
		z-index: 1;
		padding-top: 2.25rem;
	}

	.fda-page-hero--with-art {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0.7rem;
		overflow: visible;
		padding-top: 0.6rem;
		background: transparent;
	}

	.fda-page-hero--with-art > div:first-child {
		position: relative;
		z-index: 2;
	}

	.fda-page-hero h1,
	.fda-form-page .fda-page-hero h1,
	.fda-shop-hero h1 {
		color: var(--fda-black);
		font-size: 4.8rem;
	}

	.fda-page-hero p,
	.fda-form-page .fda-page-hero p {
		color: var(--fda-black);
	}

	.fda-page-hero--with-art .fda-hero-art-row {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 120px)) minmax(120px, 1fr);
		gap: 0.45rem;
		align-items: end;
		justify-content: start;
		min-height: 0;
		padding: 2.2rem 0 0.55rem;
		overflow: visible;
	}

	.fda-page-hero--with-art .fda-hero-art-row img {
		max-height: 130px;
	}

	.fda-page-hero--with-art .fda-hero-art-row .fda-dynamic-bubble {
		top: -0.75rem;
		right: auto;
		left: 4.6rem;
		max-width: min(260px, calc(100vw - 3rem));
		font-size: 0.75rem;
	}

	.fda-page-hero--with-art .fda-hero-art-row .fda-dynamic-sticky {
		position: relative;
		top: auto;
		right: auto;
		grid-column: 3;
		grid-row: 1;
		align-self: center;
		width: min(150px, 35vw);
		margin-left: auto;
		font-size: 0.78rem;
	}

	.fda-newsletter-bar--embedded {
		grid-template-columns: 1fr;
		align-items: stretch;
	}
}

@media (max-width: 719px) {
	.fda-header-inner {
		min-height: 102px;
	}

	.fda-logo img {
		width: 92px;
		max-height: 92px;
	}

	.fda-site-header::after {
		bottom: -10px;
		height: 13px;
	}

	.fda-home {
		padding-top: 1.6rem;
	}

	.fda-hero {
		padding-top: 0.75rem;
	}

	.fda-hero h1 {
		font-size: 3.15rem;
	}

	.fda-page-hero h1,
	.fda-form-page .fda-page-hero h1,
	.fda-shop-hero h1 {
		font-size: 4.15rem;
		line-height: 0.82;
	}

	.fda-page-hero--with-art .fda-hero-art-row {
		grid-template-columns: repeat(2, minmax(0, 92px)) minmax(0, 1fr);
		padding-top: 2.4rem;
	}

	.fda-page-hero--with-art .fda-hero-art-row img {
		max-height: 105px;
	}

	.fda-page-hero--with-art .fda-hero-art-row .fda-dynamic-bubble {
		left: 2.5rem;
		max-width: 220px;
	}

	.fda-page-hero--with-art .fda-hero-art-row .fda-dynamic-sticky {
		width: 118px;
		font-size: 0.64rem;
	}

	.fda-newsletter-bar--embedded .wpforms-form {
		grid-template-columns: 1fr;
	}

	.fda-newsletter-bar--embedded .wpforms-field-label {
		grid-column: auto;
	}

	.fda-footer-note {
		grid-template-columns: 92px minmax(0, 1fr);
	}

	.fda-footer-note .fda-footer-note-link img {
		width: 92px;
	}
}

/* v1.1.3 mobile render rescue: remove jagged clip-path on narrow screens and simplify hero flow. */
.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after,
.fda-shop-main ul.products::before,
.fda-shop-main ul.products::after {
	display: none !important;
	content: none !important;
}

.fda-shop-main ul.products,
.woocommerce .fda-shop-main ul.products,
.woocommerce-page .fda-shop-main ul.products,
.woocommerce ul.products.products,
.woocommerce-page ul.products.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 1rem !important;
	align-items: stretch !important;
}

.fda-shop-main ul.products li.product,
.woocommerce .fda-shop-main ul.products li.product,
.woocommerce-page .fda-shop-main ul.products li.product,
.woocommerce ul.products.products li.product,
.woocommerce-page ul.products.products li.product {
	float: none !important;
	clear: none !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
}

@media (max-width: 959px) {
	.fda-site-header::after,
	.fda-home-sidebar::before,
	.fda-archive-sidebar::before,
	.fda-shop-sidebar::before {
		display: none !important;
		clip-path: none !important;
	}

	.fda-site-header {
		border-bottom: 6px solid var(--fda-black);
	}

	.fda-home,
	.fda-page-shell,
	.fda-archive-template {
		width: min(100% - 1.2rem, 760px);
		padding-top: 1rem;
		overflow-x: clip;
	}

	.fda-hero {
		display: grid;
		grid-template-columns: 1fr;
		gap: 1rem;
		padding: 1rem 0 1.5rem;
		background: transparent !important;
		color: var(--fda-black) !important;
	}

	.fda-hero-copy {
		padding: 0;
		background: transparent !important;
		color: var(--fda-black) !important;
	}

	.fda-hero h1 .fda-hero-line {
		color: var(--fda-black) !important;
	}

	.fda-hero h1 .fda-hero-line--red {
		color: var(--fda-red) !important;
	}

	.fda-hero-panel {
		background:
			radial-gradient(circle at 90% 14%, rgba(0, 0, 0, 0.12) 0 1px, transparent 1px) 0 0 / 9px 9px,
			#fff !important;
		color: var(--fda-black) !important;
	}

	.fda-page-hero--with-art .fda-hero-art-row {
		position: relative;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 118px));
		justify-content: center;
		gap: 0.7rem;
		padding: 4.35rem 0 0.65rem;
		overflow: visible;
	}

	.fda-page-hero--with-art .fda-hero-art-row .fda-dynamic-bubble {
		position: absolute !important;
		top: 0 !important;
		left: 50% !important;
		right: auto !important;
		z-index: 4;
		width: min(330px, calc(100vw - 3rem));
		max-width: min(330px, calc(100vw - 3rem));
		transform: translateX(-50%) rotate(-1.4deg);
	}

	.fda-page-hero--with-art .fda-hero-art-row .fda-dynamic-bubble::before {
		right: 18%;
		bottom: -9px;
	}

	.fda-page-hero--with-art .fda-hero-art-row .fda-dynamic-sticky {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		left: auto !important;
		grid-column: 1 / -1;
		grid-row: auto;
		justify-self: end;
		width: min(150px, 38vw);
		margin-top: -0.3rem;
	}

	.fda-shop-main ul.products,
	.woocommerce .fda-shop-main ul.products,
	.woocommerce-page .fda-shop-main ul.products,
	.woocommerce ul.products.products,
	.woocommerce-page ul.products.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.fda-sticky-ai-page {
		width: min(100% - 1.2rem, 760px);
		overflow-x: clip;
	}

	.fda-sticky-ai-hero {
		grid-template-columns: 1fr;
		gap: 0.75rem;
		max-width: 100%;
		overflow-wrap: anywhere;
	}

	.fda-sticky-ai-hero h1 {
		max-width: 100%;
		font-size: 4.1rem;
		overflow-wrap: anywhere;
		word-break: break-word;
	}

	.fda-sticky-ai-hero p {
		max-width: 100%;
	}

	.fda-sticky-ai-windowbar strong {
		min-width: 0;
		overflow-wrap: anywhere;
	}
}

@media (max-width: 719px) {
	.fda-hero h1 {
		font-size: 3.1rem;
	}

	.fda-hero-actions {
		align-items: stretch;
	}

	.fda-hero-actions .fda-button {
		width: 100%;
		justify-content: center;
	}

	.fda-page-hero--with-art .fda-hero-art-row {
		grid-template-columns: repeat(2, minmax(0, 92px));
		padding-top: 4.9rem;
	}

	.fda-page-hero--with-art .fda-hero-art-row .fda-dynamic-bubble {
		font-size: 0.72rem;
		line-height: 1.05;
	}

	.fda-page-hero--with-art .fda-hero-art-row .fda-dynamic-sticky {
		width: min(124px, 38vw);
		font-size: 0.62rem;
	}

	.fda-shop-main ul.products,
	.woocommerce .fda-shop-main ul.products,
	.woocommerce-page .fda-shop-main ul.products,
	.woocommerce ul.products.products,
	.woocommerce-page ul.products.products {
		grid-template-columns: 1fr !important;
	}

	.fda-sticky-ai-hero h1 {
		font-size: 3.2rem;
	}

	.fda-sticky-ai-hero img {
		width: 128px;
	}
}

/* v1.1.4 mobile layout polish, real checkmarks, and mobile newsletter modal. */
.fda-check-list li::before,
.fda-form-card .wpforms-field-checkbox input[type="checkbox"]:checked + label::before {
	content: "\2713";
	font-family: var(--fda-body);
	font-weight: 900;
}

.fda-mobile-newsletter {
	background: #fff;
	color: var(--fda-black);
	cursor: pointer;
	font-family: inherit;
}

.fda-mobile-notes {
	justify-items: center;
}

.fda-mobile-notes .fda-dynamic-sticky {
	width: min(210px, 72vw);
	margin-inline: auto;
}

.fda-mobile-notes .fda-dynamic-bubble {
	display: none !important;
}

.fda-newsletter-modal[hidden] {
	display: none;
}

.fda-newsletter-modal {
	position: fixed;
	inset: 0;
	z-index: 3000;
	display: grid;
	place-items: center;
	padding: 1rem;
	background: rgba(0, 0, 0, 0.78);
}

.fda-newsletter-modal__dialog {
	position: relative;
	width: min(560px, 100%);
	max-height: min(86vh, 720px);
	padding: 1.1rem;
	overflow: auto;
	background:
		radial-gradient(circle at 1px 1px, rgba(0, 0, 0, 0.12) 1px, transparent 0) 0 0 / 13px 13px,
		var(--fda-paper);
	border: 4px solid var(--fda-black);
	box-shadow: 9px 9px 0 rgba(242, 5, 58, 0.35);
}

.fda-newsletter-modal__dialog > h2 {
	margin: 0 3rem 0.25rem 0;
	font-family: var(--fda-display);
	font-size: 2.4rem;
	line-height: 0.95;
	text-transform: uppercase;
}

.fda-newsletter-modal__dialog > p {
	margin: 0 0 0.85rem;
	font-weight: 800;
}

.fda-newsletter-modal__close {
	position: absolute;
	top: 0.65rem;
	right: 0.65rem;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	background: var(--fda-red);
	border: 3px solid var(--fda-black);
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1;
}

.fda-newsletter-modal .fda-newsletter-bar,
.fda-newsletter-modal .fda-newsletter-bar--embedded {
	width: 100%;
	margin: 0;
	padding: 0.75rem;
	background: #fff;
	border-width: 3px;
	box-shadow: none;
}

.fda-newsletter-modal .fda-newsletter-bar > div:first-child {
	display: none;
}

@media (max-width: 959px) {
	.fda-contact-layout,
	.fda-form-layout.fda-contact-layout,
	.fda-shop-layout {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 1rem !important;
	}

	.fda-contact-sidebar,
	.fda-contact-sidebar .fda-sidebar-box,
	.fda-contact-methods,
	.fda-contact-methods ul,
	.fda-contact-methods li {
		min-width: 0;
		max-width: 100%;
	}

	.fda-contact-methods li {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr);
		gap: 0.35rem 0.6rem;
		align-items: center;
	}

	.fda-contact-methods li em {
		grid-column: 2;
		justify-self: start;
	}

	.fda-contact-methods li strong,
	.fda-contact-methods li em {
		min-width: 0;
		overflow-wrap: anywhere;
		word-break: break-word;
	}

	.fda-page-hero--with-art .fda-hero-art-row {
		border-bottom-width: 4px;
	}

	.fda-page-hero--with-art .fda-hero-art-row::after {
		display: none !important;
	}

	.fda-page-hero--with-art .fda-hero-art-row .fda-dynamic-bubble::before {
		bottom: -16px !important;
	}

	.fda-page-hero--with-art .fda-hero-art-row .fda-dynamic-bubble::after {
		bottom: -8px !important;
	}

	.fda-page-hero--with-art .fda-hero-art-row .fda-dynamic-sticky,
	.fda-page-sidebar .fda-sidebar-note,
	.fda-form-sidebar .fda-sidebar-note,
	.fda-shop-sidebar .fda-sidebar-note,
	.fda-archive-sidebar > .fda-dynamic-sticky {
		display: none !important;
	}

	.fda-shop-main,
	.fda-shop-main .woocommerce,
	.fda-shop-main .products {
		min-width: 0;
		max-width: 100%;
		overflow: visible !important;
	}

	.fda-shop-main ul.products,
	.woocommerce .fda-shop-main ul.products,
	.woocommerce-page .fda-shop-main ul.products,
	body.woocommerce .fda-shop-main ul.products,
	body.woocommerce-page .fda-shop-main ul.products,
	body.woocommerce ul.products.products,
	body.woocommerce-page ul.products.products {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 0.9rem !important;
		height: auto !important;
		max-height: none !important;
		overflow: visible !important;
		opacity: 1 !important;
		visibility: visible !important;
	}

	.fda-shop-main ul.products li.product,
	.woocommerce .fda-shop-main ul.products li.product,
	.woocommerce-page .fda-shop-main ul.products li.product,
	body.woocommerce .fda-shop-main ul.products li.product,
	body.woocommerce-page .fda-shop-main ul.products li.product,
	body.woocommerce ul.products.products li.product,
	body.woocommerce-page ul.products.products li.product {
		position: relative !important;
		display: grid !important;
		float: none !important;
		clear: none !important;
		width: auto !important;
		max-width: none !important;
		height: auto !important;
		margin: 0 !important;
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
	}
}

@media (max-width: 719px) {
	.fda-page-hero--with-art .fda-hero-art-row {
		padding-top: 4.65rem;
	}

	.fda-page-hero--with-art .fda-hero-art-row .fda-dynamic-bubble::before {
		bottom: -18px !important;
	}

	.fda-page-hero--with-art .fda-hero-art-row .fda-dynamic-bubble::after {
		bottom: -10px !important;
	}

	.fda-archive-filters {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 0.45rem !important;
		margin-bottom: 0.55rem !important;
	}

	.fda-archive-filters input[type="search"] {
		grid-column: 1 / -1;
	}

	.fda-archive-filters input,
	.fda-archive-filters select,
	.fda-archive-filters button {
		min-height: 38px !important;
		padding: 0.45rem 0.55rem !important;
		border-width: 2px !important;
		font-size: 0.84rem !important;
		line-height: 1.05 !important;
	}

	.fda-clear-filters,
	.fda-comic-count {
		font-size: 0.9rem !important;
	}

	.fda-topic-chips {
		gap: 0.35rem !important;
		margin: 0.45rem 0 0.75rem !important;
	}

	.fda-topic-chips a {
		padding: 0.34rem 0.5rem !important;
		font-size: 0.82rem !important;
	}

	.fda-shop-main ul.products,
	.woocommerce .fda-shop-main ul.products,
	.woocommerce-page .fda-shop-main ul.products,
	body.woocommerce .fda-shop-main ul.products,
	body.woocommerce-page .fda-shop-main ul.products,
	body.woocommerce ul.products.products,
	body.woocommerce-page ul.products.products {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.fda-shop-main ul.products li.product,
	.woocommerce .fda-shop-main ul.products li.product,
	.woocommerce-page .fda-shop-main ul.products li.product {
		min-height: 0 !important;
	}
}

/* v1.1.5 user-tuned footer note spacing and speech-bubble tail placement. */
@media (min-width: 960px) {
	.fda-footer-note img {
		width: 122px;
		margin: 0 8rem 0 0;
	}
}

@media (max-width: 959px) {
	.fda-page-hero--with-art .fda-hero-art-row .fda-dynamic-bubble::before {
		bottom: -11px !important;
	}
}

@media (max-width: 719px) {
	.fda-page-hero--with-art .fda-hero-art-row .fda-dynamic-bubble::before {
		bottom: -10px !important;
	}
}

/* v1.1.6 Ko-fi, privacy notice, Bluesky/contact polish. */
.fda-kofi-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 42px;
	padding: 0.45rem 0.75rem;
	background: #fff;
	color: var(--fda-black);
	border: 3px solid var(--fda-black);
	border-radius: var(--fda-radius);
	box-shadow: 3px 3px 0 rgba(242, 5, 58, 0.45);
	font-weight: 950;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.fda-kofi-button img {
	display: block;
	width: 72px;
	height: auto;
	max-height: 26px;
	object-fit: contain;
}

.fda-kofi-button span {
	white-space: nowrap;
}

.fda-kofi-button--header {
	min-height: 38px;
	padding: 0.35rem 0.55rem;
	background: var(--fda-yellow);
	transform: rotate(-1deg);
}

.fda-kofi-button--header img {
	width: 58px;
	max-height: 22px;
}

.fda-kofi-button--sidebar,
.fda-kofi-button--mobile {
	width: 100%;
}

.fda-kofi-button--mobile {
	margin: 0.9rem 0;
	padding: 0.75rem 1rem;
	background: var(--fda-yellow);
}

.fda-kofi-button--mobile img {
	width: 82px;
	max-height: 30px;
}

.fda-kofi-button--sidebar {
	margin-top: 0.85rem;
	background: #fff;
}

.fda-kofi-modal[hidden],
.fda-privacy-notice[hidden] {
	display: none !important;
}

.fda-kofi-modal {
	position: fixed;
	inset: 0;
	z-index: 3500;
	display: grid;
	place-items: center;
	padding: 1rem;
	background: rgba(0, 0, 0, 0.78);
}

.fda-kofi-modal__dialog {
	position: relative;
	width: min(720px, 100%);
	max-height: min(92vh, 820px);
	padding: 1rem;
	overflow: auto;
	background:
		radial-gradient(circle at 1px 1px, rgba(0, 0, 0, 0.11) 1px, transparent 0) 0 0 / 12px 12px,
		var(--fda-paper);
	border: 5px solid var(--fda-black);
	box-shadow: 10px 10px 0 rgba(242, 5, 58, 0.5);
}

.fda-kofi-modal__dialog h2 {
	margin: 0 3rem 0.25rem 0;
	font-family: var(--fda-display);
	font-size: clamp(2.3rem, 7vw, 4.5rem);
	line-height: 0.92;
	text-transform: uppercase;
}

.fda-kofi-modal__dialog p {
	max-width: 48rem;
	margin: 0 0 0.85rem;
	font-weight: 850;
}

.fda-kofi-modal iframe {
	display: block;
	width: 100%;
	height: min(712px, 70vh);
	margin: 0.75rem 0;
	border: 0;
	background: #f9f9f9;
}

.fda-kofi-modal__close {
	position: absolute;
	top: 0.65rem;
	right: 0.65rem;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	background: var(--fda-red);
	border: 3px solid var(--fda-black);
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: 2rem;
	font-weight: 950;
	line-height: 1;
}

.fda-kofi-fallback {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0.55rem 0.8rem;
	background: #fff;
	border: 3px solid var(--fda-black);
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

.fda-privacy-notice {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	left: 1rem;
	z-index: 3300;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: center;
	width: min(980px, calc(100% - 2rem));
	margin: 0 auto;
	padding: 1rem;
	background: var(--fda-black);
	color: #fff;
	border: 4px solid #fff;
	box-shadow: 8px 8px 0 rgba(242, 5, 58, 0.55);
}

.fda-privacy-notice strong {
	display: block;
	margin-bottom: 0.25rem;
	font-family: var(--fda-display);
	font-size: 1.5rem;
	line-height: 0.95;
	text-transform: uppercase;
}

.fda-privacy-notice p {
	margin: 0;
	font-weight: 760;
}

.fda-privacy-notice nav,
.fda-privacy-actions,
.fda-footer-privacy-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	align-items: center;
}

.fda-privacy-notice nav {
	margin-top: 0.45rem;
}

.fda-privacy-notice a,
.fda-footer-privacy-links button {
	color: inherit;
	font-weight: 900;
	text-decoration-color: var(--fda-red);
	text-decoration-thickness: 3px;
	text-underline-offset: 0.2em;
}

.fda-privacy-actions button,
.fda-footer-privacy-links button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0.45rem 0.75rem;
	background: #fff;
	color: var(--fda-black);
	border: 3px solid currentColor;
	cursor: pointer;
	font: inherit;
	font-weight: 950;
	text-transform: uppercase;
}

.fda-privacy-actions button:last-child {
	background: var(--fda-red);
	color: #fff;
}

.fda-footer-privacy-links {
	justify-content: flex-end;
	margin: 0;
}

.fda-footer-privacy-links button {
	min-height: 0;
	padding: 0;
	background: transparent;
	border: 0;
	color: #fff;
	text-decoration: underline;
}

.fda-contact-methods li {
	grid-template-columns: 30px minmax(0, 1fr);
}

.fda-contact-methods li strong,
.fda-contact-methods li em,
.fda-contact-social-wrap {
	min-width: 0;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.fda-contact-methods li em {
	grid-column: 2;
	justify-self: start;
	opacity: 0.76;
}

.fda-contact-social-wrap {
	display: grid;
	gap: 0.25rem;
}

.fda-contact-social-wrap .fda-social-links {
	gap: 0.35rem;
}

@media (max-width: 1179px) {
	.fda-header-actions {
		gap: 0.45rem;
	}

	.fda-kofi-button--header span {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
	}
}

@media (max-width: 719px) {
	.fda-kofi-button--header {
		display: none;
	}

	.fda-privacy-notice {
		grid-template-columns: 1fr;
		align-items: stretch;
		padding: 0.85rem;
	}

	.fda-privacy-actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* v1.1.7 form/newsletter alignment and lighter Ko-fi buttons. */
.fda-kofi-button .fda-svg-icon {
	flex: 0 0 auto;
	width: 1.15rem;
	height: 1.15rem;
	stroke-width: 3;
}

.fda-kofi-button img {
	display: none !important;
}

.fda-kofi-modal__dialog {
	max-height: min(88svh, 760px);
}

.fda-kofi-modal iframe {
	height: min(620px, 62svh);
}

.fda-footer-newsletter {
	width: min(1380px, calc(100% - 2rem));
	margin: 1.25rem auto 0;
}

.fda-footer-newsletter .fda-newsletter-bar {
	margin: 0 0 1.2rem;
}

.fda-newsletter-bar,
.fda-newsletter-bar--embedded {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1fr);
	gap: 0.85rem;
	align-items: center;
	padding: 1rem;
	background: #fff;
	border: 4px solid var(--fda-black);
	box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.12);
}

.fda-newsletter-bar .fda-newsletter-copy,
.fda-newsletter-bar > div:first-child {
	min-width: 0;
}

.fda-newsletter-bar h2,
.fda-newsletter-bar--embedded .fda-newsletter-copy h2 {
	position: relative;
	display: inline-block;
	margin: 0 0 0.25rem;
	font-family: var(--fda-display);
	font-size: clamp(1.35rem, 2.8vw, 2rem);
	font-weight: 900;
	line-height: 0.95;
	text-transform: uppercase;
}

.fda-newsletter-bar h2::after,
.fda-newsletter-bar--embedded .fda-newsletter-copy h2::after {
	position: absolute;
	right: 0;
	bottom: -0.12em;
	left: 0;
	height: 5px;
	background: var(--fda-red);
	content: "";
	transform: rotate(-1deg);
}

.fda-newsletter-bar p,
.fda-newsletter-bar--embedded .fda-newsletter-copy p {
	margin: 0.35rem 0 0;
	font-weight: 800;
	line-height: 1.15;
}

.fda-newsletter-bar form,
.fda-newsletter-bar--embedded .wpforms-form {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.55rem;
	align-items: end;
	width: 100%;
}

.fda-newsletter-bar--embedded .fda-newsletter-embed,
.fda-newsletter-bar--embedded .wpforms-container,
.fda-newsletter-bar--embedded .wpforms-container-full,
.fda-newsletter-bar--embedded .wpforms-field-container,
.fda-newsletter-bar--embedded .wpforms-field,
.fda-newsletter-bar--embedded .wpforms-submit-container {
	margin: 0 !important;
	padding: 0 !important;
}

.fda-newsletter-bar--embedded .wpforms-field-container,
.fda-newsletter-bar--embedded .wpforms-field,
.fda-newsletter-bar--embedded .wpforms-submit-container {
	display: contents !important;
}

.fda-newsletter-bar input[type="email"],
.fda-newsletter-bar input[type="text"],
.fda-newsletter-bar--embedded input[type="email"],
.fda-newsletter-bar--embedded input[type="text"] {
	width: 100% !important;
	min-height: 46px !important;
	margin: 0 !important;
	padding: 0.72rem 0.82rem !important;
	background: #fff !important;
	border: 3px solid var(--fda-black) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: var(--fda-black) !important;
	font: inherit !important;
	font-weight: 800 !important;
}

.fda-newsletter-bar button,
.fda-newsletter-bar .fda-button,
.fda-newsletter-bar--embedded button[type="submit"],
.fda-newsletter-bar--embedded .wpforms-submit {
	min-height: 46px !important;
	margin: 0 !important;
	padding: 0.72rem 1rem !important;
	background: var(--fda-red) !important;
	border: 3px solid var(--fda-red) !important;
	border-radius: 0 !important;
	color: #fff !important;
	font-family: var(--fda-condensed) !important;
	font-size: 1rem !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
}

.fda-simple-form-card .wpforms-field-name,
.fda-simple-form-card .wpforms-field-email,
.fda-simple-form-card .wpforms-field-textarea,
.fda-simple-form-card .wpforms-field-layout,
.fda-simple-form-card .wpforms-submit-container {
	grid-column: 1 / -1;
}

.fda-simple-form-card .wpforms-field-row {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

.fda-simple-form-card .wpforms-field-row-block,
.fda-simple-form-card .wpforms-one-half,
.fda-simple-form-card .wpforms-first,
.fda-simple-form-card .wpforms-field-row-block:first-child {
	float: none !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

@media (max-width: 719px) {
	.fda-kofi-modal__dialog {
		max-height: 86svh;
		padding: 0.8rem;
	}

	.fda-kofi-modal iframe {
		height: 54svh;
	}

	.fda-newsletter-bar,
	.fda-newsletter-bar--embedded,
	.fda-newsletter-bar form,
	.fda-newsletter-bar--embedded .wpforms-form {
		grid-template-columns: 1fr !important;
	}

	.fda-simple-form-card .wpforms-field-row {
		grid-template-columns: 1fr;
	}
}

/* v1.1.8 404 page, footer newsletter cleanup, and smarter sticky columns. */
@media (min-width: 960px) {
	.fda-home-sidebar,
	.fda-archive-sidebar,
	.fda-page-sidebar,
	.fda-shop-sidebar {
		position: static !important;
		max-height: none !important;
		overflow: visible !important;
	}

	.fda-sticky-column {
		position: sticky !important;
		top: 112px;
		align-self: start;
	}
}

.fda-site-footer > .fda-footer-newsletter {
	width: min(1380px, calc(100% - 2rem));
	margin: 0 auto;
	padding: 1.15rem 0 0.25rem;
}

.fda-site-footer > .fda-footer-newsletter .fda-newsletter-bar {
	margin: 0;
	background: #fff;
	border-color: #fff;
	box-shadow: none;
}

.fda-site-footer > .fda-footer-newsletter .fda-newsletter-bar--embedded {
	grid-template-columns: minmax(0, 0.85fr) minmax(300px, 0.9fr);
}

.fda-site-footer > .fda-footer-newsletter .fda-newsletter-copy p,
.fda-site-footer > .fda-footer-newsletter .fda-newsletter-bar p {
	font-size: 0.95rem;
}

.fda-site-footer > .fda-footer-newsletter .wpforms-field-label {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.fda-site-footer > .fda-footer-newsletter .fda-newsletter-bar--embedded .wpforms-form,
.fda-site-footer > .fda-footer-newsletter .fda-newsletter-bar form {
	grid-template-columns: minmax(0, 1fr) minmax(112px, auto);
	align-items: stretch;
}

.fda-site-footer > .fda-footer-newsletter input[type="email"],
.fda-site-footer > .fda-footer-newsletter input[type="text"],
.fda-site-footer > .fda-footer-newsletter button,
.fda-site-footer > .fda-footer-newsletter .wpforms-submit {
	min-height: 44px !important;
}

.fda-404-page {
	padding-top: clamp(1.5rem, 4vw, 3rem);
}

.fda-404-hero {
	display: grid;
	gap: clamp(1.5rem, 4vw, 3rem);
	align-items: center;
	min-height: min(720px, calc(100svh - 170px));
}

.fda-404-copy h1 {
	max-width: 780px;
	margin: 0.15rem 0 0.8rem;
	color: var(--fda-black);
	font-family: var(--fda-display);
	font-size: clamp(4rem, 10vw, 8.8rem);
	font-weight: 900;
	line-height: 0.82;
	text-transform: uppercase;
}

.fda-404-copy > p {
	max-width: 680px;
	margin: 0 0 1rem;
	font-size: clamp(1.1rem, 2vw, 1.45rem);
	font-weight: 850;
}

.fda-404-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.65rem;
	max-width: 660px;
	margin-bottom: 1rem;
}

.fda-404-search input {
	min-height: 48px;
	padding: 0.7rem 0.85rem;
	background: #fff;
	border: 3px solid var(--fda-black);
	border-radius: 0;
	box-shadow: none;
	color: var(--fda-black);
	font: inherit;
	font-weight: 850;
}

.fda-404-panel {
	position: relative;
	min-height: 360px;
	padding: 3rem 1.25rem 1.25rem;
	background:
		radial-gradient(circle at 1px 1px, rgba(0, 0, 0, 0.13) 1px, transparent 0) 0 0 / 13px 13px,
		#fff;
	border: 6px solid var(--fda-black);
	box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.16);
	overflow: hidden;
}

.fda-404-panel .fda-red-stamp {
	position: absolute;
	top: 1rem;
	left: 1rem;
	z-index: 4;
	transform: rotate(-5deg);
}

.fda-404-boss,
.fda-404-designer {
	position: absolute;
	bottom: 1rem;
	width: min(220px, 38%);
	filter: drop-shadow(5px 6px 0 rgba(0, 0, 0, 0.15));
}

.fda-404-boss {
	left: 12%;
	transform: rotate(-2deg);
}

.fda-404-designer {
	right: 14%;
	transform: rotate(3deg);
}

.fda-404-panel .fda-dynamic-bubble {
	position: absolute;
	top: 1.2rem;
	right: 1rem;
	z-index: 5;
	max-width: 280px;
	text-align: center;
}

.fda-cropmark--404 {
	position: absolute;
	right: 1.2rem;
	bottom: 1rem;
}

@media (min-width: 960px) {
	.fda-404-hero {
		grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.9fr);
	}
}

@media (max-width: 719px) {
	.fda-site-footer > .fda-footer-newsletter .fda-newsletter-bar--embedded,
	.fda-site-footer > .fda-footer-newsletter .fda-newsletter-bar--embedded .wpforms-form,
	.fda-site-footer > .fda-footer-newsletter .fda-newsletter-bar form,
	.fda-404-search {
		grid-template-columns: 1fr !important;
	}

	.fda-404-panel {
		min-height: 300px;
	}

	.fda-404-boss,
	.fda-404-designer {
		width: min(150px, 42%);
	}

	.fda-404-panel .fda-dynamic-bubble {
		right: 0.75rem;
		left: 0.75rem;
		max-width: none;
	}
}

/* v1.1.9 regression cleanup: archive hero, single art baseline, newsletter row, sidebar breathing room. */
.fda-archive-template {
	background: transparent !important;
	color: var(--fda-black) !important;
}

.fda-archive-page-hero {
	display: grid !important;
	min-height: 0 !important;
	margin-bottom: 1.2rem !important;
	padding: 1rem 0 0.8rem !important;
	background: transparent !important;
	color: var(--fda-black) !important;
}

.fda-archive-page-hero h1,
.fda-archive-page-hero p {
	display: block !important;
	color: var(--fda-black) !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.fda-archive-template .fda-archive-shell,
.fda-archive-template .fda-archive-main {
	background: transparent !important;
	color: var(--fda-black) !important;
}

.fda-page-hero--with-art .fda-hero-art-row {
	border-bottom: 4px solid var(--fda-black) !important;
}

.fda-page-hero--with-art .fda-hero-art-row::after {
	display: none !important;
	content: none !important;
}

.fda-site-footer > .fda-footer-newsletter .fda-newsletter-bar,
.fda-site-footer > .fda-footer-newsletter .fda-newsletter-bar--embedded {
	color: var(--fda-black) !important;
	grid-template-columns: minmax(0, 0.72fr) minmax(360px, 1fr) !important;
	gap: 1rem !important;
	align-items: center !important;
	background: #fff !important;
	border: 4px solid #fff !important;
}

.fda-site-footer > .fda-footer-newsletter .fda-newsletter-copy h2,
.fda-site-footer > .fda-footer-newsletter .fda-newsletter-copy p,
.fda-site-footer > .fda-footer-newsletter .fda-newsletter-bar h2,
.fda-site-footer > .fda-footer-newsletter .fda-newsletter-bar p {
	color: var(--fda-black) !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.fda-newsletter-bar form,
.fda-newsletter-bar--embedded .wpforms-form,
.fda-site-footer > .fda-footer-newsletter .fda-newsletter-bar form,
.fda-site-footer > .fda-footer-newsletter .fda-newsletter-bar--embedded .wpforms-form,
.fda-home-sidebar .fda-newsletter-bar form,
.fda-home-sidebar .fda-newsletter-bar--embedded .wpforms-form,
.fda-archive-sidebar .fda-newsletter-bar form,
.fda-archive-sidebar .fda-newsletter-bar--embedded .wpforms-form,
.fda-shop-sidebar .fda-newsletter-bar form,
.fda-shop-sidebar .fda-newsletter-bar--embedded .wpforms-form {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	gap: 0 !important;
	align-items: stretch !important;
}

.fda-newsletter-bar input[type="email"],
.fda-newsletter-bar input[type="text"],
.fda-newsletter-bar--embedded input[type="email"],
.fda-newsletter-bar--embedded input[type="text"] {
	border-right-width: 0 !important;
}

.fda-newsletter-bar button,
.fda-newsletter-bar .fda-button,
.fda-newsletter-bar--embedded button[type="submit"],
.fda-newsletter-bar--embedded .wpforms-submit {
	min-width: 104px !important;
}

.fda-home-sidebar,
.fda-archive-sidebar,
.fda-page-sidebar,
.fda-shop-sidebar {
	padding-bottom: 1.45rem !important;
}

.fda-kofi-button--sidebar {
	margin-top: 0.9rem !important;
	margin-bottom: 0.9rem !important;
}

@media (max-width: 719px) {
	.fda-site-footer > .fda-footer-newsletter .fda-newsletter-bar,
	.fda-site-footer > .fda-footer-newsletter .fda-newsletter-bar--embedded,
	.fda-newsletter-bar form,
	.fda-newsletter-bar--embedded .wpforms-form {
		grid-template-columns: 1fr !important;
	}

	.fda-newsletter-bar input[type="email"],
	.fda-newsletter-bar input[type="text"],
	.fda-newsletter-bar--embedded input[type="email"],
	.fda-newsletter-bar--embedded input[type="text"] {
		border-right-width: 3px !important;
	}
}

/* v1.1.10 archive background containment and WPForms newsletter hardening. */
body.post-type-archive-comic,
body.tax-comic_topic {
	background:
		radial-gradient(circle at 18% 12%, rgba(0, 0, 0, 0.05) 0 1px, transparent 1px),
		linear-gradient(rgba(0, 0, 0, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 0, 0, 0.025) 1px, transparent 1px),
		var(--fda-paper) !important;
	color: var(--fda-black) !important;
}

body.post-type-archive-comic .fda-site-header,
body.tax-comic_topic .fda-site-header {
	position: sticky !important;
	height: auto !important;
	min-height: 0 !important;
	background: var(--fda-black) !important;
}

body.post-type-archive-comic .fda-main,
body.post-type-archive-comic .fda-main.fda-archive-template,
body.post-type-archive-comic .fda-archive-template,
body.post-type-archive-comic .fda-archive-page-hero,
body.post-type-archive-comic .fda-archive-shell,
body.post-type-archive-comic .fda-archive-main,
body.tax-comic_topic .fda-main,
body.tax-comic_topic .fda-main.fda-archive-template,
body.tax-comic_topic .fda-archive-template,
body.tax-comic_topic .fda-archive-page-hero,
body.tax-comic_topic .fda-archive-shell,
body.tax-comic_topic .fda-archive-main {
	background: transparent !important;
	color: var(--fda-black) !important;
}

body.post-type-archive-comic .fda-main::before,
body.post-type-archive-comic .fda-main::after,
body.post-type-archive-comic .fda-archive-template::before,
body.post-type-archive-comic .fda-archive-template::after,
body.post-type-archive-comic .fda-archive-shell::before,
body.post-type-archive-comic .fda-archive-shell::after,
body.tax-comic_topic .fda-main::before,
body.tax-comic_topic .fda-main::after,
body.tax-comic_topic .fda-archive-template::before,
body.tax-comic_topic .fda-archive-template::after,
body.tax-comic_topic .fda-archive-shell::before,
body.tax-comic_topic .fda-archive-shell::after {
	display: none !important;
	content: none !important;
}

body.post-type-archive-comic .fda-archive-page-hero,
body.tax-comic_topic .fda-archive-page-hero {
	width: min(1380px, calc(100% - 2rem)) !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.fda-site-footer > .fda-footer-newsletter .fda-newsletter-bar,
.fda-site-footer > .fda-footer-newsletter .fda-newsletter-bar--embedded {
	display: grid !important;
	grid-template-columns: minmax(230px, 0.68fr) minmax(360px, 1fr) !important;
	width: 100% !important;
	max-width: none !important;
	color: var(--fda-black) !important;
	background: #fff !important;
	border: 4px solid #fff !important;
}

.fda-site-footer > .fda-footer-newsletter .fda-newsletter-bar *,
.fda-site-footer > .fda-footer-newsletter .fda-newsletter-bar--embedded * {
	box-sizing: border-box !important;
}

.fda-site-footer > .fda-footer-newsletter .fda-newsletter-copy,
.fda-site-footer > .fda-footer-newsletter .fda-newsletter-bar > div:first-child {
	display: block !important;
	min-width: 0 !important;
	color: var(--fda-black) !important;
}

.fda-site-footer > .fda-footer-newsletter h2,
.fda-site-footer > .fda-footer-newsletter p,
.fda-site-footer > .fda-footer-newsletter label {
	color: var(--fda-black) !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.fda-newsletter-bar--embedded .fda-newsletter-embed,
.fda-newsletter-bar--embedded .wpforms-container,
.fda-newsletter-bar--embedded .wpforms-container-full,
.fda-newsletter-bar--embedded form.wpforms-form,
.fda-newsletter-bar--embedded .wpforms-form {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
}

.fda-newsletter-bar form,
.fda-newsletter-bar--embedded form.wpforms-form,
.fda-newsletter-bar--embedded .wpforms-form {
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: 0 !important;
	align-items: stretch !important;
}

.fda-newsletter-bar--embedded .wpforms-field-container {
	display: block !important;
	flex: 1 1 auto !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.fda-newsletter-bar--embedded .wpforms-field,
.fda-newsletter-bar--embedded .wpforms-field-email,
.fda-newsletter-bar--embedded .wpforms-field-row,
.fda-newsletter-bar--embedded .wpforms-field-row-block {
	display: block !important;
	float: none !important;
	clear: none !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.fda-newsletter-bar--embedded .wpforms-submit-container {
	display: flex !important;
	flex: 0 0 auto !important;
	align-items: stretch !important;
	margin: 0 !important;
	padding: 0 !important;
}

.fda-newsletter-bar input[type="email"],
.fda-newsletter-bar input[type="text"],
.fda-newsletter-bar--embedded input[type="email"],
.fda-newsletter-bar--embedded input[type="text"] {
	flex: 1 1 auto !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	border-right-width: 0 !important;
}

.fda-newsletter-bar button,
.fda-newsletter-bar .fda-button,
.fda-newsletter-bar--embedded button[type="submit"],
.fda-newsletter-bar--embedded .wpforms-submit {
	flex: 0 0 auto !important;
	min-width: 112px !important;
	white-space: nowrap !important;
}

.fda-home-sidebar .fda-newsletter-bar,
.fda-archive-sidebar .fda-newsletter-bar,
.fda-shop-sidebar .fda-newsletter-bar,
.fda-home-sidebar .fda-newsletter-bar--embedded,
.fda-archive-sidebar .fda-newsletter-bar--embedded,
.fda-shop-sidebar .fda-newsletter-bar--embedded {
	grid-template-columns: 1fr !important;
}

@media (max-width: 719px) {
	body.post-type-archive-comic .fda-site-header,
	body.tax-comic_topic .fda-site-header {
		position: relative !important;
	}

	body.post-type-archive-comic .fda-archive-page-hero,
	body.tax-comic_topic .fda-archive-page-hero {
		width: min(100% - 1.2rem, 760px) !important;
	}

	.fda-site-footer > .fda-footer-newsletter .fda-newsletter-bar,
	.fda-site-footer > .fda-footer-newsletter .fda-newsletter-bar--embedded {
		grid-template-columns: 1fr !important;
	}

	.fda-newsletter-bar form,
	.fda-newsletter-bar--embedded form.wpforms-form,
	.fda-newsletter-bar--embedded .wpforms-form {
		flex-wrap: nowrap !important;
	}

	.fda-newsletter-bar button,
	.fda-newsletter-bar .fda-button,
	.fda-newsletter-bar--embedded button[type="submit"],
	.fda-newsletter-bar--embedded .wpforms-submit {
		min-width: 96px !important;
		padding-right: 0.8rem !important;
		padding-left: 0.8rem !important;
	}
}

/* v1.1.11 contain archive sidebar paper and normalize newsletter forms. */
.fda-home-sidebar,
.fda-archive-sidebar,
.fda-shop-sidebar {
	isolation: isolate !important;
	z-index: 0 !important;
}

.fda-archive-page-hero,
.fda-archive-shell {
	position: relative !important;
	background: transparent !important;
	box-shadow: 0 0 0 100vmax var(--fda-paper) !important;
	clip-path: inset(0 -100vmax) !important;
	color: var(--fda-black) !important;
}

.fda-archive-page-hero {
	z-index: 1 !important;
}

.fda-archive-shell {
	z-index: 2 !important;
}

.fda-archive-page-hero h1,
.fda-archive-page-hero p,
.fda-archive-shell,
.fda-archive-filters,
.fda-comic-count {
	color: var(--fda-black);
}

.fda-archive-sidebar::before {
	z-index: -1 !important;
}

.fda-newsletter-bar--embedded {
	align-items: center !important;
}

.fda-newsletter-bar--embedded .fda-newsletter-embed,
.fda-newsletter-bar--embedded .wpforms-container,
.fda-newsletter-bar--embedded .wpforms-container-full,
.fda-newsletter-bar--embedded form.wpforms-form,
.fda-newsletter-bar--embedded .wpforms-form {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.fda-newsletter-bar--embedded form.wpforms-form,
.fda-newsletter-bar--embedded .wpforms-form {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	gap: 0 !important;
	align-items: end !important;
}

.fda-newsletter-bar--embedded .wpforms-field-container {
	display: block !important;
	grid-column: 1 !important;
	grid-row: 1 !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.fda-newsletter-bar--embedded .wpforms-field,
.fda-newsletter-bar--embedded .wpforms-field-email,
.fda-newsletter-bar--embedded .wpforms-field-row,
.fda-newsletter-bar--embedded .wpforms-field-row-block {
	display: block !important;
	float: none !important;
	clear: none !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.fda-newsletter-bar--embedded .wpforms-field-label {
	position: static !important;
	display: block !important;
	width: auto !important;
	height: auto !important;
	margin: 0 0 0.22rem !important;
	padding: 0 !important;
	overflow: visible !important;
	clip: auto !important;
	white-space: normal !important;
	color: var(--fda-black) !important;
	font-family: var(--fda-marker) !important;
	font-size: 0.92rem !important;
	font-weight: 800 !important;
	line-height: 1 !important;
}

.fda-site-footer > .fda-footer-newsletter .wpforms-field-label {
	position: static !important;
	display: block !important;
	width: auto !important;
	height: auto !important;
	margin: 0 0 0.22rem !important;
	padding: 0 !important;
	overflow: visible !important;
	clip: auto !important;
	white-space: normal !important;
	color: var(--fda-black) !important;
	font-family: var(--fda-marker) !important;
	font-size: 0.92rem !important;
	font-weight: 800 !important;
	line-height: 1 !important;
}

.fda-newsletter-bar--embedded .wpforms-submit-container {
	display: flex !important;
	grid-column: 2 !important;
	grid-row: 1 !important;
	align-items: flex-end !important;
	align-self: end !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

.fda-newsletter-bar--embedded input[type="email"],
.fda-newsletter-bar--embedded input[type="text"],
.fda-newsletter-bar form input[type="email"],
.fda-newsletter-bar form input[type="text"] {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	height: 46px !important;
	min-height: 46px !important;
	margin: 0 !important;
	border: 3px solid var(--fda-black) !important;
	border-right-width: 0 !important;
}

.fda-newsletter-bar--embedded button[type="submit"],
.fda-newsletter-bar--embedded .wpforms-submit,
.fda-newsletter-bar form button,
.fda-newsletter-bar form .fda-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: 46px !important;
	min-height: 46px !important;
	margin: 0 !important;
	border: 3px solid var(--fda-red) !important;
}

.fda-home-sidebar .fda-newsletter-bar--embedded,
.fda-archive-sidebar .fda-newsletter-bar--embedded,
.fda-shop-sidebar .fda-newsletter-bar--embedded {
	gap: 0.85rem !important;
}

.fda-home-sidebar .fda-newsletter-bar--embedded form.wpforms-form,
.fda-home-sidebar .fda-newsletter-bar--embedded .wpforms-form,
.fda-archive-sidebar .fda-newsletter-bar--embedded form.wpforms-form,
.fda-archive-sidebar .fda-newsletter-bar--embedded .wpforms-form,
.fda-shop-sidebar .fda-newsletter-bar--embedded form.wpforms-form,
.fda-shop-sidebar .fda-newsletter-bar--embedded .wpforms-form {
	grid-template-columns: minmax(0, 1fr) minmax(88px, auto) !important;
}

.fda-site-footer > .fda-footer-newsletter .fda-newsletter-bar--embedded form.wpforms-form,
.fda-site-footer > .fda-footer-newsletter .fda-newsletter-bar--embedded .wpforms-form,
.fda-site-footer > .fda-footer-newsletter .fda-newsletter-bar form {
	grid-template-columns: minmax(0, 1fr) minmax(112px, auto) !important;
}

@media (max-width: 719px) {
	.fda-newsletter-bar--embedded form.wpforms-form,
	.fda-newsletter-bar--embedded .wpforms-form,
	.fda-newsletter-bar form {
		grid-template-columns: minmax(0, 1fr) auto !important;
	}

	.fda-newsletter-bar--embedded button[type="submit"],
	.fda-newsletter-bar--embedded .wpforms-submit,
	.fda-newsletter-bar form button,
	.fda-newsletter-bar form .fda-button {
		min-width: 86px !important;
	}
}

/* v1.1.12 archive sidebar containment and header art baseline cleanup. */
.fda-page-hero--with-art .fda-hero-art-row {
	border-bottom: 0 !important;
}

.fda-page-hero--with-art .fda-hero-art-row::after {
	display: none !important;
	content: none !important;
}

.fda-archive-page-hero,
.fda-archive-shell {
	background: transparent !important;
	box-shadow: none !important;
	clip-path: none !important;
}

.fda-archive-shell {
	display: grid !important;
	gap: clamp(1.5rem, 4vw, 2.5rem) !important;
	color: var(--fda-black) !important;
}

.fda-archive-main {
	position: relative !important;
	z-index: 2 !important;
	min-width: 0 !important;
	background: transparent !important;
	color: var(--fda-black) !important;
}

.fda-archive-main .fda-comic-grid {
	position: relative !important;
	z-index: 3 !important;
}

.fda-archive-main .fda-comic-card {
	position: relative !important;
	z-index: 4 !important;
	background: #fff !important;
	color: var(--fda-black) !important;
	border-color: var(--fda-black) !important;
}

.fda-archive-main .fda-comic-card__body,
.fda-archive-main .fda-comic-card h3,
.fda-archive-main .fda-comic-card p {
	background: #fff !important;
	color: var(--fda-black) !important;
}

.fda-archive-main .fda-comic-card__image {
	background: #fff !important;
}

.fda-archive-sidebar {
	position: relative !important;
	z-index: 5 !important;
	isolation: isolate !important;
	background: var(--fda-black) !important;
	clip-path: polygon(0 2%, 6% 0, 13% 2%, 21% 0, 31% 2%, 40% 0, 51% 2%, 62% 0, 71% 2%, 82% 0, 91% 2%, 100% 0, 100% 98%, 92% 100%, 82% 98%, 73% 100%, 64% 98%, 54% 100%, 45% 98%, 33% 100%, 24% 98%, 12% 100%, 0 98%) !important;
}

.fda-archive-sidebar::before,
.fda-archive-sidebar::after {
	display: none !important;
	content: none !important;
}

.fda-archive-sidebar > * {
	position: relative !important;
	z-index: 1 !important;
}

@media (min-width: 1024px) {
	.fda-archive-shell {
		grid-template-columns: minmax(0, 1fr) 320px !important;
	}
}

/* v1.1.13 site owner polish from live Customizer CSS. */
.fda-archive-sidebar {
	padding-top: 3em !important;
	margin-bottom: 4em !important;
}

.fda-page-hero--with-art .fda-hero-art-row .fda-dynamic-bubble {
	min-height: 4em !important;
}

.fda-sidebar-note .fda-dynamic-sticky,
.fda-hero-art-row .fda-dynamic-sticky {
	margin-left: 2.5em !important;
}

.fda-home-sidebar > .fda-dynamic-sticky,
.fda-archive-sidebar > .fda-dynamic-sticky,
.fda-shop-sidebar > .fda-dynamic-sticky {
	margin-left: 3.5em !important;
}

.fda-home-links .fda-feature-card:nth-child(4) > img {
	bottom: 5em !important;
}

.fda-comic-panel,
.fda-home .fda-comic-panel {
	border: 15px solid var(--fda-wce-black) !important;
}

.fda-comic-panels,
.fda-home .fda-comic-panels {
	gap: 0 !important;
}

.fda-kofi-button {
	transition-duration: 0.25s;
}

.fda-kofi-button:hover {
	transform: scale(0.95);
}

.wpforms-container input.wpforms-field-medium,
.wpforms-container select.wpforms-field-medium,
.wpforms-container .wpforms-field-row.wpforms-field-medium,
.wp-core-ui div.wpforms-container input.wpforms-field-medium,
.wp-core-ui div.wpforms-container select.wpforms-field-medium,
.wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium,
#wpforms-30-field_1-last {
	max-width: 100% !important;
}

.wpforms-container .wpforms-field-name .wpforms-field-row {
	display: flex !important;
	gap: 16px;
	align-items: flex-start;
	flex-wrap: nowrap;
}

.wpforms-container .wpforms-field-name .wpforms-field-row-block {
	flex: 1 1 0;
	width: auto !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.wpforms-container .wpforms-field-name .wpforms-field-row-block input {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
}

@media (max-width: 600px) {
	.wpforms-container .wpforms-field-name .wpforms-field-row {
		flex-direction: column;
		gap: 12px;
	}

	.wpforms-container .wpforms-field-name .wpforms-field-row-block {
		width: 100% !important;
	}
}

/* v1.1.14 keep the logged-in admin bar above the sketchbook stage. */
#wpadminbar {
	z-index: 1000000 !important;
}

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

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