/* =========================================================================
   Ty Blacke — portfolio.css
   The 2026-09-15 portfolio redesign: header mark + CTA (site-wide), the homepage
   (orbit, spotlight, switch, tabs, work), /start/ (helper + services) and /blackeys/.
   Uses the tokens in main.css :root. Mobile-first; the orbit only spreads out ≥1120px.
   Ty's rule: no big boxy containers — type, hairlines and space do the work.
   ========================================================================= */

/* ----------------------------- Header: mark + CTA ----------------------------- */
.site-brand__link { gap: 10px; }
.tyb-mark { flex-shrink: 0; display: block; }
.site-header__cta {
	margin-left: var(--sp-6); white-space: nowrap;
	color: var(--c-gold-soft); font-weight: 600; font-size: 0.98rem; letter-spacing: 0.01em;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
}
.site-header__cta:hover { color: var(--c-gold); }
@media (max-width: 860px) {
	.site-header__cta { margin-left: auto; margin-right: var(--sp-2); font-size: 0.9rem; }
}
@media (max-width: 380px) {
	.site-brand__name { display: none; }
}

/* /music/ hero: the "Music for…" typing line is a <p> there (the H1 is "The music of Ty Blacke"),
   so it needs the display face the old homepage H1 inherited. */
p.hero__title { font-family: var(--font-display); font-weight: 400; line-height: 1.1; }

/* ----------------------------- Shared ----------------------------- */
.pf-eyebrow {
	font-size: 0.78rem; letter-spacing: 0.22em; text-transform: uppercase;
	color: var(--c-gold); font-weight: 600; margin-bottom: var(--sp-3);
}
.pf-center { display: flex; flex-direction: column; align-items: center; text-align: center; }
.pf-h2 { font-size: clamp(2rem, 1.3rem + 2.6vw, 3rem); line-height: 1.08; text-wrap: balance; }
.pf-h2 em, .pf-hero__title em, .pf-cta__title em, .pf-start-hero__title em { font-style: italic; color: var(--c-gold-soft); }
.pf-link { color: var(--c-gold-soft); font-weight: 500; }
.pf-link:hover { color: var(--c-gold); }
.pf-tags { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.pf-tags li {
	display: inline-flex; align-items: center; min-height: 32px; padding: 0 14px;
	border: 1px solid rgba(201, 162, 76, 0.3); border-radius: 100px;
	font-size: 0.8rem; color: var(--c-text-muted);
}

@keyframes pf-drift-0 { 0%,100% { translate: 0 0; } 33% { translate: 5px -9px; } 66% { translate: -4px -3px; } }
@keyframes pf-drift-1 { 0%,100% { translate: 0 0; } 40% { translate: -6px -6px; } 75% { translate: 3px -10px; } }
@keyframes pf-drift-2 { 0%,100% { translate: 0 0; } 50% { translate: 4px 7px; } }
@keyframes pf-breathe { 0%,100% { opacity: .55; scale: 1; } 50% { opacity: .95; scale: 1.08; } }
@keyframes pf-rise { from { opacity: 0; translate: 0 12px; } to { opacity: 1; translate: 0 0; } }
@keyframes pf-nudge { 0%,100% { translate: 0 0; opacity: .6; } 50% { translate: 5px 0; opacity: 1; } }
@keyframes pf-tick { from { width: 0%; } to { width: 100%; } }

/* ----------------------------- Home: hero + orbit ----------------------------- */
.pf-hero {
	position: relative; max-width: 1280px; margin-inline: auto;
	padding: calc(var(--header-h) + var(--sp-12)) var(--sp-6) var(--sp-8);
}
.pf-hero__glow {
	position: absolute; left: 50%; top: 220px; width: min(800px, 110vw); height: 520px;
	translate: -50% 0; border-radius: 50%; pointer-events: none;
	background: radial-gradient(closest-side, rgba(200, 162, 76, 0.16), rgba(200, 162, 76, 0) 70%);
	animation: pf-breathe 9s ease-in-out infinite;
}
.pf-hero__head { position: relative; text-align: center; max-width: 700px; margin-inline: auto; animation: pf-rise .9s var(--ease) both; }
.pf-hero__title { font-size: clamp(2.1rem, 1.2rem + 3.6vw, 3.5rem); line-height: 1.06; font-weight: 400; text-wrap: balance; }

.pf-orbit { position: relative; margin-top: var(--sp-8); }
.pf-orbit__photo {
	width: 220px; height: 220px; margin-inline: auto; border-radius: 50%; overflow: hidden;
	box-shadow: 0 0 0 1px rgba(201, 162, 76, 0.45), 0 0 0 10px rgba(201, 162, 76, 0.06), 0 30px 80px -20px rgba(0, 0, 0, 0.8);
}
.pf-orbit__photo picture, .pf-orbit__photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.pf-orbit__chips {
	list-style: none; padding: 0; margin: var(--sp-8) auto 0; max-width: 720px;
	display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;
}
.pf-chip {
	display: inline-flex; align-items: center; min-height: 44px; padding: 0 17px;
	border-radius: 100px; border: 1px solid rgba(201, 162, 76, 0.26);
	background: rgba(19, 19, 22, 0.55); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
	color: var(--c-text); font: 500 0.92rem/1 var(--font-body); white-space: nowrap; cursor: pointer;
	rotate: calc(var(--r, 0deg) * 0.6);
	animation: var(--drift, pf-drift-0) var(--dur, 8s) ease-in-out var(--delay, 0s) infinite;
	transition: background .3s, color .3s, border-color .3s, box-shadow .3s;
}
.pf-chip:hover { border-color: var(--c-gold); }
.pf-chip.is-active {
	background: var(--grad-gold); color: #0B0B0D; font-weight: 600; border-color: var(--c-gold);
	box-shadow: 0 10px 34px -8px rgba(200, 162, 76, 0.6);
}

@media (min-width: 1120px) {
	.pf-hero { padding-top: var(--header-h); padding-bottom: 0; }
	/* Centred with left/calc, NOT translate: the pf-rise entrance animates `translate` and its
	   fill-mode would override a translate-based centring (the heading landed off to the right). */
	.pf-hero__head { position: absolute; left: calc(50% - 350px); top: calc(var(--header-h) + 58px); width: 700px; z-index: 2; }
	.pf-orbit { height: 760px; margin-top: 0; }
	.pf-orbit__photo { position: absolute; left: 50%; top: 252px; width: 300px; height: 300px; translate: -50% 0; box-shadow: 0 0 0 1px rgba(201, 162, 76, 0.45), 0 0 0 12px rgba(201, 162, 76, 0.06), 0 30px 80px -20px rgba(0, 0, 0, 0.8); }
	.pf-orbit__chips { display: block; margin: 0; max-width: none; }
	.pf-chip { position: absolute; left: var(--x); top: var(--y); min-height: 42px; font-size: 0.9rem; rotate: var(--r, 0deg); }
	.pf-chip--big { min-height: 50px; padding: 0 22px; font-size: 1.06rem; }
}

/* ----------------------------- Home: spotlight ----------------------------- */
.pf-spot {
	position: relative; max-width: 820px; margin: var(--sp-8) auto 0; padding-inline: var(--sp-6);
	display: flex; flex-direction: column; align-items: center; text-align: center; gap: var(--sp-4);
}
.pf-spot__head { display: flex; align-items: center; gap: var(--sp-4); }
.pf-spot__name { font-size: clamp(1.7rem, 1.2rem + 2vw, 2.9rem); font-weight: 400; min-width: 0; }
.pf-spot__step {
	flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%;
	border: 1px solid rgba(201, 162, 76, 0.3); background: transparent; color: var(--c-text-muted);
	font-size: 1.3rem; line-height: 1; cursor: pointer; transition: color .25s, border-color .25s;
}
.pf-spot__step:hover { color: var(--c-gold-soft); border-color: var(--c-gold); }
.pf-spot__most { color: var(--c-text-dim); text-decoration: line-through; text-decoration-color: rgba(138, 133, 124, 0.7); }
.pf-spot__mine {
	font-family: var(--font-display); font-style: italic; color: var(--c-gold-soft);
	font-size: clamp(1.3rem, 1rem + 1.4vw, 1.9rem); line-height: 1.3; max-width: 720px; text-wrap: balance;
}
.pf-spot__actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: var(--sp-4) var(--sp-6); margin-top: var(--sp-2); }
.pf-spot__seen { color: var(--c-text-muted); font-size: 0.92rem; }
.pf-spot__seen:hover { color: var(--c-gold-soft); }
.pf-spot__tick { width: 160px; height: 2px; border-radius: 2px; background: rgba(201, 162, 76, 0.15); overflow: hidden; margin-top: var(--sp-2); visibility: hidden; }
.pf-spot.is-auto .pf-spot__tick { visibility: visible; }
.pf-spot__tick span { display: block; height: 100%; width: 0; background: var(--c-gold); }
.pf-spot.is-auto .pf-spot__tick span { animation: pf-tick var(--pf-rotate, 5000ms) linear infinite; }
.pf-spot.is-changing .pf-spot__name, .pf-spot.is-changing .pf-spot__mine, .pf-spot.is-changing .pf-spot__most { animation: pf-rise .5s var(--ease) both; }

/* ----------------------------- Home: flip the switch ----------------------------- */
.pf-flip { padding-block: var(--sp-32) 0; }
.pf-flip__control { display: flex; align-items: center; justify-content: center; gap: var(--sp-4); margin-top: var(--sp-8); }
.pf-switch {
	position: relative; width: 340px; max-width: calc(100vw - 48px); height: 56px; padding: 0;
	border-radius: 100px; border: 1px solid rgba(201, 162, 76, 0.35); background: var(--c-bg-2); cursor: pointer;
	display: grid; grid-template-columns: 1fr 1fr;
}
.pf-switch__knob {
	position: absolute; top: 4px; left: 4px; width: calc(50% - 6px); height: calc(100% - 8px);
	border-radius: 100px; background: #2E2E35; transition: left .45s var(--ease), background .45s;
}
.pf-switch__label { position: relative; display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 0.95rem; transition: color .45s var(--ease); }
.pf-switch__label--usual { color: var(--c-text); }
.pf-switch__label--ty { color: var(--c-text-muted); }
.pf-flip.is-ty .pf-switch__knob { left: calc(50% + 2px); background: var(--grad-gold); }
.pf-flip.is-ty .pf-switch__label--usual { color: var(--c-text-dim); }
.pf-flip.is-ty .pf-switch__label--ty { color: #0B0B0D; }
.pf-flip__nudge { color: var(--c-gold); font-size: 0.9rem; animation: pf-nudge 1.6s ease-in-out infinite; }
.pf-flip.is-ty .pf-flip__nudge { visibility: hidden; }
.pf-flip__lines { list-style: none; padding: 0; margin: var(--sp-12) auto 0; max-width: 1000px; }
.pf-flip__line {
	display: grid; grid-template-columns: 1fr; gap: var(--sp-2);
	padding-block: var(--sp-6); border-top: 1px solid var(--c-border);
}
.pf-flip__k { font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--c-text-dim); font-weight: 600; }
.pf-flip__text {
	font-family: var(--font-display); font-size: clamp(1.45rem, 1rem + 1.8vw, 2.25rem); line-height: 1.2;
	color: var(--c-text-dim); transition: color .5s var(--ease), opacity .25s var(--ease);
}
.pf-flip.is-ty .pf-flip__text { color: var(--c-gold-soft); font-style: italic; }
.pf-flip__text.is-fading { opacity: 0; }
@media (min-width: 760px) {
	.pf-flip__line { grid-template-columns: 180px 1fr; align-items: baseline; gap: var(--sp-8); }
}

/* ----------------------------- Home: the three differences ----------------------------- */
.pf-why { padding-block: var(--sp-24) 0; }
.pf-why__tabs { display: grid; grid-template-columns: 1fr; gap: 0; }
.pf-why__tab {
	display: flex; align-items: baseline; gap: var(--sp-4); text-align: left;
	padding: var(--sp-4) 0; background: none; border: 0; border-bottom: 2px solid var(--c-border);
	color: var(--c-text-dim); cursor: pointer; transition: color .3s, border-color .3s;
}
.pf-why__tab.is-active { color: var(--c-text); border-bottom-color: var(--c-gold); }
.pf-why__num { font-family: var(--font-display); font-size: 1.6rem; line-height: 1; color: rgba(228, 200, 120, 0.4); }
.pf-why__title { font-family: var(--font-display); font-size: clamp(1.25rem, 1rem + 1vw, 1.65rem); line-height: 1.2; }
.pf-why__panel { display: grid; grid-template-columns: 1fr; gap: var(--sp-6); margin-top: var(--sp-8); animation: pf-rise .5s var(--ease) both; }
.pf-why__panel[hidden] { display: none; }
.pf-why__body { font-size: clamp(1.1rem, 1rem + 0.5vw, 1.3rem); line-height: 1.6; }
.pf-why__proof { color: var(--c-text-muted); padding-left: var(--sp-6); border-left: 1px solid rgba(201, 162, 76, 0.4); }
.pf-why__proof strong { color: var(--c-gold-soft); font-weight: 600; }
@media (min-width: 860px) {
	.pf-why__tabs { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--sp-8); }
	.pf-why__tab { flex-direction: column; gap: var(--sp-3); padding: 0 0 var(--sp-6); }
	.pf-why__num { font-size: 2.75rem; }
	.pf-why__panel { grid-template-columns: 1.4fr 1fr; gap: var(--sp-16); align-items: start; }
}

/* ----------------------------- Home: featured work ----------------------------- */
.pf-work { padding-block: var(--sp-24) 0; }
.pf-work__list { margin-top: var(--sp-8); border-bottom: 1px solid var(--c-border); }
.pf-work__item { border-top: 1px solid var(--c-border); }
.pf-work__row {
	width: 100%; display: grid; grid-template-columns: 36px minmax(0, 1fr) 32px; align-items: center; gap: var(--sp-3);
	padding: var(--sp-6) 0; background: none; border: 0; color: var(--c-text); text-align: left; cursor: pointer;
	transition: padding-left .3s var(--ease);
}
.pf-work__row:hover { padding-left: 10px; }
.pf-work__num { font-size: 0.8rem; color: var(--c-text-dim); }
.pf-work__name { font-family: var(--font-display); font-size: clamp(1.6rem, 1.1rem + 2vw, 2.5rem); transition: color .3s; }
.pf-work__kind { display: none; color: var(--c-text-muted); }
.pf-work__item.is-open .pf-work__name { color: var(--c-gold-soft); }
.pf-work__sign { position: relative; width: 18px; height: 18px; justify-self: center; }
.pf-work__sign::before, .pf-work__sign::after {
	content: ''; position: absolute; left: 0; top: 50%; width: 100%; height: 2px; margin-top: -1px;
	background: var(--c-gold-soft); transition: rotate .3s var(--ease);
}
.pf-work__sign::after { rotate: 90deg; }
.pf-work__item.is-open .pf-work__sign::after { rotate: 0deg; }
.pf-work__panel { display: grid; grid-template-columns: 1fr; gap: var(--sp-6); padding: 0 0 var(--sp-8); animation: pf-rise .5s var(--ease) both; }
.pf-work__panel[hidden] { display: none; }
.pf-work__story { display: flex; flex-direction: column; gap: var(--sp-4); }
.pf-work__story p { font-size: 1.1rem; line-height: 1.6; max-width: 560px; }
.pf-work__diff { display: flex; flex-direction: column; align-items: flex-start; gap: var(--sp-3); }
.pf-work__label { font-size: 0.75rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--c-text-dim); font-weight: 600; }
.pf-work__diff p { font-family: var(--font-display); font-style: italic; font-size: 1.25rem; line-height: 1.4; color: var(--c-gold-soft); }
@media (min-width: 860px) {
	.pf-work__row { grid-template-columns: 70px minmax(0, 1fr) 320px 40px; gap: var(--sp-6); }
	.pf-work__kind { display: block; }
	.pf-work__panel { grid-template-columns: 70px minmax(0, 1fr) 360px; gap: var(--sp-6); }
	.pf-work__panel::before { content: ''; }
}

/* ----------------------------- Home: closing call ----------------------------- */
.pf-cta { position: relative; padding-block: var(--sp-32) var(--sp-24); overflow: hidden; }
.pf-cta__glow {
	position: absolute; left: 50%; top: 40px; width: min(600px, 100vw); height: 360px; translate: -50% 0; border-radius: 50%;
	background: radial-gradient(closest-side, rgba(200, 162, 76, 0.13), rgba(200, 162, 76, 0) 70%);
	animation: pf-breathe 11s ease-in-out infinite; pointer-events: none;
}
.pf-cta__title { position: relative; font-size: clamp(2.3rem, 1.2rem + 4.2vw, 4.1rem); line-height: 1.04; max-width: 860px; font-weight: 400; text-wrap: balance; }
.pf-cta__copy { position: relative; color: var(--c-text-muted); font-size: 1.06rem; max-width: 520px; margin-top: var(--sp-4); }
.pf-cta__actions { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: var(--sp-4) var(--sp-8); margin-top: var(--sp-8); }

/* ----------------------------- /start/: hero + helper ----------------------------- */
.pf-start-hero { padding: var(--sp-16) 0 var(--sp-12); }
.pf-start-hero__title { font-size: clamp(2.2rem, 1.3rem + 3.6vw, 3.75rem); line-height: 1.05; font-weight: 400; }
.pf-start-hero__copy { color: var(--c-text-muted); font-size: 1.06rem; max-width: 520px; margin-top: var(--sp-4); }

.pf-helper__inner { max-width: 720px; margin-inline: auto; padding-inline: var(--sp-6); display: flex; flex-direction: column; gap: var(--sp-6); }
.pf-msg { display: flex; gap: 14px; align-items: flex-start; animation: pf-rise .6s var(--ease) both; }
.pf-msg .tyb-mark { margin-top: 3px; }
.pf-msg__big { font-family: var(--font-display); font-size: clamp(1.25rem, 1.05rem + 0.8vw, 1.5rem); line-height: 1.4; }
.pf-msg__q { color: var(--c-text-muted); font-size: 1.06rem; }
.pf-ask {
	display: flex; align-items: center; gap: 12px; margin-left: 44px; min-height: 58px; padding: 0 7px 0 22px;
	border-radius: 100px; background: rgba(26, 26, 31, 0.7); box-shadow: inset 0 0 0 1px rgba(201, 162, 76, 0.22);
}
.pf-ask__input { flex: 1; min-width: 0; background: none; border: 0; outline: none; color: var(--c-text); font: inherit; font-size: 1rem; padding: 12px 0; }
.pf-ask__input::placeholder { color: var(--c-text-dim); }
.pf-ask__send {
	flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; border: 0; cursor: pointer;
	background: var(--grad-gold); color: #0B0B0D; display: flex; align-items: center; justify-content: center;
}
.pf-chat { display: flex; flex-direction: column; gap: var(--sp-6); }
.pf-chat:empty { display: none; }
.pf-step { display: flex; flex-direction: column; gap: var(--sp-3); margin-left: 44px; animation: pf-rise .6s var(--ease) both; }
.pf-you { align-self: flex-end; max-width: 80%; padding: 10px 18px; border-radius: 22px; background: var(--c-surface); animation: pf-rise .6s var(--ease) both; }
.pf-opts { display: flex; flex-wrap: wrap; gap: 10px; }
.pf-opt {
	min-height: 44px; padding: 0 17px; border-radius: 100px; cursor: pointer;
	border: 1px solid rgba(201, 162, 76, 0.3); background: transparent; color: var(--c-text);
	font: 500 0.92rem/1.2 var(--font-body); transition: background .25s, color .25s, border-color .25s;
}
.pf-opt:hover { border-color: var(--c-gold); }
.pf-opt.is-on { background: var(--grad-gold); color: #0B0B0D; font-weight: 600; border-color: var(--c-gold); }
.pf-summary { padding-top: var(--sp-6); border-top: 1px solid rgba(201, 162, 76, 0.2); }
.pf-summary__label { font-size: 0.78rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--c-gold); font-weight: 600; }
.pf-summary__range { font-family: var(--font-display); font-size: clamp(2.4rem, 1.6rem + 3vw, 4rem); line-height: 1; color: var(--c-gold-soft); }
.pf-summary__diff { line-height: 1.6; }
.pf-summary__diff strong { color: var(--c-gold-soft); }
.pf-summary__fine { color: var(--c-text-muted); font-size: 0.92rem; }
.pf-summary__actions { display: flex; flex-wrap: wrap; align-items: center; gap: var(--sp-4) var(--sp-6); margin-top: var(--sp-2); }
.pf-textbtn { background: none; border: 0; padding: 0; cursor: pointer; color: var(--c-text-muted); font: inherit; }
.pf-textbtn:hover { color: var(--c-gold-soft); }
.pf-contact { display: flex; flex-direction: column; gap: var(--sp-4); margin-left: 44px; animation: pf-rise .6s var(--ease) both; }
.pf-contact[hidden] { display: none; }
.pf-contact__row { display: grid; grid-template-columns: 1fr; gap: var(--sp-4); }
.pf-line {
	width: 100%; background: transparent; border: 0; border-bottom: 1px solid rgba(201, 162, 76, 0.35);
	color: var(--c-text); font: inherit; font-size: 1.06rem; padding: 10px 0; outline: none; border-radius: 0;
}
.pf-line:focus { border-bottom-color: var(--c-gold-soft); }
.pf-line::placeholder { color: var(--c-text-dim); }
.pf-contact__actions { display: flex; flex-wrap: wrap; align-items: center; gap: var(--sp-4) var(--sp-6); margin-top: var(--sp-2); }
.pf-contact__msg { color: var(--c-text-dim); font-size: 0.9rem; }
.pf-contact__msg.is-error { color: #E7A07A; }
@media (min-width: 640px) { .pf-contact__row { grid-template-columns: 1fr 1fr; gap: var(--sp-8); } }
@media (max-width: 520px) {
	.pf-ask, .pf-step, .pf-contact { margin-left: 0; }
}

/* ----------------------------- /start/: services ----------------------------- */
.pf-services { padding-block: var(--sp-24) var(--sp-16); }
.pf-services__head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: var(--sp-4); margin-bottom: var(--sp-8); }
.pf-services__note { color: var(--c-text-muted); max-width: 300px; }
.pf-services__cols { display: none; }
.pf-services__group + .pf-services__group { margin-top: var(--sp-12); }
.pf-services__gtitle { font-family: var(--font-display); font-style: italic; font-weight: 400; font-size: 1.6rem; color: var(--c-gold-soft); padding-bottom: var(--sp-3); }
.pf-svc {
	width: 100%; display: grid; grid-template-columns: 1fr 24px; gap: 4px var(--sp-4); align-items: center;
	padding: var(--sp-4) 0; border: 0; border-top: 1px solid var(--c-border); background: none;
	color: var(--c-text); text-align: left; cursor: pointer; font: inherit; transition: padding-left .3s var(--ease);
}
.pf-svc:hover { padding-left: 10px; }
.pf-svc__name { font-weight: 600; font-size: 1.05rem; grid-column: 1; }
.pf-svc__most { grid-column: 1; font-size: 0.9rem; color: var(--c-text-dim); text-decoration: line-through; text-decoration-color: rgba(138, 133, 124, 0.6); }
.pf-svc__mine { grid-column: 1; font-size: 0.95rem; line-height: 1.45; }
.pf-svc__arrow { grid-column: 2; grid-row: 1 / span 3; color: var(--c-gold-soft); opacity: .5; transition: opacity .3s, translate .3s; }
.pf-svc:hover .pf-svc__arrow { opacity: 1; translate: 4px 0; }
@media (min-width: 900px) {
	.pf-services__cols, .pf-svc { grid-template-columns: 260px minmax(0, 1fr) minmax(0, 1.25fr) 30px; gap: var(--sp-6); }
	.pf-services__cols { display: grid; font-size: 0.75rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--c-text-dim); font-weight: 600; padding-bottom: var(--sp-2); }
	.pf-services__cols span:nth-child(3) { color: var(--c-gold); }
	.pf-svc__name, .pf-svc__most, .pf-svc__mine, .pf-svc__arrow { grid-column: auto; grid-row: auto; }
}

/* ----------------------------- /blackeys/ ----------------------------- */
.bk-hero { position: relative; overflow: hidden; padding-block: var(--sp-16); }
.bk-hero__bg {
	position: absolute; inset: -40px; background-size: cover; background-position: 50% 45%;
	filter: blur(26px) brightness(.55); animation: bk-zoom 30s ease-in-out infinite alternate;
}
.bk-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11, 11, 13, 0.3) 0%, rgba(11, 11, 13, 0.2) 50%, var(--c-bg) 100%); }
@keyframes bk-zoom { from { scale: 1.08; } to { scale: 1.16; } }
.bk-hero__inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: var(--sp-8); text-align: center; }
.bk-hero__art { width: min(300px, 78vw); flex-shrink: 0; }
.bk-hero__art img { display: block; width: 100%; height: auto; border-radius: 6px; box-shadow: 0 40px 90px -30px rgba(0, 0, 0, 0.9); }
.bk-hero__body { display: flex; flex-direction: column; align-items: center; gap: var(--sp-4); max-width: 560px; }
.bk-hero__title { font-size: clamp(3rem, 1.6rem + 6vw, 6.5rem); line-height: 0.95; font-weight: 400; }
.bk-hero__meta { font-weight: 500; }
.bk-hero__copy { font-size: 1.1rem; line-height: 1.6; color: #D8D3C8; }
.bk-hero__copy em { font-family: var(--font-display); color: var(--c-gold-soft); }
.bk-hero__actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: var(--sp-4) var(--sp-6); margin-top: var(--sp-2); }
@media (min-width: 900px) {
	.bk-hero { padding-block: var(--sp-24) var(--sp-16); }
	.bk-hero__inner { flex-direction: row; text-align: left; gap: var(--sp-16); }
	.bk-hero__art { width: 440px; }
	.bk-hero__body, .bk-hero__actions { align-items: flex-start; justify-content: flex-start; }
}

.bk-tracks { padding-block: var(--sp-12) 0; }
.bk-tracks__head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: var(--sp-2); margin-bottom: var(--sp-6); }
.bk-tracks__hint, .bk-tracks__note { color: var(--c-text-dim); font-size: 0.9rem; }
.bk-tracks__note { margin-top: var(--sp-6); }
.bk-tracks__list { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr; column-gap: var(--sp-16); }
.bk-track {
	width: 100%; display: grid; grid-template-columns: 40px minmax(0, 1fr) 60px; align-items: center; gap: 14px;
	min-height: 60px; border: 0; border-top: 1px solid var(--c-border); background: none;
	color: var(--c-text); text-align: left; cursor: pointer; font: inherit; transition: padding-left .3s var(--ease);
}
.bk-track:hover { padding-left: 8px; }
.bk-track__num { font-size: 0.85rem; color: var(--c-text-dim); }
.bk-track__name { font-weight: 500; font-size: 1.03rem; transition: color .3s; }
.bk-track__len { font-size: 0.85rem; color: var(--c-text-dim); text-align: right; }
.bk-eq { display: none; align-items: flex-end; gap: 3px; height: 16px; }
.bk-eq i { width: 3px; height: 16px; background: var(--c-gold-soft); transform-origin: bottom; animation: bk-eq .9s ease-in-out infinite; }
.bk-eq i:nth-child(2) { animation-delay: -.3s; }
.bk-eq i:nth-child(3) { animation-delay: -.6s; }
@keyframes bk-eq { 0%,100% { scale: 1 .3; } 50% { scale: 1 1; } }
.bk-track.is-playing .bk-eq { display: flex; }
.bk-track.is-playing .bk-track__num { display: none; }
.bk-track.is-playing .bk-track__name { color: var(--c-gold-soft); font-weight: 600; }
@media (min-width: 900px) { .bk-tracks__list { grid-template-columns: 1fr 1fr; } }

.bk-about { padding-block: var(--sp-24); }
.bk-about__grid { display: grid; grid-template-columns: 1fr; gap: var(--sp-8); }
.bk-about__title { font-size: clamp(1.6rem, 1.2rem + 1.4vw, 2.1rem); line-height: 1.2; font-weight: 400; }
.bk-about h3 { font-family: var(--font-display); font-style: italic; font-weight: 400; font-size: 1.4rem; color: var(--c-gold-soft); margin-bottom: var(--sp-2); }
.bk-about p { color: var(--c-text-muted); }
@media (min-width: 900px) { .bk-about__grid { grid-template-columns: minmax(0, 1fr) repeat(3, minmax(0, 0.8fr)); gap: var(--sp-12); } }

/* ----------------------------- /media-kit/ ----------------------------- */
.mk-hero { padding: calc(var(--header-h) + var(--sp-12)) 0 var(--sp-12); }
.mk-hero__inner { display: grid; grid-template-columns: 1fr; gap: var(--sp-8); justify-items: center; text-align: center; animation: pf-rise .9s var(--ease) both; }
.mk-hero__photo {
	width: 180px; height: 180px; border-radius: 50%; overflow: hidden;
	box-shadow: 0 0 0 1px rgba(201, 162, 76, 0.45), 0 0 0 10px rgba(201, 162, 76, 0.06), 0 30px 80px -20px rgba(0, 0, 0, 0.8);
}
.mk-hero__photo picture, .mk-hero__photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.mk-hero__title { font-size: clamp(2.6rem, 1.6rem + 4vw, 4.4rem); line-height: 1; font-weight: 400; }
.mk-hero__tag { font-family: var(--font-display); font-style: italic; color: var(--c-gold-soft); font-size: clamp(1.15rem, 1rem + 0.6vw, 1.45rem); line-height: 1.35; margin-top: var(--sp-4); text-wrap: balance; }
.mk-hero__bio { color: var(--c-text-muted); max-width: 560px; margin-top: var(--sp-4); font-size: 1.05rem; }
.mk-hero__actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: var(--sp-4) var(--sp-8); margin-top: var(--sp-8); }
.mk-print { background: none; border: 0; padding: 0; font: inherit; cursor: pointer; }
@media (min-width: 860px) {
	.mk-hero__inner { grid-template-columns: 240px minmax(0, 1fr); align-items: center; justify-items: start; text-align: left; gap: var(--sp-12); }
	.mk-hero__photo { width: 240px; height: 240px; }
	.mk-hero__actions { justify-content: flex-start; }
}

.mk-facts__list {
	list-style: none; padding: var(--sp-8) 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--sp-8) var(--sp-6);
	border-top: 1px solid var(--c-border); border-bottom: 1px solid var(--c-border);
}
.mk-facts__list li { display: flex; flex-direction: column; gap: var(--sp-2); }
.mk-facts__n { font-family: var(--font-display); font-size: clamp(2rem, 1.5rem + 2vw, 2.9rem); line-height: 1; color: var(--c-gold-soft); }
.mk-facts__l { font-size: 0.9rem; line-height: 1.45; color: var(--c-text-muted); }
@media (min-width: 860px) { .mk-facts__list { grid-template-columns: repeat(5, minmax(0, 1fr)); } }

.mk-section { padding-block: var(--sp-24) 0; }
.mk-groups { display: grid; grid-template-columns: 1fr; gap: var(--sp-12); margin-top: var(--sp-8); }
.mk-svc { list-style: none; padding: 0; }
.mk-svc li { display: flex; flex-direction: column; gap: 2px; padding-block: var(--sp-3); border-top: 1px solid var(--c-border); }
.mk-svc strong { font-weight: 600; }
.mk-svc span { font-size: 0.92rem; line-height: 1.45; color: var(--c-text-muted); }
@media (min-width: 900px) { .mk-groups { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--sp-8); } }

.mk-work { list-style: none; padding: 0; margin-top: var(--sp-8); border-bottom: 1px solid var(--c-border); }
.mk-work__item { display: grid; grid-template-columns: 1fr; gap: var(--sp-3); padding-block: var(--sp-8); border-top: 1px solid var(--c-border); }
.mk-work__name { font-size: clamp(1.6rem, 1.1rem + 2vw, 2.3rem); line-height: 1.1; font-weight: 400; }
.mk-work__name a { color: var(--c-text); transition: color .3s; }
.mk-work__name a:hover { color: var(--c-gold-soft); }
.mk-work__kind { color: var(--c-text-muted); margin-top: var(--sp-1); }
.mk-work__story { display: flex; flex-direction: column; gap: var(--sp-4); }
.mk-work__story p { font-size: 1.05rem; line-height: 1.6; }
.mk-work__diff { font-family: var(--font-display); font-style: italic; font-size: 1.15rem; line-height: 1.4; color: var(--c-gold-soft); }
@media (min-width: 900px) {
	.mk-work__item { grid-template-columns: 60px minmax(0, 0.9fr) minmax(0, 1.3fr) minmax(0, 0.8fr); gap: var(--sp-6); align-items: start; }
}

.mk-why { display: grid; grid-template-columns: 1fr; gap: var(--sp-12); margin-top: var(--sp-8); }
.mk-why > div { display: flex; flex-direction: column; gap: var(--sp-4); }
.mk-why p { color: var(--c-text-muted); }
@media (min-width: 900px) { .mk-why { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--sp-8); } }

.mk-contact { padding-bottom: var(--sp-24); }
.mk-contact__list { display: grid; grid-template-columns: 1fr; margin-top: var(--sp-8); }
.mk-contact__list > div { display: grid; grid-template-columns: 130px minmax(0, 1fr); gap: var(--sp-4); padding-block: var(--sp-4); border-top: 1px solid var(--c-border); }
.mk-contact__list dt { padding-top: 3px; font-size: 0.75rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--c-text-dim); font-weight: 600; }
.mk-contact__list dd { margin: 0; overflow-wrap: anywhere; }
.mk-contact__list a { color: var(--c-gold-soft); }
.mk-contact__list a:hover { color: var(--c-gold); }
@media (min-width: 900px) { .mk-contact__list { grid-template-columns: 1fr 1fr; column-gap: var(--sp-12); } }

/* Save as PDF: keep the dark look, drop the site chrome and the button itself. */
@media print {
	.mk-body { background: var(--c-bg); -webkit-print-color-adjust: exact; print-color-adjust: exact; }
	.mk-body .site-header, .mk-body .site-footer, .mk-body .skip-link, .mk-body [data-tyb-popup], .mk-print { display: none !important; }
	.mk-hero { padding-top: 0; }
	.mk-hero__inner { animation: none; }
	.mk-section { padding-top: var(--sp-12); }
	.mk-work__item, .mk-svc li, .mk-why > div, .mk-contact__list > div { break-inside: avoid; }
}
