.inner-page .topnav a[aria-current="page"] {
  color: var(--bg);
  background: var(--signal);
}

.inner-page h1::after { display: none; }

.inner-hero {
  min-height: min(790px, calc(100vh - 104px));
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  border-bottom: 1px solid var(--line-strong);
}

.inner-hero-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(38px, 6vw, 88px);
}

.inner-title,
.album-title,
.track-title,
.visual-title {
  width: auto;
  margin: 24px 0 50px;
  font-size: clamp(72px, 10vw, 158px);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.68;
  text-transform: uppercase;
}

.inner-title span,
.visual-title span { display: block; }

.inner-title .outline,
.visual-title .outline {
  margin-left: 0.32em;
  color: transparent;
  -webkit-text-stroke: 1px var(--ink);
}

.inner-lead {
  max-width: 650px;
  margin-bottom: 34px;
  color: #bdc8cb;
  font-size: clamp(20px, 2.1vw, 32px);
  font-weight: 400;
  line-height: 1.35;
}

.inner-portrait,
.track-art {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-left: 1px solid var(--line-strong);
  background: var(--surface);
}

.inner-portrait img,
.track-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(1) contrast(1.3) brightness(0.65);
}

.inner-portrait::after,
.track-art::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(140deg, rgba(84, 231, 255, 0.22), transparent 55%, rgba(84, 231, 255, 0.08));
  mix-blend-mode: screen;
}

.inner-portrait .portrait-index {
  position: absolute;
  z-index: 3;
  top: 16px;
  right: 16px;
  left: auto;
}

.inner-portrait figcaption,
.track-art figcaption {
  position: absolute;
  z-index: 3;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(237, 244, 245, 0.4);
  background: rgba(5, 7, 8, 0.72);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.data-ribbon {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line-strong);
  color: var(--bg);
  background: var(--signal);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.data-ribbon span {
  padding: 12px 20px;
  border-right: 1px solid rgba(5, 7, 8, 0.24);
  text-align: center;
}
.data-ribbon span:last-child { border-right: 0; }

.profile-statement {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 0.7fr);
  gap: clamp(50px, 9vw, 160px);
  padding: clamp(54px, 8vw, 120px) clamp(24px, 6vw, 90px);
  border-bottom: 1px solid var(--line-strong);
}

.statement-copy {
  align-self: end;
  color: #b8c3c6;
  font-size: clamp(18px, 2vw, 27px);
  line-height: 1.45;
}
.statement-copy p { margin-bottom: 28px; }
.statement-copy a { text-decoration-color: var(--signal); text-underline-offset: 4px; }

.inline-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 44px; }
.inline-links a {
  padding: 13px 16px;
  border: 1px solid var(--line-strong);
  color: var(--signal);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}
.inline-links a:hover,
.inline-links a:focus-visible { color: var(--bg); background: var(--signal); outline: none; }

.data-section-head,
.sequence-head,
.track-data-section > header,
.services-section > header {
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  align-items: end;
  gap: 34px;
  padding: clamp(46px, 7vw, 94px) clamp(24px, 6vw, 90px);
}
.data-section-head .section-number,
.sequence-head .section-number,
.track-data-section .section-number,
.services-section .section-number { align-self: start; }

.data-matrix {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  border-top: 1px solid var(--line-strong);
}
.data-matrix > div {
  position: relative;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.data-matrix > div:nth-child(3n) { border-right: 0; }
.data-matrix dt,
.data-matrix > div > span {
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.data-matrix dd { margin: 0; font-size: clamp(18px, 2vw, 27px); line-height: 1.25; }
.data-matrix dd a { text-decoration-color: var(--signal); text-underline-offset: 5px; }
.data-matrix > div > span { position: absolute; top: 24px; right: 24px; color: var(--signal); }

/* Album system */
.album-hero {
  min-height: min(830px, calc(100vh - 104px));
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  grid-template-rows: 1fr auto;
  border-bottom: 1px solid var(--line-strong);
}
.album-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 6vw, 88px);
  overflow: hidden;
}
.album-title {
  margin: 42px 0 54px;
  max-width: 100%;
  font-size: clamp(62px, 7.2vw, 118px);
  letter-spacing: -0.07em;
  line-height: 0.76;
  white-space: nowrap;
  text-transform: lowercase;
}
.album-heading > p {
  max-width: 640px;
  margin-bottom: 0;
  color: #b9c4c7;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.45;
}
.album-visual {
  position: relative;
  min-height: 520px;
  display: block;
  overflow: hidden;
  border-left: 1px solid var(--line-strong);
  background: #050708;
  color: inherit;
  text-decoration: none;
}
.album-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(1) contrast(1.45) brightness(0.52);
}
.album-visual img.album-cover {
  object-fit: contain;
  object-position: center;
  filter: contrast(1.04) brightness(0.84) saturate(0.9);
  transition: filter 400ms ease;
}
.album-visual:hover img.album-cover,
.album-visual:focus-visible img.album-cover { filter: contrast(1.02) brightness(0.96) saturate(1); }
.album-visual:focus-visible { outline: 1px solid var(--signal); outline-offset: -2px; }
.album-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: repeating-radial-gradient(circle at center, transparent 0 38px, rgba(84, 231, 255, 0.16) 39px 40px);
  pointer-events: none;
}
.album-ring {
  position: absolute;
  z-index: 3;
  inset: 18px 18px auto auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  border: 1px solid var(--signal);
  border-radius: 0;
  color: var(--signal);
  background: rgba(5, 7, 8, 0.72);
  text-align: left;
  transform: none;
  box-shadow: 0 0 30px rgba(84, 231, 255, 0.14);
}
.album-ring span { font-size: 24px; font-weight: 800; line-height: 0.9; }
.album-ring small { margin-top: 0; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 11px; letter-spacing: 0.12em; }
.cover-open {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 18px;
  padding: 10px 13px;
  border: 1px solid var(--signal);
  color: var(--signal);
  background: rgba(5, 7, 8, 0.76);
  font: 10px/1 ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: 0.14em;
}
.album-readout {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  border-top: 1px solid var(--line-strong);
}
.album-readout div { display: flex; justify-content: space-between; padding: 16px 20px; border-right: 1px solid var(--line); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 12px; letter-spacing: 0.12em; }
.album-readout div:last-child { border-right: 0; }
.album-readout dt { color: var(--muted); }
.album-readout dd { margin: 0; }
.album-readout .active { color: var(--signal); }

.sequence-head {
  grid-template-columns: 0.4fr 0.8fr 0.6fr;
}
.sequence-head > p {
  max-width: 400px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}
.sequence-list { margin: 0; padding: 0; border-top: 1px solid var(--line-strong); list-style: none; }
.sequence-list li {
  min-height: 86px;
  display: grid;
  grid-template-columns: 90px 1.4fr 1fr 90px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.sequence-list li > * { height: 100%; display: flex; align-items: center; padding: 16px 22px; border-right: 1px solid var(--line); }
.sequence-list li > :last-child { border-right: 0; }
.sequence-list span,
.sequence-list i,
.sequence-list b,
.sequence-list time { color: var(--muted); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 11px; font-style: normal; font-weight: 400; letter-spacing: 0.12em; }
.sequence-list strong { color: var(--text); font-size: clamp(18px, 2vw, 28px); font-weight: 600; }
.sequence-list a { font-size: clamp(25px, 3vw, 44px); font-weight: 800; letter-spacing: -0.04em; text-decoration: none; }
.sequence-list .available { background: var(--signal-soft); }
.sequence-list .available span,
.sequence-list .available i { color: var(--signal); }
.sequence-list .available:hover,
.sequence-list .available:focus-within { color: var(--bg); background: var(--signal); }
.sequence-list .available:hover > *,
.sequence-list .available:focus-within > * { color: var(--bg); border-color: rgba(5, 7, 8, 0.2); }

/* Recording terminal */
.track-hero {
  min-height: min(780px, calc(100vh - 104px));
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(350px, 0.7fr);
  border-bottom: 1px solid var(--line-strong);
}
.track-heading {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 6vw, 88px);
  overflow: hidden;
}
.track-position {
  position: absolute;
  top: 50%;
  right: -0.08em;
  color: rgba(84, 231, 255, 0.07);
  font-size: clamp(220px, 34vw, 520px);
  font-weight: 900;
  letter-spacing: -0.1em;
  line-height: 0.75;
  transform: translateY(-50%);
}
.track-title { position: relative; z-index: 1; margin: 42px 0 48px; font-size: clamp(76px, 12vw, 180px); line-height: 0.75; text-transform: lowercase; }
.track-heading > p { position: relative; z-index: 1; max-width: 650px; margin-bottom: 0; color: #b9c4c7; font-size: clamp(18px, 2vw, 28px); line-height: 1.45; }
.track-heading > p a { text-decoration-color: var(--signal); text-underline-offset: 5px; }
.track-art { min-height: 600px; }

.primary-actions { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line-strong); }
.primary-actions a {
  min-height: 104px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 20px 26px;
  border-right: 1px solid var(--line);
  text-decoration: none;
}
.primary-actions a:last-child { border-right: 0; }
.primary-actions b,
.primary-actions i { color: var(--muted); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 11px; font-style: normal; letter-spacing: 0.12em; }
.primary-actions span { font-size: clamp(17px, 1.7vw, 25px); font-weight: 700; }
.primary-actions a:hover,
.primary-actions a:focus-visible { color: var(--bg); background: var(--signal); outline: none; }
.primary-actions a:hover b,
.primary-actions a:hover i,
.primary-actions a:focus-visible b,
.primary-actions a:focus-visible i { color: var(--bg); }

.track-data-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  border-bottom: 1px solid var(--line-strong);
}
.track-data-section > header { grid-template-columns: 1fr; align-content: center; border-right: 1px solid var(--line-strong); }
.track-data { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; }
.track-data > div { min-height: 210px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.track-data > div:nth-child(2n) { border-right: 0; }
.track-data dt { color: var(--muted); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; }
.track-data dd { margin: 0; font-size: clamp(20px, 2.2vw, 32px); line-height: 1.25; }

.services-section > header { grid-template-columns: 0.4fr 0.9fr 0.5fr; }
.services-section > header > p { margin-bottom: 0; color: var(--muted); font-size: 15px; line-height: 1.5; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-strong); }
.service-grid a {
  min-height: 130px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}
.service-grid a:nth-child(4n) { border-right: 0; }
.service-grid b,
.service-grid em { color: var(--muted); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 11px; font-style: normal; font-weight: 400; }
.service-grid .service-label { display: flex; align-items: center; gap: 16px; }
.service-grid .service-label span { font-size: clamp(16px, 1.7vw, 24px); font-weight: 700; }
.service-grid .service-label svg { width: 28px; height: 28px; flex: 0 0 auto; color: var(--signal); stroke-width: 1.35; }
.service-grid a:hover,
.service-grid a:focus-visible { color: var(--bg); background: var(--signal); outline: none; }
.service-grid a:hover b,
.service-grid a:hover em,
.service-grid a:hover svg,
.service-grid a:focus-visible b,
.service-grid a:focus-visible em,
.service-grid a:focus-visible svg { color: var(--bg); }

.sequence-nav { min-height: 78px; display: flex; justify-content: space-between; gap: 20px; padding: 22px 26px; border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 11px; letter-spacing: 0.12em; }
.sequence-nav a { color: var(--signal); text-decoration: none; }

/* Visual channel */
.visual-hero {
  position: relative;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 6vw, 88px);
  overflow: hidden;
  border-bottom: 1px solid var(--line-strong);
}
.visual-title { margin: 30px 0 52px; font-size: clamp(88px, 15vw, 220px); }
.visual-hero > p { max-width: 560px; margin-bottom: 0; color: #b9c4c7; font-size: clamp(18px, 2vw, 28px); }
.visual-counter {
  position: absolute;
  right: clamp(30px, 6vw, 90px);
  bottom: clamp(30px, 6vw, 90px);
  width: 190px;
  height: 190px;
  display: grid;
  place-content: center;
  border: 1px solid var(--signal);
  border-radius: 50%;
  color: var(--signal);
  text-align: center;
  box-shadow: 0 0 80px rgba(84, 231, 255, 0.11);
}
.visual-counter strong { font-size: 64px; line-height: 0.9; }
.visual-counter span { margin-top: 12px; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 11px; letter-spacing: 0.12em; }
.video-feed { padding: clamp(42px, 7vw, 100px) clamp(20px, 5vw, 72px); }
.signal-video { margin-bottom: clamp(64px, 10vw, 140px); }
.signal-video:last-child { margin-bottom: 0; }
.signal-video > header,
.signal-video > footer { display: grid; grid-template-columns: 120px 1fr auto; align-items: center; gap: 22px; padding: 18px 0; border-top: 1px solid var(--line); }
.signal-video > header span,
.signal-video > header time,
.signal-video > footer { color: var(--muted); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; }
.signal-video > header h2 { font-size: clamp(38px, 6vw, 86px); text-transform: lowercase; }
.video-shell { position: relative; padding: 14px; border: 1px solid var(--line-strong); background: rgba(84, 231, 255, 0.035); }
.video-shell iframe { width: 100%; aspect-ratio: 16 / 9; display: block; border: 0; background: #000; }
.video-corner { position: absolute; width: 22px; height: 22px; border-color: var(--signal); }
.video-corner.tl { top: 5px; left: 5px; border-top: 1px solid; border-left: 1px solid; }
.video-corner.tr { top: 5px; right: 5px; border-top: 1px solid; border-right: 1px solid; }
.video-corner.bl { bottom: 5px; left: 5px; border-bottom: 1px solid; border-left: 1px solid; }
.video-corner.br { right: 5px; bottom: 5px; border-right: 1px solid; border-bottom: 1px solid; }
.signal-video > footer { grid-template-columns: 1fr auto; border-top: 0; border-bottom: 1px solid var(--line); }
.signal-video > footer p { margin: 0; }
.signal-video > footer a { color: var(--signal); text-decoration: none; }

@media (max-width: 980px) {
  .inner-hero,
  .album-hero,
  .track-hero { grid-template-columns: 1fr; }
  .inner-hero-copy { min-height: 650px; }
  .inner-portrait,
  .album-visual,
  .track-art { min-height: 560px; border-top: 1px solid var(--line-strong); border-left: 0; }
  .album-visual { min-height: 0; aspect-ratio: 1; }
  .profile-statement { grid-template-columns: 1fr; }
  .statement-copy { max-width: 650px; }
  .data-matrix { grid-template-columns: repeat(2, 1fr); }
  .data-matrix > div:nth-child(3n) { border-right: 1px solid var(--line); }
  .data-matrix > div:nth-child(2n) { border-right: 0; }
  .album-readout { grid-template-columns: repeat(2, 1fr); }
  .album-readout div:nth-child(2n) { border-right: 0; }
  .sequence-head,
  .services-section > header { grid-template-columns: 1fr 1fr; }
  .sequence-head > p,
  .services-section > header > p { grid-column: 2; }
  .track-data-section { grid-template-columns: 1fr; }
  .track-data-section > header { border-right: 0; border-bottom: 1px solid var(--line-strong); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid a:nth-child(2n) { border-right: 0; }
}

@media (max-width: 620px) {
  .inner-hero-copy { min-height: 560px; padding: 30px 18px; }
  .inner-title,
  .album-title,
  .track-title,
  .visual-title { font-size: clamp(58px, 19vw, 102px); }
  .album-title { font-size: clamp(48px, 14vw, 76px); }
  .inner-portrait,
  .album-visual,
  .track-art { min-height: 430px; }
  .inner-portrait figcaption span:nth-child(2) { display: none; }
  .data-ribbon { grid-template-columns: 1fr; }
  .data-ribbon span { border-right: 0; border-bottom: 1px solid rgba(5, 7, 8, 0.24); }
  .profile-statement { padding: 54px 18px; }
  .data-section-head,
  .sequence-head,
  .track-data-section > header,
  .services-section > header { grid-template-columns: 1fr; padding: 50px 18px; }
  .sequence-head > p,
  .services-section > header > p { grid-column: auto; }
  .data-matrix { grid-template-columns: 1fr; }
  .data-matrix > div { min-height: 145px; border-right: 0 !important; }
  .album-heading,
  .track-heading { min-height: 560px; padding: 34px 18px; }
  .album-readout { grid-template-columns: 1fr; }
  .album-readout div { border-right: 0; border-bottom: 1px solid var(--line); }
  .sequence-list li { grid-template-columns: 58px 1fr 70px; min-height: 76px; }
  .sequence-list li > * { padding: 12px 10px; }
  .sequence-list i { display: none !important; }
  .sequence-list strong { font-size: 17px; }
  .sequence-list a { font-size: 23px; }
  .primary-actions { grid-template-columns: 1fr; }
  .primary-actions a { min-height: 78px; border-right: 0; border-bottom: 1px solid var(--line); }
  .track-data { grid-template-columns: 1fr; }
  .track-data > div { min-height: 150px; border-right: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid a { min-height: 82px; border-right: 0; }
  .service-grid .service-label svg { width: 24px; height: 24px; }
  .sequence-nav { flex-direction: column; }
  .visual-hero { min-height: 650px; padding: 38px 18px; justify-content: flex-start; }
  .visual-counter { right: 18px; bottom: 38px; width: 150px; height: 150px; }
  .signal-video > header { grid-template-columns: 70px 1fr; }
  .signal-video > header time { display: none; }
  .signal-video > footer { grid-template-columns: 1fr; }
  .video-shell { padding: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  .inner-page * { animation: none !important; transition: none !important; }
}

