@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,700&family=Inter:wght@400;500;600;700;900&family=JetBrains+Mono:wght@400;600&display=swap");:root{--ink:#0a0a0a;--ink-soft:#1c1c1c;--ink-mid:#3d3d3d;--ink-light:#888;--ink-muted:#b8b8b8;--border:#e0e0e0;--bg:#fafaf8;--bg-warm:#f5f4f0;--white:#fff;--red:#e8372a;--red-dark:#c4201a;--blue:#0047cc;--serif:"Playfair Display",Georgia,serif;--sans:"Inter",Arial,sans-serif;--mono:"JetBrains Mono",monospace}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{font-family:var(--sans);background:var(--bg);color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}a:hover{color:var(--blue)}img{max-width:100%;display:block}::selection{background:var(--ink);color:var(--white)}.top-bar{background:var(--ink);color:#fff;font-size:.7rem;padding:0 1.5rem;height:38px;display:flex;align-items:center;justify-content:space-between;gap:1rem;overflow:hidden}.top-bar-date{color:#666;white-space:nowrap;font-family:var(--mono);font-size:.68rem}.top-bar-links{display:flex;gap:1.4rem;align-items:center;flex-shrink:0}.top-bar-links a{color:#aaa;transition:color .2s;font-weight:500;letter-spacing:.02em}.top-bar-links a:hover{color:#fff}.masthead{background:var(--white);border-bottom:3px solid var(--ink);padding:0 1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px rgba(0,0,0,.06)}.masthead-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column}.masthead-top{display:flex;align-items:center;justify-content:space-between;padding:.9rem 0 .75rem;gap:1rem}.masthead-logo{display:flex;flex-direction:column;gap:.05rem}.masthead-logo-title{font-family:var(--serif);font-size:2.6rem;font-weight:900;color:var(--ink);line-height:1;letter-spacing:-.025em;font-style:italic}.masthead-logo-title span{color:var(--red)}.masthead-logo-sub{font-size:.62rem;color:var(--ink-light);font-weight:600;letter-spacing:.1em;text-transform:uppercase}.masthead-author{display:flex;align-items:center;gap:.6rem;flex-shrink:0}.masthead-author-photo{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2.5px solid var(--ink)}.masthead-author-info{display:flex;flex-direction:column}.masthead-author-label{font-size:.58rem;color:var(--ink-light);text-transform:uppercase;letter-spacing:.08em}.masthead-author-name{font-size:.78rem;font-weight:800;color:var(--ink)}.masthead-author-ig{font-size:.63rem;color:var(--ink-light)}.masthead-nav{display:flex;gap:0;border-top:1px solid var(--border);overflow-x:auto;scrollbar-width:none}.masthead-nav::-webkit-scrollbar{display:none}.masthead-nav a{padding:.5rem 1rem;font-size:.75rem;font-weight:700;color:var(--ink-mid);white-space:nowrap;border-bottom:3px solid transparent;transition:all .15s;text-transform:uppercase;letter-spacing:.04em}.masthead-nav a:first-child{padding-left:0}.masthead-nav a.active,.masthead-nav a:hover{color:var(--ink);border-bottom-color:var(--red)}.ticker-bar{background:var(--red);height:32px;overflow:hidden}.ticker-bar,.ticker-label{color:#fff;display:flex;align-items:center}.ticker-label{background:var(--ink);font-weight:900;font-size:.65rem;text-transform:uppercase;padding:0 1rem;height:100%;white-space:nowrap;letter-spacing:.1em;flex-shrink:0}.ticker-content{flex:1 1;overflow:hidden;position:relative}.ticker-text{font-size:.75rem;color:hsla(0,0%,100%,.95);white-space:nowrap;padding-left:2rem;animation:ticker-scroll 45s linear infinite;font-weight:500}@keyframes ticker-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.hero-section{display:grid;grid-template-columns:1fr 380px;grid-gap:0;gap:0;padding:2rem 0 1.5rem;border-bottom:2px solid var(--ink);margin-bottom:0}.hero-img-link{display:block}.hero-img-wrap{position:relative;overflow:hidden;aspect-ratio:16/10;background:var(--ink-soft)}.hero-img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.hero-img-wrap:hover .hero-img{transform:scale(1.03)}.hero-img-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.08) 0,transparent 60%);pointer-events:none}.hero-tag-wrap{position:absolute;top:1rem;left:1rem}.hero-tag{background:var(--red);color:#fff;font-size:.62rem;font-weight:900;text-transform:uppercase;padding:.25rem .6rem;letter-spacing:.08em}.hero-body{padding:1.5rem 0 1.5rem 1.5rem;display:flex;flex-direction:column;justify-content:center;gap:.8rem}.hero-title{font-family:var(--serif);font-size:2.1rem;font-weight:900;line-height:1.1;color:var(--ink);transition:color .2s}a:hover .hero-title{color:var(--red)}.hero-excerpt{font-size:.95rem;color:var(--ink-mid);line-height:1.65;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.hero-meta{display:flex;align-items:center;gap:1.2rem}.hero-source{font-size:.75rem;font-weight:700;color:var(--ink-mid);text-transform:uppercase;letter-spacing:.04em}.hero-date{font-size:.72rem;color:var(--ink-light)}.hero-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.hero-read-btn{display:inline-flex;align-items:center;background:var(--ink);color:#fff;font-size:.75rem;font-weight:800;padding:.55rem 1.2rem;border-radius:2px;text-transform:uppercase;letter-spacing:.06em;transition:background .2s}.hero-read-btn:hover{background:var(--red);color:#fff}.sub-featured-section{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;padding:1.5rem 0;border-bottom:2px solid var(--ink);margin-bottom:0}.sub-featured-card{display:grid;grid-template-columns:140px 1fr;grid-gap:.9rem;gap:.9rem;align-items:start}.sub-featured-img-link{display:block}.sub-featured-img-wrap{position:relative;overflow:hidden;aspect-ratio:4/3;background:#ddd}.sub-featured-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.sub-featured-img-link:hover img{transform:scale(1.05)}.sub-featured-body{display:flex;flex-direction:column;gap:.35rem;padding:.1rem 0}.sub-tag{font-size:.6rem;font-weight:800;color:var(--red);text-transform:uppercase;letter-spacing:.08em}.sub-title{font-family:var(--serif);font-size:1.05rem;font-weight:700;line-height:1.2;color:var(--ink);transition:color .2s;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.sub-featured-img-link:hover~.sub-featured-body .sub-title,a:hover .sub-title{color:var(--red)}.sub-meta{font-size:.68rem;color:var(--ink-light);margin-top:.2rem}.section-header{display:flex;align-items:flex-end;justify-content:space-between;padding:1.5rem 0 .6rem;border-top:3px solid var(--ink);margin-top:0}.section-header-left{display:flex;align-items:baseline;gap:.8rem}.section-kicker{font-size:.62rem;font-weight:800;color:var(--red);text-transform:uppercase;letter-spacing:.1em}.section-title{font-size:1.05rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em;color:var(--ink)}.section-header-right{display:flex;align-items:center;gap:.5rem}.section-count{font-size:.7rem;color:var(--ink-light);font-family:var(--mono)}.section-rule{height:1px;background:var(--border);margin-bottom:1.5rem}.news-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem 2rem;gap:1.5rem 2rem;margin-bottom:2.5rem}.news-card{display:flex;flex-direction:column;gap:.5rem}.news-card-img-link{display:block;overflow:hidden;background:#ddd}.news-card-img-wrap{aspect-ratio:16/10;overflow:hidden;transition:opacity .2s}.news-card-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.news-card-img-link:hover img{transform:scale(1.06)}.news-card-body{display:flex;flex-direction:column;gap:.3rem}.news-card-tag{font-size:.58rem;font-weight:800;color:var(--red);text-transform:uppercase;letter-spacing:.08em}.news-card-title{font-family:var(--serif);font-size:.95rem;font-weight:700;line-height:1.25;color:var(--ink);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:color .15s}.news-card:hover .news-card-title{color:var(--blue)}.news-card-excerpt{font-size:.78rem;color:var(--ink-mid);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-card-meta{font-size:.68rem;color:var(--ink-light);margin-top:.2rem}.empty-state{grid-column:1/-1;text-align:center;color:var(--ink-light);padding:3rem 0;font-size:1rem}.share-bar{display:flex;align-items:center;gap:.5rem;padding:.6rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin:.8rem 0}.share-label{font-size:.7rem;font-weight:700;color:var(--ink-light);text-transform:uppercase;letter-spacing:.06em;margin-right:.2rem}.share-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;cursor:pointer;border:none;transition:opacity .2s,transform .1s;position:relative;overflow:hidden}.share-btn:hover{opacity:.8;transform:translateY(-1px)}.share-btn img{width:100%;height:100%;object-fit:cover;display:block}.copied-badge{position:absolute;top:-3px;right:-3px;background:#25d366;color:#fff;font-size:.55rem;width:14px;height:14px;border-radius:50%;display:flex;align-items:center;justify-content:center}.article-page{max-width:760px;margin:0 auto;padding:1.5rem 1rem 3rem}.back-link{display:inline-flex;align-items:center;gap:.3rem;font-size:.78rem;color:var(--ink-light);margin-bottom:1.5rem;transition:color .2s}.back-link:hover{color:var(--red)}.article-header{margin-bottom:1.5rem}.article-tag{display:inline-block;background:var(--ink);color:#fff;font-size:.62rem;font-weight:800;text-transform:uppercase;padding:.2rem .55rem;letter-spacing:.06em;margin-bottom:.6rem}.article-title{font-family:var(--serif);font-size:2.2rem;font-weight:900;line-height:1.1;color:var(--ink);margin-bottom:.8rem}.article-meta{display:flex;align-items:center;gap:1rem;font-size:.78rem;color:var(--ink-light);flex-wrap:wrap}.article-author{font-weight:700;color:var(--ink-mid)}.article-hero-image{margin-bottom:1.5rem;border-radius:4px;overflow:hidden}.article-hero-image img{width:100%;aspect-ratio:16/9;object-fit:cover}.article-body{font-size:1.05rem;line-height:1.8;color:var(--ink-soft)}.article-body p{margin-bottom:1.3rem}.article-body a{color:var(--blue);text-decoration:underline}.article-body strong{font-weight:700;color:var(--ink)}.article-source-box{margin-top:2rem;padding:1rem 1.2rem;background:var(--bg-warm);border-left:4px solid var(--ink);border-radius:0 3px 3px 0;font-size:.85rem;color:var(--ink-mid)}.article-source-box strong{display:block;margin-bottom:.2rem;color:var(--ink);font-size:.72rem;text-transform:uppercase;letter-spacing:.06em}.ad-slot{background:var(--bg-warm);border:1px dashed var(--border);border-radius:4px;height:100px;display:flex;align-items:center;justify-content:center;font-size:.72rem;color:var(--ink-muted);margin:1.5rem 0;letter-spacing:.04em}.site-footer{background:var(--ink);color:#ccc;padding:3rem 1.5rem 2rem;margin-top:3rem}.footer-inner{max-width:1200px;margin:0 auto;align-items:center;gap:1.2rem;text-align:center}.footer-brand,.footer-inner{display:flex;flex-direction:column}.footer-brand{gap:.3rem}.footer-logo{font-family:var(--serif);font-size:1.8rem;font-weight:900;color:#fff;font-style:italic}.footer-tagline{font-size:.78rem;color:#555}.footer-links{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.footer-links a{font-size:.78rem;color:#666;transition:color .2s}.footer-links a:hover{color:#fff}.footer-copy{font-size:.7rem;color:#444}@media (max-width:1050px){.hero-section{grid-template-columns:1fr 320px}.news-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:860px){.hero-section{grid-template-columns:1fr}.hero-img-wrap{aspect-ratio:16/8}.hero-body{padding:1rem 0 0}.sub-featured-section{grid-template-columns:1fr}.news-grid{grid-template-columns:repeat(2,1fr)}.masthead-author{display:none}}@media (max-width:560px){.news-grid{grid-template-columns:1fr}.sub-featured-card{grid-template-columns:110px 1fr}.masthead-logo-title{font-size:1.9rem}.article-title,.hero-title{font-size:1.5rem}.top-bar{display:none}.section-header{flex-direction:column;align-items:flex-start;gap:.3rem}}