/* ADOM single article — from client HTML (white page, violet CTAs) */
body.adom-article,
body.adom-article.adom-chrome,
body.adom-article.adom-home {
  background: #ffffff !important;
}

body.adom-article .adom-site-header {
  background: rgba(255, 255, 255, 0.96);
}

.adom-article-main {
  background: #ffffff;
  color: #1b1522;
  position: relative;
  overflow-x: hidden;
}

.adom-article-main .adom-wrap {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(18px, 4vw, 40px);
  padding-right: clamp(18px, 4vw, 40px);
}

.adom-article-main .adom-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
}

.adom-article-main .adom-eyebrow i {
  flex: 0 0 auto;
  width: 30px;
  height: 2px;
  border-radius: 999px;
}

.adom-article-hero {
  padding: clamp(28px, 4vw, 44px) 0 0;
}

.adom-article-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-bottom: clamp(26px, 3vw, 38px);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.45);
}

.adom-article-breadcrumb a:hover {
  color: #7932e9;
}

.adom-article-hero__intro {
  max-width: 900px;
  padding-bottom: clamp(26px, 3vw, 38px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.adom-article-hero__title {
  margin: 0 0 22px;
  font-family: var(--adom-font-display, Cardo, Georgia, serif);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.06;
  font-size: clamp(34px, 5vw, 68px);
}

.adom-article-hero__lead {
  margin: 0 0 26px;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.58;
  color: rgba(0, 0, 0, 0.7);
}

.adom-article-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 26px;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}

/* Cover */
.adom-article-cover {
  padding: clamp(30px, 3.6vw, 46px) 0 0;
}

.adom-article-cover__card {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04), 0 36px 80px -42px rgba(121, 50, 233, 0.22);
}

.adom-article-cover__accent {
  height: 3px;
}

.adom-article-cover__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #f0eeea;
}

.adom-article-cover__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.adom-article-cover__cap {
  padding: 16px clamp(20px, 2.4vw, 30px);
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}

/* Layout */
.adom-article-layout {
  padding: clamp(52px, 6.4vw, 88px) 0 clamp(70px, 8vw, 110px);
}

.adom-article-layout__inner {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(34px, 4.6vw, 68px);
  align-items: flex-start;
}

.adom-article-body {
  flex: 1 1 min(100%, 560px);
  min-width: 0;
  max-width: 68ch;
}

.adom-article-prose {
  font-size: 17px;
  line-height: 1.78;
  color: rgba(0, 0, 0, 0.78);
}

.adom-article-prose > *:first-child {
  margin-top: 0;
}

.adom-article-prose p {
  margin: 0 0 22px;
}

.adom-article-prose h2 {
  margin: 40px 0 20px;
  font-family: var(--adom-font-display, Cardo, Georgia, serif);
  font-weight: 400;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.14;
  color: #1b1522;
}

.adom-article-prose h3 {
  margin: 32px 0 14px;
  font-family: var(--adom-font-display, Cardo, Georgia, serif);
  font-weight: 400;
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.2;
}

.adom-article-prose a {
  color: #7932e9;
}

.adom-article-prose a:hover {
  text-decoration: underline;
}

.adom-article-prose strong {
  font-weight: 500;
}

.adom-article-prose ul,
.adom-article-prose ol {
  margin: 0 0 22px;
  padding-left: 1.25em;
}

.adom-article-prose li {
  margin-bottom: 8px;
}

.adom-article-prose blockquote {
  margin: 0 0 28px;
  padding: clamp(26px, 3vw, 40px);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04), 0 36px 80px -42px rgba(121, 50, 233, 0.22);
  border-top: 3px solid #e34776;
  font-family: var(--adom-font-display, Cardo, Georgia, serif);
  font-style: italic;
  font-size: clamp(20px, 2.3vw, 28px);
  line-height: 1.38;
  color: #1b1522;
}

.adom-article-prose figure {
  margin: 0 0 32px;
}

.adom-article-prose img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.adom-article-prose .wp-block-image,
.adom-article-prose .alignwide,
.adom-article-prose .alignfull {
  max-width: 100%;
}

/* Doc rich blocks — editors can wrap HTML with these classes */
.adom-article-prose .adom-trainers,
.adom-article-prose .wp-block-columns.adom-trainers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
  gap: 18px;
  margin: 0 0 40px;
}

.adom-article-prose .adom-trainer,
.adom-article-prose .adom-trainers > .wp-block-column {
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04), 0 32px 74px -44px rgba(121, 50, 233, 0.22);
}

.adom-article-prose .adom-trainer__accent {
  height: 3px;
  background: #7932e9;
}

.adom-article-prose .adom-trainer:nth-child(2n) .adom-trainer__accent {
  background: #54239b;
}

.adom-article-prose .adom-trainer__body,
.adom-article-prose .adom-trainers > .wp-block-column {
  padding: clamp(20px, 2.2vw, 26px);
}

.adom-article-prose .adom-trainer img,
.adom-article-prose .adom-trainers > .wp-block-column > img:first-child {
  width: 74px;
  height: 74px;
  border-radius: 999px;
  object-fit: cover;
  object-position: 50% 22%;
  margin: 0 0 16px;
}

.adom-article-prose .adom-trainer__name,
.adom-article-prose .adom-trainers > .wp-block-column > h3,
.adom-article-prose .adom-trainers > .wp-block-column > h4 {
  margin: 0;
  font-family: var(--adom-font-display, Cardo, Georgia, serif);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  color: #1b1522;
}

.adom-article-prose .adom-trainer__role {
  margin: 6px 0 14px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.45);
}

.adom-article-prose .adom-trainer__bio,
.adom-article-prose .adom-trainers > .wp-block-column > p:last-child {
  margin: 0;
  font-size: 15px;
  line-height: 1.66;
  color: rgba(0, 0, 0, 0.66);
}

.adom-article-prose .adom-deliverables {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0 0 40px;
}

.adom-article-prose .adom-deliverable {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: clamp(20px, 2.2vw, 26px);
  border-radius: 20px;
  background: #efece4;
}

.adom-article-prose .adom-deliverable__num {
  flex: 0 0 auto;
  font-family: var(--adom-font-display, Cardo, Georgia, serif);
  font-size: 26px;
  line-height: 1;
  color: #54239b;
}

.adom-article-prose .adom-deliverable__title {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 500;
  color: #1b1522;
}

.adom-article-prose .adom-deliverable__text,
.adom-article-prose .adom-deliverable p {
  margin: 0;
  font-size: 15px;
  line-height: 1.66;
  color: rgba(0, 0, 0, 0.66);
}

/* Numbered ordered list as deliverable rows when class is on <ol> */
.adom-article-prose ol.adom-deliverables {
  list-style: none;
  padding: 0;
  counter-reset: adom-deliv;
}

.adom-article-prose ol.adom-deliverables > li {
  counter-increment: adom-deliv;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: clamp(20px, 2.2vw, 26px);
  margin: 0;
  border-radius: 20px;
  background: #efece4;
}

.adom-article-prose ol.adom-deliverables > li::before {
  content: counter(adom-deliv, decimal-leading-zero);
  flex: 0 0 auto;
  font-family: var(--adom-font-display, Cardo, Georgia, serif);
  font-size: 26px;
  line-height: 1;
  color: #54239b;
}

.adom-article-prose .adom-pullquote,
.adom-article-prose figure.adom-pullquote {
  margin: 0 0 40px;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04), 0 36px 80px -42px rgba(121, 50, 233, 0.22);
}

.adom-article-prose .adom-pullquote__accent {
  height: 3px;
  background: #e34776;
}

.adom-article-prose .adom-pullquote__inner {
  padding: clamp(26px, 3vw, 40px);
}

.adom-article-prose .adom-pullquote blockquote,
.adom-article-prose figure.adom-pullquote > blockquote {
  margin: 0 0 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-family: var(--adom-font-display, Cardo, Georgia, serif);
  font-style: italic;
  font-size: clamp(20px, 2.3vw, 28px);
  line-height: 1.38;
  color: #1b1522;
}

.adom-article-prose .adom-pullquote figcaption,
.adom-article-prose figure.adom-pullquote figcaption {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-style: normal;
}

.adom-article-prose .adom-pullquote figcaption img,
.adom-article-prose figure.adom-pullquote figcaption img {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  object-fit: cover;
  margin: 0;
}

.adom-article-prose .adom-pullquote__who {
  font-size: 16px;
  font-weight: 500;
  color: #1b1522;
}

.adom-article-prose .adom-pullquote__meta {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.55);
}

/* Soften leftover Fusion wrappers inside post content */
.adom-article-prose .fusion-layout-column,
.adom-article-prose .fusion-builder-row,
.adom-article-prose .fusion-fullwidth,
.adom-article-prose .post-content {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  float: none !important;
}

.adom-article-prose .fusion-column-wrapper {
  padding: 0 !important;
}

/* Share */
.adom-article-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
  margin-top: 40px;
  padding-top: 26px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.adom-article-share__label {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.45);
}

.adom-article-share__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.adom-article-share__btn {
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 999px;
  font-size: 14px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  line-height: 1.2;
  text-decoration: none;
}

.adom-article-share__btn:hover,
.adom-article-share__btn.is-copied {
  border-color: #7932e9;
  color: #7932e9;
}

/* Aside */
.adom-article-aside {
  flex: 1 1 300px;
  min-width: 0;
  max-width: 360px;
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.adom-article-aside__card {
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04), 0 28px 64px -44px rgba(121, 50, 233, 0.2);
}

.adom-article-aside__card--soft {
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04), 0 28px 64px -44px rgba(235, 168, 77, 0.28);
}

.adom-article-aside__accent {
  height: 3px;
}

.adom-article-aside__body {
  padding: clamp(22px, 2.4vw, 28px);
}

.adom-article-aside__title {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: 18px;
}

.adom-article-aside__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.adom-article-aside__link {
  display: block;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 15px;
  line-height: 1.45;
  color: inherit;
  text-decoration: none;
}

.adom-article-aside__link.is-last {
  padding-bottom: 0;
  border-bottom: 0;
}

.adom-article-aside__link:hover .adom-article-aside__post,
.adom-article-aside__event:hover .adom-article-aside__post {
  color: #7932e9;
}

.adom-article-aside__cat {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.adom-article-aside__post {
  display: block;
  transition: color 0.2s ease;
}

.adom-article-aside__events {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 20px;
}

.adom-article-aside__event {
  display: block;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 15px;
  line-height: 1.45;
  color: inherit;
  text-decoration: none;
}

.adom-article-aside__event:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.adom-article-aside__when {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.45);
}

.adom-article-aside__cta {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #ffffff !important;
  background: #7932e9;
  text-decoration: none;
  white-space: nowrap;
}

.adom-article-aside__cta:hover {
  background: #54239b;
}

/* Newsletter — match blog form + kill Mailchimp/Fusion inline floats */
.adom-article-news {
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: clamp(64px, 7.4vw, 100px) 0;
}

.adom-article-news__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.95fr);
  gap: 28px 52px;
  align-items: center;
}

.adom-article-news__title {
  margin: 0 0 12px;
  font-family: var(--adom-font-display, Cardo, Georgia, serif);
  font-weight: 400;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.08;
}

.adom-article-news__lead {
  margin: 0;
  max-width: 46ch;
  font-size: 17px;
  line-height: 1.64;
  color: rgba(0, 0, 0, 0.66);
}

.adom-article-news__form,
.adom-article-news__form .mc4wp-form,
.adom-article-news__form .mc4wp-form-fields,
.adom-article-news__form form,
.adom-article-news__fallback {
  display: flex !important;
  flex-wrap: nowrap !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 12px !important;
  justify-content: flex-end !important;
  margin: 0 !important;
  width: 100% !important;
  float: none !important;
}

.adom-article-news__form .mc4wp-form p {
  margin: 0 !important;
  display: contents !important;
}

.adom-article-news__form input[type="email"],
.adom-article-news__form input[type="text"]:not([name="_mc4wp_honeypot"]),
.adom-article-news__fallback input[type="email"] {
  flex: 1 1 0 !important;
  float: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  min-height: 52px !important;
  height: 52px !important;
  padding: 0 20px !important;
  border: 1px solid rgba(0, 0, 0, 0.14) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  font-size: 15px !important;
  color: #1b1522 !important;
  font-family: inherit !important;
  box-shadow: none !important;
}

.adom-article-news__submit,
.adom-article-news__form input[type="submit"],
.adom-article-news__form button[type="submit"],
.adom-article-news__form .fusion-button {
  flex: 0 0 auto !important;
  float: none !important;
  width: auto !important;
  min-width: max-content !important;
  max-width: none !important;
  min-height: 52px !important;
  height: 52px !important;
  padding: 0 22px !important;
  border: 0 !important;
  border-radius: 999px !important;
  cursor: pointer;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  background: #7932e9 !important;
  background-image: none !important;
  font-family: inherit !important;
  white-space: nowrap !important;
  line-height: 52px !important;
  box-shadow: none !important;
  text-align: center !important;
}

.adom-article-news__submit:hover,
.adom-article-news__form input[type="submit"]:hover,
.adom-article-news__form button[type="submit"]:hover,
.adom-article-news__form .fusion-button:hover {
  background: #54239b !important;
  background-image: none !important;
}

.adom-article-news__form .mc4wp-form > label,
.adom-article-news__form label:has(input[name="_mc4wp_honeypot"]),
.adom-article-news__form input[name="_mc4wp_honeypot"] {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 900px) {
  .adom-article-aside {
    position: static;
    max-width: none;
    flex: 1 1 100%;
  }

  .adom-article-news__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .adom-article-cover__media {
    aspect-ratio: 16 / 10;
  }

  .adom-article-news__form,
  .adom-article-news__form .mc4wp-form,
  .adom-article-news__form .mc4wp-form-fields,
  .adom-article-news__fallback {
    flex-wrap: wrap !important;
    justify-content: stretch !important;
  }

  .adom-article-news__form input[type="email"],
  .adom-article-news__fallback input[type="email"] {
    flex: 1 1 100% !important;
    width: 100% !important;
  }

  .adom-article-news__submit,
  .adom-article-news__form input[type="submit"],
  .adom-article-news__form button[type="submit"],
  .adom-article-news__form .fusion-button {
    width: 100% !important;
  }
}
