@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--paper: #f7f5ed;--paper-deep: #eeece1;--ink: #222f2a;--muted: #61685e;--green: #254f40;--green-deep: #17392d;--rust: #a1482d;--line: #d8dacd;--serif: Georgia, "Times New Roman", serif;--sans: "Space Grotesk", Arial, sans-serif;--mono: "SFMono-Regular", Consolas, monospace;font-family:var(--sans);color:var(--ink);background:var(--paper);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;font-size:16px;line-height:1.65}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.15;letter-spacing:-.035em;text-wrap:pretty}h1{font-size:clamp(3rem,6vw,5rem)}h2{font-size:clamp(2rem,3.5vw,2.7rem)}h3{font-size:1.7rem}p{color:var(--muted)}a{color:inherit;text-decoration:none;text-underline-offset:5px}a:hover{color:var(--green)}button,input{font:inherit}button,a,input,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:2px solid var(--rust);outline-offset:5px}img{display:block;max-width:100%}::selection{color:var(--ink);background:#d8e3cb}.site-shell{max-width:1200px;margin:0 auto;padding:0 40px}.site-header{min-height:112px;display:flex;align-items:center;justify-content:space-between;gap:32px;border-bottom:1px solid var(--line)}.wordmark{color:var(--ink);font-family:var(--serif);font-size:1.55rem;letter-spacing:-.055em;white-space:nowrap}.wordmark-dot{color:var(--rust)}.site-nav{display:flex;align-items:center;gap:28px;font-size:.88rem}.site-nav>a{min-height:44px;display:inline-flex;align-items:center;gap:12px;position:relative}.site-nav>a[aria-current=page]:not(.nav-subscribe):after{content:"";position:absolute;bottom:1px;width:100%;height:2px;background:var(--rust)}.nav-subscribe{background:var(--green);color:#fff;border-radius:4px;padding:8px 17px}.nav-subscribe:hover{color:#fff;background:var(--green-deep)}#main:focus{outline:none}.skip-link{position:fixed;top:-100px;left:20px;padding:12px 20px;background:var(--ink);color:#fff;z-index:10}.skip-link:focus{top:10px}.eyebrow,.editorial-eyebrow{font:500 .7rem/1.5 var(--mono);letter-spacing:.075em;text-transform:uppercase;color:var(--muted)}.button,.editorial-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 22px;min-height:48px;font-size:.87rem;font-weight:500;background:var(--green);color:#fff;border:1px solid var(--green);border-radius:4px;transition:background .15s ease}.button:hover,.editorial-button:hover{background:var(--green-deep);color:#fff}.text-link,.editorial-link{display:inline-block;color:var(--green);font-size:.87rem;font-weight:500;text-decoration:underline;text-decoration-color:#a7b5a6}.text-link:hover,.editorial-link:hover{color:var(--rust);text-decoration-color:currentColor}.quiet-link{font-size:.85rem;color:var(--muted);text-decoration:underline}.action-row{display:flex;align-items:center;flex-wrap:wrap;gap:20px}.content-section{padding:64px 0;border-bottom:1px solid var(--line)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:32px}.section-heading .eyebrow{margin-bottom:10px}.section-heading>p{max-width:280px;font-size:.88rem}.home-hero{display:grid;grid-template-columns:minmax(0,2.05fr) minmax(0,1fr);align-items:center;gap:64px;padding:78px 0 80px;border-bottom:1px solid var(--line)}.hero-copy>.eyebrow{margin-bottom:26px;display:flex;align-items:center;gap:8px}.status-dot{width:6px;height:6px;border-radius:50%;background:var(--green)}.home-hero h1{font-size:clamp(2.65rem,5.5vw,4.6rem);line-height:1.075;letter-spacing:-.055em}.home-hero h1 em{color:var(--green);font-weight:400}.hero-deck{margin:28px 0;font-size:1.02rem;line-height:1.8}.hero-deck a{color:var(--ink);border-bottom:1px solid #9ca697}.hero-portrait{transform:rotate(2deg);background:#ebe7d9;padding:10px 10px 0;border:1px solid #dedbce;border-radius:4px;box-shadow:0 6px 22px #25382a0a}.hero-portrait img{width:100%;aspect-ratio:1 / 1.12;height:auto;object-fit:cover;border-radius:2px;filter:saturate(.7)}.hero-portrait figcaption{display:flex;flex-direction:column;padding:15px 9px 18px}.hero-portrait figcaption span:first-child{font-family:var(--serif);font-size:1.2rem}.hero-portrait figcaption span:last-child{font:.64rem/1.6 var(--mono);text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-top:5px}.start-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.start-card{display:flex;flex-direction:column;padding:0 28px;border-right:1px solid var(--line)}.start-card:first-child{padding-left:0}.start-card:last-child{border:0;padding-right:0}.start-number{font:.68rem/1.5 var(--mono);text-transform:uppercase;letter-spacing:.07em;color:var(--rust);margin-bottom:20px}.start-card h3{margin-bottom:15px;font-size:1.85rem}.start-card p{font-size:.9rem;margin-bottom:24px}.start-card .text-link{margin-top:auto}.start-card:hover h3{color:var(--green)}.featured-episode{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:38px;align-items:center}.video-image{display:block;position:relative;overflow:hidden;border-radius:5px;background:var(--paper-deep)}.video-image img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;transition:transform .2s ease}.video-image:hover img{transform:scale(1.025)}.featured-copy .eyebrow{color:var(--rust);margin-bottom:14px}.featured-copy h3{font-size:clamp(1.7rem,2.5vw,2.15rem);margin-bottom:18px}.featured-copy>p:not(.eyebrow){font-size:.92rem;margin-bottom:22px}.watch-overlay{position:absolute;bottom:14px;left:14px;display:flex;align-items:center;gap:9px;color:#fff;background:#152d24f2;padding:8px 11px;font-size:.72rem;border:1px solid #ffffff30;border-radius:3px}.orgo-section{padding:55px;margin-top:64px;display:grid;grid-template-columns:1fr 2fr;gap:45px;border-radius:5px;background:#e8ecdf;border:1px solid #d8dfcd}.orgo-mark{display:flex;gap:15px;align-items:center;align-self:start;padding-top:5px}.orgo-mark img{width:44px;height:44px}.orgo-mark span{font-size:2rem;font-weight:600;letter-spacing:-.06em}.orgo-section .eyebrow{margin-bottom:14px}.orgo-section h2{margin-bottom:20px}.orgo-section p:not(.eyebrow){max-width:560px;margin-bottom:20px;font-size:.95rem}.home-writing-list>a{display:flex;gap:25px;justify-content:space-between;align-items:center;padding:24px 0;border-top:1px solid var(--line)}.home-writing-list h3{font-size:1.65rem;margin-top:7px}.writing-row-date{white-space:nowrap;font:.7rem var(--mono);color:var(--muted)}.writing-row-date>span{margin-left:30px;font-size:1rem}.community-note{display:flex;align-items:center;justify-content:center;gap:12px;padding:20px 0 36px;font-size:.88rem}.page-pad{padding:64px 0 40px}.page-intro{margin-bottom:52px;max-width:700px}.page-intro>.eyebrow{margin-bottom:20px}.page-intro h1{margin-bottom:24px}.page-intro>p:last-child{font-size:1.1rem;line-height:1.75;max-width:620px}.writing-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:72px}.writing-list{border-top:1px solid var(--line)}.writing-entry{padding:32px 0;border-bottom:1px solid var(--line)}.entry-labels{display:flex;gap:15px;align-items:center;flex-wrap:wrap;margin-bottom:16px}.entry-labels time{font:.7rem/1.5 var(--mono);color:var(--muted)}.entry-labels .eyebrow{color:var(--rust)}.writing-entry h2{font-size:2rem;margin-bottom:15px}.writing-entry-featured h2{font-size:2.5rem}.writing-entry p{margin-bottom:20px;font-size:.95rem}.writing-aside{padding-top:12px}.margin-note{padding:0 4px}.note-mark{font:2.6rem var(--serif);color:var(--rust)}.margin-note h2{font-size:1.6rem;margin:12px 0}.margin-note p{font-size:.9rem;margin-bottom:16px}.watch-page .content-section:first-of-type{border-top:1px solid var(--line)}.watch-page .content-section{padding:48px 0 56px}.video-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:44px 32px}.video-copy{padding:20px 0 0}.video-copy .eyebrow{margin-bottom:10px;color:var(--rust)}.video-copy h3{margin-bottom:14px;font-size:1.7rem}.video-copy p:not(.eyebrow){font-size:.92rem}.video-copy .video-takeaway{margin-top:10px;color:var(--ink)}.video-copy .text-link{margin-top:16px}.play-badge{position:absolute;bottom:12px;right:12px;width:36px;height:36px;display:grid;place-items:center;background:#152d24ed;color:#fff;border-radius:50%;font-size:.8rem;padding-left:2px}.episode-topics{padding-left:18px;margin:0 0 22px;color:var(--muted);font-size:.84rem}.episode-topics li{padding-left:4px;margin-bottom:5px}.short-clips{margin:30px 0;padding:20px 0;border-bottom:1px solid var(--line)}.short-clips summary{cursor:pointer;font-size:1rem;padding:8px 0}.short-clips summary span{float:right}.short-clips ul{list-style:none;padding:12px 0;margin:0}.short-clips li a{display:inline-block;padding:8px 0;color:var(--muted);text-decoration:underline;font-size:.9rem}.newsletter-signup{margin:56px 0 24px;padding:38px;background:var(--green-deep);color:#fff;border-radius:5px;display:grid;grid-template-columns:1.05fr 1fr;align-items:center;gap:42px}.signup-intro .eyebrow{color:#c5d2bc;margin-bottom:15px}.signup-intro h2{font-size:2.25rem;margin-bottom:18px}.signup-promise{color:#d1dccc;font-size:.9rem;line-height:1.75}.signup-form{display:flex;gap:7px}.signup-form input{width:100%;min-width:0;border:1px solid #dce4d2;border-radius:3px;background:var(--paper);padding:13px 12px;color:var(--ink);font-size:1rem}.signup-form button{flex-shrink:0;padding:12px 15px;border:1px solid #d7e0c5;border-radius:3px;color:var(--green-deep);background:#d7e0c5;font-size:.83rem;font-weight:600;cursor:pointer}.signup-form button:hover{background:#e6ecd9}.signup-form button:disabled{opacity:.7;cursor:wait}.signup-consent{font-size:.7rem;line-height:1.7;color:#c5d2bc;margin-top:12px}.signup-status{font-size:.83rem;line-height:1.6;color:#fff}.signup-status:not(:empty){margin-top:15px}.signup-error{color:#ffe3bd}.signup-controls>.text-link{color:#fff;margin-top:18px;text-decoration-color:#9eb195;font-size:.8rem}.newsletter-signup-compact{display:block;padding:25px;margin-top:36px}.newsletter-signup-compact h2{font-size:1.8rem}.newsletter-signup-compact .signup-form{flex-direction:column;margin-top:22px}.newsletter-signup-compact .signup-form button{min-height:44px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.article-page{max-width:700px;margin:0 auto}.back-link,.editorial-back{display:inline-block;font-size:.84rem;color:var(--muted);margin-bottom:28px}.back-link:hover,.editorial-back:hover{color:var(--rust)}.article-header,.newsletter-header{padding:10px 0 32px;margin-bottom:36px;border-bottom:1px solid var(--line)}.article-header h1,.newsletter-header h1{font-size:clamp(2.6rem,4.8vw,3.8rem);line-height:1.1}.article-byline,.issue-byline{font-size:.8rem;color:var(--muted);margin-top:24px}.newsletter-header>.eyebrow{margin-bottom:20px;color:var(--rust)}.editorial-deck{font-size:1.14rem;line-height:1.7;margin-top:24px}.prose{font-size:1.08rem;line-height:1.85}.prose p{margin-bottom:24px;color:#454f46}.prose h2{font-size:2rem;margin:40px 0 20px}.prose strong{color:var(--ink);font-weight:600}.prose a:not(.editorial-button):not(.episode-art):not(.text-link){color:var(--green);text-decoration:underline}.prose ol{padding-left:24px;margin:18px 0}.prose li{padding-left:5px;margin-bottom:14px;color:#454f46}.prose .text-yellow,.prose .text-cyan,.prose .text-magenta,.prose .text-green,.prose .text-blue{color:inherit}.article-source{margin-top:40px;padding-top:20px;border-top:1px solid var(--line)}.article-page>.newsletter-signup{display:block;padding:30px}.article-page .signup-controls{margin-top:22px}.newsletter-exercise{background:#eceee2;border-left:3px solid var(--rust);padding:28px;margin:38px 0}.newsletter-exercise h2{margin-top:0}.newsletter-exercise p:last-child{margin-bottom:0}.issue-conversation{padding-top:32px;border-top:1px solid var(--line);margin-top:36px}.episode-art{display:block;margin-bottom:22px;border-radius:4px;overflow:hidden}.episode-art img{width:100%;height:auto}.issue-signoff{padding-top:10px}.subscribe-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:70px;border-top:1px solid var(--line);padding-top:40px;align-items:start}.subscribe-explainer h2{font-size:2rem;margin-bottom:22px}.subscribe-explainer p{margin-bottom:22px;font-size:.95rem}.subscribe-explainer ul{padding-left:20px;margin:20px 0 24px}.subscribe-explainer li{padding-left:5px;margin-bottom:12px;font-size:.95rem}.subscribe-layout .newsletter-signup{display:block;margin:0;padding:32px}.subscribe-layout .signup-controls{margin-top:24px}.sample-issue{border-top:1px solid var(--line);margin-top:60px;padding:35px 0 10px;max-width:760px}.sample-issue h2{font-size:2.2rem;margin:18px 0 16px}.sample-issue>p:not(.eyebrow){margin-bottom:24px}.about-layout{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(0,1fr);gap:90px;border-top:1px solid var(--line);padding-top:42px}.about-story h2:first-child{margin-top:0}.about-photo img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;border-radius:4px;filter:saturate(.7)}.about-photo figcaption{padding-top:12px;font:.67rem/1.6 var(--mono);color:var(--muted)}.about-links{margin-top:32px}.about-links .eyebrow{margin-bottom:10px}.about-links a{display:flex;justify-content:space-between;padding:14px 0;font-size:.85rem;border-bottom:1px solid var(--line)}.about-contact{margin-top:64px;padding:40px;background:var(--paper-deep);border-radius:4px}.about-contact h2{font-size:2.2rem;max-width:650px;margin:16px 0}.about-contact>p:not(.eyebrow){margin-bottom:24px}.not-found p:not(.eyebrow){margin:25px 0}.site-footer{margin-top:40px;padding:38px 0 30px;border-top:1px solid var(--line)}.footer-top,.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:25px}.footer-top p{font-size:.84rem;margin-top:6px}.footer-bottom{margin-top:40px;font-size:.7rem}.footer-bottom>p{white-space:nowrap}.footer-bottom nav{display:flex;gap:19px;flex-wrap:wrap}.footer-bottom a{min-height:32px;display:inline-flex;align-items:center;color:var(--muted)}.footer-bottom a:hover{color:var(--rust)}@media(max-width:1000px){.site-shell{padding:0 30px}.site-nav{gap:20px}.home-hero{gap:36px}.home-hero h1{font-size:3.6rem}.featured-episode{grid-template-columns:1fr 1fr;gap:28px}.featured-copy .action-row{gap:14px}.writing-layout{gap:42px;grid-template-columns:minmax(0,1.8fr) minmax(0,1fr)}.newsletter-signup{gap:26px;padding:30px}.newsletter-signup:not(.newsletter-signup-compact) .signup-form{flex-direction:column}.newsletter-signup .signup-form button{min-height:46px}.subscribe-layout{gap:38px}.about-layout{gap:45px}}@media(max-width:760px){.site-header{flex-wrap:wrap;gap:10px;padding:25px 0 16px;min-height:auto}.site-nav{width:100%;justify-content:space-between;gap:10px;font-size:.8rem}.nav-subscribe{padding:8px 13px}.home-hero{padding:46px 0;grid-template-columns:minmax(0,1fr) 180px;gap:25px}.home-hero h1{font-size:2.8rem}.hero-deck{font-size:.94rem}.hero-copy .eyebrow{font-size:.6rem}.hero-portrait{padding:6px 6px 0}.hero-portrait figcaption{padding:12px 4px}.hero-portrait figcaption span:first-child{font-size:1rem}.hero-portrait figcaption span:last-child{font-size:.53rem}.content-section{padding:42px 0}.start-card{padding:0 18px}.start-card h3{font-size:1.55rem}.start-card p{font-size:.82rem}.section-heading>p{display:none}.featured-episode{grid-template-columns:1fr;gap:25px}.featured-copy h3{max-width:650px;font-size:2rem}.orgo-section{margin-top:42px;padding:30px;grid-template-columns:1fr;gap:24px}.orgo-section h2{font-size:2.2rem}.newsletter-signup{grid-template-columns:1fr;margin-top:42px}.newsletter-signup:not(.newsletter-signup-compact) .signup-form{flex-direction:row}.writing-layout,.about-layout,.subscribe-layout{grid-template-columns:1fr;gap:36px}.writing-aside{display:grid;grid-template-columns:1fr 1fr;align-items:start;gap:28px}.writing-aside .newsletter-signup{margin:0}.writing-entry-featured h2{font-size:2.3rem}.page-pad{padding-top:44px}.about-sidebar{display:grid;grid-template-columns:1fr 1fr;gap:35px}.about-links{margin-top:0}.about-contact{margin-top:44px}.footer-bottom{align-items:flex-start;flex-direction:column-reverse;gap:20px}.footer-bottom nav{gap:20px}}@media(max-width:540px){.site-shell{padding:0 21px}.site-nav{gap:7px;font-size:.77rem}.site-nav>a{gap:5px}.nav-subscribe{padding:7px 10px}.home-hero{grid-template-columns:1fr;padding-top:36px;gap:34px}.home-hero h1{font-size:2.95rem}.hero-copy>.eyebrow{font-size:.62rem;margin-bottom:23px}.hero-deck{margin:24px 0}.hero-portrait{width:200px;margin-left:10px}.hero-portrait img{aspect-ratio:1.1}.hero-portrait figcaption{padding:12px 8px}.start-grid{grid-template-columns:1fr}.start-card,.start-card:first-child,.start-card:last-child{padding:25px 0;border-right:0;border-bottom:1px solid var(--line)}.start-card:first-child{padding-top:0}.start-card:last-child{padding-bottom:0;border-bottom:0}.start-number{margin-bottom:12px}.start-card h3{font-size:1.9rem}.start-card p{font-size:.93rem;margin-bottom:16px}.section-heading{gap:16px;align-items:flex-start;flex-direction:column;margin-bottom:26px}.section-heading h2{font-size:2.15rem}.home-writing-list>a{align-items:flex-start}.home-writing-list h3{font-size:1.55rem}.writing-row-date{font-size:0}.writing-row-date>span{margin-left:0;font-size:1rem}.newsletter-signup{padding:26px 23px;gap:25px}.newsletter-signup:not(.newsletter-signup-compact) .signup-form{flex-direction:column}.signup-intro h2{font-size:2.05rem}.community-note{flex-direction:column;gap:6px;padding-bottom:10px}.page-intro{margin-bottom:36px}.page-intro h1{font-size:3.3rem}.page-intro p:last-child{font-size:1rem}.writing-layout{gap:30px}.writing-aside{grid-template-columns:1fr;gap:28px}.writing-entry-featured h2{font-size:2.25rem}.writing-entry h2{font-size:2rem}.video-grid{grid-template-columns:1fr;gap:34px}.video-copy h3{font-size:1.85rem}.featured-copy h3{font-size:1.9rem}.watch-page .content-section{padding-top:34px}.article-header h1,.newsletter-header h1{font-size:2.65rem}.prose{font-size:1rem;line-height:1.85}.prose h2{font-size:1.9rem}.newsletter-exercise{padding:24px 20px}.article-page>.newsletter-signup{padding:26px 23px}.about-sidebar{gap:25px}.about-photo figcaption{font-size:.6rem}.about-links a{font-size:.75rem}.about-contact{padding:28px 24px}.footer-top{align-items:flex-start}.footer-top>.text-link{white-space:nowrap;padding-top:7px}.footer-bottom nav{gap:8px 18px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}.video-image:hover img{transform:none}}.hero-community{margin-top:22px;font-size:.8rem}.hero-community a{color:var(--green);text-decoration:underline}.community-callout{margin:48px 0;padding:42px;background:#eee7ce;border:1px solid #dfd5b6;border-radius:5px;display:grid;grid-template-columns:1.15fr 1fr;gap:48px;align-items:center}.community-copy>.eyebrow{color:var(--rust);margin-bottom:16px}.community-copy h2{margin-bottom:20px;font-size:2.7rem}.community-copy>p:not(.eyebrow){font-size:.95rem;line-height:1.8;margin-bottom:24px;color:#505543}.community-copy .action-row{gap:14px}.community-proof{font-size:.73rem;color:#596047}.community-resources>div{display:flex;gap:18px;padding:18px 0;border-bottom:1px solid #d7cfb5}.community-resources>div:last-child{border-bottom:0}.community-resources>div>span{font:.75rem var(--mono);color:var(--rust);padding-top:6px}.community-resources h3{font-size:1.5rem;margin-bottom:8px}.community-resources p{font-size:.83rem;color:#596047}.community-callout-compact{display:block;padding:30px}.community-callout-compact h2{font-size:2rem}.writing-aside .community-callout{margin:34px 0 0;padding:25px}.writing-aside .community-callout h2{font-size:1.8rem}.writing-aside .community-copy>p:not(.eyebrow){font-size:.85rem}.writing-aside .community-copy .button{padding:11px 14px;font-size:.8rem}.article-source h2{font-size:1.6rem;margin-bottom:12px}.article-source>p{font-size:.85rem}.article-source ul{padding:0;list-style:none;margin:12px 0 0}.article-source li{margin:10px 0}.article-source .text-link{line-height:1.7}@media(max-width:760px){.community-callout{grid-template-columns:1fr;gap:24px;padding:30px}.community-copy h2{font-size:2.2rem}.writing-aside{grid-template-columns:1fr}}@media(max-width:540px){.site-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px 8px}.site-nav>a{justify-content:center}.site-nav>a[aria-current=page]:not(.nav-subscribe):after{width:65%}.community-callout{padding:28px 24px;margin:36px 0}.community-copy h2{font-size:2.1rem}.hero-community{line-height:1.8}}
