/*
 * SportsHaven design system — light premium broadcast desk.
 *
 * Surfaces are warm paper, cream and light athletic gray. There is NO black
 * framing anywhere: no black bars, black page borders, black card outlines
 * or dark caged sections. Ink #131313 exists as TEXT and small accents only.
 *
 * Contrast contract (WCAG AA, verified ratios):
 *  - Deep orange #B54808 for orange TEXT on light surfaces
 *    (5.39:1 white, 4.73:1 cream).
 *  - Ink #131313 text on brand orange #F26A21 surfaces (6.07:1), never white.
 *  - White text on deep orange #B54808 buttons (5.39:1).
 *  - Brand orange #F26A21 as text only at LARGE display sizes on white
 *    (3.06:1 ≥ 3:1) or as non-text accent lines/fills.
 *
 * Typography: Oswald (condensed display) + Inter (body). No serif fonts, no
 * script fonts. Mobile-first: single-column collapse, zero horizontal
 * overflow at every width.
 */

:root {
	--sh-orange: #F26A21;
	--sh-orange-deep: #B54808;
	--sh-ink: #131313;
	--sh-paper: #FFFFFF;
	--sh-cream: #FBF5EC;
	--sh-cream-2: #F4EADB;
	--sh-line: #EBDFCE;
	--sh-gray: #F2F3F5;
	--sh-muted: #55595F;
	--sh-font-display: "Oswald", "Arial Narrow", sans-serif;
	--sh-font-body: "Inter", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	--sh-wrap: min(97vw, 1720px); /* @kind spacing */
	--sh-radius: 8px;
	--sh-skew: polygon(0.45em 0, 100% 0, calc(100% - 0.45em) 100%, 0 100%); /* @kind other */
	--sh-shadow: 0 8px 24px rgba(181, 72, 8, 0.07);
}

/* ------------------------------------------------------------------ reset */

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

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: var(--sh-font-body);
	font-size: 1rem;
	line-height: 1.65;
	color: var(--sh-ink);
	background: var(--sh-paper);
	overflow-x: hidden;
}

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

a {
	color: var(--sh-orange-deep);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

button {
	font: inherit;
	cursor: pointer;
}

:focus-visible {
	outline: 2px solid var(--sh-orange-deep);
	outline-offset: 2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--sh-font-display);
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: 0.015em;
	text-transform: uppercase;
	margin: 0 0 0.5em;
	overflow-wrap: break-word;
}

p {
	margin: 0 0 1em;
}

/* -------------------------------------------------------------- utilities */

.sh-wrap {
	width: 100%;
	max-width: var(--sh-wrap);
	margin-inline: auto;
	padding-inline: clamp(1rem, 4vw, 2rem);
}

.sh-section-pad {
	padding-block: clamp(2rem, 5vw, 3.5rem);
}

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

.skip-link {
	left: 8px;
	top: 8px;
	z-index: 10000;
	background: var(--sh-orange);
	color: var(--sh-ink);
	padding: 0.6rem 1rem;
}

.skip-link:focus {
	position: fixed !important;
	width: auto;
	height: auto;
	clip: auto;
	clip-path: none;
	/* Own focus ring: the link is revealed on focus, but a revealed control with
	   no ring reads as decoration. Ink ring on the orange slab, 6.07:1. */
	outline: 3px solid var(--sh-ink);
	outline-offset: 2px;
	border-radius: 2px;
	font-family: var(--sh-font-display);
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
}

/* The skip destination must not land under the sticky nav. scroll-margin-top
   clears the 56px sticky bar plus a little breathing room, so the first thing
   a keyboard user sees after activating the link is the content, not the nav
   they just skipped. */
#content {
	scroll-margin-top: 72px;
}

/* Programmatic focus on <main> should not draw a page-wide ring — the user
   asked to move here, they did not focus a control. Focus is still MOVED
   (that is what tabindex="-1" buys); it is simply not outlined. */
#content:focus {
	outline: none;
}

#content:focus-visible {
	outline: 3px solid var(--sh-orange-deep);
	outline-offset: -3px;
}

/* Section titles: skewed orange slab accent + field-line rule. */
.sh-section-title {
	font-size: clamp(1.6rem, 1.15rem + 2.2vw, 2.6rem);
	font-weight: 700;
	margin: 0 0 clamp(0.9rem, 2.5vw, 1.4rem);
	display: block;
	width: fit-content;
	letter-spacing: 0.02em;
	word-spacing: normal;
	border-left: 7px solid var(--sh-orange);
	border-bottom: 4px solid var(--sh-orange);
	padding: 0.05em 0.4em 0.12em 0.45em;
	background: linear-gradient(90deg, rgba(242, 106, 33, 0.12), transparent 65%);
}

.sh-section-title__accent {
	color: var(--sh-orange-deep);
}

.sh-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
}

.sh-section-head .sh-section-title {
	margin-bottom: 0;
}

.sh-section-head + .sh-grid {
	margin-top: clamp(1.1rem, 3vw, 1.8rem);
}

.sh-section-more {
	font-family: var(--sh-font-display);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 0.95rem;
	color: var(--sh-orange-deep);
	white-space: nowrap;
}

/* Buttons: parallelogram ticket stubs — orange, deep orange, ghost. */
.sh-btn {
	display: inline-block;
	font-family: var(--sh-font-display);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 0.98rem;
	line-height: 1;
	padding: 0.85rem 1.6rem;
	border: 0;
	clip-path: var(--sh-skew);
	transition: background-color 120ms ease, color 120ms ease;
}

.sh-btn:hover {
	text-decoration: none;
}

.sh-btn--orange {
	background: var(--sh-orange);
	color: var(--sh-ink);
}

.sh-btn--orange:hover {
	background: var(--sh-orange-deep);
	color: var(--sh-paper);
}

.sh-btn--deep {
	background: var(--sh-orange-deep);
	color: var(--sh-paper);
}

.sh-btn--deep:hover {
	background: var(--sh-orange);
	color: var(--sh-ink);
}

.sh-btn--ghost {
	background: transparent;
	color: var(--sh-orange-deep);
	box-shadow: inset 0 0 0 2px var(--sh-orange);
	clip-path: none;
	border-radius: 6px;
	padding: 0.75rem 1.3rem;
}

.sh-btn--ghost:hover {
	background: var(--sh-orange);
	color: var(--sh-ink);
}

/* Kicker chip: skewed pennant sliver, ink on orange (6.07:1). */
.sh-kicker {
	display: inline-block;
	font-family: var(--sh-font-display);
	font-weight: 600;
	font-size: 0.8rem;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--sh-ink);
	background: var(--sh-orange);
	padding: 0.3rem 0.75rem 0.34rem;
	clip-path: var(--sh-skew);
}

.sh-kicker:hover {
	text-decoration: none;
	background: var(--sh-orange-deep);
	color: var(--sh-paper);
}

/* Meta line. */
.sh-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.9rem;
	font-size: 0.85rem;
	color: var(--sh-muted);
}

.sh-meta__author {
	font-weight: 600;
}

/* Editor-only notes (reality-locked placeholders). */
.sh-editor-note {
	border: 2px dashed var(--sh-orange-deep);
	border-radius: var(--sh-radius);
	color: var(--sh-orange-deep);
	font-size: 0.9rem;
	padding: 0.9rem 1.1rem;
	margin: 1rem 0;
}

.sh-editor-note--onorange {
	border-color: var(--sh-paper);
	color: var(--sh-ink);
	background: rgba(255, 255, 255, 0.35);
	max-width: 46rem;
	margin-inline: auto;
}

/* Sponsor inventory: labelled when filled, dashed editor note when empty,
   invisible to the public when empty. Never a fake ad, never a top bar. */
.sh-sponsor {
	text-align: center;
	margin-block: clamp(1rem, 2.5vw, 1.5rem);
}

.sh-sponsor__tag {
	display: block;
	font-family: var(--sh-font-display);
	font-size: 0.68rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--sh-muted);
	margin-bottom: 0.4rem;
}

.sh-sponsor--empty {
	border: 2px dashed var(--sh-orange-deep);
	border-radius: var(--sh-radius);
	background: rgba(242, 106, 33, 0.04);
	padding: 1.1rem 1.2rem;
}

.sh-sponsor--empty .sh-sponsor__tag {
	margin: 0;
	color: var(--sh-orange-deep);
}

.sh-sponsor--header {
	max-width: 300px;
	margin: 0.9rem 0 0;
	text-align: left;
}

.sh-sponsor--siderail {
	margin-top: 1.25rem;
	text-align: center;
}

/* Side-rail module sized like real inventory (300×250 / half-page). */
.sh-sponsor--siderail.sh-sponsor--empty {
	display: grid;
	place-items: center;
	min-height: 280px;
}

.sh-sponsor--break,
.sh-sponsor--bottom {
	max-width: var(--sh-wrap);
	margin-inline: auto;
	padding-inline: clamp(1rem, 4vw, 2rem);
}

/* Section-break module sized like a real leaderboard (970×250 / 728×90). */
.sh-sponsor--break.sh-sponsor--empty {
	display: grid;
	place-items: center;
	min-height: 120px;
}

/* ---------------------------------------------------------------- ticker */

.sh-ticker {
	display: flex;
	align-items: stretch;
	background: var(--sh-cream-2);
	color: var(--sh-ink);
	min-height: 58px;
	overflow: hidden;
	border-bottom: 3px solid var(--sh-orange);
}

.sh-ticker__flag {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	flex: 0 0 auto;
	font-family: var(--sh-font-display);
	font-weight: 700;
	font-size: 0.95rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background: var(--sh-orange);
	color: var(--sh-ink);
	padding: 0 1.6rem 0 1rem;
	clip-path: polygon(0 0, 100% 0, calc(100% - 16px) 100%, 0 100%);
}

.sh-ticker__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--sh-ink);
	animation: sh-blink 1.6s ease-in-out infinite;
}

@keyframes sh-blink {
	50% { opacity: 0.25; }
}

.sh-ticker__viewport {
	flex: 1 1 auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	min-width: 0;
}

.sh-ticker__track {
	display: flex;
	gap: 2.5rem;
	list-style: none;
	margin: 0;
	padding: 0 1rem;
	width: max-content;
	align-items: center;
}

.sh-ticker__track.is-animated {
	animation: sh-marquee 45s linear infinite;
}

.sh-ticker__track.is-paused {
	animation-play-state: paused;
}

.sh-ticker__viewport:hover .sh-ticker__track.is-animated {
	animation-play-state: paused;
}

@keyframes sh-marquee {
	to { transform: translateX(-50%); }
}

.sh-ticker__item {
	white-space: nowrap;
	font-size: 1.05rem;
	font-weight: 600;
}

.sh-ticker__item a,
.sh-ticker__item span {
	color: var(--sh-ink);
}

.sh-ticker__item a:hover {
	color: var(--sh-orange-deep);
	text-decoration: none;
}

.sh-ticker__item::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	background: var(--sh-orange);
	transform: skewX(-12deg);
	margin-right: 0.6rem;
	vertical-align: 1px;
}

.sh-ticker__pause {
	flex: 0 0 auto;
	background: transparent;
	border: 0;
	width: 38px;
	display: grid;
	place-items: center;
}

.sh-ticker__pause span {
	display: block;
	width: 10px;
	height: 12px;
	border-left: 3px solid var(--sh-orange-deep);
	border-right: 3px solid var(--sh-orange-deep);
}

.sh-ticker__pause[aria-pressed="true"] span {
	border: 0;
	width: 0;
	height: 0;
	border-left: 10px solid var(--sh-orange-deep);
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
}

.sh-ticker__station {
	display: none;
	align-items: center;
	gap: 0.5rem;
	flex: 0 0 auto;
	font-family: var(--sh-font-display);
	font-size: 0.78rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--sh-muted);
	padding-inline: 1rem;
	border-left: 1px solid var(--sh-line);
}

.sh-ticker__clock {
	color: var(--sh-orange-deep);
	font-weight: 600;
}

@media (min-width: 720px) {
	.sh-ticker__station {
		display: flex;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sh-ticker__track.is-animated {
		animation: none;
	}
	.sh-ticker__viewport {
		overflow-x: auto;
	}
	.sh-ticker__dot {
		animation: none;
	}
}

/* -------------------------------------------------- brand command header */

.sh-command {
	position: relative;
	overflow: hidden;
	background:
		repeating-linear-gradient(-55deg, rgba(242, 106, 33, 0.035) 0 2px, transparent 2px 26px),
		var(--sh-paper);
	padding-block: clamp(0.6rem, 1.6vw, 1.1rem);
}

/* Real-pennant brand texture filling the former dead zones. */
.sh-command::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url("../images/pennant-mark.png") repeat;
	background-size: 120px auto;
	opacity: 0.055;
	transform: rotate(-8deg) scale(1.25);
	pointer-events: none;
}

.sh-command > .sh-wrap {
	position: relative;
}

.sh-command__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.5rem;
	align-items: center;
}

@media (min-width: 900px) {
	.sh-command__grid {
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
		gap: clamp(1rem, 3vw, 2.5rem);
	}
}

.sh-command__brand {
	text-align: center;
}

.sh-command__brand img,
.sh-pennant--masthead img,
.custom-logo {
	width: min(58vw, 400px);
	height: auto;
	margin-inline: auto;
	transform: rotate(-2deg);
	filter: drop-shadow(0 10px 20px rgba(242, 106, 33, 0.25));
}

.sh-command__side--left {
	text-align: center;
}

.sh-command__side--right {
	display: grid;
	gap: 0.7rem;
	justify-items: center;
}

@media (min-width: 900px) {
	.sh-command__side--left {
		text-align: right;
		justify-self: end;
	}

	.sh-command__side--right {
		justify-items: start;
		justify-self: start;
	}
}

.sh-command__tagline {
	font-family: var(--sh-font-display);
	font-weight: 600;
	font-size: clamp(1rem, 0.9rem + 0.5vw, 1.35rem);
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--sh-ink);
	margin: 0 0 0.5rem;
}

.sh-command__tip {
	margin: 0;
	font-size: 0.85rem;
	color: var(--sh-muted);
	display: flex;
	gap: 0.5rem;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

@media (min-width: 900px) {
	.sh-command__tip {
		justify-content: flex-end;
	}
}

.sh-command__tip-link {
	font-family: var(--sh-font-display);
	font-weight: 600;
	font-size: 0.8rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--sh-orange-deep);
	border: 2px solid var(--sh-orange);
	border-radius: 6px;
	padding: 0.3rem 0.8rem;
}

.sh-command__tip-link:hover {
	background: var(--sh-orange);
	color: var(--sh-ink);
	text-decoration: none;
}

.sh-command__actions {
	display: flex;
	gap: 0.6rem;
	flex-wrap: wrap;
	justify-content: center;
}

.sh-command .sh-searchform {
	width: 100%;
	max-width: 320px;
}

@media (max-width: 899.98px) {
	.sh-command__side--left {
		order: 3;
	}

	.sh-command__brand {
		order: 1;
	}

	.sh-command__side--right {
		order: 2;
	}

	/* Buffalo mode on phones: the tagline lives in the footer/join band and
	   the header sponsor slot is desktop inventory — neither may push the
	   nav/league/MVPs offering below the first eye shot. */
	.sh-command__tagline,
	.sh-sponsor--header {
		display: none;
	}
}

/* --------------------------------------------------------- main content nav */

.sh-mainnav {
	position: sticky;
	top: 0;
	z-index: 900;
	background: var(--sh-paper);
	border-top: 1px solid var(--sh-line);
	border-bottom: 3px solid var(--sh-orange);
}

.sh-mainnav.is-stuck {
	box-shadow: 0 6px 18px rgba(181, 72, 8, 0.14);
}

.sh-mainnav__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	gap: 0;
}

/* Each item is an even column, but the link itself hugs its word so the
   hover/current underline sits under the WORD, not the surrounding area. */
.sh-mainnav__list li {
	flex: 1 1 0;
	display: flex;
	justify-content: center;
}

.sh-mainnav__list a {
	display: inline-block;
	width: auto;
	text-align: center;
	font-family: var(--sh-font-display);
	font-weight: 700;
	font-size: clamp(1.05rem, 0.9rem + 0.6vw, 1.45rem);
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: var(--sh-ink);
	padding: 1rem 0.15rem;
	border-bottom: 4px solid transparent;
	margin-bottom: -3px;
	white-space: nowrap;
}

.sh-mainnav__list a:hover,
.sh-mainnav__list .current-menu-item > a {
	color: var(--sh-orange-deep);
	border-bottom-color: var(--sh-orange);
	text-decoration: none;
}

.sh-mainnav__list .menu-item-store > a {
	background: var(--sh-orange-deep);
	color: var(--sh-paper);
	clip-path: var(--sh-skew);
	padding: 1rem 0.5rem;
	margin: 0;
	border-bottom: 0;
}

.sh-mainnav__list .menu-item-store > a:hover {
	background: var(--sh-orange);
	color: var(--sh-ink);
	border-bottom: 0;
}

/* Mobile: compact two-row chip grid — the whole offering in one eye shot. */
@media (max-width: 719.98px) {
	.sh-mainnav__list {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 0.3rem;
		padding-block: 0.5rem;
	}

	.sh-mainnav__list a {
		display: block;
		width: 100%;
		text-align: center;
		font-size: 0.82rem;
		padding: 0.5rem 0.2rem;
		border: 1px solid var(--sh-line);
		border-radius: 6px;
		border-bottom: 2px solid var(--sh-orange);
		margin: 0;
	}

	.sh-mainnav__list .menu-item-store > a {
		clip-path: none;
		border-radius: 6px;
		margin: 0;
		padding: 0.5rem 0.2rem;
	}
}

/* ------------------------------------------------------------- league bar */

.sh-leaguebar {
	background: var(--sh-cream);
	border-bottom: 1px solid var(--sh-line);
}

.sh-leaguebar__row {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 0;
	flex-wrap: wrap;
}

.sh-leaguebar__item {
	flex: 1 1 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	padding: 0.7rem 0.5rem;
	font-family: var(--sh-font-display);
	font-weight: 700;
	font-size: clamp(0.95rem, 0.85rem + 0.4vw, 1.2rem);
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--sh-ink);
	border-bottom: 3px solid transparent;
	white-space: nowrap;
}

.sh-leaguebar__item:hover,
.sh-leaguebar__item.is-current {
	color: var(--sh-orange-deep);
	border-bottom-color: var(--sh-orange);
	text-decoration: none;
}

/* Mobile: 4×2 grid — all eight leagues in one eye shot, no scrolling. */
@media (max-width: 719.98px) {
	.sh-leaguebar__row {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 0.25rem;
		padding-block: 0.5rem;
	}

	.sh-leaguebar__item {
		flex-direction: column;
		gap: 0.2rem;
		padding: 0.35rem 0.1rem;
		font-size: 0.68rem;
		border: 0;
		text-align: center;
	}
}

.sh-leaguebar__mark {
	display: grid;
	place-items: center;
	height: 38px;
}

.sh-league-mark--nav {
	max-height: 38px;
	max-width: 56px;
	width: auto;
	object-fit: contain;
}

.sh-league-mark--text {
	display: inline-grid;
	place-items: center;
	font-family: var(--sh-font-display);
	font-weight: 700;
	letter-spacing: 0.05em;
	color: var(--sh-orange-deep);
	border: 2px solid var(--sh-orange-deep);
	padding: 0.15rem 0.5rem;
	font-size: 0.85rem;
	text-transform: uppercase;
	clip-path: var(--sh-skew);
}

/* ------------------------------------------------------------- MVPs strip */

.sh-mvps {
	background: var(--sh-paper);
	border-bottom: 1px solid var(--sh-line);
	padding-block: 1rem;
}

/* Badge + exactly five cards on one even grid — no carousel, no scroll.
   Badge column hugs the left edge so the five photo cards get the space. */
.sh-mvps__grid {
	display: grid;
	grid-template-columns: min-content repeat(5, minmax(0, 1fr));
	gap: 0.55rem;
	align-items: stretch;
}

.sh-mvps__title {
	margin: 0 0.1rem 0 -0.2rem;
	align-self: center;
}

.sh-mvps__badge {
	display: inline-block;
	font-family: var(--sh-font-display);
	font-weight: 700;
	font-size: clamp(1.2rem, 1rem + 0.7vw, 1.7rem);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--sh-ink);
	background: var(--sh-orange);
	padding: 0.3rem 0.8rem 0.34rem;
	clip-path: var(--sh-skew);
}

/* Photo-led broadcast profile card: portrait owns the left 45%, information
   sits right. White surface, soft metallic-gray border, light shadow, small
   orange top accent. Portraits are top-center cropped so the head and
   shoulders are never the first thing lost. */
.sh-mvp-card {
	position: relative;
	display: grid;
	grid-template-columns: 45% minmax(0, 1fr);
	align-items: stretch;
	background: var(--sh-paper);
	border: 1px solid #DCE0E5;
	border-radius: 10px;
	overflow: hidden;
	min-width: 0;
	box-shadow: 0 1px 3px rgba(20, 22, 28, 0.06), 0 6px 16px rgba(20, 22, 28, 0.05);
	transition: transform 120ms ease, border-color 120ms ease, box-shadow 120ms ease;
}

.sh-mvp-card::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 3px;
	background: var(--sh-orange);
	z-index: 2;
}

.sh-mvp-card:hover {
	transform: translateY(-2px);
	border-color: var(--sh-orange);
	box-shadow: 0 10px 22px rgba(181, 72, 8, 0.13);
}

.sh-mvp-card__photo {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 156px;
	object-fit: cover;
	object-position: 50% 12%;
	background: linear-gradient(180deg, var(--sh-cream) 0%, var(--sh-cream-2) 100%);
	border-right: 1px solid var(--sh-line);
}

/* Editor-fillable portrait well — real supplied cutouts only. */
.sh-mvp-card__photo--slot {
	position: relative;
	display: block;
	padding: 0;
}

/* Honest brand well when no real athlete image exists yet — never a fake
   athlete photo, never initials. */
.sh-mvp-card__photo--brand {
	display: grid;
	place-items: center;
	background: repeating-linear-gradient(-55deg, rgba(242, 106, 33, 0.05) 0 2px, transparent 2px 22px), linear-gradient(180deg, var(--sh-cream) 0%, var(--sh-cream-2) 100%);
}

.sh-mvp-card__photo--brand img {
	width: 46%;
	max-width: 74px;
	height: auto;
	opacity: 0.5;
}

.sh-mvp-card__body {
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0.9rem 0.85rem 0.85rem 0.8rem;
}

.sh-mvp-card__name {
	font-size: clamp(0.95rem, 0.72rem + 0.45vw, 1.2rem);
	line-height: 1.06;
	margin: 0;
	overflow-wrap: break-word;
	text-wrap: balance;
}

.sh-mvp-card__name a {
	color: var(--sh-ink);
}

.sh-mvp-card__name a:hover {
	color: var(--sh-orange-deep);
	text-decoration: none;
}

.sh-mvp-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.28rem;
	align-items: baseline;
	margin: 0.34rem 0 0;
	font-size: 0.76rem;
	color: var(--sh-muted);
	min-width: 0;
}

.sh-mvp-card__league {
	font-family: var(--sh-font-display);
	font-weight: 700;
	letter-spacing: 0.08em;
	color: var(--sh-orange-deep);
}

.sh-mvp-card__trend {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0.16rem 0.3rem;
	margin: 0.5rem 0 0;
	font-family: var(--sh-font-display);
	font-weight: 700;
	font-size: clamp(1.1rem, 0.85rem + 0.6vw, 1.5rem);
	line-height: 1;
	color: var(--sh-ink);
	min-width: 0;
}

.sh-mvp-card__unit {
	font-size: 0.62em;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--sh-muted);
}

/* Tablet: badge on top, five cards stay one even row. */
@media (max-width: 1079.98px) and (min-width: 720px) {
	.sh-mvps__grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.sh-mvps__title {
		grid-column: 1 / -1;
	}

	.sh-mvp-card {
		grid-template-columns: 42% minmax(0, 1fr);
	}

	.sh-mvp-card__photo,
	.sh-mvp-card__photo--slot,
	.sh-mvp-card__photo--brand {
		min-height: 136px;
	}

	.sh-mvp-card__body {
		padding: 0.7rem 0.6rem 0.7rem 0.6rem;
	}
}

/* Mobile: smooth horizontal swipe row — roughly 1.5 cards in view so the row
   visibly continues. Portraits stay large; nothing shrinks to an icon. The
   MVPs badge sticks to the left edge while the cards swipe past it. */
@media (max-width: 719.98px) {
	.sh-mvps {
		padding-block: 0.6rem;
	}

	.sh-mvps__grid {
		grid-template-columns: max-content;
		grid-auto-flow: column;
		grid-auto-columns: min(62vw, 250px);
		gap: 0.6rem;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 0.4rem;
		scrollbar-width: thin;
	}

	.sh-mvps__title {
		position: sticky;
		left: 0;
		z-index: 4;
		align-self: stretch;
		display: grid;
		place-items: center;
		margin: 0;
		padding-right: 0.5rem;
		background: var(--sh-paper);
	}

	.sh-mvp-card {
		scroll-snap-align: start;
		grid-template-columns: 46% minmax(0, 1fr);
	}

	.sh-mvp-card__photo,
	.sh-mvp-card__photo--slot,
	.sh-mvp-card__photo--brand {
		min-height: 150px;
	}

	.sh-mvp-card__body {
		padding: 0.7rem 0.6rem 0.7rem 0.65rem;
	}

	.sh-pod-inline--thumb .sh-pod-inline__dims {
		font-size: 0.42rem;
	}
}

/* ------------------------------------------------------------- lead story */

.sh-lead {
	background: var(--sh-paper);
	padding-block: clamp(1.5rem, 3.5vw, 2.5rem);
}

.sh-lead__inner {
	display: grid;
	gap: clamp(1.5rem, 4vw, 2.75rem);
	align-items: center;
}

.sh-lead--media .sh-lead__inner {
	grid-template-columns: 1fr;
}

@media (min-width: 900px) {
	.sh-lead--media .sh-lead__inner {
		grid-template-columns: 1fr 1.05fr;
	}
}

.sh-lead__label {
	display: inline-block;
	font-family: var(--sh-font-display);
	font-weight: 600;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	text-transform: uppercase;
	font-size: 0.85rem;
	color: var(--sh-orange-deep);
	border-left: 4px solid var(--sh-orange);
	padding-left: 0.7rem;
	margin: 0 0 1rem;
}

.sh-lead__title {
	font-size: clamp(2rem, 1.2rem + 3.8vw, 3.8rem);
	font-weight: 700;
	margin: 0.9rem 0 0.75rem;
}

.sh-lead__title a {
	color: var(--sh-ink);
}

.sh-lead__title a:hover {
	color: var(--sh-orange-deep);
	text-decoration: none;
}

.sh-lead__dek {
	color: var(--sh-muted);
	font-size: clamp(1rem, 0.95rem + 0.3vw, 1.15rem);
	max-width: 38rem;
}

.sh-lead .sh-meta {
	margin-bottom: 1.4rem;
}

.sh-lead__media {
	position: relative;
	margin-right: 16px;
	margin-bottom: 16px;
}

.sh-lead__media img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: var(--sh-radius);
	box-shadow: 16px 16px 0 var(--sh-orange);
}

/* Text-first lead when no featured image exists: wider measure, bigger type,
   an orange field rule underneath — no empty media boxes. */
.sh-lead--text .sh-lead__copy {
	max-width: 54rem;
}

.sh-lead--text .sh-lead__title {
	font-size: clamp(2rem, 1.2rem + 3.6vw, 3.6rem);
}

/* ------------------------------------------------------------------ grid */

.sh-latest {
	background: var(--sh-cream);
	border-block: 1px solid var(--sh-line);
	padding-block: clamp(1.5rem, 3.5vw, 2.25rem);
}

.sh-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(1.1rem, 3vw, 1.6rem);
}

@media (min-width: 720px) {
	.sh-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1080px) {
	.sh-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.sh-card {
	position: relative;
	display: flex;
	flex-direction: column;
	background: var(--sh-paper);
	border: 1px solid var(--sh-line);
	border-radius: var(--sh-radius);
	overflow: hidden;
	box-shadow: var(--sh-shadow);
	transition: transform 140ms ease, box-shadow 140ms ease;
}

.sh-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
	height: 4px;
	background: var(--sh-orange);
	transition: right 200ms ease;
	z-index: 1;
}

.sh-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 34px rgba(181, 72, 8, 0.13);
}

.sh-card:hover::before {
	right: 0;
}

.sh-card--text {
	border-left: 4px solid var(--sh-orange);
}

.sh-card__sponsored {
	display: block;
	font-family: var(--sh-font-display);
	font-weight: 600;
	font-size: 0.68rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--sh-orange-deep);
	background: var(--sh-cream-2);
	border-bottom: 1px solid var(--sh-line);
	padding: 0.35rem 1.15rem;
}

.sh-card__media {
	display: block;
}

.sh-card__media img {
	width: 100%;
	aspect-ratio: 8 / 5;
	object-fit: cover;
}

.sh-card__body {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	padding: 1.1rem 1.15rem 1.2rem;
	flex: 1 1 auto;
}

.sh-card__body .sh-kicker {
	align-self: flex-start;
}

.sh-card__title {
	font-size: clamp(1.15rem, 1.05rem + 0.5vw, 1.4rem);
	margin: 0;
}

.sh-card__title a {
	color: var(--sh-ink);
	background-image: linear-gradient(var(--sh-orange), var(--sh-orange));
	background-repeat: no-repeat;
	background-size: 0% 3px;
	background-position: 0 100%;
	transition: background-size 200ms ease;
}

.sh-card__title a:hover {
	color: var(--sh-orange-deep);
	text-decoration: none;
	background-size: 100% 3px;
}

.sh-card__dek {
	color: var(--sh-muted);
	font-size: 0.94rem;
	margin: 0;
}

.sh-card .sh-meta {
	margin-top: auto;
	padding-top: 0.4rem;
}

/* ------------------------------------------------------------ league desks */

.sh-desks {
	padding-block: clamp(1.5rem, 3.5vw, 2.25rem) 0.5rem;
}

.sh-desks__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(1.1rem, 3vw, 1.6rem);
}

@media (min-width: 900px) {
	.sh-desks__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.sh-desk {
	background: var(--sh-paper);
	border: 1px solid var(--sh-line);
	border-top: 4px solid var(--sh-orange);
	border-radius: var(--sh-radius);
	box-shadow: var(--sh-shadow);
	padding: 1.1rem 1.2rem 1.2rem;
}

.sh-desk__head {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	border-bottom: 1px solid var(--sh-line);
	padding-bottom: 0.7rem;
	margin-bottom: 0.7rem;
}

.sh-desk__mark {
	display: grid;
	place-items: center;
	height: 34px;
}

.sh-desk__mark .sh-league-mark--nav {
	max-height: 34px;
	max-width: 50px;
}

.sh-desk__name {
	font-size: 1.15rem;
	margin: 0;
	flex: 1 1 auto;
}

.sh-desk__all {
	font-family: var(--sh-font-display);
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--sh-orange-deep);
	white-space: nowrap;
}

.sh-desk__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.65rem;
}

.sh-desk__list li {
	display: grid;
	gap: 0.1rem;
	padding-left: 0.9rem;
	position: relative;
}

.sh-desk__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.5em;
	width: 7px;
	height: 7px;
	background: var(--sh-orange);
	transform: skewX(-12deg);
}

.sh-desk__list a {
	color: var(--sh-ink);
	font-weight: 600;
	font-size: 0.92rem;
	line-height: 1.4;
}

.sh-desk__list a:hover {
	color: var(--sh-orange-deep);
}

.sh-desk__list time {
	font-size: 0.75rem;
	color: var(--sh-muted);
}

/* ---------------------------------------------------------- results desk */

.sh-results {
	padding-block: clamp(1.25rem, 3vw, 2rem) 0.5rem;
}

.sh-results__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(1rem, 2.5vw, 1.4rem);
}

@media (min-width: 640px) {
	.sh-results__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1080px) {
	.sh-results__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.sh-score {
	position: relative;
	background: var(--sh-paper);
	border: 1px solid var(--sh-line);
	border-radius: var(--sh-radius);
	box-shadow: var(--sh-shadow);
	padding: 0.95rem 1rem 0.85rem;
	overflow: hidden;
}

.sh-score::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: linear-gradient(90deg, var(--sh-orange) 0 62%, var(--sh-orange-deep) 62% 100%);
	clip-path: polygon(0 0, 100% 0, calc(100% - 5px) 100%, 0 100%);
}

.sh-score__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0.2rem 0 0.6rem;
}

.sh-score__league {
	font-family: var(--sh-font-display);
	font-weight: 700;
	font-size: 0.82rem;
	letter-spacing: 0.1em;
	color: var(--sh-orange-deep);
}

.sh-score__status {
	font-family: var(--sh-font-display);
	font-size: 0.72rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--sh-muted);
	border: 1px solid var(--sh-line);
	padding: 0.12rem 0.6rem;
	clip-path: var(--sh-skew);
}

.sh-score__row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 0.75rem;
	padding-block: 0.22rem;
}

.sh-score__team {
	font-weight: 600;
	font-size: 0.95rem;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sh-score__points {
	font-family: var(--sh-font-display);
	font-weight: 700;
	font-size: 1.45rem;
	color: var(--sh-ink);
}

.sh-score__foot {
	display: flex;
	justify-content: space-between;
	gap: 0.75rem;
	font-size: 0.78rem;
	color: var(--sh-muted);
	border-top: 1px dashed var(--sh-line);
	margin-top: 0.55rem;
	padding-top: 0.5rem;
}

/* ------------------------------------------------------------ two column */

.sh-two-col {
	padding-block: clamp(1.5rem, 3.5vw, 2.25rem);
}

.sh-two-col__inner {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(2rem, 5vw, 3.5rem);
}

@media (min-width: 900px) {
	.sh-two-col__inner {
		grid-template-columns: 1.35fr 1fr;
	}
}

.sh-trending__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1.1rem;
}

.sh-trending__item {
	display: flex;
	gap: 1.1rem;
	align-items: flex-start;
	border-bottom: 1px solid var(--sh-line);
	padding-bottom: 1.1rem;
}

.sh-trending__rank {
	font-family: var(--sh-font-display);
	font-weight: 700;
	font-size: clamp(2rem, 1.6rem + 1.6vw, 3rem);
	line-height: 1;
	color: transparent;
	-webkit-text-stroke: 2px var(--sh-orange);
	min-width: 2.3ch;
	transform: skewX(-6deg);
}

.sh-trending__body .sh-kicker {
	margin-bottom: 0.35rem;
}

.sh-trending__title {
	font-size: clamp(1.08rem, 1rem + 0.5vw, 1.35rem);
	margin: 0.35rem 0 0.2rem;
}

.sh-trending__title a {
	color: var(--sh-ink);
}

.sh-trending__title a:hover {
	color: var(--sh-orange-deep);
	text-decoration: none;
}

.sh-trending__date {
	font-size: 0.8rem;
	color: var(--sh-muted);
}

.sh-desk-note {
	color: var(--sh-muted);
	max-width: 34rem;
}

.sh-desk-note strong {
	color: var(--sh-ink);
}

/* ------------------------------------------------------------- join band */

.sh-band {
	position: relative;
	overflow: hidden;
	padding-block: clamp(2.25rem, 6vw, 4rem);
}

.sh-band--join {
	background:
		repeating-linear-gradient(-55deg, rgba(19, 19, 19, 0.045) 0 2px, transparent 2px 30px),
		var(--sh-orange);
	color: var(--sh-ink);
	text-align: center;
	clip-path: polygon(0 0, 100% clamp(0.75rem, 1.6vw, 1.4rem), 100% 100%, 0 100%);
}

.sh-join__title {
	font-size: clamp(1.9rem, 1.3rem + 2.8vw, 3.2rem);
	font-weight: 700;
	color: var(--sh-ink);
	margin-bottom: 0.35rem;
}

.sh-join__dek {
	font-weight: 500;
	margin-bottom: 1.4rem;
}

.sh-join__form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
	max-width: 34rem;
	margin-inline: auto;
}

.sh-join__form input[type="email"] {
	flex: 1 1 220px;
	min-width: 0;
	font: inherit;
	padding: 0.85rem 1.1rem;
	border: 0;
	background: var(--sh-paper);
	color: var(--sh-ink);
	clip-path: var(--sh-skew);
}

/* ---------------------------------------------------------- archive head */

.sh-archive-head {
	position: relative;
	overflow: hidden;
	background:
		repeating-linear-gradient(-55deg, rgba(242, 106, 33, 0.04) 0 2px, transparent 2px 26px),
		var(--sh-cream);
	border-bottom: 1px solid var(--sh-line);
	padding-block: clamp(1.75rem, 4vw, 3rem);
}

.sh-archive-head__eyebrow {
	font-family: var(--sh-font-display);
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	text-transform: uppercase;
	font-size: 0.8rem;
	color: var(--sh-orange-deep);
	margin: 0 0 0.3rem;
}

.sh-archive-head__title {
	font-size: clamp(2rem, 1.3rem + 3.4vw, 3.6rem);
	font-weight: 700;
	margin: 0;
}

.sh-archive-head__title span {
	color: var(--sh-orange-deep);
}

.sh-archive-head__dek {
	color: var(--sh-muted);
	max-width: 46rem;
	margin-top: 0.6rem;
}

.sh-archive-head__row {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	flex-wrap: wrap;
}

.sh-archive-head__mark .sh-league-mark--rail,
.sh-archive-head__mark .sh-league-mark--nav {
	max-height: 72px;
	max-width: 110px;
}

/* --------------------------------------------------------------- article */

/* Light premium opener — no dark cage, no black framing. */
.sh-article__head {
	position: relative;
	overflow: hidden;
	background:
		repeating-linear-gradient(-55deg, rgba(242, 106, 33, 0.04) 0 2px, transparent 2px 26px),
		radial-gradient(55% 110% at 50% 0%, rgba(242, 106, 33, 0.1), transparent 70%),
		var(--sh-cream);
	color: var(--sh-ink);
	border-bottom: 1px solid var(--sh-line);
	padding-block: clamp(1.5rem, 3.5vw, 2.5rem) clamp(1.25rem, 3vw, 2rem);
}

/* Real pennants fill the former dead flanks of the article opener. */
.sh-article__head::before,
.sh-article__head::after {
	content: "";
	position: absolute;
	width: clamp(180px, 22vw, 380px);
	aspect-ratio: 866 / 384;
	background: url("../images/sportshaven-pennant.png") no-repeat center / contain;
	opacity: 0.14;
	pointer-events: none;
}

.sh-article__head::before {
	left: -3%;
	bottom: 8%;
	transform: rotate(-14deg);
}

.sh-article__head::after {
	right: -3%;
	top: 12%;
	transform: rotate(10deg) scaleX(-1);
}

.sh-article__head-inner {
	position: relative;
	max-width: 62rem;
	margin-inline: auto;
	text-align: center;
}

.sh-article__head-inner .sh-crumbs {
	justify-content: center;
}

.sh-article__head-inner .sh-meta {
	justify-content: center;
}

.sh-article__head-inner .sh-article__dek {
	margin-inline: auto;
}

.sh-crumbs {
	font-size: 0.82rem;
	color: var(--sh-muted);
	margin-bottom: 1.1rem;
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.sh-crumbs a {
	color: var(--sh-muted);
}

.sh-crumbs a:hover {
	color: var(--sh-orange-deep);
}

.sh-article__sponsored {
	display: inline-block;
	margin-left: 0.6rem;
	border: 0;
	background: var(--sh-cream-2);
	border-radius: 4px;
	padding: 0.3rem 0.7rem;
}

.sh-article__title {
	font-size: clamp(2rem, 1.2rem + 3.8vw, 3.8rem);
	font-weight: 700;
	color: var(--sh-ink);
	margin: 0.9rem 0 0.6rem;
}

.sh-article__dek {
	font-size: clamp(1.02rem, 1rem + 0.3vw, 1.18rem);
	color: var(--sh-muted);
	max-width: 44rem;
}

.sh-article__hero {
	max-width: min(1100px, 100%);
	margin: clamp(1.25rem, 3vw, 2rem) auto 0;
	padding-inline: clamp(1rem, 4vw, 2rem);
}

.sh-article__hero img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: var(--sh-radius);
	box-shadow: var(--sh-shadow);
}

.sh-article__hero figcaption {
	font-size: 0.82rem;
	color: var(--sh-muted);
	margin-top: 0.5rem;
}

/* Article layout: reading column + working right rail — no dead flanks. */
.sh-article__layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(1.5rem, 3vw, 3rem);
	max-width: var(--sh-wrap);
	margin-inline: auto;
	padding-inline: clamp(1rem, 4vw, 2rem);
}

/* Grid items must never inherit min-content width from wide tables/embeds. */
.sh-article__layout > * {
	min-width: 0;
}

@media (min-width: 1080px) {
	.sh-article__layout {
		grid-template-columns: minmax(0, 1fr) 340px;
	}
}

.sh-article__rail {
	padding-top: clamp(1.5rem, 4vw, 2.5rem);
}

@media (min-width: 1080px) {
	.sh-article__rail-sticky {
		position: sticky;
		top: 1rem;
	}
}

.sh-rail-list {
	list-style: none;
	margin: 0 0 1.25rem;
	padding: 0;
	display: grid;
	gap: 0.7rem;
}

.sh-rail-list li {
	position: relative;
	padding-left: 0.9rem;
}

.sh-rail-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.5em;
	width: 7px;
	height: 7px;
	background: var(--sh-orange);
	transform: skewX(-12deg);
}

.sh-rail-list a {
	color: var(--sh-ink);
	font-weight: 600;
	font-size: 0.95rem;
	line-height: 1.4;
}

.sh-rail-list a:hover {
	color: var(--sh-orange-deep);
}

.sh-article__body {
	max-width: 46rem;
	margin-inline: auto;
	padding: clamp(1.5rem, 4vw, 2.5rem) 0 0;
	font-size: 1.05rem;
	min-width: 0;
}

.sh-article__body > p:first-child::first-letter {
	font-family: var(--sh-font-display);
	font-weight: 700;
	font-size: 3.3em;
	line-height: 0.82;
	float: left;
	padding: 0.06em 0.12em 0 0;
	color: var(--sh-orange-deep);
}

.sh-article__body h2,
.sh-article__body h3 {
	margin-top: 1.6em;
}

.sh-article__body h2 {
	font-size: 1.65rem;
	border-left: 5px solid var(--sh-orange);
	padding-left: 0.6em;
}

.sh-article__body h3 {
	font-size: 1.3rem;
}

.sh-article__body img {
	border-radius: var(--sh-radius);
	margin-block: 1rem;
}

.sh-article__body blockquote {
	margin: 1.6em 0;
	padding: 0.6em 0 0.6em 1.2em;
	border-left: 5px solid var(--sh-orange);
	font-family: var(--sh-font-display);
	font-size: 1.35rem;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	line-height: 1.3;
	color: var(--sh-ink);
	transform: skewX(-3deg);
}

.sh-article__body blockquote p {
	margin: 0;
}

.sh-article__body a {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.sh-article__pages {
	margin-block: 1.5rem;
	font-weight: 600;
}

.sh-article__foot {
	max-width: 46rem;
	margin-inline: auto;
	padding: 1.5rem 0 0.5rem;
}

.sh-article__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	font-size: 0.85rem;
	margin-bottom: 1.25rem;
}

.sh-article__tags a {
	border: 1px solid var(--sh-line);
	padding: 0.25rem 0.85rem;
	color: var(--sh-muted);
	clip-path: var(--sh-skew);
}

.sh-article__tags a:hover {
	border-color: var(--sh-orange);
	color: var(--sh-orange-deep);
	text-decoration: none;
}

.sh-share {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.6rem;
	padding: 1rem 0;
	border-top: 1px solid var(--sh-line);
	border-bottom: 1px solid var(--sh-line);
}

.sh-share__label {
	font-family: var(--sh-font-display);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.85rem;
}

.sh-share__link {
	background: var(--sh-paper);
	border: 2px solid var(--sh-line);
	padding: 0.45rem 1.05rem;
	font-size: 0.88rem;
	font-weight: 600;
	color: var(--sh-ink);
	clip-path: var(--sh-skew);
}

.sh-share__link:hover {
	border-color: var(--sh-orange);
	color: var(--sh-orange-deep);
	text-decoration: none;
}

.sh-prevnext {
	display: grid;
	gap: 0.75rem;
	padding-block: 1.25rem;
	font-weight: 600;
}

@media (min-width: 720px) {
	.sh-prevnext {
		grid-template-columns: 1fr 1fr;
	}

	.sh-prevnext__next {
		text-align: right;
	}
}

.sh-related {
	background: var(--sh-cream);
	border-top: 1px solid var(--sh-line);
	padding-block: clamp(2rem, 5vw, 3rem);
	margin-top: clamp(2rem, 5vw, 3rem);
}

.sh-article__comments {
	max-width: 48rem;
	padding-block: clamp(1.5rem, 4vw, 2.5rem);
}

/* -------------------------------------------------------- embeds, tables */

.sh-embed {
	margin-block: 1.25rem;
}

.sh-embed--16x9 {
	position: relative;
	aspect-ratio: 16 / 9;
}

.sh-embed--16x9 iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: var(--sh-radius);
}

.sh-embed--social {
	display: flex;
	justify-content: center;
	min-height: 200px;
}

.sh-embed--social iframe {
	max-width: 100% !important;
}

.sh-table-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-block: 1.25rem;
	border: 1px solid var(--sh-line);
	border-radius: var(--sh-radius);
}

.sh-table-scroll table,
.sh-article__body table {
	border-collapse: collapse;
	width: 100%;
	min-width: 560px;
	font-size: 0.92rem;
}

.sh-table-scroll th,
.sh-article__body th {
	font-family: var(--sh-font-display);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 0.82rem;
	text-align: left;
	background: var(--sh-orange);
	color: var(--sh-ink);
	padding: 0.6rem 0.8rem;
	border-bottom: 3px solid var(--sh-orange-deep);
}

.sh-table-scroll td,
.sh-article__body td {
	padding: 0.55rem 0.8rem;
	border-bottom: 1px solid var(--sh-line);
}

.sh-table-scroll tbody tr:nth-child(even) td {
	background: var(--sh-cream);
}

/* -------------------------------------------------------------- comments */

.sh-comments__title {
	font-size: 1.4rem;
}

.sh-comments__list {
	list-style: none;
	margin: 0 0 1.5rem;
	padding: 0;
}

.sh-comments__list .comment-body {
	border: 1px solid var(--sh-line);
	border-left: 4px solid var(--sh-orange);
	border-radius: var(--sh-radius);
	padding: 1rem 1.1rem;
	margin-bottom: 1rem;
}

.sh-comments__list .comment-meta {
	font-size: 0.85rem;
	color: var(--sh-muted);
	display: flex;
	align-items: center;
	gap: 0.6rem;
	flex-wrap: wrap;
	margin-bottom: 0.5rem;
}

.sh-comments__list .avatar {
	border-radius: 50%;
}

.sh-comments__list .children {
	list-style: none;
	margin: 0;
	padding-left: clamp(1rem, 4vw, 2.5rem);
}

.sh-comments__list .reply a {
	font-size: 0.82rem;
	font-weight: 600;
}

.comment-form label {
	display: block;
	font-weight: 600;
	font-size: 0.9rem;
	margin-bottom: 0.25rem;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	width: 100%;
	font: inherit;
	padding: 0.65rem 0.85rem;
	border: 2px solid var(--sh-line);
	border-radius: var(--sh-radius);
	margin-bottom: 1rem;
	background: var(--sh-paper);
	color: var(--sh-ink);
}

.comment-form input:focus,
.comment-form textarea:focus {
	border-color: var(--sh-orange);
	outline: none;
}

.comment-form .submit {
	background: var(--sh-orange);
	color: var(--sh-ink);
	border: 0;
	font-family: var(--sh-font-display);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding: 0.85rem 1.7rem;
	clip-path: var(--sh-skew);
}

.comment-form .submit:hover {
	background: var(--sh-orange-deep);
	color: var(--sh-paper);
}

/* ------------------------------------------------------------ search form */

.sh-searchform {
	display: flex;
	gap: 0.6rem;
	max-width: 34rem;
}

.sh-searchform__input {
	flex: 1 1 auto;
	min-width: 0;
	font: inherit;
	padding: 0.7rem 1rem;
	border: 2px solid var(--sh-line);
	background: var(--sh-paper);
	color: var(--sh-ink);
	clip-path: var(--sh-skew);
}

.sh-searchform__input:focus {
	border-color: var(--sh-orange);
	outline: none;
}

.sh-searchform__submit {
	flex: 0 0 auto;
}

/* -------------------------------------------------------------- pagination */

.sh-pagination,
.navigation.pagination {
	margin-top: clamp(1.5rem, 4vw, 2.5rem);
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
}

.nav-links .page-numbers {
	display: inline-block;
	min-width: 2.6rem;
	text-align: center;
	font-family: var(--sh-font-display);
	font-weight: 600;
	padding: 0.55rem 0.9rem;
	border: 2px solid var(--sh-line);
	color: var(--sh-ink);
	clip-path: var(--sh-skew);
}

.nav-links .page-numbers.current {
	background: var(--sh-orange);
	border-color: var(--sh-orange);
	color: var(--sh-ink);
}

.nav-links .page-numbers:hover {
	border-color: var(--sh-orange);
	text-decoration: none;
}

/* ------------------------------------------------------------------- 404 */

.sh-404 {
	position: relative;
	overflow: hidden;
	background:
		repeating-linear-gradient(-55deg, rgba(242, 106, 33, 0.04) 0 2px, transparent 2px 26px),
		radial-gradient(60% 100% at 50% 0%, rgba(242, 106, 33, 0.12), transparent 70%),
		var(--sh-cream);
	text-align: center;
	padding-block: clamp(3rem, 8vw, 5.5rem);
}

.sh-404__inner {
	max-width: 40rem;
}

.sh-404__code {
	font-family: var(--sh-font-display);
	font-weight: 700;
	font-size: clamp(5rem, 18vw, 11rem);
	line-height: 1;
	margin: 0;
	color: transparent;
	-webkit-text-stroke: 3px var(--sh-orange);
	transform: skewX(-6deg);
}

.sh-404__title {
	font-size: clamp(1.8rem, 1.4rem + 2vw, 2.8rem);
	margin-top: 0.5rem;
}

.sh-404__dek {
	color: var(--sh-muted);
	margin-bottom: 1.5rem;
}

.sh-404 .sh-searchform {
	margin: 0 auto 1.5rem;
}

/* ------------------------------------------------------------- empty state */

.sh-none {
	text-align: center;
	padding-block: clamp(2rem, 6vw, 4rem);
}

.sh-none .sh-searchform {
	margin: 1.25rem auto;
}

/* ---------------------------------------------------------------- footer */

.sh-footer {
	position: relative;
	overflow: hidden;
	background:
		repeating-linear-gradient(-55deg, rgba(242, 106, 33, 0.05) 0 2px, transparent 2px 26px),
		var(--sh-cream-2);
	color: var(--sh-ink);
	margin-top: clamp(1.5rem, 3.5vw, 2.5rem);
	border-top: 4px solid var(--sh-orange);
	padding-top: clamp(1.5rem, 3.5vw, 2.5rem);
}

.sh-footer__pennant {
	text-align: center;
	padding-inline: 1rem;
}

/* Footer pennant: large, centered, on warm cream — no dark cage. */
.sh-pennant--footer img {
	width: min(72vw, 380px);
	height: auto;
	margin-inline: auto;
	transform: rotate(-2deg);
	filter: drop-shadow(0 10px 22px rgba(181, 72, 8, 0.25));
}

.sh-footer__tagline {
	font-family: var(--sh-font-display);
	font-weight: 500;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	text-transform: uppercase;
	font-size: 0.85rem;
	color: var(--sh-muted);
	margin: 1rem 0 0;
}

.sh-footer__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	padding-block: clamp(2rem, 5vw, 3rem);
}

@media (min-width: 720px) {
	.sh-footer__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.sh-footer-heading {
	font-size: 1rem;
	letter-spacing: 0.14em;
	color: var(--sh-orange-deep);
	margin-bottom: 0.9rem;
}

.sh-footer__col ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.45rem;
}

.sh-footer__col a {
	color: var(--sh-ink);
}

.sh-footer__col a:hover {
	color: var(--sh-orange-deep);
}

.sh-footer__menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.45rem;
}

.sh-footer__tip {
	font-weight: 600;
	color: var(--sh-orange-deep);
	word-break: break-all;
}

.sh-footer__social {
	display: flex !important;
	flex-wrap: wrap;
	gap: 0.6rem;
}

.sh-footer__social .sh-social {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 1px solid var(--sh-line);
	border-radius: 10px;
	background: var(--sh-paper);
	transition: transform 120ms ease, border-color 120ms ease;
}

.sh-footer__social .sh-social:hover,
.sh-footer__social .sh-social:focus-visible {
	border-color: var(--sh-orange);
	transform: translateY(-2px);
	text-decoration: none;
}

.sh-social__icon {
	width: 28px;
	height: 28px;
	object-fit: contain;
	border-radius: 6px;
}

.sh-social__text {
	font-family: var(--sh-font-display);
	font-size: 0.7rem;
	text-transform: uppercase;
	color: var(--sh-ink);
}

/* Honest non-clickable Coming Soon state (e.g. TikTok pre-launch). */
.sh-social--soon {
	position: relative;
	cursor: default;
	opacity: 0.75;
}

.sh-social--soon .sh-social__icon {
	filter: grayscale(0.5);
}

.sh-social__soon {
	position: absolute;
	bottom: -7px;
	left: 50%;
	transform: translateX(-50%);
	font-family: var(--sh-font-display);
	font-weight: 600;
	font-size: 0.55rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--sh-paper);
	background: var(--sh-orange-deep);
	border-radius: 999px;
	padding: 0.1rem 0.45rem;
	white-space: nowrap;
}

.sh-footer__legal {
	background: var(--sh-cream);
	border-top: 1px solid var(--sh-line);
	padding-block: 1.1rem;
	font-size: 0.82rem;
}

.sh-footer__legal-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.5rem 1.5rem;
}

.sh-footer__legal p {
	margin: 0;
	color: var(--sh-muted);
}

.sh-totop {
	position: fixed;
	right: 1.1rem;
	bottom: 1.1rem;
	z-index: 950;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 0;
	background: var(--sh-orange);
	color: var(--sh-ink);
	font-size: 1.2rem;
	font-weight: 700;
	box-shadow: 0 10px 24px rgba(181, 72, 8, 0.3);
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.sh-totop.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

/* ------------------------------------------------- WordPress core classes */

.alignleft {
	float: left;
	margin: 0.4rem 1.25rem 1rem 0;
	max-width: 50%;
}

.alignright {
	float: right;
	margin: 0.4rem 0 1rem 1.25rem;
	max-width: 50%;
}

.aligncenter {
	margin-inline: auto;
	display: block;
}

.alignwide {
	max-width: min(1100px, 100%);
	margin-inline: auto;
}

.alignfull {
	width: 100%;
	max-width: none;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text,
figcaption {
	font-size: 0.82rem;
	color: var(--sh-muted);
	margin-top: 0.4rem;
}

.gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 200px), 1fr));
	gap: 0.75rem;
	margin-block: 1.25rem;
}

.gallery-item {
	margin: 0;
}

pre,
code,
kbd {
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 0.9em;
	background: var(--sh-cream);
	border-radius: var(--sh-radius);
}

pre {
	padding: 1rem 1.2rem;
	overflow-x: auto;
}

code {
	padding: 0.1em 0.35em;
}

hr {
	border: 0;
	border-top: 4px solid var(--sh-orange);
	width: 84px;
	margin: 2rem auto;
	transform: skewX(-30deg);
}

.sticky {
	/* Sticky posts share card styling; class kept for WP theme-check. */
	position: relative;
}

.bypostauthor {
	position: relative;
}

/* Large screens: the pennant keeps its stage without dead flanks. */
@media (min-width: 1280px) {
	.sh-command__brand img,
	.sh-pennant--masthead img,
	.custom-logo {
		width: 470px;
	}
}

/* Very small screens: keep everything comfortably inside the viewport. */
@media (max-width: 380px) {
	.sh-ticker__flag {
		padding-inline: 0.6rem 1.1rem;
		font-size: 0.74rem;
	}

	.sh-mvp-card {
		min-width: 170px;
	}
}


/* ------------------------- in-context image dimension pods (preview mode) */

/*
 * Preview-only dimension pods rendered INSIDE the real image slots so the
 * founder sees exactly how photos will sit. Production shows real images or
 * clean text-first fallbacks — never these frames.
 */
.sh-pod-inline {
	position: relative;
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background:
		repeating-linear-gradient(-55deg, rgba(242, 106, 33, 0.08) 0 8px, transparent 8px 26px),
		var(--sh-cream);
	border: 2px dashed var(--sh-orange);
	border-radius: 6px;
	overflow: hidden;
}

.sh-pod-inline__safe {
	position: absolute;
	inset: 12%;
	border: 1px dashed var(--sh-orange-deep);
	border-radius: 4px;
	pointer-events: none;
}

.sh-pod-inline__dims {
	font-family: var(--sh-font-display);
	font-weight: 700;
	font-size: clamp(0.9rem, 1.6vw, 1.3rem);
	letter-spacing: 0.06em;
	color: var(--sh-orange-deep);
	text-transform: uppercase;
	text-align: center;
	padding: 0.4rem;
}

.sh-pod-inline--thumb .sh-pod-inline__dims {
	font-size: 0.5rem;
	letter-spacing: 0.02em;
	padding: 0;
}

.sh-card__media--pod {
	display: block;
	aspect-ratio: 8 / 5;
}

.sh-lead__media--pod {
	aspect-ratio: 16 / 9;
}

.sh-article__hero--pod {
	aspect-ratio: 16 / 9;
	max-width: 62rem;
	margin: clamp(1.25rem, 3vw, 2rem) auto 0;
}

.sh-mvp-card__photo--pod {
	width: 44px;
	height: 44px;
	flex: 0 0 auto;
	border-radius: 8px;
	overflow: hidden;
}

/* ------------------------------------------- image dimension mockup pods */

/*
 * CSS-only dimension mockups showing exactly how WordPress images render.
 * These pods are labelled spec frames — never fake photos.
 */
.sh-pods {
	background: var(--sh-gray);
	border-block: 1px solid var(--sh-line);
	padding-block: clamp(1.5rem, 3.5vw, 2.25rem);
}

.sh-pods__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(1rem, 2.5vw, 1.4rem);
}

@media (min-width: 720px) {
	.sh-pods__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.sh-pod {
	background: var(--sh-paper);
	border: 1px solid var(--sh-line);
	border-radius: var(--sh-radius);
	box-shadow: var(--sh-shadow);
	padding: 1rem 1.1rem 1.1rem;
}

.sh-pod__frame {
	position: relative;
	display: grid;
	place-items: center;
	background:
		repeating-linear-gradient(-55deg, rgba(242, 106, 33, 0.08) 0 8px, transparent 8px 26px),
		var(--sh-cream);
	border: 2px dashed var(--sh-orange);
	border-radius: 6px;
	overflow: hidden;
}

.sh-pod__frame--hero { aspect-ratio: 16 / 9; }
.sh-pod__frame--card { aspect-ratio: 8 / 5; }
.sh-pod__frame--thumb { aspect-ratio: 1 / 1; max-width: 160px; margin-inline: auto; }

/* Safe-crop zone: keep faces/action inside this area. */
.sh-pod__safe {
	position: absolute;
	inset: 12%;
	border: 1px dashed var(--sh-orange-deep);
	border-radius: 4px;
	pointer-events: none;
}

.sh-pod__dims {
	font-family: var(--sh-font-display);
	font-weight: 700;
	font-size: clamp(1rem, 2vw, 1.4rem);
	letter-spacing: 0.06em;
	color: var(--sh-orange-deep);
	text-transform: uppercase;
	text-align: center;
	padding: 0.5rem;
}

.sh-pod__name {
	font-size: 1.02rem;
	margin: 0.75rem 0 0.2rem;
}

.sh-pod__note {
	font-size: 0.82rem;
	color: var(--sh-muted);
	margin: 0;
}
