:root { --navy:#001f3f; --cream:#f4ebdd; --orange:#f26a21; --ink:#162231; --muted:#52606d; --line:#d9d4ca; --paper:#fffdf9; --header-height:82px; color-scheme:light; }
* { box-sizing:border-box; }
html { overflow-x:hidden; scroll-behavior:smooth; }
body { margin:0; overflow-x:hidden; background:var(--paper); color:var(--ink); font-family:Lato,Arial,Helvetica,sans-serif; font-size:17px; line-height:1.65; }
a { color:inherit; text-underline-offset:.2em; }
.skip-link { position:fixed; left:1rem; top:-5rem; z-index:100; background:var(--navy); color:white; padding:.75rem 1rem; }
.skip-link:focus { top:1rem; }
.site-header { min-height:var(--header-height); display:flex; align-items:center; justify-content:space-between; gap:2rem; padding:.75rem clamp(1rem,4vw,4rem); background:var(--cream); border-bottom:1px solid #ded2c1; }
.brand { display:flex; align-items:center; gap:.75rem; text-decoration:none; line-height:1.05; }
.brand img { width:42px; height:42px; object-fit:contain; }
.brand span { display:grid; gap:.25rem; }
.brand strong { font-family:Inter,Arial,sans-serif; font-size:1rem; }
.brand small { color:var(--navy); font-size:.78rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.site-header nav { display:flex; gap:1.2rem; font-size:.9rem; font-weight:750; }
.site-header nav a:hover,.site-header nav a:focus-visible { color:#a8420f; }
.content-width { width:min(1120px,calc(100% - 2rem)); margin-inline:auto; }
.ideas-intro { padding:clamp(4.5rem,10vw,9rem) 0; background:linear-gradient(120deg,#fffaf1 0%,var(--cream) 100%); border-bottom:1px solid var(--line); }
.ideas-intro .content-width { max-width:960px; margin-left:max(1rem,calc((100% - 1120px)/2)); }
.eyebrow,.category { margin:0 0 .8rem; color:#ad4716; font-size:.76rem; font-weight:850; letter-spacing:.11em; text-transform:uppercase; }
h1,h2,h3 { margin:0; font-family:Georgia,"Times New Roman",serif; font-weight:700; letter-spacing:-.025em; line-height:1.08; }
.ideas-intro h1 { max-width:930px; font-size:clamp(2.5rem,6vw,5.5rem); }
.ideas-intro h1 + p { max-width:760px; margin:1.5rem 0 0; color:#384653; font-size:clamp(1.1rem,2vw,1.4rem); }
.story-section,.recent-section { padding:clamp(4rem,8vw,7rem) 0; }
.recent-section { border-top:1px solid var(--line); }
.section-heading { display:grid; grid-template-columns:160px 1fr; gap:2rem; align-items:end; margin-bottom:2rem; }
.section-heading .eyebrow { margin:0; }
.section-heading h2 { font-size:clamp(2rem,4vw,3.5rem); }
.story-card { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:2rem; padding:2rem 0; border-top:1px solid var(--line); }
.story-card h2 { max-width:850px; font-size:clamp(2.2rem,5vw,4.6rem); }
.story-card h3 { max-width:760px; font-size:clamp(1.6rem,3vw,2.5rem); }
.story-card h2 a,.story-card h3 a { text-decoration:none; }
.story-card h2 a:hover,.story-card h3 a:hover { color:#9d3b0d; }
.story-card h2 + p,.story-card h3 + p { max-width:750px; color:var(--muted); }
.byline { color:#64717b; font-size:.87rem; }
.read-link { align-self:end; color:#a8420f; font-weight:800; white-space:nowrap; }
.story-card--featured { padding:clamp(2rem,5vw,4rem) 0; border-bottom:1px solid var(--line); }
.article { max-width:940px; padding:clamp(4rem,9vw,8rem) 0; }
.article-header { padding-bottom:3rem; border-bottom:1px solid var(--line); }
.article h1 { font-size:clamp(2.6rem,6vw,5.4rem); }
.dek { max-width:790px; margin:1.5rem 0 0; color:#45525e; font-size:clamp(1.15rem,2vw,1.4rem); }
.article-body { max-width:740px; margin:3rem auto 0; font-family:Georgia,"Times New Roman",serif; font-size:clamp(1.08rem,1.6vw,1.22rem); line-height:1.78; }
.article-body p { margin:0 0 1.5rem; }
.article-body h2 { margin:3.5rem 0 1rem; font-size:clamp(1.8rem,3vw,2.65rem); }
.article-body h3 { margin:2.5rem 0 1rem; font-size:1.6rem; }
.article-body blockquote { margin:3rem 0; border-left:5px solid var(--orange); padding:.5rem 0 .5rem 1.5rem; color:var(--navy); }
.article-body blockquote p { margin:0; font-size:clamp(1.55rem,3vw,2.35rem); font-weight:700; line-height:1.3; }
.article-footer { max-width:740px; margin:4rem auto 0; border-top:1px solid var(--line); padding-top:2rem; }
.article-footer a { color:#a8420f; font-weight:800; }
.not-found { min-height:55vh; padding:8rem 0; }
.not-found h1 { font-size:clamp(3rem,8vw,6rem); }
.button { display:inline-flex; margin-top:1.5rem; background:var(--navy); color:white; padding:.8rem 1.1rem; text-decoration:none; font-weight:800; }
.pw-footer { margin-top:2rem; }
@media(max-width:720px){ :root{--header-height:72px} body{font-size:16px}.site-header{align-items:flex-start;flex-direction:column;gap:.5rem}.site-header nav{width:100%;justify-content:space-between}.section-heading,.story-card{grid-template-columns:1fr}.story-card{gap:.5rem}.read-link{margin-top:1rem}.ideas-intro{padding:4rem 0}.article{padding-top:4rem}.article-body{margin-top:2rem}.pw-ecosystem__links{justify-content:flex-start!important} }
