:root {
  --cream: #f7efdf;
  --paper: #fffaf0;
  --ink: #25211e;
  --red: #b52c26;
  --red-dark: #7f1e1a;
  --green: #285b4b;
  --yellow: #e1a92f;
  --blue: #315f79;
  --line: rgba(37, 33, 30, .2);
  --max: 1240px;
  --radius: 8px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cream); }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Verdana, Geneva, sans-serif; font-size: 16px; line-height: 1.65; overflow-x: hidden; }
img { display: block; max-width: 100%; }
h1, h2, h3, h4 { hyphens: auto; overflow-wrap: normal; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; transform: translateY(-160%); background: var(--ink); color: white; padding: .6rem .9rem; border-radius: var(--radius); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: relative; z-index: 20; background: var(--cream); border-bottom: 1px solid var(--line); }
.header-inner { width: min(var(--max), calc(100% - 40px)); min-height: 88px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; width: fit-content; font-size: 1.05rem; font-weight: 700; text-decoration: none; line-height: 1; }
.brand > span:last-child > span { color: var(--red); }
.brand-mark { width: 38px; height: 38px; position: relative; display: inline-block; flex: 0 0 38px; }
.brand-mark i { position: absolute; display: block; border-radius: 50%; }
.brand-mark i:nth-child(1) { width: 30px; height: 30px; inset: 4px auto auto 4px; background: var(--red); }
.brand-mark i:nth-child(2) { width: 13px; height: 13px; right: 0; bottom: 1px; background: var(--yellow); border: 3px solid var(--cream); }
.brand-mark i:nth-child(3) { width: 9px; height: 9px; left: 14px; top: 14px; background: var(--cream); }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 26px; font-size: .78rem; font-weight: 700; }
.main-nav a { text-decoration: none; padding: .45rem 0; border-bottom: 2px solid transparent; }
.main-nav a:hover { border-color: var(--red); }
.search-open { justify-self: end; border: 0; color: var(--ink); background: transparent; display: inline-flex; align-items: center; gap: 8px; cursor: pointer; font-size: .78rem; font-weight: 700; padding: .55rem 0; }
.search-icon { width: 19px; height: 19px; border: 2px solid currentColor; border-radius: 50%; position: relative; display: inline-block; flex: 0 0 19px; }
.search-icon::after { content: ''; position: absolute; width: 7px; height: 2px; background: currentColor; transform: rotate(45deg); right: -5px; bottom: -2px; border-radius: 1px; }
.issue-band { background: var(--red); color: white; }
.issue-inner { width: min(var(--max), calc(100% - 40px)); min-height: 42px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.issue-inner p { margin: 0; }
.issue-inner span { color: #ffd978; margin-right: 12px; }
.lead-story { min-height: min(690px, calc(100vh - 130px)); max-height: 760px; position: relative; display: flex; align-items: flex-end; color: white; background: #3b2a25; overflow: hidden; }
.lead-story > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.lead-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(24,18,16,.87) 0%, rgba(24,18,16,.54) 45%, rgba(24,18,16,.08) 75%), linear-gradient(0deg, rgba(24,18,16,.45), transparent 45%); }
.lead-copy { position: relative; z-index: 2; width: min(760px, calc(100% - 48px)); margin: 0 max(24px, calc((100% - var(--max)) / 2)); padding: 70px 0 78px; }
.lead-copy .category-dot { background: var(--paper); color: var(--red-dark); }
.lead-kicker { margin: 32px 0 8px; font-size: .76rem; text-transform: uppercase; font-weight: 700; }
.lead-copy h1 { max-width: 740px; margin: 0; font-size: clamp(2.1rem, 4.8vw, 4.7rem); line-height: 1.05; font-weight: 700; }
.lead-copy > p:not(.lead-kicker) { max-width: 620px; margin: 22px 0 28px; font-size: 1.06rem; line-height: 1.6; }
.lead-index { position: absolute; z-index: 2; right: max(24px, calc((100% - var(--max)) / 2)); bottom: 62px; display: flex; align-items: center; gap: 15px; font-size: 1.2rem; font-weight: 700; }
.lead-index i { width: 74px; height: 2px; background: white; }
.category-dot { display: inline-flex; align-items: center; width: fit-content; padding: .38rem .7rem; border-radius: 999px; font-size: .66rem; line-height: 1.2; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.category-red { background: #f1c3b8; color: #721d18; }
.category-green { background: #c9dfd4; color: #174737; }
.category-yellow { background: #f4d98e; color: #5c4108; }
.read-link { display: inline-flex; align-items: center; gap: 13px; font-size: .77rem; font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.read-link span { transition: transform .2s ease; }
.read-link:hover span { transform: translateX(4px); }
.read-link.light { color: white; }
.editorial-intro { width: min(1040px, calc(100% - 40px)); margin: 0 auto; padding: 96px 0 86px; display: grid; grid-template-columns: 130px 1.15fr .85fr; gap: 42px; align-items: center; }
.orbit-label { width: 108px; aspect-ratio: 1; border: 1px solid var(--red); border-radius: 50%; display: grid; place-items: center; position: relative; }
.orbit-label::before, .orbit-label::after { content: ''; position: absolute; border-radius: 50%; }
.orbit-label::before { width: 14px; height: 14px; background: var(--yellow); right: 0; top: 9px; }
.orbit-label::after { width: 6px; height: 6px; background: var(--red); left: 14px; bottom: 14px; }
.orbit-label span { font-size: .72rem; font-weight: 700; }
.eyebrow { margin: 0 0 10px; color: var(--red); font-size: .68rem; line-height: 1.3; font-weight: 700; text-transform: uppercase; }
.editorial-intro h2, .section-heading h2, .ribbon-title h2 { margin: 0; font-size: 2rem; line-height: 1.2; }
.editorial-intro > p { margin: 0; font-size: .93rem; line-height: 1.75; }
.latest-section { padding: 76px max(20px, calc((100% - var(--max)) / 2)) 100px; background: var(--paper); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 36px; }
.section-count { color: var(--red); font-size: .82rem; font-weight: 700; }
.story-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 54px 28px; }
.story-card { min-width: 0; display: grid; grid-template-columns: minmax(0, .92fr) minmax(220px, 1.08fr); align-items: stretch; border-top: 1px solid var(--ink); padding-top: 14px; }
.story-card-wide { grid-column: 1 / -1; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); }
.story-image { display: block; overflow: hidden; border-radius: var(--radius); background: #ddd0bd; min-height: 270px; }
.story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.story-image:hover img { transform: scale(1.025); }
.story-copy { padding: 8px 0 0 24px; display: flex; flex-direction: column; align-items: flex-start; }
.story-copy h3 { margin: 15px 0 12px; font-size: 1.28rem; line-height: 1.28; }
.story-copy h3 a { text-decoration: none; }
.story-copy > p { margin: 0; font-size: .85rem; line-height: 1.65; }
.story-meta { width: 100%; display: flex; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 24px; color: #655d56; font-size: .68rem; }
.topic-ribbon { padding: 88px max(20px, calc((100% - var(--max)) / 2)) 104px; background: var(--green); color: white; display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.topic-ribbon .eyebrow { color: #f4d98e; }
.topic-list { border-top: 1px solid rgba(255,255,255,.42); }
.topic-row { min-height: 120px; border-bottom: 1px solid rgba(255,255,255,.42); display: grid; grid-template-columns: 54px 1fr 32px; align-items: center; gap: 20px; text-decoration: none; }
.topic-number { width: 42px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; font-size: .68rem; color: var(--green); background: var(--paper); }
.topic-row strong { display: block; font-size: 1.22rem; }
.topic-row small { display: block; margin-top: 5px; color: rgba(255,255,255,.76); font-size: .76rem; line-height: 1.5; }
.topic-arrow { font-size: 1.3rem; transition: transform .2s ease; }
.topic-row:hover .topic-arrow { transform: translate(3px, -3px); }
.site-footer { background: var(--ink); color: white; }
.footer-inner { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; min-height: 260px; padding: 58px 0 38px; display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 40px; }
.brand-footer .brand-mark i:nth-child(3) { background: var(--ink); }
.footer-inner > div > p { max-width: 520px; color: rgba(255,255,255,.66); font-size: .78rem; }
.footer-inner nav { display: flex; gap: 25px; font-size: .75rem; }
.footer-note { grid-column: 1 / -1; margin: auto 0 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.55); font-size: .68rem; }
.search-dialog { width: min(760px, calc(100% - 30px)); max-height: min(740px, calc(100vh - 30px)); border: 0; border-radius: var(--radius); padding: 0; color: var(--ink); background: var(--paper); box-shadow: 0 26px 80px rgba(20,13,10,.3); }
.search-dialog::backdrop { background: rgba(37,33,30,.72); backdrop-filter: blur(3px); }
.search-panel { padding: 30px; }
.search-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.search-top p { margin: 0; font-size: 1.45rem; font-weight: 700; }
.icon-close { width: 42px; height: 42px; border: 1px solid var(--ink); border-radius: 50%; background: transparent; cursor: pointer; font-size: 1.5rem; line-height: 1; }
.search-panel label { display: block; margin-bottom: 8px; font-size: .72rem; font-weight: 700; }
.search-field-wrap { display: flex; align-items: center; gap: 14px; border-bottom: 2px solid var(--ink); padding: 8px 4px 12px; }
.search-field-wrap input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 1.05rem; }
.search-status { min-height: 24px; color: #655d56; font-size: .73rem; }
.search-results { display: grid; gap: 8px; overflow: auto; max-height: 420px; }
.search-result { display: grid; grid-template-columns: 58px 1fr; gap: 14px; padding: 10px 0; border-top: 1px solid var(--line); text-decoration: none; }
.search-result img { width: 58px; height: 58px; object-fit: cover; border-radius: 50%; }
.search-result strong { display: block; font-size: .84rem; line-height: 1.35; }
.search-result span { color: #655d56; font-size: .68rem; }
.article-shell { padding-top: 70px; }
.article-header { width: min(980px, calc(100% - 40px)); margin: 0 auto; position: relative; }
.article-breadcrumb { display: flex; align-items: center; gap: 12px; margin-bottom: 46px; font-size: .7rem; }
.article-breadcrumb > a:first-child { color: #655d56; }
.article-index { position: absolute; right: 0; top: 0; margin: 0; color: var(--red); font-size: .68rem; text-transform: uppercase; font-weight: 700; }
.article-header h1 { max-width: 930px; margin: 0; font-size: clamp(2.35rem, 5vw, 4.5rem); line-height: 1.06; }
.article-dek { max-width: 760px; margin: 26px 0 34px; font-size: 1.12rem; line-height: 1.65; }
.article-byline { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding: 20px 0; border-top: 1px solid var(--ink); font-size: .72rem; }
.article-byline > div { display: flex; gap: 22px; font-weight: 700; }
.article-hero { width: min(1240px, calc(100% - 40px)); margin: 52px auto 0; }
.article-hero img { width: 100%; aspect-ratio: 1.85 / 1; object-fit: cover; border-radius: var(--radius); }
.article-hero figcaption { text-align: right; margin-top: 8px; color: #655d56; font-size: .65rem; }
.article-layout { width: min(980px, calc(100% - 40px)); margin: 70px auto 110px; display: grid; grid-template-columns: 170px minmax(0, 690px); justify-content: space-between; gap: 50px; }
.article-aside { align-self: start; position: sticky; top: 25px; font-size: .66rem; text-transform: uppercase; color: #655d56; }
.aside-line { display: block; width: 64px; height: 2px; background: var(--red); margin-bottom: 18px; }
.article-aside p { margin: 4px 0; }
.article-content { min-width: 0; font-size: 1rem; line-height: 1.82; }
.article-content > p:first-child { font-size: 1.16rem; line-height: 1.72; }
.article-content h2 { margin: 3.6rem 0 1rem; font-size: 1.85rem; line-height: 1.24; }
.article-content h3 { margin: 2.5rem 0 .8rem; font-size: 1.28rem; line-height: 1.35; color: var(--red-dark); }
.article-content h4 { margin: 2rem 0 .7rem; font-size: 1rem; line-height: 1.4; }
.article-content p { margin: 0 0 1.3rem; }
.article-content ul, .article-content ol { margin: 1.2rem 0 1.7rem; padding-left: 1.4rem; }
.article-content li { margin: .55rem 0; padding-left: .3rem; }
.article-content li::marker { color: var(--red); font-weight: 700; }
.related-section { padding: 80px max(20px, calc((100% - var(--max)) / 2)) 100px; background: var(--paper); }
.related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.category-header { min-height: 430px; padding: 80px max(20px, calc((100% - 1040px) / 2)); display: grid; grid-template-columns: 200px 1fr; align-items: center; gap: 60px; }
.category-head-red { background: #edc6bb; }
.category-head-green { background: #c9dfd4; }
.category-head-yellow { background: #f4d98e; }
.category-orbit { width: 180px; aspect-ratio: 1; border: 2px solid currentColor; border-radius: 50%; display: grid; place-items: center; position: relative; }
.category-orbit::after { content: ''; position: absolute; width: 32px; height: 32px; right: -6px; top: 26px; background: var(--red); border-radius: 50%; border: 5px solid currentColor; }
.category-orbit span { font-size: 2.5rem; font-weight: 700; }
.category-header h1 { margin: 0; font-size: clamp(2.5rem, 6vw, 5.4rem); line-height: 1; }
.category-header > div:last-child > p:last-child { max-width: 650px; margin: 24px 0 0; }
.category-stories { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 90px 0 110px; }
.category-feature { display: grid; grid-template-columns: 58px minmax(0, 1.15fr) minmax(300px, .85fr); gap: 30px; align-items: center; padding: 24px 0 58px; margin-bottom: 30px; border-top: 1px solid var(--ink); }
.category-feature-index { align-self: start; font-size: .8rem; font-weight: 700; color: var(--red); }
.category-feature-image { min-height: 350px; overflow: hidden; border-radius: var(--radius); }
.category-feature-image img { width: 100%; height: 100%; object-fit: cover; }
.category-feature-image, .category-feature-copy { min-width: 0; }
.category-feature-copy > p:first-child { color: #655d56; font-size: .68rem; }
.category-feature-copy h2 { margin: 14px 0; font-size: 1.8rem; line-height: 1.24; }
.category-feature-copy h2 a { text-decoration: none; }
.category-feature-copy > p { font-size: .83rem; }
.category-more { background: var(--paper); }
@media (max-width: 940px) {
  .header-inner { grid-template-columns: 1fr auto; min-height: 78px; }
  .main-nav { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; overflow-x: auto; padding: 0 0 12px; }
  .main-nav a { white-space: nowrap; }
  .lead-story { min-height: 660px; }
  .lead-copy { padding-bottom: 90px; }
  .editorial-intro { grid-template-columns: 100px 1fr; }
  .editorial-intro > p { grid-column: 2; }
  .story-card, .story-card-wide { grid-template-columns: 1fr; }
  .story-copy { padding: 18px 0 0; min-height: 240px; }
  .topic-ribbon { grid-template-columns: 1fr; gap: 42px; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { display: none; }
  .article-content { max-width: 700px; margin: 0 auto; }
  .category-feature { grid-template-columns: 46px 1fr; }
  .category-feature-copy { grid-column: 2; }
}
@media (max-width: 640px) {
  body { font-size: 15px; }
  .header-inner { width: min(100% - 28px, var(--max)); gap: 14px; }
  .brand { font-size: .92rem; }
  .brand-mark { width: 34px; height: 34px; flex-basis: 34px; transform: scale(.9); transform-origin: left center; }
  .search-open span:last-child { display: none; }
  .main-nav { gap: 20px; font-size: .7rem; }
  .issue-inner { width: calc(100% - 28px); min-height: 38px; }
  .issue-date { display: none; }
  .lead-story { min-height: 620px; max-height: none; }
  .lead-shade { background: linear-gradient(0deg, rgba(24,18,16,.9) 0%, rgba(24,18,16,.55) 62%, rgba(24,18,16,.1) 100%); }
  .lead-copy { width: calc(100% - 28px); margin: 0 14px; padding: 80px 0 70px; }
  .lead-copy h1 { font-size: 2.35rem; }
  .lead-copy > p:not(.lead-kicker) { font-size: .94rem; }
  .lead-index { display: none; }
  .editorial-intro { width: calc(100% - 28px); padding: 68px 0; grid-template-columns: 72px 1fr; gap: 24px 18px; align-items: start; }
  .orbit-label { width: 68px; }
  .editorial-intro h2, .section-heading h2, .ribbon-title h2 { font-size: 1.6rem; }
  .editorial-intro > p { grid-column: 1 / -1; }
  .latest-section, .topic-ribbon, .related-section { padding-left: 14px; padding-right: 14px; }
  .story-grid, .related-grid { grid-template-columns: 1fr; }
  .story-card-wide { grid-column: auto; }
  .story-image { min-height: 230px; }
  .story-copy { min-height: 0; }
  .story-meta { margin-top: 12px; }
  .topic-row { min-height: 110px; grid-template-columns: 46px 1fr 22px; gap: 12px; }
  .topic-row strong { font-size: 1rem; }
  .topic-row small { font-size: .69rem; }
  .footer-inner { width: calc(100% - 28px); grid-template-columns: 1fr; }
  .footer-inner nav { flex-wrap: wrap; }
  .article-shell { padding-top: 42px; }
  .article-header, .article-hero, .article-layout { width: calc(100% - 28px); }
  .article-breadcrumb { margin-bottom: 72px; }
  .article-index { top: 52px; left: 0; right: auto; }
  .article-header h1 { font-size: 2.3rem; }
  .article-dek { font-size: 1rem; }
  .article-byline { align-items: flex-start; }
  .article-byline > div { flex-direction: column; gap: 4px; }
  .article-hero { margin-top: 28px; }
  .article-hero img { aspect-ratio: 1.2 / 1; }
  .article-layout { margin-top: 46px; margin-bottom: 76px; }
  .article-content > p:first-child { font-size: 1.08rem; }
  .article-content h2 { font-size: 1.55rem; }
  .category-header { min-height: 430px; padding: 54px 14px; grid-template-columns: 1fr; gap: 22px; align-items: start; }
  .category-orbit { width: 86px; }
  .category-orbit::after { width: 20px; height: 20px; top: 8px; }
  .category-orbit span { font-size: 1.5rem; }
  .category-header h1 { font-size: 2.55rem; overflow-wrap: normal; word-break: normal; hyphens: auto; }
  .category-stories { width: calc(100% - 28px); padding-top: 60px; }
  .category-feature { grid-template-columns: 32px 1fr; gap: 16px; }
  .category-feature-image { width: 100%; min-height: 240px; }
  .category-feature-copy h2 { font-size: 1.35rem; hyphens: auto; overflow-wrap: normal; }
  .search-panel { padding: 22px 18px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* visual-quality-baseline-v1 */
img {
  height: auto;
}

.visual-refresh-feed {
  margin-block: clamp(40px, 6vw, 84px);
}

.visual-refresh-feed > :is(
  ul,
  ol,
  [class*="grid"],
  [class*="list"],
  [class*="run"],
  [class*="feed"],
  [class*="articles"],
  [class*="stories"],
  [class*="cards"]
) {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(16px, 2.2vw, 28px) !important;
}

.visual-refresh-feed > :is(
  ul,
  ol,
  [class*="grid"],
  [class*="list"],
  [class*="run"],
  [class*="feed"],
  [class*="articles"],
  [class*="stories"],
  [class*="cards"]
) > * {
  min-width: 0;
}

.visual-refresh-feed img {
  width: 100%;
  height: auto;
  max-height: 260px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

@media (max-width: 720px) {
  .visual-refresh-feed > :is(
    ul,
    ol,
    [class*="grid"],
    [class*="list"],
    [class*="run"],
    [class*="feed"],
    [class*="articles"],
    [class*="stories"],
    [class*="cards"]
  ) {
    grid-template-columns: 1fr !important;
  }
}

/* visual-quality-targeted-v2 */
:is(h1, h2, h3) {
  overflow-wrap: anywhere;
}

.visual-refresh-feed {
  overflow: hidden;
}

.visual-refresh-feed:has(> article) {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2.4vw, 32px) !important;
  align-items: start;
}

.visual-refresh-feed:has(> article) > :is(
  h1, h2, h3, p, header, .section-heading, .section-head, .heading
) {
  grid-column: 1 / -1;
}

.visual-refresh-feed:has(> article) > article {
  display: block !important;
  grid-column: auto !important;
  min-width: 0;
  min-height: 0 !important;
}

.visual-refresh-feed > .visual-refresh-feed {
  grid-column: 1 / -1 !important;
  width: 100%;
}

.visual-refresh-feed :is(
  .story-grid, .article-grid, .post-grid, .card-grid, .cards,
  [class*="article-list"], [class*="story-list"], [class*="post-list"]
) {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2.4vw, 32px) !important;
}

.visual-refresh-feed :is(article, li, [class*="card"]) {
  min-width: 0;
}

.visual-refresh-feed img {
  width: 100% !important;
  height: auto !important;
  max-height: 260px !important;
  aspect-ratio: 16 / 10;
  object-fit: cover !important;
}

@media (max-width: 720px) {
  .visual-refresh-feed:has(> article),
  .visual-refresh-feed :is(
    .story-grid, .article-grid, .post-grid, .card-grid, .cards,
    [class*="article-list"], [class*="story-list"], [class*="post-list"]
  ) {
    grid-template-columns: 1fr !important;
  }
}

/* Live visual QA fixes 2026-07-29 */

main#inhalt > .lead-story > img {
  width: 100%;
  height: min(48vw, 520px);
  min-height: 260px;
  object-fit: cover;
}
@media (max-width: 700px) {
  main#inhalt > .lead-story > img {
    height: min(72vw, 360px);
    min-height: 220px;
  }
}

/* Live visual QA final list polish 2026-07-29 */
#swm-w32-bundle-links > ul {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 32px;
  border-top: 2px solid currentColor;
}
#swm-w32-bundle-links > ul > li {
  min-width: 0;
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid currentColor;
}
#swm-w32-bundle-links > ul > li > a {
  display: block;
  color: inherit;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}
#swm-w32-bundle-links > ul > li > a:hover,
#swm-w32-bundle-links > ul > li > a:focus-visible {
  color: var(--accent, #a92d25);
  text-decoration: underline;
}
@media (max-width: 700px) {
  #swm-w32-bundle-links > ul {
    grid-template-columns: 1fr;
  }
}

/* editorial-core-v1 */
.editorial-core {
  --editorial-core-accent: var(--accent, var(--red, var(--primary, currentColor)));
  width: min(calc(100% - 32px), var(--max, var(--max-width, 1180px)));
  margin: clamp(40px, 6vw, 78px) auto;
  padding: clamp(24px, 3vw, 42px) 0;
  border-top: 3px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.editorial-core__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(24px, 3vw, 38px);
}
.editorial-core__head p,
.editorial-core__kicker {
  margin: 0 0 6px;
  color: var(--editorial-core-accent);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
.editorial-core__head h2 {
  margin: 0;
  max-width: 18ch;
  font-size: 3rem;
  line-height: 1;
}
.editorial-core__head > span {
  flex: none;
  padding-bottom: 4px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}
.editorial-core :is(h3, p) {
  overflow-wrap: break-word;
  hyphens: none;
}
.editorial-core a {
  color: inherit;
}
.editorial-core__feature {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  min-width: 0;
  margin: 0 0 clamp(24px, 3vw, 38px);
  border: 1px solid currentColor;
  background: rgba(127, 127, 127, 0.06);
}
.editorial-core__feature > a,
.editorial-core__card > a {
  display: block;
  min-width: 0;
  text-decoration: none;
}
.editorial-core__media {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  overflow: hidden;
  background: rgba(127, 127, 127, 0.12);
}
.editorial-core__feature .editorial-core__media {
  height: clamp(300px, 34vw, 460px);
}
.editorial-core__media img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
}
.editorial-core__feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(24px, 3.5vw, 48px);
}
.editorial-core__feature h3 {
  margin: 0 0 16px;
  font-size: 2rem;
  line-height: 1.04;
}
.editorial-core__feature-copy > p:not(.editorial-core__kicker) {
  margin: 0 0 22px;
}
.editorial-core__read {
  width: max-content;
  max-width: 100%;
  margin-top: auto;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.editorial-core__spotlight,
.editorial-core__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
}
.editorial-core__spotlight {
  margin-bottom: clamp(24px, 3vw, 38px);
}
.editorial-core__card {
  min-width: 0;
  margin: 0;
  border-bottom: 1px solid currentColor;
}
.editorial-core__card .editorial-core__media {
  min-height: 0;
  height: clamp(170px, 18vw, 250px);
}
.editorial-core__card-copy {
  padding: 18px 0 22px;
}
.editorial-core__card h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  line-height: 1.18;
}
.editorial-core__card-copy > p:not(.editorial-core__kicker) {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
}
.editorial-core__card--compact {
  display: grid;
  grid-template-columns: minmax(110px, 0.7fr) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}
.editorial-core__card--compact .editorial-core__media {
  height: 130px;
}
.editorial-core__card--compact .editorial-core__card-copy {
  padding-top: 0;
}
.editorial-core__card--compact h3 {
  font-size: 1rem;
}
.editorial-core__card--compact .editorial-core__card-copy > p:not(.editorial-core__kicker) {
  display: none;
}
@media (max-width: 900px) {
  .editorial-core__feature {
    grid-template-columns: 1fr;
  }
  .editorial-core__spotlight,
  .editorial-core__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 620px) {
  .editorial-core {
    width: min(calc(100% - 24px), var(--max, var(--max-width, 1180px)));
    margin-block: 32px;
    padding-block: 24px;
  }
  .editorial-core__head {
    align-items: start;
  }
  .editorial-core__head h2 {
    font-size: 2rem;
  }
  .editorial-core__head > span {
    white-space: nowrap;
  }
  .editorial-core__feature .editorial-core__media {
    height: min(72vw, 340px);
  }
  .editorial-core__feature-copy {
    padding: 22px;
  }
  .editorial-core__feature h3 {
    font-size: 1.75rem;
  }
  .editorial-core__spotlight,
  .editorial-core__grid {
    grid-template-columns: 1fr;
  }
  .editorial-core__card {
    display: grid;
    grid-template-columns: minmax(110px, 0.72fr) minmax(0, 1fr);
    gap: 14px;
    align-items: start;
  }
  .editorial-core__card .editorial-core__media {
    height: 122px;
  }
  .editorial-core__card-copy {
    padding-top: 0;
  }
  .editorial-core__card-copy > p:not(.editorial-core__kicker) {
    display: none;
  }
}
