/******* Do not edit this file *******
Code Snippets Manager
Saved: Sep 15 2026 | 14:53:36 */
@charset "UTF-8";
/* =====================================================================
   TSMCDJ v2 · Chrome Styles (canonical stylesheet · ASE Custom CSS)
   Everything is scoped under body.tsmcdj-v2 so the old site is untouched.
   Sections: tokens · header · menu · opening (home) · reels · bands · page shells · close · footer · kadence
   Fonts: Fraunces + Montserrat via Kadence Custom Fonts. Colours: ink #0f0e0c, red #CC0000.
   ===================================================================== */
/* ===== Kadence neutralisation on v2 pages (per-page settings do most of this; these are the safety net) ===== */
body.tsmcdj-v2 #masthead, body.tsmcdj-v2 #mobile-header, body.tsmcdj-v2 #colophon, body.tsmcdj-v2 .site-header-inner-wrap, body.tsmcdj-v2 #kt-scroll-up {
  display: none !important;
}
body.tsmcdj-v2 #inner-wrap, body.tsmcdj-v2 .content-area, body.tsmcdj-v2 .content-container, body.tsmcdj-v2 .site-container, body.tsmcdj-v2 .content-wrap, body.tsmcdj-v2 .entry-content, body.tsmcdj-v2 .entry-content > * {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.tsmcdj-v2 .content-bg, body.tsmcdj-v2 .entry.single-entry {
  background: transparent !important;
  box-shadow: none !important;
}
body.tsmcdj-v2 .entry-header, body.tsmcdj-v2 .entry-footer {
  display: none;
}
body.tsmcdj-v2 .site {
  overflow-x: hidden;
}
body.tsmcdj-v2 {
  --ink:#0f0e0c;
  --soft:#6e6a63;
  --line:rgba(15,14,12,.12);
  --red:#CC0000;
  --serif:"Fraunces",Georgia,serif;
  --sans:"Montserrat",system-ui,sans-serif;
  --g:clamp(18px,4.5vw,56px)}
body.tsmcdj-v2 :where(.tsv2,.phero,.band,.pin,.close,.cta,.flat,.open,.seen) :where(:not(.gform_wrapper,.gform_wrapper *,.gv-container,.gv-container *,.gv-grid,.gv-grid *)){margin:0;
  padding: 0;
  box-sizing: border-box;
}
body.tsmcdj-v2 {
  background: #fff;
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.tsmcdj-v2.menu-open {
  overflow: hidden;
}
body.tsmcdj-v2 a {
  color: inherit;
  text-decoration: none;
}
body.tsmcdj-v2 img {
  display: block;
  max-width: 100%;
}
body.tsmcdj-v2 ::selection {
  background: var(--red);
  color: #fff;
}
body.tsmcdj-v2 .k {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: 10px;
  font-weight: 600;
  color: var(--soft);
}
body.tsmcdj-v2 .k.red {
  color: var(--red);
}
body.tsmcdj-v2 .wrap {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 var(--g);
}
body.tsmcdj-v2 .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 10px;
  font-weight: 600;
  padding: 16px 30px;
  border: 1px solid var(--ink);
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
body.tsmcdj-v2 .btn:hover {
  background: var(--ink);
  color: #fff;
}
body.tsmcdj-v2 .btn.fill {
  background: var(--ink);
  color: #fff;
}
body.tsmcdj-v2 .btn.fill:hover {
  background: var(--red);
  border-color: var(--red);
}
body.tsmcdj-v2 .btn.w {
  border-color: rgba(255, 255, 255, 0.75);
  color: #fff;
}
body.tsmcdj-v2 .btn.w:hover {
  background: #fff;
  color: var(--ink);
}
body.tsmcdj-v2 .btn.wf {
  background: #fff;
  border-color: #fff;
  color: var(--ink);
}
body.tsmcdj-v2 .btn.wf:hover {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}
body.tsmcdj-v2 .rv {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 1s cubic-bezier(0.2, 0.7, 0.2, 1), transform 1s cubic-bezier(0.2, 0.7, 0.2, 1);
}
body.tsmcdj-v2 .rv.in {
  opacity: 1;
  transform: none;
}
body.tsmcdj-v2 h2.s {
  font-family: var(--serif);
  font-weight: 200;
  font-size: clamp(2rem, 4.8vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}
body.tsmcdj-v2 h2.s i, body.tsmcdj-v2 h1 i, body.tsmcdj-v2 h2 i {
  font-style: italic;
  font-weight: 300;
}
body.tsmcdj-v2 .dot {
  color: var(--red);
}
body.tsmcdj-v2 .chead {
  text-align: center;
  max-width: 820px;
  margin: 0 auto clamp(34px, 5vw, 64px);
}
body.tsmcdj-v2 .chead .k {
  display: block;
  margin-bottom: 16px;
}
body.tsmcdj-v2 .chead p {
  color: var(--soft);
  margin-top: 18px;
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
}
body.tsmcdj-v2 .pre {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: #0c0b09;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  transition: transform 0.9s cubic-bezier(0.7, 0, 0.2, 1), opacity 0.9s;
}
body.tsmcdj-v2 .pre img {
  height: clamp(52px, 7vw, 84px);
  width: auto;
  opacity: 0;
  animation: prein 1s ease 0.1s forwards;
}
body.tsmcdj-v2 .pre .t {
  font-family: var(--serif);
  font-weight: 200;
  color: #fff;
  font-size: 2rem;
}
body.tsmcdj-v2 .pre .bar {
  width: 160px;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
}
body.tsmcdj-v2 .pre .bar span {
  display: block;
  height: 100%;
  width: 0;
  background: var(--red);
  transition: width 0.25s ease;
}
body.tsmcdj-v2 .pre.done {
  transform: translateY(-100%);
  opacity: 0.98;
  pointer-events: none;
}
body.tsmcdj-v2 .pre.off {
  display: none;
}
body.tsmcdj-v2.preloading {
  overflow: hidden;
}
@keyframes prein {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  body.tsmcdj-v2 .pre {
    display: none;
  }
}
body.tsmcdj-v2 .hdr {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  color: #fff;
  pointer-events: none;
  transition: color 0.3s;
}
body.tsmcdj-v2 .hdr .ham span {
  background: #fff;
}
body.tsmcdj-v2 .hdr.h-default .ham span {
  background: var(--ink);
}
body.tsmcdj-v2 .hdr .links a {
  color: #fff;
}
body.tsmcdj-v2 .hdr .links .inq {
  border-color: #fff;
}
body.tsmcdj-v2 .hdr.h-default .links a {
  color: var(--ink);
}
body.tsmcdj-v2 .hdr.h-default .links .inq {
  border-color: var(--ink);
}
body.tsmcdj-v2 .hdr .logo img {
  height: 40px;
  width: auto;
  transition: opacity 0.2s;
}
body.tsmcdj-v2 .hdr .in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px var(--g);
  position: relative;
}
body.tsmcdj-v2 .hdr .ham {
  position: absolute;
  right: calc(var(--g) - 9px);
  top: 50%;
  margin-top: -22px;
}
body.tsmcdj-v2 .hdr a, body.tsmcdj-v2 .hdr button {
  pointer-events: auto;
}
body.tsmcdj-v2 .hdr .logo .t {
  font-family: var(--serif);
  font-weight: 300;
  font-size: 20px;
  display: none;
}
body.tsmcdj-v2 .hdr .links {
  display: flex;
  gap: 26px;
  align-items: center;
  transition: opacity 0.4s, transform 0.4s;
}
body.tsmcdj-v2 .hdr .links a {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  opacity: 0.85;
}
body.tsmcdj-v2 .hdr .links a:hover {
  opacity: 1;
}
body.tsmcdj-v2 .hdr .links .inq {
  opacity: 1;
  border: 1px solid #fff;
  padding: 10px 18px;
}
body.tsmcdj-v2 .hdr .ham {
  opacity: 0;
  transform: translateX(8px);
  pointer-events: none;
  transition: opacity 0.4s, transform 0.4s;
}
body.tsmcdj-v2.menu-open .hdr .logo {
  opacity: 0;
  pointer-events: none;
}
body.tsmcdj-v2 .hdr .logo {
  transition: opacity 0.3s;
}
body.tsmcdj-v2.compact .hdr .links {
  opacity: 0;
  transform: translateX(8px);
  pointer-events: none;
}
body.tsmcdj-v2.compact .hdr .ham, body.tsmcdj-v2.menu-open .hdr .ham {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
@media (max-width: 900px) {
  body.tsmcdj-v2 .hdr .links {
    display: none;
  }
  body.tsmcdj-v2 .hdr .ham {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}
body.tsmcdj-v2 .ham {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
body.tsmcdj-v2 .ham span {
  display: block;
  width: 26px;
  height: 1.5px;
  background: #fff;
  transition: transform 0.35s, opacity 0.35s;
}
body.tsmcdj-v2.menu-open .ham span:nth-child(1) {
  transform: translateY(4.25px) rotate(45deg);
}
body.tsmcdj-v2.menu-open .ham span:nth-child(2) {
  transform: translateY(-4.25px) rotate(-45deg);
}
body.tsmcdj-v2 .menu {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  grid-template-columns: 1fr 1fr;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s ease, visibility 0.45s;
}
body.tsmcdj-v2.menu-open .menu {
  opacity: 1;
  visibility: visible;
}
body.tsmcdj-v2 .menu .mv {
  position: relative;
  overflow: hidden;
  background: #0c0b09;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.tsmcdj-v2 .menu .mv .bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.55;
  transform: scale(1.06);
  transition: transform 1.4s cubic-bezier(0.2, 0.7, 0.2, 1);
}
body.tsmcdj-v2.menu-open .menu .mv .bg {
  transform: none;
}
body.tsmcdj-v2 .menu .mv::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(70% 60% at 50% 45%, rgba(204, 0, 0, 0.28), rgba(12, 11, 9, 0) 70%), linear-gradient(180deg, rgba(12, 11, 9, 0.2), rgba(12, 11, 9, 0.85));
}
body.tsmcdj-v2 .menu .mv .mark {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}
body.tsmcdj-v2 .menu .mv .mark img {
  height: clamp(64px, 8vw, 110px);
  width: auto;
  margin: 0 auto;
}
body.tsmcdj-v2 .menu .mv .mark .t {
  font-family: var(--serif);
  font-weight: 200;
  font-size: clamp(2rem, 4vw, 3.6rem);
  letter-spacing: -0.02em;
  line-height: 1;
}
body.tsmcdj-v2 .menu .mv .foot {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 var(--g) 34px;
  color: #fff;
  gap: 16px;
}
body.tsmcdj-v2 .menu .mv .foot .cities a {
  color: rgba(255, 255, 255, 0.85);
  transition: color 0.25s;
}
body.tsmcdj-v2 .menu .mv .foot .cities a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
body.tsmcdj-v2 .menu .mv .foot .k {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
}
body.tsmcdj-v2 .menu .mv .foot .k b {
  display: block;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.2em;
}
body.tsmcdj-v2 .menu .mn {
  position: relative;
  background: #fff;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px var(--g) 34px;
  transform: translateX(24px);
  transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
}
body.tsmcdj-v2.menu-open .menu .mn {
  transform: none;
}
body.tsmcdj-v2 .menu .mn .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 10px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  padding-right: 60px;
}
body.tsmcdj-v2 .menu .mn .top b {
  color: #fff;
  font-family: var(--serif);
  font-weight: 300;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0;
  margin-right: 12px;
}
body.tsmcdj-v2 .menu .big {
  padding: clamp(20px, 5vh, 60px) 0;
}
body.tsmcdj-v2 .menu .big a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--serif);
  font-weight: 200;
  font-size: clamp(2.2rem, 5.4vw, 5.2rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--ink);
  transform: translateY(14px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.6s, color 0.3s;
}
body.tsmcdj-v2.menu-open .menu .big a {
  transform: none;
  opacity: 1;
}
body.tsmcdj-v2 .menu .big a:hover {
  color: var(--red);
}
body.tsmcdj-v2 .menu .big a.on {
  color: var(--red);
}
body.tsmcdj-v2 .menu .big a .ch {
  font-family: var(--sans);
  font-size: clamp(1rem, 1.6vw, 1.4rem);
  color: rgba(15, 14, 12, 0.35);
  margin-left: 20px;
}
body.tsmcdj-v2 .menu .big a:nth-child(2) {
  transition-delay: 0.05s;
}
body.tsmcdj-v2 .menu .big a:nth-child(3) {
  transition-delay: 0.1s;
}
body.tsmcdj-v2 .menu .big a:nth-child(4) {
  transition-delay: 0.15s;
}
body.tsmcdj-v2 .menu .big a:nth-child(5) {
  transition-delay: 0.2s;
}
body.tsmcdj-v2 .menu .big a:nth-child(6) {
  transition-delay: 0.25s;
}
body.tsmcdj-v2 .menu .big a:nth-child(7) {
  transition-delay: 0.3s;
}
body.tsmcdj-v2 .menu .big a:nth-child(8) {
  transition-delay: 0.35s;
}
body.tsmcdj-v2 .menu .small {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
body.tsmcdj-v2 .menu .small .l, body.tsmcdj-v2 .menu .small .r {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}
body.tsmcdj-v2 .menu .small a {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 10px;
  font-weight: 600;
  color: var(--soft);
}
body.tsmcdj-v2 .menu .small a:hover {
  color: var(--ink);
}
@media (max-width: 900px) {
  body.tsmcdj-v2 .menu {
    grid-template-columns: 1fr;
  }
  body.tsmcdj-v2 .menu .mv {
    display: none;
  }
  body.tsmcdj-v2 .menu .big a {
    font-size: clamp(2rem, 9vw, 3.2rem);
  }
}
body.tsmcdj-v2 .pin {
  position: relative;
}
body.tsmcdj-v2 .stage {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: hidden;
  background: #fff;
}
body.tsmcdj-v2 #openpin {
  height: 720svh;
}
body.tsmcdj-v2 .layer {
  position: absolute;
  inset: 0;
  will-change: opacity, transform;
}
body.tsmcdj-v2 .hero-l .bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  will-change: transform;
}
body.tsmcdj-v2 .hero-l::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.7));
}
body.tsmcdj-v2 .hero-t {
  position: absolute;
  left: var(--g);
  right: var(--g);
  bottom: clamp(40px, 8vh, 90px);
  z-index: 2;
  color: #fff;
}
body.tsmcdj-v2 .hero-t .k {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
}
body.tsmcdj-v2 .hero-t h1 {
  font-family: var(--serif);
  font-weight: 200;
  font-size: clamp(2.7rem, 8.5vw, 8.5rem);
  line-height: 0.9;
  letter-spacing: -0.035em;
  max-width: 12ch;
}
body.tsmcdj-v2 .hero-t .sub {
  margin-top: 22px;
  max-width: 44ch;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.25vw, 1.15rem);
}
body.tsmcdj-v2 .hero-t .ctas {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
body.tsmcdj-v2 .hint {
  position: absolute;
  right: var(--g);
  bottom: 24px;
  z-index: 3;
  font-family: var(--sans);
  letter-spacing: 0.3em;
  font-size: 9px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
body.tsmcdj-v2 .hint .arr {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0;
  animation: nudge 1.8s ease-in-out infinite;
}
@keyframes nudge {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}
@media (prefers-reduced-motion: reduce) {
  body.tsmcdj-v2 .hint .arr {
    animation: none;
  }
}
body.tsmcdj-v2 .film-l {
  opacity: 0;
}
body.tsmcdj-v2 .film-l video, body.tsmcdj-v2 .film-l img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.tsmcdj-v2 .film-l img {
  display: none;
}
body.tsmcdj-v2 .film-l.nov img {
  display: block;
}
body.tsmcdj-v2 .film-l .shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.62));
}
body.tsmcdj-v2 .card {
  position: absolute;
  left: var(--g);
  right: var(--g);
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0;
  color: #fff;
}
body.tsmcdj-v2 .card h2 {
  font-family: var(--serif);
  font-weight: 200;
  font-size: clamp(2.4rem, 7.5vw, 7.5rem);
  line-height: 0.92;
  letter-spacing: -0.035em;
  max-width: 12ch;
}
body.tsmcdj-v2 .card .k {
  display: block;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.8);
}
body.tsmcdj-v2 .card p {
  margin-top: 18px;
  max-width: 40ch;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
}
body.tsmcdj-v2 .card.r {
  text-align: right;
}
body.tsmcdj-v2 .card.r h2, body.tsmcdj-v2 .card.r p {
  margin-left: auto;
}
body.tsmcdj-v2 .card .go2 {
  pointer-events: auto;
  margin-top: 22px;
}
body.tsmcdj-v2 .ml {
  display: block;
  overflow: hidden;
  padding-bottom: 0.18em;
  margin-bottom: -0.18em;
}
body.tsmcdj-v2 .ml > span {
  display: block;
  transform: translateY(118%);
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
body.tsmcdj-v2 .go .ml > span {
  transform: none;
}
body.tsmcdj-v2 .ml.d2 > span {
  transition-delay: 0.12s;
}
body.tsmcdj-v2 .ml.d3 > span {
  transition-delay: 0.24s;
}
body.tsmcdj-v2 .fu {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 1s ease 0.7s, transform 1s ease 0.7s;
}
body.tsmcdj-v2 .go .fu {
  opacity: 1;
  transform: none;
}
body.tsmcdj-v2 section.flat {
  padding: clamp(72px, 10vw, 150px) 0;
}
body.tsmcdj-v2 .media {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}
body.tsmcdj-v2 .mfilm {
  position: relative;
  aspect-ratio: 1.7777777778;
  overflow: hidden;
  background: #111;
  display: block;
}
body.tsmcdj-v2 .mfilm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: transform 1s ease, filter 0.6s;
}
body.tsmcdj-v2 .mfilm:hover img {
  transform: scale(1.03);
  filter: grayscale(0.2);
}
body.tsmcdj-v2 .mfilm::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65));
}
body.tsmcdj-v2 .mfilm .pb {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 82px;
  height: 82px;
  margin: -41px 0 0 -41px;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s;
}
body.tsmcdj-v2 .mfilm .pb::after {
  content: "";
  border-left: 18px solid var(--ink);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  margin-left: 5px;
}
body.tsmcdj-v2 .mfilm:hover .pb {
  transform: scale(1.06);
}
body.tsmcdj-v2 .mfilm .cap {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  color: #fff;
}
body.tsmcdj-v2 .mfilm .cap b {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.3rem;
  display: block;
}
body.tsmcdj-v2 .mfilm .cap span {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.75);
}
body.tsmcdj-v2 .mix .row {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}
body.tsmcdj-v2 .mix .row:last-child {
  border-bottom: 1px solid var(--line);
}
body.tsmcdj-v2 .mix .pl {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex: 0 0 auto;
  transition: 0.3s;
}
body.tsmcdj-v2 .mix .pl::after {
  content: "";
  border-left: 10px solid var(--ink);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  margin-left: 3px;
}
body.tsmcdj-v2 .mix .pl.on::after {
  border: 0;
  width: 9px;
  height: 11px;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  margin: 0;
}
body.tsmcdj-v2 .mix .pl:hover, body.tsmcdj-v2 .mix .pl.on {
  background: var(--ink);
}
body.tsmcdj-v2 .mix .pl:hover::after {
  border-left-color: #fff;
}
body.tsmcdj-v2 .mix b {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.25rem;
  display: block;
  line-height: 1.2;
}
body.tsmcdj-v2 .mix span.sub {
  font-size: 0.85rem;
  color: var(--soft);
}
body.tsmcdj-v2 .mix .t {
  margin-left: auto;
  font-family: var(--sans);
  letter-spacing: 0.2em;
  font-size: 10px;
  color: var(--soft);
}
body.tsmcdj-v2 .mix .dim {
  opacity: 0.4;
}
body.tsmcdj-v2 .mix .dim .pl {
  cursor: default;
}
@media (max-width: 900px) {
  body.tsmcdj-v2 .media {
    grid-template-columns: 1fr;
  }
}
body.tsmcdj-v2 #revpin {
  height: calc(100svh * 5.6);
}
body.tsmcdj-v2 #revtrack .panel {
  width: 100vw;
  margin-right: 0;
}
body.tsmcdj-v2 #revtrack .panel.intro {
  width: 100vw;
  justify-content: center;
  text-align: center;
}
body.tsmcdj-v2 #revtrack .panel.intro .in p {
  margin-left: auto;
  margin-right: auto;
}
body.tsmcdj-v2 #revtrack .panel.end {
  width: 100vw;
}
body.tsmcdj-v2 .panel.rev .q {
  max-width: 26ch;
  font-size: clamp(1.7rem, 3.8vw, 3.8rem);
}
body.tsmcdj-v2 .panel.rev .c {
  bottom: clamp(24px, 5vh, 64px);
}
body.tsmcdj-v2 .panel.rev .q {
  font-family: var(--serif);
  font-weight: 200;
  font-size: clamp(1.5rem, 3.2vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  max-width: 22ch;
}
body.tsmcdj-v2 .panel.rev .who {
  margin-top: 18px;
  display: block;
  color: #fff;
}
body.tsmcdj-v2 .panel.rev .rlink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 6px;
  transition: color 0.3s, border-color 0.3s;
}
body.tsmcdj-v2 .panel.rev .rlink span {
  transition: transform 0.3s;
}
body.tsmcdj-v2 .panel.rev .rlink:hover {
  color: var(--red);
  border-color: var(--red);
}
body.tsmcdj-v2 .panel.rev .rlink:hover span {
  transform: translateX(4px);
}
body.tsmcdj-v2 .panel.rev .who small {
  display: block;
  font-family: var(--sans);
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.85rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 4px;
}
body.tsmcdj-v2 .panel.end {
  width: 52vw;
  background: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 var(--g);
}
body.tsmcdj-v2 .panel.end::after {
  display: none;
}
body.tsmcdj-v2 .panel.end .in {
  color: #fff;
}
body.tsmcdj-v2 .panel.end .in h2 {
  font-family: var(--serif);
  font-weight: 200;
  font-size: clamp(2rem, 4.6vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  margin-top: 14px;
}
body.tsmcdj-v2 .panel.end .in .ctas {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 760px) {
  body.tsmcdj-v2 .panel.end {
    width: 86vw;
  }
}
body.tsmcdj-v2 #reelpin {
  height: calc(100svh * 4.2);
}
body.tsmcdj-v2 .track {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  will-change: transform;
}
body.tsmcdj-v2 .panel {
  position: relative;
  width: 62vw;
  height: 100%;
  flex: 0 0 auto;
  overflow: hidden;
  background: #eee;
  margin-right: 2px;
}
body.tsmcdj-v2 .panel img, body.tsmcdj-v2 .panel video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.tsmcdj-v2 .panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.62));
  pointer-events: none;
}
body.tsmcdj-v2 .panel .c {
  position: absolute;
  left: clamp(18px, 3vw, 40px);
  right: clamp(18px, 3vw, 40px);
  bottom: clamp(18px, 4vw, 48px);
  color: #fff;
  z-index: 2;
}
body.tsmcdj-v2 .panel .n {
  font-family: var(--sans);
  letter-spacing: 0.3em;
  font-size: 10px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
  text-transform: uppercase;
}
body.tsmcdj-v2 .panel h3 {
  font-family: var(--serif);
  font-weight: 200;
  font-size: clamp(2rem, 4.6vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
}
body.tsmcdj-v2 .panel p {
  margin-top: 12px;
  max-width: 34ch;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
}
body.tsmcdj-v2 .panel.intro {
  width: 38vw;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 var(--g);
}
body.tsmcdj-v2 .panel.intro::after {
  display: none;
}
body.tsmcdj-v2 .panel.intro .in {
  color: var(--ink);
}
body.tsmcdj-v2 .panel.intro .in p {
  color: var(--soft);
  margin-top: 18px;
  max-width: 30ch;
}
body.tsmcdj-v2 .reelhud {
  position: absolute;
  right: var(--g);
  bottom: 22px;
  z-index: 3;
  font-family: var(--sans);
  letter-spacing: 0.3em;
  font-size: 9px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  mix-blend-mode: difference;
}
@media (max-width: 760px) {
  body.tsmcdj-v2 .panel {
    width: 86vw;
  }
  body.tsmcdj-v2 .panel.intro {
    width: 86vw;
  }
}
body.tsmcdj-v2 #featpin {
  height: 170svh;
}
body.tsmcdj-v2 .feat {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  will-change: transform;
}
body.tsmcdj-v2 .feat video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.tsmcdj-v2 .feat::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.62));
}
body.tsmcdj-v2 .featq {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  text-align: center;
  padding: 0 var(--g);
}
body.tsmcdj-v2 .featq .k {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 20px;
}
body.tsmcdj-v2 .featq blockquote {
  font-family: var(--serif);
  font-weight: 200;
  font-size: clamp(1.6rem, 3.8vw, 3.6rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  max-width: 26ch;
  margin: 0 auto;
}
body.tsmcdj-v2 .featq .by {
  margin-top: 26px;
}
body.tsmcdj-v2 .cta {
  min-height: 80svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 var(--g);
}
body.tsmcdj-v2 .cta h2 {
  font-family: var(--serif);
  font-weight: 200;
  font-size: clamp(2.4rem, 7vw, 7rem);
  line-height: 0.95;
  letter-spacing: -0.035em;
  max-width: 14ch;
  margin: 20px auto 0;
}
body.tsmcdj-v2 .cta p {
  max-width: 52ch;
  margin: 24px auto 30px;
  color: var(--soft);
}
body.tsmcdj-v2 footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.66);
  padding: clamp(64px, 8vw, 110px) 0 40px;
  font-size: 0.9rem;
}
body.tsmcdj-v2 .flogo {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(44px, 6vw, 80px);
}
body.tsmcdj-v2 .flogo img {
  height: clamp(56px, 7vw, 84px);
  width: auto;
}
body.tsmcdj-v2 .flogo .t {
  font-family: var(--serif);
  font-weight: 200;
  font-size: 2.4rem;
  color: #fff;
}
body.tsmcdj-v2 .fgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1160px;
  margin: 0 auto;
}
body.tsmcdj-v2 .fgrid h4 {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.26em;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 18px;
}
body.tsmcdj-v2 .fgrid a {
  display: block;
  margin-bottom: 10px;
  transition: color 0.25s;
}
body.tsmcdj-v2 .fgrid a:hover {
  color: #fff;
}
body.tsmcdj-v2 .fmid {
  text-align: center;
  margin-top: clamp(48px, 7vw, 90px);
  padding-top: clamp(36px, 5vw, 56px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
body.tsmcdj-v2 .fmid p {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 14px;
}
body.tsmcdj-v2 .fmid p a {
  color: #fff;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
body.tsmcdj-v2 .fmid p a:hover {
  border-color: var(--red);
}
body.tsmcdj-v2 .fmid .cities {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 6px;
  margin-top: 6px;
}
body.tsmcdj-v2 .fmid .cities a {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  padding: 6px 10px;
  position: relative;
  transition: color 0.25s;
}
body.tsmcdj-v2 .fmid .cities a:hover {
  color: var(--red);
}
body.tsmcdj-v2 .fmid .cities a + a::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 50%;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  background: rgba(255, 255, 255, 0.3);
}
body.tsmcdj-v2 .fbase {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(36px, 5vw, 56px);
  font-size: 11px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
}
body.tsmcdj-v2 .fbase > span {
  flex: 1 1 100%;
}
body.tsmcdj-v2 .fbase span a {
  color: rgba(255, 255, 255, 0.75);
}
body.tsmcdj-v2 .fbase span a:hover {
  color: #fff;
}
body.tsmcdj-v2 .fbase .hub {
  flex: 1 1 100%;
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 9px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.35);
  margin-top: 8px;
}
body.tsmcdj-v2 .fbase .hub:hover {
  color: #fff;
}
@media (max-width: 860px) {
  body.tsmcdj-v2 .fgrid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 520px) {
  body.tsmcdj-v2 .fgrid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  body.tsmcdj-v2 .fmid .cities a + a::before {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  body.tsmcdj-v2 .rv, body.tsmcdj-v2 .fu, body.tsmcdj-v2 .ml > span {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  body.tsmcdj-v2 .pin {
    height: auto !important;
  }
  body.tsmcdj-v2 .stage {
    position: static;
    height: auto;
  }
  body.tsmcdj-v2 #openpin .stage {
    height: 100svh;
  }
  body.tsmcdj-v2 .film-l {
    display: none;
  }
  body.tsmcdj-v2 .card, body.tsmcdj-v2 .reelhud {
    display: none;
  }
  body.tsmcdj-v2 .track {
    position: static;
    flex-wrap: wrap;
    transform: none !important;
  }
  body.tsmcdj-v2 .panel {
    width: 100%;
    height: 60svh;
  }
  body.tsmcdj-v2 .feat {
    position: static;
    height: 60svh;
    transform: none !important;
  }
  body.tsmcdj-v2 .featq {
    position: static;
    transform: none;
    color: var(--ink);
    padding: 40px var(--g);
  }
}
body.tsmcdj-v2 .nudge {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translate(-50%, 8px);
  z-index: 6;
  font-family: var(--sans);
  letter-spacing: 0.3em;
  font-size: 9px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
}
body.tsmcdj-v2 .nudge.show {
  opacity: 1;
  transform: translate(-50%, 0);
}
body.tsmcdj-v2 .nudge .blink {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0;
  animation: blink 1.1s steps(1, end) infinite;
}
@keyframes blink {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0.15;
  }
}
@media (prefers-reduced-motion: reduce) {
  body.tsmcdj-v2 .nudge .blink {
    animation: none;
  }
}
body.tsmcdj-v2 .phero {
  position: relative;
  min-height: 78svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #0c0b09;
  color: #fff;
}
body.tsmcdj-v2 .phero .bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
body.tsmcdj-v2 .phero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.tsmcdj-v2 .phero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 30%, rgba(0, 0, 0, 0.72));
}
body.tsmcdj-v2 .phero .in {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 140px var(--g) clamp(40px, 7vh, 80px);
}
body.tsmcdj-v2 .phero .crumb {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 10px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
  display: block;
  margin-bottom: 18px;
}
body.tsmcdj-v2 .phero .crumb a:hover {
  color: #fff;
}
body.tsmcdj-v2 .phero h1 {
  font-family: var(--serif);
  font-weight: 200;
  font-size: clamp(2.6rem, 7.2vw, 7rem);
  line-height: 0.92;
  letter-spacing: -0.035em;
  max-width: 13ch;
}
body.tsmcdj-v2 .phero h1 i {
  font-style: italic;
  font-weight: 300;
}
body.tsmcdj-v2 .phero .sub {
  margin-top: 22px;
  max-width: 48ch;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.25vw, 1.15rem);
}
body.tsmcdj-v2 .phero .ctas {
  margin-top: 26px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
body.tsmcdj-v2 .phero .hint {
  color: rgba(255, 255, 255, 0.8);
}
body.tsmcdj-v2 .phero.full {
  min-height: 100svh;
}
body.tsmcdj-v2.light-hero .phero {
  background: #fff;
  color: var(--ink);
  min-height: 0;
}
body.tsmcdj-v2.light-hero .phero::after {
  display: none;
}
body.tsmcdj-v2.light-hero .phero .crumb {
  color: var(--soft);
}
body.tsmcdj-v2.light-hero .phero .sub {
  color: var(--soft);
}
body.tsmcdj-v2.light-hero .phero .in {
  padding-top: 150px;
  padding-bottom: 20px;
}
body.tsmcdj-v2 .band {
  padding: clamp(72px, 10vw, 140px) 0;
}
body.tsmcdj-v2 .band.tight {
  padding-top: 0;
}
body.tsmcdj-v2 .band.dark {
  background: var(--ink);
  color: #fff;
}
body.tsmcdj-v2 .band.dark .k {
  color: rgba(255, 255, 255, 0.7);
}
body.tsmcdj-v2 .band.dark .muted {
  color: rgba(255, 255, 255, 0.72);
}
body.tsmcdj-v2 .band.dark .btn {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}
body.tsmcdj-v2 .band.dark .btn:hover {
  background: #fff;
  color: var(--ink);
}
body.tsmcdj-v2 .band.dark .btn.fill {
  background: #fff;
  color: var(--ink);
  border-color: #fff;
}
body.tsmcdj-v2 .band.dark .btn.fill:hover {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}
body.tsmcdj-v2 .muted {
  color: var(--soft);
}
body.tsmcdj-v2 .prose p {
  color: var(--soft);
  margin-bottom: 18px;
  max-width: 62ch;
  font-size: 1.02rem;
}
body.tsmcdj-v2 .prose p:last-child {
  margin-bottom: 0;
}
body.tsmcdj-v2 .prose h2 {
  font-family: var(--serif);
  font-weight: 200;
  font-size: clamp(1.8rem, 3.4vw, 2.8rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 38px 0 14px;
}
body.tsmcdj-v2 .prose h2:first-child {
  margin-top: 0;
}
body.tsmcdj-v2 .split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 6vw, 90px);
  align-items: center;
}
body.tsmcdj-v2 .split .pic {
  aspect-ratio: 0.8;
  overflow: hidden;
  background: #eee;
  position: relative;
}
body.tsmcdj-v2 .split .pic img, body.tsmcdj-v2 .split .pic video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s ease;
}
body.tsmcdj-v2 .split .pic:hover img {
  transform: scale(1.03);
}
body.tsmcdj-v2 .split .pic .plate {
  position: absolute;
  left: 18px;
  bottom: 18px;
  color: #fff;
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 9px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.45);
  padding: 8px 12px;
}
body.tsmcdj-v2 .split .ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}
@media (max-width: 900px) {
  body.tsmcdj-v2 .split {
    grid-template-columns: 1fr;
  }
}
body.tsmcdj-v2 .stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  text-align: center;
}
body.tsmcdj-v2 .stats .n {
  font-family: var(--serif);
  font-weight: 200;
  font-size: clamp(3rem, 7vw, 6.5rem);
  line-height: 1;
  letter-spacing: -0.03em;
}
body.tsmcdj-v2 .stats .n i {
  font-style: italic;
  font-weight: 300;
  color: var(--red);
}
body.tsmcdj-v2 .stats .l {
  margin-top: 10px;
}
@media (max-width: 760px) {
  body.tsmcdj-v2 .stats {
    grid-template-columns: 1fr;
  }
}
body.tsmcdj-v2 .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(22px, 3.5vw, 48px);
}
body.tsmcdj-v2 .cards .card2 {
  border-top: 1px solid var(--ink);
  padding-top: 24px;
}
body.tsmcdj-v2 .band.dark .cards .card2 {
  border-color: rgba(255, 255, 255, 0.3);
}
body.tsmcdj-v2 .cards .card2 .k {
  display: block;
  margin-bottom: 12px;
}
body.tsmcdj-v2 .cards .card2 h3 {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(1.4rem, 2vw, 1.9rem);
  line-height: 1.15;
  margin-bottom: 12px;
}
body.tsmcdj-v2 .cards .card2 p {
  color: var(--soft);
  font-size: 0.98rem;
}
body.tsmcdj-v2 .band.dark .cards .card2 p {
  color: rgba(255, 255, 255, 0.72);
}
@media (max-width: 860px) {
  body.tsmcdj-v2 .cards {
    grid-template-columns: 1fr;
  }
}
body.tsmcdj-v2 .steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(22px, 3.5vw, 48px);
}
body.tsmcdj-v2 .steps .st .ph {
  aspect-ratio: 0.8;
  overflow: hidden;
  background: #eee;
  margin-bottom: 20px;
}
body.tsmcdj-v2 .steps .st .ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}
body.tsmcdj-v2 .steps .st:hover .ph img {
  transform: scale(1.04);
}
body.tsmcdj-v2 .steps .st .n {
  font-family: var(--serif);
  font-weight: 200;
  font-style: italic;
  font-size: 2.2rem;
  line-height: 1;
  color: var(--red);
}
body.tsmcdj-v2 .steps .st h3 {
  font-family: var(--serif);
  font-weight: 300;
  font-size: 1.55rem;
  margin: 6px 0 6px;
}
body.tsmcdj-v2 .steps .st h4 {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 10px;
  font-weight: 600;
  color: var(--soft);
  margin-bottom: 12px;
}
body.tsmcdj-v2 .steps .st p {
  color: var(--soft);
  font-size: 0.96rem;
}
@media (max-width: 860px) {
  body.tsmcdj-v2 .steps {
    grid-template-columns: 1fr;
  }
}
body.tsmcdj-v2 .svc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 6vw, 90px);
  align-items: center;
  padding: clamp(40px, 6vw, 80px) 0;
  border-top: 1px solid var(--line);
}
body.tsmcdj-v2 .svc:first-of-type {
  border-top: 0;
  padding-top: 0;
}
body.tsmcdj-v2 .svc .pic {
  aspect-ratio: 1.4545454545;
  overflow: hidden;
  background: #eee;
}
body.tsmcdj-v2 .svc .pic img, body.tsmcdj-v2 .svc .pic video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s ease;
}
body.tsmcdj-v2 .svc:hover .pic img {
  transform: scale(1.03);
}
body.tsmcdj-v2 .svc:nth-child(even) .pic {
  order: 2;
}
body.tsmcdj-v2 .svc .n {
  font-family: var(--serif);
  font-weight: 200;
  font-style: italic;
  font-size: 2.2rem;
  line-height: 1;
  color: var(--red);
}
body.tsmcdj-v2 .svc h2 {
  font-family: var(--serif);
  font-weight: 200;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  margin: 8px 0 16px;
}
body.tsmcdj-v2 .svc h2 i {
  font-style: italic;
  font-weight: 300;
}
body.tsmcdj-v2 .svc p {
  color: var(--soft);
  max-width: 52ch;
  font-size: 1.02rem;
}
body.tsmcdj-v2 .svc .more {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 20px;
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 10px;
  font-weight: 600;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 6px;
}
body.tsmcdj-v2 .svc .more:hover {
  color: var(--red);
  border-color: var(--red);
}
@media (max-width: 900px) {
  body.tsmcdj-v2 .svc {
    grid-template-columns: 1fr;
  }
  body.tsmcdj-v2 .svc:nth-child(even) .pic {
    order: 0;
  }
}
body.tsmcdj-v2 .inv {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(30px, 6vw, 90px);
  align-items: start;
}
body.tsmcdj-v2 .inv ol {
  list-style: none;
  margin-top: 26px;
}
body.tsmcdj-v2 .inv ol li {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding: 20px 0;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
}
body.tsmcdj-v2 .inv ol li .n {
  font-family: var(--serif);
  font-weight: 200;
  font-style: italic;
  font-size: 1.8rem;
  line-height: 1;
  color: var(--red);
}
body.tsmcdj-v2 .inv ol li b {
  font-family: var(--serif);
  font-weight: 300;
  font-size: 1.25rem;
  display: block;
  margin-bottom: 4px;
}
body.tsmcdj-v2 .inv ol li span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}
@media (max-width: 900px) {
  body.tsmcdj-v2 .inv {
    grid-template-columns: 1fr;
  }
}
body.tsmcdj-v2 .startat {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  padding: 22px 0;
  margin: 8px 0 26px;
}
body.tsmcdj-v2 .startat .n {
  font-family: var(--serif);
  font-weight: 200;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 1;
  letter-spacing: -0.03em;
  margin: 6px 0 10px;
}
body.tsmcdj-v2 .startat p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  max-width: 46ch;
}
body.tsmcdj-v2 .films {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(18px, 3vw, 36px);
}
body.tsmcdj-v2 .films .filmtile {
  aspect-ratio: 1.7777777778;
}
@media (max-width: 760px) {
  body.tsmcdj-v2 .films {
    grid-template-columns: 1fr;
  }
}
body.tsmcdj-v2 .listen {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 6vw, 90px);
  align-items: center;
}
body.tsmcdj-v2 .listen .art {
  aspect-ratio: 1;
  overflow: hidden;
  background: #eee;
  max-width: 560px;
}
body.tsmcdj-v2 .listen .art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 900px) {
  body.tsmcdj-v2 .listen {
    grid-template-columns: 1fr;
  }
}
body.tsmcdj-v2 .rgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(22px, 3.5vw, 48px);
}
body.tsmcdj-v2 .rcard {
  border-top: 1px solid var(--ink);
  padding-top: 22px;
  display: flex;
  flex-direction: column;
}
body.tsmcdj-v2 .rcard .stars {
  color: var(--red);
  letter-spacing: 0.2em;
  font-size: 12px;
  margin-bottom: 14px;
}
body.tsmcdj-v2 .rcard p {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(1.15rem, 1.6vw, 1.45rem);
  line-height: 1.38;
  flex: 1;
}
body.tsmcdj-v2 .rcard .who {
  margin-top: 20px;
  display: block;
}
body.tsmcdj-v2 .rcard .who small {
  display: block;
  font-family: var(--sans);
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.82rem;
  font-weight: 400;
  color: var(--soft);
  margin-top: 4px;
}
body.tsmcdj-v2 .rcard .more {
  margin-top: 16px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 10px;
  font-weight: 600;
  color: var(--ink);
}
body.tsmcdj-v2 .rcard .more:hover {
  color: var(--red);
}
@media (max-width: 860px) {
  body.tsmcdj-v2 .rgrid {
    grid-template-columns: 1fr;
  }
}
body.tsmcdj-v2 .meta {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 4vw, 56px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
  margin: 0 0 clamp(36px, 5vw, 56px);
}
body.tsmcdj-v2 .meta div .k {
  display: block;
  margin-bottom: 6px;
}
body.tsmcdj-v2 .meta div b {
  font-family: var(--serif);
  font-weight: 300;
  font-size: 1.2rem;
}
body.tsmcdj-v2 .pull {
  border-left: 2px solid var(--red);
  padding: 6px 0 6px 28px;
  margin: 34px 0;
}
body.tsmcdj-v2 .pull p {
  font-family: var(--serif);
  font-weight: 200;
  font-size: clamp(1.5rem, 2.8vw, 2.4rem);
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--ink);
  max-width: 28ch;
}
body.tsmcdj-v2 .pull cite {
  display: block;
  margin-top: 14px;
  font-style: normal;
}
body.tsmcdj-v2 .plinks {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 26px;
}
body.tsmcdj-v2 .plinks a {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 10px;
  font-weight: 600;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 6px;
}
body.tsmcdj-v2 .plinks a:hover {
  color: var(--red);
  border-color: var(--red);
}
body.tsmcdj-v2 .posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(22px, 3.5vw, 44px);
}
body.tsmcdj-v2 .post {
  display: block;
}
body.tsmcdj-v2 .post .ph {
  aspect-ratio: 1.3333333333;
  overflow: hidden;
  background: #eee;
  margin-bottom: 16px;
}
body.tsmcdj-v2 .post .ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}
body.tsmcdj-v2 .post:hover .ph img {
  transform: scale(1.04);
}
body.tsmcdj-v2 .post .k {
  display: block;
  margin-bottom: 8px;
}
body.tsmcdj-v2 .post h3 {
  font-family: var(--serif);
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.1;
}
body.tsmcdj-v2 .post p {
  color: var(--soft);
  font-size: 0.95rem;
  margin-top: 8px;
}
@media (max-width: 860px) {
  body.tsmcdj-v2 .posts {
    grid-template-columns: 1fr;
  }
}
body.tsmcdj-v2 .markets {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(18px, 3vw, 36px);
}
body.tsmcdj-v2 .mk {
  position: relative;
  aspect-ratio: 1.4545454545;
  overflow: hidden;
  background: #111;
  display: block;
  color: #fff;
}
body.tsmcdj-v2 .mk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}
body.tsmcdj-v2 .mk:hover img {
  transform: scale(1.05);
}
body.tsmcdj-v2 .mk::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.7));
}
body.tsmcdj-v2 .mk .c {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
}
body.tsmcdj-v2 .mk .c .k {
  color: rgba(255, 255, 255, 0.75);
  display: block;
  margin-bottom: 8px;
}
body.tsmcdj-v2 .mk .c h3 {
  font-family: var(--serif);
  font-weight: 200;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1;
  letter-spacing: -0.02em;
}
body.tsmcdj-v2 .mk .c p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.92rem;
  margin-top: 8px;
}
body.tsmcdj-v2 .mk .c .go {
  margin-top: 12px;
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 760px) {
  body.tsmcdj-v2 .markets {
    grid-template-columns: 1fr;
  }
  body.tsmcdj-v2 .mk {
    aspect-ratio: 1.3333333333;
  }
}
body.tsmcdj-v2 .venues {
  columns: 2;
  column-gap: 48px;
  list-style: none;
  margin-top: 26px;
}
body.tsmcdj-v2 .venues li {
  font-family: var(--serif);
  font-weight: 300;
  font-size: 1.3rem;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  break-inside: avoid;
}
@media (max-width: 700px) {
  body.tsmcdj-v2 .venues {
    columns: 1;
  }
}
body.tsmcdj-v2 .form {
  max-width: 920px;
}
body.tsmcdj-v2 .form fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 clamp(36px, 5vw, 56px);
}
body.tsmcdj-v2 .form legend {
  font-family: var(--serif);
  font-weight: 200;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 22px;
}
body.tsmcdj-v2 .form .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 28px;
}
body.tsmcdj-v2 .form .row.one {
  grid-template-columns: 1fr;
}
body.tsmcdj-v2 .form label {
  display: block;
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 9.5px;
  font-weight: 600;
  color: var(--soft);
  margin-bottom: 8px;
}
body.tsmcdj-v2 .form input, body.tsmcdj-v2 .form select, body.tsmcdj-v2 .form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--ink);
  background: transparent;
  padding: 10px 0 12px;
  font-family: var(--sans);
  font-size: 1rem;
  color: var(--ink);
  border-radius: 0;
  outline: none;
}
body.tsmcdj-v2 .form input:focus, body.tsmcdj-v2 .form select:focus, body.tsmcdj-v2 .form textarea:focus {
  border-bottom-color: var(--red);
}
body.tsmcdj-v2 .form textarea {
  min-height: 120px;
  resize: vertical;
}
body.tsmcdj-v2 .form .chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body.tsmcdj-v2 .form .chips label {
  border: 1px solid var(--line);
  padding: 11px 16px;
  margin: 0;
  cursor: pointer;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
}
body.tsmcdj-v2 .form .chips input {
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  accent-color: var(--red);
}
body.tsmcdj-v2 .form .note {
  color: var(--soft);
  font-size: 0.85rem;
  margin-top: 8px;
}
body.tsmcdj-v2 .form .submit {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
@media (max-width: 760px) {
  body.tsmcdj-v2 .form .row {
    grid-template-columns: 1fr;
  }
}
body.tsmcdj-v2 .close {
  position: relative;
  min-height: 88svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #0c0b09;
}
body.tsmcdj-v2 .close .bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
}
body.tsmcdj-v2 .close::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.78));
}
body.tsmcdj-v2 .close .in {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: clamp(80px, 10vw, 140px) var(--g);
  text-align: center;
}
body.tsmcdj-v2 .close .k {
  color: rgba(255, 255, 255, 0.78);
  display: block;
  margin-bottom: 20px;
}
body.tsmcdj-v2 .close h2 {
  font-family: var(--serif);
  font-weight: 200;
  font-size: clamp(2.4rem, 7vw, 7rem);
  line-height: 0.95;
  letter-spacing: -0.035em;
  max-width: 14ch;
  margin: 0 auto;
}
body.tsmcdj-v2 .close h2 i {
  font-style: italic;
  font-weight: 300;
}
body.tsmcdj-v2 .close p {
  max-width: 50ch;
  margin: 22px auto 30px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.25vw, 1.15rem);
}
body.tsmcdj-v2 .close .ctas {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
body.tsmcdj-v2 .close .facts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 0;
  margin-top: clamp(40px, 6vw, 64px);
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}
body.tsmcdj-v2 .close .facts span {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 9.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  padding: 0 18px;
  position: relative;
}
body.tsmcdj-v2 .close .facts span + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  background: rgba(255, 255, 255, 0.35);
}
@media (max-width: 700px) {
  body.tsmcdj-v2 .close .facts span {
    padding: 0 10px;
  }
  body.tsmcdj-v2 .close .facts span + span::before {
    display: none;
  }
}
body.tsmcdj-v2 .job .stage video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.tsmcdj-v2 .job .stage .shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.62));
  transition: opacity 0.5s;
}
body.tsmcdj-v2 .job .card {
  color: #fff;
}
body.tsmcdj-v2 .job .card h2 {
  max-width: 16ch;
  font-size: clamp(2rem, 5.4vw, 5.4rem);
}
body.tsmcdj-v2 .job.sound .card, body.tsmcdj-v2 .job.sound .shade {
  opacity: 0 !important;
  pointer-events: none !important;
}
body.tsmcdj-v2 .job .exit {
  position: absolute;
  right: var(--g);
  top: 96px;
  z-index: 6;
  display: none;
}
body.tsmcdj-v2 .job.sound .exit {
  display: inline-flex;
}
body.tsmcdj-v2 .job .stage video::-webkit-media-controls {
  display: none !important;
}
body.tsmcdj-v2 .manifesto {
  max-width: 980px;
  margin: 0 auto;
}
body.tsmcdj-v2 .manifesto p {
  font-family: var(--serif);
  font-weight: 200;
  font-size: clamp(1.6rem, 3.4vw, 3.2rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
  margin-bottom: clamp(18px, 3vw, 30px);
}
body.tsmcdj-v2 .manifesto p i {
  font-style: italic;
  font-weight: 300;
  color: var(--red);
}
body.tsmcdj-v2 .manifesto p.last {
  color: var(--ink);
}
body.tsmcdj-v2 .awards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(18px, 3vw, 40px);
}
body.tsmcdj-v2 .aw {
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  padding-top: 22px;
}
body.tsmcdj-v2 .aw img {
  height: 30px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.9;
  margin-bottom: 16px;
}
body.tsmcdj-v2 .aw b {
  display: block;
  font-family: var(--serif);
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.15;
}
body.tsmcdj-v2 .aw span {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  margin-top: 6px;
}
@media (max-width: 860px) {
  body.tsmcdj-v2 .awards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 520px) {
  body.tsmcdj-v2 .awards {
    grid-template-columns: 1fr;
  }
}
body.tsmcdj-v2 .story {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(30px, 6vw, 90px);
  align-items: start;
}
body.tsmcdj-v2 .story .pics {
  display: grid;
  gap: 14px;
  position: sticky;
  top: 110px;
}
body.tsmcdj-v2 .story .pics img {
  width: 100%;
  height: auto;
  display: block;
  background: #eee;
}
body.tsmcdj-v2 .story .prose p {
  max-width: 58ch;
}
body.tsmcdj-v2 .story .sig {
  height: 54px;
  width: auto;
  filter: brightness(0);
  opacity: 0.85;
  margin-top: 18px;
}
@media (max-width: 900px) {
  body.tsmcdj-v2 .story {
    grid-template-columns: 1fr;
  }
  body.tsmcdj-v2 .story .pics {
    position: static;
  }
}
body.tsmcdj-v2 .credits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(28px, 4vw, 56px) clamp(30px, 5vw, 80px);
}
body.tsmcdj-v2 .cr h3 {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 10px;
  font-weight: 600;
  color: var(--red);
  margin-bottom: 16px;
}
body.tsmcdj-v2 .cr ul {
  list-style: none;
}
body.tsmcdj-v2 .cr li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: baseline;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  font-family: var(--serif);
  font-weight: 300;
  font-size: 1.08rem;
}
body.tsmcdj-v2 .cr li span {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  white-space: nowrap;
}
body.tsmcdj-v2 .cr li a:hover {
  color: var(--red);
}
@media (max-width: 760px) {
  body.tsmcdj-v2 .credits {
    grid-template-columns: 1fr;
  }
}
body.tsmcdj-v2 .lrev {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(24px, 4vw, 56px);
}
body.tsmcdj-v2 .lr {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 22px;
  align-items: start;
  border-top: 1px solid var(--ink);
  padding-top: 24px;
}
body.tsmcdj-v2 .lr img {
  width: 120px;
  aspect-ratio: 1;
  object-fit: cover;
  background: #eee;
}
body.tsmcdj-v2 .lr p {
  font-family: var(--serif);
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.45;
}
body.tsmcdj-v2 .lr .who {
  display: block;
  margin-top: 14px;
}
@media (max-width: 900px) {
  body.tsmcdj-v2 .lrev {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  body.tsmcdj-v2 .lr {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  body.tsmcdj-v2 .lr img {
    width: 132px;
    border-radius: 50%;
  }
  body.tsmcdj-v2 .lr .who {
    text-align: center;
  }
}
body.tsmcdj-v2 .platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: clamp(30px, 4vw, 48px);
}
body.tsmcdj-v2 .platforms a {
  border: 1px solid var(--line);
  padding: 14px 22px;
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 10px;
  font-weight: 600;
  transition: 0.3s;
}
body.tsmcdj-v2 .platforms a:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}
@media (max-width: 640px) {
  body.tsmcdj-v2 .platforms {
    flex-direction: column;
    align-items: stretch;
  }
  body.tsmcdj-v2 .platforms a {
    text-align: center;
  }
}
body.tsmcdj-v2 .filmtile {
  position: relative;
  aspect-ratio: 1.7777777778;
  overflow: hidden;
  background: #111;
  cursor: pointer;
}
body.tsmcdj-v2 .filmtile video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.tsmcdj-v2 .filmtile .ov {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.45));
  transition: opacity 0.4s;
}
body.tsmcdj-v2 .filmtile.playing .ov {
  opacity: 0;
  pointer-events: none;
}
body.tsmcdj-v2 .filmtile .cap {
  transition: opacity 0.35s;
}
body.tsmcdj-v2 .filmtile.playing .cap {
  opacity: 0;
}
body.tsmcdj-v2 .filmtile .ov .pb {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.tsmcdj-v2 .filmtile .ov .pb::after {
  content: "";
  border-left: 18px solid var(--ink);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  margin-left: 5px;
}
body.tsmcdj-v2 .filmtile .cap {
  position: absolute;
  left: 24px;
  bottom: 22px;
  color: #fff;
  z-index: 2;
}
body.tsmcdj-v2 .filmtile .cap b {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.3rem;
  display: block;
}
body.tsmcdj-v2 .filmtile .cap span {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.75);
}
body.tsmcdj-v2 .listen .art img {
  transition: opacity 0.45s ease;
}
body.tsmcdj-v2 .listen .art img.sw {
  opacity: 0;
}
body.tsmcdj-v2 .mix .row.on b {
  color: var(--red);
}
body.tsmcdj-v2 .rarch {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(28px, 4vw, 56px);
}
body.tsmcdj-v2 .ra {
  display: block;
}
body.tsmcdj-v2 .ra .ph {
  aspect-ratio: 1.5;
  overflow: hidden;
  background: #eee;
  position: relative;
  margin-bottom: 18px;
}
body.tsmcdj-v2 .ra .ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}
body.tsmcdj-v2 .ra:hover .ph img {
  transform: scale(1.04);
}
body.tsmcdj-v2 .ra .ph .stars {
  position: absolute;
  left: 16px;
  top: 16px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--red);
  letter-spacing: 0.2em;
  font-size: 11px;
  padding: 7px 11px;
}
body.tsmcdj-v2 .ra .meta2 {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 9.5px;
  font-weight: 600;
  color: var(--red);
  margin-bottom: 8px;
}
body.tsmcdj-v2 .ra h3 {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
}
body.tsmcdj-v2 .ra p {
  font-family: var(--serif);
  font-weight: 300;
  font-size: 1.08rem;
  line-height: 1.45;
  color: var(--ink);
  margin-top: 12px;
  max-width: 52ch;
}
body.tsmcdj-v2 .ra .more {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 14px;
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 10px;
  font-weight: 600;
}
body.tsmcdj-v2 .ra:hover .more {
  color: var(--red);
}
body.tsmcdj-v2 .rfilter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: clamp(30px, 5vw, 56px);
}
body.tsmcdj-v2 .rfilter span {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 10px;
  font-weight: 600;
  padding: 10px 16px;
  border: 1px solid var(--line);
}
body.tsmcdj-v2 .rfilter span.on {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
@media (max-width: 860px) {
  body.tsmcdj-v2 .rarch {
    grid-template-columns: 1fr;
  }
}
body.tsmcdj-v2 .next {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(22px, 3.5vw, 48px);
}
body.tsmcdj-v2 .next .nx {
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  padding-top: 20px;
}
body.tsmcdj-v2 .next .nx .n {
  font-family: var(--serif);
  font-weight: 200;
  font-style: italic;
  font-size: 2.2rem;
  line-height: 1;
  color: var(--red);
}
body.tsmcdj-v2 .next .nx h3 {
  font-family: var(--serif);
  font-weight: 300;
  font-size: 1.5rem;
  margin: 8px 0 8px;
}
body.tsmcdj-v2 .next .nx p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.96rem;
}
@media (max-width: 860px) {
  body.tsmcdj-v2 .next {
    grid-template-columns: 1fr;
  }
}
body.tsmcdj-v2 .why {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(22px, 3.5vw, 48px);
}
body.tsmcdj-v2 .nearby {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body.tsmcdj-v2 .nearby a {
  border: 1px solid var(--line);
  padding: 11px 18px;
  font-family: var(--serif);
  font-weight: 300;
  font-size: 1.05rem;
  transition: 0.3s;
}
body.tsmcdj-v2 .nearby a:hover {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
body.tsmcdj-v2 .faq {
  max-width: 860px;
  margin: 0 auto;
}
body.tsmcdj-v2 .faq details {
  border-top: 1px solid var(--line);
}
body.tsmcdj-v2 .faq details:last-child {
  border-bottom: 1px solid var(--line);
}
body.tsmcdj-v2 .faq summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 0;
  font-family: var(--serif);
  font-weight: 300;
  font-size: 1.3rem;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
body.tsmcdj-v2 .faq summary::-webkit-details-marker {
  display: none;
}
body.tsmcdj-v2 .faq summary::after {
  content: "+";
  color: var(--red);
  font-family: var(--sans);
}
body.tsmcdj-v2 .faq details[open] summary::after {
  content: "–";
}
body.tsmcdj-v2 .faq details p {
  padding: 0 0 22px;
  color: var(--soft);
  max-width: 64ch;
}
body.tsmcdj-v2 .legal {
  max-width: 780px;
}
body.tsmcdj-v2 .legal h2 {
  font-family: var(--serif);
  font-weight: 300;
  font-size: 1.7rem;
  margin: 34px 0 10px;
}
body.tsmcdj-v2 .legal p, body.tsmcdj-v2 .legal li {
  color: var(--soft);
  margin-bottom: 12px;
}
body.tsmcdj-v2 .legal ul {
  padding-left: 20px;
}
