:root{--velvet: #0E0A13;--velvet-deep: #0B0710;--surface: #16101E;--surface-raise: #130D1C;--surface-plum: #1A1322;--border: #2C2235;--border-dim: #251C2E;--hairline: #1E1727;--ivory: #F5EFE3;--ivory-soft: #CFC6B8;--muted: #8A7E94;--muted-dim: #5E5670;--gold: #E8C97A;--gold-deep: #B98A3C;--gold-bright: #F3DFA9;--crimson: #8E3140;--green: #7BC287;--paper: #EFE9DC;--paper-ink: #1F1A12;--paper-body: #4A4334;--paper-soft: #5C5345;--paper-muted: #8A8068;--gold-grad: linear-gradient(150deg, #F3DFA9, #B98A3C);--plum-glow: radial-gradient(ellipse 90% 70% at 70% 30%, #221733 0%, transparent 62%);--font-display: "Bodoni Moda", serif;--font-ui: "Jost", sans-serif;--font-screenplay: "Courier Prime", monospace;--gutter: 56px;--gutter-mobile: 24px;--page-max: 1280px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--velvet);color:var(--ivory);font-family:var(--font-ui)}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}ul{margin:0;padding:0;list-style:none}h1,h2,h3,h4,p{margin:0;font-weight:inherit}.page{max-width:var(--page-max);margin:0 auto}.container{padding-left:var(--gutter);padding-right:var(--gutter)}.display{font-family:var(--font-display);color:var(--ivory)}.display em,.em-gold{font-family:var(--font-display);font-style:italic;color:var(--gold)}.eyebrow{font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);font-weight:600}.eyebrow--deep{color:var(--gold-deep);letter-spacing:.2em}.section-head{font-family:var(--font-display);font-size:42px;color:var(--ivory)}.body-text{font-size:15px;line-height:1.6;color:var(--ivory-soft)}.fine{font-size:13px;color:var(--muted)}.juna-voice{font-family:var(--font-display);font-style:italic;color:var(--ivory-soft)}.card{background:var(--surface);border:1px solid var(--border);border-radius:20px}.paper{background:var(--paper);border-radius:14px;font-family:var(--font-screenplay);color:var(--paper-ink)}.paper .slug{font-weight:700;color:var(--paper-ink)}.paper .action{color:var(--paper-muted)}.memory-attr{font-family:var(--font-ui);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--gold-deep);background:#e8c97a40;border-left:3px solid var(--gold-deep);padding:4px 8px;display:inline-block}.text-link{color:var(--gold);font-weight:500}.text-link:hover{text-decoration:underline;text-decoration-color:var(--ivory)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-play-state:paused!important;animation-delay:0s!important;transition:none!important}}@media(max-width:768px){.container{padding-left:var(--gutter-mobile);padding-right:var(--gutter-mobile)}.section-head{font-size:29px}}.jr-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-family:var(--font-ui);font-weight:600;font-size:15.5px;padding:15px 30px;min-height:44px;white-space:nowrap;cursor:pointer}.jr-btn--gold{color:var(--velvet);background:var(--gold-grad);box-shadow:0 6px 28px #e8c97a4d}.jr-btn--gold:hover{filter:brightness(1.06)}.jr-btn--outline{color:var(--ivory);background:transparent;border:1px solid var(--border)}.jr-btn--outline:hover{border-color:var(--muted)}.jr-btn--dark{color:var(--ivory);background:var(--velvet)}.jr-btn--dark:hover{filter:brightness(1.2)}jr-nav{display:block;position:relative}.jr-nav{display:flex;align-items:center;justify-content:space-between;padding:20px var(--gutter);border-bottom:1px solid var(--hairline)}.jr-nav__brand{font-family:var(--font-display);font-size:25px;color:var(--ivory)}.jr-nav__brand span,.jr-footer__logo span{color:var(--gold)}.jr-nav__links{display:flex;align-items:center;gap:30px;font-size:14.5px;white-space:nowrap;color:var(--ivory-soft)}.jr-nav__link{color:var(--ivory-soft)}.jr-nav__link:hover,.jr-nav__link.is-active{color:var(--ivory)}.jr-nav__link--gold,.jr-nav__link--gold:hover{color:var(--gold);font-weight:500}.jr-nav__actions{display:flex;align-items:center;gap:14px}.jr-nav__cta{font-size:14px;padding:11px 22px;min-height:0}.jr-nav__cta-mobile{display:none;font-size:12.5px;padding:9px 16px;min-height:0}.jr-nav__dropdown{position:relative}.jr-nav__dropbtn{background:none;border:none;font:inherit;padding:0;cursor:pointer}.jr-nav__dropdown.is-active .jr-nav__dropbtn{color:var(--ivory)}.jr-nav__menu{display:none;position:absolute;top:calc(100% + 14px);left:50%;transform:translate(-50%);background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:10px;min-width:230px;z-index:50;flex-direction:column}.jr-nav__dropdown.is-open .jr-nav__menu,.jr-nav__dropdown:hover .jr-nav__menu{display:flex}.jr-nav__menu a{padding:9px 14px;border-radius:9px;font-size:14px;color:var(--ivory-soft)}.jr-nav__menu a:hover{background:var(--surface-plum);color:var(--ivory)}.jr-nav__burger{display:none;flex-direction:column;gap:4.5px;padding:6px 2px;background:none;border:none;cursor:pointer}.jr-nav__burger span{width:20px;height:1.8px;background:var(--ivory)}.jr-nav__burger span:last-child{width:13px}.jr-nav__drawer{display:none;flex-direction:column;gap:4px;padding:14px var(--gutter-mobile) 22px;border-bottom:1px solid var(--hairline);background:var(--velvet-deep)}.jr-nav__drawer.is-open{display:flex}.jr-nav__drawer a{padding:9px 0;font-size:15px;color:var(--ivory-soft)}.jr-nav__drawer a:hover{color:var(--ivory)}.jr-nav__drawer-sub{padding-left:16px!important;font-size:13.5px!important;color:var(--muted)!important}@media(max-width:768px){.jr-nav{padding:16px 20px}.jr-nav__brand{font-size:21px}.jr-nav__links,.jr-nav__signin,.jr-nav__cta{display:none}.jr-nav__cta-mobile{display:inline-flex}.jr-nav__burger{display:flex}.jr-nav__actions{gap:12px}}jr-subnav-features{display:block}.jr-subnav{display:flex;flex-wrap:wrap;gap:10px;padding:18px var(--gutter);border-bottom:1px solid var(--hairline)}.jr-subnav__pill{font-size:13px;color:var(--ivory-soft);border:1px solid var(--border);border-radius:999px;padding:8px 16px}.jr-subnav__pill:hover{color:var(--ivory);border-color:var(--muted)}.jr-subnav__pill.is-active{background:var(--gold-grad);color:var(--velvet);font-weight:600;border-color:transparent}@media(max-width:768px){.jr-subnav{padding:14px var(--gutter-mobile)}}jr-store-badges{display:block}.jr-badges{display:flex;gap:9px}.jr-badges--small{gap:8px}.jr-badge{display:flex;align-items:center;gap:8px;background:#000;border:1px solid rgba(245,239,227,.4);border-radius:9px;padding:7px 14px;white-space:nowrap}.jr-badge>span{display:flex;flex-direction:column}.jr-badge__pre{font-size:8.5px;color:#ffffffbf;line-height:1.25}.jr-badge__pre--caps{letter-spacing:.08em}.jr-badge__store{font-size:14px;font-weight:600;color:#fff;line-height:1.15}.jr-badge--small{gap:7px;border-radius:8px;padding:7px 12px}.jr-badge__name{font-size:12px;font-weight:600;color:#fff}jr-poster-card{display:block;min-width:0}.jr-poster-card{display:flex;flex-direction:column;gap:10px}.jr-poster-card img{width:100%;aspect-ratio:2 / 3;object-fit:cover;border-radius:14px}.jr-poster-card__title{font-family:var(--font-display);font-size:16.5px;color:var(--ivory)}a.jr-poster-card:hover img{filter:brightness(1.06)}@media(max-width:480px){.jr-poster-card img{border-radius:12px}.jr-poster-card__title{font-size:15px}}jr-aperture{display:inline-flex}.jr-aperture{width:var(--ap-size, 40px);height:var(--ap-size, 40px);border-radius:50%;border:2px solid var(--gold);box-shadow:0 0 18px #e8c97a66;flex:none;display:inline-block}.jr-aperture--listening{animation:jr-breathe 4s ease-in-out infinite}.jr-aperture--speaking{animation:jr-breathe 1.6s ease-in-out infinite}@keyframes jr-breathe{0%,to{transform:scale(1);box-shadow:0 0 18px #e8c97a66}50%{transform:scale(1.07);box-shadow:0 0 26px #e8c97a8c}}jr-footer{display:block}.jr-footer{border-top:1px solid var(--hairline);padding:64px var(--gutter) 44px;display:flex;flex-direction:column;gap:44px}.jr-footer__top{display:flex;gap:64px}.jr-footer__brand{display:flex;flex-direction:column;gap:16px;width:290px;flex:none}.jr-footer__logo{font-family:var(--font-display);font-size:24px;color:var(--ivory)}.jr-footer__tag{font-size:13.5px;line-height:1.6;color:var(--muted)}.jr-footer__cols{flex:1;display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.jr-footer__col{display:flex;flex-direction:column;gap:10px}.jr-footer__head{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-dim);font-weight:600}.jr-footer__col a{font-size:13px;color:var(--ivory-soft)}.jr-footer__col a:hover{color:var(--ivory)}.jr-footer__legal{border-top:1px solid var(--border-dim);padding-top:22px;display:flex;justify-content:space-between;gap:16px;font-size:12px;color:var(--muted-dim)}.jr-footer__legal a{color:inherit}.jr-footer__legal a:hover{color:var(--ivory-soft)}.jr-footer--slim{gap:24px}@media(max-width:768px){.jr-footer{padding:36px var(--gutter-mobile) 28px;gap:18px}.jr-footer__top{flex-direction:column;gap:24px}.jr-footer__brand{width:auto;gap:12px}.jr-footer__logo{font-size:20px}.jr-footer__cols{grid-template-columns:1fr 1fr;gap:16px}.jr-footer__col a{font-size:12px}.jr-footer__legal{flex-direction:column;gap:6px;padding-top:14px;font-size:11px}}
