:root {
  --bg: #070809;
  --bg-soft: #0d0f11;
  --surface: #101214;
  --text: #eeeae2;
  --muted: #999791;
  --muted-2: #6e6d69;
  --accent: #b98249;
  --accent-soft: #d1a268;
  --line: rgba(235, 229, 219, 0.14);
  --line-strong: rgba(235, 229, 219, 0.28);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Helvetica Neue", "Avenir Next", Arial, sans-serif;
  --shell: min(1440px, calc(100vw - 96px));
  --header-h: 74px;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
[id] { scroll-margin-top: calc(var(--header-h) + 24px); }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--text); font-family: var(--sans); font-size: 16px; font-weight: 300; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
::selection { background: var(--accent); color: var(--bg); }

.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 16px; background: var(--text); color: var(--bg); transform: translateY(-200%); }
.skip-link:focus { transform: none; }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 30; border-bottom: 1px solid transparent; background: linear-gradient(to bottom, rgba(5, 6, 7, 0.88), rgba(5, 6, 7, 0)); transition: background-color 0.35s ease, border-color 0.35s ease; }
.site-header.is-scrolled, .site-header.is-solid { background: rgba(7, 8, 9, 0.94); border-bottom-color: var(--line); backdrop-filter: blur(14px); }
.header-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: var(--header-h); }
.wordmark { justify-self: start; font-family: var(--serif); font-size: 22px; letter-spacing: 0.14em; line-height: 1; text-transform: uppercase; }
.desktop-nav { display: flex; align-self: stretch; align-items: stretch; gap: clamp(30px, 4vw, 68px); }
.desktop-nav a { position: relative; display: grid; place-items: center; color: #d1cec7; font-size: 10px; font-weight: 400; letter-spacing: 0.28em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 17px; height: 1px; background: var(--accent); transform: scaleX(0); transition: transform 0.25s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible, .desktop-nav a.is-active { color: var(--text); }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after, .desktop-nav a.is-active::after { transform: scaleX(1); }
.header-end { justify-self: end; display: flex; align-items: center; gap: 24px; }
.header-support { display: inline-flex; min-height: 34px; align-items: center; justify-content: center; padding-inline: 17px; border: 1px solid var(--line-strong); color: #d8d4cc; font-size: 9px; font-weight: 400; letter-spacing: 0.24em; text-transform: uppercase; transition: border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease; }
.header-support:hover, .header-support:focus-visible, .header-support.is-active { border-color: var(--accent-soft); background: rgba(185,130,73,0.08); color: var(--text); }
.menu-button { display: none; width: 42px; height: 42px; padding: 11px 6px; border: 0; background: transparent; }
.menu-button span:not(.sr-only) { display: block; height: 1px; margin: 7px 0; background: var(--text); transition: transform 0.25s ease; }
.mobile-nav { display: none; }

/* Shared elements */
.label { color: #cac6be; font-size: 11px; font-weight: 400; letter-spacing: 0.34em; text-transform: uppercase; }
.label::after { content: ""; display: block; width: 38px; height: 1px; margin-top: 17px; background: var(--accent); }
.display-title { margin-bottom: 22px; font-family: var(--serif); font-size: clamp(64px, 7vw, 110px); font-weight: 400; letter-spacing: 0.04em; line-height: 0.92; text-transform: uppercase; }
.outline-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 34px; padding: 0 30px; border: 1px solid var(--line-strong); color: #ddd8cf; font-size: 10px; font-weight: 400; letter-spacing: 0.28em; text-transform: uppercase; transition: border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease; }
.outline-button:hover, .outline-button:focus-visible { border-color: var(--accent-soft); background: rgba(185, 130, 73, 0.08); color: var(--text); }
.outline-button svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 1.2; }
.text-link { display: inline-flex; align-items: center; gap: 24px; padding-bottom: 9px; border-bottom: 1px solid var(--accent); color: #d5d0c7; font-size: 10px; font-weight: 400; letter-spacing: 0.24em; text-transform: uppercase; }
.text-link span { transition: transform 0.25s ease; }
.text-link:hover span { transform: translateX(4px); }
.section { padding-block: clamp(90px, 10vw, 150px); border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 54px; }
.section-heading h2 { margin-bottom: 0; font-family: var(--serif); font-size: clamp(48px, 5.6vw, 88px); font-weight: 400; letter-spacing: -0.035em; line-height: 0.98; }
.section-heading p { max-width: 480px; margin-bottom: 4px; color: var(--muted); }

/* Home */
.duality-hero { position: relative; min-height: 720px; height: 74svh; max-height: 820px; overflow: hidden; border-bottom: 1px solid var(--line); }
.duality-backdrop { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr 1fr; }
.duality-backdrop img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.72) saturate(0.76); transform: scale(1.01); }
.duality-backdrop .home-composer-photo { object-position: 22% center; }
.duality-backdrop .home-artist-photo { object-position: center 38%; }
.duality-backdrop::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,8,9,0.03), rgba(7,8,9,0.22) 50%, rgba(7,8,9,0.03)), linear-gradient(to bottom, rgba(7,8,9,0.08) 52%, rgba(7,8,9,0.94) 100%); pointer-events: none; }
.duality-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; min-height: 100%; padding-top: var(--header-h); }
.identity-path { position: relative; display: flex; align-items: end; min-width: 0; padding: 0 clamp(34px, 6vw, 96px) clamp(58px, 8vh, 88px); }
.identity-path:first-child { border-right: 1px solid var(--line); }
.path-copy { width: 100%; text-align: center; transition: transform 0.45s cubic-bezier(0.2,0.7,0.2,1); }
.identity-path:hover .path-copy { transform: translateY(-8px); }
.identity-path h1, .identity-path h2 { margin: 0 0 12px; font-family: var(--serif); font-size: clamp(47px, 4.5vw, 76px); font-weight: 400; letter-spacing: 0.05em; line-height: 0.95; text-transform: uppercase; white-space: nowrap; }
.identity-path .role { display: block; margin-bottom: 22px; color: #d9d5ce; font-size: 11px; font-weight: 400; letter-spacing: 0.42em; text-transform: uppercase; }
.identity-path .description { display: block; margin-bottom: 26px; color: #aaa7a0; font-family: var(--serif); font-size: 17px; }
.path-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding-inline: 32px; border: 1px solid var(--line-strong); font-size: 9px; font-weight: 400; letter-spacing: 0.28em; text-transform: uppercase; transition: background 0.25s ease, border-color 0.25s ease; }
.identity-path:hover .path-button { border-color: var(--accent-soft); background: rgba(7, 8, 9, 0.42); }
.duality-mark { position: absolute; z-index: 3; top: 48%; left: 50%; width: 1px; height: 72px; background: rgba(238,234,226,0.55); transform: translate(-50%, -50%); }
.feature-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; padding-block: 34px; }
.feature-panel { position: relative; min-height: 300px; overflow: hidden; border: 1px solid var(--line); }
.feature-panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.7) brightness(0.44) sepia(0.08); transition: transform 0.8s cubic-bezier(0.2,0.7,0.2,1), filter 0.4s ease; }
.feature-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,8,9,0.78), rgba(7,8,9,0.12)); }
.feature-panel:hover img { filter: grayscale(0.25) brightness(0.54) sepia(0.08); transform: scale(1.035); }
.feature-content { position: relative; z-index: 2; display: flex; min-height: 300px; flex-direction: column; align-items: flex-start; justify-content: end; padding: 38px; }
.feature-content h3 { margin-bottom: 10px; font-family: var(--serif); font-size: clamp(30px, 3vw, 45px); font-weight: 400; }
.feature-content p { max-width: 400px; margin-bottom: 23px; color: #c0bcb5; }
/* Role pages */
.role-hero { position: relative; min-height: 620px; height: 64svh; max-height: 760px; overflow: hidden; border-bottom: 1px solid var(--line); }
.role-hero-media { position: absolute; inset: 0; }
.role-hero-media img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.76) saturate(0.82); }
.composer-hero .role-hero-media img { width: 59%; object-position: center 30%; }
.artist-hero .role-hero-media img { margin-left: auto; width: 68%; object-position: center 40%; }
.composer-hero .role-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 0%, rgba(7,8,9,0.2) 45%, var(--bg) 67%); }
.artist-hero .role-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--bg) 4%, rgba(7,8,9,0.92) 30%, rgba(7,8,9,0.08) 70%); }
.role-hero-inner { position: relative; z-index: 2; display: flex; height: 100%; align-items: center; padding-top: var(--header-h); }
.composer-hero .role-copy { width: 52%; margin-left: auto; padding-left: 5vw; }
.artist-hero .role-copy { width: 48%; }
.role-copy .label { margin-bottom: 36px; }
.role-copy p { max-width: 520px; margin-bottom: 36px; color: #bbb7af; font-family: var(--serif); font-size: clamp(18px, 1.6vw, 24px); }
.role-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.about-role-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 9vw; }
.about-role-grid h2 { margin-bottom: 0; font-family: var(--serif); font-size: clamp(50px, 5.5vw, 88px); font-weight: 400; line-height: 1; }
.about-role-copy .lead { color: var(--text); font-family: var(--serif); font-size: clamp(23px, 2.1vw, 32px); }
.about-role-copy p { color: var(--muted); font-size: 17px; }
.facts { display: flex; flex-wrap: wrap; gap: 14px 30px; margin-top: 36px; padding-top: 22px; border-top: 1px solid var(--line); }
.facts span { color: #c1bdb6; font-size: 10px; font-weight: 400; letter-spacing: 0.24em; text-transform: uppercase; }
.facts span:not(:last-child)::after { content: ""; display: inline-block; width: 3px; height: 3px; margin-left: 30px; vertical-align: middle; border-radius: 50%; background: var(--accent); }

/* Portfolio and release visuals */
.portfolio-teaser { background: var(--bg-soft); }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.project-card { position: relative; min-width: 0; border-right: 1px solid var(--line); }
.project-card:last-child { border-right: 0; }
.project-card figure { height: 240px; margin: 0; overflow: hidden; }
.project-card img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.82) brightness(0.58) sepia(0.08); transition: transform 0.7s ease, filter 0.35s ease; }
.project-card:hover img { transform: scale(1.035); filter: grayscale(0.35) brightness(0.72) sepia(0.08); }
.project-card-copy { display: block; padding: 25px 27px 30px; }
.project-card-copy small { color: var(--accent-soft); font-size: 9px; letter-spacing: 0.24em; text-transform: uppercase; }
.project-card-copy strong { display: block; margin-top: 9px; font-family: var(--serif); font-size: 31px; font-weight: 400; }
.project-card-copy em { display: block; color: var(--muted); font-size: 12px; font-style: normal; }
.release-art { position: relative; min-height: 330px; overflow: hidden; border: 1px solid var(--line); }
.release-art img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.72) brightness(0.6) sepia(0.08); }
.release-art-copy { position: absolute; inset: auto 26px 24px; }
.release-art-copy small { color: #d6d0c7; font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase; }
.release-art-copy strong { display: block; margin-top: 7px; font-family: var(--serif); font-size: 34px; font-weight: 400; }

/* Streaming / contact / footer */
.streaming-rail { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line-strong); }
.streaming-rail a { display: flex; min-height: 94px; align-items: center; justify-content: space-between; padding-inline: 28px; border-right: 1px solid var(--line); color: #cbc7bf; font-size: 10px; font-weight: 400; letter-spacing: 0.24em; text-transform: uppercase; transition: color 0.25s ease, background 0.25s ease; }
.streaming-rail a:first-child { padding-left: 0; }
.streaming-rail a:last-child { border-right: 0; padding-right: 0; }
.streaming-rail a:hover { color: var(--accent-soft); background: rgba(185,130,73,0.025); }
.streaming-rail.logo-rail { grid-template-columns: repeat(6, 1fr); }
.streaming-rail.logo-rail a { justify-content: center; padding-inline: 0; }
.platform-logo { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; transition: transform 0.25s ease; }
.platform-fill { fill: currentColor; stroke: none; }
.logo-rail a:hover .platform-logo, .logo-rail a:focus-visible .platform-logo { transform: translateY(-2px); }
.social-strip { display: flex; flex-wrap: wrap; gap: 22px 54px; margin-top: 40px; }
.social-strip a { padding-bottom: 5px; border-bottom: 1px solid var(--line-strong); color: #c7c3bc; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; }
.contact-section { background: var(--bg-soft); }
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 9vw; }
.contact-intro h2 { margin-bottom: 32px; font-family: var(--serif); font-size: clamp(52px, 5.8vw, 92px); font-weight: 400; letter-spacing: -0.03em; line-height: 0.95; }
.contact-intro p { max-width: 480px; color: var(--muted); }
.contact-form { display: flex; flex-direction: column; gap: 26px; }
.contact-form label { display: flex; flex-direction: column; gap: 6px; }
.contact-form label span { color: #bdb9b2; font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; padding: 8px 0 13px; border: 0; border-bottom: 1px solid var(--line-strong); border-radius: 0; outline: 0; background: transparent; font-size: 16px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--accent); }
.submit-button { display: flex; min-height: 56px; align-items: center; justify-content: space-between; padding: 0; border: 0; border-block: 1px solid var(--accent); background: transparent; color: #ddd8cf; font-size: 10px; font-weight: 400; letter-spacing: 0.24em; text-align: left; text-transform: uppercase; }
.submit-button svg { width: 35px; fill: none; stroke: currentColor; stroke-width: 1.2; transition: transform 0.25s ease; }
.submit-button:hover svg { transform: translateX(5px); }
.submit-button:disabled { cursor: default; opacity: 0.6; }
.form-note { margin: -13px 0 0; color: var(--muted-2); font-size: 10px; }
.form-success { display: flex; align-items: center; gap: 14px; color: #c9c5bd; font-size: 12px; }
.form-success[hidden] { display: none; }
.form-success > span { color: var(--accent-soft); }
.form-success p { margin-bottom: 0; }
.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 40px; align-items: center; min-height: 148px; padding-block: 28px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; }
.footer-brand, .footer-meta { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.footer-copyright { color: var(--muted-2); letter-spacing: 0.1em; }
.footer-links { display: flex; gap: 34px; }
.footer-links a, .legal-links a { transition: color 0.25s ease; }
.footer-links a:hover, .legal-links a:hover, .legal-links a[aria-current="page"] { color: var(--text); }
.footer-meta { justify-self: end; align-items: flex-end; }
.footer-email { padding-bottom: 4px; border-bottom: 1px solid var(--line-strong); text-transform: none; }
.legal-links { display: flex; gap: 24px; }

/* Support page */
.support-main { min-height: 100svh; }
.support-hero { position: relative; min-height: 760px; height: 82svh; max-height: 920px; overflow: hidden; border-bottom: 1px solid var(--line); }
.support-media { position: absolute; inset: 0; }
.support-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; filter: grayscale(0.72) brightness(0.42) sepia(0.08); }
.support-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,8,9,0.93) 4%, rgba(7,8,9,0.68) 48%, rgba(7,8,9,0.2) 100%), linear-gradient(to bottom, rgba(7,8,9,0.08), rgba(7,8,9,0.76)); }
.support-inner { position: relative; z-index: 2; display: flex; min-height: inherit; height: 100%; flex-direction: column; align-items: flex-start; justify-content: center; padding-top: var(--header-h); }
.support-inner h1 { max-width: 760px; margin-bottom: 30px; font-family: var(--serif); font-size: clamp(72px, 8.5vw, 138px); font-weight: 400; letter-spacing: -0.04em; line-height: 0.82; }
.support-inner p { max-width: 560px; margin-bottom: 34px; color: #c1bdb5; font-family: var(--serif); font-size: clamp(20px, 1.8vw, 28px); line-height: 1.45; }
.support-primary { min-width: 220px; }
.support-note { margin-top: 17px; color: var(--muted); font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; }

/* Legal pages */
.legal-main { padding-top: calc(var(--header-h) + 64px); padding-bottom: clamp(80px, 10vw, 150px); }
.legal-hero { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr); gap: 8vw; align-items: end; padding-block: clamp(58px, 8vw, 108px); border-bottom: 1px solid var(--line); }
.legal-hero h1 { grid-row: 1 / span 2; margin-bottom: 0; font-family: var(--serif); font-size: clamp(70px, 8vw, 128px); font-weight: 400; letter-spacing: -0.045em; line-height: 0.82; }
.legal-hero p { max-width: 520px; margin-bottom: 0; color: var(--muted); font-family: var(--serif); font-size: clamp(20px, 1.8vw, 27px); line-height: 1.45; }
.legal-hero > span { color: var(--muted-2); font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; }
.legal-content { max-width: 920px; margin-inline: auto; padding-top: clamp(58px, 7vw, 90px); }
.legal-content section { padding-block: 34px; border-bottom: 1px solid var(--line); }
.legal-content h2 { margin-bottom: 18px; font-family: var(--serif); font-size: clamp(28px, 3vw, 42px); font-weight: 400; }
.legal-content p, .legal-content address { color: #aaa7a0; font-size: 16px; font-style: normal; line-height: 1.8; }
.legal-content a { color: #d5d0c7; border-bottom: 1px solid var(--line-strong); }
.legal-callout { margin-bottom: 36px; padding: 24px 26px; border: 1px solid rgba(185,130,73,0.42); background: rgba(185,130,73,0.05); }
.legal-callout strong { color: var(--accent-soft); font-size: 10px; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; }
.legal-callout p { margin: 9px 0 0; }
.legal-placeholder { color: var(--accent-soft); }

/* Portfolio page */
.portfolio-main { padding-top: calc(var(--header-h) + 75px); padding-bottom: 100px; }
.portfolio-hero { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 50px; padding-bottom: 52px; }
.portfolio-hero h1 { margin-bottom: 0; font-family: var(--serif); font-size: clamp(64px, 7vw, 112px); font-weight: 400; letter-spacing: -0.04em; line-height: 0.9; }
.portfolio-hero p { max-width: 440px; margin-bottom: 6px; color: var(--muted); font-family: var(--serif); font-size: 22px; }
.filters { display: flex; gap: 42px; overflow-x: auto; border-bottom: 1px solid var(--line); scrollbar-width: none; }
.filters::-webkit-scrollbar { display: none; }
.filters button { position: relative; padding: 0 2px 16px; border: 0; background: transparent; color: #aaa7a0; font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; white-space: nowrap; }
.filters button::after { content: ""; position: absolute; inset: auto 0 -1px; height: 1px; background: var(--accent); transform: scaleX(0); transition: transform 0.25s ease; }
.filters button.is-active, .filters button:hover { color: var(--text); }
.filters button.is-active::after, .filters button:hover::after { transform: scaleX(1); }
.project-list { border-top: 1px solid var(--line); }
.project-row { display: grid; grid-template-columns: 50px minmax(260px, 1.1fr) minmax(240px, 0.85fr) 40px; gap: 26px; align-items: center; min-height: 154px; padding-block: 12px; border-bottom: 1px solid var(--line); }
.project-row[hidden] { display: none; }
.project-number { color: var(--accent-soft); font-family: var(--serif); font-size: 23px; }
.project-row figure { height: 126px; margin: 0; overflow: hidden; }
.project-row img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.82) brightness(0.62) sepia(0.08); transition: transform 0.7s ease, filter 0.35s ease; }
.project-row:hover img { transform: scale(1.04); filter: grayscale(0.3) brightness(0.74) sepia(0.08); }
.project-copy { display: flex; flex-direction: column; }
.project-copy strong { font-family: var(--serif); font-size: clamp(27px, 2.5vw, 39px); font-weight: 400; line-height: 1; }
.project-copy small { margin-top: 8px; color: var(--muted); font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; }
.project-copy em { color: var(--accent-soft); font-size: 10px; font-style: normal; }
.project-row > svg { width: 34px; fill: none; stroke: currentColor; stroke-width: 1.2; transition: transform 0.25s ease; }
.project-row:hover > svg { transform: translateX(5px); }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.2,0.7,0.2,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

@media (max-width: 1080px) {
  :root { --shell: min(100% - 56px, 1440px); }
  .identity-path { padding-inline: 32px; }
  .identity-path h1, .identity-path h2 { font-size: clamp(41px, 5vw, 60px); }
  .release-art { min-height: 280px; }
  .project-card figure { height: 200px; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 36px); --header-h: 66px; }
  .header-inner { grid-template-columns: 1fr auto; }
  .wordmark { font-size: 17px; letter-spacing: 0.12em; }
  .desktop-nav { display: none; }
  .header-end { grid-column: 2; }
  .header-support { display: none; }
  .menu-button { display: block; }
  .menu-button[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { position: fixed; inset: var(--header-h) 0 0; z-index: 29; display: flex; flex-direction: column; padding: 36px 18px; background: rgba(7,8,9,0.985); transform: translateX(100%); transition: transform 0.32s ease; }
  .mobile-nav.is-open { transform: none; }
  .mobile-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 34px; }

  .duality-hero { min-height: 920px; height: auto; max-height: none; }
  .duality-backdrop { display: none; }
  .duality-grid { grid-template-columns: 1fr; grid-template-rows: 1fr 1fr; min-height: 920px; }
  .identity-path { isolation: isolate; min-height: 460px; overflow: hidden; padding: 0 18px 38px; }
  .identity-path::before { content: ""; position: absolute; z-index: -2; inset: 0; background: url("assets/hero-duality-v1.webp") 22% center / auto 100% no-repeat; filter: brightness(0.63) saturate(0.78); transform: scale(1.02); }
  .identity-path:nth-child(2)::before { background-image: url("assets/zaltur-artist-portrait.webp"); background-position: center 30%; background-size: cover; }
  .identity-path::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(to bottom, rgba(7,8,9,0.03) 20%, rgba(7,8,9,0.28) 54%, rgba(7,8,9,0.9) 100%); }
  .identity-path:first-child { border-right: 0; border-bottom: 1px solid var(--line); }
  .identity-path h1, .identity-path h2 { font-size: clamp(39px, 12vw, 55px); white-space: normal; }
  .identity-path .description { margin-bottom: 18px; }
  .duality-mark { display: none; }
  .feature-pair { grid-template-columns: 1fr; gap: 18px; padding-block: 18px; }
  .feature-panel, .feature-content { min-height: 270px; }
  .feature-content { padding: 28px; }
  .about-role-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-role-grid h2, .contact-intro h2 { font-size: clamp(49px, 14vw, 68px); }

  .role-hero { min-height: 760px; height: 100svh; }
  .composer-hero .role-hero-media img, .artist-hero .role-hero-media img { width: 100%; height: 68%; margin: 0; object-position: center top; }
  .artist-hero .role-hero-media img { object-position: center 24%; }
  .composer-hero .role-hero-media::after, .artist-hero .role-hero-media::after { background: linear-gradient(to bottom, rgba(7,8,9,0.04) 30%, rgba(7,8,9,0.65) 57%, var(--bg) 76%); }
  .role-hero-inner { align-items: end; padding-bottom: 56px; }
  .composer-hero .role-copy, .artist-hero .role-copy { width: 100%; margin: 0; padding: 0; }
  .display-title { font-size: clamp(54px, 15vw, 74px); }
  .role-copy .label { margin-bottom: 24px; }
  .role-copy p { margin-bottom: 26px; }
  .role-actions { gap: 10px; }
  .outline-button { min-height: 48px; padding-inline: 20px; letter-spacing: 0.2em; }

  .section { padding-block: 82px; }
  .section-heading { display: block; margin-bottom: 38px; }
  .section-heading h2 { font-size: clamp(48px, 14vw, 67px); }
  .section-heading p { margin-top: 18px; }
  .release-art { min-height: 250px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .project-card:last-child { border-bottom: 0; }
  .project-card figure { height: 52vw; min-height: 180px; }
  .streaming-rail { grid-template-columns: 1fr 1fr; }
  .streaming-rail a { min-height: 78px; padding-inline: 16px; border-bottom: 1px solid var(--line); }
  .streaming-rail a:first-child { padding-left: 16px; }
  .streaming-rail a:last-child { padding-right: 16px; }
  .streaming-rail a:nth-child(2) { border-right: 0; }
  .streaming-rail a:nth-child(n+3) { border-bottom: 0; }
  .streaming-rail.logo-rail { grid-template-columns: repeat(3, 1fr); }
  .streaming-rail.logo-rail a { min-height: 82px; padding-inline: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .logo-rail a:nth-child(2) { border-right: 1px solid var(--line); }
  .logo-rail a:nth-child(n+3) { border-bottom: 1px solid var(--line); }
  .logo-rail a:nth-child(3n) { border-right: 0; }
  .logo-rail a:nth-last-child(-n+3) { border-bottom: 0; }

  .site-footer { grid-template-columns: 1fr; gap: 28px; align-items: start; padding-block: 36px; }
  .footer-links { flex-wrap: wrap; gap: 16px 26px; }
  .footer-meta { justify-self: start; align-items: flex-start; }
  .legal-links { flex-wrap: wrap; gap: 16px 24px; }

  .support-hero { min-height: 760px; height: 100svh; }
  .support-media img { object-position: 60% center; }
  .support-media::after { background: linear-gradient(to bottom, rgba(7,8,9,0.12) 8%, rgba(7,8,9,0.58) 46%, rgba(7,8,9,0.96) 84%); }
  .support-inner { justify-content: end; padding-bottom: 58px; }
  .support-inner h1 { font-size: clamp(66px, 20vw, 88px); }
  .support-inner p { font-size: 20px; }

  .legal-main { padding-top: calc(var(--header-h) + 36px); }
  .legal-hero { grid-template-columns: 1fr; gap: 24px; padding-block: 58px; }
  .legal-hero h1 { grid-row: auto; font-size: clamp(64px, 19vw, 86px); }
  .legal-content { padding-top: 48px; }
  .legal-content section { padding-block: 28px; }
  .legal-callout { padding: 20px; }

  .portfolio-main { padding-top: calc(var(--header-h) + 50px); }
  .portfolio-hero { grid-template-columns: 1fr; gap: 20px; padding-bottom: 38px; }
  .portfolio-hero h1 { font-size: clamp(60px, 17vw, 82px); }
  .filters { gap: 26px; }
  .project-row { grid-template-columns: 36px 1fr 30px; gap: 13px; padding-block: 22px; }
  .project-row figure { grid-column: 1 / -1; grid-row: 2; height: 42vw; min-height: 150px; }
  .project-row .project-number { grid-column: 1; grid-row: 1; }
  .project-row .project-copy { grid-column: 2; grid-row: 1; }
  .project-row > svg { grid-column: 3; grid-row: 1; }
}
