@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Outfit:wght@300;400;500;600;700&family=Newsreader:ital,opsz,wght@0,6..72,300;0,6..72,400;0,6..72,500;1,6..72,300;1,6..72,400&display=swap");*,:after,:before{margin:0;padding:0;box-sizing:border-box}:root{--white:#fafaf8;--off-white:#f4f3f0;--cream:#eeecea;--border:#e2e0db;--border-dark:#d0cdc6;--text:#1a1a1a;--text-primary:#1a1a1a;--text-secondary:#5a5854;--text-dim:#8a8882;--text-faint:#b0ada6;--accent:#c2553a;--accent-hover:#a8432c;--card-dark:#141416;--card-text:#e8e6e1;--card-text-dim:#9a9890;--gold:#c9a84c;--gold-dim:rgba(201,168,76,.6);--aurora-1:rgba(201,168,76,.08);--aurora-2:rgba(194,85,58,.06);--aurora-3:rgba(42,157,143,.05);--true-black:#0a0a0a;--true-white:#fff}html{scroll-behavior:smooth}::selection{background:var(--accent);color:#fff}::-moz-selection{background:var(--accent);color:#fff}body{background:var(--white);color:var(--text);font-family:Outfit,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden;cursor:none}@media (hover:none),(pointer:coarse){body{cursor:auto}}a{color:inherit;text-decoration:none}nav{position:fixed;top:0;left:0;right:0;z-index:9999;padding:0 3rem;height:56px;display:flex;justify-content:space-between;align-items:center;background:rgba(10,10,15,.85);backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border-bottom:1px solid hsla(0,0%,100%,.1);box-shadow:0 2px 20px rgba(0,0,0,.3)}.nav-logo{font-family:Libre Baskerville,serif;font-weight:700;font-size:1rem;color:#fff}.nav-links{display:flex;gap:2rem;list-style:none;align-items:center}.nav-links a{font-size:.78rem;font-weight:500;color:hsla(0,0%,100%,.7);transition:color .2s}.nav-links a:hover{color:#fff}.nav-cta{font-size:.72rem!important;font-weight:600!important;color:#fff!important;background:var(--accent);padding:.45rem 1.1rem;border-radius:2px;transition:background .2s,color .2s!important}.nav-cta:hover{background:var(--accent-hover)!important;color:#fff!important}.hero{padding:10rem 3rem 4rem;max-width:720px;margin:0 auto;text-align:center}.hero-badge{display:inline-block;font-size:.68rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);border:1px solid var(--accent);padding:.35rem 1rem;border-radius:2px;margin-bottom:2rem;opacity:0;animation:fadeUp .8s ease .2s forwards}.hero h1{font-family:Libre Baskerville,serif;font-weight:700;font-size:clamp(2.2rem,4.5vw,3.4rem);line-height:1.2;letter-spacing:-.02em;opacity:0;animation:fadeUp .9s ease .35s forwards}.hero h1 em{font-style:italic;color:var(--accent)}.hero-sub{font-family:Newsreader,serif;font-size:1.15rem;font-weight:300;color:var(--text-secondary);margin-top:1.5rem;line-height:1.7;max-width:540px;margin-left:auto;margin-right:auto;opacity:0;animation:fadeUp .9s ease .55s forwards}.hero-stats{display:flex;justify-content:center;gap:3rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--border);opacity:0;animation:fadeUp .8s ease .75s forwards;position:relative;z-index:1}.hero-stat .num{font-family:Libre Baskerville,serif;font-size:1.6rem;font-weight:700}.hero-stat .label{font-size:.72rem;font-weight:500;color:var(--text-dim);text-transform:uppercase;letter-spacing:.08em;margin-top:.2rem}.hero-wrapper{position:relative;background:var(--card-dark);padding-bottom:3rem}.hero-dark{position:relative;z-index:1}.hero-dark .hero-badge{color:var(--accent);border-color:rgba(194,85,58,.6);background:rgba(0,0,0,.3)}.hero-dark h1{color:#fff}.hero-dark h1 em{color:var(--accent)}.hero-dark .hero-sub{color:var(--card-text-dim)}.hero-dark .hero-stats{border-top-color:hsla(0,0%,100%,.1)}.hero-dark .hero-stat .num{color:#fff}.hero-dark .hero-stat .label{color:var(--card-text-dim)}.subscribe-dark{position:relative;z-index:1}.subscribe-dark .subscribe-box input{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.15);color:#fff}.subscribe-dark .subscribe-box input::placeholder{color:var(--card-text-dim)}.subscribe-dark .subscribe-box input:focus{border-color:rgba(194,85,58,.6)}.subscribe-dark .subscribe-box button{background:var(--accent);border-color:var(--accent);color:var(--card-dark)}.subscribe-dark .subscribe-box button:hover{background:var(--accent);border-color:var(--accent);color:#fff}.subscribe-dark .subscribe-hint{color:var(--card-text-dim)}.subscribe-dark .subscribe-message.success{color:#2a9d8f}.subscribe-dark .subscribe-message.error{color:var(--accent)}.subscribe-bar{max-width:720px;margin:0 auto 3rem;padding:0 3rem;opacity:0;animation:fadeUp .8s ease .9s forwards}.subscribe-wrapper{max-width:440px;margin:0 auto}.subscribe-box{display:flex;gap:0}.subscribe-box input{flex:1 1;font-family:Outfit,sans-serif;font-size:.88rem;padding:.85rem 1rem;border:1px solid var(--border-dark);border-right:none;background:var(--white);color:var(--text);outline:none;border-radius:2px 0 0 2px}.subscribe-box input::placeholder{color:var(--text-faint)}.subscribe-box input:focus{border-color:var(--text-dim)}.subscribe-box button{font-family:Outfit,sans-serif;font-size:.78rem;font-weight:600;padding:.85rem 1.6rem;background:var(--text);color:var(--white);border:1px solid var(--text);border-radius:0 2px 2px 0;cursor:pointer;transition:background .2s;white-space:nowrap}.subscribe-box button:hover{background:var(--accent);border-color:var(--accent)}.subscribe-hint{text-align:center;font-size:.72rem;color:var(--text-faint);margin-top:.5rem}.subscribe-message{display:block;width:100%;text-align:center;font-size:.75rem;margin-top:.6rem}.subscribe-message.success{color:#2a9d8f}.subscribe-message.error{color:var(--accent)}.subscribe-box button:disabled{opacity:.6;cursor:not-allowed}.subscribe-success{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:.9rem 1.5rem;background:rgba(42,157,143,.12);border:1px solid rgba(42,157,143,.3);border-radius:3px;color:#2a9d8f;font-size:.9rem;font-weight:500}.subscribe-success .success-icon{font-size:1.1rem}.subscribe-dark .subscribe-success{background:rgba(42,157,143,.15);border-color:rgba(42,157,143,.4)}.counter-bar{background:var(--white);padding:2.5rem 3rem;display:flex;justify-content:center;align-items:center;gap:4rem;flex-wrap:wrap;border-bottom:1px solid var(--border)}.counter-bar .them,.counter-bar .us{text-align:center;max-width:320px}.counter-bar .c-label{font-size:.62rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--text-dim);margin-bottom:.5rem}.counter-bar .them p{font-family:Newsreader,serif;font-size:1.15rem;color:var(--text-dim);text-decoration:line-through;-webkit-text-decoration-color:var(--border-dark);text-decoration-color:var(--border-dark)}.counter-bar .divider{width:1px;height:50px;background:var(--border)}.counter-bar .us .c-label{color:var(--text)}.counter-bar .us p{font-family:Newsreader,serif;font-size:1.15rem;font-style:italic;color:var(--text)}.catalog-section{padding:4rem 2rem 6rem;max-width:1320px;margin:0 auto}.catalog-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.catalog-header h2{font-family:Libre Baskerville,serif;font-size:1.6rem;font-weight:700}.catalog-header h2 span{font-weight:400;color:var(--text-dim);font-size:1rem;margin-left:.5rem}.filter-bar{display:flex;gap:.25rem}.filter-btn{font-family:Outfit,sans-serif;font-size:.78rem;font-weight:500;padding:.5rem 1.1rem;border:none;background:transparent;color:var(--text-dim);cursor:pointer;transition:all .2s;border-radius:2px}.filter-btn.active,.filter-btn:hover{color:var(--text);background:var(--cream)}.filter-btn.active{font-weight:600}.poster-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:1.2rem;gap:1.2rem}.poster-card{position:relative;aspect-ratio:2/3;border-radius:4px;overflow:hidden;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:transform .35s ease,box-shadow .35s ease}.poster-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 16px 48px rgba(0,0,0,.18);z-index:10}.poster-art{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:1rem;transition:opacity .4s}.poster-card:hover .poster-art{opacity:.15}.poster-art .art-fallback{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:1rem}.poster-art .art-title{font-family:Libre Baskerville,serif;font-size:.88rem;font-weight:700;color:#fff;line-height:1.2;text-shadow:0 1px 6px rgba(0,0,0,.5)}.poster-art .art-year{font-size:.68rem;font-weight:400;color:hsla(0,0%,100%,.6);margin-top:.15rem;position:relative;z-index:2}.poster-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:1.2rem;opacity:0;transition:opacity .35s ease;background:linear-gradient(0deg,rgba(14,14,16,.98) 0,rgba(14,14,16,.9) 40%,rgba(14,14,16,.65) 70%,rgba(14,14,16,.35));z-index:5}.poster-card:hover .poster-overlay{opacity:1}.poster-overlay .category{font-size:.58rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:.4rem}.poster-overlay .title{font-family:Libre Baskerville,serif;font-size:1rem;font-weight:700;color:#fff;line-height:1.25;margin-bottom:.25rem}.poster-overlay .subtitle{font-family:Newsreader,serif;font-size:.82rem;font-style:italic;color:rgba(194,85,58,.6);line-height:1.3;margin-bottom:.6rem}.poster-overlay .excerpt{font-size:.74rem;font-weight:300;color:hsla(0,0%,100%,.7);line-height:1.55;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.8rem}.poster-overlay .tags{display:flex;flex-wrap:wrap;gap:.3rem;margin-bottom:.7rem}.poster-overlay .tag{font-size:.56rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;padding:.2rem .5rem;border:1px solid hsla(0,0%,100%,.15);color:hsla(0,0%,100%,.5);border-radius:1px}.poster-overlay .read-cta{font-size:.68rem;font-weight:600;color:#fff;display:flex;align-items:center;gap:.4rem}.poster-overlay .read-cta .arrow{transition:transform .2s;display:inline-block}.poster-card:hover .read-cta .arrow{transform:translateX(3px)}.deep-dives-section{background:var(--off-white);padding:5rem 2rem}.deep-dives-inner{max-width:1100px;margin:0 auto}.section-title{font-family:Libre Baskerville,serif;font-size:1.4rem;font-weight:700;margin-bottom:.5rem}.section-sub{font-size:.9rem;color:var(--text-secondary);margin-bottom:2.5rem}.dd-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.2rem;gap:1.2rem}.dd-card{background:var(--white);border:1px solid var(--border);padding:2rem;border-radius:3px;transition:all .3s;position:relative}.dd-card:hover{border-color:var(--border-dark);box-shadow:0 4px 20px rgba(0,0,0,.06);transform:translateY(-2px)}.dd-card .dd-badge{font-size:.6rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:.8rem;display:block}.dd-card h3{font-family:Libre Baskerville,serif;font-size:1.15rem;font-weight:700;line-height:1.3;margin-bottom:.6rem}.dd-card p{font-size:.85rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.dd-card .dd-meta{display:flex;justify-content:space-between;align-items:center;padding-top:.8rem;border-top:1px solid var(--border)}.dd-card .dd-parts{font-size:.72rem;color:var(--text-dim)}.dd-card .dd-price{font-family:Libre Baskerville,serif;font-weight:700;font-size:.9rem}.coming-soon{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:6rem 2rem}.coming-soon h1{font-family:Libre Baskerville,serif;font-size:2rem;font-weight:700;margin-bottom:1rem}.coming-soon p{font-family:Newsreader,serif;font-size:1.1rem;color:var(--text-secondary);max-width:420px;line-height:1.7;margin-bottom:2rem}.coming-soon a{font-size:.8rem;font-weight:600;color:var(--accent);letter-spacing:.05em;transition:opacity .2s}.coming-soon a:hover{opacity:.7}.subscribe-page{max-width:440px;margin:0 auto;padding:10rem 2rem 4rem;text-align:center}.subscribe-page h1{font-family:Libre Baskerville,serif;font-size:2rem;font-weight:700;margin-bottom:1rem}.subscribe-page p{font-family:Newsreader,serif;font-size:1.05rem;color:var(--text-secondary);line-height:1.7}.subscribe-form-wrapper,.subscribe-page p{margin-bottom:2rem}.subscribe-page .back-link{font-size:.8rem;font-weight:600;color:var(--text-dim);transition:color .2s}.subscribe-page .back-link:hover{color:var(--accent)}.about-page{max-width:640px;margin:0 auto;padding:8rem 2rem 4rem}.about-page h1{font-family:Libre Baskerville,serif;font-size:2.2rem;font-weight:700;margin-bottom:2rem}.about-page p{font-family:Newsreader,serif;font-size:1.1rem;color:var(--text-secondary);line-height:1.8;margin-bottom:1.5rem}.about-page .about-lead{font-size:1.25rem;color:var(--text);margin-bottom:2rem}.about-page .about-lead em{font-style:italic;color:var(--accent)}.about-page .about-credit{font-family:Outfit,sans-serif;font-size:.85rem;color:var(--text-dim);margin-top:2.5rem;margin-bottom:2rem}.about-page .about-credit a{color:var(--accent);transition:opacity .2s}.about-page .about-credit a:hover{opacity:.7}.about-page .back-link{font-size:.8rem;font-weight:600;color:var(--accent);letter-spacing:.05em;transition:opacity .2s}.about-page .back-link:hover{opacity:.7}footer{padding:3rem 3rem 2rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-left .f-brand{font-family:Libre Baskerville,serif;font-weight:700;font-size:.95rem}.footer-left .f-tagline{font-family:Newsreader,serif;font-size:.82rem;font-style:italic;color:var(--text-dim);margin-top:.2rem}.footer-right{display:flex;align-items:center;gap:2rem}.footer-right a{font-size:.76rem;font-weight:500;color:var(--text-dim);transition:color .2s}.footer-right a:hover{color:var(--text)}.footer-credit{font-size:.72rem;color:var(--text-faint)}.footer-credit a{color:var(--text-secondary)!important;font-weight:500}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.poster-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.8rem}.poster-overlay .excerpt{-webkit-line-clamp:3}.poster-overlay .tags{display:none}}@media (max-width:640px){nav{padding:0 1.5rem}.nav-links a:not(.nav-cta){display:none}.hero{padding:7rem 1.5rem 3rem}.hero-stats{gap:2rem}.subscribe-bar{padding:0 1.5rem}.subscribe-box{flex-direction:column}.subscribe-box input{border-right:1px solid var(--border-dark);border-radius:2px}.subscribe-box button{border-radius:2px}.counter-bar{flex-direction:column;gap:1.5rem;padding:2rem 1.5rem}.counter-bar .divider{width:50px;height:1px}.catalog-section{padding:3rem 1rem 5rem}.catalog-header{flex-direction:column;align-items:flex-start}.poster-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}.poster-overlay{padding:.8rem}.poster-overlay .title{font-size:.85rem}.poster-overlay .subtitle{font-size:.72rem}.poster-overlay .excerpt{display:none}footer{flex-direction:column;text-align:center;padding:2rem 1.5rem}.footer-right{flex-wrap:wrap;justify-content:center}}@supports (animation-timeline:view()){.scroll-reveal{opacity:0;animation:scrollFadeUp .8s ease forwards;animation-timeline:view();animation-range:entry 0 cover 35%}@keyframes scrollFadeUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}}@supports not (animation-timeline:view()){.scroll-reveal{opacity:1;transform:translateY(0)}}.analysis-hero{position:relative;min-height:85vh;padding-top:56px;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;overflow:hidden}.hero-image-container{position:absolute;inset:0;z-index:1}.hero-image{object-fit:cover;object-position:center;opacity:.7}.hero-gradient-overlay{position:absolute;inset:0;z-index:2;background:linear-gradient(0deg,rgba(0,0,0,.98) 0,rgba(0,0,0,.85) 35%,rgba(0,0,0,.6) 65%,rgba(0,0,0,.4))}.hero-symbol{position:absolute;top:30%;left:50%;transform:translate(-50%,-50%);font-size:4rem;color:hsla(0,0%,100%,.08);z-index:3;animation:float 4s ease-in-out infinite}@keyframes float{0%,to{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-12px)}}.hero-content{position:relative;z-index:4;padding:2rem 3rem 3rem;max-width:800px;margin:0 auto;text-align:center}.analysis-hero .hero-badge{display:inline-block;font-size:.68rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);border:1px solid rgba(194,85,58,.6);padding:.4rem 1rem;border-radius:2px;margin-bottom:1rem;background:rgba(0,0,0,.3)}.hero-title{font-family:Libre Baskerville,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#fff;line-height:1.15;letter-spacing:-.02em;margin-bottom:.75rem}.hero-subtitle{font-family:Newsreader,serif;font-size:clamp(1.1rem,2.5vw,1.4rem);font-style:italic;color:var(--accent);line-height:1.5;max-width:600px;margin-left:auto;margin-right:auto}.hero-director,.hero-subtitle{font-weight:400;margin-bottom:1rem}.hero-director{font-size:.9rem;color:hsla(0,0%,100%,.6)}.hero-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;justify-content:center}.hero-tag{font-size:.65rem;padding:.35rem .8rem;border:1px solid hsla(0,0%,100%,.2);color:hsla(0,0%,100%,.6);border-radius:2px;background:rgba(0,0,0,.2)}.hero-tag,.scroll-indicator{font-weight:500;letter-spacing:.1em;text-transform:uppercase}.scroll-indicator{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:hsla(0,0%,100%,.4);font-size:.72rem}.scroll-arrow{animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.analysis-hero-compact{min-height:auto;padding:100px 2rem 3rem}.hero-compact-inner{max-width:1000px;margin:0 auto;display:flex;gap:2.5rem;align-items:flex-start}.hero-poster{flex-shrink:0;width:280px;border-radius:8px;overflow:hidden;box-shadow:0 8px 40px rgba(0,0,0,.5)}.hero-poster-image{display:block;width:100%;height:auto}.hero-poster-fallback{width:280px;height:420px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1)}.hero-poster-title{font-family:Libre Baskerville,serif;font-size:1.1rem;font-weight:700;color:hsla(0,0%,100%,.8);text-align:center;line-height:1.3;padding:0 1rem}.hero-poster-year{font-size:.85rem;color:hsla(0,0%,100%,.5);margin-top:.5rem}.hero-content-compact{flex:1 1;padding-top:1rem;text-align:left}.hero-content-compact .hero-badge{display:inline-block;font-size:.68rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);border:1px solid rgba(194,85,58,.6);padding:.4rem 1rem;border-radius:2px;margin-bottom:1rem;background:rgba(0,0,0,.3)}.hero-content-compact .hero-title{font-family:Libre Baskerville,serif;font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:700;color:#fff;line-height:1.15;letter-spacing:-.02em;margin-bottom:.75rem}.hero-content-compact .hero-subtitle{font-family:Newsreader,serif;font-size:clamp(1rem,2vw,1.25rem);font-weight:400;font-style:italic;color:var(--accent);line-height:1.5;margin-bottom:1rem;max-width:500px}.hero-content-compact .hero-director{font-size:.9rem;font-weight:400;color:hsla(0,0%,100%,.6);margin-bottom:1rem}.hero-content-compact .hero-tags{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-start}@media (max-width:768px){.hero-compact-inner{flex-direction:column;align-items:center;text-align:center}.hero-poster{width:200px}.hero-poster-fallback{width:200px;height:300px}.hero-content-compact{text-align:center}.hero-content-compact .hero-subtitle{margin-left:auto;margin-right:auto}.hero-content-compact .hero-tags{justify-content:center}}.thesis-section{padding:3.5rem 2rem;background:var(--white)}.thesis-container{max-width:680px;margin:0 auto;text-align:center}.thesis-symbol{font-size:2rem;color:var(--accent);margin-bottom:1.25rem;opacity:.6}.thesis-quote{font-family:Newsreader,serif;font-size:clamp(1.1rem,2.2vw,1.35rem);font-weight:400;font-style:italic;color:var(--text);line-height:1.65;margin:0 0 1.5rem}.thesis-divider{display:flex;align-items:center;justify-content:center;gap:1rem}.thesis-divider-line{width:60px;height:1px;background:var(--border-dark)}.thesis-divider-dot{color:var(--accent);font-size:.8rem}.tradition-section{padding:4rem 2rem;border-top:1px solid var(--border);background:linear-gradient(90deg,var(--tradition-light,transparent) 0,transparent 60%)}.tradition-header{max-width:680px;margin:0 auto 2rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.tradition-symbol-badge{width:48px;height:48px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;border:2px solid var(--tradition-accent,var(--accent));border-radius:50%;color:var(--tradition-accent,var(--accent));background:var(--white);flex-shrink:0}.tradition-heading{font-family:Libre Baskerville,serif;font-size:1.5rem;font-weight:700;color:var(--text);flex:1 1}.tradition-name{font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--tradition-accent,var(--accent));padding:.3rem .8rem;border:1px solid var(--tradition-accent,var(--accent));border-radius:2px}.tradition-content{max-width:680px;margin:0 auto}.tradition-paragraph{font-size:1.05rem;color:var(--text);line-height:1.8;margin-bottom:1.5rem}.tradition-paragraph:last-child{margin-bottom:0}.tradition-pullquote{max-width:680px;margin:3rem auto 0;padding:2rem 2.5rem;background:var(--off-white);border-left:4px solid var(--tradition-accent,var(--accent));position:relative}.pullquote-mark{position:absolute;top:.5rem;left:1rem;font-family:Libre Baskerville,serif;font-size:3rem;color:var(--tradition-accent,var(--accent));opacity:.3;line-height:1}.tradition-pullquote blockquote{font-family:Newsreader,serif;font-size:1.15rem;font-style:italic;color:var(--text);line-height:1.7;margin:0}.connection-section{padding:5rem 2rem;background:var(--off-white)}.connection-header{text-align:center;margin-bottom:3rem}.connection-title{font-family:Libre Baskerville,serif;font-size:1.6rem;font-weight:700;margin-bottom:.5rem}.connection-subtitle{font-size:.95rem;color:var(--text-secondary)}.connection-web-container{max-width:500px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:2rem}.connection-svg{width:100%;max-width:400px;height:auto}.connection-line{transition:stroke-width .3s,stroke-opacity .3s}.film-node{cursor:pointer;transition:transform .2s}.film-node:hover{transform:scale(1.1)}.film-node-circle{transition:r .2s,stroke-width .2s}.connection-details{min-height:100px;text-align:center}.connection-detail-card{padding:1.5rem;background:var(--white);border:1px solid var(--border);border-radius:4px;max-width:300px}.detail-year{font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--text-dim);display:block;margin-bottom:.3rem}.detail-title{font-family:Libre Baskerville,serif;font-size:1.1rem;font-weight:700;margin-bottom:.4rem}.detail-subtitle{font-family:Newsreader,serif;font-size:.9rem;font-style:italic;color:var(--text-secondary);margin-bottom:.8rem}.detail-cta{font-size:.75rem;font-weight:600;color:var(--accent)}.connection-hint{font-size:.85rem;color:var(--text-dim);font-style:italic}.connection-list{display:none;flex-direction:column;gap:.5rem;max-width:500px;margin:0 auto}.connection-list-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.2rem;background:var(--white);border:1px solid var(--border);border-radius:4px;transition:all .2s}.connection-list-item:hover{border-color:var(--border-dark);transform:translateX(4px)}.list-symbol{font-size:1.5rem;flex-shrink:0}.list-info{flex:1 1;display:flex;flex-direction:column}.list-title{font-family:Libre Baskerville,serif;font-size:.95rem;font-weight:700}.list-tradition{font-size:.72rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:.08em}.list-arrow{color:var(--text-dim);transition:transform .2s}.connection-list-item:hover .list-arrow{transform:translateX(4px);color:var(--accent)}.film-navigation{padding:1.5rem 2rem;border-top:1px solid var(--border);background:var(--white);display:flex;justify-content:center}.film-nav-container{display:inline-flex;justify-content:center;align-items:center;gap:1.5rem}.nav-link{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;transition:all .2s}.nav-link:hover{color:var(--accent)}.nav-prev{flex-direction:row}.nav-next{flex-direction:row-reverse}.nav-placeholder{visibility:hidden;min-width:100px}.nav-direction{font-size:.65rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-dim)}.nav-symbol{font-size:1rem;color:var(--accent)}.nav-title{font-family:Libre Baskerville,serif;font-size:.85rem;font-weight:700;color:var(--text)}.nav-center{display:flex;align-items:center;gap:.4rem;padding:.5rem 1rem;color:var(--text-dim);transition:color .2s}.nav-center:hover{color:var(--accent)}.nav-catalog-icon{font-size:.9rem}.nav-catalog-text{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}@media (max-width:900px){.connection-svg{display:none}.connection-list{display:flex}.connection-details{display:none}}@media (max-width:640px){.hero-content{padding:2rem 1.5rem}.hero-symbol{font-size:3rem;top:25%}.thesis-section{padding:3rem 1.5rem}.tradition-section{padding:2.5rem 1.5rem}.tradition-header{flex-direction:column;align-items:flex-start}.tradition-symbol-badge{width:40px;height:40px;font-size:1.2rem}.tradition-pullquote{padding:1.5rem}.connection-section{padding:3rem 1.5rem}.film-navigation{padding:1rem}.film-nav-container{flex-direction:column;gap:.5rem}.nav-center{order:-1}.nav-next,.nav-prev{text-align:center}}.film-grain{position:fixed;inset:0;pointer-events:none;z-index:500;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;animation:grain .5s steps(1) infinite}@keyframes grain{0%,to{transform:translate(0)}10%{transform:translate(-1%,-1%)}20%{transform:translate(1%,1%)}30%{transform:translate(-1%,1%)}40%{transform:translate(1%,-1%)}50%{transform:translate(-1%)}60%{transform:translate(1%)}70%{transform:translateY(1%)}80%{transform:translateY(-1%)}90%{transform:translate(1%,1%)}}.floating-symbols{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}.floating-symbol{position:absolute;color:var(--accent);animation:floatSymbol linear infinite;will-change:transform;filter:blur(.5px)}@keyframes floatSymbol{0%{transform:translateY(0) translateX(0) rotate(0deg)}25%{transform:translateY(-30vh) translateX(10px) rotate(90deg)}50%{transform:translateY(-60vh) translateX(-10px) rotate(180deg)}75%{transform:translateY(-90vh) translateX(15px) rotate(270deg)}to{transform:translateY(-120vh) translateX(0) rotate(1turn)}}.custom-cursor{position:fixed;width:8px;height:8px;background:#fff;border-radius:50%;pointer-events:none;z-index:10001;transform:translate(-50%,-50%);transition:width .2s ease,height .2s ease,background .2s ease,opacity .2s ease;mix-blend-mode:difference}.custom-cursor.hovering{width:40px;height:40px;background:var(--accent);mix-blend-mode:normal;opacity:.9}.custom-cursor.in-library{width:48px;height:48px;background:rgba(201,168,76,.15);border:1px solid var(--accent);mix-blend-mode:normal;display:flex;align-items:center;justify-content:center}.custom-cursor.in-library.hovering{width:56px;height:56px;background:rgba(201,168,76,.25)}.cursor-symbol{font-size:14px;color:var(--accent);animation:pulseSymbol 2s ease-in-out infinite}@keyframes pulseSymbol{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.cursor-trail{position:fixed;width:32px;height:32px;border:1px solid rgba(201,168,76,.2);border-radius:50%;pointer-events:none;z-index:10000;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease,border-color .3s ease,opacity .3s ease;opacity:.6}.cursor-trail.in-library{width:64px;height:64px;border-color:rgba(201,168,76,.3);opacity:.4}@media (hover:none),(pointer:coarse){.cursor-trail,.custom-cursor{display:none}}.search-nav,.search-nav *,nav,nav *{cursor:auto!important}.search-nav .search-input-wrapper,.search-nav input{cursor:text!important}.poster-card:after{content:"";position:absolute;inset:-2px;border-radius:4px;background:linear-gradient(135deg,rgba(194,85,58,.6),var(--accent),rgba(194,85,58,.6));z-index:-1;opacity:0;transition:opacity .4s ease;filter:blur(8px)}.poster-card:hover:after{opacity:.5}nav{transition:box-shadow .3s ease}nav:hover{box-shadow:0 2px 12px rgba(0,0,0,.06)}.where-to-watch{padding:4rem 2rem;background:var(--off-white);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.wtw-container{max-width:600px;margin:0 auto;text-align:center}.wtw-title{font-family:Libre Baskerville,serif;font-size:1.5rem;font-weight:400;color:var(--text);margin-bottom:.5rem}.wtw-subtitle{font-size:.9rem;color:var(--text-secondary);margin-bottom:2rem}.wtw-links{display:flex;flex-direction:column;gap:.75rem}.wtw-link{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:var(--white);border:1px solid var(--border);border-radius:8px;transition:all .25s ease;text-decoration:none}.wtw-link:hover{border-color:var(--service-color,var(--accent));box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateY(-2px)}.wtw-icon{font-size:1.2rem;color:var(--service-color,var(--text));width:24px;text-align:center}.wtw-name{font-weight:500;font-size:.95rem;color:var(--text);flex:1 1;text-align:left}.wtw-arrow{color:var(--text-dim);font-size:.9rem;transition:transform .2s ease,color .2s ease}.wtw-link:hover .wtw-arrow{transform:translateX(4px);color:var(--service-color,var(--accent))}.wtw-note{margin-top:1.5rem;font-size:.75rem;color:var(--text-dim)}@media (min-width:640px){.wtw-links{flex-direction:row;justify-content:center}.wtw-link{flex-direction:column;padding:1.25rem 1.5rem;min-width:140px}.wtw-link,.wtw-name{text-align:center}.wtw-arrow{display:none}}.rewatch-revelation{background:linear-gradient(180deg,var(--off-white) 0,#f8f7f4 100%)}.rewatch-header{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1rem}.rewatch-icon{font-size:1.5rem}.rewatch-invitation{font-size:1rem;color:var(--text-secondary);line-height:1.7;max-width:500px;margin:0 auto 2rem}.rewatch-prompts{background:var(--white);border:1px solid var(--border);border-radius:8px;padding:1.5rem;margin-bottom:2rem;text-align:left;max-width:480px;margin-left:auto;margin-right:auto}.prompts-label{font-size:.85rem;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.prompts-list{list-style:none;padding:0;margin:0}.prompts-list li{font-size:.95rem;color:var(--text);line-height:1.6;padding:.5rem 0 .5rem 1.5rem;position:relative}.prompts-list li:before{content:"→";position:absolute;left:0;color:var(--accent)}.rewatch-hero{background:rgba(201,168,76,.08);border:1px solid rgba(201,168,76,.2);border-radius:8px;padding:1rem 1.5rem;margin-bottom:2rem;text-align:center}.rewatch-hero-inner{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.rewatch-badge{font-size:.8rem;font-weight:600;color:var(--accent);letter-spacing:.02em}.rewatch-hero-text{font-size:.95rem;color:var(--text-secondary);margin:0}.rewatch-hero-text em{color:var(--text);font-style:normal;font-weight:600}.glossary-card{transition:transform .2s ease,box-shadow .2s ease}.glossary-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08)}.glossary-link{position:relative}.glossary-link:hover{color:var(--accent-hover)}.glossary-tooltip{animation:tooltipFadeIn .2s ease;background:#0a0a0a!important;color:#f4f3f0!important}@keyframes tooltipFadeIn{0%{opacity:0;transform:translateX(-50%) translateY(4px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.glossary-link-wrapper{display:inline}.nav-right{display:flex;align-items:center;gap:1.5rem}.search-nav{position:relative}.search-nav .search-input-wrapper{cursor:text!important}.search-nav .search-input-wrapper:hover{background:hsla(0,0%,100%,.12)!important;border-color:hsla(0,0%,100%,.25)!important}.search-nav input{cursor:text!important}.search-nav input::placeholder{color:hsla(0,0%,100%,.5)}.search-nav.expanded input::placeholder{color:hsla(0,0%,100%,.7)}.search-hero input::placeholder{color:var(--text-secondary)}.search-hero.expanded input::placeholder{color:var(--text-dim)}.hero-search{margin:2rem auto 0;max-width:600px;width:100%;opacity:0;animation:heroSearchFadeIn .8s ease .6s forwards;position:relative;z-index:50}@keyframes heroSearchFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.search-hero .search-input-wrapper:hover{border-color:var(--border-dark)}.search-nav .search-input-wrapper:hover{background:hsla(0,0%,100%,.12)}@keyframes searchDropdown{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.search-dropdown{animation:searchDropdown .2s ease-out}.search-results{max-height:70vh;overflow-y:auto}.search-results::-webkit-scrollbar{width:6px}.search-results::-webkit-scrollbar-track{background:var(--off-white)}.search-results::-webkit-scrollbar-thumb{background:var(--border-dark);border-radius:3px}.search-results::-webkit-scrollbar-thumb:hover{background:var(--text-dim)}@media (max-width:768px){.nav-right{gap:1rem}.search-nav{display:none}.hero-search{padding:0 1rem}.search-results{max-height:60vh}}.depth-score-container{margin:2rem 0;padding:1.5rem;background:rgba(0,0,0,.03);border-radius:8px;border:1px solid var(--border)}.depth-score-editorial{margin-bottom:1.5rem}.depth-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.75rem}.depth-title{font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--text-secondary)}.depth-value-large{font-family:Libre Baskerville,serif;font-size:1.8rem;font-weight:700;color:var(--accent)}.depth-max{font-size:1rem;font-weight:400;color:var(--text-secondary)}.depth-bar{height:8px;background:rgba(0,0,0,.08);border-radius:4px;overflow:hidden;margin-bottom:.5rem}.depth-fill{height:100%;background:linear-gradient(90deg,var(--accent) 0,#d4a574 100%);border-radius:4px;transition:width .5s ease}.depth-label-text{font-size:.85rem;font-weight:500;color:var(--text);font-style:italic}.depth-score-community{padding-top:1.5rem;border-top:1px solid var(--border)}.community-header{margin-bottom:.75rem}.vote-prompt{font-size:.85rem;color:var(--text-secondary)}.voted-text{font-size:.85rem;color:var(--accent);font-weight:500}.vote-buttons{display:flex;gap:.4rem}.vote-btn{width:32px;height:32px;border:1px solid var(--border);background:#fff;border-radius:4px;font-size:.8rem;font-weight:600;color:var(--text);cursor:pointer;transition:all .15s}.vote-btn:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.depth-score-compact{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.depth-score-compact .depth-label{font-size:.55rem;font-weight:600;letter-spacing:.1em;color:hsla(0,0%,100%,.5)}.depth-bar-mini{flex:1 1;height:3px;background:hsla(0,0%,100%,.2);border-radius:2px;overflow:hidden}.depth-bar-mini .depth-fill{height:100%;background:var(--accent)}.depth-score-compact .depth-value{font-size:.7rem;font-weight:700;color:var(--accent)}.depth-section{padding:2rem;background:var(--white)}.depth-section-inner{max-width:680px;margin:0 auto}