:root{color-scheme:light;--color-navy: #0d2138;--color-cyan: #00a99d;--color-offwhite: #f7f4ef;--color-gold: #ad823e;--color-surface-tint: #ebe7df;--color-surface: #ffffff;--color-ink: #0d2138;--color-muted: #506071;--color-border: rgb(13 33 56 / .16);--color-border-strong: rgb(13 33 56 / .32);--font-serif: "Playfair Display", Georgia, serif;--font-sans: "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--container: 1180px;--container-wide: 1440px;--space-page: clamp(1rem, 2.5vw, 2rem);--section-space: clamp(4.5rem, 9vw, 8rem);--radius-sm: 2px;--radius-md: 6px;--shadow-soft: 0 28px 70px rgb(13 33 56 / .12);--shadow-deep: 0 34px 90px rgb(13 33 56 / .26)}*{box-sizing:border-box}html{background:var(--color-offwhite);color:var(--color-ink);font-family:var(--font-sans);scroll-behavior:smooth}body{margin:0;min-height:100vh}body.nav-open{overflow:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}a:hover{color:var(--color-cyan)}:focus-visible{outline:3px solid var(--color-cyan);outline-offset:4px}::selection{background:var(--color-cyan);color:var(--color-navy)}.skip-link{position:absolute;left:1rem;top:1rem;z-index:100;transform:translateY(-200%);border-radius:var(--radius-sm);background:var(--color-cyan);color:var(--color-navy);padding:.625rem .875rem;font-weight:700}.skip-link:focus{transform:translateY(0)}.container{width:min(calc(100% - (var(--space-page) * 2)),var(--container));margin-inline:auto}.container--wide{width:min(calc(100% - (var(--space-page) * 2)),var(--container-wide))}.section-pad{padding-block:var(--section-space)}.page-shell{background:var(--color-offwhite)}.eyebrow{margin:0 0 1rem;color:var(--color-gold);font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}h1,h2,h3{color:inherit;font-family:var(--font-serif);letter-spacing:0}h1,h2,h3,p{overflow-wrap:break-word}h1{max-width:900px;margin:0;font-size:clamp(3rem,8vw,6.2rem);line-height:.94}h2{margin:0;font-size:clamp(2.2rem,5.4vw,4.5rem);line-height:1}h3{margin:0;font-size:clamp(1.45rem,2.4vw,2rem);line-height:1.12}.lede{max-width:720px;margin:1.5rem 0 0;color:color-mix(in srgb,currentColor 78%,transparent);font-size:clamp(1.05rem,1.5vw,1.3rem);line-height:1.65}.button-row{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:2rem}.button-link{display:inline-flex;min-height:3rem;align-items:center;justify-content:center;border:1px solid currentColor;border-radius:var(--radius-sm);padding:.85rem 1.1rem;font-size:.75rem;font-weight:700;letter-spacing:.1em;line-height:1.2;text-align:center;text-transform:uppercase;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.button-link:hover{transform:translateY(-2px)}.button-link--primary{border-color:var(--color-cyan);background:var(--color-cyan);color:var(--color-navy)}.button-link--primary:hover{background:transparent;color:var(--color-cyan)}.button-link--secondary{border-color:currentColor;background:transparent}.button-link--secondary:hover,.button-link--ghost:hover{border-color:var(--color-cyan);color:var(--color-cyan)}.button-link--ghost{border-color:transparent;padding-inline:0}.text-link{display:inline-flex;align-items:center;gap:.45rem;color:var(--color-cyan);font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.text-link:after{content:"→"}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid rgb(247 244 239 / .16);background:#0d2138f0;color:var(--color-offwhite);backdrop-filter:blur(18px)}.site-header__inner{display:grid;min-height:88px;grid-template-columns:auto 1fr auto;align-items:center;gap:clamp(1rem,3vw,2.5rem)}.site-brand{display:inline-flex;align-items:center;gap:.75rem;color:inherit}.site-brand__logo{width:clamp(8.75rem,12vw,10.75rem);height:4.65rem;object-fit:contain;object-position:center}.site-nav{display:flex;justify-content:center;gap:clamp(1rem,2.6vw,2rem)}.site-nav__link{color:#f7f4efc2;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.site-nav__link.is-active,.site-nav__link:hover{color:var(--color-cyan)}.hero{position:relative;display:grid;min-height:calc(100vh - 76px);align-items:end;overflow:hidden;background:var(--color-navy);color:var(--color-offwhite)}.hero__image{position:absolute;inset:0}.hero__image img{width:100%;height:100%;animation:slow-zoom 18s ease-out both;filter:saturate(.92);object-fit:cover;object-position:52% center}.hero__image:after{position:absolute;inset:0;background:linear-gradient(90deg,#0d2138e6,#0d213885 45%,#0d213833),linear-gradient(0deg,rgb(13 33 56 / .92),transparent 45%);content:""}.hero__content{position:relative;z-index:1;padding-block:clamp(5rem,13vw,9rem) clamp(4rem,8vw,6.5rem)}.hero__content h1{max-width:980px;text-wrap:balance}.hero__kicker{max-width:540px;margin-top:2.5rem;border-left:1px solid var(--color-gold);padding-left:1.25rem;color:#f7f4efc2;line-height:1.65}.page-hero{background:var(--color-navy);color:var(--color-offwhite);padding-block:clamp(5rem,10vw,8rem)}.page-hero__inner{display:grid;grid-template-columns:minmax(0,.9fr) minmax(280px,.5fr);align-items:end;gap:clamp(2rem,6vw,5rem)}.page-hero__aside{border-left:1px solid var(--color-gold);padding-left:1.25rem;color:#f7f4efb8;line-height:1.65}.section-heading{max-width:760px;margin-bottom:clamp(2rem,5vw,3.5rem)}.section-heading p:not(.eyebrow){color:var(--color-muted);font-size:1.08rem;line-height:1.65}.editorial-copy{max-width:830px}.editorial-copy p{color:var(--color-muted);font-size:clamp(1.12rem,1.8vw,1.35rem);line-height:1.8}.legal-copy{max-width:860px;color:var(--color-muted)}.legal-copy h2,.legal-copy h3{color:var(--color-ink);font-family:var(--font-sans);font-size:clamp(1.25rem,2vw,1.65rem);line-height:1.25}.legal-copy h2:not(:first-child),.legal-copy h3:not(:first-child){margin-top:2rem}.legal-copy p,.legal-copy li{font-size:1rem;line-height:1.75}.legal-copy p{margin:.8rem 0 0}.legal-copy ul{margin:1rem 0 0;padding-left:1.35rem}.legal-copy li p{margin:0}.legal-copy hr{margin:2rem 0;border:0;border-top:1px solid rgb(13 33 56 / .16)}.legal-copy a{color:var(--color-cyan);text-decoration:underline;text-underline-offset:.18em}.awareness-section{background:var(--color-offwhite);padding-block:clamp(3rem,6vw,5rem)}.awareness-section__grid{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1fr);align-items:center;gap:clamp(2rem,7vw,6rem)}.awareness-graphic{display:grid;place-items:center}.awareness-graphic img{width:min(100%,34rem);height:auto}.awareness-section__copy p:not(.eyebrow){color:var(--color-muted);font-size:1.08rem;line-height:1.75}.story-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr));gap:1.25rem}.story-card{display:grid;min-width:0;border:1px solid var(--color-border);background:var(--color-surface)}.story-card__media{position:relative;display:block;aspect-ratio:16 / 10;overflow:hidden;background:var(--color-navy)}.story-card__media img{width:100%;height:100%;filter:grayscale(.2);object-fit:contain;transition:transform .42s ease}.story-card:hover .story-card__media img{transform:scale(1.04)}.story-card__media:after{position:absolute;inset:0;background:linear-gradient(0deg,rgb(13 33 56 / .7),transparent 50%);content:""}.story-card__media span{position:absolute;bottom:1rem;left:1rem;z-index:1;color:var(--color-offwhite);font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.story-card__body{padding:1.25rem}.story-card__meta{margin:0 0 .65rem;color:var(--color-gold);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.story-card__body h3{margin-bottom:.75rem}.story-card__body blockquote{margin:0 0 .9rem;border-left:1px solid var(--color-gold);padding-left:.85rem;color:var(--color-ink);font-family:var(--font-serif);font-size:clamp(1.15rem,1.8vw,1.45rem);line-height:1.25}.story-card__body p:not(.story-card__meta){color:var(--color-muted);line-height:1.6}.stories-why{background:var(--color-surface);padding-block:clamp(3.5rem,6vw,5.25rem)}.stories-why h2{max-width:980px;font-size:clamp(2rem,4.4vw,3.8rem);line-height:1.06}.stories-grid-section{padding-block:clamp(3rem,6vw,5rem)}.story-card--compact .story-card__media{aspect-ratio:16 / 9}.featured-story{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.8fr);align-items:center;gap:clamp(2rem,6vw,5rem)}.featured-story__media{position:relative;display:block;overflow:hidden;background:var(--color-navy);box-shadow:var(--shadow-soft)}.featured-story__media img{width:100%;aspect-ratio:16 / 10;filter:grayscale(.25);object-fit:cover;transition:transform .42s ease}.featured-story__media:hover img{transform:scale(1.035)}.featured-story__media:after{position:absolute;inset:0;background:linear-gradient(0deg,rgb(13 33 56 / .78),transparent 55%);content:""}.featured-story__media span{position:absolute;bottom:1.25rem;left:1.25rem;z-index:1;color:var(--color-offwhite);font-size:.74rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.featured-story__copy blockquote,.story-pullquote{margin:1.5rem 0;border-left:1px solid var(--color-gold);padding-left:1.25rem;color:var(--color-ink);font-family:var(--font-serif);font-size:clamp(1.35rem,2.4vw,2rem);line-height:1.25}.featured-story__copy p:not(.eyebrow){color:var(--color-muted);line-height:1.7}.founder-section{background:var(--color-surface-tint)}.founder-section__grid{display:grid;justify-items:center;gap:clamp(1.75rem,4vw,3rem);text-align:center}.founder-section__media{position:relative;width:min(100%,960px);overflow:hidden;background:var(--color-navy);box-shadow:var(--shadow-soft)}.founder-section__media img,.founder-section__media iframe{width:100%;aspect-ratio:16 / 9;border:0;filter:grayscale(.35);object-fit:cover;object-position:center}.founder-section__media iframe{filter:none}.founder-section__play{position:absolute;right:1rem;bottom:1rem;display:inline-flex;align-items:center;gap:.65rem;background:#0d2138d1;color:var(--color-offwhite);padding:.7rem .9rem;font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.founder-section__play span{width:0;height:0;border-block:.42rem solid transparent;border-left:.62rem solid var(--color-cyan)}.founder-section__copy p:not(.eyebrow){max-width:720px;margin-inline:auto;color:var(--color-muted);font-size:1.08rem;line-height:1.75}.initiative-section{background:var(--color-offwhite);padding-block:clamp(3rem,6vw,5rem)}.initiative-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.initiative-card{min-height:235px;border:1px solid var(--color-border);background:var(--color-surface);border-top:3px solid var(--color-gold);padding:clamp(1.35rem,3vw,2rem)}.initiative-card p{color:var(--color-muted);line-height:1.65}.feature-band{background:var(--color-navy);color:var(--color-offwhite)}.feature-band__grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1fr);gap:clamp(2rem,6vw,5rem)}.feature-band p{color:#f7f4efbd;line-height:1.7}.principle-list{display:grid;gap:.75rem;margin:0;padding:0;list-style:none}.principle-list li{border-top:1px solid rgb(247 244 239 / .18);padding-top:.85rem;color:#f7f4efd1}.conversation-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.conversation-card{border:1px solid var(--color-border);background:var(--color-surface);padding:1.35rem}.conversation-card p{color:var(--color-muted);line-height:1.6}.story-detail-hero{background:var(--color-navy);color:var(--color-offwhite);padding-block:clamp(4rem,9vw,7rem)}.story-detail-hero__grid{display:grid;gap:clamp(2rem,5vw,3.5rem)}.story-detail-hero__media{width:min(100%,980px);overflow:hidden;background:var(--color-navy);box-shadow:var(--shadow-deep)}.story-detail-hero__media img{width:100%;aspect-ratio:16 / 9;filter:grayscale(.2);object-fit:contain}.story-quote{margin:2rem 0 0;border-left:1px solid var(--color-gold);padding-left:1.25rem;color:#f7f4efd1;font-family:var(--font-serif);font-size:clamp(1.4rem,2.5vw,2rem);line-height:1.25}.story-body{display:grid;grid-template-columns:minmax(220px,.45fr) minmax(0,1fr);gap:clamp(2rem,7vw,5rem)}.story-body__meta{color:var(--color-muted);line-height:1.7}.story-body__copy p{color:var(--color-muted);font-size:1.12rem;line-height:1.8}.story-body__copy h2{margin-top:2rem;font-size:clamp(1.9rem,3.8vw,3rem)}.story-video{margin-bottom:2rem}.story-video iframe,.story-video__placeholder{width:100%;aspect-ratio:16 / 9;border:0;background:var(--color-navy)}.story-video__placeholder{display:grid;place-items:center;padding:2rem;color:var(--color-offwhite);text-align:center}.story-video__placeholder p{margin:0 0 .4rem;color:var(--color-offwhite);font-weight:700}.story-video__placeholder small{color:#f7f4efb3;line-height:1.5}.embed-layout{display:grid;grid-template-columns:minmax(0,.55fr) minmax(320px,.9fr);gap:clamp(2rem,5vw,4rem)}.form-stack-layout{max-width:920px;grid-template-columns:1fr;gap:clamp(1.5rem,4vw,2.5rem)}.form-stack-section .section-heading{max-width:720px;margin-bottom:0}.form-stack-section .section-heading h1,.form-stack-section .section-heading h2{font-size:clamp(2rem,4vw,3.2rem);line-height:1.05}.contact-home-section,.forum-form-section{background:var(--color-surface-tint)}.contact-home-section .section-heading h2{max-width:11ch;font-size:clamp(1.9rem,3vw,2.6rem)}.share-story-intake{padding-top:clamp(4rem,9vw,7rem)}.share-story-intake .section-heading h1{max-width:15ch;font-size:clamp(2rem,3.2vw,2.8rem)}.narrow-copy{max-width:820px}.narrow-copy p{color:var(--color-muted);font-size:1.08rem;line-height:1.7}.contact-options__email a{color:var(--color-cyan);font-weight:700}.embed-panel{border:1px solid var(--color-border);background:var(--color-surface);padding:clamp(1.25rem,3vw,2rem)}.embed-panel--bare{min-height:44rem;padding:clamp(.75rem,2vw,1rem)}.forum-form-section .embed-panel--bare{min-height:50rem}.embed-panel__intro{max-width:620px;margin-bottom:1.5rem}.embed-panel__intro p:not(.eyebrow){color:var(--color-muted);line-height:1.65}.ghl-embed{width:100%;border:0;background:transparent;display:block}.ghl-placeholder{display:grid;min-height:420px;place-items:center;border:1px dashed var(--color-border-strong);background:var(--color-offwhite);padding:2rem;text-align:center}.ghl-placeholder p{margin:0 0 .35rem;color:var(--color-ink);font-weight:700}.ghl-placeholder small{color:var(--color-muted);line-height:1.5}.resource-grid{display:grid;gap:1.25rem}.resource-card{display:grid;grid-template-columns:minmax(240px,.45fr) minmax(0,1fr);border:1px solid var(--color-border);background:var(--color-surface)}.resource-card__media{display:block;overflow:hidden;background:var(--color-navy)}.resource-card__media img{width:100%;height:100%;min-height:260px;filter:grayscale(.25);object-fit:cover}.resource-card__body{padding:clamp(1.25rem,3vw,2rem)}.resource-card__body h2{font-size:clamp(1.8rem,3.5vw,3rem)}.resource-card__body p:not(.story-card__meta){color:var(--color-muted);line-height:1.65}.resource-card__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.resource-card__tags span{border:1px solid var(--color-border);padding:.35rem .55rem;color:var(--color-muted);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.final-cta{background:var(--color-navy);color:var(--color-offwhite)}.final-cta.section-pad{padding-block:clamp(3.5rem,7vw,5.5rem)}.final-cta__inner{max-width:850px}.final-cta p:not(.eyebrow){color:#f7f4efc2;font-size:1.08rem;line-height:1.7}.site-footer{background:#071525;color:var(--color-offwhite);padding-block:clamp(2.5rem,5.5vw,4rem)}.site-footer__grid{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(280px,.9fr);gap:clamp(1.5rem,4vw,3rem)}.site-brand--footer{margin-bottom:1.25rem}.site-brand--footer .site-brand__logo{width:clamp(10rem,18vw,12.75rem);height:5.65rem}.site-footer p{max-width:560px;color:#f7f4efad;font-size:.92rem;line-height:1.62}.site-footer__copy,.site-footer__trust{display:grid;gap:.7rem}.site-footer__copy p,.site-footer__trust p{margin:0}.site-footer__links{display:grid;gap:.75rem;align-content:start}.site-footer__links a{color:#f7f4efc7;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.site-footer__trust{border-left:1px solid rgb(173 130 62 / .45);padding-left:1.25rem}@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slow-zoom{0%{transform:scale(1)}to{transform:scale(1.05)}}@media(prefers-reduced-motion:no-preference){.section-heading,.story-card,.initiative-card,.conversation-card,.founder-section__copy,.embed-panel{animation:fade-in-up .62s ease both}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}@media(max-width:920px){.site-header__inner{justify-items:center;grid-template-columns:1fr;gap:.85rem;padding-block:1rem}.site-nav{flex-wrap:wrap;justify-content:center}.site-header__cta{justify-self:center;width:min(100%,32rem)}.page-hero__inner,.feature-band__grid,.awareness-section__grid,.featured-story,.founder-section__grid,.story-detail-hero__grid,.story-body,.embed-layout,.resource-card,.site-footer__grid{grid-template-columns:1fr}.story-grid,.conversation-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){h1{font-size:2.85rem;line-height:.98}h2{font-size:clamp(2rem,12vw,3.25rem)}.hero{min-height:calc(100svh - 112px);align-items:center}.hero__content{padding-block:3.75rem}.hero__content h1{max-width:12.5ch}.hero .lede{max-width:32rem;margin-top:1.25rem}.hero__kicker{margin-top:1.8rem}.button-link{width:100%}.story-grid,.conversation-grid,.initiative-grid{grid-template-columns:1fr}.site-nav{gap:.8rem 1rem}.site-nav__link{font-size:.72rem}.site-header .site-brand__logo{width:12.5rem;height:5.75rem}.site-brand--footer .site-brand__logo{width:11rem;height:5rem}.page-hero,.story-detail-hero{padding-block:4rem}}@media(max-width:360px){h1{font-size:2.55rem}.hero__content{padding-block:3.25rem}}
