/* Editorial palette and system typography; no external assets. */
:root{--blue:#17458F;--gold:#F7A81B;--azure:#0067C8;--ink:#1B1B1F;--paper:#FAF8F4;--muted:#555963;--line:#d7d5d0;--serif:Georgia,"Times New Roman",serif;--sans:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:1rem/1.65 var(--sans)}a{color:var(--blue);text-underline-offset:.2em}a:hover{color:var(--azure)}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--azure);outline-offset:4px}img,video{display:block;max-width:100%;height:auto}button,input,textarea{font:inherit}h1,h2,h3{font-family:var(--serif);line-height:1.12;letter-spacing:-.025em;margin:0 0 .55em}h1{font-size:clamp(2.4rem,6vw,4.5rem);font-weight:500}h2{font-size:clamp(1.65rem,3vw,2.45rem);font-weight:500}p{margin:0 0 1.2em}.skip{position:absolute;top:-100px;left:1rem;padding:.6rem 1rem;background:white;z-index:10}.skip:focus{top:1rem}.topline{background:var(--blue);color:white;padding:.45rem max(1.25rem,calc((100vw - 1160px)/2));font-size:.72rem;letter-spacing:.055em;display:flex;justify-content:space-between}.masthead{max-width:1160px;margin:auto;padding:1.7rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--line)}.lockup{display:flex;flex-direction:column;text-decoration:none;color:var(--blue);line-height:1.05;border-left:4px solid var(--gold);padding-left:.85rem}.lockup span{font-size:.82rem;font-weight:600}.lockup strong{font-size:1.85rem;letter-spacing:-.04em}.masthead nav{display:flex;gap:1.25rem;font-size:.9rem;font-weight:600}.masthead nav a{text-decoration:none}.nav-member{border-bottom:2px solid var(--gold)}main{max-width:1160px;margin:auto;padding:0 1.25rem;min-height:55vh}.intro{padding:3.5rem 0 2.5rem;max-width:850px}.intro p:last-child{color:var(--muted);font-size:1.12rem;max-width:50ch}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:700;color:var(--blue);margin-bottom:1.15rem}.stories{display:grid;grid-template-columns:1fr;gap:2.75rem;margin-bottom:3rem}.story{min-width:0}.story-image{display:block;overflow:hidden;background:#e6e7e8;margin-bottom:1.2rem}.story-image img{width:100%;aspect-ratio:4/3;object-fit:cover}.story h2 a{text-decoration:none;color:var(--ink)}.story h2 a:hover{color:var(--blue)}.story p{max-width:60ch}.story .eyebrow{font-size:.68rem;margin-bottom:.75rem}.story-copy>p:not(.eyebrow){color:var(--muted)}.read-more{font-size:.88rem;font-weight:700;text-decoration:none}.read-more span{margin-left:.7rem}.badge{display:inline-block;border:1px solid #b2c3dc;background:#e9eff8;color:var(--blue);font-size:.72rem;font-weight:700;border-radius:3px;padding:.2rem .6rem;margin-bottom:.8rem}.member-invite{border-top:3px solid var(--gold);background:#eeede8;padding:2rem;display:flex;flex-direction:column;gap:1rem;margin:4rem 0}.member-invite h2{font-size:2rem}.member-invite p:last-child{margin:0}.button,button{display:inline-block;padding:.8rem 1.15rem;background:var(--blue);color:white;border:2px solid var(--blue);border-radius:3px;font-weight:650;text-decoration:none;cursor:pointer;line-height:1.4;text-align:center}.button:hover,button:hover{background:#0e326e;color:white;border-color:#0e326e}.empty{border-top:1px solid var(--line);padding:3rem 0;max-width:600px}.pagination{grid-column:1/-1;display:flex;gap:2rem;justify-content:center;border-top:1px solid var(--line);padding-top:1.5rem}.article-header{max-width:880px;margin:auto;padding:3.5rem 0 2rem}.article-header h1{margin-top:.4em}.standfirst{font-size:clamp(1.2rem,2.5vw,1.5rem);color:var(--muted);line-height:1.5}.byline{font-size:.85rem;color:var(--muted);border-left:3px solid var(--gold);padding-left:1rem}.cover{margin:0 0 2.5rem}.cover img{width:100%;max-height:700px;object-fit:cover}.cover figcaption,figcaption{font-size:.8rem;color:var(--muted);margin-top:.65rem}.prose{max-width:68ch;margin:0 auto;font-size:1.13rem;line-height:1.85;overflow-wrap:anywhere}.prose h2,.prose h3{margin-top:1.6em}.prose blockquote{border-left:4px solid var(--gold);margin:2rem 0;padding:.4rem 0 .4rem 1.4rem;font-family:var(--serif);font-size:1.5rem}.gallery{max-width:850px;margin:3rem auto;display:grid;gap:2rem}.gallery figure{margin:0}.gallery img,.gallery video{width:100%}.tags{display:flex;gap:.7rem;flex-wrap:wrap;max-width:68ch;margin:2rem auto}.tags a{font-size:.8rem;border:1px solid var(--line);padding:.3rem .7rem;text-decoration:none}.back-link{max-width:68ch;margin:2rem auto 4rem}.form-panel{max-width:560px;margin:4rem auto 5rem}.form-panel h1{font-size:clamp(2.2rem,5vw,3.25rem)}form{margin:1.5rem 0}label{display:block;font-weight:600;margin:1.1rem 0 .35rem;font-size:.9rem}input,textarea{width:100%;padding:.75rem;border:1px solid #85858c;border-radius:3px;background:white;color:var(--ink)}form button{margin-top:1.4rem;width:100%}.form-note{font-size:.85rem;color:var(--muted);margin-top:1rem}.honeypot{display:none}footer{background:var(--blue);color:white;margin-top:3rem;padding:3rem 1.25rem 1.25rem}.footer-inner{max-width:1110px;margin:auto;display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap}.footer-inner strong{font-size:1.1rem}.footer-inner p{margin-top:.8rem;color:#e4ebf5}.footer-inner nav{display:flex;flex-direction:column;gap:.7rem}footer a{color:white;font-size:.9rem}footer a:hover{color:var(--gold)}.footer-note{max-width:1110px;margin:2rem auto 0;padding-top:1rem;border-top:1px solid #6884b0;font-size:.75rem}.bio-cards{max-width:760px;margin:auto}.bio-intro{max-width:760px;margin:auto}dialog{border:0;background:var(--paper);padding:1rem;max-width:95vw;max-height:95vh}dialog::backdrop{background:rgb(0 0 0/.8)}dialog button{display:block;margin:0 0 1rem auto}dialog img{max-height:75vh;object-fit:contain}
@media(min-width:700px){.stories{grid-template-columns:repeat(2,minmax(0,1fr))}.story-hero{grid-column:1/-1;display:grid;grid-template-columns:1.3fr 1fr;gap:2.5rem;align-items:center;border-bottom:1px solid var(--line);padding-bottom:2.75rem}.story-hero .story-image{margin:0}.story-hero h2{font-size:clamp(2rem,3.6vw,3.2rem)}.story-hero:not(:has(.story-image)){display:block}.member-invite{flex-direction:row;align-items:center;justify-content:space-between}.member-invite>div{max-width:65%}.bio-cards{grid-template-columns:1fr}.bio-cards .story{display:grid;grid-template-columns:1fr 2fr;gap:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--line)}.bio-cards .story h2{font-size:1.6rem}}
@media(max-width:450px){.masthead{align-items:flex-start}.masthead nav{gap:.6rem;flex-wrap:wrap;justify-content:flex-end;max-width:180px;font-size:.8rem}.topline{font-size:.65rem}.lockup strong{font-size:1.6rem}.intro{padding-top:2.5rem}}
@media(prefers-reduced-motion:no-preference){a,button{transition:color .15s,background .15s}}
