:root{--navy:#0f1f3d;--navy-light:#1a3260;--gold:#c9a84c;--gold-light:#e8c97a;--cream:#f8f5ef;--text:#1a1a2e;--muted:#5a5f72;--border:rgba(15,31,61,.12);--white:#fff;--size-display:clamp(2.4rem,5vw,3.6rem);--size-heading:clamp(1.9rem,3vw,2.4rem);--size-card:1.15rem;--size-body:1rem;--size-intro:1.04rem;--size-small:.74rem}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:86px}body{font-family:'DM Sans',sans-serif;font-size:var(--size-body);background:var(--white);color:var(--text);line-height:1.7;-webkit-font-smoothing:antialiased}a{color:inherit}button{font:inherit}:focus-visible{outline:3px solid var(--gold-light);outline-offset:4px}.skip-link{position:fixed;top:-80px;left:1rem;z-index:1000;background:var(--gold);color:var(--navy);padding:.65rem 1rem;border-radius:0 0 8px 8px;font-weight:600}.skip-link:focus{top:0}
.site-header{height:68px;background:var(--navy);border-bottom:2px solid var(--gold);position:sticky;top:0;z-index:100;display:flex;align-items:center;padding:0 2rem}.nav-wrap{width:100%;display:flex;align-items:center;justify-content:space-between;gap:2rem}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}.brand svg{width:45px;height:45px;display:block}.brand-name{font:400 1.2rem/1.1 'Playfair Display',serif;color:var(--white)}.menu-toggle{display:none;background:transparent;border:1px solid rgba(255,255,255,.25);color:var(--white);width:42px;height:42px;border-radius:8px;cursor:pointer}.menu-toggle span,.menu-toggle::before,.menu-toggle::after{content:'';display:block;width:20px;height:2px;background:currentColor;margin:5px auto}.nav-links{display:flex;align-items:center;gap:1.45rem;list-style:none}.nav-links a{text-decoration:none;color:rgba(255,255,255,.78);font-size:.92rem;font-weight:500;white-space:nowrap}.nav-links a:hover,.nav-links a[aria-current="page"]{color:var(--gold-light)}.nav-links .workspace{color:var(--navy);background:var(--gold);padding:.55rem .85rem;border-radius:8px;font-weight:600}.nav-links .workspace:hover{background:var(--gold-light);color:var(--navy)}
h1,h2,h3{font-family:'Playfair Display',serif}.container{max-width:1100px;margin:auto}.reading-container{width:100%;max-width:900px;margin:auto}.section{padding:5.5rem 2rem}.cream{background:var(--cream)}.section-head{max-width:680px;margin-bottom:2.5rem}.section-title{color:var(--navy);font-size:var(--size-heading);line-height:1.2}.section-copy{color:var(--muted);font-size:var(--size-intro);line-height:1.7;margin-top:.8rem;max-width:720px}.prose-stack p+p{margin-top:1rem}.eyebrow,.card-category,.card-meta,.post-kicker{font-size:var(--size-small);font-weight:600;letter-spacing:.1em;text-transform:uppercase}.eyebrow,.card-category{color:#9a7625}.card-category{text-decoration:none;align-self:flex-start}.card-category:hover{color:var(--navy)}.card-meta{color:var(--muted)}
.hero{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 60%,#1e3a6e 100%);display:grid;place-items:center;text-align:center;padding:4.25rem 2rem 4rem;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23c9a84c' fill-opacity='.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6z'/%3E%3C/g%3E%3C/svg%3E")}.hero-inner{position:relative;z-index:1;max-width:1180px}.hero .eyebrow{display:inline-block;color:var(--gold-light);background:rgba(201,168,76,.15);border:1px solid rgba(201,168,76,.4);padding:5px 14px;border-radius:20px;margin-bottom:1.25rem}.hero h1{font-size:var(--size-display);line-height:1.2;color:var(--white)}.hero-copy{max-width:760px;margin:1.5rem auto 0;color:rgba(255,255,255,.74);font-size:var(--size-intro);line-height:1.75}.hero-topics{display:flex;justify-content:center;gap:.6rem;flex-wrap:wrap;margin-top:1.7rem}.hero-topics span{border:1px solid rgba(255,255,255,.2);border-radius:8px;color:rgba(255,255,255,.7);font-size:var(--size-small);font-weight:600;letter-spacing:.08em;padding:.42rem .68rem;text-transform:uppercase}.editorial-intro{padding:5rem 2rem}.editorial-intro .section-head{max-width:760px;margin-bottom:0}
.category-filters{display:flex;flex-wrap:wrap;gap:.65rem}.filter-button{border:1px solid var(--border);border-radius:999px;background:var(--white);color:var(--navy);padding:.55rem .85rem;cursor:pointer;font-size:.88rem;font-weight:600}.filter-button:hover,.filter-button.active{background:var(--navy);border-color:var(--navy);color:var(--gold-light)}
.feature-card{display:grid;grid-template-columns:25fr 75fr;border:1px solid var(--border);border-radius:16px;background:var(--white);overflow:hidden}.feature-card-text-only{display:block}.feature-card-text-only .feature-body{max-width:960px;padding:2.6rem}.feature-visual{min-height:0;overflow:hidden}.feature-visual img{display:block;width:100%;height:100%;min-height:0;object-fit:cover;object-position:42% center}.feature-body{padding:2rem 2.4rem;display:flex;flex-direction:column;justify-content:center}.feature-body h3{font-size:clamp(1.5rem,2.3vw,2rem);line-height:1.25;margin-top:.65rem}.feature-body h3 a,.content-card h3 a,.content-card h2 a{text-decoration:none}.feature-body h3 a:hover,.content-card h3 a:hover,.content-card h2 a:hover{color:#785b1c}.feature-body p{color:var(--muted);margin-top:.85rem}.feature-body .card-meta{margin-top:1.3rem}
.content-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.content-grid-small{grid-template-columns:repeat(3,1fr)}.content-grid-single{grid-template-columns:minmax(0,360px)}.content-card{border:1px solid var(--border);border-radius:14px;background:var(--white);padding:1.75rem;display:flex;flex-direction:column;min-height:245px}.content-card h2,.content-card h3{color:var(--navy);font-size:var(--size-card);line-height:1.4;margin-top:.65rem}.content-card p{color:var(--muted);font-size:1rem;line-height:1.65;margin-top:.75rem}.content-card .card-meta{margin-top:auto;padding-top:1.2rem}.draft-badge{display:inline-flex;align-self:flex-start;color:var(--navy);background:var(--gold-light);border-radius:6px;padding:.3rem .5rem;margin-bottom:.7rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.empty-note,.filter-empty{color:var(--muted);background:var(--cream);border-radius:12px;padding:1.25rem}.empty-state .section-head{margin-bottom:0}.filterable-card[hidden]{display:none}
.learning-section{padding:5rem 2rem}.learning-panel{border:1px solid var(--border);border-radius:16px;background:var(--cream);padding:2.2rem;display:grid;grid-template-columns:.8fr 1.2fr;gap:2rem;align-items:start}.learning-panel .section-copy{margin-top:0}.workshop-caption{color:var(--muted);font-size:.8rem;line-height:1.55}.cta-wrap{background:var(--cream);padding:2rem}.cta{max-width:1100px;margin:0 auto;background:var(--navy);border:1px solid rgba(201,168,76,.35);border-radius:16px;padding:3rem 2rem;text-align:center;box-shadow:0 8px 28px rgba(201,168,76,.1)}.cta h2{font-size:var(--size-heading);line-height:1.2;color:var(--white)}.cta .section-copy{color:rgba(255,255,255,.68);margin-left:auto;margin-right:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:46px;padding:.75rem 1.25rem;border-radius:8px;text-decoration:none;font-size:.95rem;font-weight:600}.btn-gold{background:var(--gold);color:var(--navy)}.btn-navy{background:var(--navy);color:var(--gold)}.cta .btn{margin-top:1.8rem}
.post-hero,.archive-hero{background:var(--navy);color:var(--white);padding:3.75rem 2rem}.post-hero h1,.archive-hero h1{font-size:var(--size-display);line-height:1.18;margin-top:.7rem}.post-kicker{color:var(--gold-light);margin-top:1.2rem}.post-excerpt,.archive-hero p{color:rgba(255,255,255,.74);font-size:var(--size-intro);line-height:1.75;margin-top:1.2rem}.post-hero time{display:block;color:rgba(255,255,255,.58);font-size:.85rem;margin-top:1.25rem}.back-link{display:block;color:var(--gold-light);font-size:.88rem;font-weight:600;text-decoration:none;margin-bottom:1rem}.post-layout{width:calc(100% - 4rem);padding:4rem 0}.post-content{font-size:1.04rem;line-height:1.78;color:#303447}.post-content>*+*{margin-top:1.25rem}.post-content h2{color:var(--navy);font-size:clamp(1.55rem,2.5vw,2rem);line-height:1.3;margin-top:2.4rem}.post-content h3{color:var(--navy);font-size:1.25rem;margin-top:2rem}.post-content ul,.post-content ol{padding-left:1.35rem}.post-content blockquote{border-left:3px solid var(--gold);background:var(--cream);padding:1rem 1.2rem;color:var(--muted)}.post-back{margin-top:2.5rem}.video-frame{aspect-ratio:16/9;background:var(--navy);border-radius:16px;overflow:hidden;margin-bottom:2.5rem}.video-frame iframe{width:100%;height:100%;border:0}.demo-video-placeholder{aspect-ratio:16/9;background:linear-gradient(135deg,var(--navy),var(--navy-light));border-radius:16px;color:var(--white);display:grid;place-content:center;text-align:center;padding:2rem;margin-bottom:2.5rem}.demo-video-placeholder span{font:600 1.6rem 'Playfair Display',serif;color:var(--gold-light)}.demo-video-placeholder p{color:rgba(255,255,255,.68);margin-top:.5rem}.related-section{background:var(--cream);padding:4.5rem 2rem}.related-inner{margin-left:auto;margin-right:auto}.archive-hero .eyebrow{display:block;color:var(--gold-light)}
footer{background:var(--cream);padding:1.4rem 2rem;color:var(--muted);font-size:.78rem}.footer-main{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-links{display:flex;justify-content:flex-end;gap:14px;flex-wrap:wrap}.footer-links a{text-decoration:none}.footer-links a:hover{color:var(--navy)}.disclaimer{font-size:.7rem;color:#555b68;margin-top:.75rem}
@media(max-width:980px){.menu-toggle{display:block}.nav-links{display:none;position:absolute;top:68px;left:0;right:0;background:var(--navy);border-bottom:2px solid var(--gold);padding:1.25rem 2rem 1.6rem;flex-direction:column;align-items:flex-start;gap:.25rem;box-shadow:0 12px 20px rgba(0,0,0,.18)}.nav-links.open{display:flex}.nav-links a{display:inline-flex;padding:.65rem}.nav-links .workspace{margin-top:.5rem;padding:.65rem 1rem}.content-grid,.content-grid-small{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.site-header{padding:0 1.25rem}.hero{padding:3rem 1.25rem}.section,.editorial-intro,.learning-section,.related-section{padding:4rem 1.25rem}.feature-card,.content-grid,.content-grid-small,.learning-panel{grid-template-columns:1fr}.feature-visual{min-height:0;aspect-ratio:16/9}.feature-visual img{min-height:0;object-position:center}.feature-body,.feature-card-text-only .feature-body{padding:1.6rem}.content-card{min-height:0}.cta-wrap{padding:2rem 1.25rem}.cta{padding:2.5rem 1.25rem}.post-hero,.archive-hero{padding:3rem 1.25rem}.post-layout{width:100%;padding:3rem 1.25rem}.footer-main{flex-direction:column;align-items:flex-start}.footer-links{justify-content:flex-start}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
