@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Outfit:wght@500;600;700;800&display=swap');
:root{--paper:#f5f1e8;--ink:#202828;--teal:#16676b;--orange:#b74721;--line:#cdc9bf;--muted:#58605e}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:1.0625rem/1.65 'DM Sans',Arial,sans-serif}a{color:inherit;text-underline-offset:.22em}img{max-width:100%;height:auto;display:block}h1,h2,h3{font-family:Outfit,'Arial Black',Arial,sans-serif;line-height:1.08;letter-spacing:-.035em;margin:0}p{margin:0 0 1.3rem}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,summary:focus-visible{outline:3px solid var(--orange);outline-offset:6px}.wrap{max-width:1320px;margin:auto;padding:0 48px}.skip{position:absolute;top:-100px}.skip:focus{top:0;background:white;z-index:99;padding:10px}header{background:#fff;border-bottom:1px solid var(--line)}.header-inner{min-height:112px;display:flex;align-items:center;justify-content:space-between;gap:32px}.logo{width:230px;height:auto}nav{display:flex;align-items:center;gap:32px;font-size:1rem;font-weight:600}nav a{text-decoration:none}nav a:hover,nav a[aria-current=page]{color:var(--teal)}.button{display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;background:var(--teal);color:#fff;text-decoration:none;font-weight:700;line-height:1.4;border:1px solid var(--teal)}.button:hover{background:#124f52;color:#fff}.button.light{background:var(--paper);color:var(--ink);border-color:var(--paper)}.eyebrow{font-size:.8125rem;text-transform:uppercase;letter-spacing:.15em;font-weight:700;color:var(--teal);margin:0 0 22px}.hero{display:grid;grid-template-columns:1fr 1.05fr;gap:58px;align-items:center;padding-top:64px;padding-bottom:68px}.hero h1{font-size:clamp(3.2rem,5.5vw,5.2rem);line-height:1.02;letter-spacing:-.055em}.hero h1 span{color:var(--teal)}.hero .intro{max-width:430px;margin:28px 0;font-size:1.125rem}.text-link{font-weight:700;text-decoration:none;border-bottom:2px solid var(--orange);padding-bottom:5px}.feature{text-decoration:none;display:block}.feature img{width:100%;aspect-ratio:16/9;object-fit:cover}.feature .eyebrow{margin:18px 0 9px}.feature h2{font-size:2rem}.feature p{margin:12px 0 0;color:var(--muted);font-size:1rem}.feature:hover h2,.card a:hover h3{color:var(--teal)}.section-heading{border-top:2px solid var(--ink);padding:26px 0 30px;display:flex;align-items:baseline;justify-content:space-between;gap:20px}.section-heading h2{font-size:3rem}.section-heading a{font-size:.9375rem}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:42px 28px;padding-bottom:64px}.card a{text-decoration:none}.card img{width:100%;aspect-ratio:16/9;object-fit:cover;margin-bottom:20px}.card h3{font-size:1.6rem;line-height:1.17;letter-spacing:-.025em}.card p{font-size:1rem;color:var(--muted);margin:13px 0}.card .read{font-size:.875rem;font-weight:700;color:var(--teal)}.newsletter{background:var(--teal);color:#fff;padding:48px 0}.newsletter .wrap{display:flex;align-items:center;justify-content:space-between;gap:40px}.newsletter h2{font-size:2.4rem;margin-bottom:10px}.newsletter p{margin:0;max-width:650px}.about-strip{padding:68px 0;display:grid;grid-template-columns:220px 1fr;gap:48px;align-items:center}.about-strip img{width:220px;aspect-ratio:1;object-fit:cover}.about-strip h2{font-size:2.7rem;margin-bottom:18px}.about-strip p{max-width:790px}.page-head{padding-top:62px;padding-bottom:45px}.page-head h1{font-size:clamp(3.2rem,7vw,5.8rem)}.page-head p{margin-top:22px;max-width:730px}.about-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:76px;padding-bottom:76px}.prose{max-width:760px}.prose h2{font-size:2.2rem;margin:40px 0 24px}.prose p{font-size:1.125rem}.portrait{width:100%;aspect-ratio:1;object-fit:cover}.caption{font-size:.875rem;color:var(--muted);margin-top:12px}.about-motto{color:var(--teal);padding:26px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:35px 0;font:600 2.1rem/1.2 Outfit,Arial,sans-serif}footer{background:var(--ink);color:var(--paper);padding:36px 0;font-size:.875rem}.footer-top,.footer-bottom{display:flex;justify-content:space-between;gap:28px}.footer-top{padding-bottom:24px;align-items:center}.footer-brand{font:700 1.4rem/1.2 Outfit,Arial,sans-serif;max-width:200px}.footer-links{display:flex;gap:24px;flex-wrap:wrap}.footer-bottom{border-top:1px solid #596261;padding-top:24px;color:#c7ceca;font-size:.8125rem}footer p{margin:0} @media(max-width:1000px){.wrap{padding-left:28px;padding-right:28px}.hero{gap:32px}.hero h1{font-size:4rem}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-layout{grid-template-columns:1fr 240px;gap:35px}nav{gap:20px}.logo{width:190px}}@media(max-width:680px){.wrap{padding-left:22px;padding-right:22px}.header-inner{padding-top:18px;padding-bottom:18px;flex-wrap:wrap;gap:18px;min-height:0}.logo{width:175px}nav{gap:22px;width:100%;justify-content:space-between;font-size:.9375rem}nav .button{padding:9px 13px}.hero{grid-template-columns:1fr;padding-top:38px;padding-bottom:42px;gap:38px}.hero h1{font-size:clamp(3rem,11.5vw,4.7rem)}.hero .intro{margin:22px 0}.eyebrow{font-size:.75rem}.section-heading h2{font-size:2.5rem}.grid{grid-template-columns:1fr;gap:36px;padding-bottom:42px}.newsletter .wrap{display:block}.newsletter .button{margin-top:24px}.newsletter h2{font-size:2.2rem}.about-strip{grid-template-columns:1fr;gap:24px;padding:42px 0}.about-strip img{width:150px}.about-strip h2{font-size:2.3rem}.footer-top,.footer-bottom{flex-direction:column}.footer-links{gap:18px}.about-layout{display:flex;flex-direction:column;gap:24px;padding-bottom:45px}.about-layout aside{max-width:280px}.page-head{padding-top:40px;padding-bottom:26px}.page-head h1{font-size:3.4rem}.prose p{font-size:1.0625rem}.section-heading{align-items:center}.section-heading a{text-align:right}.feature h2{font-size:1.85rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

.footer-links{gap:14px}.social-icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border:1px solid #72807a;border-radius:50%;transition:background-color .15s,border-color .15s}.social-icon img{width:22px;height:22px;filter:invert(1)}.social-icon:hover{background:var(--teal);border-color:#a2c9c8}

/* Full-length essays use the site's existing colors, type, and artwork. */
.essay-heading{max-width:1060px;padding-top:48px;padding-bottom:34px}
.essay-back{display:inline-block;font-size:.9375rem;font-weight:600;color:var(--teal);margin-bottom:30px;text-decoration:none}
.essay h1{max-width:950px;font-size:clamp(2.75rem,5.4vw,4.6rem);line-height:1.04;letter-spacing:-.045em}
.essay-subtitle{font-size:clamp(1.25rem,2.2vw,1.65rem);color:var(--teal);margin:20px 0 22px}
.essay-meta{display:flex;flex-wrap:wrap;gap:8px 24px;font-size:.9375rem;color:var(--muted)}
.essay-art{max-width:1060px}.essay-art img{width:100%;aspect-ratio:16/9;object-fit:cover}
.essay-body{max-width:760px;margin:48px auto 0;padding:0 24px;font-size:1.1875rem;line-height:1.8;overflow-wrap:break-word}
.essay-body p{margin:0 0 1.6em}.essay-body h2{font-size:clamp(1.6rem,3vw,2rem);line-height:1.25;letter-spacing:-.015em;margin:2.2em 0 1em;color:var(--teal)}
.essay-body h2 strong{font-weight:700}.essay-body figure{margin:32px 0}.essay-body figure img{width:100%;height:auto}
.essay-body .portrait-photo{max-width:460px;margin:36px auto}
.essay-body figcaption{font-size:.875rem;line-height:1.55;color:var(--muted);margin-top:12px}
.essay-end{max-width:712px;margin:40px auto 64px;border-top:1px solid var(--line);padding-top:26px;display:flex;justify-content:space-between;gap:20px;font-size:1rem}
@media(max-width:680px){.essay-heading{padding-top:30px;padding-bottom:28px}.essay-back{margin-bottom:24px}.essay h1{font-size:clamp(2.5rem,10.5vw,3.4rem)}.essay-subtitle{margin-top:16px}.essay-body{margin-top:32px;padding:0 22px;font-size:1.125rem;line-height:1.75}.essay-body h2{margin-top:1.8em}.essay-end{margin:30px 22px 44px}.essay-meta{font-size:.875rem}}
@media print{header,footer,.essay-back,.essay-end{display:none}.essay-heading{padding-top:0}.essay-body{max-width:none}.essay-art{max-width:600px}body{background:#fff;color:#000}}

.footer-feed{align-self:center;font-weight:700;margin-right:6px}
