@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Caslon+Display&display=swap');
:root{--ink:#171b18;--paper:#f6f5f0;--gold:#dfc88a;--muted:#a9b0a7}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #af8035;outline-offset:6px}header{display:flex;align-items:center;justify-content:space-between;padding:28px 5%;background:var(--ink);color:var(--paper);gap:25px}.brand{font-size:19px;font-weight:700;line-height:1.1;letter-spacing:-.5px}.brand span{display:block;font-size:10px;letter-spacing:1.8px;margin-top:10px;font-weight:400}nav{display:flex;gap:32px;font-size:14px}.contact-nav{font-size:14px;border-bottom:1px solid #747c70;padding-bottom:5px}.contact-nav span{margin-left:18px}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:660px;background:var(--ink);color:var(--paper);padding:35px 5% 65px;gap:5%}.hero-copy{padding-top:35px}.eyebrow{font-size:12px;font-weight:600;letter-spacing:2px;margin:0 0 28px}.hero .eyebrow{color:var(--gold)}h1,h2,.verse p,.principle-end p{font-family:'Libre Caslon Display',Georgia,serif;font-weight:400;letter-spacing:-2px;line-height:1.02}h1{font-size:clamp(64px,6.8vw,112px);margin:0 0 25px}em{font-weight:400;color:var(--gold)}.intro{font-size:18px;color:#d0d4ce;line-height:1.6;margin-bottom:30px}.button{display:inline-flex;align-items:center;gap:45px;padding:16px 25px;background:var(--gold);color:var(--ink);font-weight:600;font-size:15px;transition:background .2s}.button:hover{background:#eedfb3}.hero-note{font-size:12px;color:var(--muted);margin-top:18px}.hero-image{position:relative;min-height:540px;background:#343b32;overflow:hidden}.hero-image img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}.hero-image:after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#111a15c9)}.image-caption{position:absolute;bottom:28px;left:30px;right:30px;display:flex;align-items:end;justify-content:space-between;gap:20px;z-index:1}.image-caption span:first-child{font-size:20px;font-weight:500;line-height:1.3}.image-caption span:last-child{font-size:10px;letter-spacing:1.5px}.verse{text-align:center;padding:65px 20px;border-bottom:1px solid #d6d7cf}.verse p{font-size:40px;line-height:1.15;margin:0 0 23px}.verse span{font-size:11px;letter-spacing:1.8px;color:#626a60}.section{padding:95px 7%}h2{font-size:clamp(45px,4.4vw,70px);margin:0 0 30px}.manifesto{display:grid;grid-template-columns:1fr 1fr;gap:9%}.manifesto .large{font-size:22px;line-height:1.5;margin-top:0}.manifesto p{color:#4e574e}.manifesto blockquote{border-left:2px solid #aa8b4b;margin:30px 0;padding-left:24px;font-size:21px;line-height:1.5}.foundations{background:#eaece5}.section-heading{display:flex;justify-content:space-between;gap:35px;align-items:end;margin-bottom:40px}.section-heading p:last-child{color:#61695f}.principles{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.principles article,.principle-end{border-top:1px solid #b6bdae;padding:28px 25px 36px 0;margin-right:25px}.principles article>span{font-family:Georgia,serif;color:#767e6c;font-size:24px}h3{font-size:20px;line-height:1.35;font-weight:500;margin:18px 0 12px}.principles p{color:#535e50;font-size:15px}.principles small{font-size:10px;letter-spacing:.7px;color:#58634f;display:block;margin-top:26px}.principle-end p{font-size:43px;margin:20px 0 0}.principle-end em{color:#7e683b}.journey{background:var(--ink);color:var(--paper);text-align:center}.journey>.eyebrow{color:var(--gold)}.journey-intro{max-width:630px;margin:0 auto 55px;color:#bac2b7}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;text-align:left;margin-bottom:45px}.steps article{border-top:1px solid #515c4e;padding-top:25px}.steps span{font-size:12px;color:var(--gold);letter-spacing:1px}.steps h3{font-size:25px}.steps p{color:#bdc5b9}.resources{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;align-items:start;border-bottom:1px solid #d6d7cf}.resources>a{display:flex;justify-content:space-between;border-top:1px solid #909b88;padding-top:20px}.resources a>span{font-size:24px}.resources div>span{font-size:11px;letter-spacing:1px;color:#66705e}.resources h3{font-family:Georgia,serif;font-size:28px;margin:8px 0}.resources p{color:#646c60;font-size:14px}.final-call{text-align:center;padding-top:80px;padding-bottom:80px}.final-call em{color:#92763f}.final-call>a{font-size:clamp(16px,2vw,23px);border-bottom:1px solid #a49474;padding-bottom:7px;overflow-wrap:anywhere}footer{border-top:1px solid #d6d7cf;margin:0 5%;padding:30px 0;display:flex;justify-content:space-between;gap:25px;align-items:center}footer .brand{font-size:15px}footer p,footer>span{font-size:12px;color:#646c60}.skip{position:absolute;left:10px;top:-100px;z-index:9;background:white;padding:15px}.skip:focus{top:10px}@media(min-width:1600px){body{max-width:1800px;margin:auto}}@media(max-width:1000px){nav{gap:18px}.hero{gap:30px}.principles{grid-template-columns:repeat(2,1fr)}.resources{grid-template-columns:1fr 1fr}.resources>.eyebrow{grid-column:1/-1}.manifesto{gap:35px}.image-caption span:last-child{display:none}}@media(max-width:700px){header{padding:22px 6%;flex-wrap:wrap}nav{order:3;justify-content:space-between;width:100%;font-size:13px;border-top:1px solid #434d40;padding-top:16px}.contact-nav{font-size:12px}.contact-nav span{margin-left:7px}.brand{font-size:16px}.hero{grid-template-columns:1fr;padding:15px 6% 35px;gap:35px}.hero-copy{padding-top:15px}h1{font-size:70px}.eyebrow{font-size:10px;letter-spacing:1.4px}.hero-image{min-height:370px}.hero-image img{object-position:center 45%}.hero-note{font-size:12px}.verse{padding:45px 20px}.verse p{font-size:32px}.section{padding:60px 6%}.manifesto{grid-template-columns:1fr;gap:10px}.manifesto .large{font-size:20px}.section-heading{display:block;margin-bottom:30px}.principles{grid-template-columns:1fr}.principles article{margin-right:0;padding-right:0}.principles p{font-size:16px}.principles small{font-size:12px}.principle-end{display:none}.steps{grid-template-columns:1fr;gap:22px}.resources{grid-template-columns:1fr;gap:28px}footer{flex-direction:column;align-items:start;gap:5px}footer p{margin:5px 0}.journey h2{font-size:47px}.button{gap:25px}.image-caption span:first-child{font-size:18px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

