
:root{--ink:#172033;--navy:#111827;--muted:#626878;--ivory:#faf7f1;--paper:#fffdf8;--cream:#fff7e8;--clay:#9f4d2f;--clay-dark:#783821;--sage:#5f744f;--gold:#d8a448;--sky:#ddeaf2;--line:#e7ded0;--shadow-soft:0 18px 50px rgba(23,32,51,.08);--shadow-strong:0 28px 80px rgba(23,32,51,.14);--radius:28px;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:radial-gradient(circle at 12% 8%,rgba(216,164,72,.18),transparent 28rem),radial-gradient(circle at 88% 14%,rgba(117,139,102,.15),transparent 26rem),linear-gradient(180deg,var(--ivory),#fff 42rem);font-size:18px;line-height:1.65}a{color:var(--clay);text-decoration-thickness:.08em;text-underline-offset:.18em}a:hover{color:var(--clay-dark)}a:focus-visible,.button:focus-visible{outline:3px solid var(--clay);outline-offset:3px}img{max-width:100%;height:auto}.skip{position:absolute;left:-999px;top:auto}.skip:focus{left:1rem;top:1rem;background:#fff;padding:.7rem 1rem;z-index:50;border:2px solid var(--clay)}.site-header{position:sticky;top:0;z-index:20;background:rgba(250,247,241,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(231,222,208,.8)}.nav{max-width:var(--max);margin:auto;display:flex;align-items:center;justify-content:space-between;padding:.82rem 1.2rem;gap:1rem}.brand{display:flex;align-items:center;gap:.72rem;text-decoration:none;color:var(--ink);font-weight:950;letter-spacing:-.02em}.brand-logo{width:48px;height:48px;object-fit:contain;border-radius:50%;background:#fff;padding:5px;box-shadow:0 10px 26px rgba(23,32,51,.12)}.nav-links{display:flex;gap:.25rem;align-items:center;flex-wrap:wrap;justify-content:flex-end}.nav-links a{text-decoration:none;color:var(--ink);font-size:.92rem;font-weight:780;min-height:44px;display:inline-flex;align-items:center;padding:.55rem .74rem;border-radius:999px}.nav-links a:hover,.nav-links a:focus{background:#fff;box-shadow:0 8px 24px rgba(23,32,51,.08)}.nav-links a:last-child{background:var(--ink);color:#fff}.nav-links a:last-child:hover{background:var(--clay);color:#fff}.wrap{max-width:var(--max);margin:auto;padding:0 1.2rem}.hero{padding:clamp(3.5rem,8vw,6.8rem) 0 4rem}.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.85fr);gap:clamp(2rem,5vw,4rem);align-items:center}.eyebrow{font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--sage);font-weight:950}.hero h1,.page-title{font-family:Fraunces,Georgia,serif;font-size:clamp(3.6rem,8vw,7.4rem);line-height:.9;letter-spacing:-.055em;margin:.5rem 0 1rem;text-wrap:balance}.hero h1{max-width:8ch}.lead{font-size:clamp(1.12rem,2vw,1.38rem);color:#343b4e;max-width:62ch}.actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.5rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;text-decoration:none;font-weight:900;border-radius:999px;padding:.82rem 1.12rem;min-height:44px;border:2px solid transparent}.button.primary{background:var(--clay);color:#fff;box-shadow:0 16px 34px rgba(159,77,47,.22)}.button.secondary{background:#fff;color:var(--ink);border-color:var(--line)}.button:hover{transform:translateY(-1px)}.portrait-card{position:relative;isolation:isolate;background:linear-gradient(145deg,#fff,var(--sky));border:1px solid rgba(255,255,255,.9);border-radius:38px;box-shadow:var(--shadow-strong);padding:1rem;overflow:hidden}.portrait-card:before{content:"";position:absolute;width:18rem;height:18rem;right:-5rem;bottom:-5rem;border-radius:999px;background:radial-gradient(circle,rgba(216,164,72,.55),transparent 68%);z-index:-1}.portrait-card img{display:block;border-radius:28px;width:100%;aspect-ratio:1/1;object-fit:cover}.quote-card{position:relative;margin:-3.2rem 1rem 0;background:#fff;border-radius:24px;padding:1rem;box-shadow:0 18px 50px rgba(23,32,51,.16);font-weight:850}.chips{display:flex;gap:.55rem;flex-wrap:wrap;margin:1.3rem 0 0}.chip{border:1px solid var(--line);background:rgba(255,255,255,.78);padding:.42rem .7rem;border-radius:999px;font-size:.84rem;font-weight:800;color:#374057}.section{padding:3.9rem 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.4rem}.section h2{font-family:Fraunces,Georgia,serif;font-size:clamp(2rem,4vw,3.5rem);line-height:1;margin:0;letter-spacing:-.03em}.section-intro{max-width:66ch;color:var(--muted);margin:.7rem 0 0}.values{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.value-card{background:rgba(255,253,248,.88);border:1px solid var(--line);border-radius:var(--radius);padding:1.35rem;box-shadow:var(--shadow-soft)}.value-card h3{font-family:Fraunces,Georgia,serif;font-size:1.85rem;line-height:1;margin:0 0 .45rem;letter-spacing:-.03em}.value-card p{margin:0;color:var(--muted)}.value-card:nth-child(1){border-top:5px solid var(--clay)}.value-card:nth-child(2){border-top:5px solid var(--sage)}.value-card:nth-child(3){border-top:5px solid var(--gold)}.grid{display:grid;gap:1rem}.grid.cards{grid-template-columns:repeat(3,minmax(0,1fr))}.story-card,.path-card,.panel{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:1.18rem;box-shadow:var(--shadow-soft)}.story-card.featured{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.75fr);gap:1.2rem;align-items:stretch;background:linear-gradient(135deg,var(--ink),#27324a);color:#fff}.story-card.featured a,.story-card.featured .meta{color:#fff}.story-card.featured .button.secondary{background:#fff;color:var(--ink);border-color:#fff}.story-card h3,.path-card h3{font-family:Fraunces,Georgia,serif;font-size:1.45rem;line-height:1.16;margin:.25rem 0 .55rem}.story-card p,.path-card p{color:var(--muted);margin:.4rem 0}.story-card.featured p{color:#dbe1ea}.meta{font-size:.82rem;color:var(--sage);font-weight:900;text-transform:uppercase;letter-spacing:.08em}.thumb{border-radius:20px;overflow:hidden;background:var(--sky);min-height:160px}.thumb img{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:16/10}.pathways{grid-template-columns:repeat(3,minmax(0,1fr))}.path-card{text-decoration:none;color:var(--ink);position:relative;min-height:220px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(180deg,rgba(255,255,255,.78),rgba(255,253,248,.96));overflow:hidden}.path-card .icon{width:46px;height:46px;display:grid;place-items:center;border-radius:16px;background:var(--cream);font-size:1.35rem}.path-card h3,.path-card p,.path-card span{text-decoration:none}.path-card:hover,.path-card:focus-visible{border-color:var(--clay);transform:translateY(-2px);transition:.18s ease}.split{display:grid;grid-template-columns:.82fr 1.18fr;gap:1.4rem;align-items:center}.about-photo{border-radius:34px;box-shadow:var(--shadow-strong);overflow:hidden;background:var(--sky)}.about-photo img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover}.band{background:linear-gradient(135deg,var(--ink),#27324a);color:#fff;border-radius:38px;padding:2rem;box-shadow:var(--shadow-strong)}.band p,.band li{color:#dbe1ea}.cta-list{columns:2;margin:1rem 0 0;padding-left:1.2rem}.recent-list{display:grid;gap:.75rem}.recent-item{display:flex;justify-content:space-between;gap:1rem;align-items:center;background:#fff;border:1px solid var(--line);padding:.9rem 1rem;border-radius:18px;text-decoration:none;color:var(--ink)}.recent-item:hover{border-color:var(--clay);box-shadow:0 10px 30px rgba(23,32,51,.08)}.article{max-width:760px;margin:0 auto;padding:4rem 1.2rem}.article h1{font-family:Fraunces,Georgia,serif;font-size:clamp(2.6rem,6vw,5rem);line-height:1.02;letter-spacing:-.035em}.article-body{font-size:1.08rem;line-height:1.76}.article-body p{margin:1.1rem 0}.article-body h2,.article-body h3{font-family:Fraunces,Georgia,serif;line-height:1.15}.article-body figure{margin:2rem 0}.article-body img{border-radius:18px}.article-body iframe,.article-body video{max-width:100%}.article-body audio{width:100%}.article-body blockquote{border-left:5px solid var(--clay);background:var(--cream);margin:1.4rem 0;padding:1rem 1.2rem;border-radius:0 18px 18px 0}.article-body table,.article-body pre{max-width:100%;overflow-x:auto;display:block}.breadcrumbs{font-size:.88rem;color:var(--muted);margin:1rem 0}.archive-title{padding:4rem 0 2rem}.footer{margin-top:4rem;background:var(--ink);color:#fff}.footer .wrap{padding:2.5rem 1.2rem}.footer a{color:#fff}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,.8fr);gap:1.5rem}.footer h2,.footer h3{font-family:Fraunces,Georgia,serif}.footer-logo{width:62px;height:62px;object-fit:contain;border-radius:50%;background:#fff;padding:7px}.small{font-size:.9rem;color:#dbe1ea}.notice{background:#fff7df;border:1px solid #ead49c;padding:1rem;border-radius:18px}@media(max-width:980px){.grid.cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){body{font-size:16px;overflow-x:hidden}.hero-grid,.story-card.featured,.split,.footer-grid,.values,.pathways{grid-template-columns:1fr}.grid.cards{grid-template-columns:1fr}.nav{align-items:flex-start;flex-wrap:wrap;overflow:hidden}.brand{width:100%;min-width:0}.brand-logo{width:42px;height:42px}.brand-name{min-width:0;overflow:hidden;text-overflow:ellipsis}.nav-links{width:100%;min-width:0;overflow-x:visible;flex-wrap:wrap;justify-content:flex-start;padding-bottom:.15rem}.nav-links a{white-space:nowrap;flex:0 0 auto;font-size:.88rem;padding:.48rem .62rem}.hero{padding-top:3rem}.hero h1{font-size:clamp(3.4rem,18vw,5.6rem)}.section-head{display:block}.story-card.featured{padding:1rem}.footer-grid{gap:.7rem}.recent-item{align-items:flex-start;flex-direction:column}.cta-list{columns:1}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button:hover,.path-card:hover,.path-card:focus-visible{transform:none;transition:none}}
.contact-hero{padding-top:3rem}.contact-hero .lead{max-width:860px}.contact-hero+.section{margin-top:1rem}.contact-layout{grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);align-items:start}.contact-hero+.section .cards{align-items:stretch}.contact-hero+.section .panel{display:flex;flex-direction:column}.contact-hero+.section .panel h2{font-size:clamp(2rem,3.8vw,3.15rem);line-height:.98;margin-bottom:1rem}.contact-hero+.section .panel .small{color:var(--muted);font-size:.95rem}.contact-hero+.section .cta-list{display:block;columns:1;margin:1.1rem 0 0;padding-left:1.15rem}.contact-hero+.section .cta-list li{break-inside:avoid;margin:.25rem 0}.contact-hero+.section .button{white-space:normal;text-align:center}.contact-form{display:grid;gap:1rem}.contact-form label{display:grid;gap:.35rem;font-weight:850}.contact-form input,.contact-form textarea,.contact-form select,.newsletter-form input{width:100%;border:1px solid var(--line);border-radius:18px;background:#fffdf8;color:var(--ink);font:inherit;padding:.78rem .9rem;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}.contact-form textarea{min-height:170px;resize:vertical}.contact-form .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-form .hp,.newsletter-form .hp{position:absolute;left:-9999px;opacity:0}.contact-form .note,.newsletter-form .note{font-size:.92rem;color:var(--muted);margin:0}.newsletter-form{display:grid;gap:.75rem}.newsletter-form label{display:grid;gap:.3rem;font-weight:850}.footer-newsletter{margin-top:1rem;max-width:320px}.footer-newsletter input{background:rgba(255,253,248,.95)}.footer-newsletter .button{width:100%;justify-content:center}.newsletter-message{min-height:1.35em;margin:.1rem 0 0;color:var(--sage);font-weight:850;font-size:.92rem}.newsletter-modal{position:fixed;inset:0;z-index:80;display:grid;place-items:end center;padding:1rem;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .28s ease,visibility .28s ease}.newsletter-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}.newsletter-backdrop{position:absolute;inset:0;background:rgba(17,24,39,.42);backdrop-filter:blur(9px)}.newsletter-card{position:relative;width:min(100%,520px);margin:auto;background:linear-gradient(180deg,#fffdf8,#fff7e8);border:1px solid rgba(231,222,208,.95);border-radius:32px;box-shadow:var(--shadow-strong);padding:2rem;transform:translateY(22px) scale(.98);transition:transform .32s cubic-bezier(.2,.8,.2,1)}.newsletter-modal.is-open .newsletter-card{transform:translateY(0) scale(1)}.newsletter-card h2{font-size:clamp(2rem,5vw,3.2rem);line-height:.95;margin:.3rem 0 .8rem;letter-spacing:-.05em}.newsletter-close{position:absolute;right:1rem;top:1rem;border:0;background:#fff;border-radius:999px;width:42px;height:42px;font-size:1.6rem;line-height:1;cursor:pointer;color:var(--ink);box-shadow:0 8px 22px rgba(23,32,51,.12)}.private-login{max-width:560px;margin:5rem auto}.private-login form{display:grid;gap:1rem}.private-login input{border:1px solid var(--line);border-radius:18px;padding:.85rem 1rem;font:inherit}.private-login .error{color:var(--clay-dark);font-weight:850}@media(max-width:760px){.contact-hero+.section .panel h2{font-size:2.2rem}.contact-layout{grid-template-columns:1fr}.contact-form .form-grid{grid-template-columns:1fr}.newsletter-modal{place-items:end center;padding:.75rem}.newsletter-card{border-radius:28px;padding:1.5rem 1.2rem 1.2rem}}
