:root {
	--pbn-content-max-width: 1440px;
	--pbn-content-gutter: 24px;
	--pbn-section-rhythm: 40px;
	--pbn-space-unit: 8px;
	--pbn-control-height: 44px;
	--ink: #000000;
	--charcoal: #141414;
	--raised: #1c1c1c;
	--line: rgba(255, 255, 255, .12);
	--warm: rgba(255, 255, 255, .96);
	--muted: rgba(255, 255, 255, .62);
	--red: #e10613;
	--purple: #6b4bff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--ink);
	color: var(--warm);
	font-family: "Avenir Next", "Segoe UI", Inter, ui-sans-serif, system-ui, sans-serif;
	line-height: 1.45;
}
body.is-locked { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
[hidden] { display: none !important; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.shell { width: min(100% - (var(--pbn-content-gutter) * 2), var(--pbn-content-max-width)); margin-inline: auto; }
.site-frame { min-height: 100vh; overflow: clip; }
.site-main { display: flow-root; }
.eyebrow { margin: 0 0 8px; color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }

.masthead { position: relative; z-index: 30; background: #000; }
.masthead__bar {
	width: min(100% - 32px, var(--pbn-content-max-width));
	min-height: 64px;
	margin-inline: auto;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 16px;
}
.city-trigger--header { justify-self: start; }
.brand {
	grid-column: 2;
	justify-self: center;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 1.35rem;
	letter-spacing: -.04em;
}
.brand img, .footer-brand img { width: 28px; height: 28px; }
.menu-toggle {
	justify-self: end;
	width: 44px;
	min-height: var(--pbn-control-height);
	border: 0;
	background: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.menu-toggle span[aria-hidden] {
	width: 18px;
	height: 12px;
	border-block: 1.6px solid #fff;
	background: linear-gradient(#fff, #fff) center / 18px 1.6px no-repeat;
}
.city-trigger {
	min-height: var(--pbn-control-height);
	border: 0;
	background: transparent;
	padding: 0;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--warm);
}
.city-trigger__icon {
	width: 22px;
	height: 22px;
	border: 1.5px solid #fff;
	border-radius: 50%;
	position: relative;
}
.city-trigger__icon::after {
	content: "";
	position: absolute;
	inset: 6px 8px auto 8px;
	height: 7px;
	border: 1.4px solid #fff;
	border-top: 0;
	border-radius: 0 0 8px 8px;
}
.sheet-menu {
	display: none;
	position: absolute;
	z-index: 31;
	inset: 64px 0 auto 0;
	min-height: calc(100vh - 64px);
	padding: 28px var(--pbn-content-gutter);
	background: #000;
	flex-direction: column;
	gap: 8px;
}
.sheet-menu.is-open { display: flex; }
.sheet-menu a {
	min-height: 56px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--line);
	font-size: 1.6rem;
}

.feature-stage {
	height: min(48vh, 440px);
	margin-top: 8px;
	overflow: hidden;
}
.feature-stage__track {
	height: 100%;
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr) 72px;
	gap: 12px;
	align-items: stretch;
}
.feature-stage__peek {
	border-radius: 18px;
	background:
		linear-gradient(180deg, rgba(0,0,0,.2), rgba(0,0,0,.55)),
		radial-gradient(circle at 30% 40%, #2a2a2a, #0a0a0a 70%);
}
.feature-stage__card {
	position: relative;
	margin: 0;
	border-radius: 22px;
	overflow: hidden;
	background: var(--charcoal);
	isolation: isolate;
}
.feature-stage__card picture,
.feature-stage__card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	background: #0b0b0b;
}
.feature-stage__copy {
	position: absolute;
	z-index: 2;
	left: clamp(18px, 4vw, 42px);
	bottom: clamp(16px, 3vh, 32px);
	right: 18px;
	width: min(560px, 86%);
	text-shadow: 0 8px 28px rgba(0,0,0,.55);
}
.feature-stage h1 {
	margin: 0 0 14px;
	font-size: clamp(1.8rem, min(4.4vw, 7vh), 3.6rem);
	line-height: .96;
	letter-spacing: -.04em;
}
.button {
	min-height: var(--pbn-control-height);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 12px;
	padding: 0 18px;
	font-weight: 700;
}
.button--primary { background: var(--red); color: #fff; }
.button--ghost { background: var(--raised); color: #fff; }

.catalog { margin-top: 20px; }
.section-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
}
.section-heading h2 {
	margin: 0;
	font-size: clamp(1.35rem, 2.2vw, 1.85rem);
	letter-spacing: -.03em;
}
.section-heading a { color: var(--muted); font-size: 1.4rem; }

.filter-rail {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 16px;
}
.genre-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	min-width: 0;
	flex: 1;
}
.genre-pills a,
.filter-rail [data-filter-open] {
	min-height: 40px;
	display: inline-flex;
	align-items: center;
	padding: 0 14px;
	border-radius: 12px;
	background: #222;
	color: #fff;
	font-size: .92rem;
	font-weight: 650;
}
.genre-pills a.is-hot { background: var(--red); }
.filter-rail [data-filter-open] { border: 0; flex: 0 0 auto; }
.filter-backdrop { position: fixed; z-index: 79; inset: 0; background: rgba(0,0,0,.72); }
.filter-panel {
	position: fixed;
	z-index: 80;
	top: 0;
	right: 0;
	bottom: 0;
	width: min(420px, 100%);
	transform: translateX(105%);
	transition: transform .24s ease;
	background: #111;
	display: flex;
	flex-direction: column;
}
.filter-panel.is-open { transform: none; }
.filter-panel > header {
	flex: 0 0 auto;
	padding: 22px;
	display: flex;
	justify-content: space-between;
	align-items: start;
	border-bottom: 1px solid var(--line);
}
.filter-panel h2 { margin: 0; font-size: 2rem; }
.filter-panel [data-filter-close],
.city-screen [data-city-close],
.phone-dialog [data-phone-close],
.gallery-dialog [data-gallery-close] {
	min-height: 44px;
	border: 0;
	background: transparent;
	color: #fff;
}
.filter-panel__body { min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: 0 22px 36px; }
.filter-group { border-bottom: 1px solid var(--line); }
.filter-group summary {
	min-height: 56px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	list-style: none;
	font-weight: 700;
}
.filter-group ul { margin: 0; padding: 0 0 16px; list-style: none; }
.filter-group a { display: flex; justify-content: space-between; padding: 8px 0; color: var(--muted); }
.filter-group small { color: #777; }

.title-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(200px, 300px));
	gap: 16px;
	justify-content: space-between;
	align-items: start;
}
.title-card {
	width: 100%;
	max-width: 300px;
	max-height: 580px;
}
.title-card__media {
	width: 100%;
	border-radius: 16px;
	background: var(--charcoal);
}
.title-card__media img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 460px;
	object-fit: contain;
}
.title-card__identity { padding: 10px 2px 0; }
.title-card__identity h2 {
	margin: 0;
	font-size: 1.05rem;
	letter-spacing: -.02em;
}
.title-card__facts {
	margin: 6px 0 0;
	padding: 0;
	display: flex;
	gap: 12px;
	color: var(--muted);
	font-size: .82rem;
}
.title-card__facts dt {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
}
.title-card__facts dd { margin: 0; }
.pagination { margin-top: 28px; }
.pagination ul { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; list-style: none; }
.pagination a, .pagination span {
	min-width: 40px;
	min-height: 40px;
	display: grid;
	place-items: center;
	border-radius: 10px;
	background: #1a1a1a;
}

.seo-editorial {
	max-height: 360px;
	margin-top: var(--pbn-section-rhythm);
	padding-block: 48px;
}
.seo-editorial h2 {
	max-width: 760px;
	margin: 0 0 12px;
	font-size: clamp(1.6rem, 3vw, 2.4rem);
	letter-spacing: -.03em;
}
.seo-editorial > div { max-width: 720px; color: var(--muted); }

.archive-marquee { padding: 36px 0 18px; }
.archive-marquee h1 {
	margin: 0;
	font-size: clamp(2rem, 5vw, 3.4rem);
	letter-spacing: -.04em;
}
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 18px; color: var(--muted); font-size: .84rem; }
.title-block { padding-block: 28px 18px; }
.title-block h1 {
	margin: 0;
	font-size: clamp(2.4rem, 6vw, 4.6rem);
	line-height: .94;
	letter-spacing: -.05em;
}
.title-block__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.title-block__chips span {
	min-height: 34px;
	padding: 6px 10px;
	border-radius: 10px;
	background: #1a1a1a;
	font-size: .86rem;
}
.title-block__actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }

.poster-gallery { padding-block: 18px var(--pbn-section-rhythm); }
.poster-gallery__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	align-items: start;
}
.poster-gallery__grid button,
.poster-gallery__grid figure {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 16px;
	overflow: hidden;
	background: var(--charcoal);
}
.poster-gallery__grid img { width: 100%; height: auto; object-fit: contain; }
.poster-gallery--single .poster-gallery__grid { display: block; }
.poster-gallery--single figure { width: min(560px, 100%); max-height: 70vh; }
.poster-gallery--single img { width: 100%; height: auto; max-height: 70vh; object-fit: contain; }

.profile-chapters > section { padding-block: var(--pbn-section-rhythm); background: #0c0c0c; }
.profile-chapters > section:nth-child(even) { background: #000; }
.chapter-layout { display: grid; grid-template-columns: minmax(160px, .28fr) minmax(0, 1fr); gap: clamp(24px, 6vw, 80px); }
.chapter-layout h2 { margin: 0; font-size: clamp(1.6rem, 3vw, 2.4rem); letter-spacing: -.04em; }
.chapter-copy { max-width: 820px; color: var(--muted); font-size: 1.05rem; }
.metadata-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin: 0; background: var(--line); }
.metadata-list div { padding: 14px; background: #141414; }
.metadata-list dt { color: var(--muted); font-size: .75rem; }
.metadata-list dd { margin: 4px 0 0; font-weight: 700; }
.profile-term-groups { margin-top: 20px; display: grid; gap: 10px; }
.profile-term-groups > div { display: grid; grid-template-columns: 140px 1fr; gap: 12px; }
.profile-term-groups span { display: flex; flex-wrap: wrap; gap: 6px; }
.profile-term-groups em {
	padding: 5px 9px;
	border-radius: 999px;
	background: #1a1a1a;
	font-style: normal;
	font-size: .82rem;
}
.price-list { display: grid; gap: 8px; }
.price-list > div {
	min-height: 52px;
	padding: 10px 14px;
	display: grid;
	grid-template-columns: minmax(140px, 1fr) repeat(3, auto);
	align-items: center;
	gap: 14px;
	background: #141414;
	border-radius: 12px;
}
.service-cloud { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.service-cloud li { padding: 10px 12px; border-radius: 999px; background: #1a1a1a; }
.profile-report { padding-block: var(--pbn-section-rhythm); }
.profile-report form { display: grid; gap: 10px; }
.profile-report textarea {
	min-height: 120px;
	resize: vertical;
	padding: 12px;
	background: #141414;
	border: 1px solid var(--line);
	border-radius: 12px;
}

.site-footer { margin-top: var(--pbn-section-rhythm); background: #0a0a0a; border-top: 1px solid var(--line); }
.site-footer__inner {
	min-height: 180px;
	padding-block: 36px;
	display: grid;
	grid-template-columns: 1.4fr 1fr auto;
	gap: 28px;
	align-items: start;
}
.footer-brand a { display: flex; align-items: center; gap: 10px; }
.footer-brand p { color: var(--muted); }
.site-footer nav { display: grid; gap: 8px; }
.site-footer small { grid-column: 1 / -1; color: var(--muted); }

.city-screen, .phone-dialog, .gallery-dialog {
	position: fixed;
	z-index: 100;
	inset: 0;
	background: #000;
}
.city-screen__panel {
	min-height: 100%;
	max-height: 100%;
	overflow-y: auto;
	padding: clamp(18px, 4vw, 56px);
}
.city-screen__panel > header { display: flex; justify-content: space-between; align-items: center; }
.city-screen__title { margin: clamp(28px, 6vh, 72px) 0 18px; }
.city-screen h2 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(2.2rem, 6vw, 5.2rem);
	line-height: .95;
	letter-spacing: -.05em;
}
.city-screen input {
	width: min(520px, 100%);
	min-height: var(--pbn-control-height);
	padding: 0 14px;
	border: 1px solid var(--line);
	border-radius: 12px;
	background: #141414;
}
.city-screen__index { margin-top: 24px; border-top: 1px solid var(--line); }
.city-screen__index a {
	min-height: 68px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--line);
}
.city-screen__index strong { font-size: clamp(1.3rem, 3vw, 2.2rem); }
.phone-dialog, .gallery-dialog { display: grid; place-items: center; padding: 18px; }
.phone-dialog__panel {
	position: relative;
	width: min(440px, 100%);
	padding: 42px 28px 28px;
	text-align: center;
	background: #141414;
	border-radius: 18px;
}
.phone-dialog__panel [data-phone-close] { position: absolute; top: 10px; right: 14px; }
.phone-dialog h2 { margin: 0 0 18px; font-size: 1.8rem; }
.gallery-dialog__panel {
	position: relative;
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-columns: 56px minmax(0,1fr) 56px;
	align-items: center;
	gap: 10px;
}
.gallery-dialog__panel > button {
	min-width: 44px;
	min-height: 44px;
	border: 0;
	border-radius: 50%;
	background: #1a1a1a;
}
.gallery-dialog [data-gallery-close] {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: auto;
	border-radius: 999px;
	padding: 0 14px;
}
.gallery-dialog figure { margin: 0; height: min(86vh, 900px); display: grid; place-items: center; }
.gallery-dialog img { max-width: 100%; max-height: 82vh; object-fit: contain; }
.gallery-dialog figcaption { color: var(--muted); }

@media (max-width: 1100px) {
	:root { --pbn-content-gutter: 18px; --pbn-section-rhythm: 28px; }
	.feature-stage__track { grid-template-columns: 36px minmax(0, 1fr) 36px; gap: 8px; }
	.title-grid { grid-template-columns: repeat(2, minmax(200px, 300px)); gap: 14px; }
	.poster-gallery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-height: 720px) {
	.feature-stage { height: min(46vh, 360px); }
	.feature-stage h1 { font-size: clamp(1.5rem, 5vh, 2.4rem); }
}

@media (max-width: 760px) {
	:root { --pbn-content-gutter: 12px; --pbn-section-rhythm: 22px; }
	.masthead__bar { width: min(100% - 24px, var(--pbn-content-max-width)); min-height: 58px; }
	.city-trigger--header span:last-child { max-width: 92px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
	.sheet-menu { inset: 58px 0 auto 0; min-height: calc(100vh - 58px); }
	.feature-stage { height: min(48vh, 380px); }
	.feature-stage__track { grid-template-columns: 0 minmax(0, 1fr) 0; gap: 0; }
	.feature-stage__peek { display: none; }
	.feature-stage__card { border-radius: 16px; }
	.filter-rail { align-items: stretch; flex-wrap: wrap; }
	.genre-pills { order: 2; width: 100%; overflow-x: auto; flex-wrap: nowrap; }
	.genre-pills a { flex: 0 0 auto; }
	.title-grid { grid-template-columns: minmax(0, 1fr); gap: 12px; }
	.title-card { max-width: none; max-height: 420px; }
	.title-card__link {
		display: grid;
		grid-template-columns: minmax(148px, 44%) minmax(0, 1fr);
		grid-template-areas: "media identity" "media facts";
		gap: 0 12px;
		align-items: start;
	}
	.title-card__media { grid-area: media; }
	.title-card__media img { width: 100%; height: auto; max-height: 420px; object-fit: contain; }
	.title-card__identity { grid-area: identity; padding: 4px 0 0; }
	.title-card__facts { grid-area: facts; flex-direction: column; gap: 6px; }
	.seo-editorial { padding-block: 28px; }
	.title-block h1 { font-size: clamp(2.1rem, 12vw, 3.4rem); }
	.poster-gallery__grid { grid-template-columns: 1fr; }
	.chapter-layout { grid-template-columns: 1fr; gap: 16px; }
	.metadata-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.profile-term-groups > div { grid-template-columns: 1fr; }
	.price-list > div { grid-template-columns: 1fr; gap: 4px; }
	.site-footer__inner { grid-template-columns: 1fr; min-height: 0; }
	.site-footer small { grid-column: auto; }
}
