/* One feat. / intro movie. Scoped styles; the existing LP is not redesigned. */
:root {
  --intro-movie-ink: var(--navy, #0a2342);
  --intro-movie-accent: var(--pink, #d82872);
  --intro-movie-radius: 14px;
}
.intro-movie-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 17px;
  width: min(100%, 410px);
  padding: 12px 16px 12px 12px;
  margin: 0 0 22px;
  border: 1px solid #eadce5;
  border-radius: var(--intro-movie-radius);
  background: linear-gradient(110deg, #fff9fc 0%, #f6f4ff 100%);
  color: var(--intro-movie-ink);
  box-shadow: 0 8px 22px #0a234208;
  transition: border-color 150ms, box-shadow 150ms;
  text-align: left;
  line-height: 1.5;
}
.intro-movie-card:hover { border-color: #dca4bd; box-shadow: 0 10px 25px #0a234212; }
.intro-movie-thumb { display: block; overflow: hidden; border-radius: 6px; background: #fbe4ef; aspect-ratio: 9/16; }
.intro-movie-thumb img { width: 100%; height: 100%; object-fit: contain; }
.intro-movie-copy { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; }
.intro-movie-eyebrow { color: var(--intro-movie-accent); font-size: 11px; font-weight: 700; letter-spacing: .09em; }
.intro-movie-copy strong { display: block; font-size: 18px; line-height: 1.5; font-weight: 800; letter-spacing: -.025em; margin: 3px 0 6px; }
.intro-movie-copy strong > span { display: block; }
.intro-movie-caption { font-size: 11px; font-weight: 500; color: #536477; }
.intro-movie-time { font: 700 11px/1.4 Arial, sans-serif; }
.intro-movie-play { display: grid; place-items: center; border-radius: 50%; width: 42px; height: 42px; background: var(--intro-movie-accent); box-shadow: 0 4px 12px #d8287226; }
.intro-movie-play svg { width: 19px; height: 19px; fill: white; transform: translateX(-1px); }


/* No dialog, hidden overlay, or JS-dependent source. Browser controls get all taps. */
.intro-movie { width:min(100%,410px); margin:0 0 22px; color:var(--intro-movie-ink); }
.intro-movie > .intro-movie-card { width:100%; margin:0; list-style:none; cursor:pointer; -webkit-user-select:none; user-select:none; touch-action:manipulation; }
.intro-movie > summary::-webkit-details-marker { display:none; }
.intro-movie > summary::marker { content:''; }
.intro-movie .movie-when-open { display:none; }
.intro-movie[open] .movie-when-closed { display:none; }
.intro-movie[open] .movie-when-open { display:block; }
.intro-movie[open] span.movie-when-open { display:inline; }
.intro-movie[open] .intro-movie-card { border-radius:14px 14px 0 0; border-bottom-color:transparent; box-shadow:none; }
.intro-movie-panel { border:1px solid #eadce5; border-top:0; border-radius:0 0 14px 14px; background:white; overflow:hidden; }
.intro-movie-native-help { margin:0; padding:10px 12px; font-size:12px; line-height:1.6; color:#536477; text-align:center; }
.intro-movie-stage { display:flex; justify-content:center; align-items:center; background:#0a1427; }
.intro-movie-player { display:block; width:auto; max-width:100%; height:min(62vh,600px); height:min(62svh,600px); aspect-ratio:9/16; object-fit:contain; background:#ebe0f5; pointer-events:auto; }
.intro-movie [hidden] { display:none!important; }
.intro-movie-feedback { margin:0; padding:10px 12px; color:#80324e; background:#fff3f6; font-size:13px; line-height:1.7; }
.intro-movie-footer { padding:12px; text-align:center; }
.intro-movie-consult { display:flex; align-items:center; justify-content:space-between; gap:10px; padding:12px 14px; border-radius:7px; min-height:46px; background:var(--intro-movie-accent); color:white; font-size:13px; font-weight:700; }
.intro-movie-consult:hover { background:#b21d5b; }
.intro-movie-direct,.intro-movie-stop { display:inline-flex; align-items:center; gap:8px; padding:10px 12px; min-height:44px; font-size:12px; color:#536477; text-decoration:underline; text-underline-offset:3px; background:transparent; border:0; cursor:pointer; }
.intro-movie-retry { display:block; font:inherit; font-size:13px; margin:10px auto 0; padding:10px 14px; min-height:44px; background:white; border:1px solid var(--intro-movie-accent); border-radius:7px; color:#a71c59; cursor:pointer; }
.intro-movie :focus-visible { outline:3px solid var(--intro-movie-accent); outline-offset:3px; }
/* Works without scripts too; never let the LINE dock cover native media controls. */
html.intro-movie-open .floating-cta, body:has(#intro-movie[open]) .floating-cta { visibility:hidden; pointer-events:none; }
@media(min-width:721px) and (max-width:1100px) {
 .intro-movie {width:min(100%,360px)}
 .intro-movie-card {gap:12px;grid-template-columns:48px minmax(0,1fr) 36px;padding:11px}
 .intro-movie-copy strong {font-size:16px}
 .intro-movie-play {width:36px;height:36px}
}
@media(max-width:720px) {
 .intro-movie {width:100%;max-width:440px;margin-bottom:16px}
 .intro-movie-card {grid-template-columns:48px minmax(0,1fr) 40px;gap:14px;padding:10px 14px 10px 10px}
 .intro-movie-copy strong {font-size:17px;line-height:1.4;margin:3px 0 5px}
 .intro-movie-eyebrow,.intro-movie-caption {font-size:10px}
 .intro-movie-play {width:40px;height:40px}
 .intro-movie-player {height:min(52vh,560px);height:min(52svh,560px)}
}
@media(max-width:359px) {
 .intro-movie-card {gap:10px;padding-right:10px;grid-template-columns:42px minmax(0,1fr) 34px}
 .intro-movie-copy strong {font-size:15px}
 .intro-movie-play {width:34px;height:34px}
 .intro-movie-consult {font-size:12px}
}
@media(prefers-reduced-motion:reduce) {.intro-movie-card{transition:none}}

.intro-movie-player:fullscreen { width:100%; height:100%; max-width:none; object-fit:contain; background:#000; }
/* Keep a screen-filling player even when an in-app browser denies native fullscreen. */
html.intro-movie-open { overflow:hidden; }
html.intro-movie-open .hero,html.intro-movie-open .hero-copy { z-index:1001; }
.intro-movie[open] .intro-movie-panel { position:fixed; inset:0; z-index:1000; border:0; border-radius:0; background:#000; display:flex; flex-direction:column; padding-top:56px; }
.intro-movie[open] .intro-movie-stage { flex:1; min-height:0; background:#000; }
.intro-movie[open] .intro-movie-player { width:100%; height:100%; max-height:100%; background:#000; }
.intro-movie[open] .intro-movie-native-help,.intro-movie[open] .intro-movie-consult,.intro-movie[open] .intro-movie-direct { display:none; }
.intro-movie[open] .intro-movie-footer { padding:0; }
.intro-movie[open] .intro-movie-stop { position:absolute; top:6px; right:12px; color:#fff; background:#222; border-radius:6px; text-decoration:none; font-size:14px; }
