:root {
  --vc-bg: #080807;
  --vc-panel: #11110f;
  --vc-ink: #fff8ea;
  --vc-muted: rgba(255, 248, 234, .72);
  --vc-line: rgba(255, 248, 234, .16);
  --vc-gold: #d8b56a;
  --vc-ruby: #8d2730;
  --vc-blue: #86a9c8;
}

.vc-experience {
  border-top: 1px solid var(--vc-line);
  color: var(--vc-ink);
  overflow: clip;
  padding: clamp(54px, 8vw, 96px) 0;
}

.vc-experience * {
  box-sizing: border-box;
}

.vc-inner {
  display: grid;
  gap: clamp(22px, 4vw, 42px);
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  margin: 0 auto;
  width: min(1180px, calc(100% - 36px));
}

.vc-copy {
  align-self: center;
}

.vc-kicker {
  color: var(--vc-gold);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .16em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.vc-title {
  color: var(--vc-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 62px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: .98;
  margin: 0;
}

.vc-lede {
  color: var(--vc-muted);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.62;
  margin: 18px 0 0;
  max-width: 720px;
}

.vc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.vc-button {
  align-items: center;
  border: 1px solid rgba(216, 181, 106, .48);
  border-radius: 6px;
  color: var(--vc-ink);
  display: inline-flex;
  font-size: 14px;
  font-weight: 850;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  text-decoration: none;
}

.vc-button-primary {
  background: var(--vc-gold);
  border-color: var(--vc-gold);
  color: #090805;
}

.vc-button-secondary {
  background: rgba(255, 248, 234, .055);
}

.vc-stage {
  min-width: 0;
}

.vc-player {
  background: #000;
  border: 1px solid rgba(216, 181, 106, .35);
  border-radius: 8px;
  box-shadow: 0 32px 100px rgba(0, 0, 0, .38);
  color: var(--vc-ink);
  overflow: hidden;
  position: relative;
}

.vc-player[data-aspect="vertical"] {
  margin-left: auto;
  max-width: 420px;
}

.vc-ratio {
  aspect-ratio: 16 / 9;
  display: grid;
  min-height: 280px;
  place-items: stretch;
  position: relative;
}

.vc-player[data-aspect="vertical"] .vc-ratio {
  aspect-ratio: 9 / 16;
}

.vc-player video {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.vc-drone-slot {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .78)),
    radial-gradient(circle at 12% 18%, rgba(216, 181, 106, .16), transparent 22rem),
    linear-gradient(135deg, #11110f, #241b16 38%, #070707);
  display: grid;
  min-height: 100%;
  overflow: hidden;
  padding: clamp(18px, 3vw, 30px);
  place-items: end start;
  position: relative;
}

.vc-drone-slot::before,
.vc-drone-slot::after {
  content: "";
  inset: auto -10% 12% -10%;
  position: absolute;
}

.vc-drone-slot::before {
  background: repeating-linear-gradient(90deg, rgba(216, 181, 106, .1), rgba(216, 181, 106, .1) 1px, transparent 1px, transparent 74px);
  height: 62%;
  opacity: .56;
  transform: perspective(560px) rotateX(62deg);
  transform-origin: bottom;
}

.vc-drone-slot::after {
  background: linear-gradient(90deg, transparent, rgba(216, 181, 106, .55), transparent);
  height: 1px;
  opacity: .72;
  top: 50%;
}

.vc-slot-copy {
  max-width: 560px;
  position: relative;
  z-index: 2;
}

.vc-slot-label {
  color: var(--vc-gold);
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.vc-slot-copy strong {
  color: #fff7e6;
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 4vw, 44px);
  font-weight: 500;
  line-height: 1;
}

.vc-slot-copy span:last-child {
  color: rgba(255, 248, 234, .72);
  display: block;
  line-height: 1.5;
  margin-top: 10px;
}

.vc-controls {
  align-items: center;
  background: rgba(5, 5, 5, .82);
  border-top: 1px solid rgba(255, 248, 234, .12);
  display: flex;
  gap: 10px;
  justify-content: space-between;
  min-height: 54px;
  padding: 10px 12px;
}

.vc-control-button {
  background: rgba(255, 248, 234, .08);
  border: 1px solid rgba(255, 248, 234, .18);
  border-radius: 6px;
  color: var(--vc-ink);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  min-height: 38px;
  padding: 0 12px;
}

.vc-progress {
  background: rgba(255, 248, 234, .12);
  border-radius: 999px;
  flex: 1;
  height: 7px;
  min-width: 80px;
  overflow: hidden;
}

.vc-progress span {
  background: var(--vc-gold);
  display: block;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
}

.vc-transcript {
  border-top: 1px solid rgba(255, 248, 234, .1);
  color: var(--vc-muted);
  font-size: 14px;
  line-height: 1.55;
  padding: 14px 16px 16px;
}

.vc-transcript summary {
  color: var(--vc-ink);
  cursor: pointer;
  font-weight: 850;
}

.vc-paths {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}

.vc-path-button {
  background: rgba(255, 248, 234, .055);
  border: 1px solid rgba(255, 248, 234, .16);
  border-radius: 7px;
  color: var(--vc-ink);
  cursor: pointer;
  font: inherit;
  min-height: 72px;
  padding: 14px;
  text-align: left;
}

.vc-path-button strong,
.vc-path-button span {
  display: block;
}

.vc-path-button strong {
  font-size: 16px;
}

.vc-path-button span {
  color: var(--vc-muted);
  font-size: 13px;
  margin-top: 4px;
}

.vc-path-button[aria-pressed="true"] {
  background: rgba(216, 181, 106, .16);
  border-color: rgba(216, 181, 106, .62);
}

.vc-proof-row {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.vc-proof-row span {
  border: 1px solid rgba(255, 248, 234, .14);
  border-radius: 6px;
  color: var(--vc-muted);
  font-size: 13px;
  line-height: 1.35;
  padding: 12px;
}

.vc-bw {
  --vc-bg: #070707;
  background: #070707;
}

.vc-bw .vc-title,
.vc-bw .vc-lede,
.vc-bw .vc-button-secondary {
  color: #fff7e6;
}

.vc-neville {
  --vc-bg: #070707;
  --vc-ruby: #7e1f24;
  background: linear-gradient(180deg, #080807, #14100f 60%, #070707);
}

.vc-neville .vc-drone-slot {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .72)),
    radial-gradient(circle at 20% 15%, rgba(126, 31, 36, .28), transparent 24rem),
    linear-gradient(135deg, #11100d, #211819 48%, #060606);
}

@media (prefers-reduced-motion: reduce) {
  .vc-button,
  .vc-path-button {
    transition: none;
  }
}

@media (max-width: 860px) {
  .vc-inner {
    grid-template-columns: 1fr;
    width: min(100% - 34px, 1180px);
  }

  .vc-player[data-aspect="vertical"] {
    margin-left: 0;
    max-width: none;
  }
}

@media (max-width: 560px) {
  .vc-experience {
    padding: 46px 0;
  }

  .vc-ratio {
    min-height: 230px;
  }

  .vc-actions,
  .vc-controls {
    align-items: stretch;
    flex-direction: column;
  }

  .vc-button,
  .vc-control-button {
    width: 100%;
  }

  .vc-paths,
  .vc-proof-row {
    grid-template-columns: 1fr;
  }
}
