@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:wght@500;600&display=swap');

:root{--sage:#3f5b4a;--sage-dark:#294237;--olive:#7b8d6f;--sand:#d9c9b2;--cream:#f7f4ee;--paper:#fffdf9;--ink:#2d2d2d;--muted:#686b65;--line:#ded8cc;--white:#fff;--shadow:0 18px 45px rgba(49,65,53,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",sans-serif;font-size:1rem;line-height:1.72}a{color:inherit}img{display:block;max-width:100%}.wrap{width:min(1160px,calc(100% - 40px));margin:auto}.narrow{width:min(760px,calc(100% - 40px));margin:auto}.eyebrow{color:var(--sage);font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.site-header{position:sticky;top:0;z-index:50;background:rgba(247,244,238,.94);border-bottom:1px solid rgba(63,91,74,.13);backdrop-filter:blur(12px)}.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{text-decoration:none;display:flex;align-items:center;gap:11px}.brand-mark{width:38px;height:38px;border:1.5px solid var(--sage);border-radius:50%;display:grid;place-items:center;color:var(--sage);font-family:"Playfair Display",serif;font-size:1.4rem}.brand-copy{line-height:1.1}.brand-copy strong{display:block;color:var(--sage-dark);font-family:"Playfair Display",serif;font-size:1.05rem}.brand-copy small{font-size:.66rem;letter-spacing:.07em;color:var(--muted)}.nav-links{display:flex;gap:22px;align-items:center}.nav-links a{text-decoration:none;font-size:.87rem;font-weight:500;color:#4b514c}.nav-links a:hover,.nav-links a[aria-current=page]{color:var(--sage);text-decoration:underline;text-underline-offset:6px}.nav-toggle{display:none;border:0;background:none;font:inherit;color:var(--sage-dark);font-weight:600}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 22px;border-radius:999px;border:1px solid var(--sage);background:var(--sage);color:white;text-decoration:none;font-weight:600;font-size:.93rem;transition:.2s}.button:hover{background:var(--sage-dark);transform:translateY(-1px)}.button.secondary{background:transparent;color:var(--sage-dark)}.button.secondary:hover{background:#edf0e9}.button.light{background:var(--cream);color:var(--sage-dark);border-color:var(--cream)}.hero{padding:48px 0 72px}.hero-grid{min-height:620px;border-radius:32px;overflow:hidden;background:var(--sage-dark);position:relative;box-shadow:var(--shadow)}.hero-grid>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-grid:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(31,51,42,.93) 0%,rgba(31,51,42,.78) 43%,rgba(31,51,42,.1) 76%)}.hero-copy{position:relative;z-index:2;width:min(610px,70%);padding:100px 76px;color:white}.hero-copy .eyebrow{color:#d9decf}.hero h1,.page-hero h1,h2,h3{font-family:"Playfair Display",serif;font-weight:500;line-height:1.16;color:var(--sage-dark)}.hero h1{margin:12px 0 20px;color:white;font-size:clamp(3rem,6vw,5.6rem);letter-spacing:-.035em}.hero p{font-size:1.12rem;color:#f4f1e9;max-width:570px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.section{padding:94px 0}.section.white{background:var(--paper)}.section.sage{background:var(--sage-dark);color:white}.section.sage h2,.section.sage h3{color:white}.section.sage .eyebrow{color:#c9d3c6}.section-head{max-width:730px;margin-bottom:45px}.section-head.center{text-align:center;margin-left:auto;margin-right:auto}.section h2{font-size:clamp(2.15rem,4vw,3.6rem);margin:10px 0 18px;letter-spacing:-.025em}.lead{font-size:1.12rem;color:var(--muted)}.sage .lead{color:#dfe5dc}.two-col{display:grid;grid-template-columns:1.1fr .9fr;gap:72px;align-items:start}.quote-card{padding:42px;background:#e8ede5;border-radius:0 28px 28px 28px;border-left:4px solid var(--olive)}.quote-card blockquote{margin:0;font-family:"Playfair Display",serif;font-size:1.75rem;line-height:1.35;color:var(--sage-dark)}.quote-card p{margin:20px 0 0;color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:30px;box-shadow:0 8px 24px rgba(44,57,47,.04)}.card .number{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#e7ece5;color:var(--sage);font-weight:600;font-size:.82rem}.card h3{font-size:1.45rem;margin:20px 0 9px}.card p{margin:0;color:var(--muted)}.card a{display:inline-block;margin-top:19px;color:var(--sage);font-weight:600;text-underline-offset:4px}.growth-path{display:grid;grid-template-columns:repeat(5,1fr);gap:0;margin-top:38px}.growth-step{position:relative;text-align:center;padding:25px 10px}.growth-step:not(:last-child):after{content:"";position:absolute;top:43px;left:67%;width:66%;height:1px;background:#b9c4b6}.growth-step b{display:grid;place-items:center;margin:auto;width:38px;height:38px;border-radius:50%;background:var(--cream);color:var(--sage-dark);font-family:"Playfair Display",serif}.growth-step span{display:block;margin-top:12px;font-size:.9rem}.area-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.area{padding:26px;border-top:1px solid var(--line)}.area h3{font-size:1.32rem;margin:0 0 8px}.area p{margin:0;color:var(--muted)}.support{display:grid;grid-template-columns:1fr 1fr;gap:24px}.support-card{padding:38px;border-radius:28px;background:#e8ede5}.support-card.alt{background:#ece2d4}.support-card h3{font-size:1.8rem;margin:8px 0 14px}.support-card .tag{display:inline-block;padding:5px 10px;border-radius:99px;background:white;color:var(--sage-dark);font-size:.76rem;font-weight:600}.notice{margin-top:16px;padding:14px 16px;border-radius:12px;background:rgba(255,255,255,.65);font-size:.9rem;color:#5c625c}.cta-panel{padding:60px;border-radius:30px;background:var(--sage-dark);color:white;display:flex;justify-content:space-between;align-items:center;gap:32px}.cta-panel h2{color:white;margin:0 0 10px;font-size:clamp(2rem,4vw,3.1rem)}.cta-panel p{margin:0;color:#dfe5dc}.page-hero{padding:88px 0 68px;background:#e7ece5;border-bottom:1px solid #d4dbd1}.page-hero h1{font-size:clamp(2.8rem,6vw,5rem);margin:12px 0 20px}.page-hero p{max-width:760px;font-size:1.16rem;color:var(--muted)}.prose{font-family:"DM Sans",sans-serif}.prose h2{margin-top:55px;font-size:2.2rem}.prose h3{margin-top:38px;font-size:1.45rem}.prose p,.prose li{color:#444943}.prose strong{color:var(--sage-dark)}.principle{margin:36px 0;padding:25px 30px;border-left:4px solid var(--sage);background:white;font-family:"Playfair Display",serif;font-size:1.45rem;color:var(--sage-dark)}.simple-list{list-style:none;padding:0}.simple-list li{padding:15px 0;border-bottom:1px solid var(--line)}.footer{padding:60px 0 30px;background:#243a31;color:#e7ebe5}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:50px}.footer a{color:#e7ebe5;text-decoration:none}.footer a:hover{text-decoration:underline}.footer ul{list-style:none;padding:0;margin:12px 0}.footer li{margin:8px 0}.footer small{color:#bfc8c0}.footer-bottom{margin-top:45px;padding-top:22px;border-top:1px solid rgba(255,255,255,.13);display:flex;justify-content:space-between;gap:20px}.form-placeholder{border:1px dashed var(--olive);border-radius:20px;padding:28px;background:#eef1eb}.form-placeholder strong{display:block;color:var(--sage-dark);margin-bottom:8px}
@media(max-width:960px){.nav-links{display:none;position:absolute;left:20px;right:20px;top:72px;padding:20px;background:var(--paper);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}.nav-links.open{display:flex}.nav-toggle{display:block}.hero-copy{width:82%;padding:80px 48px}.two-col{grid-template-columns:1fr;gap:38px}.cards{grid-template-columns:1fr 1fr}.growth-path{grid-template-columns:1fr}.growth-step{text-align:left;display:flex;align-items:center;gap:14px;padding:10px}.growth-step b{margin:0}.growth-step span{margin:0}.growth-step:not(:last-child):after{display:none}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.wrap,.narrow{width:min(100% - 28px,1160px)}.brand-copy small{display:none}.hero{padding:18px 0 50px}.hero-grid{min-height:650px;border-radius:20px}.hero-grid:after{background:linear-gradient(90deg,rgba(31,51,42,.92),rgba(31,51,42,.62))}.hero-copy{width:100%;padding:76px 26px}.hero h1{font-size:3.2rem}.section{padding:68px 0}.cards,.area-grid,.support,.footer-grid{grid-template-columns:1fr}.cta-panel{padding:38px 26px;display:block}.cta-panel .button{margin-top:24px}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:8px}}

.story-images{display:grid;grid-template-columns:1fr 1fr;gap:24px}.story-image{margin:0}.story-image img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:26px;box-shadow:var(--shadow)}.story-image figcaption{padding:14px 4px 0;color:var(--muted);font-size:.9rem}.page-photo{width:min(960px,calc(100% - 40px));margin:-34px auto 0;position:relative}.page-photo img{width:100%;max-height:470px;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}
.nav-links a.button,.nav-links a.button:hover,.nav-links a.button:focus{color:#fff;text-decoration:none}.nav-links a.button{background:var(--sage-dark);border-color:var(--sage-dark)}.nav-links a.button:hover,.nav-links a.button:focus{background:#1f352c;border-color:#1f352c}
@media(max-width:640px){.story-images{grid-template-columns:1fr}.page-photo{width:calc(100% - 28px);margin:-24px auto 0}.page-photo img{border-radius:20px}}

.landing .hero-copy h2{font-family:"DM Sans",sans-serif;font-size:clamp(1.25rem,2vw,1.7rem);font-weight:500;line-height:1.45;color:#fff;margin:0 0 18px;max-width:620px}.hero-outline{color:#fff!important;border-color:#fff!important}.service-pair{display:grid;gap:36px}.service-feature{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;background:var(--cream);border-radius:30px;border:1px solid var(--line)}.service-feature.reverse img{order:2}.service-feature img{width:100%;height:100%;min-height:430px;object-fit:cover}.service-copy{padding:52px;align-self:center}.service-copy h3{font-size:clamp(2rem,4vw,3.1rem);margin:10px 0 18px}.small-note{font-size:.9rem;color:var(--muted);padding:13px 15px;background:rgba(255,255,255,.7);border-radius:12px}.soon-label{display:inline-block;margin-top:12px;padding:11px 16px;border:1px solid var(--olive);border-radius:99px;color:var(--sage-dark);font-size:.88rem;font-weight:600}.belief-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.belief{padding:32px;border-top:3px solid var(--olive);background:var(--cream);border-radius:0 0 20px 20px}.belief span{color:var(--olive);font-weight:600}.belief h3{font-size:1.45rem;margin:16px 0 12px}.belief p{margin:0;color:var(--muted)}.closing-copy{text-align:center}.closing-copy .button{margin-top:18px}.footer-simple{max-width:560px}
@media(max-width:820px){.service-feature{grid-template-columns:1fr}.service-feature.reverse img{order:0}.service-feature img{min-height:280px;max-height:390px}.service-copy{padding:34px}.belief-grid{grid-template-columns:1fr}}
/* Accessibility and placeholder states for the standalone landing page. */
html{scroll-padding-top:90px}.skip{position:fixed;top:-100px;left:16px;background:white;padding:12px;z-index:100}.skip:focus{top:12px}a:focus-visible,button:focus-visible{outline:3px solid #a47b42;outline-offset:5px}.soon-label:disabled{font-family:inherit;background:#e8ede5;cursor:not-allowed;opacity:1}.hero-outline:hover{background:#294237!important}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}

/* Official artwork: preserve its complete image and aspect ratio. */
.brand-logo{display:block;width:38px;height:auto;flex-shrink:0}.footer .brand-copy small{display:block;margin-top:10px;font-size:.85rem;letter-spacing:0;line-height:1.5}

/* Subtle shared language navigation; preserve the existing header height. */
.language-switcher{display:inline-flex;align-items:center;gap:5px;white-space:nowrap;font-size:.78rem}.nav-links .language-switcher a{font-size:.78rem}.language-switcher a[aria-current="true"]{font-weight:700;text-decoration:underline;text-underline-offset:4px}@media(min-width:961px){.nav-links{gap:16px}.site-header .brand-copy small{letter-spacing:0;white-space:nowrap}.site-header .brand{flex-shrink:0}}

/* Coaching remains one service area, with YOD presented as one available approach. */
.coaching-offering{margin-top:28px;padding:26px;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.7)}.coaching-offering h4{margin:8px 0 12px;font-family:"Playfair Display",serif;font-size:1.6rem;font-weight:500;line-height:1.2;color:var(--sage-dark)}.format-label{margin-bottom:6px;font-weight:600;color:var(--sage-dark)}.format-list{margin:0 0 8px;padding-left:20px;color:var(--muted)}

/* Lightweight Resources layouts shared by articles and recommendations. */
.resources-hero{padding-block:72px}.resource-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.resource-card{display:flex;flex-direction:column;align-items:flex-start;min-height:230px;padding:30px;border:1px solid var(--line);border-radius:22px;background:var(--paper);box-shadow:0 8px 24px rgba(44,57,47,.04)}.resource-card h3,.recommendation-card h3{margin:0 0 12px;font-size:1.45rem}.resource-card p,.recommendation-card p{margin:0 0 18px;color:var(--muted)}.resource-card a,.recommendation-card a,.text-link,.back-link{margin-top:auto;color:var(--sage);font-weight:600;text-underline-offset:4px}.resource-card a.button,.recommendation-card a.button{color:#fff;text-decoration:none}.empty-state{margin:0;padding:26px 28px;border:1px solid var(--line);border-radius:18px;background:var(--cream);color:var(--muted)}.resource-note{max-width:820px;margin:-18px 0 34px;padding-left:16px;border-left:2px solid var(--olive);color:var(--muted);font-size:.9rem}.recommendation-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.recommendation-card{overflow:hidden;border:1px solid var(--line);border-radius:22px;background:var(--paper)}.recommendation-image{display:grid;place-items:center;padding:18px;background:#ecefe8}.recommendation-image img{width:100%;height:auto;max-height:560px;object-fit:contain}.recommendation-copy{padding:28px}.recommendation-meta{display:flex;flex-wrap:wrap;gap:8px 16px;margin:0 0 16px;padding:0;list-style:none;color:var(--muted);font-size:.88rem}.recommendation-meta li:not(:last-child):after{content:"·";margin-left:16px}.resources-latest{background:#eef1eb}.resources-latest .text-link{display:inline-block;margin-top:24px}.article-hero .back-link{display:inline-block;margin-bottom:22px}.article-hero .article-author{margin:0 0 12px;color:var(--sage-dark);font-size:.92rem;font-weight:600}.article-body{font-size:1.05rem;line-height:1.82}.article-body>p{margin:0 0 1.45em}.article-body>p:first-child{margin-top:0}.article-body h2{margin:2.8em 0 .8em;font-size:clamp(1.65rem,3vw,2.15rem)}.article-body blockquote{margin:2em 0;padding:24px 28px;border-left:3px solid var(--olive);background:var(--cream);color:var(--sage-dark)}.article-body blockquote p{margin:0;font-family:"Playfair Display",serif;font-size:1.25rem;line-height:1.6}.article-body blockquote cite{display:block;margin-top:10px;color:var(--muted);font-size:.9rem;font-style:normal}
@media(max-width:820px){.resource-grid{grid-template-columns:1fr 1fr}.recommendation-grid{grid-template-columns:1fr}}
@media(max-width:640px){.resource-grid{grid-template-columns:1fr}.resource-card{min-height:0}.coaching-offering{padding:22px}.resources-hero{padding-block:56px}.resource-note{margin-top:-10px}}

/* Compact editorial treatment for browsing Resources. */
.resources-page .resources-hero{padding-block:42px}.resources-page .resources-hero h1{font-size:clamp(2.45rem,4.5vw,4rem);margin:6px 0 10px}.resources-page .resources-hero p{margin:0}.resources-page .section{padding:54px 0}.resources-page .section-head{margin-bottom:22px}.resources-page .section h2{font-size:clamp(1.95rem,3.2vw,2.9rem);margin-top:0}.resources-page .resource-note{margin:0 0 18px;max-width:760px}.resources-page #recommendations>.wrap>.eyebrow{display:block;margin-bottom:10px}.recommendation-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:start}.recommendation-card{align-self:start}.recommendation-card.with-image{display:grid;grid-template-columns:92px minmax(0,1fr)}.recommendation-image{height:100%;padding:10px}.recommendation-image img{max-height:none}.recommendation-copy{padding:22px}.recommendation-card.with-image .recommendation-copy{padding:18px 18px 18px 14px}.recommendation-card h3{font-size:1.28rem;margin-bottom:6px}.recommendation-meta{margin-bottom:10px;font-size:.84rem}.recommendation-copy>p{display:-webkit-box;overflow:hidden;margin-bottom:14px;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-clamp:4}.book-card a.button,.resource-card a.button{min-height:44px;padding:0 16px;font-size:.86rem}.resources-latest{padding:58px 0}.resources-latest .section-head{margin-bottom:26px}.resources-latest .resource-grid{align-items:start}.resources-latest .resource-card{min-height:0;padding:22px}.resources-latest .resource-card h3{font-size:1.3rem;margin:0 0 6px}.resources-latest .resource-source{margin-bottom:10px}.resources-latest .resource-card>p:not(.resource-source){display:-webkit-box;overflow:hidden;margin-bottom:14px;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-clamp:4}
.resources-page #recommendations .section-head{margin-bottom:12px}.resources-page #recommendations .section-head .lead{margin:0;color:#737a74;font-size:.88rem;line-height:1.5;letter-spacing:.025em}.resources-page #recommendations .resource-note{margin-bottom:14px;padding-left:14px;font-size:.86rem;line-height:1.55}
.recommendation-card.full-description .recommendation-copy>p{display:block;overflow:visible;-webkit-line-clamp:unset;line-clamp:unset}
@media(max-width:960px){.recommendation-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.resources-page .resources-hero{padding-block:32px}.resources-page .section{padding:42px 0}.recommendation-grid{grid-template-columns:1fr}.recommendation-card.with-image{grid-template-columns:82px minmax(0,1fr)}.recommendation-copy{padding:20px}.resources-latest{padding:46px 0}}

/* Editorial webinar recommendations use the same data-driven card structure. */
.recommendation-group+.recommendation-group{margin-top:36px}.recommendation-group>.eyebrow{display:block;margin:0 0 10px}.webinar-grid{max-width:980px}.recommendation-card.webinar-card{border:0}.recommendation-card.webinar-card.with-image{display:grid;grid-template-columns:minmax(300px,.95fr) minmax(0,1.05fr);align-items:center}.webinar-card .recommendation-image{height:auto;padding:0;align-self:stretch;background:transparent}.webinar-card .recommendation-image img{width:100%;height:auto;max-height:none;object-fit:contain}.recommendation-card.webinar-card .recommendation-copy{padding:clamp(26px,4vw,44px)}.webinar-card .recommendation-copy>p{display:block;overflow:visible;margin-bottom:18px;font-size:.94rem;line-height:1.62;-webkit-line-clamp:unset;line-clamp:unset}.webinar-card .button{margin-top:6px}
@media(max-width:700px){.recommendation-card.webinar-card.with-image{grid-template-columns:1fr}.webinar-card .recommendation-image{height:auto}.recommendation-card.webinar-card .recommendation-copy{padding:24px 20px}}

/* Balance the three principles while preserving the established card system. */
.belief-grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:1fr;align-items:stretch}
.belief{display:flex;flex-direction:column;height:100%}
.belief h3{min-height:3.4em}
.belief p:empty{display:none}
.belief p+p{margin-top:18px}
@media(max-width:820px){.belief-grid{grid-template-columns:1fr}.belief h3{min-height:0}}

/* Keep language choice in the mobile header while the navigation links expand below. */
.mobile-language{display:none}
@media(max-width:960px){.nav{justify-content:flex-start;gap:12px}.nav>.brand{min-width:0;margin-right:auto}.mobile-language{display:inline-flex;flex-shrink:0}.desktop-language{display:none}.nav-toggle{min-height:44px;padding:0 4px;flex-shrink:0}}
@media(max-width:640px){.nav{gap:10px}.site-header .brand{gap:8px}.site-header .brand-logo{width:34px}.site-header .brand-copy strong{font-size:.98rem;white-space:nowrap}.mobile-language{font-size:.74rem}}
@media(max-width:340px){.nav{gap:8px}.site-header .brand-logo{width:32px}.site-header .brand-copy strong{font-size:.92rem}}
