:root{
  --navy:#081726;--navy2:#0d2238;--ink:#12243a;--muted:#66758a;--paper:#f5f8fb;--white:#fff;
  --cyan:#38c8f0;--mint:#78e0c4;--gold:#f0c66d;--rose:#ff9f9f;--blue:#5b8cff;
  --line:#dce5ee;--shadow:0 22px 60px rgba(8,23,38,.11);--radius:22px;--radius-sm:14px;
  --shell:min(1180px,calc(100% - 36px));
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img,svg{max-width:100%}.shell{width:var(--shell);margin-inline:auto}
.topline{height:4px;background:linear-gradient(90deg,var(--mint),var(--cyan),var(--blue),var(--gold))}
.site-header{position:sticky;top:0;z-index:40;background:rgba(8,23,38,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.08)}
.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;gap:12px;align-items:center;color:#fff}.brand-mark{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;font-weight:900;letter-spacing:-.04em;background:linear-gradient(135deg,var(--mint),var(--cyan));color:var(--navy)}.brand-copy{display:flex;flex-direction:column;line-height:1.08}.brand-copy strong{font-size:15px}.brand-copy small{font-size:11px;color:#8fa6ba;margin-top:4px}.nav-links{display:flex;align-items:center;gap:6px}.nav-links>a,.nav-drop>button{border:0;background:transparent;color:#c6d4df;padding:10px 12px;border-radius:10px;font-size:14px;cursor:pointer}.nav-links>a:hover,.nav-links>a.active,.nav-drop>button:hover{color:#fff;background:rgba(255,255,255,.08)}.nav-cta{background:linear-gradient(135deg,var(--mint),var(--cyan))!important;color:var(--navy)!important;font-weight:800}.menu-btn{display:none;border:1px solid rgba(255,255,255,.18);background:transparent;color:#fff;border-radius:10px;padding:8px 11px}.nav-drop{position:relative}.drop-menu{position:absolute;top:48px;right:0;width:300px;background:#10283f;border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:10px;box-shadow:0 20px 55px rgba(0,0,0,.35);display:none}.nav-drop.open .drop-menu{display:grid;grid-template-columns:1fr 1fr;gap:5px}.drop-menu a{color:#cfdae4;padding:10px;border-radius:10px;font-size:13px}.drop-menu a:hover{background:rgba(255,255,255,.07);color:#fff}
.hero{background:radial-gradient(circle at 82% 12%,rgba(56,200,240,.18),transparent 32%),radial-gradient(circle at 15% 75%,rgba(120,224,196,.12),transparent 28%),linear-gradient(160deg,#081726 0%,#0b2034 58%,#0d2a42 100%);color:#fff;overflow:hidden}.hero .shell{padding:82px 0 70px}.hero-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:56px;align-items:center}.eyebrow{display:flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:800;color:#60748a}.eyebrow.light{color:#9fb5c7}.eyebrow .dot{width:7px;height:7px;border-radius:50%;background:var(--mint);box-shadow:0 0 0 5px rgba(120,224,196,.1)}h1,h2,h3,h4,p{margin-top:0}.hero h1,.page-hero h1{font-size:clamp(46px,6.4vw,78px);line-height:.99;letter-spacing:-.055em;margin:18px 0 22px;max-width:900px}.hero h1 em,.page-hero h1 em{font-style:normal;background:linear-gradient(90deg,var(--mint),var(--cyan));-webkit-background-clip:text;background-clip:text;color:transparent}.hero-lede,.page-hero p{font-size:19px;color:#b8c8d6;max-width:700px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:12px;padding:13px 18px;border:1px solid transparent;font-weight:800;cursor:pointer;transition:.2s transform,.2s box-shadow,.2s background}.btn:hover{transform:translateY(-2px)}.btn.primary{background:linear-gradient(135deg,var(--mint),var(--cyan));color:var(--navy);box-shadow:0 10px 24px rgba(56,200,240,.18)}.btn.secondary{border-color:rgba(255,255,255,.22);color:#fff;background:rgba(255,255,255,.05)}.btn.dark{background:var(--navy);color:#fff}.btn.ghost{border-color:var(--line);background:#fff;color:var(--ink)}.btn.small{padding:9px 12px;font-size:13px}.hero-card{background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.06));border:1px solid rgba(255,255,255,.14);padding:24px;border-radius:26px;box-shadow:0 30px 80px rgba(0,0,0,.28);backdrop-filter:blur(16px)}.hero-card-head{display:flex;align-items:center;justify-content:space-between;color:#a7bccd;font-size:12px;margin-bottom:20px}.pill{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;background:rgba(120,224,196,.12);color:var(--mint);font-size:11px;font-weight:800}.pulse{width:7px;height:7px;background:var(--mint);border-radius:50%;box-shadow:0 0 0 5px rgba(120,224,196,.1)}.hero-stat{padding:18px 0;border-top:1px solid rgba(255,255,255,.1)}.hero-stat:first-of-type{border-top:0}.hero-stat span{display:block;color:#9db0c1;font-size:12px}.hero-stat strong{font-size:39px;letter-spacing:-.045em}.hero-stat small{color:#88a1b6}.mini-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mini-stats>div{background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08);border-radius:15px;padding:15px}.mini-stats span{display:block;color:#90a9bc;font-size:11px}.mini-stats strong{display:block;font-size:21px;margin:3px 0}.mini-stats small{color:#7892a8;font-size:10px}
.page-hero{background:linear-gradient(160deg,#081726,#102941);color:#fff}.page-hero .shell{padding:64px 0 58px}.page-hero h1{font-size:clamp(42px,6vw,68px);max-width:850px}.breadcrumb{font-size:12px;color:#8198aa;margin-bottom:18px}.breadcrumb a{color:#b8c8d6}.hero-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:30px}.hero-kpi{padding:16px 17px;border-radius:16px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1)}.hero-kpi span{display:block;color:#91a7ba;font-size:11px}.hero-kpi strong{display:block;font-size:24px;margin-top:3px}
.section{padding:70px 0}.section.compact{padding:48px 0}.section.dark{background:var(--navy);color:#fff}.section.tint{background:#edf4f7}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:30px}.section-head h2{font-size:clamp(32px,4vw,48px);line-height:1.06;letter-spacing:-.04em;margin:10px 0 0}.section-head>p{max-width:520px;color:var(--muted);margin-bottom:4px}.section.dark .section-head>p{color:#9db0c1}.section-title{font-size:32px;letter-spacing:-.03em;margin-bottom:8px}.section-subtitle{color:var(--muted);max-width:700px}.grid{display:grid;gap:18px}.grid.two{grid-template-columns:repeat(2,1fr)}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.four{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:0 8px 28px rgba(8,23,38,.05)}.card.hover{transition:.2s transform,.2s box-shadow,.2s border}.card.hover:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#c9d9e6}.card.dark-card{background:#102941;border-color:#1b405f;color:#fff}.card h3{font-size:22px;letter-spacing:-.025em}.card p{color:var(--muted)}.dark-card p{color:#a3b6c5}.iconbox{width:44px;height:44px;border-radius:13px;background:#e9f8f6;display:grid;place-items:center;font-weight:900;color:#0a7967;margin-bottom:18px}.iconbox.blue{background:#eaf2ff;color:#3b6edf}.iconbox.gold{background:#fff6df;color:#a87100}.iconbox.rose{background:#fff0f0;color:#c85555}.feature-card{position:relative;overflow:hidden}.feature-card .arrow{position:absolute;right:20px;bottom:20px;width:34px;height:34px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center}.feature-card:hover .arrow{background:linear-gradient(135deg,var(--mint),var(--cyan));color:var(--navy)}.feature-tag{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#65788a;font-weight:800}
.metric-row{display:grid;grid-template-columns:220px 1fr 100px;gap:16px;align-items:center;margin:15px 0}.metric-row .label{font-size:13px;font-weight:700}.track{height:11px;border-radius:999px;background:#edf2f6;overflow:hidden}.fill{height:100%;width:0;background:linear-gradient(90deg,var(--mint),var(--cyan));border-radius:inherit;transition:width .6s cubic-bezier(.2,.8,.2,1)}.value{text-align:right;font-weight:800}.tabs{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0 24px}.tab{border:1px solid var(--line);background:#fff;padding:9px 12px;border-radius:999px;color:#586b7d;font-weight:700;cursor:pointer}.tab.active{background:var(--navy);border-color:var(--navy);color:#fff}.source-note{font-size:11px;color:#7e8b99;border-top:1px solid var(--line);padding-top:14px;margin-top:18px}.source-note a{text-decoration:underline}.data-badge{display:inline-flex;gap:6px;align-items:center;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:#436173;background:#eaf2f6;padding:6px 9px;border-radius:999px}
.data-table{width:100%;border-collapse:collapse;background:#fff;border-radius:18px;overflow:hidden;border:1px solid var(--line)}.data-table th,.data-table td{text-align:left;padding:13px 15px;border-bottom:1px solid var(--line);font-size:13px}.data-table th{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#6b7e90;background:#f6f9fb}.data-table tr:last-child td{border-bottom:0}.data-table td strong{font-size:14px}.table-wrap{overflow:auto;border-radius:18px}
.stat-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.stat-box{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px}.stat-box span{display:block;color:#718092;font-size:11px}.stat-box strong{display:block;font-size:28px;letter-spacing:-.04em;margin:5px 0}.stat-box small{color:#7f8b99}
.chart-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px}.bar-list{display:grid;gap:14px}.bar-item{display:grid;grid-template-columns:130px 1fr 95px;gap:12px;align-items:center}.bar-item span{font-size:12px;font-weight:700}.bar-item strong{text-align:right;font-size:13px}.sparkline{height:160px;width:100%;display:block}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:grid;gap:7px}.field label,.field>span{font-size:12px;font-weight:800;color:#586b7d}.field input,.field select,.field textarea{width:100%;border:1px solid #ccd8e2;border-radius:12px;padding:12px 13px;background:#fff;color:var(--ink);outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:#58cce9;box-shadow:0 0 0 4px rgba(56,200,240,.12)}.field textarea{min-height:120px;resize:vertical}.range-wrap{display:grid;grid-template-columns:1fr 62px;align-items:center;gap:12px}.range-wrap output{font-weight:900;text-align:right}.input-prefix{position:relative}.input-prefix>i{font-style:normal;position:absolute;left:13px;top:50%;transform:translateY(-50%);color:#82909f}.input-prefix input{padding-left:28px}.result-panel{background:var(--navy);color:#fff;border-radius:26px;padding:26px;box-shadow:var(--shadow)}.result-panel .big{font-size:42px;letter-spacing:-.05em}.result-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.result-mini{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);padding:14px;border-radius:14px}.result-mini span{display:block;color:#8ea6b9;font-size:10px}.result-mini strong{font-size:19px}.status{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;font-size:12px;font-weight:800}.status i{width:9px;height:9px;border-radius:50%;background:var(--mint)}
.callout{border-radius:22px;padding:24px;background:linear-gradient(135deg,#e8f8f5,#edf7fd);border:1px solid #cfeae5}.callout h3{margin-bottom:7px}.callout p{color:#536779;margin-bottom:0}.quote-card{border-left:4px solid var(--mint);padding:18px 22px;background:#fff;border-radius:0 16px 16px 0;border-top:1px solid var(--line);border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.ai-layout{display:grid;grid-template-columns:300px 1fr;gap:20px}.ai-side{display:grid;gap:12px;align-content:start}.ai-chat{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;min-height:650px;display:flex;flex-direction:column}.chat-head{padding:18px 20px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.chat-window{padding:20px;display:flex;flex-direction:column;gap:14px;flex:1;max-height:560px;overflow:auto;background:linear-gradient(#fbfdff,#f4f8fb)}.message{max-width:82%;border-radius:18px;padding:12px 14px;font-size:14px;white-space:pre-wrap}.message.bot{align-self:flex-start;background:#fff;border:1px solid var(--line);border-bottom-left-radius:5px}.message.user{align-self:flex-end;background:var(--navy);color:#fff;border-bottom-right-radius:5px}.chat-compose{display:grid;grid-template-columns:1fr auto;gap:9px;padding:14px;border-top:1px solid var(--line);background:#fff}.chat-compose textarea{border:1px solid #cad7e1;border-radius:13px;padding:11px 13px;resize:none;min-height:48px;max-height:120px}.prompt-chip{border:1px solid var(--line);background:#fff;border-radius:12px;padding:10px 12px;text-align:left;cursor:pointer;color:#405467}.prompt-chip:hover{border-color:#90ddeb;background:#f5fcfe}.ai-mode{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.mode-btn{padding:9px;border-radius:10px;border:1px solid var(--line);background:#fff;font-size:12px;font-weight:800;cursor:pointer}.mode-btn.active{background:#e9faf5;border-color:#93e4cf;color:#08745f}
.community-layout{display:grid;grid-template-columns:1fr 320px;gap:22px}.post-list{display:grid;gap:14px}.post{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px}.post-head{display:flex;justify-content:space-between;gap:16px}.author{display:flex;gap:11px;align-items:center}.avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;font-size:13px;font-weight:900;background:linear-gradient(135deg,#dff7f1,#daf2fc);color:#125069}.author-meta strong{display:block;font-size:13px}.author-meta span{font-size:11px;color:#8391a0}.post-title{font-size:18px;margin:15px 0 7px}.post p{color:#536779;font-size:14px}.post-actions{display:flex;gap:16px;font-size:12px;color:#6a7d8e;border-top:1px solid var(--line);padding-top:12px;margin-top:13px}.post-actions button{border:0;background:transparent;color:inherit;cursor:pointer;padding:0}.post-actions button:hover{color:#0d6f84}.community-note{font-size:12px;color:#65788a}.tag{display:inline-flex;padding:5px 8px;border-radius:999px;background:#eef5f8;color:#46677a;font-size:10px;font-weight:800}.moderation{background:#fff7e7;border:1px solid #f2d99a;border-radius:18px;padding:16px;color:#6d5420;font-size:12px}
.claim-card{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:start}.verdict{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.09em;padding:7px 10px;border-radius:999px;white-space:nowrap}.verdict.true{background:#e6f8f2;color:#0d725d}.verdict.false{background:#fff0f0;color:#b54f4f}.verdict.context{background:#fff7e1;color:#936b0a}.claim-card .claim{font-size:18px;font-weight:900;letter-spacing:-.02em}.claim-card .explain{color:#617386;margin-top:9px}
.sdg-card{position:relative;overflow:hidden}.sdg-num{font-size:52px;font-weight:950;line-height:1;color:#d9e5ed;letter-spacing:-.06em}.sdg-card h3{margin:8px 0}.progress{height:10px;border-radius:999px;background:#edf2f5;overflow:hidden;margin:14px 0 7px}.progress>div{height:100%;background:linear-gradient(90deg,var(--mint),var(--cyan));border-radius:inherit}.progress-label{display:flex;justify-content:space-between;font-size:11px;color:#748493}
.story-step{display:grid;grid-template-columns:80px 1fr;gap:22px;padding:28px 0;border-bottom:1px solid var(--line)}.story-step:last-child{border-bottom:0}.story-num{font-size:52px;font-weight:950;color:#d5e2eb;line-height:1}.story-step h3{font-size:26px}.story-step p{color:#5a6f82}.big-number{font-size:clamp(52px,8vw,96px);line-height:.9;letter-spacing:-.065em;font-weight:950;color:var(--navy)}.big-number small{font-size:18px;letter-spacing:0;color:#6f8292}
.quiz-card{max-width:760px;margin:auto}.quiz-q{font-size:24px;letter-spacing:-.025em}.quiz-options{display:grid;gap:10px;margin-top:18px}.quiz-option{border:1px solid var(--line);background:#fff;padding:13px 15px;border-radius:12px;text-align:left;cursor:pointer}.quiz-option:hover{border-color:#83d8e7}.quiz-option.correct{border-color:#6dd8b8;background:#eefbf7}.quiz-option.wrong{border-color:#ef9b9b;background:#fff2f2}.quiz-feedback{padding:14px 0;color:#536779;min-height:46px}.scorebar{display:flex;justify-content:space-between;color:#6f8090;font-size:12px;margin-bottom:18px}
.policy-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.policy-output{padding:20px;border-radius:20px;background:#0c2338;color:#fff}.policy-meter{height:12px;border-radius:999px;background:rgba(255,255,255,.1);overflow:hidden;margin:11px 0}.policy-meter>div{height:100%;background:linear-gradient(90deg,var(--gold),var(--mint));border-radius:inherit}.assumption{font-size:11px;color:#7b8c99}.formula{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;background:#eef3f6;padding:11px 12px;border-radius:10px;color:#31485c}
.lesson-list{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.lesson{background:#fff;border:1px solid var(--line);border-radius:18px;padding:19px;cursor:pointer}.lesson:hover{border-color:#83d8e7;box-shadow:0 8px 24px rgba(8,23,38,.06)}.lesson-top{display:flex;justify-content:space-between;font-size:10px;color:#6c7e90;text-transform:uppercase;letter-spacing:.08em}.lesson h3{font-size:18px;margin:12px 0 6px}.lesson p{font-size:13px;color:#66788a}.lesson-detail{display:none;margin-top:12px;padding-top:12px;border-top:1px solid var(--line);font-size:13px;color:#445b6e}.lesson.open .lesson-detail{display:block}
.news-card{display:flex;gap:18px;align-items:flex-start}.news-date{min-width:58px;height:58px;border-radius:14px;background:var(--navy);color:#fff;display:grid;place-items:center;text-align:center;font-size:10px;line-height:1.1}.news-date strong{display:block;font-size:20px}.news-card h3{font-size:21px;margin-bottom:7px}.news-card p{font-size:13px}.news-meta{font-size:11px;color:#728496}
.footer{background:#071522;color:#d4e0e9;margin-top:40px}.footer .shell{padding:46px 0 28px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:26px}.footer h4{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:#8ca3b5}.footer a{display:block;color:#afc0cf;font-size:13px;margin:7px 0}.footer a:hover{color:#fff}.footer-note{color:#8198aa;font-size:12px;max-width:430px}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:30px;padding-top:18px;display:flex;justify-content:space-between;gap:20px;color:#7890a2;font-size:11px}
.toast{position:fixed;right:20px;bottom:20px;background:#071522;color:#fff;padding:11px 14px;border-radius:11px;box-shadow:var(--shadow);opacity:0;transform:translateY(12px);pointer-events:none;transition:.2s;z-index:60}.toast.show{opacity:1;transform:none}.reveal{opacity:0;transform:translateY(16px);transition:.55s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:980px){.nav-links{display:none;position:absolute;top:77px;left:18px;right:18px;background:#10283f;border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:10px;flex-direction:column;align-items:stretch}.nav-links.open{display:flex}.nav-links>a,.nav-drop>button{text-align:left;width:100%}.nav-drop{width:100%}.drop-menu{position:static;width:100%;box-shadow:none;margin-top:4px}.menu-btn{display:block}.hero-grid,.ai-layout,.community-layout,.policy-grid{grid-template-columns:1fr}.hero .shell{padding-top:58px}.hero-card{max-width:680px}.grid.four,.hero-kpis,.stat-strip{grid-template-columns:repeat(2,1fr)}.grid.three,.lesson-list{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.section-head{align-items:flex-start;flex-direction:column}.ai-side{grid-template-columns:repeat(2,1fr)}.ai-chat{min-height:580px}}
@media(max-width:680px){:root{--shell:min(100% - 24px,1180px)}.brand-copy small{display:none}.hero h1,.page-hero h1{font-size:44px}.hero-lede,.page-hero p{font-size:16px}.hero-grid{gap:32px}.hero .shell{padding:48px 0}.section{padding:52px 0}.grid.two,.grid.three,.grid.four,.hero-kpis,.stat-strip,.form-grid,.result-grid,.lesson-list,.footer-grid,.ai-side{grid-template-columns:1fr}.mini-stats{grid-template-columns:1fr 1fr}.metric-row,.bar-item{grid-template-columns:95px 1fr 72px}.metric-row .label,.bar-item span{font-size:11px}.page-hero .shell{padding:46px 0 42px}.footer-bottom{flex-direction:column}.story-step{grid-template-columns:48px 1fr;gap:14px}.story-num{font-size:38px}.news-card{flex-direction:column}.ai-mode{grid-template-columns:1fr 1fr}.chat-compose{grid-template-columns:1fr}.message{max-width:94%}}

/* Production community */
[hidden]{display:none!important}.modal-open{overflow:hidden}.community-toolbar{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:16px}.pulse.tiny{width:6px;height:6px;display:inline-block}.author-meta{display:flex;flex-direction:column;align-items:flex-start}.profile-link{border:0;background:transparent;padding:0;color:var(--ink);font:inherit;font-weight:800;cursor:pointer;text-align:left}.profile-link:hover{color:#0b7d90;text-decoration:underline}.author-name{font-size:14px}.post-body{white-space:pre-wrap}.post-actions{align-items:center;flex-wrap:wrap}.post-actions span{color:#6a7d8e}.post-actions .liked{color:#c74f63;font-weight:800}.reply-section{margin-top:16px;padding-top:16px;border-top:1px solid var(--line)}.reply{margin-left:18px;border-left:3px solid #d9e7ed;padding:10px 0 10px 14px}.reply+.reply{margin-top:6px}.reply-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.reply-head .profile-link{font-size:12px}.reply-head span{font-size:10px;color:#8593a0}.reply p{font-size:13px;color:#536779;margin:6px 0 0;white-space:pre-wrap}.no-replies{font-size:12px;color:#8593a0;margin-bottom:10px}.inline-reply-form{display:grid;grid-template-columns:1fr auto;gap:9px;margin-top:13px}.inline-reply-form textarea{border:1px solid #cad7e1;border-radius:12px;padding:10px 12px;resize:vertical;min-height:44px;max-height:140px}.join-to-reply{font-size:11px;color:#768899;background:#f6f9fb;border:1px solid #e4ecf2;border-radius:11px;padding:10px 12px;margin-top:10px}.text-button{width:100%;border:0;background:transparent;color:#0c7185;text-align:center;font-weight:800;font-size:12px;cursor:pointer;margin-top:12px;padding:6px}.text-button:hover{text-decoration:underline}.modal-backdrop{position:fixed;inset:0;background:rgba(4,13,22,.68);backdrop-filter:blur(7px);z-index:100;display:grid;place-items:center;padding:18px}.profile-modal{width:min(520px,100%);background:#fff;border-radius:24px;padding:28px;box-shadow:0 35px 100px rgba(0,0,0,.32);position:relative}.profile-modal h2{font-size:32px;letter-spacing:-.04em;margin:12px 0 2px}.profile-modal p{color:#64778a}.modal-close{position:absolute;right:16px;top:14px;border:0;background:#eef3f6;color:#506477;width:34px;height:34px;border-radius:50%;font-size:22px;line-height:1;cursor:pointer}.profile-username{font-size:13px;font-weight:800;color:#0b7d90;margin-bottom:15px}.profile-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:18px}.profile-stats>div{background:#f5f8fb;border:1px solid var(--line);border-radius:14px;padding:13px}.profile-stats span{display:block;font-size:10px;color:#7e8e9e;text-transform:uppercase;letter-spacing:.08em}.profile-stats strong{display:block;font-size:15px;margin-top:3px}.recovery-code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:20px;font-weight:900;letter-spacing:.05em;background:#081726;color:#fff;border-radius:14px;padding:16px;text-align:center;user-select:all}.community-layout aside{align-self:start}.community-layout aside>.card{margin-bottom:14px}
@media(max-width:680px){.community-toolbar{align-items:flex-start;flex-direction:column}.inline-reply-form{grid-template-columns:1fr}.reply{margin-left:6px}.profile-stats{grid-template-columns:1fr 1fr}.profile-modal{padding:24px}.post-actions{gap:12px}}

/* Founder, press, and article SEO pages */
.footer-inline{display:inline!important;margin:0!important;color:#d7e6ee!important}.footer-inline:hover{color:#fff!important}.founder-strip{border-top:1px solid var(--line)}.founder-mini h3{font-size:30px}.text-link{font-weight:850;color:#0b7187}.founder-layout{grid-template-columns:280px 1fr;align-items:start}.founder-monogram{width:220px;height:220px;border-radius:42px;background:linear-gradient(145deg,var(--cyan),var(--mint));display:grid;place-items:center;color:var(--navy);font-size:74px;font-weight:950;letter-spacing:-.08em;box-shadow:var(--shadow)}.founder-role{font-size:13px;color:#6c8091;font-weight:800;margin-top:16px}.founder-profile-card h2{font-size:40px;margin:14px 0 8px}.article-shell{max-width:820px!important}.article-hero h1{font-size:clamp(44px,7vw,74px)}.byline{margin-top:22px;color:#b7c8d5;font-size:14px}.byline a{color:#fff;font-weight:850}.prose{font-size:18px;line-height:1.75;color:#344c60}.prose .lead{font-size:24px;line-height:1.55;color:#1e3b50;font-weight:650}.prose h2{font-size:34px;letter-spacing:-.04em;color:var(--navy);margin:44px 0 14px}.article-stat{margin:28px 0;padding:26px;border-radius:22px;background:#eef9fb;border:1px solid #cdebf1}.article-stat strong{display:block;font-size:56px;letter-spacing:-.06em;color:#0b6f84}.article-stat span{display:block;color:#5f7486;margin-top:4px}.source-box{margin-top:38px;padding:22px;border:1px solid var(--line);border-radius:18px;background:#f7fafc}.source-box h3{font-size:18px;margin-bottom:8px}.source-box p{font-size:14px;line-height:1.7}.source-box a{color:#0b7187;text-decoration:underline}.author-line{font-size:12px;color:#708294;margin:8px 0 16px}.author-line a{font-weight:850;color:#0b7187}.open-static{display:flex}.btn.outline{background:#fff;border:1px solid var(--line);color:var(--navy)}
@media(max-width:680px){.founder-layout{grid-template-columns:1fr}.founder-monogram{width:150px;height:150px;border-radius:32px;font-size:52px}.prose{font-size:16px}.prose .lead{font-size:20px}.prose h2{font-size:28px}.article-stat strong{font-size:44px}}

/* =========================================================
   WYE Editorial Product UI — September 2026
   Premium automotive / product-store inspired direction:
   flatter surfaces, stronger type, fewer decorative effects,
   image-led product showcases, and restrained motion.
   ========================================================= */
:root{
  --ink:#111315;
  --muted:#5e6368;
  --paper:#f5f5f2;
  --white:#ffffff;
  --navy:#111315;
  --navy2:#1a1d20;
  --cyan:#17a9d5;
  --mint:#69d2bd;
  --blue:#3c72e8;
  --gold:#dba83c;
  --rose:#dc6d6d;
  --line:#deded9;
  --shadow:0 20px 55px rgba(17,19,21,.10);
  --radius:26px;
  --radius-sm:12px;
  --shell:min(1320px,calc(100% - 48px));
}
html{background:var(--paper)}
body{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
  color:var(--ink);
  background:var(--paper);
  letter-spacing:-.006em;
}
.topline{display:none}
.site-header{
  background:rgba(255,255,255,.92);
  border-bottom:1px solid rgba(17,19,21,.09);
  backdrop-filter:blur(18px) saturate(140%);
  -webkit-backdrop-filter:blur(18px) saturate(140%);
}
.nav{min-height:68px}
.brand{color:var(--ink);gap:11px}
.brand-mark{
  width:38px;height:38px;border-radius:8px;
  background:var(--ink);color:#fff;
  font-size:13px;letter-spacing:.02em;
}
.brand-copy strong{font-size:14px;letter-spacing:-.01em}
.brand-copy small{color:#777d82;font-size:10px}
.nav-links{gap:2px}
.nav-links>a,.nav-drop>button{
  color:#3e4347;border-radius:8px;padding:9px 11px;font-weight:650;font-size:13px;
}
.nav-links>a:hover,.nav-links>a.active,.nav-drop>button:hover{
  color:#000;background:#f0f0ec;
}
.nav-cta{
  background:#111315!important;color:#fff!important;border-radius:999px!important;
  padding-inline:16px!important;font-weight:750!important;
}
.menu-btn{border-color:#d8d8d3;background:#fff;color:#111315;border-radius:8px}
.drop-menu{
  background:#fff;border:1px solid #dddcd7;border-radius:16px;
  box-shadow:0 18px 55px rgba(17,19,21,.14);
}
.drop-menu a{color:#3e4347;border-radius:8px}
.drop-menu a:hover{background:#f3f3ef;color:#111315}

/* Type system */
h1,h2,h3,h4{font-weight:650;letter-spacing:-.045em}
.eyebrow{color:#6a6f73;letter-spacing:.13em;font-size:10px;font-weight:750}
.eyebrow.light{color:#aeb3b7}
.eyebrow .dot{width:5px;height:5px;background:#0c947f;box-shadow:none}
.section{padding:92px 0}
.section.compact{padding:56px 0}
.section.tint{background:#eeeee9}
.section.dark{background:#111315}
.section-head{margin-bottom:38px}
.section-head h2{font-size:clamp(38px,4.8vw,62px);font-weight:620;line-height:.98}
.section-head>p{font-size:16px;line-height:1.6}
.section-title{font-size:clamp(36px,4vw,54px);font-weight:620}
.section-subtitle{font-size:17px;line-height:1.65}

/* Buttons — product-like, minimal */
.btn{
  border-radius:999px;padding:12px 18px;font-weight:700;font-size:14px;
  box-shadow:none;transition:transform .22s ease,background .22s ease,color .22s ease,border-color .22s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn.primary,.btn.dark{background:#111315;color:#fff;box-shadow:none}
.btn.primary:hover,.btn.dark:hover{background:#2a2d30}
.btn.secondary{background:#fff;color:#111315;border:1px solid #d6d6d1}
.btn.ghost,.btn.outline{background:transparent;color:#111315;border:1px solid #cfcfca}

/* Flat content surfaces */
.card,.chart-card,.stat-box,.lesson,.profile-modal{
  box-shadow:none;
  border:1px solid #deded9;
  background:#fff;
}
.card{border-radius:22px}
.card.hover{transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.card.hover:hover{transform:translateY(-2px);border-color:#c8c8c2;box-shadow:0 14px 34px rgba(17,19,21,.07)}
.card.dark-card{background:#1b1d1f;border-color:#303337}
.iconbox{border-radius:10px;background:#ecece7;color:#111315}
.iconbox.blue,.iconbox.gold,.iconbox.rose{background:#ecece7;color:#111315}
.feature-card .arrow{background:#111315}
.feature-card:hover .arrow{background:#111315;color:#fff}
.data-badge{background:#ecece7;color:#50565a;border-radius:999px}

/* Page headers — Porsche-like black field, no gradient/glow */
.page-hero{background:#111315;color:#fff}
.page-hero .shell{padding:76px 0 72px}
.page-hero h1{font-size:clamp(48px,6.2vw,82px);font-weight:600;line-height:.96;letter-spacing:-.055em}
.page-hero h1 em{background:none;color:#fff}
.page-hero p{color:#b9bdc0;max-width:760px}
.breadcrumb{color:#8f9498}
.breadcrumb a{color:#d8dbdd}
.hero-kpi{background:transparent;border:1px solid #33373a;border-radius:14px}

/* Hero legacy styles simplified for non-home pages that still use them */
.hero{background:#111315;color:#fff}
.hero .shell{padding:86px 0 80px}
.hero h1{font-weight:600}
.hero h1 em{background:none;color:#fff}
.hero-lede{color:#bfc3c6}
.hero-card{background:#1a1d20;border:1px solid #33373a;box-shadow:none;backdrop-filter:none}
.hero-stat,.mini-stats>div{border-color:#33373a}
.mini-stats>div{background:#202326}

/* Home — editorial product showcase */
.home-editorial-hero{
  background:#f5f5f2;color:#111315;padding:76px 0 34px;overflow:hidden;
}
.home-editorial-hero .hero-copy{
  display:grid;grid-template-columns:minmax(0,1.03fr) minmax(420px,.97fr);gap:54px;align-items:end;
}
.home-editorial-hero h1{
  font-size:clamp(64px,8.6vw,126px);line-height:.86;letter-spacing:-.072em;
  font-weight:600;margin:14px 0 28px;max-width:980px;
}
.home-editorial-hero h1 span{display:block;color:#777c80}
.home-editorial-hero .hero-lede{
  color:#555b60;font-size:18px;line-height:1.6;max-width:570px;margin-bottom:8px;
}
.home-editorial-hero .actions{margin-top:24px}
.home-visual-stage{
  margin-top:54px;background:#111315;border-radius:34px;min-height:690px;position:relative;
  overflow:hidden;isolation:isolate;
}
.home-visual-stage::before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(17,19,21,.08),rgba(17,19,21,.0) 55%,rgba(17,19,21,.06));z-index:2;pointer-events:none;
}
.home-device{
  position:absolute;width:min(720px,62%);height:810px;right:8%;top:54px;
  border-radius:26px 26px 0 0;overflow:hidden;background:#fff;
  box-shadow:0 38px 90px rgba(0,0,0,.35);transform:rotate(1.6deg);
  transition:transform .65s cubic-bezier(.2,.8,.2,1);
}
.home-visual-stage:hover .home-device{transform:rotate(.4deg) translateY(-10px) scale(1.015)}
.home-device img{width:100%;height:100%;object-fit:cover;object-position:50% 16%;display:block}
.home-stage-copy{position:absolute;left:48px;bottom:48px;z-index:4;color:#fff;max-width:430px}
.home-stage-copy .mini-label{font-size:10px;letter-spacing:.13em;text-transform:uppercase;color:#b2b6b9;font-weight:750}
.home-stage-copy h2{font-size:clamp(42px,5vw,66px);line-height:.96;margin:12px 0 14px;color:#fff;font-weight:600}
.home-stage-copy p{color:#c8cccf;font-size:15px;max-width:380px}
.home-stage-copy a{display:inline-flex;margin-top:14px;color:#fff;border-bottom:1px solid rgba(255,255,255,.5);padding-bottom:4px;font-weight:700}

.home-metric-row{
  display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #d9d9d4;border-bottom:1px solid #d9d9d4;margin-top:74px;
}
.home-metric{padding:28px 24px 28px 0;border-right:1px solid #d9d9d4}
.home-metric+.home-metric{padding-left:24px}
.home-metric:last-child{border-right:0}
.home-metric span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#767b7f;margin-bottom:8px}
.home-metric strong{display:block;font-size:clamp(28px,3vw,44px);letter-spacing:-.055em;font-weight:600;line-height:1.02}
.home-metric small{display:block;color:#757b80;font-size:11px;margin-top:6px}

.product-showcase{padding:110px 0}
.product-showcase.alt{background:#ecece7}
.product-showcase-grid{display:grid;grid-template-columns:minmax(0,.78fr) minmax(520px,1.22fr);gap:70px;align-items:center}
.product-showcase.reverse .product-copy{order:2}.product-showcase.reverse .product-visual{order:1}
.product-copy .number{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#777c80;font-weight:750}
.product-copy h2{font-size:clamp(44px,5.5vw,76px);line-height:.94;font-weight:600;margin:14px 0 22px}
.product-copy p{font-size:17px;line-height:1.65;color:#5e6469;max-width:540px}
.product-copy .product-link{display:inline-flex;gap:9px;align-items:center;margin-top:18px;font-weight:750;border-bottom:1px solid #111315;padding-bottom:4px}
.product-visual{
  position:relative;background:#dfe5e6;border-radius:32px;min-height:650px;overflow:hidden;
}
.product-visual.dark{background:#151719}
.product-visual.soft-blue{background:#dfe7ec}
.product-visual.soft-sand{background:#e5e0d6}
.product-visual img{
  position:absolute;width:66%;height:820px;object-fit:cover;object-position:50% 16%;
  right:9%;top:48px;border-radius:24px 24px 0 0;box-shadow:0 32px 72px rgba(0,0,0,.22);
  transform:translateY(var(--parallax,0px)) rotate(1deg);
  transition:transform .45s cubic-bezier(.2,.8,.2,1),box-shadow .45s ease;
}
.product-visual:hover img{transform:translateY(calc(var(--parallax,0px) - 12px)) rotate(.25deg) scale(1.015);box-shadow:0 45px 92px rgba(0,0,0,.26)}
.product-visual .visual-caption{
  position:absolute;left:34px;bottom:30px;z-index:3;max-width:290px;
}
.product-visual .visual-caption span{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#5d656a;font-weight:750}
.product-visual .visual-caption strong{display:block;font-size:28px;line-height:1.05;margin-top:8px;font-weight:600}
.product-visual.dark .visual-caption{color:#fff}.product-visual.dark .visual-caption span{color:#a6aaad}

.editorial-black{background:#111315;color:#fff;padding:120px 0}
.editorial-black .editorial-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:80px;align-items:end}
.editorial-black h2{font-size:clamp(54px,7vw,100px);line-height:.9;font-weight:590;margin:0}
.editorial-black h2 span{color:#777d81;display:block}
.editorial-black p{color:#c3c7ca;font-size:18px;line-height:1.65;max-width:560px}
.editorial-black .text-link{color:#fff;border-bottom:1px solid #6e7478;padding-bottom:4px}

/* WYE institutional redesign — restrained, editorial, and partnership-ready */
:root{
  --institutional-navy:#17324d;
  --institutional-navy-dark:#0f2438;
  --institutional-ink:#172331;
  --institutional-slate:#5b6976;
  --institutional-blue:#2d617f;
  --institutional-green:#315f55;
  --institutional-cream:#f4f1ea;
  --institutional-paper:#fbfaf7;
  --institutional-rule:#d8d6cf;
}
.institutional-home{background:var(--institutional-paper);color:var(--institutional-ink);font-family:Arial,"Helvetica Neue",sans-serif}
.institutional-home h1,.institutional-home h2,.institutional-home h3{font-family:Georgia,"Times New Roman",serif;font-weight:500;letter-spacing:-.025em}
.institutional-bar{background:var(--institutional-navy-dark);color:#dce5eb;font-size:11px;letter-spacing:.055em;padding:8px 0;text-transform:uppercase}
.institutional-header{position:sticky;top:0;background:rgba(251,250,247,.97)!important;border-bottom:1px solid var(--institutional-rule)!important;backdrop-filter:blur(12px)}
.institutional-header .nav{min-height:76px}
.institutional-header .brand-mark,.institutional-footer .brand-mark{width:48px;height:34px;border-radius:0!important;background:var(--institutional-navy)!important;color:#fff!important;font-family:Georgia,"Times New Roman",serif;font-size:15px;letter-spacing:.03em}
.institutional-header .brand-copy strong{color:var(--institutional-ink)!important;font-size:14px;letter-spacing:.01em}
.institutional-header .brand-copy small{color:#6b747b!important;font-size:10px;letter-spacing:.07em;text-transform:uppercase}
.institutional-header .nav-links{gap:4px}
.institutional-header .nav-links>a,.institutional-header .nav-drop>button{color:#354552!important;border-radius:2px;font-size:13px;padding:10px 11px}
.institutional-header .nav-links>a:hover,.institutional-header .nav-drop>button:hover{background:#ebe9e2!important;color:var(--institutional-navy)!important}
.institutional-header .institutional-cta{border:1px solid var(--institutional-navy)!important;color:var(--institutional-navy)!important;margin-left:8px;font-weight:700}
.institutional-header .drop-menu{background:#fff;border-radius:2px!important;border:1px solid var(--institutional-rule)!important;box-shadow:0 16px 36px rgba(15,36,56,.14)}
.institutional-header .drop-menu a{color:#324657}
.institutional-header .drop-menu a:hover{background:#f2f0e9;color:var(--institutional-navy)}
.institutional-header .menu-btn{border-radius:2px;border-color:var(--institutional-rule);color:var(--institutional-navy)}
.institutional-hero{padding:88px 0 82px;background:var(--institutional-paper)}
.institutional-hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);gap:76px;align-items:center}
.section-label{margin:0 0 16px;color:var(--institutional-blue);font-size:11px;font-weight:700;letter-spacing:.115em;text-transform:uppercase}
.institutional-hero h1{font-size:clamp(52px,6.5vw,82px);line-height:.98;margin:0 0 26px;max-width:720px;color:var(--institutional-navy-dark)}
.institutional-lede{max-width:680px;font-size:19px;line-height:1.65;color:#465765}
.institutional-actions{display:flex;gap:24px;align-items:center;margin-top:31px;flex-wrap:wrap}
.button-solid,.button-light{display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border-radius:2px;background:var(--institutional-navy);color:#fff;font-size:13px;font-weight:700;border:1px solid var(--institutional-navy)}
.button-solid:hover{background:var(--institutional-navy-dark)}
.button-link{color:var(--institutional-navy);font-size:13px;font-weight:700;border-bottom:1px solid #9eabb3;padding:4px 0}
.button-link span{margin-left:6px}
.independence-note{font-size:11px;color:#78828a;margin:32px 0 0;line-height:1.5}
.county-brief{background:#fff;border:1px solid #cfd3d3;padding:28px 30px;box-shadow:0 18px 44px rgba(28,45,58,.08)}
.county-brief-head{display:flex;align-items:start;justify-content:space-between;gap:20px}
.brief-kicker{font-size:10px;letter-spacing:.11em;text-transform:uppercase;color:#6c7881}
.county-brief h2{font-size:38px;margin:6px 0 0;color:var(--institutional-navy-dark)}
.county-brief select{border:1px solid #bdc4c7;border-radius:2px;background:#fff;color:#263d4f;padding:9px 28px 9px 10px;max-width:170px}
.brief-rule{height:3px;background:var(--institutional-green);margin:24px 0}
.brief-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.brief-metrics>div{border-right:1px solid var(--institutional-rule);padding-right:14px}.brief-metrics>div:last-child{border-right:0}
.brief-metrics span{display:block;min-height:34px;color:#66737d;font-size:10px;line-height:1.35;text-transform:uppercase;letter-spacing:.055em}
.brief-metrics strong{display:block;font-family:Georgia,"Times New Roman",serif;color:var(--institutional-navy);font-size:24px;font-weight:500;margin:8px 0 5px}
.brief-metrics small{display:block;color:#7b858c;font-size:9px;line-height:1.35}
.county-brief-foot{display:flex;justify-content:space-between;gap:16px;border-top:1px solid var(--institutional-rule);margin-top:24px;padding-top:16px;color:#7c858c;font-size:10px}
.county-brief-foot a{color:var(--institutional-blue);font-weight:700}
.source-band{border-top:1px solid var(--institutional-rule);border-bottom:1px solid var(--institutional-rule);background:#f0eee8}
.source-band-inner{min-height:68px;display:flex;align-items:center;gap:30px;color:#5b676f;font-size:11px;flex-wrap:wrap}
.source-band-inner strong{color:var(--institutional-ink)}.source-band-inner a{color:var(--institutional-blue);font-weight:700;margin-left:auto}
.institutional-section{padding:92px 0}
.institutional-heading{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:end;margin-bottom:44px}
.institutional-heading h2,.notebook-copy h2,.partner-grid h2,.wylie-grid h2,.about-strip h2{font-size:clamp(38px,4.6vw,58px);line-height:1.06;color:var(--institutional-navy-dark);margin:0}
.institutional-heading>p,.notebook-copy>p,.partner-grid>div:last-child,.wylie-grid>div>p,.about-strip-grid>div:last-child{color:#53636f;line-height:1.7}
.work-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #aaaeb0;border-bottom:1px solid #aaaeb0}
.work-card{padding:34px 34px 36px 0;border-right:1px solid var(--institutional-rule);margin-right:34px}.work-card:last-child{border-right:0;margin-right:0}
.work-number{font:12px Georgia,"Times New Roman",serif;color:#6b7b85}.work-card h3{font-size:29px;color:var(--institutional-navy);margin:34px 0 14px}.work-card p{font-size:14px;color:#586772;line-height:1.7;min-height:120px}.work-card a{font-size:12px;color:var(--institutional-blue);font-weight:700;text-decoration:underline;text-underline-offset:4px}
.publication-section{background:var(--institutional-navy);color:#fff;padding:86px 0}
.publication-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:100px;align-items:center}.light-label{color:#adc6d5}.publication-intro h2{font-size:clamp(42px,5.2vw,66px);line-height:1.02;margin:0 0 24px;color:#fff}.publication-intro>p:not(.section-label){max-width:690px;color:#ccdae2;font-size:17px;line-height:1.7}.button-light{margin-top:14px;background:#fff;color:var(--institutional-navy);border-color:#fff}.publication-meta{border-top:1px solid rgba(255,255,255,.35)}.publication-meta>div{padding:17px 0;border-bottom:1px solid rgba(255,255,255,.2)}.publication-meta span{display:block;color:#91aab9;font-size:9px;text-transform:uppercase;letter-spacing:.1em}.publication-meta strong{display:block;margin-top:5px;font-size:13px;font-weight:600}
.notebook-section{background:var(--institutional-cream)}.notebook-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center}.notebook-copy>p{margin:22px 0}.notebook-preview{background:#fff;border:1px solid #cfcfc9;padding:30px}.notebook-preview-head{display:flex;justify-content:space-between;font-size:10px;color:#748089;text-transform:uppercase;letter-spacing:.08em}.notebook-preview input{width:100%;margin:26px 0;accent-color:var(--institutional-green)}.notebook-count{font-size:10px;color:#79838a}.note-topic{font-size:10px;color:var(--institutional-blue);text-transform:uppercase;letter-spacing:.1em;font-weight:700}.notebook-preview h3{font-size:31px;line-height:1.15;margin:13px 0;color:var(--institutional-navy-dark)}.notebook-preview>p:last-child{font-size:13px;color:#64717a;line-height:1.65}
.partner-section{padding:90px 0;background:#e7ecea;border-top:1px solid #c7cfcb;border-bottom:1px solid #c7cfcb}.partner-grid,.about-strip-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px}.partner-grid>div:last-child p:first-child{margin-top:0}.partner-grid .button-solid{margin-top:14px;background:var(--institutional-green);border-color:var(--institutional-green)}
.wylie-section{padding:75px 0;background:#fff}.wylie-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:center}.wylie-grid h2{font-size:40px}.institutional-ask-form{background:#f5f3ed;border:1px solid var(--institutional-rule);padding:22px}.institutional-ask-form label{display:block;font-size:11px;font-weight:700;color:#465967;margin-bottom:9px}.institutional-ask-form>div{display:grid;grid-template-columns:1fr auto}.institutional-ask-form input{min-width:0;border:1px solid #bbc3c6;border-right:0;border-radius:0;padding:13px;background:#fff}.institutional-ask-form button{border:1px solid var(--institutional-navy);background:var(--institutional-navy);color:#fff;padding:12px 18px;font-weight:700}
.about-strip{padding:82px 0;border-top:1px solid var(--institutional-rule);background:var(--institutional-paper)}.about-strip h2{font-size:40px}.inline-links{display:flex;gap:24px;flex-wrap:wrap;margin-top:24px}.inline-links a{font-size:12px;color:var(--institutional-blue);font-weight:700;text-decoration:underline;text-underline-offset:4px}
.institutional-footer{background:var(--institutional-navy-dark)!important}.institutional-footer .footer-note{margin-top:18px;line-height:1.65}.institutional-footer .brand-copy strong{color:#fff!important}.institutional-footer .brand-copy small{color:#a9bac6!important}

/* Make interior pages calmer and more editorial without changing their tools. */
body:not(.institutional-home){font-family:Arial,"Helvetica Neue",sans-serif;background:#f8f8f5}
body:not(.institutional-home) .page-hero h1,body:not(.institutional-home) .section-title,body:not(.institutional-home) .section-head h2{font-family:Georgia,"Times New Roman",serif;font-weight:500;letter-spacing:-.025em}
body:not(.institutional-home) .page-hero{background:var(--institutional-navy)!important}
body:not(.institutional-home) .page-hero h1{font-size:clamp(43px,5.6vw,66px);line-height:1.04}
body:not(.institutional-home) .page-hero h1 em{color:#b9d2df!important;font-style:normal}
body:not(.institutional-home) .card,body:not(.institutional-home) .chart-card,body:not(.institutional-home) .stat-box{border-radius:4px;box-shadow:0 5px 18px rgba(23,35,49,.045)}
body:not(.institutional-home) .btn{border-radius:2px}

@media(max-width:1040px){
  .institutional-hero-grid,.institutional-heading,.publication-grid,.notebook-grid,.partner-grid,.wylie-grid,.about-strip-grid{grid-template-columns:1fr;gap:42px}
  .institutional-hero{padding-top:62px}.county-brief{max-width:760px}.work-card p{min-height:0}.source-band-inner a{margin-left:0}
  .institutional-header .nav-links{background:#fff!important;border:1px solid var(--institutional-rule)!important;border-radius:2px!important}
}
@media(max-width:720px){
  .institutional-bar{font-size:9px}.institutional-hero{padding:50px 0}.institutional-hero h1{font-size:50px}.institutional-lede{font-size:16px}.county-brief{padding:22px}.county-brief-head{flex-direction:column}.brief-metrics{grid-template-columns:1fr}.brief-metrics>div{border-right:0;border-bottom:1px solid var(--institutional-rule);padding:0 0 15px}.brief-metrics>div:last-child{border-bottom:0}.source-band-inner{padding:16px 0;gap:12px 22px}.source-band-inner strong{width:100%}.institutional-section,.publication-section,.partner-section{padding:65px 0}.work-grid{grid-template-columns:1fr}.work-card{border-right:0;border-bottom:1px solid var(--institutional-rule);margin:0;padding:30px 0}.work-card:last-child{border-bottom:0}.institutional-ask-form>div{grid-template-columns:1fr}.institutional-ask-form input{border-right:1px solid #bbc3c6}.institutional-ask-form button{margin-top:8px}.publication-intro h2{font-size:42px}.institutional-heading h2,.notebook-copy h2,.partner-grid h2{font-size:39px}
}
.principles-list{margin:18px 0 0;padding-left:20px;color:#52636f}.principles-list li{margin:12px 0;line-height:1.55}.inquiry-panel{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:center;background:#fff;border-top:3px solid var(--institutional-green);padding-top:38px;padding-bottom:38px}.inquiry-panel h2{font-family:Georgia,"Times New Roman",serif;font-size:43px;font-weight:500;margin:0 0 14px;color:var(--institutional-navy)}.inquiry-panel p{color:#586872;line-height:1.7}.inquiry-contact{display:grid;gap:8px;border-left:1px solid var(--institutional-rule);padding-left:34px}.inquiry-contact span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#71808a}.inquiry-contact a{font-size:16px;color:var(--institutional-blue);text-decoration:underline;overflow-wrap:anywhere}.inquiry-contact small{color:#8a6d43;line-height:1.45}.legal-copy{max-width:850px}.legal-copy a{color:var(--institutional-blue);text-decoration:underline}@media(max-width:720px){.inquiry-panel{grid-template-columns:1fr;gap:30px}.inquiry-contact{border-left:0;border-top:1px solid var(--institutional-rule);padding:24px 0 0}}

.home-feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.home-feature-card{
  background:#fff;border-radius:26px;padding:34px;min-height:320px;display:flex;flex-direction:column;
  border:1px solid #e0e0db;transition:transform .25s ease,border-color .25s ease;
}
.home-feature-card:hover{transform:translateY(-3px);border-color:#c7c7c0}
.home-feature-card .feature-index{font-size:11px;color:#7c8185;letter-spacing:.12em;text-transform:uppercase}
.home-feature-card h3{font-size:36px;line-height:1.02;margin:60px 0 10px;font-weight:610}
.home-feature-card p{color:#646a6f;max-width:500px}
.home-feature-card .card-link{margin-top:auto;font-weight:750;padding-top:28px}

.founder-editorial{padding:104px 0;background:#fff;border-top:1px solid #e1e1dc}
.founder-editorial-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:80px;align-items:end}
.founder-editorial h2{font-size:clamp(46px,5.5vw,78px);line-height:.95;font-weight:600;margin:12px 0 18px}
.founder-editorial p{font-size:17px;line-height:1.65;color:#60666a;max-width:650px}
.founder-facts{border-top:1px solid #d9d9d4}
.founder-fact{display:grid;grid-template-columns:130px 1fr;gap:24px;padding:18px 0;border-bottom:1px solid #d9d9d4;font-size:14px}
.founder-fact span{color:#777d81}.founder-fact strong{font-weight:650}

/* Footer — cleaner and lighter hierarchy */
.footer{background:#111315;margin-top:0}
.footer .shell{padding:64px 0 30px}
.footer h4{color:#858b8f;font-weight:650}
.footer a{color:#c6c9cb}
.footer-note{color:#8e9498}
.footer .brand{color:#fff}.footer .brand-mark{background:#fff;color:#111315}.footer .brand-copy small{color:#8f9498}

/* Existing data UI restyled */
.track,.policy-meter{border-radius:2px}
.fill,.policy-meter>div{border-radius:2px;background:#111315}
.tab{border-radius:999px;background:#fff;color:#4f5559}
.tab.active{background:#111315;border-color:#111315}
.data-table{border-radius:12px}
.data-table th{background:#efefeb;color:#656b70}
.form-field input,.form-field select,.form-field textarea,
.inline-reply-form textarea{
  border-radius:10px!important;border-color:#d2d2cd!important;background:#fff!important;
}

/* Motion restraint */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s cubic-bezier(.2,.8,.2,1),transform .7s cubic-bezier(.2,.8,.2,1)}
.reveal.visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}
  .product-visual img,.home-device{transition:none!important;transform:none!important}
}

@media(max-width:1040px){
  .home-editorial-hero .hero-copy,.product-showcase-grid,.editorial-black .editorial-grid,.founder-editorial-grid{grid-template-columns:1fr}
  .home-editorial-hero .hero-copy{gap:24px}
  .home-editorial-hero h1{font-size:clamp(64px,11vw,104px)}
  .home-visual-stage{min-height:620px}
  .home-device{width:68%;right:4%}
  .product-showcase.reverse .product-copy,.product-showcase.reverse .product-visual{order:initial}
  .product-visual{min-height:600px}
  .home-metric-row{grid-template-columns:repeat(2,1fr)}
  .home-metric:nth-child(2){border-right:0}.home-metric:nth-child(3){border-top:1px solid #d9d9d4}
  .home-metric:nth-child(4){border-right:0;border-top:1px solid #d9d9d4}
  .nav-links{background:#fff;border-color:#deded9}.nav-links>a,.nav-drop>button{color:#33383c}.nav-links>a:hover,.nav-drop>button:hover{color:#000;background:#f0f0ec}
}
@media(max-width:720px){
  :root{--shell:min(100% - 28px,1320px)}
  .home-editorial-hero{padding-top:44px}
  .home-editorial-hero h1{font-size:58px;line-height:.9}
  .home-editorial-hero .hero-lede{font-size:16px}
  .home-visual-stage{min-height:590px;border-radius:24px}
  .home-device{width:82%;height:700px;right:-10%;top:34px;border-radius:20px 20px 0 0}
  .home-stage-copy{left:24px;bottom:24px;max-width:250px}.home-stage-copy h2{font-size:42px}
  .home-metric-row{grid-template-columns:1fr}.home-metric,.home-metric+.home-metric{padding:20px 0;border-right:0;border-top:1px solid #d9d9d4}.home-metric:first-child{border-top:0}
  .product-showcase{padding:78px 0}.product-showcase-grid{gap:36px}.product-copy h2{font-size:48px}
  .product-visual{min-height:510px;border-radius:24px}.product-visual img{width:78%;height:680px;right:3%;top:34px;border-radius:18px 18px 0 0}.product-visual .visual-caption{left:22px;bottom:20px;max-width:210px}.product-visual .visual-caption strong{font-size:23px}
  .editorial-black{padding:88px 0}.editorial-black h2{font-size:58px}
  .home-feature-grid{grid-template-columns:1fr}.home-feature-card{min-height:260px;padding:28px}.home-feature-card h3{margin-top:42px;font-size:32px}
  .founder-editorial{padding:78px 0}.founder-fact{grid-template-columns:100px 1fr}
  .section{padding:68px 0}
}

/* =========================================================
   WYE Store-style UI — based on the interaction language in
   the user's Google Store reference: white space, product rails,
   soft tinted stages, image lift/pop, and a true mega menu.
   ========================================================= */
:root{
  --store-ink:#202124;
  --store-muted:#5f6368;
  --store-line:#e2e5e8;
  --store-soft:#f8f9fa;
  --store-blue:#0b57d0;
  --store-mint:#e7f5ee;
  --store-sky:#eef5ff;
  --store-sand:#f8f2e8;
  --store-lilac:#f3effb;
  --store-green:#edf6ec;
}
body{background:#fff;color:var(--store-ink);font-family:Arial,Helvetica,sans-serif;letter-spacing:0}
.shell{width:min(1320px,calc(100% - 40px))}
.shell-wide{width:min(1440px,calc(100% - 40px));margin-inline:auto}
.store-home-body{background:#fff}
.store-nav{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.97);border-bottom:1px solid var(--store-line);backdrop-filter:saturate(180%) blur(12px)}
.store-nav .nav{min-height:64px}
.store-nav .brand{gap:10px;color:var(--store-ink)}
.store-nav .brand-mark{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#c6f7eb,#9ddcff);color:#0f3552;font-size:11px;box-shadow:none}
.store-nav .brand-copy strong{font-size:14px;font-weight:650;letter-spacing:-.01em}
.store-nav .brand-copy small{display:none}
.store-nav .nav-links{gap:0}
.store-nav .nav-links>a,.store-nav .nav-drop>button{font-size:12px;font-weight:500;color:#3c4043;background:transparent;border:0;border-radius:0;padding:23px 10px}
.store-nav .nav-links>a:hover,.store-nav .nav-drop>button:hover{background:transparent;color:#000}
.store-nav .nav-cta{display:none!important}
.store-nav .menu-btn{border:0;background:#f1f3f4;color:#202124;border-radius:20px;padding:9px 13px}

/* Large Store-style mega menu */
.store-nav .nav-drop{position:static}
.store-nav .drop-menu.store-mega{position:absolute;left:50%;right:auto;top:64px;transform:translateX(-50%);width:min(1180px,calc(100vw - 48px));padding:30px 34px;border:1px solid var(--store-line);border-radius:0 0 26px 26px;background:#fff;box-shadow:0 20px 36px rgba(32,33,36,.14);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px 22px;z-index:72}
.store-nav .nav-drop:not(.open) .drop-menu.store-mega{display:none}
.store-nav .drop-menu.store-mega a{padding:12px 8px;border-radius:8px;font-size:14px;color:#202124;font-weight:520}
.store-nav .drop-menu.store-mega a:hover{background:#f1f3f4;color:#111}
.store-nav .nav-drop.open::before{content:"";position:fixed;inset:64px 0 0;background:rgba(32,33,36,.64);z-index:70;pointer-events:none}
.store-nav .nav-drop.open .drop-menu{z-index:71}

/* Home hero */
.store-hero{margin-top:22px;background:#0f1318;min-height:520px;border-radius:18px;overflow:hidden;display:grid;grid-template-columns:minmax(340px,.82fr) minmax(560px,1.18fr);align-items:stretch;position:relative}
.store-hero-copy{padding:58px 20px 54px 58px;color:#fff;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}
.store-kicker{font-size:12px;line-height:1.3;color:#5f6368;font-weight:650;margin:0 0 16px}
.store-kicker.light{color:#c7c9cc}
.store-hero .store-kicker{color:#d8dde3}
.store-hero h1{font-size:clamp(48px,5.8vw,84px);line-height:.98;letter-spacing:-.055em;font-weight:550;max-width:680px;margin:0 0 20px;color:#fff}
.store-hero-copy>p:not(.store-kicker){font-size:18px;line-height:1.55;color:#d3d7dc;max-width:600px;margin:0}
.store-actions{display:flex;align-items:center;gap:18px;margin-top:28px}
.store-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:11px 18px;font-size:13px;font-weight:650;line-height:1;text-decoration:none;white-space:nowrap}
.store-btn.dark{background:#202124;color:#fff}
.store-hero .store-btn.dark{background:#fff;color:#202124}
.store-btn.light{background:#fff;color:#202124}
.store-text-link{font-size:13px;color:#1967d2;font-weight:600;text-decoration:none}
.store-hero .store-text-link{color:#fff}
.store-hero-media{position:relative;overflow:visible;display:flex;align-items:flex-end;justify-content:center;padding:44px 34px 0;text-decoration:none;background:radial-gradient(circle at 45% 35%,#22384b 0,#121a22 42%,#0f1318 75%)}
.store-hero-media::after{content:"";position:absolute;inset:auto 9% 4% 9%;height:32px;border-radius:50%;background:rgba(0,0,0,.3);filter:blur(16px)}
.hero-media-label{position:absolute;top:30px;right:34px;color:#e8eaed;font-size:12px;font-weight:600;z-index:3}
.store-hero-media img{width:min(760px,96%);max-height:620px;object-fit:cover;object-position:top center;border-radius:24px 24px 0 0;box-shadow:0 30px 60px rgba(0,0,0,.35);transform:translateY(28px) scale(.96);transform-origin:50% 100%;position:relative;z-index:2}

/* Product sections */
.store-section{padding:76px 0 36px}
.store-section-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:26px}
.store-section-head h2{font-size:clamp(30px,3vw,44px);font-weight:500;letter-spacing:-.035em;color:#202124;margin:0}
.store-carousel-controls{display:flex;gap:8px}
.store-carousel-controls button{width:38px;height:38px;border-radius:50%;border:1px solid var(--store-line);background:#fff;color:#3c4043;font-size:18px;cursor:pointer;transition:background .2s,border-color .2s}
.store-carousel-controls button:hover{background:#f1f3f4;border-color:#c9cdd1}
.store-product-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(230px,1fr);grid-template-rows:auto;gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:6px 2px 20px}
.store-product-rail::-webkit-scrollbar{display:none}
.store-product-card{min-width:0;color:#202124;text-decoration:none;scroll-snap-align:start}
.store-product-image{height:330px;border-radius:12px;position:relative;overflow:hidden;display:flex;align-items:flex-end;justify-content:center;padding:46px 16px 0}
.store-product-image img{width:94%;height:92%;object-fit:cover;object-position:top;border-radius:18px 18px 0 0;box-shadow:0 12px 26px rgba(32,33,36,.16);transform:translateY(22px) scale(.92);transform-origin:50% 100%}
.store-badge{position:absolute;left:14px;top:14px;background:#fff;color:#1967d2;border-radius:7px;padding:5px 7px;font-size:10px;font-weight:700;z-index:4;box-shadow:0 1px 3px rgba(60,64,67,.12)}
.tint-sky{background:var(--store-sky)}
.tint-mint{background:var(--store-mint)}
.tint-sand{background:var(--store-sand)}
.tint-lilac{background:var(--store-lilac)}
.tint-green{background:var(--store-green)}
.store-product-card h3{font-size:16px;font-weight:650;margin:15px 0 7px;letter-spacing:-.01em}
.store-product-card p{font-size:12px;line-height:1.5;color:#5f6368;margin:0 0 9px;max-width:280px}
.store-product-card>span{font-size:12px;color:#1967d2;font-weight:600}

/* Image pop interaction: this is the key behavior the user referenced */
.pop-media img{transition:transform .48s cubic-bezier(.2,.7,.2,1),filter .48s cubic-bezier(.2,.7,.2,1),box-shadow .48s cubic-bezier(.2,.7,.2,1)}
.pop-media:hover img,.store-product-card:hover .pop-media img,.store-story-card:hover .pop-media img{transform:translateY(-2px) scale(1.015);filter:saturate(1.03);box-shadow:0 24px 42px rgba(32,33,36,.22)}
.store-hero-media:hover img{transform:translateY(12px) scale(1.005);box-shadow:0 38px 76px rgba(0,0,0,.45)}

/* Promo blocks */
.store-promo-grid{padding:58px 0 28px;display:grid;grid-template-columns:1.45fr .75fr;gap:18px}
.store-promo{min-height:560px;border-radius:14px;overflow:hidden;position:relative;text-decoration:none;color:#202124;display:grid}
.store-promo.large{grid-template-columns:minmax(320px,.8fr) minmax(420px,1.2fr)}
.promo-mint{background:#edf7f1}
.promo-ink{background:#212429;color:#fff}
.promo-copy{padding:48px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;position:relative;z-index:3}
.promo-copy h2{font-size:clamp(38px,4.3vw,62px);line-height:1.04;letter-spacing:-.045em;font-weight:500;margin:0 0 18px;max-width:760px}
.promo-copy>p:not(.store-kicker){font-size:15px;line-height:1.6;color:#5f6368;max-width:520px;margin:0 0 26px}
.promo-ink .promo-copy>p:not(.store-kicker){color:#c8ccd0}
.promo-device{display:flex;align-items:flex-end;justify-content:center;padding:60px 30px 0;overflow:visible}
.promo-device img{width:min(620px,96%);height:520px;object-fit:cover;object-position:top;border-radius:22px 22px 0 0;box-shadow:0 20px 40px rgba(32,33,36,.18);transform:translateY(34px) scale(.96);transform-origin:50% 100%}

/* Category cards */
.store-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.store-category-card{min-height:290px;border-radius:12px;background:#f8f9fa;padding:28px;color:#202124;text-decoration:none;display:flex;flex-direction:column;transition:transform .25s ease,background .25s ease}
.store-category-card:hover{transform:translateY(-3px);background:#f1f3f4}
.store-category-card>span{font-size:11px;color:#80868b;margin-bottom:auto}
.store-category-card h3{font-size:26px;line-height:1.08;letter-spacing:-.035em;font-weight:500;margin:24px 0 12px}
.store-category-card p{font-size:13px;line-height:1.55;color:#5f6368;margin:0 0 22px}
.store-category-card strong{font-size:12px;color:#1967d2;margin-top:auto}

/* Story cards */
.store-story-rail{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.store-story-card{text-decoration:none;color:#202124}
.story-media{height:430px;border-radius:12px;overflow:hidden;padding:42px 22px 0;display:flex;align-items:flex-end;justify-content:center}
.story-media img{width:94%;height:95%;object-fit:cover;object-position:top;border-radius:20px 20px 0 0;box-shadow:0 16px 32px rgba(32,33,36,.16);transform:translateY(24px) scale(.94);transform-origin:50% 100%}
.store-story-card h3{font-size:22px;line-height:1.15;font-weight:500;letter-spacing:-.025em;margin:16px 0 7px}
.store-story-card p{font-size:13px;color:#5f6368;margin:0}

.store-newsletter{margin-top:66px;margin-bottom:70px;background:#f8f9fa;border-radius:14px;padding:54px 58px;display:flex;align-items:center;justify-content:space-between;gap:42px}
.store-newsletter h2{font-size:clamp(34px,4vw,56px);font-weight:500;letter-spacing:-.04em;margin:0 0 12px}
.store-newsletter>div:first-child>p:last-child{font-size:15px;line-height:1.6;color:#5f6368;max-width:620px;margin:0}
.store-news-actions{display:flex;gap:18px;align-items:center;flex-shrink:0}

/* Footer lighter, closer to retail UI */
.store-footer{background:#f8f9fa;color:#3c4043;border-top:1px solid var(--store-line)}
.store-footer h4{color:#202124}
.store-footer a{color:#5f6368}
.store-footer .footer-note,.store-footer .footer-bottom{color:#80868b}
.store-footer .footer-inline{color:#5f6368!important}
.store-footer .brand-mark{background:linear-gradient(135deg,#c6f7eb,#9ddcff);color:#0f3552}
.store-footer .brand-copy strong{color:#202124}
.store-footer .brand-copy small{color:#80868b}

/* Carry the Store language into interior pages without changing function */
body:not(.store-home-body) .page-hero,body:not(.store-home-body) .hero{background:#fff;color:#202124;border-bottom:1px solid var(--store-line)}
body:not(.store-home-body) .page-hero p,body:not(.store-home-body) .hero-lede{color:#5f6368}
body:not(.store-home-body) .page-hero h1,body:not(.store-home-body) .hero h1,body:not(.store-home-body) .page-hero h1 em,body:not(.store-home-body) .hero h1 em{color:#202124}
body:not(.store-home-body) .breadcrumb,body:not(.store-home-body) .breadcrumb a{color:#80868b}
body:not(.store-home-body) .section.tint{background:#f8f9fa}
body:not(.store-home-body) .card,body:not(.store-home-body) .chart-card,body:not(.store-home-body) .stat-box,body:not(.store-home-body) .lesson{border-color:var(--store-line);border-radius:12px;box-shadow:none}
body:not(.store-home-body) .btn{border-radius:999px;box-shadow:none}
body:not(.store-home-body) .btn.primary,body:not(.store-home-body) .btn.dark{background:#202124}
body:not(.store-home-body) .section-head h2,body:not(.store-home-body) .section-title{font-weight:500;letter-spacing:-.04em}

@media(max-width:1080px){
  .store-hero{grid-template-columns:1fr;min-height:auto}.store-hero-copy{padding:46px 38px 20px}.store-hero-media{min-height:430px}.store-hero-media img{max-height:480px;width:min(700px,92%)}
  .store-promo-grid{grid-template-columns:1fr}.store-promo.large{grid-template-columns:1fr 1fr}.store-promo{min-height:470px}.store-category-grid{grid-template-columns:repeat(2,1fr)}
  .store-story-rail{grid-template-columns:1fr 1fr}.store-story-card:last-child{display:none}
}
@media(max-width:760px){
  .shell,.shell-wide{width:min(100% - 24px,1320px)}.store-nav .brand-copy strong{font-size:12px}.store-nav .nav-links{background:#fff}
  .store-nav .drop-menu.store-mega{position:static;transform:none;width:100%;grid-template-columns:1fr 1fr;border:0;border-radius:0;box-shadow:none;padding:10px 0}.store-nav .nav-drop.open::before{display:none}
  .store-hero{margin-top:12px;border-radius:12px}.store-hero-copy{padding:38px 24px 16px}.store-hero h1{font-size:48px}.store-hero-copy>p:not(.store-kicker){font-size:15px}.store-hero-media{min-height:350px;padding:32px 16px 0}.store-hero-media img{width:96%;max-height:400px}
  .store-section{padding-top:56px}.store-product-rail{grid-auto-columns:78%}.store-product-image{height:300px}
  .store-promo-grid{padding-top:32px}.store-promo.large{grid-template-columns:1fr}.store-promo{min-height:auto}.promo-copy{padding:34px 26px}.promo-device{min-height:360px;padding:20px 20px 0}.promo-device img{height:390px}
  .store-category-grid{grid-template-columns:1fr}.store-category-card{min-height:220px}.store-story-rail{display:grid;grid-template-columns:1fr}.store-story-card:last-child{display:block}.story-media{height:360px}
  .store-newsletter{padding:36px 28px;display:block}.store-news-actions{margin-top:26px;flex-wrap:wrap}
}

/* =========================================================
   WYE vNext — restore the WYE blue identity + Wylie guide
   ========================================================= */
:root{
  --wye-navy:#081f3d;
  --wye-navy-2:#0d315b;
  --wye-blue:#2f96ef;
  --wye-blue-2:#6fc2ff;
  --wye-pale:#eaf5ff;
  --wye-pale-2:#f5faff;
  --wye-white:#ffffff;
  --wye-ink:#0b2340;
  --wye-muted:#60758b;
  --wye-line:#d8e8f5;
  --store-ink:var(--wye-ink);
  --store-muted:var(--wye-muted);
  --store-line:var(--wye-line);
  --store-soft:var(--wye-pale-2);
  --store-blue:var(--wye-blue);
  --store-mint:#dff1ff;
  --store-sky:#eaf5ff;
  --store-sand:#eef7ff;
  --store-lilac:#e3f2ff;
  --store-green:#f3f9ff;
}
body{background:#fff;color:var(--wye-ink)}
.topline{height:3px;background:linear-gradient(90deg,var(--wye-blue-2),var(--wye-blue),#b9e2ff)}
.site-header,.store-nav{background:rgba(8,31,61,.97);border-bottom:1px solid rgba(255,255,255,.1)}
.store-nav .brand,.site-header .brand{color:#fff}
.store-nav .brand-mark,.brand-mark{background:#fff;color:var(--wye-navy);border-radius:10px;box-shadow:none}
.store-nav .brand-copy strong{color:#fff}.store-nav .brand-copy small{color:#a9c3dd}
.store-nav .nav-links>a,.store-nav .nav-drop>button,.nav-links>a,.nav-drop>button{color:#cfe1f2}
.store-nav .nav-links>a:hover,.store-nav .nav-links>a.active,.store-nav .nav-drop>button:hover,.nav-links>a:hover,.nav-links>a.active,.nav-drop>button:hover{color:#fff;background:rgba(111,194,255,.12)}
.store-nav .nav-cta,.nav-cta{display:inline-flex!important;background:#fff!important;color:var(--wye-navy)!important;border:0!important;border-radius:999px!important;padding:10px 15px!important;font-weight:750!important;cursor:pointer}
.store-nav .menu-btn{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.14)}
.store-nav .drop-menu.store-mega,.drop-menu{background:#fff;border-color:var(--wye-line)}
.store-nav .drop-menu.store-mega a,.drop-menu a{color:var(--wye-ink)}
.store-nav .drop-menu.store-mega a:hover,.drop-menu a:hover{background:var(--wye-pale);color:var(--wye-navy)}
.store-nav .nav-drop.open::before{background:rgba(4,18,36,.58)}

.store-hero{background:linear-gradient(135deg,var(--wye-navy),var(--wye-navy-2));border-radius:20px}
.store-hero-media{background:radial-gradient(circle at 48% 34%,#1e5e98 0,#103c6d 42%,#081f3d 78%)}
.store-hero .store-btn.dark{background:var(--wye-blue);color:#fff}
.store-btn.dark,.btn.dark,.btn.primary{background:var(--wye-navy);color:#fff}
.wylie-outline{border:1px solid rgba(255,255,255,.38);background:transparent;color:#fff;cursor:pointer}
.store-text-link,.store-product-card>span,.store-category-card strong{color:#1477d4}
.store-product-image,.story-media{border:1px solid #d6e9f8}
.tint-sky{background:#ddecfb}.tint-mint{background:#e9f6ff}.tint-sand{background:#dfefff}.tint-lilac{background:#edf7ff}.tint-green{background:#f4faff}
.store-badge{color:var(--wye-navy);background:#fff}
.promo-mint{background:#e9f5ff}.promo-ink{background:var(--wye-navy);color:#fff}
.store-category-card,.store-newsletter{background:var(--wye-pale-2);border:1px solid var(--wye-line)}
.store-category-card:hover{background:var(--wye-pale)}
.store-footer{background:var(--wye-navy);color:#fff;border-top:0}.store-footer h4,.store-footer .brand-copy strong{color:#fff}.store-footer a,.store-footer .footer-inline,.store-footer .footer-inline:visited{color:#cce1f4!important}.store-footer .footer-note,.store-footer .footer-bottom,.store-footer .brand-copy small{color:#96b5d1}.store-footer .brand-mark{background:#fff;color:var(--wye-navy)}

/* Interior pages: dark-blue identity restored */
body:not(.store-home-body) .page-hero,body:not(.store-home-body) .hero{background:linear-gradient(135deg,var(--wye-navy),var(--wye-navy-2));color:#fff;border-bottom:0}
body:not(.store-home-body) .page-hero p,body:not(.store-home-body) .hero-lede{color:#bfd4e7}
body:not(.store-home-body) .page-hero h1,body:not(.store-home-body) .hero h1{color:#fff}
body:not(.store-home-body) .page-hero h1 em,body:not(.store-home-body) .hero h1 em{color:var(--wye-blue-2)}
body:not(.store-home-body) .breadcrumb,body:not(.store-home-body) .breadcrumb a{color:#9bbbd6}
body:not(.store-home-body) .section.tint{background:var(--wye-pale-2)}
body:not(.store-home-body) .card,body:not(.store-home-body) .chart-card,body:not(.store-home-body) .stat-box,body:not(.store-home-body) .lesson{border-color:var(--wye-line);border-radius:16px}
body:not(.store-home-body) .btn.primary,body:not(.store-home-body) .btn.dark{background:var(--wye-navy)}
.footer{background:var(--wye-navy)}

/* Wylie on the AI page */
.wylie-chat-title{display:flex;align-items:center;gap:10px}.wylie-chat-title img{width:42px;height:42px;object-fit:contain;object-position:center;border-radius:50%;background:#eaf5ff;padding:2px;border:1px solid #cfe6f8}
.wylie-page-tip{display:flex;align-items:center;gap:16px;padding:16px 20px;border:1px solid var(--wye-line);background:var(--wye-pale-2);border-radius:18px;margin-bottom:18px}.wylie-page-tip img{width:58px;height:68px;object-fit:contain;flex:0 0 auto}.wylie-page-tip strong{display:block;color:var(--wye-navy);margin-bottom:2px}.wylie-page-tip p{margin:0;color:var(--wye-muted);font-size:14px}

/* Floating Wylie help */
.wylie-launcher-wrap{position:fixed;right:20px;bottom:20px;z-index:86;display:flex;flex-direction:column;align-items:flex-end;gap:10px}
.wylie-launcher{border:0;background:var(--wye-navy);color:#fff;border-radius:999px;display:flex;align-items:center;gap:10px;padding:7px 15px 7px 7px;box-shadow:0 14px 34px rgba(8,31,61,.28);font-weight:750;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}
.wylie-launcher:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(8,31,61,.34)}
.wylie-launcher img{width:46px;height:46px;object-fit:contain;background:#fff;border-radius:50%;padding:2px}
.wylie-quick-menu{width:245px;background:#fff;border:1px solid var(--wye-line);border-radius:18px;padding:15px;box-shadow:0 20px 55px rgba(8,31,61,.18);display:none}
.wylie-launcher-wrap.open .wylie-quick-menu{display:grid;gap:9px}.wylie-quick-menu strong{font-size:14px}.wylie-quick-menu a,.wylie-quick-menu button{font-size:13px;color:#1477d4;text-align:left;background:none;border:0;padding:0;cursor:pointer;font-weight:650}

/* First-visit guided tour */
.wylie-tour-overlay[hidden]{display:none!important}.wylie-tour-overlay{position:fixed;inset:0;background:rgba(5,19,38,.62);z-index:80;display:flex;align-items:flex-end;justify-content:flex-end;padding:28px;backdrop-filter:blur(2px)}
.wylie-tour-card{width:min(420px,calc(100vw - 32px));background:#fff;border:1px solid #d8e8f5;border-radius:24px;padding:22px;box-shadow:0 26px 80px rgba(5,19,38,.28);position:relative;z-index:84}
.wylie-tour-close{position:absolute;right:15px;top:12px;border:0;background:transparent;color:#71869a;font-size:28px;line-height:1;cursor:pointer}.wylie-tour-top{display:flex;align-items:center;gap:18px;padding-right:25px}.wylie-tour-top>img{width:84px;height:98px;object-fit:contain;filter:drop-shadow(0 8px 8px rgba(8,31,61,.08))}.wylie-progress{display:flex;gap:5px;flex:1}.wylie-progress span{height:6px;flex:1;border-radius:999px;background:#dbe8f3}.wylie-progress span.active{background:var(--wye-blue)}.wylie-progress span.done{background:#94ccf7}
.wylie-step-count{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#7890a5;font-weight:750;margin-top:8px}.wylie-tour-card h2{font-size:30px;line-height:1.05;letter-spacing:-.035em;margin:8px 0 10px;color:var(--wye-navy)}.wylie-tour-body{color:#566f86;font-size:15px;line-height:1.6;margin-bottom:22px}.wylie-tour-actions{display:flex;justify-content:space-between;align-items:center;gap:14px}.wylie-tour-actions>div{display:flex;gap:8px}.wylie-tour-actions button{border:0;border-radius:999px;padding:10px 14px;font-weight:700;cursor:pointer}.wylie-skip,.wylie-back{background:#eef6fc;color:#49677f}.wylie-next{background:var(--wye-navy);color:#fff}
.wylie-tour-target{position:relative!important;z-index:83!important;outline:4px solid #78c7ff!important;outline-offset:6px!important;box-shadow:0 0 0 9999px rgba(5,19,38,.36),0 26px 60px rgba(8,31,61,.24)!important;border-radius:18px!important}
body.wylie-tour-open .wylie-launcher-wrap{opacity:.25;pointer-events:none}

@media(max-width:760px){
  .store-nav .nav-links{background:var(--wye-navy)}
  .store-nav .nav-links>a,.store-nav .nav-drop>button{color:#d9e8f5}
  .store-nav .nav-cta{margin:8px 10px 12px;justify-content:center}
  .wylie-tour-overlay{padding:14px;align-items:flex-end}.wylie-tour-card{padding:18px}.wylie-tour-top>img{width:68px;height:82px}.wylie-tour-card h2{font-size:26px}.wylie-launcher-wrap{right:12px;bottom:12px}.wylie-launcher span{display:none}.wylie-launcher{padding:5px}.wylie-launcher img{width:48px;height:48px}
}
@media(prefers-reduced-motion:reduce){.wylie-launcher,.wylie-tour-target{transition:none!important;scroll-behavior:auto!important}}


/* ================================================================
   WYE — NOVA CLEAN / ADVANCED SYSTEM (2026-09-07)
   WYE-owned identity coordinated with deep university blue + white.
   ================================================================ */
:root{--nova:#062a5c;--nova-deep:#031b3d;--nova-sky:#58b7e8;--nova-ice:#eef7fc;--nova-line:#dbe7f0;--nova-text:#10233e;--nova-muted:#65768b;--nova-white:#fff;}
body{background:#fff;color:var(--nova-text)}
.site-header,.nova-nav{background:rgba(255,255,255,.94)!important;border-bottom:1px solid var(--nova-line)!important;backdrop-filter:blur(18px)}
.brand-mark{background:var(--nova)!important;color:#fff!important}.brand-copy strong{color:var(--nova-text)!important}.brand-copy small{color:#6c7e91!important}
.nav-links>a,.nav-drop>button{color:#334b68!important}.nav-links>a:hover,.nav-links>a.active,.nav-drop>button:hover{background:var(--nova-ice)!important;color:var(--nova)!important}.nav-cta{background:var(--nova)!important;color:#fff!important}.drop-menu{border-color:var(--nova-line)!important}
.page-hero,.hero{background:var(--nova)!important}.page-hero h1 em,.hero h1 em{color:var(--nova-sky)!important}.btn.primary,.btn.dark{background:var(--nova)!important}.btn.primary:hover,.btn.dark:hover{background:#0b3976!important}.iconbox,.iconbox.blue,.iconbox.gold,.iconbox.rose{background:#eaf5fb!important;color:var(--nova)!important}.feature-card .arrow{background:var(--nova)!important}.section.tint{background:#f5f9fc!important}.card,.chart-card,.stat-box,.lesson,.profile-modal{border-color:var(--nova-line)!important}.footer{background:var(--nova-deep)!important}.footer .brand-copy strong,.footer .brand-copy small{color:#fff!important}.footer a{color:#dcebf7}.footer-inline{color:#8ed2f2!important}

/* home */
.nova-home,.nova-page{background:#fff}.nova-eyebrow{margin:0 0 16px;text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:800;color:#53789b}.nova-hero{padding:94px 0 92px;background:linear-gradient(180deg,#fff 0,#f8fbfe 100%)}.nova-hero-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(480px,1.1fr);gap:86px;align-items:center}.nova-hero h1{font-size:clamp(64px,7.7vw,116px);line-height:.88;letter-spacing:-.07em;font-weight:690;margin:0 0 28px;color:var(--nova-deep)}.nova-hero h1 span{color:#3f9fd7}.nova-hero-line{font-size:20px;color:#576b82;max-width:560px;line-height:1.5}.nova-actions{display:flex;gap:22px;align-items:center;margin-top:30px}.nova-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 20px;font-weight:760;font-size:14px}.nova-btn.primary{background:var(--nova);color:#fff}.nova-btn.text{color:var(--nova);padding-inline:0}.nova-command-hint{display:flex;gap:10px;align-items:center;margin-top:48px;color:#7b8998;font-size:12px}.nova-command-hint kbd{border:1px solid var(--nova-line);border-bottom-width:2px;border-radius:7px;background:#fff;padding:5px 8px;color:var(--nova)}
.nova-lens{background:#fff;border:1px solid var(--nova-line);border-radius:30px;padding:26px;box-shadow:0 34px 90px rgba(9,47,90,.13);position:relative;overflow:hidden}.nova-lens:before{content:"";position:absolute;width:240px;height:240px;border-radius:50%;background:#dff2fc;right:-80px;top:-100px}.lens-head{position:relative;display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:760;color:#5c728b}.lens-head select{border:1px solid var(--nova-line);background:#fff;border-radius:999px;padding:9px 30px 9px 12px;color:var(--nova);font-weight:700}.lens-town{position:relative;display:flex;justify-content:space-between;align-items:flex-end;margin:44px 0 24px}.lens-town span{font-size:clamp(40px,4vw,62px);letter-spacing:-.06em;font-weight:700;color:var(--nova-deep)}.lens-town small{color:#7890a6;font-size:11px}.lens-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.lens-metrics>div{background:#f5f9fc;border-radius:17px;padding:18px 16px;min-width:0}.lens-metrics small{display:block;color:#70849a;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.lens-metrics strong{display:block;color:var(--nova);font-size:22px;letter-spacing:-.04em;margin:7px 0 4px}.lens-metrics span{font-size:10px;color:#7e8c9a}.lens-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--nova-line);margin-top:18px;padding-top:18px;color:#718298;font-size:12px}.lens-footer a{color:var(--nova);font-weight:800}
.nova-shortcuts{padding:18px 0 104px}.shortcut-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--nova-line);border-bottom:1px solid var(--nova-line)}.shortcut-grid a{padding:38px 34px;border-right:1px solid var(--nova-line);transition:background .2s,transform .2s}.shortcut-grid a:last-child{border-right:0}.shortcut-grid a:hover{background:#f7fbfe;transform:translateY(-2px)}.shortcut-grid span{font-size:11px;color:#7b90a4}.shortcut-grid h2{font-size:36px;letter-spacing:-.045em;color:var(--nova);margin:48px 0 6px}.shortcut-grid p{margin:0;color:#708198}
.nova-lab{background:var(--nova);color:#fff;padding:110px 0}.nova-lab-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:90px;align-items:center}.nova-lab .nova-eyebrow{color:#91d4f2}.lab-copy h2{font-size:clamp(54px,6vw,84px);line-height:.93;letter-spacing:-.06em;margin:0 0 22px}.lab-copy h2 span{color:#82d0f1}.lab-copy p{color:#c4d5e5;font-size:18px}.lab-copy .nova-btn{background:#fff;color:var(--nova);margin-top:22px}.lab-preview{background:#fff;color:var(--nova-text);border-radius:28px;padding:28px;box-shadow:0 30px 70px rgba(0,0,0,.22)}.lab-preview-top{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#6f8294}.lab-preview-top strong{color:var(--nova)}.lab-preview input[type=range]{width:100%;accent-color:var(--nova-sky);margin:30px 0}.home-note{background:#f4f9fc;border-radius:20px;padding:24px}.home-note span{font-size:10px;text-transform:uppercase;letter-spacing:.11em;color:#4b87ae;font-weight:800}.home-note h3{font-size:30px;line-height:1.06;color:var(--nova-deep);margin:10px 0}.home-note p{font-size:13px;color:#687b8e;line-height:1.55}.lab-open{display:inline-flex;margin-top:18px;color:var(--nova);font-weight:800;font-size:13px}
.nova-ask{padding:98px 0;background:#f5f9fc}.nova-ask-grid{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:70px}.nova-ask h2{font-size:clamp(46px,5vw,70px);margin:0;color:var(--nova-deep)}.home-ask-form{display:flex;background:#fff;border:1px solid var(--nova-line);border-radius:999px;padding:8px;box-shadow:0 18px 45px rgba(9,47,90,.08)}.home-ask-form input{flex:1;border:0;background:transparent;padding:11px 18px;font-size:16px;color:var(--nova-text);outline:0}.home-ask-form button{border:0;background:var(--nova);color:#fff;border-radius:999px;padding:12px 22px;font-weight:800}.nova-founder{padding:100px 0}.nova-founder-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;border-top:1px solid var(--nova-line);padding-top:58px}.nova-founder h2{font-size:clamp(50px,5vw,72px);line-height:.95;color:var(--nova-deep);margin:0}.nova-founder-grid>div:last-child{align-self:end;color:#62758a;font-size:17px}.founder-links{display:flex;gap:24px;margin-top:22px;flex-wrap:wrap}.founder-links a{color:var(--nova);font-weight:800}.nova-footer{padding-top:26px!important}

/* blog */
.nova-blog-hero{padding:92px 0 74px;background:#fff}.nova-blog-hero h1{font-size:clamp(68px,9vw,132px);line-height:.84;letter-spacing:-.075em;color:var(--nova-deep);margin:0 0 28px}.nova-blog-hero h1 span{color:#4aa8dc}.nova-blog-dek{font-size:20px;color:#63768a}.archive-disclosure{margin-top:48px;border-left:3px solid var(--nova-sky);padding:4px 0 4px 18px;display:grid;gap:5px;max-width:820px}.archive-disclosure strong{font-size:12px;color:var(--nova);text-transform:uppercase;letter-spacing:.1em}.archive-disclosure span{font-size:13px;color:#718196;line-height:1.55}.nova-time-machine{padding:82px 0 96px;background:var(--nova)}.time-machine-top{display:flex;justify-content:space-between;gap:30px;align-items:end}.nova-time-machine .nova-eyebrow{color:#8ed4f2}.time-machine-top h2{color:#fff;font-size:clamp(42px,5vw,68px);margin:0}.time-controls{display:flex;gap:8px}.time-controls button{width:46px;height:46px;border:1px solid rgba(255,255,255,.25);background:transparent;color:#fff;border-radius:50%;font-size:20px}.week-range{width:100%;margin:52px 0 10px;accent-color:#6cc8ef}.time-axis{display:flex;justify-content:space-between;color:#8eabc5;font-size:10px}.focus-note{background:#fff;border-radius:28px;margin-top:34px;padding:34px 38px}.focus-meta{display:flex;justify-content:space-between;align-items:center}.focus-meta>span:first-child{color:#4b88b2;font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:800}.status{font-size:10px;padding:6px 9px;border-radius:999px;background:#eef7fc;color:#477694}.status.published{background:#dff5ec;color:#157352}.focus-note h3{font-size:clamp(36px,4.5vw,58px);line-height:.98;color:var(--nova-deep);margin:20px 0}.focus-note>p{font-size:16px;line-height:1.72;color:#586d82;max-width:1000px}.focus-foot{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--nova-line);padding-top:18px;margin-top:26px;color:#8694a2;font-size:11px}.evidence-row{display:none;gap:8px;flex-wrap:wrap;align-items:center;margin-top:20px}.evidence-row.show{display:flex}.evidence-row strong{font-size:11px;color:var(--nova)}.evidence-row span,.evidence-row a{background:#f0f7fb;color:#55758e;border-radius:999px;padding:6px 9px;font-size:10px}.evidence-row a:hover{background:#e4f2fa;color:#285e84}
.nova-archive{padding:94px 0 110px}.archive-tools{display:flex;justify-content:space-between;align-items:end;gap:30px}.archive-tools h2{font-size:clamp(46px,5vw,70px);margin:0;color:var(--nova-deep)}.archive-search{display:flex;gap:10px;align-items:center}.archive-search input{width:min(360px,42vw);border:1px solid var(--nova-line);border-radius:999px;padding:12px 16px;outline:0}.evidence-toggle{border:1px solid var(--nova-line);background:#fff;color:var(--nova);border-radius:999px;padding:11px 14px;font-weight:800}.evidence-toggle.active{background:var(--nova);color:#fff}.tag-filters{display:flex;gap:8px;flex-wrap:wrap;margin:36px 0 26px}.tag-filters button{border:1px solid var(--nova-line);background:#fff;border-radius:999px;padding:8px 12px;color:#5d748b;font-size:11px;font-weight:800}.tag-filters button.active{background:#eaf6fc;color:var(--nova);border-color:#bcdff0}.note-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.note-card{text-align:left;border:1px solid var(--nova-line);background:#fff;border-radius:18px;padding:20px;min-height:190px;cursor:pointer;transition:transform .2s,border-color .2s,box-shadow .2s}.note-card:hover{transform:translateY(-2px);border-color:#a8d4e9;box-shadow:0 18px 38px rgba(9,47,90,.08)}.note-card>div{display:flex;justify-content:space-between;gap:10px;color:#7890a5;font-size:10px}.note-card em{font-style:normal;border-radius:999px;padding:4px 7px;background:#f2f7fa}.note-card em.published{background:#dff5ec;color:#157352}.note-card h3{font-size:20px;line-height:1.1;color:var(--nova-deep);margin:36px 0 12px}.note-card p{margin:0;color:#5e91b0;font-size:11px;font-weight:800}.note-card small{display:block;margin-top:10px;color:#8b98a5;font-size:9px;line-height:1.4}.nova-next{padding:92px 0;background:#f5f9fc}.nova-next-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:end}.nova-next h2{font-size:clamp(44px,5vw,70px);line-height:.96;margin:0;color:var(--nova-deep)}.nova-next p{color:#63778c;font-size:17px;line-height:1.65}

/* command palette */
.cmd-open{overflow:hidden}.cmd-overlay{position:fixed;z-index:9999;inset:0;background:rgba(2,18,40,.48);backdrop-filter:blur(7px);padding-top:12vh}.cmd-panel{width:min(680px,calc(100% - 28px));margin:auto;background:#fff;border-radius:22px;box-shadow:0 32px 100px rgba(0,0,0,.28);overflow:hidden;border:1px solid #dce8f1}.cmd-search{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:15px 18px;border-bottom:1px solid var(--nova-line)}.cmd-search>span{color:var(--nova);font-size:24px}.cmd-search input{border:0;outline:0;font-size:18px}.cmd-search kbd{font-size:10px;background:#f1f6f9;border:1px solid #dce8f1;border-radius:6px;padding:4px 7px;color:#708298}.cmd-results{padding:8px;max-height:55vh;overflow:auto}.cmd-item{width:100%;display:flex;justify-content:space-between;align-items:center;border:0;background:#fff;padding:12px 14px;border-radius:12px;text-align:left}.cmd-item.active,.cmd-item:hover{background:#eef7fc}.cmd-item strong{display:block;color:var(--nova-deep);font-size:14px}.cmd-item small{display:block;color:#7b8c9e;margin-top:3px}.cmd-item em{font-style:normal;color:#7b9ab4}.cmd-foot{padding:10px 18px;border-top:1px solid var(--nova-line);font-size:10px;color:#8694a2}

@media(max-width:960px){.nova-hero-grid,.nova-lab-grid,.nova-ask-grid,.nova-founder-grid,.nova-next-grid{grid-template-columns:1fr;gap:42px}.nova-hero{padding-top:62px}.nova-lens{max-width:700px}.shortcut-grid{grid-template-columns:1fr}.shortcut-grid a{border-right:0;border-bottom:1px solid var(--nova-line)}.note-grid{grid-template-columns:repeat(2,1fr)}.archive-tools{align-items:stretch;flex-direction:column}.archive-search{flex-wrap:wrap}.archive-search input{width:100%}}
@media(max-width:640px){.nova-hero h1,.nova-blog-hero h1{font-size:58px}.lens-metrics{grid-template-columns:1fr}.nova-actions{align-items:flex-start;flex-direction:column}.note-grid{grid-template-columns:1fr}.focus-note{padding:24px}.focus-foot{flex-direction:column}.home-ask-form{border-radius:22px}.archive-search{display:grid}.archive-search input{width:100%}}

/* Editorial treatment for the research notebook. */
.nova-page .nova-blog-hero{padding:74px 0 64px;background:var(--institutional-paper)}
.nova-page .nova-blog-hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(52px,6vw,78px);line-height:1;letter-spacing:-.035em;font-weight:500;color:var(--institutional-navy-dark);margin:0 0 22px}
.nova-page .nova-blog-dek{max-width:780px;font-size:17px;line-height:1.65;color:#566773}
.nova-page .nova-time-machine{background:var(--institutional-navy);padding:72px 0 82px}
.nova-page .time-machine-top h2,.nova-page .archive-tools h2,.nova-page .nova-next h2{font-family:Georgia,"Times New Roman",serif;font-weight:500;letter-spacing:-.025em}
.nova-page .focus-note,.nova-page .note-card{border-radius:3px}
.nova-page .focus-note h3{font-family:Georgia,"Times New Roman",serif;font-weight:500;line-height:1.08}
.nova-page .nova-archive{padding:82px 0 94px;background:#fbfaf7}
.nova-page .note-card h3{font-family:Georgia,"Times New Roman",serif;font-weight:500;line-height:1.2}
.nova-page .nova-next{background:var(--institutional-cream);padding:76px 0}
