:root {
  --ink: #f6f0ee;
  --muted: #b8acae;
  --black: #090708;
  --panel: #130d10;
  --wine: #8d173f;
  --rose: #d23161;
  --line: rgba(255, 255, 255, 0.14);
  --page: min(1180px, calc(100vw - 48px));
  --title-display: clamp(4.2rem, 7.4vw, 7.6rem);
  --title-section: clamp(3.15rem, 4.7vw, 5.2rem);
  --title-feature: clamp(3rem, 4.15vw, 4.6rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--black);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button { font: inherit; }
h1, h2, h3, h4 { text-wrap: balance; }

.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: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 16px;
  color: #111;
  background: #fff;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  width: var(--page);
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  transform: translateX(-50%);
}
.brand { display: inline-flex; align-items: baseline; gap: 10px; }
.brand span { font-size: 1.5rem; font-weight: 900; letter-spacing: -0.06em; }
.brand small {
  color: var(--muted);
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a {
  color: #e6dfe0;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.main-nav a:hover, .main-nav a:focus-visible { color: #fff; }
.main-nav .nav-cta { padding: 10px 18px; border: 1px solid rgba(255,255,255,.45); }
.menu-toggle { display: none; color: #fff; background: none; border: 0; }

.hero {
  position: relative;
  min-height: 880px;
  height: 100svh;
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
}
.hero-media {
  position: absolute;
  z-index: -3;
  inset: 0;
  background: url("assets/hero-rocko.png") 62% 42% / cover no-repeat;
  transform: scale(1.015);
}
.hero-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8,4,6,.96) 0%, rgba(19,7,12,.73) 38%, rgba(8,5,8,.1) 72%),
    linear-gradient(0deg, #090708 0%, transparent 24%, rgba(4,3,4,.22) 100%);
}
.hero-content { width: var(--page); margin: 72px auto 0; }
.eyebrow {
  margin: 0 0 18px;
  color: #df7899;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.hero h1, h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.05em;
}
.hero h1 { max-width: 800px; font-size: var(--title-display); }
.hero h1 em, h2 em { color: #e64d7d; font-weight: 400; }
.hero-lead { max-width: 560px; margin: 30px 0 0; color: #d5ccce; font-size: 1.05rem; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 1px solid transparent;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: .25s ease;
}
.button-primary { background: var(--rose); }
.button-primary:hover, .button-primary:focus-visible { background: #ee4779; transform: translateY(-2px); }
.button-ghost { border-color: rgba(255,255,255,.42); }
.button-ghost:hover, .button-ghost:focus-visible { background: #fff; color: #111; }
.scroll-cue {
  position: absolute;
  right: calc((100vw - var(--page)) / 2);
  bottom: 42px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #d5ccce;
  font-size: .67rem;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.scroll-cue i { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-style: normal; }

.section { position: relative; width: var(--page); margin: 0 auto; padding: 150px 0; }
.section-number {
  position: absolute;
  top: 95px;
  right: 0;
  color: rgba(255,255,255,.045);
  font-family: Georgia, serif;
  font-size: 12rem;
  line-height: 1;
}
.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: center; }
.about-image { position: relative; }
.about-image::before { content: ""; position: absolute; z-index: -1; top: -24px; left: -24px; width: 62%; height: 76%; background: linear-gradient(145deg, var(--wine), #24070f); }
.about-image img { aspect-ratio: 1.15 / 1; object-fit: cover; filter: saturate(.8) contrast(1.05); }
.image-caption { display: block; margin-top: 12px; color: var(--muted); font-size: .65rem; letter-spacing: .16em; text-transform: uppercase; }
h2 { max-width: 13ch; font-size: var(--title-section); }
.large-copy { margin: 34px 0 18px; color: #f0e9ea; font-size: 1.23rem; line-height: 1.65; }
.about-copy > p:not(.eyebrow):not(.large-copy) { color: var(--muted); }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 42px; padding-top: 24px; border-top: 1px solid var(--line); }
.stats div { display: flex; flex-direction: column; }
.stats strong { color: #e3527e; font-family: Georgia, serif; font-size: 2.35rem; font-weight: 400; }
.stats span { color: var(--muted); font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }

.services { padding-top: 120px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 70px; }
.section-heading h2 { max-width: 12.5ch; }
.section-heading > p { max-width: 360px; margin: 0 0 8px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 330px; padding: 30px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s ease, transform .25s ease; }
.service-card:hover { background: linear-gradient(150deg, rgba(141,23,63,.42), rgba(255,255,255,.025)); transform: translateY(-7px); }
.service-card:focus-visible { outline: 2px solid var(--rose); outline-offset: -2px; background: linear-gradient(150deg, rgba(141,23,63,.42), rgba(255,255,255,.025)); }
.service-card > span { color: #d25d83; font-family: Georgia, serif; font-size: 1.2rem; }
.service-card h3 { max-width: 12ch; margin: 50px 0 14px; font-family: Georgia, serif; font-size: 1.7rem; font-weight: 400; line-height: 1.1; }
.service-card p { margin: 0; color: var(--muted); font-size: .9rem; }

.trajectory { display: grid; grid-template-columns: 1fr 1fr; background: #160d11; }
.trajectory-image { min-height: clamp(540px, 48vw, 680px); overflow: hidden; }
.trajectory-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75) contrast(1.05); }
#produccion .trajectory-image img { object-position: 50% 38%; }
#clases .trajectory-image img { object-position: 50% 46%; }
.trajectory-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px clamp(42px, 7vw, 120px); }
.trajectory-copy h2 { max-width: 11ch; font-size: var(--title-feature); }
.trajectory-copy > p:not(.eyebrow) { color: var(--muted); }
.trajectory-copy h3 { margin: 28px 0 10px; color: #df7899; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; }
.service-feature {
  scroll-margin-top: 84px;
  width: min(1360px, calc(100vw - 64px));
  margin-inline: auto;
  grid-template-columns: minmax(380px, .9fr) minmax(0, 1.1fr);
  gap: clamp(30px, 4vw, 64px);
  padding: clamp(24px, 2.4vw, 36px);
  background:
    radial-gradient(circle at 78% 18%, rgba(141, 23, 63, .13), transparent 32%),
    #160d11;
}
.service-feature .trajectory-image {
  position: relative;
  align-self: center;
  height: clamp(620px, 51vw, 740px);
  min-height: 0;
  overflow: hidden;
}
.service-feature .trajectory-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: inset 0 0 70px rgba(8, 4, 6, .12);
  pointer-events: none;
}
.service-feature .trajectory-image img {
  object-position: 50% 48%;
}
.service-feature .trajectory-copy {
  padding: 28px clamp(8px, 1.4vw, 20px) 28px 0;
}
.service-feature .trajectory-copy .eyebrow {
  margin-bottom: 14px;
}
.service-feature .trajectory-copy h2 {
  max-width: 12ch;
  font-size: var(--title-feature);
  line-height: .96;
}
.service-feature .trajectory-copy > p:not(.eyebrow):not(.collab-summary) {
  max-width: 650px;
  margin: 24px 0 0;
  font-size: .94rem;
  line-height: 1.65;
}
.service-feature .trajectory-copy h3 {
  margin: 34px 0 8px;
}
.service-feature .collab-trigger {
  min-height: 58px;
}
.service-feature .trajectory-copy .collab-summary {
  margin-top: 18px;
  max-width: 650px;
}
.service-feature-reverse { grid-template-columns: minmax(0, 1.1fr) minmax(380px, .9fr); }
.service-feature-reverse .trajectory-image { order: 2; }
.feature-index { margin-right: 10px; color: #fff; font-family: Georgia, serif; font-size: 1.15rem; letter-spacing: 0; }
.advertising { scroll-margin-top: 84px; }
.collaborators { margin: 0; padding: 0; list-style: none; }
.collaborators li { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--line); font-family: Georgia, serif; font-size: 1.15rem; }
.collaborators small { color: var(--muted); font-family: Inter, sans-serif; font-size: .67rem; letter-spacing: .06em; text-align: right; text-transform: uppercase; }
.collab-accordion .collab-item { display: block; padding: 0; overflow: hidden; transition: background .25s ease, border-color .25s ease; }
.collab-trigger { display: grid; grid-template-columns: 34px minmax(0, 1fr) 28px; align-items: center; width: 100%; min-height: 64px; padding: 10px 8px 10px 0; border: 0; color: inherit; background: transparent; cursor: pointer; text-align: left; }
.collab-number { color: #d25d83; font-family: Inter, sans-serif; font-size: .62rem; letter-spacing: .12em; transition: transform .25s ease; }
.collab-label { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.collab-label strong { font-family: Georgia, serif; font-size: 1.15rem; font-weight: 400; line-height: 1.25; }
.collab-toggle { color: #df7899; font-family: Inter, sans-serif; font-size: 1.35rem; font-weight: 300; text-align: center; transition: transform .3s ease; }
.collab-detail { padding: 0 42px 18px 34px; color: var(--muted); font-family: Inter, sans-serif; font-size: .82rem; }
.collab-detail p { margin: 0; }
.collab-detail a { display: inline-block; margin-top: 9px; color: #f29ab5; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.collab-item:hover, .collab-item.is-open { border-color: rgba(226,82,126,.55); background: linear-gradient(90deg, rgba(141,23,63,.2), transparent 78%); }
.collab-item:hover .collab-number, .collab-item.is-open .collab-number { transform: translateX(5px); }
.collab-item.is-open .collab-toggle { transform: rotate(45deg); }
.collab-trigger:focus-visible { outline: 2px solid var(--rose); outline-offset: -3px; }
.trajectory-copy .collab-summary { margin: 22px 0 0; padding-left: 16px; border-left: 2px solid var(--rose); font-size: .78rem; line-height: 1.65; }
.advertising { padding: 100px 0; }
.advertising-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 38px; }
.advertising-heading h2 { max-width: 11ch; font-size: var(--title-section); }
.advertising-heading > p { max-width: 390px; margin: 0 0 7px; color: var(--muted); }
.brand-rail { width: 100%; overflow: hidden; background: #100b0d; }
.brand-rail-track { position: relative; width: 100%; height: 248px; }
.brand-rail-track > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.brand-links { position: absolute; inset: 9px 12px 33px; display: grid; grid-template-columns: 21.9fr 19.2fr 18.6fr 18.1fr 22.2fr; }
.brand-links a { position: relative; cursor: pointer; }
.brand-links a:focus-visible { outline: 2px solid #e64d7d; outline-offset: -4px; }

.work-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: repeat(2, 260px); gap: 16px; }
.work-card { position: relative; min-height: 0; isolation: isolate; overflow: hidden; }
.work-card-large { grid-row: 1 / 3; }
.work-card::after { content: ""; position: absolute; z-index: 0; inset: 0; background: linear-gradient(0deg, rgba(7,3,5,.95), transparent 64%); }
.work-card img { height: 100%; object-fit: cover; transition: transform .5s ease, filter .5s ease; }
.work-card:nth-child(3) img { object-position: 50% 43%; }
.work-card:hover img { transform: scale(1.04); filter: saturate(1.2); }
.work-card > div { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 24px; }
.work-card small { color: #dda0b4; font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.work-card h3 { max-width: 17ch; margin: 3px 0 0; font-family: Georgia, serif; font-size: clamp(1.5rem, 2.2vw, 2.4rem); font-weight: 400; line-height: 1.08; }
.play { position: absolute; z-index: 2; top: 20px; right: 20px; display: grid; width: 48px; height: 48px; place-items: center; padding-left: 3px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; font-size: .7rem; }
.discography { margin-top: 130px; padding-top: 70px; border-top: 1px solid var(--line); }
.discography-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 42px; }
.discography-heading > div { min-width: 0; }
.discography-heading h3 { max-width: 12ch; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: var(--title-section); font-weight: 400; line-height: .96; letter-spacing: -.05em; }
.discography-heading > p { max-width: 360px; margin: 0 0 8px; color: var(--muted); }
.discography-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.discography-filter { min-height: 42px; padding: 9px 15px; border: 1px solid var(--line); color: #ded6d8; background: transparent; cursor: pointer; font-size: .7rem; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.discography-filter:hover, .discography-filter:focus-visible { border-color: rgba(255,255,255,.45); color: #fff; }
.discography-filter.active { border-color: var(--rose); color: #fff; background: var(--rose); }
.album-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.album-card { display: block; min-width: 0; border: 1px solid var(--line); background: #120b0e; transition: opacity .22s ease, transform .22s ease, border-color .22s ease; }
.album-card:hover, .album-card:focus-visible { border-color: rgba(230,77,125,.65); transform: translateY(-5px); }
.album-card[hidden] { display: none; }
.album-card img { aspect-ratio: 1; object-fit: cover; background: linear-gradient(145deg, #3c0d1c, #10080b); }
.album-card > div { min-height: 138px; padding: 22px 20px; }
.album-card small { display: block; min-height: 2.5em; color: #e4678f; font-size: .63rem; line-height: 1.35; letter-spacing: .09em; text-transform: uppercase; }
.album-card h4 { max-width: 15ch; margin: 7px 0 3px; font-family: Georgia, "Times New Roman", serif; font-size: 1.42rem; font-weight: 400; line-height: 1.1; }
.album-card p { margin: 0; color: var(--muted); font-size: .76rem; }

.contact { position: relative; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr); gap: clamp(48px, 7vw, 110px); padding: 150px max(24px, calc((100vw - 1180px) / 2)); background: linear-gradient(120deg, #40101f, #11090c 58%, #090708); overflow: hidden; }
.contact-glow { position: absolute; width: 560px; height: 560px; right: 8%; top: -35%; border-radius: 50%; background: rgba(210,49,97,.13); filter: blur(55px); }
.contact-main, .contact-details { position: relative; z-index: 1; }
.contact-main h2 { max-width: none; font-size: clamp(3rem, 4vw, 3.7rem); white-space: nowrap; }
.contact-main > p:not(.eyebrow) { color: #cbbfc2; }
.contact-email { display: inline-flex; align-items: center; gap: 12px; margin-top: 18px; padding-bottom: 5px; border-bottom: 1px solid #df7899; font-family: Georgia, serif; font-size: clamp(1.2rem, 1.8vw, 1.65rem); transition: color .2s ease, border-color .2s ease; }
.contact-email i { color: #ed6c97; font-size: .72em; }
.contact-email:hover, .contact-email:focus-visible { color: #f27ca3; border-color: #f27ca3; }
.contact-actions .button { gap: 10px; }
.contact-actions .button i { font-size: 1rem; }
.contact-details { align-self: end; }
.contact-channel { display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--line); transition: border-color .2s ease, transform .2s ease; }
.contact-channel:first-child { border-top: 1px solid var(--line); }
.contact-icon { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(230,77,125,.42); border-radius: 50%; color: #ee759c; background: rgba(210,49,97,.08); font-size: 1.05rem; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.contact-channel small { display: block; margin-bottom: 2px; color: #d36a8c; font-size: .62rem; letter-spacing: .15em; text-transform: uppercase; }
.contact-channel strong { font-size: .98rem; font-weight: 500; }
.channel-arrow { color: #8b737a; font-size: .78rem; transform: rotate(-35deg); transition: color .2s ease, transform .2s ease; }
.contact-channel:hover, .contact-channel:focus-visible { border-color: rgba(230,77,125,.55); transform: translateX(4px); }
.contact-channel:hover .contact-icon, .contact-channel:focus-visible .contact-icon { color: #fff; background: var(--rose); border-color: var(--rose); }
.contact-channel:hover .channel-arrow, .contact-channel:focus-visible .channel-arrow { color: #ee759c; transform: rotate(0); }

.site-footer { width: var(--page); min-height: 120px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; color: var(--muted); font-size: .72rem; }
.site-footer > a:last-child { letter-spacing: .08em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .contact { grid-template-columns: 1fr; gap: 65px; }
}

@media (max-width: 960px) {
  :root {
    --page: min(100% - 36px, 720px);
    --title-display: clamp(3.75rem, 13vw, 6rem);
    --title-section: clamp(3rem, 8.4vw, 4.6rem);
    --title-feature: clamp(3rem, 7.8vw, 4.35rem);
  }
  .site-header { height: 82px; }
  .menu-toggle { z-index: 30; display: grid; gap: 5px; width: 44px; height: 44px; place-content: center; }
  .menu-toggle > span:not(.sr-only) { width: 22px; height: 1px; background: #fff; transition: .25s ease; }
  .menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 22px; padding: 70px 10vw; background: rgba(10,5,7,.98); opacity: 0; pointer-events: none; transition: opacity .25s ease; }
  .main-nav.open { opacity: 1; pointer-events: auto; }
  .main-nav a { font-family: Georgia, serif; font-size: 2rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
  .main-nav .nav-cta { padding: 0; border: 0; color: #e55481; }
  .hero { min-height: 760px; }
  .hero-media { background-position: 68% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,4,6,.94), rgba(8,4,6,.28)), linear-gradient(0deg,#090708,transparent 38%); }
  .hero-content { margin-top: 50px; }
  .section { padding: 105px 0; }
  .about { grid-template-columns: 1fr; gap: 60px; }
  .about-image { max-width: 620px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 24px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .trajectory { grid-template-columns: 1fr; }
  .service-feature { width: min(100% - 36px, 720px); grid-template-columns: 1fr; }
  .service-feature { gap: 0; padding: 20px; }
  .service-feature .trajectory-image { height: min(78vw, 560px); }
  .service-feature .trajectory-copy { padding: 64px 18px 36px; }
  .service-feature-reverse .trajectory-image { order: 0; }
  .trajectory-image { min-height: 0; height: min(72vw, 520px); }
  .advertising-heading { align-items: start; }
  .work-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 480px 280px; }
  .work-card-large { grid-column: 1 / 3; grid-row: auto; }
  .album-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .contact-main h2 { white-space: normal; }
}

@media (max-width: 620px) {
  :root {
    --page: calc(100% - 32px);
    --title-display: clamp(3.2rem, 15vw, 4.65rem);
    --title-section: clamp(2.65rem, 11.8vw, 3.65rem);
    --title-feature: clamp(2.65rem, 11.5vw, 3.55rem);
  }
  .brand small { display: none; }
  .hero { min-height: 720px; align-items: end; padding-bottom: 100px; }
  .hero-content { margin-top: 0; }
  .hero-lead { font-size: .95rem; }
  .hero-actions .button { width: 100%; }
  .scroll-cue { display: none; }
  .stats { gap: 14px; }
  .stats strong { font-size: 1.9rem; }
  .stats span { font-size: .58rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 250px; }
  .service-card h3 { margin-top: 28px; }
  .trajectory-image { min-height: 0; height: min(92vw, 420px); }
  .service-feature { width: calc(100% - 24px); }
  .service-feature .trajectory-image { height: 440px; min-height: 0; }
  .service-feature { padding: 12px; }
  .service-feature .trajectory-copy { padding: 58px 12px 28px; }
  .trajectory-copy { padding: 75px 24px; }
  .collaborators li { display: block; }
  .collaborators small { display: block; text-align: left; }
  .collab-trigger { grid-template-columns: 30px minmax(0, 1fr) 30px; min-height: 72px; padding-right: 0; }
  .collab-label { display: block; }
  .collab-label strong { display: block; padding-right: 6px; font-size: 1.08rem; }
  .collab-label small { margin-top: 4px; }
  .collab-detail { padding: 0 30px 20px; font-size: .8rem; }
  .advertising { padding: 80px 0; }
  .advertising-heading { display: block; }
  .advertising-heading > p { max-width: 100%; margin-top: 18px; font-size: .92rem; }
  .brand-rail { width: calc(100vw - 16px); overflow-x: auto; scrollbar-width: thin; }
  .brand-rail-track { width: 900px; height: 205px; }
  .brand-links { inset: 7px 9px 35px; }
  .work-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(3, 360px); }
  .work-card-large { grid-column: auto; }
  .discography { margin-top: 95px; padding-top: 55px; }
  .discography-heading { display: block; }
  .discography-heading > p { margin-top: 24px; }
  .discography-filters { flex-wrap: nowrap; margin-right: -16px; padding-right: 16px; overflow-x: auto; scrollbar-width: none; }
  .discography-filters::-webkit-scrollbar { display: none; }
  .discography-filter { flex: 0 0 auto; }
  .album-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .album-card > div { min-height: 128px; padding: 17px 14px; }
  .album-card h4 { font-size: 1.15rem; }
  .contact { padding-top: 105px; padding-bottom: 105px; }
  .contact-main h2 { font-size: clamp(3rem, 13vw, 3.75rem); }
  .contact-actions .button { width: 100%; }
  .site-footer { flex-direction: column; align-items: flex-start; padding: 40px 0; }
}

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