:root {
  --ink: #080a0b;
  --surface: #0d1012;
  --surface-2: #131719;
  --paper: #ecebe5;
  --muted: #b2b6b7;
  --line: rgba(255, 255, 255, .13);
  --accent: #d8a866;
  --accent-soft: #8e6a3f;
  --display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --body: "Helvetica Neue", Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 102px; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.noise {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: .035;
  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='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  height: 102px;
  padding: 0 clamp(24px, 5vw, 80px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.11);
  background: rgba(8,10,11,.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.brand { display: flex; align-items: center; gap: 14px; }
.brand-logo { width: 56px; height: 56px; color: var(--paper); flex: 0 0 auto; }
.brand-lockup { display: flex; flex-direction: column; gap: 5px; }
.brand-wordmark { display: block; width: clamp(205px, 19vw, 285px); height: auto; }
.brand-role {
  color: rgba(255,255,255,.62);
  font: 400 12px var(--mono);
  letter-spacing: .18em;
  text-transform: uppercase;
}
.site-nav { display: flex; gap: 34px; }
.site-nav a {
  color: rgba(255,255,255,.82);
  font: 400 14px var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: color .2s;
}
.site-nav a:hover { color: var(--accent); }
.site-nav a.is-current { color: var(--paper); }
.site-header-solid { background: rgba(8,10,11,.94); }
.menu-toggle { display: none; background: none; border: 0; }

.hero {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 150px clamp(24px, 7vw, 112px) 11vh;
  isolation: isolate;
}
.hero-image {
  position: absolute;
  inset: 0;
  z-index: -3;
  background: url("assets/hero-cinematic.png") 55% center / cover no-repeat;
  transform: scale(1.02);
  animation: settle 2.2s cubic-bezier(.2,.7,.2,1) both;
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4,5,6,.93) 0%, rgba(4,5,6,.72) 42%, rgba(4,5,6,.15) 76%),
    linear-gradient(0deg, rgba(4,5,6,.8) 0%, transparent 50%);
}
.hero-copy { width: min(790px, 80vw); }
.hero-personal-note {
  width: min(620px, 100%);
  margin: 0 0 26px;
  padding-left: 18px;
  border-left: 2px solid var(--accent);
  color: rgba(236,235,229,.72);
  white-space: normal;
  font: 400 11px/1.45 var(--body);
  letter-spacing: .12em;
  text-transform: uppercase;
  text-align: justify;
  text-justify: inter-word;
}
.eyebrow, .section-index {
  font: 400 14px var(--mono);
  letter-spacing: .19em;
  text-transform: uppercase;
}
.eyebrow { color: var(--accent); }
.hero h1 {
  margin: 24px 0 28px;
  font: 600 clamp(58px, 8.4vw, 136px)/.82 var(--display);
  letter-spacing: -.065em;
}
.hero h1 em {
  color: var(--accent);
  font-style: normal;
  -webkit-text-stroke: 0;
}
.hero-intro {
  width: min(620px, 90%);
  color: rgba(255,255,255,.7);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.7;
}
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 40px; }
.button {
  display: inline-flex;
  min-height: 51px;
  align-items: center;
  padding: 0 24px;
  font: 400 14px var(--mono);
  text-transform: uppercase;
  letter-spacing: .15em;
}
.button-primary { background: var(--paper); color: var(--ink); transition: .25s; }
.button-primary:hover { background: var(--accent); }
.text-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  font: 400 14px var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,.35);
  padding-bottom: 8px;
}
.text-link span { color: var(--accent); }
.hero-meta {
  position: absolute;
  right: clamp(24px,5vw,80px);
  bottom: 11vh;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: rgba(255,255,255,.6);
  text-align: right;
  font: 300 12px var(--mono);
  letter-spacing: .13em;
  text-transform: uppercase;
}
.scroll-cue {
  position: absolute;
  left: clamp(24px,5vw,80px);
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.58);
  font: 300 12px var(--mono);
  letter-spacing: .16em;
  text-transform: uppercase;
}
.scroll-cue i { display: block; width: 46px; height: 1px; background: rgba(255,255,255,.32); }
.home-page .scroll-cue { display: none; }

.section-pad { padding: 118px clamp(24px, 7vw, 112px); }
.soundtrack-preview.section-pad,
.placements:not(.archive).section-pad,
.albums.section-pad,
.trusted.section-pad,
.testimonials.section-pad,
.contact.section-pad { padding-top: 105px; padding-bottom: 105px; }
.reel { padding-top: 68px; padding-bottom: 78px; background: #0d1012; }
.reel-intro { display: flex; justify-content: space-between; align-items: flex-end; gap: 60px; margin-bottom: 52px; }
.reel-intro .section-index { margin-bottom: 28px; }
.reel-intro h2 { margin: 0; font: 600 clamp(43px, 6vw, 88px)/.94 var(--display); letter-spacing: -.055em; }
.reel-intro h2 span { color: transparent; -webkit-text-stroke: 1px currentColor; }
.reel-intro > p { width: 390px; color: var(--muted); line-height: 1.75; }
.reel-frame { position: relative; padding: 6px; border: 1px solid rgba(255,255,255,.08); background: #080a0b; box-shadow: 0 22px 65px rgba(0,0,0,.28); }
.reel-frame iframe { display: block; border: 0; }
.reel-frame iframe[hidden] { display: none; }
.section-index.reel-label { margin-bottom: 14px; }
.reel-consent {
  min-height: 112px;
  display: grid;
  place-items: center;
  align-content: center;
  padding: 18px;
  text-align: center;
  background: linear-gradient(135deg, #101416, #090b0c);
}
.reel-consent p { max-width: 600px; margin: 0; color: rgba(236,235,229,.76); font-size: 15px; line-height: 1.65; }
.reel-consent > a { color: rgba(236,235,229,.68); font: 12px var(--mono); text-transform: uppercase; letter-spacing: .12em; text-decoration: underline; }
.section-index { color: var(--accent); margin-bottom: 64px; }
.statement { background: var(--paper); color: var(--ink); }
.services-preview-heading { max-width: 920px; margin-bottom: 65px; }
.services-preview-heading .section-index { margin-bottom: 28px; }
.services-preview-heading h2 {
  margin: 0;
  font: 600 clamp(43px, 6vw, 88px)/.94 var(--display);
  letter-spacing: -.055em;
}
.services-preview-heading h2 span { color: transparent; -webkit-text-stroke: 1px currentColor; }
.home-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #b8b9b5;
  border: 1px solid #b8b9b5;
}
.home-service-card {
  position: relative;
  min-height: 430px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  background: var(--paper);
  transition: background .25s, color .25s;
}
.home-service-card > span { font: 11px var(--mono); letter-spacing: .12em; text-transform: uppercase; color: #8b6b47; }
.home-service-card h3 { margin: auto 0 24px; font: 600 clamp(31px, 3.7vw, 55px)/.92 var(--display); letter-spacing: -.05em; }
.home-service-card p { min-height: 75px; margin: 0; color: #626566; line-height: 1.65; }
.home-service-card i { position: absolute; right: 32px; top: 28px; color: #9a7448; font-style: normal; font-size: 22px; }
.home-service-card:hover { color: var(--paper); background: #111416; }
.home-service-card:hover p { color: #a9adae; }
.services-button { color: var(--ink); border: 1px solid #999; }
.services-button:hover { color: var(--paper); border-color: var(--ink); background: var(--ink); }
.service-heading { margin-bottom: 72px; }
.service-heading > div:last-child, .soundtrack-preview .section-heading > div:last-child { width: 380px; }
.service-heading .text-link, .soundtrack-preview .text-link { margin-top: 28px; border-color: #777; }
.statement-copy { width: min(1000px, 90%); margin-bottom: 72px; }
.statement-copy p { color: #656767; font-size: 16px; }
.statement-copy h2, .section-heading h2, .trusted h2, .contact h2 {
  margin: 16px 0 0;
  font: 600 clamp(52px, 7vw, 106px)/.92 var(--display);
  letter-spacing: -.055em;
}
.statement-copy h2 span, .section-heading h2 span, .trusted h2 span, .contact h2 span {
  color: transparent;
  -webkit-text-stroke: 1px currentColor;
}
.music-panels { display: grid; grid-template-columns: 1fr 1fr; min-height: 500px; }
.music-panel {
  position: relative;
  overflow: hidden;
  padding: 46px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white;
  isolation: isolate;
}
.music-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("assets/hero-cinematic.png") center / cover;
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
}
.music-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(145deg, rgba(4,5,6,.5), rgba(4,5,6,.82));
}
.panel-two::before { background-position: 80% center; filter: saturate(.4) hue-rotate(155deg); }
.music-panel:hover::before { transform: scale(1.05); }
.music-panel h3 { margin: 14px 0; font: 600 clamp(32px,4vw,58px)/1 var(--display); letter-spacing: -.04em; }
.play-button {
  align-self: center;
  width: 86px;
  height: 86px;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 50%;
  background: rgba(0,0,0,.12);
  backdrop-filter: blur(6px);
  cursor: pointer;
  transition: .25s;
}
.play-button:hover { color: var(--ink); background: var(--paper); transform: scale(1.06); }
.panel-caption { margin: 0; color: rgba(255,255,255,.62); font: 300 12px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.soundtrack-preview {
  color: var(--paper);
  background:
    radial-gradient(circle at 82% 12%, rgba(182,144,97,.18), transparent 34%),
    linear-gradient(145deg, #15191a, #090b0c 72%);
}
.soundtrack-preview .section-index { color: var(--accent); }
.soundtrack-preview .section-heading p { color: var(--muted); }
.soundtrack-preview .section-heading h2 span {
  color: var(--paper);
  -webkit-text-stroke: 0;
}
.feature-project {
  position: relative;
  min-height: 440px;
  margin-top: 70px;
  padding: 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(4,5,6,.8), rgba(4,5,6,.1)),
    url("assets/hero-cinematic.png") center 58% / cover;
}
.feature-project::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.2); pointer-events: none; }
.feature-number { font: 11px var(--mono); letter-spacing: .16em; text-transform: uppercase; color: var(--accent); }
.feature-project strong { font: 600 clamp(50px, 6.4vw, 92px)/.9 var(--display); letter-spacing: -.055em; }
.feature-arrow { position: absolute; right: 45px; bottom: 40px; font-size: 34px; }
.home-score-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 70px;
}
.home-score-card { display: block; color: var(--paper); }
.home-score-image {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #080a0b;
}
.home-score-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: transform .5s, filter .4s;
}
.home-score-backdrop {
  object-fit: cover;
  filter: blur(20px) saturate(.65) brightness(.42);
  opacity: .72;
  transform: scale(1.12);
}
.home-score-poster { object-fit: contain; filter: saturate(.82) brightness(.86); }
.home-score-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4,5,6,.45), transparent 55%);
}
.home-score-image i {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--accent);
  font-style: normal;
  font-size: 17px;
  transform: translate(-50%, -50%);
  transition: transform .3s, background .3s;
}
.home-score-copy { display: block; padding: 18px 2px 0; }
.home-score-copy strong { display: block; font: 600 clamp(22px, 2.2vw, 34px)/1.05 var(--display); }
.home-score-copy > span { display: block; margin-top: 8px; color: #9ba0a1; font: 11px/1.4 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.home-score-card:hover .home-score-poster { transform: scale(1.018); filter: saturate(.95) brightness(.92); }
.home-score-card:hover .home-score-image i { background: var(--paper); transform: translate(-50%, -50%) scale(1.06); }

.placements { background: var(--ink); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 60px; }
.section-heading .section-index { margin-bottom: 32px; }
.section-heading p { width: 360px; color: var(--muted); line-height: 1.7; }
.section-heading p:empty, .trusted-heading p:empty, .internal-hero > p:last-child:empty { display: none; }
.home-page .soundtrack-preview .section-heading h2,
.home-page .placements .section-heading h2,
.home-page .albums .section-heading h2,
.home-page .trusted-heading h2,
.home-page .testimonials h2 { display: none !important; }
.home-page main > section:not(.hero) .section-index {
  margin-bottom: 42px;
  color: var(--accent);
  font: 600 clamp(32px, 3.25vw, 52px)/1.04 var(--display);
  letter-spacing: .035em;
  text-transform: uppercase;
}
.home-page .section-heading p,
.home-page .trusted-heading p { display: none !important; }
.home-page .section-heading,
.home-page .trusted-heading { align-items: flex-start; }
.filter-row { margin: 72px 0 34px; display: flex; gap: 8px; flex-wrap: wrap; }
.filter {
  border: 1px solid var(--line);
  background: transparent;
  padding: 11px 16px;
  color: #a3a7a8;
  cursor: pointer;
  font: 300 12px var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: .2s;
}
.filter:hover, .filter.is-active { color: var(--ink); border-color: var(--paper); background: var(--paper); }
.placement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 22px;
  align-items: stretch;
}
.archive .placement-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: clamp(135px, 14vw, 195px);
  gap: 14px;
}
.placement-card {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: transparent;
  cursor: pointer;
  border: 0;
  padding: 0;
  text-align: left;
  isolation: isolate;
  transition: background-color .3s;
}
.placement-card:not(a) { cursor: default; }
.archive .placement-card { aspect-ratio: auto; min-height: 0; }
.archive .placement-card.is-portrait { grid-row: span 2; }
.placement-visual {
  position: absolute;
  inset: 0;
  background: var(--art);
  background-position: center;
  background-size: cover;
  display: grid;
  place-items: center;
  transition: filter .4s;
}
.placement-visual.has-image {
  padding: 0;
  background: transparent;
}
.placement-visual .placement-backdrop,
.placement-visual .placement-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
}
.placement-visual .placement-backdrop {
  object-fit: cover;
  filter: blur(18px) brightness(.48) saturate(.75);
  opacity: .72;
  transform: scale(1.14);
}
.placement-visual .placement-image {
  object-fit: contain;
  transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .4s;
}
.placement-card.is-portrait .placement-image { inset: 8px; width: calc(100% - 16px); height: calc(100% - 16px); }
.archive .placement-backdrop {
  display: block;
  opacity: .32;
  filter: blur(22px) brightness(.55) saturate(.7);
}
.archive .placement-image,
.archive .placement-card.is-landscape .placement-image,
.archive .placement-card.is-square .placement-image,
.archive .placement-card.is-portrait .placement-image {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.placement-visual::after { content: ""; position: absolute; }
.placement-visual::after {
  inset: 0;
  background: linear-gradient(0deg, rgba(3,4,5,.48), transparent 58%);
  pointer-events: none;
}
.archive .placement-visual::after { background: linear-gradient(0deg, rgba(3,4,5,.18), transparent 45%); }
.placement-overlay {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  min-height: 64px;
  padding: 13px 42px 12px 14px;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity .3s, transform .3s;
  background: rgba(7,9,10,.9);
  border-top: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(10px);
}
.placement-card:hover .placement-overlay, .placement-card:focus-visible .placement-overlay { opacity: 1; transform: none; }
.placement-card:hover .placement-image, .placement-card:focus-visible .placement-image { transform: scale(1.018); filter: saturate(.9); }
.placement-overlay h3 { margin: 0 0 5px; font: 600 clamp(15px,1.15vw,18px)/1.08 var(--display); }
.placement-overlay p { margin: 0; color: rgba(255,255,255,.76); font: 300 11px var(--mono); letter-spacing: .055em; text-transform: uppercase; }
.placement-arrow { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); color: var(--accent); font-size: 16px; }
.placements:not(.archive) .placement-card {
  aspect-ratio: auto;
  overflow: visible;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0;
}
.placements:not(.archive) .placement-visual {
  position: relative;
  inset: auto;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #0b0d0e;
}
.placements:not(.archive) .placement-backdrop { display: none; }
.placements:not(.archive) .placement-image,
.placements:not(.archive) .placement-card.is-portrait .placement-image {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.placements:not(.archive) .placement-visual::after { display: none; }
.placements:not(.archive) .placement-overlay {
  position: relative;
  inset: auto;
  min-height: 76px;
  padding: 14px 32px 0 0;
  opacity: 1;
  transform: none;
  background: transparent;
  border: 0;
  backdrop-filter: none;
}
.placements:not(.archive) .placement-overlay h3 {
  margin-bottom: 7px;
  font-size: clamp(17px, 1.4vw, 22px);
}
.placements:not(.archive) .placement-overlay p { color: #aeb2b3; font-size: 13px; line-height: 1.4; }
.placements:not(.archive) .placement-arrow { right: 0; top: 17px; transform: none; }
.placement-hint { margin: 20px 0 0; color: #8a8f90; font: 400 13px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.section-cta { display: flex; justify-content: center; margin-top: 48px; }
.button-outline { border: 1px solid var(--line); }
.button-outline:hover { border-color: var(--accent); color: var(--accent); }
.internal-hero { padding-top: 122px; padding-bottom: 24px; background: var(--surface); }
.internal-hero + .placements.archive { padding-top: 28px; }
.internal-hero > .eyebrow,
.content-page:not(.lesson-page) .content-hero > .eyebrow { display: none; }
.internal-hero h1 {
  margin: 24px 0 0;
  color: var(--accent);
  font: 600 clamp(38px, 5vw, 68px)/1 var(--display);
  letter-spacing: .055em;
  text-transform: uppercase;
}
.internal-hero h1 span { color: inherit; -webkit-text-stroke: 0; }
.internal-hero > p:last-child { max-width: 650px; color: var(--muted); line-height: 1.75; }
.archive { padding-top: 40px; }

.trusted { background: var(--surface); }
.trusted-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; }
.trusted-heading p { width: 360px; color: var(--muted); line-height: 1.7; }
.trusted h2 span:first-child { color: var(--paper); -webkit-text-stroke: 0; }
.trusted h2 span:last-child { color: transparent; -webkit-text-stroke: 1px rgba(236,235,229,.7); }
.logo-grid { display: grid; grid-template-columns: repeat(8, 1fr); margin-top: 60px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.logo-grid div {
  min-height: 92px;
  display: grid;
  place-items: center;
  padding: 14px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #8b8f90;
  font: 600 clamp(12px,1.4vw,18px) var(--display);
  letter-spacing: .05em;
  transition: .3s;
}
.logo-grid div:hover { color: var(--paper); background: rgba(255,255,255,.025); }
.logo-grid a { width: 100%; min-height: inherit; display: grid; place-items: center; }
.logo-grid img {
  display: block;
  width: min(82%, 118px);
  height: 54px;
  object-fit: contain;
  filter: grayscale(1) contrast(1.18) brightness(1.42);
  opacity: .9;
  scale: min(var(--logo-scale, 1), 1.18);
  transition: opacity .3s, transform .3s;
}
.logo-grid img.logo-needs-invert { filter: grayscale(1) invert(1) contrast(1.12) brightness(1.18); }
.logo-grid img.logo-light-background {
  filter: grayscale(1) invert(1) contrast(1.25);
  mix-blend-mode: screen;
}
.logo-grid img.logo-strong { filter: grayscale(1) contrast(1.55) brightness(1.72); }
.logo-grid img.logo-strong.logo-needs-invert { filter: grayscale(1) invert(1) contrast(1.4) brightness(1.35); }
.logo-grid img.logo-preserve-tones,
.logo-grid img.logo-preserve-tones.logo-needs-invert,
.logo-grid img.logo-preserve-tones.logo-light-background {
  filter: grayscale(1) contrast(1.2) brightness(1.05);
  mix-blend-mode: normal;
}
.logo-grid img.logo-preserve-tones.logo-darker { filter: grayscale(1) contrast(1.25) brightness(.88); }
.broadcaster-wordmark {
  color: #d3d4d1;
  font: 600 clamp(12px, 1.15vw, 17px)/1.1 var(--display);
  letter-spacing: .055em;
  text-align: center;
  text-transform: uppercase;
}
.logo-grid div:hover img { opacity: .94; transform: scale(1.035); }
.logo-grid img.logo-compact { scale: .92; }
.logo-grid img.logo-wide { width: min(90%, 130px); }

.testimonials { background: #101315; }
.testimonials h2 {
  margin: 0;
  font: 600 clamp(52px, 7vw, 106px)/.92 var(--display);
  letter-spacing: -.055em;
}
.testimonials h2 span:last-child { color: transparent; -webkit-text-stroke: 1px rgba(236,235,229,.72); }
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 72px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.testimonial {
  min-width: 0;
  padding: 42px 38px 38px;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.testimonial + .testimonial { border-left: 1px solid var(--line); }
.testimonial-mark { display: block; color: var(--accent); font: 400 48px/1 Georgia, serif; }
.testimonial blockquote {
  margin: 18px 0 38px;
  color: #c8cbcb;
  font: 400 15px/1.7 var(--body);
  letter-spacing: .025em;
  text-align: justify;
  text-justify: inter-word;
}
.testimonial-credit { display: grid; gap: 5px; }
.testimonial-credit strong { color: var(--paper); font-size: 15px; }
.testimonial-credit span { color: #85898a; font: 10px/1.5 var(--mono); letter-spacing: .08em; text-transform: uppercase; }

.albums { background: #0b0e0f; color: var(--paper); }
.albums .section-index { color: var(--accent); }
.albums .section-heading p { color: var(--muted); }
.albums .section-heading h2 span:first-child {
  color: var(--paper);
  -webkit-text-stroke: 0;
}
.albums .section-heading h2 span:last-child {
  color: transparent;
  -webkit-text-stroke: 1px rgba(236,235,229,.72);
}
.album-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); align-items: start; gap: 12px; margin-top: 72px; }
.album-card { display: grid; grid-template-rows: auto auto; gap: 0; }
.album-art {
  position: relative;
  aspect-ratio: 1;
  padding: 22px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: rgba(255,255,255,.72);
  background:
    radial-gradient(circle at 68% 28%, var(--album-glow), transparent 26%),
    linear-gradient(145deg, var(--album-tone), #0b0d0e 72%);
}
.album-art::before {
  content: "";
  position: absolute;
  width: 55%;
  aspect-ratio: 1;
  top: 18%;
  left: 23%;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  box-shadow: 0 0 55px rgba(255,255,255,.08);
}
.album-art span { position: relative; font: 10px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.album-art.has-image { padding: 0; background: #111; }
.album-art.has-image::before { display: none; }
.album-art img { width: 100%; height: 100%; object-fit: cover; }
.album-info {
  min-height: 84px;
  display: flex;
  flex-direction: column;
  padding: 12px 13px;
  background:
    radial-gradient(circle at 85% 8%, rgba(182,144,97,.2), transparent 48%),
    linear-gradient(145deg, #222728, #111415);
}
.album-card strong { display: block; font: 600 15px/1.15 var(--display); letter-spacing: -.02em; }
.album-meta { display: flex; flex-direction: column; gap: 2px; margin-top: 6px; color: #939798; font: 11px/1.3 var(--mono); }
.album-a { --album-tone:#25383d; --album-glow:#b9874e; }
.album-b { --album-tone:#402d2b; --album-glow:#a6b1ad; }
.album-c { --album-tone:#2d3048; --album-glow:#937baf; }
.album-d { --album-tone:#303b2e; --album-glow:#b49a67; }
.album-e { --album-tone:#3a2632; --album-glow:#d0a96f; }
.album-f { --album-tone:#233340; --album-glow:#9eaab8; }
.album-g { --album-tone:#3b3225; --album-glow:#d7b27b; }
.album-h { --album-tone:#283038; --album-glow:#a5c0c5; }

.about { background: var(--paper); color: var(--ink); }
.about-layout { display: grid; grid-template-columns: 1.1fr .9fr; align-items: start; gap: 10vw; }
.about h2 { margin: 0; font: 600 clamp(60px,9vw,140px)/.78 var(--display); letter-spacing: -.07em; }
.about-copy { padding-top: 10px; max-width: 500px; }
.about-copy p { color: #616363; line-height: 1.8; }
.about-copy .lead { color: var(--ink); font-size: clamp(21px,2.1vw,31px); line-height: 1.35; }
.about .text-link { margin-top: 25px; border-color: #777; }

.contact { min-height: 650px; display: flex; flex-direction: column; justify-content: center; background: #090b0c; }
.contact h2 { margin: 25px 0 58px; color: var(--paper); }
.contact h2 .contact-title-main { color: var(--paper); -webkit-text-stroke: 0; }
.contact h2 #contact-title-2 { color: transparent; -webkit-text-stroke: 1px rgba(236,235,229,.72); }
.home-page .contact h2 #contact-title-2,
.contact h2 .services-contact-highlight { color: var(--accent); -webkit-text-stroke: 0; }
.standalone-contact { min-height: calc(100vh - 120px); padding-top: 165px; }
.standalone-contact h1 { margin: 25px 0 58px; color: var(--paper); font: 600 clamp(58px, 9vw, 150px)/.82 var(--display); letter-spacing: -.07em; }
.standalone-contact h1 span { color: var(--accent); }
.contact-note { max-width: 720px; color: var(--muted); font-size: clamp(16px, 1.1vw, 20px); line-height: 1.7; }
.lesson-contact h2 span { color: var(--accent); -webkit-text-stroke: 0; }
.lesson-tutorials { background: var(--paper); color: var(--ink); }
.lesson-section-heading h2 {
  margin: 18px 0 0;
  font: 600 clamp(43px, 6vw, 82px)/.94 var(--display);
  letter-spacing: -.05em;
}
.lesson-section-heading h2 span { color: transparent; -webkit-text-stroke: 1px rgba(8,10,11,.55); }
.tutorial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px 24px; margin-top: 68px; }
.tutorial-card {
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: start;
  gap: 17px;
}
.tutorial-visual {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #171b1d, #080a0b);
  color: var(--paper);
}
.tutorial-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s, filter .4s; }
.tutorial-number { color: rgba(236,235,229,.16); font: 600 clamp(72px, 10vw, 150px)/1 var(--display); }
.tutorial-play {
  position: absolute;
  right: 18px;
  bottom: 16px;
  padding: 9px 11px;
  background: var(--accent);
  color: var(--ink);
  font: 10px var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.tutorial-card > strong {
  display: block;
  align-self: start;
  margin: 0;
  max-width: 620px;
  font: 600 clamp(17px, 1.55vw, 22px)/1.2 var(--display);
  letter-spacing: -.015em;
}
.tutorial-card:hover .tutorial-visual img { transform: scale(1.02); filter: brightness(.88); }
.contact h2 .services-contact-highlight { color: var(--accent); -webkit-text-stroke: 0; }
.contact-mail {
  width: fit-content;
  color: var(--paper);
  font: 400 clamp(15px,1.7vw,23px) var(--mono);
  border-bottom: 1px solid var(--accent-soft);
  padding-bottom: 10px;
}
.contact-mail span { color: var(--accent); margin-left: 16px; }
.home-page .contact > .eyebrow {
  font-size: clamp(18px, 2vw, 28px);
  letter-spacing: .08em;
  line-height: 1.25;
}
.contact-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.copy-email {
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.24);
  background: transparent;
  color: #aeb2b3;
  font: 10px var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
}
.copy-email:hover { color: var(--paper); border-color: var(--accent); }
footer {
  padding: 30px clamp(24px, 5vw, 80px);
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  color: #9ba0a1;
  font: 400 13px var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}
footer > span:first-child { color: #b5b8b8; }
footer a:hover { color: var(--accent); }
.footer-links { display: flex; gap: 22px; align-items: center; }
.footer-links button {
  border: 0;
  padding: 0;
  background: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}
.footer-links button:hover { color: var(--accent); }

.back-to-top {
  position: fixed;
  right: clamp(18px, 3vw, 42px);
  bottom: clamp(18px, 3vw, 38px);
  z-index: 80;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(216,168,102,.82);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--accent);
  background: rgba(9,11,12,.88);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 40px rgba(0,0,0,.38);
  font-size: 20px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .25s ease, transform .25s ease, background .25s ease;
}
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.back-to-top:hover { color: var(--ink); background: var(--accent); }

.consent-banner {
  position: fixed;
  z-index: 100;
  left: 22px;
  right: 22px;
  bottom: 22px;
  max-width: 920px;
  margin: 0 auto;
  padding: 25px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 25px;
  background: #f0efe9;
  color: #111315;
  border: 1px solid rgba(0,0,0,.2);
  box-shadow: 0 20px 80px rgba(0,0,0,.45);
}
.consent-banner h2 { margin: 0 0 8px; font: 600 20px var(--display); }
.consent-banner p { margin: 0; color: #55595a; font-size: 13px; line-height: 1.55; }
.consent-banner a { text-decoration: underline; }
.consent-actions { display: flex; align-items: center; gap: 9px; }
.consent-actions button {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid #151719;
  background: transparent;
  color: #151719;
  cursor: pointer;
  font: 11px var(--mono);
  text-transform: uppercase;
  letter-spacing: .1em;
}
.consent-actions .accept { background: #151719; color: #fff; }
.legal-page { background: var(--paper); color: var(--ink); }
.legal-wrap { width: min(820px, calc(100% - 44px)); margin: 0 auto; padding: 140px 0 130px; }
.legal-wrap h1 { font: 600 clamp(48px, 8vw, 92px)/.9 var(--display); letter-spacing: -.055em; }
.legal-wrap h2 { margin-top: 52px; font: 600 25px var(--display); }
.legal-wrap p, .legal-wrap li { color: #535758; line-height: 1.75; }
.legal-wrap h3 { margin: 34px 0 12px; font: 600 20px var(--display); }
.legal-wrap a { color: #805e34; text-decoration: underline; text-underline-offset: 3px; }
.legal-wrap table { width: 100%; margin: 28px 0; border-collapse: collapse; font-size: 14px; }
.legal-wrap td { padding: 13px 12px; border: 1px solid #c9c6bd; vertical-align: top; color: #535758; }
.legal-wrap tr:first-child td { color: var(--ink); background: #e6e1d6; font-weight: 600; }
.legal-notice { padding: 18px; border: 1px solid #bd8c4d; background: #fff8ed; color: #6e4c21 !important; }
.content-page { background: var(--ink); color: var(--paper); }
.content-hero { padding-top: 165px; padding-bottom: 90px; background: #111416; color: var(--paper); }
.content-page:not(.lesson-page) .content-hero { padding-top: 120px; padding-bottom: 34px; background: var(--surface); }
.content-page:not(.lesson-page) .content-hero + .section-pad { padding-top: 58px; }
.content-page:not(.lesson-page) .content-hero h1 {
  margin: 0;
  max-width: 1050px;
  color: var(--accent);
  font: 600 clamp(48px, 5.5vw, 82px)/.96 var(--display);
  letter-spacing: .045em;
  text-transform: uppercase;
}
.content-page:not(.lesson-page) .content-hero h1 span { color: inherit; -webkit-text-stroke: 0; }
.content-hero > p:last-child { max-width: 650px; color: var(--muted); line-height: 1.75; }
.content-hero > p:last-child:empty { display: none; }
.service-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.11); }
.service-item { min-height: 360px; padding: 45px; background: #101315; display: flex; flex-direction: column; justify-content: space-between; }
.service-item .number { display: none; }
.service-item h2 { margin: 0; color: var(--paper); font: 600 clamp(32px, 4vw, 58px)/.95 var(--display); letter-spacing: -.045em; }
.service-item p { max-width: 560px; color: #a9adae; line-height: 1.72; font-size: clamp(16px, 1.15vw, 19px); }
.service-item .text-link { width: fit-content; margin-top: 25px; border-color: #777; }
.service-item-wide { grid-column: 1 / -1; min-height: 330px; }
.projects-list { display: grid; gap: 1px; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.11); }
.project-row { padding: 34px 40px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 30px; align-items: center; background: #101315; }
.project-row strong { font: 600 clamp(22px, 3vw, 38px) var(--display); letter-spacing: -.035em; }
.project-row span { color: #a9adae; }
.project-row i { font-style: normal; color: #9a7448; font-size: 24px; }
.catalogue-heading {
  padding: 0 0 22px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #aeb0ad;
  font: 14px var(--mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #777;
}
.soundtrack-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin-top: 28px; }
.soundtrack-card {
  position: relative;
  aspect-ratio: 2 / 3;
  min-height: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  color: white;
  isolation: isolate;
  background: #0d1012;
}
.soundtrack-visual { position: absolute; inset: 0; display: block; }
.soundtrack-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 65% 25%, var(--glow), transparent 30%),
    linear-gradient(145deg, var(--tone), #090b0c 72%);
  transition: transform .5s ease;
}
.soundtrack-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.soundtrack-card .soundtrack-backdrop {
  z-index: -4;
  object-fit: cover;
  opacity: .88;
  filter: blur(20px) brightness(.72) saturate(.82);
  transform: scale(1.14);
}
.soundtrack-card .soundtrack-poster { z-index: -3; object-fit: contain; }
.soundtrack-card.has-image::before { background: linear-gradient(0deg, rgba(4,5,6,.5), rgba(4,5,6,.03) 65%); }
.soundtrack-card::after {
  content: "";
  position: absolute;
  width: 60%;
  aspect-ratio: 1;
  right: -15%;
  top: 20%;
  z-index: -1;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  box-shadow: 0 0 70px rgba(255,255,255,.05);
}
.soundtrack-card:hover::before, .soundtrack-card:focus-visible::before { transform: scale(1.06); }
.soundtrack-card-index {
  display: none;
}
.soundtrack-card-info {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .35s ease, transform .35s ease;
  background: linear-gradient(0deg, rgba(6,8,9,.95), rgba(6,8,9,.14) 82%);
}
.soundtrack-card:hover .soundtrack-card-info, .soundtrack-card:focus-visible .soundtrack-card-info {
  opacity: 1;
  transform: none;
}
.soundtrack-card strong { font: 600 clamp(21px, 2vw, 30px)/.96 var(--display); letter-spacing: -.04em; }
.soundtrack-detail {
  font: clamp(13px, 1vw, 16px) var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.78);
}
.soundtrack-card i {
  position: absolute;
  right: 22px;
  top: 18px;
  z-index: 2;
  color: var(--accent);
  font-style: normal;
  font-size: 21px;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity .35s ease, transform .35s ease;
}
.soundtrack-card:hover i, .soundtrack-card:focus-visible i {
  opacity: 1;
  transform: none;
}
.tone-1 { --tone:#26343b; --glow:#b17c49; }
.tone-2 { --tone:#3c302b; --glow:#8ba0a7; }
.tone-3 { --tone:#27362f; --glow:#89977d; }
.tone-4 { --tone:#38282c; --glow:#b06f5c; }
.tone-5 { --tone:#272b43; --glow:#8277a8; }
.tone-6 { --tone:#443623; --glow:#c09961; }
.ads-heading { margin-top: 100px; }
.ad-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 28px; }
.ad-card { display: block; color: var(--ink); }
.ad-preview {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #090b0c;
}
.ad-preview img { width: 100%; height: 100%; object-fit: contain; transition: transform .45s, filter .35s; }
.ad-preview::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,5,6,.35), transparent 55%); }
.ad-preview i {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--accent);
  font-style: normal;
  transform: translate(-50%, -50%);
}
.ad-copy { display: block; padding-top: 9px; }
.ad-copy strong {
  display: block;
  font: 500 13px/1.45 var(--body);
  letter-spacing: .11em;
  text-transform: uppercase;
}
.ad-copy > span { display: block; margin-top: 8px; color: #858a8b; font: 11px/1.4 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.ad-card:hover .ad-preview img { transform: scale(1.018); filter: brightness(.9); }
.bio-grid { display: grid; grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr); gap: clamp(48px, 7vw, 120px); align-items: start; }
.bio-aside { font: clamp(12px, .85vw, 15px) var(--mono); letter-spacing: .12em; text-transform: uppercase; color: #9ba0a1; }
.bio-portrait { width: min(100%, 430px); aspect-ratio: 4 / 5; margin-bottom: 28px; background: #171a1c center / cover no-repeat; border: 1px solid var(--line); }
.bio-copy .lead { margin-top: 0; font: 500 clamp(28px, 2.45vw, 46px)/1.35 var(--display); color: var(--paper); }
.bio-copy p { color: #b2b5b6; line-height: 1.82; }
.bio-copy p, .hero-personal-note { text-wrap: pretty; }
.bio-body { max-width: 760px; }
.bio-body p {
  margin: 0 0 28px;
  color: #b2b5b6;
  font-size: clamp(18px, 1.25vw, 23px);
  line-height: 1.85;
  text-align: justify;
}
.imdb-button {
  margin-top: 20px;
  color: var(--ink);
  border-color: var(--accent);
  background: var(--accent);
}
.imdb-button:hover { color: var(--paper); border-color: rgba(255,255,255,.35); background: #3a3f40; }

.maintenance-page {
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(216,168,102,.18), transparent 30%),
    linear-gradient(145deg, #121719, #050607 72%);
}
.maintenance-page::before {
  content: "";
  position: fixed;
  inset: -12%;
  opacity: .18;
  background: url("assets/hero-cinematic.png") 62% center / cover no-repeat;
  filter: grayscale(1) blur(8px);
  transform: scale(1.04);
}
.maintenance-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 1180px);
  min-height: 100vh;
  min-height: 100svh;
  margin: auto;
  padding: clamp(22px, 4vw, 64px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.maintenance-logo { width: 38px; height: 38px; margin-bottom: clamp(18px, 3vh, 34px); }
.maintenance-eyebrow { margin: 0 0 clamp(12px, 2vh, 20px); color: var(--accent); font: 11px var(--mono); letter-spacing: .18em; text-transform: uppercase; }
.maintenance-shell h1 { margin: 0; max-width: 1050px; font: 600 clamp(44px, 7.6vw, 102px)/.86 var(--display); letter-spacing: -.055em; }
.maintenance-shell h1 span { color: transparent; -webkit-text-stroke: 1px rgba(236,235,229,.68); }
.maintenance-copy { width: min(760px, 100%); margin: clamp(18px, 3vh, 30px) 0 clamp(16px, 2.6vh, 26px); color: rgba(236,235,229,.7); font-size: clamp(15px, 1.3vw, 19px); line-height: 1.6; }
.maintenance-contact { width: fit-content; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.35); font: 12px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.maintenance-contact span { color: var(--accent); }

@media (max-height: 620px) {
  .maintenance-page { overflow-y: auto; }
  .maintenance-logo { display: none; }
  .maintenance-shell { padding-top: 20px; padding-bottom: 20px; }
  .maintenance-shell h1 { font-size: clamp(38px, 12vh, 74px); line-height: .88; }
  .maintenance-copy { margin: 16px 0 14px; line-height: 1.45; }
}

.media-dialog {
  width: min(640px, calc(100% - 32px));
  border: 1px solid var(--line);
  padding: 0;
  color: var(--paper);
  background: #111416;
}
.media-dialog::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(8px); }
.dialog-content { padding: 70px 60px; }
.dialog-content h2 { font: 600 clamp(35px,5vw,64px)/1 var(--display); margin: 18px 0; }
.dialog-content > p:not(.eyebrow) { color: var(--muted); }
.dialog-note { border-top: 1px solid var(--line); padding-top: 24px; margin-top: 38px; line-height: 1.6; }
.dialog-close { position: absolute; top: 18px; right: 20px; border: 0; background: none; font-size: 28px; cursor: pointer; }

.reveal { animation: reveal .9s .15s cubic-bezier(.2,.7,.2,1) both; }
@keyframes reveal { from { opacity: 0; transform: translateY(28px); } }
@keyframes settle { from { opacity: .3; transform: scale(1.1); } }

@media (max-width: 900px) {
  .site-header { height: 88px; }
  .brand-logo { width: 50px; height: 50px; }
  .menu-toggle { display: block; cursor: pointer; font: 400 11px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
  .site-nav {
    display: none;
    position: absolute;
    top: 88px; left: 0; right: 0;
    padding: 26px;
    background: rgba(8,10,11,.97);
    flex-direction: column;
  }
  .site-nav.is-open { display: flex; }
  .hero { min-height: 820px; }
  .hero-copy { width: 100%; }
  .hero-meta { display: none; }
  .music-panels { grid-template-columns: 1fr; }
  .music-panel { min-height: 450px; }
  .section-heading, .trusted-heading { align-items: flex-start; flex-direction: column; }
  .reel-intro { align-items: flex-start; flex-direction: column; }
  .reel-intro > p { width: min(100%, 540px); }
  .section-heading p, .trusted-heading p { width: min(100%, 540px); }
  .placement-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .archive .placement-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 135px; }
  .logo-grid { grid-template-columns: repeat(4, 1fr); }
  .album-grid { grid-template-columns: repeat(4, 1fr); }
  .about-layout { grid-template-columns: 1fr; }
  .service-list { grid-template-columns: 1fr; }
  .home-service-grid { grid-template-columns: 1fr; }
  .home-service-card { min-height: 320px; }
  .service-item-wide { grid-column: auto; }
  .soundtrack-grid { grid-template-columns: repeat(4, 1fr); }
  .bio-grid { grid-template-columns: 1fr; }
  .project-row { grid-template-columns: 1fr auto; }
  .project-row span { grid-column: 1 / -1; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial + .testimonial { border-left: 0; border-top: 1px solid var(--line); }
  .tutorial-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .brand-logo { width: 43px; height: 43px; }
  .brand-lockup { gap: 2px; }
  .brand-wordmark { width: 188px; }
  .brand-role { display: none; }
  .hero { min-height: 760px; padding-bottom: 100px; }
  .hero h1 { font-size: clamp(54px, 17vw, 84px); }
  .hero-intro { width: 100%; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .section-pad { padding: 90px 22px; }
  .hero-personal-note { margin-bottom: 22px; font-size: 10px; line-height: 1.4; letter-spacing: .1em; }
  .section-index { margin-bottom: 42px; }
  .soundtrack-preview .section-heading > div:last-child { width: 100%; }
  .statement-copy { width: 100%; }
  .music-panel { padding: 28px; min-height: 390px; }
  .placement-grid { grid-template-columns: 1fr; gap: 30px; }
  .archive .placement-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 125px; gap: 12px; }
  .placement-overlay { opacity: 1; transform: none; min-height: 58px; padding: 11px 32px 10px 11px; }
  .placement-overlay h3 { margin-bottom: 5px; font-size: clamp(14px, 4.3vw, 18px); }
  .placement-overlay p { font-size: 10px; letter-spacing: .045em; }
  .placement-arrow { right: 10px; font-size: 14px; }
  .placement-hint { display: none; }
  .logo-grid { grid-template-columns: repeat(3, 1fr); }
  .logo-grid div { min-height: 78px; padding: 10px; }
  .logo-grid img { height: 43px; width: min(90%, 105px); }
  .album-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .album-card strong { font-size: 16px; }
  .about h2 { font-size: 20vw; }
  .dialog-content { padding: 62px 28px 40px; }
  footer { gap: 18px; flex-direction: column; }
  .soundtrack-grid { grid-template-columns: repeat(2, 1fr); gap: 22px 10px; }
  .home-score-grid { grid-template-columns: 1fr; gap: 34px; margin-top: 48px; }
  .soundtrack-card {
    aspect-ratio: auto;
    overflow: visible;
    display: grid;
    grid-template-rows: auto auto;
    color: var(--ink);
    background: transparent;
  }
  .soundtrack-visual { position: relative; inset: auto; aspect-ratio: 2 / 3; overflow: hidden; display: block; background: #0d1012; }
  .soundtrack-card-info {
    position: relative;
    inset: auto;
    gap: 4px;
    padding: 10px 2px 0;
    opacity: 1;
    transform: none;
    color: var(--ink);
    background: transparent;
  }
  .soundtrack-card strong { font-size: 16px; line-height: 1.1; letter-spacing: -.015em; }
  .soundtrack-detail { color: #a9adae; font-size: 11px; line-height: 1.35; letter-spacing: .07em; }
  .soundtrack-card i { opacity: 1; transform: none; top: 10px; right: 10px; color: white; }
  .archive .placement-grid { grid-auto-rows: auto; gap: 22px 10px; }
  .archive .placement-card {
    aspect-ratio: auto;
    overflow: visible;
    display: grid;
    grid-template-rows: auto auto;
  }
  .archive .placement-visual { position: relative; inset: auto; aspect-ratio: 4 / 3; overflow: hidden; }
  .archive .placement-overlay {
    position: relative;
    inset: auto;
    min-height: 0;
    padding: 10px 22px 0 1px;
    opacity: 1;
    transform: none;
    background: transparent;
    border: 0;
    backdrop-filter: none;
  }
  .archive .placement-overlay h3 { margin-bottom: 4px; font-size: 15px; line-height: 1.12; }
  .archive .placement-overlay p { color: #aeb2b3; font-size: 9px; line-height: 1.35; letter-spacing: .05em; }
  .archive .placement-arrow { right: 1px; top: 10px; transform: none; }
  .ad-grid { grid-template-columns: 1fr; }
  .footer-links { align-items: flex-start; flex-wrap: wrap; }
  .consent-banner { grid-template-columns: 1fr; }
  .consent-actions { align-items: stretch; flex-direction: column; }
}

@media (hover: none) {
  .placement-overlay { opacity: 1; transform: none; }
}

@media (min-width: 1800px) {
  .album-grid { grid-template-columns: repeat(8, 1fr); }
  .placement-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .archive .placement-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); grid-auto-rows: 205px; }
  .logo-grid { grid-template-columns: repeat(10, 1fr); }
}

/* Internal release smart-link pages */
.release-page { min-height: 100vh; background: #090b0c; }
.release-page .site-header { position: relative; }
.release-header-back {
  color: #999d9e;
  font: 11px var(--mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: color .2s;
}
.release-header-back:hover { color: var(--accent); }
.release-shell {
  width: min(1180px, calc(100% - 48px));
  min-height: calc(100vh - 195px);
  margin: 0 auto;
  padding: clamp(55px, 8vw, 115px) 0 100px;
}
.release-loading { color: var(--muted); }
.release-back {
  display: inline-flex;
  gap: 10px;
  margin-bottom: 38px;
  color: #999d9e;
  font: 11px var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: color .2s;
}
.release-back:hover { color: var(--accent); }
.release-layout {
  display: grid;
  grid-template-columns: minmax(280px, 480px) minmax(320px, 1fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: center;
}
.release-cover {
  width: 100%;
  min-height: 420px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  background: radial-gradient(circle at 65% 25%, #493c2d, #111416 58%);
  color: var(--muted);
}
.release-cover.has-image { min-height: 0; background: #111416; }
.release-cover img {
  display: block;
  width: 100%;
  max-height: 620px;
  object-fit: contain;
}
.release-kicker {
  margin: 0 0 18px;
  color: var(--accent);
  font: 600 15px var(--mono);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.release-details h1 {
  margin: 0;
  max-width: 760px;
  font: 400 clamp(42px, 5vw, 74px)/.98 Georgia, "Times New Roman", serif;
  letter-spacing: -.045em;
}
.release-meta {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.1);
}
.release-meta p { margin: 0; display: grid; gap: 3px; }
.release-meta span {
  color: #85898a;
  font: 10px var(--mono);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.release-meta strong { color: var(--muted); font-size: 16px; font-weight: 400; line-height: 1.4; }
.release-link-groups { display: grid; gap: 28px; margin-top: 42px; }
.release-link-group h2 {
  margin: 0 0 10px;
  color: #7f8384;
  font: 10px var(--mono);
  letter-spacing: .16em;
  text-transform: uppercase;
}
.release-links { display: grid; gap: 7px; }
.release-links a {
  min-height: 58px;
  padding: 13px 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.018);
  transition: border-color .25s, background .25s, transform .25s;
}
.release-links a:hover {
  border-color: rgba(216,168,102,.65);
  background: rgba(216,168,102,.055);
  transform: translateX(3px);
}
.release-platform { display: flex; align-items: center; gap: 12px; }
.release-links a > span:last-child { color: var(--accent); }
.release-unavailable { margin-top: 48px; color: var(--muted); }
.release-not-found { padding: 10vh 0; }
.release-not-found h1 { max-width: 800px; font: 600 clamp(52px,8vw,110px)/.9 var(--display); letter-spacing: -.055em; }

@media (max-width: 760px) {
  .release-shell { width: min(100% - 36px, 560px); padding-top: 42px; }
  .release-layout { grid-template-columns: 1fr; gap: 42px; align-items: start; }
  .release-cover { width: min(100%, 460px); min-height: 300px; margin: 0 auto; }
  .release-details h1 { font-size: clamp(40px, 12vw, 62px); }
  .release-link-groups { margin-top: 40px; }
  .release-page footer { margin-top: 20px; }
}
