:root {
  --bg: #070a0b;
  --bg-soft: #0d1113;
  --panel: rgba(12, 16, 18, 0.84);
  --panel-strong: rgba(7, 10, 11, 0.94);
  --line: rgba(186, 207, 212, 0.16);
  --line-strong: rgba(235, 52, 45, 0.48);
  --text: #e8ecec;
  --muted: #94a0a3;
  --dim: #5f6a6d;
  --red: #f0332d;
  --red-soft: rgba(240, 51, 45, 0.16);
  --amber: #d7a762;
  --green: #74d49b;
  --shadow: 0 20px 80px rgba(0, 0, 0, 0.5);
  --mono: "IBM Plex Mono", "Cascadia Mono", "Consolas", monospace;
  --sans: "Inter", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 20% 0%, rgba(240, 51, 45, 0.15), transparent 28rem),
    linear-gradient(180deg, rgba(7, 10, 11, 0.78), #070a0b 42rem),
    url("../assets/images/false-root-album-cover.png") center top / min(100vw, 1200px) auto no-repeat fixed,
    var(--bg);
  color: var(--text);
  font-family: var(--sans);
  letter-spacing: 0;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background: rgba(4, 7, 8, 0.76);
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
audio {
  font: inherit;
}

.noise,
.scanline {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.noise {
  z-index: 5;
  opacity: 0.12;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 44px 44px;
}

.scanline {
  z-index: 6;
  opacity: 0.09;
  background: repeating-linear-gradient(180deg, transparent 0 5px, rgba(255, 255, 255, 0.35) 6px);
  mix-blend-mode: screen;
}

.boot-screen {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  min-height: 100vh;
  overflow: hidden;
  background: #030607;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 520ms ease,
    visibility 520ms ease;
}

.boot-screen.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.boot-bg,
.boot-shade {
  position: absolute;
  inset: 0;
}

.boot-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  filter: saturate(0.82) contrast(1.18) brightness(0.62);
}

.boot-shade {
  background:
    radial-gradient(circle at 52% 42%, rgba(240, 51, 45, 0.2), transparent 20rem),
    linear-gradient(90deg, rgba(3, 6, 7, 0.92), rgba(3, 6, 7, 0.38) 48%, rgba(3, 6, 7, 0.9)),
    repeating-linear-gradient(180deg, transparent 0 6px, rgba(255, 255, 255, 0.1) 7px);
}

.boot-content {
  position: relative;
  z-index: 1;
  width: min(820px, calc(100% - 2rem));
  text-align: center;
  text-transform: uppercase;
}

.system-line,
.enter-button,
.peek-link,
.boot-copy {
  font-family: var(--mono);
}

.system-line {
  margin: 0 0 1.1rem;
  color: var(--red);
  font-size: 0.78rem;
  letter-spacing: 0.22em;
}

.boot-content h1 {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--mono);
  font-size: clamp(3.2rem, 11vw, 8.5rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.08em;
  text-shadow:
    0 0 12px rgba(240, 51, 45, 0.48),
    0 0 42px rgba(0, 0, 0, 0.9);
}

.boot-copy {
  width: min(640px, 100%);
  margin: 1.2rem auto 1.6rem;
  color: rgba(232, 236, 236, 0.78);
  font-size: 0.82rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

.enter-button {
  border: 1px solid var(--line-strong);
  background: rgba(240, 51, 45, 0.12);
  color: var(--text);
  padding: 0.9rem 1.35rem;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  box-shadow: 0 0 30px rgba(240, 51, 45, 0.18);
}

.enter-button:hover,
.enter-button:focus-visible {
  background: var(--red);
  color: #050606;
  outline: none;
}

.peek-link {
  position: absolute;
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  z-index: 1;
  color: rgba(232, 236, 236, 0.64);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.peek-link:hover,
.peek-link:focus-visible {
  color: var(--red);
}

.portal-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: 0.9rem clamp(1rem, 3vw, 2.5rem);
  border-bottom: 1px solid var(--line);
  background: rgba(7, 10, 11, 0.88);
  backdrop-filter: blur(18px);
}

.brand-cluster {
  display: inline-flex;
  align-items: center;
  gap: clamp(0.8rem, 1.8vw, 1.25rem);
  min-width: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  border: 1px solid var(--line-strong);
  color: var(--red);
  font-family: var(--mono);
  font-weight: 700;
}

.brand strong,
.brand small,
.hub-link,
.terminal-label,
.top-nav,
.session-chip,
.button,
.rail-link,
.filter-button,
.icon-button {
  font-family: var(--mono);
  text-transform: uppercase;
}

.brand strong {
  display: block;
  font-size: 0.86rem;
  letter-spacing: 0.16em;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  margin-top: 0.18rem;
}

.hub-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  border-left: 1px solid var(--line);
  padding-left: clamp(0.8rem, 1.8vw, 1.25rem);
  color: var(--muted);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  line-height: 1.35;
  white-space: nowrap;
}

.hub-link span {
  color: var(--text);
  margin-left: 0.35em;
}

.hub-link:hover,
.hub-link:focus-visible {
  color: var(--red);
}

.hub-link:hover span,
.hub-link:focus-visible span {
  color: var(--red);
}

.top-nav {
  display: flex;
  justify-content: center;
  gap: clamp(0.75rem, 2vw, 1.4rem);
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
}

.top-nav a:hover,
.top-nav a:focus-visible {
  color: var(--text);
}

.session-chip {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 0.45rem;
  border: 1px solid var(--line);
  padding: 0.55rem 0.7rem;
  color: var(--muted);
  font-size: 0.72rem;
}

.status-dot {
  width: 0.5rem;
  height: 0.5rem;
  background: var(--green);
  box-shadow: 0 0 16px var(--green);
}

main {
  width: min(1520px, calc(100% - 2rem));
  margin: 0 auto;
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: clamp(1.2rem, 4vw, 3rem);
  align-items: center;
  min-height: min(820px, calc(100vh - 74px));
  padding: clamp(2.5rem, 5vw, 4.5rem) 0 clamp(2rem, 5vw, 4rem);
}

.hero-copy {
  max-width: 780px;
  min-width: 0;
}

.terminal-label {
  display: inline-block;
  color: var(--red);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  max-width: 100%;
  overflow-wrap: anywhere;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 1rem;
  font-size: clamp(3rem, 7vw, 6.25rem);
  font-weight: 650;
  line-height: 0.92;
  text-transform: uppercase;
}

h1 span {
  display: block;
}

h2 {
  margin-bottom: 0.65rem;
  font-size: clamp(1.65rem, 3vw, 3rem);
  line-height: 1;
}

h3 {
  margin-bottom: 0.55rem;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

p {
  color: var(--muted);
  line-height: 1.65;
}

.hero-copy p {
  max-width: 660px;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  border: 1px solid var(--line);
  padding: 0 1rem;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
}

.button.primary {
  border-color: var(--red);
  background: var(--red-soft);
  color: var(--text);
  box-shadow: inset 0 0 24px rgba(240, 51, 45, 0.14);
}

.button.ghost {
  color: var(--muted);
}

.identity-panel,
.status-band article,
.side-rail,
.portal-workspace,
.rail-card,
.entry-reader,
.profile-card,
.profile-sidebar,
.album-card,
.track-row,
.archive-card,
.review-card,
.video-console,
.video-brief,
.why-main,
.why-quote {
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.identity-panel {
  overflow: hidden;
}

.identity-panel img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.identity-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
  padding: 1rem;
  font-family: var(--mono);
  font-size: 0.75rem;
  text-transform: uppercase;
}

.identity-grid span {
  color: var(--muted);
}

.identity-grid strong {
  color: var(--red);
  font-weight: 500;
}

.status-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
}

.status-band article {
  min-height: 11rem;
  padding: 1.1rem;
}

.status-band strong {
  display: block;
  margin: 1rem 0 0.6rem;
  font-size: 1.55rem;
  text-transform: uppercase;
}

.workspace-grid {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding-bottom: 3rem;
}

.side-rail {
  position: sticky;
  top: 5.1rem;
  padding: 0.85rem;
}

.rail-card {
  padding: 1rem;
  margin-bottom: 0.75rem;
  background: var(--panel-strong);
}

.rail-card h2 {
  margin: 0.6rem 0 0.2rem;
  color: var(--red);
  font-family: var(--mono);
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}

.rail-card p {
  margin: 0;
  font-family: var(--mono);
  font-size: 0.75rem;
}

.rail-link,
.filter-button {
  width: 100%;
  border: 1px solid transparent;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  text-align: left;
}

.rail-link {
  min-height: 2.8rem;
  padding: 0 0.8rem;
  font-size: 0.74rem;
  letter-spacing: 0.1em;
}

.rail-link:hover,
.rail-link:focus-visible,
.rail-link.is-active {
  border-color: var(--line-strong);
  color: var(--text);
  background: var(--red-soft);
}

.portal-workspace {
  min-height: 720px;
  padding: clamp(1rem, 2.4vw, 1.6rem);
}

.portal-view {
  display: none;
}

.portal-view.is-active {
  display: block;
}

.section-heading {
  display: grid;
  gap: 0.3rem;
  margin-bottom: 1.2rem;
}

.section-heading p {
  max-width: 760px;
  margin-bottom: 0;
}

.why-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
  gap: 1rem;
}

.why-main,
.why-quote {
  padding: clamp(1.2rem, 3vw, 2rem);
}

.why-main h3 {
  margin: 0.75rem 0 1rem;
  font-size: clamp(1.55rem, 3vw, 2.65rem);
  line-height: 1.08;
}

.why-points {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.why-points span {
  border-left: 2px solid var(--red);
  padding: 0.65rem 0.8rem;
  background: rgba(240, 51, 45, 0.08);
  color: var(--text);
  font-family: var(--mono);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.why-quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 360px;
  background:
    linear-gradient(135deg, rgba(240, 51, 45, 0.12), transparent 55%),
    url("../assets/images/truth-index.png") center / cover;
  position: relative;
  overflow: hidden;
}

.why-quote::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(4, 7, 8, 0.74);
}

.why-quote p,
.why-quote cite {
  position: relative;
}

.why-quote p {
  color: var(--text);
  font-size: clamp(1.7rem, 4vw, 3.2rem);
  line-height: 1.05;
}

.why-quote cite {
  color: var(--red);
  font-family: var(--mono);
  font-size: 0.75rem;
  font-style: normal;
  text-transform: uppercase;
}

.journal-layout {
  display: grid;
  grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
  gap: 1rem;
}

.entry-list {
  display: grid;
  gap: 0.65rem;
}

.entry-button {
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  cursor: pointer;
  padding: 0.8rem;
  text-align: left;
}

.entry-button:hover,
.entry-button:focus-visible,
.entry-button.is-active {
  border-color: var(--line-strong);
  background: var(--red-soft);
}

.entry-button time,
.entry-button span {
  display: block;
  font-family: var(--mono);
  font-size: 0.7rem;
  text-transform: uppercase;
}

.entry-button span {
  color: var(--red);
  margin-bottom: 0.4rem;
}

.entry-reader {
  min-height: 430px;
  padding: clamp(1.1rem, 3vw, 2rem);
  background:
    linear-gradient(90deg, rgba(240, 51, 45, 0.08), transparent 32rem),
    var(--panel);
}

.entry-reader blockquote {
  margin: 1.2rem 0;
  border-left: 2px solid var(--red);
  padding-left: 1rem;
  color: var(--text);
  font-size: 1.35rem;
  line-height: 1.5;
}

.entry-reader .entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.2rem;
}

.pill {
  border: 1px solid var(--line);
  padding: 0.42rem 0.55rem;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.review-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.filter-button {
  width: auto;
  min-height: 2.35rem;
  padding: 0 0.8rem;
  border-color: var(--line);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
}

.filter-button.is-active,
.filter-button:hover,
.filter-button:focus-visible {
  border-color: var(--line-strong);
  color: var(--text);
  background: var(--red-soft);
}

.review-timeline {
  display: grid;
  gap: 0.8rem;
}

.review-card {
  display: grid;
  grid-template-columns: 9rem minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
}

.review-date {
  font-family: var(--mono);
  color: var(--red);
  text-transform: uppercase;
}

.review-card h3 {
  margin: 0 0 0.25rem;
}

.review-card p {
  margin-bottom: 0;
}

.lock-badge {
  border: 1px solid var(--line-strong);
  padding: 0.5rem 0.65rem;
  color: var(--red);
  font-family: var(--mono);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.profile-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 1rem;
}

.profile-card {
  overflow: hidden;
}

.profile-banner {
  min-height: 180px;
  background: url("../assets/images/common-variable.png") center / cover;
  border-bottom: 1px solid var(--line);
}

.profile-body {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem;
  align-items: end;
}

.profile-body img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border: 1px solid var(--line-strong);
}

.profile-body h2 {
  margin-bottom: 0.3rem;
}

.profile-meta {
  font-family: var(--mono);
  font-size: 0.75rem;
  text-transform: uppercase;
}

.profile-sidebar {
  padding: 1rem;
}

.clean-list {
  display: grid;
  gap: 0.85rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.clean-list li {
  display: grid;
  gap: 0.25rem;
  border-top: 1px solid var(--line);
  padding-top: 0.85rem;
}

.clean-list span {
  color: var(--muted);
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.archive-card {
  overflow: hidden;
  cursor: pointer;
}

.archive-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: saturate(0.8);
  transition: transform 180ms ease, filter 180ms ease;
}

.archive-card:hover img,
.archive-card:focus-within img {
  transform: scale(1.03);
  filter: saturate(1.1);
}

.archive-card div {
  padding: 0.85rem;
}

.archive-card h3 {
  color: var(--red);
  font-family: var(--mono);
}

.archive-card p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.media-console {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 1rem;
}

.video-console {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 1rem;
  padding: 1rem;
}

.video-console iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line-strong);
  background: #000;
}

.video-brief {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 1rem;
  box-shadow: none;
}

.video-brief .button {
  margin-top: 0.75rem;
}

.track-console {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(240, 51, 45, 0.09), transparent 42%),
    rgba(6, 9, 10, 0.78);
  box-shadow: var(--shadow);
}

.console-track-list {
  border-right: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.track-button {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  width: 100%;
  min-height: 58px;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 12px 14px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  text-align: left;
}

.track-button:hover,
.track-button:focus-visible,
.track-button.is-active {
  background: var(--red-soft);
  color: var(--text);
}

.track-button span:first-child {
  color: var(--red);
  font-family: var(--mono);
  font-weight: 700;
}

.track-button strong,
.track-button small {
  display: block;
}

.track-button strong {
  font: 700 0.8rem/1.25 var(--mono);
}

.track-button small {
  margin-top: 4px;
  color: var(--dim);
  font: 0.68rem/1.35 var(--mono);
  text-transform: uppercase;
}

.track-detail {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1fr);
  min-height: 720px;
}

.detail-media {
  position: relative;
  min-height: 420px;
  background: #030508;
}

.detail-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.track-status {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--line-strong);
  padding: 12px;
  background: rgba(5, 7, 8, 0.82);
  color: var(--text);
  font: 0.8rem var(--mono);
  text-transform: uppercase;
}

.detail-copy {
  padding: clamp(1.2rem, 3vw, 1.8rem);
}

.detail-copy h3 {
  margin-top: 0.7rem;
  color: var(--text);
  font-family: var(--mono);
  font-size: clamp(1.8rem, 4vw, 3.5rem);
  line-height: 1;
}

.track-meaning {
  color: #d7ddde;
  line-height: 1.65;
}

.audio-panel,
.signal-note {
  margin-top: 18px;
  border: 1px solid var(--line);
  padding: 16px;
  background: rgba(0, 0, 0, 0.26);
}

.lyrics {
  width: 100%;
  max-height: 330px;
  margin: 16px 0 0;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.28);
  color: #f7e8cf;
  font: 0.88rem/1.72 var(--mono);
  white-space: pre-wrap;
}

.audio-topline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  color: var(--muted);
  font: 0.76rem var(--mono);
  text-transform: uppercase;
}

.track-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.icon-button {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  padding: 0 13px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 700;
}

.icon-button:hover,
.icon-button:focus-visible {
  border-color: var(--line-strong);
  background: var(--red-soft);
}

.system-log {
  min-height: 58px;
  margin-top: 16px;
  border-left: 2px solid var(--red);
  padding: 4px 0 4px 14px;
  color: var(--red);
  font: 0.78rem/1.55 var(--mono);
  text-transform: uppercase;
}

.signal-note p {
  margin: 0.65rem 0 0;
}

.album-card {
  overflow: hidden;
  align-self: start;
}

.album-card img {
  display: block;
  width: 100%;
}

.album-card div {
  padding: 1rem;
}

.track-list {
  display: grid;
  gap: 0.75rem;
}

.track-row {
  display: grid;
  grid-template-columns: 2.7rem 190px minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
  padding: 0.8rem;
}

.track-number,
.track-title {
  font-family: var(--mono);
  text-transform: uppercase;
}

.track-number {
  color: var(--red);
}

.track-title {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}

audio {
  width: 100%;
  height: 36px;
  filter: sepia(1) saturate(0.7) hue-rotate(315deg);
}

.portal-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: min(1520px, calc(100% - 2rem));
  margin: 0 auto;
  border-top: 1px solid var(--line);
  padding: 1.5rem 0 2rem;
  color: var(--dim);
  font-family: var(--mono);
  font-size: 0.72rem;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .portal-header {
    grid-template-columns: 1fr auto;
  }

  .brand-cluster {
    flex-wrap: wrap;
    row-gap: 0.5rem;
  }

  .top-nav {
    display: none;
  }

  .hero-shell,
  .workspace-grid,
  .journal-layout,
  .why-shell,
  .profile-shell,
  .media-console,
  .video-console,
  .track-console,
  .track-detail {
    grid-template-columns: 1fr;
  }

  .side-rail {
    position: static;
  }

  .console-track-list {
    max-height: 360px;
    overflow: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  main,
  .portal-footer {
    width: calc(100vw - 1rem);
  }

  .portal-header {
    padding-inline: 0.75rem;
  }

  .brand-cluster {
    display: grid;
    gap: 0.55rem;
  }

  .hub-link {
    border-left: 0;
    min-height: auto;
    padding-left: 0;
    font-size: 0.58rem;
    white-space: normal;
  }

  .session-chip {
    display: none;
  }

  .hero-shell {
    display: block;
    min-height: auto;
    padding-top: 3rem;
  }

  .hero-copy,
  .identity-panel,
  .status-band article,
  .portal-workspace {
    width: calc(100vw - 1rem);
    max-width: calc(100vw - 1rem);
  }

  .identity-panel {
    margin-top: 1.2rem;
  }

  h1 {
    font-size: 2.55rem;
    line-height: 0.98;
  }

  .boot-content h1 {
    font-size: 3.1rem;
    line-height: 1;
  }

  .boot-copy {
    font-size: 0.72rem;
    line-height: 1.65;
  }

  .peek-link {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  .hero-copy p {
    max-width: min(340px, 100%);
    font-size: 1rem;
  }

  .status-band p {
    max-width: min(340px, 100%);
  }

  .identity-grid {
    grid-template-columns: 1fr;
  }

  .identity-grid strong {
    margin-bottom: 0.45rem;
  }

  .status-band,
  .archive-grid {
    grid-template-columns: 1fr;
  }

  .review-card,
  .profile-body,
  .track-row {
    grid-template-columns: 1fr;
  }

  .profile-body img {
    width: 120px;
    height: 120px;
  }

  .portal-footer {
    display: grid;
  }
}
