.start-page {
  min-height: 100svh;
  overflow-x: hidden;
}

.start-video-main {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 100svh;
  padding: clamp(108px, 12vh, 138px) clamp(16px, 2.8vw, 46px) clamp(24px, 4vh, 46px);
}

.showreel {
  width: 100%;
  min-width: 0;
}

.showreel-frame {
  position: relative;
  width: 100%;
  height: calc(100svh - clamp(140px, 17vh, 184px));
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(12, 33, 39, 0.16);
  border-radius: clamp(22px, 2.2vw, 34px);
  color: #f7ffff;
  background:
    radial-gradient(circle at 24% 20%, rgba(186, 79, 170, 0.3), transparent 34%),
    radial-gradient(circle at 78% 72%, rgba(44, 139, 208, 0.34), transparent 36%),
    #10171c;
  box-shadow:
    0 34px 90px rgba(25, 63, 70, 0.24),
    inset 0 1px rgba(255, 255, 255, 0.15);
  isolation: isolate;
}

.showreel-frame::before {
  position: absolute;
  z-index: 5;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: max(15px, calc(clamp(22px, 2.2vw, 34px) - 9px));
  content: "";
  pointer-events: none;
}

.showreel-video,
.showreel-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.showreel-video {
  z-index: 0;
  display: block;
  object-fit: cover;
  background: #10171c;
}

.showreel-shade {
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 10, 13, 0.52), transparent 26%, transparent 56%, rgba(5, 10, 13, 0.7)),
    linear-gradient(90deg, rgba(5, 10, 13, 0.28), transparent 45%);
}

.showreel-header,
.showreel-caption,
.showreel-controls {
  position: absolute;
  z-index: 3;
}

.showreel-header {
  top: clamp(26px, 3vw, 44px);
  right: clamp(28px, 3vw, 48px);
  left: clamp(28px, 3vw, 48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.showreel-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f7ffff;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

.showreel-brand-mark {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: #9affd4;
  box-shadow: 0 0 18px rgba(154, 255, 212, 0.8);
}

.showreel-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(240, 252, 253, 0.78);
  background: rgba(5, 13, 17, 0.24);
  backdrop-filter: blur(12px);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.showreel-live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9affd4;
  box-shadow: 0 0 12px rgba(154, 255, 212, 0.82);
}

.showreel-caption {
  left: clamp(28px, 4vw, 68px);
  bottom: clamp(102px, 14vh, 138px);
  max-width: min(760px, 70%);
}

.showreel-caption p {
  margin: 0 0 10px;
  color: rgba(231, 249, 250, 0.74);
  font-size: clamp(0.68rem, 0.9vw, 0.8rem);
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.showreel-caption h1 {
  margin: 0;
  color: #f7ffff;
  font-size: clamp(3.2rem, 7vw, 7.6rem);
  line-height: 0.9;
  letter-spacing: -0.065em;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.32);
}

.showreel-caption h1::after {
  display: none;
}

.showreel-controls {
  right: clamp(28px, 3vw, 48px);
  bottom: clamp(26px, 3vw, 44px);
  left: clamp(28px, 3vw, 48px);
  display: grid;
  grid-template-columns: auto auto minmax(80px, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.showreel-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #f5ffff;
  background: rgba(7, 15, 19, 0.42);
  backdrop-filter: blur(14px);
  cursor: pointer;
  font: inherit;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.showreel-control:hover,
.showreel-control:focus-visible {
  border-color: rgba(154, 255, 212, 0.66);
  background: rgba(20, 40, 46, 0.66);
  outline: none;
  transform: translateY(-1px);
}

.control-icon {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
}

.control-icon-pause::before,
.control-icon-pause::after {
  position: absolute;
  top: 1px;
  width: 3px;
  height: 11px;
  border-radius: 2px;
  background: #9affd4;
  content: "";
}

.control-icon-pause::before { left: 2px; }
.control-icon-pause::after { right: 2px; }

.control-icon-play::before {
  position: absolute;
  top: 1px;
  left: 3px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #9affd4;
  content: "";
}

.control-icon-muted::before,
.control-icon-sound::before {
  position: absolute;
  top: 4px;
  left: 1px;
  width: 5px;
  height: 5px;
  border-radius: 1px;
  background: #9affd4;
  box-shadow: 4px 0 0 -1px #9affd4;
  content: "";
}

.control-icon-muted::after {
  position: absolute;
  top: 1px;
  right: 0;
  width: 1px;
  height: 12px;
  background: #9affd4;
  content: "";
  transform: rotate(42deg);
}

.control-icon-sound::after {
  position: absolute;
  top: 2px;
  right: 0;
  width: 6px;
  height: 9px;
  border: 1px solid #9affd4;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  content: "";
}

.showreel-progress {
  height: 2px;
  margin: 0 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
}

.showreel-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #a74f9b, #668fe7, #9affd4);
  box-shadow: 0 0 16px rgba(102, 143, 231, 0.8);
}

.showreel-time {
  min-width: 82px;
  color: rgba(236, 251, 252, 0.72);
  font-size: 0.66rem;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  text-align: right;
}

@media (max-width: 1120px) and (min-width: 901px) {
  .start-page .start-video-main {
    padding-right: clamp(24px, 3vw, 40px);
  }
}

@media (max-width: 900px) {
  .start-video-main {
    padding: 106px 16px 20px;
  }

  .showreel-frame {
    height: calc(100svh - 126px);
    min-height: 520px;
    border-radius: 24px;
  }

  .showreel-caption {
    bottom: 118px;
    max-width: calc(100% - 56px);
  }

  .showreel-caption h1 {
    font-size: clamp(3.4rem, 13vw, 6.4rem);
  }
}

@media (max-width: 600px) {
  .showreel-frame::before {
    inset: 9px;
  }

  .showreel-header {
    top: 24px;
    right: 24px;
    left: 24px;
  }

  .showreel-brand {
    font-size: 0.65rem;
  }

  .showreel-caption {
    left: 24px;
    bottom: 118px;
  }

  .showreel-caption h1 {
    font-size: clamp(3.1rem, 17vw, 4.8rem);
  }

  .showreel-controls {
    right: 24px;
    bottom: 24px;
    left: 24px;
    grid-template-columns: auto auto 1fr;
  }

  .showreel-control {
    width: 42px;
    padding: 0;
  }

  .showreel-control > span:last-child,
  .showreel-time {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .showreel-control {
    transition: none;
  }
}
