.ta-single-opera-page {
  --ta-page-bg: #191714;
  --ta-black: #0c0a09;
  --ta-black-soft: #15120e;
  --ta-gold-dark: #a07939;
  --ta-gold: #c5a157;
  --ta-gold-light: #dec073;
  --ta-gold-glow: #f1dd94;
  --ta-white: #ffffff;
  --ta-muted: rgba(255, 255, 255, .72);
  --ta-line: rgba(222, 192, 115, .18);
  background: var(--ta-page-bg);
  color: var(--ta-white);
}

.ta-opera-section {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 7vw, 104px) 0;
  isolation: isolate;
}

.ta-opera-section::before,
.ta-opera-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 86px;
  z-index: 1;
  pointer-events: none;
}

.ta-opera-section::before {
  top: 0;
  background: linear-gradient(180deg, var(--ta-page-bg), rgba(25, 23, 20, 0));
}

.ta-opera-section::after {
  bottom: 0;
  background: linear-gradient(0deg, var(--ta-page-bg), rgba(25, 23, 20, 0));
}

.ta-opera-wrap {
  position: relative;
  z-index: 2;
  width: min(1380px, calc(100% - 56px));
  margin: 0 auto;
}

.ta-opera-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: var(--ta-gold-light);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .20em;
  text-transform: uppercase;
}

.ta-opera-eyebrow::before {
  content: "";
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, var(--ta-gold-dark), var(--ta-gold-glow));
}

.ta-opera-title,
.ta-opera-heading,
.ta-opera-card-title {
  margin: 0;
  color: var(--ta-white);
  font-family: "Bodoni Moda", Georgia, serif;
  font-weight: 500;
  letter-spacing: 0;
}

.ta-opera-title {
  font-size: clamp(58px, 7vw, 112px);
  line-height: .98;
}

.ta-opera-heading {
  max-width: 900px;
  font-size: clamp(44px, 5.2vw, 78px);
  line-height: 1.02;
}

.ta-opera-card-title {
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.08;
}

.ta-opera-artist-name {
  display: block;
  margin-top: 18px;
  color: var(--ta-gold-light);
  font-size: clamp(24px, 2.2vw, 36px);
  font-weight: 800;
  line-height: 1.45;
}

.ta-opera-copy {
  max-width: 920px;
  margin: 26px 0 0;
  color: var(--ta-muted);
  font-size: clamp(18px, 1.32vw, 21px);
  line-height: 1.72;
}

.ta-opera-copy strong {
  color: var(--ta-white);
  font-weight: 800;
}

.ta-opera-facts {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
}

.ta-opera-fact {
  min-height: 78px;
  padding: 14px 15px;
  border: 1px solid rgba(222, 192, 115, .16);
  border-radius: 4px;
  background: rgba(255, 255, 255, .026);
}

.ta-opera-fact span {
  display: block;
  margin-bottom: 7px;
  color: var(--ta-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.ta-opera-fact strong {
  display: block;
  color: rgba(255, 255, 255, .90);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.ta-opera-scroll-cue {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 34px auto 0;
  color: var(--ta-gold-light);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.ta-opera-scroll-cue::after {
  content: "\2193";
  font-size: 18px;
}

.ta-detail-scroll {
  padding: 0;
  overflow: visible;
}

.ta-detail-scroll::before,
.ta-detail-scroll::after {
  display: none;
}

.ta-detail-track {
  position: relative;
  min-height: calc((var(--ta-detail-count, 4) + 1) * 92vh);
  min-height: calc((var(--ta-detail-count, 4) + 1) * 92svh);
}

.ta-detail-scene {
  position: sticky;
  top: 0;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  width: min(1380px, calc(100% - 56px));
  margin: 0 auto;
  padding: clamp(44px, 6vw, 76px) 0;
}

.ta-detail-viewport {
  position: relative;
  min-height: min(82vh, 820px);
  min-height: min(82svh, 820px);
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ta-detail-image {
  position: absolute;
  left: 0;
  top: 0;
  max-width: none;
  transform-origin: 0 0;
  will-change: transform;
  filter: drop-shadow(0 24px 50px rgba(0, 0, 0, .42));
}

.ta-detail-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: rgba(255, 255, 255, .08);
}

.ta-detail-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, var(--ta-gold-dark), var(--ta-gold-glow));
}

.ta-detail-copy {
  position: relative;
  min-height: 440px;
}

.ta-detail-panel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transform: translateY(22px);
  pointer-events: none;
  transition: opacity .32s ease, transform .32s ease;
}

.ta-detail-panel.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.ta-detail-kicker {
  display: block;
  margin-bottom: 12px;
  color: var(--ta-gold-light);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.ta-detail-panel p {
  max-width: 620px;
}

.ta-opera-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.ta-opera-card {
  border: 1px solid var(--ta-line);
  border-radius: 6px;
  padding: clamp(24px, 3vw, 34px);
  background:
    radial-gradient(circle at 12% 18%, rgba(197, 161, 87, .10), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .012));
  box-shadow: 0 24px 58px rgba(0, 0, 0, .18);
}

.ta-opera-card p,
.ta-opera-card li {
  color: var(--ta-muted);
  font-size: 17px;
  line-height: 1.65;
}

.ta-opera-card p {
  margin: 14px 0 0;
}

.ta-artplacer-head {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: end;
  margin-bottom: 46px;
}

.ta-artplacer-layout,
.ta-artist-layout {
  display: grid;
  grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
  gap: 20px;
  align-items: stretch;
}

.ta-artplacer-guide {
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 3vw, 40px);
  border: 1px solid rgba(222, 192, 115, .20);
  border-left: 3px solid var(--ta-gold);
  border-radius: 6px;
  background:
    linear-gradient(145deg, rgba(197, 161, 87, .11), rgba(21, 18, 14, .96) 48%, rgba(12, 10, 9, .98));
  box-shadow: 0 24px 58px rgba(0, 0, 0, .22);
}

.ta-artplacer-guide .ta-opera-copy {
  margin-top: 14px;
  font-size: 17px;
  line-height: 1.67;
}

.ta-artplacer-steps {
  display: grid;
  gap: 0;
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.ta-artplacer-step {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr);
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.ta-artplacer-step > span {
  width: 3px;
  height: 100%;
  min-height: 44px;
  background: linear-gradient(180deg, var(--ta-gold-glow), var(--ta-gold-dark));
}

.ta-artplacer-step strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ta-white);
  font-size: 15px;
  line-height: 1.35;
}

.ta-artplacer-step small {
  display: block;
  color: rgba(255, 255, 255, .62);
  font-size: 14px;
  line-height: 1.55;
}

.ta-artplacer-panel,
.ta-artist-portrait {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(222, 192, 115, .20);
  border-radius: 6px;
  background: #0e0c0a;
  box-shadow: 0 28px 76px rgba(0, 0, 0, .30);
}

.ta-artplacer-bg,
.ta-artist-portrait img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ta-artplacer-bg {
  position: absolute;
  inset: 0;
  opacity: .58;
  filter: saturate(.94) contrast(1.05) brightness(.76);
  transform: scale(1.04);
}

.ta-artplacer-layout--mockup .ta-artplacer-bg {
  opacity: .34;
  filter: saturate(.9) contrast(1.05) brightness(.64);
  object-fit: contain;
  padding: clamp(28px, 5vw, 58px);
  transform: none;
}

.ta-artplacer-card {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(680px, calc(100% - 42px));
  transform: translate(-50%, -50%);
  padding: clamp(34px, 5vw, 62px);
  border: 1px solid rgba(241, 221, 148, .22);
  border-radius: 5px;
  background: linear-gradient(145deg, rgba(12, 10, 9, .66), rgba(12, 10, 9, .38));
  text-align: center;
}

.ta-artplacer-layout--mockup .ta-artplacer-card {
  background: linear-gradient(145deg, rgba(12, 10, 9, .72), rgba(12, 10, 9, .46));
}

.ta-artplacer-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
}

.ta-artplacer-slot artplacer {
  display: inline-block;
  max-width: 100%;
}

.ta-artplacer-slot .ta-artplacer-launch,
.ta-artplacer-slot .artplacer-button {
  min-height: 54px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 11px !important;
  padding: 0 25px !important;
  border: 1px solid #000000 !important;
  border-radius: 4px !important;
  color: var(--ta-black) !important;
  background: linear-gradient(135deg, #e6ca7c, #c5a157) !important;
  font-family: Manrope, Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: .035em !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.ta-artplacer-slot .ta-artplacer-launch::after,
.ta-artplacer-slot .artplacer-button::after {
  content: "\2192";
  font-size: 18px;
}

.ta-artplacer-help {
  margin: 17px auto 0;
  max-width: 520px;
  color: rgba(255, 255, 255, .48);
  font-size: 12.5px;
  line-height: 1.55;
}

.ta-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 1px solid rgba(241, 221, 148, .46);
  border-radius: 4px;
  color: var(--ta-black);
  background: linear-gradient(135deg, #e6ca7c, #b6893b);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .035em;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
}

.ta-button::after {
  content: "\2192";
  font-size: 18px;
}

.ta-button:hover,
.ta-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(197, 161, 87, .20);
  outline: none;
}

.ta-button--outline {
  color: var(--ta-white);
  background: rgba(255, 255, 255, .018);
  border-color: rgba(255, 255, 255, .20);
}

.ta-value-box {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.ta-value-card {
  border: 1px solid var(--ta-line);
  border-radius: 6px;
  padding: clamp(24px, 3vw, 36px);
  background:
    radial-gradient(circle at 18% 12%, rgba(197, 161, 87, .11), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .012));
}

.ta-reserved-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 22px;
  padding: 0 13px;
  border: 1px solid rgba(241, 221, 148, .42);
  border-radius: 3px;
  color: var(--ta-black);
  background: linear-gradient(135deg, #e6ca7c, #b6893b);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ta-artist-layout {
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  align-items: center;
  border: 1px solid var(--ta-line);
  border-radius: 6px;
  padding: clamp(22px, 3vw, 34px);
  background:
    radial-gradient(circle at 14% 18%, rgba(197, 161, 87, .11), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .012));
}

.ta-artist-portrait {
  min-height: 320px;
}

.ta-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 24px 0 28px;
}

.ta-tag {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--ta-gold-light);
  background: transparent;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

@media (max-width: 1040px) {
  .ta-opera-facts,
  .ta-opera-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ta-detail-scene,
  .ta-artplacer-head,
  .ta-artplacer-layout,
  .ta-artist-layout {
    grid-template-columns: 1fr;
  }

  .ta-detail-copy {
    min-height: 360px;
  }
}

@media (max-width: 720px) {
  .ta-opera-wrap,
  .ta-detail-scene {
    width: calc(100% - 26px);
  }

  .ta-opera-facts,
  .ta-opera-grid {
    grid-template-columns: 1fr;
  }

  .ta-detail-scene {
    position: relative;
    min-height: auto;
    padding: 58px 0;
  }

  .ta-detail-track {
    min-height: auto;
  }

  .ta-detail-viewport {
    min-height: 520px;
  }

  .ta-detail-copy {
    min-height: 430px;
  }
}
