:root{--pw-bg: 10 10 12;--pw-surface: 18 18 22;--pw-text: 232 230 224;--pw-muted: 168 166 158;--pw-border: 40 40 48;--glow-rgb: 212 165 116;--text-scale: 1;--font-serif-stack: var(--font-serif, "Cormorant Garamond"), Georgia, "Times New Roman", serif;--font-sans-stack: var(--font-sans, "Inter"), system-ui, -apple-system, sans-serif;--ease-out: cubic-bezier(.16, 1, .3, 1);--dur-hover: .6s;--content-max: 72ch;--page-max: 1180px;--space-1: .5rem;--space-2: 1rem;--space-3: 1.5rem;--space-4: 2.5rem;--space-5: 4rem;color-scheme:dark}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}img,svg,video,iframe{display:block;max-width:100%;height:auto}button{font:inherit;color:inherit;cursor:pointer;background:none;border:0;padding:0}html{font-size:calc(15.5px * var(--text-scale));line-height:1.6;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{font-family:var(--font-sans-stack);background:radial-gradient(ellipse 60% 380px at 50% 0%,rgb(var(--glow-rgb) / .08),transparent 70%),rgb(var(--pw-bg));color:rgb(var(--pw-text));min-height:100dvh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{font-family:var(--font-serif-stack);font-weight:400;line-height:1.2;letter-spacing:.005em;margin:0 0 var(--space-2)}h1{font-size:clamp(2rem,4vw,3.25rem)}h2{font-size:clamp(1.5rem,3vw,2.25rem)}h3{font-size:clamp(1.25rem,2.4vw,1.65rem)}p{margin:0 0 var(--space-2);max-width:var(--content-max)}a{color:rgb(var(--pw-text));text-decoration-color:rgb(var(--pw-muted) / .5);text-decoration-thickness:1px;text-underline-offset:.2em;transition:text-decoration-color .22s var(--ease-out),color .22s var(--ease-out)}a:hover,a:focus-visible{text-decoration-color:rgb(var(--pw-text))}a:focus-visible{outline:2px solid rgb(var(--glow-rgb));outline-offset:3px}::selection{background:rgb(var(--glow-rgb) / .35);color:rgb(var(--pw-text))}.pw-skip{position:absolute;left:-10000px;top:var(--space-2);padding:var(--space-1) var(--space-2);background:rgb(var(--pw-surface));border:1px solid rgb(var(--pw-border));z-index:100}.pw-skip:focus{left:var(--space-2)}.pw-header,.pw-footer{border-color:rgb(var(--pw-border) / .7)}.pw-header{position:sticky;top:0;z-index:10;background:rgb(var(--pw-bg) / .85);backdrop-filter:blur(8px);border-bottom:1px solid rgb(var(--pw-border) / .6);box-shadow:0 1px rgb(var(--glow-rgb) / .18),0 8px 24px -12px rgb(var(--glow-rgb) / .25)}.pw-header-inner{max-width:var(--page-max);margin:0 auto;padding:var(--space-2) var(--space-3);display:flex;align-items:center;gap:var(--space-3);flex-wrap:wrap}.pw-wordmark{font-family:var(--font-serif-stack);font-size:1.4rem;letter-spacing:.03em;text-decoration:none;flex-shrink:0}.pw-nav{flex:1;min-width:0}.pw-nav ul{list-style:none;margin:0;padding:0;display:flex;gap:var(--space-3);justify-content:center;flex-wrap:wrap}.pw-nav a{position:relative;font-size:.95rem;color:rgb(var(--pw-muted));text-decoration:none;padding:.4rem 0;border-bottom:1px solid transparent;transition:color .3s var(--ease-out),border-color .3s var(--ease-out)}.pw-nav a:after{content:"";position:absolute;left:-15%;right:-15%;bottom:0;height:1.6em;background:radial-gradient(ellipse 65% 100% at 50% 100%,rgb(var(--glow-rgb) / .3),transparent 78%);opacity:0;pointer-events:none;transition:opacity .32s var(--ease-out);z-index:-1}.pw-nav a:hover,.pw-nav a[aria-current=page]{color:rgb(var(--pw-text));border-bottom-color:rgb(var(--glow-rgb) / .8)}.pw-nav a:hover:after,.pw-nav a[aria-current=page]:after{opacity:1}.pw-header-tools{display:flex;align-items:center;gap:var(--space-2);flex-shrink:0}.pw-main{flex:1;max-width:var(--page-max);margin:0 auto;padding:var(--space-5) var(--space-3);width:100%}.pw-footer{border-top:1px solid rgb(var(--pw-border) / .6);padding:var(--space-3);color:rgb(var(--pw-muted));font-size:.9rem}.pw-footer-inner{max-width:var(--page-max);margin:0 auto;display:flex;justify-content:space-between;gap:var(--space-3);flex-wrap:wrap}.pw-footer a{color:rgb(var(--pw-muted));text-decoration:none}.pw-footer a:hover{color:rgb(var(--pw-text))}.pw-dot{margin:0 .5rem;opacity:.5}.pw-lang-pill{display:inline-flex;gap:0;border:1px solid rgb(var(--pw-border));border-radius:999px;padding:2px;font-size:.85rem}.pw-lang-pill a{padding:.25rem .7rem;border-radius:999px;color:rgb(var(--pw-muted));text-decoration:none;transition:background-color .22s var(--ease-out),color .22s var(--ease-out)}.pw-lang-pill a[aria-current=true]{background:rgb(var(--glow-rgb) / .15);color:rgb(var(--pw-text));box-shadow:inset 0 0 0 1px rgb(var(--glow-rgb) / .3)}.pw-lang-pill a:hover{color:rgb(var(--pw-text))}.pw-textsize{display:inline-flex;gap:0;border:1px solid rgb(var(--pw-border));border-radius:999px;padding:2px;font-size:.85rem}.pw-textsize button{padding:.25rem .55rem;border-radius:999px;color:rgb(var(--pw-muted));line-height:1;transition:background-color .22s var(--ease-out),color .22s var(--ease-out)}.pw-textsize button[aria-pressed=true]{background:rgb(var(--glow-rgb) / .15);color:rgb(var(--pw-text));box-shadow:inset 0 0 0 1px rgb(var(--glow-rgb) / .3)}.pw-textsize button:hover:not([aria-pressed=true]){color:rgb(var(--pw-text))}.pw-textsize button:nth-child(1){font-size:.82rem}.pw-textsize button:nth-child(2){font-size:.92rem}.pw-textsize button:nth-child(3){font-size:1.02rem}.pw-video-card{--glow-rgb: 168 166 158;position:relative;display:flex;flex-direction:column;background:rgb(var(--pw-surface));border:1px solid rgb(var(--glow-rgb) / .25);border-radius:10px;overflow:hidden;transition:border-color var(--dur-hover) var(--ease-out),box-shadow var(--dur-hover) var(--ease-out),transform var(--dur-hover) var(--ease-out);box-shadow:0 0 0 1px rgb(var(--glow-rgb) / .06),0 0 24px -10px rgb(var(--glow-rgb) / .18)}.pw-video-card:hover,.pw-video-card:focus-within{border-color:rgb(var(--glow-rgb) / .6);box-shadow:0 0 0 1px rgb(var(--glow-rgb) / .18),0 0 48px -10px rgb(var(--glow-rgb) / .45);transform:translateY(-2px)}.pw-video-card :focus-visible{outline:2px solid rgb(var(--glow-rgb));outline-offset:2px;border-radius:4px}.pw-video-thumb{position:relative;aspect-ratio:16 / 9;background:rgb(var(--pw-bg));overflow:hidden}.pw-video-thumb-btn{display:block;width:100%}.pw-video-thumb img{width:100%;height:100%;object-fit:cover;transition:transform var(--dur-hover) var(--ease-out)}.pw-video-card:hover .pw-video-thumb img{transform:scale(1.02)}.pw-video-play{position:absolute;inset:0;display:grid;place-items:center;background:linear-gradient(to top,rgb(0 0 0 / .35),transparent 50%);color:rgb(var(--pw-text));font-size:3rem;pointer-events:none;opacity:0;transition:opacity var(--dur-hover) var(--ease-out)}.pw-video-card:hover .pw-video-play{opacity:.8}.pw-video-meta{padding:var(--space-2) var(--space-2) calc(var(--space-2) + .25rem);display:flex;flex-direction:column;gap:.35rem}.pw-video-title{font-family:var(--font-serif-stack);font-size:1.2rem;line-height:1.25;margin:0}.pw-video-subtitle{color:rgb(var(--pw-muted));font-size:.85rem;line-height:1.4;font-style:italic}.pw-video-foot{display:flex;justify-content:space-between;margin-top:.25rem;font-size:.8rem;color:rgb(var(--pw-muted) / .85)}.pw-video-readmore{margin:.4rem 0 0;font-size:.82rem}.pw-video-readmore a{color:rgb(var(--glow-rgb) / .9);text-decoration:none;border-bottom:1px dotted rgb(var(--glow-rgb) / .35);padding-bottom:1px;transition:color .22s ease,border-color .22s ease}.pw-video-readmore a:hover,.pw-video-readmore a:focus-visible{color:rgb(var(--glow-rgb));border-color:rgb(var(--glow-rgb))}.pw-season{margin-bottom:var(--space-5)}.pw-season-head{border-bottom:1px solid rgb(var(--pw-border));margin-bottom:var(--space-3);padding-bottom:var(--space-2)}.pw-season-title{font-size:1.8rem;margin:0 0 .25rem}.pw-season-blurb{color:rgb(var(--pw-muted));margin:0;max-width:var(--content-max);font-style:italic}.pw-video-grid{display:grid;gap:var(--space-3);grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}lite-youtube{background-color:rgb(var(--pw-bg));border-radius:10px;overflow:hidden}.pw-prose{max-width:var(--content-max);margin:0 auto}.pw-prose h1{margin-bottom:var(--space-3)}.pw-prose p{font-size:1.05rem}.pw-prose blockquote{margin:var(--space-3) 0;padding-left:var(--space-3);border-left:2px solid rgb(var(--glow-rgb) / .5);font-style:italic;color:rgb(var(--pw-text) / .9)}.pw-form{max-width:42rem;display:flex;flex-direction:column;gap:var(--space-2)}.pw-form label{display:flex;flex-direction:column;gap:.4rem;font-size:.9rem;color:rgb(var(--pw-muted))}.pw-form input,.pw-form textarea{font:inherit;padding:.6rem .8rem;background:rgb(var(--pw-surface));color:rgb(var(--pw-text));border:1px solid rgb(var(--pw-border));border-radius:6px;transition:border-color .22s var(--ease-out)}.pw-form input:focus,.pw-form textarea:focus{border-color:rgb(var(--glow-rgb) / .7);outline:none}.pw-form textarea{min-height:9rem;resize:vertical}.pw-form button[type=submit]{align-self:flex-start;padding:.65rem 1.4rem;background:rgb(var(--pw-text) / .08);border:1px solid rgb(var(--pw-text) / .25);color:rgb(var(--pw-text));border-radius:6px;transition:background-color .22s var(--ease-out)}.pw-form button[type=submit]:hover{background:rgb(var(--pw-text) / .16)}.pw-form-status{font-size:.9rem;margin-top:var(--space-2)}.pw-form-status.is-ok{color:#a0dcaa}.pw-form-status.is-err{color:#dc8282}.pw-honeypot{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media(max-width:640px){.pw-header-inner{gap:var(--space-2);padding:var(--space-2)}.pw-nav ul{gap:var(--space-2)}.pw-main{padding:var(--space-4) var(--space-2)}.pw-footer-inner{flex-direction:column;gap:var(--space-1)}}
