/* Journal directory and long-form reading, using the homepage design tokens. */
.journal-label{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding-block:24px 17px;font-size:14px;letter-spacing:.08em}
.journal-label span:last-child{letter-spacing:0;color:#64717a}
.blog-page .journal-features{display:grid;grid-template-columns:1fr 1fr;gap:48px 38px;padding-top:30px;padding-bottom:55px}
.blog-page .editorial-preview{padding:0;display:block}
.blog-page .editorial-preview:first-child{grid-column:1/-1;display:grid;grid-template-columns:1.25fr 1fr;gap:0;background:var(--pale)}
.blog-page .editorial-preview:first-child>img{height:440px;min-height:100%;border-radius:12px 0 0 0}
.blog-page .editorial-preview:first-child .feature-story-copy{padding:44px;align-self:center}
.blog-page .editorial-preview:not(:first-child)>img{height:285px;width:100%;object-fit:cover;border-radius:12px 0 0 0}
.blog-page .editorial-preview:last-child>img{object-position:50% 32%}
.editorial-preview{color:var(--navy);text-decoration:none}
.editorial-preview .eyebrow{font:600 12px/1.5 var(--sans);letter-spacing:.11em;margin:22px 0 13px;color:var(--burgundy)}
.editorial-preview .eyebrow span{white-space:nowrap;color:#63737c}
.editorial-preview h2{font-size:39px;line-height:1.08;margin:0 0 16px}
.editorial-preview p:not(.eyebrow){font-size:19px;line-height:1.5;margin:0 0 24px}
.editorial-preview .story-link{display:inline-flex;gap:18px;font-size:17px;font-weight:600;border-bottom:1px solid var(--burgundy);padding-bottom:5px}
.editorial-preview:hover h2{color:var(--burgundy)}
.editorial-preview:focus-visible{outline:3px solid var(--burgundy);outline-offset:6px}
.journal-note{border-top:1px solid var(--line);padding-block:30px 48px;display:grid;grid-template-columns:1fr 2fr 1fr;gap:35px;align-items:start}
.journal-note>p:not(.eyebrow){font-size:18px;line-height:1.5;margin:0}.journal-note>.text-link{justify-self:end;font-size:16px}
.story-hero{padding-top:18px;padding-bottom:0}
.story-heading{max-width:900px;margin:auto;text-align:center}
.story-heading h1{font-size:66px;line-height:1.06;margin:17px 0 22px;text-wrap:balance}
.story-deck{font-size:23px;line-height:1.5;max-width:760px;margin:auto}
.story-byline{display:flex;justify-content:center;flex-wrap:wrap;gap:10px 25px;font-size:14px;color:#536673;margin:25px auto 35px}
.story-byline a{text-decoration:underline;text-underline-offset:3px}
.story-hero>figure{margin:0;position:relative;overflow:hidden;border-radius:16px 0 16px 0;height:380px}
.story-hero>figure>img{width:100%;height:100%;object-fit:cover}
.story-hero>figure>figcaption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#182c3a99);padding:50px 30px 22px;color:#fff;font:italic 24px var(--serif);text-align:right}
.article-layout{display:grid;grid-template-columns:245px minmax(0,760px);justify-content:space-between;gap:60px;padding-block:54px 70px}
.story-index{position:sticky;top:25px}.story-index>.eyebrow{font-size:11px;margin-bottom:15px}.story-index nav{border-top:1px solid var(--line);display:flex;flex-direction:column}.story-index nav a{padding:12px 0;border-bottom:1px solid var(--line);font-size:15px;line-height:1.35}.story-index nav a:hover{color:var(--burgundy)}.back-journal{display:block;font-size:15px;margin-top:25px;color:var(--burgundy)}
.article-prose{min-width:0;font-size:20px;line-height:1.7}.article-prose>p:first-child{font-size:24px;line-height:1.55;margin-top:0}
.article-prose p{margin:0 0 22px}.article-prose h2{font-size:39px;line-height:1.13;margin:47px 0 21px;scroll-margin-top:25px}.article-prose h3{font-size:27px;margin:30px 0 14px}.article-prose ul,.article-prose ol{padding-left:24px;margin:20px 0 28px}.article-prose li{margin:9px 0}.article-prose a{color:var(--burgundy);text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}
.article-prose blockquote{margin:32px 0;background:var(--pale);padding:28px 32px;border-left:3px solid var(--burgundy);font-size:19px;line-height:1.6}.article-prose blockquote p:last-child,.article-prose blockquote ul:last-child{margin-bottom:0}
.article-figure{margin:32px 0}.article-figure img{width:100%;height:285px;object-fit:cover;border-radius:10px 0}.article-figure figcaption{font-size:13px;color:#68767d;line-height:1.5;margin-top:10px}
.article-prose table{border-collapse:collapse;width:100%;font-size:17px;line-height:1.5;margin:28px 0}.article-prose th{background:var(--navy);color:white;font-weight:600;text-align:left}.article-prose td,.article-prose th{padding:15px 17px;border:1px solid #cad5db;vertical-align:top}.article-prose tbody tr:nth-child(even){background:#eaf0f3}
.related-reading{background:var(--pale);padding:50px 0 65px}.related-heading{display:flex;align-items:baseline;gap:25px;flex-wrap:wrap;margin-bottom:30px}.related-heading>.eyebrow{width:100%;margin:0}.related-heading h2{font-size:42px;margin:0}.related-heading>.text-link{margin-left:auto}.related-grid{display:grid;grid-template-columns:1fr 1fr;gap:38px}.related-grid img{height:230px;width:100%;object-fit:cover;border-radius:12px 0}.related-grid .editorial-preview h2{font-size:33px}
@media(max-width:1000px){.story-heading h1{font-size:55px}.article-layout{grid-template-columns:190px minmax(0,1fr);gap:35px}.blog-page .editorial-preview:first-child .feature-story-copy{padding:30px}.blog-page .editorial-preview h2{font-size:34px}.journal-note{grid-template-columns:1fr 2fr}.journal-note>.text-link{grid-column:2;justify-self:start}.story-hero>figure{height:310px}}
@media(max-width:700px){.journal-label{font-size:11px;padding-top:13px}.journal-label span:last-child{font-size:12px;letter-spacing:0}.blog-page .journal-features{grid-template-columns:1fr;gap:35px;padding-top:22px;padding-bottom:34px}.blog-page .editorial-preview:first-child{display:block;grid-column:auto}.blog-page .editorial-preview:first-child>img{height:230px;min-height:0}.blog-page .editorial-preview:first-child .feature-story-copy{padding:23px}.blog-page .editorial-preview:not(:first-child)>img{height:215px}.blog-page .editorial-preview h2{font-size:33px}.blog-page .editorial-preview p:not(.eyebrow){font-size:18px}.editorial-preview .eyebrow{font-size:10px;margin-top:18px}.journal-note{display:block;padding-block:25px 35px}.journal-note>p{margin-bottom:18px!important}.journal-note>.text-link{display:inline-block}.story-heading{text-align:left}.story-heading h1{font-size:43px;letter-spacing:-.6px;line-height:1.08;text-wrap:pretty;margin:15px 0 20px}.story-deck{font-size:20px;line-height:1.45}.story-byline{justify-content:flex-start;font-size:12px;gap:7px;margin:22px 0 27px}.story-hero>figure{height:230px}.story-hero>figure>figcaption{font-size:20px;padding:40px 15px 16px}.article-layout{display:flex;flex-direction:column;gap:32px;padding-block:28px 42px}.story-index{position:static;width:100%}.story-index nav{display:grid;grid-template-columns:1fr 1fr;column-gap:20px}.story-index nav a{font-size:13px;padding:10px 0}.back-journal{display:none}.article-prose{font-size:18px;line-height:1.65;width:100%}.article-prose>p:first-child{font-size:21px}.article-prose h2{font-size:32px;margin-top:37px}.article-prose h3{font-size:25px}.article-prose blockquote{padding:22px;font-size:17px}.article-figure img{height:210px}.article-prose table{font-size:14px;table-layout:fixed}.article-prose td,.article-prose th{padding:10px 8px;overflow-wrap:anywhere}.related-reading{padding:35px 0 40px}.related-heading h2{font-size:33px}.related-heading>.text-link{margin-left:0}.related-grid{grid-template-columns:1fr;gap:34px}.related-grid img{height:210px}.article-page .breadcrumbs{font-size:12px;gap:8px;flex-wrap:wrap}}
@media(max-width:359px){.story-heading h1{font-size:37px}.story-hero>figure{height:190px}.journal-label{display:block}.journal-label span{display:block;margin-top:6px}.article-prose table{font-size:12px}.article-prose td,.article-prose th{padding:8px 5px}.story-index nav{column-gap:15px}}
@media print{.site-header,.site-footer,.story-index,.related-reading,.breadcrumbs,.notice{display:none!important}.article-layout{display:block}.story-hero>figure{height:230px}.article-prose{font-size:11pt}.article-prose h2{font-size:22pt;break-after:avoid}.article-prose h3{font-size:17pt;break-after:avoid}.article-prose a{color:inherit}.article-prose figure,.article-prose blockquote{break-inside:avoid}}
.story-hero>figure>img[src="images/books.webp"]{object-position:50% 28%}
