:root {
	--pbn-content-max-width: 1200px;
	--pbn-content-gutter: 32px;
	--pbn-section-rhythm: 52px;
	--pbn-space-unit: 8px;
	--pbn-control-height: 46px;
	--bg: #090909;
	--surface: #141414;
	--raised: #1f1f1f;
	--text: #fff;
	--muted: #a3a3ab;
	--accent: #ff3576;
	--violet: #7c3aed;
	--line: #2e2e2e;
	--radius: 16px;
	--catalog-gap: 22px;
	--card-max-width: 360px;
	--card-max-height: 420px;
	--card-media-max-height: 280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font: 400 16px/1.5 Inter, ui-sans-serif, system-ui, -apple-system, sans-serif; }
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; background: transparent; border: 0; }
[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; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.shell { width: min(100% - (var(--pbn-content-gutter) * 2), var(--pbn-content-max-width)); margin-inline: auto; }
.site-main { display: flow-root; min-height: 60vh; }
.eyebrow { margin: 0 0 8px; color: var(--accent); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.button { min-height: var(--pbn-control-height); display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; }
.button--primary { background: linear-gradient(105deg, var(--accent), #e31345); color: #fff; box-shadow: 0 10px 28px rgba(255, 53, 118, .25); }
.button--ghost { background: var(--raised); border-color: var(--line); }

.masthead { position: relative; z-index: 30; background: rgba(9, 9, 9, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.masthead__inner { min-height: 72px; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: .98rem; letter-spacing: .02em; }
.brand img { width: 36px; height: 36px; }
.stream-nav { display: flex; align-items: center; justify-content: center; gap: 28px; font-size: .9rem; font-weight: 650; }
.stream-nav a { padding: 24px 0; color: #ddd; }
.stream-nav a:hover { color: var(--accent); }
.city-trigger { min-height: var(--pbn-control-height); border: 1px solid var(--line); border-radius: 999px; padding: 0 16px; display: inline-flex; align-items: center; gap: 8px; font-size: .84rem; background: rgba(124, 58, 237, .12); }
.city-trigger__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 12px var(--accent); }
.menu-toggle { display: none; min-height: var(--pbn-control-height); border: 1px solid var(--line); border-radius: 999px; padding: 0 16px; }

.promo-split { margin-top: 20px; display: grid; grid-template-columns: 1fr 1.05fr; gap: 24px; align-items: stretch; min-height: clamp(260px, min(380px, 42vh), 380px); }
.promo-split__copy { align-self: center; padding: 12px 0; }
.promo-split__copy h1 { margin: 0 0 14px; font-size: clamp(2.2rem, 4.2vw, 3.6rem); line-height: .98; letter-spacing: -.045em; }
.promo-split__copy > p:not(.eyebrow) { color: #d2d2d6; max-width: 460px; margin-bottom: 22px; }
.promo-split__frame { border-radius: calc(var(--radius) + 4px); overflow: hidden; background: var(--surface); min-height: clamp(260px, min(380px, 42vh), 380px); }
.promo-split__frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }

.catalog { padding-top: 24px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 20px; }
.section-heading h2 { margin: 0; font-size: clamp(1.8rem, 2.8vw, 2.6rem); line-height: 1; letter-spacing: -.03em; }
.section-heading > span { color: var(--muted); font-size: .86rem; }

.catalog-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 28px; align-items: start; }
.filter-rail__desktop { position: sticky; top: 88px; padding: 18px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); max-height: calc(100vh - 110px); overflow: auto; }
.filter-rail__head h2 { margin: 0; font-size: 1.35rem; }
.filter-rail__quick { display: flex; flex-wrap: wrap; gap: 6px; margin: 14px 0; }
.filter-rail__quick a { padding: 6px 10px; border-radius: 999px; background: var(--raised); font-size: .75rem; color: #ddd; }
.filter-group { border-top: 1px solid var(--line); }
.filter-group__trigger { width: 100%; min-height: 44px; display: flex; align-items: center; justify-content: space-between; padding: 10px 0; font-weight: 700; text-align: left; }
.filter-group__panel ul { list-style: none; margin: 0; padding: 0 0 12px; }
.filter-group__panel a { display: flex; justify-content: space-between; gap: 8px; padding: 6px 0; font-size: .84rem; color: #ddd; }
.filter-group__panel small { color: var(--muted); }
.filter-rail__mobile-bar { display: none; margin-bottom: 14px; }
.filter-rail__mobile-bar button { width: 100%; min-height: var(--pbn-control-height); border-radius: 12px; background: var(--surface); border: 1px solid var(--line); font-weight: 700; }
.filter-backdrop { position: fixed; inset: 0; z-index: 70; background: rgba(0, 0, 0, .72); }
.filter-sheet { position: fixed; z-index: 75; left: 0; right: 0; bottom: 0; max-height: 82vh; transform: translateY(105%); transition: transform .25s ease; background: var(--surface); border-radius: 18px 18px 0 0; display: flex; flex-direction: column; }
.filter-sheet.is-open { transform: none; }
.filter-sheet > header { flex: 0 0 auto; padding: 20px; display: flex; justify-content: space-between; align-items: start; border-bottom: 1px solid var(--line); }
.filter-sheet h2 { margin: 0; font-size: 1.8rem; }
.filter-sheet [data-filter-close] { width: 44px; height: 44px; border-radius: 50%; background: var(--raised); font-size: 1.4rem; }
.filter-sheet__body { overflow: auto; padding: 0 20px 28px; }
.filter-sheet__group { border-bottom: 1px solid var(--line); }
.filter-sheet__group summary { min-height: 48px; display: flex; align-items: center; cursor: pointer; font-weight: 700; list-style: none; }
.filter-sheet__group ul { list-style: none; margin: 0; padding: 0 0 14px; }
.filter-sheet__group a { display: flex; justify-content: space-between; padding: 7px 0; }

.profile-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--catalog-gap); align-items: start; }
.stream-card { max-width: var(--card-max-width); max-height: var(--card-max-height); background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 12px; display: grid; gap: 10px; transition: transform .18s ease, border-color .18s ease; }
.stream-card:hover { transform: translateY(-3px); border-color: #444; }
.stream-card__identity h2 { margin: 0; font-size: 1rem; line-height: 1.2; }
.stream-card__identity a:hover { color: var(--accent); }
.stream-card__badge span { display: inline-flex; padding: 4px 10px; border-radius: 999px; background: rgba(124, 58, 237, .2); color: #d8c4ff; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.stream-card__media { display: block; width: 100%; background: transparent; border-radius: 10px; overflow: hidden; }
.stream-card__media img { width: 100%; height: auto; max-height: var(--card-media-max-height); object-fit: contain; border-radius: 10px; }
.stream-card__facts { margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px 10px; font-size: .76rem; color: var(--muted); }
.stream-card__facts div { display: flex; flex-direction: column; gap: 2px; }
.stream-card__facts dt { font-size: .62rem; text-transform: uppercase; letter-spacing: .08em; }
.stream-card__facts dd { margin: 0; color: #ececee; font-weight: 650; }
.stream-card__action { display: flex; flex-wrap: wrap; gap: 8px; }
.stream-card__action .button { flex: 1 1 auto; min-width: 0; font-size: .82rem; padding-inline: 14px; }

.pagination ul { display: flex; justify-content: center; gap: 6px; list-style: none; padding: 28px 0 0; margin: 0; }
.pagination a, .pagination span { display: grid; place-items: center; min-width: 40px; height: 40px; border-radius: 10px; background: var(--surface); border: 1px solid var(--line); }
.pagination .current { background: var(--accent); border-color: var(--accent); }

.city-chips { padding-block: var(--pbn-section-rhythm); }
.city-chips__rail { display: flex; flex-wrap: wrap; gap: 10px; }
.city-chips__rail a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 18px; border-radius: 999px; background: var(--surface); border: 1px solid var(--line); font-weight: 700; transition: background .18s ease, color .18s ease; }
.city-chips__rail a:hover { background: linear-gradient(105deg, var(--accent), var(--violet)); border-color: transparent; }

.seo-editorial { max-height: 360px; padding-block: 48px; border-top: 1px solid var(--line); }
.seo-editorial h2 { margin: 0 0 12px; max-width: 680px; font-size: clamp(1.6rem, 2.6vw, 2.2rem); line-height: 1.08; }
.seo-editorial > div { max-width: 680px; color: var(--muted); }

.archive-intro { padding: 48px 0 16px; }
.archive-intro h1 { margin: 0 0 10px; font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -.04em; }
.archive-intro p { color: var(--muted); margin: 0; }

.site-footer { margin-top: var(--pbn-section-rhythm); border-top: 1px solid var(--line); background: #0d0d0d; }
.site-footer__inner { min-height: 170px; padding-block: 32px; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 24px; align-items: start; }
.footer-brand img { width: 32px; height: 32px; }
.footer-brand a { display: inline-flex; align-items: center; gap: 10px; }
.site-footer p, .site-footer small { color: var(--muted); font-size: .78rem; }
.site-footer nav { display: flex; flex-direction: column; gap: 8px; }
.city-trigger--footer { justify-self: start; text-align: left; }
.site-footer small { grid-column: 1 / -1; }

.city-drawer { position: fixed; inset: 0; z-index: 100; pointer-events: none; }
.city-drawer:not([hidden]) { pointer-events: auto; }
.city-drawer__backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, .76); opacity: 0; transition: opacity .25s ease; }
.city-drawer.is-open .city-drawer__backdrop { opacity: 1; }
.city-drawer__panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(420px, 100%); background: var(--surface); border-left: 1px solid var(--line); transform: translateX(105%); transition: transform .28s ease; display: flex; flex-direction: column; padding: 24px; overflow: auto; }
.city-drawer.is-open .city-drawer__panel { transform: none; }
.city-drawer header { display: flex; justify-content: space-between; align-items: start; gap: 12px; margin-bottom: 18px; }
.city-drawer__country { color: var(--muted); font-size: .82rem; }
.city-drawer h2 { margin: 0; font-size: 1.8rem; }
.city-drawer [data-city-close] { min-width: 44px; min-height: 44px; border-radius: 50%; background: var(--raised); }
.city-drawer input { width: 100%; min-height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: 10px; background: var(--bg); color: #fff; margin-bottom: 16px; }
.city-drawer__list { display: flex; flex-direction: column; gap: 8px; }
.city-drawer__list a { min-height: 56px; display: grid; grid-template-columns: 40px 1fr auto; align-items: center; padding: 0 12px; border-radius: 10px; background: var(--raised); font-weight: 700; }
.city-drawer__list a:hover { color: var(--accent); }

.phone-dialog, .gallery-dialog { position: fixed; inset: 0; z-index: 110; background: rgba(0, 0, 0, .86); display: grid; place-items: center; }
.phone-dialog__panel { position: relative; width: min(100% - 32px, 420px); padding: 32px; background: var(--surface); border: 1px solid var(--line); border-radius: 18px; text-align: center; }
.phone-dialog__panel > [data-phone-close] { position: absolute; right: 12px; top: 12px; width: 44px; height: 44px; border-radius: 50%; background: var(--raised); font-size: 1.4rem; }
.phone-dialog h2 { margin: 0 0 16px; font-size: 1.6rem; }
.phone-dialog a { width: 100%; }
.gallery-dialog__panel { width: 100%; height: 100%; display: grid; grid-template-columns: 56px 1fr 56px; align-items: center; position: relative; }
.gallery-dialog figure { height: 88vh; margin: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.gallery-dialog img { max-width: 100%; max-height: 82vh; object-fit: contain; }
.gallery-dialog figcaption { padding-top: 8px; color: var(--muted); }
.gallery-dialog [data-gallery-close] { position: absolute; right: 16px; top: 16px; min-height: 44px; padding: 0 14px; border-radius: 999px; background: var(--raised); }
.gallery-dialog [data-gallery-prev], .gallery-dialog [data-gallery-next] { font-size: 2rem; min-height: 44px; }

.breadcrumbs { padding: 20px 0; display: flex; gap: 8px; color: var(--muted); font-size: .78rem; }
.mosaic-gallery { padding-top: 8px; }
.mosaic-gallery__solo { margin: 0; max-height: min(520px, 62vh); display: flex; justify-content: center; background: var(--surface); border-radius: var(--radius); overflow: hidden; }
.mosaic-gallery__solo img { width: 100%; height: auto; max-height: min(520px, 62vh); object-fit: contain; }
.mosaic-gallery__grid { display: grid; grid-template-columns: 1.4fr 1fr; grid-template-rows: repeat(2, minmax(160px, auto)); gap: 12px; }
.mosaic-gallery__tile { padding: 0; border: 0; border-radius: 12px; overflow: hidden; background: var(--surface); cursor: zoom-in; }
.mosaic-gallery__tile--lead { grid-row: 1 / span 2; }
.mosaic-gallery__tile img { width: 100%; height: auto; object-fit: contain; }
.identity-ribbon { margin-top: 28px; padding: 24px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); display: flex; justify-content: space-between; align-items: end; gap: 20px; flex-wrap: wrap; }
.identity-ribbon h1 { margin: 0; font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -.04em; }
.identity-ribbon__city { color: var(--muted); margin: 6px 0 0; }
.identity-ribbon__contact { display: flex; flex-wrap: wrap; gap: 8px; }

.profile-chapters { margin-top: var(--pbn-section-rhythm); }
.profile-chapters > section { border-top: 1px solid var(--line); padding-block: 28px; }
.chapter-layout { display: grid; grid-template-columns: minmax(180px, .55fr) 1.45fr; gap: 28px; }
.chapter-layout header span { color: var(--accent); font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }
.chapter-layout h2 { margin: 4px 0 0; font-size: 1.6rem; }
.chapter-copy { color: #d4d4d8; font-size: 1.02rem; }
.metadata-list { margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 20px; }
.metadata-list div, .price-list > div { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.metadata-list dt { color: var(--muted); }
.metadata-list dd { margin: 0; font-weight: 700; }
.price-list span { color: var(--muted); }
.profile-term-groups { margin-top: 16px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.profile-term-groups > div { padding: 12px; border: 1px solid var(--line); border-radius: 10px; }
.profile-term-groups strong { display: block; margin-bottom: 6px; font-size: .68rem; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.profile-term-groups span { display: flex; flex-wrap: wrap; gap: 6px; }
.profile-term-groups em { font-style: normal; font-size: .84rem; }
.service-cloud { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.service-cloud li { padding: 8px 12px; border-radius: 999px; background: var(--raised); font-size: .84rem; }

.profile-report { margin-top: var(--pbn-section-rhythm); margin-bottom: 40px; padding: 24px; background: var(--surface); border-radius: var(--radius); display: grid; grid-template-columns: 1fr 1fr; gap: 24px; border: 1px solid var(--line); }
.profile-report h2 { margin: 0; }
.profile-report p { color: var(--muted); }
.profile-report label { display: block; font-size: .78rem; margin-bottom: 4px; }
.profile-report textarea { width: 100%; min-height: 100px; padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--bg); color: #fff; margin-bottom: 10px; }

@media (max-width: 1024px) {
	:root { --pbn-content-gutter: 20px; --catalog-gap: 18px; --pbn-section-rhythm: 36px; }
	.promo-split { grid-template-columns: 1fr; min-height: auto; }
	.promo-split__frame { min-height: min(320px, 42vh); order: -1; }
	.catalog-layout { grid-template-columns: 220px minmax(0, 1fr); gap: 18px; }
	.profile-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.mosaic-gallery__grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
	.mosaic-gallery__tile--lead { grid-row: auto; grid-column: 1 / -1; }
}

@media (min-width: 761px) {
	.filter-rail__mobile-bar,
	.filter-sheet,
	.filter-backdrop { display: none !important; }
}

@media (max-width: 760px) {
	:root { --pbn-content-gutter: 16px; --catalog-gap: 14px; --pbn-section-rhythm: 28px; }
	.masthead__inner { grid-template-columns: 1fr auto auto; gap: 10px; }
	.stream-nav { position: absolute; top: 72px; left: 0; right: 0; padding: 12px 16px; display: none; flex-direction: column; gap: 0; background: #111; border-bottom: 1px solid var(--line); }
	.stream-nav.is-open { display: flex; }
	.stream-nav a { padding: 12px 8px; }
	.menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
	.city-trigger--edge span:last-child { display: none; }
	.filter-rail__desktop { display: none; }
	.filter-rail__mobile-bar { display: block; }
	.catalog-layout { grid-template-columns: 1fr; }
	.profile-grid { grid-template-columns: 1fr; }
	.stream-card { max-width: none; display: grid; grid-template-columns: minmax(120px, 38%) minmax(0, 1fr); grid-template-areas: "media identity" "media badge" "media facts" "media action"; align-items: start; max-height: none; }
	.stream-card__identity { grid-area: identity; }
	.stream-card__badge { grid-area: badge; }
	.stream-card__media { grid-area: media; }
	.stream-card__facts { grid-area: facts; grid-template-columns: 1fr; }
	.stream-card__action { grid-area: action; }
	.stream-card__media img { min-width: 120px; }
	.site-footer__inner { grid-template-columns: 1fr 1fr; }
	.site-footer__inner > div:first-child { grid-column: 1 / -1; }
	.chapter-layout, .profile-report { grid-template-columns: 1fr; }
	.metadata-list, .profile-term-groups { grid-template-columns: 1fr; }
	.identity-ribbon { flex-direction: column; align-items: start; }
	.mosaic-gallery__grid { grid-template-columns: 1fr; }
}

@media (max-width: 380px) {
	.stream-card { grid-template-columns: 1fr; grid-template-areas: "identity" "badge" "media" "facts" "action"; }
}
