/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/components/edition/edition.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.edition {
  --ed-accent: #9c2450; --ed-ink: #20232b; --ed-muted: #636975; --ed-line: #dfe2e7;
  --ed-paper: #fff; --ed-wash: #f6f7f9; --ed-tint: #f9eff3; --ed-display: Georgia, serif;
  background: var(--ed-paper); color: var(--ed-ink); font-family: Arial, Helvetica, sans-serif; letter-spacing: 0;
  min-height: 100vh; display: flex; flex-direction: column;
}
.edition *, .edition *::before, .edition *::after { box-sizing: border-box; letter-spacing: 0; }
.edition a { color: inherit; text-decoration: none; }
.edition a:focus-visible, .edition button:focus-visible, .edition summary:focus-visible { outline: 3px solid var(--ed-accent); outline-offset: 5px; }
.edition button { cursor: pointer; }
.edition img { display: block; max-width: 100%; }
.edition h1, .edition h2, .edition h3 { font-family: var(--ed-display); text-wrap: balance; }
.ed-wrap { width: min(1320px, calc(100% - 80px)); margin-inline: auto; }
.ed-topline { background: var(--ed-wash); border-bottom: 1px solid var(--ed-line); font-size: 11px; color: var(--ed-muted); }
.ed-topline .ed-wrap { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.ed-topline span, .ed-topline a { display: flex; gap: 6px; align-items: center; }
.ed-header { min-height: 116px; display: flex; align-items: center; gap: 36px; justify-content: space-between; position: relative; }
.ed-logo { display: inline-flex; align-items: baseline; gap: 7px; flex-wrap: wrap; line-height: 1; font-size: 36px; font-family: var(--ed-display); font-weight: 800; }
.ed-logo em { color: var(--ed-accent); font-size: 0.64em; font-style: normal; }
.ed-logo i { color: var(--ed-accent); font-style: normal; margin-left: -5px; }
.ed-header-note { font-size: 12px; color: var(--ed-muted); margin-left: auto; }
.ed-header-actions { display: flex; align-items: center; gap: 16px; }
.ed-search-button { display: inline-flex; gap: 10px; align-items: center; border-left: 1px solid var(--ed-line); padding: 8px 0 8px 24px; font-size: 13px; }
.ed-nav { border-block: 1px solid var(--ed-line); }
.ed-nav .ed-wrap { display: flex; align-items: center; gap: 29px; min-height: 53px; overflow-x: auto; scrollbar-width: thin; }
.ed-nav a { display: flex; align-items: center; gap: 6px; flex-shrink: 0; font-size: 12px; font-weight: 700; padding-block: 18px; }
.ed-nav a:hover { color: var(--ed-accent); }
.ed-nav-home { color: var(--ed-accent) !important; }
.ed-mobile-menu { display: none; }
.ed-skip { position: fixed; top: -100px; left: 10px; background: #fff; padding: 15px; z-index: 100; }
.ed-skip:focus { top: 10px; }
.ed-home-intro { display: flex; align-items: center; gap: 38px; padding-block: 36px 27px; }
.ed-home-intro h1 { font-size: 38px; line-height: 1.15; margin-top: 7px; }
.ed-home-intro p { color: var(--ed-muted); font-size: 14px; line-height: 1.7; max-width: 420px; margin-left: auto; }
.ed-round-link { flex-shrink: 0; height: 48px; width: 48px; border-radius: 50%; border: 1px solid var(--ed-line); display: grid; place-items: center; color: var(--ed-accent) !important; }
.ed-kicker { color: var(--ed-accent); font-size: 10px; line-height: 1.5; font-weight: 700; text-transform: uppercase; display: inline-flex; gap: 8px; align-items: center; }
.ed-front { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr); gap: 32px; }
.ed-story { min-width: 0; }
.ed-story-image { overflow: hidden; position: relative; background: var(--ed-wash); aspect-ratio: 16/10; border-radius: 6px; }
.ed-story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.ed-story-link:hover img { transform: scale(1.025); }
.ed-image-arrow { background: #fff; color: #20232b; position: absolute; bottom: 14px; right: 14px; width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; opacity: 0; transition: opacity .2s; }
.ed-story-link:hover .ed-image-arrow { opacity: 1; }
.ed-story-copy { padding-top: 16px; }
.ed-story h3 { font-size: 23px; line-height: 1.25; font-weight: 700; margin: 8px 0 11px; overflow-wrap: anywhere; }
.ed-story p { font-size: 13px; line-height: 1.65; color: var(--ed-muted); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.ed-story-date { display: block; font-size: 10px; margin-top: 14px; color: var(--ed-muted); }
.ed-story-link:hover h3 { color: var(--ed-accent); }
.ed-story-cover { position: relative; min-height: 480px; }
.ed-story-cover .ed-story-link { display: flex; align-items: end; min-height: 480px; height: 100%; position: relative; overflow: hidden; border-radius: 6px; }
.ed-story-cover .ed-story-image { position: absolute; inset: 0; aspect-ratio: auto; }
.ed-story-cover .ed-story-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(10,17,22,.82) 100%); }
.ed-story-cover .ed-story-copy { position: relative; z-index: 1; padding: 36px; color: #fff; max-width: 670px; }
.ed-story-cover h3 { font-size: 38px; line-height: 1.13; color: #fff !important; margin-block: 13px; }
.ed-story-cover .ed-kicker { color: #fff; border-bottom: 2px solid #fff; padding-bottom: 4px; }
.ed-story-cover p { color: #f0f1f3; max-width: 530px; }
.ed-story-cover .ed-story-date { color: #dfe3e7; }
.ed-front-aside { display: flex; flex-direction: column; }
.ed-front-aside-title { display: flex; align-items: center; justify-content: space-between; padding-bottom: 17px; border-bottom: 2px solid var(--ed-ink); font-size: 12px; font-weight: 700; }
.ed-feature-item { display: flex; gap: 13px; padding-block: 20px; border-bottom: 1px solid var(--ed-line); flex: 1; }
.ed-feature-number { font-size: 11px; color: var(--ed-accent); padding-top: 2px; font-weight: 700; }
.ed-story-compact { width: 100%; }
.ed-story-compact .ed-story-link { display: grid; grid-template-columns: minmax(0, 1fr) 110px; gap: 16px; height: 100%; align-items: center; }
.ed-story-compact .ed-story-copy { grid-column: 1; grid-row: 1; padding: 0; }
.ed-story-compact .ed-story-image { grid-column: 2; grid-row: 1; aspect-ratio: 1; }
.ed-story-compact h3 { font-size: 19px; line-height: 1.27; margin-block: 7px; }
.ed-story-compact p, .ed-story-compact .ed-story-date { display: none; }
.ed-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 25px; }
.ed-section-heading h2 { font-size: 31px; font-weight: 700; line-height: 1.2; margin-top: 6px; }
.ed-section-heading > a { display: flex; gap: 12px; align-items: center; font-size: 12px; font-weight: 700; padding-bottom: 4px; flex-shrink: 0; }
.ed-section-heading > a:hover { color: var(--ed-accent); }
.ed-categories, .ed-latest, .ed-topic-section, .ed-people-band { padding-block: 44px; border-bottom: 1px solid var(--ed-line); }
.ed-category-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0 24px; }
.ed-category-grid > a { display: flex; align-items: start; gap: 13px; border-top: 1px solid var(--ed-line); padding: 20px 0; transition: color .2s; }
.ed-category-grid > a:hover { color: var(--ed-accent); }
.ed-category-number { font-size: 10px; margin-top: 4px; color: var(--ed-accent); }
.ed-category-grid h3 { font-size: 16px; line-height: 1.3; font-weight: 700; }
.ed-category-grid div > span { font-size: 10px; color: var(--ed-muted); display: block; margin-top: 7px; }
.ed-category-grid svg { flex-shrink: 0; margin-left: auto; width: 15px; }
.ed-story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px 28px; }
.ed-topic-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.ed-topic-1 { background: var(--ed-wash); margin-inline: -24px; padding-inline: 24px; }
.ed-people-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 30px; }
.ed-people-grid > a { display: flex; gap: 19px; align-items: center; border-top: 1px solid var(--ed-line); padding-block: 20px; }
.ed-people-grid img, .ed-person-initial { width: 65px; height: 65px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.ed-person-initial { display: grid; place-items: center; background: var(--ed-tint); color: var(--ed-accent); font-family: var(--ed-display); font-size: 24px; }
.ed-people-grid h3 { font-size: 20px; }
.ed-people-grid p { font-size: 12px; line-height: 1.5; color: var(--ed-muted); margin-top: 4px; }
.ed-people-grid > a > svg { margin-left: auto; flex-shrink: 0; }
.ed-bottom-invite { padding-block: 35px 50px; display: flex; align-items: center; gap: 24px; }
.ed-bottom-invite > svg { color: var(--ed-accent); flex-shrink: 0; }
.ed-bottom-invite h2 { font-size: 24px; }
.ed-bottom-invite p { color: var(--ed-muted); font-size: 13px; margin-top: 7px; }
.ed-bottom-invite > a { margin-left: auto; display: flex; gap: 12px; align-items: center; font-size: 12px; font-weight: 700; border-bottom: 1px solid var(--ed-ink); padding-block: 8px; }
.ed-footer { margin-top: auto; background: var(--ed-ink); color: #fff; padding-top: 48px; }
.ed-footer-main { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 50px; padding-bottom: 40px; }
.ed-footer .ed-logo { font-size: 32px; }
.ed-footer .ed-logo em, .ed-footer .ed-logo i { color: #fff; opacity: .75; }
.ed-footer-main p { color: #cbd1d8; font-size: 13px; line-height: 1.8; max-width: 320px; margin-top: 20px; }
.ed-footer-main h2 { font-family: Arial, sans-serif; font-size: 12px; font-weight: 700; margin-bottom: 16px; }
.ed-footer-main > div:not(:first-child) a { display: block; color: #cbd1d8; font-size: 12px; margin-bottom: 12px; }
.ed-footer-main a:hover { text-decoration: underline; }
.ed-footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; border-top: 1px solid #ffffff30; padding-block: 24px; font-size: 10px; color: #cbd1d8; }
.ed-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-size: 11px; color: var(--ed-muted); padding-block: 26px; }
.ed-listing { padding-bottom: 55px; }
.ed-listing-heading { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-block: 18px 32px; }
.ed-listing-heading h1 { font-size: 46px; line-height: 1.1; margin-top: 13px; font-weight: 700; }
.ed-listing-heading p { font-size: 15px; color: var(--ed-muted); line-height: 1.7; margin-top: 18px; max-width: 690px; }
.ed-count { font-size: 11px; color: var(--ed-muted); text-align: center; border-left: 1px solid var(--ed-line); padding-left: 35px; }
.ed-count strong { display: block; font-size: 42px; color: var(--ed-accent); font-weight: 500; }
.ed-category-tabs { display: flex; gap: 9px 22px; flex-wrap: wrap; padding-block: 20px; border-block: 1px solid var(--ed-line); margin-bottom: 32px; }
.ed-category-tabs a { font-size: 12px; display: flex; gap: 7px; padding-block: 5px; }
.ed-category-tabs a span { font-size: 10px; color: var(--ed-muted); }
.ed-category-tabs a[aria-current], .ed-category-tabs a:hover { color: var(--ed-accent); text-decoration: underline; text-underline-offset: 6px; }
.ed-list-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px 28px; }
.ed-list-grid .ed-story-list-feature { grid-column: span 2; grid-row: span 2; }
.ed-story-list-feature .ed-story-image { aspect-ratio: 4/3; }
.ed-story-list-feature h3 { font-size: 34px; }
.ed-story-list-feature p { font-size: 15px; -webkit-line-clamp: 3; }
.ed-pagination { display: flex; justify-content: center; align-items: center; gap: 12px; margin-top: 45px; }
.ed-pagination a { min-width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid var(--ed-line); border-radius: 50%; font-size: 13px; padding: 8px; }
.ed-pagination a[aria-current] { background: var(--ed-accent); color: #fff; border-color: var(--ed-accent); }
.ed-article-heading { max-width: 1000px; margin: 12px auto 30px; text-align: center; }
.ed-article-heading h1 { font-size: 48px; line-height: 1.12; font-weight: 700; margin-block: 15px 25px; }
.ed-article-meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 25px; font-size: 11px; color: var(--ed-muted); }
.ed-article-meta > span { display: flex; align-items: center; gap: 6px; }
.ed-article-meta > span:first-child { color: var(--ed-accent); font-weight: 700; }
.ed-article-hero { margin: 0 auto; max-width: 1100px; }
.ed-article-hero img { width: 100%; max-height: 620px; object-fit: cover; aspect-ratio: 16/9; border-radius: 6px; }
.ed-reading-layout { max-width: 1100px; display: grid; grid-template-columns: 255px minmax(0, 1fr); gap: 64px; margin: 42px auto 55px; }
.ed-reading-aside { align-self: start; position: sticky; top: 25px; max-height: calc(100vh - 50px); overflow-y: auto; scrollbar-width: thin; }
.ed-reading-aside ol { list-style: none; padding: 0; margin-top: 18px; }
.ed-reading-aside li { border-bottom: 1px solid var(--ed-line); }
.ed-reading-aside li a { display: flex; gap: 12px; font-size: 12px; line-height: 1.5; padding-block: 12px; }
.ed-reading-aside li a:hover { color: var(--ed-accent); }
.ed-reading-aside li a > span:first-child { color: var(--ed-muted); font-size: 10px; padding-top: 2px; }
.ed-aside-back { margin-top: 24px; font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: space-between; }
.ed-prose { min-width: 0; font-size: 17px; line-height: 1.85; overflow-wrap: anywhere; }
.ed-prose p { margin: 0 0 22px; }
.ed-prose > p:first-child { font-size: 20px; line-height: 1.65; }
.ed-prose h2 { scroll-margin-top: 30px; font-size: 29px; font-weight: 700; line-height: 1.25; margin: 42px 0 19px; padding-top: 7px; }
.ed-prose h3 { font-size: 22px; line-height: 1.35; margin: 26px 0 14px; font-weight: 700; }
.ed-prose a { color: var(--ed-accent); text-decoration: underline; text-underline-offset: 3px; }
.ed-prose ul, .ed-prose ol { padding-left: 25px; margin-bottom: 25px; }
.ed-prose ul { list-style: disc; }
.ed-prose ol { list-style: decimal; }
.ed-prose li { padding-left: 7px; margin-block: 8px; }
.ed-prose li::marker { color: var(--ed-accent); font-weight: 700; }
.ed-prose img { width: 100%; height: auto; margin-block: 26px; border-radius: 6px; }
.ed-prose table { width: 100%; border-collapse: collapse; font-size: 14px; line-height: 1.6; margin-block: 20px; }
.ed-prose table th { background: var(--ed-ink); color: #fff; text-align: left; padding: 14px; }
.ed-prose table td { padding: 14px; border-bottom: 1px solid var(--ed-line); vertical-align: top; }
.ed-prose table tbody tr:nth-child(even) { background: var(--ed-wash); }
.ed-prose .article-table-wrap { overflow-x: auto; max-width: 100%; }
.ed-prose .article-table-wrap table { min-width: 480px; }
.ed-prose blockquote { border-left: 3px solid var(--ed-accent); padding: 15px 25px; margin: 24px 0; background: var(--ed-tint); }
.ed-prose .article-faq { border-block: 1px solid var(--ed-line); padding-block: 12px; margin-block: 35px; }
.ed-prose .article-faq-item { padding-block: 5px; border-bottom: 1px solid var(--ed-line); }
.ed-prose .article-faq-item:last-child { border-bottom: 0; }
.ed-prose .article-faq-item h3 { font-size: 20px; }
.ed-prose .article-faq-item p { font-size: 15px; }
.ed-prose .article-sources, .ed-prose .article-image-credit { font-size: 12px; color: var(--ed-muted); }
.ed-prose .article-sources h2 { font-size: 20px; }
.ed-prose .article-citations { font-size: 10px; }
.ed-related { padding-block: 35px 60px; border-top: 1px solid var(--ed-line); }
.ed-original-source { font-size: 12px; margin-bottom: 25px; }
.ed-profile-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px 28px; }
.ed-profile-portrait { background: var(--ed-tint); display: flex; align-items: center; justify-content: center; aspect-ratio: 3/2; margin-bottom: 20px; position: relative; overflow: hidden; border-radius: 6px; }
.ed-profile-portrait > span { font-family: var(--ed-display); font-size: 64px; color: var(--ed-accent); }
.ed-profile-portrait img { width: 100%; height: 100%; object-fit: cover; }
.ed-profile-portrait svg { position: absolute; bottom: 15px; right: 15px; }
.ed-profile-grid h2 { font-size: 28px; margin-block: 10px; }
.ed-profile-grid p { font-size: 14px; line-height: 1.7; color: var(--ed-muted); }
.ed-profile-more { display: flex; gap: 10px; align-items: center; font-size: 12px; font-weight: 700; margin-top: 20px; }
.ed-empty { padding-block: 40px; }
.ed-search-dialog { width: min(660px, calc(100% - 30px)); padding: 28px; border: 1px solid var(--ed-line); border-radius: 8px; background: #fff; color: var(--ed-ink); max-height: 85vh; margin: auto; box-shadow: 0 24px 100px #0003; }
.ed-search-dialog::backdrop { background: #10151dcc; }
.ed-search-top { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-bottom: 25px; }
.ed-search-top h2 { font-size: 26px; }
.ed-search-top button { padding: 8px; }
.ed-search-field { display: flex; align-items: center; gap: 12px; padding: 15px; background: var(--ed-wash); border-bottom: 2px solid var(--ed-accent); }
.ed-search-field input { min-width: 0; width: 100%; background: transparent; font-size: 16px; outline: none; }
.ed-search-results { margin-top: 15px; }
.ed-search-results > a { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-block: 17px; border-bottom: 1px solid var(--ed-line); }
.ed-search-results strong { display: block; font-size: 15px; line-height: 1.5; margin-top: 4px; }
.ed-search-results small { font-size: 10px; color: var(--ed-accent); }
.ed-search-results > p { padding: 20px; font-size: 14px; }
.ed-search-results svg { flex-shrink: 0; }

.ed-person-heading { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 50px; align-items: center; max-width: 1100px; margin: 20px auto 45px; }
.ed-person-photo { aspect-ratio: 4/5; background: var(--ed-tint); display: grid; place-items: center; border-radius: 6px; overflow: hidden; }
.ed-person-photo img { width: 100%; height: 100%; object-fit: cover; }
.ed-person-photo > span { font: 80px var(--ed-display); color: var(--ed-accent); }
.ed-person-heading h1 { font-size: 48px; line-height: 1.1; margin-block: 14px; }
.ed-person-occupation { font-size: 14px; color: var(--ed-accent); }
.ed-person-dates { display: block; margin-top: 12px; font-size: 12px; color: var(--ed-muted); }
.ed-person-intro { font-size: 18px; line-height: 1.8; margin-top: 22px; }
.ed-person-body { max-width: 780px; margin: 0 auto 50px; }
.ed-person-return { display: flex; gap: 12px; font-size: 13px; align-items: center; margin-bottom: 40px; }
/* Each edition has its own masthead, opening composition and editorial rhythm. */
.ed-journal { --ed-accent: #2355a2; --ed-tint: #edf3fa; --ed-display: 'Libre Baskerville', Georgia, serif; }
.ed-journal .ed-header { justify-content: center; position: relative; min-height: 140px; }
.ed-journal .ed-header-note { display: none; }
.ed-journal .ed-header-actions { position: absolute; right: 0; }
.ed-journal .ed-logo { font-size: 46px; }
.ed-journal .ed-nav { border-top: 3px double var(--ed-ink); border-bottom: 1px solid var(--ed-ink); }
.ed-journal .ed-nav .ed-wrap { justify-content: center; }
.ed-front-journal { grid-template-columns: 1.5fr 1fr; }
.ed-front-journal .ed-story-cover .ed-story-link { display: block; }
.ed-front-journal .ed-story-cover .ed-story-image { position: relative; aspect-ratio: 16/9; }
.ed-front-journal .ed-story-cover .ed-story-image::after { display: none; }
.ed-front-journal .ed-story-cover .ed-story-copy { color: var(--ed-ink); padding: 20px 0 0; }
.ed-front-journal .ed-story-cover h3 { color: var(--ed-ink) !important; font-size: 31px; }
.ed-front-journal .ed-story-cover .ed-kicker { color: var(--ed-accent); border: 0; }
.ed-front-journal .ed-story-cover p, .ed-front-journal .ed-story-cover .ed-story-date { color: var(--ed-muted); }
.ed-journal .ed-topic-grid { grid-template-columns: 1.4fr 1fr 1fr; }
.ed-urban { --ed-accent: #d44428; --ed-ink: #172f33; --ed-tint: #e8f0f0; --ed-display: 'Barlow Condensed', Arial, sans-serif; }
.ed-urban .ed-logo { font-size: 52px; }
.ed-urban .ed-logo em { background: var(--ed-accent); color: #fff; padding: 4px 8px; transform: rotate(-4deg); font-size: 20px; }
.ed-urban .ed-nav { background: var(--ed-ink); color: #fff; border: 0; }
.ed-urban .ed-nav-home { color: #fff !important; }
.ed-urban .ed-home-intro h1 { font-size: 48px; text-transform: uppercase; }
.ed-front-urban { grid-template-columns: minmax(0, 1fr); }
.ed-front-urban > .ed-story-cover .ed-story-copy { max-width: 740px; }
.ed-front-urban .ed-story-cover h3 { font-size: 48px; }
.ed-front-urban .ed-front-aside { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.ed-front-urban .ed-front-aside-title { display: none; }
.ed-front-urban .ed-story-compact .ed-story-link { grid-template-columns: minmax(0, 1fr) 82px; }
.ed-urban .ed-section-heading h2 { text-transform: uppercase; font-size: 36px; }
.ed-urban .ed-category-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.ed-urban .ed-story h3 { font-size: 27px; }
.ed-urban .ed-story-compact h3 { font-size: 24px; }
.ed-urban .ed-front .ed-story-cover h3 { font-size: 46px; }
.ed-garden { --ed-accent: #316649; --ed-ink: #203b2c; --ed-tint: #edf4ee; --ed-wash: #f5f8f5; --ed-display: 'Lora', Georgia, serif; }
.ed-garden .ed-logo { font-size: 33px; font-weight: 600; }
.ed-garden .ed-logo em { color: #a45230; }
.ed-garden .ed-nav { background: var(--ed-tint); border: 0; }
.ed-front-garden { grid-template-columns: minmax(0, 1.9fr) minmax(0, 1fr); }
.ed-front-garden .ed-front-aside-title { display: none; }
.ed-front-garden .ed-feature-item { padding: 0 0 20px; border: 0; }
.ed-front-garden .ed-feature-number { display: none; }
.ed-front-garden .ed-story-compact .ed-story-link { display: block; }
.ed-front-garden .ed-story-compact .ed-story-image { aspect-ratio: 2.5; }
.ed-front-garden .ed-story-compact .ed-story-copy { padding-top: 10px; }
.ed-front-garden .ed-story-cover, .ed-front-garden .ed-story-cover .ed-story-link { min-height: 530px; }
.ed-garden .ed-category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ed-garden .ed-topic-grid { grid-template-columns: 1.3fr 1fr 1fr; }
.ed-flash { --ed-accent: #d3223f; --ed-ink: #24242c; --ed-tint: #fff0f2; --ed-display: 'Manrope', Arial, sans-serif; }
.ed-flash .ed-logo { font-size: 35px; font-weight: 800; }
.ed-flash .ed-logo em { font-size: 1em; font-style: italic; }
.ed-flash .ed-topline { background: var(--ed-accent); color: #fff; border: 0; }
.ed-flash .ed-nav { border-bottom: 3px solid var(--ed-accent); }
.ed-front-flash { grid-template-columns: minmax(0, 1fr) minmax(0, 1.7fr); }
.ed-front-flash > .ed-story-cover { grid-column: 2; grid-row: 1; }
.ed-front-flash > .ed-front-aside { grid-column: 1; grid-row: 1; }
.ed-flash .ed-story-cover h3 { font-size: 34px; }
.ed-flash .ed-category-number { font-size: 22px; font-weight: 800; color: var(--ed-line); }
.ed-flash .ed-category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ed-flash .ed-story-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ed-coastal { --ed-accent: #087b79; --ed-ink: #193d43; --ed-tint: #eaf6f4; --ed-wash: #f4f9f8; --ed-display: 'DM Sans', Arial, sans-serif; }
.ed-coastal .ed-logo { font-size: 51px; font-weight: 800; }
.ed-coastal .ed-logo em { font-size: 22px; }
.ed-coastal .ed-topline { background: var(--ed-tint); }
.ed-coastal .ed-nav { border: 0; background: var(--ed-accent); color: #fff; }
.ed-coastal .ed-nav-home, .ed-coastal .ed-nav a:hover { color: #fff !important; }
.ed-front-coastal { display: block; }
.ed-front-coastal .ed-story-cover .ed-story-link { min-height: 430px; }
.ed-front-coastal .ed-story-cover { min-height: 430px; }
.ed-front-coastal .ed-front-aside { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin-top: 24px; }
.ed-front-coastal .ed-front-aside-title { display: none; }
.ed-front-coastal .ed-feature-item { padding: 0 0 22px; }
.ed-front-coastal .ed-story-compact .ed-story-link { grid-template-columns: 140px minmax(0, 1fr); }
.ed-front-coastal .ed-story-compact .ed-story-copy { grid-column: 2; }
.ed-front-coastal .ed-story-compact .ed-story-image { grid-column: 1; aspect-ratio: 4/3; }
.ed-coastal .ed-category-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.ed-industrial { --ed-accent: #926500; --ed-ink: #222b32; --ed-tint: #fff7d8; --ed-wash: #f5f6f7; --ed-display: 'Space Grotesk', Arial, sans-serif; }
.ed-industrial .ed-header { border-bottom: 4px solid #efc74c; }
.ed-industrial .ed-logo em { background: #efc74c; color: var(--ed-ink); padding: 5px 8px; font-size: 23px; border-radius: 4px; }
.ed-industrial .ed-nav { background: var(--ed-ink); color: #fff; border: 0; }
.ed-industrial .ed-nav-home, .ed-industrial .ed-nav a:hover { color: #efc74c !important; }
.ed-front-industrial { grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr); gap: 24px; }
.ed-front-industrial .ed-front-aside { background: var(--ed-wash); padding: 22px; }
.ed-front-industrial .ed-feature-number { display: none; }
.ed-industrial .ed-category-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.ed-industrial .ed-category-grid > a { border-top: 3px solid #efc74c; }
.ed-industrial .ed-article-heading { text-align: left; margin-left: 0; }
.ed-industrial .ed-article-meta { justify-content: start; }
.ed-heritage { --ed-display: 'Playfair Display', Georgia, serif; }
.ed-heritage .ed-header { min-height: 125px; }
.ed-heritage .ed-logo { font-size: 43px; }
.ed-heritage .ed-logo em { font-weight: 500; }
.ed-heritage .ed-category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ed-heritage .ed-topic-grid { grid-template-columns: 1.6fr 1fr 1fr; }

@media (min-width: 1500px) { .ed-wrap { width: min(1400px, calc(100% - 120px)); } .ed-story-cover, .ed-story-cover .ed-story-link { min-height: 510px; } }
@media (max-width: 1100px) {
  .ed-wrap { width: calc(100% - 48px); }
  .ed-nav .ed-wrap { gap: 23px; }
  .ed-front { gap: 23px; }
  .ed-story-cover h3 { font-size: 32px; }
  .ed-story-cover .ed-story-copy { padding: 25px; }
  .ed-story-compact .ed-story-link { grid-template-columns: minmax(0, 1fr) 78px; }
  .ed-story-compact h3 { font-size: 17px; }
  .edition .ed-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ed-header-note { display: none; }
  .ed-reading-layout { gap: 30px; grid-template-columns: 210px minmax(0, 1fr); }
  .ed-front-urban .ed-front-aside { gap: 15px; }
  .ed-front-urban .ed-story-compact .ed-story-link { grid-template-columns: minmax(0, 1fr); }
  .ed-front-urban .ed-story-compact .ed-story-image { display: none; }
}
@media (max-width: 760px) {
  .ed-wrap { width: calc(100% - 36px); }
  .ed-topline .ed-wrap { min-height: 30px; font-size: 10px; }
  .ed-topline .ed-wrap > span:nth-child(2) { display: none; }
  .edition .ed-header { min-height: 84px; justify-content: space-between; gap: 10px; }
  .edition .ed-logo { font-size: 30px; gap: 5px; }
  .edition .ed-logo em { font-size: 17px; }
  .ed-garden .ed-header .ed-logo { font-size: 25px; }
  .ed-journal .ed-header-actions { position: static; }
  .ed-search-button { padding: 8px; border: 0; }
  .ed-search-button > span { display: none; }
  .ed-header-actions { gap: 5px; }
  .ed-mobile-menu { display: block; }
  .ed-mobile-menu summary { padding: 8px; list-style: none; cursor: pointer; }
  .ed-mobile-menu summary::-webkit-details-marker { display: none; }
  .ed-mobile-menu nav { position: absolute; top: 100%; right: 0; left: 0; background: #fff; color: var(--ed-ink); z-index: 30; border: 1px solid var(--ed-line); box-shadow: 0 16px 30px #0002; padding: 18px; max-height: 70vh; overflow: auto; }
  .ed-mobile-menu nav a { display: block; font-size: 14px; padding: 12px 6px; border-bottom: 1px solid var(--ed-line); }
  .edition .ed-nav .ed-wrap { justify-content: start; min-height: 44px; gap: 25px; }
  .ed-nav a { font-size: 11px; padding-block: 14px; }
  .ed-home-intro { padding-block: 25px 21px; gap: 15px; flex-wrap: wrap; }
  .edition .ed-home-intro h1 { font-size: 30px; }
  .ed-home-intro p { margin: 0; font-size: 13px; max-width: none; width: 100%; order: 3; }
  .ed-home-intro .ed-round-link { margin-left: auto; width: 38px; height: 38px; }
  .edition .ed-front { display: flex; flex-direction: column; gap: 22px; }
  .edition .ed-story-cover, .edition .ed-story-cover .ed-story-link { min-height: 420px; }
  .edition .ed-story-cover h3 { font-size: 30px; }
  .ed-story-cover .ed-story-copy { padding: 24px; }
  .ed-story-cover p { font-size: 12px; }
  .edition .ed-front-aside { display: flex; flex-direction: column; padding: 0; background: transparent; margin-top: 0; gap: 0; }
  .ed-feature-item { padding-block: 17px !important; }
  .edition .ed-story-compact .ed-story-link { display: grid; grid-template-columns: minmax(0, 1fr) 95px; gap: 15px; }
  .edition .ed-story-compact .ed-story-image { display: block; grid-column: 2; grid-row: 1; aspect-ratio: 1; }
  .edition .ed-story-compact .ed-story-copy { grid-column: 1; grid-row: 1; padding: 0; }
  .edition .ed-story-compact h3 { font-size: 19px; }
  .ed-journal .ed-story-cover .ed-story-copy { padding: 20px 0 0; }
  .ed-categories, .ed-latest, .ed-topic-section, .ed-people-band { padding-block: 30px; }
  .ed-section-heading { align-items: start; margin-bottom: 20px; }
  .edition .ed-section-heading h2 { font-size: 26px; }
  .ed-section-heading > a { font-size: 10px; gap: 5px; padding-top: 10px; max-width: 110px; }
  .edition .ed-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; }
  .ed-category-grid > a { gap: 8px; padding-block: 16px; }
  .ed-category-grid h3 { font-size: 15px; }
  .ed-category-number { display: none; }
  .edition .ed-story-grid, .edition .ed-topic-grid, .ed-list-grid, .ed-profile-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 18px; }
  .edition .ed-story h3 { font-size: 20px; }
  .ed-story-copy { padding-top: 12px; }
  .ed-story p { font-size: 12px; }
  .ed-topic-grid .ed-story:first-child { grid-column: span 2; }
  .ed-topic-grid .ed-story:first-child .ed-story-image { aspect-ratio: 16/9; }
  .ed-topic-1 { margin-inline: -18px; padding-inline: 18px; }
  .ed-people-grid { grid-template-columns: 1fr; gap: 0; }
  .ed-bottom-invite { flex-wrap: wrap; padding-bottom: 35px; gap: 17px; }
  .ed-bottom-invite > div { flex: 1; }
  .ed-bottom-invite h2 { font-size: 22px; }
  .ed-bottom-invite > a { margin-left: 43px; }
  .ed-footer-main { grid-template-columns: 1fr 1fr; gap: 30px; }
  .ed-footer-main > div:first-child { grid-column: span 2; }
  .ed-footer-bottom > span:nth-child(2) { display: none; }
  .ed-listing-heading { padding-top: 6px; gap: 18px; }
  .ed-listing-heading h1 { font-size: 32px; }
  .ed-listing-heading p { font-size: 13px; }
  .ed-count { padding-left: 17px; font-size: 10px; }
  .ed-count strong { font-size: 30px; }
  .ed-category-tabs { flex-wrap: nowrap; overflow-x: auto; margin-bottom: 25px; }
  .ed-category-tabs a { flex-shrink: 0; }
  .ed-list-grid .ed-story-list-feature { grid-row: auto; }
  .ed-story-list-feature .ed-story-image { aspect-ratio: 16/10; }
  .ed-list-grid .ed-story-list-feature h3 { font-size: 28px; }
  .ed-article-heading { text-align: left; margin-block: 6px 25px; }
  .ed-article-heading h1 { font-size: 34px; line-height: 1.16; }
  .ed-article-meta { justify-content: start; gap: 10px 18px; font-size: 10px; }
  .ed-article-hero img { aspect-ratio: 4/3; }
  .ed-reading-layout { display: flex; flex-direction: column; gap: 25px; margin-top: 25px; }
  .ed-reading-aside { position: static; width: 100%; max-height: none; border-block: 1px solid var(--ed-line); padding-block: 19px; }
  .ed-reading-aside ol { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; margin-top: 8px; }
  .ed-reading-aside li a { font-size: 11px; gap: 8px; }
  .ed-aside-back { display: none; }
  .ed-prose { font-size: 16px; line-height: 1.8; }
  .ed-prose > p:first-child { font-size: 18px; }
  .ed-prose h2 { font-size: 26px; margin-top: 32px; }
  .ed-prose h3 { font-size: 21px; }
  .ed-profile-grid h2 { font-size: 23px; }
  .ed-profile-grid p { font-size: 12px; }
  .ed-person-heading { grid-template-columns: 1fr; gap: 24px; }
  .ed-person-photo { width: 150px; }
  .ed-person-heading h1 { font-size: 36px; }
  .ed-person-intro { font-size: 16px; }
}
@media (max-width: 390px) {
  .ed-wrap { width: calc(100% - 28px); }
  .ed-topic-1 { margin-inline: -14px; padding-inline: 14px; }
  .edition .ed-logo { font-size: 26px; }
  .edition .ed-logo em { font-size: 14px; }
  .ed-garden .ed-header .ed-logo { font-size: 22px; }
  .ed-home-intro .ed-round-link { display: none; }
  .edition .ed-story-grid, .ed-profile-grid { grid-template-columns: 1fr; }
  .ed-story h3 { font-size: 22px !important; }
  .edition .ed-story-cover h3 { font-size: 29px !important; }
  .ed-article-heading h1 { font-size: 30px; }
  .ed-listing-heading h1 { font-size: 29px; }
  .ed-count { display: none; }
}
@media (prefers-reduced-motion: reduce) { .edition * { transition: none !important; scroll-behavior: auto !important; } }

