.untangle{--ink:#17120f;--ink-2:#131017;--ink-deep:#0e0b0a;--plum:#3b1e36;--plum-deep:#26121f;--burg:#5c2130;--navy:#161c31;--brown:#3e2a22;--gold:#c9a24b;--gold-hi:#e4c579;--gold-deep:#9c7a32;--ivory:#f1e9db;--ivory-dim:hsla(38,44%,90%,.6);--ivory-faint:hsla(38,44%,90%,.34);--line:hsla(38,44%,90%,.16);--cream:#f5eee0;--parchment:#efe6d4;--champagne:#ead9bb;--blush:#ead6cf;--dusty-rose:#d6b2ab;--lav-plum:#7c5a76;--sage:#9fb08c;--ink-text:#26201a;--ink-text-dim:rgba(38,32,26,.66);--paper-line:rgba(38,32,26,.16);--shadow:0 30px 80px -30px rgba(0,0,0,.85);--serif:var(--font-display,"Fraunces",Georgia,serif);--sans:var(--font-sans,"Inter",system-ui,-apple-system,Segoe UI,Roboto,sans-serif);--ease:cubic-bezier(.22,.61,.36,1);--rail-pad:clamp(18px,6vw,96px);position:relative;min-height:100vh;background:var(--ink);color:var(--ivory);font-family:var(--sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden;padding-bottom:76px}.untangle:before{content:"";position:absolute;inset:0;height:100%;pointer-events:none;z-index:0;background:radial-gradient(120% 90% at 50% 6%,rgba(201,162,75,.06),transparent 60%),radial-gradient(150% 130% at 50% 100%,rgba(23,18,15,.3),transparent 58%)}body:has(.untangle) nav[aria-label=Primary]{display:none}.untangle a{color:inherit;text-decoration:none}.untangle img{display:block;max-width:100%}.untangle h1,.untangle h2,.untangle h3{font-family:var(--serif);font-weight:400;margin:0;letter-spacing:.01em}.untangle ::-moz-selection{background:rgba(201,162,75,.35);color:#fff}.untangle ::selection{background:rgba(201,162,75,.35);color:#fff}.untangle .eyebrow{font-family:var(--sans);font-weight:600;font-size:.72rem;letter-spacing:.34em;text-transform:uppercase;color:var(--gold)}.untangle .muted{color:var(--ivory-dim)}.untangle .u-serif{font-family:var(--serif)}.untangle .btn{display:inline-flex;align-items:center;gap:.6em;cursor:pointer;font-family:var(--sans);font-weight:600;font-size:.82rem;letter-spacing:.16em;text-transform:uppercase;padding:15px 30px;border-radius:40px;border:1px solid transparent;transition:all .4s var(--ease);white-space:nowrap}.untangle .btn-gold{background:var(--gold);color:#1a1206;border-color:var(--gold)}.untangle .btn-gold:hover{background:var(--gold-hi);transform:translateY(-2px)}.untangle .btn-ghost{background:transparent;color:var(--ivory);border-color:var(--line)}.untangle .btn-ghost:hover{border-color:var(--gold);color:var(--gold-hi)}.untangle .btn:focus-visible{outline:none;box-shadow:0 0 0 3px hsla(43,66%,68%,.45)}.untangle .u-nav{position:sticky;top:0;left:0;right:0;z-index:40;display:flex;align-items:center;justify-content:space-between;padding:16px var(--rail-pad);background:rgba(14,11,12,.72);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.untangle .wordmark{font-family:var(--serif);font-size:1.2rem;letter-spacing:.42em;padding-left:.42em;color:var(--ivory)}.untangle .nav-links{display:flex;gap:26px;list-style:none;margin:0;padding:0}.untangle .nav-links a{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--ivory-dim);transition:color .3s}.untangle .nav-links a.active,.untangle .nav-links a:hover{color:var(--gold)}.untangle .nav-toggle{display:none;background:none;border:0;color:var(--ivory);font-size:1.4rem;cursor:pointer}.untangle .u-backline{font-size:.64rem;letter-spacing:.22em;text-transform:uppercase;color:var(--ivory-faint)}.untangle .u-backline:hover{color:var(--gold)}.untangle .hero{position:relative;min-height:88vh;display:flex;align-items:flex-end;overflow:hidden}.untangle .hero-media{position:absolute;inset:0;z-index:0}.untangle .hero-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:60% 30%;object-position:60% 30%;animation:u-drift 26s var(--ease) infinite alternate;transform-origin:center}@keyframes u-drift{0%{transform:scale(1.06) translateZ(0)}to{transform:scale(1.16) translate3d(-2%,-2%,0)}}.untangle .hero-scrim{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(14,11,10,.42),rgba(14,11,10,.02) 33%,rgba(60,30,50,.2) 68%,rgba(23,18,15,.8)),linear-gradient(90deg,rgba(14,11,10,.52),transparent 60%)}.untangle .hero-inner{position:relative;z-index:2;padding:0 var(--rail-pad) clamp(48px,10vh,120px);max-width:940px}.untangle .hero h1{font-size:clamp(2.4rem,9vw,3.6rem);line-height:.96;letter-spacing:.05em;font-weight:300;margin:.12em 0 .18em;overflow-wrap:break-word}.untangle .hero .tagline{font-family:var(--sans);font-size:.8rem;letter-spacing:.34em;text-transform:uppercase;color:var(--gold);margin-bottom:22px}.untangle .hero .premise{font-family:var(--serif);font-style:italic;font-size:clamp(1.15rem,2.4vw,1.6rem);line-height:1.5;color:var(--ivory);max-width:30ch;margin:0 0 30px}.untangle .hero-cta{display:flex;gap:16px;flex-wrap:wrap}.untangle .scroll-cue{position:absolute;right:var(--rail-pad);bottom:26px;z-index:2;color:var(--ivory-dim);font-size:.66rem;letter-spacing:.28em;text-transform:uppercase}.untangle .reveal{opacity:0;transform:translateY(26px);transition:opacity 1s var(--ease),transform 1s var(--ease)}.untangle .reveal.in{opacity:1;transform:none}.untangle .section{padding:clamp(40px,7vh,92px) 0 8px}.untangle .section-head{padding:0 var(--rail-pad);display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.untangle .section-head h2{font-size:clamp(1.7rem,3.4vw,2.6rem);font-weight:400}.untangle .section-head .kicker{margin-bottom:12px}.untangle .section-head p{margin:.5em 0 0;max-width:52ch;color:var(--ivory-dim);font-size:.94rem}.untangle .rail-wrap{position:relative}.untangle .rail{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding:8px var(--rail-pad) 30px;scrollbar-width:none}.untangle .rail::-webkit-scrollbar{display:none}.untangle .poster{position:relative;flex:0 0 auto;width:clamp(200px,26vw,280px);aspect-ratio:2/3;border-radius:12px;overflow:hidden;scroll-snap-align:start;cursor:pointer;box-shadow:var(--shadow);transition:transform .5s var(--ease)}.untangle .poster img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform 1.1s var(--ease),filter .5s}.untangle .poster:hover{transform:translateY(-8px)}.untangle .poster:hover img{transform:scale(1.07)}.untangle .poster .grad{position:absolute;inset:0;background:linear-gradient(180deg,transparent 38%,rgba(11,10,12,.32) 62%,rgba(11,10,12,.96))}.untangle .poster .meta{position:absolute;left:18px;right:18px;bottom:16px}.untangle .poster .meta .no{font-size:.66rem;letter-spacing:.28em;color:var(--gold);text-transform:uppercase}.untangle .poster .meta h3{font-size:1.3rem;line-height:1.1;margin-top:5px}.untangle .poster .st{position:absolute;top:14px;right:14px;font-size:.58rem;letter-spacing:.18em;text-transform:uppercase;color:#1a1206;background:var(--gold);padding:5px 10px;border-radius:20px}.untangle .poster .watched{position:absolute;left:18px;bottom:64px;height:2px;background:var(--gold)}.untangle .feature{margin:0 var(--rail-pad);position:relative;border-radius:16px;overflow:hidden;min-height:340px;display:flex;align-items:center;box-shadow:var(--shadow);border:1px solid var(--line)}.untangle .feature .bg{position:absolute;inset:0}.untangle .feature .bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 22%;object-position:center 22%}.untangle .feature .bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,10,12,.94),rgba(22,28,49,.72) 46%,rgba(22,28,49,.15))}.untangle .feature .fc{position:relative;z-index:2;padding:clamp(28px,5vw,60px);max-width:560px}.untangle .feature h2{font-size:clamp(1.9rem,4vw,3rem);margin:14px 0}.untangle .feature p{color:var(--ivory-dim);margin:0 0 26px}.untangle .seven{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 28px;padding:0;list-style:none}.untangle .seven li{font-size:.64rem;letter-spacing:.14em;text-transform:uppercase;color:var(--ivory-dim);border:1px solid var(--line);border-radius:20px;padding:6px 12px}.untangle .rtile{position:relative;flex:0 0 auto;width:clamp(200px,24vw,260px);aspect-ratio:3/4;border-radius:12px;overflow:hidden;scroll-snap-align:start;cursor:pointer;box-shadow:var(--shadow);transition:transform .5s var(--ease)}.untangle .rtile img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform 1.1s var(--ease)}.untangle .rtile:hover{transform:translateY(-8px)}.untangle .rtile:hover img{transform:scale(1.06)}.untangle .rtile .cap{position:absolute;left:0;right:0;bottom:0;padding:36px 16px 14px;background:linear-gradient(transparent,rgba(11,10,12,.9));font-family:var(--serif);font-size:1.05rem}.untangle .ctile{position:relative;flex:0 0 auto;width:clamp(150px,20vw,200px);scroll-snap-align:start;cursor:pointer}.untangle .ctile .art{aspect-ratio:1;border-radius:12px;overflow:hidden;box-shadow:var(--shadow);position:relative;transition:transform .5s var(--ease)}.untangle .ctile .art img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform 1.1s var(--ease)}.untangle .ctile:hover .art{transform:translateY(-6px)}.untangle .ctile:hover .art img{transform:scale(1.07)}.untangle .ctile .art .play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:.3s;background:rgba(11,10,12,.3)}.untangle .ctile:hover .art .play{opacity:1}.untangle .ctile .play span{width:52px;height:52px;border-radius:50%;background:var(--gold);color:#1a1206;display:grid;place-items:center;font-size:1rem;padding-left:3px}.untangle .ctile h4{font-family:var(--serif);font-weight:400;font-size:1.02rem;margin:12px 2px 2px;line-height:1.2}.untangle .ctile .cat{font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:var(--ivory-faint);margin-left:2px}.untangle .continue{padding:clamp(30px,6vh,64px) var(--rail-pad) 0}.untangle .cj{display:flex;gap:26px;align-items:center;background:linear-gradient(100deg,rgba(59,30,54,.5),rgba(22,28,49,.32));border:1px solid var(--line);border-radius:16px;padding:20px;box-shadow:var(--shadow)}.untangle .cj-art{flex:0 0 auto;width:110px;aspect-ratio:2/3;border-radius:10px;overflow:hidden}.untangle .cj-art img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.untangle .cj-body{flex:1;min-width:0}.untangle .cj-body h3{font-size:1.4rem;margin:6px 0 10px}.untangle .cj-bar{height:4px;background:hsla(38,44%,90%,.14);border-radius:4px;overflow:hidden;max-width:340px;margin:14px 0 6px}.untangle .cj-bar i{display:block;height:100%;background:linear-gradient(90deg,var(--gold-deep),var(--gold-hi))}.untangle .cj-body .sub{font-size:.78rem;color:var(--ivory-dim)}.untangle .foot{padding:56px var(--rail-pad) 40px;border-top:1px solid var(--line);margin-top:40px;color:var(--ivory-dim);font-size:.82rem}.untangle .foot .safe{max-width:70ch;margin:0 auto 22px;text-align:center;line-height:1.7}.untangle .foot .wm{text-align:center;font-family:var(--serif);letter-spacing:.4em;color:var(--ivory);font-size:1.05rem;padding-left:.4em}.untangle .u-dock{position:sticky;bottom:0;z-index:45}.untangle .np{position:relative;left:0;right:0;height:76px;display:flex;align-items:center;gap:18px;padding:0 clamp(14px,3vw,26px);background:rgba(14,11,17,.94);backdrop-filter:blur(18px);border-top:1px solid var(--line);transform:translateY(0);transition:transform .5s var(--ease)}.untangle .np .cover{width:48px;height:48px;border-radius:8px;overflow:hidden;flex:0 0 auto;background:var(--plum-deep)}.untangle .np .cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.untangle .np .info{min-width:0;width:clamp(90px,18vw,220px)}.untangle .np .info .t{font-family:var(--serif);font-size:.98rem}.untangle .np .info .c,.untangle .np .info .t{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.untangle .np .info .c{font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold)}.untangle .np .controls{display:flex;align-items:center;gap:16px}.untangle .np button.ctl{background:none;border:0;color:var(--ivory);cursor:pointer;font-size:1rem;opacity:.85;transition:.2s;padding:4px}.untangle .np button.ctl:hover{opacity:1;color:var(--gold-hi)}.untangle .np .pp{width:44px;height:44px;border-radius:50%;background:var(--gold);color:#1a1206;display:grid;place-items:center;font-size:1rem}.untangle .np .pp:hover{background:var(--gold-hi);color:#1a1206}.untangle .np .scrub{flex:1;display:flex;align-items:center;gap:10px;min-width:80px}.untangle .np .time{font-size:.66rem;color:var(--ivory-dim);font-variant-numeric:tabular-nums;min-width:34px}.untangle .np .track{flex:1;height:4px;background:hsla(38,44%,90%,.16);border-radius:4px;position:relative;cursor:pointer}.untangle .np .track i{position:absolute;left:0;top:0;bottom:0;width:0;background:linear-gradient(90deg,var(--gold-deep),var(--gold-hi));border-radius:4px}.untangle .np .track .dot{position:absolute;top:50%;width:11px;height:11px;border-radius:50%;background:var(--gold-hi);transform:translate(-50%,-50%);left:0}.untangle .np .vol{display:flex;align-items:center;gap:8px;width:110px}.untangle .np .vol input{width:80px;accent-color:var(--gold)}.untangle .np.empty{transform:translateY(100%)}.untangle .np .qbtn{color:var(--ivory-dim)}.untangle .queue{position:absolute;right:14px;bottom:84px;z-index:46;width:min(300px,calc(100% - 28px));max-height:52vh;overflow:auto;background:rgba(14,11,17,.97);backdrop-filter:blur(18px);border:1px solid var(--line);border-radius:14px;padding:10px;box-shadow:var(--shadow);display:none}.untangle .queue.show{display:block}.untangle .queue h5{font-family:var(--sans);font-size:.64rem;letter-spacing:.24em;text-transform:uppercase;color:var(--gold);margin:8px 10px 12px}.untangle .qrow{display:flex;gap:12px;align-items:center;padding:8px 10px;border-radius:10px;cursor:pointer;transition:.2s;width:100%;text-align:left;background:none;border:0;color:inherit}.untangle .qrow:hover{background:hsla(38,44%,90%,.06)}.untangle .qrow.active{background:rgba(201,162,75,.12)}.untangle .qrow img{width:38px;height:38px;border-radius:6px;-o-object-fit:cover;object-fit:cover;flex:0 0 auto}.untangle .qrow .qt{font-family:var(--serif);font-size:.94rem;line-height:1.15}.untangle .qrow .qc{font-size:.58rem;letter-spacing:.16em;text-transform:uppercase;color:var(--ivory-faint)}.untangle .u-card{background:hsla(0,0%,100%,.03);border:1px solid var(--line);border-radius:16px;transition:border-color .3s}.untangle .u-card:hover{border-color:var(--gold)}.untangle .u-cta{display:inline-flex;align-items:center;gap:8px;background:var(--gold);color:#241206;font-weight:600;font-size:.8rem;letter-spacing:.04em;padding:13px 22px;border-radius:28px}.untangle .u-cta.ghost{background:transparent;color:var(--ivory);border:1px solid var(--line)}@media(max-width:820px){.untangle .nav-links{display:none}.untangle .nav-toggle{display:block}.untangle .cj{flex-direction:column;text-align:center}.untangle .cj-art{width:140px}.untangle .np .vol{display:none}.untangle .np .info{width:auto;flex:1}}@media(prefers-reduced-motion:reduce){.untangle *{animation:none!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.untangle .reveal{opacity:1;transform:none}.untangle .hero-media img{animation:none}}.untangle .sheet{position:fixed;inset:0;z-index:80;background:rgba(11,10,12,.97);backdrop-filter:blur(10px);display:none;flex-direction:column;align-items:center;justify-content:center;gap:24px}.untangle .sheet.show{display:flex}.untangle .sheet a{font-family:var(--serif);font-size:1.5rem;color:var(--ivory)}.untangle .sheet a:hover{color:var(--gold)}.untangle .sheet .sheet-close{position:absolute;top:22px;right:26px;background:none;border:0;color:var(--ivory);font-size:1.8rem;cursor:pointer}.untangle{background:var(--cream);color:var(--ink-text)}.untangle:before{background:radial-gradient(120% 80% at 50% 4%,rgba(201,162,75,.05),transparent 60%),radial-gradient(150% 130% at 50% 100%,rgba(120,90,50,.05),transparent 60%)}.untangle .muted,.untangle .section-head p{color:var(--ink-text-dim)}.untangle .section .eyebrow,.untangle .section-head .eyebrow{color:var(--gold-deep)}.untangle .foot{color:var(--ink-text-dim);border-top-color:var(--paper-line)}.untangle .foot .wm{color:var(--ink-text)}.untangle .u-card{background:hsla(0,0%,100%,.55);border-color:var(--paper-line)}.untangle .u-card:hover{border-color:var(--gold-deep)}.untangle .u-cta.ghost{color:var(--ink-text);border-color:var(--paper-line)}.untangle .u-nav{background:hsla(40,51%,92%,.86);border-bottom-color:var(--paper-line)}.untangle .wordmark{color:var(--ink-text)}.untangle .nav-links a{color:var(--ink-text-dim)}.untangle .nav-links a.active,.untangle .nav-links a:hover{color:var(--gold-deep)}.untangle .u-backline{color:var(--ink-text-dim)}.untangle .u-backline:hover{color:var(--gold-deep)}.untangle .ctile h4{color:var(--ink-text)}.untangle .ctile .cat{color:var(--ink-text-dim)}.untangle .hero-inner{color:var(--ivory)}.untangle .hero-inner .eyebrow{color:var(--gold)}.untangle .feature .fc{color:var(--ivory)}.untangle .feature .fc .eyebrow{color:var(--gold)}.untangle .cj{color:var(--ivory)}.untangle .cj .eyebrow{color:var(--gold)}.untangle .cj .muted{color:var(--ivory-dim)}.untangle .np,.untangle .poster .meta h3,.untangle .queue,.untangle .rtile .cap{color:var(--ivory)}.untangle .ep-hero{position:relative;min-height:76vh;display:flex;align-items:flex-end;overflow:hidden}.untangle .ep-hero .bg{position:absolute;inset:0;z-index:0}.untangle .ep-hero .bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 26%;object-position:center 26%;animation:u-drift 30s var(--ease) infinite alternate}.untangle .ep-hero .scrim{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(14,11,10,.46),rgba(14,11,10,.02) 34%,rgba(60,30,50,.22) 70%,rgba(23,18,15,.88)),linear-gradient(90deg,rgba(14,11,10,.52),transparent 62%)}.untangle .ep-hero .inner{position:relative;z-index:2;padding:0 var(--rail-pad) clamp(40px,8vh,96px);max-width:820px;color:var(--ivory)}.untangle .ep-hero .inner .eyebrow{color:var(--gold)}.untangle .ep-hero .back{position:absolute;top:76px;left:var(--rail-pad);z-index:3;font-size:.7rem;letter-spacing:.24em;text-transform:uppercase;color:var(--ivory-dim)}.untangle .ep-hero .back:hover{color:var(--gold)}.untangle .ep-hero h1{font-size:clamp(2.2rem,8vw,3.4rem);font-weight:300;line-height:.98;letter-spacing:.02em;margin:.1em 0 .3em;color:var(--ivory)}.untangle .ep-hero .syn{font-family:var(--serif);font-style:italic;font-size:clamp(1.05rem,2.1vw,1.35rem);line-height:1.55;color:var(--ivory);max-width:44ch;margin:0 0 22px}.untangle .ep-hero .facts{display:flex;gap:18px;flex-wrap:wrap;color:var(--ivory-dim);font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;margin-bottom:26px}.untangle .ep-hero .facts b{color:var(--gold);font-weight:600}.untangle .timeline{padding:clamp(34px,6vh,80px) var(--rail-pad)}.untangle .timeline .lead{max-width:60ch;margin-bottom:28px}.untangle .timeline .lead h2{font-size:clamp(1.4rem,3vw,2rem);font-weight:400;margin:10px 0 0;color:var(--ink-text)}.untangle .cord{position:relative;display:flex;justify-content:flex-start;align-items:flex-start;gap:6px;padding-top:26px;overflow-x:auto;scrollbar-width:none}.untangle .cord::-webkit-scrollbar{display:none}.untangle .cord:before{content:"";position:absolute;top:32px;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--gold-deep),rgba(201,162,75,.25))}.untangle .node{position:relative;flex:0 0 auto;width:112px;text-align:center;cursor:pointer;padding-top:22px;background:none;border:0;font:inherit;color:inherit}.untangle .node .bead{position:absolute;top:-24px;left:50%;transform:translateX(-50%);width:14px;height:14px;border-radius:50%;background:var(--cream);border:2px solid var(--gold-deep);transition:.3s}.untangle .node.done .bead,.untangle .node:hover .bead{background:var(--gold);border-color:var(--gold);box-shadow:0 0 14px rgba(201,162,75,.55)}.untangle .node .n{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-deep)}.untangle .node .l{font-family:var(--serif);font-size:.88rem;color:var(--ink-text-dim);margin-top:3px;line-height:1.25}.untangle .node:hover .l{color:var(--ink-text)}.untangle .timeline .go{margin-top:34px}.untangle .theater{position:fixed;inset:0;z-index:90;background:var(--ink-deep);display:none;flex-direction:column}.untangle .theater.open{display:flex}.untangle .th-top{display:flex;align-items:center;gap:18px;padding:18px clamp(16px,4vw,40px);z-index:3}.untangle .th-top .lab{font-size:.66rem;letter-spacing:.26em;text-transform:uppercase;color:var(--gold);white-space:nowrap}.untangle .th-cord{flex:1;height:2px;background:hsla(38,44%,90%,.16);border-radius:2px;position:relative}.untangle .th-cord i{position:absolute;left:0;top:0;bottom:0;background:linear-gradient(90deg,var(--gold-deep),var(--gold-hi));border-radius:2px;width:0;transition:width .6s var(--ease)}.untangle .th-close{background:none;border:0;color:var(--ivory);font-size:1.5rem;cursor:pointer;opacity:.85}.untangle .th-close:hover{opacity:1;color:var(--gold)}.untangle .stage{position:relative;flex:1;overflow:hidden}.untangle .scene{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .8s var(--ease);display:flex;align-items:center;justify-content:center;padding:clamp(22px,6vw,80px);overflow-y:auto;color:var(--ivory)}.untangle .scene.active{opacity:1;visibility:visible}.untangle .scene .sbg{position:absolute;inset:0;z-index:0}.untangle .scene .sbg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.untangle .scene .sbg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(11,10,12,.7),rgba(11,10,12,.86))}.untangle .scene .c{position:relative;z-index:2;max-width:720px;width:100%}.untangle .scene.center{text-align:center}.untangle .scene .kick{font-size:.66rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:18px}.untangle .scene p.body{font-family:var(--serif);font-size:clamp(1.15rem,2.5vw,1.5rem);line-height:1.7;margin:0 0 1.1em}.untangle .scene p.body.small{font-size:clamp(1.02rem,2vw,1.2rem);color:var(--ivory-dim)}.untangle .scene .decl{font-family:var(--serif);font-size:clamp(1.7rem,5vw,2.8rem);line-height:1.24;font-weight:300}.untangle .scene .decl .gold{color:var(--gold-hi);font-style:italic}.untangle .scene .line{font-family:var(--serif);font-style:italic;font-size:clamp(1.4rem,4vw,2.3rem);line-height:1.35;max-width:20ch;margin:0 auto}.untangle .scene .scrip{margin-top:24px;font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;color:var(--ivory-dim)}.untangle .scene.scripture .verse{font-family:var(--serif);font-style:italic;font-size:clamp(1.4rem,3.6vw,2.1rem);line-height:1.5;max-width:26ch;margin:0 auto 20px}.untangle .scene.scripture .ref{font-size:.74rem;letter-spacing:.26em;text-transform:uppercase;color:var(--gold)}.untangle .scene.activity .prompt{font-family:var(--serif);font-size:clamp(1.3rem,3vw,1.9rem);line-height:1.35;margin:0 auto 10px;max-width:22ch}.untangle .scene.activity .hint{color:var(--ivory-dim);font-size:.94rem;margin:0 auto 22px;max-width:44ch}.untangle .scene.activity .steps{list-style:none;padding:0;margin:0 auto;max-width:520px;text-align:left;display:flex;flex-direction:column;gap:12px}.untangle .scene.activity .steps li{display:flex;gap:14px;align-items:flex-start;background:hsla(38,44%,90%,.03);border:1px solid var(--line);border-radius:12px;padding:15px 18px;cursor:pointer;transition:.3s;font-family:var(--serif);font-size:1.05rem}.untangle .scene.activity .steps li:hover{border-color:var(--gold)}.untangle .scene.activity .steps li .bx{width:22px;height:22px;flex:0 0 auto;border:1.5px solid var(--gold-deep);border-radius:6px;margin-top:2px;display:grid;place-items:center;color:#1a1206;font-size:.8rem}.untangle .scene.activity .steps li.checked .bx{background:var(--gold);border-color:var(--gold)}.untangle .scene.activity .steps li.checked{border-color:var(--gold);background:rgba(201,162,75,.08)}.untangle .scene.reflect .prompt{font-family:var(--serif);font-size:clamp(1.3rem,3vw,1.9rem);line-height:1.4;margin:0 0 8px}.untangle .scene.reflect .hint{color:var(--ivory-dim);font-size:.9rem;margin:0 0 20px}.untangle .scene.reflect textarea{width:100%;min-height:150px;background:hsla(38,44%,90%,.04);border:1px solid var(--line);border-radius:14px;color:var(--ivory);font-family:var(--serif);font-size:1.1rem;line-height:1.6;padding:18px;resize:vertical}.untangle .scene.reflect textarea:focus{outline:none;border-color:var(--gold)}.untangle .scene .kept{margin-top:12px;font-size:.72rem;letter-spacing:.1em;color:var(--ivory-faint)}.untangle .scene.closing .acts{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:30px}.untangle .scene.paper{background:linear-gradient(165deg,var(--cream) 0,var(--parchment) 100%);color:var(--ink-text)}.untangle .scene.paper .sbg{display:none}.untangle .scene.paper p.body{color:var(--ink-text)}.untangle .scene.paper p.body.small{color:var(--ink-text-dim)}.untangle .scene.paper .kick{color:var(--gold-deep)}.untangle .scene.paper.reflect .prompt{color:var(--ink-text)}.untangle .scene.paper.reflect .hint{color:var(--ink-text-dim)}.untangle .scene.paper.reflect textarea{background:rgba(38,32,26,.045);border-color:var(--paper-line);color:var(--ink-text)}.untangle .scene.paper.reflect .kept{color:rgba(38,32,26,.45)}.untangle .scene.paper.scripture .verse{color:var(--ink-text)}.untangle .scene.paper.scripture .ref{color:var(--gold-deep)}.untangle .scene.paper.activity .prompt{color:var(--ink-text)}.untangle .scene.paper.activity .hint{color:var(--ink-text-dim)}.untangle .scene.paper.activity .steps li{background:rgba(38,32,26,.03);border-color:var(--paper-line);color:var(--ink-text)}.untangle .th-ctrl{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px clamp(16px,4vw,40px) 24px;z-index:3}.untangle .th-ctrl .count{font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;color:var(--ivory-dim)}.untangle .th-nav{display:flex;gap:12px}.untangle .mini{background:none;border:1px solid var(--line);color:var(--ivory);border-radius:30px;padding:11px 22px;cursor:pointer;font-family:var(--sans);font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;transition:.3s}.untangle .mini:hover{border-color:var(--gold);color:var(--gold)}.untangle .mini[disabled]{opacity:.3;pointer-events:none}.untangle .mini.gold{background:var(--gold);color:#1a1206;border-color:var(--gold)}.untangle .mini.gold:hover{background:var(--gold-hi);color:#1a1206}.untangle .ep-practices{background:linear-gradient(180deg,var(--parchment),var(--cream));padding:clamp(34px,6vh,72px) var(--rail-pad)}.untangle .ep-practices .wrap{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:24px;align-items:center}.untangle .ep-practices .eyebrow{color:var(--gold-deep)}.untangle .ep-practices h2{font-family:var(--serif);font-weight:300;font-size:clamp(1.6rem,3.4vw,2.3rem);color:var(--ink-text);margin:10px 0 12px;line-height:1.12}.untangle .ep-practices p{color:var(--ink-text-dim);font-size:1rem;line-height:1.65;max-width:46ch;margin:0 0 20px}.untangle .ep-practices .art{position:relative;aspect-ratio:16/10;border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}.untangle .ep-practices .art img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 35%;object-position:center 35%}.untangle .ep-practices .art .tag{position:absolute;left:16px;bottom:14px;font-size:.62rem;letter-spacing:.24em;text-transform:uppercase;color:var(--ivory);background:rgba(11,10,12,.5);backdrop-filter:blur(4px);padding:7px 13px;border-radius:20px}.untangle .u-gate{max-width:560px;margin:0 auto;padding:clamp(40px,8vh,90px) var(--rail-pad);text-align:center}.untangle .u-gate h2{font-family:var(--serif);font-weight:400;font-size:clamp(1.6rem,4vw,2.3rem);color:var(--ink-text);margin:14px 0 12px}.untangle .u-gate p{color:var(--ink-text-dim);margin:0 auto 26px;max-width:44ch;line-height:1.6}.untangle .decoder{min-height:78vh;display:flex;flex-direction:column;padding:clamp(14px,3vh,26px) var(--rail-pad) clamp(30px,5vh,60px)}.untangle .d-prog{height:2px;background:rgba(38,32,26,.14);border-radius:2px;position:relative;margin-bottom:6px}.untangle .d-prog i{position:absolute;left:0;top:0;bottom:0;width:0;background:linear-gradient(90deg,var(--gold-deep),var(--gold-hi));border-radius:2px;transition:width .6s var(--ease)}.untangle .d-count{font-size:.62rem;letter-spacing:.24em;text-transform:uppercase;color:var(--gold-deep);margin:10px 0 0}.untangle .d-stage{flex:1;display:flex;align-items:center;justify-content:center;padding:clamp(20px,4vh,44px) 0}.untangle .d-screen{max-width:640px;width:100%;text-align:center;animation:u-fade .6s var(--ease)}@keyframes u-fade{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.untangle .d-intro h1{font-family:var(--serif);font-size:clamp(2rem,6vw,3rem);font-weight:300;margin:8px 0 18px;color:var(--ink-text)}.untangle .d-intro p{color:var(--ink-text-dim);max-width:52ch;margin:0 auto 14px;font-size:1.02rem;line-height:1.6}.untangle .d-intro .note{font-size:.82rem;color:rgba(38,32,26,.55);max-width:48ch;margin:18px auto 26px}.untangle .d-privacy{text-align:left;background:hsla(0,0%,100%,.5);border:1px solid var(--paper-line);border-radius:16px;padding:18px 20px;margin:0 auto 24px;max-width:52ch}.untangle .d-privacy li{font-size:.9rem;color:var(--ink-text-dim);line-height:1.5;margin:0 0 6px;list-style:none}.untangle .d-privacy li b{color:var(--ink-text)}.untangle .qdomain{font-size:.66rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold-deep);margin-bottom:20px}.untangle .qtext{font-family:var(--serif);font-size:clamp(1.4rem,4vw,2.1rem);line-height:1.3;font-weight:300;margin:0 auto 30px;max-width:24ch;color:var(--ink-text)}.untangle .choices{display:flex;flex-direction:column;gap:11px;max-width:520px;margin:0 auto}.untangle .choice{display:block;width:100%;text-align:left;cursor:pointer;background:rgba(38,32,26,.045);border:1px solid var(--paper-line);border-radius:14px;padding:15px 20px;color:var(--ink-text);font-family:var(--serif);font-size:1.05rem;line-height:1.4;transition:all .25s var(--ease)}.untangle .choice:focus-visible,.untangle .choice:hover{border-color:var(--gold-deep);background:rgba(201,162,75,.16);transform:translateX(3px);outline:none}.untangle .choice.picked{border-color:var(--gold);background:var(--gold);color:#241206}.untangle .d-open textarea{width:100%;min-height:130px;background:rgba(38,32,26,.045);border:1px solid var(--paper-line);border-radius:14px;color:var(--ink-text);font-family:var(--serif);font-size:1.05rem;line-height:1.6;padding:16px;resize:vertical}.untangle .d-open textarea:focus{outline:none;border-color:var(--gold-deep)}.untangle .d-kept{font-size:.72rem;letter-spacing:.1em;color:rgba(38,32,26,.5);margin-top:10px}.untangle .d-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:22px}.untangle .d-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px}.untangle .d-mini{background:none;border:1px solid var(--paper-line);color:var(--ink-text);border-radius:28px;padding:10px 18px;cursor:pointer;font-family:var(--sans);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;transition:.25s}.untangle .d-mini:hover{border-color:var(--gold-deep);color:var(--gold-deep)}.untangle .d-mini[disabled]{opacity:.35;pointer-events:none}.untangle .d-mini.gold{background:var(--gold);border-color:var(--gold);color:#241206}.untangle .d-mini.gold:hover{background:var(--gold-hi)}.untangle .d-safety{max-width:560px;margin:0 auto;background:linear-gradient(160deg,rgba(124,90,118,.12),hsla(0,0%,100%,.5));border:1px solid var(--paper-line);border-radius:18px;padding:26px 24px;text-align:center}.untangle .d-safety h3{font-family:var(--serif);font-weight:400;font-size:1.5rem;color:var(--ink-text);margin:0 0 12px}.untangle .d-safety p{color:var(--ink-text-dim);margin:0 auto 18px;max-width:44ch;line-height:1.6}.untangle .d-result{max-width:640px;margin:0 auto;text-align:center;animation:u-fade .7s var(--ease)}.untangle .d-result .kick{font-size:.66rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold-deep);margin-bottom:14px}.untangle .d-result .lead{color:var(--ink-text-dim);max-width:52ch;margin:0 auto 24px;line-height:1.6}.untangle .d-domain{font-family:var(--serif);font-size:clamp(1.6rem,4.5vw,2.4rem);font-weight:300;line-height:1.2;color:var(--ink-text);margin:0 0 6px}.untangle .d-domain .gold{color:#9c6b2f;font-style:italic}.untangle .d-second{font-size:.9rem;color:var(--ink-text-dim);margin:0 0 22px}.untangle .d-cards{display:grid;grid-template-columns:1fr;gap:12px;text-align:left;margin:22px 0}.untangle .d-pc{background:hsla(0,0%,100%,.5);border:1px solid var(--paper-line);border-radius:14px;padding:14px 16px}.untangle .d-pc .l{font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-deep);margin:0 0 4px}.untangle .d-pc .v{font-family:var(--serif);font-size:1.05rem;color:var(--ink-text);line-height:1.4}.untangle .d-recos{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;text-align:left;margin:18px 0}.untangle .d-reco{display:block;background:hsla(0,0%,100%,.5);border:1px solid var(--paper-line);border-radius:14px;padding:13px 15px;color:inherit;transition:border-color .25s}.untangle .d-reco:hover{border-color:var(--gold-deep)}.untangle .d-reco .l{font-size:.58rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-deep)}.untangle .d-reco .v{font-family:var(--serif);font-size:1rem;color:var(--ink-text);margin-top:3px;line-height:1.25}.untangle .d-mirror{font-family:var(--serif);font-style:italic;color:var(--lav-plum);margin:22px auto 0;max-width:40ch}.untangle .d-safe-note{font-size:.76rem;color:rgba(38,32,26,.55);max-width:52ch;margin:26px auto 0;line-height:1.6}.untangle .j-hero{position:relative;min-height:34vh;display:flex;align-items:flex-end;overflow:hidden;background:var(--ink-deep)}.untangle .j-hero .bg{position:absolute;inset:0;z-index:0}.untangle .j-hero .bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 30%;object-position:center 30%;opacity:.5}.untangle .j-hero .bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(14,11,10,.5),rgba(14,11,10,.72) 60%,var(--cream) 100%)}.untangle .j-hero .inner{position:relative;z-index:2;padding:0 var(--rail-pad) clamp(24px,4vh,44px);max-width:760px;color:var(--ivory)}.untangle .j-hero .inner .eyebrow{color:var(--gold)}.untangle .j-hero h1{font-size:clamp(2.2rem,6vw,3.2rem);font-weight:300;margin:8px 0 12px;color:var(--ivory)}.untangle .j-hero p{color:var(--ivory-dim);max-width:46ch;margin:0 0 18px}.untangle .jbody{padding:clamp(26px,5vh,52px) var(--rail-pad) 40px}.untangle .jsec{max-width:820px;margin:0 auto clamp(30px,5vh,50px);border-top:1px solid var(--paper-line);padding-top:24px}.untangle .jsec:first-of-type{border-top:0;padding-top:0}.untangle .jsec .lbl{font-size:.66rem;letter-spacing:.26em;text-transform:uppercase;color:var(--gold-deep);margin:0 0 6px}.untangle .jsec h2{font-family:var(--serif);font-size:clamp(1.3rem,3vw,1.9rem);font-weight:400;margin:0 0 16px;color:var(--ink-text)}.untangle .jsec .empty{color:var(--ink-text-dim);font-style:italic}.untangle .jchips{display:flex;flex-wrap:wrap;gap:10px}.untangle .jchip{display:flex;align-items:center;gap:8px;border:1px solid var(--paper-line);border-radius:30px;padding:9px 15px;font-size:.9rem;background:hsla(0,0%,100%,.4);color:var(--ink-text)}.untangle .jchip.done{border-color:var(--gold-deep);background:rgba(201,162,75,.14)}.untangle .jchip .dot{width:8px;height:8px;border-radius:50%;background:var(--ink-text-dim)}.untangle .jchip.done .dot{background:var(--gold-deep)}.untangle .jchap{display:flex;align-items:center;gap:14px;padding:11px 2px;border-bottom:1px solid var(--paper-line);text-decoration:none}.untangle .jchap:last-child{border-bottom:0}.untangle .jchap .no{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-deep);width:92px;flex:0 0 auto}.untangle .jchap .tt{font-family:var(--serif);font-size:1.08rem;color:var(--ink-text);flex:1}.untangle .jchap .stt{font-size:.76rem;color:var(--ink-text-dim)}.untangle .jchap .stt.done{color:var(--gold-deep)}.untangle .jread{font-family:var(--serif);font-size:clamp(1.2rem,2.6vw,1.6rem);line-height:1.35;color:var(--ink-text);margin:0 0 8px}.untangle .jread .band{display:block;font-family:var(--sans);font-size:.92rem;color:var(--ink-text-dim);line-height:1.6;margin-top:8px}.untangle .jref{border-left:2px solid var(--gold-deep);padding:4px 0 4px 16px;margin:0 0 16px}.untangle .jref .q{font-family:var(--serif);font-style:italic;color:var(--ink-text);margin:0 0 4px}.untangle .jref .a{color:var(--ink-text-dim);white-space:pre-wrap}.untangle .k-hero{padding:clamp(28px,6vh,60px) var(--rail-pad) 6px}.untangle .k-hero .eyebrow{margin-bottom:12px;color:var(--gold-deep)}.untangle .k-hero h1{font-size:clamp(2rem,6vw,3.2rem);font-weight:300;line-height:1.02;margin:0 0 14px;color:var(--ink-text)}.untangle .k-hero p{color:var(--ink-text-dim);max-width:56ch;font-size:1rem;margin:0}.untangle .krail-head{padding:0 var(--rail-pad);margin:28px 0 14px}.untangle .krail-head h2{font-size:clamp(1.2rem,2.6vw,1.7rem);font-weight:400;color:var(--ink-text)}.untangle .krail{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding:6px var(--rail-pad) 18px;scrollbar-width:none}.untangle .krail::-webkit-scrollbar{display:none}.untangle .ktile{flex:0 0 auto;cursor:pointer;scroll-snap-align:start;background:none;border:0;padding:0;text-align:left;color:inherit}.untangle .ktile .art{height:clamp(200px,30vh,300px);border-radius:14px;overflow:hidden;box-shadow:var(--shadow);background:#1a1016;transition:transform .5s var(--ease)}.untangle .ktile .art img{height:100%;width:auto;display:block;-o-object-fit:contain;object-fit:contain}.untangle .ktile:hover .art{transform:translateY(-8px)}.untangle .ktile h4{font-family:var(--serif);font-weight:400;font-size:1rem;margin:11px 2px 2px;line-height:1.2;max-width:260px;color:var(--ink-text)}.untangle .ktile .kcat{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-text-dim);margin-left:2px}.untangle .ktile.done h4:after{content:" ✓";color:var(--gold-deep)}.untangle .kdetail{position:fixed;inset:0;z-index:95;display:none;flex-direction:column;background:linear-gradient(165deg,var(--cream),var(--parchment))}.untangle .kdetail.open{display:flex}.untangle .kd-top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:20px clamp(16px,4vw,44px) 6px}.untangle .kd-top .eyebrow{margin-bottom:8px;color:var(--gold-deep)}.untangle .kd-top h2{font-size:clamp(1.5rem,3.6vw,2.4rem);font-weight:300;line-height:1.05;color:var(--ink-text)}.untangle .kd-close{background:none;border:0;color:var(--ink-text);font-size:1.6rem;cursor:pointer;opacity:.85;flex:0 0 auto}.untangle .kd-art{flex:1;display:grid;place-items:center;overflow:auto;padding:10px clamp(16px,4vw,44px)}.untangle .kd-art img{max-width:100%;max-height:74vh;width:auto;height:auto;border-radius:10px;box-shadow:0 24px 60px -24px rgba(60,40,20,.5)}.untangle .kd-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;padding:14px clamp(16px,4vw,44px) 26px}.untangle .kd-note{width:100%;text-align:center;font-size:.72rem;letter-spacing:.04em;color:rgba(38,32,26,.5);margin-top:6px}.untangle .kbtn{display:inline-flex;align-items:center;gap:.5em;cursor:pointer;font-family:var(--sans);font-weight:600;font-size:.74rem;letter-spacing:.12em;text-transform:uppercase;padding:12px 22px;border-radius:32px;border:1px solid var(--paper-line);background:transparent;color:var(--ink-text);transition:.3s}.untangle .kbtn:hover{border-color:var(--gold-deep);color:#9c6b2f}.untangle .kbtn.gold{background:var(--gold);color:#1a1206;border-color:var(--gold)}.untangle .kbtn.gold:hover{background:var(--gold-hi)}.untangle .kv-wrap{padding:6px 0 2px}.untangle .kv-featured{margin:0 var(--rail-pad) 6px;position:relative;border-radius:16px;overflow:hidden;box-shadow:var(--shadow);cursor:pointer;aspect-ratio:16/9;background:#1a1016}.untangle .kv-featured img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.untangle .kv-featured .ov{position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,10,12,.9),rgba(11,10,12,.25) 60%,transparent);display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(18px,4vw,40px);color:var(--ivory)}.untangle .kv-featured .ov .eyebrow{margin-bottom:8px;color:var(--gold)}.untangle .kv-featured .ov h3{font-size:clamp(1.3rem,3.4vw,2rem);font-weight:300;max-width:20ch}.untangle .kv-featured .pbtn{width:60px;height:60px;border-radius:50%;background:var(--gold);color:#1a1206;display:grid;place-items:center;font-size:1.4rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding-left:5px;box-shadow:var(--shadow)}.untangle .kvtile{flex:0 0 auto;width:clamp(220px,30vw,320px);cursor:pointer;scroll-snap-align:start;background:none;border:0;padding:0;text-align:left;color:inherit}.untangle .kvtile .kvp{position:relative;aspect-ratio:16/9;border-radius:12px;overflow:hidden;box-shadow:var(--shadow);background:#1a1016}.untangle .kvtile .kvp img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.untangle .kvtile .kvp .play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(11,10,12,.28)}.untangle .kvtile .kvp .play span{width:44px;height:44px;border-radius:50%;background:var(--gold);color:#1a1206;display:grid;place-items:center;padding-left:3px}.untangle .kvtile h4{font-family:var(--serif);font-weight:400;font-size:.98rem;margin:10px 2px 1px;color:var(--ink-text)}.untangle .kvtile .kvcat{font-size:.58rem;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-text-dim);margin-left:2px}.untangle .kv-theater{position:fixed;inset:0;z-index:96;display:none;flex-direction:column;background:var(--ink-deep)}.untangle .kv-theater.open{display:flex}.untangle .kvt-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px clamp(16px,4vw,40px) 6px;color:var(--ivory)}.untangle .kvt-top h2{font-size:clamp(1.3rem,3vw,2rem);font-weight:300}.untangle .kvt-top .eyebrow{margin-bottom:6px;color:var(--gold)}.untangle .kvt-close{background:none;border:0;color:var(--ivory);font-size:1.6rem;cursor:pointer}.untangle .kvt-stage{flex:1;display:grid;place-items:center;padding:6px clamp(16px,4vw,40px)}.untangle .kvt-stage video{max-width:100%;max-height:70vh;width:auto;border-radius:12px;box-shadow:var(--shadow);background:#000}.untangle .kvt-info{padding:10px clamp(16px,4vw,40px) 26px;color:var(--ivory-dim);font-size:.9rem}.untangle .kvt-info .silent{font-size:.64rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ivory-faint);border:1px solid var(--line);padding:5px 10px;border-radius:20px;margin-right:10px}.untangle .shop{padding:clamp(30px,5vh,60px) var(--rail-pad)}.untangle .shop-in{max-width:1100px;margin:0 auto}.untangle .shop .eyebrow{color:var(--gold-deep)}.untangle .shop h2{font-family:var(--serif);font-weight:300;font-size:clamp(1.5rem,3.4vw,2.3rem);color:var(--ink-text);margin:8px 0}.untangle .shop .sub{color:var(--ink-text-dim);font-size:1rem;max-width:56ch;margin:0 0 20px}.untangle .shop .prog{display:flex;align-items:center;gap:14px;margin:0 0 26px;flex-wrap:wrap}.untangle .shop .prog .count{font-family:var(--serif);font-size:1rem;color:var(--gold-deep);min-width:120px}.untangle .shop .prog .bar{flex:1;min-width:160px;height:8px;border-radius:20px;background:rgba(120,90,50,.16);overflow:hidden}.untangle .shop .prog .bar i{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--gold),var(--gold-deep));border-radius:20px;transition:width .4s var(--ease)}.untangle .shop-grid{display:grid;grid-template-columns:1fr;gap:20px}.untangle .scard{background:hsla(0,0%,100%,.55);border:1px solid var(--paper-line);border-radius:18px;padding:20px 20px 8px}.untangle .scard .sc-head{display:flex;align-items:center;gap:12px;padding:0 0 12px;border-bottom:1px solid var(--paper-line);margin-bottom:6px}.untangle .scard h3{font-family:var(--serif);font-weight:400;font-size:1.12rem;color:var(--ink-text);margin:0;flex:1}.untangle .scard .sc-count{font:600 .64rem/1 var(--sans);letter-spacing:.1em;text-transform:uppercase;color:var(--gold-deep);background:rgba(201,162,75,.14);padding:5px 9px;border-radius:20px}.untangle .sitem label{display:flex;align-items:center;gap:13px;width:100%;cursor:pointer;padding:9px 4px;font-family:var(--serif);font-size:1rem;color:var(--ink-text);border-bottom:1px solid rgba(120,90,50,.09)}.untangle .sitem:last-child label{border-bottom:0}.untangle .sitem .box{width:22px;height:22px;flex:0 0 auto;border:1.6px solid var(--gold-deep);border-radius:6px;display:grid;place-items:center;color:#241206;font-size:.82rem;background:transparent}.untangle .sitem.on .box{background:var(--gold);border-color:var(--gold)}.untangle .sitem.on .tx{color:var(--ink-text-dim);text-decoration:line-through;text-decoration-color:rgba(120,90,50,.55)}.untangle .sitem .opt{font-size:.78rem;color:var(--ink-text-dim);font-style:italic;margin-left:4px}.untangle .pl-hero{position:relative;min-height:clamp(46vh,52vh,520px);display:flex;align-items:flex-end;overflow:hidden;isolation:isolate;background:var(--ink-deep)}.untangle .pl-hero .bloom{position:absolute;inset:0;z-index:0}.untangle .pl-hero .bloom img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:blur(38px) saturate(1.15);transform:scale(1.2);opacity:.55}.untangle .pl-hero .bloom:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(14,11,10,.55),rgba(14,11,10,.72) 60%,var(--cream) 100%),linear-gradient(90deg,rgba(14,11,10,.7),transparent 70%)}.untangle .pl-hero .fh{position:relative;z-index:2;display:flex;gap:clamp(16px,4vw,40px);align-items:flex-end;padding:0 var(--rail-pad) clamp(24px,4vh,50px);width:100%;color:var(--ivory)}.untangle .pl-cover{width:clamp(120px,20vw,200px);aspect-ratio:1;border-radius:16px;overflow:hidden;box-shadow:var(--shadow);flex:0 0 auto}.untangle .pl-cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.untangle .fh .meta{min-width:0;padding-bottom:6px}.untangle .fh .meta .cat{font-size:.66rem;letter-spacing:.26em;text-transform:uppercase;color:var(--gold)}.untangle .fh .meta h1{font-size:clamp(1.8rem,5vw,3rem);font-weight:300;line-height:1.04;margin:10px 0 6px;color:var(--ivory)}.untangle .fh .meta .lib{color:var(--ivory-dim);font-size:.88rem;margin:0 0 18px}.untangle .fh .acts{display:flex;gap:12px;flex-wrap:wrap}.untangle .section-pl{padding:clamp(24px,4vh,48px) 0 6px}.untangle .plrow-head{padding:0 var(--rail-pad);margin:22px 0 12px}.untangle .plrow-head h2{font-size:clamp(1.1rem,2.6vw,1.6rem);font-weight:400;color:var(--ink-text)}.untangle .plrow{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding:6px var(--rail-pad) 16px;scrollbar-width:none}.untangle .plrow::-webkit-scrollbar{display:none}.untangle .ptile{flex:0 0 auto;width:clamp(140px,17vw,180px);scroll-snap-align:start;cursor:pointer;background:none;border:0;padding:0;text-align:left;color:inherit}.untangle .ptile .pa{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;box-shadow:var(--shadow);transition:transform .45s var(--ease)}.untangle .ptile .pa img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.untangle .ptile:hover .pa{transform:translateY(-6px)}.untangle .ptile .pa .play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;background:rgba(11,10,12,.32);transition:.3s}.untangle .ptile.playing .pa .play,.untangle .ptile:hover .pa .play{opacity:1}.untangle .ptile .pa .play span{width:46px;height:46px;border-radius:50%;background:var(--gold);color:#1a1206;display:grid;place-items:center;padding-left:3px}.untangle .ptile .pbar{position:absolute;left:0;right:0;bottom:0;height:4px;background:rgba(0,0,0,.4)}.untangle .ptile .pbar i{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--gold-deep),var(--gold-hi))}.untangle .ptile h4{font-family:var(--serif);font-weight:400;font-size:.96rem;margin:10px 2px 1px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--ink-text)}.untangle .ptile .pcat{font-size:.56rem;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-text-dim);margin-left:2px}.untangle .ptile.playing h4{color:#9c6b2f}.untangle .cv-hero{position:relative;min-height:32vh;display:flex;align-items:flex-end;overflow:hidden;background:var(--ink-deep)}.untangle .cv-hero .bg{position:absolute;inset:0}.untangle .cv-hero .bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 30%;object-position:center 30%;opacity:.5}.untangle .cv-hero .bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(14,11,10,.5),rgba(14,11,10,.72) 65%,var(--cream) 100%)}.untangle .cv-hero .inner{position:relative;z-index:2;padding:0 var(--rail-pad) clamp(22px,4vh,40px);max-width:760px;color:var(--ivory)}.untangle .cv-hero .inner .eyebrow{color:var(--gold)}.untangle .cv-hero h1{font-size:clamp(2rem,5vw,3rem);font-weight:300;margin:8px 0 10px;color:var(--ivory)}.untangle .cv-hero p{color:var(--ivory-dim);max-width:52ch;margin:0}.untangle .cvbody{padding:clamp(24px,4vh,48px) var(--rail-pad) 60px}.untangle .cvgrid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:20px}.untangle .cvcard{position:relative;aspect-ratio:16/9;border-radius:16px;overflow:hidden;cursor:pointer;box-shadow:var(--shadow);transition:transform .5s var(--ease);background:none;border:0;padding:0;text-align:left;width:100%}.untangle .cvcard img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform 1.1s var(--ease)}.untangle .cvcard:hover{transform:translateY(-6px)}.untangle .cvcard:hover img{transform:scale(1.05)}.untangle .cvcard .ov{position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,10,12,.88),rgba(11,10,12,.35) 55%,transparent);display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(15px,2.4vw,24px);color:var(--ivory)}.untangle .cvcard .no{font-size:.62rem;letter-spacing:.26em;text-transform:uppercase;color:var(--gold)}.untangle .cvcard h3{font-family:var(--serif);font-size:clamp(1.15rem,2.2vw,1.5rem);font-weight:400;margin:6px 0;color:var(--ivory);max-width:16ch}.untangle .cvcard .sm{color:var(--ivory-dim);font-size:.85rem;margin:0 0 10px;max-width:34ch}.untangle .cvcard .op{align-self:flex-start;font-size:.68rem;padding:8px 15px;border-radius:24px;font-weight:600}.untangle .cvcard .badge,.untangle .cvcard .op{letter-spacing:.14em;text-transform:uppercase;color:#1a1206;background:var(--gold)}.untangle .cvcard .badge{position:absolute;top:12px;right:12px;font-size:.58rem;padding:5px 10px;border-radius:20px}.untangle .cvp{position:fixed;inset:0;z-index:96;background:linear-gradient(180deg,var(--cream),var(--parchment));color:var(--ink-text);overflow:auto}.untangle .cvp .top{position:sticky;top:0;background:hsla(40,51%,92%,.92);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px var(--rail-pad);border-bottom:1px solid var(--paper-line);z-index:2}.untangle .cvp .top .no{font-size:.6rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-deep)}.untangle .cvp .top h2{font-family:var(--serif);font-size:clamp(1.2rem,3vw,1.7rem);font-weight:400;color:var(--ink-text)}.untangle .cvp .top .x{background:none;border:0;color:var(--ink-text);font-size:1.5rem;cursor:pointer}.untangle .cvp .cvart{max-width:760px;margin:20px auto 0;padding:0 var(--rail-pad)}.untangle .cvp .cvart img{width:100%;border-radius:14px;box-shadow:0 20px 50px -22px rgba(60,40,20,.5)}.untangle .cvp .cbody{max-width:680px;margin:0 auto;padding:20px var(--rail-pad) 90px}.untangle .cvp .cbody>p{font-size:1.02rem;line-height:1.7;color:var(--ink-text);margin:0 0 18px}.untangle .cvp .cbody>p.small{color:var(--ink-text-dim);font-size:.94rem}.untangle .cvblk{margin:0 0 26px}.untangle .cvblk .bl{font-size:.64rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-deep);margin:0 0 12px}.untangle .cvfield{margin:0 0 14px}.untangle .cvfield label{display:block;font-family:var(--serif);font-size:1rem;color:var(--ink-text);margin:0 0 6px}.untangle .cvfield input,.untangle .cvfield textarea{width:100%;background:hsla(0,0%,100%,.55);border:1px solid var(--paper-line);border-radius:12px;color:var(--ink-text);font-family:var(--serif);font-size:1rem;padding:12px 14px}.untangle .cvfield input:focus,.untangle .cvfield textarea:focus{outline:none;border-color:var(--gold-deep)}.untangle .cvfield textarea{min-height:90px;resize:vertical}.untangle .chips{display:flex;flex-wrap:wrap;gap:10px}.untangle .chip{cursor:pointer;border:1px solid var(--paper-line);border-radius:26px;padding:10px 16px;font-size:.94rem;background:hsla(0,0%,100%,.4);color:var(--ink-text);-webkit-user-select:none;-moz-user-select:none;user-select:none}.untangle .chip.on{background:var(--gold);border-color:var(--gold);color:#241206}.untangle .chip.disabled{opacity:.4;pointer-events:none}.untangle .choosecount{font-size:.8rem;color:var(--ink-text-dim);margin-top:10px}.untangle .steps2{list-style:none;padding:0;margin:0;counter-reset:s}.untangle .steps2 li{counter-increment:s;position:relative;padding:10px 0 10px 40px;border-bottom:1px solid var(--paper-line);font-family:var(--serif);font-size:1.05rem;color:var(--ink-text)}.untangle .steps2 li:before{content:counter(s);position:absolute;left:0;top:9px;width:26px;height:26px;border-radius:50%;background:rgba(201,162,75,.18);color:var(--gold-deep);display:grid;place-items:center;font-family:var(--sans);font-size:.8rem}.untangle .cklist{list-style:none;padding:0;margin:0}.untangle .cklist li{display:flex;gap:12px;align-items:flex-start;padding:11px 0;border-bottom:1px solid var(--paper-line);cursor:pointer;font-family:var(--serif);font-size:1.05rem;color:var(--ink-text)}.untangle .cklist li .bx{width:22px;height:22px;flex:0 0 auto;border:1.5px solid var(--gold-deep);border-radius:6px;margin-top:2px;display:grid;place-items:center;color:#241206;font-size:.8rem}.untangle .cklist li.on .bx{background:var(--gold);border-color:var(--gold)}.untangle .urge{display:flex;align-items:center;gap:14px}.untangle .urge input[type=range]{flex:1;accent-color:var(--gold-deep)}.untangle .urge .val{font-family:var(--serif);font-size:1.4rem;color:var(--gold-deep);min-width:44px;text-align:center}.untangle .breathbox{text-align:center;padding:8px 0}.untangle .breathcircle{width:130px;height:130px;border-radius:50%;margin:14px auto;background:radial-gradient(circle,rgba(201,162,75,.35),rgba(201,162,75,.08));display:grid;place-items:center;font-family:var(--serif);color:var(--ink-text);transition:transform 4s ease}.untangle .breathcircle.inhale{transform:scale(1.25)}.untangle .breathcircle.exhale{transform:scale(.85)}.untangle .cvsave{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px;align-items:center}.untangle .savednote{font-size:.76rem;color:var(--gold-deep);opacity:0;transition:.3s}.untangle .savednote.show{opacity:1}.untangle .u-nav{display:block;padding:0}.untangle .u-nav-top{display:flex;align-items:center;justify-content:space-between;padding:12px var(--rail-pad) 4px}.untangle .u-nav .wordmark{color:var(--ink-text)}.untangle .u-nav .u-backline{color:var(--ink-text-dim);font-size:.62rem}.untangle .u-tabs{display:flex;gap:20px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:2px var(--rail-pad) 10px;white-space:nowrap}.untangle .u-tabs::-webkit-scrollbar{display:none}.untangle .u-tabs a{flex:0 0 auto;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-text);opacity:.62;padding-bottom:4px;font-weight:500}.untangle .u-tabs a.active{opacity:1;border-bottom:2px solid var(--gold-deep)}.untangle .eyebrow{color:#6a4e1c}.untangle .cj .eyebrow,.untangle .cv-hero .inner .eyebrow,.untangle .ep-hero .inner .eyebrow,.untangle .feature .fc .eyebrow,.untangle .hero .eyebrow,.untangle .hero-inner .eyebrow,.untangle .j-hero .inner .eyebrow,.untangle .kv-featured .ov .eyebrow,.untangle .kvt-top .eyebrow{color:var(--gold)}.untangle .cvblk .bl,.untangle .cvp .top .no,.untangle .d-count,.untangle .d-result .kick,.untangle .jsec .lbl,.untangle .kd-top .eyebrow,.untangle .node .n,.untangle .qdomain,.untangle .scard .sc-count{color:#6a4e1c}.untangle .section-head .eyebrow{font-weight:600}