/* A small collection of cinematic packs within the established Darukai frame. */
.packs-header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:2rem}
.pack-kicker{display:block;font:600 .75rem/1.7 var(--body);letter-spacing:.1em;color:#a6bad9}
.packs-header h1{font:700 clamp(3.5rem,5.7vw,5.7rem)/1 var(--display);letter-spacing:.005em;text-transform:uppercase;color:#f2f4fc;margin-top:.7rem}
.packs-header h1>span{color:#ff3f64}.packs-header>p{font-size:1rem;line-height:1.7;color:#a8bad5;margin-bottom:.3rem}
.packs-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;margin-bottom:1.4rem}
.pack-filters{display:flex;align-items:center;gap:.3rem;border-radius:14px;border:1px solid #a8c2ef25;background:#142035;padding:.35rem}
.pack-filters button{border:1px solid transparent;border-radius:10px;background:transparent;color:#95acce;min-height:44px;padding:.65rem 1.25rem;font:500 .875rem/1.6 var(--body);transition:background .2s,color .2s}
.pack-filters button[aria-pressed=true]{color:#edf3ff;background:#2a3b59;border-color:#9ebdeb40;box-shadow:inset 0 1px 0 #c3d6f51a}
.pack-filters button:hover{color:#fff}.packs-toolbar>[role=status]{font-size:.8125rem;color:#829abb;white-space:nowrap}
.pack-catalog{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}
.pack-card{position:relative;min-width:0;isolation:isolate;display:flex;flex-direction:column;overflow:hidden;border-radius:28px;border:1px solid #9ebce12b;background:#152239;box-shadow:inset 0 1px 0 #d3dfff08,0 18px 48px #0207132e;transition:border-color .3s,box-shadow .3s}
.pack-card{cursor:pointer}.pack-card:hover{border-color:#c1d3f050;box-shadow:0 22px 52px #0207134a}
.pack-cover{position:relative;overflow:hidden;aspect-ratio:1.7;background:#060d19;border-bottom:1px solid #adc3e81a}
.pack-cover>img{display:block;width:100%;height:100%;object-fit:cover;transition:transform 1s cubic-bezier(.2,.65,.3,1)}
.pack-card:hover .pack-cover>img{transform:scale(1.035)}
.pack-cover:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,#050c1980,transparent 45%,#111f3570)}
.pack-cover-top{position:absolute;inset:1.35rem 1.5rem auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;z-index:1}
.pack-series{font:700 .75rem/1.6 var(--body);letter-spacing:.13em;color:#edf1fd;text-shadow:0 2px 15px #000}.pack-series>span{color:#93a9c8;margin-left:.4rem}
.pack-dimension{font:600 .75rem/1.5 var(--body);letter-spacing:.065em;padding:.4rem .6rem;border-radius:7px;border:1px solid #d3e0ff30;color:#c4d5ee;background:#121f37a8;backdrop-filter:blur(12px)}
.pack-art-open{position:absolute;right:1.5rem;bottom:1.4rem;z-index:2;display:grid;place-items:center;width:44px;height:44px;border-radius:14px;border:1px solid #c6d9f645;color:#e1ebfb;background:#213750a3;backdrop-filter:blur(12px);transition:background .2s}
.pack-art-open:hover{background:#395477dd}.pack-art-open .icon{width:21px;height:21px}
.pack-card-copy{padding:1.75rem 2rem 1.65rem;flex:1;min-width:0;background:radial-gradient(ellipse at 0 0,#42577816,transparent 80%)}
.pack-card h2{font:700 clamp(2.7rem,3.7vw,4rem)/.98 var(--display);text-transform:uppercase;letter-spacing:.005em;color:#f0f3fc;margin:.9rem 0 1rem}
.pack-card h2 em{font-style:normal;color:#a5bee5}.pack-card-copy>p{font-size:1rem;line-height:1.8;color:#a6bbd8;max-width:26rem}
.pack-card-tags,.pack-detail-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.4rem}
.pack-card-tags>span,.pack-detail-tags>span{font-size:.75rem;line-height:1.6;color:#b0c3df;border:1px solid #bed0e723;border-radius:7px;padding:.35rem .65rem;background:#94b3e008}
.pack-card-footer{display:flex;align-items:center;gap:1rem;padding:1.3rem 2rem;border-top:1px solid #afc7ea20;background:#101d318f;min-width:0}
.pack-samples{display:flex;align-items:center;flex-shrink:0;gap:.3rem}.pack-samples>img{width:42px;height:46px;object-fit:contain;background:#040b16;border:1px solid #bdd4ff28;border-radius:8px}
.pack-release{flex:1;min-width:0}.pack-release strong{display:block;font:500 .875rem/1.6 var(--body);color:#d4e0f2}.pack-release span{display:block;font-size:.75rem;line-height:1.6;color:#8ea5c7;margin-top:.15rem}
.pack-button{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;min-height:48px;padding:.8rem 1.2rem;border:1px solid #afc6e847;border-radius:13px;background:linear-gradient(125deg,#304461,#213451);color:#e6eefc;font:600 .875rem/1.5 var(--body);text-align:center;transition:background .2s,border-color .2s;cursor:pointer;flex-shrink:0}
.pack-button:hover{border-color:#c5d8f27a;background:#395273}.pack-button-primary{color:#fff;background:linear-gradient(125deg,#f32f55,#cb2044);border-color:#ff779269;box-shadow:inset 0 1px 0 #ffbecd30,0 7px 24px #cc174330}
.pack-button-primary:hover{background:linear-gradient(125deg,#ff4167,#e72c53);border-color:#ff97acb3}
.pack-featured{grid-column:1/-1;min-height:550px;background:#080f1c;border-color:#b1bcde38}
.pack-featured .pack-cover{position:absolute;inset:0;aspect-ratio:auto;height:100%;border:0;z-index:-2}
.pack-featured .pack-cover>img{object-position:66% center}
.pack-featured .pack-cover:after{background:linear-gradient(90deg,#091323ed 1%,#0b1526d9 28%,#0b152672 51%,#07111d00 78%),linear-gradient(0deg,#0b172de8,transparent 60%)}
.pack-featured .pack-cover-top{inset:1.7rem 2rem auto}.pack-featured .pack-art-open{bottom:auto;top:5.2rem;right:2rem}
.pack-featured .pack-card-copy{flex:1;padding:6.5rem 2.6rem 2.2rem;background:none;max-width:66%;pointer-events:none}
.pack-featured .pack-card-copy>.pack-kicker{color:#e8b6c7}.pack-featured h2{font-size:clamp(4.3rem,6.3vw,6.7rem);line-height:.92;margin:1.05rem 0 1.3rem}
.pack-featured h2 em{color:#efb6c9}.pack-featured .pack-card-copy>p{color:#c3cce0;font-size:1.0625rem;max-width:19rem}
.pack-featured .pack-card-tags>span{background:#0b152a61;color:#c7cde0;border-color:#e9afc32e}
.pack-featured .pack-card-footer{padding:1.4rem 2.6rem;background:#0e1a2cc7;backdrop-filter:blur(15px);gap:1.1rem}
.pack-featured .pack-samples>img{width:54px;height:48px}.pack-featured .pack-button{min-width:175px}
.pack-card.is-only{grid-column:1/-1}
.starter-pack{display:grid;grid-template-columns:160px minmax(0,1fr) auto;align-items:center;gap:1.7rem;padding:1.9rem;margin-top:1.5rem;position:relative;border:1px solid #95bbe13b;border-radius:25px;background:radial-gradient(ellipse at 5% 50%,#467dae1b,transparent 63%),#17263d;overflow:hidden}
.starter-pack-art{display:flex;gap:.45rem;min-width:0}.starter-pack-art>img{display:block;min-width:0;width:calc(50% - .225rem);aspect-ratio:.75;object-fit:contain;background:#050d1b;border:1px solid #a5c8ee25;border-radius:12px}
.starter-pack-copy{min-width:0}.starter-pack h2{font:700 2.3rem/1.07 var(--display);color:#dce9fb;letter-spacing:.005em;margin:.65rem 0 .8rem}.starter-pack-copy>p{font-size:1rem;line-height:1.8;color:#a5bad7;max-width:28rem}
.starter-pack-action{display:flex;flex-direction:column;align-items:center;gap:.75rem}.starter-free-label{font-size:.75rem;line-height:1.6;letter-spacing:.065em;color:#a9c9ec}.starter-pack-action>small{font-size:.75rem;color:#8ca5c6}
.packs-footnote{display:flex;align-items:flex-start;gap:.9rem;max-width:820px;margin:1.4rem .2rem 0}.packs-footnote>.icon{width:18px;height:18px;flex-shrink:0;color:#8aa6cb;margin-top:.25rem}.packs-footnote>p{font-size:.8125rem;line-height:1.9;color:#8da3c3}
/* The pack opens as a product sheet, with public, individually browsable samples. */
.pack-preview-dialog{width:min(1140px,95vw);max-height:92svh;border-radius:28px;border:1px solid #b7cdef3a;background:#16233a;overflow:auto}
.pack-preview-dialog[open]{display:grid;grid-template-columns:minmax(0,1.28fr) minmax(0,1fr);align-items:start}
.pack-preview-dialog .dialog-close{position:sticky;grid-column:2;grid-row:1;justify-self:end;top:16px;right:auto;margin:16px 16px -60px 0;z-index:5}
.pack-viewer{grid-column:1;grid-row:1;min-width:0;padding:1.25rem;background:#0a1425;border-right:1px solid #adc5ed1b;min-height:100%;border-radius:27px 0 0 27px}
.pack-viewer-stage{position:relative;aspect-ratio:1.07;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#040b16;border:1px solid #b3cff226;border-radius:18px;touch-action:pan-y pinch-zoom}
.pack-viewer-stage>img{display:block;width:100%;height:100%;object-fit:contain}
.pack-viewer-stage.is-cover>img{object-fit:cover}.pack-viewer-stage.is-cover{aspect-ratio:1.07}
.pack-viewer-overlay{display:flex;align-items:center;justify-content:space-between;gap:.5rem;position:absolute;bottom:0;inset-inline:0;padding:1.4rem 1rem .9rem;background:linear-gradient(transparent,#030c1ace);pointer-events:none}
.pack-viewer-overlay>span{font-size:.75rem;line-height:1.6;letter-spacing:.04em;color:#aec4e4;font-variant-numeric:tabular-nums}
.pack-viewer-caption{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.2rem .15rem .8rem}
.pack-viewer-caption>strong{font:500 .875rem/1.6 var(--body);color:#c2d3ec}.pack-viewer-caption>div{display:flex;gap:.45rem}
.pack-viewer-step{display:grid;place-items:center;border:1px solid #a7c4e634;background:#20304b;border-radius:10px;width:40px;height:40px;color:#c2d4ef;flex-shrink:0}.pack-viewer-step:disabled{opacity:.3;cursor:default}.pack-viewer-step>.icon{width:19px;height:19px}#pack-preview-prev>.icon{transform:rotate(180deg)}
.pack-preview-thumbs{display:flex;gap:.65rem;padding:.25rem .15rem .4rem;overflow-x:auto;scrollbar-width:thin}
.pack-preview-thumb{position:relative;flex:0 0 86px;aspect-ratio:1.18;border:1px solid #a5bdd22b;border-radius:11px;background:#050d1b;padding:3px;overflow:hidden;transition:border-color .2s,background .2s}
.pack-preview-thumb>img{display:block;width:100%;height:100%;object-fit:contain;border-radius:7px}.pack-preview-thumb[aria-pressed=true]{border-color:#fc728e;background:#fb446730;box-shadow:0 0 0 1px #fc557437}.pack-preview-thumb:hover{border-color:#e3b5d084}
.pack-viewer-hint{font-size:.75rem;line-height:1.9;color:#829dbf;margin:.8rem .15rem .3rem;max-width:29rem}
.pack-detail-copy{grid-column:2;grid-row:1;padding:3.6rem 2rem 2rem;min-width:0}
.pack-detail-copy>.pack-kicker{padding-right:1rem;color:#c59db6}.pack-detail-copy>h2{font:700 clamp(2.7rem,3.6vw,3.8rem)/1.02 var(--display);letter-spacing:.005em;color:#f1f4fd;margin:1rem 0 1.25rem;max-width:28rem}
.pack-detail-copy>p{font-size:1rem;line-height:1.85;color:#a6bcd9}
.pack-acquisition{margin-top:1.9rem;padding:1.5rem;border:1px solid #bdc8e22f;border-radius:19px;background:linear-gradient(130deg,#29324a,#1a2c47)}
.pack-acquisition>.pack-kicker{font-size:.75rem;color:#b4c8e6}.pack-acquisition h3{font:700 2rem/1.08 var(--display);color:#dfeafa;margin:.75rem 0 .9rem}.pack-acquisition>p{font-size:.9375rem;line-height:1.8;color:#a4bad8}
.pack-acquisition .pack-button{width:100%;margin-top:1.25rem;white-space:normal}.pack-acquisition .pack-button+.pack-button{margin-top:.65rem}
.pack-unavailable:disabled{cursor:default;background:#233754;color:#aabdda;border-color:#94b5e12b;box-shadow:none}
.pack-account-state{font-size:.75rem;line-height:1.8;color:#a9c9e9;margin-top:1rem;display:block}
.pack-detail-copy>.pack-preview-note{font-size:.8125rem;line-height:1.85;color:#849dbf;margin-top:1.2rem}
/* Membership supports the channels. Free and Crew are the complete launch offer. */
.support-memberships .tier-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}
.support-memberships .tier-card{padding:2rem;border-radius:26px}.support-memberships .tier-card-top{margin-bottom:1.5rem}.support-memberships .tier-kicker{font-size:.75rem;min-height:0;line-height:1.7}
.support-memberships .tier-description{font-size:1rem;line-height:1.8;min-height:58px;max-width:26rem}.support-memberships .tier-card h2{font-size:3.6rem}.support-memberships .tier-price{margin-top:1.5rem}.support-memberships .tier-price strong{font-size:3.6rem}
.support-memberships .tier-price-note{font-size:.8125rem}.support-memberships .tier-card>.action-button{font-size:.9375rem;min-height:49px;margin:1.6rem 0}.support-memberships .tier-perks{gap:1rem}.support-memberships .tier-perks li{font-size:1rem;line-height:1.8}.support-memberships .tier-access-note{font-size:.8125rem;line-height:1.8}.support-memberships .tier-recommendation{font-size:.75rem}
.support-memberships .tier-card.tier-featured{background:radial-gradient(ellipse at 10% 0,#7a244c38,transparent 70%),linear-gradient(135deg,#302438,#17243a)}
.support-memberships .tier-tabs button{font-size:.875rem}.support-memberships .swipe-hint{font-size:.8125rem}
.sidebar>.side-nav,.sidebar>.identity,.sidebar>.side-bottom{flex-shrink:0}
@media(max-width:1400px){.pack-card-footer{padding:1.25rem 1.5rem;gap:.8rem}.pack-compact .pack-samples{display:none}.pack-card-copy{padding:1.7rem 1.6rem}.pack-featured{min-height:510px}.pack-featured .pack-card-copy{padding-inline:2rem;max-width:72%}.pack-featured .pack-card-footer{padding-inline:2rem}.pack-featured h2{font-size:5.7rem}.starter-pack{grid-template-columns:120px minmax(0,1fr);gap:1.4rem;padding:1.7rem}.starter-pack-action{grid-column:2;align-items:flex-start;flex-direction:row;flex-wrap:wrap;align-items:center}.starter-free-label{flex-basis:100%}.pack-detail-copy{padding-inline:1.7rem}.pack-preview-dialog[open]{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr)}}
@media(max-width:1100px){.pack-card-copy{padding:1.5rem}.pack-card h2{font-size:2.9rem}.pack-featured h2{font-size:5.4rem}.pack-preview-dialog[open]{grid-template-columns:1fr 1fr}.pack-detail-copy{padding-inline:1.5rem}.pack-viewer{padding:1rem}.pack-detail-copy>h2{font-size:2.9rem}.pack-acquisition{padding:1.25rem}}
@media(max-width:760px){
 .packs-header{gap:1.2rem;align-items:flex-start;margin-bottom:1.7rem}.packs-header h1{font-size:3.8rem}.packs-header>p{font-size:.9375rem;max-width:13rem;margin-top:1.7rem}
 .pack-catalog{gap:1.25rem}.pack-card{border-radius:24px}.pack-card h2{font-size:2.6rem}.pack-cover-top{inset:1.1rem 1.2rem auto;gap:.6rem}.pack-series{letter-spacing:.075em}.pack-dimension{font-size:.75rem;padding:.35rem .45rem;letter-spacing:.035em}.pack-art-open{right:1.2rem;bottom:1rem;width:42px;height:42px}
 .pack-featured{min-height:490px}.pack-featured h2{font-size:5.2rem}.pack-featured .pack-card-copy{padding:6rem 1.8rem 2rem;max-width:72%}.pack-featured .pack-cover-top{inset:1.5rem 1.8rem auto}.pack-featured .pack-card-footer{padding:1.25rem 1.8rem}.pack-featured .pack-art-open{right:1.8rem;top:5rem}.pack-featured .pack-card-copy>p{font-size:1rem}
 .pack-compact .pack-card-footer{flex-wrap:wrap}.pack-compact .pack-button{width:100%}.pack-compact .pack-card-copy{padding:1.5rem}.pack-compact .pack-card-tags{gap:.4rem}.starter-pack h2{font-size:2.15rem}
 .pack-preview-dialog{width:94vw;border-radius:24px}.pack-preview-dialog[open]{display:flex;flex-direction:column;align-items:stretch}.pack-preview-dialog .dialog-close{position:sticky;align-self:flex-end;margin:14px 14px -56px 0;top:14px;flex-shrink:0}
 .pack-viewer{border:0;border-bottom:1px solid #adc5ed20;border-radius:23px 23px 0 0;min-height:0;padding:1rem}.pack-viewer-stage,.pack-viewer-stage.is-cover{aspect-ratio:1.28;max-height:53svh}.pack-viewer-caption{padding:.9rem .15rem .65rem}.pack-detail-copy{padding:1.6rem 1.5rem}.pack-detail-copy>h2{font-size:3rem}.pack-acquisition{margin-top:1.6rem;padding:1.4rem}.pack-viewer-hint{margin-top:.65rem}
 .support-memberships .tier-grid{gap:1rem}.support-memberships .tier-card{padding:1.8rem}.support-memberships .tier-card h2{font-size:3.4rem}.support-memberships .tier-description{min-height:86px}.support-memberships .tier-price strong{font-size:3.3rem}.support-memberships .tier-perks li{font-size:.9375rem}
}
@media(max-width:560px){
 .packs-header{display:block;margin-bottom:1.5rem}.packs-header h1{font-size:clamp(3.2rem,13.2vw,4.4rem);margin-top:.7rem}.packs-header>p{font-size:1rem;max-width:none;margin-top:1rem}.packs-header>p br{display:none}.packs-header>p br:after{content:" "}.packs-header>p{max-width:21rem}
 .packs-toolbar{flex-wrap:wrap;gap:.9rem;margin-bottom:1.2rem}.pack-filters{width:100%;gap:.2rem;padding:.3rem}.pack-filters button{flex:1;padding:.65rem .7rem;font-size:.875rem}.packs-toolbar>[role=status]{font-size:.8125rem}
 .pack-catalog{grid-template-columns:1fr;gap:1.35rem}.pack-card{border-radius:23px}.pack-cover{aspect-ratio:1.65}.pack-cover-top{inset:1.1rem 1.2rem auto}.pack-card-copy{padding:1.6rem 1.4rem}.pack-card h2{font-size:3.2rem}.pack-card-copy>p{font-size:1rem}.pack-card-tags{margin-top:1.2rem}.pack-card-footer{padding:1.2rem 1.4rem;flex-wrap:wrap}.pack-compact .pack-card-copy{padding:1.6rem 1.4rem}.pack-compact .pack-card-footer{flex-wrap:nowrap}.pack-compact .pack-button{width:auto}
 .pack-featured{min-height:0}.pack-featured .pack-cover{position:relative;inset:auto;aspect-ratio:1.15;height:auto;z-index:0}.pack-featured .pack-cover>img{object-position:74% center}.pack-featured .pack-cover:after{background:linear-gradient(180deg,#070d2255,transparent 45%,#0e1c33e8)}
 .pack-featured .pack-cover-top{inset:1.25rem 1.3rem auto}.pack-featured .pack-art-open{top:auto;bottom:1.8rem;right:1.3rem}.pack-featured .pack-card-copy{max-width:none;padding:0 1.45rem 1.6rem;margin-top:-1.25rem;z-index:1;background:linear-gradient(180deg,transparent,#111e3300);pointer-events:auto}
 .pack-featured h2{font-size:clamp(3.7rem,15vw,5.2rem);line-height:.95;margin:.85rem 0 1.1rem}.pack-featured .pack-card-copy>p{max-width:20rem}.pack-featured .pack-card-footer{padding:1.2rem 1.45rem;gap:.8rem}.pack-featured .pack-samples>img{width:38px;height:44px}.pack-featured .pack-button{min-width:0}.pack-featured .pack-samples{display:none}.pack-featured .pack-button{margin-left:auto}
 .starter-pack{display:flex;flex-wrap:wrap;padding:1.5rem 1.35rem;border-radius:23px;gap:1.3rem}.starter-pack-art{width:130px;order:0}.starter-pack-copy{order:1;flex:1;min-width:180px}.starter-pack h2{font-size:2.25rem}.starter-pack-copy>p{font-size:1rem}.starter-pack-action{order:2;flex-basis:100%;gap:.7rem}.starter-free-label{font-size:.75rem}.starter-pack-action .pack-button{flex:1}.starter-pack-action>small{font-size:.75rem}
 .pack-viewer-stage,.pack-viewer-stage.is-cover{aspect-ratio:1.1;max-height:48svh}.pack-preview-thumbs{gap:.6rem}.pack-preview-thumb{flex-basis:78px}.pack-viewer-overlay{padding:1.25rem .75rem .75rem}.pack-viewer-overlay>span{font-size:.75rem;letter-spacing:0}.pack-viewer-caption{gap:.7rem}.pack-viewer-caption>strong{font-size:.875rem}.pack-detail-copy{padding:1.5rem 1.35rem}.pack-detail-copy>h2{font-size:2.8rem}.pack-acquisition{padding:1.3rem}.pack-acquisition h3{font-size:2rem}
 .support-memberships .tier-card{padding:1.7rem 1.4rem}.support-memberships .tier-card h2{font-size:3.2rem}.support-memberships .tier-description{min-height:87px}.support-memberships .tier-perks li{font-size:.9375rem}.support-memberships .tier-grid{gap:.8rem}.support-memberships .tier-access-note{font-size:.8125rem}.support-memberships .tier-recommendation{font-size:.75rem;padding:.35rem .5rem}
}
@media(max-width:365px){.pack-card-footer,.pack-compact .pack-card-footer{flex-wrap:wrap;gap:1rem}.pack-card-footer .pack-button{width:100%;margin-left:0}.pack-featured .pack-card-copy{padding-inline:1.25rem}.pack-featured .pack-card-footer{padding-inline:1.25rem}.pack-series{font-size:.75rem;letter-spacing:.04em}.pack-card h2{font-size:2.9rem}.pack-featured h2{font-size:3.5rem}.pack-cover-top{inset-inline:1rem}.starter-pack{padding:1.4rem 1.2rem}.pack-acquisition{padding:1.1rem}.pack-detail-copy>h2{font-size:2.6rem}}
@media(prefers-reduced-motion:reduce){.pack-card,.pack-cover>img,.pack-button,.pack-filters button,.pack-art-open,.pack-preview-thumb{transition:none}.pack-card:hover .pack-cover>img{transform:none}}
