*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--whin-navy: #0f172a;--whin-navy-light: #1e293b;--whin-slate: #334155;--whin-slate-light: #64748b;--whin-blue: #1e40af;--whin-blue-hover: #1d4ed8;--whin-bg: #f8fafc;--whin-bg-card: #ffffff;--whin-border: #e2e8f0;--whin-abstract: #f1f5f9;--whin-gold: #b45309}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--whin-slate);background:var(--whin-bg);line-height:1.7;font-size:15px;-webkit-font-smoothing:antialiased}.whin-topbar{background:var(--whin-navy);border-bottom:3px solid var(--whin-gold);position:sticky;top:0;z-index:100}.whin-topbar-inner{max-width:1200px;margin:0 auto;padding:.9rem 2.5rem;display:flex;justify-content:space-between;align-items:center}.whin-topbar-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none}.whin-topbar-logo-mark{width:32px;height:32px;background:var(--whin-gold);display:flex;align-items:center;justify-content:center;font-family:"Source Serif 4",Georgia,serif;font-weight:800;font-size:.9rem;color:#fff;letter-spacing:-.5px}.whin-topbar-logo-text{font-family:"Source Serif 4",Georgia,serif;font-size:1.05rem;font-weight:700;color:#fff;letter-spacing:-.3px}.whin-topbar-nav{display:flex;align-items:center;gap:2rem}.whin-topbar-nav a{color:#cbd5e1;text-decoration:none;font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.8px;transition:color .15s}.whin-topbar-nav a:hover{color:#fff}.whin-hero{background:var(--whin-navy);min-height:50vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:4rem 2rem;position:relative;overflow:hidden}.whin-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 0%,rgba(30,64,175,.15) 0%,transparent 70%);pointer-events:none}.whin-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#b4530926;border:1px solid rgba(180,83,9,.4);color:#fbbf24;padding:.4rem 1rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:2rem;position:relative}.whin-hero-title{font-family:"Source Serif 4",Georgia,serif;font-size:3.2rem;font-weight:800;color:#fff;line-height:1.15;margin-bottom:1rem;letter-spacing:-1px;position:relative}.whin-hero-subtitle{font-size:1.15rem;color:#94a3b8;font-weight:300;margin-bottom:2.5rem;letter-spacing:.5px;position:relative}.whin-hero-cta{display:inline-block;background:var(--whin-gold);color:#fff;padding:.85rem 2.5rem;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;text-decoration:none;transition:background .2s,transform .15s;position:relative}.whin-hero-cta:hover{background:#92400e;transform:translateY(-1px)}.whin-hero-bottom-bar{position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--whin-gold)}.whin-main{max-width:1200px;margin:0 auto;padding:3.5rem 2.5rem}.whin-section-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--whin-gold);margin-bottom:.5rem}.whin-section-title{font-family:"Source Serif 4",Georgia,serif;font-size:1.8rem;font-weight:700;color:var(--whin-navy);margin-bottom:.5rem;letter-spacing:-.5px}.whin-section-rule{width:60px;height:3px;background:var(--whin-gold);margin-bottom:2rem}.whin-areas-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:4rem}.whin-area-card{background:var(--whin-bg-card);border:1px solid var(--whin-border);padding:2rem;position:relative;transition:box-shadow .2s,border-color .2s}.whin-area-card:hover{box-shadow:0 4px 20px #0f172a14;border-color:#cbd5e1}.whin-area-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--whin-navy)}.whin-area-card-icon{width:40px;height:40px;background:var(--whin-abstract);display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem;font-size:1.1rem}.whin-area-card h3{font-family:"Source Serif 4",Georgia,serif;font-size:1.1rem;font-weight:700;color:var(--whin-navy);margin-bottom:.4rem}.whin-area-card p{font-size:.82rem;color:var(--whin-slate-light);line-height:1.6}.whin-area-card-count{display:inline-block;margin-top:.8rem;font-size:.72rem;font-weight:600;color:var(--whin-gold);text-transform:uppercase;letter-spacing:.5px}.whin-pub-list{list-style:none;margin-bottom:4rem}.whin-pub-item{display:flex;align-items:baseline;padding:.9rem 0;border-bottom:1px solid var(--whin-border);gap:1.5rem}.whin-pub-item:first-child{border-top:1px solid var(--whin-border)}.whin-pub-date{font-size:.78rem;color:var(--whin-slate-light);font-family:Inter,monospace;font-variant-numeric:tabular-nums;flex-shrink:0;width:80px}.whin-pub-link{font-size:.9rem;color:var(--whin-navy);text-decoration:none;font-weight:500;transition:color .15s;flex:1}.whin-pub-link:hover{color:var(--whin-blue)}.whin-pub-tag{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--whin-slate-light);background:var(--whin-abstract);padding:.2rem .5rem;flex-shrink:0}.whin-article-container{max-width:780px;margin:0 auto;padding:2.5rem 0}.whin-article-container.with-accent{border-left:4px solid var(--whin-navy);padding-left:2.5rem}.whin-article-meta-top{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.whin-article-credit{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:1.2px;color:var(--whin-gold)}.whin-article-date{font-size:.8rem;color:var(--whin-slate-light);font-variant-numeric:tabular-nums}.whin-article-author{font-size:.8rem;color:var(--whin-slate-light)}.whin-article-container h1{font-family:"Source Serif 4",Georgia,serif;font-size:2.2rem;font-weight:800;color:var(--whin-navy);line-height:1.25;margin-bottom:1.5rem;letter-spacing:-.5px}.whin-abstract{background:var(--whin-abstract);border-left:4px solid var(--whin-slate-light);padding:1.5rem 1.8rem;margin-bottom:2.5rem;font-style:italic;font-size:.9rem;color:#475569;line-height:1.8}.whin-abstract strong{font-style:normal;color:var(--whin-navy);display:block;margin-bottom:.3rem;font-size:.75rem;text-transform:uppercase;letter-spacing:1px}.whin-article-content h2{font-family:"Source Serif 4",Georgia,serif;font-size:1.5rem;font-weight:700;margin:2.5rem 0 .8rem;color:var(--whin-navy)}.whin-article-content h3{font-family:"Source Serif 4",Georgia,serif;font-size:1.15rem;font-weight:600;margin:2rem 0 .6rem;color:var(--whin-navy-light)}.whin-article-content p{margin-bottom:1.2rem;font-size:.95rem;line-height:1.8}.whin-article-content ul,.whin-article-content ol{margin:0 0 1.2rem 1.5rem}.whin-article-content li{margin-bottom:.4rem;font-size:.95rem;line-height:1.7}.whin-article-content table{width:100%;border-collapse:collapse;margin:1.8rem 0;font-size:.85rem}.whin-article-content th,.whin-article-content td{border:1px solid var(--whin-border);padding:.6rem .9rem;text-align:left}.whin-article-content th{background:var(--whin-navy);color:#fff;font-weight:600;font-size:.78rem;text-transform:uppercase;letter-spacing:.5px}.whin-article-content strong{color:var(--whin-navy)}.whin-article-content blockquote{border-left:3px solid var(--whin-gold);padding:1rem 1.5rem;margin:1.5rem 0;background:var(--whin-abstract);font-style:italic;color:#475569}.whin-article-content a{color:var(--whin-blue);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .15s}.whin-article-content a:hover{border-bottom-color:var(--whin-blue)}.whin-article-content hr{border:none;border-top:1px solid var(--whin-border);margin:2.5rem 0}.whin-citation{background:var(--whin-navy);color:#e2e8f0;padding:1.5rem 2rem;margin-top:3rem;font-size:.82rem;line-height:1.7}.whin-citation-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--whin-gold);margin-bottom:.5rem}.whin-further-reading{margin-top:3rem;padding-top:2rem;border-top:2px solid var(--whin-border)}.whin-further-reading h3{font-family:"Source Serif 4",Georgia,serif;font-size:1.2rem;font-weight:700;color:var(--whin-navy);margin-bottom:1rem}.whin-further-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.whin-further-item{display:block;padding:1rem 1.2rem;background:var(--whin-abstract);border-left:3px solid var(--whin-navy);text-decoration:none;transition:background .15s}.whin-further-item:hover{background:#e2e8f0}.whin-further-item-title{font-size:.85rem;font-weight:600;color:var(--whin-navy);margin-bottom:.2rem}.whin-further-item-meta{font-size:.72rem;color:var(--whin-slate-light)}.whin-footer{background:var(--whin-navy);color:#94a3b8;margin-top:4rem;border-top:3px solid var(--whin-gold)}.whin-footer-inner{max-width:1200px;margin:0 auto;padding:3.5rem 2.5rem 2.5rem;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}.whin-footer-brand{font-family:"Source Serif 4",Georgia,serif;font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:.8rem}.whin-footer-desc{font-size:.8rem;line-height:1.7;color:#94a3b8}.whin-footer-col h4{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#fff;margin-bottom:1rem}.whin-footer-col a,.whin-footer-col p{display:block;font-size:.8rem;color:#94a3b8;text-decoration:none;margin-bottom:.5rem;line-height:1.5;transition:color .15s}.whin-footer-col a:hover{color:#e2e8f0}.whin-footer-bottom{max-width:1200px;margin:0 auto;padding:1.5rem 2.5rem;border-top:1px solid var(--whin-navy-light);display:flex;justify-content:space-between;align-items:center;font-size:.72rem;color:#64748b}.whin-breadcrumb{font-size:.75rem;color:var(--whin-slate-light);margin-bottom:1.5rem}.whin-breadcrumb a{color:var(--whin-blue);text-decoration:none}.whin-breadcrumb a:hover{text-decoration:underline}.whin-breadcrumb span{margin:0 .4rem;color:#cbd5e1}.whin-research-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.whin-research-entry{display:flex;align-items:baseline;justify-content:space-between;padding:.6rem 1rem;border-bottom:1px solid var(--whin-border);text-decoration:none;transition:background .1s}.whin-research-entry:hover{background:var(--whin-abstract)}.whin-research-entry-title{font-size:.82rem;color:var(--whin-navy);font-weight:500;flex:1;margin-right:1rem}.whin-research-entry-date{font-size:.72rem;color:var(--whin-slate-light);font-variant-numeric:tabular-nums;flex-shrink:0}.whin-about-section{margin-bottom:3rem}.whin-about-section h2{font-family:"Source Serif 4",Georgia,serif;font-size:1.4rem;font-weight:700;color:var(--whin-navy);margin-bottom:1rem}.whin-about-section p{font-size:.92rem;line-height:1.8;margin-bottom:1rem;max-width:700px}.whin-team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1.5rem}.whin-team-card{background:var(--whin-bg-card);border:1px solid var(--whin-border);padding:1.5rem;text-align:center}.whin-team-card-avatar{width:56px;height:56px;background:var(--whin-navy);color:#fff;font-family:"Source Serif 4",Georgia,serif;font-weight:700;font-size:1.2rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;border-radius:50%}.whin-team-card h4{font-size:.9rem;font-weight:600;color:var(--whin-navy);margin-bottom:.2rem}.whin-team-card p{font-size:.78rem;color:var(--whin-slate-light)}@media(max-width:900px){.whin-areas-grid,.whin-further-grid,.whin-research-grid,.whin-team-grid{grid-template-columns:1fr}.whin-footer-inner{grid-template-columns:1fr 1fr}}@media(max-width:680px){.whin-hero{min-height:40vh;padding:3rem 1.5rem}.whin-hero-title{font-size:2rem}.whin-hero-subtitle{font-size:1rem}.whin-main{padding:2rem 1.2rem}.whin-topbar-inner{padding:.8rem 1.2rem}.whin-topbar-nav{display:none}.whin-topbar-logo-text{font-size:.9rem}.whin-article-container.with-accent{padding-left:1.5rem}.whin-article-container h1{font-size:1.6rem}.whin-footer-inner{grid-template-columns:1fr;gap:2rem}.whin-footer-bottom{flex-direction:column;gap:.5rem;text-align:center}}
