:root{--background:#f8f6f2;--foreground:#0f1a2e;--primary:#192b4d;--primary-foreground:#f8f6f2;--accent:#c33d22;--accent-90:#b2381f;--muted:#ebe7e0;--muted-foreground:#475c85;--border:#d1d6e0;--fg-80:#0f1a2ecc;--pf-75:#f8f6f2bf;--pf-50:#f8f6f280;--pf-25:#f8f6f240;--primary-25:#192b4d40;--primary-80:#192b4dcc;--mf-55:#475c858c;--mf-50:#475c8580;--serif:"Playfair Display", Georgia, serif;--sans:"Plus Jakarta Sans", system-ui, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%}body{background:var(--background);color:var(--foreground);font-family:var(--sans);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;line-height:1.6;overflow-x:hidden}::selection{color:var(--primary);background:#c33d2233}h1,h2,h3{font-family:var(--serif);letter-spacing:-.02em}img{max-width:100%;display:block}.container{max-width:42rem;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}@media (width>=768px){.section{padding:4rem 0}}.border-top{border-top:1px solid var(--border)}.label{font-family:var(--sans);text-transform:uppercase;letter-spacing:.25em;color:var(--accent);font-size:.75rem;font-weight:700}.capture{width:100%;max-width:28rem}.capture form{flex-direction:column;gap:0;display:flex}@media (width>=640px){.capture form{flex-direction:row}}.capture input{border:1px solid var(--primary-25);font-family:var(--sans);color:var(--foreground);background:0 0;flex:1;padding:.875rem 1.25rem;font-size:.875rem;transition:border-color .2s}.capture input::placeholder{color:var(--muted-foreground)}.capture input:focus{border-color:var(--accent);outline:none}.capture button{background:var(--accent);color:#fff;border:1px solid var(--accent);font-family:var(--sans);text-transform:uppercase;letter-spacing:.1em;white-space:nowrap;cursor:pointer;padding:.875rem 1.75rem;font-size:.75rem;font-weight:700;transition:background .2s}.capture button:hover{background:var(--accent-90)}.capture.on-dark input{border-color:var(--pf-25);color:var(--primary-foreground)}.capture.on-dark input::placeholder{color:var(--pf-50)}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:52vh;padding:2.5rem 1.5rem 1rem;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;opacity:.4;will-change:transform, opacity;position:absolute;inset:0}.hero-bg img{object-fit:cover;object-position:top;width:100%;height:100%}.hero-bg:after{content:"";background:#f8f6f2a6;position:absolute;inset:0}.hero-inner{z-index:10;flex-direction:column;align-items:center;gap:1rem;max-width:56rem;margin:0 auto;display:flex;position:relative}.hero h1{text-transform:uppercase;color:var(--primary);font-size:clamp(2.5rem,12vw,3.75rem);font-weight:900;line-height:.85}@media (width>=640px){.hero h1{font-size:6rem}}@media (width>=1024px){.hero h1{font-size:7rem}}.hero .rule{background:var(--accent);width:4rem;height:2px}.hero .tagline{font-family:var(--serif);color:var(--muted-foreground);font-size:1.25rem;font-style:italic}@media (width>=768px){.hero .tagline{font-size:1.5rem}}.hero .blurb{font-family:var(--sans);color:var(--muted-foreground);max-width:32rem;font-size:.875rem;line-height:1.65}@media (width>=768px){.hero .blurb{font-size:1rem}}.hero .capture{margin-top:.25rem}h2.head{color:var(--primary);font-size:1.875rem;font-weight:700;line-height:1.15}@media (width>=768px){h2.head{font-size:2.25rem}}.subtitle{font-family:var(--serif);color:var(--muted-foreground);margin-top:.5rem;font-size:1.125rem;font-style:italic}.essay-head{margin-bottom:1.5rem}.essay-head h2{margin-top:.75rem}.prose p{font-family:var(--sans);color:var(--fg-80);font-size:1rem;line-height:1.75}@media (width>=768px){.prose p{font-size:1.0625rem}}.prose p+p{margin-top:1rem}#essay-remainder{display:none}#essay-remainder.open{display:block}blockquote.closer{border-left:2px solid var(--accent);margin:2rem 0;padding:.25rem 0 .25rem 1.5rem}blockquote.closer p{font-family:var(--serif);color:var(--primary-80);font-size:1.125rem;font-style:italic;line-height:1.35}@media (width>=768px){blockquote.closer p{font-size:1.25rem}}blockquote.closer p+p{margin-top:.75rem}.toggle{font-family:var(--sans);color:var(--accent);cursor:pointer;text-underline-offset:4px;background:0 0;border:0;margin-top:1.25rem;padding:0;font-size:.875rem;font-weight:600;text-decoration:underline}.toggle:hover{color:var(--accent-90)}.author{border-top:1px solid var(--border);margin-top:2rem;padding-top:1.5rem}.author .label{margin-bottom:1.25rem;display:block}.author-row{flex-direction:column;align-items:flex-start;gap:1.25rem;display:flex}@media (width>=640px){.author-row{flex-direction:row;gap:1.5rem}}.headshot{background:linear-gradient(to bottom, var(--muted), #475c8533);border:1px solid var(--border);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:flex-end;width:4rem;height:4rem;display:flex;overflow:hidden}.headshot span{background:#475c8540;border-radius:9999px;width:2.5rem;height:2.5rem;margin-bottom:-8px}.author-name{font-family:var(--serif);color:var(--primary);margin-bottom:.125rem;font-size:1.25rem;font-weight:700}.author-role{font-family:var(--sans);color:var(--muted-foreground);letter-spacing:.02em;margin-bottom:.75rem;font-size:.75rem}.author-bio{font-family:var(--sans);color:var(--muted-foreground);font-size:.875rem;line-height:1.65}.coming{background:var(--primary);color:var(--primary-foreground)}.coming .stack>*+*{margin-top:1.25rem}.coming h2{color:var(--primary-foreground);font-size:1.875rem;font-weight:700;line-height:1.15}@media (width>=768px){.coming h2{font-size:2.25rem}}.coming p{font-family:var(--sans);color:var(--pf-75);font-size:1rem;line-height:1.75}.principles-head{margin-bottom:1.5rem}.principles-head h2{margin-top:.75rem}.belief{border-top:1px solid var(--border);grid-template-columns:1fr;gap:.75rem;padding:1.25rem 0;display:grid}@media (width>=768px){.belief{grid-template-columns:repeat(4,1fr);gap:2rem}}.belief .b-label{text-transform:uppercase;letter-spacing:.2em;color:var(--muted-foreground);font-size:.75rem;font-weight:700}@media (width>=768px){.belief .b-label{padding-top:.125rem}}.belief .b-text{font-family:var(--sans);color:var(--fg-80);font-size:1rem;line-height:1.75}@media (width>=768px){.belief .b-text{grid-column:span 3}}.principles .cap{border-top:1px solid var(--border)}.forthcoming{font-family:var(--sans);color:var(--muted-foreground);margin-top:2.5rem;font-size:.875rem;font-style:italic}footer{border-top:1px solid var(--border);padding:2rem 0}.footer-row{flex-direction:column;gap:.75rem;display:flex}@media (width>=768px){.footer-row{flex-direction:row;justify-content:space-between;align-items:center}}.footer-statement{font-family:var(--sans);color:var(--muted-foreground);max-width:28rem;font-size:.875rem;line-height:1.6}.footer-copy{font-family:var(--sans);color:var(--mf-55);white-space:nowrap;font-size:.75rem}.footer-disclaimer{font-family:var(--sans);color:var(--mf-50);margin-top:1rem;font-size:.75rem;line-height:1.6}.js .fade{opacity:0;transform:translateY(24px)}.js .fade.in{opacity:1;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transform:none}@media (prefers-reduced-motion:reduce){.js .fade{opacity:1!important;transition:none!important;transform:none!important}.hero-bg{transform:none!important}}.site-header{z-index:1000;-webkit-backdrop-filter:saturate(180%)blur(8px);backdrop-filter:saturate(180%)blur(8px);border-bottom:1px solid var(--border);background:#f8f6f2e6;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:64rem;margin:0 auto;padding:.7rem 1.5rem;display:flex}.brand{font-family:var(--serif);letter-spacing:-.01em;color:var(--primary);white-space:nowrap;align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-flex}.brand-mark{flex:none;width:auto;height:1.6em;display:block}@media (width>=640px){.brand{font-size:1.0625rem}}.brand:hover{color:var(--accent)}.header-nav{align-items:center;gap:1.25rem;display:flex}.nav-cta{font-family:var(--sans);text-transform:uppercase;letter-spacing:.1em;white-space:nowrap;color:#fff;background:var(--accent);border:1px solid var(--accent);padding:.5rem .85rem;font-size:.65rem;font-weight:700;text-decoration:none;transition:background .2s}@media (width>=640px){.nav-cta{padding:.6rem 1.1rem;font-size:.7rem}}.nav-cta:hover{background:var(--accent-90)}.prose ul{margin:1rem 0;padding-left:1.25rem;list-style:outside}.prose li{font-family:var(--sans);color:var(--fg-80);margin-top:.5rem;font-size:1rem;line-height:1.75}@media (width>=768px){.prose li{font-size:1.0625rem}}.join-form{max-width:28rem;margin:2rem 0}.form-note{font-family:var(--sans);color:var(--muted-foreground);margin-top:.75rem;font-size:.75rem;line-height:1.6}.nav-desktop{display:none}@media (width>=860px){.nav-desktop{align-items:center;gap:1.75rem;display:flex}}.nav-group{position:relative}.nav-top,.nav-top-link{font-family:var(--sans);text-transform:uppercase;letter-spacing:.08em;color:var(--primary);cursor:pointer;background:0 0;border:0;padding:.4rem 0;font-size:.8rem;font-weight:600;text-decoration:none;display:inline-block}.nav-top:hover,.nav-top-link:hover,.nav-top-link.active{color:var(--accent)}.nav-menu{background:var(--background);border:1px solid var(--border);opacity:0;visibility:hidden;z-index:60;flex-direction:column;min-width:17rem;padding:.4rem 0;transition:opacity .15s,transform .15s,visibility .15s;display:flex;position:absolute;top:100%;left:0;transform:translateY(6px)}.nav-group:hover .nav-menu,.nav-group:focus-within .nav-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-item{font-family:var(--sans);color:var(--muted-foreground);white-space:nowrap;padding:.55rem 1.1rem;font-size:.85rem;text-decoration:none}.nav-item:hover,.nav-item.active{color:var(--accent);background:var(--muted)}.nav-toggle{cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:center;gap:5px;width:2.25rem;height:2.25rem;padding:.45rem;display:inline-flex}.nav-toggle span{background:var(--primary);width:100%;height:2px;display:block}@media (width>=860px){.nav-toggle{display:none}}.nav-mobile{z-index:900;background:var(--background);-webkit-overflow-scrolling:touch;padding:4.5rem 1.5rem calc(1.5rem + env(safe-area-inset-bottom));position:fixed;inset:0;overflow-y:auto}@media (width>=860px){.nav-mobile{display:none}}.nav-mobile-group{border-bottom:1px solid var(--border);padding:.85rem 0}.nav-mobile-group:last-child{border-bottom:0}.nav-mobile-label{font-family:var(--sans);text-transform:uppercase;letter-spacing:.2em;color:var(--accent);margin-bottom:.6rem;font-size:.7rem;font-weight:700}.nav-mobile-item{font-family:var(--sans);color:var(--primary);padding:.4rem 0;font-size:.95rem;text-decoration:none;display:block}.nav-mobile-item.active{color:var(--accent)}.prose h3{font-family:var(--serif);color:var(--primary);margin-top:2rem;margin-bottom:.5rem;font-size:1.375rem;font-weight:700;line-height:1.2}@media (width>=768px){.prose h3{font-size:1.5rem}}.prose .closing-line{font-family:var(--serif);color:var(--accent);margin-top:1.75rem;font-size:1.375rem;font-weight:700;line-height:1.3}.prose .footnote{color:var(--muted-foreground);border-top:1px solid var(--border);margin-top:2.5rem;padding-top:1.5rem;font-size:.875rem;font-style:italic;line-height:1.65}.container.wide{max-width:56rem}.nav-mobile-label{text-decoration:none;display:block}.card-grid{grid-template-columns:1fr;gap:1.25rem;margin-top:1.75rem;display:grid}@media (width>=640px){.card-grid{grid-template-columns:1fr 1fr;gap:1.5rem}}.card{border:1px solid var(--border);background:var(--background);flex-direction:column;padding:1.5rem;text-decoration:none;transition:border-color .2s,transform .2s;display:flex}.card:hover{border-color:var(--accent);transform:translateY(-2px)}.card h3{font-family:var(--serif);color:var(--primary);margin-bottom:.6rem;font-size:1.25rem;font-weight:700;line-height:1.2}@media (width>=768px){.card h3{font-size:1.375rem}}.card p{font-family:var(--sans);color:var(--muted-foreground);flex:auto;font-size:.95rem;line-height:1.65}.card-link{font-family:var(--sans);text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-top:1.1rem;font-size:.72rem;font-weight:700}.card:hover .card-link{color:var(--accent-90)}.inline-link{color:var(--accent);text-underline-offset:3px;text-decoration:underline}.inline-link:hover{color:var(--accent-90)}.footer-meta{align-items:center;gap:1rem;display:flex}.footer-link{font-family:var(--sans);color:var(--mf-55);white-space:nowrap;font-size:.75rem;text-decoration:none}.footer-link:hover{color:var(--accent)}.section{padding:2rem 0}@media (width>=768px){.section{padding:3rem 0}}.capture-success{margin:0;font-weight:600;line-height:1.5}.capture-error{color:var(--accent,#b03a2e);margin:.5rem 0 0;font-size:.9rem}.capture.on-dark .capture-error{color:#ffd2cc}.welcome-cta{margin-top:2rem}.welcome-btn{background:var(--accent);color:#fff;border:1px solid var(--accent);font-family:var(--sans);text-transform:uppercase;letter-spacing:.1em;padding:.875rem 1.75rem;font-size:.75rem;font-weight:700;text-decoration:none;transition:background .2s;display:inline-block}.welcome-btn:hover{background:var(--accent-90)}
