/*!
Theme Name: SWP Safari Pro
Theme URI: https://scintillawpthemes.com/themes/swp-safari-pro/
Author: ScintillaWPThemes
Author URI: https://scintillawpthemes.com/
Description: SWP Safari Pro is a cinematic natural-history theme for wildlife documentary series, film production companies and conservation projects. It ships an Episode post type with regions, a Crew post type, a full-screen expedition slider, a drag-scrollable contact sheet, an animated field record, a press carousel and a broadcast schedule board — all Customizer-controlled, section-reorderable and demo-importable.
Version: 2.0.0
Requires at least: 5.5
Requires PHP: 7.2
Tested up to: 6.8
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: swp-safari-pro
Tags: blog, portfolio, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, theme-options, threaded-comments, translation-ready, right-sidebar, block-styles, wide-blocks
*/

/* ============================================================
   01 — TOKENS
   These are fallbacks. functions.php injects the live values
   from the Customizer as an inline :root block after this file.
   ============================================================ */
:root {
	--night: #0e1513;
	--night-2: #141d1a;
	--night-3: #1c2723;
	--night-4: #253330;
	--clay: #33493e;
	--clay-dp: #1e2d26;
	--ember: #7d9a6b;
	--ember-lt: #9db98a;
	--grass: #9aa47c;
	--bone: #e6e8e0;
	--dust: #d6dbd0;

	--bone-rgb: 230, 232, 224;
	--night-rgb: 14, 21, 19;
	--ember-rgb: 125, 154, 107;

	--bone-2: rgba(var(--bone-rgb), .86);
	--bone-dim: rgba(var(--bone-rgb), .62);
	--ink-dim: rgba(var(--night-rgb), .66);
	--line-dark: rgba(var(--bone-rgb), .16);
	--line-light: rgba(var(--night-rgb), .14);
	--veil-1: rgba(var(--night-rgb), .94);
	--veil-2: rgba(var(--night-rgb), .72);
	--veil-3: rgba(var(--night-rgb), .5);

	--display: 'Outfit', system-ui, -apple-system, 'Segoe UI', sans-serif;
	--body: 'Karla', system-ui, -apple-system, 'Segoe UI', sans-serif;

	--fs-base: 17px;
	--h-weight: 800;
	--h-track: -.02em;
	--h-scale: 1;

	--maxw: 1320px;
	--pad: clamp(20px, calc((100vw - 1320px) / 2), 300px);
	--sec-y: clamp(76px, 9vw, 148px);
	--radius: 0px;

	--hdr-bg: rgba(var(--night-rgb), .92);
	--nav-color: var(--bone);
	--nav-hover: var(--ember-lt);
	--menu-bg: var(--night);
	--logo-h: 34px;

	--ftr-bg: #080e0c;
	--ftr-text: var(--bone);
	--ftr-head: var(--ember-lt);

	--ease: cubic-bezier(.22, .68, .28, 1);
	--z-hdr: 80;
	--z-ovl: 90;
	--z-lb: 120;
}

/* ============================================================
   02 — BASE
   ============================================================ */
*,
*::before,
*::after { box-sizing: border-box; }

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 90px;
}

body {
	margin: 0;
	background: var(--night);
	color: var(--bone);
	font-family: var(--body);
	font-size: var(--fs-base);
	line-height: 1.75;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

body.is-locked { overflow: hidden; }

/* Global film grain — ties every section to the hero's photographic register. */
body::after {
	content: "";
	position: fixed;
	inset: 0;
	z-index: 200;
	pointer-events: none;
	opacity: .06;
	mix-blend-mode: overlay;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}

img,
svg,
video,
iframe { max-width: 100%; display: block; border: 0; }

img { height: auto; }

a { color: inherit; text-decoration: none; }

button {
	font: inherit;
	color: inherit;
	background: none;
	border: 0;
	cursor: pointer;
}

button[disabled] { opacity: .35; cursor: default; }

ul, ol { margin: 0; padding: 0; }
.ftr ul, .ovl ul, .plats ul { list-style: none; }

h1, h2, h3, h4, h5, h6 {
	font-family: var(--display);
	margin: 0;
	line-height: 1.03;
	letter-spacing: var(--h-track);
	font-weight: var(--h-weight);
}

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

:focus-visible {
	outline: 2px solid var(--ember-lt);
	outline-offset: 3px;
}

::selection {
	background: var(--ember);
	color: var(--night);
}

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

.skip-link:focus {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 999;
	width: auto;
	height: auto;
	clip-path: none;
	margin: 0;
	padding: 14px 22px;
	background: var(--bone);
	color: var(--night);
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
}

/* ============================================================
   03 — SHARED TYPE + LAYOUT
   ============================================================ */
.eyebrow {
	font-family: var(--body);
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .42em;
	text-transform: uppercase;
	color: var(--ember-lt);
	margin: 0 0 22px;
	display: inline-flex;
	align-items: center;
	gap: 14px;
}

.eyebrow::before {
	content: "";
	width: 34px;
	height: 1px;
	background: currentColor;
	opacity: .7;
	flex: none;
}

.eyebrow--ink { color: var(--clay); }
.eyebrow--center { justify-content: center; }

.h2 { font-size: calc(clamp(1.75rem, 3.3vw, 2.8rem) * var(--h-scale)); }
.h3 {
	font-size: calc(clamp(1.18rem, 1.7vw, 1.55rem) * var(--h-scale));
	font-weight: 700;
}

.lead {
	font-size: clamp(1.05rem, 1.35vw, 1.28rem);
	line-height: 1.7;
	color: var(--bone-dim);
}

.lead--ink { color: var(--ink-dim); }
.lead--first { margin-top: 22px; }

.wrap {
	padding-left: var(--pad);
	padding-right: var(--pad);
}

.section {
	padding-top: var(--sec-y);
	padding-bottom: var(--sec-y);
}

.band { position: relative; overflow: hidden; }
.band > .wrap { position: relative; z-index: 3; }

/* ---- Section materials ---- */
.m-night { background: var(--night); }
.m-night2 { background: var(--night-2); }
.m-deep {
	background: #080e0c;
	background: color-mix(in srgb, var(--night) 72%, #000);
}
.m-bone { background: var(--bone); color: var(--night); }
.m-dust { background: var(--dust); color: var(--night); }

.m-clay {
	background: linear-gradient(150deg, var(--clay-dp) 0%, var(--clay) 100%);
	background: linear-gradient(150deg, var(--clay-dp) 0%, var(--clay) 48%, color-mix(in srgb, var(--clay) 76%, var(--bone)) 100%);
}

.m-fade { background: linear-gradient(160deg, var(--clay-dp) 0%, var(--night) 62%); }

.m-bone .lead,
.m-dust .lead { color: var(--ink-dim); }

.m-bone .eyebrow,
.m-dust .eyebrow { color: var(--clay); }

/* Bands cut from pine carry white type. */
.is-inverse,
.is-inverse .h2,
.is-inverse h2,
.is-inverse h3 { color: #fff; }

.is-inverse .eyebrow { color: rgba(255, 255, 255, .8); }
.is-inverse .lead { color: rgba(255, 255, 255, .8); }

/* Topographic contour layer — the survey-map vernacular of field work. */
.topo::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	opacity: .14;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='560' height='420' viewBox='0 0 560 420'%3E%3Cg fill='none' stroke='%237d9a6b' stroke-width='1.1'%3E%3Cpath d='M-20 60C90 12 180 96 280 62S470 6 580 54'/%3E%3Cpath d='M-20 96C90 48 180 132 280 98S470 42 580 90'/%3E%3Cpath d='M-20 132C90 84 180 168 280 134S470 78 580 126'/%3E%3Cpath d='M-20 198C110 150 190 236 300 200S480 148 580 192'/%3E%3Cpath d='M-20 234C110 186 190 272 300 236S480 184 580 228'/%3E%3Cpath d='M-20 300C80 258 200 336 310 296S470 250 580 292'/%3E%3Cpath d='M-20 336C80 294 200 372 310 332S470 286 580 328'/%3E%3Cpath d='M-20 372C80 330 200 408 310 368S470 322 580 364'/%3E%3C/g%3E%3C/svg%3E");
}

.m-bone.topo::before,
.m-dust.topo::before { opacity: .2; }
.m-clay.topo::before { opacity: .18; filter: brightness(1.9); }

/* Ghost display word behind content. */
.ghost {
	position: absolute;
	z-index: 2;
	pointer-events: none;
	user-select: none;
	font-family: var(--display);
	font-weight: 900;
	text-transform: uppercase;
	line-height: .8;
	letter-spacing: -.03em;
	color: transparent;
	-webkit-text-stroke: 1px rgba(var(--bone-rgb), .09);
}

.ghost--right {
	top: clamp(20px, 4vw, 60px);
	right: calc(var(--pad) - 10px);
	font-size: clamp(6rem, 17vw, 16rem);
}

.ghost--left {
	left: calc(var(--pad) - 12px);
	bottom: -.14em;
	font-size: clamp(12rem, 34vw, 34rem);
	-webkit-text-stroke-color: rgba(var(--bone-rgb), .07);
}

.ghost--center {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: clamp(9rem, 28vw, 26rem);
}

.m-bone .ghost,
.m-dust .ghost { -webkit-text-stroke-color: rgba(var(--night-rgb), .1); }

/* Vertical edge rail. */
.rail {
	position: absolute;
	left: calc(var(--pad) / 2 - 10px);
	top: 0;
	bottom: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	pointer-events: none;
}

.rail span {
	writing-mode: vertical-rl;
	font-size: .62rem;
	font-weight: 700;
	letter-spacing: .42em;
	text-transform: uppercase;
	color: var(--bone-dim);
	white-space: nowrap;
}

@media (max-width: 1180px) { .rail { display: none; } }

/* Image frame — the gradient shows while a photo loads or if one is missing. */
.imgf {
	position: relative;
	overflow: hidden;
	background: linear-gradient(150deg, var(--night-3) 0%, var(--clay) 62%, var(--grass) 100%);
	border-radius: var(--radius);
}

.imgf img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* ============================================================
   04 — CONTROLS
   ============================================================ */
.btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-family: var(--body);
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .26em;
	text-transform: uppercase;
	padding: 17px 34px;
	border: 1px solid var(--line-dark);
	border-radius: var(--radius);
	color: var(--bone);
	background: rgba(var(--bone-rgb), .05);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	text-align: center;
	transition: background .35s var(--ease), border-color .35s var(--ease), color .35s var(--ease);
}

.btn:hover,
.btn:focus-visible {
	background: var(--bone);
	border-color: var(--bone);
	color: var(--night);
}

.btn--sm { padding: 12px 22px; font-size: .66rem; letter-spacing: .2em; }

.btn--ink {
	border-color: var(--line-light);
	color: var(--night);
	background: transparent;
}

.btn--ink:hover,
.btn--ink:focus-visible {
	background: var(--night);
	border-color: var(--night);
	color: var(--bone);
}

.btn svg { width: 15px; height: 15px; flex: none; }

.m-bone .btn:not(.btn--ink),
.m-dust .btn:not(.btn--ink) {
	border-color: var(--line-light);
	color: var(--night);
	background: transparent;
}

.m-bone .btn:not(.btn--ink):hover,
.m-dust .btn:not(.btn--ink):hover {
	background: var(--night);
	border-color: var(--night);
	color: var(--bone);
}

.tlink {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .26em;
	text-transform: uppercase;
	color: var(--ember-lt);
	padding-bottom: 6px;
	border-bottom: 1px solid currentColor;
	transition: gap .3s var(--ease), color .3s var(--ease);
}

.tlink:hover { gap: 18px; }
.tlink svg { width: 14px; height: 14px; flex: none; }

.m-bone .tlink,
.m-dust .tlink { color: var(--clay); }

.arw {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	flex: none;
	border: 1px solid var(--line-dark);
	border-radius: 50%;
	color: var(--bone);
	transition: background .3s, border-color .3s, color .3s;
}

.arw svg { width: 15px; height: 15px; }

.arw:hover:not([disabled]) {
	background: var(--bone);
	border-color: var(--bone);
	color: var(--night);
}

.m-bone .arw,
.m-dust .arw { border-color: var(--line-light); color: var(--night); }

.m-bone .arw:hover:not([disabled]),
.m-dust .arw:hover:not([disabled]) { background: var(--night); border-color: var(--night); color: var(--bone); }

/* Section heads. */
.sec-head {
	max-width: 760px;
	margin-bottom: clamp(40px, 4.5vw, 72px);
}

.sec-head .h2 { margin-bottom: 22px; }
.sec-head .lead { margin-bottom: 0; }

.sec-head--split {
	max-width: none;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, .85fr);
	gap: clamp(28px, 4vw, 80px);
	align-items: end;
}

.sec-head--center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.sec-head--center .eyebrow { justify-content: center; }

.sec-foot {
	margin-top: clamp(34px, 4vw, 58px);
	margin-bottom: 0;
}

@media (max-width: 860px) {
	.sec-head--split { grid-template-columns: minmax(0, 1fr); align-items: start; }
}

/* Reveal — scoped to html.js so a blocked script never blanks the page. */
html.js .rv {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity .8s var(--ease), transform .8s var(--ease);
}

html.js .rv.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
	html.js .rv { opacity: 1; transform: none; transition: none; }
	html { scroll-behavior: auto; }
	*, *::before, *::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
}

/* ============================================================
   05 — HEADER
   ============================================================ */
.hdr {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: var(--z-hdr);
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 16px;
	padding: 22px var(--pad);
	border-bottom: 1px solid transparent;
	transition: background .45s var(--ease), padding .45s var(--ease), border-color .45s var(--ease);
}

.hdr-sticky .hdr { position: fixed; }

.hdr.stuck,
.hdr--solid,
.no-hero .hdr {
	background: var(--hdr-bg);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
	border-bottom-color: var(--line-dark);
}

.hdr.stuck { padding-top: 14px; padding-bottom: 14px; }

/* Without a hero the first block needs room for the bar. A page banner already
   carries that room in its own padding, so it is excluded. */
.no-hero .site-main > :first-child:not(.pbanner):not(.hero) {
	padding-top: calc(var(--sec-y) + 70px);
}

.hdr--left { grid-template-columns: auto 1fr; }
.hdr--left .logo { order: -1; }
.hdr--left .hdr-l { order: 1; justify-content: flex-end; }
.hdr--left .hdr-r { display: none; }

.hdr--split { grid-template-columns: auto 1fr auto; }
.hdr--split .logo { order: -1; }

.hdr-l,
.hdr-r {
	display: flex;
	align-items: center;
	gap: clamp(16px, 2vw, 34px);
	min-width: 0;
}

.hdr-r { justify-content: flex-end; }

.nav-a {
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .24em;
	text-transform: uppercase;
	color: var(--nav-color);
	opacity: .85;
	white-space: nowrap;
	transition: opacity .3s, color .3s;
}

.nav-a:hover { opacity: 1; color: var(--nav-hover); }

@media (max-width: 980px) { .nav-a { display: none; } }

.burger {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 8px;
	margin-left: -8px;
	flex: none;
}

.burger span {
	display: block;
	width: 22px;
	height: 2px;
	background: var(--nav-color);
	transition: transform .3s var(--ease);
}

.burger:hover span:nth-child(2) { transform: translateX(4px); }

/* Logo lockup. */
.logo {
	display: flex;
	align-items: center;
	gap: 9px;
	font-family: var(--display);
	justify-self: center;
	min-width: 0;
}

.logo-marks { display: flex; gap: 3px; flex: none; }

.logo-marks i {
	display: grid;
	place-items: center;
	width: calc(var(--logo-h) * .68);
	height: calc(var(--logo-h) * .76);
	background: var(--nav-color);
	color: var(--night);
	font-style: normal;
	font-weight: 900;
	font-size: calc(var(--logo-h) * .24);
	transition: width .35s var(--ease), height .35s var(--ease), font-size .35s var(--ease);
}

.logo-word {
	font-weight: 300;
	font-size: calc(var(--logo-h) * .42);
	letter-spacing: -.01em;
	color: var(--nav-color);
	white-space: nowrap;
	transition: font-size .35s var(--ease);
}

.logo-img {
	height: var(--logo-h);
	width: auto;
	object-fit: contain;
}

.hdr.stuck .logo-marks i {
	width: calc(var(--logo-h) * .59);
	height: calc(var(--logo-h) * .67);
	font-size: calc(var(--logo-h) * .215);
}

.hdr.stuck .logo-word { font-size: calc(var(--logo-h) * .365); }
.hdr.stuck .logo-img { height: calc(var(--logo-h) * .86); }

.socials { display: flex; gap: 6px; }

.soc {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	color: var(--nav-color);
	transition: background .3s, color .3s;
}

.soc svg { width: 15px; height: 15px; }
.soc:hover { background: rgba(var(--bone-rgb), .12); color: var(--nav-hover); }

@media (max-width: 620px) {
	.hdr-socials .soc:nth-child(n+3) { display: none; }
	.hdr-cta { display: none; }
}

/* ============================================================
   06 — OVERLAY MENU
   ============================================================ */
.ovl {
	position: fixed;
	inset: 0;
	z-index: var(--z-ovl);
	background: var(--menu-bg);
	display: grid;
	grid-template-rows: auto 1fr auto;
	padding: 22px var(--pad) 40px;
	opacity: 0;
	visibility: hidden;
	overflow-y: auto;
	transition: opacity .45s var(--ease), visibility .45s;
}

.ovl.open { opacity: 1; visibility: visible; }
.ovl[hidden] { display: none; }

.ovl-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.ovl-logo { justify-self: start; }

.ovl-x { padding: 8px; color: var(--bone); }
.ovl-x svg { width: 22px; height: 22px; }

.ovl-body {
	align-self: center;
	padding: 40px 0;
	display: grid;
	gap: 34px;
	align-content: center;
}

.ovl-nav { display: grid; gap: clamp(2px, .8vw, 10px); }

.ovl-item { position: relative; }

.ovl-nav > .ovl-item > a {
	font-family: var(--display);
	font-weight: 800;
	letter-spacing: var(--h-track);
	/* Sized so a nine-item menu clears a laptop viewport without scrolling. */
	font-size: calc(clamp(1.15rem, 2.8vw, 2.1rem) * var(--h-scale));
	line-height: 1.12;
	color: var(--bone);
	display: flex;
	align-items: baseline;
	gap: 20px;
	transition: color .3s var(--ease), padding-left .4s var(--ease);
}

.ovl-nav > .ovl-item > a:hover { color: var(--ember); padding-left: 16px; }

.ovl-nav em {
	font-family: var(--body);
	font-style: normal;
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .3em;
	color: var(--ember);
	opacity: .7;
	flex: none;
}

.ovl-sub {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 22px;
	padding: 6px 0 12px clamp(0px, 4vw, 62px);
}

.ovl-sub a {
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--bone-dim);
	transition: color .3s;
}

.ovl-sub a:hover { color: var(--ember-lt); }

.ovl-search { max-width: 460px; }

.ovl-foot {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 40px;
	border-top: 1px solid var(--line-dark);
	padding-top: 24px;
	font-size: .85rem;
	color: var(--bone-dim);
}

.ovl-foot a:hover { color: var(--bone); }
.ovl-socials { margin-left: auto; }

@media (max-width: 640px) {
	.ovl-socials { margin-left: 0; }
	.ovl-body { padding: 24px 0; gap: 24px; }
}

/* Search form. */
.search-form {
	display: flex;
	gap: 0;
	border: 1px solid var(--line-dark);
	border-radius: var(--radius);
	overflow: hidden;
	background: rgba(var(--bone-rgb), .04);
}

.search-field {
	flex: 1 1 auto;
	min-width: 0;
	background: transparent;
	border: 0;
	color: var(--bone);
	font-family: var(--body);
	font-size: .95rem;
	padding: 15px 18px;
}

.search-field::placeholder { color: var(--bone-dim); }
.search-field:focus { outline: none; }

.search-submit {
	display: grid;
	place-items: center;
	width: 52px;
	flex: none;
	color: var(--bone);
	border-left: 1px solid var(--line-dark);
	transition: background .3s, color .3s;
}

.search-submit svg { width: 17px; height: 17px; }
.search-submit:hover { background: var(--bone); color: var(--night); }

.m-bone .search-form,
.m-dust .search-form { border-color: var(--line-light); background: rgba(var(--night-rgb), .03); }
.m-bone .search-field,
.m-dust .search-field { color: var(--night); }
.m-bone .search-submit,
.m-dust .search-submit { color: var(--night); border-left-color: var(--line-light); }

/* ============================================================
   07 — HERO
   ============================================================ */
.hero {
	position: relative;
	height: 100vh;
	height: 100svh;
	min-height: 660px;
	overflow: hidden;
	background: var(--night);
}

.hero--tall { height: 85vh; height: 85svh; min-height: 560px; }
.hero--medium { height: 70vh; height: 70svh; min-height: 480px; }

.slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 1.1s var(--ease), visibility 1.1s;
}

.slide.on { opacity: 1; visibility: visible; }

.slide-bg,
.slide-fg {
	position: absolute;
	inset: 0;
	background-image: var(--img);
	background-size: cover;
	background-position: center 42%;
	background-color: var(--night-3);
}

.slide-bg {
	z-index: 1;
	transform: scale(1.06);
	transition: transform 8s linear;
}

.slide.on .slide-bg { transform: scale(1); }

/* The foreground copy of the image, clipped to the lower band — this is what
   makes the title read as cut through the landscape. */
.slide-fg { z-index: 3; clip-path: inset(58% 0 0 0); }

.slide::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 4;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(var(--night-rgb), .82) 0%, rgba(var(--night-rgb), .18) 26%, rgba(var(--night-rgb), 0) 46%),
		linear-gradient(0deg, rgba(var(--night-rgb), .88) 0%, rgba(var(--night-rgb), .22) 26%, rgba(var(--night-rgb), 0) 52%);
}

.hero-copy {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 var(--pad);
}

.hero--left .hero-copy { align-items: flex-start; text-align: left; }

.hero-shift { transform: translateY(-4vh); }

.hero-eyebrow {
	font-size: clamp(.58rem, .85vw, .76rem);
	font-weight: 700;
	letter-spacing: .5em;
	text-transform: uppercase;
	color: var(--bone);
	margin: 0 0 clamp(6px, 1vw, 14px);
	text-shadow: 0 2px 26px rgba(var(--night-rgb), .6);
}

.hero-title {
	font-family: var(--display);
	font-weight: 900;
	font-size: calc(clamp(2.4rem, 12vw, 10rem) * var(--h-scale));
	/*
	 * A line-height below 1 puts the cap tops outside the text box, where the
	 * hero's overflow:hidden can shave them off on a short viewport. .92 plus a
	 * little top padding keeps the whole glyph inside the box while the block
	 * still reads as tightly set.
	 */
	line-height: .92;
	padding-top: .06em;
	letter-spacing: .01em;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	text-shadow: 0 8px 60px rgba(var(--night-rgb), .42);
	/* Never let a long place name spill past the viewport. */
	max-width: 100%;
	overflow-wrap: break-word;
}

.hero-bar {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 6;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 24px;
	padding: 0 var(--pad) clamp(26px, 3.4vw, 48px);
}

.hero-cap {
	font-size: .83rem;
	line-height: 1.6;
	color: var(--bone-dim);
	max-width: 330px;
	margin: 0;
}

.hero-cap b {
	display: block;
	color: var(--bone);
	font-weight: 700;
	font-size: .7rem;
	letter-spacing: .26em;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.hero-btn { justify-self: center; }

.hero-nav {
	display: flex;
	align-items: center;
	gap: 14px;
	justify-self: end;
}

.hero-tabs { display: flex; gap: 20px; }

.htab {
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .24em;
	text-transform: uppercase;
	color: var(--bone-dim);
	padding-bottom: 4px;
	border-bottom: 1px solid transparent;
	white-space: nowrap;
	transition: color .3s, border-color .3s;
}

.htab.on { color: var(--bone); border-bottom-color: var(--ember); }
.htab:hover { color: var(--bone); }

@media (max-width: 900px) {
	.hero-bar { grid-template-columns: minmax(0, 1fr); justify-items: center; text-align: center; gap: 18px; }
	.hero-cap { display: none; }
	.hero-nav { justify-self: center; }
	.hero-tabs .htab:nth-child(n+4) { display: none; }
	.slide-fg { clip-path: inset(64% 0 0 0); }
	.hero--left .hero-copy { align-items: center; text-align: center; }
}

/*
 * The reference's lower clamp (4.2rem) is wider than a small phone once a long
 * place name like "Patagonia" is set in it, so the floor comes down below 520px.
 * The title still fills the screen — it just stops being clipped by it.
 */
@media (max-width: 520px) {
	.hero-title { font-size: calc(clamp(1.9rem, 11vw, 3.2rem) * var(--h-scale)); }
	.hero-eyebrow { letter-spacing: .34em; }
}

/* ============================================================
   08 — SERIES STATEMENT
   ============================================================ */
.stmt {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: clamp(32px, 5vw, 90px);
	align-items: start;
}

.stmt-big {
	font-family: var(--display);
	font-weight: 300;
	letter-spacing: -.025em;
	font-size: calc(clamp(1.35rem, 2.4vw, 2.1rem) * var(--h-scale));
	line-height: 1.22;
	color: var(--bone);
	margin: 0;
}

.stmt-big .accent { font-weight: 800; color: var(--ember-lt); }
.m-bone .stmt-big, .m-dust .stmt-big { color: var(--night); }
.m-bone .stmt-big .accent, .m-dust .stmt-big .accent { color: var(--clay); }

.stmt-side {
	border-left: 1px solid var(--line-dark);
	padding-left: clamp(22px, 2.6vw, 44px);
}

.stmt-meta {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1px;
	margin: 34px 0 0;
	background: var(--line-dark);
	border: 1px solid var(--line-dark);
}

.stmt-meta > div { background: var(--night); padding: 20px; }
.m-night2 .stmt-meta > div { background: var(--night-2); }

.stmt-meta dt {
	font-size: .62rem;
	font-weight: 700;
	letter-spacing: .26em;
	text-transform: uppercase;
	color: var(--ember-lt);
	margin-bottom: 8px;
}

.stmt-meta dd {
	margin: 0;
	font-size: .95rem;
	color: var(--bone);
	font-family: var(--display);
	font-weight: 600;
}

@media (max-width: 860px) {
	.stmt { grid-template-columns: minmax(0, 1fr); }
	.stmt-side { border-left: 0; padding-left: 0; }
}

@media (max-width: 480px) {
	.stmt-meta { grid-template-columns: minmax(0, 1fr); }
}

/* ============================================================
   09 — EPISODE GUIDE
   ============================================================ */
.ep-stage { position: absolute; inset: 0; z-index: 0; }

.ep-shot {
	position: absolute;
	inset: 0;
	opacity: 0;
	transform: scale(1.08);
	transition: opacity .9s var(--ease), transform 9s linear;
}

.ep-shot.on { opacity: .32; transform: scale(1); }
.ep-shot .imgf { height: 100%; border-radius: 0; }

.ep-stage::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	background: linear-gradient(90deg, var(--veil-1) 0%, var(--veil-2) 46%, var(--veil-3) 100%);
}

.eps { border-top: 1px solid var(--line-dark); }

.ep {
	display: grid;
	grid-template-columns: 110px minmax(0, 1.15fr) minmax(0, 1fr) 54px;
	gap: clamp(18px, 3vw, 50px);
	align-items: center;
	padding: clamp(24px, 3vw, 42px) 0;
	border-bottom: 1px solid var(--line-dark);
	position: relative;
	transition: padding-left .5s var(--ease);
}

.ep::before {
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	height: 1px;
	width: 0;
	background: var(--ember);
	transition: width .7s var(--ease);
}

.ep.act::before { width: 100%; }
.ep.act { padding-left: clamp(8px, 1.4vw, 26px); }

.ep-no {
	font-family: var(--display);
	font-weight: 800;
	font-size: .82rem;
	letter-spacing: .22em;
	color: var(--bone-dim);
	transition: color .4s;
}

.ep.act .ep-no { color: var(--ember); }

.ep-ttl {
	font-size: calc(clamp(1.2rem, 2.2vw, 1.9rem) * var(--h-scale));
	font-weight: 800;
	color: var(--bone);
	margin: 0 0 10px;
	transition: color .4s;
}

.ep-ttl a { transition: color .3s; }
.ep.act .ep-ttl a { color: var(--bone); }

.ep-loc {
	font-size: .66rem;
	font-weight: 700;
	letter-spacing: .26em;
	text-transform: uppercase;
	color: var(--ember-lt);
	margin: 0;
}

.ep-txt {
	font-size: .95rem;
	line-height: 1.7;
	color: var(--bone-dim);
	max-width: 44ch;
	margin: 0;
}

.ep-go {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 1px solid var(--line-dark);
	border-radius: 50%;
	justify-self: end;
	color: var(--bone);
	transition: background .4s var(--ease), border-color .4s, transform .4s var(--ease), color .4s;
}

.ep-go svg { width: 15px; height: 15px; }

.ep.act .ep-go {
	background: var(--ember);
	border-color: var(--ember);
	color: var(--night);
	transform: translateX(4px);
}

.ep-thumb { display: none; }

@media (max-width: 1000px) {
	.ep { grid-template-columns: 74px minmax(0, 1fr); row-gap: 14px; }
	.ep-txt, .ep-go { grid-column: 2; }
	.ep-go { justify-self: start; }
	.ep-thumb { display: block; grid-column: 2; height: 180px; }
	.ep-stage { display: none; }
}

@media (max-width: 560px) {
	.ep { grid-template-columns: minmax(0, 1fr); }
	.ep-txt, .ep-go, .ep-thumb { grid-column: 1; }
}

/* Episode cards — archive + related. */
.ep-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
	gap: clamp(18px, 2.4vw, 34px);
}

.ep-card {
	display: flex;
	flex-direction: column;
	background: var(--night);
	border: 1px solid var(--line-dark);
	border-radius: var(--radius);
	overflow: hidden;
	transition: transform .5s var(--ease), border-color .4s;
}

.ep-card:hover { transform: translateY(-5px); border-color: var(--ember); }

.ep-card-img {
	display: block;
	aspect-ratio: 16 / 10;
	border-radius: 0;
}

.ep-card-img img { transition: transform 1.1s var(--ease); }
.ep-card:hover .ep-card-img img { transform: scale(1.05); }

.ep-card-no {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	background: var(--night);
	color: var(--ember);
	font-family: var(--display);
	font-weight: 800;
	font-size: .68rem;
	letter-spacing: .2em;
	padding: 8px 12px;
}

.ep-card-body {
	padding: clamp(22px, 2.4vw, 30px);
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex: 1;
}

.ep-card-body .h3 { margin: 0; }
.ep-card-body p { font-size: .93rem; color: var(--bone-dim); margin: 0; }
.ep-card-body .tlink { margin-top: auto; align-self: flex-start; }

/* Single episode. */
.ep-single {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(0, .8fr);
	gap: clamp(30px, 4vw, 70px);
	align-items: start;
}

.ep-aside { position: sticky; top: 110px; }
.ep-aside-cta { margin-top: 28px; display: grid; gap: 18px; justify-items: start; }

@media (max-width: 900px) {
	.ep-single { grid-template-columns: minmax(0, 1fr); }
	.ep-aside { position: static; }
}

/* ============================================================
   10 — FIELD RECORD
   ============================================================ */
.record {
	display: grid;
	grid-template-columns: repeat(var(--cols, 4), 1fr);
	gap: 1px;
	background: rgba(255, 255, 255, .2);
	border: 1px solid rgba(255, 255, 255, .2);
}

.rec {
	background: rgba(var(--night-rgb), .24);
	padding: clamp(26px, 3vw, 46px) clamp(20px, 2vw, 34px);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	transition: background .4s var(--ease);
}

.rec:hover { background: rgba(var(--night-rgb), .42); }

.rec-n {
	font-family: var(--display);
	font-weight: 800;
	font-size: calc(clamp(2rem, 3.6vw, 3.2rem) * var(--h-scale));
	line-height: 1;
	color: #fff;
	letter-spacing: -.03em;
	display: flex;
	align-items: baseline;
	gap: 2px;
}

.rec-n i { font-style: normal; font-size: .55em; }

.rec-l {
	margin-top: 12px;
	font-size: .66rem;
	font-weight: 700;
	letter-spacing: .24em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .92);
}

.rec-d {
	margin: 12px 0 0;
	font-size: .88rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, .7);
}

/* On night bands the record keeps the theme's own hairlines. */
.m-night .record,
.m-night2 .record,
.m-deep .record { background: var(--line-dark); border-color: var(--line-dark); }

.m-night .rec-n,
.m-night2 .rec-n,
.m-deep .rec-n { color: var(--bone); }

.m-night .rec-l,
.m-night2 .rec-l,
.m-deep .rec-l { color: var(--ember-lt); }

.m-night .rec-d,
.m-night2 .rec-d,
.m-deep .rec-d { color: var(--bone-dim); }

@media (max-width: 900px) { .record { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .record { grid-template-columns: minmax(0, 1fr); } }

/* ============================================================
   11 — SPOTLIGHT
   ============================================================ */
.spot {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(30px, 5vw, 90px);
	align-items: center;
}

.spot-img {
	position: relative;
	height: clamp(420px, 58vw, 760px);
	margin-left: calc(var(--pad) * -1);
	border-radius: 0;
}

.spot--flip .spot-img {
	order: 2;
	margin-left: 0;
	margin-right: calc(var(--pad) * -1);
}

.spot-tag {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 3;
	background: var(--clay);
	color: #fff;
	padding: 14px 20px;
	font-size: .62rem;
	font-weight: 700;
	letter-spacing: .24em;
	text-transform: uppercase;
}

.spot-facts {
	display: grid;
	gap: 1px;
	background: var(--line-dark);
	margin: 36px 0 0;
	border: 1px solid var(--line-dark);
}

.fact {
	background: var(--night);
	display: grid;
	grid-template-columns: 210px 1fr;
	gap: 20px;
	padding: 17px 20px;
}

.m-night2 .fact { background: var(--night-2); }

.fact dt {
	font-size: .64rem;
	font-weight: 700;
	letter-spacing: .24em;
	text-transform: uppercase;
	color: var(--ember-lt);
}

.fact dd { margin: 0; font-size: .95rem; color: var(--bone); }
.fact dd a { color: var(--ember-lt); }

.spot-cta { margin: 32px 0 0; }

@media (max-width: 960px) {
	.spot { grid-template-columns: minmax(0, 1fr); }
	.spot-img,
	.spot--flip .spot-img {
		order: 0;
		margin-left: calc(var(--pad) * -1);
		margin-right: calc(var(--pad) * -1);
		height: clamp(340px, 60vw, 520px);
	}
	.fact { grid-template-columns: minmax(0, 1fr); gap: 4px; }
}

/* ============================================================
   12 — TRAILER
   ============================================================ */
.trailer {
	position: relative;
	min-height: min(88vh, 820px);
	display: grid;
	place-items: center;
	overflow: hidden;
	text-align: center;
	padding: clamp(80px, 10vw, 140px) var(--pad);
	background: var(--night-3);
}

.tr-bg,
.tr-fg {
	position: absolute;
	inset: 0;
	background-image: var(--img);
	background-size: cover;
	background-position: center 40%;
	background-color: var(--night-3);
}

.tr-bg { z-index: 0; }
.tr-fg { z-index: 3; clip-path: inset(64% 0 0 0); }

.trailer::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	/* Slightly heavier through the middle than the reference, so the eyebrow
	   and lede stay legible over a bright still. */
	background: linear-gradient(180deg,
		rgba(var(--night-rgb), .86) 0%,
		rgba(var(--night-rgb), .54) 40%,
		rgba(var(--night-rgb), .46) 64%,
		rgba(var(--night-rgb), .85) 100%);
}

.trailer-in { position: relative; z-index: 2; max-width: 820px; }

/* The band sits over an unpredictable still, so the small type carries its own
   shadow rather than relying on the gradient alone. */
.trailer-in .eyebrow,
.trailer-lead,
.trailer-meta { text-shadow: 0 2px 18px rgba(var(--night-rgb), .85); }

.play {
	display: grid;
	place-items: center;
	width: clamp(84px, 9vw, 118px);
	height: clamp(84px, 9vw, 118px);
	border: 1px solid rgba(var(--bone-rgb), .5);
	border-radius: 50%;
	margin: 0 auto 34px;
	position: relative;
	color: var(--bone);
	transition: background .4s var(--ease), transform .4s var(--ease), border-color .4s var(--ease), color .4s;
}

.play::after {
	content: "";
	position: absolute;
	inset: -14px;
	border: 1px solid rgba(var(--bone-rgb), .22);
	border-radius: 50%;
	animation: swp-pulse 3.2s var(--ease) infinite;
}

@keyframes swp-pulse {
	0% { transform: scale(.94); opacity: .9; }
	70% { transform: scale(1.18); opacity: 0; }
	100% { opacity: 0; }
}

@media (prefers-reduced-motion: reduce) { .play::after { animation: none; } }

.play svg { width: 26px; height: 26px; margin-left: 4px; }

.play:hover {
	background: var(--bone);
	border-color: var(--bone);
	color: var(--night);
	transform: scale(1.05);
}

.trailer-ttl {
	font-size: calc(clamp(1.75rem, 4vw, 3.3rem) * var(--h-scale));
	margin: 0 0 20px;
	color: #fff;
}

.trailer-lead { margin: 0 auto; max-width: 560px; }

.trailer-meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 28px;
	margin-top: 32px;
	color: var(--bone-dim);
	font-size: .66rem;
	font-weight: 700;
	letter-spacing: .24em;
	text-transform: uppercase;
}

.trailer-meta span { display: flex; align-items: center; gap: 12px; }

.trailer-meta span::before {
	content: "";
	width: 4px;
	height: 4px;
	background: var(--ember);
	border-radius: 50%;
	flex: none;
}

/*
 * The foreground layer sits above the copy so the band reads as cut through the
 * landscape. On a narrow screen the copy is much taller, so the cut moves down
 * to keep the lede and the meta chips out from behind it.
 */
@media (max-width: 780px) {
	.trailer {
		min-height: min(94vh, 780px);
		padding-bottom: clamp(140px, 30vw, 200px);
	}
	.tr-fg { clip-path: inset(84% 0 0 0); }
	.trailer-meta { gap: 10px 20px; margin-top: 24px; }
}

/* ============================================================
   13 — CONTACT SHEET
   ============================================================ */
.sheet-hd {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	gap: 22px;
	margin-bottom: clamp(30px, 3.4vw, 50px);
}

.sheet-hd .h2 { margin: 0; }

.sheet-stamp {
	display: flex;
	flex-wrap: wrap;
	gap: 26px;
	font-size: .64rem;
	font-weight: 700;
	letter-spacing: .24em;
	text-transform: uppercase;
	color: var(--bone-dim);
}

.sheet-stamp b { color: var(--ember-lt); font-weight: 700; }
.sheet-ctl { display: flex; gap: 10px; }

.strip {
	position: relative;
	padding: 14px 0;
	background: var(--night-2);
	border-top: 1px solid var(--line-dark);
	border-bottom: 1px solid var(--line-dark);
}

/* Sprocket rails, drawn not imported. */
.strip::before,
.strip::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 14px;
	z-index: 4;
	pointer-events: none;
	background-image: repeating-linear-gradient(90deg,
		transparent 0 14px,
		rgba(var(--bone-rgb), .16) 14px 24px,
		transparent 24px 38px);
}

.strip::before { top: 0; }
.strip::after { bottom: 0; }

.track {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	padding: 16px clamp(20px, var(--pad), 300px);
	scrollbar-width: none;
	-ms-overflow-style: none;
	cursor: grab;
}

.track::-webkit-scrollbar { display: none; }
.track.drag { cursor: grabbing; scroll-snap-type: none; }

.frame {
	flex: 0 0 auto;
	scroll-snap-align: center;
	margin: 0;
	position: relative;
	width: clamp(230px, 26vw, 380px);
	transition: transform .5s var(--ease);
}

.frame--wide { width: clamp(300px, 38vw, 560px); }
.frame--tall { width: clamp(190px, 19vw, 280px); }

.frame-hd {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding: 0 2px 8px;
	font-size: .58rem;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--bone-dim);
}

.frame-hd b { color: var(--ember); font-weight: 700; }

.frame-img {
	height: clamp(190px, 23vw, 330px);
	border: 1px solid var(--line-dark);
}

.frame--tall .frame-img { height: clamp(250px, 30vw, 430px); }
.frame-img a { display: block; height: 100%; }

.frame img {
	transition: transform 1.2s var(--ease), filter .6s var(--ease);
	filter: saturate(.82) contrast(1.05);
}

.frame:hover img { transform: scale(1.06); filter: none; }

.frame-cap { padding: 14px 2px 0; }

.frame-cap b {
	display: block;
	font-family: var(--display);
	font-weight: 700;
	font-size: 1rem;
	color: var(--bone);
	margin-bottom: 5px;
	letter-spacing: -.01em;
}

.frame-cap span {
	font-size: .62rem;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--bone-dim);
}

.sheet-note {
	margin-top: clamp(26px, 3vw, 44px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 18px;
	align-items: center;
}

.sheet-note p {
	font-size: .9rem;
	color: var(--bone-dim);
	max-width: 56ch;
	margin: 0;
}

/* ============================================================
   14 — CONSERVATION
   ============================================================ */
.pillars {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1px;
	background: var(--line-light);
	border: 1px solid var(--line-light);
}

.pil {
	background: var(--bone);
	padding: clamp(30px, 3.4vw, 52px);
	display: grid;
	grid-template-columns: 56px 1fr;
	gap: clamp(18px, 2.2vw, 34px);
	align-items: start;
	transition: background .4s var(--ease);
}

.pil:hover { background: var(--bone-2); }

.m-dust .pillars { background: var(--line-light); }
.m-dust .pil { background: var(--dust); }

.m-night .pillars,
.m-night2 .pillars,
.m-deep .pillars { background: var(--line-dark); border-color: var(--line-dark); }

.m-night .pil { background: var(--night); }
.m-night2 .pil { background: var(--night-2); }
.m-deep .pil { background: rgba(var(--night-rgb), .5); }

.pil-ico { width: 44px; height: 44px; color: var(--clay); }
.pil-ico svg { width: 100%; height: 100%; }

.m-night .pil-ico,
.m-night2 .pil-ico,
.m-deep .pil-ico,
.m-clay .pil-ico { color: var(--ember); }

.pil h3 {
	font-size: calc(1.2rem * var(--h-scale));
	font-weight: 700;
	color: var(--night);
	margin: 0 0 12px;
}

.pil p { font-size: .94rem; line-height: 1.7; color: var(--ink-dim); margin: 0; }

.m-night .pil h3,
.m-night2 .pil h3,
.m-deep .pil h3 { color: var(--bone); }

.m-night .pil p,
.m-night2 .pil p,
.m-deep .pil p { color: var(--bone-dim); }

.pil-note {
	margin-top: clamp(30px, 3.4vw, 52px);
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
	background: var(--night);
	color: var(--bone);
	padding: clamp(26px, 3.2vw, 44px);
	border-radius: var(--radius);
}

.pil-note p { max-width: 660px; font-size: 1.05rem; margin: 0; }

.m-night .pil-note,
.m-night2 .pil-note,
.m-deep .pil-note {
	background: var(--bone);
	color: var(--night);
}

.m-night .pil-note .btn,
.m-night2 .pil-note .btn,
.m-deep .pil-note .btn {
	border-color: var(--line-light);
	color: var(--night);
	background: transparent;
}

.m-night .pil-note .btn:hover,
.m-night2 .pil-note .btn:hover,
.m-deep .pil-note .btn:hover { background: var(--night); border-color: var(--night); color: var(--bone); }

@media (max-width: 860px) {
	.pillars { grid-template-columns: minmax(0, 1fr); }
	.pil-note { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 520px) {
	.pil { grid-template-columns: minmax(0, 1fr); gap: 20px; }
}

/* ============================================================
   15 — CREW
   ============================================================ */
.crew {
	display: grid;
	grid-template-columns: repeat(var(--cols, 4), 1fr);
	gap: clamp(16px, 2vw, 30px);
}

.crew--stagger .mem:nth-child(even) { margin-top: clamp(24px, 5vw, 80px); }

.mem-img {
	position: relative;
	display: block;
	aspect-ratio: 3 / 4;
	margin-bottom: 22px;
	overflow: hidden;
}

.mem-img img { transition: filter .6s var(--ease), transform 1.1s var(--ease); }

.crew--duotone .mem-img img { filter: grayscale(1) contrast(1.08) brightness(.92); }

.crew--duotone .mem-img::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	background: var(--clay);
	mix-blend-mode: color;
	opacity: .55;
	transition: opacity .6s var(--ease);
}

.mem:hover .mem-img::after { opacity: 0; }
.mem:hover .mem-img img { filter: none; transform: scale(1.04); }

.mem-idx {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	background: var(--night);
	color: var(--ember);
	font-family: var(--display);
	font-weight: 800;
	font-size: .68rem;
	letter-spacing: .2em;
	padding: 8px 12px;
}

.mem h3 {
	font-size: calc(1.16rem * var(--h-scale));
	font-weight: 700;
	margin: 0 0 6px;
	color: var(--bone);
}

.mem h3 a { transition: color .3s; }
.mem h3 a:hover { color: var(--ember-lt); }

.mem-role {
	font-size: .64rem;
	font-weight: 700;
	letter-spacing: .24em;
	text-transform: uppercase;
	color: var(--ember-lt);
	margin: 0 0 12px;
}

.mem p { font-size: .9rem; line-height: 1.65; color: var(--bone-dim); margin: 0; }

.m-bone .mem h3, .m-dust .mem h3 { color: var(--night); }
.m-bone .mem p, .m-dust .mem p { color: var(--ink-dim); }
.m-bone .mem-role, .m-dust .mem-role { color: var(--clay); }

.crew-single {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
	gap: clamp(30px, 5vw, 80px);
	align-items: start;
}

.crew-single-img { position: relative; aspect-ratio: 3 / 4; }
.crew-links { display: flex; flex-wrap: wrap; gap: 20px 34px; margin-top: 28px; }
.crew-back { margin-top: 34px; }

@media (max-width: 1000px) { .crew { grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 520px) {
	.crew { grid-template-columns: minmax(0, 1fr); }
	.crew--stagger .mem:nth-child(even) { margin-top: 0; }
}

@media (max-width: 860px) { .crew-single { grid-template-columns: minmax(0, 1fr); } }

/* ============================================================
   16 — JOURNAL
   ============================================================ */
.posts {
	display: grid;
	/* min() keeps the track from forcing the page wider than a 320px phone. */
	grid-template-columns: repeat(auto-fill, minmax(min(310px, 100%), 1fr));
	gap: clamp(18px, 2.4vw, 38px);
}

.post-card {
	display: block;
	background: var(--bone);
	border: 1px solid var(--line-light);
	border-radius: var(--radius);
	overflow: hidden;
	transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}

.post-card:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(var(--night-rgb), .13); }

.post-link { display: block; height: 100%; }

.post-img { aspect-ratio: 16 / 10; border-radius: 0; }
.post-img img { transition: transform 1.1s var(--ease); }
.post-card:hover .post-img img { transform: scale(1.06); }

.post-body { padding: clamp(22px, 2.4vw, 32px); }

.post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	font-size: .62rem;
	font-weight: 700;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: var(--clay);
	margin-bottom: 14px;
}

.post-meta i {
	font-style: normal;
	width: 3px;
	height: 3px;
	background: currentColor;
	border-radius: 50%;
	flex: none;
}

.post-card h3 {
	font-size: calc(clamp(1.02rem, 1.35vw, 1.22rem) * var(--h-scale));
	font-weight: 700;
	color: var(--night);
	margin: 0 0 12px;
	transition: color .3s;
}

.post-card:hover h3 { color: var(--clay); }
.post-card p { font-size: .93rem; line-height: 1.7; color: var(--ink-dim); margin: 0; }

/* On night bands the cards invert. */
.m-night .post-card,
.m-night2 .post-card,
.m-deep .post-card { background: var(--night-2); border-color: var(--line-dark); }

.m-night .post-card h3,
.m-night2 .post-card h3,
.m-deep .post-card h3 { color: var(--bone); }

.m-night .post-card:hover h3,
.m-night2 .post-card:hover h3,
.m-deep .post-card:hover h3 { color: var(--ember-lt); }

.m-night .post-card p,
.m-night2 .post-card p,
.m-deep .post-card p { color: var(--bone-dim); }

.m-night .post-meta,
.m-night2 .post-meta,
.m-deep .post-meta { color: var(--ember-lt); }

/* ============================================================
   17 — PRESS CAROUSEL
   ============================================================ */
.carousel { position: relative; }

.carousel-view { overflow: hidden; }

.carousel-track {
	display: flex;
	transition: transform .6s var(--ease);
	will-change: transform;
}

.carousel-track > [data-slide] {
	flex: 0 0 calc(100% / var(--per-view, 3));
	min-width: 0;
}

.press > .pq { border-left: 1px solid var(--line-dark); }
.press > .pq:first-child { border-left: 0; }

.pq {
	background: rgba(var(--night-rgb), .62);
	padding: clamp(28px, 3vw, 46px);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	transition: background .4s var(--ease), opacity .4s var(--ease);
	height: 100%;
	display: flex;
	flex-direction: column;
}

.pq:hover { background: rgba(var(--night-rgb), .82); }
.pq:not(.is-active) { opacity: .35; }

.pq-mark { display: block; color: var(--ember); margin-bottom: 24px; }
.pq-mark svg { width: 30px; height: 24px; }

.pq blockquote {
	margin: 0;
	font-family: var(--display);
	font-weight: 400;
	font-size: calc(clamp(.98rem, 1.3vw, 1.18rem) * var(--h-scale));
	line-height: 1.45;
	letter-spacing: -.015em;
	color: var(--bone);
	flex: 1;
}

.pq cite {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 24px;
	font-style: normal;
	font-size: .64rem;
	font-weight: 700;
	letter-spacing: .24em;
	text-transform: uppercase;
	color: var(--bone-dim);
}

.pq-ava {
	width: 42px;
	height: 42px;
	flex: none;
	border-radius: 50%;
	overflow: hidden;
	background: var(--night-3);
}

.pq-ava img { width: 100%; height: 100%; object-fit: cover; }
.pq-who b { display: block; color: var(--ember-lt); margin-bottom: 4px; }

.carousel-ctl {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin-top: clamp(28px, 3vw, 44px);
}

.carousel-dots { display: flex; gap: 8px; }

.carousel-dots .dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--line-dark);
	border: 1px solid transparent;
	transition: background .3s, transform .3s, width .3s;
}

.carousel-dots .dot.on { background: var(--ember); width: 26px; border-radius: 4px; }

.m-bone .carousel-dots .dot,
.m-dust .carousel-dots .dot { background: var(--line-light); }

.m-bone .pq,
.m-dust .pq { background: rgba(var(--bone-rgb), .55); }

.m-bone .pq blockquote,
.m-dust .pq blockquote { color: var(--night); }

.m-bone .pq cite,
.m-dust .pq cite { color: var(--ink-dim); }

.m-bone .pq-who b,
.m-dust .pq-who b { color: var(--clay); }

/* ============================================================
   18 — WHERE TO WATCH
   ============================================================ */
.watch {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: clamp(34px, 5vw, 84px);
}

.plats {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-top: 34px;
}

.plat {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 20px;
	border: 1px solid var(--line-light);
	border-radius: var(--radius);
	background: var(--bone);
	transition: background .35s var(--ease), border-color .35s var(--ease), transform .35s var(--ease);
}

a.plat:hover { background: var(--night); border-color: var(--night); transform: translateY(-3px); }
a.plat:hover .plat-n, a.plat:hover .plat-s { color: var(--bone); }
a.plat:hover .plat-ico { color: var(--ember-lt); }

.plat-ico { flex: none; width: 34px; height: 34px; color: var(--clay); transition: color .35s; }
.plat-ico svg { width: 100%; height: 100%; }

.plat-txt { min-width: 0; }

.plat-n {
	display: block;
	font-family: var(--display);
	font-weight: 700;
	font-size: 1rem;
	color: var(--night);
	transition: color .35s;
}

.plat-s {
	display: block;
	font-size: .66rem;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--ink-dim);
	margin-top: 4px;
	transition: color .35s;
}

.m-night .plat,
.m-night2 .plat,
.m-deep .plat { background: var(--night-2); border-color: var(--line-dark); }

.m-night .plat-n,
.m-night2 .plat-n,
.m-deep .plat-n { color: var(--bone); }

.m-night .plat-s,
.m-night2 .plat-s,
.m-deep .plat-s { color: var(--bone-dim); }

.m-night .plat-ico,
.m-night2 .plat-ico,
.m-deep .plat-ico { color: var(--ember); }

.m-night a.plat:hover,
.m-night2 a.plat:hover,
.m-deep a.plat:hover { background: var(--bone); border-color: var(--bone); }

.m-night a.plat:hover .plat-n,
.m-night2 a.plat:hover .plat-n,
.m-deep a.plat:hover .plat-n { color: var(--night); }

.m-night a.plat:hover .plat-s,
.m-night2 a.plat:hover .plat-s,
.m-deep a.plat:hover .plat-s { color: var(--ink-dim); }

.m-night a.plat:hover .plat-ico,
.m-night2 a.plat:hover .plat-ico,
.m-deep a.plat:hover .plat-ico { color: var(--clay); }

/* Broadcast rundown board. */
.sched { border-top: 2px solid var(--night); }

.srow {
	display: grid;
	grid-template-columns: 118px 1fr auto;
	gap: 20px;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid var(--line-light);
	position: relative;
	transition: padding-left .4s var(--ease);
}

a.srow:hover { padding-left: 12px; }

.srow-d {
	font-family: var(--display);
	font-weight: 800;
	font-size: .94rem;
	color: var(--clay);
	letter-spacing: .06em;
}

.srow-t {
	font-weight: 700;
	color: var(--night);
	font-size: 1.02rem;
	font-family: var(--display);
}

.srow-t span {
	display: block;
	font-family: var(--body);
	font-weight: 400;
	font-size: .85rem;
	color: var(--ink-dim);
	margin-top: 3px;
	letter-spacing: 0;
}

.srow-h {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: .66rem;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--ink-dim);
	white-space: nowrap;
}

.srow-h b { color: var(--night); font-weight: 700; }

.m-night .sched,
.m-night2 .sched,
.m-deep .sched { border-top-color: var(--bone); }

.m-night .srow,
.m-night2 .srow,
.m-deep .srow { border-bottom-color: var(--line-dark); }

.m-night .srow-d,
.m-night2 .srow-d,
.m-deep .srow-d { color: var(--ember-lt); }

.m-night .srow-t,
.m-night2 .srow-t,
.m-deep .srow-t { color: var(--bone); }

.m-night .srow-t span,
.m-night2 .srow-t span,
.m-deep .srow-t span,
.m-night .srow-h,
.m-night2 .srow-h,
.m-deep .srow-h { color: var(--bone-dim); }

.m-night .srow-h b,
.m-night2 .srow-h b,
.m-deep .srow-h b { color: var(--bone); }

@media (max-width: 900px) {
	.watch { grid-template-columns: minmax(0, 1fr); }
	.srow { grid-template-columns: 96px 1fr; }
	.srow-h { grid-column: 2; }
}

@media (max-width: 520px) { .plats { grid-template-columns: minmax(0, 1fr); } }

/* ============================================================
   19 — DISPATCH + FORMS
   ============================================================ */
.disp-in {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(30px, 5vw, 80px);
	align-items: center;
}

.form {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 22px;
}

.form input[type="email"],
.form input[type="text"] {
	flex: 1 1 240px;
	min-width: 0;
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .36);
	border-radius: var(--radius);
	color: #fff;
	font-family: var(--body);
	font-size: .95rem;
	padding: 17px 20px;
	transition: border-color .3s, background .3s;
}

.form input::placeholder { color: rgba(255, 255, 255, .62); }

.form input:focus {
	outline: none;
	border-color: #fff;
	background: rgba(255, 255, 255, .17);
}

.form .btn {
	border-color: #fff;
	background: #fff;
	color: var(--clay-dp);
}

.form .btn:hover { background: var(--night); border-color: var(--night); color: #fff; }

.form-note {
	margin: 16px 0 0;
	font-size: .82rem;
	color: rgba(255, 255, 255, .72);
}

.form-note.is-ok { color: #fff; font-weight: 700; }
.form-note.is-error { color: #ffd9d0; font-weight: 700; }

.disp-form { margin-top: 22px; }

@media (max-width: 860px) { .disp-in { grid-template-columns: minmax(0, 1fr); } }

/* ---- Shared form styling ----
   The theme adds `.swp-form` to every Contact Form 7 form (see
   swp_safari_pro_cf7_form_class), and `.wpcf7-form` is matched alongside it so
   the styling still lands if that filter is ever unavailable. */
.swp-form,
.wpcf7-form { font-family: var(--body); }

.swp-form p,
.wpcf7-form p { margin: 0 0 18px; }

.swp-form label,
.wpcf7-form label,
.comment-form label {
	display: block;
	font-size: .62rem;
	font-weight: 700;
	letter-spacing: .24em;
	text-transform: uppercase;
	color: var(--bone-dim);
	margin-bottom: 10px;
}

.swp-form input[type="text"],
.swp-form input[type="email"],
.swp-form input[type="tel"],
.swp-form input[type="url"],
.swp-form input[type="number"],
.swp-form input[type="date"],
.swp-form select,
.swp-form textarea,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="date"],
.wpcf7-form select,
.wpcf7-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	width: 100%;
	background: rgba(var(--bone-rgb), .05);
	border: 1px solid var(--line-dark);
	border-radius: var(--radius);
	color: var(--bone);
	font-family: var(--body);
	font-size: .98rem;
	line-height: 1.4;
	padding: 15px 18px;
	transition: border-color .3s, background .3s;
	-webkit-appearance: none;
	appearance: none;
}

.swp-form select,
.wpcf7-form select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239db98a' stroke-width='1.6'%3E%3Cpath d='M5 9l7 7 7-7'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 16px;
	padding-right: 44px;
}

.swp-form textarea,
.wpcf7-form textarea,
.comment-form textarea { min-height: 150px; resize: vertical; }

.swp-form input::placeholder,
.swp-form textarea::placeholder,
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder,
.comment-form input::placeholder,
.comment-form textarea::placeholder { color: var(--bone-dim); }

.swp-form input:focus,
.swp-form select:focus,
.swp-form textarea:focus,
.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus,
.comment-form input:focus,
.comment-form textarea:focus {
	outline: none;
	border-color: var(--ember);
	background: rgba(var(--bone-rgb), .09);
}

.swp-form .row,
.wpcf7-form .row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.swp-form .field,
.wpcf7-form .field { min-width: 0; }

.swp-form input[type="submit"],
.swp-form button[type="submit"],
.wpcf7-form input[type="submit"],
.wpcf7-form button[type="submit"],
.comment-form input[type="submit"] {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-family: var(--body);
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .26em;
	text-transform: uppercase;
	line-height: 1;
	padding: 19px 34px;
	border: 1px solid var(--line-dark);
	border-radius: var(--radius);
	color: var(--bone);
	background: rgba(var(--bone-rgb), .05);
	cursor: pointer;
	width: auto;
	-webkit-appearance: none;
	appearance: none;
	transition: background .35s var(--ease), border-color .35s var(--ease), color .35s var(--ease);
}

.swp-form input[type="submit"]:hover,
.swp-form button[type="submit"]:hover,
.wpcf7-form input[type="submit"]:hover,
.wpcf7-form button[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
	background: var(--bone);
	border-color: var(--bone);
	color: var(--night);
}

/* The dispatch signup is one inline row: field, then button. */
.disp-form .wpcf7-form,
.disp-form .swp-form {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: flex-start;
}

.disp-form .wpcf7-form > p,
.disp-form .swp-form > p {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
	margin: 0;
}

.disp-form .wpcf7-form-control-wrap { flex: 1 1 240px; min-width: 0; }
.disp-form .wpcf7-spinner { align-self: center; }

/* Contact Form 7 validation states. */
.wpcf7-not-valid { border-color: #d98b7a !important; }

.wpcf7-not-valid-tip {
	display: block;
	margin-top: 8px;
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: none;
	color: #e5a091;
}

.wpcf7-response-output {
	margin: 22px 0 0 !important;
	padding: 14px 18px !important;
	border: 1px solid var(--line-dark) !important;
	border-radius: var(--radius);
	font-size: .9rem;
	color: var(--bone);
}

.wpcf7 form.sent .wpcf7-response-output { border-color: var(--ember) !important; }

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output { border-color: #d98b7a !important; }

.wpcf7-spinner { filter: invert(1) brightness(1.6); }

/* On light bands the forms flip to ink. */
.m-bone .swp-form label,
.m-bone .wpcf7-form label,
.m-dust .swp-form label,
.m-dust .wpcf7-form label { color: var(--clay); }

.m-bone .swp-form input,
.m-bone .swp-form select,
.m-bone .swp-form textarea,
.m-bone .wpcf7-form input,
.m-bone .wpcf7-form select,
.m-bone .wpcf7-form textarea,
.m-dust .swp-form input,
.m-dust .swp-form select,
.m-dust .swp-form textarea,
.m-dust .wpcf7-form input,
.m-dust .wpcf7-form select,
.m-dust .wpcf7-form textarea {
	background: rgba(var(--night-rgb), .04);
	border-color: var(--line-light);
	color: var(--night);
}

.m-bone .swp-form input[type="submit"],
.m-bone .wpcf7-form input[type="submit"],
.m-dust .swp-form input[type="submit"],
.m-dust .wpcf7-form input[type="submit"] {
	border-color: var(--line-light);
	color: var(--night);
	background: transparent;
}

.m-bone .swp-form input[type="submit"]:hover,
.m-bone .wpcf7-form input[type="submit"]:hover,
.m-dust .swp-form input[type="submit"]:hover,
.m-dust .wpcf7-form input[type="submit"]:hover {
	background: var(--night);
	border-color: var(--night);
	color: var(--bone);
}

/* Inside pine bands the fields take the white treatment. */
.m-clay .swp-form label,
.m-clay .wpcf7-form label { color: rgba(255, 255, 255, .8); }

.m-clay .swp-form input,
.m-clay .swp-form select,
.m-clay .swp-form textarea,
.m-clay .wpcf7-form input,
.m-clay .wpcf7-form select,
.m-clay .wpcf7-form textarea {
	background: rgba(255, 255, 255, .1);
	border-color: rgba(255, 255, 255, .36);
	color: #fff;
}

.m-clay .swp-form input::placeholder,
.m-clay .swp-form textarea::placeholder,
.m-clay .wpcf7-form input::placeholder,
.m-clay .wpcf7-form textarea::placeholder { color: rgba(255, 255, 255, .62); }

.m-clay .swp-form input[type="submit"],
.m-clay .swp-form button[type="submit"],
.m-clay .wpcf7-form input[type="submit"],
.m-clay .wpcf7-form button[type="submit"] {
	background: #fff;
	border-color: #fff;
	color: var(--clay-dp);
}

.m-clay .swp-form input[type="submit"]:hover,
.m-clay .swp-form button[type="submit"]:hover,
.m-clay .wpcf7-form input[type="submit"]:hover,
.m-clay .wpcf7-form button[type="submit"]:hover {
	background: var(--night);
	border-color: var(--night);
	color: #fff;
}

.m-clay .wpcf7-response-output { color: #fff; border-color: rgba(255, 255, 255, .4) !important; }

@media (max-width: 620px) {
	.swp-form .row,
	.wpcf7-form .row { grid-template-columns: minmax(0, 1fr); }
}

/* ============================================================
   20 — CONTACT
   ============================================================ */
.contact {
	display: grid;
	grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
	gap: clamp(30px, 5vw, 84px);
}

.contact--form { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }

.contact-cta { margin: 28px 0 0; }

.cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	background: var(--line-dark);
	border: 1px solid var(--line-dark);
	align-self: start;
}

.contact--form .cards {
	grid-template-columns: 1fr;
	margin-top: 34px;
}

.card {
	background: var(--night-2);
	padding: clamp(24px, 2.6vw, 38px);
	transition: background .35s var(--ease);
}

.card:hover { background: var(--night-3); }

.m-night .card { background: var(--night-2); }
.m-deep .card { background: rgba(var(--night-rgb), .6); }

.card-ico { width: 30px; height: 30px; margin-bottom: 22px; color: var(--ember); }
.card-ico svg { width: 100%; height: 100%; }

.card b {
	display: block;
	font-size: .62rem;
	font-weight: 700;
	letter-spacing: .24em;
	text-transform: uppercase;
	color: var(--bone-dim);
	margin-bottom: 12px;
}

.card a,
.card address {
	font-style: normal;
	font-family: var(--display);
	font-weight: 600;
	font-size: 1.02rem;
	line-height: 1.5;
	color: var(--bone);
	letter-spacing: -.01em;
	transition: color .3s;
	word-break: break-word;
}

.card a:hover { color: var(--ember-lt); }

.m-bone .cards,
.m-dust .cards { background: var(--line-light); border-color: var(--line-light); }

.m-bone .card { background: var(--bone); }
.m-dust .card { background: var(--dust); }
.m-bone .card:hover, .m-dust .card:hover { background: var(--bone-2); }
.m-bone .card b, .m-dust .card b { color: var(--clay); }
.m-bone .card a, .m-bone .card address,
.m-dust .card a, .m-dust .card address { color: var(--night); }
.m-bone .card-ico, .m-dust .card-ico { color: var(--clay); }

.contact-map {
	margin-top: clamp(40px, 5vw, 76px);
	position: relative;
	z-index: 3;
}

.contact-map iframe {
	width: 100%;
	height: clamp(280px, 34vw, 460px);
	border: 0;
	filter: grayscale(1) contrast(1.1) invert(.9) hue-rotate(180deg);
}

@media (max-width: 900px) {
	.contact,
	.contact--form { grid-template-columns: minmax(0, 1fr); }
	.cards { grid-template-columns: minmax(0, 1fr); }
}

/* ============================================================
   21 — PAGE BANNER
   ============================================================ */
.pbanner {
	position: relative;
	background: var(--night-2);
	background-size: cover;
	background-position: center;
	padding-top: clamp(140px, 16vw, 210px);
	padding-bottom: clamp(50px, 6vw, 86px);
	overflow: hidden;
}

.pbanner--small { padding-top: clamp(124px, 13vw, 168px); padding-bottom: clamp(36px, 4vw, 56px); }
.pbanner--large { padding-top: clamp(170px, 22vw, 300px); padding-bottom: clamp(70px, 8vw, 120px); }

.pbanner::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(0deg, rgba(var(--night-rgb), .55) 0%, rgba(var(--night-rgb), 0) 60%);
}

.pbanner-in { position: relative; z-index: 2; max-width: 900px; }

.pbanner-title {
	font-size: calc(clamp(1.7rem, 3.6vw, 2.9rem) * var(--h-scale));
	color: var(--bone);
	margin: 0;
}

.pbanner.has-image .pbanner-title { color: #fff; }
.pbanner-sub { margin: 20px 0 0; max-width: 62ch; }

.pbanner-meta {
	margin: 18px 0 0;
	font-size: .66rem;
	font-weight: 700;
	letter-spacing: .24em;
	text-transform: uppercase;
	color: var(--ember-lt);
}

.crumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 22px;
	font-size: .64rem;
	font-weight: 700;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: var(--bone-dim);
}

.crumbs a { transition: color .3s; }
.crumbs a:hover { color: var(--ember-lt); }
.crumbs span[aria-hidden] { opacity: .5; }
.crumbs-current { color: var(--ember-lt); }

/* ============================================================
   22 — CONTENT / PROSE
   ============================================================ */
.content-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: clamp(34px, 4vw, 70px);
	align-items: start;
}

.content-grid--wide { grid-template-columns: minmax(0, 1fr); max-width: 860px; }

.entry-media { margin: 0 0 clamp(28px, 3vw, 44px); }

.prose { max-width: 78ch; }
.entry--page .prose { max-width: 82ch; }

.prose > * + * { margin-top: 1.2em; }

.prose h1, .prose h2, .prose h3, .prose h4 {
	margin-top: 1.8em;
	margin-bottom: .6em;
	color: var(--bone);
}

.prose h2 { font-size: calc(clamp(1.35rem, 2.1vw, 1.85rem) * var(--h-scale)); }
.prose h3 { font-size: calc(clamp(1.12rem, 1.55vw, 1.38rem) * var(--h-scale)); font-weight: 700; }
.prose h4 { font-size: calc(1.1rem * var(--h-scale)); font-weight: 700; }

.prose p { color: var(--bone-dim); }

.prose a {
	color: var(--ember-lt);
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
	transition: color .3s;
}

.prose a:hover { color: var(--bone); }

.prose ul, .prose ol { padding-left: 1.3em; color: var(--bone-dim); }
.prose ul { list-style: disc; }
.prose ol { list-style: decimal; }
.prose li + li { margin-top: .5em; }
.prose li::marker { color: var(--ember); }

.prose blockquote {
	margin: 1.8em 0;
	padding: 4px 0 4px clamp(20px, 3vw, 34px);
	border-left: 2px solid var(--ember);
	font-family: var(--display);
	font-weight: 400;
	font-size: calc(clamp(1rem, 1.3vw, 1.18rem) * var(--h-scale));
	line-height: 1.5;
	letter-spacing: -.015em;
	color: var(--bone);
}

.prose blockquote cite {
	display: block;
	margin-top: 14px;
	font-family: var(--body);
	font-style: normal;
	font-size: .64rem;
	font-weight: 700;
	letter-spacing: .24em;
	text-transform: uppercase;
	color: var(--bone-dim);
}

.prose img,
.prose figure { border-radius: var(--radius); }
.prose figure { margin: 1.8em 0; }

.prose figcaption {
	margin-top: 12px;
	font-size: .8rem;
	color: var(--bone-dim);
	text-align: center;
}

.prose code,
.prose kbd {
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: .88em;
	background: rgba(var(--bone-rgb), .08);
	padding: .15em .45em;
	border-radius: 3px;
}

.prose pre {
	background: var(--night-3);
	border: 1px solid var(--line-dark);
	border-radius: var(--radius);
	padding: 22px;
	overflow-x: auto;
	font-size: .88rem;
	line-height: 1.6;
}

.prose pre code { background: none; padding: 0; }

.prose hr {
	border: 0;
	border-top: 1px solid var(--line-dark);
	margin: 2.4em 0;
}

.prose table {
	width: 100%;
	border-collapse: collapse;
	font-size: .94rem;
}

.prose th,
.prose td {
	border: 1px solid var(--line-dark);
	padding: 12px 16px;
	text-align: left;
}

.prose th {
	font-family: var(--display);
	font-weight: 700;
	color: var(--bone);
	background: rgba(var(--bone-rgb), .04);
}

.prose td { color: var(--bone-dim); }

/* Light bands. */
.m-bone .prose p, .m-dust .prose p,
.m-bone .prose ul, .m-dust .prose ul,
.m-bone .prose ol, .m-dust .prose ol,
.m-bone .prose td, .m-dust .prose td { color: var(--ink-dim); }

.m-bone .prose h1, .m-bone .prose h2, .m-bone .prose h3, .m-bone .prose h4,
.m-dust .prose h1, .m-dust .prose h2, .m-dust .prose h3, .m-dust .prose h4,
.m-bone .prose blockquote, .m-dust .prose blockquote { color: var(--night); }

.m-bone .prose a, .m-dust .prose a { color: var(--clay); }

/* WordPress core alignment + media classes. */
.alignwide { width: min(100%, calc(var(--maxw) + 160px)); margin-left: auto; margin-right: auto; }
.alignfull { width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
.alignleft { float: left; margin: .4em 1.8em 1.2em 0; max-width: 50%; }
.alignright { float: right; margin: .4em 0 1.2em 1.8em; max-width: 50%; }
.aligncenter { margin-left: auto; margin-right: auto; }

.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: .8rem; color: var(--bone-dim); text-align: center; margin-top: 10px; }
.post-card.is-sticky { border-color: var(--ember); }
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(180px, 100%), 1fr)); gap: 12px; }
.gallery-item { margin: 0; }

.entry-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: clamp(30px, 3vw, 44px);
}

/*
 * Borderless tags. A box this small cannot hold .2em-tracked uppercase without
 * the text crowding the rule, and the trailing letter-space throws the optical
 * centring out — so the frame goes and a soft fill carries the shape instead.
 */
.entry-tags a {
	font-size: .62rem;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
	padding: 10px 18px;
	/* Cancels the space the last letter's tracking adds, so the fill reads centred. */
	text-indent: .16em;
	background: rgba(var(--bone-rgb), .07);
	border-radius: var(--radius);
	color: var(--bone-dim);
	transition: background .3s, color .3s;
}

.entry-tags a:hover { background: var(--bone); color: var(--night); }

.m-bone .entry-tags a,
.m-dust .entry-tags a { background: rgba(var(--night-rgb), .07); color: var(--ink-dim); }

.m-bone .entry-tags a:hover,
.m-dust .entry-tags a:hover { background: var(--night); color: var(--bone); }

/* Post navigation: a single hairline between the two, no surrounding frame. */
.entry-nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(20px, 3vw, 44px);
	margin-top: clamp(40px, 4vw, 66px);
	padding-top: clamp(26px, 3vw, 38px);
	border-top: 1px solid var(--line-dark);
}

.entry-nav .nav-links { display: contents; }
.entry-nav .nav-previous,
.entry-nav .nav-next { min-width: 0; }
.entry-nav .nav-next { text-align: right; }

.entry-nav a { display: block; transition: color .3s; }
.entry-nav a:hover .nav-title { color: var(--ember-lt); }

.nav-sub {
	display: block;
	font-size: .6rem;
	font-weight: 700;
	letter-spacing: .24em;
	text-transform: uppercase;
	color: var(--ember-lt);
	margin-bottom: 9px;
}

.nav-title {
	display: block;
	font-family: var(--display);
	font-weight: 700;
	font-size: .98rem;
	color: var(--bone);
	line-height: 1.35;
	transition: color .3s;
}

@media (max-width: 700px) {
	.entry-nav { grid-template-columns: minmax(0, 1fr); }
	.entry-nav .nav-next { text-align: left; }
}

@media (max-width: 980px) {
	.content-grid { grid-template-columns: minmax(0, 1fr); }
}

/* ============================================================
   23 — SIDEBAR + WIDGETS
   ============================================================ */
.widget-area { display: grid; gap: 22px; position: sticky; top: 110px; }

.widget {
	border: 1px solid var(--line-dark);
	border-radius: var(--radius);
	padding: 26px;
	background: var(--night-2);
}

.widget-title {
	font-family: var(--body);
	font-size: .62rem;
	font-weight: 700;
	letter-spacing: .26em;
	text-transform: uppercase;
	color: var(--ember-lt);
	margin: 0 0 18px;
}

.widget ul { list-style: none; }
.widget li + li { margin-top: 11px; }
.widget a { color: var(--bone-dim); transition: color .3s, padding-left .3s var(--ease); }
.widget a:hover { color: var(--bone); padding-left: 5px; }

.ftr-widgets {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
	gap: clamp(24px, 3vw, 44px);
	padding-top: clamp(40px, 5vw, 64px);
	border-bottom: 1px solid var(--line-dark);
	padding-bottom: clamp(30px, 4vw, 50px);
}

@media (max-width: 980px) { .widget-area { position: static; } }

/* ============================================================
   24 — COMMENTS
   ============================================================ */
.comments-area {
	margin-top: clamp(44px, 5vw, 76px);
	padding-top: clamp(34px, 4vw, 56px);
	border-top: 1px solid var(--line-dark);
	max-width: 78ch;
}

.comments-title,
.comment-reply-title { margin: 0 0 28px; color: var(--bone); }

.comment-list { list-style: none; }
.comment-list ol { list-style: none; padding-left: clamp(18px, 4vw, 44px); }
.comment-list li { margin-bottom: 26px; }

.comment-body {
	border: 1px solid var(--line-dark);
	border-radius: var(--radius);
	padding: 24px 26px;
	background: var(--night-2);
}

.comment-author { display: flex; align-items: center; gap: 14px; font-size: .95rem; }
.comment-author img { border-radius: 50%; }
.comment-author .fn { font-family: var(--display); font-weight: 700; font-style: normal; }
.comment-author .says { display: none; }

.comment-metadata {
	margin: 10px 0 14px;
	font-size: .62rem;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--bone-dim);
}

.comment-content { color: var(--bone-dim); font-size: .96rem; }
.comment-content a { color: var(--ember-lt); }

.reply { margin-top: 14px; }

.comment-reply-link {
	font-size: .6rem;
	font-weight: 700;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: var(--ember-lt);
}

.comment-notes,
.comment-form .logged-in-as { font-size: .85rem; color: var(--bone-dim); }

/* Each field is its own <p>; give the label room off the rule above it. */
.comment-form p { margin: 0 0 20px; }
.comment-form label { margin-bottom: 10px; }

.comment-form .comment-form-cookies-consent {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 22px;
}

.comment-form .comment-form-cookies-consent label {
	margin: 0;
	text-transform: none;
	letter-spacing: 0;
	font-size: .85rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--bone-dim);
}

.comment-form .comment-form-cookies-consent input {
	width: auto;
	flex: none;
	margin-top: 3px;
}
.no-comments { color: var(--bone-dim); font-size: .9rem; }

/* ============================================================
   25 — LISTS, FILTERS, RESULTS, PAGINATION, 404
   ============================================================ */
.filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: clamp(30px, 3.4vw, 50px);
}

.filter {
	font-size: .64rem;
	font-weight: 700;
	letter-spacing: .22em;
	text-transform: uppercase;
	padding: 11px 20px;
	border: 1px solid var(--line-dark);
	border-radius: var(--radius);
	color: var(--bone-dim);
	transition: background .3s, color .3s, border-color .3s;
}

.filter:hover { color: var(--bone); border-color: var(--bone); }
.filter.is-on { background: var(--ember); border-color: var(--ember); color: var(--night); }

.results { display: grid; gap: 1px; background: var(--line-dark); border: 1px solid var(--line-dark); }

.result {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: clamp(20px, 3vw, 40px);
	background: var(--night);
	padding: clamp(22px, 2.6vw, 34px);
	align-items: center;
	transition: background .35s var(--ease);
}

.result:hover { background: var(--night-2); }
.result-img { aspect-ratio: 16 / 10; }
.result-body { display: grid; gap: 12px; justify-items: start; }
.result-body .h3 { margin: 0; }
.result-body p { margin: 0; font-size: .94rem; color: var(--bone-dim); }

.result-type {
	font-size: .6rem;
	font-weight: 700;
	letter-spacing: .24em;
	text-transform: uppercase;
	color: var(--ember-lt);
}

@media (max-width: 700px) {
	.result { grid-template-columns: minmax(0, 1fr); }
}

.pager {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: clamp(40px, 4.5vw, 70px);
}

.pager .page-numbers {
	display: grid;
	place-items: center;
	min-width: 46px;
	height: 46px;
	padding: 0 14px;
	border: 1px solid var(--line-dark);
	border-radius: var(--radius);
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .1em;
	color: var(--bone-dim);
	transition: background .3s, color .3s, border-color .3s;
}

.pager .page-numbers svg { width: 15px; height: 15px; }
.pager a.page-numbers:hover { background: var(--bone); border-color: var(--bone); color: var(--night); }
.pager .page-numbers.current { background: var(--ember); border-color: var(--ember); color: var(--night); }
.pager .page-numbers.dots { border-color: transparent; }

.m-bone .pager .page-numbers,
.m-dust .pager .page-numbers { border-color: var(--line-light); color: var(--ink-dim); }

.m-bone .pager a.page-numbers:hover,
.m-dust .pager a.page-numbers:hover { background: var(--night); border-color: var(--night); color: var(--bone); }

.no-results { max-width: 640px; }
.no-results .lead { margin-top: 18px; }
.no-results-form { max-width: 460px; margin: 28px 0; }
.no-results-links { display: flex; flex-wrap: wrap; gap: 12px; }

.e404 { display: grid; place-items: center; min-height: 78vh; text-align: center; }
.e404-in { max-width: 720px; }
.e404-in .eyebrow { justify-content: center; }
.e404-form { max-width: 440px; margin: 30px auto; }

.e404-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

/* ============================================================
   26 — FOOTER
   ============================================================ */
.ftr {
	position: relative;
	z-index: 2;
	background: var(--ftr-bg);
	color: var(--ftr-text);
	border-top: 1px solid var(--line-dark);
}

.ftr-top {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, .7fr));
	gap: clamp(28px, 3.5vw, 60px);
	padding-top: clamp(54px, 6vw, 86px);
	padding-bottom: clamp(40px, 4.5vw, 64px);
}

.ftr-brand p {
	margin: 22px 0 0;
	font-size: .92rem;
	color: var(--bone-dim);
	max-width: 340px;
}

.ftr-brand .logo { justify-self: start; }
.ftr-socials { margin-top: 24px; }

.ftr-col h4 {
	font-size: .62rem;
	font-weight: 700;
	letter-spacing: .26em;
	text-transform: uppercase;
	color: var(--ftr-head);
	margin: 0 0 20px;
	font-family: var(--body);
}

.ftr-col ul { list-style: none; }
.ftr-col li { margin-bottom: 11px; }

.ftr-col a {
	font-size: .93rem;
	color: var(--bone-dim);
	transition: color .3s, padding-left .3s var(--ease);
}

.ftr-col a:hover { color: var(--ftr-text); padding-left: 5px; }

.ftr-bot {
	border-top: 1px solid var(--line-dark);
	padding: 24px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 14px 30px;
	justify-content: space-between;
	align-items: center;
	font-size: .82rem;
	color: var(--bone-dim);
}

.ftr-bot p { margin: 0; }

.ftr-legal-list {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 24px;
	list-style: none;
}

.ftr-bot a { transition: color .3s; }
.ftr-bot a:hover { color: var(--ftr-text); }

@media (max-width: 900px) { .ftr-top { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .ftr-top { grid-template-columns: minmax(0, 1fr); } }

.totop {
	position: fixed;
	right: clamp(16px, 2vw, 32px);
	bottom: clamp(16px, 2vw, 32px);
	z-index: 70;
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--ember);
	color: var(--night);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity .4s var(--ease), transform .4s var(--ease), visibility .4s, background .3s;
}

.totop.on { opacity: 1; visibility: visible; transform: none; }
.totop:hover { background: var(--bone); }
.totop svg { width: 16px; height: 16px; }

/* ============================================================
   27 — LIGHTBOX
   ============================================================ */
.swp-lb {
	position: fixed;
	inset: 0;
	z-index: var(--z-lb);
	display: none;
	place-items: center;
	padding: clamp(20px, 5vw, 64px);
}

.swp-lb.is-open { display: grid; }

.swp-lb-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(var(--night-rgb), .94);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}

.swp-lb-stage {
	position: relative;
	z-index: 2;
	max-width: min(1200px, 100%);
	width: 100%;
	display: grid;
	justify-items: center;
	gap: 16px;
}

.swp-lb-img {
	max-height: 78vh;
	width: auto;
	max-width: 100%;
	object-fit: contain;
	border-radius: var(--radius);
}

.swp-lb-video {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	max-height: 80vh;
	border: 0;
	border-radius: var(--radius);
	background: #000;
}

.swp-lb-caption {
	font-size: .8rem;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--bone-dim);
	text-align: center;
}

.swp-lb-counter {
	font-size: .66rem;
	font-weight: 700;
	letter-spacing: .22em;
	color: var(--ember-lt);
}

.swp-lb-btn {
	position: absolute;
	z-index: 3;
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border: 1px solid var(--line-dark);
	border-radius: 50%;
	color: var(--bone);
	background: rgba(var(--bone-rgb), .04);
	transition: background .3s, color .3s, border-color .3s;
}

.swp-lb-btn:hover { background: var(--bone); border-color: var(--bone); color: var(--night); }
.swp-lb-btn svg { width: 18px; height: 18px; }
.swp-lb-btn[hidden] { display: none; }

.swp-lb-close { top: clamp(14px, 3vw, 32px); right: clamp(14px, 3vw, 32px); }
.swp-lb-prev { left: clamp(10px, 2vw, 28px); top: 50%; transform: translateY(-50%); }
.swp-lb-next { right: clamp(10px, 2vw, 28px); top: 50%; transform: translateY(-50%); }

/* ============================================================
   28 — POPUP
   ============================================================ */
.pop {
	position: fixed;
	inset: 0;
	z-index: 110;
	display: grid;
	place-items: center;
	padding: clamp(18px, 4vw, 48px);
	opacity: 0;
	transition: opacity .35s var(--ease);
}

.pop.is-open { opacity: 1; }
.pop[hidden] { display: none; }

.pop-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(var(--night-rgb), .88);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

.pop-box {
	position: relative;
	z-index: 2;
	width: min(880px, 100%);
	max-height: 88vh;
	overflow-y: auto;
	background: var(--night-2);
	border: 1px solid var(--line-dark);
	border-radius: var(--radius);
	display: grid;
	transform: translateY(14px) scale(.98);
	transition: transform .4s var(--ease);
}

.pop.is-open .pop-box { transform: none; }

.pop-box--split { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
.pop-box--stack { grid-template-columns: minmax(0, 1fr); }
.pop-box--plain { grid-template-columns: minmax(0, 1fr); width: min(560px, 100%); }

.pop-media { min-height: 220px; border-radius: 0; }
.pop-box--stack .pop-media { aspect-ratio: 16 / 8; }

.pop-body { padding: clamp(28px, 3.4vw, 48px); align-self: center; }
.pop-body .h3 { margin: 0 0 16px; color: var(--bone); }
.pop-body .lead { font-size: 1rem; }
.pop-body .btn { margin-top: 26px; }
.pop-form { margin-top: 24px; }

.pop-x {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 4;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: rgba(var(--night-rgb), .6);
	color: var(--bone);
	transition: background .3s, color .3s;
}

.pop-x:hover { background: var(--bone); color: var(--night); }
.pop-x svg { width: 17px; height: 17px; }

@media (max-width: 720px) {
	.pop-box--split { grid-template-columns: minmax(0, 1fr); }
	.pop-media { aspect-ratio: 16 / 9; min-height: 0; }
}

/* ============================================================
   29 — PRINT
   ============================================================ */
@media print {
	.hdr, .ovl, .totop, .pop, .swp-lb, .hero-bar, .carousel-ctl,
	.sheet-ctl, .ftr-socials, .socials, body::after, .topo::before { display: none !important; }

	body { background: #fff; color: #000; font-size: 12pt; }
	.section { padding: 18pt 0; }
	.band, .m-night, .m-night2, .m-clay, .m-deep, .m-fade { background: #fff !important; color: #000 !important; }
	a { color: #000; text-decoration: underline; }
	.prose p, .lead { color: #222; }
}
