@media (width >= 993px) {
  .hero-showcase {
    grid-template-rows: 1fr auto auto;
    gap: 18px;
    display: grid;
    position: relative;
  }

  .showcase-frame {
    aspect-ratio: 4 / 5;
    isolation: isolate;
    background: linear-gradient(160deg, #0a0a0c, #1a1a22);
    border: 1px solid #ffc40038;
    border-radius: 32px;
    width: 100%;
    transition: transform .6s cubic-bezier(.2, .8, .2, 1), box-shadow .6s;
    position: relative;
    overflow: hidden;
    box-shadow: 0 40px 100px -30px #ffc40073, 0 30px 70px -25px #000000a6;
  }

  .hero-showcase:hover .showcase-frame {
    transform: translateY(-4px);
    box-shadow: 0 50px 120px -30px #ffc40099, 0 35px 80px -25px #000000b3;
  }

  .showcase-glow {
    filter: blur(50px);
    opacity: .5;
    z-index: 0;
    background: conic-gradient(#ffc400, #0000 25%, #ff9500 55%, #0000 85%, #ffc400);
    animation: 14s linear infinite dhs-rotate;
    position: absolute;
    inset: -45%;
  }

  .showcase-photo {
    object-fit: cover;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: transform 1.4s cubic-bezier(.2, .8, .2, 1);
    display: block;
    position: absolute;
    inset: 0;
    transform: scale(1.05);
  }

  .hero-showcase:hover .showcase-photo {
    transform: scale(1.12);
  }

  .showcase-veil {
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(#0000 30%, #0000008c 78%, #000000eb 100%), radial-gradient(80% 60% at 50% 100%, #ffc40040, #0000 70%);
    position: absolute;
    inset: 0;
  }

  .showcase-scan {
    z-index: 3;
    pointer-events: none;
    mix-blend-mode: screen;
    background: linear-gradient(#0000 0%, #ffc40033 50%, #0000 100%);
    animation: 6s ease-in-out infinite dhs-scan;
    position: absolute;
    inset: 0;
    transform: translateY(-100%);
  }

  .showcase-plate {
    z-index: 5;
    letter-spacing: 1px;
    border-radius: 12px;
    align-items: stretch;
    font-weight: 800;
    animation: .8s .25s both dhs-pop;
    display: inline-flex;
    position: absolute;
    top: 22px;
    left: 22px;
    overflow: hidden;
    box-shadow: 0 14px 36px -10px #000000b3;
  }

  .sp-flag {
    color: #fff;
    background: #1d4ed8;
    place-items: center;
    padding: 9px 11px;
    font-size: 12px;
    display: grid;
  }

  .sp-num {
    color: #111;
    background: #fff;
    padding: 9px 16px;
    font-size: 20px;
  }

  .showcase-live {
    z-index: 5;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    color: #fff;
    letter-spacing: .06em;
    background: #0a0a0ab3;
    border: 1px solid #4ade8080;
    border-radius: 999px;
    align-items: center;
    gap: 8px;
    padding: 9px 13px;
    font-size: 12px;
    font-weight: 700;
    animation: .8s .4s both dhs-pop;
    display: inline-flex;
    position: absolute;
    top: 22px;
    right: 22px;
  }

  .lv-dot {
    background: #22c55e;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    animation: 1.6s infinite lvPulse;
    box-shadow: 0 0 #22c55e99;
  }

  @keyframes lvPulse {
    0% {
      box-shadow: 0 0 #22c55e99;
    }

    70% {
      box-shadow: 0 0 0 12px #22c55e00;
    }

    100% {
      box-shadow: 0 0 #22c55e00;
    }
  }

  .showcase-meta {
    z-index: 5;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    animation: .8s .55s both dhs-pop;
    display: grid;
    position: absolute;
    bottom: 18px;
    left: 18px;
    right: 18px;
  }

  .meta-row {
    -webkit-backdrop-filter: blur(16px) saturate(160%);
    backdrop-filter: blur(16px) saturate(160%);
    color: #fff;
    background: #0c0c0eb8;
    border: 1px solid #ffffff14;
    border-radius: 16px;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    transition: transform .4s, border-color .4s;
    display: flex;
  }

  .meta-row:hover {
    border-color: #ffc40066;
    transform: translateY(-2px);
  }

  .meta-ico {
    color: #111;
    background: linear-gradient(135deg, #ffc400, #ff9500);
    border-radius: 11px;
    flex-shrink: 0;
    place-items: center;
    width: 38px;
    height: 38px;
    display: grid;
  }

  .meta-ico svg {
    width: 18px;
    height: 18px;
  }

  .meta-txt strong {
    font-size: 15px;
    font-weight: 800;
    line-height: 1.1;
    display: block;
  }

  .meta-txt em {
    opacity: .7;
    margin-top: 3px;
    font-size: 11.5px;
    font-style: normal;
    display: block;
  }

  .showcase-cta {
    color: #111;
    background: linear-gradient(135deg, #ffc400 0%, #ffb000 55%, #ff9500 100%);
    border: 1px solid #00000014;
    border-radius: 20px;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    text-decoration: none;
    transition: transform .3s, box-shadow .3s;
    animation: .8s .7s both dhs-pop;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: 0 22px 50px -16px #ffb40099, inset 0 1px #ffffff80;
  }

  .showcase-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 28px 60px -16px #ffb400bf, inset 0 1px #ffffff80;
  }

  .showcase-cta:before {
    content: "";
    background: linear-gradient(110deg, #0000 30%, #ffffff8c 50%, #0000 70%);
    animation: 3.5s ease-in-out infinite dhs-shine;
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
  }

  .sc-ico {
    color: #ffc400;
    background: #111;
    border-radius: 13px;
    flex-shrink: 0;
    place-items: center;
    width: 46px;
    height: 46px;
    display: grid;
    box-shadow: inset 0 0 0 1px #ffc40066;
  }

  .sc-ico svg {
    width: 22px;
    height: 22px;
  }

  .sc-txt {
    flex: 1;
    min-width: 0;
  }

  .sc-txt strong {
    font-size: 17px;
    font-weight: 800;
    line-height: 1.1;
    display: block;
  }

  .sc-txt em {
    opacity: .78;
    margin-top: 3px;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    display: block;
  }

  .sc-arrow {
    color: #111;
    opacity: .7;
    flex-shrink: 0;
    place-items: center;
    width: 32px;
    height: 32px;
    transition: transform .3s, opacity .3s;
    display: grid;
  }

  .sc-arrow svg {
    width: 20px;
    height: 20px;
  }

  .showcase-cta:hover .sc-arrow {
    opacity: 1;
    transform: translateX(4px);
  }

  .showcase-marquee {
    background: linear-gradient(90deg, #111, #1c1c1c, #111);
    border: 1px solid #ffc40040;
    border-radius: 14px;
    padding: 11px 0;
    animation: .8s .85s both dhs-pop;
    position: relative;
    overflow: hidden;
  }

  .showcase-marquee:before, .showcase-marquee:after {
    content: "";
    z-index: 2;
    pointer-events: none;
    width: 70px;
    position: absolute;
    top: 0;
    bottom: 0;
  }

  .showcase-marquee:before {
    background: linear-gradient(90deg, #111, #0000);
    left: 0;
  }

  .showcase-marquee:after {
    background: linear-gradient(-90deg, #111, #0000);
    right: 0;
  }

  .sm-track {
    white-space: nowrap;
    color: #ffc400;
    letter-spacing: 2px;
    gap: 36px;
    padding-left: 36px;
    font-size: 12.5px;
    font-weight: 800;
    animation: 26s linear infinite dhs-marquee;
    display: inline-flex;
  }

  .sm-track span {
    align-items: center;
    display: inline-flex;
  }

  .sm-track span + span:before {
    content: "●";
    color: #ffc40066;
    margin-right: 36px;
  }
}

@media (width >= 1280px) {
  .showcase-frame {
    aspect-ratio: 5 / 6;
    border-radius: 36px;
  }

  .sp-num {
    font-size: 22px;
  }
}

@keyframes dhs-rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes dhs-pop {
  from {
    opacity: 0;
    transform: translateY(-6px) scale(.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes dhs-scan {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}

@keyframes dhs-shine {
  0%, 100% {
    transform: translateX(-100%);
  }

  50% {
    transform: translateX(100%);
  }
}

@keyframes dhs-marquee {
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) and (width >= 993px) {
  .showcase-glow, .showcase-scan, .sm-track, .showcase-cta:before {
    animation: none !important;
  }
}
