/**
 * A Monster's page.
 *
 * ── The one design rule ──────────────────────────────────────────────────────
 *
 * Identical frame, unmistakable contents. Every Monster gets the same sections
 * in the same order at the same weight, so the roster reads as one promotion
 * rather than eighteen personal websites -- and everything that makes them feel
 * different comes from what is written inside it, not from the layout moving
 * around.
 *
 * That is also why nothing here is per-profile styling. The moment one Monster
 * gets a custom colour, the frame stops being a frame.
 *
 * ── Type ─────────────────────────────────────────────────────────────────────
 *
 * The display face is on the h1 and nowhere else -- the Monster's name, the
 * archive title. It is a poster font: it makes a name look like a headliner and
 * makes anything smaller look like shouting. Everything else, card labels
 * included, is Poppins, and takes its emphasis from size and weight.
 *
 * No tracking. Letters spaced apart read as a logo, not as text, and a page of
 * it reads as a page of logos.
 */

.mp-monster {
	max-width: var(--mpr-page-width, 1080px);
	margin: 0 auto;
	padding: 0 20px 64px;
	color: var(--mpr-text, #F2F2F2);
	font-family: var(--mpr-font-body, sans-serif);
	/*
	 * 17px, not 16.
	 *
	 * The page is near-black with light text on it, which reads a size smaller
	 * than the same type on white, and this one is read on a phone in a bar.
	 * The aesthetic survives a legible body size; it does not survive people
	 * squinting.
	 *
	 * The body step is redeclared here rather than set once and forgotten:
	 * without it the container reads 17px and every element that names
	 * --mpr-t-body reads 16, which is two sizes doing one job inside the
	 * same paragraph.
	 */
	--mpr-t-body: 1.0625rem;
	/*
	 * And the lede moves with it. A tagline set at the shared 1.05rem came out
	 * at 16.8px against 17px body: a step that is not a step, which reads as a
	 * mistake rather than as emphasis.
	 */
	--mpr-t-lede: 1.15rem;
	font-size: 17px;
	line-height: 1.6;
}

.mp-monster a { color: inherit; }

/* ── Sections ─────────────────────────────────────────────────────────────── */

.mp-section { padding: 48px 0; border-top: 1px solid var(--mpr-line, rgba(255,255,255,.18)); }
.mp-section:first-of-type { border-top: 0; }

@media ( max-width: 820px ) {
	.mp-section { padding: 32px 0; }
}

/* ── The hero's two jobs ───────────────────────────────────────────────────── */

/*
 * Five equal buttons is not five opportunities, it is a decision to make before
 * anybody has decided anything. Two that matter, and the rest at a quarter of
 * the weight underneath.
 */
.mp-hero-utils {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
	margin: 12px 0 0;
	font-size: var( --mpr-t-small );
	color: var(--mpr-text-muted, #C4C4C4);
}

.mp-monster .mp-hero-utils a,
.mp-monster .mp-hero-utils button {
	/*
	 * inline-flex, so all three sit on the same line.
	 *
	 * As blocks they measured the same height and the same top and still
	 * looked wrong: an anchor puts its text at the top of the box and a button
	 * centres it, so "Follow" rode above "Share" and "Tip" by a few pixels.
	 * Same box, different text inside it.
	 */
	display: inline-flex;
	align-items: center;
	appearance: none;
	padding: 0;
	background: none;
	border: 0;
	border-radius: var( --mpr-radius, 0 );
	color: inherit;
	font: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
	cursor: pointer;
	/* Still a tap target on a phone, without drawing a box around it. */
	min-height: 32px;
}

.mp-monster .mp-hero-utils a:hover,
.mp-monster .mp-hero-utils a:focus-visible,
.mp-monster .mp-hero-utils button:hover,
.mp-monster .mp-hero-utils button:focus-visible {
	color: var(--mpr-text, #F2F2F2);
}

/*
 * The next date, in the hero rather than in a band underneath it. One line, and
 * the most commercially dense line on the page.
 */
.mp-hero-next {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin: 20px 0 0;
	padding: 14px 16px;
	border: 1px solid var(--mpr-line, rgba(255,255,255,.18));
	border-left: 3px solid var(--mpr-accent, #ED2124);
}

.mp-hero-next-label {
	font-size: var( --mpr-t-label );
	font-weight: 700;
	text-transform: uppercase;
	color: var(--mpr-accent, #ED2124);
}

.mp-hero-next-what { font-weight: 600; }

.mp-hero-next-when {
	font-size: var( --mpr-t-small );
	color: var(--mpr-text-muted, #C4C4C4);
}

.mp-monster .mp-btn-book {
	background: transparent;
	border-color: var(--mpr-text, #F2F2F2);
}

/* ── Booking, in the rail ──────────────────────────────────────────────────── */

/*
 * The form is 4,800px down. This says "available" while somebody is still
 * reading, which is the sentence the page never said anywhere above the fold.
 */
.mp-book-card {
	border: 1px solid var(--mpr-line, rgba(255,255,255,.18));
	padding: 18px 18px 6px;
}

/*
 * .mp-rail .mp-section (below) sets padding: 28px 0 for every section in the
 * rail, at the same specificity as this rule and later in the file -- so it
 * was winning, zeroing the card's left/right padding and pushing its own
 * 18px/6px vertical rhythm out to 28px/0. The extra .mp-section here is not
 * decorative: it is what makes this rule outrank that one regardless of
 * where either one sits in the file.
 */
.mp-rail .mp-section.mp-book-card { padding: 18px 18px 6px; }

.mp-book-card-lead {
	margin: 0 0 8px;
	font-size: var( --mpr-t-small );
	color: var(--mpr-text-muted, #C4C4C4);
}

.mp-book-card-for {
	margin: 0 0 14px;
	padding: 0 0 0 18px;
	/* Same card, one size. These were .92 and .95 -- near enough to look
	   like an accident, far enough apart to be one. */
	font-size: var( --mpr-t-small );
}

.mp-book-card-for li { margin: 0 0 4px; }

/* Same theme leak as the h2 above, on <p> this time: the global stylesheet
   puts `padding-bottom: 1em` on every paragraph (with a last-of-type reset
   that happened to cover the CTA line but not the lead line above the
   list). Both <p>s in this card are ours; neither should carry it. */
.mp-book-card p { padding-bottom: 0; }

.mp-monster .mp-book-card-cta { width: 100%; text-align: center; }

/* ── Two columns ───────────────────────────────────────────────────────────── */

/*
 * The page was 5,967px tall and most of that was air.
 *
 * Credits: 176px of page to print one line. Follow: 181px for three icons.
 * Lore: 239px for two sentences. Every one of them a thin strip stretched
 * across the full column with nothing beside it.
 *
 * So the reference material goes in a rail and sits beside the wide things
 * instead of queueing up underneath them.
 */
.mp-body {
	display: grid;
	grid-template-columns: minmax( 0, 1fr ) 320px;
	gap: 0 48px;
	align-items: start;
}

/*
 * Each column starts its own run of sections, so neither opens with a hairline
 * hanging above nothing.
 */
.mp-body .mp-section:first-child,
.mp-body .mpr-tips:first-child {
	border-top: 0;
	padding-top: 0;
}

/*
 * A narrow block does not need 48px of breathing room above it -- that spacing
 * was chosen for a 1,080px column and in a 320px rail it just re-creates the
 * problem at a smaller size.
 */
.mp-rail .mp-section,
.mp-rail .mpr-tips {
	padding: 28px 0;
}

/*
 * The rail follows you down.
 *
 * The main column runs to 2,159px and the rail to 1,415: past the gallery the
 * right-hand side is finished and the page is half black nothing. Sticking it
 * means the booking card and the file are still there when somebody has
 * scrolled to the photographs, which is exactly when a buyer decides.
 *
 * Only when it fits: a rail taller than the screen cannot stick without
 * trapping its own bottom off-screen, so this is behind a height query rather
 * than applied blind.
 */
@media ( min-width: 981px ) {
	.mp-rail {
		position: sticky;
		top: 24px;
	}
}

.mp-rail .mp-section > h2 {
	font-size: 1rem;
}

/* In a rail, a data grid is a list. */
.mp-rail .mp-file-grid,
.mp-rail .mp-fact-grid,
.mp-rail .mp-fact-grid:has( > :nth-child(6):last-child ),
.mp-rail .mp-fact-grid:has( > :nth-child(9):last-child ),
.mp-rail .mp-fact-grid:has( > :nth-child(3):last-child ) {
	grid-template-columns: minmax( 0, 1fr );
}

/*
 * The gallery gets the main column, which is narrower than the full page was,
 * so the tiles come down from four across to three and stay a usable size.
 */
.mp-main .mp-gallery-grid {
	/*
	 * 150px gave four tiles of 160px in a 672px column -- postage stamps of
	 * photographs somebody paid a photographer for. 180px lands on three, at
	 * 224px each, which is bigger than the four-across it replaced on a page
	 * that was 400px wider.
	 */
	grid-template-columns: repeat( auto-fill, minmax( 180px, 1fr ) );
}

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

	/*
	 * Stacked, the rail is no longer a rail: it is the bottom of the page, and
	 * its first section needs the line back that separates it from the last
	 * thing in the main column.
	 */
	.mp-rail .mp-section:first-child {
		border-top: 1px solid var(--mpr-line, rgba(255,255,255,.18));
		padding-top: 32px;
	}

	.mp-rail .mp-section,
	.mp-rail .mpr-tips {
		padding: 32px 0;
	}

	.mp-rail .mp-section > h2 {
		font-size: 1.38rem;
	}

	/*
	 * ── Stacked, these are read, not scanned ─────────────────────────────────
	 *
	 * auto-fit was doing the deciding and getting it wrong. On a phone it put
	 * the creature file in THREE columns, so "Michigan drag king; Drag Monster;
	 * flow artist; alternative drag artist" came out as a five-line ribbon in a
	 * hundred-pixel channel -- one or two words per line, which is not reading,
	 * it is decoding.
	 *
	 * A minimum track width cannot know that. It knows 150px fits; it does not
	 * know what goes in it. So the count is stated outright: two across on a
	 * tablet, one on a phone, and a fact gets the width of the screen.
	 */
	.mp-rail .mp-file-grid,
	.mp-rail .mp-fact-grid {
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	}
}



/*
 * Everything below the h1 is the body face, regardless of what the theme would
 * do. On one show title the display face turns a listing into a flyer; on six
 * of them stacked it turns the section into noise.
 */
.mp-monster h2,
.mp-monster h3,
.mp-monster h4 {
	font-family: var(--mpr-font-body, sans-serif) !important;
	letter-spacing: normal;
	text-transform: none;
}

/*
 * ── Section headings ────────────────────────────────────────────────────────
 *
 * These were all one thing: 13px, uppercase, grey, bold -- ten of them down a
 * single column, the gallery announced exactly as loudly as the follow links.
 * A page where nothing is more important than anything else reads as a form,
 * and that is what this page had become.
 *
 * So: one size for a section of the page, and the small grey caps kept for
 * what they are actually good at -- the label on a single fact inside a tile.
 * Sentence case, because the copy is already written that way and shouting it
 * in caps was the stylesheet overriding the writing.
 *
 * Body face, not the display face: house rule is PAGKAKI on h1 only, and on
 * ten stacked headings it turns a page into a flyer.
 */
.mp-monster h2 {
	margin: 0 0 22px;
	/* The theme's own inline stylesheet puts `padding-bottom: 10px` on every
	   h1-h6 on the site. This rule never used to compete for padding, only
	   margin, so that 10px rode along uncontested under every heading here. */
	padding-bottom: 0;
	font-size: 1.38rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0 !important;
	text-transform: none !important;
	color: var(--mpr-text, #F2F2F2);
}

/*
 * The supporting blocks step back down.
 *
 * Follow links and credits are not sections of the argument, they are the
 * furniture at the bottom of it, and giving them the same heading as the
 * gallery is what flattened the page in the first place.
 */
.mp-monster .mp-follow > h2,
.mp-monster .mp-list > h2 {
	font-size: var( --mpr-t-small, .88rem );
	font-weight: 700;
	text-transform: uppercase !important;
	color: var(--mpr-text-muted, #C4C4C4);
	margin-bottom: 14px;
}


/* ── Hero ─────────────────────────────────────────────────────────────────── */

.mp-hero {
	display: grid;
	/*
	 * A fixed 320px portrait, not four-ninths of whatever the page is.
	 *
	 * At 4fr/5fr the photograph came out 445px wide -- 41% of the column, the
	 * largest thing on a page that is supposed to be about what this person
	 * does. It also matches the rail below it exactly, so the left edge of the
	 * page is one line from the portrait all the way down.
	 */
	grid-template-columns: 320px minmax(0, 1fr);
	gap: 34px;
	/*
	 * Bottom-aligned, not centred.
	 *
	 * Centring a 272px block of text against a 559px portrait left 143px of
	 * nothing above the name and 143px below it, and the page opened on a void.
	 * Sitting the name on the same line the portrait ends on gives the top of
	 * the page something to stand on.
	 */
	align-items: end;
	padding: 40px 0 34px;
}

@media ( max-width: 820px ) {
	.mp-hero { align-items: stretch; }
}

@media ( max-width: 820px ) {
	.mp-hero { grid-template-columns: minmax(0, 1fr); gap: 22px; }
}

.mp-hero-portrait {
	position: relative;
	/*
	 * A fixed portrait ratio, cropped.
	 *
	 * Eighteen photos shot by eighteen people at eighteen aspect ratios is
	 * exactly what makes a roster look like a folder of submissions. The frame
	 * is the same size for everybody and the image fills it.
	 */
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: #14161a;
	border: 1px solid var(--mpr-line, rgba(255,255,255,.18));
}

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

.mp-portrait-empty {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #4a515c;
	font-size: 5rem;
	font-weight: 700;
}

.mp-designation {
	margin: 0 0 10px;
	font-size: var( --mpr-t-label, .7rem );
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
	color: var(--mpr-accent, #ED2124);
}

.mp-monster .mp-name {
	margin: 0 0 10px;
	font-family: var(--mpr-font-display, sans-serif);
	font-size: clamp( 2.4rem, 7vw, 4.2rem );
	line-height: .95;
	color: var(--mpr-text, #F2F2F2);
}

.mp-tagline {
	margin: 0 0 22px;
	font-size: var( --mpr-t-lede, 1.05rem );
	color: var(--mpr-text-muted, #C4C4C4);
}

.mp-hero-actions { display: flex; flex-wrap: wrap; gap: 9px; }

/* ── Follow ───────────────────────────────────────────────────────────────
 *
 * Marks, not wordmark buttons. Four buttons reading Instagram TikTok Facebook
 * Website is a toolbar; four icons is "here is where they are". Sized for a
 * thumb -- 44px of target under a 26px glyph -- because most of the people
 * pressing these are on a phone.
 */

.mp-follow-links { display: flex; flex-wrap: wrap; gap: 6px; }

.mp-monster .mp-social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid var(--mpr-line, rgba(255,255,255,.18));
	color: var(--mpr-text, #F2F2F2);
	text-decoration: none;
	transition: background .12s ease, border-color .12s ease, color .12s ease;
}

.mp-monster .mp-social:hover,
.mp-monster .mp-social:focus-visible {
	background: var(--mpr-accent, #ED2124);
	border-color: var(--mpr-accent, #ED2124);
	color: #fff;
}

.mp-monster .mp-social:active { transform: translateY( 1px ); }

/* ── Buttons ──────────────────────────────────────────────────────────────── */

.mp-monster .mp-btn {
	display: inline-block;
	padding: 11px 18px;
	border: 1px solid var(--mpr-line, rgba(255,255,255,.18));
	border-radius: var(--mpr-radius, 0);
	background: transparent;
	color: var(--mpr-text, #F2F2F2);
	font: inherit;
	font-size: var( --mpr-t-small, .88rem );
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	transition: background .12s ease, border-color .12s ease, color .12s ease;
}

/*
 * One hover behaviour, not two.
 *
 * The outlined button brightened its border and the primary one brightened
 * itself, so hovering across a row of them produced two different kinds of
 * response to the same gesture. Both now fill: the outlined one inverts, the
 * primary one lightens its own red. Keyboard focus gets the same treatment,
 * because a hover state a keyboard cannot reach is half a button.
 */
.mp-monster .mp-btn:hover,
.mp-monster .mp-btn:focus-visible {
	background: var(--mpr-text, #F2F2F2);
	border-color: var(--mpr-text, #F2F2F2);
	color: var(--mpr-surface, #000);
}

.mp-monster .mp-btn:active { transform: translateY( 1px ); }

.mp-monster .mp-btn-primary {
	background: var(--mpr-accent, #ED2124);
	border-color: var(--mpr-accent, #ED2124);
	color: #fff;
}
.mp-monster .mp-btn-primary:hover,
.mp-monster .mp-btn-primary:focus-visible {
	background: #ff3d40;
	border-color: #ff3d40;
	color: #fff;
}

/* ── Shows ────────────────────────────────────────────────────────────────── */

.mp-shows { margin: 0; padding: 0; list-style: none; }

.mp-show {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr) auto;
	gap: 20px;
	align-items: center;
	padding: 16px 0;
	border-bottom: 1px solid var(--mpr-line, rgba(255,255,255,.18));
}
.mp-show:last-child { border-bottom: 0; }

@media ( max-width: 720px ) {
	.mp-show { grid-template-columns: minmax(0, 1fr); gap: 8px; }
}

.mp-show-when {
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
	font-size: var( --mpr-t-small, .88rem );
	color: var(--mpr-accent, #ED2124);
}

.mp-monster .mp-show-what h3 { margin: 0; font-size: var( --mpr-t-title, 1.15rem ); }
.mp-show-where { margin: 3px 0 0; color: var(--mpr-text-muted, #C4C4C4); font-size: var( --mpr-t-small, .88rem ); }

/*
 * The show's name, as a link.
 *
 * !important because Divi styles links from an ID-rooted selector
 * (#et-boc .et-l a) that no class of ours can outrank — the same reason every
 * other link rule in this file carries one. Underlined only on hover: a list
 * of five underlined headings reads as a list of five warnings.
 */
.mp-monster .mp-show-what h3 a,
.mp-monster .mp-show-link {
	color: var(--mpr-text, #F2F2F2) !important;
	text-decoration: none !important;
	transition: color .15s ease;
}

.mp-monster .mp-show-what h3 a:hover,
.mp-monster .mp-show-what h3 a:focus-visible,
.mp-monster .mp-show-link:hover,
.mp-monster .mp-show-link:focus-visible {
	color: var(--mpr-accent, #ED2124) !important;
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

/* ── Creature File ────────────────────────────────────────────────────────── */

.mp-file-grid {
	display: grid;
	grid-template-columns: repeat( auto-fit, minmax( 220px, 1fr ) );
	/*
	 * 1px, so the tiles share a hairline instead of floating 2px apart. At 2px
	 * the gap reads as a mistake; at 1px it reads as a rule.
	 */
	gap: 1px;
	margin: 0;
	background: var(--mpr-line, rgba(255,255,255,.18));
	border: 1px solid var(--mpr-line, rgba(255,255,255,.18));
}

.mp-file-row { padding: 14px 16px; background: var(--mpr-surface, #000); }

.mp-file-row dt {
	margin: 0 0 3px;
	font-size: var( --mpr-t-label );
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
	color: var(--mpr-text-muted, #C4C4C4);
}

.mp-file-row dd { margin: 0; font-size: var( --mpr-t-body ); }

/* ── Lore ─────────────────────────────────────────────────────────────────── */

.mp-lore-body { font-size: var( --mpr-t-body ); }
.mp-lore-body p { margin: 0 0 1em; }

/* ── Video ────────────────────────────────────────────────────────────────── */

.mp-video-frame { position: relative; aspect-ratio: 16 / 9; background: #14161a; }
.mp-video-frame iframe,
.mp-video-frame video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ── Facts ────────────────────────────────────────────────────────────────── */

.mp-fact-grid {
	display: grid;
	grid-template-columns: repeat( auto-fit, minmax( 210px, 1fr ) );
	gap: 12px;
	/*
	 * Each tile is its own height.
	 *
	 * A grid stretches every cell in a row to the tallest one, and one Monster
	 * listed six favourite horror films. That tile ran to nine lines, so
	 * "Gluttony" and "Pipe bomb" sat in boxes four hundred pixels deep with
	 * nothing under them -- two words each, framed like an oil painting.
	 *
	 * Ragged bottoms in a row of facts is not a defect. Empty boxes are.
	 */
	align-items: start;
}

/*
 * Six facts in a four-wide grid is four tiles and then two, with half a row of
 * hole beside them. Nobody writes six facts expecting that. When the count
 * divides by three, use three columns and let both rows be full.
 */
.mp-fact-grid:has( > :nth-child(6):last-child ),
.mp-fact-grid:has( > :nth-child(9):last-child ),
.mp-fact-grid:has( > :nth-child(3):last-child ) {
	grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
}

@media ( max-width: 820px ) {
	.mp-fact-grid,
	.mp-fact-grid:has( > :nth-child(6):last-child ),
	.mp-fact-grid:has( > :nth-child(9):last-child ),
	.mp-fact-grid:has( > :nth-child(3):last-child ) {
		grid-template-columns: repeat( auto-fit, minmax( 150px, 1fr ) );
	}
}

.mp-fact {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 15px 16px;
	border: 1px solid var(--mpr-line, rgba(255,255,255,.18));
	/*
	 * A fact is one line, not an essay.
	 *
	 * The field takes whatever somebody types, and somebody will always type a
	 * list. Past about four lines the tile stops being a fact and starts being
	 * a paragraph in a box, so the long ones are clamped and the whole answer
	 * stays in the title attribute for anybody who wants it.
	 */
}

.mp-fact-label {
	font-size: var( --mpr-t-label );
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
	color: var(--mpr-accent, #ED2124);
}

.mp-fact-value {
	font-size: var( --mpr-t-body );
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.mp-monster .mp-quote {
	margin: 22px 0 0;
	padding: 0 0 0 18px;
	border-left: 3px solid var(--mpr-accent, #ED2124);
	font-size: clamp( 1.2rem, 3vw, 1.7rem );
	font-weight: 600;
	line-height: 1.15;
}

/* ── Lists ────────────────────────────────────────────────────────────────── */

.mp-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	columns: 2;
	column-gap: 34px;
}

@media ( max-width: 720px ) { .mp-list ul { columns: 1; } }

.mp-list li {
	break-inside: avoid;
	padding: 7px 0 7px 16px;
	position: relative;
}

.mp-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 1.05em;
	width: 6px;
	height: 1px;
	background: var(--mpr-accent, #ED2124);
}

/* ── Gallery ──────────────────────────────────────────────────────────────── */

.mp-gallery-grid {
	display: grid;
	grid-template-columns: repeat( auto-fill, minmax( 210px, 1fr ) );
	gap: 10px;
}

.mp-gallery-item { margin: 0; aspect-ratio: 1; overflow: hidden; background: #14161a; }
.mp-gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ── Follow ───────────────────────────────────────────────────────────────── */

.mp-follow-links { display: flex; flex-wrap: wrap; gap: 9px; }

/* ── Related ──────────────────────────────────────────────────────────────── */

.mp-related-grid {
	display: grid;
	grid-template-columns: repeat( auto-fit, minmax( 200px, 1fr ) );
	gap: 14px;
}

.mp-related-card {
	display: block;
	text-decoration: none;
	border: 1px solid var(--mpr-line, rgba(255,255,255,.18));
	transition: border-color .12s ease;
}
.mp-related-card:hover { border-color: var(--mpr-accent, #ED2124); }

.mp-related-card img,
.mp-related-empty {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	background: #14161a;
}

.mp-related-empty {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #4a515c;
	font-size: 2.4rem;
	font-weight: 700;
}

.mp-related-name {
	display: block;
	padding: 12px 14px 0;
	font-weight: 700;
	font-size: 1.02rem;
}

.mp-related-tagline {
	display: block;
	padding: 2px 14px 14px;
	font-size: var( --mpr-t-small, .88rem );
	color: var(--mpr-text-muted, #C4C4C4);
}

/* ── Booking ──────────────────────────────────────────────────────────────── */

.mp-book-intro { color: var(--mpr-text-muted, #C4C4C4); }

/* No cap. It is a two-column form inside a container that already has one,
   and capping it again put the fields down the left third of an empty row. */
.mp-book-form { margin-top: 18px; }

.mp-field-row { display: grid; grid-template-columns: repeat( 2, minmax( 0, 1fr ) ); gap: 14px; }
@media ( max-width: 620px ) { .mp-field-row { grid-template-columns: minmax(0, 1fr); } }

.mp-field { margin: 0 0 14px; }

.mp-field label {
	display: block;
	margin-bottom: 5px;
	font-size: var( --mpr-t-label, .7rem );
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
	color: var(--mpr-text-muted, #C4C4C4);
}

.mp-monster .mp-field input,
.mp-monster .mp-field textarea {
	width: 100%;
	padding: 11px 12px;
	border: 1px solid var(--mpr-line, rgba(255,255,255,.18));
	border-radius: var(--mpr-radius, 0);
	background: rgba( 255, 255, 255, .04 );
	color: var(--mpr-text, #F2F2F2);
	font: inherit;
	font-size: 1rem;
}

.mp-monster .mp-field input:focus,
.mp-monster .mp-field textarea:focus {
	outline: none;
	border-color: var(--mpr-accent, #ED2124);
}

/*
 * ── Four classes the markup emits that had no CSS at all ─────────────────────
 *
 * .mp-opt, .mp-hint, .mp-check and the <select> were all written into the form
 * and none of them was ever styled. Reported from a phone, and every symptom in
 * that screenshot traces to one of these four:
 *
 *   .mp-opt    -- "optional" sat inside the label, inheriting uppercase bold,
 *                 so the field read "PHONE OPTIONAL" and
 *                 "BUDGET OPTIONAL, AND A RANGE IS FINE".
 *   .mp-hint   -- help text inherited the label's weight and size, so the note
 *                 under Budget was as loud as a heading.
 *   .mp-check  -- the checkbox had no layout, so it floated in the middle of
 *                 the page above its own left-aligned label.
 *   select     -- unstyled, so the one white box on a black page.
 *
 * The same species as the tip jar on this page: markup shipped without the CSS
 * that makes it mean anything.
 */

/* "optional" is an aside inside the label, not part of the label. */
.mp-field label .mp-opt {
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
	opacity: .65;
}

/* Help text sits under its field and is quieter than the thing it explains. */
.mp-hint {
	margin: 6px 0 0;
	padding-bottom: 0;
	font-size: var( --mpr-t-small, .88rem );
	font-weight: 400;
	line-height: 1.45;
	text-transform: none;
	color: var(--mpr-text-muted, #C4C4C4);
}

/*
 * A checkbox and its words are one control, on one line, and the whole line is
 * the target. Without this the box is a block-level orphan: the browser centres
 * it in the paragraph and the label wraps underneath.
 */
.mp-field .mp-check,
.mp-monster .mp-check {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	min-height: 44px;
	font-size: .82rem;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--mpr-text-muted, #C4C4C4);
	cursor: pointer;
}

.mp-monster .mp-check input[type="checkbox"] {
	/* Explicit, because the field rule above sets width:100% on inputs and
	   would otherwise stretch the box across the row. */
	width: 20px;
	height: 20px;
	margin: 0;
	flex: 0 0 auto;
	accent-color: var(--mpr-accent, #ED2124);
}

/* The dropdown matches every other field. It was the one white box on a black
   page, which reads as broken rather than as a control. */
.mp-monster .mp-field select {
	width: 100%;
	padding: 11px 12px;
	border: 1px solid var(--mpr-line, rgba(255,255,255,.18));
	border-radius: var(--mpr-radius, 0);
	background: rgba( 255, 255, 255, .04 );
	color: var(--mpr-text, #F2F2F2);
	font: inherit;
	font-size: 1rem;
}

.mp-monster .mp-field select:focus {
	outline: none;
	border-color: var(--mpr-accent, #ED2124);
}

/* One rhythm down the form. The rows were inheriting whatever margin the theme
   put on a <p>, which is why the gaps between fields were all different. */
.mp-monster .mp-field-row {
	margin: 0 0 14px;
}

.mp-monster .mp-field p,
.mp-monster .mp-field-row p {
	padding-bottom: 0;
}

/* The honeypot. Hidden from people, not from bots — display:none is the one
   thing a well-written bot checks for, so it is moved off screen instead. */
.mp-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* ── The result of sending one ────────────────────────────────────────────── */

.mp-notice {
	margin: 0 0 22px;
	padding: 14px 16px;
	border-left: 3px solid var(--mpr-accent, #ED2124);
	background: rgba( 237, 33, 36, .08 );
}

/* ── The directory ────────────────────────────────────────────────────────── */

.mp-directory {
	max-width: var(--mpr-page-width, 1080px);
	margin: 0 auto;
	padding: 40px 20px 70px;
	color: var(--mpr-text, #F2F2F2);
	font-family: var(--mpr-font-body, sans-serif);
}

.mp-directory-head { margin: 0 0 30px; }

.mp-directory .mp-directory-title {
	margin: 0 0 10px;
	font-family: var(--mpr-font-display, sans-serif);
	font-size: clamp( 2.2rem, 6vw, 3.6rem );
	line-height: .95;
}

/*
 * The Monsters get more room. Nothing else.
 *
 * They are the primary public-facing cast and the general roster is not, so
 * the difference has to be visible before anything is read — but it is carried
 * by the size of the name and the size of the cards, not by a rule drawn under
 * the title. The red line read as a divider the page did not need: it cut the
 * headline off from the sentence explaining it, and it was the loudest thing
 * on a page whose job is to show faces.
 */
.mp-directory.is-premium .mp-directory-title {
	font-size: clamp( 2.8rem, 9vw, 5.6rem );
	margin-bottom: 16px;
}

.mp-directory-intro {
	margin: 0;
	font-size: 1.06rem;
	color: var(--mpr-text-muted, #C4C4C4);
}

.mp-directory-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 20px;
	font-size: var( --mpr-t-label, .7rem );
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

/*
 * ── These are the way between the directories ────────────────────────────────
 *
 * Measured on a phone: 12.8px type in a box 19px tall. That is the navigation
 * between every roster page on the site, and it is a third of a thumb. Somebody
 * missing it twice concludes the link does not work, not that they missed it.
 *
 * Still plain links -- a row of buttons would say these are the point of the
 * page and they are not -- but with enough box around them to be hit.
 */
.mp-directory-nav a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: var(--mpr-text-muted, #C4C4C4);
	text-decoration: none;
	border-bottom: 1px solid transparent;
	padding-bottom: 2px;
}
.mp-directory-nav a:hover { color: var(--mpr-text, #F2F2F2); border-bottom-color: var(--mpr-accent, #ED2124); }

.mp-directory-grid {
	display: grid;
	grid-template-columns: repeat( auto-fill, minmax( 210px, 1fr ) );
	gap: 16px;
}

/* Four across at most on the Monsters page: bigger cards, fewer of them. */
.mp-directory.is-premium .mp-directory-grid {
	grid-template-columns: repeat( auto-fill, minmax( 250px, 1fr ) );
	gap: 20px;
}

.mp-directory-card {
	display: block;
	text-decoration: none;
	color: inherit;
	border: 1px solid var(--mpr-line, rgba(255,255,255,.18));
	transition: border-color .12s ease, transform .12s ease;
}
.mp-directory-card:hover { border-color: var(--mpr-accent, #ED2124); transform: translateY( -3px ); }

.mp-directory-photo {
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: #14161a;
}

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

.mp-directory-empty {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #4a515c;
	font-size: 2.6rem;
	font-weight: 700;
}

.mp-directory-name {
	display: block;
	padding: 13px 15px 0;
	font-weight: 700;
	font-size: 1.06rem;
}

/* The display face is for h1s. This is a card label, so it keeps the body
   face and earns its emphasis from size and weight instead. */
.mp-directory.is-premium .mp-directory-name {
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.1;
}

.mp-directory-tagline {
	display: block;
	padding: 3px 15px 15px;
	font-size: .88rem;
	color: var(--mpr-text-muted, #C4C4C4);
}

.mp-directory-none { color: var(--mpr-text-muted, #C4C4C4); }

/* ── /roster/ ─────────────────────────────────────────────────────────────── */

.mp-index-grid {
	display: grid;
	grid-template-columns: repeat( auto-fit, minmax( 280px, 1fr ) );
	gap: 16px;
}

.mp-index-card {
	display: flex;
	flex-direction: column;
	gap: 7px;
	padding: 24px 22px;
	border: 1px solid var(--mpr-line, rgba(255,255,255,.18));
	text-decoration: none;
	color: inherit;
	transition: border-color .12s ease;
}
.mp-index-card:hover { border-color: var(--mpr-accent, #ED2124); }
.mp-index-card.is-premium { border-color: var(--mpr-accent, #ED2124); }

.mp-index-name {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.1;
}

.mp-index-intro { font-size: .92rem; color: var(--mpr-text-muted, #C4C4C4); }

.mp-index-count {
	font-size: .74rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
	color: var(--mpr-accent, #ED2124);
}

/* ── The music ─────────────────────────────────────────────────────────────
 *
 * An EPK block, so it reads like one: the pitch large, the two term rows
 * small and labelled, and the streaming links as a row of chips rather than a
 * bulleted list of service names.
 */
.mp-music-pitch {
	font-size: 1.15rem;
	line-height: 1.5;
	margin: 0 0 0.9rem;
}

.mp-music-terms {
	margin: 0 0 0.4rem;
	font-size: 0.95rem;
}

/* Labelled, because "genres" and "DJ styles" are two different questions and
 * a person can have both. Merging them loses which is which. */
.mp-music-term-label {
	display: inline-block;
	min-width: 5.5rem;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.78rem;
	opacity: 0.75;
}

.mp-music-links {
	list-style: none;
	margin: 1rem 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.mp-music-links li {
	margin: 0;
}

.mp-music-links a {
	display: inline-block;
	padding: 0.45rem 0.9rem;
	border: 1px solid currentColor;
	/* Sharp corners: --mpr-radius is 0 across this brand. */
	border-radius: var( --mpr-radius, 0 );
	text-decoration: none;
	font-size: 0.9rem;
}

.mp-music h3 {
	margin: 1.4rem 0 0.4rem;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0;
	opacity: 0.8;
}

/* ── Directory filter chips ────────────────────────────────────────────────
 *
 * Plain links. A directory that needs a script to narrow itself is a directory
 * that does not narrow on a bad connection, and every one of these URLs is
 * shareable.
 */
.mp-directory-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 1rem 0 0;
}

.mp-filter-chip {
	display: inline-block;
	padding: 0.35rem 0.8rem;
	border: 1px solid currentColor;
	border-radius: var( --mpr-radius, 0 );
	text-decoration: none;
	font-size: 0.85rem;
	opacity: 0.7;
}

.mp-filter-chip.is-on {
	opacity: 1;
	font-weight: 700;
}

/* ── The Music landing ─────────────────────────────────────────────────────*/
.mp-music-shows,
.mp-music-asks {
	margin: 2.5rem 0 0;
}

.mp-music-shows ul {
	list-style: none;
	margin: 0.6rem 0 0;
	padding: 0;
}

.mp-music-shows li {
	padding: 0.5rem 0;
	border-bottom: 1px solid rgba( 128, 128, 128, 0.25 );
}

.mp-music-when {
	opacity: 0.7;
	font-size: 0.9rem;
	margin-left: 0.6rem;
}

.mp-music-cta {
	margin: 1rem 0 0;
}

/* ─── A phone, last ─────────────────────────────────────────────────────────
 *
 * ── Why this block is at the bottom of the file ─────────────────────────────
 *
 * It used to sit next to the two-column rules it overrides, which reads better
 * and does not work. `.mp-fact-grid:has( > :nth-child(6):last-child )` is more
 * specific than `.mp-fact-grid`, and the quantity queries are declared further
 * down the file than the media query was -- so the phone rule lost twice over,
 * on specificity and on source order, and the creature file came out two
 * columns wide on a 412px screen while the stylesheet plainly said one.
 *
 * Everything a phone changes is therefore collected here, at the end, where
 * nothing comes after it. A mobile override that can be beaten by a desktop
 * rule written later is not an override.
 */
@media ( max-width: 620px ) {

	/*
	 * A fact and a file row get the whole screen. Two columns of 180px is two
	 * words per line, which is decoding rather than reading.
	 */
	.mp-file-grid,
	.mp-fact-grid,
	.mp-rail .mp-file-grid,
	.mp-rail .mp-fact-grid,
	.mp-fact-grid:has( > :nth-child(3):last-child ),
	.mp-fact-grid:has( > :nth-child(6):last-child ),
	.mp-fact-grid:has( > :nth-child(9):last-child ),
	.mp-rail .mp-fact-grid:has( > :nth-child(3):last-child ),
	.mp-rail .mp-fact-grid:has( > :nth-child(6):last-child ),
	.mp-rail .mp-fact-grid:has( > :nth-child(9):last-child ) {
		grid-template-columns: minmax( 0, 1fr );
	}

	/*
	 * A clamped fact is a desktop compromise. Given the whole width there is
	 * no reason to hide the end of a sentence.
	 */
	.mp-fact-value {
		-webkit-line-clamp: none;
		display: block;
		overflow: visible;
	}

	/*
	 * Two stacked buttons at 201px and 178px look like two different kinds of
	 * thing. They are the two jobs of the page; they match.
	 */
	.mp-monster .mp-hero-actions { display: grid; gap: 10px; }
	.mp-monster .mp-hero-actions .mp-btn { width: 100%; text-align: center; }

	/*
	 * Three suggestions should not cost 1,300px of scrolling. Two across, and
	 * the portrait stops being the whole card.
	 */
	.mp-related-grid { grid-template-columns: repeat( 2, minmax( 0, 1fr ) ); gap: 10px; }
	.mp-related-card img { aspect-ratio: 1; object-fit: cover; }
	.mp-monster .mp-related-name { font-size: var( --mpr-t-small ); }
	.mp-monster .mp-related-tagline { display: none; }

	/*
	 * A show title that wraps was landing on its own second line. 1.2 is a
	 * heading line-height for one line of heading.
	 */
	.mp-monster .mp-show-what h3 { line-height: 1.3; }
}
