/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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; } }

/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/warsaw-network/warsaw-network.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
.wn{--wn-accent:#c52333;--wn-accent-2:#f4c95d;--wn-ink:#18202a;--wn-paper:#fffaf4;min-height:100vh;background:var(--wn-paper);color:var(--wn-ink);font-family:var(--font-body),Arial,sans-serif}.wn *{box-sizing:border-box}.wn a{color:inherit}.wn-wrap{width:min(1440px,calc(100% - 64px));margin-inline:auto}.wn-skip{position:fixed;left:16px;top:-60px;z-index:100;padding:10px 14px;background:#fff;color:#111}.wn-skip:focus{top:16px}.wn-topbar{background:var(--wn-ink);color:white;font-size:12px}.wn-topbar .wn-wrap{height:36px;display:flex;align-items:center;justify-content:space-between}.wn-topbar a{display:flex;gap:5px;align-items:center}.wn-header{min-height:122px;display:grid;grid-template-columns:1fr auto 1fr;gap:32px;align-items:center}.wn-brand{display:flex;flex-direction:column;text-decoration:none}.wn-brand strong{font-family:Georgia,serif;font-size:clamp(27px,3vw,48px);line-height:.9;letter-spacing:0}.wn-brand span{margin-top:8px;color:var(--wn-accent);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.wn-header>p{max-width:360px;text-align:center;font-family:Georgia,serif;font-size:17px}.wn-actions{justify-self:end;display:flex;align-items:center;gap:10px}.wn-actions>a,.wn-actions summary{width:42px;height:42px;border:1px solid color-mix(in srgb,var(--wn-ink) 22%,transparent);display:grid;place-items:center;cursor:pointer;border-radius:50%}.wn-actions details{position:relative}.wn-actions summary{list-style:none}.wn-actions details nav{position:absolute;z-index:50;right:0;top:50px;width:270px;padding:18px;background:white;box-shadow:0 18px 45px #0002;display:grid;gap:4px}.wn-actions details nav a{padding:9px;text-decoration:none}.wn-actions details nav a:hover{background:var(--wn-paper)}.wn-nav{border-block:1px solid color-mix(in srgb,var(--wn-ink) 17%,transparent);background:color-mix(in srgb,var(--wn-paper) 88%,white)}.wn-nav .wn-wrap{min-height:50px;display:flex;align-items:center;gap:30px;overflow:auto}.wn-nav a{white-space:nowrap;text-decoration:none;font-size:13px;font-weight:750}.wn-nav a:hover{color:var(--wn-accent)}.wn-nav-all{margin-left:auto}.wn-home{overflow:hidden}.wn-hero{position:relative;min-height:610px;display:grid;grid-template-columns:.82fr 1.18fr;align-items:stretch;padding-block:38px}.wn-hero-copy{position:relative;z-index:2;align-self:center;padding:54px 64px 54px 0}.wn-label{display:flex;align-items:center;gap:7px;color:var(--wn-accent);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.wn-hero h1{max-width:760px;margin:21px 0;font-family:Georgia,serif;font-size:clamp(48px,6vw,94px);line-height:.96;letter-spacing:0}.wn-hero-copy>p{max-width:570px;font-size:17px;line-height:1.7}.wn-hero-actions{display:flex;gap:12px;margin-top:30px}.wn-hero-actions a{padding:13px 18px;border:1px solid var(--wn-ink);text-decoration:none;font-weight:800;display:flex;align-items:center;gap:10px}.wn-hero-actions a:first-child{background:var(--wn-ink);color:white}.wn-hero-image{position:relative;margin:0;min-height:530px;overflow:hidden}.wn-hero-image img{width:100%;height:100%;object-fit:cover}.wn-hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,color-mix(in srgb,var(--wn-paper) 36%,transparent),transparent 32%)}.wn-hero-image figcaption{position:absolute;right:18px;bottom:16px;z-index:2;padding:8px 11px;background:#fffdd;color:#111;font-size:11px;font-weight:800}.wn-hero-index{position:absolute;left:-8px;bottom:14px;display:flex;align-items:end;gap:8px;color:color-mix(in srgb,var(--wn-ink) 20%,transparent);font-weight:900}.wn-hero-index strong{font-size:70px;line-height:.7}.wn-front,.wn-sections,.wn-more,.wn-manifesto{padding-block:70px}.wn-section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:14px;border-bottom:2px solid var(--wn-ink);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.wn-section-title a{display:flex;align-items:center;gap:8px;text-decoration:none;color:var(--wn-accent)}.wn-front-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:34px}.wn-front-list{display:grid;border-top:1px solid #0002}.wn-story{position:relative;border-bottom:1px solid #0002}.wn-story>a{height:100%;display:grid;grid-template-columns:150px 1fr auto;gap:20px;align-items:center;padding:20px 0;text-decoration:none}.wn-story-image{overflow:hidden;aspect-ratio:1.35}.wn-story-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.wn-story:hover img{transform:scale(1.025)}.wn-story-copy h2{margin:7px 0;font-family:Georgia,serif;font-size:21px;line-height:1.15}.wn-story-copy p{margin:7px 0;color:color-mix(in srgb,var(--wn-ink) 72%,white);line-height:1.5}.wn-story-copy time{font-size:11px;opacity:.64}.wn-story-lead>a{display:block;padding:0}.wn-story-lead .wn-story-image{aspect-ratio:1.7}.wn-story-lead .wn-story-copy{padding:24px 54px 10px 0}.wn-story-lead .wn-story-copy h2{font-size:clamp(30px,3vw,52px)}.wn-story-lead .wn-story-arrow{position:absolute;right:20px;bottom:20px}.wn-sections>header{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end;margin-bottom:30px}.wn-sections>header .wn-label{grid-column:1/-1}.wn-sections h2{margin:0;font-family:Georgia,serif;font-size:clamp(38px,4vw,64px)}.wn-sections>header p{margin:0;max-width:580px;line-height:1.65}.wn-section-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid #0003;border-left:1px solid #0003}.wn-section-grid>a{min-height:255px;padding:22px;display:flex;flex-direction:column;justify-content:space-between;text-decoration:none;border-right:1px solid #0003;border-bottom:1px solid #0003;transition:background .2s,color .2s}.wn-section-grid>a:hover{background:var(--wn-accent);color:white}.wn-section-grid h3{font-family:Georgia,serif;font-size:24px;line-height:1.05}.wn-section-grid p{font-size:14px;line-height:1.5}.wn-section-number{font-size:12px;font-weight:900;color:var(--wn-accent)}.wn-section-grid>a:hover .wn-section-number{color:white}.wn-section-grid svg{align-self:end}.wn-opening{background:var(--wn-ink);color:white}.wn-opening .wn-wrap{padding-block:54px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end}.wn-opening h2{font-family:Georgia,serif;font-size:42px;margin:15px 0 0}.wn-opening p{line-height:1.7;opacity:.82}.wn-more-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.wn-more-grid .wn-story>a{display:block}.wn-more-grid .wn-story-image{aspect-ratio:1.55}.wn-more-grid .wn-story-copy{padding-top:15px}.wn-manifesto{margin-block:50px;border-block:1px solid #0003;display:grid;grid-template-columns:.6fr 2fr 1fr;gap:40px;align-items:center}.wn-manifesto>span{font-size:11px;font-weight:900;text-transform:uppercase;color:var(--wn-accent)}.wn-manifesto blockquote{margin:0;font-family:Georgia,serif;font-size:clamp(34px,4vw,62px);line-height:1}.wn-manifesto p{line-height:1.6}.wn-manifesto a{grid-column:3;text-decoration:none;display:flex;align-items:center;gap:8px;font-weight:800}.wn-footer{background:var(--wn-ink);color:white;padding:70px 0 25px}.wn-footer .wn-brand span{color:var(--wn-accent-2)}.wn-footer-main{display:grid;grid-template-columns:2fr 1fr 1fr;gap:70px}.wn-footer-main>div{display:flex;flex-direction:column;align-items:start;gap:11px}.wn-footer-main p{max-width:520px;line-height:1.7;opacity:.72}.wn-footer-main h2{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--wn-accent-2)}.wn-footer-main a{text-decoration:none}.wn-footer-bottom{margin-top:55px;padding-top:18px;border-top:1px solid #fff2;display:flex;justify-content:space-between;font-size:11px;opacity:.72}

/* Dziesięć odmiennych rytmów redakcyjnych. */
.wn-layout-1 .wn-hero{grid-template-columns:1.15fr .85fr}.wn-layout-1 .wn-hero-image{order:-1;border-radius:0 0 90px 0}.wn-layout-1 .wn-hero-copy{padding-left:55px}.wn-layout-2 .wn-hero{min-height:700px}.wn-layout-2 .wn-hero-image{grid-column:1/-1;grid-row:1;max-height:620px}.wn-layout-2 .wn-hero-copy{grid-column:1/-1;grid-row:1;align-self:end;max-width:880px;margin:0 0 35px 35px;padding:38px;background:color-mix(in srgb,var(--wn-paper) 94%,transparent)}.wn-layout-2 .wn-hero-image:after{background:linear-gradient(0deg,#0008,transparent 65%)}.wn-layout-3 .wn-hero-image{border-radius:180px 0 0 0}.wn-layout-3 .wn-section-grid{grid-template-columns:2fr 1fr 1fr 1fr}.wn-layout-3 .wn-section-grid>a:first-child{grid-row:span 2}.wn-layout-4 .wn-hero{grid-template-columns:1fr}.wn-layout-4 .wn-hero-copy{padding:40px 0;display:grid;grid-template-columns:1fr 1fr;column-gap:50px}.wn-layout-4 .wn-hero-copy .wn-label,.wn-layout-4 .wn-hero-copy .wn-hero-actions{grid-column:1/-1}.wn-layout-4 .wn-hero-image{height:450px}.wn-layout-5 .wn-hero{grid-template-columns:1fr}.wn-layout-5 .wn-hero-copy{position:absolute;z-index:3;inset:auto 40px 70px;max-width:900px;padding:38px;background:var(--wn-paper)}.wn-layout-5 .wn-hero-image{min-height:700px}.wn-layout-5 .wn-hero-image:after{background:linear-gradient(0deg,#0008,transparent 60%)}.wn-layout-6 .wn-hero-image{clip-path:polygon(9% 0,100% 0,91% 100%,0 100%)}.wn-layout-6 .wn-hero h1{text-transform:uppercase;font-family:var(--font-heading),Arial,sans-serif;font-weight:900}.wn-layout-7 .wn-hero{grid-template-columns:.7fr 1.3fr}.wn-layout-7 .wn-hero-copy{border-left:6px solid var(--wn-accent);padding-left:42px}.wn-layout-7 .wn-section-grid>a:nth-child(odd){background:color-mix(in srgb,var(--wn-accent) 6%,var(--wn-paper))}.wn-layout-8 .wn-hero{width:100%;padding:0;min-height:740px}.wn-layout-8 .wn-hero-copy{padding-left:max(32px,calc((100vw - 1376px)/2));color:white;background:var(--wn-ink)}.wn-layout-8 .wn-hero-copy .wn-label{color:var(--wn-accent-2)}.wn-layout-8 .wn-hero-actions a{border-color:white}.wn-layout-8 .wn-hero-actions a:first-child{background:white;color:var(--wn-ink)}.wn-layout-9 .wn-hero{grid-template-columns:1fr 1fr;border-bottom:7px solid var(--wn-accent)}.wn-layout-9 .wn-hero-image{border-radius:8px}.wn-layout-9 .wn-section-grid>a{min-height:205px}.wn-layout-0 .wn-hero-copy{border-top:7px solid var(--wn-accent)}

@media(max-width:1000px){.wn-wrap{width:min(100% - 36px,900px)}.wn-header{grid-template-columns:1fr auto}.wn-header>p{display:none}.wn-nav .wn-wrap{gap:22px}.wn-hero,.wn-layout-1 .wn-hero,.wn-layout-7 .wn-hero,.wn-layout-9 .wn-hero{grid-template-columns:1fr}.wn-layout-1 .wn-hero-image{order:0}.wn-layout-8 .wn-hero{width:100%}.wn-layout-8 .wn-hero-copy{padding-left:30px}.wn-hero-copy{padding:44px 0}.wn-hero-image{min-height:420px}.wn-layout-5 .wn-hero-copy{position:relative;inset:auto}.wn-layout-5 .wn-hero-image{min-height:500px}.wn-section-grid{grid-template-columns:repeat(2,1fr)}.wn-layout-3 .wn-section-grid{grid-template-columns:repeat(2,1fr)}.wn-layout-3 .wn-section-grid>a:first-child{grid-row:auto}.wn-front-grid{grid-template-columns:1fr}.wn-manifesto{grid-template-columns:1fr 2fr}.wn-manifesto p,.wn-manifesto a{grid-column:2}.wn-footer-main{grid-template-columns:1.4fr 1fr 1fr}}
@media(max-width:640px){.wn-wrap{width:calc(100% - 28px)}.wn-topbar .wn-wrap span{display:none}.wn-topbar .wn-wrap{justify-content:flex-end}.wn-header{min-height:94px}.wn-brand strong{font-size:29px}.wn-actions>a{display:none}.wn-nav .wn-wrap{min-height:45px}.wn-nav a{font-size:12px}.wn-hero{min-height:0;padding-top:18px}.wn-hero-copy{padding:32px 0}.wn-hero h1{font-size:46px}.wn-hero-image,.wn-layout-5 .wn-hero-image{min-height:310px}.wn-layout-2 .wn-hero{min-height:610px}.wn-layout-2 .wn-hero-copy{margin:0 14px 18px;padding:22px}.wn-layout-4 .wn-hero-copy{display:block}.wn-layout-8 .wn-hero-copy{padding-inline:20px}.wn-hero-actions{flex-direction:column;align-items:stretch}.wn-hero-actions a{justify-content:center}.wn-section-grid,.wn-layout-3 .wn-section-grid{grid-template-columns:1fr}.wn-section-grid>a{min-height:185px}.wn-sections>header,.wn-opening .wn-wrap{grid-template-columns:1fr}.wn-sections>header .wn-label{grid-column:auto}.wn-front,.wn-sections,.wn-more,.wn-manifesto{padding-block:48px}.wn-story>a{grid-template-columns:105px 1fr;gap:14px}.wn-story-arrow{display:none}.wn-story-copy h2{font-size:18px}.wn-story-lead .wn-story-copy{padding-right:0}.wn-more-grid{grid-template-columns:1fr}.wn-manifesto{grid-template-columns:1fr}.wn-manifesto p,.wn-manifesto a{grid-column:auto}.wn-footer-main{grid-template-columns:1fr}.wn-footer-bottom{flex-direction:column;gap:8px}}

/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/warsaw-network/listing.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
.wn-listing{padding-block:48px 90px}.wn-breadcrumb{display:flex;align-items:center;gap:8px;font-size:12px;opacity:.68}.wn-breadcrumb a{text-decoration:none}.wn-listing-head{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:end;padding:55px 0 34px;border-bottom:2px solid var(--wn-ink)}.wn-listing-head h1{margin:10px 0 12px;font-family:Georgia,serif;font-size:clamp(46px,6vw,86px);line-height:.96}.wn-listing-head p{max-width:740px;font-size:17px;line-height:1.65}.wn-listing-head>strong{font-family:Georgia,serif;font-size:54px;color:var(--wn-accent);display:flex;flex-direction:column}.wn-listing-head>strong span{font-family:var(--font-body),Arial,sans-serif;font-size:11px;text-transform:uppercase}.wn-listing-tabs{display:flex;gap:8px;padding:22px 0 35px;overflow:auto}.wn-listing-tabs a{white-space:nowrap;padding:9px 13px;border:1px solid #0002;text-decoration:none;font-size:12px;font-weight:750}.wn-listing-tabs a[aria-current="page"]{background:var(--wn-ink);color:white}.wn-listing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.wn-listing-grid article{border-bottom:1px solid #0003}.wn-listing-grid article>a{display:block;text-decoration:none}.wn-listing-grid img{width:100%;aspect-ratio:1.55;object-fit:cover;margin-bottom:17px}.wn-listing-grid h2{font-family:Georgia,serif;font-size:28px;line-height:1.1}.wn-listing-grid p{line-height:1.6}.wn-read{display:flex;align-items:center;gap:7px;margin-block:18px;font-weight:800}.wn-empty-category{min-height:360px;display:grid;grid-template-columns:auto 1fr auto;gap:38px;align-items:center;padding:50px;background:color-mix(in srgb,var(--wn-accent) 6%,white);border:1px solid color-mix(in srgb,var(--wn-ink) 16%,transparent)}.wn-empty-category>span{font-family:Georgia,serif;font-size:80px;color:color-mix(in srgb,var(--wn-accent) 35%,white)}.wn-empty-category h2{font-family:Georgia,serif;font-size:38px;margin:0 0 10px}.wn-empty-category p{max-width:620px;line-height:1.65}.wn-empty-category>a{display:flex;align-items:center;gap:8px;font-weight:800}@media(max-width:760px){.wn-listing-head{grid-template-columns:1fr}.wn-listing-head>strong{font-size:36px}.wn-listing-grid{grid-template-columns:1fr}.wn-empty-category{grid-template-columns:1fr;padding:30px}.wn-empty-category>span{font-size:54px}.wn-empty-category h2{font-size:31px}}

