

/* ============================================================
   SMO CHILD — SINGLE POST
   Design tokens:
     Stripe:      #FF7BE4  (6px top border on page + hero left panel)
     Background:  #5F54DF
     Title:       #FF7BE4
     Body text:   #D2F245
     Meta text:   #D2F245 (muted opacity)
     Link:        #D2F245
     Accent line: #D2F245
   ============================================================ */

/* Cancel Brooklyn's hentry wrapper spacing inside our layout */
.smo-single-page article.hentry {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

/* Cancel Brooklyn's entry-content top spacing inside our layout */
.smo-single-page .entry-content {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.smo-single-page {
	position: relative;
	background: linear-gradient(to bottom, #FF7BE4 0 6px, #5F54DF 6px 100%);
	width: 100%;
	min-height: 100vh;
}

.smo-single-page__body {
	width: 100%;
}

/* ── Featured image hero ──────────────────────────────────── */
/*
   Mirrors front-page hero slider exactly.
   smo-single-hero         = smo-home-hero
   smo-single-hero__canvas = smo-home-hero__canvas
   smo-single-hero__slider = smo-home-hero__slider
   smo-single-hero__left   = smo-slide__left
   smo-single-hero__right  = smo-slide__right
   smo-single-hero__title  = smo-home-hero__title
*/

/* ── 1920px base — canvas + slider absolutely positioned ─── */
.smo-single-hero {
	width: 100%;
	background: linear-gradient(to bottom, #FF7BE4 0 6px, #5F54DF 6px 835px);
	height: 835px;
	overflow: hidden;
}

.smo-single-hero__canvas {
	position: relative;
	left: 50%;
	width: 1920px;
	height: 835px;
	transform: translateX(-50%);
	transform-origin: top left;
}

/* Slider positioned identically to .smo-home-hero__slider */
.smo-single-hero__slider {
	position: absolute;
	left: 367px;
	top: 63px;
	width: 1190px;
	height: 473px;
}

/* Left pink panel — color panel only, no content */
.smo-single-hero__left {
	position: absolute;
	left: 0;
	top: 0;
	width: 429px;
	height: 100%;
	background: #FF7BE4;
}

/* Image area — identical to .smo-slide__right */
.smo-single-hero__right {
	position: absolute;
	left: 429px;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.smo-single-hero__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
}

/* Title — absolutely positioned within __slider, overlaps image from top-left */
.smo-single-hero__title {
	position: absolute;
	left: 46px;
	top: 34px;
	z-index: 2;
	font-family: "PP Neue World", serif;
	font-weight: 400;
	font-size: calc(180px - 1rem);
	line-height: 1.05;
	letter-spacing: 1px;
	color: #D2F245;
	margin: 0;
	word-break: break-word;
	white-space: normal;
}

/* Auto-shrink long hero titles so they stay inside the left pink panel. */
.smo-single-hero__title.smo-single-hero__title--long {
	font-size: clamp(2.8rem, 5.6vw, 5.8rem);
	line-height: 0.92;
}

/* Article title always hidden — hero carries it on desktop, mobile gets it from hero too */
.smo-single-article__header {
	display: none !important;
}

/* ── Article wrapper ──────────────────────────────────────── */
.smo-single-article {
	width: 100%;
}

.smo-single-article__inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 25px 200px 100px;
	box-sizing: border-box;
}

/* ── Meta row ─────────────────────────────────────────────── */
.smo-single-article__meta {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 8px;
	font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #D2F245;
	opacity: 0.7;
}

.smo-single-article__meta a {
	color: #D2F245 !important;
	text-decoration: none;
	border-bottom: none !important;
}

.smo-single-article__meta a:hover {
	opacity: 1;
}

/* ── Title ────────────────────────────────────────────────── */
.smo-single-article__title {
	font-family: "PP Neue World", serif;
	font-weight: 400;
	font-size: clamp(3rem, 5.5vw, 7rem);
	line-height: 1.05;
	letter-spacing: 1px;
	color: #FF7BE4;
	margin: 0 0 48px;
}

/* ── Body content ─────────────────────────────────────────── */
.smo-single-article__content {
	font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
	font-size: clamp(1rem, 1.1vw, 1.2rem);
	line-height: 1.2;
	color: #D2F245;
}

/* All headings inside content */
.smo-single-article__content h1,
.smo-single-article__content h2,
.smo-single-article__content h3,
.smo-single-article__content h4,
.smo-single-article__content h5,
.smo-single-article__content h6 {
	font-family: "PP Neue World", serif;
	font-weight: 400;
	color: #FF7BE4;
	line-height: 1.2;
	letter-spacing: 1px;
	margin: 1.5em 0 0.5em;
}

.smo-single-article__content h1 { font-size: clamp(2.4rem, 4vw, 5rem); }
.smo-single-article__content h2 { font-size: clamp(2rem, 3.2vw, 4rem); }
.smo-single-article__content h3 { font-size: clamp(1.6rem, 2.5vw, 3rem); }
.smo-single-article__content h4 { font-size: clamp(1.3rem, 2vw, 2.2rem); }
.smo-single-article__content h5 { font-size: clamp(1.1rem, 1.6vw, 1.8rem); }
.smo-single-article__content h6 { font-size: clamp(1rem, 1.3vw, 1.4rem); }

/* Paragraphs */
.smo-single-article__content p {
	margin: 0 0 1.4em;
	color: #D2F245;
}

/* Links */
.smo-single-article__content a {
	color: #FF7BE4 !important;
	text-decoration: underline;
	text-decoration-color: rgba(255, 123, 228, 0.5);
	text-underline-offset: 3px;
	border-bottom: none !important;
	transition: text-decoration-color 200ms;
}

.smo-single-article__content a:hover {
	text-decoration-color: #FF7BE4;
}

/* Lists */
.smo-single-article__content ul,
.smo-single-article__content ol {
	margin: 0 0 1.4em 1.5em;
	color: #D2F245;
}

.smo-single-article__content li {
	margin-bottom: 0.4em;
}

/* Blockquote */
.smo-single-article__content blockquote {
	border-left: 4px solid #FF7BE4;
	margin: 1.5em 0;
	padding: 0.5em 0 0.5em 1.5em;
	font-style: italic;
	color: #D2F245;
	opacity: 0.85;
}

/* Images inside content — standalone */
.smo-single-article__content img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* ── Card-style pink bar below images (figure / wp-block-image / wp-caption) ── */
.smo-single-article__content .wp-block-image,
.smo-single-article__content figure,
.smo-single-article__content .wp-caption {
	background: #FF7BE4;
	padding-bottom: 16px;
	margin: 1.5em 0;
	overflow: hidden;
	max-width: 100%;
}

.smo-single-article__content .wp-block-image img,
.smo-single-article__content figure img,
.smo-single-article__content .wp-caption img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 !important;
}

/* Tables */
.smo-single-article__content table {
	width: 100%;
	border-collapse: collapse;
	color: #D2F245;
	margin: 1.5em 0;
}

.smo-single-article__content th,
.smo-single-article__content td {
	border: 1px solid rgba(210, 242, 69, 0.3);
	padding: 10px 14px;
	text-align: left;
}

.smo-single-article__content th {
	color: #FF7BE4;
	font-family: "PP Neue World", serif;
	font-weight: 400;
}

/* HR */
.smo-single-article__content hr {
	border: 0;
	border-top: 2px solid rgba(210, 242, 69, 0.25);
	margin: 2em 0;
}

/* Code */
.smo-single-article__content code,
.smo-single-article__content pre {
	background: rgba(0, 0, 0, 0.25);
	color: #D2F245;
	font-family: monospace;
	font-size: 0.9em;
	padding: 0.2em 0.5em;
	border-radius: 3px;
}

.smo-single-article__content pre {
	padding: 1em 1.2em;
	overflow-x: auto;
}

/* Caption text sits inside the pink bar */
.smo-single-article__content .wp-caption-text,
.smo-single-article__content figcaption {
	font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
	font-size: 0.8em;
	letter-spacing: 1px;
	color: #5F54DF;
	opacity: 1;
	margin: 0;
	padding: 8px 14px 0;
}

/* WP alignment helpers */
.smo-single-article__content .alignleft  { float: left;  margin: 0 1.5em 1em 0; }
.smo-single-article__content .alignright { float: right; margin: 0 0 1em 1.5em; }
.smo-single-article__content .aligncenter { display: block; margin: 0 auto 1em; }

/* ── Tags ─────────────────────────────────────────────────── */
.smo-single-article__tags {
	margin-top: 48px;
	padding-top: 24px;
	border-top: 2px solid rgba(210, 242, 69, 0.2);
	font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #D2F245;
	opacity: 0.6;
}

.smo-single-article__tags a {
	color: #D2F245 !important;
	text-decoration: none;
	border-bottom: none !important;
}

.smo-single-article__tags a:hover {
	opacity: 1;
}

/* ── Edit link ────────────────────────────────────────────── */
.smo-single-article__edit-link {
	margin-top: 24px;
}

.smo-single-article__edit-link a {
	font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #D2F245 !important;
	opacity: 0.5;
	text-decoration: none;
	border-bottom: none !important;
}

/* ── Post navigation ──────────────────────────────────────── */
.smo-single-nav {
	border-top: 6px solid #FF7BE4;
	background: #3D347A;
	width: 100%;
}

.smo-single-nav__inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 32px 200px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24px;
}

.smo-single-nav__link {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	text-decoration: none;
	color: #D2F245;
	font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
	font-size: clamp(0.75rem, 0.9vw, 1rem);
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1.2;
	max-width: 45%;
}

.smo-single-nav__link--next {
	margin-left: auto;
	text-align: right;
	flex-direction: row-reverse;
}

.smo-single-nav__arrow {
	font-size: 1.4em;
	line-height: 1.2;
	flex-shrink: 0;
	color: #FF7BE4;
}

/* ── Comments ─────────────────────────────────────────────── */
.smo-single-page #comments {
	max-width: 1440px;
	margin: 0 auto;
	padding: 40px 200px 80px;
	box-sizing: border-box;
	color: #D2F245;
}

.smo-single-page #comments h2,
.smo-single-page .comments-title {
	font-family: "PP Neue World", serif;
	font-weight: 400;
	font-size: clamp(1.8rem, 2.5vw, 3rem);
	color: #FF7BE4;
	margin-bottom: 24px;
}

.smo-single-page .comment-body,
.smo-single-page .comment-content {
	color: #D2F245;
}

.smo-single-page .comment-author .fn {
	color: #FF7BE4;
}

.smo-single-page .comment-metadata a,
.smo-single-page .comment-metadata time {
	color: #D2F245;
	opacity: 0.6;
}

.smo-single-page .comment-reply-link {
	color: #FF7BE4 !important;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.smo-single-page #respond .comment-reply-title {
	color: #FF7BE4;
	font-family: "PP Neue World", serif;
	font-weight: 400;
}

.smo-single-page #respond label {
	color: #D2F245;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.smo-single-page #respond input[type="text"],
.smo-single-page #respond input[type="email"],
.smo-single-page #respond input[type="url"],
.smo-single-page #respond textarea {
	background: rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(210, 242, 69, 0.3);
	color: #D2F245;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 14px;
}

.smo-single-page #respond .submit {
	background: #FF7BE4;
	color: #5F54DF;
	border: 0;
	font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 12px 32px;
	cursor: pointer;
	transition: opacity 150ms;
}

.smo-single-page #respond .submit:hover {
	opacity: 0.85;
}

/* ============================================================
   NOVICE SINGLE — ORKESTER SECTION 2 STYLE CARD
   ============================================================ */
body.single .smo-single-page--novice .smo-single-article__content {
	max-width: 1190px;
	margin: 0 auto;
	font-size: calc(1em + 0.1rem);
}

body.single .smo-single-page--novice .smo-single-novice-cards {
	margin: 0 0 28px;
}

body.single .smo-single-page--novice .smo-single-novice-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	text-decoration: none;
	overflow: hidden;
}

body.single .smo-single-page--novice .smo-single-novice-card__media {
	position: relative;
	min-width: 0;
}

body.single .smo-single-page--novice .smo-single-novice-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

body.single .smo-single-page--novice .smo-single-novice-card__panel {
	background: #DBF342;
	padding: 44px 48px 64px;
	box-sizing: border-box;
	min-width: 0;
}

body.single .smo-single-page--novice .smo-single-novice-card__title {
	margin: 0;
	font-family: "PP Neue World", serif;
	font-weight: 400;
	font-size: clamp(2rem, 4.2vw, 4.8rem);
	line-height: 0.95;
	letter-spacing: -0.5px;
	color: #5F54DF;
}

body.single .smo-single-page--novice .smo-single-novice-card__text {
	margin-top: 20px;
	font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
	font-size: calc(14px + 0.41rem);
	line-height: 1.2;
	letter-spacing: 1px;
	color: #050078;
	text-transform: uppercase;
}

body.single .smo-single-page--novice .smo-single-article__meta {
	font-size: calc(13px + 0.2rem);
}

body.single .smo-single-page--novice .smo-single-article__tags,
body.single .smo-single-page--novice .smo-single-nav__label,
body.single .smo-single-page--novice .smo-single-nav__arrow,
body.single .smo-single-page--novice .smo-single-article__edit-link a {
	font-size: calc(1em + 0.2rem);
}

@media (max-width: 1024px) {
	body.single .smo-single-page--novice .smo-single-novice-card {
		grid-template-columns: 1fr;
	}
	body.single .smo-single-page--novice .smo-single-novice-card__media {
		aspect-ratio: 16 / 10;
	}
	body.single .smo-single-page--novice .smo-single-novice-card__panel {
		padding: 28px 24px 36px;
	}
}

/* ============================================================
   NOVICE SINGLE — MATCH MENTORJI HERO GEOMETRY/TITLE
   ============================================================ */
body.single #main-content.wrap,
body.single #main-content,
body.single .main-content-background {
	background: transparent !important;
	margin: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

body.single .smo-single-page--novice .smo-single-hero {
	--smo-mentor-hero-h: clamp(460px, 52vw, 680px);
	background: linear-gradient(to bottom, #FF7BE4 0 6px, #5F54DF 6px var(--smo-mentor-hero-h));
	height: var(--smo-mentor-hero-h);
}

body.single .smo-single-page--novice .smo-single-hero__canvas {
	height: var(--smo-mentor-hero-h);
}

body.single .smo-single-page--novice .smo-single-hero__slider {
	height: var(--smo-mentor-hero-h);
}

body.single .smo-single-page--novice .smo-single-hero__left {
	background: #FF7BE4;
}

body.single .smo-single-page--novice .smo-single-hero__title {
	left: 26px;
	top: 40px;
	font-size: clamp(3.2rem, 6.2vw, 6.2rem);
	line-height: 0.92;
	color: #D2F245 !important;
	z-index: 5;
}

body.single .smo-single-page--novice .smo-single-hero__title.smo-single-hero__title--long {
	font-size: clamp(2.6rem, 5.8vw, 5.2rem);
	line-height: 0.92;
}

body.single .smo-single-page--novice .smo-single-hero__title-word {
	display: block;
}

body.single .smo-single-page--novice {
	margin: 0 !important;
}

/* Hide duplicate called image card + subtitle/meta for NOVICE mode. */
body.single .smo-single-page--novice .smo-single-novice-cards,
body.single .smo-single-page--novice .smo-single-article__meta {
	display: none !important;
}

/* Hide first in-content called image, keep text only. */
body.single .smo-single-page--novice .smo-single-article__content > figure:first-child,
body.single .smo-single-page--novice .smo-single-article__content > p:first-child > img:only-child {
	display: none !important;
}

@media (max-width: 1440px) {
	body.single .smo-single-page--novice .smo-single-hero {
		height: auto;
		overflow: visible;
		background: linear-gradient(to bottom, #FF7BE4 0 6px, #5F54DF 6px 100%);
	}
	body.single .smo-single-page--novice .smo-single-hero__canvas {
		left: 0;
		width: 100%;
		height: auto;
		transform: none;
		padding: 60px 80px 0;
		box-sizing: border-box;
	}
	body.single .smo-single-page--novice .smo-single-hero__slider {
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
	}
	body.single .smo-single-page--novice .smo-single-hero__right {
		position: relative;
		left: auto;
		top: auto;
		right: auto;
		bottom: auto;
		width: 100%;
		height: clamp(420px, 50vw, 620px);
	}
	/* Left panel: 6px accent strip below image — matches home slider */
	body.single .smo-single-page--novice .smo-single-hero__left {
		position: relative;
		left: auto; top: auto;
		width: 100%;
		height: 6px;
		flex: 0 0 6px;
		order: 2;
		display: block;
	}
	/* Title at bottom of image — matches home slider */
	body.single .smo-single-page--novice .smo-single-hero__title {
		bottom: 6px;
		top: auto;
		left: 24px;
		right: 24px;
		font-size: clamp(2.8rem, 6vw, 5.2rem);
		line-height: 0.94;
	}
	body.single .smo-single-page--novice .smo-single-hero__title.smo-single-hero__title--long {
		font-size: clamp(2.4rem, 5.6vw, 4.6rem);
	}
}

@media (max-width: 1024px) {
	body.single .smo-single-page--novice .smo-single-hero__canvas {
		padding: 50px 45px 0;
	}
	body.single .smo-single-page--novice .smo-single-hero__right {
		height: clamp(340px, 56vw, 520px);
	}
	/* Left panel: 6px accent strip below image */
	body.single .smo-single-page--novice .smo-single-hero__left {
		position: relative;
		left: auto; top: auto;
		width: 100%;
		height: 6px;
		flex: 0 0 6px;
		order: 2;
		display: block;
	}
	/* Title at bottom of image */
	body.single .smo-single-page--novice .smo-single-hero__title {
		bottom: 6px;
		top: auto;
		left: 0;
		right: 20px;
		font-size: clamp(2.4rem, 7vw, 4.2rem);
	}
	body.single .smo-single-page--novice .smo-single-hero__title.smo-single-hero__title--long {
		font-size: clamp(2.1rem, 6.4vw, 3.8rem);
	}
}

@media (max-width: 480px) {
	body.single .smo-single-page--novice .smo-single-hero__canvas {
		padding: 24px 16px 0;
	}
	body.single .smo-single-page--novice .smo-single-hero__right {
		height: clamp(240px, 62vw, 320px);
	}
	/* Left panel: 6px accent strip below image */
	body.single .smo-single-page--novice .smo-single-hero__left {
		position: relative;
		left: auto; top: auto;
		width: 100%;
		height: 6px;
		flex: 0 0 6px;
		order: 2;
		display: block;
	}
	/* Title at bottom of image */
	body.single .smo-single-page--novice .smo-single-hero__title {
		bottom: 6px;
		top: auto;
		left: 0;
		right: 16px;
		font-size: clamp(2rem, 9vw, 3.2rem);
	}
	body.single .smo-single-page--novice .smo-single-hero__title.smo-single-hero__title--long {
		font-size: clamp(1.7rem, 8.2vw, 2.9rem);
	}
}

/* ============================================================
   SMALL DESKTOP  (1441px – 1919px)  — scale 1920px canvas
   ============================================================ */
@media (min-width: 1441px) and (max-width: 1919px) {

	.smo-single-hero {
		height: calc(835px * (100vw / 1920));
		background: linear-gradient(to bottom, #FF7BE4 0 6px, #5F54DF 6px calc(835px * (100vw / 1920)));
	}

	.smo-single-hero__canvas {
		height: calc(835px * (100vw / 1920));
		transform: translateX(-50%) scale(calc(100vw / 1920));
		transform-origin: top left;
	}

	body.single .smo-single-page--novice .smo-single-hero {
		height: calc(680px * (100vw / 1920));
		background: linear-gradient(to bottom, #FF7BE4 0 6px, #5F54DF 6px calc(680px * (100vw / 1920)));
	}

	body.single .smo-single-page--novice .smo-single-hero__canvas {
		height: calc(680px * (100vw / 1920));
		transform: translateX(-50%) scale(calc(100vw / 1920));
		transform-origin: top left;
	}
}

/* ============================================================
   DESKTOP  (≤1440px)
   ============================================================ */
/* ============================================================
   DESKTOP  (≤1440px)  — cancel canvas, flex-column layout
   Mirrors front-page ≤1440px hero exactly
   ============================================================ */
@media (max-width: 1440px) {

	/* Hero: cancel fixed height, gradient goes full height */
	.smo-single-hero {
		height: auto;
		overflow: visible;
		background: linear-gradient(to bottom, #FF7BE4 0 6px, #5F54DF 6px 100%);
	}

	/* Canvas: cancel 1920px absolute, become full-width flow */
	.smo-single-hero__canvas {
		position: relative;
		left: 0;
		width: 100%;
		height: auto;
		transform: none;
		padding: 60px 80px 0;
		box-sizing: border-box;
	}

	/* Slider: relative flow, flex column — CSS vars cascade to children */
	.smo-single-hero__slider {
		--img-h: clamp(420px, 50vw, 620px);
		--panel-h: clamp(210px, 25vw, 310px);
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		overflow: visible;
	}

	/* Image on top */
	.smo-single-hero__right {
		position: relative;
		left: auto; top: auto; right: auto; bottom: auto;
		width: 100%;
		height: var(--img-h);
		flex: 0 0 var(--img-h);
		order: 1;
		overflow: hidden;
	}

	/* Left panel: coloured section half the image height */
	.smo-single-hero__left {
		position: relative;
		left: auto; top: auto;
		width: 100%;
		height: var(--panel-h);
		flex: 0 0 var(--panel-h);
		order: 2;
		background: #FF7BE4;
	}

	/* Title straddles image / panel boundary — words flow inline */
	.smo-single-hero__title {
		position: absolute;
		top: calc(var(--img-h) - 60px);
		bottom: auto;
		left: 24px;
		right: 24px;
		z-index: 2;
		font-size: clamp(2.6rem, 6vw, 5rem);
		line-height: 1.1;
		letter-spacing: 1px;
	}

	.smo-single-hero__title-word {
		display: inline;
	}

	/* clamp(20px, 14vw, 200px) = 200px at 1440px — matches desktop indent,
	   scales proportionally on smaller screens without jumping. */
	.smo-single-article__inner {
		padding-top: 40px;
		padding-left: clamp(20px, 14vw, 200px);
		padding-right: clamp(20px, 14vw, 200px);
		padding-bottom: 100px;
	}

	.smo-single-nav__inner {
		padding: 32px 80px;
	}

	.smo-single-page #comments {
		padding: 40px 80px 80px;
	}
}

/* ============================================================
   LAPTOP  (≤1280px)  — reduce canvas padding, mirrors front-page
   ============================================================ */
@media (max-width: 1280px) {
	.smo-single-hero__canvas {
		padding-left: 60px;
		padding-right: 60px;
	}

	.smo-single-article__inner {
		padding-top: 40px;
		padding-bottom: 100px;
	}

	.smo-single-nav__inner {
		padding: 32px 60px;
	}

	.smo-single-page #comments {
		padding: 40px 60px 80px;
	}
}

/* ============================================================
   TABLET  (≤1024px)  — mirrors front-page ≤1024px hero exactly
   image-h: 350px  |  canvas padding: 50px 45px 35px
   ============================================================ */
@media (max-width: 1024px) {

	.smo-single-hero {
		height: auto;
		overflow: visible;
		background: linear-gradient(to bottom, #FF7BE4 0 6px, #5F54DF 6px 100%);
	}

	.smo-single-hero__canvas {
		position: relative;
		left: 0;
		width: 100%;
		height: auto;
		transform: none;
		padding: 50px 45px 0;
		box-sizing: border-box;
	}

	.smo-single-hero__slider {
		--img-h: clamp(340px, 56vw, 520px);
		--panel-h: clamp(170px, 28vw, 260px);
		position: relative;
		left: 0; top: 0;
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		overflow: visible;
	}

	.smo-single-hero__right {
		position: relative;
		left: auto; top: auto; right: auto; bottom: auto;
		width: 100%;
		height: var(--img-h);
		flex: 0 0 var(--img-h);
		order: 1;
		overflow: hidden;
	}

	.smo-single-hero__img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center top;
	}

	/* Left panel: coloured section below image */
	.smo-single-hero__left {
		position: relative;
		left: auto; top: auto;
		width: 100%;
		height: var(--panel-h);
		flex: 0 0 var(--panel-h);
		order: 2;
		background: #FF7BE4;
	}

	/* Title straddles image / panel boundary */
	.smo-single-hero__title {
		position: absolute;
		top: calc(var(--img-h) - 50px);
		bottom: auto;
		left: 20px;
		right: 20px;
		z-index: 2;
		font-size: clamp(2.2rem, 7vw, 4rem);
		line-height: 1.1;
		letter-spacing: 1px;
	}

	.smo-single-hero__title-word {
		display: inline;
	}

	.smo-single-article__inner {
		padding-top: 40px;
		padding-bottom: 80px;
	}

	.smo-single-nav__inner {
		padding: 28px 40px;
	}

	.smo-single-page #comments {
		padding: 32px 40px 64px;
	}
}

/* ============================================================
   TABLET PORTRAIT  (≤768px)
   ============================================================ */
@media (max-width: 768px) {

	/* Canvas padding mirrors front-page ≤768px */
	.smo-single-hero__canvas {
		padding: 28px 28px 0;
	}

	.smo-single-article__inner {
		padding-top: 40px;
		padding-bottom: 60px;
	}

	.smo-single-nav__inner {
		padding: 24px 28px;
		flex-direction: column;
		gap: 16px;
	}

	.smo-single-nav__link {
		max-width: 100%;
	}

	.smo-single-nav__link--next {
		margin-left: 0;
	}

	.smo-single-page #comments {
		padding: 28px 28px 48px;
	}
}

/* ============================================================
   LARGE MOBILE  (≤640px)
   ============================================================ */
@media (max-width: 640px) {

	/* Canvas padding mirrors front-page ≤640px */
	.smo-single-hero__canvas {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 0;
	}

	.smo-single-article__inner {
		padding-top: 32px;
		padding-bottom: 48px;
	}

	.smo-single-nav__inner {
		padding: 20px 20px;
	}

	.smo-single-page #comments {
		padding: 24px 20px 40px;
	}
}

/* ============================================================
   MOBILE  (≤480px)
   ============================================================ */
/* ============================================================
   MOBILE  (≤480px)  — mirrors front-page ≤480px hero exactly
   image-h: 220px  |  canvas padding: 24px 16px 12px
   ============================================================ */
@media (max-width: 480px) {

	.smo-single-hero__canvas {
		padding: 24px 16px 0;
		box-sizing: border-box;
	}

	.smo-single-hero__slider {
		--img-h: clamp(240px, 62vw, 320px);
		--panel-h: clamp(120px, 31vw, 160px);
		position: relative;
		left: 0; top: 0;
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		overflow: visible;
	}

	.smo-single-hero__right {
		position: relative;
		left: auto; top: auto; right: auto; bottom: auto;
		width: 100%;
		height: var(--img-h);
		flex: 0 0 var(--img-h);
		order: 1;
		overflow: hidden;
	}

	/* Left panel: coloured section below image */
	.smo-single-hero__left {
		position: relative;
		left: auto; top: auto;
		width: 100%;
		height: var(--panel-h);
		flex: 0 0 var(--panel-h);
		order: 2;
		background: #FF7BE4;
	}

	/* Title straddles image / panel boundary */
	.smo-single-hero__title {
		position: absolute;
		top: calc(var(--img-h) - 40px);
		bottom: auto;
		left: 16px;
		right: 16px;
		z-index: 2;
		font-size: clamp(1.8rem, 9vw, 3rem);
		line-height: 1.1;
		letter-spacing: 1px;
	}

	.smo-single-hero__title-word {
		display: inline;
	}

	.smo-single-article__inner {
		padding-top: 28px;
		padding-bottom: 40px;
	}

	.smo-single-article__title {
		font-size: clamp(2.2rem, 9vw, 3.5rem);
		margin-bottom: 32px;
	}

	.smo-single-nav__inner {
		padding: 16px 16px;
	}

	.smo-single-page #comments {
		padding: 20px 16px 36px;
	}

	.smo-single-article__content {
		font-size: clamp(0.95rem, 3.5vw, 1.1rem);
	}
}

/* ============================================================
   MOBILE SMALL  (≤360px)
   ============================================================ */
@media (max-width: 360px) {
	.smo-single-article__inner {
		padding-top: 24px;
		padding-bottom: 32px;
	}

	.smo-single-nav__inner {
		padding: 14px 12px;
	}

	.smo-single-page #comments {
		padding: 16px 12px 28px;
	}
}

/* ============================================================
   LARGE DESKTOP  (≥1600px)
   ============================================================ */
@media (min-width: 1600px) { }

/* ============================================================
   ULTRA WIDE  (≥1920px)
   ============================================================ */
@media (min-width: 1920px) { }
