:root {
	--ink: #1c1c1c;
	--muted: #969696;
	--hair: #e4e4e4;
	--white: #ffffff;
	--stone: #efedea;
	--panel: #f6f5f3;
	--dark: #121110;
	--green: #2f7d4f;
	--cap: 1440px;
	--gutter: 24px;
	--rail: 236px;
	--railgap: 32px;
	--gap: 16px;
	--rhythm: 64px;
	--control: 44px;
	--mast: 60px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }

body {
	margin: 0;
	overflow-x: hidden;
	background: var(--white);
	color: var(--ink);
	font-family: "Helvetica Neue", Helvetica, Arial, "Segoe UI", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
}
body.is-locked { overflow: hidden; }
body.single-girls { background: var(--stone); }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, p, dl, dd, ul, figure { margin: 0; }
ul { padding: 0; list-style: none; }
button, input, textarea { border-radius: 0; color: inherit; font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }

.sr-only {
	position: absolute !important;
	width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

.wrap { width: min(100%, var(--cap)); margin-inline: auto; padding-inline: var(--gutter); }
.site-main { min-height: 50vh; }

.eyebrow, .catalog__count, .sheet__eyebrow, .hero__copy p, .footer__city p, .rail__head p, .crumbs {
	font-size: 11px;
	letter-spacing: .14em;
	text-transform: uppercase;
}

/* ---------- masthead ---------- */

.masthead {
	position: sticky;
	top: 0;
	z-index: 60;
	background: var(--white);
	border-bottom: 1px solid var(--hair);
}
.masthead__grid { position: relative; height: var(--mast); display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.city-edge {
	display: inline-flex; align-items: center; gap: 8px;
	height: 32px; padding: 0; border: 0; background: transparent;
	font-size: 12px; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap;
}
.city-edge i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.city-edge span { border-bottom: 1px solid var(--hair); }
.city-edge:hover span, .city-edge[aria-expanded="true"] span { border-color: var(--ink); }
.brand { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: flex; align-items: center; gap: 9px; white-space: nowrap; }
.brand img { width: 26px; height: 26px; }
.brand strong { font-size: 17px; font-weight: 500; letter-spacing: .02em; }
.masthead__end { display: flex; align-items: center; gap: 22px; }
.menu { display: flex; align-items: center; gap: 22px; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.menu a { padding-bottom: 3px; border-bottom: 1px solid transparent; }
.menu a:hover, .menu a:focus-visible { border-color: var(--ink); }
.menu-toggle { display: none; height: 34px; padding: 0 12px; border: 1px solid var(--ink); background: transparent; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }

/* ---------- city selector sheet ---------- */

.city-sheet { position: fixed; inset: 0; z-index: 95; background: rgba(18,17,16,.5); }
.city-sheet__panel {
	position: absolute; top: var(--mast); left: 0; right: 0;
	max-height: calc(100dvh - var(--mast));
	overflow-y: auto; overscroll-behavior: contain;
	background: var(--white); border-bottom: 1px solid var(--hair);
	padding-block: 26px 34px;
}
.city-sheet__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.city-sheet__head p { color: var(--muted); font-size: 11px; letter-spacing: .14em; }
.city-sheet__head h2 { margin-top: 8px; font-size: clamp(26px, 3vw, 38px); font-weight: 300; letter-spacing: -.02em; }
.city-sheet__head button, .rail__close, [data-phone-close], [data-gallery-close] {
	height: 36px; padding: 0 12px; border: 1px solid var(--hair); background: transparent;
	font-size: 11px; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap;
}
.city-sheet__tools { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 22px; }
.city-sheet__tools input {
	flex: 1 1 240px; height: var(--control); padding: 0 14px;
	border: 1px solid var(--hair); background: var(--panel);
}
.city-sheet__all { height: var(--control); padding: 0 18px; display: inline-flex; align-items: center; border: 1px solid var(--ink); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.city-sheet__grid { margin-top: 18px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: var(--gap); }
.city-sheet__grid a { min-height: 96px; padding: 14px; border: 1px solid var(--hair); display: flex; flex-direction: column; justify-content: space-between; }
.city-sheet__grid a:hover { border-color: var(--ink); }
.city-sheet__grid strong { font-size: 19px; font-weight: 400; }
.city-sheet__grid small { color: var(--muted); font-size: 12px; }

/* ---------- hero ---------- */

.hero { position: relative; height: clamp(300px, 54vh, 520px); overflow: hidden; background: var(--dark); }
.hero__media { position: absolute; inset: 0; display: block; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__overlay {
	position: relative; z-index: 1; height: 100%;
	display: flex; align-items: center; justify-content: center;
	background: linear-gradient(180deg, rgba(10,9,8,.55) 0%, rgba(10,9,8,.30) 42%, rgba(10,9,8,.72) 100%);
}
.hero__copy { text-align: center; color: #fff; }
.hero__copy p { margin: 0; color: rgba(255,255,255,.78); }
.hero__copy h1 {
	margin: 14px auto 0;
	max-width: 17ch;
	font-size: clamp(26px, min(5.4vw, 8vh), 62px);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: -.01em;
	text-transform: uppercase;
	text-wrap: balance;
}
.hero__cta {
	display: inline-flex; align-items: center; gap: 10px;
	height: var(--control); margin-top: 20px; padding: 0 22px;
	background: #fff; color: var(--ink);
	font-size: 12px; letter-spacing: .12em; text-transform: uppercase;
}

/* ---------- catalog ---------- */

.catalog { padding-top: 24px; padding-bottom: var(--rhythm); }
.catalog__title { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; padding-bottom: 18px; border-bottom: 1px solid var(--hair); }
.catalog__title h2 {
	grid-column: 2; text-align: center;
	font-size: clamp(22px, 3.2vw, 42px); font-weight: 400;
	letter-spacing: .04em; text-transform: uppercase;
}
.catalog__count { grid-column: 3; justify-self: end; color: var(--muted); }
.catalog__filters { display: none; grid-column: 1; justify-self: start; height: 38px; padding: 0 16px; border: 1px solid var(--ink); background: transparent; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.catalog__lede { margin-top: 14px; max-width: 62ch; color: var(--muted); }
.catalog__body { margin-top: 24px; display: grid; grid-template-columns: var(--rail) minmax(0, 1fr); gap: var(--railgap); align-items: start; }
.catalog__more { margin-top: 30px; }
.catalog__more a { display: inline-flex; align-items: center; gap: 10px; height: var(--control); padding: 0 22px; border: 1px solid var(--ink); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }

/* ---------- filter rail ---------- */

.rail-backdrop { position: fixed; inset: 0; z-index: 88; background: rgba(18,17,16,.5); }
.rail { min-width: 0; }
.rail__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding-bottom: 14px; border-bottom: 1px solid var(--ink); }
.rail__head p { margin: 0; color: var(--muted); }
.rail__head h3 { margin-top: 6px; font-size: 20px; font-weight: 400; letter-spacing: .02em; }
.rail__close { display: none; }
.rail__quick { display: flex; flex-wrap: wrap; gap: 6px; padding-block: 14px; }
.rail__quick a { padding: 6px 10px; border: 1px solid var(--hair); font-size: 12px; }
.rail__quick a:hover { border-color: var(--ink); }
.fgroup { padding-block: 16px; border-bottom: 1px solid var(--hair); }
.fgroup h4 { font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.fgroup ul { margin-top: 8px; }
.fgroup li a { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; padding: 5px 0; font-size: 14px; }
.fgroup li a:hover span { border-bottom: 1px solid var(--ink); }
.fgroup li small { color: var(--muted); font-size: 11px; }
.fgroup__more { margin-top: 8px; padding: 0; border: 0; background: transparent; color: var(--muted); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; text-decoration: underline; }

/* ---------- card wall ---------- */

.wall { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gap); align-items: start; }
.wall__empty { grid-column: 1 / -1; color: var(--muted); }
.card { min-width: 0; max-width: 340px; max-height: 560px; overflow: hidden; background: var(--white); }
.card__link { display: block; }
.card__media { position: relative; background: var(--panel); }
.card__media img { width: 100%; height: auto; max-height: 480px; object-fit: contain; }
.card__age {
	position: absolute; top: 8px; right: 8px;
	min-width: 28px; padding: 3px 7px;
	background: rgba(255,255,255,.93); color: var(--ink);
	font-size: 11px; letter-spacing: .06em; text-align: center;
}
.card__caption { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; padding: 11px 1px 3px; }
.card__caption h2 { display: flex; align-items: center; gap: 7px; min-width: 0; font-size: 15px; font-weight: 400; }
.card__caption h2 i { flex: 0 0 auto; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.card__caption b { flex: 0 0 auto; font-size: 15px; font-weight: 400; }
.card__meta { padding: 0 1px 14px; color: var(--muted); font-size: 12px; display: flex; flex-wrap: wrap; gap: 2px 8px; }
.card__meta span + span::before { content: "·"; margin-right: 8px; }
.card__link:hover .card__caption h2 { text-decoration: underline; text-underline-offset: 3px; }

.pagination ul { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 34px; }
.pagination a, .pagination span { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 8px; border: 1px solid var(--hair); font-size: 14px; }
.pagination .current { background: var(--ink); border-color: var(--ink); color: #fff; }

/* ---------- home city chapters ---------- */

.showrooms { padding-block: var(--rhythm); border-top: 1px solid var(--hair); }
.showrooms__head h2 { font-size: clamp(22px, 3vw, 38px); font-weight: 400; letter-spacing: .03em; text-transform: uppercase; }
.showrooms__head p { margin-top: 10px; color: var(--muted); }
.showrooms__grid { margin-top: 26px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: var(--gap); }
.showrooms__grid a { display: grid; gap: 6px; align-content: start; padding-top: 16px; border-top: 1px solid var(--ink); }
.showrooms__grid strong { font-size: 20px; font-weight: 400; }
.showrooms__grid span { color: var(--muted); font-size: 13px; }
.showrooms__grid em { margin-top: 10px; font-style: normal; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.showrooms__grid a:hover em { text-decoration: underline; }

/* ---------- seo editorial ---------- */

.editorial { max-height: 360px; padding-block: 56px; border-top: 1px solid var(--hair); }
.editorial__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); gap: 32px; align-items: start; }
.editorial h2 { font-size: clamp(20px, 2.4vw, 30px); font-weight: 400; letter-spacing: .02em; }
.editorial div { color: #444; }
.editorial p + p { margin-top: 12px; }

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

.site-footer { padding-block: 44px 26px; background: var(--dark); color: #fff; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 28px; align-items: start; }
.footer__mark img { width: 34px; height: 34px; filter: invert(1); }
.footer__mark strong { display: block; margin-top: 14px; font-size: 22px; font-weight: 500; }
.footer__mark p { margin-top: 8px; color: rgba(255,255,255,.6); font-size: 14px; }
.footer__nav { display: grid; gap: 10px; justify-items: start; font-size: 14px; }
.footer__nav a:hover { text-decoration: underline; }
.footer__city p { margin: 0; color: rgba(255,255,255,.6); }
.footer__city button {
	margin-top: 10px; height: var(--control); padding: 0 18px;
	border: 1px solid rgba(255,255,255,.5); background: transparent; color: #fff;
	display: inline-flex; align-items: center; gap: 16px;
	font-size: 12px; letter-spacing: .08em; text-transform: uppercase;
}
.footer__city button:hover { border-color: #fff; }
.footer__grid small { grid-column: 1 / -1; margin-top: 26px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.5); font-size: 12px; }

/* ---------- page head ---------- */

.page-head { padding-block: 28px 22px; border-bottom: 1px solid var(--hair); }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); }
.crumbs a:hover { color: var(--ink); text-decoration: underline; }
.page-head h1 { margin-top: 16px; font-size: clamp(24px, 3.4vw, 44px); font-weight: 400; letter-spacing: .03em; text-transform: uppercase; }

/* ---------- profile ---------- */

.profile { padding-block: 18px var(--rhythm); }
.profile .crumbs { padding-bottom: 16px; }
.sheet {
	background: var(--white);
	padding: 30px;
	box-shadow: 0 16px 40px rgba(0,0,0,.14);
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 44px;
	align-items: start;
}
.sheet__media { min-width: 0; }
.stage { display: block; width: 100%; padding: 0; border: 0; background: var(--panel); text-align: center; }
button.stage { cursor: zoom-in; }
.stage img { display: inline-block; max-width: 100%; width: auto; height: auto; max-height: 62vh; }
.strip { margin-top: 12px; display: flex; gap: 8px; overflow-x: auto; overscroll-behavior-x: contain; padding-bottom: 4px; }
.strip button { flex: 0 0 auto; padding: 0; border: 1px solid transparent; background: var(--panel); }
.strip button[aria-current="true"] { border-color: var(--ink); }
.strip img { height: 88px; width: auto; }
.sheet--single .stage img { max-height: 62vh; }

.sheet__info { min-width: 0; }
.sheet__eyebrow { color: var(--muted); }
.sheet__info h1 { margin-top: 8px; font-size: clamp(28px, 3.4vw, 44px); font-weight: 300; letter-spacing: -.02em; }
.sheet__price { margin-top: 18px; display: flex; align-items: baseline; gap: 12px; }
.sheet__price strong { font-size: clamp(28px, 3vw, 40px); font-weight: 300; }
.sheet__price small { color: var(--muted); font-size: 13px; }
.sheet__where { margin-top: 14px; display: grid; gap: 6px; }
.sheet__where li { position: relative; padding-left: 16px; font-size: 15px; }
.sheet__where li::before { content: ""; position: absolute; left: 0; top: .5em; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.sheet__actions { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 8px; }
.btn-solid { height: 48px; padding: 0 28px; border: 1px solid var(--ink); background: var(--ink); color: #fff; display: inline-flex; align-items: center; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.btn-line { height: 48px; padding: 0 20px; border: 1px solid var(--ink); background: transparent; display: inline-flex; align-items: center; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.spec { margin-top: 30px; }
.spec h2 { font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.spec dl { margin-top: 10px; }
.spec dl > div { display: grid; grid-template-columns: minmax(110px, 34%) minmax(0, 1fr); gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--hair); }
.spec dt { color: var(--muted); font-size: 14px; }
.spec dd { font-size: 15px; overflow-wrap: anywhere; }

.chapter { margin-top: 20px; padding: 30px; background: var(--white); box-shadow: 0 16px 40px rgba(0,0,0,.08); }
.chapter h2 { font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.chapter__prose { margin-top: 14px; max-width: 78ch; font-size: 17px; line-height: 1.55; }
.chapter__prose p + p { margin-top: 12px; }
.price-rows { margin-top: 14px; }
.price-row { display: grid; grid-template-columns: minmax(110px, 26%) minmax(0, 1fr); gap: 12px; align-items: baseline; padding: 12px 0; border-bottom: 1px solid var(--hair); }
.price-row strong { font-weight: 400; }
.price-row span { display: flex; flex-wrap: wrap; gap: 8px 28px; }
.price-row em { font-style: normal; display: inline-flex; align-items: baseline; gap: 8px; }
.price-row em i { font-style: normal; color: var(--muted); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.service-index { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 6px; }
.service-index li { padding: 7px 12px; border: 1px solid var(--hair); font-size: 14px; }
.report form { margin-top: 14px; display: grid; gap: 10px; max-width: 640px; }
.report label { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.report textarea { width: 100%; min-height: 108px; padding: 12px; border: 1px solid var(--hair); background: var(--panel); resize: vertical; }
.report button { justify-self: start; }
.report [data-abuse-status] { color: var(--muted); font-size: 14px; }

/* ---------- phone modal ---------- */

.phone-dialog { position: fixed; inset: 0; z-index: 110; background: rgba(18,17,16,.6); display: grid; place-items: center; padding: 16px; }
.phone-dialog__panel { width: min(440px, 100%); padding: 22px; background: var(--white); border: 1px solid var(--hair); box-shadow: 0 16px 40px rgba(0,0,0,.28); }
.phone-dialog__panel header { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.phone-dialog__panel header p { color: var(--muted); font-size: 11px; letter-spacing: .14em; }
.phone-dialog__panel h2 { margin-top: 22px; font-size: 26px; font-weight: 300; }
.phone-dialog__panel a { margin-top: 16px; display: block; padding: 15px; background: var(--ink); color: #fff; font-size: 21px; text-align: center; }

/* ---------- lightbox ---------- */

.lightbox { position: fixed; inset: 0; z-index: 120; background: rgba(10,9,8,.95); }
.lightbox__panel { display: grid; grid-template-columns: 64px minmax(0, 1fr) 64px; grid-template-rows: 56px minmax(0, 1fr); width: 100%; height: 100%; color: #fff; }
.lightbox header { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; padding-inline: 16px; border-bottom: 1px solid rgba(255,255,255,.2); font-size: 12px; letter-spacing: .1em; }
.lightbox header button { border-color: rgba(255,255,255,.4); color: #fff; }
.lightbox__nav { border: 0; background: transparent; color: #fff; font-size: 20px; }
.lightbox figure { min-width: 0; min-height: 0; display: grid; place-items: center; padding: 12px; }
.lightbox figure img { max-width: 100%; max-height: calc(100dvh - 80px); width: auto; height: auto; }

/* ---------- compact desktop ---------- */

@media (max-width: 1199px) {
	:root { --rail: 220px; --railgap: 24px; --rhythm: 52px; }
	.city-sheet__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.showrooms__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.wall { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.card { max-height: 500px; }
	.card__media img { max-height: 420px; }
}

/* ---------- tablet ---------- */

@media (max-width: 1023px) {
	:root { --gutter: 16px; --rail: 190px; --railgap: 20px; --rhythm: 44px; }
	.menu { display: none; }
	.menu.is-open {
		position: fixed; z-index: 70; inset: var(--mast) 0 auto 0;
		display: grid; gap: 0; padding: 8px var(--gutter) 14px;
		background: var(--white); border-bottom: 1px solid var(--hair);
	}
	.menu.is-open a { padding-block: 12px; border-bottom: 1px solid var(--hair); }
	.menu-toggle { display: inline-flex; align-items: center; }
	.sheet { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 20px; padding: 24px 16px; }
	.stage img, .sheet--single .stage img { max-height: 58vh; }
	.editorial__grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }
	.editorial { max-height: none; padding-block: 44px; }
	.footer__grid { grid-template-columns: 1fr 1fr; }
}

/* ---------- narrow tablet: rail stays, wall drops to two tracks ---------- */

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

/* ---------- mobile: rail becomes a bottom sheet ---------- */

@media (max-width: 719px) {
	:root { --gutter: 10px; --gap: 5px; --rhythm: 32px; --mast: 56px; }
	body { font-size: 15px; }
	.brand strong { font-size: 15px; }
	.brand img { width: 22px; height: 22px; }
	.city-edge { height: 44px; font-size: 11px; }
	.city-edge span { max-width: 84px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
	.masthead__end { gap: 10px; }
	.menu-toggle { height: 44px; }
	.catalog__filters { height: 44px; }
	.city-sheet__head button, .rail__close, [data-phone-close], [data-gallery-close] { height: 44px; }

	.city-sheet__grid { grid-template-columns: minmax(0, 1fr); }
	.city-sheet__grid a { min-height: 0; flex-direction: row; align-items: center; justify-content: space-between; }

	.hero { height: clamp(280px, 46vh, 380px); }
	.hero__copy h1 { font-size: clamp(24px, min(8.4vw, 7.4vh), 40px); max-width: 15ch; }

	.catalog__title { grid-template-columns: auto 1fr; gap: 10px 12px; }
	.catalog__title h2 { grid-column: 1 / -1; grid-row: 1; text-align: left; }
	.catalog__filters { grid-column: 1; grid-row: 2; display: inline-flex; align-items: center; }
	.catalog__count { grid-column: 2; grid-row: 2; }
	.catalog__body { grid-template-columns: minmax(0, 1fr); gap: 0; }

	.rail {
		position: fixed; z-index: 90; left: 0; right: 0; bottom: 0;
		max-height: 82dvh; overflow-y: auto; overscroll-behavior: contain;
		padding: 16px var(--gutter) 24px;
		background: var(--white); border-top: 1px solid var(--ink);
		transform: translateY(101%);
		transition: transform .25s ease;
	}
	.rail.is-open { transform: translateY(0); }
	.rail__head { position: sticky; top: -16px; padding-top: 4px; background: var(--white); }
	.rail__close { display: inline-flex; align-items: center; }

	.wall { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.card { max-height: 380px; }
	.card__media img { max-height: 300px; }
	.card__caption { padding-top: 8px; }
	.card__caption h2, .card__caption b { font-size: 13px; }
	.card__meta { font-size: 11px; padding-bottom: 10px; }

	.showrooms__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.sheet, .chapter { grid-template-columns: minmax(0, 1fr); padding: 16px 12px; gap: 0; }
	.sheet__info { margin-top: 22px; }
	.stage img, .sheet--single .stage img { max-height: 52vh; }
	.strip img { height: 68px; }
	.footer__grid { grid-template-columns: minmax(0, 1fr); }
	.lightbox__panel { grid-template-columns: 48px minmax(0, 1fr) 48px; }
}

@media (max-width: 380px) {
	.brand strong { display: none; }
}
