.theia-vol{margin-top:48px}
.theia-vol:first-of-type{margin-top:32px}
.theia-vol-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:12px 18px;margin-bottom:22px}
.theia-vol-badge{display:inline-flex;align-items:center;padding:8px 16px;border-radius:999px;border:1px solid rgba(232,121,249,.4);background:rgba(192,132,252,.12);font-size:9px;font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:#e879f9}
.theia-vol-title{font-size:clamp(1.1rem,2.4vw,1.45rem);font-weight:800;letter-spacing:-.02em;color:#fff}
.theia-art-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,168px),1fr));gap:16px;width:100%}
.theia-art-card{position:relative;margin:0;border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,.1);background:linear-gradient(135deg,rgba(255,255,255,.07),rgba(192,132,252,.06));box-shadow:0 8px 28px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.1);transition:transform .35s,border-color .35s,box-shadow .35s}
.theia-art-card--popup{cursor:pointer}
.theia-art-card--popup::after{content:'\f065';font-family:'Font Awesome 6 Free';font-weight:900;position:absolute;top:10px;right:10px;z-index:2;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-size:10px;color:rgba(255,255,255,.85);background:rgba(0,0,0,.45);border:1px solid rgba(255,255,255,.14);opacity:0;transform:scale(.92);transition:opacity .25s,transform .25s;pointer-events:none}
.theia-art-card--popup:hover::after,.theia-art-card--popup:focus-visible::after{opacity:1;transform:scale(1)}
.theia-art-card:hover{transform:translateY(-5px) scale(1.02);border-color:rgba(232,121,249,.45);box-shadow:0 14px 36px rgba(0,0,0,.42),0 0 28px rgba(192,132,252,.14)}
.theia-art-card img{display:block;width:100%;aspect-ratio:1;object-fit:cover;background:#0a0a0f}
.home-theia-posters .theia-art-grid{perspective:1000px}
.home-theia-posters .theia-art-card:hover{transform:none}
.home-theia-posters .theia-art-card--tilt{transform-style:preserve-3d;will-change:transform}
.home-theia-posters .theia-art-card--tilt img{transform:scale(1.05);will-change:transform}
.home-theia-posters .theia-art-card--tilt:hover{transform:none}
.home-theia-posters .theia-art-card--tilt:hover{border-color:rgba(232,121,249,.5);box-shadow:0 16px 40px rgba(0,0,0,.42),0 0 32px rgba(192,132,252,.16)}
.theia-art-cap{padding:10px 12px 12px;font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);line-height:1.4}
.theia-art-cap strong{display:block;margin-bottom:3px;color:var(--silver);font-size:10px;letter-spacing:.12em;text-transform:none;font-weight:600}
.film-art-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,200px),1fr));gap:20px;width:100%;max-width:min(520px,100%)}
.film-art-card img{aspect-ratio:2/3;object-position:center top}
@media(min-width:640px){.film-art-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:440px}}
.theia-poster-modal--film-feature .theia-poster-modal-img{max-height:min(78vh,760px)}
@media (max-width:640px){
  .theia-art-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .theia-vol{margin-top:36px}
}

.theia-poster-modal{position:fixed;inset:0;z-index:100001;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .35s,visibility .35s}
.theia-poster-modal.open{opacity:1;visibility:visible;pointer-events:auto}
.theia-poster-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.82);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}
.theia-poster-modal-panel{position:relative;z-index:1;width:min(920px,96vw);max-height:min(90vh,880px);overflow:auto;padding:24px;border-radius:24px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,rgba(255,255,255,.04) 42%,rgba(192,132,252,.08) 100%);-webkit-backdrop-filter:blur(20px) saturate(160%);backdrop-filter:blur(20px) saturate(160%);box-shadow:0 28px 72px rgba(0,0,0,.6),0 0 48px rgba(192,132,252,.12);transform:translateY(14px) scale(.97);transition:transform .4s cubic-bezier(.2,.8,.2,1)}
.theia-poster-modal.open .theia-poster-modal-panel{transform:translateY(0) scale(1)}
.theia-poster-modal-close{position:absolute;top:12px;right:12px;z-index:3;width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.14);background:rgba(0,0,0,.35);color:#fff;font-size:22px;line-height:1;cursor:pointer;display:grid;place-items:center;transition:.3s}
.theia-poster-modal-close:hover{border-color:rgba(232,121,249,.45);color:#e879f9}
.theia-poster-modal-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.85fr);gap:24px;align-items:start}
.theia-poster-modal-art{border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.1);background:#0a0a0f;box-shadow:0 12px 40px rgba(0,0,0,.45)}
.theia-poster-modal-img{display:block;width:100%;height:auto;max-height:min(72vh,680px);object-fit:contain;background:#0a0a0f}
.theia-poster-modal-eyebrow{font-size:10px;letter-spacing:.32em;text-transform:uppercase;color:rgba(192,132,252,.85);margin-bottom:10px}
.theia-poster-modal-title{font-size:clamp(1.35rem,3.5vw,1.85rem);font-weight:800;line-height:1.12;margin-bottom:8px;letter-spacing:-.02em}
.theia-poster-modal-vol{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:#e879f9;margin-bottom:18px}
.theia-poster-modal-details{margin:0 0 16px;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}
.theia-poster-modal-details li{display:flex;justify-content:space-between;gap:16px;font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted,#8d95a3);padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.08)}
.theia-poster-modal-details li strong{color:var(--silver,#d7dde7);font-size:11px;letter-spacing:.1em;text-transform:none;font-weight:600;text-align:right}
.theia-poster-modal-meta{color:var(--silver,#d7dde7);font-size:.88rem;line-height:1.65;margin-bottom:20px;text-align:justify;text-justify:inter-word}
.theia-poster-modal-cta{display:inline-flex;align-items:center;padding:12px 22px;border-radius:999px;border:1px solid rgba(232,121,249,.4);background:rgba(192,132,252,.12);color:#fff;font-size:10px;font-weight:700;letter-spacing:.24em;text-transform:uppercase;text-decoration:none;transition:.3s}
.theia-poster-modal-cta:hover{border-color:rgba(232,121,249,.65);box-shadow:0 0 24px rgba(192,132,252,.18);transform:scale(1.03)}
.home-film-posters .theia-poster-modal-cta{border-color:rgba(156,199,255,.35);background:rgba(156,199,255,.1)}
.theia-poster-modal--film .theia-poster-modal-eyebrow{color:rgba(156,199,255,.9)}
.theia-poster-modal--film .theia-poster-modal-vol{color:var(--accent,#9cc7ff)}
.theia-poster-modal--film .theia-poster-modal-panel{background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,rgba(255,255,255,.04) 42%,rgba(156,199,255,.08) 100%)}
.theia-poster-modal--film .theia-poster-modal-cta{border-color:rgba(156,199,255,.35);background:rgba(156,199,255,.1)}
.theia-poster-modal--film .theia-poster-modal-close:hover{border-color:rgba(156,199,255,.45);color:var(--accent,#9cc7ff)}
@media(hover:none){.theia-art-card--popup::after{opacity:.85;transform:scale(1)}.theia-art-card:hover{transform:none}}
@media(max-width:760px){
  .theia-poster-modal-layout{grid-template-columns:1fr}
  .theia-poster-modal-panel{padding:18px}
  .theia-poster-modal-img{max-height:52vh}
}
