/*
  Test-only luxury editorial system.
  Applies only to test pages that include this stylesheet.
*/

:root {
  --tls-ink: #f6efe3;
  --tls-muted: rgba(246,239,227,0.58);
  --tls-soft: rgba(246,239,227,0.36);
  --tls-gold: #c5aa72;
  --tls-gold-soft: rgba(197,170,114,0.52);
  --tls-black: #050505;
  --tls-panel: rgba(11,10,8,0.82);
}

.tls-assurance,
.tls-band,
.tls-conversion-path,
.tls-desire,
.tls-film-prologue,
.tls-film-manifesto,
.tls-film-sound,
.tls-film-vow,
.tls-atelier,
.tls-cinema-room,
.tls-scene-index,
.tls-final-scene,
.tls-trust-ledger {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.tls-scene-index,
.tls-trust-ledger,
.tls-conversion-path,
.tls-band,
.tls-atelier,
.tls-assurance,
.tls-desire,
.tls-final-scene {
  content-visibility: auto;
  contain-intrinsic-size: 760px;
}

body[data-desktop-test-page],
body[class*="page"] {
  --tls-cinema-line: rgba(197,170,114,0.14);
}

html,
body {
  overflow-x: hidden;
}

.tls-scene-index {
  padding: clamp(24px, 3vw, 44px) clamp(22px, 5vw, 72px);
  background:
    linear-gradient(90deg, rgba(3,3,3,0.98), rgba(12,10,7,0.95), rgba(3,3,3,0.98));
  border-top: 1px solid var(--tls-cinema-line);
  border-bottom: 1px solid var(--tls-cinema-line);
}

.tls-scene-index-inner {
  width: min(1080px, calc(100vw - 96px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(210px, 0.62fr) minmax(0, 1fr) auto;
  gap: clamp(18px, 3vw, 38px);
  align-items: center;
}

.tls-scene-label {
  margin: 0;
  font-family: "Jost", sans-serif;
  font-size: 0.56rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(197,170,114,0.6);
}

.tls-scene-label strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 2.2vw, 2.1rem);
  font-weight: 300;
  letter-spacing: 0.06em;
  text-transform: none;
  color: rgba(246,239,227,0.86);
}

.tls-scene-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(197,170,114,0.12);
  border: 1px solid rgba(197,170,114,0.12);
}

.tls-scene-points span {
  display: block;
  min-height: 54px;
  padding: 17px 14px;
  background: rgba(5,5,5,0.72);
  font-family: "Jost", sans-serif;
  font-size: 0.52rem;
  letter-spacing: 0.2em;
  line-height: 1.45;
  text-transform: uppercase;
  color: rgba(246,239,227,0.48);
  white-space: nowrap;
}

.tls-scene-points span::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 9px;
  border-radius: 50%;
  background: rgba(197,170,114,0.8);
  vertical-align: 0.1em;
}

.tls-scene-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 14px 18px;
  border: 1px solid rgba(197,170,114,0.28);
  color: rgba(246,239,227,0.72);
  font-family: "Jost", sans-serif;
  font-size: 0.52rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background: rgba(255,255,255,0.015);
}

.tls-final-scene {
  padding: clamp(72px, 9vw, 150px) clamp(24px, 5vw, 72px);
  background:
    radial-gradient(circle at 50% 0%, rgba(197,170,114,0.13), transparent 30vw),
    linear-gradient(180deg, #050505, #0a0806 48%, #020202);
  border-top: 1px solid rgba(197,170,114,0.12);
}

.tls-final-inner {
  width: min(1060px, calc(100vw - 48px));
  margin: 0 auto;
  text-align: center;
}

.tls-final-title {
  margin: 18px auto 0;
  max-width: 880px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.75rem, 7vw, 7.4rem);
  font-weight: 300;
  line-height: 0.9;
  color: rgba(246,239,227,0.92);
}

.tls-final-title em {
  font-style: italic;
}

.tls-final-copy {
  max-width: 660px;
  margin: clamp(24px, 3vw, 38px) auto 0;
  font-size: clamp(0.96rem, 1.2vw, 1.08rem);
  line-height: 2.05;
  color: rgba(246,239,227,0.58);
}

.tls-final-actions {
  margin-top: clamp(30px, 4vw, 48px);
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.tls-final-actions .tls-cta {
  min-width: 236px;
}

.tls-final-note {
  margin: 26px 0 0;
  font-family: "Jost", sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.24em;
  line-height: 1.8;
  text-transform: uppercase;
  color: rgba(197,170,114,0.55);
}

.mag-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 320px;
  margin: 0 auto;
  gap: 18px;
  padding: 24px 0;
}

.mag-rule::before,
.mag-rule::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(197,170,114,0.5), transparent);
}

.mag-rule-mark {
  font-family: "Italiana", "Cormorant Garamond", Georgia, serif;
  color: rgba(197,170,114,0.7);
  font-size: 1rem;
  letter-spacing: 0.4em;
}

.mag-credits {
  background:
    radial-gradient(circle at 50% 0%, rgba(197,170,114,0.08), transparent 30vw),
    #050505;
  border-top: 1px solid rgba(197,170,114,0.18);
  padding: clamp(80px, 12vh, 140px) clamp(24px, 5vw, 80px) clamp(48px, 6vh, 80px);
  text-align: center;
}

.mag-credits-mark {
  margin: 0 0 12px;
  font-family: "Italiana", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 400;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: #c5aa72;
}

.mag-credits-tag {
  margin: 0 0 60px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.05rem;
  font-style: italic;
  color: rgba(243,236,220,0.55);
}

.mag-credits-grid {
  max-width: 1180px;
  margin: 0 auto 48px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr minmax(300px, 1.25fr);
  gap: 36px;
}

.mag-credits-col {
  text-align: left;
}

.mag-credits-label {
  margin: 0 0 12px;
  font-family: "Jost", sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #c5aa72;
}

.mag-credits-value {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.5;
  color: rgba(243,236,220,0.85);
}

.mag-credits-value a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(197,170,114,0.4);
  padding-bottom: 2px;
  white-space: nowrap;
}

.mag-credits-nav,
.mag-credits-social {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 24px 0 16px;
  gap: 32px;
  font-family: "Jost", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.mag-credits-nav a {
  color: rgba(243,236,220,0.6);
  text-decoration: none;
  transition: color 0.4s ease;
}

.mag-credits-nav a:hover {
  color: rgba(243,236,220,0.92);
}

.mag-credits-social {
  gap: 24px;
  margin-top: 14px;
  font-family: "Italiana", "Cormorant Garamond", Georgia, serif;
  font-size: 0.78rem;
  letter-spacing: 0.34em;
}

.mag-credits-social a {
  color: #c5aa72;
  text-decoration: none;
}

.mag-credits-base {
  max-width: 1180px;
  margin: 24px auto 0;
  padding-top: 32px;
  border-top: 1px solid rgba(197,170,114,0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-family: "Jost", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(243,236,220,0.4);
}

.tls-trust-ledger {
  padding: clamp(64px, 8vw, 126px) clamp(24px, 5vw, 72px);
  background:
    radial-gradient(circle at 10% 10%, rgba(197,170,114,0.08), transparent 28vw),
    linear-gradient(180deg, #070706, #0d0b08 52%, #050505);
  border-top: 1px solid rgba(197,170,114,0.1);
  border-bottom: 1px solid rgba(197,170,114,0.11);
}

.tls-trust-inner {
  width: min(1160px, calc(100vw - 48px));
  margin: 0 auto;
}

.tls-trust-head {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 62px);
}

.tls-trust-title {
  margin: 16px 0 0;
  max-width: 680px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.35rem, 5.2vw, 5.8rem);
  font-weight: 300;
  line-height: 0.96;
  color: rgba(246,239,227,0.94);
}

.tls-trust-title em {
  font-style: italic;
}

.tls-trust-copy {
  margin: 0;
  max-width: 620px;
  font-size: clamp(0.95rem, 1.18vw, 1.06rem);
  line-height: 2.05;
  color: rgba(246,239,227,0.6);
}

.tls-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(197,170,114,0.14);
  border: 1px solid rgba(197,170,114,0.14);
}

.tls-trust-card {
  min-height: 242px;
  padding: clamp(24px, 3vw, 38px);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.024), rgba(255,255,255,0)),
    rgba(4,4,4,0.82);
}

.tls-trust-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 28px;
  border: 1px solid rgba(197,170,114,0.34);
  border-radius: 999px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1rem;
  color: rgba(197,170,114,0.82);
}

.tls-trust-card h3 {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 300;
  color: rgba(246,239,227,0.9);
}

.tls-trust-card p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.9;
  color: rgba(246,239,227,0.54);
}

.tls-trust-strip {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 4vw, 54px);
  flex-wrap: wrap;
  margin-top: clamp(30px, 4vw, 48px);
  padding-top: clamp(26px, 3vw, 38px);
  border-top: 1px solid rgba(197,170,114,0.11);
}

.tls-trust-strip span {
  font-family: "Jost", sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.25em;
  line-height: 1.7;
  text-transform: uppercase;
  color: rgba(246,239,227,0.48);
}

.tls-trust-strip strong {
  color: rgba(197,170,114,0.78);
  font-weight: 400;
}

.tls-band {
  padding: clamp(72px, 9vw, 142px) clamp(24px, 5vw, 72px);
  background:
    radial-gradient(circle at 12% 0%, rgba(197,170,114,0.12), transparent 34vw),
    radial-gradient(circle at 88% 100%, rgba(246,239,227,0.035), transparent 30vw),
    linear-gradient(180deg, #040404 0%, #0a0907 100%);
  border-top: 1px solid rgba(197,170,114,0.12);
  border-bottom: 1px solid rgba(197,170,114,0.08);
}

.tls-band::before,
.tls-desire::before,
.tls-film-prologue::before,
.tls-atelier::before,
.tls-cinema-room::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.028;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.68' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 280px 280px;
  mix-blend-mode: soft-light;
}

.tls-band-inner,
.tls-desire-inner,
.tls-film-inner,
.tls-atelier-inner,
.tls-cinema-inner {
  width: min(1180px, calc(100vw - 48px));
  margin: 0 auto;
}

.tls-kicker,
.tls-chip,
.tls-film-kicker {
  font-family: "Jost", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--tls-gold);
}

.tls-band-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(44px, 8vw, 118px);
  align-items: start;
}

.tls-title {
  margin: 20px 0 0;
  max-width: 760px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.4rem, 5.7vw, 6rem);
  font-weight: 300;
  line-height: 0.98;
  color: var(--tls-ink);
}

.tls-title em,
.tls-desire-title em,
.tls-film-title em {
  font-style: italic;
  color: rgba(246,239,227,0.92);
}

.tls-copy {
  margin: 0;
  max-width: 610px;
  font-size: clamp(0.92rem, 1.2vw, 1.02rem);
  line-height: 2.15;
  color: rgba(246,239,227,0.62);
}

.tls-proof {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(197,170,114,0.13);
  border: 1px solid rgba(197,170,114,0.13);
}

.tls-proof div {
  padding: 28px 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.018), rgba(255,255,255,0)),
    rgba(5,5,5,0.72);
}

.tls-proof strong {
  display: block;
  margin-bottom: 6px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  font-weight: 300;
  line-height: 1;
  color: rgba(197,170,114,0.92);
}

.tls-proof span {
  display: block;
  font-size: 0.58rem;
  line-height: 1.55;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(246,239,227,0.46);
}

.tls-atelier {
  padding: clamp(66px, 8vw, 126px) clamp(24px, 5vw, 72px);
  background:
    linear-gradient(90deg, rgba(5,5,5,0.98), rgba(9,8,7,0.96)),
    #050505;
  border-top: 1px solid rgba(197,170,114,0.08);
  border-bottom: 1px solid rgba(197,170,114,0.1);
}

.tls-atelier::after {
  content: "";
  position: absolute;
  left: 50%;
  top: clamp(30px, 4vw, 54px);
  bottom: clamp(30px, 4vw, 54px);
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(197,170,114,0.18), transparent);
  opacity: 0.8;
}

.tls-atelier-head {
  width: min(760px, 100%);
  margin: 0 auto clamp(36px, 5vw, 64px);
  text-align: center;
}

.tls-atelier-head .tls-copy {
  margin: 18px auto 0;
  max-width: 640px;
  line-height: 2;
}

.tls-atelier-title {
  margin: 14px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 4.8vw, 5.35rem);
  font-weight: 300;
  line-height: 0.98;
  color: var(--tls-ink);
}

.tls-atelier-title em {
  font-style: italic;
}

.tls-atelier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(197,170,114,0.13);
  border: 1px solid rgba(197,170,114,0.13);
}

.tls-atelier-card {
  position: relative;
  min-height: 285px;
  padding: clamp(28px, 3.2vw, 46px);
  background:
    radial-gradient(circle at 50% 0%, rgba(197,170,114,0.07), transparent 42%),
    rgba(5,5,5,0.84);
}

.tls-atelier-card span {
  display: block;
  margin-bottom: 34px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 0.8;
  color: rgba(197,170,114,0.44);
}

.tls-atelier-card h3 {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 2.5vw, 2.55rem);
  font-weight: 300;
  color: rgba(246,239,227,0.9);
}

.tls-atelier-card p {
  margin: 0;
  max-width: 330px;
  font-size: 0.86rem;
  line-height: 1.95;
  color: rgba(246,239,227,0.55);
}

.tls-signature-line {
  width: min(820px, 92%);
  margin: clamp(42px, 6vw, 72px) auto 0;
  text-align: center;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  font-style: italic;
  line-height: 1.5;
  color: rgba(246,239,227,0.64);
}

.tls-desire {
  padding: clamp(78px, 10vw, 156px) clamp(24px, 5vw, 72px);
  background:
    radial-gradient(circle at 72% 38%, rgba(197,170,114,0.1), transparent 26vw),
    linear-gradient(90deg, rgba(5,5,5,0.96), rgba(5,5,5,0.72)),
    var(--tls-bg, linear-gradient(135deg, #090806, #000));
  background-size: cover;
  background-position: center;
  border-top: 1px solid rgba(197,170,114,0.16);
}

.tls-desire-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(36px, 8vw, 110px);
  align-items: center;
}

.tls-desire-title {
  margin: 18px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.7rem, 6vw, 6.6rem);
  font-weight: 300;
  line-height: 0.95;
  color: var(--tls-ink);
}

.tls-desire-card {
  padding: clamp(30px, 4vw, 56px);
  background:
    radial-gradient(circle at 0% 0%, rgba(197,170,114,0.14), transparent 32%),
    rgba(5,5,5,0.78);
  border: 1px solid rgba(197,170,114,0.18);
  box-shadow:
    0 32px 120px rgba(0,0,0,0.34),
    inset 0 1px 0 rgba(255,255,255,0.035);
}

.tls-desire-card p {
  margin: 0 0 28px;
  font-size: clamp(0.94rem, 1.25vw, 1.08rem);
  line-height: 2.05;
  color: rgba(246,239,227,0.66);
}

.tls-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 22px;
  margin: 0;
  padding: 28px 0 0;
  border-top: 1px solid rgba(197,170,114,0.14);
  list-style: none;
}

.tls-list li {
  position: relative;
  padding-left: 18px;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  line-height: 1.7;
  text-transform: uppercase;
  color: rgba(246,239,227,0.52);
}

.tls-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--tls-gold);
}

.tls-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 16px 34px;
  border: 1px solid rgba(197,170,114,0.42);
  background:
    linear-gradient(135deg, rgba(197,170,114,0.30), rgba(197,170,114,0.07)),
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.08), transparent 36%);
  color: rgba(246,239,227,0.86);
  font-size: 0.64rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(0,0,0,0.26);
  transition: border-color 0.35s ease, transform 0.35s ease, background-color 0.35s ease;
}

.tls-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(197,170,114,0.7);
}

.tls-conversion-path {
  padding: clamp(70px, 8vw, 130px) clamp(24px, 5vw, 72px);
  background:
    radial-gradient(circle at 50% -12%, rgba(197,170,114,0.13), transparent 34vw),
    linear-gradient(180deg, #040404, #0c0a08 56%, #040404);
  border-top: 1px solid rgba(197,170,114,0.12);
  border-bottom: 1px solid rgba(197,170,114,0.08);
}

.tls-path-inner,
.tls-assurance-inner,
.tls-film-manifesto-inner {
  width: min(1180px, calc(100vw - 48px));
  margin: 0 auto;
}

.tls-path-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: end;
  margin-bottom: clamp(36px, 5vw, 66px);
}

.tls-path-title,
.tls-assurance-title,
.tls-film-manifesto-title {
  margin: 16px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.4rem, 5.4vw, 6.1rem);
  font-weight: 300;
  line-height: 0.96;
  color: rgba(246,239,227,0.94);
}

.tls-path-title em,
.tls-assurance-title em,
.tls-film-manifesto-title em {
  font-style: italic;
}

.tls-path-copy,
.tls-assurance-copy,
.tls-film-manifesto-copy {
  margin: 0;
  max-width: 650px;
  font-size: clamp(0.96rem, 1.18vw, 1.08rem);
  line-height: 2.08;
  color: rgba(246,239,227,0.62);
}

.tls-path-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(197,170,114,0.14);
  border: 1px solid rgba(197,170,114,0.14);
}

.tls-path-card {
  position: relative;
  min-height: 260px;
  padding: clamp(26px, 3.4vw, 44px);
  color: inherit;
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.026), rgba(255,255,255,0)),
    rgba(5,5,5,0.82);
  transition: transform 0.45s ease, background-color 0.45s ease;
}

.tls-path-card::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(197,170,114,0);
  pointer-events: none;
  transition: inset 0.45s ease, border-color 0.45s ease;
}

.tls-path-card:hover {
  transform: translateY(-4px);
  background-color: rgba(15,13,10,0.9);
}

.tls-path-card:hover::after {
  inset: 10px;
  border-color: rgba(197,170,114,0.36);
}

.tls-path-card span {
  display: block;
  margin-bottom: clamp(34px, 5vw, 70px);
  font-family: "Jost", sans-serif;
  font-size: 0.56rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(197,170,114,0.66);
}

.tls-path-card strong {
  display: block;
  margin-bottom: 16px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.5rem, 2.4vw, 2.45rem);
  font-weight: 300;
  color: rgba(246,239,227,0.92);
}

.tls-path-card p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.9;
  color: rgba(246,239,227,0.54);
}

.tls-assurance {
  padding: clamp(72px, 8vw, 132px) clamp(24px, 5vw, 72px);
  background:
    radial-gradient(circle at 12% 16%, rgba(197,170,114,0.1), transparent 28vw),
    linear-gradient(180deg, #060605, #100e0a 50%, #050505);
  border-top: 1px solid rgba(197,170,114,0.1);
  border-bottom: 1px solid rgba(197,170,114,0.1);
}

.tls-assurance-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(38px, 7vw, 96px);
  align-items: start;
}

.tls-assurance-copy {
  margin-top: 24px;
}

.tls-assurance-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(197,170,114,0.14);
  border: 1px solid rgba(197,170,114,0.14);
}

.tls-assurance-list li {
  min-height: 142px;
  padding: clamp(22px, 3vw, 34px);
  background: rgba(5,5,5,0.82);
}

.tls-assurance-list strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 300;
  color: rgba(246,239,227,0.9);
}

.tls-assurance-list span {
  display: block;
  font-size: 0.78rem;
  line-height: 1.85;
  color: rgba(246,239,227,0.52);
}

.tls-assurance-note {
  margin-top: clamp(28px, 4vw, 46px);
  padding: clamp(26px, 4vw, 42px);
  border-left: 1px solid rgba(197,170,114,0.38);
  background: rgba(255,255,255,0.018);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 2.3vw, 2.2rem);
  font-style: italic;
  line-height: 1.45;
  color: rgba(246,239,227,0.72);
}

.tls-film-manifesto {
  min-height: 96vh;
  display: grid;
  align-items: center;
  padding: clamp(86px, 9vw, 150px) clamp(24px, 5vw, 72px);
  background:
    linear-gradient(90deg, rgba(0,0,0,0.94), rgba(0,0,0,0.54) 54%, rgba(0,0,0,0.9)),
    var(--tls-film-manifesto-bg, linear-gradient(135deg, #080808, #000));
  background-size: cover;
  background-position: center;
  border-top: 1px solid rgba(197,170,114,0.14);
  border-bottom: 1px solid rgba(197,170,114,0.12);
}

.tls-film-manifesto-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(40px, 8vw, 112px);
  align-items: center;
}

.tls-film-manifesto-copy {
  margin-top: 24px;
}

.tls-film-beats {
  display: grid;
  gap: 1px;
  background: rgba(197,170,114,0.16);
  border: 1px solid rgba(197,170,114,0.16);
}

.tls-film-beat {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 26px;
  padding: clamp(24px, 3.2vw, 38px);
  background: rgba(5,5,5,0.82);
}

.tls-film-beat span {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  line-height: 0.9;
  color: rgba(197,170,114,0.58);
}

.tls-film-beat strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.45rem, 2.2vw, 2.25rem);
  font-weight: 300;
  color: rgba(246,239,227,0.92);
}

.tls-film-beat p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.9;
  color: rgba(246,239,227,0.54);
}

.fg-photo,
.m-item,
.gallery-item,
.fam-gallery-item {
  position: relative;
  overflow: hidden;
}

.fg-photo::after,
.m-item::after,
.gallery-item::after,
.fam-gallery-item::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(197,170,114,0);
  pointer-events: none;
  transition: inset 0.45s ease, border-color 0.45s ease, opacity 0.45s ease;
  opacity: 0;
}

.fg-photo:hover::after,
.m-item:hover::after,
.gallery-item:hover::after,
.fam-gallery-item:hover::after {
  inset: 14px;
  border-color: rgba(197,170,114,0.48);
  opacity: 1;
}

.fg-photo img,
.m-item img,
.gallery-item img,
.fam-gallery-item img {
  transition: transform 0.75s ease, filter 0.75s ease;
}

.fg-photo:hover img,
.m-item:hover img,
.gallery-item:hover img,
.fam-gallery-item:hover img {
  transform: scale(1.025);
  filter: contrast(1.06) saturate(0.92) brightness(0.92);
}

.tls-film-prologue {
  min-height: 96vh;
  display: grid;
  align-items: center;
  padding: clamp(96px, 10vw, 164px) clamp(24px, 5vw, 72px);
  background: #020202;
}

.tls-film-prologue video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
  filter: grayscale(1) contrast(1.12) brightness(0.74);
  z-index: -3;
}

.tls-film-prologue::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 66% 34%, transparent 0%, rgba(0,0,0,0.22) 36%, rgba(0,0,0,0.92) 82%),
    linear-gradient(90deg, rgba(0,0,0,0.96), rgba(0,0,0,0.36) 54%, rgba(0,0,0,0.82));
}

.tls-film-title {
  margin: 18px 0 28px;
  max-width: 960px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.3rem, 8vw, 8.8rem);
  font-weight: 300;
  line-height: 0.88;
  color: var(--tls-ink);
}

.tls-film-copy {
  max-width: 590px;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 2.1;
  color: rgba(246,239,227,0.68);
}

.tls-chapters {
  margin-top: clamp(42px, 6vw, 78px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(197,170,114,0.18);
  border-bottom: 1px solid rgba(197,170,114,0.1);
}

.tls-chapter {
  padding: 24px 24px 26px;
  border-right: 1px solid rgba(197,170,114,0.12);
}

.tls-chapter:last-child {
  border-right: 0;
}

.tls-chapter span {
  display: block;
  margin-bottom: 14px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.4rem;
  color: var(--tls-gold);
}

.tls-chapter strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  font-weight: 300;
  color: var(--tls-ink);
}

.tls-chapter p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.8;
  color: rgba(246,239,227,0.48);
}

.tls-film-sound {
  padding: clamp(70px, 9vw, 134px) clamp(24px, 5vw, 72px);
  background:
    radial-gradient(circle at 86% 16%, rgba(197,170,114,0.13), transparent 32vw),
    #080706;
}

.tls-cinema-room {
  min-height: 92vh;
  display: grid;
  align-items: center;
  padding: clamp(78px, 9vw, 150px) clamp(24px, 5vw, 72px);
  background:
    radial-gradient(circle at 50% 8%, rgba(197,170,114,0.12), transparent 22vw),
    linear-gradient(180deg, #020202, #090807 55%, #020202);
  border-top: 1px solid rgba(197,170,114,0.12);
  border-bottom: 1px solid rgba(197,170,114,0.1);
}

.tls-cinema-frame {
  position: relative;
  min-height: clamp(460px, 64vh, 720px);
  display: grid;
  align-items: end;
  padding: clamp(30px, 5vw, 70px);
  background:
    linear-gradient(180deg, rgba(0,0,0,0.12), rgba(0,0,0,0.88)),
    var(--tls-cinema-bg, linear-gradient(135deg, #111, #000));
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(197,170,114,0.18);
  box-shadow:
    0 44px 160px rgba(0,0,0,0.55),
    inset 0 0 0 1px rgba(255,255,255,0.025);
}

.tls-cinema-frame::before,
.tls-cinema-frame::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: clamp(34px, 6vw, 76px);
  background: rgba(0,0,0,0.72);
  pointer-events: none;
}

.tls-cinema-frame::before {
  top: 0;
}

.tls-cinema-frame::after {
  bottom: 0;
}

.tls-cinema-caption {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
}

.tls-cinema-caption .tls-film-kicker {
  color: rgba(197,170,114,0.74);
}

.tls-cinema-quote {
  margin: 18px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.4rem, 6vw, 6.8rem);
  font-weight: 300;
  line-height: 0.92;
  color: rgba(246,239,227,0.92);
}

.tls-cinema-quote em {
  font-style: italic;
}

.tls-cinema-sub {
  margin: clamp(22px, 3vw, 34px) 0 0;
  max-width: 560px;
  font-size: clamp(0.95rem, 1.25vw, 1.1rem);
  line-height: 2;
  color: rgba(246,239,227,0.62);
}

.tls-film-sound .tls-film-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 8vw, 100px);
  align-items: center;
}

.tls-sound-lines {
  display: grid;
  gap: 1px;
  background: rgba(197,170,114,0.16);
  border: 1px solid rgba(197,170,114,0.16);
}

.tls-sound-lines div {
  display: grid;
  grid-template-columns: 0.35fr 1fr;
  gap: 26px;
  padding: 24px;
  background: rgba(5,5,5,0.78);
}

.tls-sound-lines span {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  color: var(--tls-gold);
}

.tls-sound-lines p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.85;
  color: rgba(246,239,227,0.56);
}

@media (max-width: 820px) {
  .tls-band,
  .tls-conversion-path,
  .tls-desire,
  .tls-film-prologue,
  .tls-film-manifesto,
  .tls-film-sound,
  .tls-atelier,
  .tls-assurance,
  .tls-cinema-room,
  .tls-scene-index,
  .tls-final-scene,
  .tls-trust-ledger {
    padding-left: 22px;
    padding-right: 22px;
  }

  .tls-band-inner,
  .tls-path-inner,
  .tls-desire-inner,
  .tls-film-inner,
  .tls-film-manifesto-inner,
  .tls-film-sound .tls-film-inner,
  .tls-atelier-inner,
  .tls-assurance-inner,
  .tls-cinema-inner,
  .tls-scene-index-inner,
  .tls-final-inner,
  .tls-trust-inner {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .tls-band-grid,
  .tls-path-head,
  .tls-path-grid,
  .tls-desire-inner,
  .tls-film-manifesto-inner,
  .tls-film-sound .tls-film-inner,
  .tls-assurance-inner,
  .tls-scene-index-inner,
  .tls-trust-head {
    grid-template-columns: 1fr;
  }

  .tls-proof,
  .tls-chapters,
  .tls-list,
  .tls-atelier-grid,
  .tls-scene-points,
  .tls-trust-grid,
  .tls-assurance-list {
    grid-template-columns: 1fr;
  }

  .tls-film-beat {
    grid-template-columns: 1fr;
  }

  .tls-chapter {
    border-right: 0;
    border-bottom: 1px solid rgba(197,170,114,0.12);
  }

  .tls-chapter:last-child {
    border-bottom: 0;
  }

  .tls-film-title,
  .tls-title,
  .tls-desire-title,
  .tls-atelier-title {
    max-width: 100%;
  }

  .tls-atelier::after {
    display: none;
  }

  .tls-atelier-card {
    min-height: 0;
  }

  .tls-sound-lines div {
    grid-template-columns: 1fr;
  }

  .tls-cinema-frame {
    min-height: 72vh;
  }

  .tls-scene-points span {
    white-space: normal;
  }

  .tls-scene-action,
  .tls-final-actions .tls-cta {
    width: 100%;
  }

  .tls-trust-card {
    min-height: 0;
  }

  .tls-trust-strip {
    justify-content: flex-start;
  }

  .mag-credits-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .mag-credits-base {
    justify-content: center;
    text-align: center;
  }

  .tls-path-card {
    min-height: 0;
  }

  .tls-assurance-list li {
    min-height: 0;
  }

  .tls-film-manifesto {
    min-height: 0;
  }
}

@media (max-width: 460px) {
  .mag-credits-grid {
    grid-template-columns: 1fr;
  }

  .mag-credits-col {
    text-align: center;
  }

  .mag-credits-mark {
    letter-spacing: 0.24em;
  }
}

/* Keep the remaining film-only test sections cinematic, not boxed. */
.tls-film-prologue,
.tls-cinema-room,
.tls-film-manifesto,
.tls-film-sound {
  border: 0;
}

.tls-chapters,
.tls-film-beats,
.tls-sound-lines {
  background: transparent;
  border: 0;
}

.tls-chapters {
  gap: clamp(18px, 3vw, 44px);
  border-top: 1px solid rgba(197,170,114,0.16);
  border-bottom: 0;
}

.tls-chapter {
  padding: clamp(18px, 2.2vw, 28px) 0 0;
  border-right: 0;
}

.tls-film-beats,
.tls-sound-lines {
  gap: clamp(18px, 3vw, 34px);
}

.tls-film-beat,
.tls-sound-lines div {
  background: transparent;
  border-top: 1px solid rgba(197,170,114,0.14);
  padding: clamp(20px, 2.7vw, 34px) 0 0;
}

.tls-cinema-frame {
  border: 0;
  box-shadow: 0 44px 160px rgba(0,0,0,0.48);
}

/* Desktop consistency pass: softer editorial structure without changing page content. */
body[data-desktop-test-page="true"] {
  --desktop-polish-line: rgba(197,170,114,0.14);
  --desktop-polish-panel: linear-gradient(180deg, rgba(18,16,13,0.62), rgba(8,7,6,0.88));
}

body[data-desktop-test-page="true"] :where(.tls-band, .tls-desire, .tls-film-prologue, .tls-film-manifesto, .tls-film-sound, .tls-atelier, .tls-assurance, .tls-cinema-room, .tls-scene-index, .tls-final-scene, .tls-trust-ledger) {
  border-top-color: rgba(197,170,114,0.1);
  border-bottom-color: rgba(197,170,114,0.08);
}

body[data-desktop-test-page="true"] :where(.tls-path-card, .tls-atelier-card, .tls-trust-card, .tls-assurance-list li, .tls-film-beat, .tls-chapter, .tls-sound-lines div) {
  background: transparent;
  border-color: var(--desktop-polish-line);
  box-shadow: none;
}

body[data-desktop-test-page="true"] :where(.tls-path-grid, .tls-atelier-grid, .tls-trust-grid, .tls-assurance-list, .tls-film-beats, .tls-sound-lines, .tls-chapters) {
  background: transparent;
  border-color: rgba(197,170,114,0.12);
}

body[data-desktop-test-page="true"] :where(.tls-copy, .tls-path-copy, .tls-assurance-copy, .tls-film-copy, .tls-film-manifesto-copy, .tls-final-copy, .tls-trust-copy, .tls-cinema-sub, .tls-film-beat p, .tls-chapter p) {
  color: rgba(246,239,227,0.62);
  line-height: 1.92;
}

body[data-desktop-test-page="true"] :where(.tls-kicker, .tls-chip, .tls-film-kicker, .tls-scene-points span, .tls-final-note) {
  color: rgba(197,170,114,0.68);
}

body[data-desktop-test-page="true"] :where(.tls-cinema-frame, .tls-desire, .tls-film-manifesto) {
  box-shadow: 0 56px 160px rgba(0,0,0,0.38);
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes desktopPolishLift {
    from {
      opacity: 0.72;
      filter: blur(6px) brightness(0.88);
      transform: translateY(18px);
    }
    to {
      opacity: 1;
      filter: blur(0) brightness(1);
      transform: translateY(0);
    }
  }

  @supports (animation-timeline: view()) {
    body[data-desktop-test-page="true"] :where(.tls-band, .tls-desire, .tls-film-prologue, .tls-film-manifesto, .tls-film-sound, .tls-atelier, .tls-assurance, .tls-cinema-room, .tls-scene-index, .tls-final-scene, .tls-trust-ledger) {
      animation: desktopPolishLift 1s cubic-bezier(0.16, 1, 0.3, 1) both;
      animation-timeline: view();
      animation-range: entry 2% cover 22%;
    }
  }
}
