/* 作品牆 — Apple Cover Flow 大氣滑動 */

.works-page {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  background: #0a0604;
}

.works-page .chat-bg-scroll {
  position: fixed;
  inset: 0;
  z-index: 0;
  opacity: 0.28;
  pointer-events: none;
}

.works-stage {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 16px 72px;
}

.works-head {
  text-align: center;
  margin-bottom: 20px;
}

.works-head__backs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
  margin-bottom: 10px;
}

.works-head__back {
  display: inline-block;
  color: #ffd56a;
  text-decoration: none;
  font-size: 14px;
  opacity: 0.85;
}

.works-head__inline {
  color: #ffd56a;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.works-head__back:hover {
  opacity: 1;
  text-decoration: underline;
}

.works-head__title {
  margin: 0;
  font-size: clamp(22px, 4vw, 32px);
  color: #ffd56a;
  text-shadow: 0 0 24px rgba(255, 180, 60, 0.45);
  letter-spacing: 0.06em;
}

.works-head__sub {
  margin: 8px 0 0;
  color: rgba(245, 230, 200, 0.72);
  font-size: 14px;
  line-height: 1.5;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.works-head__title-en {
  margin: 4px 0 0;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 213, 106, 0.75);
  letter-spacing: 0.04em;
}

.works-head__sub--en {
  font-size: 13px;
  opacity: 0.65;
}

.works-coverflow__title-en,
.works-coverflow__intro,
.works-coverflow__intro-en {
  margin: 4px 0 0;
  text-align: center;
  line-height: 1.45;
}

.works-coverflow__title-en {
  font-size: 13px;
  color: rgba(255, 213, 106, 0.8);
  font-weight: 500;
}

.works-coverflow__intro {
  font-size: 14px;
  color: rgba(245, 230, 200, 0.88);
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.works-coverflow__intro-en {
  font-size: 12px;
  color: rgba(245, 230, 200, 0.58);
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.work-reveal__title-en,
.work-reveal__intro,
.work-reveal__intro-en {
  margin: 0 0 8px;
  line-height: 1.45;
}

.work-reveal__title-en {
  font-size: 14px;
  color: rgba(255, 213, 106, 0.85);
}

.work-reveal__intro {
  font-size: 14px;
  color: rgba(245, 230, 200, 0.9);
}

.work-reveal__intro-en {
  font-size: 13px;
  color: rgba(245, 230, 200, 0.62);
}

.work-reveal__body--info {
  flex-direction: column;
  align-items: center;
}

.work-reveal__body--video {
  gap: 16px;
}

.works-coverflow__video {
  margin: 6px 0 4px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 213, 106, 0.35);
  background: #000;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.works-coverflow__inline-video {
  display: block;
  width: 100%;
  max-height: min(42vh, 320px);
  object-fit: contain;
  background: #000;
}

.work-phone--landscape {
  width: min(92vw, 860px);
  padding: 8px;
}

.work-phone__video--landscape {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  border-radius: 12px;
}

.works-page--plan380 .works-coverflow__detail {
  margin-top: 8px;
}

.work-reveal__poster--full {
  width: min(92vw, 720px);
  height: auto;
  max-height: 70vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  cursor: zoom-in;
}

.works-page--info180 .works-coverflow__detail {
  margin-top: 8px;
}

/* ── Cover Flow 舞台 ── */
.works-coverflow {
  position: relative;
  margin: 0 auto;
}

.works-coverflow__viewport {
  position: relative;
  height: min(52vh, 480px);
  min-height: 320px;
  perspective: 1400px;
  perspective-origin: 50% 42%;
  overflow: visible;
  touch-action: pan-y;
  cursor: grab;
}

.works-coverflow__viewport:active {
  cursor: grabbing;
}

.works-coverflow__track {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
}

.works-coverflow__track.is-dragging .coverflow-card {
  transition: none !important;
}

.works-coverflow__glow {
  position: absolute;
  left: 50%;
  top: 58%;
  width: min(420px, 70vw);
  height: min(280px, 45vw);
  transform: translate(-50%, -50%);
  background-size: cover;
  background-position: center;
  filter: blur(48px) saturate(1.4) brightness(0.7);
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
  transition: background-image 0.5s ease, opacity 0.4s ease;
}

.works-coverflow__floor {
  position: absolute;
  left: 50%;
  bottom: 8%;
  width: min(520px, 85vw);
  height: 40px;
  transform: translateX(-50%) rotateX(72deg);
  background: radial-gradient(ellipse, rgba(255, 200, 80, 0.35) 0%, transparent 70%);
  filter: blur(8px);
  pointer-events: none;
  z-index: 0;
}

/* ── 卡片 ── */
.coverflow-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(280px, 62vw);
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  transform-style: preserve-3d;
  transform-origin: center center;
  transition:
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.45s ease,
    filter 0.45s ease;
  -webkit-tap-highlight-color: transparent;
  will-change: transform, opacity;
}

.coverflow-card__frame {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid rgba(255, 213, 106, 0.35);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  transition: box-shadow 0.45s ease, border-color 0.45s ease;
  backface-visibility: hidden;
}

.coverflow-card.is-active .coverflow-card__frame {
  border-color: rgba(255, 213, 106, 0.75);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.65),
    0 0 60px rgba(255, 180, 60, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.coverflow-card.is-side .coverflow-card__frame {
  filter: brightness(0.75) saturate(0.85);
}

.coverflow-card.is-far {
  pointer-events: none;
}

.coverflow-card__poster {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.coverflow-card__shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    125deg,
    transparent 30%,
    rgba(255, 255, 255, 0.12) 48%,
    transparent 62%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.coverflow-card.is-active .coverflow-card__shine {
  opacity: 1;
  animation: cover-shine 3s ease-in-out infinite;
}

@keyframes cover-shine {
  0%, 70% { transform: translateX(-30%); opacity: 0; }
  85% { opacity: 1; }
  100% { transform: translateX(30%); opacity: 0; }
}

.coverflow-card__label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 12px 10px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.82));
  color: #ffd56a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.coverflow-card.is-active .coverflow-card__label,
.coverflow-card.is-side .coverflow-card__label {
  opacity: 1;
}

/* ── 導航箭咀 ── */
.works-coverflow__nav {
  position: absolute;
  top: 42%;
  z-index: 20;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 213, 106, 0.45);
  border-radius: 50%;
  background: rgba(10, 6, 4, 0.75);
  color: #ffd56a;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.works-coverflow__nav:hover:not(:disabled) {
  background: rgba(30, 20, 10, 0.9);
  transform: scale(1.08);
}

.works-coverflow__nav:disabled {
  opacity: 0.25;
  cursor: default;
}

.works-coverflow__nav--prev {
  left: 4px;
}

.works-coverflow__nav--next {
  right: 4px;
}

@media (max-width: 640px) {
  .works-coverflow__nav {
    width: 36px;
    height: 36px;
    font-size: 22px;
  }
}

/* ── 圓點索引 ── */
.works-coverflow__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
}

.works-coverflow__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 213, 106, 0.3);
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, width 0.25s ease;
}

.works-coverflow__dot.is-active {
  width: 24px;
  border-radius: 4px;
  background: #ffd56a;
  box-shadow: 0 0 12px rgba(255, 200, 80, 0.6);
}

/* ── 下方詳情區 ── */
.works-coverflow__detail {
  text-align: center;
  margin-top: 24px;
  padding: 0 12px;
  animation: detail-in 0.5s ease;
}

@keyframes detail-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.works-coverflow__title {
  margin: 0 0 6px;
  font-size: clamp(18px, 3.5vw, 26px);
  color: #ffd56a;
  text-shadow: 0 0 20px rgba(255, 180, 60, 0.3);
}

.works-coverflow__price {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  color: #ff88aa;
}

.works-coverflow__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.works-coverflow__play {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border: 1px solid rgba(255, 213, 106, 0.55);
  border-radius: 999px;
  background: rgba(10, 6, 4, 0.82);
  color: #ffd56a;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  backdrop-filter: blur(6px);
  transition: transform 0.2s ease, background 0.2s ease;
}

.works-coverflow__play:hover {
  background: rgba(30, 20, 10, 0.92);
  transform: scale(1.04);
}

.works-coverflow__play-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff6b9d, #ff4081);
  color: #fff;
  font-size: 10px;
  box-shadow: 0 0 12px rgba(255, 64, 129, 0.6);
}

.works-coverflow__wts {
  display: inline-flex;
  align-items: center;
  padding: 12px 20px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.works-coverflow__wts:hover {
  filter: brightness(1.08);
}

/* ── Demo CTA ── */
.work-demo-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 12px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff5c9a 0%, #ff2d78 45%, #e91e8c 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 0 rgba(255, 45, 120, 0.55), 0 6px 24px rgba(255, 45, 120, 0.45);
  animation: demo-pulse 2s ease-in-out infinite;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.work-demo-cta:hover {
  transform: scale(1.06);
  filter: brightness(1.1);
  animation: none;
}

.work-demo-cta__shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, 0.45) 50%, transparent 65%);
  transform: translateX(-120%);
  animation: demo-shimmer 2.8s ease-in-out infinite;
  pointer-events: none;
}

.work-demo-cta__text {
  position: relative;
  z-index: 1;
}

@keyframes demo-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 45, 120, 0.5), 0 6px 20px rgba(255, 45, 120, 0.4); }
  50% { box-shadow: 0 0 0 10px rgba(255, 45, 120, 0), 0 8px 28px rgba(255, 45, 120, 0.55); }
}

@keyframes demo-shimmer {
  0%, 55% { transform: translateX(-120%); }
  100% { transform: translateX(120%); }
}

/* ── 全屏放大放映 ── */
.work-reveal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.work-reveal[hidden] {
  display: none !important;
}

.work-reveal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 2, 1, 0.88);
  cursor: pointer;
}

.work-reveal__flash {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at 50% 45%, rgba(255, 240, 180, 0.95) 0%, rgba(255, 200, 80, 0.4) 35%, transparent 70%);
}

.work-reveal.is-opening .work-reveal__flash {
  animation: reveal-flash 0.65s ease-out forwards;
}

@keyframes reveal-flash {
  0% { opacity: 0; }
  12% { opacity: 1; }
  35% { opacity: 0.85; }
  100% { opacity: 0; }
}

.work-reveal__panel {
  position: relative;
  z-index: 2;
  width: min(920px, 96vw);
  max-height: 92vh;
  overflow: auto;
  padding: 20px 22px 24px;
  border-radius: 14px;
  border: 2px solid rgba(255, 213, 106, 0.55);
  background: linear-gradient(165deg, rgba(28, 18, 10, 0.97) 0%, rgba(10, 6, 4, 0.98) 100%);
  box-shadow: 0 0 60px rgba(255, 180, 60, 0.25), inset 0 0 40px rgba(255, 200, 80, 0.06);
  transform: scale(0.2);
  opacity: 0;
}

.work-reveal.is-opening .work-reveal__panel {
  animation: reveal-zoom 0.7s cubic-bezier(0.18, 1.05, 0.32, 1) forwards;
}

@keyframes reveal-zoom {
  0% { transform: scale(0.15); opacity: 0; filter: brightness(2); }
  40% { filter: brightness(1.4); }
  100% { transform: scale(1); opacity: 1; filter: brightness(1); }
}

.work-reveal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 213, 106, 0.4);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.35);
  color: #ffd56a;
  font-size: 18px;
  cursor: pointer;
}

.work-reveal__title {
  margin: 0 36px 16px 0;
  font-size: clamp(18px, 3vw, 24px);
  color: #ffd56a;
}

.work-reveal__body {
  display: grid;
  grid-template-columns: minmax(200px, 280px) 1fr;
  gap: 20px;
  align-items: start;
}

@media (max-width: 720px) {
  .work-reveal__body {
    grid-template-columns: 1fr;
  }
}

.work-phone {
  position: relative;
  padding: 10px;
  border-radius: 28px;
  background: linear-gradient(145deg, #3a3020 0%, #1a1208 100%);
  border: 3px solid #c9a030;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.55), inset 0 0 20px rgba(255, 220, 120, 0.08);
}

.work-phone::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 5px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
}

.work-phone__video {
  display: block;
  width: 100%;
  border-radius: 20px;
  background: #000;
  aspect-ratio: 224 / 480;
  object-fit: cover;
}

.work-reveal__poster {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid rgba(255, 213, 106, 0.25);
}

.work-reveal__price {
  margin: 12px 0 8px;
  font-size: 22px;
  font-weight: 700;
  color: #ff88aa;
}

.work-reveal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.work-reveal__wts {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 8px;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.work-reveal__wts:hover {
  filter: brightness(1.08);
}

.work-reveal__demo {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 12px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff5c9a 0%, #ff2d78 45%, #e91e8c 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.04em;
  box-shadow: 0 0 0 0 rgba(255, 45, 120, 0.55), 0 6px 24px rgba(255, 45, 120, 0.45);
  animation: demo-pulse 2s ease-in-out infinite;
  transition: transform 0.2s ease, filter 0.2s ease;
}

a.work-reveal__demo:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
  animation: none;
}

/* ── 參考圖縮圖 ── */
.works-refs {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 213, 106, 0.2);
}

.works-refs--modal {
  margin-top: 16px;
  padding-top: 14px;
}

.works-refs__heading {
  margin: 0 0 12px;
  font-size: 13px;
  color: rgba(245, 230, 200, 0.65);
  letter-spacing: 0.06em;
}

.works-refs__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.works-ref-thumb {
  position: relative;
  width: 100px;
  padding: 0;
  border: 2px solid rgba(255, 213, 106, 0.35);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  cursor: zoom-in;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  -webkit-tap-highlight-color: transparent;
}

.works-ref-thumb:hover,
.works-ref-thumb:focus-visible {
  transform: scale(1.06);
  border-color: #ffd56a;
  box-shadow: 0 0 20px rgba(255, 200, 80, 0.45);
}

.works-ref-thumb img {
  display: block;
  width: 100%;
  height: 72px;
  object-fit: cover;
  vertical-align: top;
}

.works-ref-thumb__label {
  display: block;
  padding: 5px 6px;
  font-size: 10px;
  line-height: 1.3;
  color: #ffd56a;
  background: rgba(10, 6, 4, 0.9);
  text-align: center;
}

.work-reveal__poster {
  cursor: zoom-in;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.work-reveal__poster:hover {
  transform: scale(1.02);
  box-shadow: 0 0 16px rgba(255, 200, 80, 0.35);
}

/* ── 參考圖全屏放大 ── */
.ref-lightbox {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.ref-lightbox[hidden] {
  display: none !important;
}

.ref-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 1, 0, 0.92);
  cursor: zoom-out;
}

.ref-lightbox__panel {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: min(960px, 96vw);
  max-height: 92vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: scale(0.88);
  opacity: 0;
}

.ref-lightbox.is-opening .ref-lightbox__panel {
  animation: ref-zoom-in 0.45s cubic-bezier(0.18, 1.05, 0.32, 1) forwards;
}

@keyframes ref-zoom-in {
  from { transform: scale(0.75); opacity: 0; filter: brightness(1.5); }
  to { transform: scale(1); opacity: 1; filter: brightness(1); }
}

.ref-lightbox__img {
  display: block;
  max-width: 100%;
  max-height: calc(92vh - 56px);
  width: auto;
  height: auto;
  border-radius: 10px;
  border: 2px solid rgba(255, 213, 106, 0.45);
  box-shadow: 0 0 60px rgba(255, 180, 60, 0.25);
  object-fit: contain;
}

.ref-lightbox__caption {
  margin: 12px 0 0;
  color: #ffd56a;
  font-size: 15px;
  text-align: center;
}

.ref-lightbox__close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 213, 106, 0.45);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
  color: #ffd56a;
  font-size: 18px;
  cursor: pointer;
}

.ref-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 213, 106, 0.45);
  border-radius: 50%;
  background: rgba(10, 6, 4, 0.8);
  color: #ffd56a;
  font-size: 24px;
  cursor: pointer;
  z-index: 2;
}

.ref-lightbox__nav:disabled {
  opacity: 0.25;
  cursor: default;
}

.ref-lightbox__nav--prev {
  left: -52px;
}

.ref-lightbox__nav--next {
  right: -52px;
}

@media (max-width: 720px) {
  .ref-lightbox__nav--prev {
    left: 4px;
  }
  .ref-lightbox__nav--next {
    right: 4px;
  }
  .ref-lightbox__close {
    top: 8px;
    right: 8px;
    position: fixed;
  }
}

/* ── 手機版：壓縮頂部空白，展示圖貼近標題，返回掣易觸及 ── */
@media (max-width: 640px) {
  .works-stage {
    padding: 8px 12px 40px;
  }

  .works-head {
    position: sticky;
    top: 0;
    z-index: 15;
    margin-bottom: 6px;
    padding: 6px 0 8px;
    background: linear-gradient(
      to bottom,
      rgba(10, 6, 4, 0.97) 0%,
      rgba(10, 6, 4, 0.92) 75%,
      rgba(10, 6, 4, 0) 100%
    );
  }

  .works-head__back {
    font-size: 13px;
    margin-bottom: 4px;
  }

  .works-head__title {
    font-size: 20px;
  }

  .works-head__title-en {
    font-size: 11px;
    margin-top: 2px;
  }

  .works-head__sub {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.4;
  }

  .works-head__sub--en {
    display: none;
  }

  .works-coverflow__viewport {
    height: min(34vh, 260px);
    min-height: 190px;
    perspective-origin: 50% 38%;
  }

  .coverflow-card {
    top: 42%;
    width: min(240px, 58vw);
  }

  .works-coverflow__nav {
    top: 38%;
  }

  .works-coverflow__glow {
    top: 48%;
    width: min(300px, 62vw);
    height: min(200px, 38vw);
  }

  .works-coverflow__floor {
    bottom: 4%;
  }

  .works-coverflow__dots {
    margin-top: 4px;
  }

  .works-coverflow__detail {
    margin-top: 10px;
    padding: 0 8px;
  }

  .works-coverflow__title {
    font-size: 17px;
    margin-bottom: 4px;
  }

  .works-coverflow__intro {
    font-size: 12px;
  }

  .works-coverflow__intro-en {
    display: none;
  }

  .works-coverflow__price {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .works-coverflow__inline-video {
    max-height: min(32vh, 220px);
  }
}
