/*
  Digby Kerr: Story and Letter interior surfaces
  Extends the shared Command Room system without changing it.
*/

.command-room .cr-story-hero,
.command-room .cr-letter-hero {
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding-top: 5.1rem;
  border-bottom: 1px solid var(--cr-line);
}

.command-room .cr-story-hero {
  min-height: min(48rem, 88svh);
  background: #070707;
}

.command-room .cr-story-hero::before {
  position: absolute;
  z-index: -3;
  inset: 0;
  background:
    linear-gradient(90deg, #070707 0%, rgba(7, 7, 7, 0.94) 34%, rgba(7, 7, 7, 0.55) 62%, rgba(7, 7, 7, 0.2) 100%),
    linear-gradient(0deg, #070707 0%, transparent 46%),
    url('2f2281e50f.jpg') 79% 38% / cover no-repeat;
  filter: grayscale(1) contrast(1.14) brightness(0.78);
  content: '';
}

.command-room .cr-story-hero::after,
.command-room .cr-letter-hero::after {
  position: absolute;
  z-index: -2;
  top: -31rem;
  right: -11rem;
  width: min(74rem, 86vw);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  box-shadow: inset 0 0 7rem rgba(255, 255, 255, 0.04), 0 0 8rem rgba(255, 255, 255, 0.035);
  content: '';
}

.command-room .cr-story-hero__inner,
.command-room .cr-letter-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(17rem, 0.68fr);
  gap: clamp(2.5rem, 7vw, 8rem);
  align-items: center;
  min-height: inherit;
  padding-block: clamp(7.75rem, 15vh, 11rem) clamp(4rem, 8vh, 6.5rem);
}

.command-room .cr-story-hero__copy,
.command-room .cr-letter-hero__copy {
  max-width: 43rem;
}

.command-room .cr-story-brand-lockup {
  display: inline-flex;
  align-items: baseline;
  gap: clamp(0.32rem, 0.8vw, 0.65rem);
  margin: 0 0 1.4rem;
  font-family: var(--cr-display);
  font-size: clamp(1.65rem, 3.4vw, 3.35rem);
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 0.9;
}

.command-room .cr-story-brand-lockup > span {
  display: inline-block;
  background: linear-gradient(165deg, #fff 0%, #e1e2df 21%, #70757e 48%, #fafaf6 72%, #878b91 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0.07em 0 rgba(0, 0, 0, 0.82)) drop-shadow(0 0.2em 0.35em rgba(0, 0, 0, 0.42));
}

.command-room .cr-story-brand-lockup sup {
  align-self: flex-start;
  margin-top: -0.18em;
  color: var(--cr-platinum-light);
  font-family: var(--cr-sans);
  font-size: 0.27em;
  font-weight: 700;
  letter-spacing: 0;
  text-shadow: 0 0.12em 0.2em rgba(0, 0, 0, 0.7);
}

.command-room .cr-story-hero h1,
.command-room .cr-letter-hero h1 {
  max-width: 8.8ch;
  margin: 1rem 0 1.35rem;
  color: var(--cr-white);
  font-family: var(--cr-display);
  font-size: clamp(3.5rem, 7.4vw, 7.75rem);
  font-weight: 500;
  letter-spacing: -0.072em;
  line-height: 0.9;
}

.command-room .cr-story-hero__copy > p:not(.cr-overline),
.command-room .cr-letter-hero__copy > p:not(.cr-overline) {
  max-width: 38rem;
  margin: 0;
  color: #c5c5c9;
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.72;
}

.command-room .cr-story-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.4rem;
  margin-top: 2.25rem;
}

.command-room .cr-story-hero__facts span {
  padding: 0.53rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: var(--cr-silver);
  background: rgba(8, 8, 8, 0.36);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.12);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.command-room .cr-story-hero__portrait {
  position: relative;
  isolation: isolate;
  width: min(100%, 28rem);
  justify-self: end;
  margin: 0;
}

.command-room .cr-story-hero__portrait::before,
.command-room .cr-platinum-frame::before {
  position: absolute;
  z-index: -1;
  top: -0.9rem;
  right: -0.9rem;
  bottom: 0.9rem;
  left: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.36);
  content: '';
}

.command-room .cr-story-hero__portrait::after,
.command-room .cr-platinum-frame::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.19);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.32), inset 0 -1px rgba(0, 0, 0, 0.62), 0 1.5rem 3.2rem rgba(0, 0, 0, 0.38);
  content: '';
  pointer-events: none;
}

.command-room .cr-story-hero__portrait img {
  width: 100%;
  height: clamp(21rem, 37vw, 30rem);
  min-height: 23rem;
  object-fit: cover;
  filter: grayscale(1) contrast(1.1);
}

.command-room .cr-story-hero__portrait figcaption,
.command-room .cr-platinum-frame figcaption {
  margin-top: 0.78rem;
  color: var(--cr-quiet);
  font-size: 0.68rem;
  line-height: 1.5;
}

.command-room .cr-story-opening {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: clamp(2.5rem, 8vw, 10rem);
  align-items: center;
  padding-block: clamp(5.5rem, 11vw, 10rem);
}

.command-room .cr-story-opening__images {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.4rem);
}

.command-room .cr-platinum-frame {
  position: relative;
  isolation: isolate;
  margin: 0;
}

.command-room .cr-platinum-frame img {
  width: 100%;
  max-height: 32rem;
  object-fit: cover;
  filter: grayscale(0.92) contrast(1.1);
}

.command-room .cr-story-opening__images .cr-platinum-frame + .cr-platinum-frame {
  width: min(88%, 29rem);
  margin-left: auto;
}

.command-room .cr-story-opening__images .cr-platinum-frame + .cr-platinum-frame img {
  max-height: 19rem;
}

.command-room .cr-story-opening__copy {
  display: grid;
  gap: 1.3rem;
}

.command-room .cr-story-opening__copy h2,
.command-room .cr-story-chapters__intro h2,
.command-room .cr-letter-gallery__head h2 {
  max-width: 10.5ch;
  margin: 0;
  color: var(--cr-white);
  font-family: var(--cr-display);
  font-size: clamp(2.65rem, 5.4vw, 5.8rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.96;
}

.command-room .cr-story-opening__copy > p:not(.cr-overline),
.command-room .cr-story-chapter__body p {
  max-width: 42rem;
  margin: 0;
  color: var(--cr-muted);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.78;
}

.command-room .cr-story-quote {
  max-width: 37rem;
  margin: 0.35rem 0 0;
  padding: 0.18rem 0 0.18rem 1.2rem;
  border-left: 1px solid var(--cr-line-strong);
  color: var(--cr-silver);
  font-family: var(--cr-display);
  font-size: clamp(1.3rem, 2.1vw, 1.85rem);
  font-style: italic;
  letter-spacing: -0.025em;
  line-height: 1.38;
}

.command-room .cr-story-chapters {
  position: relative;
  overflow: clip;
  border-top: 1px solid var(--cr-line);
  border-bottom: 1px solid var(--cr-line);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.045), transparent 36%), var(--cr-ink-raised);
}

.command-room .cr-story-chapters::before {
  position: absolute;
  top: -22rem;
  left: -22rem;
  width: 43rem;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: '';
}

.command-room .cr-story-chapters__inner {
  position: relative;
  padding-block: clamp(5rem, 10vw, 9rem);
}

.command-room .cr-story-chapters__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 8vw, 9rem);
  align-items: end;
  padding-bottom: clamp(3rem, 6vw, 5.5rem);
}

.command-room .cr-story-chapters__intro > p:not(.cr-overline) {
  max-width: 37rem;
  margin: 0 0 0.25rem;
  color: var(--cr-muted);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.76;
}

.command-room .cr-story-chapter-list {
  border-top: 1px solid var(--cr-line);
}

.command-room .cr-story-chapter {
  display: grid;
  grid-template-columns: minmax(9rem, 0.38fr) minmax(0, 1.62fr);
  gap: clamp(1.5rem, 7vw, 8rem);
  padding-block: clamp(2.6rem, 5vw, 4.75rem);
  border-bottom: 1px solid var(--cr-line);
}

.command-room .cr-story-chapter__meta {
  display: grid;
  align-content: start;
  gap: 0.65rem;
}

.command-room .cr-story-chapter__number {
  color: var(--cr-quiet);
  font-family: var(--cr-display);
  font-size: clamp(1.45rem, 2.5vw, 2.25rem);
  letter-spacing: -0.05em;
}

.command-room .cr-story-chapter__date {
  color: var(--cr-quiet);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-transform: uppercase;
}

.command-room .cr-story-chapter__body {
  display: grid;
  gap: 1.15rem;
}

.command-room .cr-story-chapter__body h3 {
  max-width: 16ch;
  margin: 0 0 0.18rem;
  color: var(--cr-silver);
  font-family: var(--cr-display);
  font-size: clamp(1.9rem, 3.7vw, 3.65rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.99;
}

.command-room .cr-story-letter-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  padding-block: clamp(4.4rem, 8vw, 7.5rem);
}

.command-room .cr-story-letter-link h2 {
  max-width: 14ch;
  margin: 0.8rem 0 0;
  font-family: var(--cr-display);
  font-size: clamp(2.4rem, 4.8vw, 5.1rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.command-room .cr-story-letter-link a {
  justify-self: end;
}

/* Letter ---------------------------------------------------------------- */
.command-room .cr-letter-hero {
  min-height: min(41rem, 78svh);
  background:
    radial-gradient(circle at 73% 44%, rgba(255, 255, 255, 0.13), transparent 0 14rem),
    radial-gradient(circle at 79% 52%, rgba(255, 255, 255, 0.06), transparent 0 29rem),
    var(--cr-ink);
}

.command-room .cr-letter-hero__inner {
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.58fr);
}

.command-room .cr-letter-hero h1 {
  max-width: 11ch;
}

.command-room .cr-letter-hero__copy > p:not(.cr-overline) {
  color: var(--cr-silver);
  font-family: var(--cr-display);
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  font-style: italic;
  line-height: 1.48;
}

.command-room .cr-letter-hero__image {
  position: relative;
  isolation: isolate;
  width: min(100%, 27rem);
  justify-self: end;
  margin: 0;
}

.command-room .cr-letter-hero__image img {
  width: 100%;
  height: clamp(19rem, 34vw, 26rem);
  min-height: 20rem;
  object-fit: cover;
  filter: grayscale(1) contrast(1.08);
}

.command-room .cr-letter-hero__image::before {
  position: absolute;
  z-index: -1;
  top: -0.85rem;
  right: -0.85rem;
  bottom: 0.85rem;
  left: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.34);
  content: '';
}

.command-room .cr-letter-hero__image::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.27), inset 0 -1px rgba(0, 0, 0, 0.65), 0 1.5rem 3rem rgba(0, 0, 0, 0.42);
  content: '';
  pointer-events: none;
}

.command-room .cr-letter-hero__image figcaption {
  margin-top: 0.78rem;
  color: var(--cr-quiet);
  font-size: 0.68rem;
  line-height: 1.5;
}

.command-room .cr-family-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2.4rem, 7vw, 8rem);
  align-items: center;
  padding-block: clamp(4.5rem, 9vw, 8rem);
  border-bottom: 1px solid var(--cr-line);
}

.command-room .cr-family-intro__copy h2 {
  max-width: 8ch;
  margin: 0.95rem 0 0;
  font-family: var(--cr-display);
  font-size: clamp(2.5rem, 5vw, 5.35rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.command-room .cr-family-intro__people {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.85rem, 2vw, 1.8rem);
}

.command-room .cr-family-person {
  min-width: 0;
  text-align: center;
}

.command-room .cr-family-person__image {
  position: relative;
  width: min(100%, 9.5rem);
  aspect-ratio: 1;
  margin: 0 auto 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  box-shadow: 0 0.9rem 2.1rem rgba(0, 0, 0, 0.36), inset 0 1px rgba(255, 255, 255, 0.28);
}

.command-room .cr-family-person__image::after {
  position: absolute;
  inset: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.29);
  border-radius: inherit;
  content: '';
  pointer-events: none;
}

.command-room .cr-family-person img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.06);
}

.command-room .cr-family-person strong {
  display: block;
  color: var(--cr-silver);
  font-family: var(--cr-display);
  font-size: clamp(1rem, 1.6vw, 1.32rem);
  font-weight: 500;
}

.command-room .cr-family-person span {
  display: block;
  margin-top: 0.22rem;
  color: var(--cr-quiet);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.command-room .cr-letter-body {
  max-width: 47rem;
  margin: 0 auto;
  padding-block: clamp(4.5rem, 9vw, 8.5rem);
}

.command-room .cr-letter-body__label {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 2.7rem;
  color: var(--cr-quiet);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.command-room .cr-letter-body__label::before {
  width: 2.25rem;
  height: 1px;
  background: currentColor;
  content: '';
}

.command-room .cr-letter-body p {
  margin: 0 0 1.55rem;
  color: #cacacf;
  font-family: var(--cr-display);
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  letter-spacing: -0.012em;
  line-height: 1.82;
}

.command-room .cr-letter-body .cr-letter-pull {
  margin-block: 2.35rem;
  padding: 0.2rem 0 0.2rem 1.3rem;
  border-left: 1px solid var(--cr-line-strong);
  color: var(--cr-silver);
  font-size: clamp(1.35rem, 2.15vw, 1.9rem);
  font-style: italic;
  line-height: 1.48;
}

.command-room .cr-letter-body .cr-letter-signoff {
  margin-top: 1.9rem;
  color: var(--cr-white);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-style: italic;
  text-align: right;
}

.command-room .cr-letter-gallery {
  overflow: clip;
  border-top: 1px solid var(--cr-line);
  border-bottom: 1px solid var(--cr-line);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.045), transparent 40%), var(--cr-ink-raised);
}

.command-room .cr-letter-gallery__inner {
  padding-block: clamp(4.8rem, 9vw, 8.5rem);
}

.command-room .cr-letter-gallery__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.7rem;
}

.command-room .cr-letter-gallery__head h2 {
  margin-top: 0.95rem;
}

.command-room .cr-letter-gallery__hint {
  max-width: 18rem;
  margin: 0;
  color: var(--cr-quiet);
  font-size: 0.72rem;
  line-height: 1.65;
  text-align: right;
}

.command-room .cr-letter-gallery__track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding: 0.8rem 1px 1.6rem;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(255, 255, 255, 0.28) transparent;
  scrollbar-width: thin;
}

.command-room .cr-family-memory {
  position: relative;
  flex: 0 0 min(18rem, 72vw);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.17);
  background: rgba(255, 255, 255, 0.025);
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.11);
  scroll-snap-align: start;
}

.command-room .cr-family-memory img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: grayscale(0.88) contrast(1.08);
  transition: filter 240ms ease, transform 360ms ease;
}

.command-room .cr-family-memory:hover img {
  filter: grayscale(0.5) contrast(1.04);
  transform: scale(1.025);
}

.command-room .cr-family-memory figcaption {
  display: grid;
  gap: 0.2rem;
  min-height: 4.55rem;
  padding: 0.9rem 1rem 1rem;
}

.command-room .cr-family-memory strong {
  color: var(--cr-silver);
  font-family: var(--cr-display);
  font-size: 1.05rem;
  font-weight: 500;
}

.command-room .cr-family-memory span {
  color: var(--cr-quiet);
  font-size: 0.68rem;
  line-height: 1.45;
}

.command-room .cr-discovery-callout {
  position: relative;
  overflow: clip;
  border-bottom: 1px solid var(--cr-line);
}

.command-room .cr-discovery-callout::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(72rem, 78vw);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 8rem rgba(255, 255, 255, 0.035);
  content: '';
  transform: translate(-50%, -50%);
}

.command-room .cr-discovery-callout__inner {
  position: relative;
  display: grid;
  justify-items: center;
  max-width: 60rem;
  margin: 0 auto;
  padding-block: clamp(5.5rem, 11vw, 9.5rem);
  text-align: center;
}

.command-room .cr-discovery-callout h2 {
  max-width: 11ch;
  margin: 1rem 0 1.3rem;
  font-family: var(--cr-display);
  font-size: clamp(2.9rem, 6.5vw, 6.7rem);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.92;
}

.command-room .cr-discovery-callout p:not(.cr-overline) {
  max-width: 39rem;
  margin: 0 0 2rem;
  color: var(--cr-muted);
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.72;
}

.command-room .cr-story-hero a:focus-visible,
.command-room .cr-story-letter-link a:focus-visible,
.command-room .cr-discovery-callout a:focus-visible,
.command-room .cr-family-memory:focus-visible {
  outline: 2px solid var(--cr-white);
  outline-offset: 5px;
}

@media (max-width: 800px) {
  .command-room .cr-story-hero,
  .command-room .cr-letter-hero { min-height: 0; }

  .command-room .cr-story-hero::before {
    background:
      linear-gradient(90deg, #070707 0%, rgba(7, 7, 7, 0.91) 58%, rgba(7, 7, 7, 0.43) 100%),
      linear-gradient(0deg, #070707 0%, transparent 44%),
      url('2f2281e50f.jpg') 69% 38% / cover no-repeat;
  }

  .command-room .cr-story-hero__inner,
  .command-room .cr-letter-hero__inner,
  .command-room .cr-story-opening,
  .command-room .cr-story-chapters__intro,
  .command-room .cr-family-intro { grid-template-columns: 1fr; }

  .command-room .cr-story-hero__inner,
  .command-room .cr-letter-hero__inner { gap: 2.4rem; }

  .command-room .cr-story-hero__portrait,
  .command-room .cr-letter-hero__image { justify-self: start; }

  .command-room .cr-story-opening__images { max-width: 35rem; }

  .command-room .cr-story-chapters__intro { align-items: start; }

  .command-room .cr-story-chapter { grid-template-columns: 1fr; gap: 1rem; }

  .command-room .cr-story-chapter__meta { grid-template-columns: auto 1fr; align-items: baseline; }

  .command-room .cr-story-letter-link { grid-template-columns: 1fr; }

  .command-room .cr-story-letter-link a { justify-self: start; }

  .command-room .cr-letter-gallery__head { align-items: start; flex-direction: column; }

  .command-room .cr-letter-gallery__hint { max-width: 28rem; text-align: left; }
}

@media (max-width: 560px) {
  .command-room .cr-story-hero,
  .command-room .cr-letter-hero { padding-top: 4.55rem; }

  .command-room .cr-story-hero__inner,
  .command-room .cr-letter-hero__inner { padding-top: 6.7rem; }

  .command-room .cr-story-hero h1,
  .command-room .cr-letter-hero h1 { font-size: clamp(3.15rem, 16vw, 4.9rem); }

  .command-room .cr-story-hero__portrait img { height: 18.5rem; min-height: 18.5rem; }

  .command-room .cr-letter-hero__image img { height: 17rem; min-height: 17rem; }

  .command-room .cr-story-opening__images .cr-platinum-frame + .cr-platinum-frame { width: 92%; }

  .command-room .cr-family-intro__people { gap: 0.65rem; }

  .command-room .cr-family-person__image { width: min(100%, 5.9rem); margin-bottom: 0.66rem; }

  .command-room .cr-family-person span { font-size: 0.54rem; letter-spacing: 0.075em; }

  .command-room .cr-letter-body { padding-inline: 0.05rem; }
}

@media (prefers-reduced-motion: reduce) {
  .command-room .cr-family-memory img { transition: none; }
}

/* Story rebuild ----------------------------------------------------------
   This layer is intentionally scoped to the Story page. The page uses the
   supplied platinum lockup as the primary visual authority and one clearly
   labeled illustrative freight scene; it does not turn historical copy into
   a newspaper or use childhood / orange-truck imagery. */

.command-room.story-rebuild {
  background: #030303;
}

.command-room.story-rebuild .cr-story-hero {
  min-height: 0;
  padding-top: 5.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  /* The colour lives as a reflection in the dark, not as a new palette. */
  background:
    radial-gradient(88% 54% at 50% -17%, rgba(63, 78, 137, 0.18), rgba(3, 3, 3, 0) 70%),
    radial-gradient(54% 43% at 91% 82%, rgba(97, 54, 139, 0.10), rgba(3, 3, 3, 0) 76%),
    #030303;
}

.command-room.story-rebuild .cr-story-hero::before,
.command-room.story-rebuild .cr-story-hero::after {
  display: none;
  content: none;
}

.command-room.story-rebuild .cr-story-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(2rem, 3.5vw, 3.5rem);
  min-height: 0;
  padding-block: clamp(2.75rem, 4vw, 4.25rem) clamp(4.75rem, 9vw, 9rem);
}

.command-room.story-rebuild .cr-story-hero__brand-stage {
  position: relative;
  width: min(100%, 34rem);
  margin-inline: auto;
  overflow: hidden;
  background: transparent;
  box-shadow: 0 2.7rem 6rem rgba(0, 0, 0, 0.5);
}

.command-room.story-rebuild .cr-story-hero__brand-stage::after {
  display: none;
  content: none;
}

.command-room.story-rebuild .cr-story-hero__lockup {
  width: 100%;
  height: auto;
}

.command-room.story-rebuild .cr-story-hero__copy {
  width: min(100%, 61rem);
  max-width: none;
  margin-inline: auto;
  text-align: center;
}

.command-room.story-rebuild .cr-story-hero__copy .cr-overline {
  justify-content: center;
  color: #c8c8c8;
}

.command-room.story-rebuild .cr-story-hero h1 {
  max-width: 12.5ch;
  margin: 1.25rem auto 1.45rem;
  color: #f7f7f4;
  font-size: clamp(3.45rem, 7.8vw, 8.3rem);
  font-weight: 500;
  letter-spacing: -0.052em;
  line-height: 0.88;
  text-wrap: balance;
  -webkit-text-stroke: var(--cr-platinum-stroke) !important;
  text-shadow: var(--cr-platinum-depth) !important;
  filter: var(--cr-platinum-glow) !important;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .command-room.story-rebuild .cr-story-hero h1 {
    background: var(--cr-platinum-heading);
    background-size: var(--cr-platinum-heading-size);
    background-position: var(--cr-platinum-heading-position);
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}

.command-room.story-rebuild .cr-story-hero__copy > p:not(.cr-overline) {
  max-width: 43rem;
  margin-inline: auto;
  color: #c8c8c9;
  font-size: clamp(1rem, 1.4vw, 1.19rem);
  line-height: 1.76;
}

.command-room.story-rebuild .cr-story-hero__facts {
  justify-content: center;
  gap: 0.7rem;
  margin-top: 2.25rem;
}

.command-room.story-rebuild .cr-story-hero__facts span {
  min-width: 8.9rem;
  padding: 0.76rem 0.9rem;
  border-color: rgba(255, 255, 255, 0.28);
  border-radius: 0;
  color: #eeeeeb;
  background: #0e0e0f;
  box-shadow:
    0 0.72rem 1.35rem rgba(0, 0, 0, 0.42),
    inset 0 1px rgba(255, 255, 255, 0.17),
    inset 0 -1px rgba(0, 0, 0, 0.92);
}

.command-room.story-rebuild .cr-story-opening {
  grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.92fr);
  gap: clamp(2.4rem, 7.5vw, 8.5rem);
  padding-block: clamp(5.5rem, 10vw, 10rem);
}

.command-room.story-rebuild .cr-story-opening__visual {
  position: relative;
  isolation: isolate;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: #070707;
  box-shadow:
    0 2.5rem 5.6rem rgba(0, 0, 0, 0.62),
    inset 0 1px rgba(255, 255, 255, 0.2),
    inset 0 -1px rgba(0, 0, 0, 0.95);
}

.command-room.story-rebuild .cr-story-opening__visual::after {
  position: absolute;
  inset: 0;
  border: 0.32rem solid rgba(0, 0, 0, 0.45);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.13);
  content: '';
  pointer-events: none;
}

.command-room.story-rebuild .cr-story-opening__visual img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.command-room.story-rebuild .cr-story-opening__visual figcaption {
  position: absolute;
  z-index: 1;
  right: 1rem;
  bottom: 0.95rem;
  left: 1rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.45;
  text-transform: uppercase;
}

.command-room.story-rebuild .cr-story-opening__copy {
  gap: 1.35rem;
}

.command-room.story-rebuild .cr-story-opening__copy h2,
.command-room.story-rebuild .cr-story-chapters__intro h2 {
  max-width: 10.75ch;
  color: #f5f5f2;
  font-size: clamp(2.9rem, 5vw, 5.85rem);
  font-weight: 500;
  letter-spacing: -0.071em;
  line-height: 0.91;
  text-wrap: balance;
}

.command-room.story-rebuild .cr-story-opening__copy > p:not(.cr-overline),
.command-room.story-rebuild .cr-story-chapter__body p {
  color: #b8b8bb;
  font-size: clamp(1rem, 1.23vw, 1.13rem);
  line-height: 1.8;
}

.command-room.story-rebuild .cr-story-quote {
  margin-top: 0.55rem;
  padding: 0.8rem 0 0.8rem 1.2rem;
  border-left: 2px solid #ededeb;
  color: #ededeb;
  font-size: clamp(1.24rem, 1.85vw, 1.72rem);
  line-height: 1.4;
}

.command-room.story-rebuild .cr-story-chapters {
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.17);
  background: #080809;
}

.command-room.story-rebuild .cr-story-chapters::before {
  display: none;
  content: none;
}

.command-room.story-rebuild .cr-story-chapters__inner {
  padding-block: clamp(5.75rem, 11vw, 10.5rem);
}

.command-room.story-rebuild .cr-story-chapters__intro {
  display: grid;
  grid-template-columns: minmax(11rem, 0.28fr) minmax(0, 0.85fr) minmax(16rem, 0.87fr);
  gap: clamp(1.75rem, 5vw, 5.5rem);
  align-items: end;
  padding-bottom: clamp(3.25rem, 6vw, 5.75rem);
}

.command-room.story-rebuild .cr-story-chapters__intro > p:not(.cr-overline) {
  max-width: 31rem;
  margin: 0 0 0.25rem;
  color: #b8b8bb;
  font-size: clamp(1rem, 1.22vw, 1.12rem);
  line-height: 1.76;
}

.command-room.story-rebuild .cr-story-chapter-list {
  position: relative;
  display: grid;
  gap: clamp(2.25rem, 4.5vw, 4.5rem);
  padding-block: clamp(0.75rem, 2vw, 2rem);
  border: 0;
}

.command-room.story-rebuild .cr-story-chapter-list::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.18);
  content: '';
}

.command-room.story-rebuild .cr-story-chapter {
  position: relative;
  display: grid;
  grid-template-columns: minmax(6.5rem, 0.26fr) minmax(0, 1fr);
  gap: clamp(1.2rem, 2.7vw, 2.8rem);
  width: min(100%, 44rem);
  padding: clamp(1.8rem, 3.4vw, 3.35rem);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #101011;
  box-shadow:
    0 1.6rem 3.7rem rgba(0, 0, 0, 0.46),
    inset 0 1px rgba(255, 255, 255, 0.17),
    inset 0 -1px rgba(0, 0, 0, 0.94);
}

.command-room.story-rebuild .cr-story-chapter:nth-child(odd) {
  justify-self: start;
}

.command-room.story-rebuild .cr-story-chapter:nth-child(even) {
  justify-self: end;
}

.command-room.story-rebuild .cr-story-chapter::after {
  position: absolute;
  top: 50%;
  width: clamp(2rem, 4vw, 4.5rem);
  height: 1px;
  background: rgba(255, 255, 255, 0.32);
  content: '';
}

.command-room.story-rebuild .cr-story-chapter:nth-child(odd)::after {
  right: calc(clamp(2rem, 4vw, 4.5rem) * -1);
}

.command-room.story-rebuild .cr-story-chapter:nth-child(even)::after {
  left: calc(clamp(2rem, 4vw, 4.5rem) * -1);
}

.command-room.story-rebuild .cr-story-chapter__meta {
  gap: 0.85rem;
}

.command-room.story-rebuild .cr-story-chapter__number {
  color: #f0f0ed;
  font-size: clamp(2.8rem, 4.4vw, 4.5rem);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.85;
}

.command-room.story-rebuild .cr-story-chapter__date {
  max-width: 11ch;
  color: #b6b6b8;
  font-size: 0.61rem;
  letter-spacing: 0.15em;
}

.command-room.story-rebuild .cr-story-chapter__body {
  gap: 1rem;
}

.command-room.story-rebuild .cr-story-chapter__body h3 {
  max-width: 15ch;
  color: #f1f1ed;
  font-size: clamp(2.1rem, 3.15vw, 3.6rem);
  font-weight: 500;
  letter-spacing: -0.066em;
  line-height: 0.92;
}

.command-room.story-rebuild .cr-story-letter-link {
  gap: clamp(2rem, 6vw, 6rem);
  padding-block: clamp(5rem, 9vw, 8.5rem);
}

.command-room.story-rebuild .cr-story-letter-link h2 {
  max-width: 14ch;
  color: #f4f4f1;
  font-size: clamp(2.7rem, 4.9vw, 5.5rem);
}

.command-room.story-rebuild .cr-discovery-callout {
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  background: #050505;
}

.command-room.story-rebuild .cr-discovery-callout::before {
  display: none;
  content: none;
}

.command-room.story-rebuild .cr-discovery-callout__inner {
  padding-block: clamp(5.5rem, 9vw, 8.5rem);
}

.command-room.story-rebuild .cr-discovery-callout h2 {
  color: #f5f5f1;
}

/* Carry the supplied lockup's dark platinum material through narrative titles.
   The reflective face does the visual work; the bevel stays fine and graphite. */
.command-room.story-rebuild main h1,
.command-room.story-rebuild main h2,
.command-room.story-rebuild main h3 {
  color: #aab1b9 !important;
  -webkit-text-stroke: var(--cr-platinum-stroke) !important;
  text-shadow: var(--cr-platinum-depth) !important;
  filter: var(--cr-platinum-glow) !important;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .command-room.story-rebuild main h1,
  .command-room.story-rebuild main h2,
  .command-room.story-rebuild main h3 {
    background: var(--cr-platinum-heading) !important;
    background-size: var(--cr-platinum-heading-size) !important;
    background-position: var(--cr-platinum-heading-position) !important;
    background-repeat: no-repeat !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    animation: none !important;
  }
}

@media (max-width: 900px) {
  .command-room.story-rebuild .cr-story-opening,
  .command-room.story-rebuild .cr-story-chapters__intro {
    grid-template-columns: 1fr;
  }

  .command-room.story-rebuild .cr-story-opening__visual {
    max-width: 52rem;
  }

  .command-room.story-rebuild .cr-story-chapters__intro {
    gap: 1.25rem;
  }

  .command-room.story-rebuild .cr-story-chapter-list::before {
    left: 1.05rem;
  }

  .command-room.story-rebuild .cr-story-chapter {
    width: calc(100% - 2.5rem);
    grid-template-columns: minmax(5.3rem, 0.22fr) minmax(0, 1fr);
  }

  .command-room.story-rebuild .cr-story-chapter:nth-child(odd),
  .command-room.story-rebuild .cr-story-chapter:nth-child(even) {
    justify-self: end;
  }

  .command-room.story-rebuild .cr-story-chapter::after {
    right: auto;
    left: calc(clamp(2rem, 4vw, 4.5rem) * -1);
  }
}

@media (max-width: 560px) {
  .command-room.story-rebuild .cr-story-hero {
    padding-top: 4.55rem;
  }

  .command-room.story-rebuild .cr-story-hero__inner {
    gap: 2.4rem;
    padding-block: 3rem 4.7rem;
  }

  .command-room.story-rebuild .cr-story-hero__brand-stage::after {
    border-width: 0.22rem;
  }

  .command-room.story-rebuild .cr-story-hero h1 {
    font-size: clamp(3.05rem, 15vw, 4.7rem);
  }

  .command-room.story-rebuild .cr-story-hero__facts {
    gap: 0.5rem;
  }

  .command-room.story-rebuild .cr-story-hero__facts span {
    min-width: 0;
    padding: 0.65rem 0.55rem;
    font-size: 0.56rem;
  }

  .command-room.story-rebuild .cr-story-opening {
    padding-block: 4.5rem 5.5rem;
  }

  .command-room.story-rebuild .cr-story-chapters__inner {
    padding-block: 4.75rem 5.5rem;
  }

  .command-room.story-rebuild .cr-story-chapter-list {
    gap: 1.5rem;
  }

  .command-room.story-rebuild .cr-story-chapter-list::before {
    left: 0.7rem;
  }

  .command-room.story-rebuild .cr-story-chapter {
    width: calc(100% - 1.55rem);
    grid-template-columns: 1fr;
    gap: 1.15rem;
    padding: 1.55rem;
  }

  .command-room.story-rebuild .cr-story-chapter::after {
    width: 1.1rem;
    left: -1.1rem;
  }

  .command-room.story-rebuild .cr-story-chapter__meta {
    display: flex;
    align-items: baseline;
    gap: 1rem;
  }

  .command-room.story-rebuild .cr-story-chapter__date {
    max-width: none;
  }

  .command-room.story-rebuild .cr-story-letter-link {
    grid-template-columns: 1fr;
  }

  .command-room.story-rebuild .cr-story-letter-link a {
    justify-self: start;
  }
}
