/* ==========================================================
   ACDS EDITORIAL JOURNAL
   Portfolio-inspired single article system
========================================================== */

body.single-post {
  --acds-coral: #f36150;
  --acds-coral-dark: #dc4d3e;
  --acds-black: #080808;
  --acds-copy: #4f4f4f;
  --acds-muted: #777777;
  --acds-line: rgba(8, 8, 8, 0.12);
  --acds-white: #ffffff;
  --acds-soft: #f6f6f6;
  --acds-width: 1380px;
}

body.single-post,
body.single-post #page-container,
body.single-post #et-main-area,
body.single-post .et-l--body {
  max-width: 100%;
  overflow-x: clip;
}

body.single-post .acds-editorial-template,
body.single-post .acds-editorial-template-row,
body.single-post .acds-editorial-template-row > .et_pb_column,
body.single-post .acds-editorial-template .et_pb_code,
body.single-post .acds-editorial-template .et_pb_code_inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.single-post .acds-editorial-template {
  background: var(--acds-white) !important;
}


body.single-post .acds-editorial-hero *,
body.single-post .acds-editorial-toc-section *,
body.single-post .acds-editorial-faq *,
body.single-post .acds-editorial-disclaimer *,
body.single-post .acds-editorial-author *,
body.single-post .acds-editorial-related *,
body.single-post .acds-editorial-cta * {
  box-sizing: border-box;
}

body.single-post .acds-editorial-shell {
  width: min(90%, var(--acds-width));
  max-width: var(--acds-width);
  margin: 0 auto;
}

body.single-post .acds-editorial-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--acds-coral) !important;
  font-family: "Roboto Flex", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

body.single-post .acds-editorial-kicker::before {
  content: "";
  width: 32px;
  height: 2px;
  flex: 0 0 32px;
  background: var(--acds-coral);
}

body.single-post .acds-editorial-hero h1,
body.single-post .acds-editorial-toc h2,
body.single-post .acds-editorial-section-heading h2,
body.single-post .acds-editorial-author__name,
body.single-post .acds-editorial-related h3,
body.single-post .acds-editorial-cta h2 {
  margin: 0;
  padding: 0;
  color: var(--acds-black) !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -0.055em !important;
}

/* ==========================================================
   READING PROGRESS
========================================================== */

body.single-post .acds-editorial-reading-progress {
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 3px;
  pointer-events: none;
}

body.single-post .acds-editorial-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--acds-coral);
  transition: width 80ms linear;
}

/* ==========================================================
   HERO — SAME 44 / 56 PORTFOLIO GRID
========================================================== */

body.single-post .acds-editorial-hero {
  width: 100%;
  padding: 48px 0 72px;
  background: var(--acds-white);
}

body.single-post .acds-editorial-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 44fr) minmax(0, 56fr);
  gap: clamp(46px, 5vw, 88px);
  align-items: center;
}

body.single-post .acds-editorial-hero__content {
  min-width: 0;
}

body.single-post .acds-editorial-breadcrumbs,
body.single-post .acds-editorial-breadcrumbs .rank-math-breadcrumb {
  margin: 0 0 30px !important;
  color: #707070 !important;
  font-family: "Roboto Flex", Arial, sans-serif;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

body.single-post .acds-editorial-breadcrumbs a {
  color: var(--acds-coral) !important;
}

body.single-post .acds-editorial-breadcrumbs > * {
  margin-right: 6px;
}

body.single-post .acds-editorial-hero h1 {
  max-width: 760px;
  margin: 0 0 31px !important;
  font-size: clamp(56px, 5.2vw, 88px) !important;
  line-height: 0.94 !important;
  letter-spacing: -0.065em !important;
}

body.single-post .acds-editorial-at-glance {
  max-width: 720px;
  margin: 0 0 30px;
  padding: 24px 0 0 27px;
  border-top: 1px solid var(--acds-line);
  border-left: 3px solid var(--acds-coral);
}

body.single-post .acds-editorial-at-glance__label {
  margin: 0 0 10px;
  color: var(--acds-black);
  font-family: "Roboto Flex", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.single-post .acds-editorial-at-glance__copy,
body.single-post .acds-editorial-at-glance__copy p {
  margin: 0 !important;
  color: var(--acds-copy) !important;
  font-family: "Roboto Flex", Arial, sans-serif;
  font-size: 17px !important;
  line-height: 1.7 !important;
}

body.single-post .acds-editorial-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 760px;
  border-top: 1px solid var(--acds-line);
}

body.single-post .acds-editorial-meta {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
  padding: 17px 20px 17px 0;
  border-bottom: 1px solid var(--acds-line);
  color: var(--acds-black);
  font-family: "Roboto Flex", Arial, sans-serif;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

body.single-post .acds-editorial-meta:nth-child(odd) {
  margin-right: 22px;
}

body.single-post .acds-editorial-meta__label {
  color: var(--acds-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

body.single-post .acds-editorial-meta a {
  color: var(--acds-black) !important;
}

body.single-post .acds-editorial-meta a span {
  color: var(--acds-coral);
}

body.single-post .acds-editorial-meta small {
  color: var(--acds-muted);
  font-size: 11px;
  font-weight: 500;
}

body.single-post .acds-editorial-hero__media {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0;
  border: 1px solid rgba(18, 20, 29, 0.08);
  border-radius: 28px;
  overflow: hidden;
  background: var(--acds-soft);
  box-shadow: 0 18px 42px rgba(18, 20, 29, 0.08);
}

body.single-post .acds-editorial-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

body.single-post .acds-editorial-placeholder {
  display: flex;
  width: 100%;
  min-height: 420px;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(243, 97, 80, 0.08), rgba(8, 8, 8, 0.04));
  color: var(--acds-black);
  font-family: "Roboto Flex", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* ==========================================================
   WHAT YOU'LL FIND HERE
========================================================== */

body.single-post .acds-editorial-toc-section {
  width: 100%;
  padding: 96px 0 104px;
  background: var(--acds-soft);
  border-top: 1px solid var(--acds-line);
}

body.single-post .acds-editorial-toc {
  display: grid;
  grid-template-columns: minmax(270px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(70px, 8vw, 130px);
  align-items: start;
}

body.single-post .acds-editorial-toc__heading h2 {
  margin: 0 0 24px !important;
  font-size: clamp(48px, 4.2vw, 68px) !important;
  line-height: 0.94 !important;
}

body.single-post .acds-editorial-toc__heading p {
  max-width: 470px;
  margin: 0;
  color: var(--acds-copy);
  font-family: "Roboto Flex", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

body.single-post .acds-editorial-toc__nav ol {
  margin: 0;
  padding: 0;
  border-top: 2px solid var(--acds-black);
  list-style: none;
  counter-reset: acds-toc;
}

body.single-post .acds-editorial-toc__nav li {
  counter-increment: acds-toc;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--acds-line);
}

body.single-post .acds-editorial-toc__nav li.is-h3 {
  padding-left: 38px;
}

body.single-post .acds-editorial-toc__nav a {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 19px 0;
  color: var(--acds-black) !important;
  font-family: "Roboto Flex", Arial, sans-serif;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.45;
  text-decoration: none !important;
}

body.single-post .acds-editorial-toc__nav a::before {
  content: counter(acds-toc, decimal-leading-zero);
  color: var(--acds-coral);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

body.single-post .acds-editorial-toc__nav a:hover,
body.single-post .acds-editorial-toc__nav a.is-active {
  color: var(--acds-coral) !important;
}

/* ==========================================================
   EXISTING DIVI POST CONTENT — PRESERVED, RESTYLED
========================================================== */

body.single-post .acds-article-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 94px 0 108px !important;
  background: var(--acds-white) !important;
  color: var(--acds-copy);
}

body.single-post .acds-article-content > .et_pb_section,
body.single-post .acds-article-content .et_pb_section {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body.single-post .acds-article-content .et_pb_row {
  width: min(90%, 920px) !important;
  max-width: 920px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.single-post .acds-article-content .et_pb_column,
body.single-post .acds-article-content .et_pb_module {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

body.single-post .acds-article-content .et_pb_text {
  margin-bottom: 0 !important;
}

body.single-post .acds-article-content p,
body.single-post .acds-article-content li {
  color: var(--acds-copy) !important;
  font-family: "Roboto Flex", Arial, sans-serif !important;
  font-size: 18px !important;
  line-height: 1.78 !important;
}

body.single-post .acds-article-content p {
  margin: 0 0 1.45em !important;
}

body.single-post .acds-article-content ul,
body.single-post .acds-article-content ol {
  margin: 0 0 1.6em 1.25em !important;
  padding: 0 !important;
}

body.single-post .acds-article-content li {
  margin-bottom: 0.55em;
  padding-left: 0.3em;
}

body.single-post .acds-article-content h2,
body.single-post .acds-article-content h3,
body.single-post .acds-article-content h4 {
  color: var(--acds-black) !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -0.05em !important;
}

body.single-post .acds-article-content h2 {
  margin: 1.7em 0 0.58em !important;
  padding: 4px 0 4px 27px !important;
  border-left: 3px solid var(--acds-coral);
  font-size: clamp(44px, 4.5vw, 64px) !important;
  line-height: 0.98 !important;
  scroll-margin-top: 110px;
}

body.single-post .acds-article-content h3 {
  margin: 1.55em 0 0.55em !important;
  font-size: clamp(29px, 3vw, 39px) !important;
  line-height: 1.05 !important;
  scroll-margin-top: 110px;
}

body.single-post .acds-article-content h4 {
  margin: 1.4em 0 0.5em !important;
  font-size: 24px !important;
  line-height: 1.15 !important;
}

body.single-post .acds-article-content strong {
  color: var(--acds-black) !important;
  font-weight: 750 !important;
}

body.single-post .acds-article-content a:not(.et_pb_button):not(.button) {
  color: var(--acds-coral) !important;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

body.single-post .acds-article-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 42px auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.single-post .acds-article-content figure {
  margin: 44px 0 !important;
}

body.single-post .acds-article-content figcaption {
  margin-top: 12px;
  color: var(--acds-muted);
  font-size: 12px;
  line-height: 1.5;
}

body.single-post .acds-article-content blockquote {
  margin: 48px 0 !important;
  padding: 8px 0 8px 30px !important;
  border-left: 4px solid var(--acds-coral) !important;
  color: var(--acds-black) !important;
  font-size: 22px !important;
  line-height: 1.55 !important;
}

body.single-post .acds-article-content table {
  width: 100%;
  margin: 40px 0 !important;
  border-collapse: collapse;
  font-family: "Roboto Flex", Arial, sans-serif;
  font-size: 15px;
}

body.single-post .acds-article-content th,
body.single-post .acds-article-content td {
  padding: 15px 12px;
  border-bottom: 1px solid var(--acds-line);
  text-align: left;
  vertical-align: top;
}

body.single-post .acds-article-content th {
  color: var(--acds-black);
  font-weight: 800;
}

/* ==========================================================
   SHARED SECTION HEADING
========================================================== */

body.single-post .acds-editorial-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin: 0 0 46px;
}

body.single-post .acds-editorial-section-heading h2 {
  font-size: clamp(48px, 4.2vw, 68px) !important;
  line-height: 0.94 !important;
}

/* ==========================================================
   FAQ
========================================================== */

body.single-post .acds-editorial-faq {
  width: 100%;
  padding: 100px 0 110px;
  background: var(--acds-soft);
  border-top: 1px solid var(--acds-line);
  scroll-margin-top: 100px;
}

body.single-post .acds-editorial-faq__list {
  border-top: 2px solid var(--acds-black);
}

body.single-post .acds-editorial-faq__item {
  border-bottom: 1px solid var(--acds-line);
}

body.single-post .acds-editorial-faq__item summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  gap: 24px;
  align-items: center;
  padding: 24px 0;
  color: var(--acds-black);
  font-family: Helvetica, Arial, sans-serif;
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.035em;
  cursor: pointer;
  list-style: none;
}

body.single-post .acds-editorial-faq__item summary::-webkit-details-marker {
  display: none;
}

body.single-post .acds-editorial-faq__icon {
  color: var(--acds-coral);
  font-family: "Roboto Flex", Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  transition: transform 0.2s ease;
}

body.single-post .acds-editorial-faq__item[open] .acds-editorial-faq__icon {
  transform: rotate(45deg);
}

body.single-post .acds-editorial-faq__answer {
  max-width: 920px;
  padding: 0 70px 27px 0;
  color: var(--acds-copy);
  font-family: "Roboto Flex", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.75;
}

body.single-post .acds-editorial-faq__answer p:last-child {
  margin-bottom: 0;
}

/* ==========================================================
   DISCLAIMER
========================================================== */

body.single-post .acds-editorial-disclaimer {
  width: 100%;
  padding: 0 0 92px;
  background: var(--acds-soft);
}

body.single-post .acds-editorial-disclaimer__inner {
  display: grid;
  grid-template-columns: minmax(170px, 0.32fr) minmax(0, 1.68fr);
  gap: 34px;
  padding: 28px 0;
  border-top: 2px solid var(--acds-black);
  border-bottom: 1px solid var(--acds-line);
  color: var(--acds-copy);
  font-family: "Roboto Flex", Arial, sans-serif;
}

body.single-post .acds-editorial-disclaimer__inner strong {
  color: var(--acds-black);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.single-post .acds-editorial-disclaimer__inner p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

/* ==========================================================
   FULL DYNAMIC AUTHOR PROFILE
========================================================== */

body.single-post .acds-editorial-author {
  width: 100%;
  padding: 104px 0;
  background: var(--acds-white);
  border-top: 1px solid var(--acds-line);
}

body.single-post .acds-editorial-author__grid {
  display: grid;
  grid-template-columns: minmax(290px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(60px, 7vw, 112px);
  align-items: center;
}

body.single-post .acds-editorial-author__portrait {
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  background: var(--acds-soft);
}

body.single-post .acds-editorial-author__portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.single-post .acds-editorial-author__content {
  max-width: 800px;
}

body.single-post .acds-editorial-author__name {
  margin: 0 0 13px !important;
  font-size: clamp(50px, 5vw, 78px) !important;
  line-height: 0.94 !important;
}

body.single-post .acds-editorial-author__name span {
  color: var(--acds-coral);
  font-family: "Roboto Flex", Arial, sans-serif;
  font-size: 0.28em;
  font-weight: 800;
  letter-spacing: 0.04em;
  vertical-align: top;
}

body.single-post .acds-editorial-author__role {
  margin: 0 0 27px;
  color: var(--acds-black);
  font-family: "Roboto Flex", Arial, sans-serif;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.5;
}

body.single-post .acds-editorial-author__bio,
body.single-post .acds-editorial-author__bio p {
  color: var(--acds-copy);
  font-family: "Roboto Flex", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.76;
}

body.single-post .acds-editorial-author__bio {
  margin: 0 0 31px;
}

body.single-post .acds-editorial-author__bio p {
  margin: 0 0 1.25em;
}

body.single-post .acds-editorial-author__facts {
  margin: 0 0 29px;
  border-top: 2px solid var(--acds-black);
}

body.single-post .acds-editorial-author__fact {
  display: grid;
  grid-template-columns: minmax(125px, 0.38fr) minmax(0, 1.62fr);
  gap: 25px;
  padding: 17px 0;
  border-bottom: 1px solid var(--acds-line);
  color: var(--acds-copy);
  font-family: "Roboto Flex", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

body.single-post .acds-editorial-author__fact > span {
  color: var(--acds-black);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.single-post .acds-editorial-author__fact a {
  color: var(--acds-coral) !important;
}

body.single-post .acds-editorial-author__links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 34px;
}

body.single-post .acds-editorial-author__publications {
  margin: 27px 0 26px;
  padding-top: 23px;
  border-top: 1px solid var(--acds-line);
}

body.single-post .acds-editorial-author__publications-label {
  display: block;
  margin: 0 0 13px;
  color: var(--acds-muted);
  font-family: "Roboto Flex", Arial, sans-serif;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.single-post .acds-editorial-author__publication-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
}

body.single-post .acds-editorial-author__publication {
  display: inline-flex;
  min-width: 128px;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border: 1px solid var(--acds-line);
  background: #ffffff;
  color: var(--acds-black) !important;
  text-decoration: none !important;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

body.single-post .acds-editorial-author__publication:hover {
  border-color: var(--acds-coral);
  transform: translateY(-2px);
  box-shadow: 0 9px 22px rgba(8, 8, 8, 0.07);
}

body.single-post .acds-editorial-author__publication img {
  display: block;
  width: auto;
  max-width: 132px;
  height: auto;
  max-height: 34px;
  object-fit: contain;
}

body.single-post .acds-editorial-author__publication span {
  color: var(--acds-black);
  font-family: "Roboto Flex", Arial, sans-serif;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.25;
  text-align: center;
}

/* ==========================================================
   RELATED ARTICLES
========================================================== */

body.single-post .acds-editorial-related {
  width: 100%;
  padding: 100px 0 114px;
  background: var(--acds-soft);
  border-top: 1px solid var(--acds-line);
}

body.single-post .acds-editorial-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(30px, 3vw, 44px);
}

body.single-post .acds-editorial-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

body.single-post .acds-editorial-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  margin: 0 0 23px;
  overflow: hidden;
  background: var(--acds-white);
}

body.single-post .acds-editorial-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

body.single-post .acds-editorial-card:hover .acds-editorial-card__media img {
  transform: scale(1.03);
}

body.single-post .acds-editorial-card__media .acds-editorial-placeholder {
  min-height: 100%;
}

body.single-post .acds-editorial-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 0 0 15px;
  color: var(--acds-muted);
  font-family: "Roboto Flex", Arial, sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body.single-post .acds-editorial-card__meta span {
  color: var(--acds-coral);
}

body.single-post .acds-editorial-card h3 {
  margin: 0 !important;
  font-size: clamp(26px, 2.5vw, 36px) !important;
  line-height: 1.02 !important;
}

body.single-post .acds-editorial-card h3 a {
  color: var(--acds-black) !important;
}

body.single-post .acds-editorial-card p {
  margin: 0 0 22px;
  color: var(--acds-copy);
  font-family: "Roboto Flex", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
}

body.single-post .acds-editorial-arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: auto;
  color: var(--acds-black) !important;
  font-family: "Roboto Flex", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none !important;
  text-transform: uppercase;
}

body.single-post .acds-editorial-arrow-link span {
  color: var(--acds-coral);
  font-size: 18px;
  transition: transform 0.2s ease;
}

body.single-post .acds-editorial-arrow-link:hover span {
  transform: translateX(4px);
}

/* ==========================================================
   CTA
========================================================== */

body.single-post .acds-editorial-cta {
  width: 100%;
  padding: 80px 0;
  background: var(--acds-black);
}

body.single-post .acds-editorial-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 54px;
}

body.single-post .acds-editorial-cta h2 {
  max-width: 900px;
  margin: 0 0 15px !important;
  color: var(--acds-white) !important;
  font-size: clamp(44px, 5vw, 74px) !important;
  line-height: 0.94 !important;
}

body.single-post .acds-editorial-cta p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-family: "Roboto Flex", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

body.single-post .acds-editorial-button {
  display: inline-flex;
  min-height: 52px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: transparent;
  color: var(--acds-white) !important;
  font-family: "Roboto Flex", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease;
}

body.single-post .acds-editorial-button:hover {
  background: var(--acds-white);
  color: var(--acds-black) !important;
}

/* Hide the old default title/meta if the theme also outputs them */
body.single-post .et_post_meta_wrapper,
body.single-post article > .entry-title {
  display: none !important;
}


/* ==========================================================
   RESPONSIVE
========================================================== */

@media (max-width: 1100px) {
  body.single-post .acds-editorial-hero__grid,
  body.single-post .acds-editorial-toc,
  body.single-post .acds-editorial-author__grid {
    grid-template-columns: 1fr;
  }

  body.single-post .acds-editorial-hero__media {
    order: -1;
    aspect-ratio: 16 / 10;
    border-radius: 24px;
  }

  body.single-post .acds-editorial-hero__media img {
    height: 100%;
  }

  body.single-post .acds-editorial-author__portrait {
    width: min(430px, 100%);
  }

  body.single-post .acds-editorial-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.single-post .acds-editorial-shell {
    width: calc(100% - 32px);
  }

  body.single-post .acds-editorial-reading-progress {
    top: 70px;
  }

  body.single-post .acds-editorial-hero {
    padding: 38px 0 58px;
  }

  body.single-post .acds-editorial-hero__grid {
    gap: 39px;
  }

  body.single-post .acds-editorial-hero h1 {
    font-size: clamp(45px, 13vw, 66px) !important;
  }

  body.single-post .acds-editorial-at-glance {
    padding-left: 20px;
  }

  body.single-post .acds-editorial-at-glance__copy,
  body.single-post .acds-editorial-at-glance__copy p {
    font-size: 16px !important;
  }

  body.single-post .acds-editorial-meta-grid {
    grid-template-columns: 1fr;
  }

  body.single-post .acds-editorial-meta:nth-child(odd) {
    margin-right: 0;
  }

  body.single-post .acds-editorial-hero__media {
    aspect-ratio: 4 / 3;
    border-radius: 20px;
  }

  body.single-post .acds-editorial-hero__media img {
    height: 100%;
    min-height: 0;
    max-height: none;
  }

  body.single-post .acds-editorial-toc-section,
  body.single-post .acds-editorial-faq,
  body.single-post .acds-editorial-author,
  body.single-post .acds-editorial-related {
    padding-top: 68px;
    padding-bottom: 76px;
  }

  body.single-post .acds-editorial-toc {
    gap: 38px;
  }

  body.single-post .acds-editorial-toc__heading h2,
  body.single-post .acds-editorial-section-heading h2,
  body.single-post .acds-editorial-author__name,
  body.single-post .acds-editorial-cta h2 {
    font-size: clamp(38px, 11vw, 53px) !important;
  }

  body.single-post .acds-editorial-toc__nav li.is-h3 {
    padding-left: 18px;
  }

  body.single-post .acds-editorial-toc__nav a {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    font-size: 14px;
  }

  body.single-post .acds-article-content {
    padding-top: 64px !important;
    padding-bottom: 74px !important;
  }

  body.single-post .acds-article-content .et_pb_row {
    width: calc(100% - 32px) !important;
  }

  body.single-post .acds-article-content p,
  body.single-post .acds-article-content li {
    font-size: 16px !important;
    line-height: 1.72 !important;
  }

  body.single-post .acds-article-content h2 {
    padding-left: 19px !important;
    font-size: 36px !important;
  }

  body.single-post .acds-article-content h3 {
    font-size: 28px !important;
  }

  body.single-post .acds-editorial-section-heading {
    display: block;
  }

  body.single-post .acds-editorial-section-heading > .acds-editorial-arrow-link {
    margin-top: 18px;
  }

  body.single-post .acds-editorial-faq__item summary {
    grid-template-columns: minmax(0, 1fr) 28px;
    padding: 20px 0;
    font-size: 22px;
  }

  body.single-post .acds-editorial-faq__answer {
    padding-right: 0;
    font-size: 16px;
  }

  body.single-post .acds-editorial-disclaimer {
    padding-bottom: 68px;
  }

  body.single-post .acds-editorial-disclaimer__inner {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.single-post .acds-editorial-author__grid {
    gap: 39px;
  }

  body.single-post .acds-editorial-author__portrait {
    width: 100%;
    max-width: 370px;
  }

  body.single-post .acds-editorial-author__fact {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body.single-post .acds-editorial-related__grid {
    grid-template-columns: 1fr;
    gap: 49px;
  }

  body.single-post .acds-editorial-cta {
    padding: 64px 0;
  }

  body.single-post .acds-editorial-cta__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 34px;
  }

  body.single-post .acds-editorial-button {
    width: 100%;
  }
}




/* ==========================================================
   V2.0.3 — COMPACT EDITORIAL SCALE
========================================================== */

/* Hero title: still strong, but no longer poster-sized */
body.single-post .acds-editorial-hero h1 {
  max-width: 720px;
  font-size: clamp(44px, 4.3vw, 68px) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.055em !important;
}

/* Compact What You’ll Find Here */
body.single-post .acds-editorial-toc-section {
  padding: 46px 0 50px !important;
}

body.single-post .acds-editorial-toc {
  display: grid !important;
  grid-template-columns: minmax(230px, 0.34fr) minmax(0, 1fr) !important;
  gap: clamp(34px, 5vw, 72px) !important;
  align-items: start !important;
}

body.single-post .acds-editorial-toc__heading h2 {
  margin: 0 !important;
  font-size: clamp(30px, 3vw, 42px) !important;
  line-height: 1 !important;
}

body.single-post .acds-editorial-toc__heading p {
  display: none !important;
}

body.single-post .acds-editorial-toc__nav ol {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: 34px !important;
  max-height: 290px !important;
  overflow-y: auto !important;
  border-top-width: 1px !important;
}

body.single-post .acds-editorial-toc__nav li.is-h3 {
  padding-left: 15px !important;
}

body.single-post .acds-editorial-toc__nav a {
  grid-template-columns: 34px minmax(0, 1fr) !important;
  gap: 8px !important;
  padding: 12px 0 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
}

/* Normal editorial heading sizes */
body.single-post .acds-article-content h2 {
  margin: 1.55em 0 0.58em !important;
  padding: 3px 0 3px 20px !important;
  font-size: clamp(34px, 3.3vw, 48px) !important;
  line-height: 1.04 !important;
}

body.single-post .acds-article-content h3 {
  margin: 1.45em 0 0.5em !important;
  font-size: clamp(24px, 2.4vw, 32px) !important;
  line-height: 1.1 !important;
}

body.single-post .acds-article-content h4 {
  font-size: 21px !important;
}

/* Shared lower-page headings */
body.single-post .acds-editorial-section-heading h2 {
  font-size: clamp(36px, 3.5vw, 52px) !important;
  line-height: 1 !important;
}

body.single-post .acds-editorial-faq__item summary {
  font-size: clamp(19px, 2vw, 27px) !important;
}

/* CTA now appears directly after the written article */
body.single-post .acds-editorial-cta {
  padding: 58px 0 !important;
}

body.single-post .acds-editorial-cta h2 {
  max-width: 760px !important;
  font-size: clamp(36px, 3.8vw, 56px) !important;
  line-height: 1 !important;
}

/* Smaller author section */
body.single-post .acds-editorial-author {
  padding: 70px 0 !important;
}

body.single-post .acds-editorial-author__grid {
  grid-template-columns: 300px minmax(0, 1fr) !important;
  gap: clamp(42px, 5vw, 76px) !important;
  align-items: center !important;
}

body.single-post .acds-editorial-author__portrait {
  width: 300px !important;
  max-width: 100% !important;
  aspect-ratio: 4 / 5 !important;
}

body.single-post .acds-editorial-author__name {
  margin-bottom: 10px !important;
  font-size: clamp(40px, 4vw, 58px) !important;
  line-height: 1 !important;
}

body.single-post .acds-editorial-author__role {
  margin-bottom: 18px !important;
}

body.single-post .acds-editorial-author__bio {
  margin-bottom: 22px !important;
}

body.single-post .acds-editorial-author__bio,
body.single-post .acds-editorial-author__bio p {
  font-size: 15px !important;
  line-height: 1.68 !important;
}

body.single-post .acds-editorial-author__facts {
  margin-bottom: 22px !important;
}

body.single-post .acds-editorial-author__fact {
  padding: 12px 0 !important;
}

/* Related section also slightly tighter */
body.single-post .acds-editorial-related {
  padding: 74px 0 88px !important;
}

body.single-post .acds-editorial-card h3 {
  font-size: clamp(23px, 2.2vw, 31px) !important;
}

@media (max-width: 1100px) {
  body.single-post .acds-editorial-author__grid {
    grid-template-columns: 260px minmax(0, 1fr) !important;
  }

  body.single-post .acds-editorial-author__portrait {
    width: 260px !important;
  }
}

@media (max-width: 767px) {
  body.single-post .acds-editorial-hero h1 {
    font-size: clamp(39px, 11vw, 54px) !important;
  }

  body.single-post .acds-editorial-toc-section {
    padding: 36px 0 40px !important;
  }

  body.single-post .acds-editorial-toc {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  body.single-post .acds-editorial-toc__nav ol {
    grid-template-columns: 1fr !important;
    max-height: 260px !important;
  }

  body.single-post .acds-article-content h2 {
    padding-left: 15px !important;
    font-size: 31px !important;
  }

  body.single-post .acds-article-content h3 {
    font-size: 25px !important;
  }

  body.single-post .acds-editorial-author {
    padding: 56px 0 !important;
  }

  body.single-post .acds-editorial-author__grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  body.single-post .acds-editorial-author__portrait {
    width: min(260px, 100%) !important;
  }

  body.single-post .acds-editorial-author__name {
    font-size: 39px !important;
  }

  body.single-post .acds-editorial-cta {
    padding: 50px 0 !important;
  }

  body.single-post .acds-editorial-cta h2 {
    font-size: 38px !important;
  }
}


/* ==========================================================
   V2.1.0 — PORTFOLIO-ALIGNED ARTICLE COMPONENTS
========================================================== */

/* ---------- Article guide: project-facts treatment ---------- */

body.single-post .acds-editorial-toc-section {
  padding: 62px 0 70px !important;
  background: #f6f6f6 !important;
  border-top: 1px solid var(--acds-line) !important;
  border-bottom: 1px solid var(--acds-line) !important;
}

body.single-post .acds-editorial-toc__heading {
  display: flex !important;
  align-items: end !important;
  justify-content: space-between !important;
  gap: 42px !important;
  margin: 0 0 34px !important;
}

body.single-post .acds-editorial-toc__heading h2 {
  margin: 0 !important;
  color: var(--acds-black) !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: clamp(40px, 3.8vw, 56px) !important;
  font-weight: 700 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.05em !important;
}

body.single-post .acds-editorial-toc__heading > p {
  display: block !important;
  max-width: 430px !important;
  margin: 0 0 4px !important;
  color: var(--acds-copy) !important;
  font-family: "Roboto Flex", Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

body.single-post .acds-editorial-toc__nav ol {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: clamp(44px, 6vw, 90px) !important;
  width: 100% !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border-top: 2px solid var(--acds-black) !important;
  list-style: none !important;
  counter-reset: acds-toc !important;
}

body.single-post .acds-editorial-toc__nav li,
body.single-post .acds-editorial-toc__nav li.is-h3 {
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid var(--acds-line) !important;
  counter-increment: acds-toc !important;
}

body.single-post .acds-editorial-toc__nav a {
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: center !important;
  min-height: 64px !important;
  padding: 15px 0 !important;
  color: var(--acds-black) !important;
  font-family: "Roboto Flex", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
}

body.single-post .acds-editorial-toc__nav a::before {
  content: counter(acds-toc, decimal-leading-zero) !important;
  color: var(--acds-coral) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.09em !important;
}

body.single-post .acds-editorial-toc__nav a:hover,
body.single-post .acds-editorial-toc__nav a.is-active {
  color: var(--acds-coral) !important;
}

/* ---------- Author block: deliberately secondary ---------- */

body.single-post .acds-editorial-author {
  padding: 62px 0 !important;
}

body.single-post .acds-editorial-author__grid {
  grid-template-columns: 240px minmax(0, 1fr) !important;
  gap: clamp(38px, 5vw, 68px) !important;
}

body.single-post .acds-editorial-author__portrait {
  width: 240px !important;
}

body.single-post .acds-editorial-author__name {
  font-size: clamp(36px, 3.5vw, 50px) !important;
  letter-spacing: -0.045em !important;
}

body.single-post .acds-editorial-author__bio,
body.single-post .acds-editorial-author__bio p {
  font-size: 15px !important;
  line-height: 1.65 !important;
}

/* ---------- Related articles: image-led portfolio cards ---------- */

body.single-post .acds-editorial-related {
  padding: 78px 0 88px !important;
  background: #f6f6f6 !important;
}

body.single-post .acds-editorial-related__grid {
  gap: clamp(28px, 3vw, 42px) !important;
}

body.single-post .acds-editorial-card {
  min-width: 0 !important;
}

body.single-post .acds-editorial-card__media {
  display: block !important;
  width: 100% !important;
  min-height: 230px !important;
  aspect-ratio: 16 / 10 !important;
  margin: 0 0 21px !important;
  overflow: hidden !important;
  background: #e9e9e9 !important;
}

body.single-post .acds-editorial-card__media img,
body.single-post .acds-editorial-card__media .acds-editorial-placeholder {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 230px !important;
  object-fit: cover !important;
}

body.single-post .acds-editorial-card__media .acds-editorial-placeholder {
  display: flex !important;
}

body.single-post .acds-editorial-card__meta {
  margin-bottom: 13px !important;
}

body.single-post .acds-editorial-card h3 {
  display: -webkit-box !important;
  min-height: 2.25em !important;
  margin: 0 0 20px !important;
  overflow: hidden !important;
  color: var(--acds-black) !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: clamp(24px, 2vw, 31px) !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.025em !important;
  word-spacing: 0.04em !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

body.single-post .acds-editorial-card h3 a {
  color: var(--acds-black) !important;
  letter-spacing: inherit !important;
  word-spacing: inherit !important;
}

body.single-post .acds-editorial-card > p {
  display: none !important;
}

/* ---------- CTA is unmistakable before the real footer ---------- */

body.single-post .acds-editorial-cta {
  padding: 64px 0 !important;
  border-bottom: 0 !important;
}

body.single-post .acds-editorial-cta h2 {
  font-size: clamp(38px, 4vw, 58px) !important;
}


@media (max-width: 980px) {
  body.single-post .acds-editorial-toc__heading {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 16px !important;
  }

  body.single-post .acds-editorial-toc__heading > p {
    max-width: 650px !important;
  }

  body.single-post .acds-editorial-author__grid {
    grid-template-columns: 210px minmax(0, 1fr) !important;
  }

  body.single-post .acds-editorial-author__portrait {
    width: 210px !important;
  }
}

@media (max-width: 767px) {
  body.single-post .acds-editorial-toc-section {
    padding: 48px 0 54px !important;
  }

  body.single-post .acds-editorial-toc__heading h2 {
    font-size: 38px !important;
  }

  body.single-post .acds-editorial-toc__nav ol {
    grid-template-columns: 1fr !important;
  }

  body.single-post .acds-editorial-toc__nav a {
    grid-template-columns: 42px minmax(0, 1fr) !important;
    min-height: 58px !important;
    font-size: 15px !important;
  }

  body.single-post .acds-editorial-author__grid {
    grid-template-columns: 1fr !important;
  }

  body.single-post .acds-editorial-author__portrait {
    width: min(220px, 100%) !important;
  }

  body.single-post .acds-editorial-related__grid {
    grid-template-columns: 1fr !important;
  }
}


/* ==========================================================
   V2.4.0 — TRUE ARTICLE GRID + RESI-STYLE STICKY SIDEBAR
   No global header or footer rules are included here.
========================================================== */

body.single-post .acds-editorial-article-section {
  width: 100% !important;
  padding: 0 !important;
  background: #ffffff !important;
}

body.single-post .acds-editorial-article-row {
  display: grid !important;
  grid-template-columns: minmax(0, 920px) minmax(260px, 320px) !important;
  gap: clamp(42px, 5vw, 78px) !important;
  align-items: start !important;
  width: min(90%, 1320px) !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.single-post .acds-editorial-article-row > .et_pb_column {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  float: none !important;
}

body.single-post .acds-editorial-article-main,
body.single-post .acds-editorial-article-sidebar {
  min-width: 0 !important;
}

body.single-post .acds-editorial-article-sidebar {
  position: relative !important;
  align-self: stretch !important;
  padding: 106px 0 110px !important;
}

body.single-post .acds-editorial-article-sidebar .et_pb_code,
body.single-post .acds-editorial-article-sidebar .et_pb_code_inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.single-post .acds-editorial-sidebar-card {
  position: sticky !important;
  top: 120px !important;
  width: 100% !important;
  padding: 28px 26px 25px !important;
  border: 1px solid rgba(243,97,80,.18) !important;
  border-radius: 22px !important;
  background: linear-gradient(135deg, #fff6f2 0%, #fffaf8 100%) !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.09) !important;
  overflow: hidden !important;
}

body.single-post .acds-editorial-sidebar-card__mark {
  width: 48px !important;
  height: 48px !important;
  margin: 0 0 19px !important;
  border: 9px solid rgba(243,97,80,.19) !important;
  border-radius: 50% !important;
  box-shadow:
    16px -7px 0 -9px rgba(243,97,80,.23),
    30px -13px 0 -9px rgba(243,97,80,.13) !important;
}

body.single-post .acds-editorial-sidebar-card__kicker {
  margin: 0 0 10px !important;
  color: #F36150 !important;
  font-family: "Roboto Flex", Arial, sans-serif !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}

body.single-post .acds-editorial-sidebar-card h2 {
  margin: 0 0 14px !important;
  color: #12141D !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: clamp(32px, 2.4vw, 43px) !important;
  font-weight: 700 !important;
  line-height: .98 !important;
  letter-spacing: -.055em !important;
}

body.single-post .acds-editorial-sidebar-card p {
  margin: 0 0 20px !important;
  color: #555555 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

body.single-post .acds-editorial-sidebar-card__form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  margin: 0 !important;
  border: 1px solid rgba(18,20,29,.12) !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  background: #ffffff !important;
}

body.single-post .acds-editorial-sidebar-card__form input {
  min-width: 0 !important;
  height: 50px !important;
  padding: 0 14px !important;
  border: 0 !important;
  outline: 0 !important;
  background: #ffffff !important;
  color: #12141D !important;
  font-size: 14px !important;
  box-shadow: none !important;
}

body.single-post .acds-editorial-sidebar-card__form button {
  min-width: 76px !important;
  height: 50px !important;
  margin: 0 !important;
  padding: 0 15px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #F36150 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

body.single-post .acds-editorial-sidebar-card__form button:hover {
  background: #12141D !important;
  color: #ffffff !important;
}

/* Post content fills the main column rather than recentring itself */
body.single-post .acds-editorial-article-main .acds-article-content {
  width: 100% !important;
  max-width: none !important;
}

body.single-post .acds-editorial-article-main .acds-article-content .et_pb_row {
  width: 100% !important;
  max-width: none !important;
}

/* Related excerpts restored */
body.single-post .acds-editorial-card > p {
  display: block !important;
  margin: 0 0 20px !important;
  color: #555555 !important;
  font-size: 15px !important;
  line-height: 1.62 !important;
}

/* Extension checker feature block */
body.single-post .acds-editorial-tool-promo {
  padding: 92px 0 104px !important;
  background: #fffaf8 !important;
}

body.single-post .acds-editorial-tool-promo__inner {
  display: grid !important;
  grid-template-columns: minmax(320px, .98fr) minmax(0, 1.02fr) !important;
  gap: clamp(42px, 6vw, 86px) !important;
  align-items: center !important;
  padding: clamp(28px, 4vw, 46px) !important;
  border-radius: 34px !important;
  background: #f1ded7 !important;
}

body.single-post .acds-editorial-tool-promo__media {
  margin: 0 !important;
  border-radius: 26px !important;
  overflow: hidden !important;
  background: #f0ebe8 !important;
}

body.single-post .acds-editorial-tool-promo__media img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

body.single-post .acds-editorial-tool-promo__content h2 {
  margin: 0 0 19px !important;
  color: #12141D !important;
  font-size: clamp(42px, 4.2vw, 64px) !important;
  line-height: .98 !important;
  letter-spacing: -.055em !important;
}

body.single-post .acds-editorial-tool-promo__content p {
  max-width: 640px !important;
  margin: 0 0 27px !important;
  color: #555555 !important;
  font-size: 18px !important;
  line-height: 1.65 !important;
}

body.single-post .acds-editorial-tool-promo__actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 18px 24px !important;
  align-items: center !important;
}

body.single-post .acds-editorial-button--coral {
  border-color: #F36150 !important;
  background: #F36150 !important;
  color: #ffffff !important;
}

body.single-post .acds-editorial-button--coral:hover {
  border-color: #12141D !important;
  background: #12141D !important;
  color: #ffffff !important;
}

/* Fast TOC movement */
body.single-post {
  scroll-behavior: auto !important;
}

@media (max-width: 1100px) {
  body.single-post .acds-editorial-article-row {
    grid-template-columns: 1fr !important;
  }

  body.single-post .acds-editorial-article-sidebar {
    display: none !important;
  }
}

@media (max-width: 767px) {
  body.single-post .acds-editorial-tool-promo {
    padding: 64px 0 74px !important;
  }

  body.single-post .acds-editorial-tool-promo__inner {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding: 20px !important;
    border-radius: 24px !important;
  }

  body.single-post .acds-editorial-tool-promo__media {
    border-radius: 18px !important;
  }

  body.single-post .acds-editorial-tool-promo__content h2 {
    font-size: 38px !important;
  }
}


/* ==========================================================
   V2.4.1 — DIVI STICKY FIX, INSTANT TOC, GLOBAL FOOTER UNTOUCHED
========================================================== */

/* Divi sometimes applies overflow/transform to layout wrappers, which breaks CSS sticky. */
body.single-post .acds-editorial-article-section,
body.single-post .acds-editorial-article-row,
body.single-post .acds-editorial-article-row > .et_pb_column,
body.single-post .acds-editorial-article-sidebar,
body.single-post .acds-editorial-article-sidebar .et_pb_code,
body.single-post .acds-editorial-article-sidebar .et_pb_code_inner {
  overflow: visible !important;
  transform: none !important;
  contain: none !important;
}

body.single-post .acds-editorial-article-sidebar {
  position: relative !important;
  align-self: stretch !important;
}

body.single-post .acds-editorial-sidebar-card {
  position: sticky !important;
  top: 112px !important;
  z-index: 2 !important;
}

/* The plugin must not control the site's global footer or sticky quote banner. */
body.single-post .et-l--footer,
body.single-post .et-l--footer *,
body.single-post .acds-bottom-banner,
body.single-post #main-footer,
body.single-post #footer-bottom {
  /* deliberately no layout, position, height or display overrides */
}

html,
body.single-post {
  scroll-behavior: auto !important;
}


/* ==========================================================
   V2.4.2 — ARTICLE FOOTER HOST RESET
   The Divi section containing [acds_article_footer] must stay
   in normal document flow. This reset is scoped only to that
   section and does not touch the real global footer.
========================================================== */

body.single-post .acds-editorial-footer-host,
body.single-post .et_pb_section:has(.acds-editorial-shortcode--footer) {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  z-index: auto !important;

  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;

  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  transform: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.single-post .acds-editorial-footer-host-row,
body.single-post .acds-editorial-footer-host-column,
body.single-post .acds-editorial-footer-host .et_pb_row,
body.single-post .acds-editorial-footer-host .et_pb_column,
body.single-post .acds-editorial-footer-host .et_pb_code,
body.single-post .acds-editorial-footer-host .et_pb_code_inner,
body.single-post .et_pb_section:has(.acds-editorial-shortcode--footer) .et_pb_row,
body.single-post .et_pb_section:has(.acds-editorial-shortcode--footer) .et_pb_column,
body.single-post .et_pb_section:has(.acds-editorial-shortcode--footer) .et_pb_code,
body.single-post .et_pb_section:has(.acds-editorial-shortcode--footer) .et_pb_code_inner {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  transform: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.single-post .acds-editorial-footer-stack {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: #ffffff !important;
  isolation: isolate !important;
}

/* Explicit section backgrounds so nothing can inherit the coral banner colour. */
body.single-post .acds-editorial-footer-stack > .acds-editorial-faq {
  background: #f6f6f6 !important;
}

body.single-post .acds-editorial-footer-stack > .acds-editorial-disclaimer {
  background: #f6f6f6 !important;
}

body.single-post .acds-editorial-footer-stack > .acds-editorial-author {
  position: relative !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  background: #ffffff !important;
}

body.single-post .acds-editorial-footer-stack > .acds-editorial-related {
  position: relative !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  background: #f4e9e4 !important;
}

body.single-post .acds-editorial-footer-stack > .acds-editorial-tool-promo {
  position: relative !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  background: #fffaf8 !important;
}

body.single-post .acds-editorial-footer-stack > .acds-editorial-cta {
  position: relative !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  background: #080808 !important;
}


@media (max-width: 640px) {
  body.single-post .acds-editorial-author__publication-logos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.single-post .acds-editorial-author__publication {
    width: 100%;
    min-width: 0;
  }
}


/* Keyboard focus and reduced-motion accessibility */
body.single-post .acds-editorial-button:focus-visible,
body.single-post .acds-editorial-arrow-link:focus-visible,
body.single-post .acds-editorial-breadcrumbs a:focus-visible,
body.single-post .acds-editorial-meta a:focus-visible,
body.single-post .acds-editorial-author a:focus-visible,
body.single-post .acds-editorial-card a:focus-visible,
body.single-post .acds-editorial-toc__nav a:focus-visible,
body.single-post .acds-editorial-faq__item summary:focus-visible,
body.single-post .acds-editorial-sidebar-card__form button:focus-visible {
  outline: 3px solid #F36150 !important;
  outline-offset: 3px !important;
}

body.single-post .acds-editorial-sidebar-card__form input:focus-visible {
  outline: 0 !important;
  box-shadow: inset 0 0 0 3px rgba(243, 97, 80, .38) !important;
}

@media (prefers-reduced-motion: reduce) {
  body.single-post .acds-editorial-template *,
  body.single-post .acds-editorial-article-section *,
  body.single-post .acds-editorial-footer-stack * {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}


/* ==========================================================
   V2.5.2 — AUTHOR PROFILE TOP ALIGNMENT
   Keep the portrait, kicker, name and biography on one top line.
========================================================== */
body.single-post .acds-editorial-author__grid {
  align-items: start !important;
}

body.single-post .acds-editorial-author__portrait,
body.single-post .acds-editorial-author__content {
  align-self: start !important;
}

body.single-post .acds-editorial-author__portrait {
  margin-top: 0 !important;
}


/* ==========================================================
   V2.6.0 — CATEGORY-AWARE SIDEBAR DIRECT CTA
========================================================== */
body.single-post .acds-editorial-sidebar-card__direct-button {
  display: inline-flex !important;
  width: 100% !important;
  min-height: 58px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 14px 18px !important;
  border: 1px solid #f36150 !important;
  border-radius: 10px !important;
  background: #f36150 !important;
  color: #ffffff !important;
  font-family: 'Roboto Flex', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  text-align: center !important;
  transition: background .2s ease, color .2s ease, border-color .2s ease !important;
}

body.single-post .acds-editorial-sidebar-card__direct-button:hover {
  background: #12141d !important;
  border-color: #12141d !important;
  color: #ffffff !important;
}

body.single-post .acds-editorial-sidebar-card__direct-button:focus-visible {
  outline: 3px solid rgba(243,97,80,.35) !important;
  outline-offset: 3px !important;
}

/* ==========================================================
   V2.6.3 — CONTROLLED PUBLICATION LOGOS
   Prevent original high-resolution logo dimensions from escaping.
========================================================== */
body.single-post .acds-editorial-author__publication-logos {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 12px !important;
}

body.single-post .acds-editorial-author__publication {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  flex: 0 0 172px !important;
  width: 172px !important;
  min-width: 172px !important;
  max-width: 172px !important;
  height: 68px !important;
  min-height: 68px !important;
  max-height: 68px !important;

  margin: 0 !important;
  padding: 10px 14px !important;
  overflow: hidden !important;
}

body.single-post .acds-editorial-author__publication img {
  display: block !important;

  width: auto !important;
  max-width: 142px !important;
  height: auto !important;
  max-height: 40px !important;

  margin: 0 auto !important;
  padding: 0 !important;

  object-fit: contain !important;
  object-position: center !important;
}

@media (max-width: 640px) {
  body.single-post .acds-editorial-author__publication-logos {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
  }

  body.single-post .acds-editorial-author__publication {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 60px !important;
    min-height: 60px !important;
    max-height: 60px !important;
    padding: 9px 10px !important;
  }

  body.single-post .acds-editorial-author__publication img {
    max-width: 118px !important;
    max-height: 34px !important;
  }
}

/* ==========================================================
   V2.6.4 — CURVED RELATED ARTICLE CARDS
   Scoped only to the Related Articles section.
========================================================== */

body.single-post .acds-editorial-related {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  margin-top: 0 !important;
  padding: 108px 0 104px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f4e9e4 !important;
  overflow: hidden !important;
}

body.single-post .acds-editorial-related .acds-editorial-section-heading {
  margin-bottom: 42px !important;
}

body.single-post .acds-editorial-related__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: clamp(26px, 2.8vw, 40px) !important;
}

body.single-post .acds-editorial-card {
  position: relative !important;
  display: flex !important;
  min-width: 0 !important;
  height: 100% !important;
  flex-direction: column !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 1px solid rgba(18, 20, 29, 0.06) !important;
  border-radius: 24px !important;
  background: #ffffff !important;
  box-shadow: 0 14px 34px rgba(18, 20, 29, 0.08) !important;
  overflow: hidden !important;

  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease !important;
}

body.single-post .acds-editorial-card:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(243, 97, 80, 0.24) !important;
  box-shadow: 0 22px 46px rgba(18, 20, 29, 0.13) !important;
}

body.single-post .acds-editorial-card__media {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 10 !important;

  margin: 0 !important;
  border-radius: 0 !important;
  background: #ececf0 !important;
  overflow: hidden !important;
}

body.single-post .acds-editorial-card__media img,
body.single-post .acds-editorial-card__media .acds-editorial-placeholder {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
}

body.single-post .acds-editorial-card__media img {
  transition: transform 520ms ease !important;
}

body.single-post .acds-editorial-card:hover .acds-editorial-card__media img {
  transform: scale(1.035) !important;
}

/* Circular publication date badge */
body.single-post .acds-editorial-card__date {
  position: absolute !important;
  top: 18px !important;
  right: 18px !important;
  z-index: 2 !important;

  display: flex !important;
  width: 76px !important;
  height: 76px !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;

  margin: 0 !important;
  padding: 8px !important;

  border: 0 !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  box-shadow: 0 8px 22px rgba(18, 20, 29, 0.13) !important;
  color: #12141d !important;
  font-family: "Roboto Flex", Arial, sans-serif !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
}

body.single-post .acds-editorial-card__date span {
  display: block !important;
  color: #12141d !important;
  font-size: 10px !important;
  font-weight: 750 !important;
  line-height: 1 !important;
  text-transform: none !important;
}

body.single-post .acds-editorial-card__date strong {
  display: block !important;
  margin: 2px 0 1px !important;
  color: #000000 !important;
  font-size: 25px !important;
  font-weight: 800 !important;
  line-height: 0.9 !important;
}

/* Equal-height editorial body */
body.single-post .acds-editorial-card__body {
  display: flex !important;
  min-height: 0 !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  align-items: center !important;

  padding: 27px 28px 30px !important;
  text-align: center !important;
}

body.single-post .acds-editorial-card__meta {
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;

  margin: 0 0 17px !important;
  color: #f36150 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  line-height: 1.25 !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

body.single-post .acds-editorial-card__meta span {
  color: #f36150 !important;
}

body.single-post .acds-editorial-card h3 {
  display: -webkit-box !important;
  min-height: 2.35em !important;
  margin: 0 0 16px !important;
  overflow: hidden !important;

  color: #12141d !important;
  font-size: clamp(22px, 1.75vw, 28px) !important;
  font-weight: 750 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.16 !important;
  text-align: center !important;

  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

body.single-post .acds-editorial-card h3 a {
  color: #12141d !important;
  text-decoration: none !important;
}

body.single-post .acds-editorial-card h3 a:hover {
  color: #f36150 !important;
}

body.single-post .acds-editorial-card__body > p {
  display: -webkit-box !important;
  min-height: 4.8em !important;
  margin: 0 0 23px !important;
  overflow: hidden !important;

  color: #6c6c78 !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  text-align: center !important;

  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}

body.single-post .acds-editorial-card .acds-editorial-arrow-link {
  align-self: center !important;
  margin-top: auto !important;
}

body.single-post .acds-editorial-card a:focus-visible {
  outline: 3px solid rgba(243, 97, 80, 0.38) !important;
  outline-offset: 4px !important;
}

/* Tablet */
@media (max-width: 980px) {
  body.single-post .acds-editorial-related {
    margin-top: 0 !important;
    padding: 88px 0 86px !important;
    border-radius: 0 !important;
  }

  body.single-post .acds-editorial-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  body.single-post .acds-editorial-related {
    margin-top: 0 !important;
    padding: 70px 0 74px !important;
    border-radius: 0 !important;
  }

  body.single-post .acds-editorial-related .acds-editorial-section-heading {
    margin-bottom: 30px !important;
  }

  body.single-post .acds-editorial-related__grid {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  body.single-post .acds-editorial-card {
    border-radius: 20px !important;
  }

  body.single-post .acds-editorial-card__date {
    top: 14px !important;
    right: 14px !important;
    width: 68px !important;
    height: 68px !important;
  }

  body.single-post .acds-editorial-card__date strong {
    font-size: 22px !important;
  }

  body.single-post .acds-editorial-card__body {
    padding: 24px 22px 27px !important;
  }

  body.single-post .acds-editorial-card h3 {
    font-size: 23px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.single-post .acds-editorial-card,
  body.single-post .acds-editorial-card__media img {
    transition: none !important;
  }

  body.single-post .acds-editorial-card:hover,
  body.single-post .acds-editorial-card:hover .acds-editorial-card__media img {
    transform: none !important;
  }
}



/* ==========================================================
   V2.7.1 — HERO, BREADCRUMBS AND ARTICLE ENDING CLEAN-UP
========================================================== */
body.single-post .acds-editorial-breadcrumbs {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 5px !important;
}

body.single-post .acds-editorial-breadcrumbs__current {
  display: inline-block !important;
  max-width: min(460px, 100%) !important;
  overflow: hidden !important;
  color: #707070 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.single-post .acds-editorial-related {
  border-radius: 0 !important;
  background: #f4e9e4 !important;
}

body.single-post .acds-editorial-footer-stack > .acds-editorial-cta:last-child {
  margin-bottom: 0 !important;
}

/* ==========================================================
   V2.7.2 — LIGHT PEACH SERVICE TOOL PANEL
   Removes the heavy grey surround introduced in v2.7.1.
========================================================== */
body.single-post .acds-editorial-tool-promo,
body.single-post .acds-editorial-footer-stack > .acds-editorial-tool-promo {
  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #fffaf8 16%,
      #fff8f5 50%,
      #fffaf8 84%,
      #ffffff 100%
    ) !important;
}

body.single-post .acds-editorial-tool-promo__inner {
  background: #fff8f5 !important;
  border: 1px solid rgba(243, 97, 80, 0.18) !important;
  box-shadow: 0 20px 52px rgba(18, 20, 29, 0.07) !important;
}

body.single-post .acds-editorial-tool-promo__media {
  background: #f7f6fb !important;
}

@media (max-width: 767px) {
  body.single-post .acds-editorial-tool-promo,
  body.single-post .acds-editorial-footer-stack > .acds-editorial-tool-promo {
    background:
      linear-gradient(
        180deg,
        #ffffff 0%,
        #fffaf8 12%,
        #fff8f5 50%,
        #fffaf8 88%,
        #ffffff 100%
      ) !important;
  }

  body.single-post .acds-editorial-tool-promo__inner {
    border-radius: 22px !important;
  }
}

/* ==========================================================
   V2.7.3 — WARM RELATED ARTICLES BACKGROUND
   Removes every cool-grey treatment from this section.
========================================================== */
body.single-post .acds-editorial-related,
body.single-post .acds-editorial-footer-stack > .acds-editorial-related {
  border-radius: 0 !important;
  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #fbf5f2 12%,
      #f4e9e4 50%,
      #fbf5f2 88%,
      #ffffff 100%
    ) !important;
}

body.single-post .acds-editorial-related .acds-editorial-card {
  background: #ffffff !important;
  box-shadow: 0 14px 34px rgba(18, 20, 29, 0.075) !important;
}

@media (max-width: 767px) {
  body.single-post .acds-editorial-related,
  body.single-post .acds-editorial-footer-stack > .acds-editorial-related {
    background:
      linear-gradient(
        180deg,
        #ffffff 0%,
        #fbf5f2 9%,
        #f4e9e4 50%,
        #fbf5f2 91%,
        #ffffff 100%
      ) !important;
  }
}


/* ==========================================================
   V2.8.0 — FIRST-HAND EXPERIENCE + RELATED PROJECT EVIDENCE
========================================================== */
body.single-post .acds-editorial-experience,
body.single-post .acds-editorial-project-evidence {
  padding: 72px 0;
}

body.single-post .acds-editorial-experience__panel {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(243, 97, 80, 0.2);
  border-radius: 26px;
  background: #fff8f5;
  box-shadow: 0 20px 54px rgba(18, 20, 29, 0.07);
}

body.single-post .acds-editorial-experience__panel::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 100%;
  background: #f36150;
  content: "";
}

body.single-post .acds-editorial-experience h2,
body.single-post .acds-editorial-project-evidence h2 {
  margin: 8px 0 18px !important;
}

body.single-post .acds-editorial-experience__summary > :last-child,
body.single-post .acds-editorial-project-evidence__content > :last-child,
body.single-post .acds-editorial-evidence-note > :last-child {
  margin-bottom: 0 !important;
}

body.single-post .acds-editorial-experience__notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

body.single-post .acds-editorial-evidence-note {
  padding: 22px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(18, 20, 29, 0.06);
}

body.single-post .acds-editorial-evidence-note strong {
  display: block;
  margin-bottom: 8px;
  color: #12141d;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.single-post .acds-editorial-project-evidence {
  background: linear-gradient(180deg, #ffffff 0%, #fbf5f2 50%, #ffffff 100%);
}

body.single-post .acds-editorial-project-evidence__card {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  overflow: hidden;
  border-radius: 26px;
  background: #12141d;
  box-shadow: 0 24px 60px rgba(18, 20, 29, 0.16);
}

body.single-post .acds-editorial-project-evidence__media {
  min-height: 100%;
  background: #efefef;
}

body.single-post .acds-editorial-project-evidence__media img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
}

body.single-post .acds-editorial-project-evidence__content {
  padding: clamp(30px, 5vw, 60px);
  color: #ffffff;
}

body.single-post .acds-editorial-project-evidence__title,
body.single-post .acds-editorial-project-evidence__title a,
body.single-post .acds-editorial-project-evidence__content p,
body.single-post .acds-editorial-project-evidence__content dd,
body.single-post .acds-editorial-project-evidence__content strong {
  color: #ffffff !important;
}

body.single-post .acds-editorial-project-evidence__content .acds-editorial-kicker,
body.single-post .acds-editorial-project-evidence__content .acds-editorial-arrow-link,
body.single-post .acds-editorial-project-evidence__content .acds-editorial-arrow-link span {
  color: #f58a7d !important;
}

body.single-post .acds-editorial-project-evidence__label {
  margin: 0 0 6px !important;
  opacity: 0.7;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.single-post .acds-editorial-project-evidence__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}

body.single-post .acds-editorial-project-evidence__facts div {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
}

body.single-post .acds-editorial-project-evidence__facts dt {
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.single-post .acds-editorial-project-evidence__facts dd {
  margin: 0;
}

body.single-post .acds-editorial-project-evidence__response p {
  display: inline;
}

@media (max-width: 980px) {
  body.single-post .acds-editorial-experience,
  body.single-post .acds-editorial-project-evidence {
    padding: 52px 0;
  }

  body.single-post .acds-editorial-project-evidence__card {
    grid-template-columns: 1fr;
  }

  body.single-post .acds-editorial-project-evidence__media img {
    min-height: 340px;
    max-height: 520px;
  }
}

@media (max-width: 767px) {
  body.single-post .acds-editorial-experience__panel,
  body.single-post .acds-editorial-project-evidence__card {
    border-radius: 20px;
  }

  body.single-post .acds-editorial-experience__notes,
  body.single-post .acds-editorial-project-evidence__facts {
    grid-template-columns: 1fr;
  }

  body.single-post .acds-editorial-project-evidence__media img {
    min-height: 260px;
  }
}

/* ==========================================================
   V2.8.1 — RELATED ARTICLES RESPONSIVE GRID CORRECTION
   White background; 3 desktop, 2 tablet, 1 mobile.
========================================================== */
body.single-post .acds-editorial-related,
body.single-post .acds-editorial-footer-stack > .acds-editorial-related {
  background: #ffffff !important;
}

body.single-post .acds-editorial-related__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

@media (max-width: 980px) {
  body.single-post .acds-editorial-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  body.single-post .acds-editorial-related__grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* ==========================================================
   V2.8.3 — EDITORIAL IN-ARTICLE EVIDENCE PLACEMENT
========================================================== */
body.single-post .acds-editorial-experience--inline,
body.single-post .acds-editorial-project-evidence--inline {
  margin: 48px 0 56px;
  padding: 0;
  background: transparent;
}

body.single-post .acds-editorial-experience--inline .acds-editorial-shell,
body.single-post .acds-editorial-project-evidence--inline .acds-editorial-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.single-post .acds-editorial-project-evidence--inline .acds-editorial-project-evidence__card {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(18, 20, 29, 0.14);
}

body.single-post .acds-editorial-project-evidence--inline .acds-editorial-project-evidence__media img {
  min-height: 390px;
}

body.single-post .acds-editorial-project-evidence__response {
  margin: 18px 0 12px;
}

body.single-post .acds-editorial-project-evidence__response strong {
  display: inline-block;
  margin-right: 5px;
}

body.single-post .acds-editorial-project-evidence__response p {
  margin: 0 !important;
}

@media (max-width: 980px) {
  body.single-post .acds-editorial-experience--inline,
  body.single-post .acds-editorial-project-evidence--inline {
    margin: 38px 0 44px;
  }

  body.single-post .acds-editorial-project-evidence--inline .acds-editorial-project-evidence__card {
    grid-template-columns: 1fr;
  }

  body.single-post .acds-editorial-project-evidence--inline .acds-editorial-project-evidence__media img {
    min-height: 320px;
    max-height: 460px;
  }
}

@media (max-width: 767px) {
  body.single-post .acds-editorial-experience--inline,
  body.single-post .acds-editorial-project-evidence--inline {
    margin: 30px 0 36px;
  }

  body.single-post .acds-editorial-project-evidence--inline .acds-editorial-project-evidence__content {
    padding: 26px 22px 30px;
  }

  body.single-post .acds-editorial-project-evidence--inline .acds-editorial-project-evidence__media img {
    min-height: 240px;
  }
}

/* ==========================================================
   V2.8.5 — UNIFIED IN-ARTICLE EXPERIENCE + PROJECT EVIDENCE
========================================================== */
body.single-post .acds-editorial-evidence-combined {
  margin: 52px 0 58px;
  padding: 0;
  background: transparent;
}

body.single-post .acds-editorial-evidence-combined .acds-editorial-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.single-post .acds-editorial-evidence-combined__card {
  overflow: hidden;
  border: 1px solid rgba(18, 20, 29, 0.1);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(18, 20, 29, 0.08);
}

body.single-post .acds-editorial-evidence-combined__intro {
  padding: clamp(28px, 4vw, 46px);
  border-left: 5px solid #f36150;
  background: #fffaf8;
}

body.single-post .acds-editorial-evidence-combined__intro h2 {
  max-width: 760px;
  margin: 8px 0 16px !important;
  font-size: clamp(30px, 4vw, 46px) !important;
  line-height: 1.08 !important;
}

body.single-post .acds-editorial-evidence-combined__summary {
  max-width: 780px;
}

body.single-post .acds-editorial-evidence-combined__summary > :last-child,
body.single-post .acds-editorial-evidence-combined__note > :last-child,
body.single-post .acds-editorial-evidence-combined__detail > :last-child {
  margin-bottom: 0 !important;
}

body.single-post .acds-editorial-evidence-combined__notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

body.single-post .acds-editorial-evidence-combined__note {
  padding: 18px 20px;
  border: 1px solid rgba(18, 20, 29, 0.08);
  border-radius: 14px;
  background: #ffffff;
}

body.single-post .acds-editorial-evidence-combined__note strong {
  display: block;
  margin-bottom: 6px;
  color: #12141d;
  font-size: 12px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

body.single-post .acds-editorial-evidence-combined__project {
  display: grid;
  grid-template-columns: minmax(260px, 38%) minmax(0, 1fr);
  background: #12141d;
}

body.single-post .acds-editorial-evidence-combined__media {
  display: block;
  align-self: stretch;
  background: #e9e9e9;
}

body.single-post .acds-editorial-evidence-combined__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 330px;
  max-height: 410px;
  object-fit: cover;
  object-position: center;
}

body.single-post .acds-editorial-evidence-combined__project-content {
  padding: clamp(26px, 4vw, 42px);
  color: #ffffff;
}

body.single-post .acds-editorial-evidence-combined__project-content h3 {
  margin: 8px 0 18px !important;
  font-size: clamp(24px, 2.6vw, 34px) !important;
  line-height: 1.18 !important;
}

body.single-post .acds-editorial-evidence-combined__project-content h3 a,
body.single-post .acds-editorial-evidence-combined__project-content p,
body.single-post .acds-editorial-evidence-combined__project-content dd,
body.single-post .acds-editorial-evidence-combined__project-content strong {
  color: #ffffff !important;
}

body.single-post .acds-editorial-evidence-combined__project-content .acds-editorial-kicker,
body.single-post .acds-editorial-evidence-combined__project-content .acds-editorial-arrow-link,
body.single-post .acds-editorial-evidence-combined__project-content .acds-editorial-arrow-link span {
  color: #f58a7d !important;
}

body.single-post .acds-editorial-evidence-combined__label {
  margin: 0 0 4px !important;
  color: rgba(255, 255, 255, 0.66) !important;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.single-post .acds-editorial-evidence-combined__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

body.single-post .acds-editorial-evidence-combined__facts div {
  min-width: 138px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.055);
}

body.single-post .acds-editorial-evidence-combined__facts dt {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.single-post .acds-editorial-evidence-combined__facts dd {
  margin: 0;
  font-size: 15px;
}

body.single-post .acds-editorial-evidence-combined__detail {
  margin: 12px 0 !important;
}

body.single-post .acds-editorial-evidence-combined__detail p {
  display: inline;
  margin: 0 !important;
}

@media (max-width: 980px) {
  body.single-post .acds-editorial-evidence-combined__project {
    grid-template-columns: minmax(220px, 42%) minmax(0, 1fr);
  }

  body.single-post .acds-editorial-evidence-combined__media img {
    min-height: 300px;
    max-height: 380px;
  }
}

@media (max-width: 767px) {
  body.single-post .acds-editorial-evidence-combined {
    margin: 34px 0 40px;
  }

  body.single-post .acds-editorial-evidence-combined__card {
    border-radius: 18px;
  }

  body.single-post .acds-editorial-evidence-combined__intro {
    padding: 25px 21px 27px;
    border-left-width: 4px;
  }

  body.single-post .acds-editorial-evidence-combined__intro h2 {
    font-size: 31px !important;
  }

  body.single-post .acds-editorial-evidence-combined__notes {
    grid-template-columns: 1fr;
  }

  body.single-post .acds-editorial-evidence-combined__project {
    grid-template-columns: 1fr;
  }

  body.single-post .acds-editorial-evidence-combined__media img {
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }

  body.single-post .acds-editorial-evidence-combined__project-content {
    padding: 25px 21px 29px;
  }
}

/* ==========================================================
   V2.8.6 — JOURNAL-NATIVE ARTICLE EVIDENCE
   Restrained editorial treatment: no dark portfolio panel,
   no oversized card, and no stretched project imagery.
========================================================== */
body.single-post .acds-editorial-evidence-combined {
  margin: 54px 0 62px;
  padding: 0;
  background: transparent;
}

body.single-post .acds-editorial-evidence-combined__card {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
}

body.single-post .acds-editorial-evidence-combined__intro {
  position: relative;
  padding: 30px 0 32px;
  border-top: 1px solid #dedede;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  background: #ffffff;
}

body.single-post .acds-editorial-evidence-combined__intro::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 72px;
  height: 3px;
  background: #f36150;
}

body.single-post .acds-editorial-evidence-combined__intro .acds-editorial-kicker,
body.single-post .acds-editorial-evidence-combined__project-content .acds-editorial-kicker {
  margin-bottom: 12px;
  color: #f36150 !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

body.single-post .acds-editorial-evidence-combined__intro h2 {
  max-width: 720px;
  margin: 0 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  color: #111111 !important;
  font-size: clamp(30px, 3.5vw, 42px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em;
}

body.single-post .acds-editorial-evidence-combined__summary {
  max-width: 760px;
  color: #444444;
  font-size: 18px;
  line-height: 1.7;
}

body.single-post .acds-editorial-evidence-combined__notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 26px;
}

body.single-post .acds-editorial-evidence-combined__note {
  padding: 16px 0 0;
  border: 0;
  border-top: 2px solid #111111;
  border-radius: 0;
  background: transparent;
  color: #444444;
}

body.single-post .acds-editorial-evidence-combined__note strong {
  margin-bottom: 7px;
  color: #111111;
  font-size: 11px;
  letter-spacing: .12em;
}

body.single-post .acds-editorial-evidence-combined__project {
  display: grid;
  grid-template-columns: minmax(260px, 42%) minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  margin-top: 0;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  background: #f7f7f5;
}

body.single-post .acds-editorial-evidence-combined__media {
  display: block;
  align-self: stretch;
  overflow: hidden;
  background: #ececea;
}

body.single-post .acds-editorial-evidence-combined__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 360px;
  object-fit: cover;
  object-position: center;
}

body.single-post .acds-editorial-evidence-combined__project-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 4vw, 42px);
  color: #222222;
  background: #f7f7f5;
}

body.single-post .acds-editorial-evidence-combined__label {
  margin: 0 0 7px !important;
  color: #666666 !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.single-post .acds-editorial-evidence-combined__project-content h3 {
  margin: 0 0 18px !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: clamp(23px, 2.3vw, 31px) !important;
  line-height: 1.2 !important;
  letter-spacing: -.02em;
}

body.single-post .acds-editorial-evidence-combined__project-content h3 a,
body.single-post .acds-editorial-evidence-combined__project-content p,
body.single-post .acds-editorial-evidence-combined__project-content dd,
body.single-post .acds-editorial-evidence-combined__project-content strong {
  color: #222222 !important;
}

body.single-post .acds-editorial-evidence-combined__project-content h3 a {
  text-decoration: none !important;
}

body.single-post .acds-editorial-evidence-combined__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 0 18px;
  padding: 14px 0;
  border-top: 1px solid #d9d9d6;
  border-bottom: 1px solid #d9d9d6;
}

body.single-post .acds-editorial-evidence-combined__facts div {
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body.single-post .acds-editorial-evidence-combined__facts dt {
  margin: 0 0 3px;
  color: #777777;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.single-post .acds-editorial-evidence-combined__facts dd {
  margin: 0;
  color: #222222 !important;
  font-size: 14px;
  font-weight: 600;
}

body.single-post .acds-editorial-evidence-combined__detail {
  margin: 8px 0 !important;
  color: #444444;
  font-size: 15px;
  line-height: 1.6;
}

body.single-post .acds-editorial-evidence-combined__project-content .acds-editorial-arrow-link,
body.single-post .acds-editorial-evidence-combined__project-content .acds-editorial-arrow-link span {
  margin-top: 12px;
  color: #f36150 !important;
}

@media (max-width: 980px) {
  body.single-post .acds-editorial-evidence-combined__project {
    grid-template-columns: minmax(230px, 40%) minmax(0, 1fr);
  }

  body.single-post .acds-editorial-evidence-combined__media img {
    min-height: 290px;
    max-height: 340px;
  }
}

@media (max-width: 767px) {
  body.single-post .acds-editorial-evidence-combined {
    margin: 38px 0 44px;
  }

  body.single-post .acds-editorial-evidence-combined__intro {
    padding: 26px 0 28px;
  }

  body.single-post .acds-editorial-evidence-combined__intro h2 {
    font-size: 31px !important;
  }

  body.single-post .acds-editorial-evidence-combined__summary {
    font-size: 17px;
  }

  body.single-post .acds-editorial-evidence-combined__notes {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  body.single-post .acds-editorial-evidence-combined__project {
    grid-template-columns: 1fr;
  }

  body.single-post .acds-editorial-evidence-combined__media img {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }

  body.single-post .acds-editorial-evidence-combined__project-content {
    padding: 24px 21px 27px;
  }

  body.single-post .acds-editorial-evidence-combined__facts {
    gap: 20px;
  }
}


/* ==========================================================
   V2.8.7 — EDITORIAL PROJECT EVIDENCE
   One continuous article section with natural imagery,
   a project narrative, compact facts and reader relevance.
========================================================== */
body.single-post .acds-editorial-evidence-combined__project {
  display: block;
  overflow: visible;
  margin-top: 18px;
  padding: 34px 0 0;
  border: 0;
  border-top: 1px solid #dedede;
  background: #ffffff;
}

body.single-post .acds-editorial-evidence-combined__project-heading {
  max-width: 820px;
  margin: 0 0 22px;
}

body.single-post .acds-editorial-evidence-combined__project-title {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: #111111 !important;
  font-size: clamp(26px, 3vw, 38px) !important;
  line-height: 1.12 !important;
  letter-spacing: -.03em;
}

body.single-post .acds-editorial-evidence-combined__project-title a {
  color: #111111 !important;
  text-decoration: none !important;
}

body.single-post .acds-editorial-evidence-combined__media {
  display: block;
  width: 100%;
  max-width: 860px;
  margin: 0 0 26px;
  overflow: hidden;
  background: transparent;
}

body.single-post .acds-editorial-evidence-combined__media img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

body.single-post .acds-editorial-evidence-combined__project-content {
  display: block;
  max-width: 820px;
  padding: 0;
  color: #333333;
  background: #ffffff;
}

body.single-post .acds-editorial-evidence-combined__story {
  margin: 0 0 24px;
  color: #3f3f3f;
  font-size: 17px;
  line-height: 1.72;
}

body.single-post .acds-editorial-evidence-combined__story > :last-child,
body.single-post .acds-editorial-evidence-combined__why > :last-child {
  margin-bottom: 0;
}

body.single-post .acds-editorial-evidence-combined__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 26px;
  padding: 0;
  border-top: 1px solid #d9d9d6;
  border-bottom: 1px solid #d9d9d6;
}

body.single-post .acds-editorial-evidence-combined__facts div {
  padding: 16px 18px 16px 0;
  border-right: 1px solid #e2e2df;
  background: transparent;
}

body.single-post .acds-editorial-evidence-combined__facts div + div {
  padding-left: 18px;
}

body.single-post .acds-editorial-evidence-combined__facts div:last-child {
  border-right: 0;
}

body.single-post .acds-editorial-evidence-combined__facts dt {
  margin: 0 0 4px;
  color: #777777;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

body.single-post .acds-editorial-evidence-combined__facts dd {
  margin: 0;
  color: #1d1d1d !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

body.single-post .acds-editorial-evidence-combined__why {
  margin: 0 0 22px;
  padding: 20px 0 0 22px;
  border-left: 3px solid #f36150;
  color: #444444;
  font-size: 16px;
  line-height: 1.65;
}

body.single-post .acds-editorial-evidence-combined__why-title {
  margin: 0 0 7px !important;
  padding: 0 !important;
  color: #111111 !important;
  font-size: 18px !important;
  line-height: 1.3 !important;
}

body.single-post .acds-editorial-evidence-combined__project-content .acds-editorial-arrow-link {
  display: inline-flex;
  margin-top: 2px;
}

@media (max-width: 767px) {
  body.single-post .acds-editorial-evidence-combined__project {
    padding-top: 28px;
  }

  body.single-post .acds-editorial-evidence-combined__project-title {
    font-size: 29px !important;
  }

  body.single-post .acds-editorial-evidence-combined__media img {
    aspect-ratio: 4 / 3;
  }

  body.single-post .acds-editorial-evidence-combined__facts {
    grid-template-columns: 1fr;
  }

  body.single-post .acds-editorial-evidence-combined__facts div,
  body.single-post .acds-editorial-evidence-combined__facts div + div {
    padding: 13px 0;
    border-right: 0;
    border-bottom: 1px solid #e2e2df;
  }

  body.single-post .acds-editorial-evidence-combined__facts div:last-child {
    border-bottom: 0;
  }
}


/* ==========================================================
   V2.8.8 — LIVE TYPOGRAPHY + WIDTH NORMALISATION
   The injected evidence now behaves like native article copy.
========================================================== */
body.single-post .acds-editorial-evidence-combined--inline .acds-editorial-shell {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

body.single-post .acds-editorial-evidence-combined--inline {
  width: 100% !important;
  max-width: 100% !important;
  margin: 48px 0 56px !important;
}

body.single-post .acds-editorial-evidence-combined__intro {
  padding: 27px 0 30px;
}

body.single-post .acds-editorial-evidence-combined__intro h2 {
  max-width: none;
  margin-bottom: 16px !important;
  font-family: inherit !important;
  font-size: clamp(32px, 3.1vw, 40px) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.035em !important;
}

body.single-post .acds-editorial-evidence-combined__summary,
body.single-post .acds-editorial-evidence-combined__summary p,
body.single-post .acds-editorial-evidence-combined__story,
body.single-post .acds-editorial-evidence-combined__story p,
body.single-post .acds-editorial-evidence-combined__note,
body.single-post .acds-editorial-evidence-combined__note p,
body.single-post .acds-editorial-evidence-combined__why,
body.single-post .acds-editorial-evidence-combined__why p {
  max-width: none;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}

body.single-post .acds-editorial-evidence-combined__summary p,
body.single-post .acds-editorial-evidence-combined__story p {
  margin-bottom: 1.45em !important;
}

body.single-post .acds-editorial-evidence-combined__notes {
  gap: 20px;
  margin-top: 20px;
}

body.single-post .acds-editorial-evidence-combined__note {
  padding-top: 13px;
}

body.single-post .acds-editorial-evidence-combined__project {
  margin-top: 0;
  padding-top: 29px;
}

body.single-post .acds-editorial-evidence-combined__project-heading {
  width: 100%;
  max-width: none;
  margin-bottom: 18px;
}

body.single-post .acds-editorial-evidence-combined__project-title,
body.single-post .acds-editorial-evidence-combined__project-title a {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: #111111 !important;
  font-family: inherit !important;
  font-size: clamp(27px, 2.7vw, 35px) !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.03em !important;
  text-decoration: none !important;
}

body.single-post .acds-editorial-evidence-combined__media,
body.single-post .acds-editorial-evidence-combined__project-content {
  width: 100%;
  max-width: none;
}

body.single-post .acds-editorial-evidence-combined__media {
  margin-bottom: 22px;
}

body.single-post .acds-editorial-evidence-combined__story {
  margin-bottom: 20px;
}

body.single-post .acds-editorial-evidence-combined__why {
  margin-bottom: 20px;
  padding: 16px 0 0 18px;
  border-left-width: 3px;
}

body.single-post .acds-editorial-evidence-combined__why-title {
  font-family: inherit !important;
  font-size: 17px !important;
  font-weight: 700 !important;
}

@media (max-width: 767px) {
  body.single-post .acds-editorial-evidence-combined--inline {
    margin: 36px 0 42px !important;
  }

  body.single-post .acds-editorial-evidence-combined__intro h2 {
    font-size: 30px !important;
  }

  body.single-post .acds-editorial-evidence-combined__project-title,
  body.single-post .acds-editorial-evidence-combined__project-title a {
    font-size: 27px !important;
  }
}

/* ==========================================================
   V2.9.7 — FINAL LIVE ARTICLE TYPOGRAPHY
   One clean cascade. No forced variable-font axis values.
   Matches the site's own post paragraph declarations.
========================================================== */

/* Article copy: same computed values as normal post paragraphs. */
body.single-post .acds-editorial-evidence-combined__summary,
body.single-post .acds-editorial-evidence-combined__summary p,
body.single-post .acds-editorial-evidence-combined__story,
body.single-post .acds-editorial-evidence-combined__story p,
body.single-post .acds-editorial-evidence-combined__note,
body.single-post .acds-editorial-evidence-combined__note p,
body.single-post .acds-editorial-evidence-combined__why,
body.single-post .acds-editorial-evidence-combined__why p,
body.single-post .acds-editorial-project-context-link {
  font-family: "Roboto Flex", sans-serif !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  -webkit-text-stroke: 0 !important;
  font-style: normal !important;
  font-stretch: normal !important;
  font-variation-settings: normal !important;
  font-optical-sizing: auto !important;
  letter-spacing: normal !important;
  line-height: 1.7 !important;
  color: #555555 !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: auto !important;
}

body.single-post .acds-editorial-evidence-combined__summary p,
body.single-post .acds-editorial-evidence-combined__story p,
body.single-post .acds-editorial-evidence-combined__note p,
body.single-post .acds-editorial-evidence-combined__why p {
  margin-top: 0 !important;
  margin-bottom: 1.2em !important;
}

/* Retain the journal heading hierarchy already used by the article. */
body.single-post .acds-editorial-evidence-combined__intro h2,
body.single-post .acds-editorial-evidence-combined__project-title,
body.single-post .acds-editorial-evidence-combined__why-title,
body.single-post .acds-editorial-evidence-combined .acds-editorial-kicker,
body.single-post .acds-editorial-evidence-combined__note strong,
body.single-post .acds-editorial-evidence-combined dt {
  font-variation-settings: normal !important;
  font-optical-sizing: auto !important;
}

/* One descriptive internal link only. */
body.single-post .acds-editorial-project-context-link {
  margin: 4px 0 0 !important;
}

body.single-post .acds-editorial-project-context-link a {
  font-family: inherit !important;
  font-size: inherit !important;
  font-style: inherit !important;
  font-stretch: inherit !important;
  font-weight: 500 !important;
  font-variation-settings: normal !important;
  font-optical-sizing: auto !important;
  letter-spacing: inherit !important;
  color: #F36150 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
}

body.single-post .acds-editorial-project-context-link a:hover,
body.single-post .acds-editorial-project-context-link a:focus {
  color: #12141D !important;
}

@media (max-width: 768px) {
  body.single-post .acds-editorial-evidence-combined__summary,
  body.single-post .acds-editorial-evidence-combined__summary p,
  body.single-post .acds-editorial-evidence-combined__story,
  body.single-post .acds-editorial-evidence-combined__story p,
  body.single-post .acds-editorial-evidence-combined__note,
  body.single-post .acds-editorial-evidence-combined__note p,
  body.single-post .acds-editorial-evidence-combined__why,
  body.single-post .acds-editorial-evidence-combined__why p,
  body.single-post .acds-editorial-project-context-link {
    font-size: 15px !important;
  }
}

@media (max-width: 424.97px) {
  body.single-post .acds-editorial-evidence-combined__summary,
  body.single-post .acds-editorial-evidence-combined__summary p,
  body.single-post .acds-editorial-evidence-combined__story,
  body.single-post .acds-editorial-evidence-combined__story p,
  body.single-post .acds-editorial-evidence-combined__note,
  body.single-post .acds-editorial-evidence-combined__note p,
  body.single-post .acds-editorial-evidence-combined__why,
  body.single-post .acds-editorial-evidence-combined__why p,
  body.single-post .acds-editorial-project-context-link {
    font-size: 14px !important;
  }
}

/* ==========================================================
   V2.9.8 — FINAL AUTHOR RHYTHM + PUBLICATION LOGO CONTROL
========================================================== */

/* Remove the oversized pause between the article and author profile. */
body.single-post .acds-editorial-author {
  padding-top: 58px !important;
  padding-bottom: 72px !important;
}

body.single-post .acds-editorial-author__grid {
  align-items: start !important;
}

/* Match the final article body copy rather than using a separate author font treatment. */
body.single-post .acds-editorial-author__bio,
body.single-post .acds-editorial-author__bio p {
  font-family: "Roboto Flex", sans-serif !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  -webkit-text-stroke: 0 !important;
  font-style: normal !important;
  font-stretch: normal !important;
  font-variation-settings: normal !important;
  font-optical-sizing: auto !important;
  letter-spacing: normal !important;
  line-height: 1.7 !important;
  color: #555555 !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: auto !important;
}

body.single-post .acds-editorial-author__bio {
  margin-bottom: 24px !important;
}

body.single-post .acds-editorial-author__bio p:last-child {
  margin-bottom: 0 !important;
}

/* Keep publication marks restrained on every device. */
body.single-post .acds-editorial-author__publication {
  min-width: 0 !important;
  min-height: 52px !important;
  padding: 9px 13px !important;
}

body.single-post .acds-editorial-author__publication img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 118px !important;
  max-height: 30px !important;
  object-fit: contain !important;
}

@media (max-width: 768px) {
  body.single-post .acds-editorial-author {
    padding-top: 42px !important;
    padding-bottom: 54px !important;
  }

  body.single-post .acds-editorial-author__bio,
  body.single-post .acds-editorial-author__bio p {
    font-size: 15px !important;
  }

  body.single-post .acds-editorial-author__publication-logos {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  body.single-post .acds-editorial-author__publication {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 46px !important;
    padding: 8px 10px !important;
    overflow: hidden !important;
  }

  body.single-post .acds-editorial-author__publication img {
    width: auto !important;
    height: auto !important;
    max-width: min(100%, 104px) !important;
    max-height: 25px !important;
  }
}

@media (max-width: 424.97px) {
  body.single-post .acds-editorial-author__bio,
  body.single-post .acds-editorial-author__bio p {
    font-size: 14px !important;
  }

  body.single-post .acds-editorial-author__publication img {
    max-width: min(100%, 92px) !important;
    max-height: 23px !important;
  }
}


/* v2.9.9 semantic heading cleanup: visual titles without polluting article outline */
body.single-post .acds-editorial-author__name,
body.single-post .acds-editorial-project-evidence__title,
body.single-post .acds-editorial-evidence-combined__project-title,
body.single-post .acds-editorial-evidence-combined__why-title {
  display: block;
}

/* ==========================================================
   V3.0.3 — CATEGORY SIDEBAR + PUBLICATION LOGO FIX
   Based on v3.0.2. Extension/postcode card remains unchanged.
========================================================== */

/* Keep external publication marks inside compact evidence cards. */
html body.single-post
.acds-editorial-author .acds-editorial-author__publication-logos {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, 172px) !important;
  justify-content: start !important;
  align-items: stretch !important;
  gap: 12px !important;
  width: 100% !important;
  max-width: 100% !important;
}

html body.single-post
.acds-editorial-author a.acds-editorial-author__publication {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  flex: 0 0 172px !important;
  width: 172px !important;
  min-width: 172px !important;
  max-width: 172px !important;

  height: 68px !important;
  min-height: 68px !important;
  max-height: 68px !important;

  margin: 0 !important;
  padding: 10px 14px !important;
  overflow: hidden !important;

  border: 1px solid rgba(18,20,29,.13) !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

html body.single-post
.acds-editorial-author a.acds-editorial-author__publication img,
html body.single-post
.acds-editorial-author a.acds-editorial-author__publication img[class],
html body.single-post
.acds-editorial-author img.acds-editorial-author__publication-logo {
  display: block !important;

  width: auto !important;
  min-width: 0 !important;
  max-width: 118px !important;

  height: auto !important;
  min-height: 0 !important;
  max-height: 30px !important;

  margin: 0 auto !important;
  padding: 0 !important;

  object-fit: contain !important;
  object-position: center !important;
}

/* Party Wall / Structural / Building Regulations direct CTA card. */
html body.single-post
.acds-editorial-sidebar-card--direct
a.acds-editorial-sidebar-card__direct-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;

  width: 100% !important;
  min-height: 54px !important;

  margin: 0 !important;
  padding: 13px 18px !important;

  border: 1px solid #f36150 !important;
  border-radius: 10px !important;
  background: #f36150 !important;
  color: #ffffff !important;

  font-family: "Roboto Flex", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

html body.single-post
.acds-editorial-sidebar-card--direct
a.acds-editorial-sidebar-card__direct-button:hover,
html body.single-post
.acds-editorial-sidebar-card--direct
a.acds-editorial-sidebar-card__direct-button:focus {
  border-color: #12141d !important;
  background: #12141d !important;
  color: #ffffff !important;
}

/* Shorter direct cards do not need the large blank lower rail. */
html body.single-post .acds-editorial-article-sidebar.is-direct-cta {
  padding-bottom: 42px !important;
}

/* Preserve sticky/fallback calculations across Divi wrappers. */
html body.single-post .acds-editorial-article-sidebar,
html body.single-post .acds-editorial-article-sidebar .et_pb_code,
html body.single-post .acds-editorial-article-sidebar .et_pb_code_inner {
  min-height: 0 !important;
  overflow: visible !important;
  transform: none !important;
  contain: none !important;
}

html body.single-post .acds-editorial-sidebar-card--direct {
  position: sticky !important;
  top: 112px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  html body.single-post
  .acds-editorial-author .acds-editorial-author__publication-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  html body.single-post
  .acds-editorial-author a.acds-editorial-author__publication {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;

    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;

    padding: 8px 10px !important;
  }

  html body.single-post
  .acds-editorial-author a.acds-editorial-author__publication img,
  html body.single-post
  .acds-editorial-author img.acds-editorial-author__publication-logo {
    max-width: 104px !important;
    max-height: 25px !important;
  }
}

/* ==========================================================
   V3.0.4 — CLEAN VISIBLE BREADCRUMB
   Rank Math continues to own schema. The visible breadcrumb
   omits the current post title, which already appears as the H1.
========================================================== */
html body.single-post .acds-editorial-breadcrumbs {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 7px !important;

  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;

  margin: 0 0 28px !important;
  padding: 0 !important;
  overflow: hidden !important;

  color: #707070 !important;
  font-family: "Roboto Flex", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  white-space: nowrap !important;
}

html body.single-post .acds-editorial-breadcrumbs a {
  display: inline-block !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;

  color: #707070 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

html body.single-post .acds-editorial-breadcrumbs a:hover {
  color: #f36150 !important;
  text-decoration: underline !important;
}

html body.single-post .acds-editorial-breadcrumbs__separator {
  flex: 0 0 auto !important;
  margin: 0 !important;
  color: #f36150 !important;
}

html body.single-post .acds-editorial-breadcrumbs__category {
  overflow: hidden !important;
  color: #f36150 !important;
  text-overflow: ellipsis !important;
}

@media (max-width: 767px) {
  html body.single-post .acds-editorial-breadcrumbs {
    gap: 5px !important;
    margin-bottom: 22px !important;
    font-size: 11px !important;
  }

  html body.single-post .acds-editorial-breadcrumbs a:first-child {
    display: none !important;
  }

  html body.single-post .acds-editorial-breadcrumbs a:first-child
  + .acds-editorial-breadcrumbs__separator {
    display: none !important;
  }
}

/* ==========================================================
   V3.2.2 — MOBILE ARTICLE HERO IMAGE
   Adds header clearance and displays the complete featured image.
========================================================== */

@media (max-width: 767px) {
  html body.single-post .acds-editorial-hero {
    padding-top: 56px !important;
  }

  html body.single-post .acds-editorial-hero__media {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: auto !important;

    margin-top: 12px !important;

    border-radius: 20px !important;
    overflow: hidden !important;
  }

  html body.single-post .acds-editorial-hero__media img {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    object-fit: contain !important;
    object-position: center top !important;
  }
}

