*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #1c1917;--bg-elevated: #242120;--text: #d4d4d0;--text-muted: #807a74;--text-dim: #3d3835;--accent: #a09890;--border: #2e2a27;--font-wordmark: "Inter", -apple-system, sans-serif;--font-heading: "EB Garamond", serif;--font-body: "Inter", -apple-system, sans-serif;--header-height: 56px;--max-width: 1400px;--gutter: clamp(20px, 5vw, 64px);--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1)}html{background:var(--bg);color:var(--text);font-family:var(--font-body);font-weight:300;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}body{min-height:100vh;overflow-x:hidden}img{display:block;max-width:100%;height:auto}a{color:var(--text);text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}.app:before{content:"";position:fixed;top:-50%;right:-50%;bottom:-50%;left:-50%;width:200%;height:200%;pointer-events:none;z-index:9999;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:512px 512px;opacity:.03;mix-blend-mode:overlay}@keyframes grain{0%,to{transform:translate(0)}10%{transform:translate(-5%,-10%)}20%{transform:translate(-15%,5%)}30%{transform:translate(7%,-20%)}40%{transform:translate(-5%,20%)}50%{transform:translate(-15%,10%)}60%{transform:translate(15%)}70%{transform:translateY(15%)}80%{transform:translate(3%,20%)}90%{transform:translate(-10%,10%)}}@keyframes grain-breathe{0%,to{opacity:.02}50%{opacity:.035}}.reveal{opacity:0;transform:translateY(40px);transition:opacity 1.2s var(--ease-out),transform 1.2s var(--ease-out)}.reveal.revealed{opacity:1;transform:translateY(0)}.reveal-once{opacity:0;transform:translateY(24px);transition:opacity .9s var(--ease-out),transform .9s var(--ease-out)}.reveal-once.revealed{opacity:1;transform:translateY(0)}.custom-cursor-area{cursor:none}.custom-cursor{position:fixed;width:24px;height:24px;border:2px solid rgba(255,255,255,.7);border-radius:50%;pointer-events:none;z-index:9998;transform:translate(-50%,-50%);transition:opacity .3s ease;opacity:0}.custom-cursor--visible{opacity:1}@media(pointer:coarse){.custom-cursor{display:none}.custom-cursor-area{cursor:pointer}}.app{display:flex;flex-direction:column;min-height:100vh}.header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:24px;height:var(--header-height);padding:0 var(--gutter);transition:opacity .5s var(--ease-out),transform .5s var(--ease-out),background .5s var(--ease-out)}.header--default{background:transparent;opacity:1;transform:translateY(0)}.header--home{background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;opacity:1;transform:translateY(0);pointer-events:auto}.header__wordmark{flex:0 0 auto;font-family:var(--font-wordmark);font-size:1.2rem;font-weight:400;letter-spacing:.03em;color:var(--text);transition:color .6s var(--ease-out)}.header__wordmark:hover{color:var(--text)}.header__nav{display:flex;align-items:center;justify-content:flex-end;gap:clamp(14px,2.5vw,32px);row-gap:6px;min-width:0;flex-wrap:wrap}.header__nav-item{position:relative;display:flex;align-items:center}.header__link{font-size:.8rem;font-weight:400;letter-spacing:.1em;text-transform:lowercase;color:var(--text-muted);white-space:nowrap;transition:color .6s var(--ease-out),background .25s var(--ease-out)}.header__link-button{padding:5px 8px 4px;margin:-5px -8px -4px;border-radius:2px 2px 0 0}.header__link:hover,.header__link--active{color:var(--text)}.header__nav-item--open .header__link-button,.header__nav-item:focus-within .header__link-button{color:var(--text);background:#12100fe6}.header__submenu{position:absolute;top:100%;left:0;display:flex;min-width:max-content;flex-direction:column;align-items:flex-start;gap:4px;padding:10px 12px 12px;margin-left:-12px;border:none;border-radius:0 2px 2px;background:#12100fe6;box-shadow:0 12px 30px #00000047;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);opacity:0;pointer-events:none;transform:translateY(-3px);transition:opacity .2s var(--ease-out),transform .2s var(--ease-out)}.header__nav-item .header__submenu.header__submenu--open,.header__nav-item:focus-within .header__submenu{opacity:1;pointer-events:auto;transform:translateY(0)}.header__submenu-link{display:flex;align-items:center;width:100%;min-height:32px;padding:0 2px;font-size:.72rem;font-weight:400;letter-spacing:.08em;text-transform:lowercase;color:#d4d4d0a3;white-space:nowrap;transition:color .3s var(--ease-out),background .3s var(--ease-out)}.header__submenu-link:hover{color:var(--text)}@media(max-width:640px){.header{align-items:flex-start;height:auto;min-height:var(--header-height);padding-top:max(12px,env(safe-area-inset-top));padding-bottom:10px;gap:10px}.header__wordmark{font-size:.95rem;line-height:1.25}.header__nav{gap:6px 14px;max-width:min(64vw,260px)}.header__link{font-size:.66rem;line-height:1.35;letter-spacing:.06em}.header__submenu{top:100%;right:auto;left:0;min-width:max-content;transform:translateY(-4px)}.header__nav-item .header__submenu.header__submenu--open,.header__nav-item:focus-within .header__submenu{transform:translateY(0)}.header__submenu-link{font-size:.66rem;min-height:32px}}@media(max-width:360px){.header{flex-direction:column;gap:8px}.header__nav{justify-content:flex-start;max-width:100%}}.footer{--footer-bg: transparent;--footer-border: transparent;--footer-color: var(--text-dim);--footer-glow: transparent;position:relative;isolation:isolate;border-top:1px solid var(--footer-border);padding:64px var(--gutter);background:var(--footer-bg);text-align:center;font-size:.7rem;letter-spacing:.08em;color:var(--footer-color);display:flex;flex-direction:column;align-items:center;gap:.6rem}.footer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:radial-gradient(ellipse at 50% 0%,var(--footer-glow),transparent 58%);pointer-events:none}.footer--archive{--footer-bg: linear-gradient(180deg, rgba(18, 16, 15, 0), rgba(18, 16, 15, .72));--footer-border: rgba(212, 212, 208, .08);--footer-color: rgba(212, 212, 208, .38)}.footer--shop{--footer-bg: linear-gradient(180deg, rgba(20, 17, 15, 0), rgba(28, 23, 18, .78));--footer-border: rgba(206, 184, 148, .12);--footer-color: rgba(224, 214, 197, .44);--footer-glow: rgba(184, 142, 88, .08)}.footer--contact{--footer-bg: linear-gradient(180deg, rgba(13, 12, 11, 0), rgba(10, 10, 10, .78));--footer-border: rgba(212, 212, 208, .08);--footer-color: rgba(212, 212, 208, .42)}.footer__sibling{font-family:var(--font-heading);font-style:italic;font-size:.7rem;color:var(--text-dim);text-decoration:none;letter-spacing:.04em;transition:color .3s ease}.footer__sibling:hover{color:var(--text-muted)}.app:has(.pensieve){height:100vh;height:100dvh;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;touch-action:none}body:has(.pensieve){overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;width:100%}.pensieve{position:relative;height:100vh;height:100dvh;width:100%;overflow:hidden;background:var(--bg);display:flex;flex-direction:column;align-items:center}.pensieve__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70%;height:60%;background:radial-gradient(ellipse at center,rgba(140,165,200,.07) 0%,rgba(130,155,190,.035) 35%,rgba(120,145,180,.015) 55%,transparent 75%);pointer-events:none;z-index:0;animation:glow-pulse 8s ease-in-out infinite}@keyframes glow-pulse{0%,to{opacity:1}50%{opacity:.7}}.pensieve__caustics{position:absolute;top:20%;left:15%;width:70%;height:60%;pointer-events:none;z-index:0;opacity:0;animation:caustics-in 3s ease-out 1.5s forwards}@keyframes caustics-in{to{opacity:1}}.pensieve__caustics,.pensieve__caustics:before,.pensieve__caustics:after{border-radius:50%}.pensieve__caustics{background:radial-gradient(ellipse 40% 35% at 30% 45%,rgba(140,175,220,.07) 0%,transparent 70%);animation:caustic-drift-1 14s ease-in-out infinite alternate,caustics-in 3s ease-out 1.5s forwards}.pensieve__caustics:before,.pensieve__caustics:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;will-change:transform}.pensieve__caustics:before{background:radial-gradient(ellipse 35% 45% at 65% 50%,rgba(120,160,210,.06) 0%,transparent 70%);animation:caustic-drift-2 18s ease-in-out infinite alternate}.pensieve__caustics:after{background:radial-gradient(ellipse 50% 30% at 50% 60%,rgba(155,185,225,.05) 0%,transparent 70%);animation:caustic-drift-3 22s ease-in-out infinite alternate}@keyframes caustic-drift-1{0%{transform:translate(0) scale(1)}to{transform:translate(30px,-20px) scale(1.1)}}@keyframes caustic-drift-2{0%{transform:translate(0) scale(1)}to{transform:translate(-25px,15px) scale(.95)}}@keyframes caustic-drift-3{0%{transform:translate(0) scale(1)}to{transform:translate(15px,25px) scale(1.05)}}.pensieve__ripples{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50vw;height:40vh;pointer-events:none;z-index:0}.pensieve__ripple{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid rgba(140,170,210,.06);border-radius:50%;animation:ripple-expand 8s ease-out infinite}.pensieve__ripple:nth-child(2){animation-delay:-2.7s}.pensieve__ripple:nth-child(3){animation-delay:-5.3s}@keyframes ripple-expand{0%{transform:scale(.5);opacity:1}to{transform:scale(1.5);opacity:0}}.pensieve:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1;background:radial-gradient(ellipse 55% 50% at 50% 50%,transparent 0%,transparent 40%,rgba(10,12,18,.3) 75%,rgba(10,12,18,.6) 100%)}.pensieve__pool{position:absolute;top:18%;left:7%;width:86%;height:64%;z-index:2}@media(max-width:640px){.pensieve__pool{top:18%;left:3%;width:94%;height:68%}}.pensieve__trail{position:fixed;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle at center,rgba(140,170,210,.05) 0%,transparent 70%);pointer-events:none;transform:translate(-50%,-50%);z-index:1;opacity:0;transition:opacity .4s ease-out}@media(pointer:coarse){.pensieve__trail{display:none}}.pensieve__depth-layer{position:absolute;top:0;right:0;bottom:0;left:0;transition:transform .15s ease-out;pointer-events:none}.pensieve__depth-layer .pensieve__wisp{pointer-events:auto}.pensieve__depth-layer--1{z-index:2}.pensieve__depth-layer--2{z-index:1}.pensieve__depth-layer--0 .pensieve__wisp-img{width:clamp(140px,15vw,220px)}.pensieve__depth-layer--0 .pensieve__wisp-card{width:clamp(190px,21vw,300px)}.pensieve__depth-layer--1 .pensieve__wisp-img{width:clamp(155px,16.5vw,240px)}.pensieve__depth-layer--1 .pensieve__wisp-card{width:clamp(210px,23vw,340px)}@media(max-width:420px){.pensieve__depth-layer--0 .pensieve__wisp-img{width:clamp(96px,28vw,150px)}.pensieve__depth-layer--0 .pensieve__wisp-card{width:clamp(165px,48vw,215px)}.pensieve__depth-layer--1 .pensieve__wisp-img{width:clamp(110px,31vw,165px)}.pensieve__depth-layer--1 .pensieve__wisp-card{width:clamp(180px,52vw,235px)}}.pensieve__wisp{position:absolute;transform:translate(-50%,-50%) rotate(var(--rot, 0deg));animation-timing-function:ease-in-out;animation-iteration-count:infinite;z-index:1;cursor:pointer;padding:0;border:none;background:none;outline:none;font-family:inherit;transition:opacity .42s var(--ease-in-out)}.pensieve__wisp:after{content:"";position:absolute;top:-14px;right:-14px;bottom:-14px;left:-14px;border:1px solid rgba(212,212,208,.14);border-radius:7px;opacity:0;pointer-events:none;transform:scale(.96);transition:opacity .25s var(--ease-out),transform .25s var(--ease-out),border-color .25s var(--ease-out)}.pensieve__wisp:hover:after,.pensieve__wisp:focus-visible:after,.pensieve__wisp--active:after,.pensieve__wisp--tapped:after{border-color:#d4d4d047;opacity:1;transform:scale(1)}.pensieve__wisp:focus-visible{outline:none}.pensieve__wisp--fading{opacity:0!important}.pensieve__wisp--active{animation-play-state:paused;z-index:10}.pensieve__wisp-img{width:clamp(170px,18vw,260px);height:auto;display:block;border-radius:2px;opacity:.6;filter:saturate(.7) brightness(.85);transition:opacity .28s var(--ease-out),filter .28s var(--ease-out),transform .28s var(--ease-out),box-shadow .28s var(--ease-out);box-shadow:0 2px 20px #0006;animation:pensieve-surface .45s var(--ease-out) var(--entrance-delay, .2s) both}.pensieve__wisp-card{width:clamp(230px,26vw,380px);display:flex;padding:8px 12px;border:none;background:none;color:var(--text-muted);opacity:.42;text-align:center;transition:opacity .28s var(--ease-out),filter .28s var(--ease-out),transform .28s var(--ease-out),color .28s var(--ease-out);animation:pensieve-surface .45s var(--ease-out) var(--entrance-delay, .2s) both}.pensieve__wisp-card-excerpt{font-family:var(--font-heading);font-size:clamp(.94rem,1.22vw,1.18rem);font-style:italic;font-weight:400;line-height:1.5;color:inherit}@keyframes pensieve-surface{0%{opacity:0;transform:scale(.85) translateY(20px)}to{opacity:.6;transform:none}}.pensieve__wisp--active .pensieve__wisp-img{opacity:1;filter:saturate(1) brightness(1);transform:scale(1.15);box-shadow:0 8px 40px #00000080,0 0 30px #8caad21a;will-change:transform,opacity}.pensieve__wisp--active .pensieve__wisp-card{opacity:1;color:var(--text);transform:scale(1.05);will-change:transform,opacity}.pensieve__wisp--dimmed .pensieve__wisp-img{opacity:.3;filter:saturate(.5) brightness(.6)}.pensieve__wisp--dimmed .pensieve__wisp-card{opacity:.28;filter:brightness(.65)}.pensieve__wisp-label{display:block;margin-top:8px;font-family:var(--font-heading);font-style:italic;font-size:.75rem;color:var(--text-muted);letter-spacing:.03em;opacity:0;transform:translateY(-4px);transition:opacity .3s var(--ease-out),transform .3s var(--ease-out);pointer-events:none;white-space:nowrap}.pensieve__wisp--active .pensieve__wisp-label{opacity:1;transform:translateY(0)}.pensieve__pool--hidden{opacity:0;pointer-events:none;transition:opacity .6s var(--ease-out)}.pensieve__focused-view{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;animation:pensieve-focus-in .5s var(--ease-out) both}@keyframes pensieve-focus-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.pensieve__focused-photo{display:flex;flex-direction:column;align-items:center;max-width:80vw}.pensieve__focused-img{max-height:58vh;max-width:80vw;width:auto;height:auto;object-fit:contain;border-radius:2px;box-shadow:0 8px 60px #0009}.pensieve__focused-meta{margin-top:.75rem;font-family:var(--font-heading);font-style:italic;font-size:.85rem;color:var(--text-muted);letter-spacing:.05em;display:flex;gap:.5em}.pensieve__focused-sep{opacity:.4}.pensieve__focused-writing{width:min(600px,82vw);padding:0;text-align:center}.pensieve__focused-writing-source{display:block;margin-bottom:1.2rem;font-size:.68rem;letter-spacing:.14em;text-transform:lowercase;color:var(--text-dim)}.pensieve__focused-writing-title{margin-bottom:3rem;font-family:var(--font-heading);font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:400;line-height:1.3;color:var(--text)}.pensieve__focused-writing-excerpt{font-size:clamp(.95rem,1.2vw,1.05rem);line-height:1.9;color:var(--text)}.pensieve__neighbors{display:flex;gap:.75rem;justify-content:center;max-width:80vw}.pensieve__neighbor{padding:0;border:none;background:none;cursor:pointer;outline:none;opacity:0;animation:neighbor-appear .4s var(--ease-out) forwards;animation-delay:var(--delay, 0s);transition:transform .25s var(--ease-out),opacity .25s var(--ease-out)}.pensieve__neighbor:hover{transform:scale(1.08)}@keyframes neighbor-appear{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.pensieve__neighbor-img{width:clamp(60px,10vw,100px);height:auto;display:block;border-radius:2px;box-shadow:0 2px 16px #0006;opacity:.7;filter:saturate(.7) brightness(.85);transition:opacity .3s var(--ease-out),filter .3s var(--ease-out)}.pensieve__neighbor:hover .pensieve__neighbor-img{opacity:1;filter:saturate(1) brightness(1)}.pensieve--plunging{pointer-events:none}.plunge{transform-origin:center 40%;will-change:transform,filter,opacity}.plunge--dive-out{animation:dive-out .9s cubic-bezier(.32,0,.67,0) forwards;pointer-events:none}.plunge--dive-in{animation:dive-in .8s cubic-bezier(.16,1,.3,1) forwards}@keyframes dive-out{0%{transform:scale(1) translateY(0);filter:blur(0px) brightness(1);opacity:1}60%{opacity:1}to{transform:scale(1.5) translateY(-8%);filter:blur(12px) brightness(.3);opacity:0}}@keyframes dive-in{0%{transform:scale(.92) translateY(30px);filter:blur(6px) brightness(.5);opacity:0}40%{opacity:1}to{transform:scale(1) translateY(0);filter:blur(0px) brightness(1);opacity:1}}.plunge--surface-out{animation:surface-out .9s cubic-bezier(.32,0,.67,0) forwards;pointer-events:none}.plunge--surface-in{animation:surface-in .8s cubic-bezier(.16,1,.3,1) forwards}@keyframes surface-out{0%{transform:scale(1) translateY(0);filter:blur(0px) brightness(1);opacity:1}60%{opacity:1}to{transform:scale(.85) translateY(5%);filter:blur(10px) brightness(.3);opacity:0}}@keyframes surface-in{0%{transform:scale(1.15) translateY(-20px);filter:blur(6px) brightness(.5);opacity:0}40%{opacity:1}to{transform:scale(1) translateY(0);filter:blur(0px) brightness(1);opacity:1}}@keyframes pensieve-drift-a{0%,to{transform:translate(-50%,-50%) rotate(var(--rot, 0deg)) translate(0)}20%{transform:translate(-50%,-50%) rotate(var(--rot, 0deg)) translate(8px,-6px) rotate(1deg)}50%{transform:translate(-50%,-50%) rotate(var(--rot, 0deg)) translate(-5px,8px) rotate(-1deg)}80%{transform:translate(-50%,-50%) rotate(var(--rot, 0deg)) translate(6px,3px) rotate(1.5deg)}}@keyframes pensieve-drift-b{0%,to{transform:translate(-50%,-50%) rotate(var(--rot, 0deg)) translate(0)}25%{transform:translate(-50%,-50%) rotate(var(--rot, 0deg)) translate(-7px,-4px) rotate(-1.5deg)}55%{transform:translate(-50%,-50%) rotate(var(--rot, 0deg)) translate(6px,9px) rotate(1deg)}80%{transform:translate(-50%,-50%) rotate(var(--rot, 0deg)) translate(-3px,-7px) rotate(-1deg)}}@keyframes pensieve-drift-c{0%,to{transform:translate(-50%,-50%) rotate(var(--rot, 0deg)) translate(0)}30%{transform:translate(-50%,-50%) rotate(var(--rot, 0deg)) translate(7px,7px) rotate(1deg)}60%{transform:translate(-50%,-50%) rotate(var(--rot, 0deg)) translate(-8px,-3px) rotate(-1.5deg)}85%{transform:translate(-50%,-50%) rotate(var(--rot, 0deg)) translate(4px,-6px) rotate(.8deg)}}@media(pointer:coarse){.pensieve__wisp--active .pensieve__wisp-img{opacity:.6;filter:saturate(.7) brightness(.85);transform:none;box-shadow:0 2px 20px #0006}.pensieve__wisp--active .pensieve__wisp-label{opacity:0}.pensieve__wisp--active{animation-play-state:running}.pensieve__wisp--tapped .pensieve__wisp-img{opacity:.75;filter:saturate(.8) brightness(.9);transform:none;box-shadow:0 2px 20px #0006}.pensieve__wisp--tapped .pensieve__wisp-label{opacity:1;transform:translateY(0)}.pensieve__wisp--tapped{animation-play-state:paused;z-index:10}.pensieve__wisp--dimmed .pensieve__wisp-img{opacity:.45;filter:saturate(.6) brightness(.75);transform:none;box-shadow:0 2px 20px #0006}}@media(max-width:768px){.pensieve__pool{top:18%;left:3%;width:94%;height:68%}.pensieve__wisp-img{width:clamp(120px,31vw,160px)}.pensieve__depth-layer--0 .pensieve__wisp-img{width:clamp(96px,26vw,135px)}.pensieve__depth-layer--1 .pensieve__wisp-img{width:clamp(110px,28vw,150px)}.pensieve__wisp-label{font-size:.65rem}}.pensieve{isolation:isolate;perspective:1200px;background:radial-gradient(ellipse 78% 64% at 50% 47%,#2b3a3e9e,#121718e0 48%,#050607fa),linear-gradient(180deg,#171614,#090a0a 56%,#020303)}.pensieve:before{content:"";position:absolute;inset:clamp(72px,10vh,116px) clamp(22px,6vw,92px) clamp(54px,8vh,88px);z-index:0;border:1px solid rgba(186,208,214,.16);border-radius:50%;background:radial-gradient(ellipse 46% 34% at 50% 42%,rgba(194,225,228,.16),transparent 64%),radial-gradient(ellipse 84% 62% at 50% 50%,#4c666c3d,#0a0e101a 58%,#020304b8);box-shadow:inset 0 0 34px #d2ebee1f,inset 0 -64px 120px #000000ad,0 0 76px #90b5be24;transform:rotateX(58deg) translateY(2vh);transform-origin:50% 52%;pointer-events:none}.pensieve:after{z-index:18;background:radial-gradient(ellipse 42% 36% at 50% 46%,transparent 0%,transparent 48%,rgba(5,8,10,.18) 72%,rgba(0,0,0,.7) 100%),linear-gradient(90deg,rgba(0,0,0,.28),transparent 18%,transparent 82%,rgba(0,0,0,.3))}.pensieve__glow{width:min(1120px,88vw);height:min(720px,72vh);background:radial-gradient(ellipse at 50% 44%,rgba(224,246,245,.16) 0%,rgba(140,180,194,.09) 34%,rgba(64,84,92,.04) 58%,transparent 78%);mix-blend-mode:screen;animation:glow-pulse 5.8s ease-in-out infinite}.pensieve__caustics{top:12%;left:6%;width:88%;height:78%;z-index:1;opacity:.82;filter:blur(.4px);background:repeating-radial-gradient(ellipse at 42% 46%,rgba(215,244,242,.06) 0 2px,transparent 2px 15px),radial-gradient(ellipse 48% 38% at 30% 44%,rgba(126,184,204,.12) 0%,transparent 70%)}.pensieve__caustics:before{background:repeating-linear-gradient(116deg,transparent 0 18px,rgba(180,220,225,.04) 18px 20px,transparent 20px 38px),radial-gradient(ellipse 42% 52% at 66% 48%,rgba(145,196,213,.09) 0%,transparent 72%)}.pensieve__caustics:after{background:repeating-linear-gradient(34deg,transparent 0 22px,rgba(226,239,231,.035) 22px 24px,transparent 24px 44px),radial-gradient(ellipse 58% 34% at 54% 62%,rgba(195,226,224,.08) 0%,transparent 72%)}.pensieve__ripples{width:min(1040px,92vw);height:min(620px,68vh);z-index:1}.pensieve__ripple{border-color:#bedce01f;box-shadow:0 0 26px #8cbecc0a;animation-duration:6.4s}.pensieve__pool{top:12%;left:4%;width:92%;height:76%;z-index:5;transform-style:preserve-3d}.pensieve__pool:before,.pensieve__pool:after{content:"";position:absolute;top:2%;right:4%;bottom:2%;left:4%;z-index:0;border-radius:50%;pointer-events:none}.pensieve__pool:before{background:radial-gradient(ellipse at 50% 50%,transparent 38%,rgba(175,215,222,.055) 39%,transparent 42%),conic-gradient(from 24deg at 50% 50%,transparent 0deg,rgba(185,220,224,.06) 34deg,transparent 68deg,transparent 126deg,rgba(215,232,226,.045) 148deg,transparent 182deg,transparent 360deg);filter:blur(5px);animation:pensieve-current-turn 22s linear infinite}.pensieve__pool:after{top:8%;right:10%;bottom:8%;left:10%;background:radial-gradient(ellipse at 38% 35%,rgba(214,240,238,.08),transparent 46%),radial-gradient(ellipse at 68% 66%,rgba(112,160,174,.07),transparent 52%);filter:blur(14px);animation:pensieve-current-drift 16s ease-in-out infinite alternate}@keyframes pensieve-current-turn{to{transform:rotate(360deg)}}@keyframes pensieve-current-drift{0%{transform:translate(-2%,1%) scale(.98);opacity:.58}to{transform:translate(2%,-1%) scale(1.04);opacity:.92}}.pensieve__trail{z-index:4;width:480px;height:480px;background:radial-gradient(circle at center,rgba(210,238,235,.1) 0%,rgba(128,176,190,.04) 34%,transparent 70%);mix-blend-mode:screen}.pensieve__depth-layer{z-index:2}.pensieve__depth-layer--0{z-index:3}.pensieve__depth-layer--1{z-index:4}.pensieve__depth-layer--2{z-index:5}.pensieve__depth-layer--0 .pensieve__wisp-img{width:clamp(178px,17vw,270px)}.pensieve__depth-layer--0 .pensieve__wisp-card{width:clamp(245px,23vw,360px)}.pensieve__depth-layer--1 .pensieve__wisp-img{width:clamp(205px,19vw,310px)}.pensieve__depth-layer--1 .pensieve__wisp-card{width:clamp(270px,25vw,400px)}.pensieve__wisp{transition:opacity .28s var(--ease-out),filter .28s var(--ease-out)}.pensieve__wisp:before{content:"";position:absolute;top:-42px;right:-42px;bottom:-42px;left:-42px;z-index:0;border-radius:50%;background:radial-gradient(ellipse at 50% 50%,rgba(218,246,243,.16),rgba(117,171,188,.08) 36%,transparent 68%),conic-gradient(from 0deg,transparent,rgba(211,235,230,.09),transparent 42%,rgba(130,184,202,.08),transparent 70%);filter:blur(9px);opacity:0;transform:scale(.76);transition:opacity .22s var(--ease-out),transform .22s var(--ease-out);animation:pensieve-memory-current 3.2s ease-in-out infinite;animation-delay:var(--relation-delay, 0s);pointer-events:none}.pensieve__wisp:after{top:-18px;right:-18px;bottom:-18px;left:-18px;border-color:#cfe8e829;border-radius:50%;box-shadow:inset 0 0 18px #d2ecec0a}.pensieve__wisp-img,.pensieve__wisp-card,.pensieve__wisp-label{position:relative;z-index:1}.pensieve__wisp-img{width:clamp(226px,21vw,340px);border-radius:3px;opacity:.7;filter:saturate(.72) brightness(.84) contrast(.96);box-shadow:0 12px 44px #0000007a,0 0 0 1px #d2e6e60d;animation:pensieve-surface .34s var(--ease-out) var(--entrance-delay, .2s) both}.pensieve__wisp-card{width:clamp(292px,28vw,460px);padding:12px 16px;border-top:1px solid rgba(210,234,232,.12);border-bottom:1px solid rgba(210,234,232,.08);background:radial-gradient(ellipse at 50% 50%,rgba(169,207,211,.1),rgba(16,22,24,.08) 62%,transparent 100%);color:#d2d6d0b8;opacity:.58;text-shadow:0 0 18px rgba(190,226,226,.1);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);animation:pensieve-surface .34s var(--ease-out) var(--entrance-delay, .2s) both}.pensieve__wisp-card-excerpt{font-size:clamp(1.05rem,1.38vw,1.38rem);line-height:1.42}@keyframes pensieve-surface{0%{opacity:0;transform:scale(.88) translateY(26px);filter:blur(6px) brightness(.58)}70%{opacity:.78}to{opacity:1;transform:none;filter:none}}@keyframes pensieve-memory-current{0%,to{transform:scale(.78) rotate(0)}50%{transform:scale(1) rotate(16deg)}}.pensieve__wisp--active,.pensieve__wisp--tapped{z-index:20;animation-play-state:paused}.pensieve__wisp--active:before,.pensieve__wisp--tapped:before{opacity:1;transform:scale(1.05)}.pensieve__wisp--related{z-index:12}.pensieve__wisp--related:before{opacity:.62;transform:scale(.86)}.pensieve__wisp--active .pensieve__wisp-img,.pensieve__wisp--tapped .pensieve__wisp-img{opacity:1;filter:saturate(1.02) brightness(1.04) contrast(1.02);transform:scale(1.18) translateY(-6px);box-shadow:0 22px 68px #000000ad,0 0 42px #aedce22e,inset 0 0 18px #ffffff0f}.pensieve__wisp--active .pensieve__wisp-card,.pensieve__wisp--tapped .pensieve__wisp-card{opacity:1;color:#edebe3f5;transform:scale(1.1) translateY(-4px);border-color:#d8f0ee33;background:radial-gradient(ellipse at 50% 48%,rgba(184,222,224,.18),rgba(20,29,31,.16) 68%,transparent 100%);text-shadow:0 0 24px rgba(218,242,239,.14)}.pensieve__wisp--related .pensieve__wisp-img{opacity:.78;filter:saturate(.86) brightness(.92);box-shadow:0 12px 46px #0000008a,0 0 30px #aadae029}.pensieve__wisp--related .pensieve__wisp-card{opacity:.72;color:#dadfd9d1;border-color:#d8f0ee29}.pensieve__wisp--dimmed{opacity:.42;filter:blur(.7px)}.pensieve__wisp--dimmed .pensieve__wisp-img{opacity:.42;filter:saturate(.42) brightness(.56);transform:translateY(14px) scale(.92)}.pensieve__wisp--dimmed .pensieve__wisp-card{opacity:.32;filter:brightness(.58);transform:translateY(14px) scale(.95)}.pensieve__wisp--fading{opacity:0!important;filter:blur(8px) brightness(.42)}.pensieve__wisp-label{display:flex;flex-direction:column;align-items:center;gap:1px;max-width:min(320px,70vw);margin-top:14px;color:#dae1dcdb;text-align:center;text-shadow:0 0 14px rgba(166,210,216,.16);white-space:normal}.pensieve__wisp-label-title,.pensieve__wisp-label-meta{display:block;overflow-wrap:anywhere}.pensieve__wisp-label-title{font-family:var(--font-heading);font-size:.84rem;font-style:italic;line-height:1.15}.pensieve__wisp-label-meta{max-width:100%;color:#a6b2aeb8;font-family:var(--font-body);font-size:.56rem;line-height:1.15;letter-spacing:.12em;text-transform:lowercase}.pensieve__wisp--active .pensieve__wisp-label,.pensieve__wisp--tapped .pensieve__wisp-label{opacity:1;transform:translateY(0)}.pensieve__wisp--related .pensieve__wisp-label{opacity:.72;transform:translateY(0)}.pensieve__pool--hidden{opacity:0;filter:blur(12px) brightness(.56);transition:opacity .42s var(--ease-out),filter .42s var(--ease-out)}.pensieve__focused-view{z-index:24;gap:clamp(1rem,2vh,1.8rem);padding:clamp(74px,10vh,112px) var(--gutter) clamp(110px,18vh,164px);background:radial-gradient(ellipse 70% 58% at 50% 48%,#26383c66,#0406072e 66%,#000000ad);animation:pensieve-focus-in .38s var(--ease-out) both;outline:none}.pensieve__focused-view:before{content:"";position:absolute;top:6%;right:8%;bottom:6%;left:8%;z-index:-1;border-radius:50%;background:repeating-linear-gradient(114deg,transparent 0 20px,rgba(223,241,236,.04) 20px 22px,transparent 22px 42px),radial-gradient(ellipse at 50% 50%,rgba(180,218,220,.12),transparent 70%);filter:blur(1px);animation:caustic-drift-2 12s ease-in-out infinite alternate;pointer-events:none}.pensieve__focused-photo{position:relative;max-width:min(88vw,1180px)}.pensieve__focused-photo:before,.pensieve__focused-photo:after{content:"";position:absolute;top:-22px;right:-22px;bottom:-22px;left:-22px;z-index:-1;border-radius:50%;pointer-events:none}.pensieve__focused-photo:before{background:radial-gradient(ellipse at 50% 50%,rgba(210,238,236,.18),rgba(88,134,150,.08) 45%,transparent 72%);filter:blur(18px)}.pensieve__focused-photo:after{border:1px solid rgba(210,236,236,.12);box-shadow:inset 0 0 44px #d4ecec0d;transform:rotateX(62deg)}.pensieve__focused-img{max-height:min(66vh,820px);max-width:min(86vw,1080px);border-radius:3px;filter:saturate(.94) brightness(1.02) contrast(1.02);box-shadow:0 28px 100px #000000b8,0 0 0 1px #dceeec14,0 0 68px #a6d4da24}.pensieve__focused-meta{margin-top:1rem;color:#d9e0dac7;text-shadow:0 0 16px rgba(190,226,226,.14)}.pensieve__focused-writing{position:relative;width:min(860px,86vw);padding:clamp(18px,4vw,46px);text-shadow:0 0 24px rgba(180,220,222,.14)}.pensieve__focused-writing:before{content:"";position:absolute;top:-18%;right:-10%;bottom:-18%;left:-10%;z-index:-1;border-radius:50%;background:radial-gradient(ellipse at 50% 46%,rgba(177,214,216,.13),rgba(28,40,42,.14) 56%,transparent 78%),repeating-linear-gradient(8deg,transparent 0 18px,rgba(210,232,230,.035) 18px 20px,transparent 20px 40px);filter:blur(.4px);transform:rotate(-2deg)}.pensieve__focused-writing-source{color:#a6b1aeb8}.pensieve__focused-writing-title{margin-bottom:clamp(1.8rem,4vh,3rem);font-size:clamp(2rem,5vw,4.8rem);line-height:1.02;color:#ebeae2f2}.pensieve__focused-writing-excerpt{max-width:720px;margin:0 auto;color:#e1e1dae0;font-family:var(--font-heading);font-size:clamp(1.16rem,2vw,1.68rem);font-style:italic;line-height:1.65}.pensieve__neighbors,.pensieve__writing-relations{position:absolute;right:var(--gutter);bottom:clamp(24px,5vh,54px);left:var(--gutter);display:flex;justify-content:center;max-width:none;gap:clamp(.5rem,1vw,.9rem);pointer-events:none}.pensieve__neighbor,.pensieve__writing-relation{pointer-events:auto}.pensieve__neighbor{border:1px solid rgba(210,234,232,.1);border-radius:4px;background:#070a0b47;box-shadow:0 12px 40px #0000005c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.pensieve__neighbor-img{width:clamp(74px,8vw,128px);max-height:108px;object-fit:cover;border-radius:3px;opacity:.76;filter:saturate(.74) brightness(.84)}.pensieve__neighbor:hover{transform:translateY(-5px) scale(1.04)}.pensieve__writing-relations{align-items:stretch}.pensieve__writing-relation{display:flex;width:clamp(142px,17vw,228px);min-height:74px;flex-direction:column;justify-content:center;gap:.22rem;padding:.72rem .82rem;border-top:1px solid rgba(210,234,232,.14);border-bottom:1px solid rgba(210,234,232,.09);background:radial-gradient(ellipse at 50% 50%,rgba(172,210,212,.12),rgba(9,13,14,.18) 72%,transparent 100%);color:#dee0dad1;text-align:left;opacity:0;animation:neighbor-appear .34s var(--ease-out) forwards;transition:transform .24s var(--ease-out),color .24s var(--ease-out),border-color .24s var(--ease-out)}.pensieve__writing-relation:hover{border-color:#daf0ee38;color:#f0eee6f5;transform:translateY(-5px)}.pensieve__writing-relation-source{color:#a4b0acb8;font-size:.52rem;letter-spacing:.12em;line-height:1.1;text-transform:lowercase}.pensieve__writing-relation-title{font-family:var(--font-heading);font-size:clamp(.88rem,1vw,1.05rem);font-style:italic;line-height:1.16;overflow-wrap:anywhere}@media(pointer:coarse){.pensieve__wisp--active .pensieve__wisp-img,.pensieve__wisp--tapped .pensieve__wisp-img{opacity:1;filter:saturate(.98) brightness(1);transform:scale(1.1) translateY(-4px);box-shadow:0 18px 58px #000000a3,0 0 34px #aedce229}.pensieve__wisp--active .pensieve__wisp-card,.pensieve__wisp--tapped .pensieve__wisp-card{opacity:1;transform:scale(1.06) translateY(-4px)}.pensieve__wisp--active .pensieve__wisp-label,.pensieve__wisp--tapped .pensieve__wisp-label{opacity:1}.pensieve__wisp--dimmed .pensieve__wisp-img,.pensieve__wisp--dimmed .pensieve__wisp-card{transform:translateY(12px) scale(.94)}}@media(max-width:768px){.pensieve:before{top:112px;right:8px;bottom:58px;left:8px;transform:rotateX(62deg) translateY(1vh)}.pensieve__pool{top:18%;left:2%;width:96%;height:69%}.pensieve__wisp-img{width:clamp(142px,40vw,204px);max-height:min(28vh,230px);object-fit:contain}.pensieve__depth-layer--0 .pensieve__wisp-img{width:clamp(112px,31vw,158px)}.pensieve__depth-layer--1 .pensieve__wisp-img{width:clamp(124px,34vw,176px)}.pensieve__wisp-card{width:clamp(188px,60vw,272px);padding:9px 11px}.pensieve__depth-layer--0 .pensieve__wisp-card{width:clamp(172px,54vw,238px)}.pensieve__depth-layer--1 .pensieve__wisp-card{width:clamp(180px,57vw,254px)}.pensieve__wisp-card-excerpt{font-size:clamp(.88rem,3.3vw,1.08rem);line-height:1.34}.pensieve__wisp-label{max-width:210px;margin-top:9px}.pensieve__wisp-label-title{font-size:.72rem}.pensieve__wisp-label-meta{font-size:.48rem;letter-spacing:.08em}.pensieve__focused-view{padding:96px 18px 136px}.pensieve__focused-img{max-width:92vw;max-height:58vh}.pensieve__focused-writing{width:min(92vw,620px);padding:14px 4px}.pensieve__focused-writing-title{font-size:clamp(1.8rem,9vw,3.2rem)}.pensieve__focused-writing-excerpt{font-size:clamp(1rem,4.2vw,1.24rem);line-height:1.52}.pensieve__neighbors,.pensieve__writing-relations{right:14px;bottom:max(18px,env(safe-area-inset-bottom));left:14px;justify-content:flex-start;overflow-x:auto;padding-bottom:2px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.pensieve__neighbors::-webkit-scrollbar,.pensieve__writing-relations::-webkit-scrollbar{display:none}.pensieve__neighbor-img{width:74px;height:58px}.pensieve__writing-relation{width:150px;min-width:150px;min-height:66px;padding:.58rem .64rem}}@media(max-width:420px){.pensieve__pool{top:20%;height:66%}.pensieve__wisp-img{width:clamp(126px,38vw,164px);max-height:min(24vh,190px)}.pensieve__depth-layer--0 .pensieve__wisp-img{width:clamp(96px,30vw,126px)}.pensieve__depth-layer--1 .pensieve__wisp-img{width:clamp(108px,32vw,142px)}.pensieve__wisp-card{width:clamp(166px,56vw,224px)}.pensieve__wisp--active .pensieve__wisp-img,.pensieve__wisp--tapped .pensieve__wisp-img{transform:scale(1.06) translateY(-3px)}.pensieve__wisp--active .pensieve__wisp-card,.pensieve__wisp--tapped .pensieve__wisp-card{transform:scale(1.03) translateY(-3px)}}.gallery{flex:1;max-width:var(--max-width);margin:0 auto;padding:var(--header-height) var(--gutter) 0;width:100%;position:relative}.gallery__header{display:flex;align-items:center;justify-content:flex-end;padding:16px 0 8px}.gallery__filter-btn{position:relative;font-size:.75rem;letter-spacing:.08em;color:var(--text-dim);padding:6px 14px;border:1px solid var(--border);border-radius:20px;transition:color .4s var(--ease-out),border-color .4s var(--ease-out);line-height:1}.gallery__filter-btn:hover{color:var(--text-muted)}.gallery__filter-btn--active:after{content:"";position:absolute;top:2px;right:0;width:5px;height:5px;border-radius:50%;background:var(--accent)}.filter-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#000000d9;opacity:0;pointer-events:none;transition:opacity .4s var(--ease-out)}.filter-drawer-overlay--open{opacity:1;pointer-events:auto}.filter-drawer{position:fixed;top:0;right:0;bottom:0;z-index:201;width:320px;max-width:85vw;background:#171412;border-left:1px solid #3f3934;padding:32px 24px;padding-right:max(24px,env(safe-area-inset-right));padding-bottom:max(32px,env(safe-area-inset-bottom));transform:translate(100%);transition:transform .4s var(--ease-out);overflow-y:auto;-webkit-overflow-scrolling:touch}.filter-drawer--open{transform:translate(0)}.filter-drawer__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.filter-drawer__title{font-size:.8rem;font-weight:400;letter-spacing:.1em;text-transform:lowercase;color:#d4d4d0}.filter-drawer__close{font-size:1.2rem;color:#b8b0a8;padding:8px;min-width:40px;min-height:40px;display:flex;align-items:center;justify-content:center;transition:color .4s var(--ease-out)}.filter-drawer__close:hover{color:#f1ede8}.filter-group{margin-bottom:28px}.filter-group__label{display:block;font-size:.65rem;text-transform:uppercase;letter-spacing:.14em;color:#d4d4d0;margin-bottom:12px}.filter-group__pills{display:flex;flex-wrap:wrap;gap:6px}.pill{font-size:.72rem;padding:6px 14px;border-radius:20px;border:1px solid #5d554f;color:#d0cbc5;background:#ffffff0b;transition:all .4s var(--ease-out);white-space:nowrap;min-height:32px}.pill:hover{border-color:#9e958d;color:#f1ede8;background:#ffffff14}.pill--active{background:#d4d4d0;color:var(--bg);border-color:#d4d4d0}.pill--active:hover{background:var(--accent);border-color:var(--accent);color:var(--bg)}.filter-drawer__clear{font-size:.7rem;color:#c6bfb8;letter-spacing:.04em;border-bottom:1px solid #c6bfb8;padding-bottom:1px;margin-top:8px;transition:color .4s,border-color .4s}.filter-drawer__clear:hover{color:#f1ede8;border-color:#f1ede8}.photo-stream{position:relative;padding:24px 0 120px}.photo-stream:before{content:"";position:absolute;top:0;left:0;right:0;height:40px;background:linear-gradient(to bottom,var(--bg),transparent);pointer-events:none;z-index:1}.photo-stream__masonry{columns:3;column-gap:20px}@media(max-width:1024px){.photo-stream__masonry{columns:2}}@media(max-width:600px){.photo-stream__masonry{columns:1}}.photo-card{break-inside:avoid;margin-bottom:20px;position:relative;overflow:hidden;transition:transform .5s var(--ease-out),box-shadow .5s var(--ease-out)}.photo-card:hover{transform:translateY(-2px);box-shadow:0 4px 24px #0000004d}.photo-card__frame{overflow:hidden;position:relative}.photo-card__img{width:100%;height:auto;display:block;filter:saturate(.85) brightness(.92);transition:transform .8s var(--ease-out),filter .5s var(--ease-out)}.photo-card:hover .photo-card__img{transform:scale(1.025);filter:saturate(1) brightness(1)}.photo-card__spotlight{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:0;transition:opacity .3s ease;background:radial-gradient(circle 200px at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(255,255,255,.06) 0%,transparent 100%)}.photo-card:hover .photo-card__spotlight{opacity:1}.photo-card__meta{position:absolute;bottom:0;left:0;right:0;padding:24px 12px 10px;background:linear-gradient(to top,rgba(0,0,0,.6),transparent);opacity:0;transition:opacity .5s var(--ease-out)}.photo-card:hover .photo-card__meta{opacity:1}.photo-card__location{font-family:var(--font-heading);font-style:italic;font-size:.75rem;color:#ffffffb3;letter-spacing:.02em}.photo-card__film{display:block;font-size:.65rem;color:#fff6;margin-top:2px}@media(pointer:coarse){.photo-card__meta{opacity:1}.photo-card__spotlight{display:none}}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;width:100vw;height:100vh;height:100dvh;max-width:100vw;max-height:100vh;border:none;padding:0;background:#0000;color:var(--text);animation:lightbox-in .5s var(--ease-out) forwards}@keyframes lightbox-in{0%{background:#0000}to{background:#000000f5}}.lightbox::backdrop{background:transparent}.lightbox__content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;padding:20px;opacity:0;transform:scale(.97);animation:lightbox-content-in .5s var(--ease-out) .1s forwards}@keyframes lightbox-content-in{to{opacity:1;transform:scale(1)}}.lightbox__close{position:absolute;top:max(20px,env(safe-area-inset-top));right:max(24px,env(safe-area-inset-right));font-size:1.5rem;color:var(--text-dim);z-index:10;line-height:1;transition:color .4s var(--ease-out);cursor:pointer;padding:8px;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.lightbox__close:hover{color:var(--text-muted)}.lightbox__nav{display:flex;align-items:center;gap:20px;flex:1;min-height:0;width:100%;justify-content:center}.lightbox__arrow{font-size:2.5rem;color:var(--text-dim);padding:20px;transition:color .4s var(--ease-out);flex-shrink:0;cursor:pointer}.lightbox__arrow:hover:not(:disabled){color:var(--text-muted)}.lightbox__arrow:disabled{opacity:.1;cursor:default}.lightbox__img{max-width:calc(100% - 120px);max-height:calc(100vh - 140px);object-fit:contain}.lightbox__meta{display:flex;align-items:center;gap:10px;padding:20px 0;font-size:.8rem;color:var(--text-dim);flex-shrink:0;letter-spacing:.03em}.lightbox__location{font-family:var(--font-heading);font-style:italic;color:var(--text-muted)}.lightbox__sep{color:var(--text-dim);opacity:.4}.lightbox__film,.lightbox__date{font-size:.75rem}.lightbox__counter{margin-left:20px;font-size:.7rem;opacity:.4}.lightbox--from-pull{animation:lightbox-pull-in .6s var(--ease-out) forwards}.lightbox--from-pull .lightbox__content{animation:lightbox-pull-content-in .6s var(--ease-out) forwards}@keyframes lightbox-pull-in{0%{background:#0009}to{background:#000000f5}}@keyframes lightbox-pull-content-in{0%{opacity:1;transform:scale(1.15)}to{opacity:1;transform:scale(1)}}@media(max-width:768px){.lightbox__arrow{font-size:2rem;padding:14px;min-width:44px;min-height:44px}.lightbox__img{max-width:calc(100% - 60px);max-height:calc(100vh - 120px)}.lightbox__meta{font-size:.85rem;padding-bottom:max(20px,env(safe-area-inset-bottom))}}@media(max-width:480px){.lightbox__arrow{font-size:1.8rem;padding:12px}.lightbox__img{max-width:calc(100% - 40px);max-height:calc(100vh - 100px)}.pill{font-size:.75rem;padding:8px 16px;min-height:44px}}.about{flex:1;display:flex;justify-content:center;padding:calc(var(--header-height) + 60px) var(--gutter) 100px}.about__content{max-width:480px}.about__title{font-family:var(--font-heading);font-size:1.6rem;font-weight:400;font-style:italic;color:var(--text-muted);margin-bottom:40px;letter-spacing:.04em}.about__text{font-size:.9rem;color:var(--text-muted);margin-bottom:24px;line-height:1.9;letter-spacing:.01em}.about__links{margin-top:48px}.about__link{font-size:.8rem;color:var(--text-muted);letter-spacing:.04em;border-bottom:1px solid var(--border);padding-bottom:3px;transition:color .6s var(--ease-out),border-color .6s var(--ease-out)}.about__link:hover{color:var(--text-muted);border-color:var(--text-muted)}.archive-index{flex:1;width:100%;padding:calc(var(--header-height) + 70px) var(--gutter) 110px}.archive-index__header{width:min(620px,100%);margin-bottom:clamp(42px,8vw,84px)}.archive-index__title{margin-bottom:1.2rem;font-family:var(--font-heading);font-size:clamp(2rem,4vw,3.4rem);font-weight:400;font-style:italic;line-height:1.1;color:var(--text)}.archive-index__text{max-width:34rem;font-size:.95rem;color:var(--text-muted);line-height:1.85}.archive-index__list{display:grid;width:min(980px,100%)}.archive-index__item{display:grid;grid-template-columns:minmax(160px,.36fr) minmax(160px,.34fr) minmax(0,1fr);gap:clamp(18px,4vw,42px);border-top:1px solid var(--border);padding:28px 0;color:inherit;text-decoration:none;transition:opacity .35s var(--ease-out),border-color .35s var(--ease-out)}.archive-index__item:last-child{border-bottom:1px solid var(--border)}.archive-index__item:hover{border-color:var(--text-dim);opacity:.78}.archive-index__item-label{font-family:var(--font-heading);font-size:clamp(1.35rem,2.6vw,2.15rem);font-weight:400;font-style:italic;line-height:1.12;color:var(--text)}.archive-index__item-count{font-size:.68rem;letter-spacing:.12em;text-transform:lowercase;color:var(--text-dim)}.archive-index__item-text{font-size:.86rem;line-height:1.8;color:var(--text-muted)}.archive-section{flex:1;width:100%;padding:calc(var(--header-height) + 70px) var(--gutter) 110px}.archive-section--writing{max-width:640px;margin:0 auto;padding:15vh var(--gutter) 12vh}.archive-section__header{width:min(620px,100%);margin-bottom:clamp(42px,8vw,84px)}.archive-section--writing .archive-section__header{width:100%;margin-bottom:4rem}.archive-section__title{margin-bottom:1.2rem;font-family:var(--font-heading);font-size:clamp(2rem,4vw,3.4rem);font-weight:400;font-style:italic;line-height:1.1;color:var(--text)}.archive-section--writing .archive-section__title{margin-bottom:0;font-size:clamp(1.6rem,3vw,2.4rem);text-align:center}.archive-section__text{max-width:34rem;font-size:.95rem;color:var(--text-muted);line-height:1.85}.archive-section__collections{display:grid;gap:clamp(46px,7vw,78px);width:min(980px,100%)}.archive-section__collection{display:grid;gap:16px}.archive-section__collection-header{display:flex;align-items:baseline;justify-content:space-between;gap:24px;border-bottom:1px solid var(--border);padding-bottom:14px}.archive-section__collection-title{font-family:var(--font-heading);font-size:clamp(1.25rem,2.4vw,2rem);font-weight:400;font-style:italic;line-height:1.15;color:var(--text)}.archive-section__collection-count{flex:0 0 auto;font-size:.68rem;letter-spacing:.12em;text-transform:lowercase;color:var(--text-dim)}.archive-section__list{display:grid;width:100%}.archive-section__piece{display:grid;grid-template-columns:minmax(120px,.32fr) minmax(180px,.48fr) minmax(0,1fr);gap:clamp(18px,4vw,42px);border-top:1px solid var(--border);padding:24px 0}.archive-section__piece:first-child{border-top:0}.archive-section__piece:last-child{border-bottom:1px solid var(--border)}.archive-section__piece--link{color:inherit;text-decoration:none;transition:border-color .35s var(--ease-out),opacity .35s var(--ease-out)}.archive-section__piece--link:hover{border-color:var(--text-dim);opacity:.78}.archive-section__source,.archive-section__empty{font-size:.68rem;letter-spacing:.12em;text-transform:lowercase;color:var(--text-dim)}.archive-section__piece-title{font-family:var(--font-heading);font-size:clamp(1.05rem,2vw,1.5rem);font-weight:400;font-style:italic;line-height:1.2;color:var(--text)}.archive-section__excerpt{font-size:.84rem;line-height:1.8;color:var(--text-muted)}.archive-section__writing{width:100%}.archive-section__writing-list{margin:0;padding:0;list-style:none}.archive-section__writing-item{border-top:1px solid var(--border);transition:opacity .4s var(--ease-out)}.archive-section__writing-item:last-child{border-bottom:1px solid var(--border)}.archive-section__writing-link{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:1.2rem 0;color:inherit;text-decoration:none;transition:color .3s var(--ease-out)}.archive-section__writing-link:hover,.archive-section__writing-link:focus-visible{color:var(--text)}.archive-section__writing-title{color:var(--text);font-family:var(--font-heading);font-style:italic;font-weight:400;font-size:1.15rem;line-height:1.2}.archive-section__writing-count{color:var(--text-dim);font-size:.75rem;letter-spacing:.05em;white-space:nowrap}.archive-section__writing-list:hover .archive-section__writing-item{opacity:.5}.archive-section__writing-list:hover .archive-section__writing-item:hover{opacity:1}.archive-writing-collection__back{display:inline-block;margin-bottom:2rem;color:var(--text-muted);font-family:var(--font-heading);font-style:italic;font-size:.95rem;text-decoration:none;transition:color .2s ease}.archive-writing-collection__back:hover{color:var(--text)}.archive-writing-collection__subtitle{margin-top:.5rem;color:var(--text-dim);font-size:.8rem;letter-spacing:.06em;text-align:center}.archive-writing-collection__list{margin:0;padding:0;list-style:none}.archive-writing-collection__item{border-top:1px solid var(--border)}.archive-writing-collection__item:last-child{border-bottom:1px solid var(--border)}.archive-writing-collection__piece{display:grid;grid-template-columns:1.5rem minmax(0,1fr);gap:1rem;padding:1rem 0}.archive-writing-collection__number{color:var(--text-dim);font-size:.75rem;line-height:1.6}.archive-writing-collection__body{min-width:0}.archive-writing-collection__heading{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.archive-writing-collection__title{color:var(--text);font-family:var(--font-heading);font-style:italic;font-weight:400;font-size:1.05rem;line-height:1.25}.archive-writing-collection__date{flex:0 0 auto;color:var(--text-dim);font-size:.7rem;white-space:nowrap}.archive-writing-collection__excerpt{max-width:38rem;margin-top:.45rem;color:var(--text-muted);font-size:.82rem;line-height:1.75}.archive-section__video{display:grid;gap:clamp(28px,5vw,48px);width:min(980px,100%)}.archive-section__video-summary{display:flex;align-items:baseline;justify-content:space-between;gap:1.5rem;width:min(640px,100%);border-bottom:1px solid var(--border);padding-bottom:.9rem;color:var(--text-dim);font-size:.72rem;letter-spacing:.08em;text-transform:lowercase}.archive-section__video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(24px,4vw,44px)}.archive-section__video-card{display:grid;align-content:start;gap:.65rem;min-height:190px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.15rem 0 1.35rem;color:inherit;text-decoration:none;transition:opacity .35s var(--ease-out),border-color .35s var(--ease-out)}.archive-section__video-card:hover{border-color:var(--text-dim);opacity:.78}.archive-section__video-card-meta{color:var(--text-dim);font-size:.68rem;letter-spacing:.08em;text-transform:lowercase}.archive-section__video-card-title{color:var(--text);font-family:var(--font-heading);font-style:italic;font-weight:400;font-size:clamp(1.25rem,2.2vw,1.7rem);line-height:1.12}.archive-section__video-card-text{color:var(--text-muted);font-size:.84rem;line-height:1.75}.archive-section__video-channel{justify-self:start}.archive-section__external,.archive-section__empty{border-top:1px solid var(--border);padding-top:24px}.archive-section__external-link{display:block;width:fit-content;color:var(--text-muted);font-family:var(--font-heading);font-style:italic;font-size:.75rem;letter-spacing:.04em;text-decoration:none;border-bottom:1px solid var(--text-dim);padding-bottom:.35rem;transition:color .35s var(--ease-out),border-color .35s var(--ease-out)}.archive-section__external-link:hover{color:var(--text);border-color:var(--text)}.archive-section__art-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr));gap:clamp(28px,5vw,54px);width:min(980px,100%)}.archive-section__artwork{display:block;color:inherit;text-decoration:none}.archive-section__artwork-figure{display:grid;gap:.8rem}.archive-section__artwork-image{display:block;width:100%;aspect-ratio:3 / 4;height:auto;object-fit:cover;background:var(--bg-elevated);transition:opacity .35s var(--ease-out),transform .35s var(--ease-out)}.archive-section__artwork:hover .archive-section__artwork-image{opacity:.82;transform:translateY(-2px)}.archive-section__artwork-caption{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;font-size:.68rem;letter-spacing:.12em;text-transform:lowercase;color:var(--text-dim)}@media(max-width:760px){.archive-index__item{grid-template-columns:1fr;gap:.75rem}.archive-section__collection-header{display:grid;gap:.6rem}.archive-section__piece{grid-template-columns:1fr;gap:.75rem}.archive-section__writing-link{align-items:flex-start}.archive-section__writing-title{font-size:1.05rem}.archive-section__video-summary{width:100%}.archive-section__video-grid{grid-template-columns:1fr;gap:0}.archive-section__video-card{min-height:0;border-bottom:0}.archive-section__video-card:last-child{border-bottom:1px solid var(--border)}.archive-writing-collection__heading{display:grid;gap:.25rem}.archive-writing-collection__date{white-space:normal}}.shop{flex:1;width:100%;padding:calc(var(--header-height) + 70px) var(--gutter) 110px}.shop__intro{width:min(620px,100%);margin-bottom:clamp(42px,8vw,88px)}.shop__title{margin-bottom:1.2rem;font-family:var(--font-heading);font-size:clamp(2rem,4vw,3.4rem);font-weight:400;font-style:italic;line-height:1.1;color:var(--text)}.shop__text{max-width:32rem;font-size:.95rem;color:var(--text-muted);line-height:1.85}.shop__grid{display:grid;grid-template-columns:minmax(0,760px)}.shop-product{display:grid;grid-template-columns:minmax(220px,.86fr) minmax(260px,1fr);min-height:360px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);color:var(--text);transition:border-color .35s var(--ease-out)}.shop-product:hover{border-color:#d4d4d057}.shop-product__media{position:relative;display:grid;min-height:360px;place-items:center;overflow:hidden}.shop-product__media:before{content:"";position:absolute;top:14%;right:14%;bottom:14%;left:14%;background:radial-gradient(ellipse at center,rgba(150,159,173,.11),transparent 65%)}.shop-product__deck{position:relative;display:grid;width:min(190px,58vw);aspect-ratio:2.5 / 3.5;place-items:center;border:1px solid rgba(212,212,208,.28);border-radius:6px;background:linear-gradient(145deg,#2c2928fa,#141211fa),var(--bg-elevated);box-shadow:18px 18px #0e0d0cdb,0 24px 70px #00000059;transform:rotate(-3deg)}.shop-product__deck span{width:9.5rem;font-family:var(--font-heading);font-size:1.08rem;font-style:italic;line-height:1.08;text-align:center;color:var(--text)}.shop-product__body{display:flex;flex-direction:column;justify-content:center;padding:clamp(28px,6vw,64px)}.shop-product__eyebrow,.shop-product__status{font-size:.68rem;letter-spacing:.12em;text-transform:lowercase;color:var(--text-dim)}.shop-product__title{margin:1rem 0 1.2rem;font-family:var(--font-heading);font-size:clamp(1.85rem,3.5vw,3rem);font-weight:400;font-style:italic;line-height:1.05;color:var(--text)}.shop-product__text{max-width:24rem;margin-bottom:2.4rem;font-size:.92rem;line-height:1.8;color:var(--text-muted)}.ask-later{flex:1;width:100%;padding:var(--header-height) var(--gutter) 110px}.ask-later__hero{display:grid;grid-template-columns:minmax(0,.95fr) minmax(300px,.82fr);min-height:calc(100vh - var(--header-height));min-height:calc(100dvh - var(--header-height));align-items:center;gap:clamp(44px,8vw,112px);padding:54px 0 76px}.ask-later__copy{max-width:620px}.ask-later__back{display:inline-flex;margin-bottom:2.2rem;border-bottom:1px solid var(--border);padding-bottom:3px;font-size:.68rem;letter-spacing:.12em;text-transform:lowercase;color:var(--text-dim);transition:color .3s var(--ease-out),border-color .3s var(--ease-out)}.ask-later__back:hover{color:var(--text-muted);border-color:var(--text-dim)}.ask-later__eyebrow,.ask-later__section-heading span{display:block;margin-bottom:1rem;font-size:.68rem;letter-spacing:.14em;text-transform:lowercase;color:var(--text-dim)}.ask-later__title{margin-bottom:1.4rem;font-family:var(--font-heading);font-size:clamp(3rem,8vw,7.2rem);font-weight:400;font-style:italic;line-height:.92;color:var(--text)}.ask-later__dek{max-width:36rem;margin-bottom:2.4rem;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.9;color:var(--text-muted)}.ask-later__facts{display:flex;flex-wrap:wrap;gap:.7rem 1.4rem;font-size:.72rem;letter-spacing:.1em;text-transform:lowercase;color:var(--text-dim)}.ask-later__preview{position:relative;display:grid;justify-items:center;gap:1.35rem;min-width:0}.ask-later__deck-shadow{position:absolute;top:12px;width:min(320px,76vw);aspect-ratio:2.5 / 3.5;border:1px solid rgba(212,212,208,.08);border-radius:6px;background:#0d0c0bbd;box-shadow:20px 22px #0808077a;transform:rotate(4deg)}.ask-later-card{position:relative;display:flex;width:min(320px,76vw);aspect-ratio:2.5 / 3.5;flex-direction:column;justify-content:space-between;padding:clamp(22px,5vw,34px);border:1px solid rgba(212,212,208,.28);border-radius:6px;background:linear-gradient(160deg,#302d2bf5,#151312fa),var(--bg-elevated);box-shadow:0 28px 80px #0000006b}.ask-later-card--signal{border-color:#94979e57}.ask-later-card--after{border-color:#ada28e57}.ask-later-card__topline{display:flex;justify-content:space-between;gap:1rem;font-size:.62rem;letter-spacing:.13em;text-transform:lowercase;color:var(--text-dim)}.ask-later-card__prompt{align-self:center;font-family:var(--font-heading);font-size:clamp(1.35rem,3.2vw,2.1rem);font-style:italic;font-weight:400;line-height:1.16;text-align:center;color:var(--text)}.ask-later-card__theme{font-size:.62rem;letter-spacing:.13em;text-transform:lowercase;color:var(--text-dim)}.ask-later__controls{display:flex;align-items:center;justify-content:center;gap:1rem}.ask-later__control{min-width:70px;border-bottom:1px solid var(--border);padding:4px 0;font-size:.68rem;letter-spacing:.1em;text-transform:lowercase;color:var(--text-muted);transition:color .3s var(--ease-out),border-color .3s var(--ease-out)}.ask-later__control:hover{color:var(--text);border-color:var(--text-dim)}.ask-later__count{min-width:3rem;text-align:center;font-size:.66rem;color:var(--text-dim)}.ask-later__section{display:grid;grid-template-columns:minmax(190px,.32fr) minmax(0,1fr);gap:clamp(30px,6vw,72px);border-top:1px solid var(--border);padding:clamp(44px,8vw,84px) 0}.ask-later__section-heading h2{max-width:16rem;font-family:var(--font-heading);font-size:clamp(1.55rem,3vw,2.5rem);font-weight:400;font-style:italic;line-height:1.16;color:var(--text)}.ask-later__levels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(20px,4vw,40px)}.ask-later__level{min-width:0}.ask-later__level-count{display:block;margin-bottom:1.6rem;font-family:var(--font-heading);font-size:clamp(2rem,5vw,4rem);font-style:italic;line-height:.9;color:#d4d4d02e}.ask-later__level h3{margin-bottom:1rem;font-size:.78rem;font-weight:400;letter-spacing:.12em;text-transform:lowercase;color:var(--text)}.ask-later__level p{font-size:.86rem;line-height:1.8;color:var(--text-muted)}.ask-later__uses{display:grid;gap:1rem;list-style:none}.ask-later__uses li{border-bottom:1px solid var(--border);padding-bottom:1rem;font-family:var(--font-heading);font-size:clamp(1.1rem,2vw,1.55rem);font-style:italic;line-height:1.3;color:var(--text-muted)}.ask-later__note{width:min(680px,100%);margin-left:auto;border-top:1px solid var(--border);padding-top:2rem}.ask-later__note p{font-size:.86rem;line-height:1.85;color:var(--text-dim)}@media(max-width:840px){.shop-product,.ask-later__hero,.ask-later__section{grid-template-columns:1fr}.shop-product{min-height:0}.shop-product__media{min-height:300px}.ask-later__hero{align-items:start;padding-top:64px}.ask-later__preview{justify-self:center}.ask-later__section-heading h2{max-width:30rem}}@media(max-width:640px){.shop,.ask-later{padding-right:var(--gutter);padding-left:var(--gutter)}.shop-product__body{padding:28px 0 36px}.ask-later__levels{grid-template-columns:1fr}.ask-later__facts{max-width:18rem}.ask-later-card,.ask-later__deck-shadow{width:min(300px,82vw)}}.grantgpt-embed{flex:1;display:flex;justify-content:center;width:100%;min-height:calc(100vh - var(--header-height));min-height:calc(100dvh - var(--header-height));padding:calc(var(--header-height) + 34px) var(--gutter) 0;background:var(--bg)}.grantgpt-chat{display:flex;width:min(640px,100%);min-height:calc(100vh - var(--header-height) - 34px);min-height:calc(100dvh - var(--header-height) - 34px);flex-direction:column}.grantgpt-chat__messages{flex:1;min-height:0;overflow-y:auto;padding-bottom:1.4rem;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.grantgpt-chat__messages::-webkit-scrollbar{width:3px}.grantgpt-chat__messages::-webkit-scrollbar-track{background:transparent}.grantgpt-chat__messages::-webkit-scrollbar-thumb{background:var(--border)}.grantgpt-chat__empty{display:flex;min-height:34vh;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}.grantgpt-chat__empty-text{font-family:var(--font-heading);font-size:1.05rem;font-style:italic;color:var(--text-muted)}.grantgpt-chat__starters{display:flex;flex-direction:column;align-items:center;gap:.55rem}.grantgpt-chat__starter{padding:5px 2px 4px;border-bottom:1px solid var(--border);font-size:.75rem;font-weight:300;color:var(--text-dim);transition:color .3s var(--ease-out),border-color .3s var(--ease-out)}.grantgpt-chat__starter:hover{color:var(--text-muted);border-color:var(--text-dim)}.grantgpt-chat__message{margin-bottom:1.4rem;font-size:.95rem;font-weight:300;line-height:1.75;white-space:pre-wrap;animation:grantgpt-message-in .35s var(--ease-out) both}.grantgpt-chat__message--assistant{color:var(--text)}.grantgpt-chat__message--user{color:var(--text-muted);text-align:right}@keyframes grantgpt-message-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.grantgpt-chat__typing{display:inline-block;width:4px;height:14px;background:var(--text-dim);animation:grantgpt-blink 1s ease-in-out infinite;vertical-align:text-bottom}@keyframes grantgpt-blink{0%,to{opacity:.2}50%{opacity:.8}}.grantgpt-chat__input-area{display:flex;flex:0 0 auto;align-items:flex-end;gap:.75rem;padding:1rem 0 max(1.5rem,env(safe-area-inset-bottom))}.grantgpt-chat__input{width:100%;min-height:36px;max-height:120px;resize:vertical;border:none;border-bottom:1px solid var(--text-dim);background:var(--bg);color:var(--text);outline:none;padding:.45rem 0;font-family:var(--font-body);font-size:.9rem;font-weight:300;line-height:1.5;transition:border-color .3s var(--ease-out)}.grantgpt-chat__input::placeholder{color:var(--text-dim);font-style:italic}.grantgpt-chat__input:focus{border-bottom-color:var(--text-muted)}.grantgpt-chat__send{flex:0 0 auto;min-height:36px;padding:0 0 .45rem;font-size:.68rem;letter-spacing:.1em;text-transform:lowercase;color:var(--text-muted);transition:color .3s var(--ease-out)}.grantgpt-chat__send:hover{color:var(--text)}@media(max-width:640px){.grantgpt-embed{padding-top:calc(var(--header-height) + 54px)}.grantgpt-chat{min-height:calc(100dvh - var(--header-height) - 54px)}.grantgpt-chat__message{font-size:.92rem;line-height:1.65}.grantgpt-chat__input{font-size:16px}}.project-bot{--project-bot-accent: var(--text-muted);--project-bot-secondary: var(--text-dim);display:grid;grid-template-columns:minmax(220px,.46fr) minmax(320px,.9fr);gap:clamp(28px,6vw,92px);align-items:start;border-top:1px solid color-mix(in srgb,var(--project-bot-accent) 18%,rgba(255,255,255,.07));padding:58px var(--gutter) 76px;background:radial-gradient(ellipse at 72% 0%,color-mix(in srgb,var(--project-bot-accent) 10%,transparent),transparent 42%),linear-gradient(180deg,#0000001a,#00000057)}.interior-worlds__bot-deck{border-top:1px solid color-mix(in srgb,var(--iw-accent) 14%,rgba(255,255,255,.06));background:radial-gradient(ellipse at 22% 0%,color-mix(in srgb,var(--iw-secondary) 6%,transparent),transparent 42%),#010309d6}.interior-worlds__bot-tabs{display:flex;flex-wrap:wrap;gap:.65rem;max-width:1120px;margin:0 auto;padding:clamp(34px,5vw,54px) var(--gutter) 0}.interior-worlds__bot-tabs button{border:1px solid color-mix(in srgb,var(--iw-accent) 22%,rgba(255,255,255,.1));border-radius:999px;padding:.5rem .72rem;color:#e0ddd294;background:#ffffff05;font-size:.68rem;letter-spacing:.1em;line-height:1;text-transform:lowercase;transition:border-color .22s var(--ease-out),color .22s var(--ease-out),background .22s var(--ease-out)}.interior-worlds__bot-tabs button:hover,.interior-worlds__bot-tabs .interior-worlds__bot-tab--active{border-color:color-mix(in srgb,var(--iw-accent) 56%,rgba(255,255,255,.18));color:#fffae6f5;background:color-mix(in srgb,var(--iw-accent) 9%,transparent)}.interior-worlds__bot-deck .project-bot{border-top:0;padding-top:42px}.project-bot__header{max-width:360px}.project-bot__header p{margin-bottom:.8rem;color:color-mix(in srgb,var(--project-bot-secondary) 56%,rgba(212,212,208,.52));font-size:.66rem;letter-spacing:.14em;line-height:1.45;text-transform:lowercase}.project-bot__header h2{margin-bottom:1rem;color:#f8f5e8f5;font-family:var(--font-heading);font-size:clamp(2.35rem,4.8vw,4.6rem);font-style:italic;font-weight:400;letter-spacing:0;line-height:.92;text-transform:lowercase}.project-bot__header span{display:block;color:#e0dccf94;font-size:.78rem;line-height:1.7}.project-bot__chat{display:flex;min-height:430px;flex-direction:column;border-left:1px solid color-mix(in srgb,var(--project-bot-accent) 30%,rgba(255,255,255,.1));padding-left:clamp(18px,3vw,34px);background:radial-gradient(ellipse at 0 18%,color-mix(in srgb,var(--project-bot-accent) 9%,transparent),transparent 60%),linear-gradient(90deg,rgba(0,0,0,.18),transparent 72%)}.project-bot__messages{flex:1;min-height:220px;max-height:420px;overflow-y:auto;padding-right:.6rem;scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--project-bot-accent) 24%,transparent) transparent}.project-bot__messages::-webkit-scrollbar{width:3px}.project-bot__messages::-webkit-scrollbar-track{background:transparent}.project-bot__messages::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--project-bot-accent) 34%,transparent)}.project-bot__message{margin-bottom:1.05rem;color:#e8e5d8cc;font-size:.9rem;font-weight:300;line-height:1.72;white-space:pre-wrap;animation:grantgpt-message-in .35s var(--ease-out) both}.project-bot__message--assistant{max-width:38rem;color:#f6f4e8e6}.project-bot__message--user{margin-left:auto;max-width:32rem;color:color-mix(in srgb,var(--project-bot-secondary) 70%,rgba(232,229,216,.7));text-align:right}.project-bot__starters{display:flex;flex-wrap:wrap;gap:.5rem;margin:1.2rem 0 .9rem}.project-bot__starters button{border:1px solid color-mix(in srgb,var(--project-bot-accent) 22%,rgba(255,255,255,.1));border-radius:999px;padding:.42rem .64rem;color:#e0dccf9e;background:#ffffff05;font-size:.66rem;letter-spacing:.08em;line-height:1;text-transform:lowercase;transition:border-color .22s var(--ease-out),color .22s var(--ease-out),background .22s var(--ease-out)}.project-bot__starters button:hover{border-color:color-mix(in srgb,var(--project-bot-accent) 52%,rgba(255,255,255,.18));color:#fffae6f0;background:color-mix(in srgb,var(--project-bot-accent) 8%,transparent)}.project-bot__input-area{display:flex;align-items:flex-end;gap:.75rem}.project-bot__input{width:100%;min-height:38px;max-height:122px;resize:vertical;border:0;border-bottom:1px solid color-mix(in srgb,var(--project-bot-accent) 28%,rgba(255,255,255,.16));background:transparent;color:#f6f4e8e6;outline:none;padding:.45rem 0;font-family:var(--font-body);font-size:.9rem;font-weight:300;line-height:1.5;transition:border-color .25s var(--ease-out)}.project-bot__input::placeholder{color:#e0dccf61;font-style:italic}.project-bot__input:focus{border-bottom-color:color-mix(in srgb,var(--project-bot-accent) 62%,rgba(255,255,255,.22))}.project-bot__send{flex:0 0 auto;min-height:38px;padding:0 0 .48rem;color:#e0dccfa8;font-size:.68rem;letter-spacing:.1em;text-transform:lowercase;transition:color .25s var(--ease-out)}.project-bot__send:hover{color:#fffae6f5}@media(max-width:780px){.project-bot{grid-template-columns:1fr;gap:2rem;padding-top:44px}.project-bot__chat{min-height:380px}}@media(max-width:520px){.project-bot{padding-right:18px;padding-left:18px}.project-bot__chat{min-height:340px;padding-left:1rem}.project-bot__message{font-size:.86rem}.project-bot__input{font-size:16px}}.fc-world{--fc-world-accent: #91c7d8;--fc-world-image: none;position:relative;isolation:isolate;flex:1;width:100%;overflow:hidden;background:radial-gradient(circle at 78% 12%,color-mix(in srgb,var(--fc-world-accent) 20%,transparent),transparent 28rem),radial-gradient(circle at 12% 88%,rgba(136,161,137,.12),transparent 24rem),linear-gradient(135deg,#151514,#191612 42%,#101417)}.fc-world:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-2;background-image:linear-gradient(#0a0a0abd,#0a0a0ae0),var(--fc-world-image);background-position:center;background-size:cover;opacity:.34;filter:saturate(.65) contrast(1.08);transform:scale(1.03);transition:background-image .4s var(--ease-out),opacity .4s var(--ease-out)}.fc-world:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.014) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:radial-gradient(circle at center,black,transparent 76%);mask-image:radial-gradient(circle at center,black,transparent 76%)}.fc-world__hero{position:relative;display:grid;grid-template-columns:minmax(300px,.82fr) minmax(420px,1fr);min-height:100vh;min-height:100dvh;align-items:center;gap:clamp(36px,7vw,92px);padding:calc(var(--header-height) + 44px) var(--gutter) 72px}.fc-world__sky{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.fc-world__star{position:absolute;width:5px;height:5px;border-radius:50%;background:color-mix(in srgb,var(--fc-world-accent) 72%,#f5ead7);box-shadow:0 0 18px color-mix(in srgb,var(--fc-world-accent) 86%,transparent);opacity:.72;animation:fc-star-pulse 3.6s ease-in-out infinite}.fc-world__star--one{top:22%;left:9%}.fc-world__star--two{top:14%;right:22%;animation-delay:-1.1s}.fc-world__star--three{right:12%;bottom:20%;animation-delay:-2s}.fc-world__star--four{bottom:16%;left:38%;animation-delay:-2.7s}@keyframes fc-star-pulse{0%,to{transform:scale(1);opacity:.42}50%{transform:scale(1.8);opacity:.92}}.fc-world__intro{position:relative;z-index:1;max-width:620px}.fc-world__eyebrow{display:block;margin-bottom:1rem;font-size:.68rem;letter-spacing:.14em;text-transform:lowercase;color:color-mix(in srgb,var(--fc-world-accent) 52%,var(--text-muted))}.fc-world__title{max-width:8.6em;margin-bottom:1.4rem;font-family:var(--font-heading);font-size:5.2rem;font-weight:400;font-style:italic;line-height:.94;color:var(--text)}.fc-world__dek{max-width:36rem;margin-bottom:1.2rem;font-size:1rem;line-height:1.85;color:#d4d4d0b8}.fc-world__tenets{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.fc-world__tenets span{border:1px solid color-mix(in srgb,var(--fc-world-accent) 28%,rgba(212,212,208,.12));border-radius:999px;padding:.36rem .62rem;background:#ffffff06;color:color-mix(in srgb,var(--fc-world-accent) 42%,var(--text-muted));font-size:.62rem;letter-spacing:.11em;line-height:1;text-transform:lowercase}.fc-world__equation{max-width:34rem;margin-bottom:1.8rem;padding-left:.9rem;border-left:1px solid color-mix(in srgb,var(--fc-world-accent) 36%,rgba(212,212,208,.16));color:#d4d4d094;font-family:var(--font-heading);font-size:.98rem;font-style:italic;line-height:1.55}.fc-world__cycle{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.1rem;color:var(--text-dim);font-size:.68rem;letter-spacing:.12em;text-transform:lowercase}.fc-world__cycle-button{border-bottom:1px solid color-mix(in srgb,var(--fc-world-accent) 34%,var(--border));padding-bottom:.25rem;color:var(--text-muted);font-size:.68rem;letter-spacing:.12em;text-transform:lowercase;transition:color .25s var(--ease-out),border-color .25s var(--ease-out)}.fc-world__cycle-button:hover{color:var(--text);border-color:var(--fc-world-accent)}.fc-world__map-wrap{position:relative;z-index:1;display:grid;place-items:center;min-width:0}.fc-world__map{position:relative;width:min(620px,100%);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at center,rgba(255,255,255,.05),transparent 15%),radial-gradient(circle at 50% 50%,color-mix(in srgb,var(--fc-world-accent) 12%,transparent),transparent 60%),linear-gradient(145deg,#1c191747,#07080975);box-shadow:inset 0 0 0 1px #d4d4d014,inset 0 0 90px #00000057,0 36px 120px #00000061}.fc-world__map:before{content:"";position:absolute;top:12%;right:12%;bottom:12%;left:12%;border-radius:50%;background:conic-gradient(from 18deg,#d8b36533,#8fb1c72e,#b7c88f2e,#c9b59a33,#d889a12e,#91c7d833,#d8b36533);opacity:.52;-webkit-mask-image:radial-gradient(circle,transparent 0 42%,black 43% 55%,transparent 56%);mask-image:radial-gradient(circle,transparent 0 42%,black 43% 55%,transparent 56%);animation:fc-world-turn 28s linear infinite}.fc-world__map:after{content:"";position:absolute;top:25%;right:25%;bottom:25%;left:25%;border-radius:50%;border:1px solid color-mix(in srgb,var(--fc-world-accent) 28%,rgba(255,255,255,.08));box-shadow:0 0 38px color-mix(in srgb,var(--fc-world-accent) 16%,transparent)}@keyframes fc-world-turn{to{transform:rotate(360deg)}}.fc-world__map-ring,.fc-world__map-line{position:absolute;pointer-events:none}.fc-world__map-ring{top:8%;right:8%;bottom:8%;left:8%;border:1px solid rgba(212,212,208,.09);border-radius:50%}.fc-world__map-ring--inner{top:31%;right:31%;bottom:31%;left:31%;border-color:#d4d4d01f}.fc-world__map-line{background:linear-gradient(90deg,transparent,rgba(212,212,208,.16),transparent)}.fc-world__map-line--x{top:50%;right:8%;left:8%;height:1px}.fc-world__map-line--y{top:8%;bottom:8%;left:50%;width:1px;background:linear-gradient(transparent,rgba(212,212,208,.16),transparent)}.fc-world__station{position:absolute;top:34%;right:34%;bottom:34%;left:34%;z-index:1;border-radius:50%;background:radial-gradient(circle at center,rgba(255,255,255,.08),transparent 24%),conic-gradient(from 45deg,#d8b36557,#8fb1c752,#b7c88f4d,#d889a14d,#91c7d857,#d8b36557);box-shadow:inset 0 0 0 1px #ffffff1f,0 0 42px color-mix(in srgb,var(--fc-world-accent) 20%,transparent);opacity:.62}.fc-world__station:before,.fc-world__station:after{content:"";position:absolute;background:#0a0a0a57}.fc-world__station:before{top:0;bottom:0;left:50%;width:1px}.fc-world__station:after{top:50%;right:0;left:0;height:1px}.fc-world__station-core{position:absolute;top:37%;right:37%;bottom:37%;left:37%;border:1px solid color-mix(in srgb,var(--fc-world-accent) 48%,rgba(255,255,255,.16));border-radius:50%;background:#060708a8;box-shadow:inset 0 0 16px #ffffff14,0 0 24px color-mix(in srgb,var(--fc-world-accent) 24%,transparent)}.fc-world__axis{position:absolute;z-index:2;font-size:.62rem;letter-spacing:.12em;text-transform:lowercase;color:#d4d4d057}.fc-world__axis--top{top:5%;left:50%;transform:translate(-50%)}.fc-world__axis--bottom{bottom:5%;left:50%;transform:translate(-50%)}.fc-world__axis--left{top:50%;left:4%;transform:translateY(-50%) rotate(-90deg)}.fc-world__axis--right{top:50%;right:2%;transform:translateY(-50%) rotate(90deg)}.fc-world__node{position:absolute;z-index:3;top:var(--node-y);left:var(--node-x);display:grid;justify-items:center;gap:.45rem;width:92px;transform:translate(-50%,-50%);color:#d4d4d08f;cursor:pointer;transition:color .25s var(--ease-out),transform .25s var(--ease-out)}.fc-world__node:hover,.fc-world__node--active{color:var(--text);transform:translate(-50%,-50%) scale(1.07)}.fc-world__node-orb{width:18px;height:18px;border:1px solid color-mix(in srgb,var(--node-accent) 70%,#fff);border-radius:50%;background:radial-gradient(circle at 35% 32%,#fff,transparent 18%),radial-gradient(circle,color-mix(in srgb,var(--node-accent) 74%,transparent),#00000070);box-shadow:0 0 18px color-mix(in srgb,var(--node-accent) 52%,transparent)}.fc-world__node--active .fc-world__node-orb{width:28px;height:28px;box-shadow:0 0 0 8px color-mix(in srgb,var(--node-accent) 12%,transparent),0 0 34px color-mix(in srgb,var(--node-accent) 70%,transparent)}.fc-world__node-label{max-width:92px;overflow-wrap:anywhere;font-size:.68rem;line-height:1.25;letter-spacing:.08em;text-transform:lowercase;text-shadow:0 2px 12px rgba(0,0,0,.9)}.fc-world__inspector{display:grid;grid-template-columns:minmax(230px,.78fr) minmax(280px,1fr) minmax(260px,.9fr);gap:clamp(28px,5vw,64px);align-items:center;border-top:1px solid rgba(212,212,208,.1);border-bottom:1px solid rgba(212,212,208,.1);padding:clamp(44px,8vw,86px) var(--gutter);background:#0c0c0b57;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.fc-world__visual{position:relative;min-width:0}.fc-world__visual img{width:min(340px,100%);aspect-ratio:4 / 5;object-fit:cover;border:1px solid rgba(212,212,208,.14);border-radius:4px;filter:saturate(.72) brightness(.82) contrast(1.08);box-shadow:0 24px 80px #00000070}.fc-world__platform{position:absolute;right:-8%;bottom:-16%;width:min(220px,54%);aspect-ratio:1;pointer-events:none}.fc-world__platform span{position:absolute;inset:var(--platform-inset, 0);border:1px solid color-mix(in srgb,var(--fc-world-accent) 34%,rgba(255,255,255,.08));border-radius:50%;transform:rotateX(70deg);box-shadow:0 0 22px color-mix(in srgb,var(--fc-world-accent) 14%,transparent)}.fc-world__platform span:nth-child(2){--platform-inset: 16%}.fc-world__platform span:nth-child(3){--platform-inset: 31%}.fc-world__profile h2{max-width:12em;margin-bottom:1.2rem;font-family:var(--font-heading);font-size:2.6rem;font-weight:400;font-style:italic;line-height:1.06;color:var(--text)}.fc-world__profile p:not(.fc-world__eyebrow){max-width:40rem;font-size:.98rem;line-height:1.9;color:#d4d4d0b8}.fc-world__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem;margin-top:2rem}.fc-world__facts div{border-top:1px solid rgba(212,212,208,.11);padding-top:.8rem}.fc-world__facts dt{margin-bottom:.4rem;font-size:.62rem;letter-spacing:.13em;text-transform:lowercase;color:var(--text-dim)}.fc-world__facts dd{font-family:var(--font-heading);font-size:1.05rem;font-style:italic;line-height:1.3;color:var(--text-muted)}.fc-world__axes{display:grid;gap:1.25rem}.fc-world__axes h3{font-size:.68rem;font-weight:400;letter-spacing:.14em;text-transform:lowercase;color:var(--text-muted)}.fc-world__axis-row{display:grid;gap:.45rem}.fc-world__axis-label,.fc-world__axis-poles{display:flex;justify-content:space-between;gap:1rem;font-size:.64rem;letter-spacing:.09em;text-transform:lowercase}.fc-world__axis-label{color:#d4d4d0b8}.fc-world__axis-poles{color:var(--text-dim)}.fc-world__meter{height:4px;overflow:hidden;border-radius:999px;background:#d4d4d01a}.fc-world__meter span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,rgba(212,212,208,.34),var(--fc-world-accent));box-shadow:0 0 18px color-mix(in srgb,var(--fc-world-accent) 42%,transparent);transition:width .35s var(--ease-out)}.fc-world__rooms{display:grid;grid-template-columns:minmax(220px,.35fr) minmax(0,1fr);gap:clamp(32px,6vw,78px);padding:clamp(52px,8vw,92px) var(--gutter)}.fc-world__section-heading{min-width:0}.fc-world__section-heading h2{max-width:12em;font-family:var(--font-heading);font-size:2.3rem;font-weight:400;font-style:italic;line-height:1.08;color:var(--text)}.fc-world__room-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1px}.fc-world__room{min-height:190px;border:1px solid rgba(212,212,208,.1);padding:clamp(22px,4vw,34px);background:#131211e0}.fc-world__room span{display:block;margin-bottom:2rem;font-family:var(--font-heading);font-size:2.4rem;font-style:italic;line-height:1;color:color-mix(in srgb,var(--fc-world-accent) 28%,rgba(212,212,208,.12))}.fc-world__room h3{margin-bottom:.75rem;font-size:.78rem;font-weight:400;letter-spacing:.12em;text-transform:lowercase;color:var(--text)}.fc-world__room p{font-size:.86rem;line-height:1.75;color:var(--text-muted)}.fc-world__relics{grid-column:2;display:flex;flex-wrap:wrap;gap:.65rem}.fc-world__relics span{border:1px solid color-mix(in srgb,var(--fc-world-accent) 24%,var(--border));border-radius:999px;padding:.42rem .74rem;font-size:.66rem;letter-spacing:.1em;text-transform:lowercase;color:var(--text-muted);background:#0c0c0b5c}.fc-world__atlas{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));border-top:1px solid rgba(212,212,208,.1);border-bottom:1px solid rgba(212,212,208,.1);margin:0 var(--gutter) clamp(58px,8vw,98px)}.fc-world__atlas-item{display:grid;min-height:118px;align-content:space-between;gap:.9rem;border-right:1px solid rgba(212,212,208,.1);padding:1rem;text-align:left;color:var(--text-dim);transition:background .25s var(--ease-out),color .25s var(--ease-out)}.fc-world__atlas-item:last-child{border-right:0}.fc-world__atlas-item:hover,.fc-world__atlas-item--active{background:color-mix(in srgb,var(--fc-world-accent) 9%,rgba(255,255,255,.02));color:var(--text)}.fc-world__atlas-item span{font-family:var(--font-heading);font-size:1.3rem;font-style:italic;line-height:1}.fc-world__atlas-item strong{font-size:.62rem;font-weight:400;letter-spacing:.1em;line-height:1.45;text-transform:lowercase}@media(max-width:1060px){.fc-world__hero,.fc-world__inspector,.fc-world__rooms{grid-template-columns:1fr}.fc-world__hero{padding-top:calc(var(--header-height) + 74px)}.fc-world__map{width:min(560px,100%)}.fc-world__visual img{width:min(380px,100%)}.fc-world__relics{grid-column:1}.fc-world__atlas{grid-template-columns:repeat(3,minmax(0,1fr))}.fc-world__atlas-item:nth-child(3n){border-right:0}}@media(max-width:700px){.fc-world__title{font-size:3.2rem}.fc-world__profile h2,.fc-world__section-heading h2{font-size:2rem}.fc-world__hero{gap:2.4rem;padding-top:calc(var(--header-height) + 92px)}.fc-world__map{width:min(100%,430px)}.fc-world__node{width:72px}.fc-world__node-label{max-width:72px;font-size:.6rem}.fc-world__axis{display:none}.fc-world__facts,.fc-world__room-list,.fc-world__atlas{grid-template-columns:1fr}.fc-world__atlas-item,.fc-world__atlas-item:nth-child(3n){border-right:0;border-bottom:1px solid rgba(212,212,208,.1)}.fc-world__atlas-item:last-child{border-bottom:0}}@media(max-width:420px){.fc-world__title{font-size:2.7rem}.fc-world__dek,.fc-world__equation,.fc-world__profile p:not(.fc-world__eyebrow){font-size:.92rem}.fc-world__node{width:62px}.fc-world__node-label{display:none}}body:has(.interior-worlds){background:#090908}.interior-worlds{--iw-accent: #f1c76d;--iw-image: none;position:relative;isolation:isolate;flex:1;width:100%;overflow:hidden;background:radial-gradient(ellipse at 68% 18%,color-mix(in srgb,var(--iw-accent) 16%,transparent),transparent 34rem),linear-gradient(135deg,#080809,#17120f 48%,#091114);color:var(--text)}.interior-worlds:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-3;background-image:linear-gradient(#060607b3,#060607e0),var(--iw-image);background-position:center;background-size:cover;filter:saturate(.62) contrast(1.08) brightness(.74);opacity:.56;transform:scale(1.04);transition:background-image .4s var(--ease-out),opacity .4s var(--ease-out)}.interior-worlds:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-2;pointer-events:none;background:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.012) 1px,transparent 1px);background-size:52px 52px;-webkit-mask-image:radial-gradient(circle at 68% 42%,black,transparent 76%);mask-image:radial-gradient(circle at 68% 42%,black,transparent 76%)}.interior-worlds__stage{position:relative;display:grid;grid-template-columns:minmax(300px,.86fr) minmax(420px,1fr);min-height:100vh;min-height:100dvh;align-items:center;gap:64px;padding:calc(var(--header-height) + 42px) var(--gutter) 72px}.interior-worlds__star{position:absolute;width:4px;height:4px;border-radius:50%;background:color-mix(in srgb,var(--iw-accent) 66%,#fff);box-shadow:0 0 16px color-mix(in srgb,var(--iw-accent) 72%,transparent);opacity:.66;animation:iw-pulse 4.4s ease-in-out infinite}.interior-worlds__star--one{top:18%;left:9%}.interior-worlds__star--two{top:11%;right:21%;animation-delay:-1.4s}.interior-worlds__star--three{right:10%;bottom:26%;animation-delay:-2.6s}.interior-worlds__star--four{bottom:17%;left:39%;animation-delay:-3.2s}@keyframes iw-pulse{0%,to{opacity:.34;transform:scale(1)}50%{opacity:.9;transform:scale(1.9)}}.interior-worlds__door{position:absolute;width:86px;height:132px;border:1px solid color-mix(in srgb,var(--iw-accent) 28%,rgba(255,255,255,.12));border-bottom:0;border-radius:42px 42px 0 0;opacity:.18;transform:perspective(600px) rotateY(-18deg);box-shadow:inset 0 0 22px #ffffff0a}.interior-worlds__door--one{top:18%;left:33%}.interior-worlds__door--two{right:7%;bottom:19%;transform:perspective(600px) rotateY(20deg) scale(.72)}.interior-worlds__intro,.interior-worlds__map-shell{position:relative;z-index:1}.interior-worlds__intro{max-width:610px}.interior-worlds__eyebrow{margin-bottom:1rem;color:color-mix(in srgb,var(--iw-accent) 50%,var(--text-muted));font-size:.68rem;letter-spacing:.12em;line-height:1.4;text-transform:lowercase}.interior-worlds__title{max-width:8em;margin-bottom:1.25rem;font-family:var(--font-heading);font-size:5rem;font-style:italic;font-weight:400;line-height:.94;color:var(--text)}.interior-worlds__dek{max-width:35rem;margin-bottom:1.15rem;color:#d4d4d0bd;font-size:1rem;line-height:1.8}.interior-worlds__feelings{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.interior-worlds__feelings span{border:1px solid color-mix(in srgb,var(--iw-accent) 34%,rgba(212,212,208,.12));border-radius:999px;padding:.36rem .62rem;color:color-mix(in srgb,var(--iw-accent) 42%,var(--text-muted));background:#ffffff06;font-size:.62rem;letter-spacing:.1em;line-height:1;text-transform:lowercase}.interior-worlds__law{max-width:34rem;margin-bottom:1.8rem;border-left:1px solid color-mix(in srgb,var(--iw-accent) 38%,rgba(212,212,208,.16));padding-left:.9rem;color:#d4d4d099;font-family:var(--font-heading);font-size:1rem;font-style:italic;line-height:1.55}.interior-worlds__cycle{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;color:var(--text-dim);font-size:.68rem;letter-spacing:.1em;text-transform:lowercase}.interior-worlds__cycle button{border-bottom:1px solid color-mix(in srgb,var(--iw-accent) 32%,var(--border));padding-bottom:.25rem;color:var(--text-muted);font-size:.68rem;letter-spacing:.1em;text-transform:lowercase;transition:color .25s var(--ease-out),border-color .25s var(--ease-out)}.interior-worlds__cycle button:hover{color:var(--text);border-color:var(--iw-accent)}.interior-worlds__map-shell{display:grid;min-width:0;place-items:center}.interior-worlds__map{position:relative;isolation:isolate;width:min(660px,100%);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at center,rgba(255,255,255,.08),transparent 9%),radial-gradient(circle at 50% 50%,color-mix(in srgb,var(--iw-accent) 18%,transparent),transparent 56%),linear-gradient(145deg,#1715136b,#0304069e);box-shadow:inset 0 0 0 1px #d4d4d01a,inset 0 0 100px #00000061,0 42px 130px #00000073}.interior-worlds__map:before{content:"";position:absolute;top:6%;right:6%;bottom:6%;left:6%;z-index:0;border:1px solid rgba(212,212,208,.1);border-radius:inherit}.interior-worlds__map:after{content:"";position:absolute;top:18%;right:18%;bottom:18%;left:18%;z-index:0;border-radius:inherit;background:conic-gradient(from 8deg,#f1c76d2e,#8fb8d82e,#b9cc8b2e,#cdb79c2e,#df87a52e,#8ed0df2e,#f1c76d2e);-webkit-mask-image:radial-gradient(circle,transparent 0 42%,black 43% 60%,transparent 61%);mask-image:radial-gradient(circle,transparent 0 42%,black 43% 60%,transparent 61%);opacity:.78;animation:iw-turn 34s linear infinite}@keyframes iw-turn{to{transform:rotate(360deg)}}.interior-worlds__glass,.interior-worlds__stained-glass,.interior-worlds__rings,.interior-worlds__starmap,.interior-worlds__choice{position:absolute;pointer-events:none}.interior-worlds__glass{top:27%;right:27%;bottom:27%;left:27%;border-radius:50%;overflow:hidden;opacity:.78}.interior-worlds__glass span{position:absolute;top:-2%;right:-2%;bottom:-2%;left:-2%;transform:rotate(calc(var(--slice-index) * 30deg));transform-origin:center;background:linear-gradient(90deg,transparent 47%,rgba(255,255,255,.11) 48%,transparent 52%)}.interior-worlds__stained-glass{top:10%;right:10%;bottom:10%;left:10%;z-index:1;width:80%;height:80%;overflow:visible;filter:drop-shadow(0 0 20px color-mix(in srgb,var(--iw-accent) 20%,transparent)) drop-shadow(0 24px 70px rgba(0,0,0,.46));opacity:.94}.interior-worlds__glass-base{fill:#09090a70;stroke:#eee5d047;stroke-width:.7}.interior-worlds__glass-panes path{fill:color-mix(in srgb,var(--iw-accent) 28%,rgba(255,255,255,.08));stroke:#eee5d066;stroke-width:.45;vector-effect:non-scaling-stroke}.interior-worlds__glass-panes path:nth-child(1),.interior-worlds__glass-panes path:nth-child(7){fill:#f1c76d57}.interior-worlds__glass-panes path:nth-child(2),.interior-worlds__glass-panes path:nth-child(8){fill:#8fb8d857}.interior-worlds__glass-panes path:nth-child(3),.interior-worlds__glass-panes path:nth-child(9){fill:#b9cc8b52}.interior-worlds__glass-panes path:nth-child(4),.interior-worlds__glass-panes path:nth-child(10){fill:#cdb79c5c}.interior-worlds__glass-panes path:nth-child(5),.interior-worlds__glass-panes path:nth-child(11){fill:#df87a552}.interior-worlds__glass-panes path:nth-child(6),.interior-worlds__glass-panes path:nth-child(12){fill:#8ed0df57}.interior-worlds__glass-clouds path{fill:#ebf8ffad;stroke:#f6eed8b3;stroke-width:.8;vector-effect:non-scaling-stroke}.interior-worlds__outer-sigils path{fill:#bcd8ff6b;stroke:#f6eed8ad;stroke-width:.65;vector-effect:non-scaling-stroke}.interior-worlds__portrait-medallions circle{fill:#44bedc57;stroke:#f6eed8bd;stroke-width:1.05;vector-effect:non-scaling-stroke}.interior-worlds__portrait-medallions g:nth-child(2) circle{fill:#8ed0df66}.interior-worlds__portrait-medallions g:nth-child(3) circle{fill:#70b7e25c}.interior-worlds__portrait-medallions g:nth-child(4) circle{fill:#7fd6e757}.interior-worlds__portrait-medallions path{fill:none;stroke:#e8fcffdb;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.interior-worlds__portrait-medallions path:first-of-type{fill:#ddf8ff94}.interior-worlds__hero-figure{filter:drop-shadow(0 0 9px rgba(255,255,255,.14))}.interior-worlds__hero-figure path,.interior-worlds__hero-figure circle{stroke:#231a18c2;stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.interior-worlds__hero-coat{fill:#dd4037b8}.interior-worlds__hero-shirt{fill:#f2f2ecb8}.interior-worlds__hero-face{fill:#eca66eb8}.interior-worlds__hero-hair{fill:#b52c21d1}.interior-worlds__hero-arm,.interior-worlds__hero-boot{fill:none;stroke:#f6eed8c7;stroke-width:2}.interior-worlds__glass-wash{fill:url(#iw-glass-light);mix-blend-mode:screen;opacity:.48}.interior-worlds__glass-leading circle,.interior-worlds__glass-leading line,.interior-worlds__glass-leading path{fill:none;stroke:#f6eed8b3;stroke-width:.86;vector-effect:non-scaling-stroke}.interior-worlds__glass-leading circle:first-child{stroke-width:1.15}.interior-worlds__glass-figure{fill:color-mix(in srgb,var(--iw-accent) 30%,rgba(255,255,255,.2));stroke:#fff8e194;stroke-width:1.1;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;filter:drop-shadow(0 0 10px color-mix(in srgb,var(--iw-accent) 30%,transparent))}.interior-worlds__glass-figure path{fill:none}.interior-worlds__rings{top:0;right:0;bottom:0;left:0;z-index:2}.interior-worlds__rings span{position:absolute;inset:var(--ring-inset, 12%);border:1px solid rgba(212,212,208,.1);border-radius:50%}.interior-worlds__rings span:nth-child(2){--ring-inset: 31%}.interior-worlds__rings span:nth-child(3){--ring-inset: 43%;border-color:color-mix(in srgb,var(--iw-accent) 30%,rgba(255,255,255,.09));box-shadow:0 0 34px color-mix(in srgb,var(--iw-accent) 18%,transparent)}.interior-worlds__starmap{top:0;right:0;bottom:0;left:0;z-index:2;width:100%;height:100%}.interior-worlds__starmap polyline{fill:none;stroke:color-mix(in srgb,var(--iw-accent) 28%,rgba(212,212,208,.18));stroke-dasharray:1.5 2.8;stroke-linecap:round;stroke-width:.36}.interior-worlds__choice{top:41%;right:41%;bottom:41%;left:41%;z-index:2;border:1px solid color-mix(in srgb,var(--iw-accent) 36%,rgba(255,255,255,.16));border-radius:50%;background:#05060894;box-shadow:inset 0 0 24px #ffffff0f,0 0 38px color-mix(in srgb,var(--iw-accent) 24%,transparent)}.interior-worlds__choice span{position:absolute;top:36%;right:36%;bottom:36%;left:36%;border-radius:50%;background:color-mix(in srgb,var(--iw-accent) 42%,rgba(255,255,255,.08));box-shadow:0 0 26px color-mix(in srgb,var(--iw-accent) 36%,transparent)}.interior-worlds__axis{position:absolute;z-index:3;color:#d4d4d05c;font-size:.62rem;letter-spacing:.12em;text-transform:lowercase}.interior-worlds__axis--top{top:4.6%;left:50%;transform:translate(-50%)}.interior-worlds__axis--bottom{bottom:4.6%;left:50%;transform:translate(-50%)}.interior-worlds__axis--left{top:50%;left:3.6%;transform:translateY(-50%) rotate(-90deg)}.interior-worlds__axis--right{top:50%;right:1.6%;transform:translateY(-50%) rotate(90deg)}.interior-worlds__node{position:absolute;z-index:5;top:var(--node-y);left:var(--node-x);display:grid;width:104px;justify-items:center;gap:.44rem;color:#d4d4d099;text-align:center;transform:translate(-50%,-50%);transition:color .25s var(--ease-out),transform .25s var(--ease-out)}.interior-worlds__node:hover,.interior-worlds__node--active{color:var(--text);transform:translate(-50%,-50%) scale(1.08)}.interior-worlds__node-orb{width:18px;height:18px;border:1px solid color-mix(in srgb,var(--node-accent) 78%,#fff);border-radius:50%;background:radial-gradient(circle at 34% 30%,#fff,transparent 18%),radial-gradient(circle,color-mix(in srgb,var(--node-accent) 72%,transparent),#00000070);box-shadow:0 0 18px color-mix(in srgb,var(--node-accent) 56%,transparent)}.interior-worlds__node--active .interior-worlds__node-orb{width:30px;height:30px;box-shadow:0 0 0 8px color-mix(in srgb,var(--node-accent) 14%,transparent),0 0 36px color-mix(in srgb,var(--node-accent) 76%,transparent)}.interior-worlds__node-label{max-width:104px;overflow-wrap:anywhere;font-size:.66rem;letter-spacing:.08em;line-height:1.26;text-shadow:0 2px 14px rgba(0,0,0,.92);text-transform:lowercase}.interior-worlds__record{display:grid;grid-template-columns:minmax(230px,.74fr) minmax(300px,1fr) minmax(250px,.82fr);gap:52px;align-items:center;border-top:1px solid rgba(212,212,208,.1);border-bottom:1px solid rgba(212,212,208,.1);padding:76px var(--gutter);background:linear-gradient(90deg,rgba(255,255,255,.03),transparent 44%),#0808085c;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.interior-worlds__memory{position:relative;min-width:0}.interior-worlds__memory img{display:block;width:min(340px,100%);aspect-ratio:4 / 5;object-fit:cover;border:1px solid rgba(212,212,208,.15);border-radius:4px;filter:saturate(.62) brightness(.82) contrast(1.1);box-shadow:0 28px 86px #00000075}.interior-worlds__memory:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:min(340px,100%);border-radius:4px;pointer-events:none;background:linear-gradient(180deg,transparent,rgba(0,0,0,.2))}.interior-worlds__memory-ring{position:absolute;right:-10%;bottom:-16%;width:min(220px,56%);aspect-ratio:1;pointer-events:none}.interior-worlds__memory-ring span{position:absolute;inset:var(--memory-ring, 0);border:1px solid color-mix(in srgb,var(--iw-accent) 36%,rgba(255,255,255,.08));border-radius:50%;transform:rotateX(70deg);box-shadow:0 0 22px color-mix(in srgb,var(--iw-accent) 16%,transparent)}.interior-worlds__memory-ring span:nth-child(2){--memory-ring: 16%}.interior-worlds__memory-ring span:nth-child(3){--memory-ring: 31%}.interior-worlds__profile h2{max-width:12em;margin-bottom:.35rem;color:var(--text);font-family:var(--font-heading);font-size:2.8rem;font-style:italic;font-weight:400;line-height:1.02}.interior-worlds__profile h3{margin-bottom:1.2rem;color:color-mix(in srgb,var(--iw-accent) 52%,var(--text-muted));font-family:var(--font-heading);font-size:1.15rem;font-style:italic;font-weight:400}.interior-worlds__profile>p:not(.interior-worlds__eyebrow){max-width:38rem;color:#d4d4d0b8;font-size:.98rem;line-height:1.86}.interior-worlds__states{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:2rem;background:#d4d4d01a}.interior-worlds__states div{min-height:112px;padding:1rem;background:#0d0d0cd1}.interior-worlds__states dt{margin-bottom:.7rem;color:var(--text-dim);font-size:.62rem;letter-spacing:.11em;text-transform:lowercase}.interior-worlds__states dd{color:var(--text-muted);font-family:var(--font-heading);font-size:1rem;font-style:italic;line-height:1.35}.interior-worlds__meters{display:grid;gap:1.25rem}.interior-worlds__meters h3{color:var(--text-muted);font-size:.68rem;font-weight:400;letter-spacing:.13em;text-transform:lowercase}.interior-worlds__meter{display:grid;gap:.42rem}.interior-worlds__meter>div{display:flex;justify-content:space-between;gap:1rem;color:#d4d4d0ad;font-size:.64rem;letter-spacing:.08em;text-transform:lowercase}.interior-worlds__meter>div:last-child{color:var(--text-dim)}.interior-worlds__meter-track{display:block;height:4px;overflow:hidden;border-radius:999px;background:#d4d4d01c}.interior-worlds__meter-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,rgba(212,212,208,.28),var(--iw-accent));box-shadow:0 0 18px color-mix(in srgb,var(--iw-accent) 44%,transparent);transition:width .32s var(--ease-out)}.interior-worlds__architecture{display:grid;grid-template-columns:minmax(220px,.35fr) minmax(0,1fr);gap:64px;padding:82px var(--gutter)}.interior-worlds__architecture-heading h2{max-width:10em;color:var(--text);font-family:var(--font-heading);font-size:2.5rem;font-style:italic;font-weight:400;line-height:1.08}.interior-worlds__chambers{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1px}.interior-worlds__chamber{min-height:224px;border:1px solid rgba(212,212,208,.1);padding:1.5rem;background:linear-gradient(180deg,color-mix(in srgb,var(--iw-accent) 5%,transparent),transparent),#100f0ed6}.interior-worlds__chamber>span{display:block;margin-bottom:1.5rem;color:color-mix(in srgb,var(--iw-accent) 34%,rgba(212,212,208,.16));font-family:var(--font-heading);font-size:2.35rem;font-style:italic;line-height:1}.interior-worlds__chamber p:first-of-type{margin-bottom:.75rem;color:var(--text-dim);font-size:.62rem;letter-spacing:.11em;text-transform:lowercase}.interior-worlds__chamber h3{margin-bottom:.75rem;color:var(--text);font-size:.78rem;font-weight:400;letter-spacing:.12em;line-height:1.35;text-transform:lowercase}.interior-worlds__chamber p:last-child{color:#d4d4d0a3;font-size:.85rem;line-height:1.72}.interior-worlds__relics{grid-column:2;display:flex;flex-wrap:wrap;gap:.65rem;margin-top:-44px}.interior-worlds__relics span{border:1px solid color-mix(in srgb,var(--iw-accent) 28%,var(--border));border-radius:999px;padding:.42rem .72rem;color:#d4d4d0ad;background:#0c0c0b61;font-size:.64rem;letter-spacing:.09em;text-transform:lowercase}.interior-worlds__atlas{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));border-top:1px solid rgba(212,212,208,.1);border-bottom:1px solid rgba(212,212,208,.1);margin:0 var(--gutter) 94px}.interior-worlds__atlas-node{display:grid;min-height:116px;align-content:space-between;gap:.9rem;border-right:1px solid rgba(212,212,208,.1);padding:1rem;color:var(--text-dim);text-align:left;transition:background .25s var(--ease-out),color .25s var(--ease-out)}.interior-worlds__atlas-node:last-child{border-right:0}.interior-worlds__atlas-node:hover,.interior-worlds__atlas-node--active{color:var(--text);background:color-mix(in srgb,var(--iw-accent) 9%,rgba(255,255,255,.02))}.interior-worlds__atlas-node span{font-family:var(--font-heading);font-size:1.26rem;font-style:italic;line-height:1.05}.interior-worlds__atlas-node strong{font-size:.62rem;font-weight:400;letter-spacing:.09em;line-height:1.42;text-transform:lowercase}@media(max-width:1100px){.interior-worlds__stage,.interior-worlds__record,.interior-worlds__architecture{grid-template-columns:1fr}.interior-worlds__stage{padding-top:calc(var(--header-height) + 76px)}.interior-worlds__map{width:min(560px,100%)}.interior-worlds__memory img{width:min(380px,100%)}.interior-worlds__relics{grid-column:1;margin-top:-34px}.interior-worlds__atlas{grid-template-columns:repeat(3,minmax(0,1fr))}.interior-worlds__atlas-node:nth-child(3n){border-right:0}}@media(max-width:720px){.interior-worlds__stage{gap:2.4rem;padding-top:calc(var(--header-height) + 94px)}.interior-worlds__title{font-size:3.2rem}.interior-worlds__profile h2,.interior-worlds__architecture-heading h2{font-size:2rem}.interior-worlds__map{width:min(100%,430px)}.interior-worlds__axis{display:none}.interior-worlds__node{width:72px}.interior-worlds__node-label{max-width:72px;font-size:.58rem}.interior-worlds__states,.interior-worlds__atlas{grid-template-columns:1fr}.interior-worlds__atlas-node,.interior-worlds__atlas-node:nth-child(3n){border-right:0;border-bottom:1px solid rgba(212,212,208,.1)}.interior-worlds__atlas-node:last-child{border-bottom:0}}@media(max-width:430px){.interior-worlds__title{font-size:2.72rem}.interior-worlds__dek,.interior-worlds__law,.interior-worlds__profile>p:not(.interior-worlds__eyebrow){font-size:.92rem}.interior-worlds__node{width:62px}.interior-worlds__node-label{display:none}.interior-worlds__record,.interior-worlds__architecture{padding-top:58px;padding-bottom:58px}}body:has(.interior-worlds){background:#02040b;scrollbar-gutter:stable}.interior-worlds{--iw-accent: #ff5b8d;--iw-secondary: #55e0ff;--iw-glass: #ffc857;--iw-pointer-x: 50%;--iw-pointer-y: 45%;position:relative;isolation:isolate;flex:1;width:100%;min-height:100vh;min-height:100dvh;overflow-x:hidden;overflow-anchor:none;background:radial-gradient(circle at var(--iw-pointer-x) var(--iw-pointer-y),rgba(255,255,255,.055),transparent 18rem),radial-gradient(ellipse at 50% 42%,color-mix(in srgb,var(--iw-accent) 24%,transparent),transparent 36rem),radial-gradient(ellipse at 50% 18%,color-mix(in srgb,var(--iw-secondary) 10%,transparent),transparent 28rem),linear-gradient(180deg,#01030a,#03030a 46%,#010103);color:var(--text);transition:background 1.1s cubic-bezier(.22,1,.36,1)}.interior-worlds:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-3;pointer-events:none;background:radial-gradient(circle at 50% 50%,transparent 0 24%,rgba(0,0,0,.5) 62%,rgba(0,0,0,.96) 100%),linear-gradient(rgba(255,255,255,.012) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.01) 1px,transparent 1px);background-size:100% 100%,96px 96px,96px 96px;opacity:.92}.interior-worlds:after{content:"";position:fixed;top:-18%;right:-18%;bottom:-18%;left:-18%;z-index:-2;pointer-events:none;background:conic-gradient(from 30deg at 50% 48%,transparent 0deg,color-mix(in srgb,var(--iw-accent) 10%,transparent) 18deg,transparent 38deg),radial-gradient(circle at 50% 50%,color-mix(in srgb,var(--iw-secondary) 10%,transparent),transparent 40%);filter:blur(18px);opacity:.56}.interior-worlds--intro{min-height:100vh;min-height:100dvh;overflow:hidden}.interior-worlds--transitioning{height:100vh;height:100dvh;overflow:hidden}.interior-worlds--intro .interior-worlds__station,.interior-worlds--departing .interior-worlds__station{opacity:0;pointer-events:none;visibility:hidden}.interior-worlds--revealing .interior-worlds__station{animation:iw-dive-map-reveal 1.35s cubic-bezier(.22,1,.36,1) both}.interior-worlds__dive-sequence{position:fixed;top:0;right:0;bottom:0;left:0;z-index:320;display:grid;grid-template-columns:minmax(210px,.58fr) minmax(320px,1.08fr) minmax(260px,.72fr);gap:clamp(18px,3vw,48px);align-items:center;padding:calc(var(--header-height) + 26px) var(--gutter) 38px;overflow:hidden;background:radial-gradient(circle at 50% 58%,color-mix(in srgb,var(--iw-accent) 26%,transparent),transparent 22rem),radial-gradient(circle at 50% 44%,rgba(255,255,255,.08),transparent 15rem),radial-gradient(ellipse at 50% 88%,#00000047,#000000e6 58%,#010207),#010207;color:#f6f4e8f0;animation:iw-dive-sequence-arrive .7s var(--ease-out) both}.interior-worlds__dive-sequence--departing,.interior-worlds__dive-sequence--revealing{pointer-events:none}.interior-worlds__dive-sequence--revealing{animation:iw-dive-sequence-reveal-exit 1.25s cubic-bezier(.22,1,.36,1) both}.interior-worlds__dive-sequence--departing .interior-worlds__dive-copy{animation:iw-dive-copy-leave .9s cubic-bezier(.33,1,.68,1) both}.interior-worlds__dive-sequence--departing .interior-worlds__dive-platform{animation:iw-dive-platform-submerge 1.05s cubic-bezier(.33,1,.68,1) both}.interior-worlds__dive-sequence--departing .interior-worlds__dive-choices{animation:iw-dive-choices-leave .9s cubic-bezier(.33,1,.68,1) both}.interior-worlds__dive-sequence--revealing .interior-worlds__dive-copy,.interior-worlds__dive-sequence--revealing .interior-worlds__dive-choices{opacity:0;transform:translateY(18px)}.interior-worlds__dive-sequence--revealing .interior-worlds__dive-platform{opacity:.68;filter:blur(2px) brightness(.66);transform:translateY(7vh) scale(.96)}.interior-worlds__dive-sequence:before,.interior-worlds__dive-sequence:after{content:"";position:absolute;left:50%;pointer-events:none;transform:translate(-50%)}.interior-worlds__dive-sequence:before{top:-18%;z-index:0;width:min(82vw,920px);height:min(82vw,920px);border:1px solid color-mix(in srgb,var(--iw-secondary) 18%,rgba(255,255,255,.06));border-radius:50%;box-shadow:inset 0 0 88px color-mix(in srgb,var(--iw-secondary) 5%,transparent),0 0 120px color-mix(in srgb,var(--iw-accent) 8%,transparent);opacity:.34;animation:iw-dive-ring-turn 24s linear infinite}.interior-worlds__dive-sequence:after{top:0;bottom:0;z-index:0;width:min(24vw,280px);background:linear-gradient(180deg,transparent,color-mix(in srgb,var(--iw-secondary) 8%,transparent) 36%,rgba(255,255,255,.07) 52%,transparent 78%);filter:blur(18px);opacity:.74}.interior-worlds__dive-void{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.interior-worlds__dive-void span{position:absolute;top:var(--dive-star-y);left:var(--dive-star-x);width:2px;height:28px;border-radius:999px;background:linear-gradient(180deg,transparent,color-mix(in srgb,var(--iw-secondary) 76%,#fff),transparent);opacity:.3;transform:rotate(12deg);animation:iw-dive-star-fall 1.8s linear infinite;animation-delay:var(--dive-star-delay)}.interior-worlds__dive-platform{position:relative;z-index:2;grid-column:2;grid-row:1;display:grid;place-items:center;justify-self:center;width:min(72vmin,620px);aspect-ratio:1;transform:translateY(3vh);filter:drop-shadow(0 0 34px color-mix(in srgb,var(--iw-secondary) 24%,transparent)) drop-shadow(0 0 74px color-mix(in srgb,var(--iw-accent) 22%,transparent)) drop-shadow(0 46px 92px rgba(0,0,0,.8));animation:iw-dive-platform-rise .95s cubic-bezier(.16,1,.3,1) both}.interior-worlds__dive-platform:before{content:"";position:absolute;top:13%;right:13%;bottom:13%;left:13%;z-index:-1;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.2),color-mix(in srgb,var(--iw-accent) 14%,transparent) 40%,transparent 72%);filter:blur(28px);transform:translateY(24%) scaleY(.42)}.interior-worlds__dive-platform .interior-worlds__glass{width:100%;animation:iw-dive-platform-breathe 5.6s ease-in-out infinite}.interior-worlds__dive-copy{position:relative;z-index:3;grid-column:1;grid-row:1;align-self:center;max-width:320px;animation:iw-dive-copy-enter .62s var(--ease-out) .1s both}.interior-worlds__dive-copy p:first-child,.interior-worlds__dive-choices button span{color:color-mix(in srgb,var(--iw-secondary) 48%,rgba(212,212,208,.52));font-size:.66rem;letter-spacing:.14em;line-height:1.45;text-transform:lowercase}.interior-worlds__dive-copy h1{max-width:4.8em;margin:.8rem 0 1.1rem;color:#faf7eafa;font-family:var(--font-heading);font-size:clamp(3.4rem,6vw,6.4rem);font-style:italic;font-weight:400;line-height:.86;text-transform:lowercase}.interior-worlds__dive-copy p:last-child{color:#e2ded2bd;font-size:.9rem;line-height:1.7}.interior-worlds__dive-choices{position:relative;z-index:3;grid-column:3;grid-row:1;display:grid;gap:.6rem;max-width:330px;justify-self:end}.interior-worlds__dive-choices button{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr);gap:.85rem;align-items:center;min-height:48px;border:1px solid color-mix(in srgb,var(--choice-accent) 26%,rgba(255,255,255,.12));border-radius:999px;padding:.62rem 1rem .62rem .72rem;color:#eeebe0b8;background:radial-gradient(circle at 20% 50%,color-mix(in srgb,var(--choice-accent) 18%,transparent),transparent 44%),#ffffff06;font-size:.76rem;letter-spacing:.12em;line-height:1.1;text-align:left;text-transform:lowercase;animation:iw-dive-choice-enter .5s var(--ease-out) both;animation-delay:var(--choice-delay);transition:border-color .22s var(--ease-out),color .22s var(--ease-out),background .22s var(--ease-out),transform .22s var(--ease-out)}.interior-worlds__dive-choices button:before{content:"";position:absolute;top:50%;left:1rem;width:18px;height:18px;border:1px solid color-mix(in srgb,var(--choice-accent) 62%,#fff);border-radius:50%;background:radial-gradient(circle at 35% 30%,rgba(255,255,255,.86),transparent 18%),color-mix(in srgb,var(--choice-accent) 30%,rgba(0,0,0,.4));box-shadow:0 0 22px color-mix(in srgb,var(--choice-accent) 32%,transparent);transform:translateY(-50%)}.interior-worlds__dive-choices button:hover{border-color:color-mix(in srgb,var(--choice-accent) 62%,rgba(255,255,255,.24));color:#fffae6fa;background:radial-gradient(circle at 20% 50%,color-mix(in srgb,var(--choice-accent) 28%,transparent),transparent 52%),#ffffff0e;transform:translate(-4px)}.interior-worlds__dive-choices button span{position:relative;z-index:1;padding-left:1.9rem}.interior-worlds__station{position:relative;display:grid;grid-template-columns:minmax(150px,.34fr) minmax(520px,1.05fr) minmax(260px,.48fr);grid-template-rows:1fr auto;min-height:max(760px,100vh);min-height:max(760px,100dvh);gap:clamp(24px,4vw,72px);align-items:center;padding:calc(var(--header-height) + 44px) var(--gutter) 54px;opacity:1;visibility:visible}.interior-worlds__station:before{content:"";position:absolute;top:9%;left:50%;z-index:0;width:min(84vw,1050px);height:72%;border:1px solid color-mix(in srgb,var(--iw-secondary) 22%,rgba(255,255,255,.08));border-bottom:0;border-radius:50% 50% 0 0/42% 42% 0 0;transform:translate(-50%);opacity:.28;box-shadow:inset 0 0 70px color-mix(in srgb,var(--iw-secondary) 7%,transparent),0 0 80px color-mix(in srgb,var(--iw-accent) 8%,transparent);pointer-events:none}.interior-worlds__station:after{content:"";position:absolute;top:6%;bottom:16%;left:50%;z-index:0;width:min(28vw,360px);transform:translate(-50%);background:linear-gradient(180deg,transparent,rgba(255,255,255,.055) 25%,color-mix(in srgb,var(--iw-secondary) 8%,transparent) 52%,transparent);filter:blur(18px);opacity:.72;pointer-events:none}.interior-worlds__void{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.interior-worlds__star{position:absolute;top:var(--star-y);left:var(--star-x);width:3px;height:3px;border-radius:50%;background:color-mix(in srgb,var(--iw-secondary) 72%,#fff);box-shadow:0 0 14px color-mix(in srgb,var(--iw-secondary) 80%,transparent);opacity:.52;animation:iw-star-pulse 4.8s ease-in-out infinite;animation-delay:var(--star-delay)}.interior-worlds__hud{position:relative;z-index:5;align-self:start;max-width:240px;padding-top:clamp(24px,7vh,82px)}.interior-worlds__hud p,.interior-worlds__hud span,.interior-worlds__map-readout p{color:color-mix(in srgb,var(--iw-accent) 44%,rgba(212,212,208,.58));font-size:.66rem;letter-spacing:.14em;line-height:1.45;text-transform:lowercase}.interior-worlds__hud h1{max-width:5.8em;margin:.85rem 0 1.2rem;color:#f6f4e8f2;font-family:var(--font-heading);font-size:clamp(2.65rem,4.3vw,4.4rem);font-style:italic;font-weight:400;line-height:.9}.interior-worlds__field{position:relative;z-index:2;width:min(100%,790px,82vh);min-width:0;aspect-ratio:1;justify-self:center;perspective:none;cursor:default;touch-action:auto}.interior-worlds__field:active{cursor:default}.interior-worlds__field:before{content:"";position:absolute;top:4%;right:4%;bottom:4%;left:4%;z-index:-1;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--iw-accent) 28%,transparent),transparent 62%);filter:blur(34px);opacity:.8}.interior-worlds__field:after{content:"";position:absolute;top:4%;right:12%;bottom:18%;left:12%;z-index:-1;border-radius:999px 999px 28px 28px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent),radial-gradient(ellipse at 50% 72%,color-mix(in srgb,var(--iw-accent) 18%,transparent),transparent 62%);filter:blur(14px);opacity:.7}.interior-worlds__bridge-threads{position:absolute;top:9%;right:9%;bottom:9%;left:9%;z-index:2;overflow:hidden;border-radius:50%;opacity:.72;pointer-events:none;mix-blend-mode:screen}.interior-worlds__bridge-threads span{position:absolute;top:50%;left:50%;width:118%;height:1px;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--iw-secondary) 34%,rgba(255,255,255,.08)),color-mix(in srgb,var(--iw-accent) 52%,rgba(255,255,255,.16)),transparent);box-shadow:0 0 20px color-mix(in srgb,var(--iw-accent) 28%,transparent);transform:translate(-50%,-50%) rotate(var(--bridge-thread-angle));transform-origin:center;animation:iw-bridge-thread 6.8s ease-in-out infinite}.interior-worlds__bridge-threads span:nth-child(1){--bridge-thread-angle: -24deg}.interior-worlds__bridge-threads span:nth-child(2){--bridge-thread-angle: 0deg;animation-delay:-2.2s}.interior-worlds__bridge-threads span:nth-child(3){--bridge-thread-angle: 24deg;animation-delay:-4.4s}.interior-worlds__active-station{position:absolute;top:-3%;right:-3%;bottom:-3%;left:-3%;z-index:3;display:grid;place-items:center;transform:none;transform-origin:center;filter:drop-shadow(0 0 28px color-mix(in srgb,var(--iw-secondary) 20%,transparent)) drop-shadow(0 0 48px color-mix(in srgb,var(--iw-accent) 18%,transparent)) drop-shadow(0 48px 82px rgba(0,0,0,.78));transition:filter 1.1s cubic-bezier(.22,1,.36,1);animation:none}.interior-worlds__active-station-layer{grid-area:1 / 1;display:grid;width:100%;place-items:center}.interior-worlds__active-station-layer--current{opacity:1}.interior-worlds__active-station-layer--leaving{pointer-events:none;animation:iw-station-flow-leave 1.15s cubic-bezier(.22,1,.36,1) both}.interior-worlds__active-station--flowing .interior-worlds__active-station-layer--current{animation:iw-station-flow-enter 1.15s cubic-bezier(.22,1,.36,1) both}.interior-worlds__active-station:before{content:"";position:absolute;top:2%;bottom:-1%;left:50%;z-index:-2;width:min(33%,250px);transform:translate(-50%);border-right:1px solid color-mix(in srgb,var(--iw-secondary) 28%,rgba(255,255,255,.08));border-left:1px solid color-mix(in srgb,var(--iw-accent) 28%,rgba(255,255,255,.08));background:linear-gradient(90deg,transparent,rgba(255,255,255,.07),transparent),linear-gradient(180deg,transparent,color-mix(in srgb,var(--iw-accent) 10%,transparent) 38%,transparent);opacity:.72;pointer-events:none}.interior-worlds__active-station:after{content:"";position:absolute;top:14%;right:14%;bottom:14%;left:14%;z-index:-1;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--iw-accent) 24%,transparent),transparent 67%);transform:translateY(18%) scaleY(.36);filter:blur(24px)}.interior-worlds__distant-station{position:absolute;top:var(--station-y);left:var(--station-x);z-index:1;display:grid;width:min(12vw,98px);gap:0;justify-items:center;color:color-mix(in srgb,var(--station-accent) 68%,rgba(244,242,231,.48));text-align:center;text-shadow:0 2px 18px rgba(0,0,0,.95);isolation:isolate;transform:translate(-50%,-50%) scale(var(--station-scale));transform-origin:center;opacity:.34;filter:blur(.15px) saturate(.76) brightness(.66);transition:opacity .95s cubic-bezier(.22,1,.36,1),transform .95s cubic-bezier(.22,1,.36,1),filter .95s cubic-bezier(.22,1,.36,1),color .95s cubic-bezier(.22,1,.36,1);will-change:opacity,transform,filter}.interior-worlds__distant-station:before{content:"";position:absolute;top:-32%;bottom:-74%;left:50%;z-index:-2;width:clamp(42px,5vw,78px);transform:translate(-50%);border-right:1px solid color-mix(in srgb,var(--station-accent) 28%,rgba(255,255,255,.08));border-left:1px solid color-mix(in srgb,var(--station-accent) 28%,rgba(255,255,255,.08));background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--station-accent) 9%,rgba(255,255,255,.05)),transparent),linear-gradient(180deg,transparent,rgba(255,255,255,.05) 28%,transparent);opacity:.72;pointer-events:none}.interior-worlds__distant-station:after{content:"";position:absolute;right:18%;bottom:-78%;left:18%;z-index:-1;height:1px;background:color-mix(in srgb,var(--station-accent) 32%,rgba(255,255,255,.16));box-shadow:0 0 24px color-mix(in srgb,var(--station-accent) 18%,transparent);opacity:.62;pointer-events:none}.interior-worlds__distant-station:hover{opacity:1;z-index:4;filter:blur(0) saturate(1.05) brightness(.95);color:#ffffffeb;transform:translate(-50%,-50%) scale(calc(var(--station-scale) * 1.08))}.interior-worlds__distant-station span{display:none}.interior-worlds__glass{position:relative;inset:auto;display:block;width:100%;height:auto;overflow:visible;pointer-events:none;opacity:1;transform-origin:center}.interior-worlds__active-station .interior-worlds__glass{animation:none}.interior-worlds__glass--miniature{filter:saturate(.92) brightness(.85);animation:none}.interior-worlds__glass-ground{fill:#020512c7;stroke:#fff1beb8;stroke-width:1.45}.interior-worlds__glass .interior-worlds__glass-panes path{fill:color-mix(in srgb,var(--pane-color-a) 36%,rgba(255,255,255,.1));stroke:#fff1be80;stroke-width:.82;vector-effect:non-scaling-stroke;transition:fill 1.05s cubic-bezier(.22,1,.36,1),stroke 1.05s cubic-bezier(.22,1,.36,1)}.interior-worlds__glass .interior-worlds__glass-panes path:nth-child(3n+1){fill:color-mix(in srgb,var(--pane-color-a) 54%,rgba(255,255,255,.12))}.interior-worlds__glass .interior-worlds__glass-panes path:nth-child(3n+2){fill:color-mix(in srgb,var(--pane-color-b) 46%,rgba(255,255,255,.09))}.interior-worlds__glass .interior-worlds__glass-panes path:nth-child(3n){fill:color-mix(in srgb,var(--pane-color-c) 43%,rgba(255,255,255,.1))}.interior-worlds__glass-sky path{fill:#effaffb8;stroke:#fffbe5c7;stroke-width:.95;vector-effect:non-scaling-stroke;transition:fill 1.05s cubic-bezier(.22,1,.36,1),stroke 1.05s cubic-bezier(.22,1,.36,1)}.interior-worlds__outer-glyphs path{fill:color-mix(in srgb,var(--iw-secondary) 54%,rgba(255,255,255,.22));stroke:#fff7cdd6;stroke-width:.72;vector-effect:non-scaling-stroke;transition:fill 1.05s cubic-bezier(.22,1,.36,1),stroke 1.05s cubic-bezier(.22,1,.36,1)}.interior-worlds__figure{fill:color-mix(in srgb,var(--iw-accent) 58%,rgba(255,255,255,.14));stroke:#090812e6;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;filter:drop-shadow(0 0 10px rgba(255,255,255,.18)) drop-shadow(0 0 18px color-mix(in srgb,var(--iw-accent) 22%,transparent));transition:fill 1.05s cubic-bezier(.22,1,.36,1),stroke 1.05s cubic-bezier(.22,1,.36,1),filter 1.05s cubic-bezier(.22,1,.36,1)}.interior-worlds__figure circle,.interior-worlds__figure path{vector-effect:non-scaling-stroke}.interior-worlds__figure path:not(:first-child),.interior-worlds__figure--body path:nth-last-child(-n+4),.interior-worlds__figure--blue path:nth-last-child(-n+4),.interior-worlds__figure--proof path:nth-last-child(-n+4),.interior-worlds__figure--motion path:nth-last-child(-n+5),.interior-worlds__figure--beauty path:nth-last-child(-n+7),.interior-worlds__figure--freedom path:nth-last-child(-n+5){fill:none;stroke:#fffde8db}.interior-worlds__figure--blue path:first-child,.interior-worlds__figure--beauty path:first-child,.interior-worlds__figure--freedom path:first-child{fill:color-mix(in srgb,var(--iw-secondary) 28%,rgba(255,255,255,.12))}.interior-worlds__figure--proof path:nth-child(-n+5),.interior-worlds__figure--motion path:nth-child(-n+2){fill:none;stroke:color-mix(in srgb,var(--iw-accent) 42%,rgba(255,253,232,.88))}.interior-worlds__glass-wash{mix-blend-mode:screen;opacity:.62}.interior-worlds__glass .interior-worlds__glass-leading circle,.interior-worlds__glass .interior-worlds__glass-leading line,.interior-worlds__glass .interior-worlds__glass-leading path{fill:none;stroke:#ffefbad6;stroke-width:1.12;vector-effect:non-scaling-stroke;stroke-dasharray:520;transition:stroke 1.05s cubic-bezier(.22,1,.36,1)}.interior-worlds__glass .interior-worlds__glass-leading circle:first-child{stroke-width:1.62}.interior-worlds__diagnostic{position:relative;z-index:5;align-self:center;max-width:330px;min-height:300px;justify-self:end;border-left:1px solid color-mix(in srgb,var(--iw-accent) 34%,rgba(255,255,255,.12));padding:1.35rem 0 1.35rem 1.2rem;background:radial-gradient(ellipse at 0 50%,color-mix(in srgb,var(--iw-accent) 12%,transparent),transparent 72%),linear-gradient(90deg,rgba(2,4,11,.84),rgba(2,4,11,.28) 74%,transparent);box-shadow:-24px 0 70px #00000057,inset 1px 0 color-mix(in srgb,var(--iw-secondary) 22%,transparent);animation:iw-diagnostic-enter .5s var(--ease-out) both;transition:border-color .28s var(--ease-out),background .28s var(--ease-out),box-shadow .28s var(--ease-out)}.interior-worlds__diagnostic:before{content:"";position:absolute;top:-24px;left:-9px;width:17px;height:17px;border:1px solid color-mix(in srgb,var(--iw-secondary) 58%,rgba(255,255,255,.16));border-radius:50%;background:color-mix(in srgb,var(--iw-accent) 20%,rgba(255,255,255,.04));box-shadow:0 0 26px color-mix(in srgb,var(--iw-secondary) 36%,transparent)}.interior-worlds__diagnostic h2{margin:.55rem 0 .35rem;color:#faf7eafa;font-family:var(--font-heading);font-size:clamp(2.2rem,3.3vw,3.6rem);font-style:italic;font-weight:400;line-height:.92;text-transform:lowercase;transition:color .28s var(--ease-out)}.interior-worlds__trait{margin-bottom:1.35rem;color:color-mix(in srgb,var(--iw-secondary) 55%,rgba(212,212,208,.76));font-size:.78rem;letter-spacing:.1em;line-height:1.5;text-transform:lowercase}.interior-worlds__prompt{margin-bottom:1.25rem;color:#fff7dbeb;font-family:var(--font-heading);font-size:clamp(1.16rem,1.75vw,1.48rem);font-style:italic;line-height:1.22}.interior-worlds__bridge-sentence{max-width:18rem;margin:.95rem 0 1rem;color:#fff7dbeb;font-family:var(--font-heading);font-size:clamp(1.16rem,1.65vw,1.5rem);font-style:italic;line-height:1.2;transition:color .28s var(--ease-out)}.interior-worlds__bridge-sentence span{color:color-mix(in srgb,var(--iw-accent) 62%,rgba(255,247,219,.96))}.interior-worlds__release{max-width:19rem;border-top:1px solid color-mix(in srgb,var(--iw-accent) 20%,rgba(255,255,255,.08));margin:0;padding-top:1rem;color:#e1ded2ad;font-size:.82rem;line-height:1.62;transition:border-color .28s var(--ease-out),color .28s var(--ease-out)}.interior-worlds__bridge-card{display:grid;gap:.35rem;margin-bottom:1.1rem;border-top:1px solid color-mix(in srgb,var(--iw-secondary) 22%,rgba(255,255,255,.1));border-bottom:1px solid color-mix(in srgb,var(--iw-accent) 20%,rgba(255,255,255,.08));padding:.85rem 0}.interior-worlds__bridge-card span{color:color-mix(in srgb,var(--iw-accent) 42%,rgba(212,212,208,.48));font-size:.62rem;letter-spacing:.12em;text-transform:lowercase}.interior-worlds__bridge-card strong{color:#faf7eaf0;font-family:var(--font-heading);font-size:1.2rem;font-style:italic;font-weight:400;line-height:1.1;text-transform:lowercase}.interior-worlds__bridge-card p{color:#e1ded2ad;font-size:.78rem;line-height:1.55}.interior-worlds__diagnostic dl{display:grid;gap:0;background:transparent}.interior-worlds__diagnostic dl div{padding:.72rem 0;border-top:1px solid color-mix(in srgb,var(--iw-accent) 18%,rgba(255,255,255,.08));background:linear-gradient(90deg,color-mix(in srgb,var(--iw-accent) 7%,transparent),transparent)}.interior-worlds__diagnostic dt{margin-bottom:.34rem;color:color-mix(in srgb,var(--iw-accent) 42%,rgba(212,212,208,.48));font-size:.62rem;letter-spacing:.12em;text-transform:lowercase}.interior-worlds__diagnostic dd{color:#e1ded2b8;font-size:.82rem;line-height:1.55}.interior-worlds__controls{position:relative;z-index:6;grid-column:2;display:grid;grid-template-columns:46px minmax(0,1fr) 46px;width:min(720px,100%);justify-self:center;gap:.8rem;align-items:center;border-top:0;margin-top:clamp(18px,2.4vh,32px);padding-top:0}.interior-worlds__step,.interior-worlds__station-tab{color:#e0ddd2a3;font-size:.68rem;letter-spacing:.11em;text-transform:lowercase;transition:color .55s var(--ease-out),border-color .55s var(--ease-out),background .55s var(--ease-out),transform .55s var(--ease-out)}.interior-worlds__step{min-height:46px;border:1px solid color-mix(in srgb,var(--iw-secondary) 14%,rgba(255,255,255,.08));border-radius:50%;padding:0 .55rem;min-width:0;color:#e0ddd26b;background:#ffffff04;font-size:1rem;text-align:center}.interior-worlds__step:hover,.interior-worlds__station-tab:hover,.interior-worlds__station-tab--active{color:#fffffff0;border-color:color-mix(in srgb,var(--iw-accent) 58%,rgba(255,255,255,.14));background:color-mix(in srgb,var(--iw-accent) 8%,transparent)}.interior-worlds__station-list{display:grid;grid-template-columns:repeat(6,minmax(72px,1fr));justify-content:stretch;gap:.45rem;background:transparent}.interior-worlds__station-tab{display:grid;position:relative;min-width:0;min-height:46px;gap:.18rem;align-content:center;justify-items:center;border:1px solid color-mix(in srgb,var(--iw-secondary) 11%,rgba(255,255,255,.06));border-radius:8px;padding:.48rem .42rem;background:#ffffff05;text-align:center;line-height:1.1}.interior-worlds__station-tab:before{display:none}.interior-worlds__station-tab:after{display:none}.interior-worlds__station-tab:last-child:after{display:none}.interior-worlds__station-tab span{color:color-mix(in srgb,var(--iw-secondary) 42%,rgba(212,212,208,.34));font-size:.58rem}.interior-worlds__station-tab--active:before{display:none}.interior-worlds__map-readout{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:clamp(2.2rem,6vw,6rem);border-top:1px solid color-mix(in srgb,var(--iw-accent) 14%,rgba(255,255,255,.06));padding:clamp(42px,6vw,72px) var(--gutter) clamp(50px,7vw,86px);background:radial-gradient(ellipse at 50% 0%,color-mix(in srgb,var(--iw-accent) 7%,transparent),transparent 42%),#010309d1}.interior-worlds__bridge-readout{position:relative;display:grid;grid-column:1 / -1;grid-template-columns:minmax(220px,.42fr) minmax(280px,.7fr) minmax(240px,1fr);gap:clamp(1.5rem,4vw,4.5rem);align-items:center;border-bottom:1px solid color-mix(in srgb,var(--iw-accent) 14%,rgba(255,255,255,.06));padding-bottom:clamp(34px,5vw,56px)}.interior-worlds__bridge-readout h2{margin:0;color:#faf7eaf0;font-family:var(--font-heading);font-size:clamp(1.55rem,3vw,2.65rem);font-style:italic;font-weight:400;line-height:1;text-transform:lowercase}.interior-worlds__bridge-readout>span{color:#e1ded2b8;font-size:.88rem;line-height:1.72}.interior-worlds__bridge-path{display:grid;grid-template-columns:1fr auto 1fr;gap:.75rem;align-items:center;color:#e0ddd294;font-size:.66rem;letter-spacing:.08em;line-height:1.35;text-align:center;text-transform:lowercase}.interior-worlds__bridge-path span{position:relative;min-width:0}.interior-worlds__bridge-path span:nth-child(2){border:1px solid color-mix(in srgb,var(--iw-accent) 32%,rgba(255,255,255,.1));border-radius:999px;padding:.48rem .62rem;color:#fff7dbdb;font-family:var(--font-heading);font-size:.98rem;font-style:italic;letter-spacing:0;box-shadow:0 0 28px color-mix(in srgb,var(--iw-accent) 12%,transparent)}.interior-worlds__bridge-path span:nth-child(2):before,.interior-worlds__bridge-path span:nth-child(2):after{content:"";position:absolute;top:50%;width:2.2rem;height:1px;background:color-mix(in srgb,var(--iw-accent) 34%,rgba(255,255,255,.08))}.interior-worlds__bridge-path span:nth-child(2):before{right:100%}.interior-worlds__bridge-path span:nth-child(2):after{left:100%}.interior-worlds__map-readout ul{display:flex;flex-wrap:wrap;gap:.55rem;margin:0;margin-top:1rem;padding:0;list-style:none}.interior-worlds__map-readout li{border:1px solid color-mix(in srgb,var(--iw-accent) 28%,rgba(255,255,255,.12));border-radius:999px;padding:.48rem .64rem;color:#e0ddd2ad;font-size:.66rem;letter-spacing:.08em;line-height:1;text-transform:lowercase}.interior-worlds__coordinates{display:grid;gap:.76rem;margin-top:1rem}.interior-worlds__coordinates>span{display:grid;grid-template-columns:82px minmax(0,1fr);gap:1rem;align-items:center;color:#e0ddd2ad;font-size:.66rem;letter-spacing:.08em;text-transform:lowercase}.interior-worlds__track{display:block;height:4px;overflow:hidden;background:#ffffff1f}.interior-worlds__track span{display:block;height:100%;background:linear-gradient(90deg,var(--iw-secondary),var(--iw-accent));box-shadow:0 0 16px color-mix(in srgb,var(--iw-accent) 52%,transparent);transition:width .22s var(--ease-out)}@keyframes iw-dive-sequence-arrive{0%{opacity:0;filter:brightness(.72)}to{opacity:1}}@keyframes iw-dive-sequence-reveal-exit{0%{opacity:1}28%{opacity:1}to{opacity:0}}@keyframes iw-dive-ring-turn{to{transform:translate(-50%) rotate(360deg)}}@keyframes iw-dive-star-fall{0%{opacity:0;transform:translateY(-18vh) rotate(12deg)}24%{opacity:.42}to{opacity:0;transform:translateY(118vh) rotate(12deg)}}@keyframes iw-dive-platform-rise{0%{opacity:0;transform:translateY(28vh) scale(.78);filter:blur(8px) drop-shadow(0 0 20px color-mix(in srgb,var(--iw-secondary) 12%,transparent)) drop-shadow(0 54px 92px rgba(0,0,0,.9))}to{opacity:1;transform:translateY(3vh) scale(1)}}@keyframes iw-dive-platform-submerge{0%{opacity:1;transform:translateY(3vh) scale(1);filter:drop-shadow(0 0 34px color-mix(in srgb,var(--iw-secondary) 24%,transparent)) drop-shadow(0 0 74px color-mix(in srgb,var(--iw-accent) 22%,transparent)) drop-shadow(0 46px 92px rgba(0,0,0,.8))}to{opacity:.68;transform:translateY(7vh) scale(.96);filter:blur(2px) brightness(.66)}}@keyframes iw-dive-platform-breathe{0%,to{transform:rotate(0) scale(1);filter:brightness(1) saturate(1)}45%{transform:rotate(.8deg) scale(1.018);filter:brightness(1.12) saturate(1.14)}72%{transform:rotate(-.45deg) scale(.996)}}@keyframes iw-dive-copy-enter{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes iw-dive-copy-leave{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-18px)}}@keyframes iw-dive-choice-enter{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@keyframes iw-dive-choices-leave{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(22px)}}@keyframes iw-dive-map-reveal{0%{opacity:0}to{opacity:1}}@keyframes iw-star-pulse{0%,to{opacity:.22;transform:scale(1)}50%{opacity:.92;transform:scale(1.9)}}@keyframes iw-star-drift{0%,to{margin-left:0;margin-top:0}50%{margin-left:8px;margin-top:-12px}}@keyframes iw-void-turn{to{transform:rotate(360deg)}}@keyframes iw-arch-breathe{0%,to{opacity:.2;transform:translate(-50%) scaleX(.96)}50%{opacity:.38;transform:translate(-50%) scaleX(1.02)}}@keyframes iw-light-column{0%,to{opacity:.38;filter:blur(22px)}50%{opacity:.82;filter:blur(14px)}}@keyframes iw-station-enter{0%{opacity:.48;filter:blur(3px) drop-shadow(0 0 18px color-mix(in srgb,var(--iw-secondary) 10%,transparent)) drop-shadow(0 56px 80px rgba(0,0,0,.72))}to{opacity:1}}@keyframes iw-station-flow-enter{0%{opacity:0;filter:blur(7px) brightness(.68)}38%{opacity:.34}to{opacity:1;filter:blur(0) brightness(1)}}@keyframes iw-station-flow-leave{0%{opacity:1;filter:blur(0) brightness(1)}52%{opacity:.28}to{opacity:0;filter:blur(8px) brightness(.58)}}@keyframes iw-active-glass-breathe{0%,to{transform:translateY(0) rotate(0) scale(1);filter:saturate(1) brightness(1)}45%{transform:translateY(-7px) rotate(.8deg) scale(1.012);filter:saturate(1.12) brightness(1.06)}72%{transform:translateY(3px) rotate(-.45deg) scale(.996)}}@keyframes iw-mini-station-float{0%,to{transform:translateY(0) rotate(0) scale(1);filter:saturate(.82) brightness(.72)}50%{transform:translateY(-10px) rotate(2deg) scale(1.04);filter:saturate(1.08) brightness(.92)}}@keyframes iw-bridge-thread{0%,to{opacity:.26;transform:translate(-50%,-50%) rotate(var(--bridge-thread-angle)) scaleX(.88)}48%{opacity:.9;transform:translate(-50%,-50%) rotate(var(--bridge-thread-angle)) scaleX(1.04)}}@keyframes iw-pane-glint{0%,to{opacity:.78;filter:brightness(.94)}42%{opacity:1;filter:brightness(1.22) saturate(1.12)}58%{opacity:.9;filter:brightness(1.02)}}@keyframes iw-cloud-drift{0%,to{transform:translate(0);opacity:.64}50%{transform:translate(2.5px);opacity:.82}}@keyframes iw-glyph-pulse{0%,to{opacity:.58;filter:brightness(.92)}50%{opacity:1;filter:brightness(1.32)}}@keyframes iw-figure-breathe{0%,to{opacity:.92}50%{opacity:1}}@keyframes iw-wash-pulse{0%,to{opacity:.44}50%{opacity:.72}}@keyframes iw-leading-flow{to{stroke-dashoffset:-1040}}@keyframes iw-diagnostic-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes iw-seal-breathe{0%,to{opacity:.72}50%{opacity:1;box-shadow:0 0 0 8px color-mix(in srgb,var(--iw-accent) 5%,transparent),0 0 24px color-mix(in srgb,var(--iw-secondary) 36%,transparent)}}@media(max-width:1180px){.interior-worlds__dive-sequence{grid-template-columns:minmax(240px,.7fr) minmax(360px,1fr);grid-template-rows:auto auto;align-content:center}.interior-worlds__dive-copy{grid-column:1;grid-row:1}.interior-worlds__dive-platform{grid-column:2;grid-row:1 / span 2;width:min(58vmin,520px)}.interior-worlds__dive-choices{grid-column:1;grid-row:2;justify-self:stretch;max-width:380px}.interior-worlds__station{grid-template-columns:minmax(220px,.55fr) minmax(420px,1fr);grid-template-rows:auto minmax(460px,1fr) auto;min-height:auto;gap:clamp(22px,4vw,48px)}.interior-worlds__hud{grid-column:1 / 2;padding-top:0;transform:none}.interior-worlds__field{grid-column:1 / -1;grid-row:2;width:min(86vw,760px)}.interior-worlds__diagnostic{grid-column:2 / 3;grid-row:1;max-width:430px;transform:none}.interior-worlds__controls{grid-column:1 / -1;width:min(760px,100%);margin-top:.5rem}}@media(max-width:780px){.interior-worlds__dive-sequence{grid-template-columns:1fr;grid-template-rows:auto auto auto;gap:1.35rem;align-content:start;overflow-y:auto;padding-top:calc(var(--header-height) + 88px)}.interior-worlds__dive-copy,.interior-worlds__dive-platform,.interior-worlds__dive-choices{grid-column:1;grid-row:auto}.interior-worlds__dive-copy{max-width:540px}.interior-worlds__dive-copy h1{max-width:none;font-size:3.7rem}.interior-worlds__dive-platform{width:min(82vw,440px);order:2}.interior-worlds__dive-choices{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none;order:3}.interior-worlds__dive-choices button{grid-template-columns:1fr;gap:.2rem;min-height:58px;border-radius:8px;padding:.62rem .72rem}.interior-worlds__dive-choices button:before{display:none}.interior-worlds__dive-choices button span{padding-left:0}.interior-worlds__station{grid-template-columns:1fr;grid-template-rows:auto auto auto auto;min-height:auto;padding-top:calc(var(--header-height) + 86px)}.interior-worlds__hud,.interior-worlds__field,.interior-worlds__diagnostic,.interior-worlds__controls{grid-column:1;grid-row:auto}.interior-worlds__hud h1{max-width:100%;font-size:3.45rem}.interior-worlds__field{width:min(100%,520px);min-height:430px;aspect-ratio:1;transform:none}.interior-worlds__active-station{top:3%;right:3%;bottom:3%;left:3%;transform:none}.interior-worlds__distant-station{width:94px}.interior-worlds__diagnostic{justify-self:stretch;max-width:none}.interior-worlds__controls{grid-template-columns:46px minmax(0,1fr) 46px;margin-top:0}.interior-worlds__station-list{display:grid;grid-column:auto;grid-row:auto;grid-template-columns:repeat(3,minmax(0,1fr));gap:.42rem}.interior-worlds__station-tab{min-height:44px}.interior-worlds__station-tab:after{display:none}.interior-worlds__map-readout{grid-template-columns:1fr}.interior-worlds__bridge-readout{grid-template-columns:1fr;gap:1rem}.interior-worlds__bridge-path{max-width:520px}}@media(max-width:430px){.interior-worlds__dive-sequence{padding-top:calc(var(--header-height) + 78px)}.interior-worlds__dive-copy h1{font-size:3rem}.interior-worlds__dive-copy p:last-child{font-size:.84rem}.interior-worlds__dive-choices{grid-template-columns:1fr}.interior-worlds__dive-choices button{min-height:46px}.interior-worlds__station{gap:1.3rem;padding-top:calc(var(--header-height) + 78px)}.interior-worlds__hud h1{font-size:3rem}.interior-worlds__field{min-height:350px}.interior-worlds__distant-station{width:76px}.interior-worlds__distant-station span{display:none}.interior-worlds__diagnostic h2{font-size:2.45rem}.interior-worlds__prompt{font-size:1.18rem}.interior-worlds__bridge-readout h2{font-size:1.7rem}.interior-worlds__bridge-path{grid-template-columns:1fr;text-align:left}.interior-worlds__bridge-path span:nth-child(2):before,.interior-worlds__bridge-path span:nth-child(2):after{display:none}.interior-worlds__station-tab{min-height:42px;padding:.42rem .28rem;font-size:.62rem}.interior-worlds__station-tab span{font-size:.54rem}}body:has(.interior-worlds--3d){overflow:hidden;background:#02040d;scrollbar-gutter:stable}.interior-worlds--3d{--iw-accent: #ff5b8d;--iw-secondary: #55e0ff;--iw-glass: #ffc857;--iw-progress: 0;position:relative;min-height:100vh;min-height:100dvh;overflow:hidden;background:radial-gradient(ellipse at 50% 24%,color-mix(in srgb,var(--iw-secondary) 17%,transparent),transparent 38rem),radial-gradient(ellipse at 50% 70%,color-mix(in srgb,var(--iw-accent) 15%,transparent),transparent 32rem),linear-gradient(180deg,#02040d,#05020a 56%,#010103);color:#f6f4e8f0}.interior-worlds--3d:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:radial-gradient(ellipse at 50% 47%,transparent 0 36%,rgba(0,0,0,.28) 68%,rgba(0,0,0,.82) 100%),linear-gradient(90deg,rgba(1,2,8,.76),transparent 27%,transparent 73%,rgba(1,2,8,.74)),linear-gradient(180deg,rgba(1,2,8,.28),transparent 42%,rgba(1,2,8,.72));opacity:.92}.interior-worlds--3d:after{content:"";position:fixed;top:-18%;right:-18%;bottom:-18%;left:-18%;z-index:1;pointer-events:none;background:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.012) 1px,transparent 1px),radial-gradient(circle at calc(18% + (var(--iw-progress) * 64%)) 42%,color-mix(in srgb,var(--iw-accent) 18%,transparent),transparent 19rem);background-size:78px 78px,78px 78px,100% 100%;-webkit-mask-image:radial-gradient(circle at 50% 46%,black,transparent 74%);mask-image:radial-gradient(circle at 50% 46%,black,transparent 74%);opacity:.34;transform:rotate(calc(var(--iw-progress) * 18deg))}.interior-worlds__stage{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;width:100vw;height:100vh;height:100dvh;overflow:hidden;cursor:grab;touch-action:none;background:radial-gradient(ellipse at 50% 24%,color-mix(in srgb,var(--iw-secondary) 22%,transparent),transparent 36rem),linear-gradient(180deg,#080b18,#02040d)}.interior-worlds__stage:active{cursor:grabbing}.interior-worlds__stage:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:radial-gradient(ellipse at 50% 48%,transparent 0 44%,rgba(0,0,0,.28) 72%,rgba(0,0,0,.76) 100%),linear-gradient(180deg,rgba(255,255,255,.05),transparent 22%,rgba(0,0,0,.42))}.interior-worlds__stage:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:256px 256px;mix-blend-mode:overlay;opacity:.045}.interior-worlds__canvas{display:block;width:100%;height:100%}.interior-worlds--3d .interior-worlds__experience{position:relative;z-index:4;display:grid;grid-template-columns:minmax(240px,340px) minmax(0,1fr) minmax(220px,330px);grid-template-rows:minmax(0,1fr) auto;min-height:100vh;min-height:100dvh;gap:18px 28px;align-items:end;padding:calc(var(--header-height) + 36px) var(--gutter) max(26px,env(safe-area-inset-bottom));pointer-events:none}.interior-worlds--3d .interior-worlds__hud{position:relative;z-index:5;grid-column:1;grid-row:1;align-self:center;max-width:330px;padding:1rem 1.2rem 1rem 0;background:linear-gradient(90deg,rgba(3,5,12,.72),rgba(3,5,12,.3) 72%,transparent);pointer-events:auto}.interior-worlds--3d .interior-worlds__hud span,.interior-worlds--3d .interior-worlds__diagnostic>span,.interior-worlds--3d .interior-worlds__station-tab span{color:color-mix(in srgb,var(--iw-secondary) 52%,rgba(232,232,220,.54));font-size:.66rem;letter-spacing:.12em;line-height:1.35;text-transform:lowercase}.interior-worlds--3d .interior-worlds__hud h1{max-width:none;margin:.65rem 0 0;color:#faf7eaf5;font-family:var(--font-heading);font-size:clamp(3rem,6vw,5.4rem);font-style:italic;font-weight:400;letter-spacing:0;line-height:.88;text-shadow:0 2px 26px rgba(0,0,0,.74)}.interior-worlds--3d .interior-worlds__process{display:grid;max-width:250px;gap:.42rem;margin-top:1rem}.interior-worlds--3d .interior-worlds__process>span,.interior-worlds--3d .interior-worlds__self-map>span{color:#e8e8dc94;font-size:.62rem;letter-spacing:.14em;line-height:1;text-transform:lowercase}.interior-worlds--3d .interior-worlds__process i{display:block;width:100%;height:5px;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#ffffff0f}.interior-worlds--3d .interior-worlds__process b{display:block;width:100%;height:100%;transform-origin:left center;background:linear-gradient(90deg,var(--iw-accent),var(--iw-secondary),var(--iw-glass));box-shadow:0 0 18px color-mix(in srgb,var(--iw-secondary) 40%,transparent);transition:transform .28s var(--ease-out)}.interior-worlds--3d .interior-worlds__mascot-focus{display:grid;grid-template-columns:74px minmax(0,1fr);align-items:center;max-width:300px;gap:.24rem .78rem;margin-top:1.45rem;padding:.82rem .9rem;border:1px solid color-mix(in srgb,var(--iw-accent) 28%,rgba(255,255,255,.12));border-radius:8px;background:radial-gradient(ellipse at 0 50%,color-mix(in srgb,var(--iw-accent) 20%,transparent),transparent 72%),#03050c6b;box-shadow:0 16px 42px #0000003d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.interior-worlds--3d .interior-worlds__mascot-focus .interior-worlds__mascot-crest{--crest-size: 64px;grid-row:1 / span 2}.interior-worlds--3d .interior-worlds__mascot-focus strong{overflow-wrap:anywhere;color:#fffae6f0;font-size:.94rem;font-weight:500;letter-spacing:.06em;line-height:1.05;text-transform:lowercase}.interior-worlds--3d .interior-worlds__mascot-focus small{color:#e8e8dc94;font-size:.68rem;letter-spacing:0;line-height:1.25}.interior-worlds--3d .interior-worlds__diagnostic{position:relative;z-index:5;grid-column:3;grid-row:1;align-self:center;justify-self:end;width:min(330px,100%);min-height:0;max-width:330px;border-left:1px solid color-mix(in srgb,var(--iw-accent) 32%,rgba(255,255,255,.12));padding:1.15rem 0 1.15rem 1.1rem;background:radial-gradient(ellipse at 0 50%,color-mix(in srgb,var(--iw-accent) 12%,transparent),transparent 72%),linear-gradient(90deg,rgba(2,4,11,.76),rgba(2,4,11,.28) 78%,transparent);box-shadow:-24px 0 70px #00000052,inset 1px 0 color-mix(in srgb,var(--iw-secondary) 22%,transparent);pointer-events:auto;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);animation:none}.interior-worlds--3d .interior-worlds__diagnostic:before{display:none}.interior-worlds--3d .interior-worlds__diagnostic h2{margin:.5rem 0 .65rem;color:#fff9e8fa;font-family:var(--font-heading);font-size:clamp(2.1rem,3.4vw,3.35rem);font-style:italic;font-weight:400;letter-spacing:0;line-height:.9;text-transform:lowercase}.interior-worlds--3d .interior-worlds__bridge-sentence{max-width:20rem;margin:0 0 .95rem;color:#fff7dbe6;font-family:var(--font-heading);font-size:clamp(1.05rem,1.4vw,1.32rem);font-style:italic;letter-spacing:0;line-height:1.2}.interior-worlds--3d .interior-worlds__release{max-width:20rem;border-top:1px solid color-mix(in srgb,var(--iw-accent) 20%,rgba(255,255,255,.08));margin:0;padding-top:.9rem;color:#e1ded2b3;font-size:.78rem;letter-spacing:0;line-height:1.56}.interior-worlds--3d .interior-worlds__mascot-readout{display:grid;grid-template-columns:48px minmax(0,1fr);gap:.2rem;margin:.95rem 0 0;padding:.72rem .82rem;border:1px solid color-mix(in srgb,var(--iw-secondary) 22%,rgba(255,255,255,.08));border-radius:7px;color:#e8e8dca8;background:linear-gradient(90deg,color-mix(in srgb,var(--iw-accent) 12%,transparent),transparent),#ffffff09;font-size:.68rem;line-height:1.35}.interior-worlds--3d .interior-worlds__mascot-readout .interior-worlds__mascot-crest{grid-row:1 / span 2;align-self:center}.interior-worlds--3d .interior-worlds__mascot-readout>span:not(.interior-worlds__mascot-crest){color:#fffae6eb;font-size:.74rem;letter-spacing:.1em;line-height:1;text-transform:lowercase}.interior-worlds--3d .interior-worlds__mascot-crest{--crest-size: 40px;position:relative;display:block;width:var(--crest-size);height:var(--crest-size);border:1px solid color-mix(in srgb,var(--station-accent, var(--iw-accent)) 44%,rgba(255,255,255,.18));border-radius:8px;background:radial-gradient(circle at 50% 48%,color-mix(in srgb,var(--station-accent, var(--iw-accent)) 30%,transparent),transparent 62%),#03050c80;box-shadow:inset 0 0 0 1px #ffffff0a,0 0 20px color-mix(in srgb,var(--station-accent, var(--iw-accent)) 22%,transparent)}.interior-worlds--3d .interior-worlds__mascot-crest i{position:absolute;display:block;background:color-mix(in srgb,var(--station-accent, var(--iw-accent)) 72%,#fff6d0);box-shadow:0 0 12px color-mix(in srgb,var(--station-accent, var(--iw-accent)) 50%,transparent)}.interior-worlds--3d .interior-worlds__mascot-crest--body i:first-child{left:14px;top:10px;width:12px;height:20px;border-radius:7px 7px 3px 3px}.interior-worlds--3d .interior-worlds__mascot-crest--body i:nth-child(2){left:10px;top:24px;width:20px;height:8px;border-radius:50% 50% 4px 4px;background:color-mix(in srgb,var(--iw-secondary) 70%,#fff6d0)}.interior-worlds--3d .interior-worlds__mascot-crest--body i:nth-child(3){left:17px;top:4px;width:7px;height:10px;clip-path:polygon(50% 0,100% 100%,50% 78%,0 100%)}.interior-worlds--3d .interior-worlds__mascot-crest--blue i:first-child{left:9px;top:9px;width:22px;height:16px;border-radius:50% 50% 42% 42%;background:color-mix(in srgb,var(--iw-secondary) 68%,var(--iw-accent))}.interior-worlds--3d .interior-worlds__mascot-crest--blue i:nth-child(2){left:14px;top:17px;width:12px;height:15px;border-radius:2px 2px 7px 7px}.interior-worlds--3d .interior-worlds__mascot-crest--blue i:nth-child(3){left:25px;top:19px;width:4px;height:12px;transform:rotate(-24deg);background:color-mix(in srgb,var(--iw-glass) 72%,#fff6d0)}.interior-worlds--3d .interior-worlds__mascot-crest--proof i:first-child{left:13px;top:8px;width:14px;height:18px;clip-path:polygon(50% 0,100% 35%,82% 100%,18% 100%,0 35%)}.interior-worlds--3d .interior-worlds__mascot-crest--proof i:nth-child(2){left:7px;top:22px;width:26px;height:3px;border-radius:999px;background:color-mix(in srgb,var(--iw-secondary) 70%,#fff6d0)}.interior-worlds--3d .interior-worlds__mascot-crest--proof i:nth-child(3){left:17px;top:25px;width:6px;height:9px;border-radius:0 0 3px 3px}.interior-worlds--3d .interior-worlds__mascot-crest--motion i:first-child{left:9px;top:15px;width:22px;height:10px;clip-path:polygon(0 22%,64% 22%,64% 0,100% 50%,64% 100%,64% 78%,0 78%)}.interior-worlds--3d .interior-worlds__mascot-crest--motion i:nth-child(2){left:6px;top:10px;width:12px;height:3px;transform:rotate(-18deg);background:color-mix(in srgb,var(--iw-secondary) 70%,#fff6d0)}.interior-worlds--3d .interior-worlds__mascot-crest--motion i:nth-child(3){left:5px;top:27px;width:15px;height:3px;transform:rotate(14deg);background:color-mix(in srgb,var(--iw-glass) 70%,#fff6d0)}.interior-worlds--3d .interior-worlds__mascot-crest--beauty i:first-child{left:12px;top:9px;width:16px;height:16px;border-radius:50%}.interior-worlds--3d .interior-worlds__mascot-crest--beauty i:nth-child(2){left:8px;top:13px;width:24px;height:10px;border-radius:50%;transform:rotate(42deg);background:color-mix(in srgb,var(--iw-secondary) 70%,#fff6d0)}.interior-worlds--3d .interior-worlds__mascot-crest--beauty i:nth-child(3){left:8px;top:13px;width:24px;height:10px;border-radius:50%;transform:rotate(-42deg);background:color-mix(in srgb,var(--iw-glass) 70%,#fff6d0)}.interior-worlds--3d .interior-worlds__action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.44rem;margin-top:1rem}.interior-worlds--3d .interior-worlds__action-grid button{display:grid;min-height:54px;align-content:center;gap:.2rem;border:1px solid color-mix(in srgb,var(--iw-accent) 18%,rgba(255,255,255,.1));border-radius:6px;padding:.52rem .62rem;color:#e8e8dcad;background:linear-gradient(90deg,color-mix(in srgb,var(--iw-accent) 8%,transparent),transparent),#03050c61;font-size:.62rem;letter-spacing:0;line-height:1.15;text-align:left;text-transform:lowercase;transition:border-color .22s var(--ease-out),color .22s var(--ease-out),background .22s var(--ease-out),transform .22s var(--ease-out)}.interior-worlds--3d .interior-worlds__action-grid button span{color:#fffae6e0;font-size:.72rem;letter-spacing:.04em;line-height:1}.interior-worlds--3d .interior-worlds__action-grid button small{color:#e8e8dc85;font-size:.56rem;letter-spacing:0;line-height:1.18}.interior-worlds--3d .interior-worlds__action-grid button:hover,.interior-worlds--3d .interior-worlds__action-grid .interior-worlds__action--active{border-color:color-mix(in srgb,var(--iw-secondary) 58%,rgba(255,255,255,.18));color:#fffae6f5;background:linear-gradient(90deg,color-mix(in srgb,var(--iw-accent) 22%,transparent),color-mix(in srgb,var(--iw-secondary) 8%,transparent)),#03050ca8;transform:translateY(-1px)}.interior-worlds--3d .interior-worlds__self-map{position:relative;z-index:5;grid-column:2;grid-row:1;align-self:end;justify-self:center;display:grid;width:min(360px,100%);gap:.72rem;padding:.9rem 1rem;border:1px solid rgba(255,255,255,.09);border-radius:8px;background:radial-gradient(ellipse at 50% 100%,color-mix(in srgb,var(--iw-secondary) 14%,transparent),transparent 70%),#03050c57;box-shadow:0 18px 52px #0000003d;pointer-events:auto;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.interior-worlds--3d .interior-worlds__mascot-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.42rem}.interior-worlds--3d .interior-worlds__mascot-token{position:relative;display:grid;grid-template-columns:32px minmax(0,1fr);min-width:0;min-height:58px;align-content:center;align-items:center;gap:.16rem;overflow:hidden;border:1px solid color-mix(in srgb,var(--station-accent) 24%,rgba(255,255,255,.08));border-radius:7px;padding:.48rem .44rem;color:#e8e8dca8;background:linear-gradient(180deg,rgba(255,255,255,.035),transparent),#ffffff0a;text-align:left;transition:border-color .24s var(--ease-out),color .24s var(--ease-out),background .24s var(--ease-out),transform .24s var(--ease-out)}.interior-worlds--3d .interior-worlds__mascot-token .interior-worlds__mascot-crest{--crest-size: 30px;grid-row:1 / span 3;align-self:center}.interior-worlds--3d .interior-worlds__mascot-token:before{content:"";position:absolute;inset:auto 0 0;height:3px;background:color-mix(in srgb,var(--station-accent) calc(26% + var(--trace) * 62%),rgba(255,255,255,.18));box-shadow:0 0 calc(8px + var(--trace) * 22px) color-mix(in srgb,var(--station-accent) 46%,transparent);opacity:calc(.45 + var(--trace) * .55)}.interior-worlds--3d .interior-worlds__mascot-token span{grid-column:2;color:color-mix(in srgb,var(--station-accent) 54%,rgba(232,232,220,.58));font-size:.54rem;letter-spacing:.12em;line-height:1}.interior-worlds--3d .interior-worlds__mascot-token b{grid-column:2;overflow-wrap:anywhere;color:#fffae6db;font-size:.62rem;letter-spacing:0;line-height:1;text-transform:lowercase}.interior-worlds--3d .interior-worlds__mascot-token small{grid-column:2;color:#e8e8dc80;font-size:.56rem;letter-spacing:.08em;line-height:1;text-transform:lowercase}.interior-worlds--3d .interior-worlds__mascot-token:hover,.interior-worlds--3d .interior-worlds__mascot-token--active{border-color:color-mix(in srgb,var(--station-accent) 72%,rgba(255,255,255,.2));color:#fffae6f0;background:linear-gradient(180deg,color-mix(in srgb,var(--station-accent) 14%,transparent),transparent),#03050c85;transform:translateY(-1px)}.interior-worlds--3d .interior-worlds__mascot-token--marked b{color:color-mix(in srgb,var(--station-accent) 60%,#fff7d9)}.interior-worlds--3d .interior-worlds__self-map p{margin:0;color:#e8e8dcb8;font-size:.72rem;letter-spacing:0;line-height:1.45}.interior-worlds--3d .interior-worlds__station-list{position:relative;z-index:5;grid-column:2 / span 2;grid-row:2;display:grid;grid-template-columns:repeat(5,minmax(70px,1fr));width:min(680px,100%);justify-self:end;gap:.42rem;pointer-events:auto}.interior-worlds--3d .interior-worlds__station-tab{display:grid;min-width:0;min-height:46px;align-content:center;justify-items:center;gap:.2rem;border:1px solid color-mix(in srgb,var(--station-accent, var(--iw-secondary)) 20%,rgba(255,255,255,.08));border-radius:8px;padding:.46rem .42rem;color:#e8e8dc9e;background:radial-gradient(ellipse at 50% 100%,color-mix(in srgb,var(--station-accent, var(--iw-secondary)) calc(8% + var(--trace, 0) * 22%),transparent),transparent 74%),#03050c6b;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--station-accent, var(--iw-secondary)) calc(8% + var(--trace, 0) * 22%),transparent);font-size:.68rem;letter-spacing:.08em;line-height:1.05;text-align:center;text-transform:lowercase;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:border-color .28s var(--ease-out),color .28s var(--ease-out),background .28s var(--ease-out),transform .28s var(--ease-out)}.interior-worlds--3d .interior-worlds__station-tab:hover,.interior-worlds--3d .interior-worlds__station-tab--active{border-color:color-mix(in srgb,var(--station-accent, var(--iw-accent)) 68%,rgba(255,255,255,.18));color:#fffae6f5;background:color-mix(in srgb,var(--station-accent, var(--iw-accent)) 14%,rgba(3,5,12,.62));transform:translateY(-2px)}.interior-worlds--3d .interior-worlds__station-tab--marked{border-style:solid;color:#f5f2e4c7}.interior-worlds--3d .interior-worlds__station-tab:before,.interior-worlds--3d .interior-worlds__station-tab:after{display:none}.interior-worlds--3d .interior-worlds__controls{position:relative;z-index:5;grid-column:1;grid-row:2;display:flex;width:auto;justify-self:start;gap:.56rem;margin:0;padding:0;pointer-events:auto}.interior-worlds--3d .interior-worlds__controls button{min-height:42px;min-width:78px;border:1px solid rgba(220,229,215,.14);border-radius:6px;padding:.68rem .86rem;color:#e8e8dcb8;background:#03050c6b;font-size:.76rem;letter-spacing:.08em;line-height:1;text-transform:lowercase;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:border-color .22s var(--ease-out),color .22s var(--ease-out),background .22s var(--ease-out),transform .22s var(--ease-out),opacity .22s var(--ease-out)}.interior-worlds--3d .interior-worlds__controls button:hover:not(:disabled){border-color:color-mix(in srgb,var(--iw-accent) 54%,rgba(255,255,255,.16));color:#fffae2f5;background:color-mix(in srgb,var(--iw-accent) 16%,rgba(3,5,12,.66));transform:translateY(-1px)}.interior-worlds--3d .interior-worlds__controls button:disabled{cursor:default;opacity:.34}.interior-worlds--3d .interior-worlds__control-primary{color:#08090ef0!important;background:color-mix(in srgb,var(--iw-secondary) 82%,#fff3c8)!important}.interior-worlds--3d .interior-worlds__attune-button{position:relative;overflow:hidden}.interior-worlds--3d .interior-worlds__attune-button:before{content:"";position:absolute;inset:auto 0 0;height:calc(var(--hold, 0) * 100%);background:linear-gradient(180deg,color-mix(in srgb,var(--iw-accent) 16%,transparent),color-mix(in srgb,var(--iw-secondary) 42%,transparent));transition:height .18s linear}.interior-worlds--3d .interior-worlds__attune-button{color:#fff7dcdb!important}@media(max-width:1040px){.interior-worlds--3d .interior-worlds__experience{grid-template-columns:minmax(0,1fr) minmax(210px,310px);grid-template-rows:auto minmax(0,1fr) auto;align-items:start;gap:14px;padding-top:calc(var(--header-height) + 72px);padding-bottom:max(52px,env(safe-area-inset-bottom))}.interior-worlds--3d .interior-worlds__hud{grid-column:1 / span 2;grid-row:1;align-self:start;max-width:min(680px,100%)}.interior-worlds--3d .interior-worlds__diagnostic{grid-column:2;grid-row:2;align-self:center}.interior-worlds--3d .interior-worlds__self-map{grid-column:1 / span 2;grid-row:3;width:min(620px,calc(100% - 254px));justify-self:end;transform:translateY(-28px)}.interior-worlds--3d .interior-worlds__station-list{grid-column:1 / span 2;grid-row:4;width:min(760px,100%);justify-self:stretch}.interior-worlds--3d .interior-worlds__controls{grid-column:1;grid-row:3;align-self:end;transform:translateY(-28px)}.interior-worlds--3d .interior-worlds__mascot-token{grid-template-columns:1fr;justify-items:center;text-align:center}.interior-worlds--3d .interior-worlds__mascot-token .interior-worlds__mascot-crest,.interior-worlds--3d .interior-worlds__mascot-token span,.interior-worlds--3d .interior-worlds__mascot-token small{grid-column:1}.interior-worlds--3d .interior-worlds__mascot-token b{display:none}}@media(max-width:700px){body:has(.interior-worlds--3d){overflow:hidden}.interior-worlds--3d:before{background:radial-gradient(ellipse at 50% 48%,transparent 0 32%,rgba(0,0,0,.34) 68%,rgba(0,0,0,.84) 100%),linear-gradient(180deg,rgba(1,2,8,.68),transparent 42%,rgba(1,2,8,.78))}.interior-worlds--3d .interior-worlds__experience{grid-template-columns:1fr;grid-template-rows:auto 1fr auto auto;gap:12px;padding:calc(var(--header-height) + 68px) 18px max(42px,env(safe-area-inset-bottom))}.interior-worlds--3d .interior-worlds__hud,.interior-worlds--3d .interior-worlds__diagnostic,.interior-worlds--3d .interior-worlds__self-map,.interior-worlds--3d .interior-worlds__station-list,.interior-worlds--3d .interior-worlds__controls{grid-column:1}.interior-worlds--3d .interior-worlds__hud{grid-row:1;padding-top:0;background:linear-gradient(180deg,rgba(3,5,12,.62),rgba(3,5,12,.16) 74%,transparent)}.interior-worlds--3d .interior-worlds__hud h1{font-size:clamp(2.7rem,13vw,4rem)}.interior-worlds--3d .interior-worlds__mascot-focus{grid-template-columns:52px minmax(0,1fr);max-width:240px;margin-top:.85rem;padding:.58rem .64rem}.interior-worlds--3d .interior-worlds__mascot-focus .interior-worlds__mascot-crest{--crest-size: 44px}.interior-worlds--3d .interior-worlds__mascot-focus strong{font-size:.78rem}.interior-worlds--3d .interior-worlds__mascot-focus small{font-size:.6rem}.interior-worlds--3d .interior-worlds__diagnostic{grid-row:2;align-self:center;justify-self:end;max-width:min(300px,80vw);padding:.9rem 0 .9rem .9rem}.interior-worlds--3d .interior-worlds__action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.interior-worlds--3d .interior-worlds__action-grid button{min-height:48px;padding:.42rem .44rem}.interior-worlds--3d .interior-worlds__action-grid button span{font-size:.62rem}.interior-worlds--3d .interior-worlds__action-grid button small{font-size:.5rem}.interior-worlds--3d .interior-worlds__diagnostic h2{font-size:2.25rem}.interior-worlds--3d .interior-worlds__bridge-sentence{font-size:1rem}.interior-worlds--3d .interior-worlds__release{display:none}.interior-worlds--3d .interior-worlds__self-map{grid-row:3;width:100%;padding:.68rem .72rem;transform:none}.interior-worlds--3d .interior-worlds__mascot-strip{grid-template-columns:repeat(5,minmax(0,1fr));gap:.28rem}.interior-worlds--3d .interior-worlds__mascot-token{grid-template-columns:26px minmax(0,1fr);min-height:46px;padding:.38rem .32rem}.interior-worlds--3d .interior-worlds__mascot-token .interior-worlds__mascot-crest{--crest-size: 24px}.interior-worlds--3d .interior-worlds__mascot-token b{font-size:.52rem}.interior-worlds--3d .interior-worlds__mascot-token small{display:none}.interior-worlds--3d .interior-worlds__self-map p{font-size:.66rem}.interior-worlds--3d .interior-worlds__station-list{grid-row:4;grid-template-columns:repeat(3,minmax(0,1fr));gap:.38rem}.interior-worlds--3d .interior-worlds__station-tab{min-height:42px;padding:.42rem .3rem;font-size:.62rem;letter-spacing:.06em}.interior-worlds--3d .interior-worlds__station-tab span{font-size:.54rem}.interior-worlds--3d .interior-worlds__controls{grid-row:4;justify-self:stretch;transform:none}.interior-worlds--3d .interior-worlds__controls button{flex:1}}@media(prefers-reduced-motion:reduce){.interior-worlds *,.interior-worlds:before,.interior-worlds:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}body:has(.meditation){background:#020604;overflow:hidden}body:has(.meditation) .header__wordmark{opacity:0;pointer-events:none}body:has(.meditation) .footer{display:none}.meditation{--meditation-accent: #d6a94f;--meditation-x: 18%;--meditation-y: 17%;--meditation-progress: 0;position:relative;isolation:isolate;flex:1;width:100%;min-height:100vh;min-height:100dvh;overflow-x:hidden;background:radial-gradient(ellipse at 76% 82%,color-mix(in srgb,var(--meditation-accent) 16%,transparent),transparent 30rem),radial-gradient(ellipse at 16% 0%,rgba(132,151,135,.18),transparent 28rem),linear-gradient(180deg,#08120d,#020604 42%,#010201);color:#e5e2d5eb}.meditation:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-3;pointer-events:none;background:linear-gradient(115deg,rgba(245,251,255,.032),transparent 34%,rgba(214,169,79,.045) 35%,transparent 36%),radial-gradient(circle at 50% 42%,transparent 0 30%,rgba(0,0,0,.44) 72%,rgba(0,0,0,.9) 100%),linear-gradient(rgba(255,255,255,.012) 1px,transparent 1px);background-size:100% 100%,100% 100%,78px 78px;opacity:.82}.meditation:after{content:"";position:fixed;top:-15%;right:-15%;bottom:-15%;left:-15%;z-index:-2;pointer-events:none;background:radial-gradient(ellipse at 78% 78%,color-mix(in srgb,var(--meditation-accent) 18%,transparent),transparent 34%),radial-gradient(ellipse at 48% 18%,rgba(127,150,137,.12),transparent 44%);filter:blur(18px);opacity:.74;transition:background .4s var(--ease-out)}.meditation__descent{position:relative;display:grid;grid-template-columns:minmax(250px,.46fr) minmax(500px,1.16fr) minmax(240px,.46fr);grid-template-rows:minmax(0,1fr) auto;min-height:max(760px,100vh);min-height:max(760px,100dvh);gap:clamp(18px,2.4vw,34px);align-items:center;padding:calc(var(--header-height) + 28px) var(--gutter) 34px}.meditation__header{position:relative;z-index:5;align-self:center;max-width:275px;transform:translateY(-11vh)}.meditation__header p,.meditation__header span,.meditation__panel>p,.meditation__meters span:first-child{color:color-mix(in srgb,var(--meditation-accent) 42%,rgba(214,214,206,.58));font-size:.66rem;letter-spacing:.14em;line-height:1.45;text-transform:lowercase}.meditation__header h1{max-width:4.8em;margin:.85rem 0 1rem;color:#f6f4e8f5;font-family:var(--font-heading);font-size:clamp(2.85rem,3.9vw,3.8rem);font-style:italic;font-weight:400;line-height:.88}.meditation__visual{position:relative;z-index:2;width:min(100%,980px);min-width:0;min-height:540px;aspect-ratio:1.38;justify-self:center;overflow:hidden;border:1px solid rgba(154,158,146,.22);border-radius:8px;background:radial-gradient(ellipse at 80% 80%,color-mix(in srgb,var(--meditation-accent) 12%,transparent),transparent 35%),linear-gradient(180deg,#0d1d17bd,#010403f5);box-shadow:inset 0 0 0 1px #f5fbff0a,inset 0 0 84px #000000d6,0 34px 90px #0000006b}.meditation__shimmer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;pointer-events:none;background:repeating-linear-gradient(98deg,transparent 0 34px,rgba(245,251,255,.024) 35px,transparent 39px);mix-blend-mode:screen;opacity:.7;animation:meditation-shimmer 9s linear infinite}.meditation__cave{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%}.meditation__lamp-wash{opacity:.74;transition:opacity .28s var(--ease-out)}.meditation__cave-wall{fill:#11110f;stroke:#afa99961;stroke-width:2;vector-effect:non-scaling-stroke}.meditation__cave-wall--upper{filter:drop-shadow(0 18px 28px rgba(0,0,0,.76))}.meditation__cave-wall--lower{filter:drop-shadow(0 -18px 28px rgba(0,0,0,.68))}.meditation__limestone{fill:none;stroke:#aeaca06b;stroke-width:2.4;stroke-linecap:round;stroke-dasharray:2 12;vector-effect:non-scaling-stroke}.meditation__void-pocket{fill:#00000075;stroke:#7d827738;stroke-width:1.4;vector-effect:non-scaling-stroke}.meditation__void-pocket--small{opacity:.68}.meditation__signal-line{fill:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.meditation__signal-line--base{stroke:#d6a94f3d;stroke-width:4}.meditation__signal-line--progress{stroke:color-mix(in srgb,var(--meditation-accent) 68%,#f5fbff);stroke-width:5.5;stroke-dasharray:var(--meditation-progress) 100;filter:drop-shadow(0 0 12px color-mix(in srgb,var(--meditation-accent) 50%,transparent));transition:stroke-dasharray .35s var(--ease-out),stroke .35s var(--ease-out)}.meditation__depth-scale path{fill:none;stroke:#d6d6ce33;stroke-width:1.2;vector-effect:non-scaling-stroke}.meditation__depth-labels{position:absolute;top:0;bottom:0;left:22px;z-index:5;width:58px;pointer-events:none}.meditation__depth-labels span{position:absolute;top:var(--zone-y);left:0;color:#e1ded273;font-size:.62rem;letter-spacing:.1em;line-height:1;transform:translateY(-50%)}.meditation__station-buttons{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10}.meditation__station{position:absolute;top:var(--zone-y);left:var(--zone-x);display:grid;min-width:88px;min-height:46px;align-content:center;gap:.12rem;border:1px solid color-mix(in srgb,var(--zone-accent) 34%,rgba(245,251,255,.12));border-radius:2px;padding:.42rem .52rem;background:#030806b8;color:#e7e4d8b3;font-size:.66rem;letter-spacing:.09em;line-height:1.12;text-align:left;text-transform:lowercase;transform:translate(-50%,-50%);transition:border-color .2s var(--ease-out),box-shadow .2s var(--ease-out),color .2s var(--ease-out),background .2s var(--ease-out),transform .2s var(--ease-out)}.meditation__station:before{content:"";position:absolute;top:50%;left:-15px;width:10px;height:10px;border:1px solid color-mix(in srgb,var(--zone-accent) 54%,#f5fbff);border-radius:50%;background:radial-gradient(circle at 36% 30%,rgba(245,251,255,.88),transparent 22%),color-mix(in srgb,var(--zone-accent) 30%,rgba(1,3,2,.9));box-shadow:0 0 14px color-mix(in srgb,var(--zone-accent) 35%,transparent);transform:translateY(-50%)}.meditation__station span{color:color-mix(in srgb,var(--zone-accent) 62%,rgba(214,214,206,.5));font-size:.56rem;line-height:1}.meditation__station:hover,.meditation__station--active{border-color:color-mix(in srgb,var(--zone-accent) 78%,rgba(245,251,255,.3));background:color-mix(in srgb,var(--zone-accent) 12%,rgba(3,8,6,.88));box-shadow:0 0 0 1px color-mix(in srgb,var(--zone-accent) 20%,transparent),0 0 28px color-mix(in srgb,var(--zone-accent) 28%,transparent);color:#fffdf0f5;transform:translate(-50%,-50%) scale(1.04)}.meditation__station--active:before{width:14px;height:14px;box-shadow:0 0 0 8px color-mix(in srgb,var(--zone-accent) 10%,transparent),0 0 24px color-mix(in srgb,var(--zone-accent) 52%,transparent)}.meditation__diver{position:absolute;top:var(--meditation-y);left:var(--meditation-x);z-index:8;width:58px;height:34px;pointer-events:none;transform:translate(-50%,-50%) rotate(21deg);transform-origin:center;filter:drop-shadow(0 0 10px rgba(245,251,255,.18)) drop-shadow(0 0 18px color-mix(in srgb,var(--meditation-accent) 26%,transparent));transition:top .36s var(--ease-out),left .36s var(--ease-out),transform .36s var(--ease-out),filter .36s var(--ease-out)}.meditation--restriction .meditation__diver{transform:translate(-50%,-50%) rotate(14deg) scale(.84)}.meditation--chamber .meditation__diver{transform:translate(-50%,-50%) rotate(12deg) scale(1.05)}.meditation__lamp-cone{position:absolute;top:-20px;left:31px;width:230px;height:86px;clip-path:polygon(0 43%,100% 0,100% 100%,0 58%);background:linear-gradient(90deg,rgba(245,251,255,.34),rgba(214,169,79,.1) 54%,transparent);mix-blend-mode:screen;opacity:.7;transform:rotate(4deg);transform-origin:left center}.meditation--silt .meditation__lamp-cone,.meditation--restriction .meditation__lamp-cone{opacity:.42}.meditation--chamber .meditation__lamp-cone{width:310px;opacity:.86}.meditation__tank,.meditation__head,.meditation__body,.meditation__fin{position:absolute;display:block}.meditation__tank{top:8px;left:4px;width:24px;height:10px;border:1px solid rgba(245,251,255,.42);border-radius:2px;background:linear-gradient(90deg,#6f756c,#252a25)}.meditation__head{top:6px;left:28px;width:14px;height:14px;border:1px solid rgba(245,251,255,.54);border-radius:50%;background:radial-gradient(circle at 68% 42%,rgba(245,251,255,.7),transparent 24%),#141814}.meditation__body{top:16px;left:20px;width:28px;height:9px;border:1px solid rgba(245,251,255,.24);border-radius:50% 20% 20% 50%;background:color-mix(in srgb,var(--meditation-accent) 32%,#0d110d)}.meditation__fin{top:22px;left:6px;width:20px;height:6px;border-radius:0 80% 80% 0;background:#d6a94fc2;transform-origin:right center}.meditation__fin--left{transform:rotate(19deg)}.meditation__fin--right{top:13px;transform:rotate(-18deg)}.meditation__bubbles span{position:absolute;top:var(--bubble-y);left:var(--bubble-x);width:var(--bubble-size);height:var(--bubble-size);border:1px solid rgba(245,251,255,.42);border-radius:50%;opacity:.34;animation:meditation-bubble 6.8s ease-in-out infinite;animation-delay:var(--bubble-delay)}.meditation__silt{position:absolute;top:0;right:0;bottom:0;left:0;z-index:7;pointer-events:none;opacity:0;transition:opacity .34s var(--ease-out)}.meditation__silt span{position:absolute;top:var(--silt-y);left:var(--silt-x);width:var(--silt-size);height:var(--silt-size);border-radius:50%;background:radial-gradient(circle,rgba(161,161,147,.16),rgba(99,93,78,.08) 45%,transparent 70%);filter:blur(7px);transform:translate(-50%,-50%);animation:meditation-silt 8s ease-in-out infinite}.meditation__restriction-jaws{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;pointer-events:none;opacity:0;transition:opacity .3s var(--ease-out)}.meditation__restriction-jaws:before,.meditation__restriction-jaws:after{content:"";position:absolute;left:43%;width:31%;height:19%;background:linear-gradient(90deg,#11110fd1,#1f1f1beb),repeating-linear-gradient(90deg,rgba(174,172,160,.15) 0 2px,transparent 2px 20px);filter:drop-shadow(0 0 30px rgba(0,0,0,.62))}.meditation__restriction-jaws:before{top:51%;clip-path:polygon(0 0,100% 22%,92% 100%,7% 74%)}.meditation__restriction-jaws:after{top:68%;clip-path:polygon(8% 0,92% 24%,100% 100%,0 72%)}.meditation--restriction .meditation__restriction-jaws{opacity:1}.meditation__chamber-light{position:absolute;right:-10%;bottom:-16%;z-index:3;width:54%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(245,251,255,.28),rgba(214,169,79,.12) 35%,transparent 67%);filter:blur(18px);opacity:.22;transition:opacity .35s var(--ease-out),transform .35s var(--ease-out)}.meditation--chamber .meditation__chamber-light{opacity:.86;transform:scale(1.08)}.meditation__meters{position:absolute;right:24px;bottom:20px;left:24px;z-index:12;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(.8rem,2vw,1.5rem);max-width:520px;pointer-events:none}.meditation__meters div{display:grid;grid-template-columns:82px minmax(0,1fr);gap:.8rem;align-items:center}.meditation__meter-track,.meditation__readout-bar{display:block;height:4px;overflow:hidden;background:#f5fbff21}.meditation__meter-track span,.meditation__readout-bar span{display:block;height:100%;background:linear-gradient(90deg,#f5fbff,var(--meditation-accent));box-shadow:0 0 16px color-mix(in srgb,var(--meditation-accent) 46%,transparent);transition:width .28s var(--ease-out)}.meditation__panel{position:relative;z-index:5;align-self:center;max-width:330px;justify-self:end;border-left:1px solid color-mix(in srgb,var(--meditation-accent) 38%,rgba(245,251,255,.12));padding:1.05rem 0 1.05rem 1.15rem;background:radial-gradient(ellipse at 0 45%,color-mix(in srgb,var(--meditation-accent) 13%,transparent),transparent 74%),linear-gradient(90deg,rgba(1,5,4,.86),rgba(1,5,4,.24) 76%,transparent);box-shadow:-26px 0 74px #00000057,inset 1px 0 #f5fbff14;transform:translateY(-4vh)}.meditation__panel h2{margin:.55rem 0 .28rem;color:#faf7eafa;font-family:var(--font-heading);font-size:clamp(2.45rem,4vw,4.35rem);font-style:italic;font-weight:400;line-height:.92;text-transform:lowercase}.meditation__phase{margin-bottom:1.25rem;color:color-mix(in srgb,var(--meditation-accent) 55%,rgba(214,214,206,.7));font-size:.78rem;letter-spacing:.1em;line-height:1.5;text-transform:lowercase}.meditation__prompt{margin-bottom:1.5rem;color:#fff7dbeb;font-family:var(--font-heading);font-size:clamp(1.25rem,2vw,1.7rem);font-style:italic;line-height:1.22}.meditation__readouts{display:grid;gap:0}.meditation__readouts div{display:grid;grid-template-columns:82px minmax(0,1fr);gap:.4rem 1rem;align-items:baseline;border-top:1px solid color-mix(in srgb,var(--meditation-accent) 18%,rgba(245,251,255,.08));padding:.78rem 0}.meditation__readouts dt{color:color-mix(in srgb,var(--meditation-accent) 45%,rgba(214,214,206,.48));font-size:.62rem;letter-spacing:.12em;line-height:1;text-transform:lowercase}.meditation__readouts dd{color:#e1ded2b8;font-size:.78rem;letter-spacing:.08em;line-height:1;text-transform:lowercase}.meditation__readout-bar{grid-column:1 / -1}.meditation__controls{position:relative;z-index:6;grid-column:1 / -1;display:grid;grid-template-columns:86px minmax(0,1fr) 86px;width:min(1050px,100%);justify-self:center;gap:clamp(.8rem,2vw,1.7rem);align-items:center}.meditation__step,.meditation__zone-tab{color:#e0ddd2a3;font-size:.68rem;letter-spacing:.1em;line-height:1.2;text-transform:lowercase;transition:color .2s var(--ease-out),border-color .2s var(--ease-out),background .2s var(--ease-out),opacity .2s var(--ease-out)}.meditation__step{min-height:40px;border-top:1px solid rgba(245,251,255,.12);border-bottom:1px solid rgba(245,251,255,.08);color:#e0ddd275;text-align:center}.meditation__step:disabled{cursor:default;opacity:.28}.meditation__zone-tabs{display:flex;justify-content:center;gap:clamp(.7rem,2.5vw,2.4rem)}.meditation__zone-tab{position:relative;display:grid;min-width:66px;min-height:62px;gap:.38rem;align-content:end;justify-items:center;padding:1.95rem .2rem 0;text-align:center;overflow-wrap:anywhere}.meditation__zone-tab:before{content:"";position:absolute;top:.38rem;left:50%;width:15px;height:15px;border:1px solid rgba(214,169,79,.46);border-radius:50%;background:radial-gradient(circle at 35% 30%,rgba(245,251,255,.82),transparent 18%),radial-gradient(circle,color-mix(in srgb,var(--meditation-accent) 26%,transparent),#0000006b);box-shadow:0 0 0 7px #f5fbff05,0 0 18px color-mix(in srgb,var(--meditation-accent) 22%,transparent);transform:translate(-50%);transition:transform .2s var(--ease-out),box-shadow .2s var(--ease-out),border-color .2s var(--ease-out)}.meditation__zone-tab:after{content:"";position:absolute;top:1.1rem;left:calc(50% + 15px);width:clamp(18px,2.2vw,40px);height:1px;background:linear-gradient(90deg,rgba(214,169,79,.3),transparent)}.meditation__zone-tab:last-child:after{display:none}.meditation__zone-tab span{color:color-mix(in srgb,var(--meditation-accent) 42%,rgba(212,212,208,.34));font-size:.58rem}.meditation__step:not(:disabled):hover,.meditation__zone-tab:hover,.meditation__zone-tab--active{color:#fffffff0;background:color-mix(in srgb,var(--meditation-accent) 8%,transparent)}.meditation__zone-tab--active:before{border-color:color-mix(in srgb,var(--meditation-accent) 72%,#f5fbff);box-shadow:0 0 0 9px color-mix(in srgb,var(--meditation-accent) 8%,transparent),0 0 26px color-mix(in srgb,var(--meditation-accent) 52%,transparent);transform:translate(-50%) scale(1.28)}@keyframes meditation-shimmer{to{transform:translate(78px)}}@keyframes meditation-bubble{0%,to{opacity:.12;transform:translateY(18px) scale(.82)}50%{opacity:.48;transform:translateY(-24px) scale(1.12)}}@keyframes meditation-silt{0%,to{transform:translate(-50%,-50%) scale(.94)}50%{transform:translate(calc(-50% + 12px),calc(-50% - 8px)) scale(1.08)}}@media(max-width:1180px){.meditation__descent{grid-template-columns:minmax(0,1fr) minmax(260px,.48fr);grid-template-rows:auto auto auto;min-height:auto}.meditation__header{grid-column:1;transform:none}.meditation__visual{grid-column:1 / -1;grid-row:2;width:min(100%,900px);justify-self:center}.meditation__panel{grid-column:2;grid-row:1;max-width:380px;transform:none}.meditation__controls{grid-row:3}}@media(max-width:760px){.meditation__descent{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto auto auto;gap:1.25rem;padding-top:calc(var(--header-height) + 86px)}.meditation__visual,.meditation__header,.meditation__panel,.meditation__controls{grid-column:1;grid-row:auto}.meditation__visual{order:1;height:min(520px,70dvh);min-height:430px;aspect-ratio:auto}.meditation__header{order:2;max-width:none}.meditation__header h1{max-width:none;margin-bottom:.55rem;font-size:3.6rem}.meditation__panel{order:3;justify-self:stretch;max-width:none}.meditation__controls{order:4;grid-template-columns:1fr 1fr}.meditation__zone-tabs{display:grid;grid-column:1 / -1;grid-row:1;grid-template-columns:repeat(5,minmax(0,1fr));gap:.36rem}.meditation__zone-tab{min-width:0;min-height:58px;font-size:.61rem;letter-spacing:.06em}.meditation__zone-tab:after{display:none}.meditation__station{min-width:74px;min-height:42px;padding:.34rem .42rem;font-size:.58rem;letter-spacing:.06em}.meditation__station:before{left:-11px}.meditation__meters{right:16px;bottom:16px;left:16px;grid-template-columns:1fr;max-width:280px;gap:.42rem}}@media(max-width:430px){.meditation__descent{padding-top:calc(var(--header-height) + 82px)}.meditation__visual{height:470px;min-height:420px}.meditation__header h1{font-size:3.05rem}.meditation__panel h2{font-size:2.55rem}.meditation__prompt{font-size:1.16rem}.meditation__depth-labels{left:12px}.meditation__station{min-width:64px;max-width:78px;font-size:.54rem}.meditation__station span{font-size:.5rem}.meditation__diver{width:48px;height:30px}.meditation__lamp-cone{width:168px}.meditation__readouts div{grid-template-columns:76px minmax(0,1fr)}}@media(prefers-reduced-motion:reduce){.meditation__shimmer,.meditation__bubbles span,.meditation__silt span{animation:none}.meditation__diver,.meditation__signal-line--progress,.meditation__meter-track span,.meditation__readout-bar span,.meditation__station,.meditation__zone-tab:before{transition:none}}.meditation--map{--meditation-map-paper: #172134;--meditation-map-water: #8fa4c7;background:radial-gradient(ellipse at var(--meditation-x) var(--meditation-y),color-mix(in srgb,var(--meditation-accent) 18%,transparent),transparent 16rem),radial-gradient(ellipse at 16% 6%,rgba(118,151,161,.18),transparent 28rem),linear-gradient(180deg,#070d14,#020407 56%,#010203);color:#e8e8dceb}.meditation--map:before{background:linear-gradient(112deg,rgba(237,246,255,.035),transparent 29%,rgba(157,177,220,.04) 30%,transparent 32%),radial-gradient(circle at 50% 45%,transparent 0 34%,rgba(0,0,0,.46) 76%,rgba(0,0,0,.92) 100%);background-size:100% 100%;opacity:.88}.meditation--map:after{background:radial-gradient(ellipse at var(--meditation-x) var(--meditation-y),color-mix(in srgb,var(--meditation-accent) 20%,transparent),transparent 26%),radial-gradient(ellipse at 50% 16%,rgba(127,150,186,.12),transparent 44%);opacity:.58}.meditation--map .meditation__descent{grid-template-columns:minmax(220px,.38fr) minmax(610px,1.36fr) minmax(290px,.48fr);grid-template-rows:minmax(0,1fr) auto;min-height:max(780px,100vh);min-height:max(780px,100dvh);gap:clamp(18px,2.8vw,40px);padding:calc(var(--header-height) + 30px) var(--gutter) 32px}.meditation--map .meditation__header{max-width:280px;transform:translateY(-12vh)}.meditation--map .meditation__header p,.meditation--map .meditation__header span,.meditation--map .meditation__panel>p,.meditation--map .meditation__meters span:first-child{color:color-mix(in srgb,var(--meditation-accent) 46%,rgba(214,214,206,.62))}.meditation--map .meditation__visual{width:min(100%,1010px);min-height:560px;aspect-ratio:1.42;border:1px solid rgba(146,166,196,.24);border-radius:4px;background:radial-gradient(ellipse at var(--meditation-x) var(--meditation-y),color-mix(in srgb,var(--meditation-accent) 13%,transparent),transparent 22%),linear-gradient(180deg,#141e2ce0,#04070cfa);box-shadow:inset 0 0 0 1px #edf6ff0d,inset 0 0 92px #000000b8,0 34px 95px #0000007a}.meditation__cave-map{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%}.meditation__cave-map pattern path{fill:none;stroke:#97aeda38;stroke-width:1}.meditation__map-paper{fill:color-mix(in srgb,var(--meditation-map-paper) 86%,var(--meditation-accent) 14%)}.meditation__map-hatch{opacity:.32;mix-blend-mode:screen}.meditation__map-hatch--alt{opacity:.18}.meditation__passage-outline,.meditation__passage-water,.meditation__guide-line,.meditation__map-marks path{fill:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.meditation__passage-outline{stroke:#05080eeb;stroke-width:124;filter:drop-shadow(0 18px 30px rgba(0,0,0,.42))}.meditation__passage-outline--branch{stroke-width:88}.meditation__passage-water{stroke:#9fb3d6d1;stroke-width:96}.meditation__passage-water--branch{stroke-width:66}.meditation__chamber{fill:#9fb3d6db;stroke:#080c14db;stroke-width:8;vector-effect:non-scaling-stroke}.meditation__chamber--silt,.meditation__chamber--restriction{fill:#8f97a4b8}.meditation__chamber--lower{fill:#c0d3e7e0}.meditation__guide-line{stroke-width:3.5}.meditation__guide-line--base{stroke:#131922ad;stroke-dasharray:2 13}.meditation__guide-line--progress{stroke:color-mix(in srgb,var(--meditation-accent) 70%,#f5fbff);stroke-dasharray:var(--meditation-progress) 100;filter:drop-shadow(0 0 12px color-mix(in srgb,var(--meditation-accent) 42%,transparent));transition:stroke-dasharray .36s var(--ease-out),stroke .28s var(--ease-out)}.meditation__map-marks path{stroke:#0e131c6b;stroke-width:2;stroke-dasharray:4 10}.meditation__active-glow{fill:url(#meditation-node-light);opacity:.35;transition:cx .36s var(--ease-out),cy .36s var(--ease-out)}.meditation--map .meditation__silt{z-index:5;opacity:.12}.meditation--silt .meditation__silt,.meditation--restriction .meditation__silt{opacity:1}.meditation--chamber .meditation__silt{opacity:.16}.meditation--map .meditation__silt span{background:radial-gradient(circle,color-mix(in srgb,var(--meditation-accent) 16%,rgba(198,199,185,.18)),rgba(111,105,91,.07) 45%,transparent 70%);filter:blur(8px)}.meditation__node-buttons{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10}.meditation__node{position:absolute;top:var(--node-y);left:var(--node-x);display:grid;min-width:70px;min-height:38px;align-content:center;gap:.08rem;border:1px solid color-mix(in srgb,var(--node-accent) 38%,rgba(6,10,16,.86));border-radius:2px;padding:.35rem .46rem;background:linear-gradient(180deg,#0e1521db,#04070cd1);color:#e7e4d8bd;font-size:.58rem;letter-spacing:.08em;line-height:1.08;text-align:left;text-transform:lowercase;transform:translate(-50%,-50%);transition:border-color .2s var(--ease-out),box-shadow .2s var(--ease-out),color .2s var(--ease-out),background .2s var(--ease-out),transform .2s var(--ease-out)}.meditation__node:before{content:"";position:absolute;top:50%;left:-12px;width:8px;height:8px;border:1px solid color-mix(in srgb,var(--node-accent) 60%,#f5fbff);border-radius:50%;background:radial-gradient(circle at 36% 30%,rgba(245,251,255,.88),transparent 22%),color-mix(in srgb,var(--node-accent) 38%,rgba(1,3,7,.9));box-shadow:0 0 14px color-mix(in srgb,var(--node-accent) 34%,transparent);transform:translateY(-50%)}.meditation__node span{color:color-mix(in srgb,var(--node-accent) 64%,rgba(214,214,206,.52));font-size:.5rem;letter-spacing:.06em;line-height:1}.meditation__node:hover,.meditation__node--active{border-color:color-mix(in srgb,var(--node-accent) 78%,rgba(245,251,255,.3));background:linear-gradient(180deg,color-mix(in srgb,var(--node-accent) 18%,rgba(11,17,27,.94)),#04070ce0);box-shadow:0 0 0 1px color-mix(in srgb,var(--node-accent) 20%,transparent),0 0 28px color-mix(in srgb,var(--node-accent) 30%,transparent);color:#fffdf0f5;transform:translate(-50%,-50%) scale(1.04)}.meditation__node--active:before{width:13px;height:13px;box-shadow:0 0 0 7px color-mix(in srgb,var(--node-accent) 10%,transparent),0 0 24px color-mix(in srgb,var(--node-accent) 52%,transparent)}.meditation__marker{position:absolute;top:var(--meditation-y);left:var(--meditation-x);z-index:8;width:44px;height:28px;pointer-events:none;transform:translate(-50%,-50%) rotate(-14deg);transform-origin:center;filter:drop-shadow(0 0 10px rgba(245,251,255,.2)) drop-shadow(0 0 18px color-mix(in srgb,var(--meditation-accent) 30%,transparent));transition:top .36s var(--ease-out),left .36s var(--ease-out),filter .36s var(--ease-out)}.meditation__marker-lamp{position:absolute;top:-28px;left:26px;width:185px;height:78px;clip-path:polygon(0 42%,100% 0,100% 100%,0 58%);background:linear-gradient(90deg,rgba(245,251,255,.36),color-mix(in srgb,var(--meditation-accent) 18%,transparent) 52%,transparent);mix-blend-mode:screen;opacity:.72;transform:rotate(2deg);transform-origin:left center}.meditation--silt .meditation__marker-lamp,.meditation--restriction .meditation__marker-lamp{opacity:.44}.meditation--chamber .meditation__marker-lamp{width:235px;opacity:.86}.meditation__marker-body{position:absolute;top:8px;left:11px;width:28px;height:12px;border:1px solid rgba(245,251,255,.48);border-radius:999px 60% 60% 999px;background:radial-gradient(circle at 78% 40%,rgba(245,251,255,.72),transparent 24%),color-mix(in srgb,var(--meditation-accent) 34%,#0b1015)}.meditation__marker-line{position:absolute;top:14px;right:34px;width:42px;height:1px;background:color-mix(in srgb,var(--meditation-accent) 55%,rgba(245,251,255,.28));box-shadow:-34px 0 #f5fbff24}.meditation--map .meditation__meters{right:24px;bottom:20px;left:24px;z-index:12;grid-template-columns:repeat(2,minmax(0,1fr));max-width:520px}.meditation--map .meditation__meter-track,.meditation--map .meditation__readout-bar{height:4px;background:#f5fbff24}.meditation--map .meditation__meter-track span,.meditation--map .meditation__readout-bar span{background:linear-gradient(90deg,#edf6ff,var(--meditation-accent))}.meditation--map .meditation__panel{max-width:355px;border-left:1px solid color-mix(in srgb,var(--meditation-accent) 38%,rgba(245,251,255,.12));padding:1.05rem 0 1.05rem 1.15rem;background:repeating-linear-gradient(180deg,transparent 0 31px,rgba(151,174,218,.055) 32px,transparent 33px),radial-gradient(ellipse at 0 42%,color-mix(in srgb,var(--meditation-accent) 13%,transparent),transparent 74%),linear-gradient(90deg,rgba(4,7,12,.9),rgba(4,7,12,.26) 76%,transparent);transform:translateY(-4vh)}.meditation--map .meditation__panel h2{font-size:clamp(2.3rem,3.7vw,4.05rem)}.meditation--map .meditation__phase{margin-bottom:1.05rem}.meditation__depth-readout{margin:-.44rem 0 1.15rem;color:color-mix(in srgb,var(--meditation-accent) 62%,rgba(245,251,255,.58));font-size:.68rem;letter-spacing:.1em;line-height:1.2;text-transform:lowercase}.meditation__panel-sections{display:grid;gap:.9rem;margin-bottom:1rem}.meditation__panel-sections section{display:grid;gap:.22rem;border-top:1px solid color-mix(in srgb,var(--meditation-accent) 16%,rgba(245,251,255,.08));padding-top:.72rem}.meditation__panel-sections span{color:color-mix(in srgb,var(--meditation-accent) 45%,rgba(214,214,206,.52));font-size:.6rem;letter-spacing:.12em;line-height:1;text-transform:lowercase}.meditation__panel-sections p{color:#eae7dbd1;font-size:.82rem;line-height:1.58}.meditation--map .meditation__readouts{gap:0}.meditation--map .meditation__readouts div{grid-template-columns:82px minmax(0,1fr);padding:.64rem 0}.meditation--map .meditation__controls{grid-template-columns:86px minmax(0,1fr) 86px;width:min(1120px,100%)}.meditation--map .meditation__zone-tabs{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:clamp(.34rem,1.1vw,.8rem)}.meditation--map .meditation__zone-tab{min-width:0;min-height:58px;padding:1.82rem .1rem 0;font-size:.6rem;letter-spacing:.06em}.meditation--map .meditation__zone-tab:after{left:calc(50% + 13px);width:clamp(10px,1.1vw,22px)}.meditation--map .meditation__zone-tab span{font-size:.5rem}@media(max-width:1180px){.meditation--map .meditation__descent{grid-template-columns:minmax(0,1fr) minmax(290px,.44fr);grid-template-rows:auto auto auto;min-height:auto}.meditation--map .meditation__header{grid-column:1;transform:none}.meditation--map .meditation__visual{grid-column:1 / -1;grid-row:2;width:min(100%,940px)}.meditation--map .meditation__panel{grid-column:2;grid-row:1;max-width:430px;transform:none}.meditation--map .meditation__controls{grid-row:3}}@media(max-width:760px){.meditation--map .meditation__descent{grid-template-columns:1fr;grid-template-rows:auto auto auto auto;gap:1.25rem;padding-top:calc(var(--header-height) + 86px)}.meditation--map .meditation__visual,.meditation--map .meditation__header,.meditation--map .meditation__panel,.meditation--map .meditation__controls{grid-column:1;grid-row:auto}.meditation--map .meditation__visual{order:1;height:min(560px,70dvh);min-height:440px;aspect-ratio:auto}.meditation--map .meditation__header{order:2;max-width:none}.meditation--map .meditation__header h1{max-width:none;margin-bottom:.55rem;font-size:3.55rem}.meditation--map .meditation__panel{order:3;justify-self:stretch;max-width:none}.meditation--map .meditation__controls{order:4;grid-template-columns:1fr 1fr}.meditation--map .meditation__zone-tabs{grid-column:1 / -1;grid-row:1;grid-template-columns:repeat(5,minmax(0,1fr));gap:.38rem}.meditation--map .meditation__zone-tab{min-height:56px;font-size:.57rem}.meditation--map .meditation__zone-tab:after{display:none}.meditation__node{min-width:58px;min-height:34px;padding:.28rem .34rem;font-size:.52rem;letter-spacing:.04em}.meditation__node:before{left:-9px}.meditation--map .meditation__meters{right:16px;bottom:16px;left:16px;grid-template-columns:1fr;max-width:300px;gap:.42rem}}@media(max-width:430px){.meditation--map .meditation__visual{height:500px;min-height:470px}.meditation--map .meditation__header h1{font-size:3rem}.meditation--map .meditation__panel h2{font-size:2.45rem}.meditation__panel-sections p{font-size:.78rem}.meditation__node{min-width:48px;max-width:68px;min-height:30px;padding:.24rem .28rem;font-size:.48rem}.meditation__node span{font-size:.44rem}.meditation__marker{width:34px;height:24px}.meditation__marker-lamp{width:138px}.meditation--map .meditation__readouts div{grid-template-columns:76px minmax(0,1fr)}}@media(prefers-reduced-motion:reduce){.meditation__marker,.meditation__guide-line--progress,.meditation__meter-track span,.meditation__readout-bar span,.meditation__node,.meditation__zone-tab:before{transition:none}}.meditation--map{--meditation-map-paper: #bac8e6;background:radial-gradient(ellipse at 14% 12%,rgba(195,209,231,.1),transparent 28rem),radial-gradient(ellipse at 78% 70%,color-mix(in srgb,var(--meditation-accent) 11%,transparent),transparent 32rem),linear-gradient(180deg,#07090c,#020304 58%,#010101)}.meditation--map .meditation__visual{overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}.meditation__cave-map{top:2%;right:1%;bottom:1%;left:1%;width:98%;height:97%;border:1px solid rgba(190,205,232,.2);border-radius:3px;background:#bac8e6;box-shadow:0 24px 80px #0000006b,inset 0 0 0 1px #fff3,inset 0 0 72px #18243638}.meditation__map-paper{fill:#bac8e6}.meditation__cave-map pattern path{stroke:#3448743d;stroke-width:1}.meditation__map-lines{opacity:.34}.meditation__map-hatch,.meditation__map-hatch--alt{display:none}.meditation__rock-hatching path{opacity:.22;mix-blend-mode:multiply}.meditation__passage-outline{stroke:#0a0d16c7;stroke-width:94;filter:none}.meditation__passage-outline--branch{stroke-width:66}.meditation__passage-water{stroke:#bccfece0;stroke-width:75}.meditation__passage-water--branch{stroke-width:49}.meditation__chamber{fill:#bccfece6;stroke:#0a0d16b8;stroke-width:3.8}.meditation__chamber--silt,.meditation__chamber--restriction{fill:#a7b2c4c7}.meditation__chamber--lower{fill:#ccddf0eb}.meditation__guide-line{stroke-width:2.2}.meditation__guide-line--base{stroke:#1117216b;stroke-dasharray:4 14}.meditation__guide-line--progress{stroke:#3a2d10b8;filter:none}.meditation__map-marks path{stroke:#0f162357;stroke-width:2.2;stroke-dasharray:7 14}.meditation__active-glow{opacity:.12}.meditation__node{min-width:52px;min-height:30px;border:0;border-radius:0;padding:0 0 0 .75rem;background:transparent;color:#0e121bd1;font-size:.58rem;font-weight:500;letter-spacing:.02em;line-height:1.08;text-shadow:none;transform:translate(-16px,-16px)}.meditation__node:before{left:0;width:7px;height:7px;border-color:color-mix(in srgb,var(--node-accent) 52%,rgba(14,18,27,.9));background:#bccfecc7;box-shadow:0 0 0 2px #0e121b1a}.meditation__node span{color:color-mix(in srgb,var(--node-accent) 42%,rgba(16,21,31,.72));font-size:.5rem;font-weight:500}.meditation__node:hover,.meditation__node--active{border:0;background:transparent;box-shadow:none;color:#020408f5;transform:translate(-16px,-16px)}.meditation__node--active{text-decoration:underline;text-decoration-color:color-mix(in srgb,var(--node-accent) 72%,rgba(2,4,8,.48));text-decoration-thickness:1px;text-underline-offset:.22rem}.meditation__node--active:before{width:12px;height:12px;background:color-mix(in srgb,var(--node-accent) 42%,#eef5ff);box-shadow:0 0 0 4px #080b1221,0 0 18px color-mix(in srgb,var(--node-accent) 35%,transparent)}.meditation__marker{width:22px;height:22px;transform:translate(-50%,-50%);filter:drop-shadow(0 0 10px color-mix(in srgb,var(--meditation-accent) 26%,transparent))}.meditation__marker-lamp{top:-30px;left:14px;width:120px;height:58px;background:linear-gradient(90deg,rgba(255,250,220,.24),color-mix(in srgb,var(--meditation-accent) 10%,transparent) 52%,transparent);opacity:.42}.meditation__marker-body{top:6px;left:6px;width:12px;height:12px;border-color:#f5fbff80;border-radius:50%;background:color-mix(in srgb,var(--meditation-accent) 32%,rgba(10,14,22,.86))}.meditation__marker-line{top:12px;right:16px;width:54px;background:#211c0e6b;box-shadow:none}.meditation--map .meditation__silt{opacity:.05}.meditation--silt .meditation__silt,.meditation--restriction .meditation__silt{opacity:.72}.meditation--map .meditation__silt span{background:radial-gradient(circle,rgba(44,46,42,.16),rgba(78,72,59,.08) 46%,transparent 70%)}.meditation--map .meditation__meters{right:auto;bottom:26px;left:36px;max-width:500px;opacity:.72}.meditation--map .meditation__meters div{grid-template-columns:82px minmax(0,1fr)}.meditation--map .meditation__meter-track,.meditation--map .meditation__readout-bar{background:#14192333}.meditation--map .meditation__meter-track span,.meditation--map .meditation__readout-bar span{background:linear-gradient(90deg,rgba(242,237,214,.92),var(--meditation-accent));box-shadow:none}.meditation--map .meditation__panel{max-width:340px;border-left-color:color-mix(in srgb,var(--meditation-accent) 34%,rgba(245,251,255,.1));background:linear-gradient(90deg,rgba(4,6,9,.86),rgba(4,6,9,.28) 76%,transparent);box-shadow:-18px 0 58px #00000057,inset 1px 0 #f5fbff0f}.meditation--map .meditation__panel h2{margin-top:.45rem;margin-bottom:.24rem;font-size:clamp(2.1rem,3.2vw,3.55rem)}.meditation__panel-sections{gap:.72rem}.meditation__panel-sections section{border-top-color:color-mix(in srgb,var(--meditation-accent) 14%,rgba(245,251,255,.06));padding-top:.6rem}.meditation__panel-sections p{color:#eae7dbbd;font-size:.78rem;line-height:1.48}.meditation--map .meditation__readouts div{padding:.54rem 0;border-top-color:color-mix(in srgb,var(--meditation-accent) 13%,rgba(245,251,255,.06))}.meditation--map .meditation__controls{gap:clamp(.8rem,2vw,1.3rem)}.meditation--map .meditation__step{border:0;color:#e0ddd257}.meditation--map .meditation__step:not(:disabled):hover{background:transparent;color:#ffffffc2}.meditation--map .meditation__zone-tab{min-height:46px;padding:1.5rem .1rem 0;background:transparent!important;color:#e0ddd27a;font-size:.55rem}.meditation--map .meditation__zone-tabs{grid-template-columns:repeat(7,minmax(0,1fr));row-gap:.54rem}.meditation--map .meditation__zone-tab:before{top:.35rem;width:11px;height:11px;border-color:#d6a94f5c;box-shadow:0 0 16px #d6a94f1a}.meditation--map .meditation__zone-tab:after{top:.9rem;background:linear-gradient(90deg,rgba(214,169,79,.16),transparent)}.meditation--map .meditation__zone-tab:hover,.meditation--map .meditation__zone-tab--active{color:#ffffffc7;background:transparent!important}.meditation--map .meditation__zone-tab--active:before{border-color:color-mix(in srgb,var(--meditation-accent) 72%,#f5fbff);box-shadow:0 0 0 8px color-mix(in srgb,var(--meditation-accent) 8%,transparent),0 0 24px color-mix(in srgb,var(--meditation-accent) 36%,transparent);transform:translate(-50%) scale(1.12)}@media(max-width:760px){.meditation__cave-map{top:0;right:0;bottom:0;left:0;width:100%;height:100%}.meditation__node{font-size:.48rem;min-width:42px;transform:translate(-12px,-13px)}.meditation__node:hover,.meditation__node--active{transform:translate(-12px,-13px)}.meditation--map .meditation__zone-tabs{grid-template-columns:repeat(4,minmax(0,1fr))}.meditation--map .meditation__meters{left:18px;bottom:18px;max-width:260px}}.meditation--map{--meditation-map-paper: #06111d;background:radial-gradient(ellipse at var(--meditation-x) var(--meditation-y),color-mix(in srgb,var(--meditation-accent) 14%,transparent),transparent 22rem),radial-gradient(ellipse at 50% 14%,rgba(96,162,198,.2),transparent 42rem),linear-gradient(180deg,#071521,#02070d 54%,#000204)}.meditation--map:before{background:linear-gradient(180deg,rgba(210,238,255,.045),transparent 24%),radial-gradient(ellipse at 50% 58%,transparent 0 35%,rgba(0,0,0,.38) 73%,rgba(0,0,0,.9) 100%);opacity:.95}.meditation--map:after{background:radial-gradient(ellipse at var(--meditation-x) var(--meditation-y),color-mix(in srgb,var(--meditation-accent) 17%,transparent),transparent 22%),radial-gradient(ellipse at 62% 86%,rgba(63,128,151,.18),transparent 38%);filter:blur(20px);opacity:.7}.meditation--map .meditation__descent{grid-template-columns:minmax(170px,.42fr) minmax(390px,.72fr) minmax(310px,.58fr);min-height:max(900px,100vh);min-height:max(900px,100dvh);gap:clamp(18px,2.3vw,36px)}.meditation--map .meditation__visual{width:min(100%,540px);height:min(84vh,860px);min-height:0;aspect-ratio:.67;overflow:hidden;border:0;border-radius:0;background:transparent;box-shadow:none;mask-image:radial-gradient(ellipse at 50% 50%,#000 0 68%,rgba(0,0,0,.82) 78%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse at 50% 50%,#000 0 68%,rgba(0,0,0,.82) 78%,transparent 100%)}.meditation--map .meditation__visual:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:radial-gradient(ellipse at 50% 4%,rgba(244,245,221,var(--meditation-surface-light)),transparent 21%),linear-gradient(180deg,rgba(213,233,226,var(--meditation-surface-wash)),transparent 34%);transition:opacity .55s var(--ease-out),background .55s var(--ease-out)}.meditation__scene-image{position:absolute;top:0;left:50%;z-index:1;width:170%;height:170%;object-fit:cover;object-position:50% 0;filter:saturate(.88) contrast(1.03) brightness(var(--meditation-depth-brightness));transform:translate3d(-50%,var(--meditation-depth-shift),0) scale(var(--meditation-depth-scale));transform-origin:50% 10%;transition:transform .58s var(--ease-out),filter .58s var(--ease-out)}.meditation--map .meditation__visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none;background:linear-gradient(180deg,transparent 0 var(--meditation-progress),rgba(3,7,12,.18) var(--meditation-progress),transparent calc(var(--meditation-progress) + 16%)),linear-gradient(180deg,rgba(1,5,10,.06),transparent 18%,rgba(1,5,10,var(--meditation-depth-shadow)) 100%),radial-gradient(ellipse at 50% 52%,transparent 0 44%,rgba(0,0,0,var(--meditation-depth-vignette)) 100%);transition:background .58s var(--ease-out)}.meditation__cave-map{top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;border-radius:0;background:radial-gradient(ellipse at 50% 4%,rgba(220,245,255,.24),transparent 16%),radial-gradient(ellipse at 50% 12%,rgba(120,185,214,.16),transparent 34%),radial-gradient(ellipse at 53% 58%,rgba(35,84,115,.42),transparent 58%),linear-gradient(180deg,#0d2538,#04111c 55%,#010409);box-shadow:none}.meditation__map-paper{fill:#061522}.meditation__cave-map pattern path{stroke:#a9d6f114;stroke-width:1}.meditation__map-lines{opacity:.06}.meditation__cave-water-path,.meditation__cave-water-chamber{fill:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.meditation__cave-water-path{stroke:#3a8bb057;stroke-width:82}.meditation__cave-water-path--branch{stroke-width:52;opacity:.86}.meditation__cave-water-chamber{fill:#3e8bb04d;stroke:#64b6d929;stroke-width:1}.meditation__rock-mass{fill:#010409;filter:drop-shadow(0 0 38px rgba(0,0,0,.72))}.meditation__rock-texture{opacity:.09;mix-blend-mode:screen}.meditation__rock-hatching path{opacity:.12;mix-blend-mode:screen}.meditation__passage-outline{stroke:#000409bd;stroke-width:90;filter:drop-shadow(0 16px 24px rgba(0,0,0,.38))}.meditation__passage-outline--branch{stroke-width:58;opacity:.72}.meditation__passage-water{stroke:#367da1e0;stroke-width:50}.meditation__passage-water--branch{stroke-width:31;opacity:.68}.meditation__chamber{fill:#347da2d1;stroke:#00040ad1;stroke-width:12;filter:drop-shadow(0 18px 24px rgba(0,0,0,.35))}.meditation__chamber--silt,.meditation__chamber--restriction{fill:#276586d1}.meditation__chamber--lower{fill:#3a89a6db}.meditation__guide-line{stroke-width:2.3}.meditation__guide-line--base{stroke:#e7d79733;stroke-dasharray:2 14}.meditation__guide-line--progress{stroke:color-mix(in srgb,var(--meditation-accent) 54%,#f8edbb);filter:drop-shadow(0 0 9px color-mix(in srgb,var(--meditation-accent) 42%,transparent))}.meditation__map-marks path{stroke:#bde2f41f;stroke-width:1.4;stroke-dasharray:4 16}.meditation__active-glow{opacity:.22}.meditation__node{display:block;width:20px;min-width:20px;max-width:20px;height:20px;min-height:20px;max-height:20px;overflow:visible;border:0;border-radius:999px;padding:0;background:transparent;color:transparent;font-size:0;letter-spacing:0;line-height:0;transform:translate(-50%,-50%)}.meditation__node:before{top:50%;left:50%;width:8px;height:8px;border:1px solid color-mix(in srgb,var(--node-accent) 68%,rgba(216,243,255,.68));background:radial-gradient(circle at 34% 30%,rgba(255,255,255,.95),transparent 24%),color-mix(in srgb,var(--node-accent) 30%,rgba(6,18,29,.96));box-shadow:0 0 0 3px #050f199e,0 0 16px color-mix(in srgb,var(--node-accent) 34%,transparent);transform:translate(-50%,-50%)}.meditation__node span{display:none}.meditation__node:hover,.meditation__node--active{border:0;background:transparent;box-shadow:none;color:transparent;text-decoration:none;transform:translate(-50%,-50%) scale(1.18)}.meditation__node--active:before{width:14px;height:14px;background:radial-gradient(circle at 34% 30%,rgba(255,255,255,.98),transparent 24%),color-mix(in srgb,var(--node-accent) 46%,#d9f5ff);box-shadow:0 0 0 6px color-mix(in srgb,var(--node-accent) 12%,rgba(177,226,250,.16)),0 0 30px color-mix(in srgb,var(--node-accent) 58%,transparent)}.meditation__marker{width:46px;height:26px;transform:translate(-50%,-50%) rotate(-10deg);filter:drop-shadow(0 0 10px rgba(194,230,250,.3)) drop-shadow(0 0 20px color-mix(in srgb,var(--meditation-accent) 24%,transparent))}.meditation__marker-lamp{top:-31px;left:30px;width:160px;height:82px;background:linear-gradient(90deg,rgba(222,246,255,.32),color-mix(in srgb,var(--meditation-accent) 12%,transparent) 50%,transparent);opacity:.62}.meditation--silt .meditation__marker-lamp,.meditation--restriction .meditation__marker-lamp{opacity:.38}.meditation--chamber .meditation__marker-lamp{width:190px;opacity:.78}.meditation__marker-body{top:7px;left:9px;width:29px;height:12px;border-color:#dbf4ff94;border-radius:999px 70% 70% 999px;background:radial-gradient(circle at 78% 40%,rgba(239,251,255,.82),transparent 25%),color-mix(in srgb,var(--meditation-accent) 28%,#06101a)}.meditation__marker-line{top:13px;right:34px;width:48px;background:#ecdf9a6b;box-shadow:-36px 0 #ecdf9a24}.meditation--map .meditation__silt{opacity:.1}.meditation--silt .meditation__silt,.meditation--restriction .meditation__silt{opacity:.86}.meditation--map .meditation__silt span{background:radial-gradient(circle,color-mix(in srgb,var(--meditation-accent) 14%,rgba(181,202,205,.14)),rgba(84,86,76,.08) 46%,transparent 70%);filter:blur(9px)}.meditation__bubbles{position:absolute;top:0;right:0;bottom:0;left:0;z-index:6;pointer-events:none}.meditation__bubbles span{position:absolute;top:var(--bubble-y);left:var(--bubble-x);width:var(--bubble-size);height:var(--bubble-size);border:1px solid rgba(219,244,255,.42);border-radius:50%;opacity:.25;animation:meditation-bubble 7.2s ease-in-out infinite;animation-delay:var(--bubble-delay)}.meditation--map .meditation__zone-tabs{grid-template-columns:repeat(7,minmax(0,1fr))}@media(max-width:1180px){.meditation--map .meditation__descent{grid-template-columns:minmax(0,1fr) minmax(280px,.45fr)}.meditation--map .meditation__visual{width:min(100%,500px);height:min(78vh,760px);min-height:0}}@media(max-width:760px){.meditation--map .meditation__visual{width:min(100%,430px);height:min(74vh,640px);min-height:0;aspect-ratio:.67}.meditation__node,.meditation__node:hover,.meditation__node--active{transform:translate(-50%,-50%)}.meditation--map .meditation__zone-tabs{grid-template-columns:repeat(4,minmax(0,1fr))}}.meditation--map .meditation__descent{grid-template-rows:auto minmax(0,1fr);align-items:stretch}.meditation--map .meditation__header{grid-column:1;grid-row:1;align-self:end;max-width:180px;transform:none}.meditation--map .meditation__visual{grid-column:2;grid-row:1 / 3;align-self:center}.meditation--map .meditation__panel{grid-column:3;grid-row:1 / 3;align-self:center}.meditation__reading{display:grid;gap:.74rem;max-width:30rem;max-height:min(48vh,420px);overflow-y:auto;padding-right:.35rem}.meditation__reading p{margin:0;color:#eae7dbc7;font-size:.85rem;line-height:1.6}.meditation--map .meditation__controls{position:relative;grid-column:1;grid-row:2;display:grid;grid-template-columns:1fr;grid-template-rows:auto minmax(0,auto) auto;align-self:center;justify-self:stretch;width:min(178px,100%);gap:.34rem}.meditation--map .meditation__controls:before,.meditation--map .meditation__controls:after{content:"";position:absolute;top:2.2rem;bottom:2.2rem;left:.42rem;width:1px;pointer-events:none;transform:translate(-50%)}.meditation--map .meditation__controls:before{background:#d6a94f1c}.meditation--map .meditation__controls:after{bottom:auto;height:var(--meditation-progress);background:linear-gradient(180deg,color-mix(in srgb,var(--meditation-accent) 54%,rgba(245,251,255,.32)),transparent);box-shadow:0 0 18px color-mix(in srgb,var(--meditation-accent) 20%,transparent)}.meditation--map .meditation__step{min-height:28px;border:0;padding-left:1.18rem;color:#e0ddd26b;font-size:.64rem;letter-spacing:.08em;line-height:1;text-align:left}.meditation--map .meditation__zone-tabs{display:grid;grid-template-columns:1fr;gap:.08rem;align-content:center;justify-items:stretch;max-height:none;overflow:visible;padding-right:0;scrollbar-width:none}.meditation--map .meditation__zone-tabs::-webkit-scrollbar{display:none}.meditation--map .meditation__zone-tab{display:grid;min-width:0;min-height:29px;gap:.03rem;align-content:center;justify-items:start;padding:.18rem .1rem .19rem 1.16rem;color:#e0ddd280;font-size:.54rem;letter-spacing:.06em;line-height:1.1;text-align:left}.meditation--map .meditation__zone-tab:before{top:50%;left:.42rem;width:7px;height:7px;transform:translate(-50%,-50%)}.meditation--map .meditation__zone-tab:after{top:calc(50% + 8px);left:.42rem;width:1px;height:calc(100% - 8px);background:linear-gradient(180deg,rgba(214,169,79,.2),transparent);transform:translate(-50%)}.meditation--map .meditation__zone-tab:last-child:after{display:none}.meditation--map .meditation__zone-tab span{color:color-mix(in srgb,var(--meditation-accent) 46%,rgba(212,212,208,.38));font-size:.46rem;line-height:1}.meditation--map .meditation__zone-tab:hover,.meditation--map .meditation__zone-tab--active{color:#ffffffd1;background:transparent!important}.meditation--map .meditation__zone-tab--active:before{border-color:color-mix(in srgb,var(--meditation-accent) 76%,#f5fbff);box-shadow:0 0 0 6px color-mix(in srgb,var(--meditation-accent) 9%,transparent),0 0 24px color-mix(in srgb,var(--meditation-accent) 48%,transparent);transform:translate(-50%,-50%) scale(1.35)}@media(max-width:1180px){.meditation--map .meditation__descent{grid-template-columns:minmax(130px,.3fr) minmax(0,1fr);grid-template-rows:auto auto auto;align-items:start}.meditation--map .meditation__header{grid-column:1;grid-row:1}.meditation--map .meditation__controls{grid-column:1;grid-row:2 / 4;align-self:start;width:min(170px,100%)}.meditation--map .meditation__visual{grid-column:2;grid-row:1 / 3}.meditation--map .meditation__panel{grid-column:2;grid-row:3;justify-self:start;max-width:560px;transform:none}}@media(max-width:760px){.meditation--map .meditation__descent{grid-template-columns:1fr;grid-template-rows:auto auto auto auto}.meditation--map .meditation__header,.meditation--map .meditation__controls,.meditation--map .meditation__visual,.meditation--map .meditation__panel{grid-column:1;grid-row:auto}.meditation--map .meditation__header{max-width:100%}.meditation--map .meditation__controls{width:min(190px,100%);justify-self:start}.meditation--map .meditation__panel{justify-self:start;max-width:100%}}.meditation--map{min-height:100vh;min-height:100dvh;overflow:hidden;background:#02080c}.meditation--map:before{z-index:1;background:linear-gradient(180deg,rgba(218,241,250,.11),transparent 16%,rgba(0,0,0,.76) 100%),radial-gradient(ellipse at 50% var(--meditation-progress),rgba(196,232,246,.1),transparent 28%),radial-gradient(ellipse at 50% 52%,transparent 0 38%,rgba(0,0,0,.7) 100%);opacity:.95}.meditation--map:after{z-index:2;background:radial-gradient(ellipse at var(--meditation-x) var(--meditation-y),color-mix(in srgb,var(--meditation-accent) 20%,transparent),transparent 18rem),radial-gradient(ellipse at 50% 100%,rgba(20,73,92,.28),transparent 34rem);filter:blur(24px);opacity:.82;mix-blend-mode:screen}.meditation--map .meditation__descent{grid-template-columns:minmax(134px,.24fr) minmax(0,1fr) minmax(320px,.48fr);grid-template-rows:auto minmax(0,1fr);min-height:100vh;min-height:100dvh;gap:clamp(18px,2.6vw,52px);align-items:stretch;overflow:hidden;padding:calc(var(--header-height) + 18px) clamp(22px,3.6vw,58px) clamp(18px,3vw,40px)}.meditation--map .meditation__visual{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;width:100vw;height:100vh;height:100dvh;min-height:0;max-width:none;aspect-ratio:auto;pointer-events:none;border:0;border-radius:0;background:#02080c;box-shadow:none;mask-image:none;-webkit-mask-image:none}.meditation--map .meditation__visual:before{z-index:2;background:radial-gradient(ellipse at 50% -3%,rgba(247,248,225,var(--meditation-surface-light)),transparent 24%),linear-gradient(180deg,rgba(201,232,241,var(--meditation-surface-wash)),transparent 26%,rgba(0,0,0,.42) 100%);transition:background .9s var(--ease-out)}.meditation__scene-image{top:0;left:50%;width:max(118vw,980px);height:230vh;height:230dvh;max-width:none;object-fit:cover;object-position:50% 0%;opacity:.82;filter:saturate(.78) contrast(1.12) brightness(var(--meditation-depth-brightness));transform:translate3d(-50%,var(--meditation-depth-shift),0) scale(var(--meditation-depth-scale));transform-origin:50% 0%;transition:filter .72s var(--ease-out),opacity .72s var(--ease-out)}.meditation--map .meditation__visual:after{z-index:3;background:linear-gradient(180deg,transparent 0 var(--meditation-progress),rgba(236,246,248,.04) var(--meditation-progress),transparent calc(var(--meditation-progress) + 12%)),linear-gradient(180deg,rgba(2,8,12,var(--meditation-abyss-low)),rgba(0,1,3,var(--meditation-abyss-mid)) 54%,rgba(0,0,0,var(--meditation-abyss-opacity))),linear-gradient(180deg,rgba(2,8,12,.12),transparent 12%,rgba(0,1,3,var(--meditation-depth-shadow)) 100%),radial-gradient(ellipse at 50% 52%,transparent 0 34%,rgba(0,0,0,var(--meditation-depth-vignette)) 100%);transition:background .9s var(--ease-out)}.meditation--map .meditation__header,.meditation--map .meditation__controls,.meditation--map .meditation__panel{position:relative;z-index:6}.meditation--map .meditation__header{grid-column:1 / 3;grid-row:1;align-self:start;max-width:none;transform:none}.meditation--map .meditation__header h1{max-width:none;margin:.28rem 0 0;font-size:clamp(2.5rem,6vw,6.4rem);line-height:.82}.meditation--map .meditation__header span{display:inline-block;margin-top:.58rem}.meditation--map .meditation__controls{grid-column:1;grid-row:2;align-self:end;width:min(174px,100%);max-height:calc(100dvh - var(--header-height) - 158px);gap:.22rem}.meditation--map .meditation__controls:before,.meditation--map .meditation__controls:after{top:1.72rem;bottom:1.72rem}.meditation--map .meditation__step{min-height:24px;padding-left:1.06rem}.meditation--map .meditation__zone-tabs{align-content:center;gap:.02rem;max-height:none;overflow:visible}.meditation--map .meditation__zone-tab{min-height:clamp(20px,2.54vh,28px);padding:.11rem .06rem .11rem 1.05rem;font-size:clamp(.48rem,.68vw,.56rem)}.meditation--map .meditation__zone-tab span{font-size:.43rem}.meditation--map .meditation__panel{grid-column:3;grid-row:2;align-self:center;justify-self:end;width:min(430px,100%);max-width:none;max-height:calc(100dvh - var(--header-height) - 104px);overflow:hidden;border-left-color:color-mix(in srgb,var(--meditation-accent) 42%,rgba(245,251,255,.12));padding:clamp(.9rem,1.6vw,1.35rem) 0 clamp(.9rem,1.6vw,1.35rem) clamp(1rem,1.7vw,1.45rem);background:radial-gradient(ellipse at 0 38%,color-mix(in srgb,var(--meditation-accent) 15%,transparent),transparent 72%),linear-gradient(90deg,rgba(1,5,9,.78),rgba(1,5,9,.28) 76%,transparent);transform:none;transition:opacity .24s var(--ease-out),transform .34s var(--ease-out),filter .34s var(--ease-out)}.meditation--map .meditation__panel--out{opacity:0;filter:blur(5px);transform:translateY(10px)}.meditation--map .meditation__panel--in{animation:meditation-panel-in .36s var(--ease-out) both}.meditation--map .meditation__panel h2{font-size:clamp(2.05rem,4vw,4.7rem)}.meditation__reading{max-height:min(42vh,360px);scrollbar-width:none}.meditation__reading::-webkit-scrollbar{display:none}@keyframes meditation-panel-in{0%{opacity:0;filter:blur(5px);transform:translateY(-8px)}to{opacity:1;filter:blur(0);transform:translateY(0)}}@media(max-width:980px){.meditation--map .meditation__descent{grid-template-columns:minmax(118px,.34fr) minmax(0,1fr);grid-template-rows:auto minmax(0,1fr);padding-inline:clamp(18px,4vw,34px)}.meditation--map .meditation__header{grid-column:1 / 3}.meditation--map .meditation__controls{grid-column:1;grid-row:2;align-self:center;width:min(150px,100%)}.meditation--map .meditation__panel{grid-column:2;grid-row:2;justify-self:end;width:min(460px,100%)}}@media(max-width:640px){body:has(.meditation) .header__nav{max-width:min(72vw,290px)}.meditation--map .meditation__descent{grid-template-columns:92px minmax(0,1fr);grid-template-rows:auto minmax(0,1fr);gap:14px;padding:calc(var(--header-height) + 42px) 16px max(14px,env(safe-area-inset-bottom))}.meditation--map .meditation__header{grid-column:1 / 3}.meditation--map .meditation__header p{display:none}.meditation--map .meditation__header h1{margin-top:0;font-size:clamp(2.3rem,15vw,4.7rem)}.meditation--map .meditation__header span{margin-top:.22rem;font-size:.54rem}.meditation--map .meditation__controls{width:92px;max-height:none;align-self:stretch}.meditation--map .meditation__step{min-height:20px;padding-left:.92rem;font-size:.52rem}.meditation--map .meditation__zone-tab{min-height:18px;padding-left:.92rem;font-size:.45rem}.meditation--map .meditation__zone-tab span{font-size:.38rem}.meditation--map .meditation__zone-tab:before,.meditation--map .meditation__zone-tab:after,.meditation--map .meditation__controls:before,.meditation--map .meditation__controls:after{left:.34rem}.meditation--map .meditation__panel{width:100%;max-height:none;align-self:center;padding:.76rem 0 .76rem .92rem}.meditation--map .meditation__panel h2{font-size:clamp(1.55rem,8vw,2.35rem)}.meditation--map .meditation__phase,.meditation__depth-readout{font-size:.56rem}.meditation__reading{max-height:min(31vh,265px);gap:.52rem}.meditation__reading p{font-size:.73rem;line-height:1.45}.meditation__scene-image{width:max(150vw,760px)}}body:has(.coming-consciousness){background:#070706}.coming-consciousness{--cc-accent: #e15a4f;--cc-secondary: #f3d0a7;position:relative;isolation:isolate;flex:1;width:100%;min-height:100vh;min-height:100dvh;overflow-x:hidden;background:linear-gradient(180deg,#08070633,#080706 42%,#030303),radial-gradient(ellipse at 50% 40%,color-mix(in srgb,var(--cc-accent) 18%,transparent),transparent 34rem),#080706;color:var(--text)}.coming-consciousness:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-2;pointer-events:none;background:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),radial-gradient(ellipse at 50% 52%,transparent 0 34%,rgba(0,0,0,.72) 76%,rgba(0,0,0,.96) 100%);background-size:82px 82px,82px 82px,100% 100%;opacity:.74}.coming-consciousness:after{content:"";position:fixed;top:-20%;right:-20%;bottom:-20%;left:-20%;z-index:-1;pointer-events:none;background:conic-gradient(from 8deg at 50% 46%,transparent 0deg,color-mix(in srgb,var(--cc-accent) 8%,transparent) 28deg,transparent 58deg,color-mix(in srgb,var(--cc-secondary) 6%,transparent) 126deg,transparent 160deg);filter:blur(22px);opacity:.62;animation:coming-consciousness-turn 58s linear infinite}.coming-consciousness__stage{position:relative;display:grid;grid-template-columns:minmax(210px,.48fr) minmax(560px,1.28fr) minmax(250px,.54fr);grid-template-rows:1fr auto;min-height:max(760px,100vh);min-height:max(760px,100dvh);gap:24px;align-items:center;padding:calc(var(--header-height) + 28px) var(--gutter) 34px}.coming-consciousness__field{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.coming-consciousness__field span{position:absolute;top:var(--cc-field-y);left:var(--cc-field-x);width:22px;height:1px;background:color-mix(in srgb,var(--cc-secondary) 42%,rgba(255,255,255,.18));opacity:.24;transform:rotate(-24deg);animation:coming-consciousness-field 6.4s ease-in-out infinite;animation-delay:var(--cc-field-delay)}.coming-consciousness__header{position:relative;z-index:4;align-self:center;max-width:330px;transform:translateY(-7vh)}.coming-consciousness__header p:first-child,.coming-consciousness__readout>p,.coming-consciousness__archive p{color:color-mix(in srgb,var(--cc-secondary) 48%,rgba(212,212,208,.58));font-size:.66rem;letter-spacing:.14em;line-height:1.45;text-transform:lowercase}.coming-consciousness__header h1{max-width:6em;margin:.82rem 0 1rem;color:#f6f2e4f5;font-family:var(--font-heading);font-size:4.45rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:.9;text-transform:lowercase}.coming-consciousness__header p:last-child{color:#e6e2d2b8;font-size:.9rem;line-height:1.72}.coming-consciousness__map-wrap{position:relative;z-index:2;width:min(100%,900px);aspect-ratio:920 / 620;justify-self:center}.coming-consciousness__map-wrap:before{content:"";position:absolute;top:16%;right:10%;bottom:11%;left:10%;border:1px solid color-mix(in srgb,var(--cc-secondary) 24%,rgba(255,255,255,.08));border-radius:50%;transform:rotate(-5deg);opacity:.36;box-shadow:inset 0 0 48px color-mix(in srgb,var(--cc-secondary) 5%,transparent),0 0 72px color-mix(in srgb,var(--cc-accent) 8%,transparent)}.coming-consciousness__map{position:relative;z-index:1;display:block;width:100%;height:100%;overflow:visible}.coming-consciousness__terrain,.coming-consciousness__route,.coming-consciousness__branch,.coming-consciousness__threshold-line{fill:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.coming-consciousness__terrain{stroke:color-mix(in srgb,var(--cc-secondary) 28%,rgba(255,255,255,.12));stroke-width:1.2;opacity:.45}.coming-consciousness__terrain--shadow{stroke:#ffffff0f;opacity:.62}.coming-consciousness__branch{stroke:color-mix(in srgb,var(--cc-secondary) 20%,rgba(255,255,255,.08));stroke-dasharray:2 16;stroke-width:1.1;opacity:.42}.coming-consciousness__threshold-line{stroke:color-mix(in srgb,#e15a4f 46%,transparent);stroke-dasharray:3 13;stroke-width:1.4;opacity:.74}.coming-consciousness__route{stroke:url(#cc-core);stroke-width:4;opacity:.22;filter:drop-shadow(0 0 18px color-mix(in srgb,var(--cc-accent) 24%,transparent))}.coming-consciousness__route--active{stroke:color-mix(in srgb,var(--cc-accent) 78%,rgba(255,255,255,.4));opacity:.82}.coming-consciousness__node{cursor:pointer;outline:none}.coming-consciousness__node-aura,.coming-consciousness__node-core,.coming-consciousness__glyph,.coming-consciousness__node text{transition:opacity .24s var(--ease-out),stroke .24s var(--ease-out),fill .24s var(--ease-out),filter .24s var(--ease-out)}.coming-consciousness__node-aura{fill:color-mix(in srgb,var(--cc-node-accent) 18%,transparent);stroke:color-mix(in srgb,var(--cc-node-secondary) 28%,rgba(255,255,255,.12));stroke-width:1;opacity:.3}.coming-consciousness__node-core{stroke:#ffeebe9e;stroke-width:1.3;opacity:.84}.coming-consciousness__node:hover .coming-consciousness__node-aura,.coming-consciousness__node:focus-visible .coming-consciousness__node-aura,.coming-consciousness__node--active .coming-consciousness__node-aura{fill:color-mix(in srgb,var(--cc-node-accent) 30%,transparent);opacity:.76;filter:drop-shadow(0 0 20px color-mix(in srgb,var(--cc-node-accent) 34%,transparent))}.coming-consciousness__node--active .coming-consciousness__node-core{opacity:1;filter:drop-shadow(0 0 16px color-mix(in srgb,var(--cc-node-secondary) 32%,transparent)) drop-shadow(0 0 28px color-mix(in srgb,var(--cc-node-accent) 22%,transparent))}.coming-consciousness__node--visited:not(.coming-consciousness__node--active) .coming-consciousness__node-core{opacity:.96}.coming-consciousness__glyph{fill:color-mix(in srgb,var(--cc-node-accent) 34%,rgba(255,255,255,.08));stroke:#fff8dddb;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;pointer-events:none}.coming-consciousness__glyph path,.coming-consciousness__glyph circle,.coming-consciousness__glyph ellipse{vector-effect:non-scaling-stroke}.coming-consciousness__glyph path:not(:first-child),.coming-consciousness__glyph circle+circle,.coming-consciousness__glyph--conditions ellipse,.coming-consciousness__glyph--mediation circle,.coming-consciousness__glyph--repetition path,.coming-consciousness__glyph--observer circle,.coming-consciousness__glyph--retreat circle,.coming-consciousness__glyph--integration circle{fill:none}.coming-consciousness__node text{fill:#e7e2d48a;font-family:var(--font-body);font-size:15px;letter-spacing:.12em;text-transform:lowercase;pointer-events:none}.coming-consciousness__node--active text{fill:#fff9e2f0}.coming-consciousness__readout{position:relative;z-index:4;align-self:center;max-width:320px;justify-self:end;border-left:1px solid color-mix(in srgb,var(--cc-accent) 38%,rgba(255,255,255,.1));padding:1.1rem 0 1.1rem 1.1rem;background:linear-gradient(90deg,rgba(5,5,5,.78),rgba(5,5,5,.22) 72%,transparent),radial-gradient(ellipse at 0 45%,color-mix(in srgb,var(--cc-accent) 14%,transparent),transparent 70%);transform:translateY(-4vh)}.coming-consciousness__readout h2{margin:.56rem 0 .45rem;color:#faf5e4fa;font-family:var(--font-heading);font-size:3.25rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:.94;text-transform:lowercase}.coming-consciousness__thesis{margin-bottom:1.25rem;color:color-mix(in srgb,var(--cc-secondary) 54%,rgba(212,212,208,.72));font-size:.78rem;letter-spacing:.1em;line-height:1.48;text-transform:lowercase}.coming-consciousness__body{margin-bottom:1.35rem;color:#e2ded2bd;font-size:.86rem;line-height:1.75}.coming-consciousness__readout dl{display:grid}.coming-consciousness__readout dl div{border-top:1px solid color-mix(in srgb,var(--cc-accent) 24%,rgba(255,255,255,.08));padding-top:.9rem}.coming-consciousness__readout dt{margin-bottom:.35rem;color:color-mix(in srgb,var(--cc-accent) 46%,rgba(212,212,208,.5));font-size:.62rem;letter-spacing:.12em;text-transform:lowercase}.coming-consciousness__readout dd{color:#f6efd7d1;font-family:var(--font-heading);font-size:1.26rem;font-style:italic;line-height:1.25}.coming-consciousness__controls{position:relative;z-index:5;grid-column:1 / -1;display:grid;grid-template-columns:86px minmax(0,1fr) 86px;width:min(900px,100%);justify-self:center;gap:18px;align-items:center;margin-top:-1.2rem}.coming-consciousness__controls>button,.coming-consciousness__controls div button{min-height:40px;color:#dedacd8f;font-size:.68rem;letter-spacing:.11em;text-transform:lowercase;transition:color .2s var(--ease-out),background .2s var(--ease-out),border-color .2s var(--ease-out)}.coming-consciousness__controls>button{text-align:center}.coming-consciousness__controls div{display:grid;grid-template-columns:repeat(auto-fit,minmax(74px,1fr));gap:8px}.coming-consciousness__controls div button{display:grid;gap:.28rem;align-content:center;justify-items:center;border:1px solid color-mix(in srgb,var(--cc-secondary) 16%,rgba(255,255,255,.08));border-radius:6px;padding:.58rem .4rem;background:#ffffff05}.coming-consciousness__controls div button span{color:color-mix(in srgb,var(--cc-secondary) 36%,rgba(212,212,208,.4));font-size:.56rem}.coming-consciousness__controls>button:hover,.coming-consciousness__controls div button:hover,.coming-consciousness__controls div .coming-consciousness__tab--active{color:#fff9e6f0;border-color:color-mix(in srgb,var(--cc-accent) 52%,rgba(255,255,255,.12));background:color-mix(in srgb,var(--cc-accent) 10%,transparent)}.coming-consciousness__archive{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:70px;border-top:1px solid color-mix(in srgb,var(--cc-accent) 15%,rgba(255,255,255,.07));padding:54px var(--gutter) 78px;background:radial-gradient(ellipse at 50% 0%,color-mix(in srgb,var(--cc-accent) 7%,transparent),transparent 46%),#040404c7}.coming-consciousness__branch-grid{display:grid;grid-template-columns:1fr;gap:.72rem}.coming-consciousness__branch-grid article,.coming-consciousness__live-test{border:1px solid color-mix(in srgb,var(--cc-accent) 16%,rgba(255,255,255,.08));border-radius:6px;padding:1rem;background:linear-gradient(135deg,color-mix(in srgb,var(--cc-accent) 6%,transparent),transparent 58%),#ffffff04}.coming-consciousness__branch-grid p,.coming-consciousness__live-test p{margin-bottom:.44rem}.coming-consciousness__branch-grid strong,.coming-consciousness__live-test strong{display:block;color:#f6efd7d1;font-family:var(--font-heading);font-size:1.12rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.28}.coming-consciousness__live-test{display:grid;align-content:start;gap:1.2rem}.coming-consciousness__archive ul{display:flex;flex-wrap:wrap;gap:.56rem;margin:1rem 0 0;padding:0;list-style:none}.coming-consciousness__archive li{border:1px solid color-mix(in srgb,var(--cc-accent) 28%,rgba(255,255,255,.12));padding:.42rem .62rem;color:#e0dccfad;font-size:.66rem;letter-spacing:.08em;line-height:1;text-transform:lowercase}@keyframes coming-consciousness-turn{to{transform:rotate(360deg)}}@keyframes coming-consciousness-field{0%,to{opacity:.08;transform:translateY(0) rotate(-24deg)}50%{opacity:.34;transform:translateY(-8px) rotate(-24deg)}}@media(max-width:1140px){.coming-consciousness__stage{grid-template-columns:minmax(240px,.64fr) minmax(440px,1fr);grid-template-rows:auto minmax(420px,1fr) auto;min-height:auto}.coming-consciousness__header{grid-column:1 / 2;transform:none}.coming-consciousness__header h1{font-size:3.55rem}.coming-consciousness__map-wrap{grid-column:1 / -1;grid-row:2;width:min(88vw,780px)}.coming-consciousness__readout{grid-column:2 / 3;grid-row:1;max-width:430px;transform:none}.coming-consciousness__controls{margin-top:0}}@media(max-width:780px){.coming-consciousness__stage{grid-template-columns:1fr;grid-template-rows:auto auto auto auto;gap:1.4rem;padding-top:calc(var(--header-height) + 92px)}.coming-consciousness__header,.coming-consciousness__map-wrap,.coming-consciousness__readout,.coming-consciousness__controls{grid-column:1;grid-row:auto}.coming-consciousness__header{max-width:none}.coming-consciousness__header h1{max-width:7.4em;font-size:3rem}.coming-consciousness__map-wrap{width:min(100%,560px)}.coming-consciousness__readout{justify-self:stretch;max-width:none}.coming-consciousness__controls{grid-template-columns:1fr 1fr;gap:.8rem}.coming-consciousness__controls div{grid-column:1 / -1;grid-row:1}.coming-consciousness__archive{grid-template-columns:1fr;gap:2rem}}@media(max-width:460px){.coming-consciousness__stage{padding-top:calc(var(--header-height) + 82px)}.coming-consciousness__header h1{font-size:2.44rem}.coming-consciousness__header p:last-child,.coming-consciousness__body{font-size:.84rem}.coming-consciousness__readout h2{font-size:2.45rem}.coming-consciousness__readout dd{font-size:1.1rem}.coming-consciousness__controls div{gap:.45rem}.coming-consciousness__controls div button{min-height:50px;padding:.48rem .2rem;font-size:.62rem}}.coming-consciousness{--cc-accent: #b5e6ff;background:radial-gradient(ellipse at 74% 16%,color-mix(in srgb,var(--cc-accent) 13%,transparent),transparent 30rem),linear-gradient(180deg,#08070633,#080706 48%,#030303),#080706}.coming-consciousness__stage{display:grid;grid-template-columns:minmax(210px,270px) minmax(0,760px);grid-template-rows:auto 1fr auto;width:min(1180px,100%);min-height:auto;margin:0 auto;gap:clamp(24px,3.6vw,42px);align-items:start;padding:calc(var(--header-height) + 56px) var(--gutter) 86px}.coming-consciousness__header{grid-column:1 / -1;max-width:760px;transform:none}.coming-consciousness__header p:first-child,.coming-consciousness__era{color:color-mix(in srgb,var(--cc-accent) 48%,rgba(212,212,208,.58));font-size:.68rem;letter-spacing:.14em;line-height:1.45;text-transform:lowercase}.coming-consciousness__header h1{max-width:7em;margin:.9rem 0 1.05rem;font-size:clamp(3rem,6.4vw,5.25rem);line-height:.9}.coming-consciousness__header p:last-child{max-width:35rem;color:#e6e2d2bd;font-size:.96rem;line-height:1.75}.coming-consciousness__timeline{position:sticky;top:calc(var(--header-height) + 28px);display:grid;gap:1px;border:1px solid color-mix(in srgb,var(--cc-accent) 13%,rgba(255,255,255,.08));border-radius:8px;overflow:hidden;background:#ffffff09}.coming-consciousness__timeline button{display:grid;grid-template-columns:34px minmax(0,1fr);gap:.7rem;min-height:46px;padding:.74rem .88rem;color:#dedacd94;background:#05050585;font-size:.72rem;letter-spacing:.04em;line-height:1.25;text-align:left;text-transform:lowercase;transition:color .2s var(--ease-out),background .2s var(--ease-out)}.coming-consciousness__timeline button span{color:color-mix(in srgb,var(--cc-accent) 34%,rgba(212,212,208,.4));font-size:.62rem;letter-spacing:.12em}.coming-consciousness__timeline .coming-consciousness__timeline-step--active{color:#fff9e6f0;background:linear-gradient(90deg,color-mix(in srgb,var(--cc-accent) 15%,transparent),transparent 70%),#ffffff09}.coming-consciousness__timeline button:hover{color:#fff9e6d1;background:#ffffff0a}.coming-consciousness__analysis{min-width:0;border-left:1px solid color-mix(in srgb,var(--cc-accent) 34%,rgba(255,255,255,.1));padding:.2rem 0 .8rem clamp(20px,3vw,34px)}.coming-consciousness__analysis h2{max-width:10em;margin:.7rem 0 .8rem;color:#faf5e4fa;font-family:var(--font-heading);font-size:clamp(2.45rem,4.8vw,4.3rem);font-style:italic;font-weight:400;letter-spacing:0;line-height:.92;text-transform:lowercase}.coming-consciousness__premise{max-width:42rem;margin:0 0 2rem;color:color-mix(in srgb,var(--cc-accent) 42%,rgba(236,232,218,.82));font-family:var(--font-heading);font-size:clamp(1.35rem,2vw,1.8rem);font-style:italic;line-height:1.25}.coming-consciousness__analysis>p:not(.coming-consciousness__era):not(.coming-consciousness__premise){max-width:44rem;margin:0 0 1.35rem;color:#e2ded2c7;font-size:1rem;line-height:1.85}.coming-consciousness__analysis blockquote{max-width:42rem;margin:2rem 0 0;border-top:1px solid color-mix(in srgb,var(--cc-accent) 22%,rgba(255,255,255,.08));padding-top:1.25rem;color:#faf5e4e6;font-family:var(--font-heading);font-size:clamp(1.25rem,2vw,1.6rem);font-style:italic;line-height:1.35}.coming-consciousness__controls{grid-column:2;display:grid;grid-template-columns:84px minmax(0,1fr) 84px;width:min(760px,100%);gap:1rem;align-items:center;margin-top:-1rem}.coming-consciousness__controls>button{min-height:40px;color:#dedacd9e;font-size:.68rem;letter-spacing:.11em;text-align:center;text-transform:lowercase}.coming-consciousness__controls>button:hover{color:#fff9e6f0}.coming-consciousness__controls>span{min-width:0;overflow:hidden;color:#dedacd80;font-size:.68rem;letter-spacing:.1em;text-align:center;text-overflow:ellipsis;text-transform:lowercase;white-space:nowrap}@media(max-width:900px){.coming-consciousness__stage{grid-template-columns:1fr;gap:1.6rem;padding-top:calc(var(--header-height) + 86px)}.coming-consciousness__header,.coming-consciousness__timeline,.coming-consciousness__analysis,.coming-consciousness__controls{grid-column:1}.coming-consciousness__timeline{position:static;display:flex;gap:1px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none}.coming-consciousness__timeline::-webkit-scrollbar{display:none}.coming-consciousness__timeline button{grid-template-columns:1fr;flex:0 0 min(220px,72vw);min-height:58px;scroll-snap-align:start}.coming-consciousness__analysis{padding-left:1.1rem}.coming-consciousness__controls{grid-template-columns:1fr;margin-top:0}.coming-consciousness__controls>span{order:-1}}@media(max-width:520px){.coming-consciousness__stage{padding-top:calc(var(--header-height) + 78px)}.coming-consciousness__header h1{font-size:2.7rem}.coming-consciousness__analysis h2{font-size:2.35rem}.coming-consciousness__analysis>p:not(.coming-consciousness__era):not(.coming-consciousness__premise){font-size:.94rem}}.coming-consciousness{--cc-accent: #f0c77a;background:#080706}.coming-consciousness__stage{display:flex;flex-direction:column;width:min(1080px,100%);min-height:100vh;min-height:100dvh;margin:0 auto;gap:clamp(24px,4vw,38px);padding:calc(var(--header-height) + 52px) var(--gutter) 88px}.coming-consciousness__header{max-width:640px}.coming-consciousness__header p:first-child,.coming-consciousness__era{color:#e7e2d47a;font-size:.66rem;letter-spacing:.12em}.coming-consciousness__header h1{max-width:8em;margin:.65rem 0 .8rem;font-size:clamp(2.8rem,5.8vw,4.8rem)}.coming-consciousness__header p:last-child{max-width:34rem;color:#e6e2d2ad;font-size:.94rem;line-height:1.7}.coming-consciousness__experience{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);gap:clamp(28px,4.6vw,56px);align-items:start}.coming-consciousness__visual{position:sticky;top:calc(var(--header-height) + 30px);min-height:460px;border-top:1px solid rgba(231,226,212,.1);border-bottom:1px solid rgba(231,226,212,.08);background:radial-gradient(ellipse at 76% 18%,color-mix(in srgb,var(--cc-accent) 16%,transparent),transparent 26rem),radial-gradient(ellipse at 18% 80%,rgba(240,199,122,.09),transparent 20rem)}.coming-consciousness__visual:before{content:"";position:absolute;top:12px;right:0;bottom:12px;left:0;pointer-events:none;background:linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:54px 54px;opacity:.42;-webkit-mask-image:radial-gradient(ellipse at 50% 50%,#000 0 48%,transparent 80%);mask-image:radial-gradient(ellipse at 50% 50%,#000 0 48%,transparent 80%)}.coming-consciousness__path-map{position:absolute;top:3%;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible}.coming-consciousness__branch-line,.coming-consciousness__life-path{fill:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.coming-consciousness__branch-line{stroke:#e7e2d41f;stroke-dasharray:2 10;stroke-width:1.1}.coming-consciousness__life-path{stroke:color-mix(in srgb,var(--cc-accent) 56%,rgba(255,255,255,.18));stroke-width:2.2;opacity:.72;filter:drop-shadow(0 0 18px color-mix(in srgb,var(--cc-accent) 22%,transparent))}.coming-consciousness__life-path--shadow{stroke:#e7e2d41a;stroke-width:9;opacity:.3;filter:none}.coming-consciousness__visual-node{position:absolute;left:var(--cc-node-x);top:var(--cc-node-y);z-index:2;display:grid;width:94px;gap:.46rem;justify-items:center;color:#e7e2d480;text-align:center;transform:translate(-50%,-50%);transition:color .2s var(--ease-out),transform .2s var(--ease-out)}.coming-consciousness__visual-node span{display:grid;width:34px;height:34px;place-items:center;border:1px solid color-mix(in srgb,var(--cc-node-accent) 46%,rgba(255,255,255,.18));border-radius:50%;background:radial-gradient(circle at 35% 28%,rgba(255,255,255,.28),transparent 30%),color-mix(in srgb,var(--cc-node-accent) 18%,rgba(7,7,6,.8));color:#faf5e4bd;font-size:.58rem;letter-spacing:.08em;box-shadow:0 0 0 8px color-mix(in srgb,var(--cc-node-accent) 8%,transparent)}.coming-consciousness__visual-node strong{max-width:8rem;color:inherit;font-family:var(--font-body);font-size:.7rem;font-weight:400;letter-spacing:.02em;line-height:1.2;text-transform:lowercase}.coming-consciousness__visual-node:hover,.coming-consciousness__visual-node--active{color:#faf5e4f2;transform:translate(-50%,-50%) translateY(-3px)}.coming-consciousness__visual-node--active span{border-color:color-mix(in srgb,var(--cc-node-accent) 76%,rgba(255,255,255,.26));color:#fffae6fa;box-shadow:0 0 0 10px color-mix(in srgb,var(--cc-node-accent) 11%,transparent),0 0 26px color-mix(in srgb,var(--cc-node-accent) 38%,transparent)}.coming-consciousness__timeline{position:static;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;width:100%;border:0;border-top:1px solid rgba(231,226,212,.12);border-radius:0;padding-top:1rem;overflow:visible;background:transparent}.coming-consciousness__timeline button{display:block;min-height:0;border-bottom:1px solid rgba(231,226,212,.14);padding:0 0 .7rem;color:#e7e2d475;background:transparent;font-size:.76rem;letter-spacing:0;line-height:1.25;text-align:left}.coming-consciousness__timeline button span{display:block;margin-bottom:.38rem;color:#e7e2d45c;font-size:.58rem;letter-spacing:.1em}.coming-consciousness__timeline .coming-consciousness__timeline-step--active{border-color:color-mix(in srgb,var(--cc-accent) 58%,rgba(255,255,255,.18));color:#faf5e4f0;background:transparent}.coming-consciousness__timeline button:hover{color:#faf5e4c7;background:transparent}.coming-consciousness__analysis{width:100%;border-left:0;padding:0 0 0 clamp(18px,3vw,28px);border-left:1px solid rgba(231,226,212,.1)}.coming-consciousness__analysis h2{max-width:none;margin:.55rem 0 .7rem;font-size:clamp(2.25rem,4.8vw,3.8rem)}.coming-consciousness__premise{max-width:38rem;margin-bottom:1.55rem;color:color-mix(in srgb,var(--cc-accent) 38%,rgba(236,232,218,.78));font-size:clamp(1.22rem,2vw,1.55rem)}.coming-consciousness__analysis>p:not(.coming-consciousness__era):not(.coming-consciousness__premise){max-width:40rem;margin-bottom:1.05rem;color:#e2ded2c2;font-size:.98rem;line-height:1.78}.coming-consciousness__analysis blockquote{max-width:38rem;margin-top:1.65rem;padding-top:1rem;color:#faf5e4d6;font-size:clamp(1.14rem,2vw,1.42rem)}.coming-consciousness__controls{display:none}@media(max-width:720px){.coming-consciousness__stage{gap:24px;padding-top:calc(var(--header-height) + 72px)}.coming-consciousness__experience{grid-template-columns:1fr}.coming-consciousness__visual{position:relative;top:auto;min-height:390px}.coming-consciousness__analysis{border-left:0;padding-left:0}.coming-consciousness__timeline{display:flex;gap:12px;overflow-x:auto;padding-bottom:.25rem;scrollbar-width:none}.coming-consciousness__timeline::-webkit-scrollbar{display:none}.coming-consciousness__timeline button{flex:0 0 116px}}@media(max-width:520px){.coming-consciousness__stage{padding-bottom:68px}.coming-consciousness__header h1{font-size:2.7rem}.coming-consciousness__visual{min-height:330px}.coming-consciousness__visual-node{width:74px}.coming-consciousness__visual-node span{width:30px;height:30px}.coming-consciousness__visual-node strong{display:none}.coming-consciousness__visual-node--active strong{position:absolute;top:38px;display:block;width:100px}.coming-consciousness__analysis h2{font-size:2.24rem}}.coming-consciousness__stage{width:min(1240px,100%)}.coming-consciousness__atlas{display:grid;grid-template-columns:minmax(150px,.32fr) minmax(360px,.9fr) minmax(360px,.78fr);gap:clamp(20px,3.8vw,46px);align-items:start}.coming-consciousness__reference{position:sticky;top:calc(var(--header-height) + 28px);display:grid;gap:.72rem}.coming-consciousness__reference img{width:100%;max-height:360px;border:1px solid rgba(231,226,212,.1);object-fit:cover;object-position:50% 52%;opacity:.82;filter:saturate(.86) contrast(1.06)}.coming-consciousness__reference p{color:#e7e2d46b;font-size:.62rem;letter-spacing:.12em;text-transform:lowercase}.coming-consciousness__sketch-stage{display:grid;gap:18px}.coming-consciousness__active-sketch{position:relative;display:grid;min-height:460px;align-items:center;justify-items:center;border-top:1px solid rgba(231,226,212,.1);border-bottom:1px solid rgba(231,226,212,.08);background:radial-gradient(ellipse at 50% 42%,color-mix(in srgb,var(--cc-accent) 14%,transparent),transparent 22rem),linear-gradient(rgba(255,255,255,.024) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:100% 100%,42px 42px,42px 42px}.coming-consciousness__active-sketch>div{position:absolute;right:0;bottom:18px;left:0;display:grid;justify-items:center;gap:.18rem;pointer-events:none}.coming-consciousness__active-sketch p{color:#e7e2d470;font-size:.62rem;letter-spacing:.12em}.coming-consciousness__active-sketch h2{margin:0;color:#faf5e4eb;font-family:var(--font-heading);font-size:clamp(1.9rem,3.6vw,3.4rem);font-style:italic;font-weight:400;letter-spacing:0;line-height:1;text-transform:lowercase}.coming-consciousness__drawing{width:100%;max-width:138px;overflow:visible}.coming-consciousness__drawing--large{max-width:min(360px,78%);filter:drop-shadow(0 0 26px color-mix(in srgb,var(--cc-accent) 18%,transparent))}.coming-consciousness__sketch-line,.coming-consciousness__sketch-eye,.coming-consciousness__sketch-mouth,.coming-consciousness__sketch-grid path{fill:none;stroke:#f6f0ded1;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.coming-consciousness__sketch-line{stroke-width:3.2}.coming-consciousness__sketch-line--faint{opacity:.38}.coming-consciousness__sketch-eye,.coming-consciousness__sketch-mouth{stroke-width:3.6}.coming-consciousness__sketch-fill{fill:color-mix(in srgb,var(--cc-accent) 32%,rgba(14,13,12,.75));stroke:#f6f0dec7;stroke-width:2.8}.coming-consciousness__sketch-grid path{opacity:.48;stroke-width:2.1}.coming-consciousness__sketch-mask{fill:color-mix(in srgb,var(--cc-accent) 14%,rgba(12,11,10,.8));stroke:#f6f0de94;stroke-width:2.8}.coming-consciousness__sketch-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.coming-consciousness__sketch-card{display:grid;gap:.5rem;min-height:116px;justify-items:center;border:1px solid rgba(231,226,212,.1);padding:.72rem .45rem .62rem;color:#e7e2d480;background:#ffffff05;transition:border-color .2s var(--ease-out),background .2s var(--ease-out),color .2s var(--ease-out),transform .2s var(--ease-out)}.coming-consciousness__sketch-card span{max-width:7.5rem;font-size:.66rem;line-height:1.2;text-align:center;text-transform:lowercase}.coming-consciousness__sketch-card .coming-consciousness__drawing{opacity:.58;transition:opacity .2s var(--ease-out),transform .2s var(--ease-out)}.coming-consciousness__sketch-card:hover,.coming-consciousness__sketch-card--active{border-color:color-mix(in srgb,var(--cc-node-accent) 44%,rgba(255,255,255,.14));color:#faf5e4eb;background:radial-gradient(ellipse at 50% 0%,color-mix(in srgb,var(--cc-node-accent) 12%,transparent),transparent 74%),#ffffff07;transform:translateY(-2px)}.coming-consciousness__sketch-card:hover .coming-consciousness__drawing,.coming-consciousness__sketch-card--active .coming-consciousness__drawing{opacity:1;transform:translateY(-2px)}.coming-consciousness__analysis{display:grid;gap:1rem;border-left:1px solid rgba(231,226,212,.1);padding:0 0 0 clamp(18px,2.4vw,30px)}.coming-consciousness__era{margin:0;color:color-mix(in srgb,var(--cc-accent) 42%,rgba(231,226,212,.48))}.coming-consciousness__premise{max-width:34rem;margin:0;color:#faf5e4e6;font-size:clamp(1.3rem,2.1vw,1.85rem)}.coming-consciousness__materials{display:grid;gap:.72rem;border-top:1px solid color-mix(in srgb,var(--cc-accent) 22%,rgba(255,255,255,.08));border-bottom:1px solid color-mix(in srgb,var(--cc-accent) 16%,rgba(255,255,255,.06));padding:1rem 0}.coming-consciousness__materials h3{margin:0;color:#e7e2d475;font-size:.64rem;font-weight:400;letter-spacing:.12em;text-transform:lowercase}.coming-consciousness__material-list{display:grid;gap:.62rem}.coming-consciousness__material-button{border:1px solid rgba(231,226,212,.1);padding:.62rem .72rem;color:#e7e2d4bd;background:#ffffff04;font-size:.86rem;line-height:1.55;text-align:left;transition:border-color .2s var(--ease-out),background .2s var(--ease-out),color .2s var(--ease-out)}.coming-consciousness__material-button:hover,.coming-consciousness__material-button--active{border-color:color-mix(in srgb,var(--cc-accent) 42%,rgba(255,255,255,.12));color:#faf5e4eb;background:color-mix(in srgb,var(--cc-accent) 8%,rgba(255,255,255,.018))}.coming-consciousness__operation{margin:0;color:color-mix(in srgb,var(--cc-accent) 32%,rgba(231,226,212,.78));font-family:var(--font-heading);font-size:1.16rem;font-style:italic;line-height:1.35}.coming-consciousness__analysis>p:not(.coming-consciousness__era):not(.coming-consciousness__premise){max-width:34rem;margin:0;color:#e2ded2c2;font-size:.96rem;line-height:1.74}.coming-consciousness__analysis blockquote{max-width:34rem;margin:.35rem 0 0;border-top:1px solid color-mix(in srgb,var(--cc-accent) 22%,rgba(255,255,255,.08));padding-top:1rem;color:#faf5e4db;font-size:clamp(1.08rem,1.7vw,1.34rem)}@media(max-width:1060px){.coming-consciousness__atlas{grid-template-columns:minmax(0,.9fr) minmax(340px,1.1fr)}.coming-consciousness__reference{position:static;grid-column:1 / -1;grid-template-columns:112px minmax(0,1fr);align-items:end}.coming-consciousness__reference img{max-height:150px}}@media(max-width:760px){.coming-consciousness__atlas{grid-template-columns:1fr}.coming-consciousness__reference{grid-template-columns:96px minmax(0,1fr)}.coming-consciousness__active-sketch{min-height:360px}.coming-consciousness__sketch-strip{display:flex;overflow-x:auto;padding-bottom:.35rem;scrollbar-width:none}.coming-consciousness__sketch-strip::-webkit-scrollbar{display:none}.coming-consciousness__sketch-card{flex:0 0 112px}.coming-consciousness__analysis{border-left:0;padding-left:0}}@media(max-width:520px){.coming-consciousness__reference{grid-template-columns:78px minmax(0,1fr)}.coming-consciousness__active-sketch{min-height:310px}.coming-consciousness__drawing--large{max-width:min(270px,82%)}}.coming-consciousness__atlas{grid-template-columns:minmax(420px,.95fr) minmax(360px,.72fr);align-items:start}.coming-consciousness__image-stage{display:grid;gap:18px}.coming-consciousness__active-image{position:relative;display:grid;min-height:540px;margin:0;place-items:center;border-top:1px solid rgba(231,226,212,.1);border-bottom:1px solid rgba(231,226,212,.08);background:radial-gradient(ellipse at 50% 42%,color-mix(in srgb,var(--cc-accent) 14%,transparent),transparent 22rem),#ffffff03}.coming-consciousness__active-image img{width:min(460px,86%);aspect-ratio:1;object-fit:cover;box-shadow:0 28px 80px #0000006b,0 0 42px color-mix(in srgb,var(--cc-accent) 16%,transparent)}.coming-consciousness__active-image figcaption{position:absolute;right:0;bottom:18px;left:0;display:grid;justify-items:center;gap:.18rem;color:#faf5e4eb;font-family:var(--font-heading);font-size:clamp(1.9rem,3.6vw,3.4rem);font-style:italic;line-height:1;text-transform:lowercase;pointer-events:none}.coming-consciousness__active-image figcaption span{color:#e7e2d470;font-family:var(--font-body);font-size:.62rem;font-style:normal;letter-spacing:.12em}.coming-consciousness__image-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.coming-consciousness__image-card{display:grid;gap:.5rem;min-height:138px;justify-items:center;border:1px solid rgba(231,226,212,.1);padding:.62rem .45rem;color:#e7e2d480;background:#ffffff05;transition:border-color .2s var(--ease-out),background .2s var(--ease-out),color .2s var(--ease-out),transform .2s var(--ease-out)}.coming-consciousness__image-card img{width:100%;max-width:96px;aspect-ratio:1;object-fit:cover;opacity:.6;transition:opacity .2s var(--ease-out),transform .2s var(--ease-out)}.coming-consciousness__image-card span{max-width:7.5rem;font-size:.66rem;line-height:1.2;text-align:center;text-transform:lowercase}.coming-consciousness__image-card:hover,.coming-consciousness__image-card--active{border-color:color-mix(in srgb,var(--cc-node-accent) 44%,rgba(255,255,255,.14));color:#faf5e4eb;background:radial-gradient(ellipse at 50% 0%,color-mix(in srgb,var(--cc-node-accent) 12%,transparent),transparent 74%),#ffffff07;transform:translateY(-2px)}.coming-consciousness__image-card:hover img,.coming-consciousness__image-card--active img{opacity:1;transform:translateY(-2px)}@media(max-width:980px){.coming-consciousness__atlas{grid-template-columns:1fr}.coming-consciousness__active-image{min-height:470px}}@media(max-width:760px){.coming-consciousness__active-image{min-height:390px}.coming-consciousness__image-strip{display:flex;overflow-x:auto;padding-bottom:.35rem;scrollbar-width:none}.coming-consciousness__image-strip::-webkit-scrollbar{display:none}.coming-consciousness__image-card{flex:0 0 112px}}@media(max-width:520px){.coming-consciousness__active-image{min-height:330px}.coming-consciousness__active-image img{width:min(270px,82%)}}.coming-consciousness__stage{width:min(1180px,100%);gap:clamp(22px,3vw,34px)}.coming-consciousness__sequence{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;border:1px solid rgba(231,226,212,.1);background:#e7e2d414}.coming-consciousness__sequence-step{display:grid;grid-template-rows:auto auto 1fr;gap:.48rem;min-width:0;min-height:148px;align-content:start;padding:.7rem;color:#e7e2d480;background:#080706;text-align:left;transition:background .2s var(--ease-out),color .2s var(--ease-out),transform .2s var(--ease-out)}.coming-consciousness__sequence-step img{width:100%;aspect-ratio:1;object-fit:cover;opacity:.62;transition:opacity .2s var(--ease-out),filter .2s var(--ease-out)}.coming-consciousness__sequence-step span{color:color-mix(in srgb,var(--cc-node-accent) 38%,rgba(231,226,212,.5));font-size:.58rem;letter-spacing:.12em}.coming-consciousness__sequence-step strong{max-width:8rem;color:inherit;font-size:.72rem;font-weight:400;letter-spacing:0;line-height:1.18;text-transform:lowercase}.coming-consciousness__sequence-step:hover,.coming-consciousness__sequence-step--active{color:#faf5e4f0;background:radial-gradient(ellipse at 50% 0%,color-mix(in srgb,var(--cc-node-accent) 12%,transparent),transparent 74%),#0b0a09}.coming-consciousness__sequence-step:hover img,.coming-consciousness__sequence-step--active img{opacity:1;filter:contrast(1.04)}.coming-consciousness__workspace{display:grid;grid-template-columns:minmax(380px,.92fr) minmax(360px,.82fr);gap:clamp(28px,4vw,52px);align-items:start}.coming-consciousness__workspace .coming-consciousness__active-image{position:sticky;top:calc(var(--header-height) + 28px);min-height:auto;margin:0;padding:clamp(18px,2.8vw,34px)}.coming-consciousness__workspace .coming-consciousness__active-image img{width:min(520px,100%)}.coming-consciousness__analysis{align-content:start;gap:clamp(18px,2.4vw,26px)}.coming-consciousness__readout-head{display:grid;gap:.7rem}.coming-consciousness__readout-head h2{margin:0;color:#faf5e4f5;font-family:var(--font-heading);font-size:clamp(2.35rem,4.4vw,4.1rem);font-style:italic;font-weight:400;letter-spacing:0;line-height:.92;text-transform:lowercase}.coming-consciousness__materials{gap:.9rem}.coming-consciousness__material-list{grid-template-columns:1fr}.coming-consciousness__operation{display:grid;gap:.42rem}.coming-consciousness__operation span{color:color-mix(in srgb,var(--cc-accent) 42%,rgba(231,226,212,.48));font-family:var(--font-body);font-size:.62rem;font-style:normal;letter-spacing:.12em;text-transform:lowercase}.coming-consciousness__operation p{margin:0;color:color-mix(in srgb,var(--cc-accent) 30%,rgba(231,226,212,.82));font-family:var(--font-heading);font-size:clamp(1.12rem,1.7vw,1.34rem);font-style:italic;line-height:1.35}.coming-consciousness__interpretation{display:grid;gap:1rem}.coming-consciousness__interpretation p{max-width:34rem;margin:0;color:#e2ded2c2;font-size:.96rem;line-height:1.74}.coming-consciousness__interpretation blockquote{max-width:34rem;margin:.35rem 0 0;border-top:1px solid color-mix(in srgb,var(--cc-accent) 22%,rgba(255,255,255,.08));padding-top:1rem;color:#faf5e4db;font-family:var(--font-heading);font-size:clamp(1.08rem,1.7vw,1.34rem);font-style:italic;line-height:1.38}@media(max-width:940px){.coming-consciousness__sequence{display:flex;overflow-x:auto;scrollbar-width:none}.coming-consciousness__sequence::-webkit-scrollbar{display:none}.coming-consciousness__sequence-step{flex:0 0 138px}.coming-consciousness__workspace{grid-template-columns:1fr}.coming-consciousness__workspace .coming-consciousness__active-image{position:relative;top:auto}.coming-consciousness__analysis{border-left:0;padding-left:0}}@media(max-width:520px){.coming-consciousness__sequence-step{flex-basis:116px;min-height:128px;padding:.56rem}.coming-consciousness__workspace .coming-consciousness__active-image img{width:min(300px,100%)}.coming-consciousness__readout-head h2{font-size:2.28rem}}.coming-consciousness{--cc-accent: #f0c77a;min-height:100vh;min-height:100dvh;background:radial-gradient(ellipse at 50% 0%,color-mix(in srgb,var(--cc-accent) 10%,transparent),transparent 34rem),#080706}.coming-consciousness:before,.coming-consciousness:after{display:none}.coming-consciousness__simple{display:grid;width:min(1060px,100%);min-height:100vh;min-height:100dvh;margin:0 auto;align-content:center;gap:clamp(22px,3.4vw,38px);padding:calc(var(--header-height) + 36px) var(--gutter) 46px}.coming-consciousness__topline{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid rgba(231,226,212,.1);padding-bottom:.85rem}.coming-consciousness__topline h1{margin:0;color:#f6f2e4bd;font-family:var(--font-body);font-size:.76rem;font-weight:400;letter-spacing:.12em;line-height:1.2;text-transform:lowercase}.coming-consciousness__simple .coming-consciousness__controls{position:static;z-index:auto;display:flex;grid-column:auto;grid-template-columns:none;width:auto;gap:.82rem;align-items:center;margin:0}.coming-consciousness__simple .coming-consciousness__controls>button{min-height:0;padding:0;color:#e7e2d485;font-size:.72rem;letter-spacing:.08em;line-height:1;text-transform:lowercase}.coming-consciousness__simple .coming-consciousness__controls>button:hover{color:#faf5e4f0}.coming-consciousness__simple .coming-consciousness__controls>span{min-width:4.8rem;color:color-mix(in srgb,var(--cc-accent) 46%,rgba(231,226,212,.52));font-size:.68rem;letter-spacing:.1em;text-align:center;text-transform:lowercase}.coming-consciousness__focus{display:grid;grid-template-columns:minmax(300px,.88fr) minmax(340px,.86fr);gap:clamp(30px,5vw,64px);align-items:center}.coming-consciousness__portrait{display:grid;min-width:0;margin:0;place-items:center}.coming-consciousness__portrait img{width:min(500px,100%);aspect-ratio:1;object-fit:cover;box-shadow:0 26px 80px #0000008a,0 0 44px color-mix(in srgb,var(--cc-accent) 13%,transparent)}.coming-consciousness__simple .coming-consciousness__readout{position:static;z-index:auto;display:grid;max-width:540px;align-self:center;justify-self:stretch;gap:clamp(14px,2.1vw,22px);border-left:0;padding:0;background:none;transform:none}.coming-consciousness__simple .coming-consciousness__era{margin:0;color:color-mix(in srgb,var(--cc-accent) 48%,rgba(231,226,212,.54));font-size:.68rem;letter-spacing:.12em;line-height:1.4;text-transform:lowercase}.coming-consciousness__simple .coming-consciousness__readout h2{max-width:9em;margin:0;color:#faf5e4f5;font-family:var(--font-heading);font-size:clamp(3rem,6vw,5.2rem);font-style:italic;font-weight:400;letter-spacing:0;line-height:.9;text-transform:lowercase}.coming-consciousness__simple .coming-consciousness__thesis{max-width:38rem;margin:0;color:#e7e2d4c7;font-size:clamp(1rem,1.6vw,1.14rem);letter-spacing:0;line-height:1.62;text-transform:none}.coming-consciousness__simple .coming-consciousness__signals{display:grid;margin:0;border-top:1px solid rgba(231,226,212,.12)}.coming-consciousness__simple .coming-consciousness__signals div{display:grid;grid-template-columns:minmax(120px,.36fr) minmax(0,1fr);gap:1rem;border-top:0;border-bottom:1px solid rgba(231,226,212,.08);padding:.9rem 0}.coming-consciousness__simple .coming-consciousness__signals dt{margin:0;color:#e7e2d470;font-size:.64rem;letter-spacing:.1em;line-height:1.35;text-transform:lowercase}.coming-consciousness__simple .coming-consciousness__signals dd{margin:0;color:#faf5e4db;font-family:var(--font-body);font-size:.96rem;font-style:normal;line-height:1.55}.coming-consciousness__chapter-rail{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(10px,1.6vw,18px);border-top:1px solid rgba(231,226,212,.1);padding-top:.9rem}.coming-consciousness__chapter-button{display:grid;min-width:0;gap:.36rem;border-top:1px solid rgba(231,226,212,.14);padding-top:.68rem;color:#e7e2d475;text-align:left;transition:border-color .2s var(--ease-out),color .2s var(--ease-out)}.coming-consciousness__chapter-button span{color:#e7e2d45c;font-size:.58rem;letter-spacing:.12em}.coming-consciousness__chapter-button strong{overflow-wrap:anywhere;color:inherit;font-family:var(--font-body);font-size:.78rem;font-weight:400;letter-spacing:0;line-height:1.2;text-transform:lowercase}.coming-consciousness__chapter-button:hover,.coming-consciousness__chapter-button--active{border-color:color-mix(in srgb,var(--cc-accent) 68%,rgba(255,255,255,.16));color:#faf5e4f0}@media(max-width:820px){.coming-consciousness__simple{align-content:start;padding-top:calc(var(--header-height) + 34px)}.coming-consciousness__focus{grid-template-columns:1fr;gap:24px}.coming-consciousness__portrait img{width:min(360px,78vw)}.coming-consciousness__simple .coming-consciousness__readout{max-width:none}}@media(max-width:560px){.coming-consciousness__topline{align-items:flex-start;flex-direction:column}.coming-consciousness__simple .coming-consciousness__readout h2{font-size:2.82rem}.coming-consciousness__simple .coming-consciousness__signals div{grid-template-columns:1fr;gap:.35rem}.coming-consciousness__chapter-rail{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.coming-consciousness__chapter-button{justify-items:center;text-align:center}.coming-consciousness__chapter-button strong{display:none}}.page-fade{flex:1;display:flex;flex-direction:column;transition:opacity .3s var(--ease-out);opacity:1}.page-fade--out{opacity:0}.page-fade--in{opacity:1}.photo-stream__sentinel{height:1px}.pensieve-gallery{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;height:100dvh;overflow:hidden;background:var(--bg);display:flex;align-items:center;justify-content:center;z-index:1;touch-action:none;overscroll-behavior:none}.pensieve-gallery__vignette{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none;transition:background 1.2s var(--ease-in-out);background:radial-gradient(ellipse 80% 75% at 50% 50%,transparent 50%,rgba(0,0,0,.15) 75%,rgba(0,0,0,.4) 100%)}.pensieve-gallery--deepening .pensieve-gallery__vignette{background:radial-gradient(ellipse 78% 72% at 50% 50%,transparent 44%,rgba(0,0,0,.22) 72%,rgba(0,0,0,.54) 100%)}.pensieve-gallery--looped .pensieve-gallery__vignette{background:radial-gradient(ellipse 76% 70% at 50% 50%,#00000008 38%,#00000047 70%,#0000009e)}.pensieve-gallery__grain{position:absolute;top:-50%;right:-50%;bottom:-50%;left:-50%;z-index:4;pointer-events:none;opacity:.035;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:256px 256px;animation:pensieve-grain-shift .8s steps(4) infinite}.pensieve-gallery--deepening .pensieve-gallery__grain{opacity:.05}.pensieve-gallery--looped .pensieve-gallery__grain{opacity:.065}.pensieve-gallery__crossfade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;touch-action:none;overflow:hidden}.pensieve-gallery__img{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;max-width:min(85vw,100%);max-height:82vh;width:auto;height:auto;will-change:opacity,filter;animation:pensieve-gallery-drift 20s ease-in-out infinite,pensieve-gallery-breathe 8s ease-in-out infinite}.pensieve-gallery__img--front{z-index:2;opacity:1;transition:opacity 2.5s var(--ease-in-out)}.pensieve-gallery__img--fading{opacity:0}.pensieve-gallery__img--back{z-index:1;opacity:0;transition:opacity 2.5s var(--ease-in-out)}.pensieve-gallery__img--revealing{opacity:1}.pensieve-gallery__img--hidden-behind{opacity:0!important;z-index:0!important}@keyframes pensieve-gallery-drift{0%{translate:0 0}20%{translate:3px -2px}40%{translate:-2px 3px}60%{translate:4px 1px}80%{translate:-1px -3px}to{translate:0 0}}@keyframes pensieve-gallery-breathe{0%,to{scale:1}50%{scale:1.015}}@keyframes pensieve-grain-shift{0%{transform:translate(0)}25%{transform:translate(-64px,32px)}50%{transform:translate(32px,-64px)}75%{transform:translate(-32px,-32px)}to{transform:translate(0)}}.pensieve-gallery__whisper{position:absolute;bottom:max(5vh,env(safe-area-inset-bottom) + 16px);left:50%;transform:translate(-50%);z-index:15;display:flex;align-items:center;gap:8px;opacity:0;transition:opacity .8s var(--ease-out);pointer-events:none}.pensieve-gallery__whisper--visible{opacity:1;transition:opacity 2s .5s var(--ease-out)}.pensieve-gallery__whisper-location{font-family:var(--font-heading);font-style:italic;font-size:.85rem;color:#ffffff8c;letter-spacing:.04em}.pensieve-gallery__whisper-sep{color:#ffffff40;font-size:.7rem}.pensieve-gallery__whisper-film{font-size:.75rem;color:#ffffff59;letter-spacing:.02em}.pensieve-gallery__controls{position:absolute;top:calc(var(--header-height) + max(8px,env(safe-area-inset-top)));right:max(var(--gutter),env(safe-area-inset-right));z-index:20}.grid-toggle{position:fixed;bottom:max(24px,env(safe-area-inset-bottom) + 8px);left:max(24px,env(safe-area-inset-left) + 8px);z-index:9990;padding:8px 14px;display:flex;align-items:center;gap:6px;color:var(--text-muted);opacity:.8;font-family:var(--font-heading);font-style:italic;font-size:.75rem;letter-spacing:.03em;background:#1c1917d9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid var(--border);border-radius:20px;transition:opacity .4s var(--ease-out),color .4s var(--ease-out),background .4s var(--ease-out);cursor:pointer}.grid-toggle:hover{opacity:1;color:var(--text);background:#1c1917f2}.grid-toggle--active{opacity:.85}@media(max-width:768px){.pensieve-gallery__img{max-width:min(92vw,100%);max-height:78vh}}@media(max-width:480px)and (orientation:portrait){.pensieve-gallery__img{max-width:92vw;max-height:65vh}}.pensieve-gallery__img--focused{max-width:min(65vw,100%);max-height:62vh;animation:pensieve-gallery-breathe 8s ease-in-out infinite;transition:max-width .6s var(--ease-out),max-height .6s var(--ease-out),opacity 2.5s var(--ease-in-out),filter 1.2s var(--ease-in-out)}.pensieve-gallery--deepening .pensieve-gallery__img--focused{filter:saturate(.92) brightness(.92) contrast(1.03)}.pensieve-gallery--returned .pensieve-gallery__img--focused{filter:saturate(.82) brightness(.86) contrast(1.08)}.pensieve-gallery--pulling .pensieve-gallery__img--front{scale:calc(1 + var(--pull-progress, 0) * .15)}.pensieve-gallery__neighbors{position:absolute;bottom:max(10vh,env(safe-area-inset-bottom) + 60px);left:50%;transform:translate(-50%);z-index:10;display:flex;align-items:center;justify-content:center;gap:clamp(8px,1.5vw,16px);max-width:80vw;overflow:hidden;padding:16px 0 4px;scrollbar-width:none}.pensieve-gallery__neighbors::-webkit-scrollbar{display:none}.pensieve-gallery__neighbor{position:relative;padding:0;border:none;background:none;cursor:pointer;opacity:0;animation:neighbor-fade-in .4s var(--ease-out) forwards;transition:transform .25s var(--ease-out);flex-shrink:0}.pensieve-gallery--deepening .pensieve-gallery__neighbor{animation-duration:.65s}.pensieve-gallery--looped .pensieve-gallery__neighbor{animation-duration:.85s}@keyframes neighbor-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.pensieve-gallery__neighbor:hover{transform:translateY(-3px)}.pensieve-gallery__neighbor:hover .pensieve-gallery__neighbor-img{filter:saturate(.85) brightness(1);opacity:1}.pensieve-gallery__neighbor--recurrent:after{content:"";position:absolute;top:-7px;right:-7px;bottom:-7px;left:-7px;border:1px solid rgba(255,255,255,.28);border-radius:5px;opacity:.72;pointer-events:none;animation:recurrence-ring 2.8s ease-in-out infinite}.pensieve-gallery__neighbor--recurrent .pensieve-gallery__neighbor-img{filter:saturate(.42) brightness(.68) contrast(1.08);opacity:.82}@keyframes recurrence-ring{0%,to{transform:scale(.96);opacity:.25}45%{transform:scale(1.08);opacity:.7}}.pensieve-gallery__neighbor-img{width:clamp(48px,5.5vw,80px);height:clamp(48px,5.5vw,80px);object-fit:cover;display:block;border-radius:2px;filter:saturate(.5) brightness(.8);opacity:.7;transition:filter .25s var(--ease-out),opacity .25s var(--ease-out)}.pensieve-gallery--pulling .pensieve-gallery__neighbors{opacity:calc(1 - var(--pull-progress, 0));pointer-events:none}.pensieve-gallery__pull-darken{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none;background:radial-gradient(ellipse 80% 75% at 50% 50%,#0000001a 30%,#00000080 70%,#000000d9);opacity:var(--pull-progress, 0);will-change:opacity}.pensieve-gallery__thread-depth{position:absolute;bottom:calc(max(10vh,env(safe-area-inset-bottom) + 60px) + clamp(72px,7vw,104px));left:50%;transform:translate(-50%);z-index:15;font-family:var(--font-sans, "Inter", sans-serif);font-size:11px;letter-spacing:.05em;color:#fff6;animation:neighbor-fade-in .4s var(--ease-out) forwards;pointer-events:none}.pensieve-gallery__thread-depth--again{color:#ffffff8a}@media(max-width:768px){.pensieve-gallery__img--focused{max-width:min(78vw,100%);max-height:60vh}.pensieve-gallery__neighbor-img{width:clamp(40px,10vw,60px);height:clamp(40px,10vw,60px)}}@media(max-width:480px){.pensieve-gallery__img--focused{max-width:88vw;max-height:50vh}.pensieve-gallery__neighbors{gap:6px;bottom:max(12vh,env(safe-area-inset-bottom) + 72px)}.pensieve-gallery__thread-depth{bottom:calc(max(12vh,env(safe-area-inset-bottom) + 72px) + 64px)}.pensieve-gallery__neighbor-img{width:clamp(36px,12vw,48px);height:clamp(36px,12vw,48px);filter:saturate(.7) brightness(.9);opacity:.85}.pensieve-gallery__neighbors~.pensieve-gallery__whisper{opacity:0!important}.pensieve-gallery__neighbors~.grid-toggle{opacity:0!important;pointer-events:none}.grid-toggle{bottom:auto;top:calc(var(--header-height) + max(8px,env(safe-area-inset-top)));left:max(16px,env(safe-area-inset-left) + 8px)}}@media(pointer:coarse){.pensieve-gallery__whisper--visible{opacity:.8}.pensieve-gallery__grain{display:none}.pensieve-gallery__img{animation:pensieve-gallery-breathe 8s ease-in-out infinite}.pensieve-gallery__neighbor:active{transform:scale(.92)}.grid-toggle{min-height:44px}.grid-toggle:active{opacity:1;transform:scale(.95)}.lightbox__arrow:active{transform:scale(.92)}.pill:active{border-color:var(--text-muted);background:#ffffff0d}}.samsara-trail{--samsara-progress: 0;--samsara-cycle: 0;--walker-x: 50%;--walker-y: 80%;position:relative;isolation:isolate;flex:1;min-height:100vh;min-height:100dvh;overflow-x:hidden;overflow-y:auto;background:radial-gradient(ellipse at 78% 18%,rgba(119,183,188,.28),transparent 32rem),radial-gradient(ellipse at 16% 78%,rgba(119,136,82,.2),transparent 28rem),radial-gradient(ellipse at 50% 102%,rgba(160,112,66,.16),transparent 24rem),linear-gradient(145deg,#101817,#0b0c0c 52%,#14110d);color:#e8e8dce6}.samsara-trail:before{content:"";position:fixed;top:-20%;right:-20%;bottom:-20%;left:-20%;z-index:-2;pointer-events:none;background:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.012) 1px,transparent 1px);background-size:74px 74px;-webkit-mask-image:radial-gradient(circle at 50% 48%,black,transparent 72%);mask-image:radial-gradient(circle at 50% 48%,black,transparent 72%);opacity:.5;transform:rotate(var(--samsara-grid-turn));transition:transform .7s var(--ease-out)}.samsara-trail:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background:radial-gradient(ellipse at 50% 52%,transparent 0 42%,rgba(0,0,0,.34) 74%,rgba(0,0,0,.78) 100%),linear-gradient(180deg,rgba(255,255,255,.04),transparent 18%,rgba(0,0,0,.4))}.samsara-trail__experience{position:relative;display:grid;grid-template-columns:minmax(280px,.58fr) minmax(520px,1.18fr);grid-template-rows:minmax(0,1fr) auto;min-height:100vh;min-height:100dvh;gap:22px 36px;align-items:center;padding:calc(var(--header-height) + 34px) var(--gutter) 28px}.samsara-trail__poem{position:relative;z-index:3;align-self:center;max-width:470px}.samsara-trail__eyebrow,.samsara-trail__readout span{color:#a2beb8b8;font-size:.68rem;letter-spacing:0;line-height:1.4;text-transform:lowercase}.samsara-trail__poem h1{max-width:7em;margin:.75rem 0 1.3rem;color:#f6f4e8f5;font-family:var(--font-heading);font-size:4.2rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:.92}.samsara-trail__poem-lines{display:grid;gap:.22rem;border-left:1px solid rgba(180,211,197,.18);padding-left:1rem}.samsara-trail__poem-line{color:#e8e8dc40;font-size:.88rem;letter-spacing:0;line-height:1.32;transition:color .32s var(--ease-out),font-size .32s var(--ease-out),transform .32s var(--ease-out)}.samsara-trail__poem-line--near{color:#e8e8dc85}.samsara-trail__poem-line--active{color:#fffae2f5;font-family:var(--font-heading);font-size:1.38rem;font-style:italic;line-height:1.12;transform:translate(.42rem)}.samsara-trail__stage{position:relative;z-index:2;grid-column:2;grid-row:1;width:100%;height:min(74vh,740px);min-height:560px;overflow:hidden;border:1px solid rgba(208,219,203,.14);border-radius:6px;background:radial-gradient(ellipse at 50% 28%,rgba(170,218,214,.16),transparent 42%),linear-gradient(180deg,#233d3fa3,#050606f0);box-shadow:inset 0 0 80px #00000052,0 32px 90px #00000061}.samsara-trail__stage:before{content:"";position:absolute;top:6%;right:6%;bottom:6%;left:6%;z-index:4;border:1px solid rgba(232,232,220,.08);border-radius:50%;opacity:.65;pointer-events:none;transform:rotate(var(--samsara-ring-turn));transition:transform .52s var(--ease-out)}.samsara-trail__stage:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:8;pointer-events:none;background:linear-gradient(90deg,rgba(3,4,4,.68),transparent 18%,transparent 82%,rgba(3,4,4,.68)),radial-gradient(ellipse at 50% 50%,transparent 0 54%,rgba(0,0,0,.42) 100%)}.samsara-trail__landscape{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%}.samsara-trail__aurora{fill:none;stroke:#c9f4deb8;stroke-linecap:round;stroke-width:10;filter:url(#samsara-soften);opacity:var(--aurora-opacity);transform:translateY(var(--aurora-shift));transition:opacity .4s var(--ease-out),transform .4s var(--ease-out)}.samsara-trail__glacier{fill:#c3dfda94;stroke:#fffce438;stroke-width:2}.samsara-trail__moss{fill:#637e4b9e}.samsara-trail__lava{fill:url(#samsara-ground)}.samsara-trail__loop{fill:none;stroke:#dccd8e47;stroke-dasharray:8 16;stroke-linecap:round;stroke-width:2;transform:rotate(var(--samsara-loop-turn));transform-box:fill-box;transform-origin:center;transition:transform .7s var(--ease-out)}.samsara-trail__trail-shadow,.samsara-trail__trail-bed,.samsara-trail__trail-line{fill:none;stroke-linecap:round;stroke-linejoin:round}.samsara-trail__trail-shadow{stroke:#0000005c;stroke-width:96}.samsara-trail__trail-bed{stroke:#4a483dbd;stroke-width:64}.samsara-trail__trail-line{stroke:#c0bfa147;stroke-dasharray:1 14;stroke-width:3}.samsara-trail__footstep{fill:#f6f4e814;opacity:.2;transition:fill .28s var(--ease-out),opacity .28s var(--ease-out)}.samsara-trail__footstep--seen{fill:#f6f4e86b;opacity:.92}.samsara-trail__walkers{position:absolute;top:var(--walker-y);left:var(--walker-x);z-index:7;width:58px;height:48px;pointer-events:none;transform:translate(-50%,-62%) rotate(var(--walker-tilt));transition:top .5s var(--ease-out),left .5s var(--ease-out),transform .5s var(--ease-out)}.samsara-trail__walker{position:absolute;bottom:3px;width:13px;height:29px;border:1px solid rgba(11,15,14,.74);border-radius:999px 999px 7px 7px;box-shadow:0 0 0 2px #ffffff14,0 12px 16px #00000052}.samsara-trail__walker:before{content:"";position:absolute;top:-9px;left:50%;width:10px;height:10px;border-radius:50%;background:#f6f4e8db;transform:translate(-50%)}.samsara-trail__walker:after{content:"";position:absolute;left:50%;bottom:-9px;width:28px;height:8px;border-radius:50%;background:#0000004d;filter:blur(4px);transform:translate(-50%)}.samsara-trail__walker--near{left:14px;background:#769c94e6}.samsara-trail__walker--far{right:13px;background:#c18e54eb;transform:translateY(-4px)}.samsara-trail__cairn{position:absolute;top:var(--cairn-y);left:var(--cairn-x);z-index:6;display:grid;width:88px;height:88px;place-items:center;color:#f6f4e8b8;text-align:center;transform:translate(-50%,-72%) scale(var(--cairn-scale));transform-origin:center bottom;transition:color .24s var(--ease-out),opacity .24s var(--ease-out),transform .24s var(--ease-out)}.samsara-trail__cairn:hover,.samsara-trail__cairn--active{color:#fffae2fa;transform:translate(-50%,-72%) scale(calc(var(--cairn-scale) * 1.12))}.samsara-trail__cairn-stack{display:flex;flex-direction:column-reverse;align-items:center;justify-content:flex-start;width:76px;height:64px;pointer-events:none}.samsara-trail__cairn-stack span{display:block;width:var(--stone-width);height:var(--stone-height);margin-top:-2px;border:1px solid rgba(232,232,220,.16);border-radius:44% 56% 42% 58%;background:linear-gradient(180deg,rgba(255,255,255,.14),transparent 42%),var(--stone-color);box-shadow:0 5px 10px #0000004d;transform:translate(var(--stone-shift)) rotate(var(--stone-tilt))}.samsara-trail__cairn-label{position:absolute;top:72px;left:50%;width:120px;color:currentColor;font-size:.66rem;letter-spacing:0;line-height:1.15;opacity:0;text-shadow:0 2px 12px rgba(0,0,0,.82);transform:translate(-50%);transition:opacity .22s var(--ease-out)}.samsara-trail__cairn:hover .samsara-trail__cairn-label,.samsara-trail__cairn--active .samsara-trail__cairn-label{opacity:1}.samsara-trail__fragments{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;pointer-events:none}.samsara-trail__fragment{position:absolute;top:var(--fragment-y);left:var(--fragment-x);width:var(--fragment-size);height:var(--fragment-height);border:1px solid rgba(232,232,220,.14);border-radius:48% 52% 41% 59%;background:linear-gradient(180deg,rgba(255,255,255,.12),transparent 44%),var(--fragment-color);box-shadow:0 7px 14px #00000047;opacity:0;transform:rotate(var(--fragment-rotate)) translateY(-14px);animation:samsara-fragment-land .46s var(--ease-out) forwards;animation-delay:var(--fragment-delay);pointer-events:auto}.samsara-trail__fragment>span{position:absolute;bottom:calc(100% + 6px);left:50%;max-width:92px;overflow-wrap:anywhere;border:1px solid rgba(232,232,220,.14);border-radius:5px;padding:.22rem .34rem;color:#f6f4e8c2;background:#070909b8;font-size:.62rem;letter-spacing:0;line-height:1.1;opacity:0;transform:translate(-50%) translateY(4px);transition:opacity .2s var(--ease-out),transform .2s var(--ease-out)}.samsara-trail__fragment:hover>span{opacity:1;transform:translate(-50%) translateY(0)}.samsara-trail__readout{position:relative;z-index:3;grid-column:2;grid-row:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;border:1px solid rgba(208,219,203,.12);border-radius:6px;overflow:hidden;background:#d0dbcb1a}.samsara-trail__readout div{min-width:0;padding:.78rem .9rem;background:#07090994}.samsara-trail__readout strong{display:block;margin-top:.22rem;overflow-wrap:anywhere;color:#f6f4e8e6;font-family:var(--font-heading);font-size:1rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.1}.samsara-trail__controls{position:relative;z-index:3;grid-column:1;grid-row:2;display:flex;flex-wrap:wrap;gap:.56rem;align-self:stretch;align-content:end}.samsara-trail__controls button{min-height:42px;border:1px solid rgba(208,219,203,.14);border-radius:6px;padding:.68rem .86rem;color:#e8e8dcb8;background:#07090985;font-size:.76rem;letter-spacing:0;line-height:1;text-transform:lowercase;transition:border-color .2s var(--ease-out),color .2s var(--ease-out),background .2s var(--ease-out),transform .2s var(--ease-out)}@keyframes samsara-fragment-land{to{opacity:.9;transform:rotate(var(--fragment-rotate)) translateY(0)}}@media(max-width:1040px){.samsara-trail__experience{grid-template-columns:1fr;grid-template-rows:auto auto auto auto;align-items:start;min-height:auto;padding-top:calc(var(--header-height) + 72px)}.samsara-trail__poem,.samsara-trail__stage,.samsara-trail__readout,.samsara-trail__controls{grid-column:1;grid-row:auto}.samsara-trail__poem{max-width:760px;order:0}.samsara-trail__poem h1{max-width:none;font-size:3.45rem}.samsara-trail__stage{height:640px;min-height:0;order:2}.samsara-trail__controls{order:1}.samsara-trail__readout{order:3}}@media(max-width:620px){.samsara-trail__experience{gap:18px;padding-right:18px;padding-bottom:24px;padding-left:18px}.samsara-trail__poem h1{font-size:2.8rem}.samsara-trail__poem-lines{padding-left:.8rem}.samsara-trail__poem-line{font-size:.82rem}.samsara-trail__poem-line--active{font-size:1.16rem;transform:translate(.24rem)}.samsara-trail__stage{height:470px}.samsara-trail__cairn{width:70px;height:70px}.samsara-trail__cairn-label{display:none}.samsara-trail__readout{grid-template-columns:1fr}.samsara-trail__controls button{flex:1 1 calc(50% - .56rem)}.samsara-trail__fragment>span{display:none}}body:has(.samsara-trail){background:#070909}.samsara-trail{position:relative;min-height:100vh;min-height:100dvh;overflow:hidden;background:#070909;color:#e8e8dce6;--samsara-vision: 0;--samsara-vision-soft: 0;--samsara-vision-medium: 0;--samsara-vision-blur: 0px;--samsara-vision-shift-x: 0px;--samsara-vision-shift-y: 0px}.samsara-trail:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(3,4,4,.72),transparent 28%,transparent 72%,rgba(3,4,4,.7)),linear-gradient(180deg,rgba(2,3,3,.5),transparent 30%,rgba(2,3,3,.78));opacity:.86;filter:saturate(calc(1 + var(--samsara-vision-soft))) brightness(calc(1 + var(--samsara-vision-soft)));transform:scale(calc(1 + var(--samsara-vision-soft)));transition:filter 2.6s var(--ease-in-out),transform 4s var(--ease-in-out)}.samsara-trail:after{content:"";position:fixed;top:-20%;right:-20%;bottom:-20%;left:-20%;z-index:1;pointer-events:none;background:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.012) 1px,transparent 1px);background-size:76px 76px;-webkit-mask-image:radial-gradient(circle at 50% 46%,black,transparent 72%);mask-image:radial-gradient(circle at 50% 46%,black,transparent 72%);opacity:calc(.2 + var(--samsara-vision-soft));transform:rotate(calc(var(--samsara-cycle) * 6deg)) scale(calc(1 + var(--samsara-vision-soft)));transition:opacity 2.8s var(--ease-in-out),transform 5s var(--ease-in-out)}.samsara-trail__stage{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;width:100vw;height:100vh;height:100dvh;min-height:0;overflow:hidden;border:0;border-radius:0;background:radial-gradient(ellipse at 50% 22%,rgba(167,222,211,.22),transparent 34rem),linear-gradient(180deg,#111d1d,#070909);box-shadow:none}.samsara-trail__stage:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border:0;border-radius:0;opacity:.55;pointer-events:none;background:radial-gradient(ellipse at 50% 42%,transparent 0 34%,rgba(0,0,0,.2) 64%,rgba(0,0,0,.64) 100%),linear-gradient(180deg,rgba(255,255,255,.045),transparent 20%,rgba(0,0,0,.34));transform:none;filter:blur(var(--samsara-vision-blur));transition:filter 3s var(--ease-in-out),opacity 3s var(--ease-in-out)}.samsara-trail__stage:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:256px 256px;mix-blend-mode:overlay;opacity:calc(.04 + var(--samsara-vision-soft));transform:translate3d(var(--samsara-vision-shift-x),var(--samsara-vision-shift-y),0);transition:opacity 2.8s var(--ease-in-out),transform 4s var(--ease-in-out)}.samsara-trail__canvas{display:block;width:100%;height:100%}.samsara-trail__experience{position:relative;z-index:3;display:grid;grid-template-columns:minmax(250px,360px) minmax(0,1fr) minmax(180px,280px);grid-template-rows:minmax(0,1fr) auto;min-height:100vh;min-height:100dvh;gap:18px 28px;align-items:end;padding:calc(var(--header-height) + 34px) var(--gutter) max(26px,env(safe-area-inset-bottom));pointer-events:none}.samsara-trail__poem{grid-column:1;grid-row:1 / span 2;align-self:center;max-width:360px;padding:1.1rem 1.3rem 1.1rem 0;background:linear-gradient(90deg,rgba(5,7,7,.72),rgba(5,7,7,.34) 72%,transparent);filter:saturate(calc(1 + var(--samsara-vision-soft)));transition:filter 2.8s var(--ease-in-out),background 2.8s var(--ease-in-out);pointer-events:auto}.samsara-trail__poem h1{max-width:none;margin:0 0 1.2rem;color:#f6f4e8f5;font-family:var(--font-heading);font-size:clamp(3.1rem,6vw,5.6rem);font-style:italic;font-weight:400;letter-spacing:0;line-height:.9;text-shadow:0 2px 20px rgba(0,0,0,.72)}.samsara-trail__poem-lines{display:grid;gap:.22rem;max-width:25rem;border-left:1px solid rgba(180,211,197,.18);padding-left:1rem}.samsara-trail__poem-line{color:#e8e8dc38;font-size:.86rem;letter-spacing:0;line-height:1.32;text-shadow:0 2px 12px rgba(0,0,0,.72);transition:color 3.4s var(--ease-in-out),opacity 3.4s var(--ease-in-out),transform 3.4s var(--ease-in-out)}.samsara-trail__poem-line--near{color:#e8e8dc8f}.samsara-trail__poem-line--active{color:#fffae2fa;font-family:var(--font-heading);font-size:1.48rem;font-style:italic;line-height:1.08;transform:translate(.42rem);text-shadow:0 0 18px rgba(211,243,222,var(--samsara-vision-medium)),0 2px 20px rgba(0,0,0,.72)}.samsara-trail__markers{grid-column:3;grid-row:1;display:grid;gap:.42rem;align-self:center;justify-self:end;pointer-events:auto}.samsara-trail__marker{min-width:7.8rem;min-height:32px;border:1px solid rgba(208,219,203,.1);border-radius:999px;padding:.28rem .7rem;color:#e8e8dc8a;background:#0709093d;font-size:.68rem;letter-spacing:0;line-height:1;text-align:left;text-transform:lowercase;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:border-color 1.8s var(--ease-in-out),color 1.8s var(--ease-in-out),background 1.8s var(--ease-in-out),transform 1.8s var(--ease-in-out)}.samsara-trail__marker:hover,.samsara-trail__marker--active{border-color:#c3dfda6b;color:#fffae2f5;background:#23363280;box-shadow:0 0 28px rgba(194,232,219,var(--samsara-vision-soft));transform:translate(-3px)}.samsara-trail__readout{grid-column:2 / span 2;grid-row:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:min(520px,100%);justify-self:end;gap:1px;overflow:hidden;border:1px solid rgba(208,219,203,.12);border-radius:6px;background:#d0dbcb1a;pointer-events:auto;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:border-color 2.8s var(--ease-in-out),background 2.8s var(--ease-in-out)}.samsara-trail__readout div{min-width:0;padding:.74rem .84rem;background:#07090975}.samsara-trail__readout span{color:#a2beb8b8;font-size:.66rem;letter-spacing:0;line-height:1.4;text-transform:lowercase}.samsara-trail__readout strong{display:block;margin-top:.18rem;overflow-wrap:anywhere;color:#f6f4e8eb;font-family:var(--font-heading);font-size:1rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.1}.samsara-trail__controls{grid-column:1;grid-row:2;display:flex;flex-wrap:wrap;gap:.56rem;align-self:end;pointer-events:auto}.samsara-trail__controls button{min-height:42px;border:1px solid rgba(208,219,203,.14);border-radius:6px;padding:.68rem .86rem;color:#e8e8dcb8;background:#0709096b;font-size:.76rem;letter-spacing:0;line-height:1;text-transform:lowercase;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:border-color 1.2s var(--ease-out),color 1.2s var(--ease-out),background 1.2s var(--ease-out),transform 1.2s var(--ease-out)}.samsara-trail__controls button:hover{border-color:#c3dfda6b;color:#fffae2f5;background:#293e399e;transform:translateY(-1px)}.samsara-trail__control-primary{color:#0a0f0ef0!important;background:#c3dfdadb!important}@media(max-width:1040px){.samsara-trail__experience{grid-template-columns:minmax(0,1fr) minmax(150px,220px);grid-template-rows:auto minmax(0,1fr) auto auto;align-items:start;gap:16px;min-height:100vh;min-height:100dvh;padding-top:calc(var(--header-height) + 72px)}.samsara-trail__poem{grid-column:1 / span 2;grid-row:1;align-self:start;max-width:min(680px,100%);background:linear-gradient(90deg,rgba(5,7,7,.72),rgba(5,7,7,.26) 68%,transparent)}.samsara-trail__poem h1{font-size:clamp(2.9rem,9vw,4.6rem)}.samsara-trail__markers{grid-column:2;grid-row:2;align-self:center}.samsara-trail__controls{grid-column:1;grid-row:4}.samsara-trail__readout{grid-column:1 / span 2;grid-row:3;width:min(620px,100%);justify-self:stretch}}@media(max-width:620px){.samsara-trail{overflow:hidden}.samsara-trail:before{background:linear-gradient(180deg,rgba(3,4,4,.72),transparent 38%,rgba(3,4,4,.78)),linear-gradient(90deg,rgba(3,4,4,.36),transparent 50%,rgba(3,4,4,.36))}.samsara-trail__experience{grid-template-columns:1fr;grid-template-rows:auto 1fr auto auto;gap:12px;padding:calc(var(--header-height) + 70px) 18px max(18px,env(safe-area-inset-bottom))}.samsara-trail__poem,.samsara-trail__markers,.samsara-trail__readout,.samsara-trail__controls{grid-column:1}.samsara-trail__poem{grid-row:1;max-width:100%;padding-top:0;background:linear-gradient(180deg,rgba(5,7,7,.52),rgba(5,7,7,.18) 72%,transparent)}.samsara-trail__poem h1{margin-bottom:.7rem;font-size:2.78rem}.samsara-trail__poem-lines{max-width:100%;padding-left:.75rem}.samsara-trail__poem-line{display:none;font-size:.82rem}.samsara-trail__poem-line--near,.samsara-trail__poem-line--active{display:block}.samsara-trail__poem-line--active{font-size:1.2rem;transform:translate(.22rem)}.samsara-trail__markers{grid-row:2;align-self:center;justify-self:end;gap:.34rem}.samsara-trail__marker{min-width:6.8rem;min-height:30px;font-size:.64rem}.samsara-trail__readout{grid-row:3;grid-template-columns:1fr 1fr 1fr}.samsara-trail__readout div{padding:.58rem .62rem}.samsara-trail__readout strong{font-size:.88rem}.samsara-trail__controls{grid-row:4}.samsara-trail__controls button{flex:1 1 calc(50% - .56rem)}}.samsara-trail__poem{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;border:0!important;white-space:nowrap!important;pointer-events:none!important}body:has(.as-wished){background:#07080d}.as-wished{--as-accent: #f3c976;--as-secondary: #77b7c7;position:relative;min-height:100vh;min-height:100dvh;overflow:hidden;color:#f9f1dce6;background:radial-gradient(circle at 24% 18%,rgba(119,183,199,.16),transparent 30%),radial-gradient(circle at 78% 18%,rgba(197,82,74,.12),transparent 28%),linear-gradient(180deg,#101521,#07080d 54%,#040405)}.as-wished:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:68px 68px;-webkit-mask-image:radial-gradient(ellipse at 50% 42%,#000 0%,transparent 72%);mask-image:radial-gradient(ellipse at 50% 42%,#000 0%,transparent 72%);opacity:.42;pointer-events:none}.as-wished:after{content:"";position:absolute;inset:auto -10% -18% -10%;height:38vh;background:radial-gradient(ellipse at 50% 0%,color-mix(in srgb,var(--as-accent) 24%,transparent),transparent 60%),linear-gradient(180deg,transparent,rgba(0,0,0,.62));opacity:.72;pointer-events:none}.as-wished__experience{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);grid-template-rows:auto minmax(0,1fr) auto;gap:clamp(18px,3vw,42px);min-height:100vh;min-height:100dvh;padding:calc(var(--header-height) + 46px) clamp(18px,4vw,64px) 34px}.as-wished__dust{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.as-wished__dust span{position:absolute;top:var(--dust-y);left:var(--dust-x);width:3px;height:3px;border-radius:50%;background:#f8e9bbad;box-shadow:0 0 14px #f8e9bb75;opacity:.22;animation:as-wished-dust 8s ease-in-out infinite;animation-delay:var(--dust-delay)}.as-wished__header{grid-column:1;align-self:end;max-width:520px}.as-wished__header p:first-child,.as-wished__readout>span,.as-wished__ledger-step span{color:color-mix(in srgb,var(--as-accent) 62%,rgba(255,255,255,.54));font-size:.72rem;font-weight:500;letter-spacing:0;line-height:1.1;text-transform:lowercase}.as-wished__header h1{max-width:8ch;margin:.3rem 0 .78rem;color:#fff5ddf5;font-family:var(--font-heading);font-size:clamp(4rem,9vw,8.7rem);font-style:italic;font-weight:400;letter-spacing:0;line-height:.82;text-wrap:balance}.as-wished__header p:last-child{max-width:34rem;color:#ece4d2b3;font-size:clamp(1rem,1.5vw,1.18rem);letter-spacing:0;line-height:1.55}.as-wished__sound{display:inline-flex;align-items:center;gap:.5rem;min-height:38px;margin-top:1.3rem;border:1px solid rgba(246,229,190,.16);border-radius:999px;padding:.5rem .72rem .5rem .58rem;color:#f6eedab3;background:#07090e7a;font-size:.72rem;letter-spacing:0;line-height:1;text-transform:lowercase;transition:border-color .2s var(--ease-out),color .2s var(--ease-out),background .2s var(--ease-out),transform .2s var(--ease-out)}.as-wished__sound:hover,.as-wished__sound--playing{border-color:color-mix(in srgb,var(--as-accent) 54%,rgba(255,255,255,.18));color:#fff7e5f0;background:color-mix(in srgb,var(--as-accent) 14%,rgba(7,9,14,.68))}.as-wished__sound:hover{transform:translateY(-1px)}.as-wished__sound--blocked{border-color:color-mix(in srgb,var(--as-accent) 42%,rgba(255,255,255,.18))}.as-wished__sound-icon{position:relative;display:inline-flex;align-items:center;justify-content:flex-start;width:26px;height:20px}.as-wished__sound-icon span:first-child{width:9px;height:10px;border-radius:2px 0 0 2px;background:currentColor;clip-path:polygon(0 24%,46% 24%,100% 0,100% 100%,46% 76%,0 76%)}.as-wished__sound-icon span:nth-child(2),.as-wished__sound-icon span:nth-child(3){position:absolute;top:50%;left:12px;border:1px solid currentColor;border-left:0;border-radius:0 999px 999px 0;opacity:.38;transform:translateY(-50%)}.as-wished__sound-icon span:nth-child(2){width:8px;height:12px}.as-wished__sound-icon span:nth-child(3){width:14px;height:18px}.as-wished__sound--playing .as-wished__sound-icon span:nth-child(2),.as-wished__sound--playing .as-wished__sound-icon span:nth-child(3){animation:as-wished-sound-wave 1.5s ease-in-out infinite}.as-wished__sound--playing .as-wished__sound-icon span:nth-child(3){animation-delay:.12s}.as-wished__stage{grid-column:2;grid-row:1 / span 2;display:grid;grid-template-columns:minmax(340px,1fr) minmax(280px,.66fr);gap:clamp(16px,2.5vw,30px);align-items:stretch;min-width:0}.as-wished__house{position:relative;min-height:min(690px,calc(100vh - 150px));overflow:hidden;border:1px solid rgba(235,217,177,.12);border-radius:8px;background:linear-gradient(180deg,rgba(255,255,255,.05),transparent 22%),radial-gradient(circle at 50% 18%,color-mix(in srgb,var(--as-accent) 22%,transparent),transparent 34%),linear-gradient(180deg,#0a101abd,#050608e0);box-shadow:inset 0 0 80px #0000007a,0 34px 80px #00000052}.as-wished__house:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,249,226,.04),transparent 18%),repeating-linear-gradient(90deg,rgba(255,255,255,.04) 0 1px,transparent 1px 12px);opacity:.24;pointer-events:none}.as-wished__thread-map{position:absolute;top:50%;left:50%;z-index:2;width:min(42%,260px);height:88%;opacity:.86;transform:translate(-50%,-50%);pointer-events:none}.as-wished__thread-shadow,.as-wished__thread-line{fill:none;stroke-linecap:round;stroke-linejoin:round}.as-wished__thread-shadow{stroke:#00000075;stroke-width:16}.as-wished__thread-line{stroke:var(--as-accent);stroke-width:5;stroke-dasharray:100;stroke-dashoffset:calc(96 - (var(--as-depth) * 21));filter:drop-shadow(0 0 16px color-mix(in srgb,var(--as-accent) 72%,transparent));transition:stroke-dashoffset .56s var(--ease-out),stroke .4s var(--ease-out)}.as-wished__rooms{position:absolute;top:0;right:0;left:0;z-index:3;display:flex;flex-direction:column;gap:28px;padding:0 clamp(18px,6vw,58px);transform:translateY(calc(252px - (var(--as-depth) * 158px)));transition:transform .68s var(--ease-out)}.as-wished__room{position:relative;min-height:130px;opacity:.48;transform:scale(.92);transform-origin:center;transition:opacity .34s var(--ease-out),transform .34s var(--ease-out)}.as-wished__room--active{opacity:1;transform:scale(1)}.as-wished__room--received{opacity:.82}.as-wished__room-select{display:block;width:100%;text-align:left}.as-wished__room-shell{position:relative;display:block;min-height:130px;overflow:hidden;border:1px solid color-mix(in srgb,var(--room-accent) 28%,transparent);border-radius:7px;background:linear-gradient(90deg,rgba(255,255,255,.04),transparent 34%),linear-gradient(180deg,color-mix(in srgb,var(--room-secondary) 12%,transparent),#050608bd),linear-gradient(90deg,#2a211db8,#07080cc7);box-shadow:inset 0 22px 50px #ffffff09,inset 0 -32px 45px #00000057;transition:border-color .24s var(--ease-out),box-shadow .24s var(--ease-out)}.as-wished__room--active .as-wished__room-shell,.as-wished__room-select:hover .as-wished__room-shell{border-color:color-mix(in srgb,var(--room-accent) 72%,rgba(255,255,255,.18));box-shadow:inset 0 22px 50px color-mix(in srgb,var(--room-accent) 14%,transparent),inset 0 -32px 45px #00000057,0 18px 44px #00000047}.as-wished__room--received .as-wished__room-shell:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 70% 20%,color-mix(in srgb,var(--room-accent) 26%,transparent),transparent 28%),linear-gradient(180deg,transparent,color-mix(in srgb,var(--room-accent) 8%,transparent));pointer-events:none}.as-wished__artifact{position:absolute;top:18px;left:28px;width:min(180px,42%);min-height:54px;border:1px solid color-mix(in srgb,var(--room-accent) 22%,rgba(255,255,255,.12));border-radius:4px;padding:.52rem .58rem;background:linear-gradient(135deg,rgba(255,255,255,.08),transparent 48%),#08090c75;box-shadow:inset 0 0 20px #00000038;transform:rotate(-1.6deg)}.as-wished__artifact:before{content:"";position:absolute;top:7px;right:7px;bottom:7px;left:7px;border:1px dashed color-mix(in srgb,var(--room-accent) 22%,rgba(255,255,255,.16));opacity:.54;pointer-events:none}.as-wished__artifact span,.as-wished__artifact strong{position:relative;z-index:1;display:block;overflow-wrap:anywhere}.as-wished__artifact span{color:color-mix(in srgb,var(--room-accent) 62%,rgba(255,255,255,.52));font-size:.58rem;letter-spacing:0;line-height:1;text-transform:lowercase}.as-wished__artifact strong{margin-top:.24rem;color:#fff7e5b8;font-family:var(--font-heading);font-size:.92rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.05}.as-wished__window{position:absolute;top:18px;right:22px;width:78px;height:46px;border:1px solid color-mix(in srgb,var(--room-accent) 34%,rgba(255,255,255,.18));background:linear-gradient(90deg,transparent 48%,rgba(255,245,210,.34) 49% 51%,transparent 52%),linear-gradient(180deg,transparent 48%,rgba(255,245,210,.28) 49% 51%,transparent 52%),radial-gradient(circle at 58% 26%,color-mix(in srgb,var(--room-accent) 42%,transparent),transparent 42%),#03070dad;box-shadow:0 0 26px color-mix(in srgb,var(--room-accent) 20%,transparent)}.as-wished__absence{position:absolute;right:118px;bottom:18px;width:38px;height:76px;border-radius:42% 42% 10px 10px;background:radial-gradient(circle at 50% 16px,rgba(11,10,12,.76) 0 12px,transparent 13px),linear-gradient(180deg,#0d0c0ec7,#0303046b);opacity:.72;filter:blur(.2px)}.as-wished__surface{position:absolute;right:58px;bottom:19px;left:30px;height:13px;border-radius:999px;background:linear-gradient(90deg,#00000029,color-mix(in srgb,var(--room-accent) 34%,transparent),#00000047);box-shadow:0 12px 22px #00000061}.as-wished__room-label{position:absolute;bottom:28px;left:30px;max-width:min(220px,58%)}.as-wished__room-label span{display:block;color:color-mix(in srgb,var(--room-accent) 68%,rgba(255,255,255,.62));font-size:.66rem;letter-spacing:0;line-height:1;text-transform:lowercase}.as-wished__room-label strong{display:block;margin-top:.22rem;overflow-wrap:anywhere;color:#fff7e5e0;font-family:var(--font-heading);font-size:1.25rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.04}.as-wished__object-button{position:absolute;right:42px;bottom:22px;z-index:5;display:grid;place-items:center;width:78px;height:78px;border:1px solid color-mix(in srgb,var(--room-accent) 38%,rgba(255,255,255,.16));border-radius:50%;color:#fff7e5db;background:radial-gradient(circle at 50% 42%,color-mix(in srgb,var(--room-accent) 24%,transparent),#040508ad 68%);box-shadow:inset 0 0 22px #ffffff0a,0 10px 28px #00000052;transition:border-color .2s var(--ease-out),transform .2s var(--ease-out),background .2s var(--ease-out)}.as-wished__object-button:hover,.as-wished__object-button[aria-pressed=true]{border-color:color-mix(in srgb,var(--room-accent) 78%,rgba(255,255,255,.32));background:radial-gradient(circle at 50% 42%,color-mix(in srgb,var(--room-accent) 38%,transparent),#040508b3 70%);transform:translateY(-2px)}.as-wished__object-button>span:last-child{position:absolute;bottom:-1.34rem;width:max-content;max-width:92px;overflow-wrap:anywhere;color:#fff7e5a8;font-size:.66rem;letter-spacing:0;line-height:1;text-align:center}.as-wished__object{position:relative;display:block;width:42px;height:42px}.as-wished__object span{position:absolute;display:block}.as-wished__object--photo span:first-child{top:5px;right:6px;bottom:5px;left:6px;border:2px solid color-mix(in srgb,var(--room-accent) 78%,#fff6d4);border-radius:3px;background:radial-gradient(circle at 62% 34%,rgba(255,247,220,.7) 0 4px,transparent 5px),linear-gradient(135deg,transparent 50%,color-mix(in srgb,var(--room-accent) 48%,transparent) 51%),#fff7dc1f;transform:rotate(-5deg)}.as-wished__object--photo span:nth-child(2){left:11px;right:10px;bottom:12px;height:8px;background:color-mix(in srgb,var(--room-accent) 66%,#fff6d4);clip-path:polygon(0 100%,34% 25%,52% 70%,74% 0,100% 100%);opacity:.82}.as-wished__object--photo span:nth-child(3){right:7px;bottom:5px;width:28px;height:2px;border-radius:999px;background:color-mix(in srgb,var(--room-accent) 66%,#fff6d4)}.as-wished__object--letter span:first-child{top:8px;left:5px;width:32px;height:25px;border:2px solid color-mix(in srgb,var(--room-accent) 78%,#fff6d4);border-radius:3px;background:#fff7dc1a;transform:rotate(5deg)}.as-wished__object--letter span:nth-child(2){top:12px;left:9px;width:24px;height:12px;border-top:2px solid color-mix(in srgb,var(--room-accent) 78%,#fff6d4);border-right:2px solid color-mix(in srgb,var(--room-accent) 78%,#fff6d4);transform:skewY(-28deg);opacity:.86}.as-wished__object--letter span:nth-child(3){right:10px;bottom:8px;left:12px;height:2px;border-radius:999px;background:color-mix(in srgb,var(--room-accent) 72%,#fff6d4)}.as-wished__object--lamp span:first-child{top:4px;left:8px;width:26px;height:18px;border-radius:12px 12px 4px 4px;background:color-mix(in srgb,var(--room-accent) 76%,#fff6d4);clip-path:polygon(18% 0,82% 0,100% 100%,0 100%);box-shadow:0 0 24px color-mix(in srgb,var(--room-accent) 72%,transparent)}.as-wished__object--lamp span:nth-child(2){top:21px;left:19px;width:4px;height:16px;background:#fff4d8d1}.as-wished__object--lamp span:nth-child(3){right:8px;bottom:4px;left:8px;height:4px;border-radius:999px;background:#fff4d8b8}.as-wished__object--key span:first-child{top:9px;left:3px;width:16px;height:16px;border:4px solid color-mix(in srgb,var(--room-accent) 84%,#fff6d4);border-radius:50%}.as-wished__object--key span:nth-child(2){top:17px;left:17px;width:25px;height:5px;border-radius:999px;background:color-mix(in srgb,var(--room-accent) 84%,#fff6d4)}.as-wished__object--key span:nth-child(3){top:22px;right:2px;width:11px;height:10px;border-right:4px solid color-mix(in srgb,var(--room-accent) 84%,#fff6d4);border-bottom:4px solid color-mix(in srgb,var(--room-accent) 84%,#fff6d4)}.as-wished__object--ticket span:first-child{top:9px;left:4px;width:34px;height:24px;border:1px solid rgba(62,45,32,.36);border-radius:4px;background:linear-gradient(90deg,transparent 62%,rgba(96,60,42,.22) 63% 66%,transparent 67%),color-mix(in srgb,var(--room-accent) 76%,#fff1c4);transform:rotate(-9deg)}.as-wished__object--ticket span:nth-child(2),.as-wished__object--ticket span:nth-child(3){top:16px;width:6px;height:6px;border-radius:50%;background:#050608bd}.as-wished__object--ticket span:nth-child(2){left:2px}.as-wished__object--ticket span:nth-child(3){right:2px}.as-wished__object--bowl span:first-child{right:4px;bottom:8px;left:4px;height:20px;border-radius:4px 4px 22px 22px;background:radial-gradient(ellipse at 50% 0%,rgba(255,255,255,.38),transparent 48%),color-mix(in srgb,var(--room-accent) 72%,#f4e0b8)}.as-wished__object--bowl span:nth-child(2){top:12px;left:7px;width:28px;height:8px;border:2px solid rgba(255,246,221,.66);border-radius:50%}.as-wished__object--bowl span:nth-child(3){right:12px;bottom:4px;left:12px;height:4px;border-radius:999px;background:#fff6dd8a}.as-wished__object--thread span:first-child{top:7px;right:7px;bottom:7px;left:7px;border:4px solid color-mix(in srgb,var(--room-accent) 78%,#ffddd2);border-radius:50%}.as-wished__object--thread span:nth-child(2){top:13px;right:13px;bottom:13px;left:13px;border:3px solid color-mix(in srgb,var(--room-accent) 82%,#ffddd2);border-radius:50%}.as-wished__object--thread span:nth-child(3){right:0;bottom:8px;width:24px;height:3px;border-radius:999px;background:color-mix(in srgb,var(--room-accent) 88%,#ffddd2);transform:rotate(-28deg)}.as-wished__constellation{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;pointer-events:none}.as-wished__star{position:absolute;top:var(--star-y);left:var(--star-x);width:8px;height:8px;border-radius:50%;background:var(--star-color);box-shadow:0 0 18px color-mix(in srgb,var(--star-color) 78%,transparent),0 0 42px color-mix(in srgb,var(--star-color) 28%,transparent);opacity:0;transform:scale(.2);animation:as-wished-star-in .42s var(--ease-out) forwards;animation-delay:var(--star-delay)}.as-wished__star:after{content:"";position:absolute;top:50%;left:50%;width:42px;height:1px;background:linear-gradient(90deg,var(--star-color),transparent);transform:translateY(-50%) rotate(28deg);opacity:.42}.as-wished__readout{align-self:stretch;min-width:0;border-left:1px solid rgba(246,229,190,.12);padding:clamp(18px,2.4vw,30px) 0 clamp(18px,2.4vw,30px) clamp(18px,2.5vw,30px)}.as-wished__readout h2{margin:.36rem 0 .9rem;color:#fff7e5f0;font-family:var(--font-heading);font-size:clamp(2.1rem,4vw,4.2rem);font-style:italic;font-weight:400;letter-spacing:0;line-height:.92}.as-wished__wish{max-width:30rem;color:#f6eedac7;font-size:clamp(1rem,1.5vw,1.18rem);letter-spacing:0;line-height:1.52}.as-wished__readout dl{display:grid;gap:1px;margin-top:clamp(18px,3vw,34px);overflow:hidden;border:1px solid rgba(246,229,190,.1);border-radius:6px;background:#f6e5be1a}.as-wished__readout dl div{min-width:0;padding:.9rem 1rem;background:#06070b94}.as-wished__readout dt{color:color-mix(in srgb,var(--as-accent) 64%,rgba(255,255,255,.48));font-size:.68rem;letter-spacing:0;line-height:1;text-transform:lowercase}.as-wished__readout dd{margin-top:.28rem;overflow-wrap:anywhere;color:#efe7d5bd;font-size:.86rem;letter-spacing:0;line-height:1.35}.as-wished__question{margin-top:1rem;border-left:1px solid color-mix(in srgb,var(--as-accent) 34%,rgba(255,255,255,.16));padding-left:.82rem;color:#fff7e5b8;font-family:var(--font-heading);font-size:1.02rem;font-style:italic;letter-spacing:0;line-height:1.35}.as-wished__question:before{content:"ask / ";color:color-mix(in srgb,var(--as-accent) 64%,rgba(255,255,255,.48));font-family:var(--font-body);font-size:.66rem;font-style:normal;text-transform:lowercase}.as-wished__controls{grid-column:1;display:flex;flex-wrap:wrap;gap:.6rem;align-self:start}.as-wished__controls button{min-height:42px;border:1px solid rgba(246,229,190,.14);border-radius:6px;padding:.72rem .9rem;color:#f6eedab8;background:#080a0f99;font-size:.76rem;letter-spacing:0;line-height:1;text-transform:lowercase;transition:border-color .2s var(--ease-out),color .2s var(--ease-out),background .2s var(--ease-out),transform .2s var(--ease-out),opacity .2s var(--ease-out)}.as-wished__controls button:hover:not(:disabled){border-color:color-mix(in srgb,var(--as-accent) 54%,rgba(255,255,255,.16));color:#fff7e5f5;background:color-mix(in srgb,var(--as-accent) 16%,rgba(8,10,15,.72));transform:translateY(-1px)}.as-wished__controls button:disabled{cursor:default;opacity:.36}.as-wished__control-primary{color:#0a0908eb!important;background:color-mix(in srgb,var(--as-accent) 84%,#fff7dc)!important}.as-wished__ledger{grid-column:1 / -1;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid rgba(246,229,190,.1);border-radius:6px;background:#f6e5be1a}.as-wished__ledger-step{min-width:0;padding:.8rem .9rem;color:#f6eeda8f;background:#05060994;font-size:.72rem;letter-spacing:0;line-height:1.2;text-align:left;text-transform:lowercase;transition:color .2s var(--ease-out),background .2s var(--ease-out)}.as-wished__ledger-step span{display:block;margin-bottom:.22rem}.as-wished__ledger-step--active,.as-wished__ledger-step:hover{color:#fff7e5e6;background:color-mix(in srgb,var(--as-accent) 15%,rgba(5,6,9,.7))}.as-wished__ledger-step--received{color:#fff7e5c7}.as-wished__ledger-step--received span:after{content:" / held";color:color-mix(in srgb,var(--as-accent) 78%,rgba(255,255,255,.58))}@keyframes as-wished-dust{0%,to{opacity:.12;transform:translateY(0)}50%{opacity:.52;transform:translateY(-18px)}}@keyframes as-wished-star-in{to{opacity:.92;transform:scale(1)}}@keyframes as-wished-sound-wave{0%,to{opacity:.28}50%{opacity:.82}}@media(max-width:1120px){.as-wished__experience{grid-template-columns:1fr;grid-template-rows:auto auto auto auto}.as-wished__header,.as-wished__stage,.as-wished__controls,.as-wished__ledger{grid-column:1;grid-row:auto}.as-wished__stage{grid-template-columns:minmax(0,1fr)}.as-wished__house{min-height:620px}.as-wished__readout{border-top:1px solid rgba(246,229,190,.12);border-left:0;padding:24px 0 0}.as-wished__readout dl{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.as-wished{overflow-x:hidden;overflow-y:visible}.as-wished__experience{gap:18px;padding:calc(var(--header-height) + 34px) 18px 24px}.as-wished__header h1{font-size:3.9rem}.as-wished__header p:last-child,.as-wished__wish{font-size:.95rem}.as-wished__house{min-height:520px}.as-wished__rooms{gap:22px;padding:0 14px;transform:translateY(calc(202px - (var(--as-depth) * 138px)))}.as-wished__room,.as-wished__room-shell{min-height:116px}.as-wished__window{right:16px;width:58px;height:36px}.as-wished__artifact{top:16px;left:58px;width:128px;min-height:38px;padding:.38rem .46rem}.as-wished__artifact strong{font-size:.78rem}.as-wished__absence{right:86px;height:62px}.as-wished__room-label{bottom:18px;left:18px;max-width:58%}.as-wished__room-label strong{font-size:1.04rem}.as-wished__object-button{right:18px;width:62px;height:62px}.as-wished__object-button>span:last-child{display:none}.as-wished__object{transform:scale(.82)}.as-wished__readout dl,.as-wished__ledger{grid-template-columns:1fr}.as-wished__controls button{flex:1 1 calc(50% - .6rem)}.as-wished__controls .as-wished__control-primary{flex-basis:100%;order:-1}}body:has(.as-wished--letter){background:#05070d}.as-wished--letter{--as-accent: #f3c976;--as-secondary: #77b7c7;min-height:100vh;min-height:100dvh;overflow-x:hidden;overflow-y:visible;color:#f9f1dceb;background:radial-gradient(circle at 18% 10%,rgba(240,181,111,.18),transparent 24rem),radial-gradient(circle at 86% 18%,rgba(119,183,199,.14),transparent 22rem),radial-gradient(circle at 46% 52%,rgba(142,184,157,.08),transparent 30rem),linear-gradient(180deg,#101521,#070910 46%,#030407)}.as-wished--letter:before{position:fixed;opacity:.3;-webkit-mask-image:radial-gradient(ellipse at 50% 36%,#000 0%,transparent 76%);mask-image:radial-gradient(ellipse at 50% 36%,#000 0%,transparent 76%)}.as-wished--letter:after{position:fixed;inset:auto -8% -22% -8%;height:44vh;background:radial-gradient(ellipse at 50% 0%,color-mix(in srgb,var(--as-accent) 18%,transparent),transparent 62%),linear-gradient(180deg,transparent,rgba(0,0,0,.72));opacity:.74}.as-wished--letter .as-wished__dust{position:fixed;z-index:0}.as-wished-letter{position:relative;z-index:1;min-height:100vh;padding:calc(var(--header-height) + 42px) 0 88px}.as-wished-letter__hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:start;width:min(100%,1560px);margin:0 auto;padding:0 clamp(20px,5vw,72px) 16vh}.as-wished-letter__hero-copy{max-width:820px}.as-wished-letter__eyebrow,.as-wished-letter__section-meta dt,.as-wished-letter__slot-copy>span{color:color-mix(in srgb,var(--section-accent, var(--as-accent)) 68%,rgba(255,255,255,.54));font-size:.72rem;font-weight:500;letter-spacing:0;line-height:1.1;text-transform:lowercase}.as-wished-letter__hero h1{max-width:8ch;margin:.42rem 0 1.1rem;color:#fff6e0f7;font-family:var(--font-heading);font-size:7rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:.84}.as-wished-letter__hero p:last-child{max-width:44rem;color:#ece4d2b8;font-size:1.12rem;letter-spacing:0;line-height:1.62}.as-wished-letter__sound{position:sticky;top:calc(var(--header-height) + 18px);z-index:4;margin-top:0;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.as-wished-letter__nav{position:fixed;top:50%;right:clamp(14px,2vw,30px);z-index:6;display:grid;gap:.58rem;width:142px;transform:translateY(-50%)}.as-wished-letter__nav-dot{display:grid;grid-template-columns:24px minmax(0,1fr);gap:.42rem;align-items:center;min-height:36px;border:1px solid rgba(246,229,190,.12);border-radius:999px;padding:.38rem .54rem;color:#f6eeda8a;background:#05070c8f;font-size:.68rem;letter-spacing:0;line-height:1.1;text-align:left;text-transform:lowercase;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);transition:border-color .22s var(--ease-out),color .22s var(--ease-out),background .22s var(--ease-out),transform .22s var(--ease-out)}.as-wished-letter__nav-dot span{display:grid;place-items:center;width:24px;height:24px;border:1px solid rgba(246,229,190,.14);border-radius:50%;font-size:.62rem;line-height:1}.as-wished-letter__nav-dot strong{min-width:0;overflow-wrap:anywhere;font-weight:400}.as-wished-letter__nav-dot:hover,.as-wished-letter__nav-dot--active{border-color:color-mix(in srgb,var(--as-accent) 56%,rgba(255,255,255,.18));color:#fff7e5f0;background:color-mix(in srgb,var(--as-accent) 13%,rgba(5,7,12,.72));transform:translate(-2px)}.as-wished-letter__thread{position:fixed;top:0;bottom:0;left:clamp(18px,5vw,78px);z-index:0;width:120px;opacity:.5;pointer-events:none}.as-wished-letter__thread svg{width:100%;height:100%;overflow:visible}.as-wished-letter__thread path{fill:none;stroke:color-mix(in srgb,var(--as-accent) 62%,rgba(255,255,255,.22));stroke-width:3;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 18px color-mix(in srgb,var(--as-accent) 42%,transparent))}.as-wished-letter__sections{position:relative;z-index:2}.as-wished-letter__band{position:relative;min-height:96vh;scroll-margin-top:var(--header-height);border-top:1px solid rgba(246,229,190,.08);background:radial-gradient(circle at 78% 22%,color-mix(in srgb,var(--section-accent) 12%,transparent),transparent 25rem),linear-gradient(180deg,rgba(255,255,255,.018),transparent 24%)}.as-wished-letter__band:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,color-mix(in srgb,var(--section-secondary) 10%,transparent),transparent 42%),repeating-linear-gradient(90deg,rgba(255,255,255,.024) 0 1px,transparent 1px 18px);opacity:.34;pointer-events:none}.as-wished-letter__band--final{min-height:100vh;background:radial-gradient(circle at 62% 18%,rgba(243,201,118,.2),transparent 27rem),radial-gradient(circle at 20% 74%,rgba(142,184,157,.12),transparent 24rem),linear-gradient(180deg,#ffffff07,#0000002e)}.as-wished-letter__band--ancestor{background:radial-gradient(circle at 76% 16%,color-mix(in srgb,var(--section-accent) 9%,transparent),transparent 24rem),radial-gradient(circle at 18% 78%,color-mix(in srgb,var(--section-secondary) 8%,transparent),transparent 22rem),linear-gradient(180deg,#00000024,#00000057)}.as-wished-letter__band--ancestor:before{background:linear-gradient(90deg,color-mix(in srgb,var(--section-secondary) 8%,transparent),transparent 44%),repeating-linear-gradient(90deg,rgba(255,255,255,.018) 0 1px,transparent 1px 24px);opacity:.24}.as-wished-letter__band-inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.98fr) minmax(340px,.82fr);gap:clamp(28px,5vw,80px);align-items:center;width:min(100%,1560px);min-height:inherit;margin:0 auto;padding:96px clamp(20px,5vw,72px)}.as-wished-letter__copy{max-width:780px}.as-wished-letter__copy h2{max-width:12ch;margin:.48rem 0 1.35rem;color:#fff7e5f5;font-family:var(--font-heading);font-size:4.5rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:.94;overflow-wrap:anywhere}.as-wished-letter__english{display:grid;gap:.88rem;max-width:50rem}.as-wished-letter__english p{color:#f6eedad1;font-size:1.08rem;letter-spacing:0;line-height:1.72}.as-wished-letter__english p:first-child{color:#fff7e5f0;font-size:1.32rem;line-height:1.58}.as-wished-letter__chinese{display:inline-block;margin-top:1.45rem;border-left:1px solid color-mix(in srgb,var(--section-accent) 42%,rgba(255,255,255,.18));padding-left:.9rem;color:color-mix(in srgb,var(--section-accent) 58%,rgba(255,247,229,.72));font-family:var(--font-heading);font-size:1.08rem;font-style:italic;letter-spacing:0;line-height:1.36}.as-wished-letter__section-meta{display:grid;grid-template-columns:minmax(0,.34fr) minmax(0,.66fr);gap:1px;max-width:48rem;margin-top:2rem;overflow:hidden;border:1px solid rgba(246,229,190,.1);border-radius:6px;background:#f6e5be14}.as-wished-letter__section-meta div{min-width:0;padding:.82rem .92rem;background:#05070c8a}.as-wished-letter__section-meta dd{margin-top:.28rem;color:#efe7d5b8;font-size:.84rem;letter-spacing:0;line-height:1.38;overflow-wrap:anywhere}.as-wished-letter__artifacts{min-width:0;border-left:1px solid rgba(246,229,190,.12);padding-left:clamp(22px,4vw,50px)}.as-wished-letter__artifacts>p{max-width:34rem;color:#ece4d2ad;font-size:.92rem;letter-spacing:0;line-height:1.56}.as-wished-letter__artifacts ul{display:grid;gap:.78rem;margin-top:1.1rem;list-style:none}.as-wished-letter__slot{position:relative;display:grid;grid-template-columns:98px minmax(0,1fr);gap:.9rem;align-items:stretch;min-height:126px;overflow:hidden;border:1px solid color-mix(in srgb,var(--slot-accent) 28%,rgba(255,255,255,.12));border-radius:6px;background:linear-gradient(135deg,color-mix(in srgb,var(--slot-accent) 10%,transparent),transparent 46%),#05070c94;box-shadow:inset 0 0 42px #ffffff06;transform:rotate(calc((var(--slot-index) - 1) * .45deg))}.as-wished-letter__slot:after{content:"";position:absolute;top:10px;right:10px;bottom:10px;left:10px;border:1px dashed color-mix(in srgb,var(--slot-accent) 24%,rgba(255,255,255,.12));opacity:.56;pointer-events:none}.as-wished-letter__slot-visual{position:relative;display:block;min-height:126px;background:radial-gradient(circle at 62% 26%,color-mix(in srgb,var(--slot-accent) 28%,transparent),transparent 32%),linear-gradient(160deg,#ffffff17,#ffffff03 46%),#fff7e50e}.as-wished-letter__slot-visual span{position:absolute;display:block}.as-wished-letter__slot-visual span:first-child{top:20px;right:22px;bottom:28px;left:18px;border:1px solid color-mix(in srgb,var(--slot-accent) 54%,rgba(255,247,229,.38));border-radius:4px;background:linear-gradient(135deg,transparent 46%,color-mix(in srgb,var(--slot-accent) 28%,transparent) 47% 55%,transparent 56%),#03050952;transform:rotate(-4deg)}.as-wished-letter__slot-visual span:nth-child(2){right:20px;bottom:26px;left:28px;height:12px;border-radius:999px;background:color-mix(in srgb,var(--slot-accent) 42%,rgba(255,247,229,.34));opacity:.74}.as-wished-letter__slot-visual span:nth-child(3){top:26px;right:26px;width:16px;height:16px;border-radius:50%;background:color-mix(in srgb,var(--slot-accent) 62%,rgba(255,247,229,.52));box-shadow:0 0 22px color-mix(in srgb,var(--slot-accent) 46%,transparent)}.as-wished-letter__slot--object .as-wished-letter__slot-visual span:first-child{top:34px;right:20px;bottom:30px;left:20px;border-radius:50% 50% 12px 12px;transform:none}.as-wished-letter__slot--room .as-wished-letter__slot-visual span:first-child{top:22px;right:18px;bottom:22px;left:18px;border-radius:2px;background:linear-gradient(90deg,transparent 48%,color-mix(in srgb,var(--slot-accent) 42%,rgba(255,247,229,.24)) 49% 51%,transparent 52%),linear-gradient(180deg,transparent 48%,color-mix(in srgb,var(--slot-accent) 32%,rgba(255,247,229,.2)) 49% 51%,transparent 52%),#03050952}.as-wished-letter__slot--present .as-wished-letter__slot-visual span:first-child{top:24px;right:30px;bottom:34px;left:30px;border-radius:14px 14px 5px 5px;background:color-mix(in srgb,var(--slot-accent) 36%,rgba(255,247,229,.16));clip-path:polygon(18% 0,82% 0,100% 100%,0 100%);box-shadow:0 0 28px color-mix(in srgb,var(--slot-accent) 42%,transparent)}.as-wished-letter__slot--ancestor{border-color:color-mix(in srgb,var(--slot-accent) 20%,rgba(255,255,255,.1));background:linear-gradient(135deg,color-mix(in srgb,var(--slot-accent) 7%,transparent),transparent 52%),linear-gradient(180deg,#ffffff07,#0000001f),#03050ab8;box-shadow:inset 0 0 48px #0000003d,0 18px 46px #0000002e}.as-wished-letter__slot--ancestor .as-wished-letter__slot-visual{background:radial-gradient(circle at 50% 32%,color-mix(in srgb,var(--slot-accent) 20%,transparent),transparent 34%),linear-gradient(160deg,#ffffff0f,#ffffff02 48%),#fff7e509}.as-wished-letter__slot--ancestor .as-wished-letter__slot-visual span:first-child{top:18px;right:20px;bottom:26px;left:20px;border-color:color-mix(in srgb,var(--slot-accent) 38%,rgba(255,247,229,.24));border-radius:3px;background:linear-gradient(90deg,transparent 48%,color-mix(in srgb,var(--slot-accent) 30%,rgba(255,247,229,.16)) 49% 51%,transparent 52%),#0305096b;transform:rotate(-2deg)}.as-wished-letter__slot--ancestor .as-wished-letter__slot-visual span:nth-child(2){height:1px;background:color-mix(in srgb,var(--slot-accent) 46%,rgba(255,247,229,.26));opacity:.62}.as-wished-letter__slot--ancestor .as-wished-letter__slot-visual span:nth-child(3){opacity:.58}.as-wished-letter__slot-copy{position:relative;z-index:1;display:grid;align-content:center;min-width:0;padding:1rem 1rem 1rem 0}.as-wished-letter__slot-copy strong,.as-wished-letter__slot-copy em,.as-wished-letter__slot-copy small{display:block;min-width:0;overflow-wrap:anywhere}.as-wished-letter__slot-copy strong{margin-top:.22rem;color:#fff7e5e0;font-family:var(--font-heading);font-size:1.1rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.08}.as-wished-letter__slot-copy em{margin-top:.54rem;color:#ece4d2b3;font-size:.78rem;font-style:normal;letter-spacing:0;line-height:1.34}.as-wished-letter__slot-copy small{margin-top:.42rem;color:color-mix(in srgb,var(--slot-accent) 54%,rgba(255,255,255,.42));font-size:.68rem;letter-spacing:0;line-height:1.26}@media(max-width:1180px){.as-wished-letter__hero{padding-bottom:12vh}.as-wished-letter__hero h1{font-size:5.8rem}.as-wished-letter__band-inner{grid-template-columns:minmax(0,1fr);align-items:start;padding-right:max(88px,clamp(20px,5vw,72px))}.as-wished-letter__copy h2{max-width:13ch;font-size:3.7rem}.as-wished-letter__artifacts{border-top:1px solid rgba(246,229,190,.12);border-left:0;padding-top:28px;padding-left:0}}@media(max-width:760px){.app:has(.as-wished--letter) .header{gap:12px;padding:0 18px}.app:has(.as-wished--letter) .header__nav{display:none}.as-wished-letter{padding:calc(var(--header-height) + 30px) 0 82px}.as-wished-letter__hero-copy,.as-wished-letter__copy,.as-wished-letter__english,.as-wished-letter__english p,.as-wished-letter__chinese,.as-wished-letter__artifacts,.as-wished-letter__artifacts>p{max-width:100%;min-width:0;overflow-wrap:anywhere}.as-wished-letter__hero{grid-template-columns:1fr;gap:18px;padding:0 18px 72px}.as-wished-letter__hero h1{font-size:4.25rem}.as-wished-letter__hero p:last-child{max-width:30ch;font-size:1rem}.as-wished-letter__sound{position:relative;top:auto;width:max-content}.as-wished-letter__thread{left:-34px;width:92px;opacity:.32}.as-wished-letter__band{min-height:auto}.as-wished-letter__band-inner{gap:34px;min-height:auto;padding:72px 18px}.as-wished-letter__copy h2{max-width:9ch;font-size:2.7rem;overflow-wrap:normal}.as-wished-letter__english p,.as-wished-letter__english p:first-child{max-width:32ch;font-size:1rem;line-height:1.66}.as-wished-letter__section-meta{grid-template-columns:1fr}.as-wished-letter__slot{grid-template-columns:82px minmax(0,1fr);min-height:116px}.as-wished-letter__slot-visual{min-height:116px}.as-wished-letter__slot-copy{padding:.82rem .82rem .82rem 0}.as-wished-letter__slot-copy strong{font-size:1rem}.as-wished-letter__nav{top:auto;right:12px;bottom:12px;left:12px;display:flex;gap:1px;width:auto;max-width:calc(100vw - 24px);overflow:hidden;border:1px solid rgba(246,229,190,.12);border-radius:8px;background:#05070cb8;transform:none;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.as-wished-letter__nav-dot{display:grid;flex:1 1 0;grid-template-columns:minmax(0,1fr);place-items:center;min-width:0;min-height:46px;border:0;border-radius:0;padding:0;background:transparent}.as-wished-letter__nav-dot:hover,.as-wished-letter__nav-dot--active{background:color-mix(in srgb,var(--as-accent) 15%,transparent);transform:none}.as-wished-letter__nav-dot span{width:24px;height:24px}.as-wished-letter__nav-dot strong{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}}@media(max-width:520px){.as-wished-letter__hero,.as-wished-letter__band-inner{width:min(calc(100vw - 36px),339px);margin-right:auto;margin-left:18px;padding-right:0;padding-left:0}.as-wished-letter__nav{right:auto;width:min(calc(100vw - 24px),351px)}.as-wished-letter__slot{grid-template-columns:74px minmax(0,1fr)}}
