.jersey-mikes-managed-page .wp-site-blocks,
.jersey-mikes-managed-page .entry-content {
	margin-top: 0 !important;
}

.jersey-mikes-managed-page .wp-site-blocks,
.jersey-mikes-managed-page .has-global-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.jersey-mikes-managed-page {
	background: #f6f3ec;
}

.jersey-mikes-managed-page .wp-site-blocks > main.wp-block-group {
	margin-block: 0 !important;
	margin-top: 0 !important;
	padding: 0 !important;
}

.jersey-mikes-managed-page .wp-site-blocks > main.wp-block-group > .wp-block-group.alignfull {
	margin-block: 0 !important;
	padding-block: 0 !important;
}

.jersey-mikes-managed-page .entry-content {
	padding-block: 0 !important;
}

.jersey-mikes-managed-page .alignfull,
.jersey-mikes-managed-page .entry-content.alignfull,
.jersey-mikes-managed-page .jmcc-shell.alignfull {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

.jersey-mikes-managed-page .entry-content > * {
	margin-block-start: 0 !important;
}

.jersey-mikes-managed-page .wp-site-blocks > header.wp-block-template-part,
.jersey-mikes-managed-page .wp-site-blocks > footer.wp-block-template-part {
	display: none;
}

.jmcc-shell {
	--jmcc-blue: #102f4f;
	--jmcc-blue-2: #17456d;
	--jmcc-red: #d71920;
	--jmcc-red-dark: #a91117;
	--jmcc-green: #1d6f58;
	--jmcc-gold: #f3c14b;
	--jmcc-ink: #16202a;
	--jmcc-muted: #63707a;
	--jmcc-line: #d8dfdf;
	--jmcc-line-strong: #c2cbcb;
	--jmcc-soft: #f6f3ec;
	--jmcc-soft-blue: #edf5f7;
	--jmcc-white: #ffffff;
	background: var(--jmcc-soft);
	color: var(--jmcc-ink);
	font-family: Manrope, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	letter-spacing: 0;
	min-height: 100vh;
}

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

.jmcc-shell :focus-visible {
	outline: 3px solid rgba(243, 193, 75, 0.8);
	outline-offset: 3px;
}

.jmcc-brandbar {
	align-items: center;
	background: rgba(16, 47, 79, 0.98);
	border-bottom: 4px solid var(--jmcc-red);
	color: var(--jmcc-white);
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	padding: 0.85rem max(1rem, calc((100vw - 1220px) / 2 + 1rem));
	position: sticky;
	top: 0;
	z-index: 20;
}

.jmcc-brandbar a {
	color: inherit;
	text-decoration: none;
}

.jmcc-brandbar__logo {
	align-items: center;
	display: flex;
	font-weight: 900;
	gap: 0.75rem;
	min-width: 0;
}

.jmcc-brandbar__mark {
	aspect-ratio: 1;
	border-radius: 50%;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
	display: block;
	flex: 0 0 auto;
	height: 42px;
	width: 42px;
}

.jmcc-brandbar__name {
	font-size: 0.98rem;
	overflow-wrap: anywhere;
}

.jmcc-brandbar__toggle {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: none;
	font: inherit;
	font-size: 0.9rem;
	font-weight: 900;
	min-height: 40px;
	padding: 0.55rem 0.8rem;
}

.jmcc-brandbar__toggle:hover {
	background: rgba(255, 255, 255, 0.13);
}

.jmcc-brandbar__links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	justify-content: flex-end;
}

.jmcc-brandbar__links a {
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1;
	padding: 0.55rem 0.78rem;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.jmcc-brandbar__links a[aria-current="page"],
.jmcc-brandbar__links a:focus,
.jmcc-brandbar__links a:hover {
	background: rgba(255, 255, 255, 0.13);
	border-color: rgba(255, 255, 255, 0.28);
}

.jmcc-main {
	margin-inline: auto;
	max-width: 1220px;
	padding: 1.25rem;
	width: 100%;
}

.jmcc-hero {
	background: linear-gradient(135deg, var(--jmcc-blue) 0%, #0e3e48 58%, var(--jmcc-green) 100%);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(16, 47, 79, 0.18);
	color: var(--jmcc-white);
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
	margin-bottom: 1.25rem;
	overflow: hidden;
	position: relative;
}

.jmcc-hero::before {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
		linear-gradient(180deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
	background-size: 34px 34px;
	content: "";
	inset: 0;
	opacity: 0.35;
	pointer-events: none;
	position: absolute;
}

.jmcc-hero__copy,
.jmcc-source-card,
.jmcc-calculator,
.jmcc-disclaimer,
.jmcc-info-grid article,
.jmcc-support-content,
.jmcc-menu-category,
.jmcc-table-section {
	background: var(--jmcc-white);
	border: 1px solid var(--jmcc-line);
	border-radius: 8px;
}

.jmcc-hero__copy {
	background: transparent;
	border: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 300px;
	padding: 2.5rem;
	position: relative;
	z-index: 1;
}

.jmcc-kicker {
	color: var(--jmcc-red);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin: 0 0 0.55rem;
	text-transform: uppercase;
}

.jmcc-hero .jmcc-kicker {
	color: var(--jmcc-gold);
}

.jmcc-hero h1,
.jmcc-section-heading h2,
.jmcc-info-grid h2,
.jmcc-support-content h2,
.jmcc-calculator__head h2 {
	color: var(--jmcc-blue);
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0;
}

.jmcc-hero h1 {
	color: var(--jmcc-white);
	font-size: 4.05rem;
	font-weight: 900;
	max-width: 780px;
}

.jmcc-hero p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 1.05rem;
	line-height: 1.65;
	margin: 1rem 0 0;
	max-width: 720px;
}

.jmcc-hero__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 1.35rem;
}

.jmcc-hero__stats span {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.88rem;
	font-weight: 750;
	padding: 0.52rem 0.72rem;
}

.jmcc-hero__stats strong {
	color: var(--jmcc-white);
}

.jmcc-source-card {
	align-content: center;
	align-self: stretch;
	background: rgba(255, 255, 255, 0.94);
	border: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 0;
	box-shadow: -18px 0 45px rgba(0, 0, 0, 0.08);
	display: grid;
	gap: 0.6rem;
	padding: 1.5rem;
	position: relative;
	z-index: 1;
}

.jmcc-source-card span,
.jmcc-muted {
	color: var(--jmcc-muted);
}

.jmcc-source-card strong {
	color: var(--jmcc-blue);
	font-size: 1.65rem;
	line-height: 1.05;
}

.jmcc-source-card a,
.jmcc-menu-card a {
	color: var(--jmcc-red);
	font-weight: 900;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.jmcc-source-card dl {
	border-block: 1px solid var(--jmcc-line);
	display: grid;
	gap: 0;
	margin: 0.35rem 0;
	padding-block: 0.4rem;
}

.jmcc-source-card dl div {
	align-items: baseline;
	display: flex;
	gap: 0.65rem;
	justify-content: space-between;
	padding-block: 0.45rem;
}

.jmcc-source-card dt,
.jmcc-source-card dd {
	margin: 0;
}

.jmcc-source-card dt {
	color: var(--jmcc-muted);
	font-size: 0.78rem;
	font-weight: 800;
}

.jmcc-source-card dd {
	color: var(--jmcc-blue);
	font-size: 0.9rem;
	font-weight: 900;
	text-align: right;
}

.jmcc-calculator {
	box-shadow: 0 18px 50px rgba(16, 47, 79, 0.08);
	padding: 1.25rem;
}

.jmcc-calculator__head {
	align-items: end;
	border-bottom: 1px solid var(--jmcc-line);
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

.jmcc-calculator__head h2 {
	font-size: 1.55rem;
	font-weight: 900;
}

.jmcc-calculator__head > span,
.jmcc-section-heading > span {
	background: var(--jmcc-soft-blue);
	border: 1px solid #d7e8ec;
	border-radius: 999px;
	color: var(--jmcc-blue-2);
	font-size: 0.82rem;
	font-weight: 900;
	padding: 0.42rem 0.68rem;
	white-space: nowrap;
}

.jmcc-controls {
	background: #f8faf8;
	border: 1px solid var(--jmcc-line);
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(16, 47, 79, 0.07);
	display: grid;
	gap: 0.85rem;
	grid-template-columns: minmax(0, 1fr) minmax(190px, 280px);
	margin-bottom: 1rem;
	padding: 0.85rem;
	position: sticky;
	top: 82px;
	z-index: 15;
}

.jmcc-field {
	display: grid;
	gap: 0.35rem;
}

.jmcc-field span {
	color: var(--jmcc-blue);
	font-size: 0.82rem;
	font-weight: 900;
}

.jmcc-field input,
.jmcc-field select,
.jmcc-size-select select {
	background: #fff;
	border: 1px solid var(--jmcc-line-strong);
	border-radius: 6px;
	color: var(--jmcc-ink);
	font: inherit;
	font-size: 0.94rem;
	min-height: 44px;
	padding: 0.56rem 0.75rem;
	width: 100%;
}

.jmcc-field input:focus,
.jmcc-field select:focus,
.jmcc-size-select select:focus {
	border-color: var(--jmcc-blue-2);
	box-shadow: 0 0 0 4px rgba(23, 69, 109, 0.12);
	outline: 0;
}

.jmcc-calculator__layout {
	align-items: start;
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 370px);
}

.jmcc-results {
	min-width: 0;
	position: relative;
	scroll-margin-top: 98px;
}

.jmcc-section-heading {
	align-items: end;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 0.85rem;
	position: relative;
}

.jmcc-results.is-loading .jmcc-section-heading::after {
	background: var(--jmcc-blue);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(16, 47, 79, 0.16);
	color: #fff;
	content: "Updating...";
	font-size: 0.76rem;
	font-weight: 900;
	padding: 0.36rem 0.58rem;
	position: absolute;
	right: 0;
	top: calc(100% + 0.35rem);
	z-index: 2;
}

.jmcc-section-heading h2 {
	font-size: 1.35rem;
	font-weight: 900;
}

.jmcc-item-list {
	display: grid;
	gap: 0.72rem;
	max-height: 720px;
	overflow: auto;
	padding-right: 0.25rem;
	scrollbar-color: var(--jmcc-line-strong) transparent;
	scrollbar-width: thin;
	transition: opacity 140ms ease;
}

.jmcc-results.is-loading .jmcc-item-list {
	opacity: 0.52;
}

.jmcc-item-card,
.jmcc-selected-row {
	align-items: center;
	background: #fff;
	border: 1px solid var(--jmcc-line);
	border-radius: 8px;
	display: grid;
	gap: 0.85rem;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 0.8rem;
}

.jmcc-item-card {
	grid-template-columns: 104px minmax(0, 1fr) minmax(170px, auto);
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.jmcc-item-card:hover {
	border-color: #bdd2d7;
	box-shadow: 0 12px 28px rgba(16, 47, 79, 0.08);
	transform: translateY(-1px);
}

.jmcc-item-card__media {
	align-items: center;
	aspect-ratio: 4 / 3;
	background: linear-gradient(180deg, #fff, #f3f7f7);
	border: 1px solid var(--jmcc-line);
	border-radius: 6px;
	color: var(--jmcc-blue);
	display: flex;
	font-weight: 900;
	justify-content: center;
	overflow: hidden;
	position: relative;
	width: 104px;
}

.jmcc-item-card__media span {
	align-items: center;
	background: linear-gradient(135deg, var(--jmcc-blue), var(--jmcc-green));
	color: #fff;
	display: flex;
	font-size: 1.25rem;
	height: 100%;
	justify-content: center;
	position: absolute;
	width: 100%;
}

.jmcc-item-card__media img,
.jmcc-menu-card__media img {
	display: block;
	height: 100%;
	object-fit: contain;
	position: relative;
	transform: scale(1.08);
	width: 100%;
	z-index: 1;
}

.jmcc-item-card__media--loaded span {
	display: none;
}

.jmcc-item-card__body {
	min-width: 0;
}

.jmcc-item-card__actions {
	align-items: end;
	display: grid;
	gap: 0.55rem;
	justify-items: end;
	min-width: 0;
	width: 100%;
}

.jmcc-item-card h3,
.jmcc-menu-card h3 {
	color: var(--jmcc-blue);
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.2;
	margin: 0;
}

.jmcc-item-card p,
.jmcc-menu-card p {
	font-size: 0.88rem;
	line-height: 1.38;
	margin: 0.26rem 0 0;
}

.jmcc-item-card strong {
	color: var(--jmcc-red);
	display: inline-block;
	font-size: 0.96rem;
	margin-top: 0.2rem;
}

.jmcc-nutrient-line {
	color: var(--jmcc-muted);
}

.jmcc-size-select {
	display: grid;
	gap: 0.25rem;
	width: 100%;
}

.jmcc-size-select span {
	color: var(--jmcc-blue);
	font-size: 0.74rem;
	font-weight: 900;
}

.jmcc-size-select select {
	font-size: 0.86rem;
	min-height: 36px;
	padding: 0.35rem 0.5rem;
}

.jmcc-item-card button,
.jmcc-actions button,
.jmcc-qty button {
	background: var(--jmcc-blue);
	border: 1px solid transparent;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: 0.9rem;
	font-weight: 900;
	min-height: 38px;
	padding: 0.55rem 0.85rem;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
	white-space: nowrap;
}

.jmcc-item-card button:hover,
.jmcc-actions button:hover,
.jmcc-qty button:hover {
	background: var(--jmcc-red);
	transform: translateY(-1px);
}

.jmcc-summary {
	align-self: start;
	background: var(--jmcc-blue);
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(16, 47, 79, 0.18);
	color: #fff;
	overflow: hidden;
	padding: 1rem;
	position: sticky;
	scroll-margin-top: 96px;
	top: 82px;
}

.jmcc-summary::before {
	background: linear-gradient(90deg, var(--jmcc-red), var(--jmcc-gold));
	content: "";
	display: block;
	height: 5px;
	margin: -1rem -1rem 1rem;
}

.jmcc-summary__top {
	align-items: start;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
}

.jmcc-summary h2 {
	color: #fff;
	font-size: 1.15rem;
	font-weight: 900;
	margin: 0;
}

.jmcc-summary__top strong {
	color: #fff;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1;
	text-align: right;
}

.jmcc-total-grid {
	display: grid;
	gap: 0.5rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-block: 1rem;
}

.jmcc-total {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 6px;
	padding: 0.62rem;
}

.jmcc-total span,
.jmcc-selected-row span {
	display: block;
	font-size: 0.78rem;
	opacity: 0.78;
}

.jmcc-total strong {
	font-size: 1rem;
}

.jmcc-selected {
	display: grid;
	gap: 0.6rem;
}

.jmcc-selected-row {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.16);
	color: #fff;
	grid-template-columns: minmax(0, 1fr) auto;
}

.jmcc-selected-row strong {
	color: #fff;
}

.jmcc-qty {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	justify-content: flex-end;
}

.jmcc-qty button,
.jmcc-actions button {
	background: #fff;
	color: var(--jmcc-blue);
}

.jmcc-qty button {
	min-height: 32px;
	padding: 0.35rem 0.58rem;
}

.jmcc-qty button:last-child {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.34);
	color: #fff;
}

.jmcc-actions {
	display: flex;
	gap: 0.6rem;
	margin-top: 1rem;
}

.jmcc-actions button {
	flex: 1;
}

.jmcc-empty,
.jmcc-copy-status {
	color: inherit;
	margin: 0;
	opacity: 0.84;
}

.jmcc-mobile-summary {
	align-items: center;
	background: var(--jmcc-blue);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	box-shadow: 0 16px 38px rgba(16, 47, 79, 0.28);
	color: #fff;
	display: none;
	gap: 0.46rem 0.62rem;
	grid-template-columns: minmax(0, 1fr) auto;
	left: 0.75rem;
	padding: 0.56rem 0.62rem 0.62rem;
	position: fixed;
	right: 0.75rem;
	z-index: 30;
}

.jmcc-mobile-summary::before {
	background: linear-gradient(90deg, var(--jmcc-red), var(--jmcc-gold));
	border-radius: 8px 8px 0 0;
	content: "";
	height: 4px;
	inset: 0 0 auto;
	position: absolute;
}

.jmcc-mobile-summary__total {
	display: grid;
	gap: 0.08rem;
	min-width: 0;
	padding-top: 0.08rem;
}

.jmcc-mobile-summary__total span {
	font-size: 0.72rem;
	font-weight: 850;
	opacity: 0.78;
	white-space: nowrap;
}

.jmcc-mobile-summary__total strong {
	color: #fff;
	font-size: 1.18rem;
	font-weight: 900;
	line-height: 1;
}

.jmcc-mobile-summary button {
	background: #fff;
	border: 1px solid transparent;
	border-radius: 6px;
	color: var(--jmcc-blue);
	cursor: pointer;
	font: inherit;
	font-size: 0.8rem;
	font-weight: 900;
	min-height: 34px;
	padding: 0.4rem 0.58rem;
	white-space: nowrap;
}

.jmcc-mobile-summary button:hover {
	background: var(--jmcc-gold);
}

.jmcc-mobile-summary__nutrients {
	display: flex;
	gap: 0.35rem;
	grid-column: 1 / -1;
	min-width: 0;
	overflow-x: auto;
	padding-bottom: 0.02rem;
	scrollbar-width: none;
	white-space: nowrap;
}

.jmcc-mobile-summary__nutrients::-webkit-scrollbar {
	display: none;
}

.jmcc-mobile-summary__nutrient {
	align-items: baseline;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	display: inline-flex;
	flex: 0 0 auto;
	gap: 0.22rem;
	min-width: max-content;
	padding: 0.2rem 0.42rem;
}

.jmcc-mobile-summary__nutrient span {
	font-size: 0.64rem;
	font-weight: 850;
	opacity: 0.76;
	white-space: nowrap;
}

.jmcc-mobile-summary__nutrient strong {
	color: #fff;
	font-size: 0.74rem;
	font-weight: 900;
	white-space: nowrap;
}

.jmcc-seo {
	display: grid;
	gap: clamp(2rem, 4.8vw, 4rem);
	margin-top: clamp(2rem, 5vw, 4rem);
}

.jmcc-seo__intro,
.jmcc-seo-section {
	display: grid;
	gap: clamp(1rem, 2.5vw, 1.5rem);
	min-width: 0;
}

.jmcc-seo__intro,
.jmcc-seo-section:not(.jmcc-source-method),
.jmcc-seo-overview {
	border: 1px solid var(--jmcc-line);
	border-radius: 8px;
}

.jmcc-seo__intro {
	background: #fff;
	box-shadow: 0 16px 38px rgba(16, 47, 79, 0.06);
	padding: clamp(1.35rem, 3.4vw, 2.4rem);
}

.jmcc-seo__intro > * {
	max-width: 880px;
}

.jmcc-seo-section:not(.jmcc-source-method) {
	background: #fffaf0;
	padding: clamp(1.25rem, 3.2vw, 2.25rem);
}

.jmcc-seo-section:nth-of-type(even):not(.jmcc-source-method) {
	background: var(--jmcc-soft-blue);
}

.jmcc-seo__intro h2,
.jmcc-seo-section h2 {
	color: var(--jmcc-blue);
	font-size: clamp(1.8rem, 3.4vw, 2.75rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 0;
}

.jmcc-seo__intro p,
.jmcc-seo-section p,
.jmcc-step-list,
.jmcc-step-list li,
.jmcc-example p,
.jmcc-note-grid p,
.jmcc-compare-list p,
.jmcc-faq-item p {
	color: #33414a;
	font-size: 1rem;
	line-height: 1.68;
}

.jmcc-seo__intro p,
.jmcc-seo-section p {
	margin: 0;
}

.jmcc-seo-overview {
	align-items: start;
	background: #fffaf0;
	display: grid;
	gap: clamp(1.15rem, 3vw, 2rem);
	grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
	padding: clamp(1.25rem, 3.4vw, 2.4rem);
}

.jmcc-seo-panel {
	display: grid;
	min-width: 0;
}

.jmcc-seo-panel--lead {
	align-content: start;
	gap: 1rem;
	max-width: 790px;
}

.jmcc-seo-panel h3,
.jmcc-example h3,
.jmcc-note-grid h3,
.jmcc-compare-list h3,
.jmcc-seo-points h3 {
	color: var(--jmcc-blue);
	font-size: 1.22rem;
	font-weight: 900;
	line-height: 1.24;
	margin: 0;
}

.jmcc-seo-panel--lead h3 {
	font-size: clamp(1.8rem, 3vw, 2.45rem);
	line-height: 1.1;
}

.jmcc-seo-panel p,
.jmcc-seo-points li {
	color: #33414a;
	font-size: 1rem;
	line-height: 1.68;
	margin: 0;
}

.jmcc-seo-points {
	background: #fff;
	border: 1px solid var(--jmcc-line);
	border-radius: 8px;
	box-shadow: 0 16px 34px rgba(16, 47, 79, 0.08);
	display: grid;
	gap: 1rem;
	min-width: 0;
	padding: clamp(1rem, 2.6vw, 1.5rem);
}

.jmcc-seo-points ul {
	display: grid;
	gap: 0.65rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.jmcc-seo-points li {
	background: #f8faf8;
	border: 1px solid var(--jmcc-line);
	border-radius: 8px;
	padding: 0.85rem;
}

.jmcc-seo-points strong {
	color: var(--jmcc-blue);
	display: block;
	margin-bottom: 0.25rem;
}

.jmcc-step-list {
	display: grid;
	gap: 0.75rem;
	margin: 0;
	padding-left: 1.4rem;
}

.jmcc-step-list li {
	padding-left: 0.2rem;
}

.jmcc-seo-heading-row {
	align-items: end;
	display: flex;
	gap: clamp(1rem, 3vw, 1.75rem);
	justify-content: space-between;
}

.jmcc-seo-heading-row > div {
	min-width: 0;
}

.jmcc-seo-heading-row > p {
	max-width: 470px;
}

.jmcc-example-grid,
.jmcc-note-grid,
.jmcc-compare-list {
	display: grid;
	gap: clamp(0.9rem, 2.3vw, 1.25rem);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.jmcc-example,
.jmcc-note-grid article,
.jmcc-compare-list article,
.jmcc-faq-item {
	background: #fff;
	border: 1px solid var(--jmcc-line);
	border-radius: 8px;
	min-width: 0;
}

.jmcc-example,
.jmcc-note-grid article,
.jmcc-compare-list article {
	align-content: start;
	display: grid;
	gap: 0.75rem;
	padding: clamp(1rem, 2.7vw, 1.4rem);
}

.jmcc-source-method {
	align-items: center;
	background: var(--jmcc-blue);
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(16, 47, 79, 0.18);
	color: #fff;
	display: grid;
	gap: clamp(1rem, 3vw, 1.6rem);
	grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
	padding: clamp(1.25rem, 3.3vw, 2rem);
}

.jmcc-source-method h2,
.jmcc-source-method p,
.jmcc-source-method .jmcc-kicker {
	color: #fff;
}

.jmcc-source-method p {
	color: rgba(255, 255, 255, 0.78);
}

.jmcc-source-method__links {
	display: grid;
	gap: 0.55rem;
}

.jmcc-source-method__links a {
	align-items: center;
	background: #fff;
	border-radius: 6px;
	color: var(--jmcc-blue);
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 900;
	justify-content: center;
	min-height: 42px;
	padding: 0.62rem 0.85rem;
	text-decoration: none;
}

.jmcc-source-method__links a:hover {
	background: var(--jmcc-gold);
}

.jmcc-faq-list {
	display: grid;
	gap: 0.8rem;
}

.jmcc-faq-item {
	padding: 0;
}

.jmcc-faq-item summary {
	align-items: center;
	color: var(--jmcc-blue);
	cursor: pointer;
	display: flex;
	font-size: 1rem;
	font-weight: 900;
	gap: 0.75rem;
	justify-content: space-between;
	line-height: 1.35;
	padding: 1rem 1.1rem;
}

.jmcc-faq-item summary::after {
	color: var(--jmcc-red);
	content: "+";
	flex: 0 0 auto;
	font-size: 1.35rem;
	line-height: 1;
}

.jmcc-faq-item[open] summary::after {
	content: "-";
}

.jmcc-faq-item p {
	margin: 0;
	padding: 0 1.1rem 1rem;
}

.jmcc-disclaimer,
.jmcc-support-content,
.jmcc-table-section,
.jmcc-menu-category {
	margin-top: 1rem;
	padding: 1.25rem;
}

.jmcc-disclaimer {
	background: #fffaf0;
	border-color: #eadbb9;
}

.jmcc-disclaimer h2,
.jmcc-disclaimer p,
.jmcc-support-content p {
	margin-top: 0;
}

.jmcc-support-content {
	display: grid;
	gap: 1rem;
}

.jmcc-disclaimer h2 {
	color: var(--jmcc-blue);
	font-size: 1.2rem;
	font-weight: 900;
}

.jmcc-disclaimer p,
.jmcc-support-content p,
.jmcc-info-grid p {
	color: var(--jmcc-muted);
	font-size: 0.98rem;
	line-height: 1.65;
}

.jmcc-support-sections {
	display: grid;
	gap: 1rem;
	margin-top: 0.5rem;
}

.jmcc-support-section {
	background: #fffaf0;
	border: 1px solid #eadbb9;
	border-radius: 8px;
	display: grid;
	gap: 0.65rem;
	padding: clamp(1rem, 2.5vw, 1.35rem);
}

.jmcc-support-section:nth-child(even) {
	background: var(--jmcc-soft-blue);
	border-color: var(--jmcc-line);
}

.jmcc-support-section h2 {
	color: var(--jmcc-blue);
	font-size: clamp(1.15rem, 2vw, 1.45rem);
	font-weight: 900;
	line-height: 1.2;
	margin: 0;
}

.jmcc-support-section p {
	margin: 0;
}

.jmcc-category-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 1rem;
}

.jmcc-category-nav a {
	background: #fff;
	border: 1px solid var(--jmcc-line);
	border-radius: 999px;
	color: var(--jmcc-blue);
	font-size: 0.9rem;
	font-weight: 900;
	padding: 0.5rem 0.78rem;
	text-decoration: none;
}

.jmcc-category-nav a:hover {
	background: var(--jmcc-blue);
	color: #fff;
}

.jmcc-menu-grid,
.jmcc-info-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jmcc-menu-card {
	background: #fff;
	border: 1px solid var(--jmcc-line);
	border-radius: 8px;
	display: grid;
	grid-template-rows: auto 1fr;
	overflow: hidden;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.jmcc-menu-card:hover {
	border-color: #bdd2d7;
	box-shadow: 0 14px 30px rgba(16, 47, 79, 0.08);
	transform: translateY(-1px);
}

.jmcc-menu-card__media {
	align-items: center;
	aspect-ratio: 4 / 3;
	background: #f8faf8;
	border-bottom: 1px solid var(--jmcc-line);
	color: #fff;
	display: flex;
	font-size: 2rem;
	font-weight: 900;
	justify-content: center;
}

.jmcc-menu-card__media span {
	align-items: center;
	background: linear-gradient(135deg, var(--jmcc-blue), var(--jmcc-green));
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.jmcc-menu-card__body,
.jmcc-info-grid article {
	padding: 1rem;
}

.jmcc-info-grid article {
	box-shadow: 0 12px 26px rgba(16, 47, 79, 0.05);
}

.jmcc-menu-card a {
	font-size: 0.9rem;
}

.jmcc-article {
	display: grid;
	gap: clamp(1.25rem, 3vw, 2rem);
}

.jmcc-article-hero {
	margin-bottom: 0;
}

.jmcc-article__content {
	background: #fff;
	border: 1px solid var(--jmcc-line);
	border-radius: 8px;
	box-shadow: 0 16px 38px rgba(16, 47, 79, 0.06);
	display: grid;
	gap: 1rem;
	margin-inline: auto;
	max-width: 920px;
	padding: clamp(1.35rem, 3.5vw, 2.6rem);
	width: 100%;
}

.jmcc-article__content h2,
.jmcc-article__content h3 {
	color: var(--jmcc-blue);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.16;
	margin: 0.75rem 0 0;
}

.jmcc-article__content h2 {
	font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.jmcc-article__content h3 {
	font-size: clamp(1.2rem, 2vw, 1.45rem);
}

.jmcc-article__content p,
.jmcc-article__content li {
	color: #33414a;
	font-size: 1rem;
	line-height: 1.72;
	margin: 0;
}

.jmcc-article__content a {
	color: var(--jmcc-red-dark);
	font-weight: 850;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.jmcc-article__content ul,
.jmcc-article__content ol {
	display: grid;
	gap: 0.7rem;
	margin: 0;
	padding-left: 1.35rem;
}

.jmcc-table-wrap {
	border: 1px solid var(--jmcc-line);
	border-radius: 8px;
	overflow-x: auto;
}

.jmcc-table {
	background: #fff;
	border-collapse: collapse;
	min-width: 980px;
	width: 100%;
}

.jmcc-table th,
.jmcc-table td {
	border: 1px solid var(--jmcc-line);
	font-size: 0.88rem;
	padding: 0.62rem;
	text-align: left;
}

.jmcc-table thead th {
	background: var(--jmcc-blue);
	color: #fff;
}

.jmcc-table tbody tr:nth-child(even) {
	background: #f8faf8;
}

.jmcc-footer {
	background: var(--jmcc-blue);
	color: #fff;
	margin-top: 1rem;
	padding: 1.5rem max(1rem, calc((100vw - 1220px) / 2 + 1rem));
	text-align: center;
}

.jmcc-footer__links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
	justify-content: center;
	margin-bottom: 0.75rem;
}

.jmcc-footer a {
	color: #fff;
	font-weight: 900;
}

.jmcc-footer p {
	font-size: 0.88rem;
	margin: 0;
	opacity: 0.76;
}

@media (max-width: 980px) {
	.jmcc-hero,
	.jmcc-calculator__layout,
	.jmcc-menu-grid,
	.jmcc-info-grid,
	.jmcc-seo-overview,
	.jmcc-source-method {
		grid-template-columns: 1fr;
	}

	.jmcc-source-card {
		border-left: 0;
		border-radius: 0;
	}

	.jmcc-summary {
		position: static;
		scroll-margin-top: 88px;
	}

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

@media (max-width: 760px) {
	.jmcc-shell {
		padding-bottom: 6.15rem;
	}

	.jmcc-brandbar {
		align-items: center;
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		padding: 0.85rem 1rem;
		position: static;
	}

	.jmcc-brandbar__toggle {
		display: inline-flex;
		justify-content: center;
	}

	.jmcc-brandbar__links {
		background: rgba(255, 255, 255, 0.08);
		border: 1px solid rgba(255, 255, 255, 0.15);
		border-radius: 8px;
		display: none;
		grid-column: 1 / -1;
		grid-template-columns: 1fr;
		justify-content: stretch;
		margin-top: 0.8rem;
		padding: 0.45rem;
		width: 100%;
	}

	.jmcc-brandbar.is-open .jmcc-brandbar__links {
		display: grid;
	}

	.jmcc-brandbar__links a {
		padding: 0.8rem;
		text-align: left;
		width: 100%;
	}

	.jmcc-main {
		padding: 0.85rem;
	}

	.jmcc-hero__copy {
		min-height: 0;
		padding: 1.35rem;
	}

	.jmcc-hero h1 {
		font-size: 2.45rem;
	}

	.jmcc-hero p {
		font-size: 1rem;
	}

	.jmcc-source-card {
		padding: 1.15rem 1.35rem;
	}

	.jmcc-controls,
	.jmcc-calculator__head {
		grid-template-columns: 1fr;
	}

	.jmcc-controls,
	.jmcc-calculator__layout {
		display: grid;
		grid-template-columns: 1fr;
	}

	.jmcc-controls {
		top: 0;
	}

	.jmcc-calculator__head,
	.jmcc-section-heading,
	.jmcc-summary__top,
	.jmcc-selected-row {
		align-items: stretch;
		flex-direction: column;
	}

	.jmcc-calculator__head {
		display: flex;
	}

	.jmcc-section-heading {
		display: grid;
		grid-template-columns: 1fr;
	}

	.jmcc-seo-heading-row {
		align-items: stretch;
		display: grid;
		grid-template-columns: 1fr;
	}

	.jmcc-example-grid,
	.jmcc-note-grid,
	.jmcc-compare-list {
		grid-template-columns: 1fr;
	}

	.jmcc-item-list {
		max-height: none;
		padding-right: 0;
	}

	.jmcc-results {
		scroll-margin-top: 136px;
	}

	.jmcc-item-card {
		align-items: stretch;
		grid-template-columns: 92px minmax(0, 1fr);
	}

	.jmcc-item-card__media {
		width: 92px;
	}

	.jmcc-item-card__actions {
		grid-column: 1 / -1;
		justify-items: stretch;
	}

	.jmcc-selected-row {
		display: grid;
		grid-template-columns: 1fr;
	}

	.jmcc-qty {
		justify-content: flex-start;
	}

	.jmcc-total-grid {
		grid-template-columns: 1fr;
	}

	.jmcc-mobile-summary {
		bottom: max(0.75rem, env(safe-area-inset-bottom));
		display: grid;
	}
}

@media (max-width: 460px) {
	.jmcc-shell {
		padding-bottom: 6.3rem;
	}

	.jmcc-hero h1 {
		font-size: 2.05rem;
	}

	.jmcc-hero__stats span {
		width: 100%;
	}

	.jmcc-item-card {
		grid-template-columns: 1fr;
	}

	.jmcc-item-card__media {
		width: 100%;
	}

	.jmcc-actions {
		flex-direction: column;
	}

	.jmcc-mobile-summary {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.jmcc-mobile-summary button {
		grid-column: 2;
		grid-row: 1;
	}
}
