/* 成品3 · sakura-journal · sj2 打磨
   对齐同一栏宽；拍立得首屏；横卡等高；斜落花瓣可见 */
:root{
  --sj-paper:#f4eadc;
  --sj-sheet:#fffaf3;
  --sj-wine:#8b1e3f;
  --sj-sakura:#d46a7e;
  --sj-matcha:#4f7d5c;
  --sj-ink:#2a6b78;
  --sj-wax:#c4922a;
  --sj-text:#3a2428;
  --sj-muted:#7a5c62;
  --sj-gutter:24px;
  --sj-max:1120px;
  --div-accent:#8b1e3f;
  --div-secondary:#2a6b78;
  --div-highlight:#d46a7e;
  --div-bg:#f4eadc;
  --div-surface:#fffaf3;
  --div-text:#3a2428;
  --div-muted:#7a5c62;
}
html{scroll-behavior:smooth;color-scheme:light}
body.body-div{
  --div-accent:var(--sj-wine);
  --div-secondary:var(--sj-ink);
  --div-highlight:var(--sj-sakura);
  --div-bg:var(--sj-paper);
  --div-surface:var(--sj-sheet);
  --div-text:var(--sj-text);
  --div-muted:var(--sj-muted);
  margin:0;
  background:
    repeating-linear-gradient(90deg,transparent 0 46px,rgba(139,30,63,.04) 46px 47px),
    radial-gradient(900px 420px at 6% -10%,rgba(212,106,126,.2),transparent 52%),
    radial-gradient(720px 380px at 98% 4%,rgba(79,125,92,.14),transparent 50%),
    var(--sj-paper)!important;
  color:var(--sj-text)!important;
  font-family:"Noto Sans SC","PingFang SC","Microsoft YaHei",sans-serif;
  padding-left:env(safe-area-inset-left);
  padding-right:env(safe-area-inset-right);
}
body.body-div h1,body.body-div h2,.div-brand__text{
  font-family:"Ma Shan Zheng","ZCOOL XiaoWei","Noto Serif SC",cursive,serif;
  font-weight:400;
  letter-spacing:.05em;
}
body.body-div .div-brand::before{display:none!important}
body.body-div,body.body-div *{box-sizing:border-box}

/* 花瓣浮在纸底空隙上，不压住顶栏 */
.sj-petals{position:fixed;inset:0;pointer-events:none;z-index:6;overflow:hidden}
.sj-petals span{
  position:absolute;top:-12%;
  width:11px;height:9px;border-radius:70% 0 70% 0;
  opacity:.72;animation:sj-fall linear infinite;
  filter:drop-shadow(0 1px 1px rgba(58,36,40,.18));
}
.sj-petals span.sj-dot{
  border-radius:50%;width:7px;height:7px;opacity:.45;
  animation-name:sj-pulse-fall;
}
@keyframes sj-fall{
  0%{transform:translate3d(0,-8vh,0) rotate(12deg)}
  100%{transform:translate3d(22vw,112vh,0) rotate(240deg)}
}
@keyframes sj-pulse-fall{
  0%{transform:translate3d(0,-8vh,0) scale(.7);opacity:.2}
  45%{opacity:.7;transform:translate3d(10vw,50vh,0) scale(1.15)}
  100%{transform:translate3d(20vw,112vh,0) scale(.8);opacity:.15}
}

.div-header{
  background:rgba(255,250,243,.94)!important;
  backdrop-filter:blur(10px);
  border-bottom:0!important;
  box-shadow:0 8px 24px rgba(58,36,40,.07);
  position:sticky;top:0;z-index:40;
}
.sj-washi{
  height:7px;
  background:repeating-linear-gradient(115deg,
    var(--sj-wine) 0 16px,var(--sj-sakura) 16px 32px,
    var(--sj-matcha) 32px 48px,var(--sj-ink) 48px 64px,
    var(--sj-wax) 64px 80px);
}
body.body-div .div-header--journal .div-header__inner,
body.body-div .page-main,
body.body-div .div-footer__inner,
body.body-div .div-foot__bar{
  max-width:var(--sj-max)!important;
  width:100%;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:var(--sj-gutter)!important;
  padding-right:var(--sj-gutter)!important;
  box-sizing:border-box;
}
body.body-div .div-header--journal .div-header__inner{
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  flex-wrap:nowrap!important;
  gap:0!important;
  padding-top:0!important;
  padding-bottom:0!important;
}
.sj-headrow{
  display:flex;align-items:center;gap:16px;
  width:100%;padding:12px 0 8px;
}
body.body-div .div-header--journal .div-nav{
  display:flex;gap:0;flex-wrap:wrap;
  max-width:none!important;
  width:100%;margin:0!important;
  padding:0!important;
  border-top:1px dashed rgba(139,30,63,.2);
}
.div-header--journal .div-nav a{
  display:inline-block;padding:10px 14px 12px;
  color:var(--sj-text)!important;
  border-radius:10px 10px 0 0;
  font-size:13px;line-height:1;
}
.div-header--journal .div-nav a:first-child{padding-left:0}
.div-header--journal .div-nav a:nth-child(5n+1){color:var(--sj-wine)!important}
.div-header--journal .div-nav a:nth-child(5n+2){color:var(--sj-ink)!important}
.div-header--journal .div-nav a:nth-child(5n+3){color:var(--sj-matcha)!important}
.div-header--journal .div-nav a:nth-child(5n+4){color:var(--sj-sakura)!important}
.div-header--journal .div-nav a:nth-child(5n+5){color:var(--sj-wax)!important}
.div-header--journal .div-nav a:hover{
  background:var(--sj-paper);
  box-shadow:inset 0 -2px 0 currentColor;
}
.div-brand{display:flex;align-items:center;gap:10px;flex-shrink:0}
.div-brand__mark{
  width:38px;height:38px;border-radius:4px;
  display:grid;place-items:center;
  background:var(--sj-wine);color:#fff8ef!important;
  font-family:"Ma Shan Zheng",cursive;font-size:20px;line-height:1;
  box-shadow:3px 3px 0 var(--sj-wax);
  transform:rotate(-8deg);
}
.div-brand__text{font-size:24px;color:var(--sj-wine)!important;line-height:1.05}
.div-brand__text em{
  display:block;font-style:normal;font-size:11px;color:var(--sj-ink);
  font-family:"Noto Sans SC",sans-serif;letter-spacing:.16em;margin-top:2px;
}
.div-search{margin-left:auto;display:flex;flex:1;max-width:360px;min-width:0;height:40px;align-items:stretch}
.div-search input{
  flex:1;min-width:0;height:40px;border:1.5px solid var(--sj-ink);border-right:0;
  background:var(--sj-paper);border-radius:6px 0 0 6px;
  padding:0 12px;font-size:16px;color:var(--sj-text);outline:0;line-height:40px;
}
.div-search button{
  height:40px;background:var(--sj-ink)!important;color:#fff!important;border:0;padding:0 16px;
  border-radius:0 6px 6px 0!important;cursor:pointer;font-size:14px;font-weight:600;
  background-image:none!important;
}
.nav-toggle{
  display:none;border:1px solid var(--sj-wine);background:var(--sj-sheet);
  color:var(--sj-wine);width:40px;height:40px;border-radius:8px;flex-shrink:0;
}

body.body-div .page-main{padding-top:20px!important;padding-bottom:48px!important}
.div-hero--journal{
  display:grid;grid-template-columns:minmax(0,1.15fr) 240px;
  gap:24px;align-items:center;
  background:var(--sj-sheet)!important;
  color:var(--sj-text)!important;
  border:1px solid rgba(139,30,63,.14);
  border-radius:8px!important;
  padding:24px!important;
  margin:0 0 24px!important;
  box-shadow:0 10px 24px rgba(58,36,40,.06);
  overflow:hidden;
  background-image:
    repeating-linear-gradient(180deg,transparent 0 31px,rgba(139,30,63,.055) 31px 32px)!important;
}
.div-hero--journal h1,.div-hero--journal p,.div-hero--journal .div-kicker{color:inherit!important}
.sj-hero__copy{min-width:0}
.div-kicker,.div-hero__eyebrow{
  display:inline-block;margin:0 0 10px;
  background:var(--sj-matcha);color:#fff8ef!important;
  font-size:12px;letter-spacing:.2em;padding:4px 11px;
  transform:rotate(-2deg);font-family:"Noto Sans SC",sans-serif;
}
.div-hero--journal h1{
  font-size:clamp(30px,4.2vw,46px);margin:6px 0 14px;
  color:var(--sj-wine)!important;line-height:1.25;max-width:12em;
}
.div-hero--journal .div-lead{
  max-width:34em;line-height:1.8;margin:0;color:var(--sj-muted)!important;font-size:15px;
}
.div-hero__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
.div-btn{
  display:inline-flex;align-items:center;justify-content:center;
  background:var(--sj-wine)!important;color:#fff8ef!important;
  padding:11px 18px;border-radius:999px;font-size:14px;font-weight:600;
  border:0;min-height:42px;
}
.div-btn--ghost{
  background:transparent!important;color:var(--sj-ink)!important;
  border:1.5px solid var(--sj-ink)!important;
}
.sj-hero__still{
  display:block;position:relative;justify-self:end;width:240px;max-width:100%;
  background:#fff;padding:8px 8px 32px;
  transform:none;
  box-shadow:0 8px 20px rgba(58,36,40,.12);
  text-decoration:none;
}
.sj-hero__still::before{
  content:"";position:absolute;top:-7px;left:18%;width:46%;height:14px;
  background:linear-gradient(90deg,var(--sj-sakura),var(--sj-wax),var(--sj-matcha));
  opacity:.88;transform:rotate(-4deg);border-radius:2px;
}
.sj-hero__still img{
  width:100%;aspect-ratio:4/5;object-fit:cover;display:block;background:#ddd;
}
.sj-hero__still span{
  position:absolute;left:14px;bottom:10px;
  background:var(--sj-wax);color:#2a1a0a;font-size:11px;padding:3px 8px;letter-spacing:.08em;
}

.div-section{margin:8px 0 32px}
.div-section > h2,.div-section--split > div > h2,.div-section--split aside > h2{
  font-size:28px;color:var(--sj-wine);margin:0 0 16px;
  padding-left:12px;border-left:5px solid var(--sj-sakura);
}
.movie-grid,.div-grid--featured,.div-grid--editorial{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
}
body.body-div .div-card,
body.body-div .div-card--editorial{
  display:grid!important;
  grid-template-columns:132px minmax(0,1fr)!important;
  grid-template-rows:96px;
  gap:0;align-items:stretch;
  height:96px;
  min-height:96px;
  background:var(--sj-sheet);
  border:1px solid rgba(58,36,40,.1)!important;
  border-radius:6px!important;
  overflow:hidden;
  transition:transform .18s ease,box-shadow .18s ease;
}
body.body-div .div-card:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 20px rgba(58,36,40,.08);
}
body.body-div .div-card:nth-child(5n+1){border-left:5px solid var(--sj-wine)!important}
body.body-div .div-card:nth-child(5n+2){border-left:5px solid var(--sj-ink)!important}
body.body-div .div-card:nth-child(5n+3){border-left:5px solid var(--sj-matcha)!important}
body.body-div .div-card:nth-child(5n+4){border-left:5px solid var(--sj-sakura)!important}
body.body-div .div-card:nth-child(5n+5){border-left:5px solid var(--sj-wax)!important}
body.body-div .div-card__poster{
  position:relative;display:block;height:96px;min-height:96px;overflow:hidden;background:#e8dcc8
}
body.body-div .div-card__poster img{
  width:100%;height:96px!important;min-height:0;
  aspect-ratio:auto!important;object-fit:cover;display:block;
}
body.body-div .div-card__body{
  padding:12px 14px;display:flex;flex-direction:column;justify-content:center;min-width:0;
}
body.body-div .div-card__body h3{
  margin:0 0 6px;font-size:18px;line-height:1.3;
  font-family:"Ma Shan Zheng",cursive;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
body.body-div .div-card__body h3 a{color:var(--sj-text)!important}
body.body-div .div-card__body p{margin:0;gap:8px;font-size:12px;color:var(--sj-muted)}
body.body-div .div-card__badge{
  background:var(--sj-wine)!important;color:#fff!important;border-radius:2px;
  font-size:11px;padding:2px 7px;top:8px;left:8px;
}

.category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.overview-card{
  display:flex;justify-content:space-between;gap:12px;align-items:center;
  background:var(--sj-sheet);padding:16px 18px;
  border-radius:6px;border:1px dashed rgba(139,30,63,.28);
  color:var(--sj-text)!important;min-height:88px;
}
.overview-card:nth-child(5n+1){border-top:6px solid var(--sj-wine)}
.overview-card:nth-child(5n+2){border-top:6px solid var(--sj-ink)}
.overview-card:nth-child(5n+3){border-top:6px solid var(--sj-matcha)}
.overview-card:nth-child(5n+4){border-top:6px solid var(--sj-sakura)}
.overview-card:nth-child(5n+5){border-top:6px solid var(--sj-wax)}
.overview-main strong{font-family:"Ma Shan Zheng",cursive;font-size:22px;display:block;margin-bottom:4px}
.div-pagehead,.page-hero{
  background:var(--sj-sheet);padding:18px 20px;margin-bottom:20px;
  border-left:8px solid var(--sj-matcha);
  box-shadow:6px 6px 0 rgba(196,146,42,.18);
}
.filter-panel{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}
.filter-panel input,.filter-panel select{
  font-size:16px;padding:8px 10px;border:1px solid rgba(42,107,120,.3);
  background:#fff;border-radius:4px;min-height:40px;
}

.div-play__player{
  background:#1a1214;padding:12px;border-radius:6px;
  box-shadow:0 0 0 3px var(--sj-wax),0 0 0 9px var(--sj-sheet);
  margin-bottom:18px;
}
.div-play__player h2{color:#f3eadc;font-size:22px;margin:4px 8px 10px}
.div-play__player video,
body.body-div #movie-player{
  width:100%!important;max-height:none!important;height:auto!important;
  aspect-ratio:16/9;background:#000;display:block;border-radius:3px;border:0!important;
}
.div-play--journal{
  display:grid!important;grid-template-columns:220px minmax(0,1fr);gap:18px;align-items:center;
  background:var(--sj-sheet);padding:16px;border-radius:6px;
  border:1px solid rgba(139,30,63,.14);margin-bottom:22px;
}
.div-play--journal .div-play__poster img{
  width:100%;aspect-ratio:16/10;object-fit:cover;display:block;border-radius:4px;
}
.div-play__tags span{
  display:inline-block;margin:0 6px 6px 0;padding:2px 8px;font-size:12px;
  background:rgba(79,125,92,.12);color:var(--sj-matcha);border-radius:999px;
}
.div-crumb{font-size:13px;color:var(--sj-muted);margin-bottom:12px}

body.body-div .div-footer{
  background:#2a1c20!important;color:#e8d7c8!important;
  border-top:8px solid transparent!important;
  border-image:repeating-linear-gradient(90deg,var(--sj-wine) 0 40px,var(--sj-matcha) 40px 80px,var(--sj-ink) 80px 120px,var(--sj-wax) 120px 160px) 8;
  padding:28px 0 36px!important;
}
.div-footer--journal .div-footer__inner{
  display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:24px;margin-bottom:16px;
}
.div-foot__brand strong{font-family:"Ma Shan Zheng",cursive;font-size:26px;color:#fff8ef}
.div-foot__brand p,.div-foot__seo{color:#cbb8aa;font-size:13px;line-height:1.7}
.div-foot__nav{display:flex;flex-direction:column;gap:8px}
.div-foot__nav a{color:#f0ddd0!important}
.div-foot__bar{
  padding-top:14px;border-top:1px dashed rgba(232,215,200,.25);
  display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;
  font-size:12px;color:#a89286;
}

@media (max-width:900px){
  .sj-headrow{flex-wrap:wrap}
  .div-hero--journal,.div-play--journal,.div-footer--journal .div-footer__inner{grid-template-columns:1fr}
  .sj-hero__still{justify-self:center;width:min(100%,240px)}
  .movie-grid,.div-grid--featured,.div-grid--editorial,.category-grid{grid-template-columns:1fr!important}
  .nav-toggle{display:inline-grid;place-items:center}
  .div-header--journal .div-nav{display:none}
  .div-header--journal .div-nav.open{display:flex;flex-direction:column}
  .div-search{order:3;flex-basis:100%;max-width:none;margin-left:0}
}
@media (max-width:520px){
  body.body-div .div-card,body.body-div .div-card--editorial{
    grid-template-columns:104px minmax(0,1fr)!important;
  }
}
@media (prefers-reduced-motion:reduce){
  .sj-petals{display:none}
  body.body-div .div-card{transition:none}
}

/* pack3-xplat */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
body.body-div .div-search input{font-size:16px}
body.body-div a,body.body-div button{touch-action:manipulation;-webkit-tap-highlight-color:transparent}
body.body-div img{max-width:100%;height:auto}
