/* 成品5 · lighthouse-stripe · 灯塔条纹台（对齐修复） */
:root{
  --lh-sand:#f4ead8;
  --lh-ink:#1a2f4a;
  --lh-navy:#16324f;
  --lh-red:#c2410c;
  --lh-brass:#c9a227;
  --lh-foam:#2a9d8f;
  --lh-cream:#fff8ee;
  --lh-muted:#5c6b7a;
  --lh-wrap:1120px;
  --lh-gutter:20px;
  --div-accent:#c2410c;
  --div-secondary:#2a9d8f;
  --div-highlight:#c9a227;
  --div-bg:#f4ead8;
  --div-surface:#fff8ee;
  --div-text:#1a2f4a;
  --div-muted:#5c6b7a;
}
html{scroll-behavior:smooth;color-scheme:light;max-width:100%;overflow-x:clip;-webkit-text-size-adjust:100%;text-size-adjust:100%}
body.body-div{
  --div-accent:var(--lh-red);
  --div-secondary:var(--lh-foam);
  --div-highlight:var(--lh-brass);
  --div-bg:var(--lh-sand);
  --div-surface:var(--lh-cream);
  --div-text:var(--lh-ink);
  --div-muted:var(--lh-muted);
  margin:0;
  background-color:var(--lh-sand)!important;
  background-image:
    radial-gradient(ellipse at 12% 0%,rgba(42,157,143,.12),transparent 42%),
    radial-gradient(ellipse at 88% 8%,rgba(194,65,12,.08),transparent 38%)!important;
  color:var(--lh-ink)!important;
  font-family:"Noto Sans SC","PingFang SC",sans-serif;
  padding-left:env(safe-area-inset-left);
  padding-right:env(safe-area-inset-right);
  -webkit-tap-highlight-color:transparent;
  overscroll-behavior-x:none;
}
body.body-div,body.body-div *{box-sizing:border-box}
body.body-div a{text-decoration:none}
body.body-div .div-brand::before{display:none!important}
body.body-div .div-shell{display:block!important;grid-template-columns:unset!important}
body.body-div .div-rail,body.body-div .div-topbar{display:none!important}
body.body-div h1,body.body-div h2,.div-brand__text{
  font-family:Fraunces,"Noto Serif SC",serif;font-weight:700;
}

.lh-foam{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}
.lh-foam i{
  position:absolute;border-radius:50%;
  background:rgba(255,248,238,.7);
  box-shadow:0 0 0 2px rgba(42,157,143,.28);
  animation:lh-drift 16s linear infinite;
  opacity:.35;
}
.lh-foam i:nth-child(3n){background:rgba(201,162,39,.28)}
.lh-foam i:nth-child(4n){background:rgba(194,65,12,.22)}
@keyframes lh-drift{
  0%{transform:translateX(-6vw)}
  100%{transform:translateX(12vw)}
}

body.body-div .div-header{
  background:var(--lh-cream)!important;
  border-bottom:0!important;
  position:sticky;top:0;z-index:40;
  box-shadow:0 8px 24px rgba(22,50,79,.08);
}
body.body-div .div-header--lh::before{
  content:"";display:block;height:8px;
  background:repeating-linear-gradient(-55deg,#fff 0 10px,var(--lh-red) 10px 20px,var(--lh-navy) 20px 30px);
}
body.body-div .div-header--lh .div-header__inner{
  max-width:var(--lh-wrap);margin:0 auto;padding:12px var(--lh-gutter);
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;gap:12px 16px;
  flex-wrap:nowrap!important;
}
body.body-div .div-brand{
  display:flex;align-items:center;gap:10px;flex-shrink:0;margin:0;
}
body.body-div .div-brand__mark{
  width:44px;height:44px;border-radius:50%;flex-shrink:0;
  display:grid;place-items:center;
  background:var(--lh-navy);color:#fff8ee!important;
  border:3px solid var(--lh-brass);
  font-weight:800;font-size:16px;font-family:Fraunces,serif;line-height:1;
}
body.body-div .div-brand__text{font-size:20px;color:var(--lh-navy)!important;line-height:1.15}
body.body-div .div-brand__text em{
  display:block;font-style:normal;font-size:11px;color:var(--lh-red);
  letter-spacing:.08em;margin-top:2px;font-family:"Noto Sans SC",sans-serif;font-weight:600;
}
body.body-div .div-header--lh .div-nav{
  display:flex;flex-wrap:nowrap;justify-content:flex-end;align-items:center;
  gap:2px;min-width:0;margin:0;
}
body.body-div .div-header--lh .div-nav a{
  color:var(--lh-navy)!important;font-size:14px;font-weight:700;
  padding:8px 10px;border-radius:999px;background:transparent;white-space:nowrap;
  box-shadow:none!important;
}
body.body-div .div-header--lh .div-nav a:hover{background:rgba(42,157,143,.12)}
body.body-div .div-header--lh .div-search{
  display:flex;align-items:stretch;margin-left:0!important;
  width:220px;height:42px;flex-shrink:0;
}
body.body-div .div-search input{
  flex:1;min-width:0;height:42px;font-size:16px;border:2px solid var(--lh-navy);border-right:0;
  background:#fff;color:var(--lh-ink);padding:0 12px;outline:0;border-radius:21px 0 0 21px;
}
body.body-div .div-search button{
  height:42px;border:2px solid var(--lh-navy);padding:0 12px;font-weight:700;
  background:var(--lh-red)!important;color:#fff!important;background-image:none!important;
  border-radius:0 21px 21px 0;cursor:pointer;
}
body.body-div .nav-toggle{
  display:none!important;width:42px;height:42px;border:2px solid var(--lh-navy);
  background:#fff;color:var(--lh-navy);border-radius:50%;cursor:pointer;
}

body.body-div .page-main{
  max-width:var(--lh-wrap);margin:0 auto;padding:22px var(--lh-gutter) 56px;
  position:relative;z-index:1;
}

body.body-div .div-hero,
body.body-div .div-hero--lh{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(200px,280px)!important;
  gap:28px;align-items:center;
  background:var(--lh-cream)!important;
  padding:28px 32px!important;margin:0 0 28px!important;
  border:0!important;border-radius:24px!important;
  box-shadow:0 10px 28px rgba(22,50,79,.1)!important;
  color:var(--lh-ink)!important;
}
body.body-div .div-hero--lh h1,
body.body-div .div-hero--lh p,
body.body-div .div-hero--lh .div-lead,
body.body-div .div-hero--lh .div-kicker{
  color:var(--lh-ink)!important;
}
body.body-div .div-hero--lh h1{font-size:clamp(26px,3.4vw,42px);margin:0 0 10px;color:var(--lh-navy)!important;line-height:1.2}
body.body-div .div-hero--lh .div-lead{max-width:38em;line-height:1.75;margin:0}
body.body-div .div-hero--lh .div-kicker{
  display:inline-block;margin:0 0 8px;padding:4px 12px;border-radius:99px;
  background:rgba(42,157,143,.16);color:var(--lh-foam)!important;font-size:12px;letter-spacing:.14em;
  text-transform:none;
}
body.body-div .lh-hero__still{
  display:block;position:relative;width:100%;max-width:248px;aspect-ratio:1/1;overflow:hidden;
  border-radius:50%;border:8px solid var(--lh-navy);margin:0 auto;justify-self:center;
  box-shadow:0 0 0 5px var(--lh-brass);
}
body.body-div .lh-hero__still img{width:100%;height:100%;object-fit:cover;display:block;max-width:none}
body.body-div .lh-hero__still span{
  position:absolute;bottom:16%;left:50%;transform:translateX(-50%);
  background:var(--lh-red);color:#fff;font-size:11px;padding:4px 10px;letter-spacing:.12em;
  border-radius:99px;white-space:nowrap;
}
body.body-div .div-hero__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
body.body-div .div-btn,body.body-div .div-hero .div-btn{
  display:inline-flex;align-items:center;justify-content:center;
  background:var(--lh-red)!important;color:#fff!important;
  padding:11px 20px;border:0;border-radius:999px;font-weight:700;min-height:44px;
}
body.body-div .div-btn--ghost,body.body-div .div-hero .div-btn--ghost{
  background:transparent!important;color:var(--lh-navy)!important;
  border:2px solid var(--lh-navy)!important;
}

body.body-div .div-section,body.body-div .section-block{margin:8px 0 32px}
body.body-div .div-section > h2{font-size:22px;color:var(--lh-navy);margin:0 0 16px}
body.body-div .div-section__head,body.body-div .section-head{
  display:flex;justify-content:space-between;align-items:center!important;
  gap:12px;margin:0 0 16px;border:0!important;padding:0!important;
}
body.body-div .div-section__head h2,body.body-div .section-head h2{margin:0;color:var(--lh-navy)!important}
body.body-div .div-section__head a,body.body-div .section-head a{color:var(--lh-red)!important;flex-shrink:0}

body.body-div .movie-grid,
body.body-div .div-grid--featured,
body.body-div .div-board-list,
body.body-div .div-board-grid,
body.body-div .div-grid--rail,
body.body-div .div-grid--wide{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:16px!important;list-style:none;padding:0;margin:0;align-items:stretch;
  flex-direction:unset!important;
}
body.body-div .div-card,body.body-div .div-card--rail{
  display:flex!important;flex-direction:column!important;
  background:var(--lh-cream);border:0!important;border-radius:16px!important;
  overflow:hidden;padding:0!important;gap:0!important;height:100%;min-width:0;
  grid-template-columns:unset!important;
  box-shadow:0 8px 18px rgba(22,50,79,.1);
  background-image:linear-gradient(var(--lh-navy),var(--lh-navy));
  background-size:6px 100%;background-repeat:no-repeat;background-position:left top;
}
body.body-div .div-card:nth-child(5n+2){background-image:linear-gradient(var(--lh-red),var(--lh-red))}
body.body-div .div-card:nth-child(5n+3){background-image:linear-gradient(var(--lh-brass),var(--lh-brass))}
body.body-div .div-card:nth-child(5n+4){background-image:linear-gradient(var(--lh-foam),var(--lh-foam))}
body.body-div .div-card:nth-child(5n){background-image:linear-gradient(#7c3aed,#7c3aed)}
body.body-div .div-card__poster{display:block;width:100%;position:relative;padding-left:6px}
body.body-div .div-card__poster img{
  width:100%;aspect-ratio:5/7!important;height:auto!important;object-fit:cover;display:block;
}
body.body-div .div-card__body{flex:1;padding:10px 12px 12px 16px;background:transparent}
body.body-div .div-card__body h3{margin:0 0 4px;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.body-div .div-card__body h3 a{color:var(--lh-ink)!important}
body.body-div .div-card__body p{margin:0;display:flex;gap:6px;flex-wrap:wrap}
body.body-div .div-card__body p,body.body-div .div-card__body p span{color:var(--lh-muted)!important;font-size:12px}
body.body-div .div-card__badge{background:var(--lh-red)!important;color:#fff!important;border-radius:99px;left:14px}

body.body-div .category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
body.body-div .overview-card{
  display:flex;flex-direction:column;justify-content:space-between;
  padding:16px;min-height:148px;background:var(--lh-cream);
  border:0;border-radius:16px;color:var(--lh-ink)!important;
  box-shadow:0 8px 16px rgba(22,50,79,.08);
  border-top:5px solid var(--lh-navy);min-width:0;
}
body.body-div .overview-card:nth-child(5n+2){border-top-color:var(--lh-red)}
body.body-div .overview-card:nth-child(5n+3){border-top-color:var(--lh-brass)}
body.body-div .overview-card:nth-child(5n+4){border-top-color:var(--lh-foam)}
body.body-div .overview-card:nth-child(5n){border-top-color:#7c3aed}
body.body-div .overview-main strong{display:block;font-size:17px;color:var(--lh-navy)!important;font-family:Fraunces,serif}
body.body-div .overview-main span{display:block;margin-top:8px;color:var(--lh-muted)!important;font-size:13px;line-height:1.55}
body.body-div .overview-links{display:flex;justify-content:space-between;margin-top:12px;font-size:12px;color:var(--lh-red)!important}

body.body-div .page-hero,body.body-div .div-pagehead{
  background:var(--lh-cream);padding:22px 24px;margin:0 0 16px;
  border-radius:20px;box-shadow:0 8px 20px rgba(22,50,79,.08);
}
body.body-div .page-hero h1,body.body-div .div-pagehead h1{margin:0 0 8px;color:var(--lh-navy)!important}
body.body-div .page-hero p,body.body-div .div-pagehead p{margin:0;color:var(--lh-ink)!important;line-height:1.7}
body.body-div .eyebrow{color:var(--lh-foam)!important;letter-spacing:.14em;font-size:12px;margin-bottom:6px}
body.body-div .lh-halls{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 16px}
body.body-div .lh-halls a{
  padding:7px 14px;border-radius:999px;background:var(--lh-cream);color:var(--lh-navy)!important;font-size:13px;
  border:1px solid rgba(22,50,79,.18);
}
body.body-div .lh-halls a:nth-child(3n){border-color:var(--lh-red);color:var(--lh-red)!important}
body.body-div .filter-panel{
  display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px;padding:12px;background:var(--lh-cream);
  border-radius:16px;
}
body.body-div .filter-panel input,body.body-div .filter-panel select{
  font-size:16px;min-height:44px;padding:8px 12px;border:2px solid rgba(22,50,79,.2);
  background:#fff!important;color:var(--lh-ink)!important;border-radius:999px;
}
body.body-div .filter-panel input{flex:1 1 220px}

body.body-div .div-play__player{
  background:var(--lh-navy);padding:14px 14px 16px;margin:0 0 20px;
  border-radius:20px;border:4px solid var(--lh-brass);
  box-shadow:none;
}
body.body-div .div-play__player h2{color:#fff8ee;font-size:16px;margin:0 0 10px;letter-spacing:.06em;text-align:center}
body.body-div .div-play__player video,
body.body-div #movie-player{
  width:100%!important;max-height:none!important;height:auto!important;
  aspect-ratio:16/9;display:block;background:#000;border:0!important;border-radius:12px;
}
body.body-div .div-play__player .div-play__full{display:none}
body.body-div .div-play,
body.body-div .div-play--lh{
  display:flex!important;flex-direction:column!important;align-items:center;text-align:center;
  grid-template-columns:unset!important;
  gap:12px;background:var(--lh-cream);padding:22px 20px;margin:0 0 22px;
  border-radius:20px;box-shadow:0 8px 18px rgba(22,50,79,.08);
}
body.body-div .div-play--lh .div-play__poster,
body.body-div .div-play .div-play__poster{width:148px;margin:0 auto}
body.body-div .div-play--lh .div-play__poster img,
body.body-div .div-play .div-play__poster img{
  width:148px!important;height:148px!important;max-width:148px;aspect-ratio:1/1;
  object-fit:cover;display:block;margin:0 auto;
  border-radius:50%;border:6px solid var(--lh-navy);box-shadow:0 0 0 3px var(--lh-brass);
}
body.body-div .div-play__info{max-width:42em}
body.body-div .div-play__info h1{margin:0 0 8px;color:var(--lh-navy)}
body.body-div .div-play__tags span{
  display:inline-block;margin:0 6px 6px 0;padding:2px 10px;font-size:12px;border-radius:99px;
  background:rgba(194,65,12,.1);color:var(--lh-red);
}
body.body-div .div-crumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:14px;color:var(--lh-muted)!important;margin-bottom:12px}
body.body-div .div-crumb a{color:var(--lh-red)!important}

body.body-div .div-footer,body.body-div .div-footer--lh{
  background:var(--lh-navy)!important;color:#d7e3ef!important;
  border-top:0!important;padding:0 0 36px!important;position:relative;z-index:1;
}
body.body-div .div-footer--lh::before{
  content:"";display:block;height:8px;
  background:repeating-linear-gradient(-55deg,#fff 0 10px,var(--lh-red) 10px 20px,var(--lh-brass) 20px 30px);
}
body.body-div .div-footer--lh .div-footer__inner{
  max-width:var(--lh-wrap);width:100%;margin:0 auto 16px;padding:28px var(--lh-gutter) 0;
  display:grid!important;grid-template-columns:1.5fr 1fr 1fr;gap:24px;
  flex-wrap:nowrap;
}
body.body-div .div-foot__brand p{margin:8px 0 0;line-height:1.7;max-width:36em}
body.body-div .div-foot__brand strong{font-size:24px;color:#fff8ee;font-family:Fraunces,serif}
body.body-div .div-foot__nav{display:flex;flex-direction:column;gap:8px}
body.body-div .div-foot__nav a{color:#fff8ee!important}
body.body-div .div-foot__bar{
  max-width:var(--lh-wrap);margin:0 auto;padding:14px var(--lh-gutter) 0;
  border-top:1px solid rgba(255,255,255,.12);
  display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;font-size:12px;
}

@media (max-width:1100px){
  body.body-div .movie-grid,
  body.body-div .div-grid--featured,
  body.body-div .div-board-list,
  body.body-div .div-board-grid,
  body.body-div .div-grid--rail{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  body.body-div .category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  body.body-div .nav-toggle{display:inline-grid!important;place-items:center;grid-column:3;grid-row:1}
  body.body-div .div-header--lh .div-nav{display:none}
  body.body-div .div-header--lh .div-nav.open{
    display:flex;flex-wrap:wrap;justify-content:flex-start;grid-column:1/-1;grid-row:2;
  }
  body.body-div .div-header--lh .div-header__inner{grid-template-columns:auto minmax(0,1fr) 42px}
  body.body-div .div-header--lh .div-search{width:100%;max-width:none}
}
@media (max-width:900px){
  body.body-div .div-hero--lh{grid-template-columns:1fr!important;padding:22px 18px!important}
  body.body-div .lh-hero__still{width:220px;justify-self:center}
  body.body-div .div-footer--lh .div-footer__inner{grid-template-columns:1fr!important}
  body.body-div .movie-grid,
  body.body-div .div-grid--featured,
  body.body-div .div-board-list,
  body.body-div .div-board-grid,
  body.body-div .category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.body-div .lh-foam{display:none}
}
@media (prefers-reduced-motion:reduce){
  .lh-foam,.lh-foam i{display:none;animation:none}
}
@media (pointer:coarse){
  .lh-foam{display:none}
}
body.body-div a,body.body-div button,body.body-div input,body.body-div select{touch-action:manipulation}
body.body-div img{max-width:100%;height:auto}
body.body-div .lh-hero__still img,body.body-div .div-play__poster img{max-width:none}
body.body-div .div-card{content-visibility:auto;contain-intrinsic-size:180px 280px}
body.body-div .image-off{opacity:.4;filter:grayscale(.4)}
body.body-div .empty-state{text-align:center;padding:28px 16px;color:var(--lh-muted);background:var(--lh-cream);border-radius:16px}
body.body-div :focus-visible{outline:2px solid var(--lh-red);outline-offset:2px}
body.body-div .div-card__body h3,body.body-div .div-lead,body.body-div .div-foot__brand p,body.body-div .div-play__info p{overflow-wrap:anywhere}
body.body-div .div-footer--lh{padding-bottom:calc(36px + env(safe-area-inset-bottom))!important}
@media (max-width:360px){
  body.body-div .movie-grid,body.body-div .category-grid{grid-template-columns:1fr!important}
  body.body-div .div-header--lh .div-brand__text{font-size:16px}
}
@media print{
  .div-header,.div-footer,.lh-foam,.filter-panel{display:none!important}
}
