@keyframes ticker{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.oe-banner{width:100%;max-width:100%;margin-block:1.5rem;overflow:hidden}.oe-banner__label{display:block;margin-bottom:.4rem;font-size:.62rem;line-height:1.2;letter-spacing:.12em;text-transform:uppercase;opacity:.65}.oe-banner__link{display:block;color:inherit;text-decoration:none}.oe-banner picture,.oe-banner__image{display:block;width:100%}.oe-banner__image{max-width:100%;height:auto}:root{--bg:#0a0a08;--surface:#111110;--border:#222220;--accent:#e8c84a;--accent-dim:#a08c30;--text:#f0ede6;--text-muted:#888880;--text-faint:#444440;--tag-bg:#1a1a18}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:"DM Sans",sans-serif;font-weight:300;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}body::before{content:"";position:fixed;inset:0;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)' opacity='0.04'/%3E%3C/svg%3E");pointer-events:none;z-index:1000;opacity:.5}header{border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;background:rgb(10 10 8/.92);backdrop-filter:blur(12px)}.header-top{align-items:center;justify-content:space-between;padding:0 2rem;height:60px}.header-top,.logo,nav{display:flex}.logo{font-family:"Playfair Display",serif;font-weight:900;font-size:1.5rem;letter-spacing:-.02em;color:var(--text);align-items:center;gap:.5rem}.header-meta{font-family:"DM Mono",monospace;font-size:.7rem;color:var(--text-muted);letter-spacing:.05em}.header-actions{display:flex;align-items:center;gap:1.5rem}.btn-search{background:0 0;border:0;color:var(--text-muted);cursor:pointer;font-size:1.1rem;transition:color .2s}.btn-search:hover{color:var(--accent)}.btn-subscribe{background:var(--accent);color:var(--bg);border:0;padding:.4rem 1rem;font-family:"DM Sans",sans-serif;font-weight:500;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background .2s}.btn-subscribe:hover{background:#f0d060}nav{border-top:1px solid var(--border);padding:0 2rem;gap:0;overflow-x:auto;scrollbar-width:none}.hero-carousel::-webkit-scrollbar,nav::-webkit-scrollbar{display:none}.ticker-inner span,nav a{font-family:"DM Mono",monospace}.ticker,nav a{white-space:nowrap}nav a{font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);padding:.65rem 1rem;border-bottom:2px solid #fff0;transition:color .2s,border-color .2s}nav a:hover{color:var(--text)}.ticker{background:var(--accent);color:var(--bg);padding:.4rem 0;overflow:hidden}.ticker-inner{display:inline-block;animation:ticker 40s linear infinite}.ticker-inner span{font-size:.7rem;letter-spacing:.05em;font-weight:500;margin-right:4rem}.ticker-sep{margin-right:4rem;opacity:.4}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.hero{display:grid;grid-template-columns:1fr 380px;grid-template-rows:auto auto;gap:0;border-bottom:1px solid var(--border);animation:fadeUp .8s ease both}.hero-carousel-wrapper{position:relative;overflow:hidden}.hero-carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.hero-slide{flex:0 0 100%;min-width:100%;scroll-snap-align:start}.hero-main{border-right:1px solid var(--border);padding:2.5rem 2.5rem 2.5rem 0;position:relative;height:100%}.hero-carousel-nav{position:absolute;bottom:2rem;left:0;display:flex;gap:.5rem;z-index:10}.hero-arrow,.hero-dot{border-radius:50%;cursor:pointer}.hero-dot{width:8px;height:8px;background:var(--border);border:0;transition:background .3s,transform .3s;padding:0}.hero-dot.active{background:var(--accent);transform:scale(1.2)}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background:rgb(10 10 8/.7);border:1px solid var(--border);color:var(--text);display:flex;align-items:center;justify-content:center;z-index:20;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s,background .2s,color .2s;backdrop-filter:blur(4px)}.hero-arrow svg{width:20px;height:20px}.hero-arrow:hover{background:var(--accent);color:var(--bg);border-color:var(--accent)}.hero-arrow-prev{left:1rem}.hero-arrow-next{right:calc(380px + 1rem);right:1rem}.hero-carousel-wrapper:hover .hero-arrow{opacity:1;visibility:visible}.hero-img{width:100%;aspect-ratio:16/9;background:var(--surface);margin-bottom:1.5rem;position:relative;overflow:hidden;background-size:cover;background-position:center}.hero-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a18 0,#222220 50%,#151513 100%)}.hero-category{font-family:"DM Mono",monospace;font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem}.hero-title,.section-label h2{font-family:"Playfair Display",serif;font-weight:700}.hero-title{font-size:clamp(1.5rem,2.5vw,2.15rem);line-height:1.15;letter-spacing:-.02em;margin-bottom:1rem;color:var(--text);transition:color .2s;cursor:pointer}.article-card:hover .card-title,.footer-col a:hover,.hero-title:hover,.list-article:hover .list-title{color:var(--accent)}.hero-excerpt{font-size:1rem;color:var(--text-muted);line-height:1.65;margin-bottom:1.25rem;max-width:100%}.hero-byline{display:flex;align-items:center;gap:1rem;font-family:"DM Mono",monospace;font-size:.68rem;color:var(--text-faint);letter-spacing:.05em}.hero-sidebar{padding:2.5rem 0 2.5rem 2rem;display:flex;flex-direction:column;gap:0}.section-label{display:flex;align-items:center;gap:1rem;padding:2rem 0 1.25rem}.section-label h2{font-size:1.1rem;letter-spacing:-.01em}.section-label::after{content:"";flex:1;height:1px;background:var(--border)}.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid var(--border);animation:fadeUp .8s ease .2s both}.article-card{padding:1.75rem;border-right:1px solid var(--border);border-bottom:1px solid var(--border);cursor:pointer;transition:background .25s;position:relative}.article-card:nth-child(3n){border-right:none}.article-card:hover,.card-img{background:var(--surface)}.card-img{width:100%;aspect-ratio:16/9;margin-bottom:1rem;overflow:hidden;background-size:cover;background-position:center}.card-img-inner{width:100%;height:100%;background:linear-gradient(135deg,#1a1a18 0,#1e1e1c 100%);display:flex;align-items:center;justify-content:center}.card-category{font-family:"DM Mono",monospace;font-size:.62rem;letter-spacing:.15em;text-transform:uppercase;color:var(--accent-dim);margin-bottom:.5rem}.card-title{font-family:"Playfair Display",serif;font-size:1.05rem;font-weight:600;line-height:1.35;color:var(--text);transition:color .2s;margin-bottom:.6rem}.card-excerpt{font-size:.82rem;color:var(--text-muted);line-height:1.6;margin-bottom:.85rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-meta{display:flex;align-items:center;justify-content:space-between;font-family:"DM Mono",monospace;font-size:.6rem;color:var(--text-faint);letter-spacing:.04em}.feature-section{display:grid;grid-template-columns:2fr 1fr;gap:0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-top:0;animation:fadeUp .8s ease .35s both}.feature-left{padding:2rem 2rem 2rem 0;border-right:1px solid var(--border)}.feature-right{padding:2rem 0 2rem 2rem}.opinion-card{padding:1.5rem;background:var(--surface);border-left:3px solid var(--accent);margin-bottom:1rem;cursor:pointer;transition:background .2s}.opinion-card:hover{background:#181816}.opinion-label{font-family:"DM Mono",monospace;font-size:.6rem;letter-spacing:.15em;color:var(--accent);text-transform:uppercase;margin-bottom:.5rem}.opinion-title{font-family:"Playfair Display",serif;font-style:italic;font-size:1rem;line-height:1.35;color:var(--text);margin-bottom:.4rem}.opinion-author{font-family:"DM Mono",monospace;font-size:.62rem;color:var(--text-muted)}.podcast-banner{background:var(--surface);border:1px solid var(--border);padding:2rem;display:flex;align-items:center;gap:2rem;margin:2rem 0;position:relative;overflow:hidden;animation:fadeUp .8s ease .5s both}.podcast-banner::before,.podcast-icon{background:var(--accent);border-radius:50%}.podcast-banner::before{content:"";position:absolute;right:-60px;top:-60px;width:200px;height:200px;opacity:.03}.podcast-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--bg);font-size:1.4rem}.podcast-info{flex:1}.podcast-label{font-family:"DM Mono",monospace;font-size:.62rem;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:.35rem}.podcast-title{font-family:"Playfair Display",serif;font-size:1.2rem;font-weight:700;margin-bottom:.35rem}.podcast-desc{font-size:.82rem;color:var(--text-muted)}.podcast-cta{background:0 0;border:1px solid var(--accent);color:var(--accent);padding:.6rem 1.25rem;font-family:"DM Mono",monospace;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;flex-shrink:0;transition:background .2s,color .2s}.podcast-cta:hover{background:var(--accent);color:var(--bg)}.list-section{border-top:1px solid var(--border);animation:fadeUp .8s ease .45s both}.list-article{display:grid;grid-template-columns:1fr 120px;gap:1.5rem;padding:1.25rem 0;border-bottom:1px solid var(--border);cursor:pointer;transition:background .2s;align-items:start}.list-article:last-child{border-bottom:none}.list-category{font-family:"DM Mono",monospace;font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-faint);margin-bottom:.3rem}.list-title{font-family:"Playfair Display",serif;font-size:1.05rem;font-weight:600;line-height:1.3;color:var(--text);transition:color .2s;margin-bottom:.4rem}.list-meta{font-family:"DM Mono",monospace;font-size:.6rem;color:var(--text-faint);margin-top:.6rem}.list-img{width:120px;height:80px;background:var(--surface);flex-shrink:0;background-size:cover;background-position:center}.list-img-inner{width:100%;height:100%;background:linear-gradient(135deg,#1a1a18 0,#1e1e1c 100%);display:flex;align-items:center;justify-content:center}footer{border-top:1px solid var(--border);margin-top:4rem;padding:3rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:2rem;border-bottom:1px solid var(--border);margin-bottom:1.5rem}.footer-brand .logo{font-size:1.3rem;margin-bottom:1rem}.footer-col a,.footer-tagline{font-size:.82rem;color:var(--text-muted)}.footer-tagline{line-height:1.6;max-width:260px}.footer-bottom,.footer-col h4{font-family:"DM Mono",monospace;color:var(--text-faint)}.footer-col h4{font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;margin-bottom:1rem}.footer-col a{display:block;margin-bottom:.5rem;transition:color .2s}.footer-bottom{display:flex;justify-content:space-between;align-items:center;font-size:.62rem;letter-spacing:.05em}@media (max-width:900px){.hero{grid-template-columns:1fr}.hero-slide{flex:0 0 90%;min-width:90%;scroll-snap-align:center}.hero-carousel-wrapper{padding-left:0}.hero-carousel{gap:1rem;scroll-padding-left:1rem}.hero-main{border-right:none;padding:1.5rem 0 3.5rem}.hero-carousel-nav{bottom:1rem;left:50%;transform:translateX(-50%)}.hero-sidebar{padding:0;border-top:1px solid var(--border)}.hero-arrow{display:none}.articles-grid{grid-template-columns:1fr 1fr}.article-card:nth-child(3n){border-right:1px solid var(--border)}.article-card:nth-child(2n){border-right:none}.feature-section{grid-template-columns:1fr}.feature-left{border-right:none;padding:1.5rem 0}.feature-right{padding:0}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:600px){.container,.header-top,nav{padding:0 1rem}.articles-grid{grid-template-columns:1fr}.article-card:nth-child(n){border-right:none}.podcast-banner{flex-direction:column;text-align:center}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}}