.page-home {
  font-family: var(--font-body);
  padding-top: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:visited {
  color: inherit;
}

a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.sidebar li > button {
  width: 100%;
  justify-self: stretch;
  align-self: stretch;
}

.upcoming-item,
.latest-item,
.most-item,
.podcast-item,
.author-item,
.job-item {
  width: 100%;
  justify-self: stretch;
  align-self: stretch;
}


html {
  /* Mjuk scroll för ankarlänkar, t.ex. CTA till #newsletter. */
  scroll-behavior: smooth;
}

#newsletter {
  scroll-margin-top: var(--space-7);
}

/* Debug only: add .debug-layout on body to inspect sidebar inset ownership. */
.debug-layout .sidebar {
  outline: 1px solid #ff3b30;
}

.debug-layout .sidebar-block {
  outline: 1px solid #007aff;
}

.debug-layout .sidebar-block > :first-child {
  outline: 1px solid #34c759;
}

.block-title {
  font-family: var(--font-title);
  font-weight: 700;
}

.block-curated .block-title {
  text-align: center;
  margin: 24px 0 18px;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 36px;
}

.section-divider {
  height: 1px;
  background: #e6e6e6;
  margin: var(--space-8) 0 var(--space-5);
}

.all-content__title {
  text-align: center;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 36px;
  margin: 0 0 var(--space-6);
}

.all-content__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid #e6e6e6;
  background: #5EAF6B1F;
  text-decoration: none;
  color: inherit;
  font-weight: 600;
  cursor: pointer;
  margin: var(--space-6) auto 0;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.all-content__cta:hover,
.all-content__cta:focus-visible {
  background: #5EAF6B;
  color: #ffffff;
  border-color: #5EAF6B;
}

.page-home section.all-content {
  margin-top: var(--space-8);
}

/* Landing spacing */
.page-home .block + .block {
  margin-top: 56px;
}

.page-home .block-curated {
  padding-top: var(--space-4);
}

.page-home .block-title {
  margin-bottom: 24px;
}

.page-home .card-body,
.page-home .sidebar-block__title + .sidebar-accent {
  margin-bottom: 20px;
}

.page-home .cards-stack,
.page-home .cards-4small,
.page-home .all-content__grid {
  gap: 24px;
}

.page-home .sidebar {
  row-gap: 20px;
}

.page-home .sidebar-block + .sidebar-block {
  margin-top: 20px;
}

@media (any-pointer: coarse) and (max-width: 1366px) {
  .page-home .sidebar-block + .sidebar-block {
    margin-top: 0;
  }

  /* Fallback spacing för vertikala kortstackar på touch/tablet */
  .page-home .cards-stack {
    gap: 0;
  }

  .page-home .cards-stack > * + * {
    margin-top: 24px;
  }
}

.page-home .sidebar-block.sidebar-block--jobs {
  padding-left: var(--space-4);
  padding-right: var(--space-4);
}

.page-home .sidebar-block.sidebar-block--jobs > .jobs-module {
  padding-inline: 0;
}

.page-home .jobs-module .jobs-list {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* Jobs: tighten card layout so arrow/text spacing feels balanced */
.page-home .sidebar-block--jobs .job-item {
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 8px;
  padding: 12px 8px;
  box-sizing: border-box;
  max-width: 100%;
}

.page-home .sidebar-block--jobs .job-logo {
  width: 56px;
  height: 32px;
}

.page-home .sidebar-block--jobs .job-arrow {
  justify-self: end;
  align-self: start;
  margin-left: 0;
}

.page-home .sidebar-block--jobs .job-item__locIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  color: #627084;
}

.page-home .sidebar-block--jobs .job-item__locIcon svg {
  width: 14px;
  height: 14px;
}

.page-home .sidebar-block--jobs .job-item__locIcon path,
.page-home .sidebar-block--jobs .job-item__locIcon circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-home .sidebar-block--jobs .jobs-list {
  gap: 8px;
}

.page-home .sidebar-block--jobs .jobs-list li {
  margin-bottom: 10px;
}

.page-home .sidebar-block--jobs .jobs-list li:last-child {
  margin-bottom: 0;
}

.page-home .latest-list li,
.page-home .most-list li,
.page-home .podcast-list li,
.page-home .authors-list li,
.page-home .jobs-list li,
.page-home .upcoming-list li {
  margin-bottom: 20px;
}

.page-home .latest-list li:last-child,
.page-home .most-list li:last-child,
.page-home .podcast-list li:last-child,
.page-home .authors-list li:last-child,
.page-home .jobs-list li:last-child,
.page-home .upcoming-list li:last-child {
  margin-bottom: 0;
}

/* ==============================
   STARTSIDA – TYPOGRAFI KONSISTENS
   ============================== */
.page-home h1,
.page-home h2,
.page-home h3,
.page-home .block-title,
.page-home .sidebar-block__title,
.page-home .card-title {
  letter-spacing: 0.1px;
}

.page-home h1 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 12px;
}

.page-home h1.card-title {
  font-size: 28px;
}

.page-home .block-latest--top h1,
.page-home .block-latest--top h2 {
  font-size: 28px;
}

.page-home main h2:not(.card-title),
.page-home main h3:not(.card-title) {
  font-size: 20px;
}

.page-home main .block-podcast .block-title {
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: var(--space-4);
}

.page-home h2,
.page-home .block-title,
.page-home .sidebar-block__title {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 16px;
}

.page-home main h2.all-content__title,
.page-home main .block-curated .block-title {
  font-size: 36px;
  padding-top: var(--space-3);
  padding-bottom: var(--space-3);
}

.page-home h3,
.page-home .card-title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0 0 8px;
}

.page-home .hero__eyebrow {
  text-transform: none;
  letter-spacing: 0.2px;
}

.page-home p,
.page-home .card-excerpt,
.page-home .hero__summary,
.page-home .sidebar-block__title + .sidebar-accent {
  line-height: 1.6;
}

.page-home .card-excerpt,
.page-home .hero__summary,
.page-home .section__intro {
  max-width: 72ch;
}

/* STARTSIDA – FÄRGROLLER (C2) */
.page-home .hero__eyebrow {
  color: #e1b658;
}


.page-home .cat-name {
  color: #1a502c;
}

.page-home .cat-dot {
  background: #1a502c;
}

.page-home .card-badge {
  background: #ffffff;
  color: #111111;
}

.page-home .sidebar-accent {
  background: #1a502c;
}

.page-home .section-divider {
  height: 1px;
  background: #a7d9af;
}

.page-home .sidebar-block__title + .sidebar-accent {
  width: 84px;
  height: 2px;
  background: linear-gradient(90deg, #a7d9af 0%, #eaf7ed 100%);
}

.page-home .sidebar-block__header + .sidebar-accent {
  width: 84px;
  height: 2px;
  background: linear-gradient(90deg, #a7d9af 0%, #eaf7ed 100%);
}

.page-home .upcoming-month,
.page-home .upcoming-day {
  color: #e1b658;
}

.page-home .podcast-icon svg {
  stroke: #91ce87;
  fill: none;
}
/* Sidebar CTA removal (podcast only) */
.page-home .sidebar .podcast-cta {
  display: none;

} 

/* Responsive: block-latest--top */
@media (max-width: 1024px) {
  .page-home section.block.block-podcast {
    display: none;
  }
}

@media (max-width: 1024px), (any-pointer: coarse) and (max-width: 1366px) {
  body.page-home .search-results-page {
    overflow-x: hidden;
  }

  body.page-home .search-results-page .block-curated::after {
    content: none;
    display: none;
  }

  body.page-home .search-results-page .block-curated .search-results-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    overflow-x: hidden;
    overflow-y: visible;
    scroll-snap-type: none;
    padding: 0;
    width: 100%;
    min-width: 0;
  }

  body.page-home .search-results-page .block-curated .search-results-grid > .card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  body.page-home .search-results-page .block-curated .search-results-grid > .card .card-media,
  body.page-home .search-results-page .block-curated .search-results-grid > .card .card-body,
  body.page-home .search-results-page .block-curated .search-results-grid > .card .card-meta,
  body.page-home .search-results-page .block-curated .search-results-grid > .card img {
    max-width: 100%;
    min-width: 0;
  }
}

@media (max-width: 768px), (any-pointer: coarse) and (max-width: 1366px) {
  .page-home {
    background: #ffffff;
  }

  .page-home section.block.block-podcast {
    display: none;
  }

  .page-home .all-content__grid {
    grid-template-columns: 1fr;
  }

  .page-home .main > .block-latest--top:first-child {
    margin-top: 0;
  }

  .page-home .cards-stack {
    gap: var(--space-5);
    min-width: 0;
  }

  .page-home .block-curated {
    position: relative;
  }

  .page-home .block-curated .cards-4small {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 82vw;
    gap: var(--space-4);
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    padding: 4px 24px 8px;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 24px;
    scroll-padding-right: 24px;
    min-width: 0;
    scrollbar-width: none;
    touch-action: pan-x;
  }

  .page-home .block-curated .cards-4small > a.card {
    scroll-snap-align: start;
    min-width: 82vw;
  }

  .page-home .block-curated .cards-4small::-webkit-scrollbar {
    display: none;
  }

  .page-home .curated-dots--mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: var(--space-4);
  }

  .page-home .curated-dots--mobile .dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #d9d9d9;
  }

  .page-home .curated-dots--mobile .dot.is-active {
    background: #5EAF6B;
  }

  .page-home .block-curated::after {
    content: "";
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    width: 56px;
    background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
  }

}

@media (any-pointer: coarse) and (min-width: 769px) and (max-width: 1366px) {
  .page-home .all-content__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .page-home .main > .block-latest--top:first-child {
    margin-top: 0;
  }

  .page-home .all-content__grid {
    grid-template-columns: 1fr;
  }

  .page-home .block-curated .cards-4small {
    grid-auto-columns: 86vw;
    gap: var(--space-3);
  }

  .page-home .curated-dots--mobile {
    gap: 4px;
  }

  .page-home .curated-dots--mobile .dot {
    width: 5px;
    height: 5px;
  }
}

.page-home main .card-title {
  font-size: 20px;
  line-height: 1.25;
}

.page-home a.card .card-media > .card-label{
  display: inline-flex;
  position: absolute;
  top: var(--space-3);
  left: var(--space-3);
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.85);
  color: #2f3a4a;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-weight: 500;
  line-height: 1;
  z-index: 2;
}

/* Post detail 2026: scoped baseline */
.post-detail-2026 .main > p {
  margin: 0 0 var(--space-3);
}

.post-detail-2026 .main > strong {
  display: block;
  margin: 0 0 var(--space-6);
}

.post-detail-2026 .main h1 {
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: var(--space-8);
}

.post-detail-2026 .main article {
  margin-top: var(--space-2);
  color: #333333;
}

.post-detail-2026 .main article p {
  margin: 0 0 var(--space-4);
  line-height: 1.7;
}

.post-detail-2026 .main picture {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.post-detail-2026 .main picture img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}

.post-detail-2026 .post-hero-row {
  display: block;
  margin-bottom: var(--space-4);
}

.post-detail-2026 .post-hero-media {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.post-detail-2026 .post-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 160px;
  gap: var(--space-8);
}

.post-detail-2026 .post-article-layout__aside {
  position: relative;
}

.post-detail-2026 .post-banner-skyscraper {
  position: sticky;
  top: 24px;
  margin: 0;
  max-width: 160px;
  border: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.post-detail-2026 .post-banner-skyscraper .sidebar-banner {
  width: 160px;
  height: 600px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.post-detail-2026 .post-banner-skyscraper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.post-detail-2026 .post-hero-skyscraper {
  margin: 0;
  max-width: 160px;
  border: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  position: sticky;
  top: var(--space-6);
  align-self: start;
}

.post-detail-2026 .post-hero-skyscraper .sidebar-banner {
  width: 160px;
  height: 600px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.post-detail-2026 .post-hero-skyscraper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.post-detail-2026 .main article h2,
.post-detail-2026 .main article h3,
.post-detail-2026 .main article h4 {
  margin: var(--space-7) 0 var(--space-3);
  line-height: 1.3;
}

.post-detail-2026 .main article :is(h2, h3, h4, h5) {
  font-size: 24px;
  line-height: 1.3;
}

.post-detail-2026 .main article h2 {
  font-size: 28px;
  line-height: 1.25;
}

.post-detail-2026 .main article h6 {
  font-size: 24px;
  line-height: 1.3;
}

.post-detail-2026 .main article ul,
.post-detail-2026 .main article ol {
  margin: 0 0 var(--space-5);
  padding-left: 1.4rem;
}

.post-detail-2026 .main article li {
  margin-bottom: var(--space-2);
  line-height: 1.65;
}

.post-detail-2026 .main article a {
  color: #3f8f57;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .post-detail-2026 .main article a:hover {
    color: #1a502c;
    text-decoration: none;
  }
}

.post-detail-2026 .main article img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.post-detail-2026 .main article hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin: var(--space-6) 0;
}

.post-detail-2026 .main article table {
  width: 100%;
  border-collapse: collapse;
  margin: var(--space-5) 0;
  font-size: 0.95em;
}

.post-detail-2026 .main article table th,
.post-detail-2026 .main article table td {
  border: 1px solid rgba(0, 0, 0, 0.14);
  padding: 10px 12px;
  vertical-align: top;
}

.post-detail-2026 .factbox-responsive {
  float: none !important;
  width: auto !important;
  display: block;
  margin: var(--space-8) 0;
  margin-left: 0 !important;
  padding: 20px 22px;
  background: #fafaf9 !important;
  border-radius: 2px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.post-detail-2026 .factbox-responsive > div + div {
  margin-top: var(--space-3);
}

.post-detail-2026 .factbox-responsive p,
.post-detail-2026 .factbox-responsive ul,
.post-detail-2026 .factbox-responsive ol,
.post-detail-2026 .factbox-responsive li {
  margin-bottom: var(--space-3);
  line-height: 1.6;
}

.post-detail-2026 .factbox-responsive > :last-child {
  margin-bottom: 0;
}

.post-detail-2026 .factbox-responsive > div:first-child > :is(h2, h3, h4):first-child {
  margin: 0 0 var(--space-5);
  position: relative;
  padding-left: 14px;
  font-size: 22px;
  line-height: 1.15;
}

.post-detail-2026 .factbox-responsive > div:first-child > :is(h2, h3, h4):first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 6px;
  height: 6px;
  background: #2a7b43;
  border-radius: 0;
  transform: translateY(-50%);
}

.post-detail-2026 .factbox-responsive > div:first-child > p:first-child > strong:first-child {
  position: relative;
  display: inline-block;
  padding-left: 14px;
  font-size: 22px;
  line-height: 1.15;
  margin-bottom: var(--space-5);
}

.post-detail-2026 .factbox-responsive > div:first-child > p:first-child > strong:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 6px;
  height: 6px;
  background: #2a7b43;
  border-radius: 0;
  transform: translateY(-50%);
}

.post-detail-2026 .main article blockquote {
  margin: var(--space-6) 0;
  padding: var(--space-5) var(--space-6);
  border-left: 4px solid #D9D9D9;
  border-radius: 0 10px 10px 0;
  background: #FAFAF9;
}

.post-detail-2026 .main article blockquote p {
  margin: 0 0 var(--space-3);
}

.post-detail-2026 .main article blockquote p:first-of-type {
  font-style: italic;
}

.post-detail-2026 .main article blockquote cite {
  display: block;
  margin-top: var(--space-4);
  font-style: normal;
  opacity: 0.9;
}

.post-detail-2026 .main article blockquote p:last-of-type {
  margin-bottom: 0;
}

.post-detail-2026 .main article q {
  font-style: italic;
}

.post-detail-2026 .main article p > em {
  opacity: 0.9;
}

.post-detail-2026 .main article p > em:first-child {
  font-style: italic;
}

.post-detail-2026 .main article p:has(em):has(br) {
  margin: var(--space-6) 0;
  padding: var(--space-5) var(--space-6);
  background: #FAFAF9;
  border-left: 4px solid #D9D9D9;
  border-radius: 0 10px 10px 0;
  font-style: normal;
  line-height: 1.6;
}

.post-detail-2026 .main article p:has(em):has(br) em {
  display: block;
  margin-bottom: var(--space-4);
  font-style: italic;
}

/* Article extra form: scoped field styling (input + textarea only) */
.post-detail-2026 article #extra-form-for-post .form-group {
  margin-bottom: var(--article-form-space-field);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.post-detail-2026 article #extra-form-for-post {
  --article-form-space-field: 20px;
  --article-form-space-label: 6px;
  --article-form-radius-field: 10px;
  --article-form-radius-block: 12px;
  --article-form-border: rgba(29, 37, 48, 0.18);
  --article-form-border-hover: rgba(29, 37, 48, 0.32);
  --article-form-bg-field: rgba(255, 255, 255, 0.94);
  --article-form-text-field: #1d2433;
  --article-form-placeholder: rgba(29, 36, 51, 0.58);
  --article-form-focus-border: rgba(94, 175, 107, 0.9);
  --article-form-focus-ring: rgba(94, 175, 107, 0.24);
  --article-form-policy-border: rgba(29, 37, 48, 0.14);
  --article-form-policy-bg: rgba(248, 250, 252, 0.78);
  --article-form-policy-text: #1d2433;
  --article-form-btn-bg: #1f7a3e;
  --article-form-btn-bg-hover: #196733;
  --article-form-btn-border: rgba(0, 0, 0, 0.14);
  --article-form-btn-border-hover: rgba(0, 0, 0, 0.2);
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 20px 18px;
}

.post-detail-2026 article #extra-form-for-post .form-group > label {
  display: inline-block;
  margin: 0 0 var(--article-form-space-label);
  color: #1d2433;
  font-weight: 600;
  line-height: 1.35;
}

.post-detail-2026 article .extra-form-start .extra-form-heading {
  padding-top: 20px;
  margin: 0 0 8px;
  color: #0f172a !important;
  line-height: 1.3;
}

.post-detail-2026 article .extra-form-start .extra-form-heading h1,
.post-detail-2026 article .extra-form-start .extra-form-heading h2,
.post-detail-2026 article .extra-form-start .extra-form-heading h3,
.post-detail-2026 article .extra-form-start .extra-form-heading h4,
.post-detail-2026 article .extra-form-start .extra-form-heading h5,
.post-detail-2026 article .extra-form-start .extra-form-heading h6 {
  margin: 0 0 10px;
  color: #0f172a !important;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.post-detail-2026 article .extra-form-start .extra-form-heading p {
  margin: 0 0 8px;
  color: #0f172a !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
}

.post-detail-2026 article .extra-form-start .extra-form-heading span,
.post-detail-2026 article .extra-form-start .extra-form-heading strong,
.post-detail-2026 article .extra-form-start .extra-form-heading em,
.post-detail-2026 article .extra-form-start .extra-form-heading a {
  color: #0f172a !important;
}

.post-detail-2026 article .extra-form-start .extra-form-heading > :last-child {
  margin-bottom: 0;
}

.post-detail-2026 article .extra-form-start {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 22px;
  padding-right: 22px;
  border: 1px solid rgba(29, 37, 48, 0.08);
  border-radius: 16px;
  background: rgba(248, 250, 252, 0.46);
}

.post-detail-2026 article .extra-form-start #extra-form-for-post {
  margin-top: 8px;
}

.post-detail-2026 article #extra-form-for-post .form-check {
  margin: 0;
}

.post-detail-2026 article #extra-form-for-post .extra-form-policy-error {
  display: none;
  margin-top: 4px;
  margin-bottom: 10px;
}

.post-detail-2026 article #extra-form-for-post .extra-form-policy-error.is-visible {
  display: block;
}

.post-detail-2026 article #extra-form-for-post .extra-form-policy-error label {
  text-align: left !important;
  color: var(--article-form-policy-text);
  font-size: 13px;
  letter-spacing: 0.1px;
}

.post-detail-2026 article #extra-form-for-post .extra-form-policy-row {
  display: flex;
  align-items: center;
  column-gap: 12px;
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: var(--article-form-radius-field);
  border: 1px solid var(--article-form-policy-border);
  background: var(--article-form-policy-bg);
}

.post-detail-2026 article #extra-form-for-post #policy-checkbox {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  margin-top: 0;
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  border: 2px solid var(--article-form-focus-border);
  border-radius: 50%;
  background: #fff;
  transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.post-detail-2026 article #extra-form-for-post #policy-checkbox::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transform-origin: center;
  transition: transform 0.14s ease;
}

.post-detail-2026 article #extra-form-for-post #policy-checkbox:hover {
  border-color: var(--article-form-btn-bg-hover);
}

.post-detail-2026 article #extra-form-for-post #policy-checkbox:checked {
  background: var(--article-form-btn-bg);
  border-color: var(--article-form-btn-bg-hover);
}

.post-detail-2026 article #extra-form-for-post #policy-checkbox:checked::after {
  transform: rotate(45deg) scale(1);
}

.post-detail-2026 article #extra-form-for-post #policy-checkbox:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px var(--article-form-focus-ring);
}

.post-detail-2026 article #extra-form-for-post .extra-form-policy-row .form-check-label {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 6px;
  row-gap: 4px;
  line-height: 1.45;
  color: var(--article-form-policy-text);
}

.post-detail-2026 article #extra-form-for-post .extra-form-required-star {
  font-weight: 700;
  color: var(--article-form-policy-text);
  line-height: 1;
  transform: translateY(1px);
}

.post-detail-2026 article #extra-form-for-post #policy-url {
  color: var(--article-form-policy-text) !important;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
  text-decoration: none;
  border-bottom: 0;
}

.post-detail-2026 article #extra-form-for-post #policy-url:hover,
.post-detail-2026 article #extra-form-for-post #policy-url:focus-visible {
  text-decoration: none;
  border-bottom: 0;
}

.post-detail-2026 article #extra-form-for-post .btn-submit-extra-form {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 48px;
  padding: 0 22px;
  margin-left: auto;
  border-radius: var(--article-form-radius-field);
  border: 1px solid var(--article-form-btn-border);
  background: var(--article-form-btn-bg) !important;
  color: #ffffff !important;
  font-weight: 700;
  letter-spacing: 0.1px;
  box-shadow: 0 6px 14px rgba(31, 122, 62, 0.2);
  transition: background-color 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

.post-detail-2026 article #extra-form-for-post .btn-submit-extra-form:hover {
  background: var(--article-form-btn-bg-hover) !important;
  border-color: var(--article-form-btn-border-hover);
}

.post-detail-2026 article #extra-form-for-post .btn-submit-extra-form:disabled,
.post-detail-2026 article #extra-form-for-post .btn-submit-extra-form.is-loading {
  opacity: 0.72;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .post-detail-2026 article #extra-form-for-post .extra-form-policy-row {
    padding: 10px;
  }

  .post-detail-2026 article #extra-form-for-post .btn-submit-extra-form {
    width: 100%;
    margin-left: 0;
  }
}

.post-detail-2026 article #extra-form-for-post
input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
.post-detail-2026 article #extra-form-for-post textarea {
  width: 100%;
  max-width: 100%;
  display: block;
  box-sizing: border-box;
  border: 1px solid var(--article-form-border);
  border-radius: var(--article-form-radius-field);
  background: var(--article-form-bg-field);
  color: var(--article-form-text-field);
  font-size: 16px;
  line-height: 1.45;
  padding: 11px 14px;
  outline: none;
  box-shadow: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.post-detail-2026 article #extra-form-for-post textarea {
  min-height: 132px;
  resize: vertical;
}

.post-detail-2026 article #extra-form-for-post
input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"])::placeholder,
.post-detail-2026 article #extra-form-for-post textarea::placeholder {
  color: var(--article-form-placeholder);
}

.post-detail-2026 article #extra-form-for-post
input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):focus,
.post-detail-2026 article #extra-form-for-post textarea:focus {
  border-color: var(--article-form-focus-border);
  box-shadow: 0 0 0 3px var(--article-form-focus-ring);
  background: #ffffff;
}

.post-detail-2026 article #extra-form-for-post
input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):hover,
.post-detail-2026 article #extra-form-for-post textarea:hover {
  border-color: var(--article-form-border-hover);
}

@media (max-width: 1024px) {
  .post-detail-2026 .factbox-responsive {
    float: none;
    width: 100%;
    margin: 0 0 var(--space-5);
  }

  .post-detail-2026 .post-article-layout {
    grid-template-columns: 1fr;
  }

  .post-detail-2026 .post-banner-skyscraper {
    position: static;
    max-width: 100%;
    margin: var(--space-4) 0 0;
  }

  .post-detail-2026 .post-banner-skyscraper .sidebar-banner {
    width: 100%;
    height: auto;
  }

  .post-detail-2026 .post-banner-skyscraper img {
    height: auto;
  }

  .post-detail-2026 .post-hero-skyscraper {
    max-width: 100%;
    margin: var(--space-4) 0 0;
  }

  .post-detail-2026 .post-hero-skyscraper .sidebar-banner {
    width: 100%;
    height: auto;
  }

  .post-detail-2026 .post-hero-skyscraper img {
    height: auto;
  }
}

.post-detail-2026 .post-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-4);
  flex-wrap: wrap;
  margin: var(--space-4) 0 var(--space-7);
}

.post-detail-2026 .post-meta {
  display: flex;
  gap: var(--space-6);
  align-items: center;
  flex-wrap: wrap;
}

.post-detail-2026 .post-meta__item {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #42495C;
}

.post-detail-2026 .post-meta__item + .post-meta__item::before {
  content: "•";
  margin-right: var(--space-2);
  opacity: 0.6;
}

.post-detail-2026 .card-label {
  position: static;
  display: inline-flex;
}

.post-detail-2026 .post-meta-row__label {
  margin: 0;
}

.post-detail-2026 .post-taxonomy-share {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  flex-wrap: nowrap;
  margin: var(--space-6) 0 var(--space-5);
}

.post-detail-2026 .article-tag-box {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.post-detail-2026 .article-tag-box a {
  text-decoration: none;
}

.post-detail-2026 .article-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f1f3f5;
  color: #2b3340;
  font-size: 14px;
  line-height: 1;
}

.post-detail-2026 .article-tag-box a:hover .article-tag,
.post-detail-2026 .article-tag-box a:focus-visible .article-tag {
  background: #e6eaee;
}

.post-detail-2026 .post-share-inline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: 0;
  white-space: nowrap;
  width: 100%;
  padding-top: var(--space-5);
  margin-top: var(--space-2);
  position: relative;
}

.post-detail-2026 .post-share-inline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #A7D9AF 0%, #EAF7ED 100%);
}

.post-detail-2026 .post-share-inline__label {
  color: #627084;
  font-size: 14px;
}

.post-detail-2026 .article-social-box {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}

.post-detail-2026 .article-social-box > div {
  display: inline-flex;
  align-items: center;
}

.post-detail-2026 .article-social-box a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.post-detail-2026 .article-social-box img {
  width: 40px;
  height: 40px;
  display: block;
}

.post-detail-2026 .most-read__title {
  display: inline-block;
  margin: 0 0 var(--space-5);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

.post-detail-2026 .most-read__title::before {
  content: none;
}

.post-detail-2026 .most-read__title::after {
  content: "";
  display: block;
  width: 84px;
  height: 2px;
  margin-top: var(--space-3);
  background: linear-gradient(90deg, #a7d9af 0%, #eaf7ed 100%);
}

.page-home .page-grid > .main > .block.block-latest.block-latest--top .cards-stack .card-title {
  font-size: 36px;
}

/* Hide article slider dots by default (desktop). Enabled in small-screen MQ below. */
.post-detail-2026 .all-content__dots {
  display: none;
}

/* Post detail 2026 responsive baseline */
@media (max-width: 1280px) {
  .post-detail-2026 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .post-detail-2026 .post-article-layout {
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }

  .post-detail-2026 .post-article-layout__aside {
    width: 100%;
  }

  .post-detail-2026 .post-banner-skyscraper {
    position: static;
    max-width: 320px;
    margin: var(--space-2) auto 0;
  }

  .post-detail-2026 .post-banner-skyscraper .sidebar-banner {
    width: 100%;
    height: auto;
    aspect-ratio: 160 / 600;
  }

  .post-detail-2026 .post-banner-skyscraper img {
    height: 100%;
  }
}

@media (max-width: 1024px) {
  .post-detail-2026 .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .post-detail-2026 .main {
    min-width: 0;
  }

  .post-detail-2026 .main > h1 {
    font-size: 32px;
  }

  .post-detail-2026 .post-meta-row {
    margin: var(--space-3) 0 var(--space-6);
    align-items: flex-start;
  }

  .post-detail-2026 .post-meta {
    gap: var(--space-4);
  }

  .post-detail-2026 .main article :is(h2, h3, h4, h5) {
    font-size: 22px;
  }

  .post-detail-2026 .main article h2 {
    font-size: 24px;
  }

  .post-detail-2026 .all-content__grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 72vw);
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: var(--space-5);
    padding-bottom: 4px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .post-detail-2026 .all-content__grid::-webkit-scrollbar {
    display: none;
  }

  .post-detail-2026 .all-content__grid > * {
    scroll-snap-align: start;
    min-width: 0;
  }

  .post-detail-2026 .all-content .container {
    margin: var(--space-6) auto !important;
  }

  .post-detail-2026 .all-content__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
  }

  .post-detail-2026 .all-content__dot {
    width: 6px;
    height: 6px;
    border: 0;
    border-radius: 50%;
    background: rgba(105, 184, 123, 0.35);
    padding: 0;
    cursor: pointer;
  }

  .post-detail-2026 .all-content__dot.is-active {
    width: 8px;
    height: 8px;
    background: #69b87b;
  }
}

@media (max-width: 768px) {
  .page-home .page-grid > .main > .block.block-latest.block-latest--top .cards-stack .card-title {
    font-size: 26px;
  }

  .page-home .block + .block {
    margin-top: var(--space-6);
  }

  .page-home .cards-stack > * + * {
    margin-top: 0;
  }

  .page-home .cards-stack {
    gap: var(--space-6);
  }

  .page-home [data-mobile-slot] {
    margin: 0;
  }

  .page-home .main > [data-mobile-slot="after-top"] + .block {
    margin-top: var(--space-6);
  }

  .page-home [data-mobile-slot="after-top2"] {
    margin-top: var(--space-6);
  }

  .page-home [data-mobile-slot="after-top2"] > * + * {
    margin-top: var(--space-6);
  }

  .page-home [data-mobile-slot="after-top2"] > .block-curated {
    margin-top: var(--space-7);
  }

  .page-home .section-divider {
    margin: 0 0 var(--space-5);
  }

  .page-home section.all-content {
    margin-top: var(--space-7);
  }

  /* Interleaved podcast block: remove extra CTA weight before curated on mobile */
  .page-home [data-mobile-slot="after-top2"] .sidebar-block--podcast .podcast-cta {
    display: none;
  }

  .page-home .main .block-title {
    margin-bottom: var(--space-5);
  }

  .page-home [data-mobile-slot="after-top2"] .sidebar-block {
    padding-top: var(--space-4);
  }

  .page-home [data-mobile-slot="after-top2"] .sidebar-block__title {
    margin-bottom: var(--space-3);
  }

  .page-home [data-mobile-slot="after-top2"] .sidebar-block__title + .sidebar-accent {
    margin-bottom: var(--space-3);
  }

  .page-home [data-mobile-slot="after-top2"] .upcoming-list,
  .page-home [data-mobile-slot="after-top2"] .latest-list,
  .page-home [data-mobile-slot="after-top2"] .most-list,
  .page-home [data-mobile-slot="after-top2"] .podcast-list,
  .page-home [data-mobile-slot="after-top2"] .authors-list,
  .page-home [data-mobile-slot="after-top2"] .jobs-list {
    gap: var(--space-4);
  }

  .page-home [data-mobile-slot="after-top2"] .upcoming-list li + li,
  .page-home [data-mobile-slot="after-top2"] .latest-list li + li,
  .page-home [data-mobile-slot="after-top2"] .most-list li + li,
  .page-home [data-mobile-slot="after-top2"] .podcast-list li + li,
  .page-home [data-mobile-slot="after-top2"] .authors-list li + li,
  .page-home [data-mobile-slot="after-top2"] .jobs-list li + li {
    padding-top: 0;
    margin-top: 0;
  }

  .page-home [data-mobile-slot="after-top2"] .latest-list li,
  .page-home [data-mobile-slot="after-top2"] .most-list li,
  .page-home [data-mobile-slot="after-top2"] .podcast-list li,
  .page-home [data-mobile-slot="after-top2"] .authors-list li,
  .page-home [data-mobile-slot="after-top2"] .upcoming-list li,
  .page-home [data-mobile-slot="after-top2"] .jobs-list li {
    margin-bottom: 0;
  }

  .page-home [data-mobile-slot="after-top2"] .jobs-list li:last-child {
    margin-bottom: 0;
  }

  .page-home .all-content__grid {
    gap: var(--space-6);
  }

  .page-home section.all-content > .container {
    padding-left: 0;
    padding-right: 0;
  }

  .writers-page .page-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .writer-detail-page .writer-portfolio .writer-portfolio__item,
  .writer-detail-page .writer-portfolio .writer-portfolio__item:nth-child(even) {
    padding: var(--space-5, 20px);
    margin-bottom: 36px;
  }

  .post-detail-2026 .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .post-detail-2026 .main > h1 {
    font-size: 28px;
    line-height: 1.2;
  }

  .post-detail-2026 .main > strong {
    display: block;
    margin-bottom: var(--space-5);
  }

  .post-detail-2026 .main article p,
  .post-detail-2026 .main article li,
  .post-detail-2026 .post-meta__item {
    font-size: 16px;
    line-height: 1.65;
  }

  .post-detail-2026 .main article :is(h2, h3, h4, h5) {
    font-size: 20px;
  }

  .post-detail-2026 .main article h2 {
    font-size: 22px;
  }

  .post-detail-2026 .post-meta-row {
    margin: var(--space-3) 0 var(--space-5);
  }

  .post-detail-2026 .factbox-responsive {
    padding: 16px;
    margin: var(--space-6) 0;
  }

  .post-detail-2026 .post-taxonomy-share {
    gap: 14px;
    margin: var(--space-5) 0 var(--space-4);
  }

  .post-detail-2026 .post-share-inline {
    white-space: normal;
  }

  .post-detail-2026 .article-social-box img {
    width: 34px;
    height: 34px;
  }

  .post-detail-2026 .all-content__grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(240px, 84vw);
    gap: var(--space-4);
  }

  .post-detail-2026 .main article table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 480px) {
  .post-detail-2026 .main > h1 {
    font-size: 24px;
  }

  .post-detail-2026 .main article :is(h2, h3, h4, h5) {
    font-size: 18px;
  }

  .post-detail-2026 .main article h2 {
    font-size: 20px;
  }

  .post-detail-2026 .main article p,
  .post-detail-2026 .main article li {
    font-size: 15px;
    line-height: 1.6;
  }

  .post-detail-2026 .article-tag-box {
    gap: 8px;
  }

  .post-detail-2026 .article-tag {
    font-size: 13px;
    padding: 5px 9px;
  }
}

/* Writers page (Skribenter) */
.writers-page .page-grid {
  grid-template-columns: minmax(0, 1fr);
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.writers-page .main {
  max-width: none;
  margin: 0;
}

.writers-page .main > h2 {
  margin: var(--space-10, 48px) 0 var(--space-9, 48px);
  text-align: center;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: normal;
  text-transform: none;
}

.page-home .writers-page .main > h2 {
  font-size: 36px;
}

.writers-page .main > h2::after {
  content: "";
  display: block;
  width: 180px;
  height: 3px;
  margin: var(--space-3, 12px) auto 0;
  background: radial-gradient(
    circle at center,
    rgba(94, 175, 107, 1) 0%,
    rgba(94, 175, 107, 0.35) 60%,
    rgba(94, 175, 107, 0.10) 100%
  );
}

.writers-page .writers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 260px));
  gap: var(--space-6, 24px);
  justify-content: center;
}

@media (min-width: 1200px) {
  .writers-page .writers-grid {
    grid-template-columns: repeat(4, 260px);
    gap: 40px;
    max-width: 1180px;
    margin: 0 auto;
    justify-content: center;
  }
}

.writers-page .writer-card {
  position: relative;
  display: block;
  width: 100%;
  max-width: 260px;
  height: auto;
  aspect-ratio: 260 / 414;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #000;
  overflow: hidden;
  padding-bottom: 0;
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

@media (min-width: 1200px) {
  .writers-page .writer-card {
    width: 260px;
    max-width: none;
    height: 414px;
    aspect-ratio: auto;
  }
}

.writers-page .writer-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.82) 0%,
    rgba(0, 0, 0, 0.52) 30%,
    rgba(0, 0, 0, 0.16) 62%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.writers-page .writer-card:hover {
  transform: none;
  filter: brightness(1.03) saturate(1.01);
}

.writers-page .writer-card:focus-visible {
  transform: none;
  filter: brightness(1.03) saturate(1.01);
  box-shadow: 0 0 0 2px #5EAF6B, 0 8px 18px rgba(0, 0, 0, 0.32);
}

.writers-page .writer-card__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  display: block;
  border-radius: 0;
  transform: scale(1);
  transition: transform 220ms ease;
}

.writers-page .writer-card:hover .writer-card__media,
.writers-page .writer-card:focus-visible .writer-card__media {
  transform: scale(1.05);
}

.writers-page .writer-card__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 14px 16px;
  color: #ffffff;
  z-index: 2;
}

.writers-page .writer-card__name,
.writers-page .writer-card__role,
.writers-page .writer-card__email {
  margin: 0;
  padding-inline: 0;
}

.writers-page .writer-card__name {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: #ffffff;
}

.writers-page .writer-card__role {
  margin-top: 4px;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.85);
}

.writers-page .writer-card__email {
  margin-top: var(--space-3, 12px);
  margin-bottom: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.55);
  display: none;
}

.writers-page .writer-card__social {
  display: none !important;
}

.writers-page .writer-card a[href*="facebook.com"],
.writers-page .writer-card a[href*="linkedin.com"],
.writers-page .writer-card a[href*="instagram.com"] {
  display: none !important;
}

.writers-page .writers-about,
.about-page .writers-about {
  margin-top: var(--space-10, 48px);
  padding-top: var(--space-8, 40px);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.writers-page .writers-about__title,
.about-page .writers-about__title {
  margin: 0 0 var(--space-6, 24px);
  font-size: clamp(1.4rem, 1.6vw, 1.9rem);
  line-height: 1.2;
  font-weight: 600;
}

.writers-page .writers-about__title::after,
.about-page .writers-about__title::after {
  content: "";
  display: block;
  width: 140px;
  height: 2px;
  margin-top: var(--space-3, 12px);
  background: radial-gradient(
    circle at center,
    rgba(94, 175, 107, 1) 0%,
    rgba(94, 175, 107, 0.35) 60%,
    rgba(94, 175, 107, 0.10) 100%
  );
}

.writers-page .writers-about__grid,
.about-page .writers-about__grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: var(--space-8, 32px);
  align-items: start;
}

.writers-page .writers-about__media,
.about-page .writers-about__media {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: var(--space-4, 16px);
  overflow: hidden;
  background: #f3f3f3;
}

.writers-page .writers-about__media > *,
.about-page .writers-about__media > * {
  min-height: clamp(280px, 32vw, 360px);
  overflow: hidden;
}

.writers-page .writers-about__media > *:first-child,
.about-page .writers-about__media > *:first-child {
  grid-column: 1 / -1;
}

.writers-page .writers-about__media img,
.about-page .writers-about__media img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: auto;
}

.writers-page .writers-about__body,
.about-page .writers-about__body {
  max-width: 60ch;
}

.writers-page .writers-about__body > p,
.about-page .writers-about__body > p {
  margin: 0 0 var(--space-4, 16px);
}

.writers-page .writers-about__lead,
.about-page .writers-about__lead {
  font-size: 1.08rem;
  line-height: 1.65;
  font-weight: 500;
}

.writers-page .writers-team,
.about-page .writers-team {
  margin-top: var(--space-6, 24px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-4, 16px);
}

.writers-page .writers-team > div,
.about-page .writers-team > div {
  background: rgba(94, 175, 107, 0.06);
  border: 1px solid rgba(94, 175, 107, 0.16);
  padding: var(--space-4, 16px);
}

.writers-page .writers-team > div > p,
.about-page .writers-team > div > p {
  margin: 0;
}

.writers-page .writers-team > div > p:nth-of-type(odd),
.about-page .writers-team > div > p:nth-of-type(odd) {
  font-weight: 600;
}

.writers-page .writers-team > div > p:nth-of-type(even),
.about-page .writers-team > div > p:nth-of-type(even) {
  margin-top: 4px;
  margin-bottom: var(--space-3, 12px);
  color: rgba(0, 0, 0, 0.68);
}

.writers-page .writers-team > ul,
.writers-page .writers-team > ol,
.about-page .writers-team > ul,
.about-page .writers-team > ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: var(--space-3, 12px);
}

.writers-page .writers-team li,
.about-page .writers-team li {
  background: rgba(94, 175, 107, 0.08);
  border: 1px solid rgba(94, 175, 107, 0.18);
  padding: 12px 14px;
}

@media (max-width: 1024px) {
  .writers-page .writers-about__grid,
  .about-page .writers-about__grid {
    grid-template-columns: 1fr;
    gap: var(--space-6, 24px);
  }

  .writers-page .writers-about__media,
  .about-page .writers-about__media {
    grid-template-columns: 1fr;
  }

  .writers-page .writers-about__media > *,
  .about-page .writers-about__media > * {
    min-height: 280px;
  }

  .writers-page .writers-team,
  .about-page .writers-team {
    grid-template-columns: 1fr;
  }
}

/* Writer detail hero */
body.page-home main.container:has(.writer-detail-page) {
  padding-top: 0;
}

.writer-detail-page {
  padding-top: 0;
  margin-top: 0;
}

.writer-detail-page .writer-detail-page__hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
  position: relative;
  min-height: clamp(520px, 72vh, 860px);
  overflow: hidden;
  background: #000;
  border-radius: 0;
  display: grid;
  grid-template-columns: 35% 65%;
  align-items: stretch;
}

.writer-detail-page .writer-detail-page__media {
  grid-column: 2;
  grid-row: 1;
  position: relative;
  inset: auto;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  align-self: stretch;
  overflow: hidden;
}

.writer-detail-page .writer-detail-page__media img {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  display: block;
  border-radius: 0;
}

.writer-detail-page .writer-detail-page__hero::after {
  content: none;
}

.writer-detail-page .writer-detail-page__hero::before {
  content: none;
}

.writer-detail-page .writer-detail-page__identity {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  right: auto;
  top: auto;
  transform: none;
  z-index: 2;
  width: 100%;
  max-width: none;
  justify-self: stretch;
  padding-left: var(--space-8, 32px);
  padding-right: var(--space-8, 32px);
  color: #fff;
  background: #000;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: var(--space-4, 16px);
  transform: translateY(-1%);
}

.writer-detail-page .writer-detail-page__identity {
  padding-top: var(--space-10, 48px);
  padding-bottom: var(--space-10, 48px);
}

@media (min-width: 1025px) {
  .writer-detail-page .writer-detail-page__identity {
    align-items: flex-end;
    padding-left: clamp(180px, 14vw, 340px);
    padding-right: var(--space-5, 16px);
  }

  .writer-detail-page .writer-detail-page__social {
    margin-bottom: 16px;
  }
}

.writer-detail-page .writer-detail-page__bio {
  margin: 0;
  padding: 0;
  width: min(100%, 520px);
  order: 4;
  max-width: 52ch;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
}

.writer-detail-page .writer-detail-page__name {
  margin: 0;
  width: min(100%, 520px);
  padding-right: 0;
  color: #fff;
  font-size: clamp(2rem, 4.3vw, 4rem);
  line-height: 1.12;
}

.writer-detail-page .writer-detail-page__role {
  margin: 0;
  width: min(100%, 520px);
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.55;
}

.writer-detail-page .writer-detail-page__email {
  margin: 10px 0 0;
  width: min(100%, 520px);
  color: rgba(255, 255, 255, 0.72);
}

.writer-detail-page .writer-detail-page__social {
  position: static;
  margin-top: var(--space-4, 16px);
  width: min(100%, 520px);
  order: 5;
  display: flex;
  align-items: center;
  gap: var(--space-3, 12px);
}

.writer-detail-page .writer-detail-page__social a[href*="facebook.com"],
.writer-detail-page .writer-detail-page__social a[href*="instagram.com"] {
  display: none;
}

.writer-detail-page .writer-detail-page__social a[href*="linkedin.com"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: #1f5f36;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
  color: #fff;
  text-decoration: none;
}

.writer-detail-page .writer-detail-page__social a[href*="linkedin.com"] img,
.writer-detail-page .writer-detail-page__social a[href*="linkedin.com"] svg {
  width: 32px;
  height: 32px;
  margin: 0 !important;
  display: block;
  filter: brightness(0) invert(1);
}

@media (max-width: 1024px) {
  .writer-detail-page .writer-detail-page__hero {
    min-height: clamp(320px, 48vh, 520px);
    grid-template-columns: 1fr;
  }

  .writer-detail-page .writer-detail-page__identity {
    grid-column: 1;
    grid-row: 2;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: auto;
    max-width: 100%;
    padding-top: 20px;
    padding-left: var(--space-6, 24px);
    padding-right: var(--space-6, 24px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-content: start;
    align-items: start;
    column-gap: var(--space-3, 12px);
    row-gap: var(--space-3, 12px);
  }

  .writer-detail-page .writer-detail-page__social {
    position: static;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: center;
    margin-top: 0;
    width: auto;
  }

  .writer-detail-page .writer-detail-page__name {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
  }

  .writer-detail-page .writer-detail-page__role {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
  }

  .writer-detail-page .writer-detail-page__email {
    grid-column: 1 / -1;
    grid-row: 3;
    width: 100%;
  }

  .writer-detail-page .writer-detail-page__bio {
    grid-column: 1 / -1;
    grid-row: 4;
    width: 100%;
  }

  .writer-detail-page .writer-detail-page__media {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    min-height: 0;
    margin-top: 16px;
  }

  .writer-detail-page .writer-detail-page__media img {
    width: 100%;
    height: auto;
    max-width: none;
    aspect-ratio: auto;
  }
}

/* Writer portfolio articles */
.writer-detail-page .writer-portfolio .writer-portfolio__item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px, 48%) 1fr;
  gap: var(--space-9, 40px);
  align-items: center;
  padding: var(--space-10, 48px);
  background: #fff;
  border: 0;
  border-radius: 16px;
  box-shadow: none;
  margin-bottom: 90px;
  opacity: 0;
  transform: translateY(16px);
  filter: blur(2px);
  transition: opacity 600ms ease, transform 600ms ease, filter 600ms ease;
  transition-delay: 0ms;
  will-change: opacity, transform;
}

.writer-detail-page .writer-portfolio .writer-portfolio__item.is-inview {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.writer-detail-page .writer-portfolio .writer-portfolio__item.is-leaving {
  transition-duration: 360ms;
}

.writer-detail-page .writer-portfolio .writer-portfolio__media {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

  .writer-detail-page .writer-portfolio .writer-portfolio__media img {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    display: block;
  transition: transform 220ms ease;
  pointer-events: none;
}

.writer-detail-page .writer-portfolio .writer-portfolio__item:hover .writer-portfolio__media img {
  transform: scale(1.04);
}

.writer-detail-page .writer-portfolio .writer-portfolio__content {
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.writer-detail-page .writer-portfolio .writer-portfolio__content h2,
.writer-detail-page .writer-portfolio .writer-portfolio__content h3 {
  margin: 0 0 var(--space-3, 12px);
  font-size: 28px;
  line-height: 1.2;
}

.writer-detail-page .writer-portfolio .writer-portfolio__content p {
  margin: 0;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.6;
  max-width: 60ch;
}

.writer-detail-page .writer-portfolio .writer-portfolio__item:nth-child(even) {
  grid-template-columns: 1fr minmax(280px, 45%);
}

.writer-detail-page .writer-portfolio .writer-portfolio__item:nth-child(even) .writer-portfolio__media {
  grid-column: 2;
  grid-row: 1;
}

.writer-detail-page .writer-portfolio .writer-portfolio__item:nth-child(even) .writer-portfolio__content {
  grid-column: 1;
  grid-row: 1;
  justify-self: end;
  width: min(100%, 60ch);
}

.writer-detail-page .writer-portfolio .writer-portfolio__link {
  position: absolute;
  inset: 0;
  z-index: 4;
  border-radius: inherit;
  cursor: pointer;
}

.writer-detail-page .writer-portfolio .writer-portfolio__item:hover {
  transform: translateY(-2px);
  box-shadow: none;
}

.writer-detail-page .writer-portfolio .writer-portfolio__item:focus-within {
  outline: none;
}

@media (max-width: 1024px) {
  .writer-detail-page .writer-portfolio .writer-portfolio__item,
  .writer-detail-page .writer-portfolio .writer-portfolio__item:nth-child(even) {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .writer-detail-page .writer-portfolio .writer-portfolio__item:nth-child(even) .writer-portfolio__media,
  .writer-detail-page .writer-portfolio .writer-portfolio__item:nth-child(even) .writer-portfolio__content {
    grid-column: auto;
    grid-row: auto;
  }

  .writer-detail-page .writer-portfolio .writer-portfolio__item:nth-child(even) .writer-portfolio__content {
    justify-self: stretch;
    width: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .writer-detail-page .writer-portfolio .writer-portfolio__item {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}

.writer-detail-page .writer-section-header {
  padding-top: max(48px, var(--space-9, 48px));
  padding-bottom: max(48px, var(--space-9, 48px));
  text-align: center;
}

.page-home .writer-detail-page .writer-section-header h2.writer-section-header__title {
  margin: 0;
  font-size: 36px !important;
  font-weight: 600;
  line-height: 1.15;
}

@media (max-width: 1024px) {
  .page-home .writer-detail-page .writer-section-header h2.writer-section-header__title {
    font-size: 28px !important;
  }
}

.writer-detail-page .writer-section-header__title::after {
  content: "";
  display: block;
  width: min(220px, 42vw);
  height: 2px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(94,175,107,0) 0%,
    rgba(94,175,107,0.35) 18%,
    rgba(94,175,107,0.95) 50%,
    rgba(94,175,107,0.35) 82%,
    rgba(94,175,107,0) 100%
  );
}

.list-page-header {
  position: relative;
  padding-top: max(30px, var(--space-7, 30px));
  padding-bottom: max(30px, var(--space-7, 30px));
  text-align: center;
}

.page-grid .list-page-header .list-page-header__title {
  margin: 0;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 600;
  text-decoration: none;
}

.page-grid .list-page-header .list-page-header__title::after {
  content: "";
  display: block;
  width: min(240px, 44vw);
  height: 2px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(94,175,107,0) 0%,
    rgba(94,175,107,0.35) 18%,
    rgba(94,175,107,0.95) 50%,
    rgba(94,175,107,0.35) 82%,
    rgba(94,175,107,0) 100%
  );
}

.list-page-header__count {
  position: absolute;
  right: 0;
  top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(94,175,107,0.10);
  border: 1px solid rgba(94,175,107,0.22);
  color: rgba(0,0,0,0.72);
  font-weight: 600;
  font-size: 0.95rem;
  pointer-events: none;
  user-select: none;
}

.list-page-header__lead {
  margin: 18px auto 0;
  max-width: 70ch;
  line-height: 1.6;
  color: rgba(0,0,0,0.75);
}

.list-page-header__lead a {
  color: #5EAF6B;
  font-weight: 600;
  text-decoration: none;
  text-underline-offset: 3px;
}

.list-page-header__lead a:hover {
  text-decoration: underline;
}

.list-page-header__lead p {
  margin: 0;
}

.list-page-header__lead p + p {
  margin-top: 10px;
}

.page-grid.is-category-page .pagination {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

.page-grid.is-category-page .pagination a,
.page-grid.is-category-page .pagination .disabled,
.page-grid.is-category-page .pagination .current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.7rem;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #fff;
  text-decoration: none;
  color: #475569;
  font-size: 0.88rem;
}

.page-grid.is-category-page .pagination a:hover {
  border-color: #cbd5e1;
  color: #0f172a;
}

.page-grid.is-category-page .pagination .current {
  background: #eff6ff;
  border-color: #bfdbfe;
  color: #1e3a8a;
  font-weight: 600;
}

.page-grid.is-category-page .pagination .disabled {
  opacity: 0.55;
}

.page-grid.is-category-page.is-webinar-page .webinar-youtube-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 268px;
  height: 48px;
  padding: 0 18px;
  margin: 30px auto 0;
  border-radius: 14px;
  border: 1px solid transparent;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(90deg, #696E80 1%, rgba(255, 56, 60, 0.8) 99%) border-box;
  color: #1f1f1f;
  text-decoration: none;
}

.page-grid.is-category-page.is-webinar-page .list-page-header__lead {
  margin-top: 28px;
}

.page-grid.is-category-page.is-webinar-page .webinar-youtube-cta:hover {
  background: #FF383C;
  border-color: #FF383C;
  color: #ffffff;
}

.page-grid.is-category-page.is-webinar-page .webinar-youtube-cta__icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  color: #FF383C;
}

.page-grid.is-category-page.is-webinar-page .webinar-youtube-cta:hover .webinar-youtube-cta__icon {
  color: #ffffff;
}

.page-grid.is-category-page.is-webinar-page .webinar-youtube-cta__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-grid.is-category-page.is-webinar-page .webinar-youtube-cta__label {
  font-size: 20px;
  line-height: 1.1;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .page-grid.is-category-page.is-webinar-page .webinar-youtube-cta {
    width: min(100%, 268px);
  }
}

@media (max-width: 1024px) {
  .page-grid .list-page-header .list-page-header__title {
    font-size: 28px;
  }

  .list-page-header__count {
    position: static;
    margin: 12px auto 0;
  }
}

/* Download files */
.download-card {
  margin: 24px 0;
  padding: 16px 16px 0 16px;
  background: #f7f7f8;
  border: 1px solid #e6e6e8;
  border-radius: 12px;
}

.download-card__title {
  font-weight: 700;
  margin-bottom: 12px;
}

.download-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.download-item {
  margin: 0;
}

.download-link {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #e6e6e8;
  border-radius: 10px;
  text-decoration: none;
  color: #1b1b1b;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.05s ease;
}

.download-link:hover,
.download-link:focus-visible {
  border-color: #cfd3d8;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.download-icon img {
  display: block;
  width: 24px;
  height: 24px;
}

.download-name {
  font-weight: 600;
}

.download-action {
  font-size: 0.85rem;
  color: #2b7cff;
  font-weight: 600;
}

/* Post detail 2026: editorial author module */
.post-detail-2026 .author-module-link {
  display: block;
  margin: var(--space-7) 0 var(--space-6);
  text-decoration: none;
  color: inherit;
}

.post-detail-2026 .author-module-link:hover,
.post-detail-2026 .author-module-link:focus-visible {
  text-decoration: none;
  color: inherit;
}

.post-detail-2026 .author-module {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: var(--space-5);
  align-items: center;
  padding: var(--space-5);
  border: 1px solid #e1e6e3;
  border-radius: 14px;
  background: linear-gradient(180deg, #f8fbf9 0%, #f3f7f5 100%);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.12s ease;
}

.post-detail-2026 .author-module-link:hover .author-module,
.post-detail-2026 .author-module-link:focus-visible .author-module {
  border-color: #c7d9cc;
  box-shadow: 0 6px 18px rgba(19, 35, 26, 0.08);
}

.post-detail-2026 .author-module__media {
  width: 104px;
  height: 104px;
}

.post-detail-2026 .author-module__photo,
.post-detail-2026 .author-module__avatar-fallback {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  display: grid;
  place-items: center;
}

.post-detail-2026 .author-module__photo {
  object-fit: cover;
  border: 1px solid #dfe6e2;
}

.post-detail-2026 .author-module__avatar-fallback {
  border: 1px solid #d6dfda;
  background: #e8efea;
  color: #456151;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.post-detail-2026 .author-module__identity {
  min-width: 0;
}

.post-detail-2026 .author-module__kicker {
  margin: 0 0 6px;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #5b6a61;
  font-weight: 700;
}

.post-detail-2026 .author-module__name {
  margin: 0 0 6px;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #1b2430;
  font-weight: 700;
}

.post-detail-2026 .author-module__role {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #4b5a69;
}

.post-detail-2026 .author-module__cta {
  margin: 12px 0 0;
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: 700;
  color: #1a502c;
}

@media (max-width: 768px) {
  .post-detail-2026 .author-module-link {
    margin: var(--space-6) 0;
  }

  .post-detail-2026 .author-module {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: var(--space-4);
    padding: var(--space-4);
    border-radius: 12px;
  }

  .post-detail-2026 .author-module__media {
    width: 84px;
    height: 84px;
  }

  .post-detail-2026 .author-module__name {
    font-size: 1.1rem;
  }

  .post-detail-2026 .author-module__role,
  .post-detail-2026 .author-module__cta {
    font-size: 0.875rem;
  }
}

/* Shared breadcrumb component for 2026 pages */
.site-breadcrumb {
  width: min(1180px, calc(100% - 48px));
  margin: 10px auto 18px;
}

.site-breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  font-size: 13px;
  line-height: 1.35;
  color: #667085;
}

.site-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.site-breadcrumb__item + .site-breadcrumb__item::before {
  content: "/";
  color: #98a2b3;
  margin-right: 2px;
}

.site-breadcrumb__item a {
  color: #4b5563;
  text-decoration: none;
}

.site-breadcrumb__item a:hover,
.site-breadcrumb__item a:focus-visible {
  color: #1a502c;
  text-decoration: underline;
}

.site-breadcrumb__item--current {
  color: #111827;
  font-weight: 600;
}
