
:root {
  --obsidian:   #0E1320;
  --slate:      #1B2B4B;
  --slate-mid:  #2C4272;
  --amber:      #B8791A;
  --amber-ink:  #9A6510;
  --amber-bg:   #FDF0DC;
  --amber-glow: #E8A030;
  --terra:      #9E3D1F;
  --terra-bg:   #F9E8E2;
  --horizon:    #1A5FBF;
  --horizon-bg: #E0EAF8;
  --linen:      #F7F4EF;
  --stone:      #EEEAE2;
  --chalk:      #FFFFFF;
  --rule:       rgba(14,19,32,0.12);
  --text-primary: #0E1320;
  --text-body:    #1E2A3A;
  --text-sub:     #374560;
  --text-muted:   #556080;
  --text-faint:   #5F6C89;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:"DM Sans",sans-serif;background:var(--linen);color:var(--text-body);-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
button{font-family:"DM Sans",sans-serif;cursor:pointer;border:none;background:none}

/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:999;height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;background:rgba(247,244,239,0.97);backdrop-filter:blur(16px);border-bottom:1px solid var(--rule)}
.nav-logo{font-family:"Cormorant Garamond",serif;font-size:1.1rem;font-weight:500;color:var(--slate);cursor:pointer;letter-spacing:.02em}
.nav-logo span{color:var(--amber-ink)}
.nav-menu{display:flex;align-items:center;gap:1.4rem;list-style:none}
.nav-menu li a{font-size:.72rem;font-weight:400;letter-spacing:.05em;color:var(--text-muted);cursor:pointer;transition:color .2s;padding:.25rem 0;border-bottom:2px solid transparent;white-space:nowrap}
.nav-menu li a:hover{color:var(--slate)}
.nav-menu li a.active{color:var(--slate);border-bottom-color:var(--amber)}
.nav-cta{background:var(--slate)!important;color:var(--chalk)!important;padding:.45rem 1.1rem!important;border-radius:2px;border-bottom:none!important;transition:background .2s!important;font-size:.7rem!important}
.nav-cta:hover{background:var(--amber)!important;color:var(--obsidian)!important}
.nav-cta.active{border-bottom:none!important}

/* PAGES */
.page{display:none;padding-top:64px;min-height:100vh;overflow:hidden}
.page.active{display:block;position:relative;z-index:1}

/* BUTTONS */
.btn{display:inline-block;font-size:.78rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:.8rem 1.8rem;border-radius:2px;transition:all .2s;cursor:pointer}
.btn-primary{background:var(--slate);color:var(--chalk)}
.btn-primary:hover{background:var(--amber-glow);color:var(--obsidian)}
.btn-outline{background:transparent;color:var(--slate);border:1px solid rgba(27,43,75,.3)}
.btn-outline:hover{border-color:var(--slate);background:var(--stone)}
.btn:hover{transform:translateY(-2px)}
.btn:active{transform:translateY(0)}

/* TAGS */
.tag{font-family:"DM Mono",monospace;font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;padding:.25rem .7rem;border-radius:2px;display:inline-block}
.tag-systems{background:var(--stone);color:var(--slate)}
.tag-ai{background:var(--horizon-bg);color:var(--horizon)}
.tag-learning{background:var(--amber-bg);color:var(--amber)}
.tag-policy{background:var(--terra-bg);color:var(--terra)}

/* MONO UTIL */
.mono{font-family:"DM Mono",monospace;font-size:.68rem;letter-spacing:.18em;text-transform:uppercase}

/* ═══════════════════════════════════ HOME ═══════════════════════════════════ */
.home-hero{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 64px);border-bottom:1px solid var(--rule)}
.hero-main{padding:5rem 3rem 5rem 3rem;display:flex;flex-direction:column;justify-content:center;border-right:1px solid var(--rule);background:var(--linen)}
.hero-eyebrow{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}
.hero-eyebrow .mono{color:var(--terra)}
.hero-eyebrow::after{content:"";flex:1;height:1px;background:var(--terra-bg);max-width:50px}
.hero-name{font-family:"Cormorant Garamond",serif;font-size:clamp(3.5rem,6.5vw,6rem);font-weight:300;line-height:.95;color:var(--slate);margin-bottom:.15em;letter-spacing:-.01em}
.hero-name em{font-style:italic;color:var(--amber);display:block}
.hero-role{font-size:.82rem;font-weight:300;color:var(--text-muted);margin-bottom:2.5rem;letter-spacing:.03em}
.hero-anchor{font-family:"Cormorant Garamond",serif;font-size:1.25rem;font-weight:400;line-height:1.6;color:var(--slate);max-width:500px;margin-bottom:2.5rem;padding-left:1.5rem;border-left:3px solid var(--terra)}
.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}

/* HERO SIDEBAR */
.hero-sidebar{background:var(--stone);border-left:1px solid var(--rule);display:grid;grid-template-columns:1fr 1fr;overflow:hidden;align-self:stretch}
.hero-photo-wrap{overflow:hidden;border-right:1px solid var(--rule)}
.hero-photo-wrap img{width:100%;height:100%;object-fit:cover;object-position:45% 30%;display:block;min-height:0}
.hero-stats{padding:1.5rem;display:flex;flex-direction:column;justify-content:center;gap:0}
.stat-label-top{font-family:"DM Mono",monospace;font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:var(--terra);margin-bottom:1.2rem;display:flex;align-items:center;gap:.6rem}
.stat-label-top::before{content:"";display:block;width:16px;height:1px;background:var(--terra)}
.stat-sublabel{font-family:"DM Mono",monospace;font-size:.56rem;letter-spacing:.2em;text-transform:uppercase;color:var(--terra);padding:1rem 0 .6rem;margin-top:.5rem;border-top:1px solid var(--rule);display:flex;align-items:center;gap:.6rem}
.stat-sublabel::before{content:"";display:block;width:16px;height:1px;background:var(--terra)}
.stat-row{display:flex;flex-direction:column;gap:0}
.stat{padding:.7rem 0;border-bottom:1px solid var(--rule);display:flex;justify-content:space-between;align-items:baseline}
.stat:first-child{padding-top:0}
.stat-n{font-family:"Cormorant Garamond",serif;font-size:1.3rem;font-weight:300;color:var(--slate)}
.stat-l{font-size:.65rem;font-weight:400;color:var(--text-sub);text-align:right;max-width:120px;line-height:1.3}

/* HOME SECTIONS */
.home-section{padding:5rem 3rem;border-bottom:1px solid var(--rule)}
.section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:2.5rem}
.section-title{font-family:"Cormorant Garamond",serif;font-size:1.9rem;font-weight:400;color:var(--slate)}
.section-more{font-size:.74rem;font-weight:400;letter-spacing:.08em;color:var(--amber-ink);cursor:pointer;transition:color .2s}
.section-more:hover{color:var(--terra)}

/* COLLAGE STRIP */

/* HOME WRITING CARDS */
.writing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}
.writing-card{padding:2rem 1.8rem;background:var(--chalk);border:1px solid var(--rule);cursor:pointer;transition:all .2s}
.writing-card:hover{border-color:var(--slate);background:var(--linen)}
.writing-card:hover .card-title{color:var(--amber)}
.card-meta{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem;flex-wrap:wrap}
.card-date{font-size:.7rem;font-weight:300;color:var(--text-faint)}
.card-title{font-family:"Cormorant Garamond",serif;font-size:1.15rem;font-weight:500;line-height:1.3;color:var(--slate);margin-bottom:.6rem;transition:color .2s}
.card-excerpt{font-size:.82rem;font-weight:400;line-height:1.7;color:var(--text-sub)}
.card-read{margin-top:1rem;font-size:.7rem;color:var(--amber-ink);letter-spacing:.07em}

/* HOME WORK CARDS */
.work-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}
.work-card{padding:2.2rem 1.8rem;background:var(--chalk);border:1px solid var(--rule);cursor:pointer;transition:all .2s;display:flex;flex-direction:column;gap:.8rem}
.work-card--minor{background:var(--linen)}
.work-card--minor .wc-title{color:var(--text-sub)}
.work-card--minor .wc-desc{color:var(--text-sub)}
/* ── TRUST STRIP ── */
.trust-strip{padding:2.4rem 3rem;background:var(--linen);border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);display:flex;flex-direction:column;gap:1.3rem}
.trust-label{font-family:"DM Mono",monospace;font-size:.6rem;letter-spacing:.22em;text-transform:uppercase;color:var(--text-faint);text-align:center;width:100%}
.trust-logos{display:flex;align-items:center;justify-content:center;gap:2.4rem 2.8rem;flex-wrap:wrap;width:100%;max-width:760px;margin:0 auto}
.trust-logos img{height:34px;width:auto;filter:grayscale(1);opacity:.62;transition:filter .35s ease,opacity .35s ease}
.trust-logos img[src$=".jpg"]{mix-blend-mode:multiply}
.trust-logos img:hover{filter:grayscale(0);opacity:1}
.trust-journal{font-family:"Cormorant Garamond",serif;font-size:.84rem;font-weight:500;line-height:1.12;text-align:center;text-transform:uppercase;letter-spacing:.05em;color:var(--text-sub);opacity:.72;transition:color .35s ease,opacity .35s ease}
.trust-journal:hover{opacity:1;color:var(--slate)}
@media(max-width:768px){.trust-strip{padding:1.8rem 1rem;gap:1.1rem}.trust-logos{gap:1.3rem 1.6rem;max-width:100%}.trust-logos img{height:24px}.trust-journal{font-size:.68rem}}
.work-card:hover{background:var(--slate)}
.work-card:hover .wc-num{color:rgba(247,244,239,.55)}
.work-card:hover .wc-title{color:var(--amber-glow)}
.work-card:hover .wc-desc{color:rgba(247,244,239,.75)}
.work-card:hover .wc-year{color:rgba(247,244,239,.62)}
.wc-num{font-family:"DM Mono",monospace;font-size:.63rem;color:var(--text-faint);transition:color .2s}
.wc-title{font-family:"Cormorant Garamond",serif;font-size:1.25rem;font-weight:500;color:var(--slate);line-height:1.25;transition:color .2s}
.wc-desc{font-size:.8rem;font-weight:400;line-height:1.65;color:var(--text-sub);transition:color .2s}
.wc-year{font-size:.7rem;font-weight:300;color:var(--text-faint);margin-top:auto;transition:color .2s}

/* ═══════════════════════════════════ WRITING ═══════════════════════════════════ */
.page-header{padding:4rem 3rem 2.5rem;border-bottom:1px solid var(--rule);background:var(--chalk)}
.ph-eyebrow{font-family:"DM Mono",monospace;font-size:.63rem;letter-spacing:.2em;text-transform:uppercase;color:var(--terra);margin-bottom:.8rem}
.ph-title{font-family:"Cormorant Garamond",serif;font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:300;color:var(--slate);line-height:1.1}
.ph-desc{font-size:.87rem;font-weight:400;line-height:1.75;color:var(--text-sub);max-width:580px;margin-top:.8rem}
.filter-bar{padding:1.2rem 3rem;display:flex;gap:.5rem;flex-wrap:wrap;border-bottom:1px solid var(--rule);background:var(--chalk)}
.filter-btn{font-family:"DM Mono",monospace;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;padding:.38rem .9rem;border-radius:2px;border:1px solid var(--rule);background:transparent;color:var(--text-muted);cursor:pointer;transition:all .2s}
.filter-btn:hover,.filter-btn.active{background:var(--slate);color:var(--chalk);border-color:var(--slate)}
.article-list{padding:0 3rem;background:var(--chalk)}
.article-row{display:grid;grid-template-columns:100px 1fr 110px;gap:2rem;align-items:start;padding:2rem 0;border-bottom:1px solid var(--rule);cursor:pointer;transition:background .15s;margin:0 -3rem;padding-left:3rem;padding-right:3rem}
.article-row:hover{background:var(--linen)}
.article-row:hover .ar-title{color:var(--amber)}
.ar-date{font-family:"DM Mono",monospace;font-size:.66rem;color:var(--text-faint);letter-spacing:.07em;padding-top:.25rem}
.ar-tags{display:flex;gap:.4rem;margin-bottom:.5rem;flex-wrap:wrap}
.ar-title{font-family:"Cormorant Garamond",serif;font-size:1.25rem;font-weight:500;color:var(--slate);line-height:1.25;margin-bottom:.5rem;transition:color .2s}
.ar-excerpt{font-size:.81rem;font-weight:400;line-height:1.65;color:var(--text-sub)}
.ar-source{font-size:.7rem;font-weight:300;color:var(--text-faint);text-align:right;padding-top:.25rem}

/* ═══════════════════════════════════ WORK ═══════════════════════════════════ */
.work-list{padding:2rem 3rem 4rem;background:var(--linen)}
.work-item{display:grid;grid-template-columns:180px 1fr 200px;gap:3rem;align-items:start;padding:2.5rem;background:var(--chalk);border:1px solid var(--rule);margin-bottom:2px;transition:all .2s;cursor:pointer}
.work-item:hover{border-color:var(--slate);background:var(--linen)}
.work-item:hover .wi-title{color:var(--amber)}
.wi-org{font-size:.78rem;font-weight:500;color:var(--terra);margin-bottom:.3rem;letter-spacing:.03em}
.wi-period{font-family:"DM Mono",monospace;font-size:.63rem;color:var(--text-faint)}
.wi-title{font-family:"Cormorant Garamond",serif;font-size:1.4rem;font-weight:500;color:var(--slate);margin-bottom:.7rem;line-height:1.2;transition:color .2s}
.wi-photo{width:100%;height:160px;object-fit:cover;border-radius:2px;margin-bottom:.8rem;display:block;object-position:center 25%}
.wi-photos{display:grid;grid-template-columns:1fr 1fr;gap:3px;border-radius:2px;overflow:hidden;margin-bottom:.8rem}
.wi-photos img{width:100%;height:140px;object-fit:cover;display:block}
.wi-desc{font-size:.83rem;font-weight:400;line-height:1.75;color:var(--text-sub);margin-bottom:.8rem}
.wi-tags{display:flex;gap:.4rem;flex-wrap:wrap}
.wi-impact{padding:1.1rem;background:var(--stone);border:1px solid var(--rule);border-radius:2px}
.wi-impact-label{font-family:"DM Mono",monospace;font-size:.58rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text-faint);margin-bottom:.4rem}
.wi-impact-val{font-family:"Cormorant Garamond",serif;font-size:1.2rem;font-weight:400;color:var(--slate);line-height:1.3}

/* ═══════════════════════════════════ ABOUT ═══════════════════════════════════ */
.about-intro em{font-style:italic;color:var(--amber)}
.about-body strong{color:var(--slate);font-weight:600}
.about-body em{font-style:italic;color:var(--slate-mid)}
.sb-section{}
.sb-title{font-family:"DM Mono",monospace;font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--horizon);margin-bottom:.6rem}
.sb-item{padding:.7rem 0;border-bottom:1px solid var(--rule);font-size:.8rem;font-weight:400;color:var(--text-muted);line-height:1.5}
.sb-item strong{color:var(--slate);font-weight:600;display:block;margin-bottom:.1rem}

/* TIMELINE */
.timeline-section{padding:2.5rem 3rem;background:var(--linen);border-top:1px solid var(--rule)}
.timeline{position:relative;margin-top:1.5rem}
.timeline::before{content:"";position:absolute;left:90px;top:0;bottom:0;width:1px;background:var(--rule)}
.tl-item{display:grid;grid-template-columns:90px 1fr;gap:2rem;margin-bottom:2.5rem;position:relative}
.tl-year{font-family:"DM Mono",monospace;font-size:.65rem;color:var(--terra);letter-spacing:.08em;text-align:right;padding-top:.2rem}
.tl-content{padding-left:2rem;position:relative}
.tl-content::before{content:"";position:absolute;left:-.45rem;top:.45rem;width:7px;height:7px;border-radius:50%;background:var(--linen);border:2px solid var(--slate)}
.tl-role{font-size:.88rem;font-weight:600;color:var(--slate);margin-bottom:.15rem}
.tl-org{font-size:.77rem;font-weight:400;color:var(--horizon);margin-bottom:.5rem;letter-spacing:.02em}
.tl-desc{font-size:.8rem;font-weight:400;line-height:1.7;color:var(--text-muted)}

/* ═══════════════════════════════════ CONTACT ═══════════════════════════════════ */
.contact-layout{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 64px)}
.contact-left{padding:5rem 4rem;background:var(--obsidian);display:flex;flex-direction:column;justify-content:center}
.contact-right{padding:5rem 4rem;background:var(--linen);display:flex;flex-direction:column;justify-content:center}
.cl-eyebrow{font-family:"DM Mono",monospace;font-size:.63rem;letter-spacing:.2em;text-transform:uppercase;color:var(--horizon);margin-bottom:1.2rem}
.cl-title{font-family:"Cormorant Garamond",serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:300;color:var(--chalk);line-height:1.1;margin-bottom:1.5rem}
.cl-title em{font-style:italic;color:var(--amber-glow)}
.cl-body{font-size:.86rem;font-weight:300;line-height:1.8;color:rgba(247,244,239,.85);max-width:360px;margin-bottom:2.5rem}
.cway{padding:1rem 0;border-top:1px solid rgba(247,244,239,.12);display:flex;flex-direction:column;gap:.2rem}
.cway:last-child{border-bottom:1px solid rgba(247,244,239,.12)}
.cway-l{font-family:"DM Mono",monospace;font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;color:rgba(247,244,239,.5)}
.cway-v{font-size:.85rem;font-weight:500;color:var(--amber-glow)}
.form{display:flex;flex-direction:column;gap:1.1rem}
.form-title{font-family:"Cormorant Garamond",serif;font-size:1.6rem;font-weight:400;color:var(--slate);margin-bottom:.3rem}
.form-sub{font-size:.8rem;font-weight:300;color:var(--text-muted);margin-bottom:.5rem}
.fg{display:flex;flex-direction:column;gap:.3rem}
.fl{font-family:"DM Mono",monospace;font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted)}
.fi,.ft,.fs{background:var(--chalk);border:1px solid rgba(14,19,32,.15);border-radius:2px;padding:.8rem 1rem;font-family:"DM Sans",sans-serif;font-size:.86rem;color:var(--text-body);outline:none;transition:border-color .2s;width:100%}
.fi:focus,.ft:focus,.fs:focus{border-color:var(--amber)}
.ft{resize:vertical;min-height:100px}
.fs{appearance:none;cursor:pointer}
.fi::placeholder,.ft::placeholder{color:var(--text-faint)}

/* SOCIAL ICONS */
.social-row{display:flex;align-items:center;gap:1rem;margin-top:2rem}
.social-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:rgba(247,244,239,.08);color:rgba(247,244,239,.5);transition:all .2s}
.social-icon:hover{background:var(--amber-glow);color:var(--obsidian)}
.social-icon svg{width:17px;height:17px;fill:currentColor}

/* ARTICLE VIEW */
#article-view{padding-top:64px;background:var(--chalk)}
.article-back{padding:1.2rem 3rem;border-bottom:1px solid var(--rule);font-size:.75rem;color:var(--text-muted);cursor:pointer;transition:color .2s}
.article-back:hover{color:var(--slate)}
.article-header{max-width:720px;margin:0 auto;padding:3.5rem 3rem 2.5rem;border-bottom:1px solid var(--rule)}
.article-title{font-family:"Cormorant Garamond",serif;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:400;line-height:1.15;color:var(--slate);margin:1rem 0}
.article-tagline{font-family:"Cormorant Garamond",serif;font-size:1.15rem;font-weight:400;font-style:italic;line-height:1.55;color:var(--slate-mid);margin:0 0 1.2rem;padding-left:1.2rem;border-left:3px solid var(--terra)}
.article-byline{font-size:.77rem;color:var(--text-muted);display:flex;gap:1.5rem}
.article-byline strong{color:var(--slate);font-weight:600}
.article-body{max-width:680px;margin:0 auto;padding:3rem}
.article-body p{font-size:.97rem;font-weight:400;line-height:1.9;color:var(--text-body);margin-bottom:1.6rem}
.article-body h2{font-family:"Cormorant Garamond",serif;font-size:1.55rem;font-weight:500;color:var(--slate);margin:2.2rem 0 .8rem;line-height:1.25}
.article-body h3{font-family:"Cormorant Garamond",serif;font-size:1.25rem;font-weight:600;color:var(--slate);margin:2rem 0 .7rem;line-height:1.3}
.article-body blockquote{font-family:"Cormorant Garamond",serif;font-size:1.25rem;font-weight:400;font-style:italic;line-height:1.6;color:var(--slate-mid);border-left:3px solid var(--terra);padding:1.4rem 1.8rem;margin:1.8rem 0;background:var(--linen)}
.article-body strong{font-weight:600;color:var(--slate)}
.article-body a{color:var(--horizon);text-decoration:underline;text-decoration-color:rgba(26,95,191,.35);text-underline-offset:2px}
.article-body a:hover{text-decoration-color:var(--horizon)}
.article-body ul,.article-body ol{margin:0 0 1.6rem 1.3rem;color:var(--text-body)}
.article-body li{font-size:.97rem;line-height:1.8;margin-bottom:.5rem}
.article-body img{max-width:100%;height:auto;display:block;margin:2rem auto;border-radius:2px}
.article-body figcaption{font-size:.75rem;color:var(--text-faint);text-align:center;margin-top:-1.3rem;margin-bottom:2rem}
.article-body hr{border:none;height:1px;width:80px;background:var(--terra);margin:3rem auto;opacity:.5}
@media(max-width:768px){.article-body img{margin:1.5rem auto}}

/* ═══════════════════════════════════ ARTICLE ACTIONS (share + subscribe) ═══════════════════════════════════ */
.article-actions{max-width:680px;margin:0 auto;padding:0 3rem 3.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.2rem;border-top:1px solid var(--rule);padding-top:2rem}
.share-row{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}
.share-label{font-family:"DM Mono",monospace;font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-faint);margin-right:.2rem}
.share-btn{font-family:"DM Mono",monospace;font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;padding:.45rem .9rem;border-radius:2px;border:1px solid var(--rule);background:transparent;color:var(--text-muted);cursor:pointer;transition:all .2s}
.share-btn:hover{background:var(--slate);color:var(--chalk);border-color:var(--slate)}
.substack-cta{font-size:.72rem!important;padding:.7rem 1.4rem!important;white-space:nowrap}
@media(max-width:768px){.article-actions{padding-left:1.5rem;padding-right:1.5rem;justify-content:flex-start}}

/* FOOTER */
footer{background:var(--obsidian);padding:2rem 3rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;border-top:1px solid rgba(247,244,239,.06)}
.footer-name{font-family:"Cormorant Garamond",serif;font-size:1.05rem;font-weight:500;color:rgba(247,244,239,.9)}
.footer-sub{font-size:.7rem;font-weight:300;color:rgba(247,244,239,.62);margin-top:.2rem;letter-spacing:.03em}
.footer-social{display:flex;gap:1rem}
.footer-social a{display:flex;align-items:center;justify-content:center;width:34px;height:34px;color:rgba(247,244,239,.62);transition:color .2s}
.footer-social a:hover{color:var(--amber-glow)}
.footer-social svg{width:16px;height:16px;fill:currentColor}
.footer-copy{font-size:.68rem;color:rgba(247,244,239,.25)}

/* FADE IN */
.reveal{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}
.reveal.visible{opacity:1;transform:none}

/* ── ENTRANCE / MOTION ── */
@keyframes riseIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
@keyframes photoIn{from{opacity:0;transform:scale(1.04)}to{opacity:1;transform:scale(1)}}
@media (prefers-reduced-motion: no-preference){
  #home.active .hero-eyebrow,
  #home.active .hero-name,
  #home.active .hero-role,
  #home.active .hero-anchor,
  #home.active .hero-actions,
  #home.active .hero-stats{opacity:0;animation:riseIn .7s cubic-bezier(.22,.61,.36,1) forwards}
  #home.active .hero-eyebrow{animation-delay:.05s}
  #home.active .hero-name{animation-delay:.16s}
  #home.active .hero-role{animation-delay:.30s}
  #home.active .hero-anchor{animation-delay:.42s}
  #home.active .hero-stats{animation-delay:.46s}
  #home.active .hero-actions{animation-delay:.54s}
  #home.active .hero-photo-wrap{opacity:0;animation:photoIn 1.2s cubic-bezier(.22,.61,.36,1) .25s forwards}
}
@media (prefers-reduced-motion: reduce){
  .reveal{opacity:1!important;transform:none!important;transition:none!important}
}

/* RESPONSIVE */
@media(max-width:768px){
  nav{padding:0 1rem}
  .nav-logo{font-size:.95rem}
  .nav-menu li:not(:last-child){display:none}
  .nav-cta{padding:.4rem .9rem!important;font-size:.68rem!important}

  .home-hero{display:flex;flex-direction:column;min-height:auto}
  .hero-main{order:1;padding:2.5rem 1.5rem;border-right:none}
  .hero-name{font-size:clamp(2.8rem,10vw,4rem)}
  .hero-anchor{font-size:1.05rem}
  .hero-sidebar{display:contents}
  .hero-photo-wrap{order:0;width:100%;aspect-ratio:4/3;border-right:none;border-bottom:1px solid var(--rule)}
  .hero-photo-wrap img{object-position:50% 28%}
  .hero-stats{order:2;padding:2rem 1.5rem;border-top:1px solid var(--rule)}


  .home-section{padding:3rem 1.5rem}
  .writing-grid{grid-template-columns:1fr}
  .work-grid{grid-template-columns:1fr}

  .page-header{grid-template-columns:1fr;padding:3rem 1.5rem 2rem;gap:1rem}
  .ph-title{font-size:clamp(1.8rem,7vw,2.5rem)}
  .filter-bar{padding:1rem 1.5rem;gap:.4rem}
  .filter-btn{font-size:.58rem;padding:.3rem .7rem}

  .article-list{padding:0 1.5rem}
  .article-row{grid-template-columns:70px 1fr;gap:1rem;padding:1.5rem 0;margin:0;padding-left:0;padding-right:0}
  .ar-source{display:none}

  .work-list{padding:1.5rem}
  .work-item{grid-template-columns:1fr;gap:1rem;padding:1.5rem}
  .wi-right{display:none}

  .timeline-section{padding:2.5rem 1.5rem}
  .timeline::before{left:60px}
  .tl-item{grid-template-columns:60px 1fr;gap:1rem}

  .contact-layout{grid-template-columns:1fr}
  .contact-left{padding:3rem 1.5rem}
  .contact-right{padding:3rem 1.5rem}


  .section-head{flex-direction:column;gap:.5rem;align-items:flex-start}
  footer{flex-direction:column;align-items:flex-start;padding:1.5rem;gap:.8rem}
  .footer-social{gap:.8rem}
}

@media(max-width:480px){
  .hero-name{font-size:clamp(2.4rem,12vw,3.2rem)}
  .hero-anchor{font-size:1rem}
}
::-webkit-scrollbar{width:3px}
::-webkit-scrollbar-track{background:var(--linen)}
::-webkit-scrollbar-thumb{background:rgba(27,43,75,.25);border-radius:3px}

  display: block; background: var(--obsidian);
  border-top: 1px solid rgba(247,244,239,.06);
  border-bottom: 1px solid rgba(247,244,239,.06);
  padding: 1.4rem 2rem 1.1rem; position: relative;
}


  display: block;
  background: var(--obsidian);
  border-top: 1px solid rgba(247,244,239,.06);
  border-bottom: 1px solid rgba(247,244,239,.06);
  padding: 1rem 1.5rem;
}
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 4px;
}
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
  width: 100%;
  height: 90px;
  overflow: hidden;
  border-radius: 2px;
}
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  display: block;
}
  font-family: "DM Mono", monospace;
  font-size: .55rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(232,160,48,.65);
}
@media(max-width:768px) {
}
@media(max-width:480px) {
}


/* ── RECENT WRITING SLIM STRIP ── */
.rw-preview { background: var(--stone); border-bottom: 1px solid var(--rule); border-top: 1px solid var(--rule); }
.rw-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--rule); }
.rw-card {
  padding: 1rem 1.4rem; background: var(--offwhite, #F2F0EC);
  cursor: pointer; transition: background .2s;
  display: flex; flex-direction: column; gap: .4rem;
}
.rw-card:hover { background: var(--linen); }
.rw-card:hover .rw-title { color: var(--amber); }
.rw-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem; font-weight: 500; color: var(--slate);
  line-height: 1.3; transition: color .2s;
}
@media(max-width:768px) {
  .rw-cards { grid-template-columns: 1fr; }
}


/* ── SLIM YOUTUBE BAR ── */
.slim-yt-bar {
  background: var(--obsidian);
  border-top: 1px solid rgba(247,244,239,.06);
  border-bottom: 1px solid rgba(247,244,239,.06);
  padding: .9rem 3rem;
}
.slim-yt-inner {
  display: flex; align-items: center;
  justify-content: space-between; gap: 2rem; flex-wrap: wrap;
}
.slim-yt-left {
  display: flex; align-items: center; gap: 1rem;
}
.slim-yt-label {
  font-family: "DM Mono", monospace;
  font-size: .62rem; letter-spacing: .18em;
  text-transform: uppercase; color: var(--amber-glow);
  margin-bottom: .15rem;
}
.slim-yt-sub {
  font-size: .78rem; font-weight: 300;
  color: rgba(247,244,239,.55);
}
.slim-yt-links {
  display: flex; align-items: center; gap: .6rem; flex-wrap: wrap;
}
.slim-yt-pill {
  font-family: "DM Mono", monospace;
  font-size: .6rem; letter-spacing: .12em; text-transform: uppercase;
  padding: .35rem .8rem; border-radius: 2px;
  border: 1px solid rgba(247,244,239,.2);
  color: rgba(247,244,239,.6);
  text-decoration: none; transition: all .2s; white-space: nowrap;
}
.slim-yt-pill:hover { border-color: var(--amber-glow); color: var(--amber-glow); }
@media(max-width:768px) {
  .slim-yt-bar { padding: .9rem 1.5rem; }
  .slim-yt-links { display: none; }
  .slim-yt-sub { display: none; }
}


/* ── PORTRAIT COLLAGE (Option D) ── */
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  background: var(--linen);
  padding: 1rem 2rem;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid var(--rule);
}
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  display: block;
  border-radius: 6px;
}
  font-family: "DM Mono", monospace;
  font-size: 0.55rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
}
@media(max-width: 768px) {
    padding: 0.8rem 1.5rem;
    gap: 5px;
  }
}
@media(max-width: 480px) {
}


/* ── PORTRAIT COLLAGE v10 ── */
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 4px;
  background: var(--obsidian);
  padding: .65rem 1.5rem;
  border-top: 1px solid rgba(247,244,239,.06);
  border-bottom: 1px solid rgba(247,244,239,.06);
}
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 5px;
}
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 15%;
  display: block;
}
  font-family: "DM Mono", monospace;
  font-size: 0.5rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(232,160,48,.55);
  white-space: nowrap;
}
@media(max-width: 768px) {
}


/* ── PORTRAIT COLLAGE v10.2 ── */
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 4px;
  background: var(--obsidian);
  padding: .6rem 1.5rem;
  border-top: 1px solid rgba(247,244,239,.06);
  border-bottom: 1px solid rgba(247,244,239,.06);
}
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 5px;
}
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 12%;
  display: block;
}
@media(max-width: 768px) {
    padding: .5rem 1rem;
    gap: 3px;
  }
}
@media(max-width: 480px) {
    grid-template-columns: repeat(4, 1fr);
  }
}


/* ── MOSAIC HERO SECTION (Option A) ── */
.mosaic-a { display: none; }
#home .mosaic-a, #about .mosaic-a { display: block; position: relative; overflow: hidden; }


.ma-photos {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 2px;
  height: 160px;
}
.ma-photo { overflow: hidden; }
.ma-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 12%;
  display: block;
  transition: transform .6s ease;
}
.ma-photo:hover img { transform: scale(1.05); }

.ma-overlay {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 160px;
  background: rgba(14,19,32,.69);
  pointer-events: none;
  z-index: 1;
}

.ma-content {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.2rem 3rem;
  gap: .8rem;
  pointer-events: none;
  z-index: 2;
}


.ma-statement {
  font-family: "Outfit", sans-serif;
  font-size: clamp(1rem, 2.4vw, 2.2rem);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -.01em;
  text-shadow: 0 2px 8px rgba(0,0,0,.9), 0 4px 24px rgba(0,0,0,.7);
  white-space: nowrap;
  max-width: 100%;
}
.ma-subline {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(.8rem, 1.4vw, 1.15rem);
  color: #E8A030;
  text-shadow: 0 2px 8px rgba(0,0,0,.9), 0 4px 24px rgba(0,0,0,.7);
  white-space: nowrap;
  max-width: 100%;
}


@media(max-width: 768px) {
  .ma-photos { height: 140px; grid-template-columns: repeat(6, 1fr); }
  .ma-photos .ma-photo:nth-child(n+7) { display: none; }
  .ma-overlay, .ma-content { height: 140px; }
  .ma-content { padding: 1rem 1.5rem; }
  .ma-statement { font-size: 1rem; white-space: normal; text-align: center; width: 100%; }
  .ma-subline { font-size: .78rem; white-space: normal; text-align: center; width: 100%; }
  .ma-role { display: none; }
}
@media(max-width: 480px) {
  .ma-photos { height: 110px; grid-template-columns: repeat(4, 1fr); }
  .ma-photos .ma-photo:nth-child(n+5) { display: none; }
  .ma-overlay, .ma-content { height: 110px; }
  .ma-content { padding: .8rem 1rem; }
  .ma-statement { font-size: .82rem; white-space: normal; width: 100%; }
  .ma-subline { font-size: .68rem; white-space: normal; width: 100%; }
}



/* ── ABOUT PAGE ── */
.about-header {
  padding: 2rem 3rem 1.5rem;
  background: var(--chalk);
  border-bottom: 1px solid var(--rule);
}
.about-header-text {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 400;
  line-height: 1.5;
  color: var(--slate);
  max-width: 900px;
}
.about-header-text em { font-style: italic; color: var(--amber); }
.about-body-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 0;
  background: var(--chalk);
  align-items: start;
}
.about-body-left {
  padding: 2rem 3rem 2rem 3rem;
  border-right: 1px solid var(--rule);
}
.about-body-right { padding: 2rem 1.5rem; }
.about-sidebar-inner {
  background: var(--stone);
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--rule);
  position: sticky;
  top: 80px;
}
.about-sidebar-photo { height: 200px; overflow: hidden; }
.about-sidebar-photo img { width:100%; height:100%; object-fit:cover; object-position:center 10%; display:block; }
.about-sidebar-content { padding: 1.2rem; display: flex; flex-direction: column; gap: .8rem; }
.about-body { font-size: .9rem; font-weight: 400; line-height: 1.85; color: var(--text-body); }
.about-body p { margin-bottom: 1rem; }
.about-body strong { color: var(--slate); font-weight: 600; }
.about-body em { font-style: italic; color: var(--slate-mid); }
@media(max-width:768px) {
  .about-body-layout { grid-template-columns: 1fr; }
  .about-body-right { display: block; border-top: 1px solid var(--rule); }
  .about-body-left { padding: 1.5rem; border-right: none; }
  .about-header { padding: 1.5rem; }
}


/* ── ABOUT BADGES ── */
.about-badges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 1.5rem;
}
.about-badge {
  padding: .9rem 1.1rem;
  border-radius: 3px;
  border: 0.5px solid var(--rule);
  background: var(--chalk);
}
.about-badge--amber { border-left: 3px solid var(--amber); }
.about-badge--slate  { border-left: 3px solid var(--slate); }
.ab-label {
  font-family: "DM Mono", monospace;
  font-size: .58rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: .3rem;
}
.about-badge--amber .ab-label { color: var(--amber); }
.about-badge--slate  .ab-label { color: var(--slate); }
.ab-title {
  font-size: .88rem;
  font-weight: 600;
  color: var(--slate);
  margin-bottom: .25rem;
  line-height: 1.3;
}
.ab-sub {
  font-size: .75rem;
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1.5;
}
@media(max-width:768px) {
  .about-badges { grid-template-columns: 1fr; }
}


/* ── DARK PAGE HEADER ── */
.page-header--dark { background: var(--slate) !important; }
.page-header--dark .ph-eyebrow { color: var(--amber-glow) !important; }
.page-header--dark .ph-title { color: var(--chalk) !important; }
.page-header--dark .ph-desc { color: rgba(247,244,239,.7) !important; }

/* Work page header: horizontal layout, slim, no wrap */
#work .page-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.2rem 3rem;
  flex-wrap: nowrap;
}
#work .page-header > div { flex-shrink: 0; }
#work .ph-eyebrow { margin-bottom: .2rem; }
#work .ph-title { font-size: 1.3rem; white-space: nowrap; }
#work .ph-desc {
  font-size: .82rem;
  line-height: 1.55;
  color: rgba(247,244,239,.65) !important;
  max-width: 520px;
  margin: 0;
}
@media(max-width: 768px) {
  #work .page-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem;
    gap: .6rem;
  }
  #work .page-header > div { flex-shrink: 1; }
  #work .ph-title { white-space: normal; font-size: 1.3rem; }
  #work .ph-desc { max-width: 100%; }
}


/* ── LENZI FACT BOXES (Option C) ── */
.lenzi-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 1.2rem;
}
.lf-card {
  padding: .9rem 1.1rem;
  border-radius: 3px;
  border: 0.5px solid var(--rule);
  background: var(--chalk);
}
.lf-card--amber { border-left: 3px solid var(--amber); }
.lf-card--slate  { border-left: 3px solid var(--slate); }
.lf-label {
  font-family: "DM Mono", monospace;
  font-size: .58rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: .3rem;
}
.lf-card--amber .lf-label { color: var(--amber); }
.lf-card--slate  .lf-label { color: var(--slate); }
.lf-title {
  font-size: .88rem;
  font-weight: 600;
  color: var(--slate);
  margin-bottom: .25rem;
  line-height: 1.3;
}
.lf-sub {
  font-size: .75rem;
  color: var(--text-muted);
  line-height: 1.5;
}
@media(max-width:768px) {
  .lenzi-facts { grid-template-columns: 1fr; }
}


/* ── MOBILE BOTTOM NAV ── */
.mobile-nav {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(247,244,239,.97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid var(--rule);
  height: 58px;
  align-items: stretch;
}
.mobile-nav-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 6px 2px;
  color: var(--text-muted);
  cursor: pointer;
  text-decoration: none;
  transition: color .2s;
  border: none;
  background: none;
}
.mobile-nav-item svg {
  width: 20px; height: 20px; flex-shrink: 0;
  stroke: currentColor;
}
.mobile-nav-item span {
  font-size: .56rem;
  font-weight: 400;
  letter-spacing: .04em;
  white-space: nowrap;
  font-family: "DM Sans", sans-serif;
}
.mobile-nav-item.active { color: var(--slate); }
.mobile-nav-item.active svg { stroke: var(--amber); }
.mobile-nav-item[data-page="contact"] { color: var(--amber); }
.mobile-nav-item[data-page="contact"] svg { stroke: var(--amber); }

/* ── PAGE BACK BUTTON ── */
.page-back {
  display: none;
  align-items: center;
  gap: .5rem;
  padding: .65rem 1.5rem;
  font-size: .75rem;
  font-weight: 400;
  color: var(--text-muted);
  background: var(--chalk);
  border-bottom: 1px solid var(--rule);
  cursor: pointer;
  transition: color .2s;
  font-family: "DM Sans", sans-serif;
}
.page-back svg { stroke: currentColor; }
.page-back:hover { color: var(--slate); }

@media(max-width: 768px) {
  .mobile-nav { display: flex; }
  .page-back { display: flex; }
  body { padding-bottom: 58px; }
}

