/* Kochkandidat Magazin – eigenständige redaktionelle Seiten */
.blog-page main {
  position: relative;
  min-height: 70vh;
  background:
    radial-gradient(circle at 92% 5%, rgba(215, 101, 69, 0.09), transparent 30rem),
    radial-gradient(circle at 4% 34%, rgba(22, 79, 66, 0.07), transparent 32rem),
    var(--bg);
}

.blog-page .site-header .header-inner { max-width: 1280px; }

.blog-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #725d53;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-breadcrumb a {
  color: var(--brand-forest);
  text-decoration: none;
}

.blog-breadcrumb span { color: #a48779; }

.blog-hero {
  padding: clamp(64px, 9vw, 112px) 0 clamp(58px, 8vw, 96px);
  overflow: hidden;
  border-bottom: 1px solid rgba(197, 176, 160, 0.72);
}

.blog-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  align-items: center;
  gap: clamp(42px, 7vw, 92px);
}

.blog-hero-kicker,
.article-kicker,
.blog-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #765144;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.blog-hero-kicker::before,
.article-kicker::before,
.blog-section-kicker::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--brand-coral);
  border-radius: 99px;
}

.blog-hero h1 {
  max-width: 760px;
  margin-top: 18px;
  color: #36473f;
  font-size: clamp(3rem, 6.2vw, 5.85rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.blog-hero h1 em {
  color: var(--brand-coral);
  font-style: normal;
}

.blog-hero-intro {
  max-width: 650px;
  margin-top: 24px;
  color: #5f5a56;
  font-size: clamp(1.04rem, 1.7vw, 1.22rem);
  line-height: 1.67;
}

.blog-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 22px;
  margin-top: 28px;
  color: #6c625c;
  font-size: 0.81rem;
  font-weight: 650;
}

.blog-hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.blog-hero-meta span::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--brand-forest);
  border-radius: 50%;
}

.blog-hero-visual {
  position: relative;
  min-height: 420px;
  isolation: isolate;
}

.blog-hero-visual::before {
  content: "";
  position: absolute;
  inset: 3% 2% 5% 4%;
  z-index: -2;
  background:
    radial-gradient(circle at 37% 32%, rgba(255,255,255,0.82), transparent 38%),
    linear-gradient(145deg, #e8eee9, #dce7df 58%, #d1dfd6);
  border: 1px solid rgba(22, 79, 66, 0.13);
  border-radius: 48% 52% 44% 56% / 48% 42% 58% 52%;
  transform: rotate(-2deg);
}

.blog-hero-visual::after {
  content: "";
  position: absolute;
  right: 3%;
  bottom: 4%;
  z-index: -1;
  width: 45%;
  aspect-ratio: 1;
  background: rgba(215, 101, 69, 0.17);
  border-radius: 50%;
}

.blog-hero-edition {
  position: absolute;
  top: 6%;
  right: 2%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 96px;
  aspect-ratio: 1;
  padding: 12px;
  color: #fffaf6;
  background: var(--brand-coral);
  border: 5px solid rgba(251, 246, 240, 0.8);
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(84, 51, 39, 0.16);
  font-family: var(--font-display);
  font-size: 0.78rem;
  line-height: 1.25;
  text-align: center;
  transform: rotate(7deg);
}

.blog-hero-lineup {
  position: absolute;
  inset: 9% 5% 7%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.blog-hero-lineup img {
  width: 31%;
  max-height: 320px;
  margin-inline: -5.5%;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(30, 56, 46, 0.14));
}

.blog-hero-lineup img:nth-child(1) { z-index: 1; transform: translateY(-2%) rotate(-2deg); }
.blog-hero-lineup img:nth-child(2) { z-index: 3; width: 36%; }
.blog-hero-lineup img:nth-child(3) { z-index: 2; transform: translateY(-1%) rotate(2deg); }

.blog-hero-visual--photo::before {
  inset: 2% 1% 4% 3%;
  background: #dce7df;
  border-radius: 30px 30px 96px 30px;
  transform: rotate(-1.5deg);
}

.blog-hero-photo-frame {
  position: absolute;
  inset: 5% 3% 6% 1%;
  overflow: hidden;
  background: #dfe8e2;
  border: 1px solid rgba(22, 79, 66, 0.14);
  border-radius: 28px 28px 88px 28px;
  box-shadow: 0 22px 45px rgba(63, 51, 43, 0.13);
}

.blog-hero-photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 64%, rgba(16, 61, 52, 0.13));
  pointer-events: none;
}

.blog-hero-photo-frame img,
.editorial-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-hero-signature {
  position: absolute;
  bottom: 9%;
  left: 5%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px 7px 8px;
  color: #ffffff;
  background: rgba(16, 61, 52, 0.9);
  border: 1px solid rgba(255,255,255,.23);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(7px);
}

.blog-hero-signature img {
  width: 25px;
  height: 25px;
  padding: 2px;
  background: #fbf6f0;
  border-radius: 8px;
}

.blog-index-main { padding: clamp(66px, 8vw, 104px) 0 110px; }

.blog-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  min-height: 470px;
  overflow: hidden;
  background: #f9f3ed;
  border: 1px solid #d7c7bb;
  border-radius: 30px;
  box-shadow: 0 20px 54px rgba(75, 54, 42, 0.1);
}

.blog-feature-media,
.story-card-media {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
}

.blog-feature-media {
  min-height: 470px;
  background:
    radial-gradient(circle at 52% 38%, rgba(255,255,255,0.78), transparent 34%),
    linear-gradient(145deg, #dbe7df, #cbdcd1);
}

.blog-feature-media::before {
  content: "";
  position: absolute;
  width: 72%;
  aspect-ratio: 1;
  z-index: -1;
  background: rgba(251, 246, 240, 0.5);
  border-radius: 50%;
}

.blog-feature-products {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 93%;
}

.blog-feature-products img {
  width: 36%;
  max-height: 350px;
  margin-inline: -5%;
  object-fit: contain;
  filter: drop-shadow(0 17px 16px rgba(27, 53, 43, 0.16));
}

.blog-feature-products img:nth-child(2) { z-index: 2; width: 42%; }

.blog-feature-media > .editorial-photo,
.story-card-media > .editorial-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  max-height: none;
  filter: none;
}

.blog-feature-media > .editorial-photo { object-position: center; }
.story-card-media > .editorial-photo { width: 100%; margin: 0; object-position: center; }

.blog-feature-label {
  position: absolute;
  top: 22px;
  left: 22px;
  padding: 8px 12px;
  color: #ffffff;
  background: var(--brand-forest);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 5vw, 68px);
}

.story-category {
  color: #795044;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.blog-feature h2 {
  margin-top: 15px;
  color: #36473f;
  font-size: clamp(2rem, 3.6vw, 3.25rem);
  line-height: 1.12;
}

.blog-feature h2 a,
.story-card h2 a,
.related-card h3 a {
  color: inherit;
  text-decoration: none;
}

.blog-feature h2 a:hover,
.story-card h2 a:hover,
.related-card h3 a:hover { color: var(--brand-forest); }

.blog-feature-copy > p:not(.story-category):not(.story-meta) {
  margin-top: 20px;
  color: #625c58;
  font-size: 1.02rem;
  line-height: 1.68;
}

.story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 17px;
  margin-top: 22px;
  color: #776d67;
  font-size: 0.76rem;
}

.story-meta span + span::before {
  content: "·";
  margin-right: 17px;
  color: #b17a65;
}

.story-arrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  min-height: 44px;
  margin-top: 26px;
  color: var(--brand-forest);
  font-weight: 700;
  text-decoration: none;
}

.story-arrow span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  background: var(--brand-coral);
  border-radius: 50%;
  transition: transform 0.18s ease;
}

.story-arrow:hover span { transform: translateX(3px); }

.blog-index-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin: clamp(72px, 9vw, 112px) 0 28px;
}

.blog-index-head h2 {
  max-width: 680px;
  margin-top: 9px;
  color: #36473f;
  font-size: clamp(2rem, 3.9vw, 3.3rem);
}

.blog-index-head > p {
  max-width: 360px;
  color: #6a625d;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.story-card {
  display: grid;
  grid-template-columns: minmax(175px, 0.42fr) minmax(0, 0.58fr);
  min-height: 310px;
  overflow: hidden;
  background: rgba(251, 247, 243, 0.93);
  border: 1px solid #d9c9bd;
  border-radius: 24px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.story-card:hover {
  border-color: #c8b1a1;
  box-shadow: 0 15px 38px rgba(75, 54, 42, 0.1);
  transform: translateY(-2px);
}

.story-card-media { min-height: 260px; background: #e4ece7; }
.story-card:nth-child(2) .story-card-media { background: #efe1d6; }
.story-card:nth-child(3) .story-card-media { background: #e8dfd4; }
.story-card:nth-child(4) .story-card-media { background: #dbe7df; }

.story-card-media::before {
  content: "";
  position: absolute;
  width: 82%;
  aspect-ratio: 1;
  z-index: -1;
  background: rgba(255,255,255,0.48);
  border-radius: 50%;
}

.story-card-media img {
  width: 88%;
  max-height: 245px;
  object-fit: contain;
  filter: drop-shadow(0 13px 13px rgba(40, 55, 48, 0.13));
}

.story-card-media.duo { display: flex; align-items: flex-end; justify-content: center; }
.story-card-media.duo img { width: 62%; margin-inline: -18%; }
.story-card-media.duo img:first-child { z-index: 2; }
.story-card .story-card-media > img.editorial-photo {
  width: 100%;
  height: 100%;
  max-height: none;
  margin: 0;
  object-fit: cover;
  object-position: center;
  filter: none;
}

.story-card-temp {
  position: absolute;
  top: 18px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  color: #fff;
  background: var(--brand-coral);
  border: 4px solid rgba(251,246,240,.8);
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 0.8rem;
}

.story-card-body {
  display: flex;
  flex-direction: column;
  padding: 27px 25px;
}

.story-card h2 {
  margin-top: 10px;
  color: #3c4943;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  line-height: 1.22;
}

.story-card-excerpt {
  margin-top: 14px;
  color: #67615d;
  line-height: 1.56;
}

.story-card .story-meta { margin-top: auto; padding-top: 20px; }

.blog-crosslink {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  margin-top: 72px;
  padding: 27px 30px;
  color: #eaf3ee;
  background: var(--brand-forest);
  border-radius: 22px;
  box-shadow: 0 15px 36px rgba(22, 79, 66, 0.15);
}

.blog-crosslink p:first-child {
  color: #efaa91;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.blog-crosslink h2 { margin-top: 3px; color: #ffffff; font-size: clamp(1.35rem, 2.4vw, 2rem); }
.blog-crosslink-copy > p:last-child { margin-top: 5px; color: rgba(251,246,240,.72); }
.blog-crosslink .footer-callout-action { margin: 0; }

/* Artikelseiten */
.article-hero {
  padding: clamp(52px, 7vw, 86px) 0 clamp(50px, 7vw, 82px);
  border-bottom: 1px solid rgba(197, 176, 160, 0.72);
}

.article-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.72fr);
  align-items: center;
  gap: clamp(38px, 7vw, 88px);
}

.article-hero-copy { min-width: 0; }
.article-kicker { margin-top: 27px; }

.article-hero h1 {
  max-width: 820px;
  margin-top: 15px;
  color: #35463e;
  font-size: clamp(2.65rem, 5.3vw, 5rem);
  line-height: 1.055;
  letter-spacing: -0.04em;
  overflow-wrap: break-word;
}

.article-lede {
  max-width: 720px;
  margin-top: 23px;
  color: #5d5956;
  font-size: clamp(1.04rem, 1.8vw, 1.22rem);
  line-height: 1.68;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 18px;
  margin-top: 25px;
  color: #706762;
  font-size: 0.78rem;
}

.article-meta span + span::before,
.article-meta time::before {
  content: "·";
  margin-right: 18px;
  color: #aa725e;
}

.article-cover {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 390px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 35%, rgba(255,255,255,.75), transparent 38%),
    linear-gradient(145deg, #dce8e0, #cadbcf);
  border: 1px solid rgba(22, 79, 66, 0.14);
  border-radius: 32px 32px 90px 32px;
}

.article-cover.cover-coral { background: radial-gradient(circle at 50% 35%, rgba(255,255,255,.72), transparent 38%), linear-gradient(145deg, #f0e1d6, #e4cdbf); }
.article-cover.cover-sand { background: radial-gradient(circle at 50% 35%, rgba(255,255,255,.7), transparent 38%), linear-gradient(145deg, #eee5db, #ded0c2); }

.article-cover::before {
  content: "";
  position: absolute;
  width: 72%;
  aspect-ratio: 1;
  z-index: -1;
  background: rgba(251,246,240,.46);
  border-radius: 50%;
}

.article-cover img {
  width: 73%;
  max-height: 335px;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(33, 53, 44, 0.16));
}

.article-cover.cover-duo {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 30px;
}

.article-cover.cover-duo img { width: 58%; margin-inline: -15%; }
.article-cover.cover-duo img:first-of-type { z-index: 2; }
.article-cover.cover-trio { display: flex; align-items: flex-end; justify-content: center; padding-bottom: 30px; }
.article-cover.cover-trio img { width: 42%; margin-inline: -9%; }
.article-cover.cover-trio img:nth-child(2) { z-index: 2; width: 47%; }

.article-cover-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 78px;
  aspect-ratio: 1;
  padding: 10px;
  color: #fff;
  background: var(--brand-coral);
  border: 4px solid rgba(251,246,240,.82);
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 0.78rem;
  line-height: 1.2;
  text-align: center;
  transform: rotate(5deg);
}

.article-cover.article-cover--photo {
  display: block;
  padding: 0;
  background: #dce7df;
}

.article-cover.article-cover--photo::before { display: none; }

.article-cover--photo .article-cover-photo {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  margin: 0;
  object-fit: cover;
  object-position: center;
  filter: none;
}

.article-main { padding: clamp(58px, 8vw, 94px) 0 110px; }

.article-layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 760px);
  justify-content: center;
  align-items: start;
  gap: clamp(38px, 7vw, 78px);
}

.article-toc {
  position: sticky;
  top: calc(var(--nav-h) + 28px);
  padding: 20px 18px;
  background: rgba(251,247,243,.67);
  border: 1px solid #d9c9bd;
  border-radius: 16px;
}

.article-toc h2 {
  margin-bottom: 11px;
  color: #774e3e;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.article-toc ol {
  display: grid;
  gap: 2px;
  list-style: none;
  counter-reset: toc;
}

.article-toc li { counter-increment: toc; }
.article-toc a {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 5px;
  padding: 7px 6px;
  color: #5f5a56;
  border-radius: 8px;
  font-size: 0.82rem;
  line-height: 1.35;
  text-decoration: none;
}

.article-toc a::before {
  content: "0" counter(toc);
  color: #a46750;
  font-size: 0.68rem;
  font-weight: 700;
}

.article-toc a:hover { color: var(--brand-forest); background: #efe5dd; }

.article-prose { min-width: 0; }
.article-prose > p,
.article-prose li { color: #565451; font-size: 1.02rem; line-height: 1.78; }
.article-prose > p + p { margin-top: 18px; }
.article-prose > h2 {
  margin: 60px 0 20px;
  color: #35463e;
  font-size: clamp(1.8rem, 3.2vw, 2.55rem);
  scroll-margin-top: calc(var(--nav-h) + 26px);
}
.article-prose > h2:first-of-type { margin-top: 42px; }
.article-prose > h3 {
  margin: 34px 0 12px;
  color: var(--brand-forest);
  font-family: var(--font-body);
  font-size: 1.13rem;
  font-weight: 700;
  letter-spacing: 0;
}
.article-prose ul,
.article-prose ol:not(.source-list) { display: grid; gap: 9px; margin: 18px 0 22px 24px; }
.article-prose strong { color: #3f4944; }

.article-quick-answer {
  position: relative;
  padding: 27px 28px 27px 31px;
  overflow: hidden;
  color: #eaf3ee;
  background: var(--brand-forest);
  border-radius: 20px;
  box-shadow: 0 14px 32px rgba(22,79,66,.14);
}
.article-quick-answer::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--brand-coral);
}
.article-quick-answer p:first-child {
  color: #efaa91;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.article-quick-answer p:last-child { margin-top: 6px; color: #f9f5f1; font-size: 1.08rem; line-height: 1.62; }

.article-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 10px;
}
.article-fact {
  padding: 18px;
  background: rgba(251,247,243,.82);
  border: 1px solid #d9c9bd;
  border-radius: 14px;
}
.article-fact small { display: block; color: #7a6155; font-size: .68rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.article-fact strong { display: block; margin-top: 5px; color: var(--brand-forest); font-family: var(--font-display); font-size: 1.35rem; font-weight: 400; }
.article-fact span { display: block; margin-top: 4px; color: #6a625d; font-size: .78rem; line-height: 1.35; }

.article-note {
  margin: 28px 0;
  padding: 19px 21px;
  color: #5c554f;
  background: #f5e8de;
  border: 1px solid #decabd;
  border-left: 4px solid var(--brand-coral);
  border-radius: 13px;
  line-height: 1.65;
}
.article-note strong { color: #714635; }

.article-table-wrap {
  margin: 25px 0 32px;
  overflow-x: auto;
  background: rgba(251,247,243,.84);
  border: 1px solid #d8c8bc;
  border-radius: 16px;
}
.article-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font-size: .88rem;
}
.article-table caption {
  padding: 16px 18px;
  color: #6c4a3d;
  border-bottom: 1px solid #d8c8bc;
  font-weight: 700;
  text-align: left;
}
.article-table th,
.article-table td { padding: 13px 15px; border-bottom: 1px solid #e2d5cb; text-align: left; vertical-align: top; }
.article-table th { color: var(--brand-forest); background: rgba(228,237,232,.55); font-size: .76rem; }
.article-table tr:last-child td { border-bottom: 0; }

.article-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  margin: 24px 0 32px;
  list-style: none;
}
.article-prose .article-checklist { margin-left: 0; }
.article-checklist li {
  position: relative;
  padding: 15px 16px 15px 45px;
  background: rgba(251,247,243,.78);
  border: 1px solid #d9c9bd;
  border-radius: 13px;
  font-size: .93rem;
  line-height: 1.48;
}
.article-checklist li::before {
  content: "✓";
  position: absolute;
  top: 14px;
  left: 15px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  color: #fff;
  background: var(--brand-forest);
  border-radius: 50%;
  font-size: .7rem;
  font-weight: 700;
}

.article-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin: 44px 0;
  padding: 24px 25px;
  background: #dfeae3;
  border: 1px solid #c5d7cd;
  border-radius: 17px;
}
.article-cta p:first-child { color: #765043; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.article-cta strong { display: block; margin-top: 3px; color: var(--brand-forest); font-family: var(--font-display); font-size: 1.2rem; font-weight: 400; }
.article-cta a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 9px 16px;
  color: #fff;
  background: var(--brand-forest);
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.article-sources {
  margin-top: 64px;
  padding-top: 30px;
  border-top: 1px solid #cdbdaf;
}
.article-sources h2 { margin: 0 0 12px; font-family: var(--font-body); font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.source-list { display: grid; gap: 8px; margin: 0 0 0 20px; }
.article-prose .source-list li { font-size: .8rem; line-height: 1.55; }
.source-list a { overflow-wrap: anywhere; }
.article-source-note { margin-top: 15px !important; color: #716963 !important; font-size: .78rem !important; }

.article-author {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 15px;
  margin-top: 36px;
  padding: 21px;
  background: rgba(251,247,243,.75);
  border: 1px solid #d9c9bd;
  border-radius: 16px;
}
.article-author-mark {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: #fff;
  background: var(--brand-forest);
  border-radius: 17px;
  font-family: var(--font-display);
  font-size: 1.05rem;
}
.article-author small { color: #8a5e4c; font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.article-author strong { display: block; color: #3d4943; }
.article-author p { margin-top: 3px; color: #68615c; font-size: .83rem; line-height: 1.5; }

.related-articles { margin-top: 84px; }
.related-articles > h2 { color: #35463e; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; margin-top: 22px; }
.related-card { padding: 21px; background: rgba(251,247,243,.82); border: 1px solid #d9c9bd; border-radius: 15px; }
.related-card small { color: #875b49; font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.related-card h3 { margin-top: 7px; color: #3d4943; font-size: 1.12rem; }
.related-card p { margin-top: 8px; color: #6b635e; font-size: .81rem; line-height: 1.5; }

@media (max-width: 1080px) {
  .blog-hero-inner { grid-template-columns: minmax(0, 1fr) minmax(300px, .78fr); gap: 42px; }
  .blog-hero-visual { min-height: 360px; }
  .story-card { grid-template-columns: 1fr; }
  .story-card-media { min-height: 250px; }
  .article-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(300px, .65fr); gap: 36px; }
  .article-cover { min-height: 340px; }
}

@media (max-width: 860px) {
  .blog-hero-inner,
  .article-hero-grid { grid-template-columns: 1fr; }
  .blog-hero-copy { max-width: 760px; }
  .blog-hero-visual { width: min(100%, 620px); min-height: 370px; margin-inline: auto; }
  .blog-feature { grid-template-columns: 1fr; }
  .blog-feature-media { min-height: 400px; }
  .blog-feature-copy { padding: 38px 34px 44px; }
  .blog-index-head { align-items: start; flex-direction: column; gap: 12px; }
  .blog-grid { gap: 18px; }
  .article-cover { width: min(100%, 620px); min-height: 380px; margin-inline: auto; }
  .article-layout { grid-template-columns: 1fr; max-width: 760px; }
  .article-toc { position: static; padding: 18px; }
  .article-toc ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .related-card:last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .blog-hero { padding-top: 50px; }
  .blog-hero h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .blog-hero-visual { min-height: 320px; }
  .blog-hero-edition { width: 78px; border-width: 4px; font-size: .68rem; }
  .blog-index-main { padding-bottom: 78px; }
  .blog-feature { border-radius: 22px; }
  .blog-feature-media { min-height: 330px; }
  .blog-feature-copy { padding: 31px 24px 35px; }
  .blog-grid { grid-template-columns: 1fr; }
  .story-card { grid-template-columns: minmax(135px, .38fr) minmax(0, .62fr); min-height: 270px; }
  .story-card-media { min-height: 270px; }
  .story-card-body { padding: 23px 20px; }
  .blog-crosslink { grid-template-columns: 1fr; gap: 20px; padding: 24px; }
  .blog-crosslink .footer-callout-action { width: 100%; }
  .article-hero { padding-top: 45px; }
  .article-hero h1 { font-size: clamp(2.35rem, 10.5vw, 3.55rem); }
  .article-cover { min-height: 330px; border-radius: 24px 24px 65px 24px; }
  .article-main { padding-bottom: 78px; }
  .article-prose > p, .article-prose li { font-size: .98rem; }
  .article-facts { grid-template-columns: 1fr; }
  .article-checklist { grid-template-columns: 1fr; }
  .article-cta { grid-template-columns: 1fr; }
  .article-cta a { justify-content: center; }
  .related-grid { grid-template-columns: 1fr; }
  .related-card:last-child { grid-column: auto; }
}

@media (max-width: 540px) {
  .blog-hero-visual { min-height: 270px; }
  .blog-hero-lineup img { width: 35%; margin-inline: -7.5%; }
  .blog-hero-lineup img:nth-child(2) { width: 41%; }
  .blog-feature-media { min-height: 285px; }
  .blog-feature-products img { width: 39%; margin-inline: -7%; }
  .blog-feature-products img:nth-child(2) { width: 45%; }
  .story-card { grid-template-columns: 1fr; }
  .story-card-media { min-height: 245px; }
  .story-card .story-meta { margin-top: 17px; }
  .article-meta { gap: 5px 13px; }
  .article-meta span + span::before,
  .article-meta time::before { margin-right: 13px; }
  .article-cover { min-height: 280px; }
  .article-cover-badge { width: 66px; top: 14px; right: 14px; font-size: .68rem; }
  .article-toc ol { grid-template-columns: 1fr; }
  .article-quick-answer { padding: 23px 21px 23px 25px; }
  .article-author { grid-template-columns: 45px minmax(0, 1fr); padding: 17px; }
  .article-author-mark { width: 45px; height: 45px; border-radius: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .story-card,
  .story-arrow span { transition: none; }
}
