/* Creator-led research publication. Black, paper white, image and movement. */
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}
.header-main {
  height: 84px;
  gap: 32px;
}
.brand strong {
  font-size: 21px;
  letter-spacing: -0.065em;
}
.brand .brand-symbol {
  width: 38px;
  height: 38px;
}
.brand span.en {
  font-size: 7px;
  letter-spacing: 0.105em;
  margin-top: 5px;
}
.clean-nav > a {
  color: #333;
  font-size: 13px;
  font-weight: 550;
}
.clean-tools {
  gap: 20px;
}
.header-library {
  display: block;
}
.clean-tools .button {
  min-height: 38px;
  font-size: 12px;
}
.editorial-home {
  overflow: clip;
}
.brand-cinema {
  position: relative;
  background: #111;
  color: white;
  height: min(720px, calc(100svh - 84px));
  min-height: 550px;
  isolation: isolate;
  overflow: hidden;
}
.cinema-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 1s cubic-bezier(0.2, 0.65, 0.2, 1),
    visibility 1s;
  overflow: hidden;
}
.cinema-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.cinema-copy {
  position: relative;
  z-index: 3;
  padding-top: clamp(100px, 10vw, 158px);
  pointer-events: none;
}
.cinema-copy a {
  pointer-events: auto;
}
.cinema-kicker {
  font-size: 14px;
  letter-spacing: -0.02em;
  font-weight: 400;
  color: #ccc;
  margin-bottom: 28px;
}
.cinema-copy h1,
.cinema-copy h2 {
  font-size: clamp(44px, 4.9vw, 76px);
  font-weight: 430;
  letter-spacing: -0.045em;
  line-height: 1.25;
  color: white;
  margin: 0;
  max-width: 800px;
}
.cinema-copy h1 span,
.cinema-copy h2 span {
  display: block;
  transform: translateY(34px);
  opacity: 0;
  transition:
    transform 1.15s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.9s;
}
.cinema-slide.is-active h1 span,
.cinema-slide.is-active h2 span {
  transform: translateY(0);
  opacity: 1;
}
.cinema-slide.is-active h1 span:nth-child(2),
.cinema-slide.is-active h2 span:nth-child(2) {
  transition-delay: 0.12s;
}
.cinema-bio {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 30px;
  font-size: 12px;
  color: #b5b5b5;
}
.cinema-bio strong {
  font-size: 16px;
  font-weight: 500;
  color: #eee;
}
.cinema-bio span {
  border-left: 1px solid #666;
  padding-left: 18px;
}
.cinema-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 38px;
}
.button.cinema-primary {
  background: #fff;
  border-color: #fff;
  color: #111;
  min-height: 48px;
  font-size: 13px;
  font-weight: 500;
  padding: 14px 25px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button.cinema-primary:hover {
  background: #e5e5e5;
  transform: translateY(-2px);
}
.cinema-secondary {
  color: #eee;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-color: #777;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.cinema-secondary:hover {
  color: white;
  text-decoration-color: white;
}
.portrait-scene {
  position: absolute;
  inset: 0;
  background: #111;
  overflow: hidden;
}
.hero-portrait {
  position: absolute;
  height: 108%;
  width: 52%;
  max-width: 800px;
  object-fit: cover;
  object-position: center 20%;
  right: 0;
  bottom: -15%;
  filter: grayscale(1) contrast(1.07);
  opacity: 0.96;
  transform: scale(1.04) translateY(calc(var(--hero-shift, 0px) * 0.12));
  transition: scale 8s ease;
}
.portrait-vignette {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #111 20%, #111e 36%, #1116 55%, transparent 76%),
    linear-gradient(0deg, #111 0%, transparent 35%);
}
.portrait-word {
  position: absolute;
  right: 3%;
  top: 7%;
  font-size: clamp(90px, 15vw, 230px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.08em;
  color: #252525;
  z-index: 1;
  mix-blend-mode: screen;
  pointer-events: none;
}
.cinema-description {
  font-size: 13px;
  line-height: 1.8;
  color: #bcbcbc;
  margin-top: 25px;
}
.research-scene {
  position: absolute;
  inset: 0;
  background: #101010;
}
.silicon-texture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  opacity: 0.11;
  mask-image: linear-gradient(90deg, transparent, #000);
}
.hero-document {
  position: absolute;
  right: 15%;
  top: 15%;
  width: 250px;
  transform: rotate(-9deg) translateY(50px);
  opacity: 0;
  transition:
    transform 1.3s cubic-bezier(0.2, 0.7, 0.1, 1),
    opacity 0.7s;
  box-shadow: 0 20px 60px #0008;
  z-index: 2;
}
.hero-document img {
  display: block;
  width: 100%;
}
.hero-document.second {
  right: -1%;
  top: 22%;
  width: 245px;
  z-index: 1;
  transform: rotate(8deg) translateY(80px);
  transition-delay: 0.13s;
}
.is-active .hero-document {
  transform: rotate(-9deg) translateY(0);
  opacity: 1;
}
.is-active .hero-document.second {
  transform: rotate(8deg) translateY(0);
  opacity: 1;
}
.broadcast-scene {
  position: absolute;
  inset: 0;
  background: #111;
}
.broadcast-scene > img {
  position: absolute;
  right: -5%;
  width: 70%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  opacity: 0.72;
  mask-image: linear-gradient(90deg, transparent, #000 50%);
}
.broadcast-scene:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #111, transparent 55%);
}
.cinema-bottom {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 5;
  display: flex;
  gap: 25px;
  align-items: center;
}
.cinema-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 560px;
  max-width: 85%;
  gap: 28px;
}
.cinema-tab {
  font-size: 11px;
  color: #888;
  text-align: left;
  padding: 14px 0;
  position: relative;
  transition: color 0.2s;
}
.cinema-tab:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #555;
}
.cinema-tab i {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left;
  z-index: 1;
}
.cinema-tab.active {
  color: #fff;
}
.cinema-tab.active i {
  transform: scaleX(var(--scene-progress, 0));
}
.cinema-pause {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #ddd;
  border: 1px solid #666;
  border-radius: 50%;
}
.cinema-pause svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
.cinema-pause:hover {
  background: #333;
}
.brand-cinema :focus-visible {
  outline-color: #fff;
}
.coverage-nav {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.coverage-nav > .wrap {
  display: flex;
  align-items: center;
  min-height: 82px;
  gap: 42px;
}
.coverage-nav > .wrap > span {
  font-size: 13px;
  font-weight: 650;
  flex-shrink: 0;
}
.coverage-nav nav {
  display: flex;
  align-items: center;
  gap: 35px;
  overflow: auto;
  scrollbar-width: none;
}
.coverage-nav a {
  font-size: 13px;
  white-space: nowrap;
  color: #777;
  padding: 18px 0;
  transition: color 0.2s;
}
.coverage-nav a:hover {
  color: #111;
}
.collection-section {
  padding-top: 74px;
  padding-bottom: 80px;
}
.collection-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}
.collection-title h2 {
  font-size: 31px;
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.3;
}
.quiet-link {
  font-size: 12px;
  color: #555;
  white-space: nowrap;
  padding: 10px 0;
}
.quiet-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.collection-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 23px;
  gap: 16px;
}
.collection-filters .tabs {
  border: 0;
  margin: 0;
  gap: 10px;
}
.collection-filters .tab {
  font-size: 12px;
  padding: 9px 17px;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #555;
  min-height: 36px;
  background: #fff;
}
.collection-filters .tab.active {
  background: #111;
  border-color: #111;
  color: white;
}
.rail-controls {
  display: flex;
  gap: 8px;
}
.rail-controls button {
  width: 34px;
  height: 34px;
  border: 1px solid #ddd;
  display: grid;
  place-items: center;
  color: #333;
}
.rail-controls button:disabled {
  opacity: 0.25;
  cursor: default;
}
.rail-controls .icon {
  width: 15px;
  height: 15px;
}
.publication-rail {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-right: 24px;
  scrollbar-width: none;
  padding: 4px 0 12px;
  overscroll-behavior-x: contain;
}
.publication-rail::-webkit-scrollbar {
  display: none;
}
.editorial-card {
  flex: 0 0 calc((100% - 72px) / 3.45);
  min-width: 270px;
  scroll-snap-align: start;
  animation: card-arrive 0.55s both;
  animation-delay: calc(var(--card-order) * 0.045s);
}
.editorial-cover {
  display: flex;
  position: relative;
  flex-direction: column;
  aspect-ratio: 1.36;
  background: #171717;
  overflow: hidden;
  padding: 22px;
  color: #fff;
  isolation: isolate;
  border: 1px solid #171717;
}
.editorial-cover:hover {
  color: #fff;
}
.cover-kind {
  font-size: 10px;
  letter-spacing: 0.03em;
  color: #ccc;
  z-index: 2;
}
.cover-topic {
  font-size: 37px;
  line-height: 1.03;
  font-weight: 630;
  letter-spacing: -0.05em;
  z-index: 2;
  margin-top: 18px;
  max-width: 82%;
  overflow-wrap: anywhere;
}
.cover-imprint {
  margin-top: auto;
  font-size: 6px;
  letter-spacing: 0.12em;
  position: relative;
  z-index: 2;
  color: #aaa;
}
.cover-daily {
  background: #eee;
  color: #111;
  border-color: #e6e6e6;
}
.cover-daily:hover {
  color: #111;
}
.cover-daily .cover-kind,
.cover-daily .cover-imprint {
  color: #555;
}
.cover-weekly {
  background: #343434;
  border-color: #343434;
}
.cover-geometry {
  position: absolute;
  right: -17%;
  bottom: -26%;
  height: 85%;
  width: 85%;
  transform: rotate(-28deg);
  transition: transform 0.8s cubic-bezier(0.2, 0.65, 0.1, 1);
  opacity: 0.65;
  z-index: -1;
}
.cover-geometry i {
  position: absolute;
  inset: 0;
  border: 1px solid #888;
  transform: translate(calc(var(--layer) * -13px), calc(var(--layer) * -13px));
  background: #ffffff05;
}
.cover-geometry i:nth-child(1) {
  --layer: 0;
}
.cover-geometry i:nth-child(2) {
  --layer: 1;
}
.cover-geometry i:nth-child(3) {
  --layer: 2;
}
.cover-geometry i:nth-child(4) {
  --layer: 3;
}
.cover-geometry i:nth-child(5) {
  --layer: 4;
}
.geometry-1 i {
  border-radius: 50%;
}
.geometry-2 {
  transform: rotate(35deg);
  right: -22%;
  bottom: -44%;
}
.editorial-cover:hover .cover-geometry {
  transform: rotate(-18deg) translateY(-12px);
}
.editorial-meta {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #888;
  margin-top: 17px;
  margin-bottom: 9px;
  gap: 15px;
}
.editorial-meta > span {
  font-weight: 600;
  color: #333;
}
.editorial-card h3,
.broadcast-card h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: -0.035em;
  word-break: keep-all;
}
.editorial-card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  color: #888;
  font-size: 10px;
}
.editorial-card-bottom .save-button {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  color: #888;
}
.reading-feature {
  background: #f3f3f3;
  overflow: hidden;
  margin-top: 10px;
}
.reading-feature-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 70px;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  min-height: 560px;
}
.section-label {
  display: block;
  font-size: 12px;
  font-weight: 550;
  color: #777;
  margin-bottom: 19px;
}
.reading-feature h2 {
  font-size: 44px;
  font-weight: 650;
  line-height: 1.25;
  letter-spacing: -0.055em;
}
.report-cadence {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  font-size: 11px;
  color: #555;
}
.report-cadence b {
  font-weight: 400;
  color: #888;
  margin-left: 3px;
}
.reading-feature-copy > .button {
  margin-top: 35px;
  font-size: 12px;
}
.reading-feature-copy small {
  display: block;
  font-size: 9px;
  color: #888;
  margin-top: 14px;
}
.reader-device {
  display: block;
  background: #242424;
  border: 5px solid #181818;
  border-radius: 8px;
  box-shadow: 0 25px 45px #0002;
  transform: perspective(1500px) rotateY(-8deg) rotateX(3deg)
    translateY(var(--device-shift, 18px));
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  height: 423px;
  overflow: hidden;
}
.reader-device:hover {
  transform: perspective(1500px) rotateY(-2deg) rotateX(0deg) translateY(-3px);
}
.device-bar {
  height: 35px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  gap: 12px;
  color: #bbb;
  font-size: 8px;
  border-bottom: 1px solid #444;
  background: #181818;
}
.device-bar img {
  width: 15px;
  filter: invert(1);
}
.device-bar > span:last-child {
  margin-left: auto;
}
.device-body {
  display: flex;
  height: 100%;
  gap: 30px;
  padding-right: 30px;
}
.device-thumbs {
  width: 84px;
  flex-shrink: 0;
  background: #1b1b1b;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.device-thumbs img {
  width: 48px;
  opacity: 0.7;
}
.device-thumbs img:first-child {
  outline: 1px solid #999;
  outline-offset: 4px;
  opacity: 1;
}
.device-paper {
  display: block;
  object-fit: contain;
  object-position: top;
  width: calc(100% - 114px);
  height: auto;
  align-self: flex-start;
  margin-top: 20px;
  box-shadow: 0 7px 16px #0006;
}
.broadcast-section {
  padding-top: 85px;
  padding-bottom: 90px;
}
.broadcast-section .section-label {
  margin-bottom: 10px;
}
.broadcast-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.broadcast-thumbnail {
  position: relative;
  display: block;
  aspect-ratio: 1.77;
  overflow: hidden;
  background: #222;
}
.broadcast-thumbnail > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
  transition:
    transform 0.7s,
    filter 0.5s;
}
.broadcast-thumbnail:hover > img {
  transform: scale(1.035);
  filter: none;
}
.broadcast-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: transparent;
  color: white;
}
.broadcast-play .icon {
  width: 40px;
  height: 40px;
  padding: 11px;
  border: 1px solid #ffffff90;
  border-radius: 50%;
  fill: white;
  stroke: white;
  background: #0003;
  transition: transform 0.4s;
}
.broadcast-thumbnail:hover .broadcast-play .icon {
  transform: scale(1.15);
}
.broadcast-channel {
  position: absolute;
  left: 15px;
  bottom: 12px;
  font-size: 9px;
  color: white;
  background: #111b;
  padding: 5px 7px;
}
.membership-finale {
  background: #111;
  color: #fff;
  padding: 75px 0 80px;
}
.membership-finale > .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.membership-finale .section-label {
  color: #999;
}
.membership-finale h2 {
  font-size: 44px;
  font-weight: 630;
  line-height: 1.3;
  letter-spacing: -0.05em;
}
.finale-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 245px;
}
.finale-actions p {
  font-size: 12px;
  color: #aaa;
  margin-bottom: 23px;
}
.finale-actions .cinema-secondary {
  margin-top: 12px;
  font-size: 11px;
}
.quiet-footer {
  padding-top: 48px;
}
.quiet-footer-bottom {
  flex-wrap: wrap;
  gap: 15px;
}
.quiet-footer .demo-control {
  margin-left: auto;
}
.reveal-section {
  transition:
    opacity 0.85s ease,
    transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
}
.motion-ready .reveal-section:not(.is-revealed) {
  opacity: 0;
  transform: translateY(35px);
}
@keyframes card-arrive {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 1600px) {
  .brand-cinema {
    height: 750px;
    max-height: none;
  }
  .cinema-copy {
    padding-top: 160px;
  }
  .hero-portrait {
    right: 8%;
    width: 43%;
  }
  .hero-document {
    right: 21%;
    width: 300px;
  }
  .hero-document.second {
    right: 5%;
    width: 290px;
  }
}
@media (max-width: 1100px) {
  .header-main {
    gap: 23px;
  }
  .clean-nav {
    gap: 22px;
  }
  .clean-tools {
    gap: 12px;
  }
  .brand strong {
    font-size: 19px;
  }
  .brand .brand-symbol {
    width: 34px;
    height: 34px;
  }
  .cinema-copy h1,
  .cinema-copy h2 {
    font-size: 52px;
  }
  .hero-portrait {
    width: 59%;
    right: -7%;
  }
  .portrait-vignette {
    background:
      linear-gradient(90deg, #111 10%, #111d 36%, #1112 76%),
      linear-gradient(0deg, #111, transparent 45%);
  }
  .hero-document {
    width: 215px;
    right: 15%;
    top: 22%;
  }
  .hero-document.second {
    width: 210px;
    right: -7%;
    top: 29%;
  }
  .reading-feature-inner {
    gap: 32px;
  }
  .reading-feature h2 {
    font-size: 36px;
  }
  .reader-device {
    height: 350px;
  }
  .device-body {
    gap: 20px;
    padding-right: 20px;
  }
  .device-thumbs {
    width: 64px;
    padding: 14px;
  }
  .device-thumbs img {
    width: 36px;
  }
  .device-paper {
    width: calc(100% - 84px);
  }
}
@media (max-width: 850px) {
  .header-main {
    height: 76px;
  }
  .brand-cinema {
    height: 610px;
    min-height: 540px;
  }
  .cinema-copy {
    padding-top: 135px;
  }
  .cinema-copy h1,
  .cinema-copy h2 {
    font-size: 46px;
  }
  .clean-nav {
    gap: 18px;
  }
  .clean-nav > a {
    font-size: 12px;
  }
  .clean-tools > .header-library {
    display: none;
  }
  .clean-tools > .icon-button {
    display: none;
  }
  .hero-portrait {
    width: 66%;
    right: -16%;
    height: 105%;
    bottom: -5%;
    opacity: 0.8;
  }
  .portrait-word {
    top: 12%;
    font-size: 130px;
  }
  .cinema-kicker {
    font-size: 12px;
  }
  .cinema-tabs {
    width: 480px;
  }
  .hero-document {
    right: 6%;
    width: 195px;
    top: 18%;
    opacity: 0.55;
  }
  .hero-document.second {
    right: -19%;
    width: 190px;
  }
  .is-active .hero-document {
    opacity: 0.5;
  }
  .collection-section {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .collection-title h2 {
    font-size: 27px;
  }
  .coverage-nav > .wrap {
    gap: 27px;
    min-height: 70px;
  }
  .coverage-nav nav {
    gap: 25px;
  }
  .coverage-nav a {
    font-size: 12px;
  }
  .reading-feature-inner {
    padding: 60px 0;
    gap: 20px;
  }
  .reading-feature h2 {
    font-size: 31px;
  }
  .reader-device {
    height: 300px;
  }
  .report-cadence {
    gap: 9px;
    font-size: 10px;
  }
  .broadcast-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .broadcast-rail {
    gap: 18px;
  }
  .broadcast-card h3 {
    font-size: 14px;
  }
  .membership-finale h2 {
    font-size: 36px;
  }
}
@media (max-width: 700px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .header-main {
    height: 72px;
    gap: 14px;
  }
  .brand strong {
    font-size: 18px;
  }
  .brand .brand-symbol {
    width: 31px;
    height: 31px;
  }
  .brand span.en {
    font-size: 6px;
    letter-spacing: 0.06em;
  }
  .clean-tools {
    margin-left: auto;
    gap: 14px;
  }
  .clean-tools > .button {
    display: none;
  }
  .clean-tools .mobile-toggle {
    display: flex;
    color: #111;
  }
  .clean-nav {
    display: none;
  }
  .clean-nav.is-open {
    display: flex;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 40;
    padding: 18px 20px;
    gap: 22px;
    box-shadow: 0 15px 25px #0001;
  }
  .clean-nav.is-open > a {
    font-size: 13px;
  }
  .brand-cinema {
    height: 650px;
    min-height: 0;
    max-height: calc(100svh - 72px);
  }
  .cinema-copy {
    padding-top: 75px;
  }
  .cinema-kicker {
    margin-bottom: 22px;
    font-size: 12px;
  }
  .cinema-copy h1,
  .cinema-copy h2 {
    font-size: clamp(34px, 8.2vw, 51px);
    line-height: 1.26;
    letter-spacing: -0.045em;
  }
  .cinema-bio {
    margin-top: 22px;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 10px;
    max-width: 260px;
  }
  .cinema-bio strong {
    font-size: 13px;
  }
  .cinema-bio span {
    padding-left: 12px;
  }
  .cinema-actions {
    margin-top: 30px;
    gap: 22px;
  }
  .button.cinema-primary {
    font-size: 11px;
    padding: 11px 18px;
    min-height: 44px;
  }
  .cinema-secondary {
    font-size: 11px;
  }
  .hero-portrait {
    width: 100%;
    height: auto;
    aspect-ratio: 0.9;
    right: -27%;
    bottom: -3%;
    object-position: center;
    opacity: 0.66;
  }
  .portrait-vignette {
    background:
      linear-gradient(90deg, #111e 0%, #1119 25%, #1111 80%),
      linear-gradient(0deg, #111, transparent 45%),
      linear-gradient(180deg, #111, transparent 45%);
  }
  .portrait-word {
    top: 31%;
    font-size: 100px;
    right: -10%;
    opacity: 0.6;
  }
  .cinema-bottom {
    bottom: 23px;
    gap: 13px;
  }
  .cinema-tabs {
    gap: 14px;
    max-width: none;
    flex: 1;
    width: auto;
  }
  .cinema-tab {
    font-size: 9px;
    white-space: nowrap;
  }
  .cinema-pause {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
  }
  .cinema-description {
    font-size: 11px;
    max-width: 210px;
  }
  .hero-document {
    width: 170px;
    top: auto;
    bottom: 65px;
    right: 4%;
  }
  .hero-document.second {
    width: 166px;
    right: -30%;
    top: auto;
    bottom: 100px;
  }
  .is-active .hero-document {
    opacity: 0.45;
  }
  .broadcast-scene > img {
    width: 120%;
    right: -40%;
    opacity: 0.6;
    mask-image: linear-gradient(90deg, transparent, #000);
  }
  .coverage-nav > .wrap > span {
    display: none;
  }
  .coverage-nav > .wrap {
    min-height: 65px;
  }
  .coverage-nav nav {
    gap: 26px;
    width: 100%;
  }
  .coverage-nav a {
    font-size: 12px;
  }
  .collection-section {
    padding-top: 43px;
    padding-bottom: 42px;
  }
  .collection-title {
    margin-bottom: 23px;
    gap: 14px;
  }
  .collection-title h2 {
    font-size: 25px;
  }
  .quiet-link {
    font-size: 11px;
  }
  .collection-filters .tabs {
    gap: 7px;
  }
  .collection-filters .tab {
    font-size: 11px;
    padding: 8px 12px;
  }
  .rail-controls {
    display: none;
  }
  .publication-rail {
    gap: 16px;
    margin-right: -20px;
    padding-right: 20px;
  }
  .editorial-card {
    flex-basis: 77%;
    min-width: 0;
  }
  .editorial-cover {
    padding: 20px;
    aspect-ratio: 1.3;
  }
  .cover-topic {
    font-size: 36px;
  }
  .editorial-card h3 {
    font-size: 15px;
  }
  .reading-feature-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-top: 45px;
    padding-bottom: 50px;
    gap: 35px;
  }
  .reading-feature h2 {
    font-size: 35px;
  }
  .section-label {
    font-size: 11px;
    margin-bottom: 16px;
  }
  .report-cadence {
    font-size: 11px;
    margin-top: 20px;
    gap: 15px;
  }
  .reading-feature-copy > .button {
    margin-top: 24px;
  }
  .reader-device {
    height: 345px;
    transform: perspective(1500px) rotateY(-3deg) rotateX(2deg);
  }
  .device-thumbs {
    width: 57px;
    padding: 12px;
  }
  .device-thumbs img {
    width: 33px;
  }
  .device-body {
    gap: 17px;
    padding-right: 17px;
  }
  .device-paper {
    width: calc(100% - 74px);
    margin-top: 16px;
  }
  .broadcast-section {
    padding-top: 47px;
    padding-bottom: 50px;
  }
  .broadcast-section .collection-title h2 {
    font-size: 23px;
  }
  .broadcast-section .collection-title .quiet-link {
    align-self: flex-end;
  }
  .broadcast-rail {
    display: flex;
    overflow: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    gap: 16px;
    margin-right: -20px;
    padding-right: 20px;
  }
  .broadcast-card {
    flex: 0 0 85%;
    scroll-snap-align: start;
  }
  .broadcast-card h3 {
    font-size: 15px;
  }
  .membership-finale {
    padding: 45px 0;
  }
  .membership-finale > .wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
  .membership-finale h2 {
    font-size: 34px;
  }
  .finale-actions {
    min-width: 0;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 15px;
  }
  .finale-actions p {
    grid-column: 1/-1;
    margin: 0;
  }
  .finale-actions .cinema-secondary {
    margin-top: 0;
  }
  .quiet-footer .demo-control {
    margin-left: 0;
  }
  .quiet-footer .brand strong {
    font-size: 17px;
  }
  .quiet-footer .brand .brand-symbol {
    width: 29px;
    height: 29px;
  }
}
@media (max-width: 370px) {
  .brand strong {
    font-size: 16px;
  }
  .brand .brand-symbol {
    width: 28px;
    height: 28px;
  }
  .cinema-copy h1,
  .cinema-copy h2 {
    font-size: 30px;
  }
  .cinema-tab {
    font-size: 8px;
  }
  .cinema-tabs {
    gap: 10px;
  }
  .collection-filters .tab {
    padding: 8px 10px;
  }
  .broadcast-section .collection-title h2 {
    font-size: 21px;
  }
  .reader-device {
    height: 305px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cinema-slide,
  .cinema-copy h1 span,
  .cinema-copy h2 span,
  .hero-document,
  .hero-portrait,
  .reveal-section,
  .reader-device,
  .cover-geometry,
  .broadcast-thumbnail > img {
    transition: none !important;
    transform: none !important;
  }
  .motion-ready .reveal-section:not(.is-revealed) {
    opacity: 1;
  }
  .editorial-card {
    animation: none;
  }
  .cinema-tab.active i {
    transform: scaleX(1);
  }
}

/* Original alpha preserved; trim the transparent canvas in CSS only. */
.generated-brand .full-logo-frame {
  position: relative;
  display: block;
  width: 235px;
  aspect-ratio: 2052 / 407;
  overflow: hidden;
}
.generated-brand img.full-logo {
  position: absolute;
  display: block;
  width: 105.848%;
  max-width: none;
  height: auto;
  left: -2.973%;
  top: -39.066%;
}
.quiet-footer .generated-brand .full-logo-frame {
  width: 215px;
}
@media (max-width: 1100px) {
  .generated-brand .full-logo-frame {
    width: 212px;
  }
}
@media (max-width: 850px) {
  .generated-brand .full-logo-frame {
    width: 190px;
  }
}
@media (max-width: 700px) {
  .generated-brand .full-logo-frame {
    width: 194px;
  }
}
@media (max-width: 370px) {
  .generated-brand .full-logo-frame {
    width: 177px;
  }
}

.clean-nav > .mobile-nav-extra {
  display: none;
}
.hero-portrait {
  top: 0;
  bottom: auto;
  mask-image: linear-gradient(180deg, #000 80%, transparent 100%);
}
@media (max-width: 700px) {
  .hero-portrait {
    top: auto;
    bottom: -3%;
    mask-image: linear-gradient(
      180deg,
      transparent,
      #000 22%,
      #000 85%,
      transparent 100%
    );
  }
  .clean-nav.is-open {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 20px;
    padding: 18px 20px 22px;
  }
  .clean-nav.is-open > .mobile-nav-extra {
    display: block;
  }
}

/* 2026-09-25: color direction — deep blue, cobalt, teal, white. */
:root {
  --ink: #142a43;
  --navy: #102d57;
  --blue: #245ce0;
  --muted: #64748b;
  --line: #dce5ee;
  --wash: #eff4fa;
  --steel: #e3edf8;
}
body {
  color: var(--ink);
}
::selection {
  background: #245ce0;
  color: white;
}
:focus-visible {
  outline-color: #245ce0;
}
.button,
.button.blue {
  background: #245ce0;
  border-color: #245ce0;
  color: white;
}
.button:hover,
.button.blue:hover {
  background: #164bbf;
  border-color: #164bbf;
}
.button.secondary {
  color: #24486f;
  background: white;
  border-color: #cbd9e9;
}
.button.secondary:hover {
  background: #eff4fa;
  border-color: #819fbf;
}
.clean-nav > a {
  color: #4d6076;
}
.clean-nav > a.active,
.clean-nav > a:hover,
.quiet-link:hover,
.text-link:hover {
  color: #245ce0;
}
.clean-tools .button {
  background: #245ce0;
  border-color: #245ce0;
}
.brand-cinema,
.portrait-scene,
.broadcast-scene {
  background: #102d57;
}
.hero-portrait {
  filter: none;
  opacity: 1;
}
.portrait-vignette {
  background:
    linear-gradient(
      90deg,
      #102d57 20%,
      #102d57ed 36%,
      #102d5766 55%,
      transparent 76%
    ),
    linear-gradient(0deg, #102d57 0%, transparent 40%);
}
.cinema-copy h1 span:nth-child(2) {
  color: #90c8ff;
}
.cinema-kicker {
  color: #c2d8f0;
}
.cinema-bio,
.cinema-description {
  color: #c3d2e5;
}
.cinema-bio span {
  border-color: #547299;
}
.button.cinema-primary {
  background: #2864df;
  border-color: #2864df;
  color: white;
}
.button.cinema-primary:hover {
  background: #1b54c5;
  border-color: #1b54c5;
  color: white;
}
.cinema-tab {
  color: #9eafc5;
}
.cinema-tab:after {
  background: #456081;
}
.cinema-tab i {
  background: #7cbaff;
}
.cinema-pause {
  border-color: #587596;
  color: #d3e5fc;
}
.cinema-pause:hover {
  background: #234970;
}
.cinema-secondary {
  color: #d4e6fb;
  text-decoration-color: #6d94bc;
}
.research-scene {
  background: #103e49;
}
.silicon-texture {
  filter: none;
  opacity: 0.19;
}
.broadcast-scene > img {
  filter: none;
  opacity: 0.8;
}
.broadcast-scene:after {
  background: linear-gradient(0deg, #102d57, transparent 65%);
}
.coverage-nav {
  border-color: #dce5ee;
}
.coverage-nav a {
  color: #64748b;
}
.coverage-nav a:hover {
  color: #245ce0;
}
.collection-filters .tab {
  color: #566a82;
  border-color: #d8e2ee;
}
.collection-filters .tab.active {
  background: #245ce0;
  border-color: #245ce0;
  color: white;
}
.rail-controls button {
  color: #345678;
  border-color: #d8e2ee;
}
.rail-controls button:hover:not(:disabled) {
  background: #eff4fa;
}
.editorial-cover,
.cover-indepth {
  background: #1d4782;
  border-color: #1d4782;
  color: white;
}
.cover-indepth .cover-kind,
.cover-indepth .cover-imprint {
  color: #b8d8ff;
}
.cover-indepth .cover-geometry i {
  border-color: #70aef1;
  background: #add6ff08;
}
.cover-daily {
  background: #deebfa;
  border-color: #deebfa;
  color: #15365e;
}
.cover-daily:hover {
  color: #15365e;
}
.cover-daily .cover-kind,
.cover-daily .cover-imprint {
  color: #486c94;
}
.cover-daily .cover-geometry i {
  border-color: #6c9ac5;
  background: #ffffff0a;
}
.cover-weekly {
  background: #146663;
  border-color: #146663;
}
.cover-weekly .cover-kind,
.cover-weekly .cover-imprint {
  color: #b5e0d9;
}
.cover-weekly .cover-geometry i {
  border-color: #79bbb0;
  background: #baffee05;
}
.editorial-meta > span {
  color: #315b87;
}
.editorial-meta,
.editorial-card-bottom {
  color: #6c7e92;
}
.editorial-card-bottom .save-button.saved {
  color: #245ce0;
  background: #e6efff;
}
.reading-feature {
  background: #edf3fb;
}
.section-label {
  color: #496b92;
}
.report-cadence {
  color: #456181;
}
.reader-device {
  background: #21364b;
  border-color: #15314f;
  box-shadow: 0 25px 45px #173f6924;
}
.device-bar {
  background: #15314f;
  border-color: #345472;
  color: #bfd1e5;
}
.device-thumbs {
  background: #1a2e45;
}
.broadcast-thumbnail > img {
  filter: none;
}
.broadcast-thumbnail:hover > img {
  filter: none;
}
.broadcast-channel {
  background: #123356dc;
}
.membership-finale {
  background: #12385f;
}
.membership-finale .section-label {
  color: #a5c8ef;
}
.finale-actions p {
  color: #b4cde8;
}
.quiet-footer {
  background: #f5f8fc;
  border-top-color: #dce5ee;
}
.quiet-footer-bottom {
  color: #6a7c91;
}
/* Carry the same palette into the existing catalog, detail and profile. */
.document-sleeve,
.publication-preview {
  background: #edf3fb;
}
.folio-dark {
  background: #1d4782;
}
.folio-white {
  color: #173b66;
}
.catalog-sidebar .filter-list .active,
.tabs .tab.active {
  color: #245ce0;
}
.collection-filters .tab.active {
  color: white;
}
.profile-hero > img,
.author-photo > img,
.column-photo {
  filter: none;
}
.plan {
  background: #12385f;
}
.plan .button.light {
  background: #2864df;
  border-color: #2864df;
  color: white;
}
.pdf-reader {
  background: #172637;
}
.pdf-topbar,
.pdf-sidebar {
  background: #132131;
  border-color: #30455d;
}
.pdf-workspace {
  scrollbar-color: #4b6581 #172637;
}
.pdf-thumb.active {
  background: #233e5d;
  border-color: #6d9aca;
}
.pdf-controls {
  background: #13263a;
  border-color: #45627e;
}
@media (max-width: 1100px) {
  .portrait-vignette {
    background:
      linear-gradient(90deg, #102d57 10%, #102d57db 36%, #102d5722 76%),
      linear-gradient(0deg, #102d57, transparent 45%);
  }
}
@media (max-width: 700px) {
  .hero-portrait {
    opacity: 0.95;
  }
  .portrait-vignette {
    background:
      linear-gradient(90deg, #102d57e6 0%, #102d5770 25%, #102d5711 80%),
      linear-gradient(0deg, #102d57, transparent 45%),
      linear-gradient(180deg, #102d57, transparent 45%);
  }
  .broadcast-scene > img {
    opacity: 0.8;
  }
}
.cover-weekly .cover-topic { font-size: clamp(26px, 2.4vw, 31px); max-width: 100%; }
