/* MARKZ — cinematic presskit. Artist content lives in content.js. */
:root {
  --background: #050505; --panel: #101010; --red: #e3142a; --deep-red: #75000d;
  --cream: #ffe1bf; --text: #e8ded2; --muted: #aaa49d; --line: #ffffff22;
  --heading: 'Barlow Condensed', 'Arial Narrow', Impact, sans-serif;
  --body: 'Space Grotesk', Arial, sans-serif;
  --gutter: clamp(24px, 6vw, 100px); --ease: cubic-bezier(.2,.65,.25,1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--background); color: var(--text); font: 16px/1.65 var(--body); overflow-x: hidden; }
main { overflow: clip; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: none; }
a, button, summary { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
a, button { transition: color .25s, background .25s, border-color .25s, box-shadow .3s; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--red); outline-offset: 6px; }
::selection { background: #9a0d1d; color: #fff; }
h1, h2, h3, p, figure { margin: 0; }
img { display: block; width: 100%; object-fit: cover; }
h1, h2 { font-family: var(--heading); font-weight: 700; line-height: .9; letter-spacing: -.025em; color: var(--cream); }
h2 { font-size: clamp(64px, 7.6vw, 120px); }
h2 em { font-style: normal; color: var(--red); }
.skip-link { position: fixed; top: -100px; left: 20px; padding: 12px 20px; background: var(--cream); color: #000; z-index: 99; }
.skip-link:focus { top: 20px; }
/* Quiet texture. No pointer tracking or cursor replacement. */
.site-grain { position: fixed; inset: -20%; pointer-events: none; z-index: 35; opacity: .022; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath d='M0 0h180v180H0z' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); animation: grain-shift 1.5s steps(2) infinite; }
.site-header { position: fixed; z-index: 40; inset: 0 0 auto; display: flex; align-items: center; gap: 30px; padding: 26px var(--gutter); border-bottom: 1px solid #ffffff16; background: transparent; transition: background .4s, padding .4s, backdrop-filter .4s; }
.site-header.scrolled { background: #080808e8; backdrop-filter: blur(18px); padding-top: 18px; padding-bottom: 18px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; font: 800 35px/.9 var(--heading); letter-spacing: -1px; color: var(--cream); }
.brand-line { width: 5px; height: 22px; background: var(--red); transform: skew(-16deg); }
.header-caption { border-left: 1px solid var(--line); padding-left: 28px; font-size: 12px; letter-spacing: 1.5px; color: var(--muted); }
nav { margin-left: auto; display: flex; align-items: center; gap: 32px; font-size: 14px; letter-spacing: .7px; }
nav a { position: relative; padding: 3px 0; }
nav a:after { content: ''; height: 1px; background: var(--red); position: absolute; inset: auto 0 -5px; transform: scaleX(0); transform-origin: left; transition: transform .3s; }
nav a:hover:after, nav a[aria-current]:after { transform: scaleX(1); }
nav a:hover, nav a[aria-current] { color: var(--red); }
.nav-contact span { color: var(--red); margin-left: 14px; }
.menu-toggle { display: none; }
.eyebrow { font-size: 12px; letter-spacing: 1.5px; line-height: 1.5; font-weight: 500; }
/* The opening cover pairs the supplied portrait with oversized typography. */
.hero { position: relative; isolation: isolate; display: grid; grid-template-columns: 1.12fr 1fr; gap: 5vw; align-items: center; min-height: 100svh; padding: 134px var(--gutter) 100px; background: #050505; }
.hero-content { position: relative; z-index: 3; grid-column: 1; grid-row: 1; min-width: 0; }
.hero-visual { position: relative; grid-column: 2; grid-row: 1; z-index: 1; height: clamp(540px, 69svh, 850px); width: 100%; overflow: hidden; background: #15080a; border: 1px solid #ffffff20; }
.hero-visual:before { content: ''; position: absolute; z-index: 2; left: 0; top: 0; width: 1px; height: 34%; background: var(--red); }
.hero-visual:after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(0deg, #050505b3, transparent 25%); }
.hero-visual img { height: 100%; object-position: 50% 15%; filter: saturate(.74) brightness(.85); scale: 1.025; transform: translate3d(0, var(--parallax, 0px), 0); }
.hero-photo-caption { position: absolute; z-index: 3; bottom: 24px; left: 24px; right: 24px; display: flex; justify-content: space-between; gap: 12px; font-size: 12px; letter-spacing: 1px; }
.hero h1 { position: relative; z-index: 3; font-weight: 800; font-size: clamp(145px, 23vw, 365px); line-height: .81; letter-spacing: -.035em; margin: 36px 0 30px; white-space: nowrap; }
.red-square { display: inline-block; width: 6px; height: 6px; background: var(--red); margin: 0 12px 2px 0; }
.hero-genres { font-size: 14px; letter-spacing: 1px; text-transform: uppercase; max-width: 490px; }
.hero-statement { margin: 28px 0 30px; font-size: 21px; line-height: 1.5; white-space: pre-line; color: #bfb4aa; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 28px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 52px; padding: 16px 22px; font-size: 14px; letter-spacing: .6px; }
.button.primary { background: var(--red); color: #fff1e1; border: 1px solid var(--red); }
.button.primary:hover { background: #bf1124; box-shadow: 0 5px 25px #e3142a18; }
.button.outlined { border: 1px solid #ffffff45; color: var(--cream); }
.button.outlined:hover { background: var(--red); border-color: var(--red); }
.quiet-link { display: inline-flex; align-items: center; gap: 22px; padding: 12px 0; font-size: 12px; letter-spacing: .7px; }
.quiet-link span { color: var(--red); font-size: 19px; }
.quiet-link:hover { color: var(--red); }
.hero-footer { position: absolute; left: var(--gutter); right: var(--gutter); bottom: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 12px; letter-spacing: 1px; color: var(--muted); }
.hero-footer a { color: var(--cream); }
.hero-footer a span { margin-left: 20px; color: var(--red); }
.hero-light { position: absolute; pointer-events: none; inset: 0 -10% 0 35%; background: radial-gradient(ellipse at 60% 65%, #75000d32, transparent 65%); animation: light-drift 16s ease-in-out infinite alternate; animation-play-state: paused; }
.sculpture { position: absolute; pointer-events: none; mix-blend-mode: screen; }
.sculpture img { aspect-ratio: 1; animation: metal-orbit 36s linear infinite; animation-play-state: paused; }
.hero-sculpture { z-index: 0; width: 310px; left: 23%; bottom: -40px; opacity: .44; }
.motion-zone.is-in-view .sculpture img, .motion-zone.is-in-view .hero-light { animation-play-state: running; }
/* Section transitions, editorial biography and compact artist facts. */
.section { position: relative; padding: 95px var(--gutter) 108px; }
.section-top { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); padding-top: 20px; margin-bottom: 62px; }
.section-top:before { content: ''; position: absolute; top: -1px; left: 0; width: 60px; height: 1px; background: var(--red); transform-origin: left; }
.section-top .eyebrow b { color: var(--red); font-weight: 500; margin-right: 12px; }
.section-aside { color: var(--muted); font-size: 12px; letter-spacing: 1px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 35px; margin-bottom: 55px; }
.display-heading { font-size: clamp(82px, 10.5vw, 170px); white-space: nowrap; }
.section-description { color: var(--muted); font-size: 14px; }
.bio-grid { display: grid; grid-template-columns: .94fr 1.1fr; gap: 10%; align-items: start; }
.bio-visual { position: relative; padding: 0 24px 40px 0; }
.bio-portrait { position: relative; z-index: 1; overflow: hidden; background: #171717; }
.bio-portrait img { aspect-ratio: 4 / 5; height: auto; filter: grayscale(1) contrast(1.03); }
.bio-portrait figcaption { position: absolute; bottom: 24px; left: 24px; font-size: 12px; letter-spacing: 1px; }
.bio-portrait:after { content: ''; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent,#0008); pointer-events: none; }
.bio-portrait figcaption { z-index: 2; }
.portrait-side-label { position: absolute; top: 0; right: 0; writing-mode: vertical-rl; font-size: 12px; color: var(--muted); letter-spacing: 1px; }
.bio-sculpture { width: 260px; bottom: -90px; left: -100px; opacity: .35; z-index: 0; }
.bio-copy { padding-top: 4px; }
.bio-copy h3 { color: var(--cream); }
.red-rule { display: block; width: 50px; height: 2px; background: var(--red); margin: 22px 0 28px; transform-origin: left; }
.bio-short { font-size: 17px; color: #bfb6ad; line-height: 1.85; }
.bio-short p + p { margin-top: 1.2em; }
.bio-short p:first-child { color: var(--text); }
.extended-bio { margin-top: 28px; border-block: 1px solid var(--line); }
.extended-bio summary { display: flex; justify-content: space-between; cursor: pointer; list-style: none; font-size: 12px; letter-spacing: 1px; padding: 16px 0; }
.extended-bio summary::-webkit-details-marker { display: none; }
.extended-bio summary span { color: var(--red); font-size: 22px; }
.extended-bio[open] summary span { transform: rotate(45deg); }
.extended-bio p { font-size: 16px; color: var(--muted); margin-bottom: 20px; }
.artist-facts { position: relative; display: grid; grid-template-columns: .8fr 1fr 1.5fr; border-top: 1px solid var(--line); padding: 30px 0 0; margin: 62px 0 0; }
.artist-facts>div { padding-left: 30px; border-left: 1px solid var(--line); }
.artist-facts>div:first-child { padding: 0; border: 0; }
.artist-facts dt { font-size: 12px; color: var(--muted); letter-spacing: 1px; margin-bottom: 10px; }
.artist-facts dd { margin: 0; color: var(--cream); font-size: 20px; }
/* Four supplied photographs, intentionally asymmetric on wide screens. */
.media { background: #0a0a0a; }
.media-heading .display-heading { font-size: clamp(110px, 18vw, 280px); line-height: .81; }
.media-heading-aside { display: flex; flex-direction: column; align-items: flex-end; gap: 18px; padding-bottom: 4px; }
.photo-gallery { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 55px 30px; align-items: start; }
.photo-card { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; text-align: left; background: #151515; min-width: 0; }
.photo-card:nth-child(4n+1) { grid-column: 1 / span 6; }
.photo-card:nth-child(4n+2) { grid-column: 8 / span 5; margin-top: 100px; }
.photo-card:nth-child(4n+3) { grid-column: 1 / span 5; margin-top: 0; }
.photo-card:nth-child(4n+4) { grid-column: 7 / span 6; margin-top: 75px; }
.photo-card img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: contain; filter: saturate(.7) brightness(.94); transition: scale 1s var(--ease), filter .6s; }
.photo-card:hover img { filter: saturate(1) brightness(1); scale: 1.018; }
.photo-card.landscape img { aspect-ratio: 3 / 2; }
.photo-overlay { position: absolute; bottom: 0; inset-inline: 0; display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 45px 24px 22px; background: linear-gradient(transparent,#000c); font-size: 12px; letter-spacing: .7px; }
.photo-overlay>span:last-child { font-size: 24px; }
.media-note { margin-top: 32px; color: var(--muted); font-size: 12px; }
/* Official music access; no invented tracks and no synthetic audio engine. */
.music-heading-aside { text-align: right; }
.music { isolation: isolate; }
.featured-music { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; border: 1px solid var(--line); background: #0d0d0d; }
.featured-art { display: block; position: relative; overflow: hidden; min-height: 470px; }
.featured-art img { width: 100%; height: 100%; position: absolute; inset: 0; object-position: 50% 36%; filter: grayscale(1) brightness(.63); transition: scale 1s var(--ease), filter .5s; }
.featured-art:after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg,#75000d55,transparent 60%); transition: background .5s; }
.featured-art:hover img { scale: 1.035; filter: grayscale(.5) brightness(.75); }
.featured-art-label { position: absolute; top: 25px; left: 28px; z-index: 1; font-size: 12px; letter-spacing: 1px; }
.listen-indicator { position: absolute; z-index: 1; bottom: 28px; left: 28px; display: flex; align-items: center; gap: 18px; font-size: 14px; letter-spacing: 1px; }
.listen-indicator>span { display: grid; place-items: center; width: 50px; height: 50px; border: 1px solid #ffffff80; border-radius: 50%; font-size: 24px; }
.listening-panel { padding: 35px; min-width: 0; }
.panel-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.panel-top .eyebrow { font-size: 12px; color: var(--muted); }
.panel-top a { font-size: 24px; }
.panel-top a:hover { color: var(--red); }
.listening-panel h3 { font: 700 clamp(38px, 4vw, 60px)/.94 var(--heading); color: var(--cream); letter-spacing: -.015em; }
.listening-panel>p { font-size: 14px; color: var(--muted); margin: 17px 0 22px; }
#soundcloud-player { border: 0; width: 100%; height: 180px; background: #111; }
.player-fallback { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding-top: 16px; margin-top: 12px; color: var(--muted); font-size: 12px; letter-spacing: .5px; }
.player-fallback:hover { color: var(--cream); }
.platform-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); margin-top: 25px; border: 1px solid var(--line); }
.platform-card { display: flex; flex-direction: column; gap: 22px; padding: 24px; border-right: 1px solid var(--line); transition: transform .4s, background .4s; }
.platform-card:last-child { border: 0; }
.platform-card-top { display: flex; align-items: center; gap: 12px; font-size: 14px; }
.platform-card-top svg { width: 22px; height: 22px; }
.platform-card-top>span { margin-left: auto; }
.platform-card-top .platform-arrow { margin-left: 4px; color: var(--red); font-size: 21px; }
.platform-card small { font-size: 12px; color: var(--muted); }
.platform-card.available:hover { background: #151011; transform: translateY(-3px); }
.platform-card.unavailable { color: var(--muted); }
.platform-card.unavailable svg { opacity: .5; }
.release-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; margin-top: 40px; }
.release-card { background: #111; border: 1px solid var(--line); padding: 20px; transition: transform .4s, box-shadow .4s; }
.release-card:hover { transform: translateY(-5px); box-shadow: 0 15px 35px #e3142a14; }
.release-card img { aspect-ratio: 1; margin-bottom: 20px; }
.release-card h3 { font-size: 20px; margin-bottom: 8px; }
.release-card p { font-size: 16px; color: var(--muted); }
.release-meta { font-size: 12px !important; padding-bottom: 10px; }
.release-links { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 17px; font-size: 14px; }
.release-links a { border-bottom: 1px solid var(--red); }
.decorative-wave { display: flex; align-items: center; justify-content: center; gap: 5px; position: absolute; z-index: -1; top: 255px; left: 6%; right: 6%; height: 80px; opacity: .08; pointer-events: none; }
.decorative-wave i { display: block; width: 2px; flex: 1; max-width: 4px; background: var(--red); animation: wave-breathe 3s ease-in-out infinite alternate; animation-play-state: paused; }
.music.is-in-view .decorative-wave i { animation-play-state: running; }
/* Booking remains factual; empty addresses stay clearly unconfigured. */
.contact { isolation: isolate; background: #070707; }
.contact-background { position: absolute; z-index: -2; top: 0; left: -10%; width: 54%; height: 100%; object-fit: cover; object-position: 50% 40%; filter: grayscale(1) contrast(1.2); opacity: .07; mask-image: linear-gradient(90deg, #000, #0008 70%, transparent); }
.contact:after { content: ''; position: absolute; z-index: -1; inset: 0; background: radial-gradient(ellipse at 30% 100%, #75000d1a, transparent 60%); pointer-events: none; }
.contact-sculpture { z-index: -1; width: 370px; left: 22%; bottom: -75px; opacity: .22; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: center; }
.contact-kicker { color: var(--muted); font-size: 12px; letter-spacing: 1px; margin-bottom: 30px; }
.contact-title { font-size: clamp(115px, 13.5vw, 210px); line-height: .84; }
.contact-title>span, .contact-title>em { display: inline-block; }
.contact-intro { max-width: 450px; font-size: 19px; line-height: 1.8; color: #c5bdb5; }
.booking-email { margin: 30px 0 25px; border-top: 1px solid var(--line); padding-top: 24px; }
.booking-email .eyebrow { display: block; color: var(--muted); margin-bottom: 10px; }
#email-empty { font-size: 16px; color: var(--muted); }
#email-link { display: block; font-size: clamp(20px, 2vw, 29px); color: var(--cream); overflow-wrap: anywhere; }
#email-link:hover { color: var(--red); }
#whatsapp-link { display: block; margin-top: 15px; }
.contact-socials { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 28px; font-size: 12px; letter-spacing: .6px; }
.contact-socials a:hover { color: var(--red); }
footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 38px var(--gutter); border-top: 1px solid var(--line); font-size: 12px; color: var(--muted); }
footer .wordmark { font-size: 36px; }
.footer-identity { display: flex; flex-direction: column; gap: 6px; text-align: center; font-size: 12px; }
#footer-socials { display: flex; justify-content: center; gap: 16px; font-size: 12px; }
#footer-socials a:hover { color: var(--red); }
footer>a:last-child span { margin-left: 14px; color: var(--red); }
/* Minimal full-screen image viewer. */
dialog { width: 100%; max-width: none; height: 100svh; max-height: none; margin: 0; padding: 55px 5% 20px; background: #050505f7; border: 0; color: var(--cream); }
dialog::backdrop { background: #000; }
#lightbox-image { width: 100%; height: calc(100svh - 150px); object-fit: contain; }
.close-dialog { position: absolute; top: 12px; right: 24px; width: 44px; height: 44px; font-size: 32px; line-height: 1; }
.lightbox-controls { display: flex; align-items: center; justify-content: space-between; gap: 20px; max-width: 850px; margin: 8px auto 0; }
.lightbox-controls button { min-width: 44px; min-height: 44px; font-size: 25px; }
.lightbox-controls p { font-size: 14px; text-align: center; }
.lightbox-controls button:disabled { opacity: .2; cursor: default; }
body.gallery-open { overflow: hidden; }
/* Motion: a short entry, one-time reveals and slow decorative rotation. */
.intro { display: none; }
.cinematic .intro { display: flex; position: fixed; inset: 0; z-index: 90; align-items: center; justify-content: center; flex-direction: column; gap: 23px; background: #000; pointer-events: none; animation: intro-exit .55s 1.3s ease forwards; }
.intro-label { font-size: 12px; letter-spacing: 2.5px; color: var(--muted); }
.intro strong { font: 800 100px/.85 var(--heading); letter-spacing: -3px; animation: one-glitch .35s 1s both; }
.intro-line { width: 180px; height: 1px; background: var(--red); transform-origin: left; animation: line-fill 1.1s var(--ease) both; }
.intro-flash { position: absolute; left: 0; top: 0; bottom: 0; width: 2px; opacity: 0; background: #e3142a8c; box-shadow: 0 0 25px #e3142a50; animation: vertical-pass .5s 1.18s ease both; }
.cinematic .hero h1 { animation: title-reveal 1.15s 1.15s var(--ease) both; }
.cinematic .hero-visual { animation: portrait-reveal 1.3s .75s var(--ease) both; }
.cinematic .hero-visual img { animation: hero-zoom 10s .8s var(--ease) both; }
.cinematic .hero-genres, .cinematic .hero-statement, .cinematic .hero-actions { animation: soft-rise .9s 1.65s var(--ease) both; }
/* All content is visible before observation. Fully clipped targets can fail to
   intersect, so reveal animations never gate access to photos or text. */
.reveal, .reveal.will-reveal { opacity: 1; transform: none; clip-path: none; }
.reveal.revealed { animation: content-arrive .75s var(--ease) var(--reveal-delay, 0ms) both; }
.image-reveal, .image-reveal.will-reveal, .image-reveal.revealed { opacity: 1; clip-path: none; }
.image-reveal img { scale: 1; transition: scale .8s var(--ease), filter .6s; }
.image-reveal:hover img { scale: 1.018; }
.red-rule.revealed { animation: line-fill .7s var(--ease) both; }
#photo-gallery .photo-card { opacity: 1; visibility: visible; clip-path: none; transform: none; animation: none; }
@keyframes content-arrive { from { opacity: .65; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.page-hidden *, .page-hidden *:before, .page-hidden *:after { animation-play-state: paused !important; }
@keyframes line-fill { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes intro-exit { to { opacity: 0; visibility: hidden; } }
@keyframes vertical-pass { 0% { transform: translateX(0); opacity: 0; } 20% { opacity: .55; } 100% { transform: translateX(100vw); opacity: 0; } }
@keyframes one-glitch { 0%, 100% { transform: none; text-shadow: none; } 32% { transform: translateX(2px); text-shadow: -3px 0 #e3142a90; } 52% { transform: translateX(-2px); text-shadow: 2px 0 #aaa8; } 70% { transform: none; text-shadow: none; } }
@keyframes title-reveal { from { opacity: 0; clip-path: inset(100% -20% 0 0); transform: translateY(25px); } to { opacity: 1; clip-path: inset(-10% -20% -10% 0); transform: none; } }
@keyframes portrait-reveal { from { opacity: 0; clip-path: inset(0 0 100% 0); } to { opacity: 1; clip-path: inset(0); } }
@keyframes hero-zoom { from { scale: 1.05; filter: grayscale(.8) brightness(.8); } to { scale: 1.025; filter: saturate(.74) brightness(.85); } }
@keyframes soft-rise { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: none; } }
@keyframes metal-orbit { to { transform: rotate(360deg); } }
@keyframes light-drift { from { transform: translate(-4%,0); opacity: .45; } to { transform: translate(4%,2%); opacity: 1; } }
@keyframes grain-shift { 0%,100% { transform: translate(0,0); } 35% { transform: translate(2%,-2%); } 65% { transform: translate(-2%,2%); } }
@keyframes wave-breathe { to { transform: scaleY(.5); } }
/* SoundCloud is a strong, dedicated listening action. */
.soundcloud-cta { position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: 40px minmax(0,1fr) 48px; align-items: center; gap: 20px; padding: 24px; margin: 26px 0; border: 1px solid #ff536080; background: linear-gradient(115deg, #e3142a, #9b0c1c); color: #fff1e4; box-shadow: 0 12px 38px #e3142a18; transition: transform .35s, box-shadow .35s, border-color .35s; }
.soundcloud-cta:before { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(110deg, transparent 30%, #ffffff15 48%, transparent 68%); transform: translateX(-100%); transition: transform .7s; }
.soundcloud-cta:hover { transform: translateY(-3px); box-shadow: 0 16px 45px #e3142a38; border-color: #ff949c; }
.soundcloud-cta:hover:before { transform: translateX(100%); }
.sc-cta-icon svg { width: 38px; height: 38px; }
.sc-cta-copy { position: relative; z-index: 1; }
.sc-cta-copy small { display: block; font-size: 10px; letter-spacing: 1.5px; margin-bottom: 8px; color: #ffdbcf; }
.sc-cta-copy strong { font: 700 clamp(30px, 2.8vw, 44px)/.95 var(--heading); letter-spacing: -.5px; }
.sc-cta-arrow { position: relative; z-index: 1; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #ffe1bf90; border-radius: 50%; font-size: 26px; transition: transform .35s, background .35s; }
.soundcloud-cta:hover .sc-cta-arrow { transform: rotate(8deg); background: #ffffff15; }
.sc-cta-wave { display: flex; align-items: center; gap: 5px; position: absolute; right: 20px; bottom: -10px; height: 80px; opacity: .13; z-index: -1; }
.sc-cta-wave i { width: 6px; height: 35%; background: #ffe1bf; }
.sc-cta-wave i:nth-child(3n) { height: 90%; }.sc-cta-wave i:nth-child(3n+1) { height: 55%; }
.soundcloud-cta:hover .sc-cta-wave i { animation: wave-breathe .7s ease-in-out infinite alternate; }
.soundcloud-cta:hover .sc-cta-wave i:nth-child(even) { animation-delay: -.3s; }
.platform-card.soundcloud-platform { background: linear-gradient(145deg,#440810,#130a0c); border-top: 2px solid var(--red); }
.platform-card.soundcloud-platform svg { color: #ff5265; }
.platform-card.soundcloud-platform.available:hover { background: #3b0b13; box-shadow: 0 8px 25px #e3142a15; }
/* Ordered video demonstrations with direct YouTube fallbacks. */
.video-showcase { margin-top: 65px; padding-top: 30px; border-top: 1px solid var(--line); }
.video-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 25px; }
.video-section-heading .eyebrow { color: var(--red); }
.video-section-heading h3 { font: 600 36px/1 var(--heading); color: var(--cream); }
.video-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.video-card { border: 1px solid var(--line); background: #101010; min-width: 0; }
.video-frame { width: 100%; aspect-ratio: 16 / 9; background: #000; }
.video-frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.video-caption { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px; }
.video-caption h4 { margin: 0; font-size: 14px; font-weight: 500; letter-spacing: .6px; }
.video-caption a { color: var(--muted); font-size: 12px; }
.video-caption a:hover { color: var(--red); }
/* Clear booking channels and a separate Instagram profile button. */
.contact-methods { margin: 28px 0; border-top: 1px solid var(--line); }
.contact-method, .contact-method.booking-email { margin: 0; padding: 22px 0; border: 0; border-bottom: 1px solid var(--line); }
.contact-method .eyebrow { display: block; color: var(--muted); margin-bottom: 10px; }
.contact-method #email-link, .contact-method #whatsapp-link { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin: 0; padding: 0; font: 500 clamp(18px,1.8vw,27px)/1.5 var(--body); color: var(--cream); overflow-wrap: anywhere; }
.contact-method #email-link>span, .contact-method #whatsapp-link>span:last-child { color: var(--red); flex-shrink: 0; }
.contact-method #email-link:hover, .contact-method #whatsapp-link:hover { color: var(--red); }
/* Short, intermittent title glitches; never flash the photographs. */
.glitch-title:before, .glitch-title:after { content: attr(data-title); position: absolute; top: 0; left: 0; pointer-events: none; opacity: 0; white-space: nowrap; }
.glitch-title:before { color: var(--red); animation: markz-glitch-red 11s 2.5s linear infinite; }
.glitch-title:after { color: #ffe1bf; text-shadow: -2px 0 #aaafb5; animation: markz-glitch-cream 11s 2.5s linear infinite; }
@keyframes markz-glitch-red {
  0%, 93%, 100% { opacity: 0; transform: none; clip-path: inset(42% 0 45% 0); }
  94% { opacity: .9; transform: translate(-6px,1px); clip-path: inset(42% 0 45% 0); }
  95% { opacity: 0; transform: translate(4px,-1px); }
  97% { opacity: .8; transform: translate(5px,0); clip-path: inset(70% 0 14% 0); }
  98% { opacity: 0; transform: none; }
}
@keyframes markz-glitch-cream {
  0%, 94%, 100% { opacity: 0; transform: none; clip-path: inset(20% 0 68% 0); }
  95% { opacity: .7; transform: translate(5px,-1px); }
  96% { opacity: 0; transform: translate(-3px,0); }
  97% { opacity: .6; transform: translate(-4px,0); clip-path: inset(53% 0 34% 0); }
  98% { opacity: 0; transform: none; }
}
/* Responsive layouts preserve the complete photographs and readable release. */
@media (min-width: 1800px) { :root { --gutter: max(100px, calc((100vw - 1580px) / 2)); } .hero h1 { font-size: 365px; } }
@media (max-width: 1100px) {
  .header-caption { display: none; } nav { gap: 24px; }
  .hero h1 { font-size: 22vw; } .hero-visual { height: 610px; }
  .hero-photo-caption { font-size: 10px; left: 18px; right: 18px; }
  .hero-photo-caption span:last-child { display: none; }
  .bio-grid { gap: 6%; grid-template-columns: .85fr 1.15fr; }
  .bio-short { font-size: 16px; } .artist-facts dd { font-size: 18px; }
  .section-aside { font-size: 10px; } .display-heading { font-size: 10.5vw; }
  .photo-gallery { gap: 42px 24px; } .photo-card:nth-child(4n+2) { margin-top: 65px; }
  .platform-card { padding: 21px 17px; } .platform-card-top { font-size: 12px; }
  .featured-music { grid-template-columns: .8fr 1.2fr; } .listening-panel { padding: 26px; }
  .contact-grid { gap: 7%; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 85px; }
  .site-header { padding-top: 22px; padding-bottom: 22px; }
  .wordmark { font-size: 30px; }
  .menu-toggle { display: flex; margin-left: auto; gap: 20px; align-items: center; font-size: 14px; padding: 0; }
  .menu-toggle span { color: var(--red); font-size: 22px; }
  nav { position: absolute; top: 78px; inset-inline: 0; display: none; padding: 18px var(--gutter) 30px; background: #080808fa; border-bottom: 1px solid var(--line); font-size: 18px; }
  nav.open { display: flex; flex-direction: column; align-items: stretch; gap: 5px; }
  nav a { padding: 12px 0; }
  .hero { display: grid; grid-template-columns: 1fr; min-height: 100svh; padding-top: 125px; padding-bottom: 30px; gap: 35px; }
  .hero-content { grid-row: 1; grid-column: 1; }
  .hero h1 { font-size: 30vw; margin: 28px 0 24px; }
  .hero .eyebrow { font-size: 11px; letter-spacing: 1px; }
  .hero-genres { font-size: 12px; max-width: 330px; line-height: 1.8; letter-spacing: .5px; }
  .hero-statement { font-size: 20px; margin: 20px 0 25px; }
  .hero-actions { gap: 14px 24px; }
  .hero-visual { grid-column: 1; grid-row: 2; height: auto; aspect-ratio: 3 / 4; }
  .hero-visual img { height: 100%; }
  .hero-photo-caption { bottom: 20px; }
  .hero-footer { position: static; grid-row: 3; grid-column: 1; flex-wrap: wrap; font-size: 10px; }
  .hero-sculpture { width: 200px; left: auto; right: -60px; bottom: 53%; opacity: .22; }
  .hero-light { inset: 20% -30% 0 0; }
  .sculpture img { animation: none; } .bio-sculpture { display: none; }
  .site-grain { animation: none; opacity: .018; }
  .section { padding-top: 58px; padding-bottom: 65px; }
  .section-top { margin-bottom: 36px; }
  .section-top .eyebrow { font-size: 11px; letter-spacing: .7px; }
  .section-top .eyebrow b { margin-right: 6px; }
  .section-aside { display: none; }
  .section-heading { display: block; margin-bottom: 32px; }
  .section-heading>.section-description { display: block; margin-top: 22px; }
  .display-heading { font-size: 14vw; white-space: normal; }
  .bio-grid { grid-template-columns: 1fr; gap: 34px; }
  .bio-visual { padding-bottom: 0; padding-right: 22px; }
  .bio-short { font-size: 16px; line-height: 1.9; }
  .portrait-side-label { font-size: 10px; }
  .red-rule { margin: 20px 0 25px; }
  .artist-facts { grid-template-columns: 1fr 1fr; margin-top: 36px; row-gap: 25px; }
  .artist-facts>div { padding-left: 20px; }
  .artist-facts>div:last-child { grid-column: span 2; padding: 22px 0 0; border: 0; border-top: 1px solid var(--line); }
  .artist-facts dt { font-size: 11px; }
  .artist-facts dd { font-size: 18px; }
  .media-heading .display-heading { font-size: 29vw; }
  .media-heading-aside { align-items: start; margin-top: 25px; gap: 17px; }
  .photo-gallery { grid-template-columns: minmax(0,1fr); gap: 30px; }
  .photo-card:nth-child(n) { grid-column: 1; margin: 0; }
  .photo-card img { filter: saturate(.85); }
  .photo-overlay { padding: 35px 20px 18px; font-size: 11px; }
  .media-note { margin-top: 22px; }
  .music-heading-aside { text-align: left; margin-top: 22px; }
  .featured-music { grid-template-columns: 1fr; }
  .featured-art { min-height: 350px; aspect-ratio: 1.1; }
  .featured-art img { object-position: 50% 30%; }
  .listening-panel { padding: 26px 22px; }
  .listening-panel h3 { font-size: 50px; }
  .platform-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .platform-card { padding: 22px 16px; border-bottom: 1px solid var(--line); }
  .platform-card:nth-child(2n) { border-right: 0; }
  .platform-card:nth-last-child(-n+2) { border-bottom: 0; }
  .platform-card small { font-size: 11px; }
  .release-list { grid-template-columns: 1fr; }
  .soundcloud-cta { grid-template-columns: 30px minmax(0,1fr) 40px; gap: 13px; padding: 22px 18px; }
  .sc-cta-icon svg { width: 30px; height: 30px; }.sc-cta-copy strong { font-size: 34px; }
  .sc-cta-arrow { width: 38px; height: 38px; font-size: 23px; }
  .sc-cta-copy small { font-size: 9px; letter-spacing: .8px; }
  .video-grid { grid-template-columns: 1fr; }.video-showcase { margin-top: 42px; }
  .video-section-heading { display: block; }.video-section-heading h3 { margin-top: 12px; }
  .video-caption { flex-wrap: wrap; padding: 18px; }
  .decorative-wave { display: none; }
  .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .contact-title { font-size: 31vw; }
  .contact-kicker { font-size: 11px; margin-bottom: 24px; }
  .contact-background { width: 100%; left: -15%; opacity: .06; }
  .contact-sculpture { width: 220px; left: auto; right: -70px; bottom: 36%; opacity: .12; }
  .contact-intro { font-size: 18px; }
  footer { flex-wrap: wrap; padding-top: 30px; padding-bottom: 30px; font-size: 11px; gap: 28px; }
  .footer-identity { order: 3; width: 100%; text-align: left; font-size: 10px; }
  #footer-socials { justify-content: start; }
  .lightbox-controls p { font-size: 12px; }
  .cinematic .hero h1 { animation-duration: .8s; }
}
.motion-lite .sculpture img, .motion-lite .hero-light, .motion-lite .site-grain, .motion-lite .decorative-wave i { animation: none; }
.motion-lite .image-reveal.will-reveal { clip-path: none; opacity: 1; }
.motion-lite .image-reveal.revealed { clip-path: none; opacity: 1; }
@media (max-width: 350px) { .hero h1 { font-size: 29vw; } .hero-genres { font-size: 11px; } .platform-card { padding: 18px 12px; } .platform-card-top svg { width: 18px; } .listening-panel h3 { font-size: 44px; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { animation: none !important; transition: none !important; }
  .cinematic .intro { display: none; }
  .reveal.will-reveal, .reveal.revealed { opacity: 1; transform: none; clip-path: none; }
  .hero-visual img { transform: none; scale: 1; }
}
