body.aap-ai-branded-article {
  margin: 0;
  background: #f2f2f2;
  color: #171717;
}

body.aap-ai-branded-article,
body.aap-ai-branded-article * {
  box-sizing: border-box;
}

.aap-article-page {
  --aap-blue: #05a8e8;
  --aap-pink: #ed168c;
  --aap-yellow: #efc400;
  --aap-black: #080808;
  --aap-ink: #171717;
  --aap-muted: #666;
  --aap-line: #e4e4e4;
  --aap-soft: #f6f6f6;
  --aap-gutter: clamp(8px, 1.25vw, 24px);
  width: 100%;
  max-width: none;
  min-height: 100vh;
  overflow-x: clip;
  color: var(--aap-ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.aap-article-page a { color: inherit; }

.aap-article-header {
  position: relative;
  z-index: 100;
  width: 100%;
  background: #f2f2f2;
}

.aap-article-header-inner {
  width: 100%;
  min-height: 130px;
  padding: 0 3%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.aap-article-logo {
  display: block;
  flex: 0 0 auto;
  width: 220px;
  text-decoration: none;
}

.aap-article-logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform .25s ease;
}

.aap-article-logo:hover img { transform: scale(1.015); }

.aap-article-navigation {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(20px, 2vw, 38px);
}

.aap-article-nav-link {
  position: relative;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  color: #111;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none !important;
}

.aap-article-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  width: 0;
  height: 2px;
  margin: auto;
  background: #111;
  transition: width .22s ease;
}

.aap-article-nav-link:hover::after,
.aap-article-nav-link:focus-visible::after,
.aap-article-nav-link.active::after { width: 100%; }

.aap-article-quote-button {
  min-height: 56px;
  padding: 0 34px;
  margin-left: clamp(6px, 1.2vw, 24px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--aap-black);
  border: 2px solid var(--aap-black);
  border-radius: 12px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.aap-article-quote-button:hover,
.aap-article-quote-button:focus-visible {
  background: #fff;
  color: var(--aap-black) !important;
  transform: translateY(-2px);
}

.aap-article-menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 11px;
  border: 0;
  border-radius: 8px;
  background: var(--aap-black);
  cursor: pointer;
}

.aap-article-menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: #fff;
  transition: transform .25s ease, opacity .25s ease;
}

.aap-article-menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.aap-article-menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.aap-article-menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.aap-article-main { width: 100%; }

.aap-article-hero-section {
  width: 100%;
  padding: 0 var(--aap-gutter);
}

.aap-article-hero-card {
  position: relative;
  width: 100%;
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 45%) minmax(0, 55%);
  grid-template-rows: 1fr auto;
  overflow: hidden;
  border-radius: 36px;
  background: #fff;
}

.aap-article-hero-copy {
  position: relative;
  z-index: 3;
  grid-column: 1;
  grid-row: 1;
  padding: clamp(54px, 5vw, 86px) clamp(34px, 4vw, 72px) 62px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(90deg, #fff 0%, #fff 82%, rgba(255,255,255,.82) 100%);
}

.aap-article-back {
  align-self: flex-start;
  margin-bottom: 32px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #313131 !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.aap-article-back:hover { color: var(--aap-pink) !important; }

.aap-article-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.aap-article-kicker .is-blue { color: var(--aap-blue); }
.aap-article-kicker .is-pink { color: var(--aap-pink); }
.aap-article-kicker .is-yellow { color: #d4ae00; }
.aap-article-kicker .dot { color: #111; }

.aap-article-hero-copy h1 {
  max-width: 780px;
  margin: 0;
  color: var(--aap-black);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 4.2vw, 78px);
  font-weight: 700;
  line-height: .99;
  letter-spacing: -.045em;
}

.aap-article-standfirst {
  max-width: 680px;
  margin: 28px 0 0;
  color: #444;
  font-size: clamp(17px, 1.2vw, 20px);
  font-weight: 400;
  line-height: 1.55;
}

.aap-article-meta {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  color: #545454;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.aap-article-meta .meta-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--aap-pink);
}

.aap-article-hero-media {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  min-height: 590px;
  overflow: hidden;
  background: #eaeaea;
}

.aap-article-hero-media.has-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,.2) 0%, rgba(255,255,255,0) 26%);
}

.aap-article-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.aap-article-fallback {
  position: absolute;
  inset: 0;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: clamp(36px, 4vw, 70px);
  background:
    radial-gradient(circle at 85% 20%, rgba(5,168,232,.18), transparent 26%),
    radial-gradient(circle at 72% 76%, rgba(237,22,140,.13), transparent 28%),
    linear-gradient(135deg, #f0f0f0 0%, #d9d9d9 100%);
}

.aap-article-fallback strong {
  position: relative;
  z-index: 4;
  max-width: 460px;
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3vw, 58px);
  line-height: 1;
  letter-spacing: -.035em;
}

.aap-fallback-sheet {
  position: absolute;
  width: 48%;
  aspect-ratio: 1.25 / 1;
  border-radius: 18px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 30px 70px rgba(0,0,0,.14);
  transform-origin: center;
}

.aap-fallback-sheet.sheet-one { top: 12%; right: 8%; transform: rotate(8deg); }
.aap-fallback-sheet.sheet-two { top: 20%; right: 22%; transform: rotate(-7deg); }
.aap-fallback-sheet.sheet-three { top: 28%; right: 13%; transform: rotate(2deg); }

.aap-fallback-dots {
  position: absolute;
  top: 18%;
  right: 18%;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(2, 24px);
  gap: 8px;
}

.aap-fallback-dots span { width: 24px; height: 24px; border-radius: 50%; }
.aap-fallback-dots .cyan { background: var(--aap-blue); }
.aap-fallback-dots .magenta { background: var(--aap-pink); }
.aap-fallback-dots .yellow { background: var(--aap-yellow); }
.aap-fallback-dots .black { background: var(--aap-black); }

.aap-article-trust-bar {
  position: relative;
  z-index: 5;
  grid-column: 1 / -1;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(245,245,245,.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid var(--aap-line);
}

.aap-article-trust-item {
  min-width: 0;
  padding: 24px clamp(18px, 2vw, 34px);
  display: flex;
  align-items: center;
  gap: 14px;
  border-right: 1px solid var(--aap-line);
}

.aap-article-trust-item:last-child { border-right: 0; }

.aap-article-trust-item .icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.aap-article-trust-item .black { color: var(--aap-black); }
.aap-article-trust-item .blue { color: var(--aap-blue); }
.aap-article-trust-item .pink { color: var(--aap-pink); }
.aap-article-trust-item .yellow { color: #d9b000; }

.aap-article-trust-item strong,
.aap-article-trust-item small { display: block; }
.aap-article-trust-item strong { margin-bottom: 3px; color: #111; font-size: 14px; line-height: 1.25; }
.aap-article-trust-item small { color: #666; font-size: 11px; line-height: 1.45; }

.aap-article-body-section {
  width: 100%;
  padding: clamp(36px, 4.5vw, 76px) var(--aap-gutter) 0;
}

.aap-article-body-grid {
  width: min(1540px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  align-items: start;
  gap: clamp(26px, 3vw, 48px);
}

.aap-article-content-card {
  min-width: 0;
  padding: clamp(34px, 5vw, 78px);
  border-radius: 32px;
  background: #fff;
}

.aap-article-content {
  width: min(880px, 100%);
  margin: 0 auto;
  color: #292929;
  font-size: 18px;
  line-height: 1.78;
}

.aap-article-content > *:first-child { margin-top: 0 !important; }
.aap-article-content > *:last-child { margin-bottom: 0 !important; }

.aap-article-content p { margin: 0 0 1.45em; }

.aap-article-content h2 {
  margin: 1.7em 0 .55em;
  color: #0b0b0b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 2.2vw, 42px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.025em;
}

.aap-article-content h3 {
  margin: 1.65em 0 .55em;
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 1.7vw, 30px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -.018em;
}

.aap-article-content h4 {
  margin: 1.5em 0 .45em;
  color: #111;
  font-size: 19px;
  line-height: 1.3;
}

.aap-article-content a {
  color: #c90070;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.aap-article-content a:hover { color: #8f004f; }

.aap-article-content ul,
.aap-article-content ol {
  margin: 0 0 1.6em;
  padding-left: 1.3em;
}

.aap-article-content li { margin: .5em 0; padding-left: .25em; }
.aap-article-content li::marker { color: var(--aap-pink); font-weight: 800; }

.aap-article-content blockquote {
  margin: 2.2em 0;
  padding: 28px 30px 28px 34px;
  border: 0;
  border-left: 5px solid var(--aap-pink);
  border-radius: 0 18px 18px 0;
  background: #f7f7f7;
  color: #1b1b1b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25em;
  line-height: 1.5;
}

.aap-article-content blockquote p:last-child { margin-bottom: 0; }

.aap-article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

.aap-article-content figure { margin: 2.1em 0; }
.aap-article-content figcaption { margin-top: 8px; color: #777; font-size: 13px; line-height: 1.45; text-align: center; }

.aap-article-content table {
  width: 100%;
  margin: 2em 0;
  border-collapse: collapse;
  border-radius: 14px;
  overflow: hidden;
  font-size: 15px;
}

.aap-article-content th,
.aap-article-content td {
  padding: 14px 16px;
  border: 1px solid #e2e2e2;
  text-align: left;
  vertical-align: top;
}

.aap-article-content th { background: #111; color: #fff; }
.aap-article-content tr:nth-child(even) td { background: #f8f8f8; }

.aap-article-content .aap-ai-article-cta {
  margin: 2.8em 0 0;
  padding: 30px 32px;
  border-radius: 20px;
  background: #0b0b0b;
  color: #fff;
}

.aap-article-content .aap-ai-article-cta p {
  margin: 0;
  color: #fff;
  font-size: 17px;
  line-height: 1.55;
}

.aap-article-content .aap-ai-article-cta a {
  margin-left: 7px;
  color: #fff;
  font-weight: 800;
  text-decoration-color: var(--aap-pink);
  text-decoration-thickness: 2px;
}

.aap-article-tags {
  width: min(880px, 100%);
  margin: 52px auto 0;
  padding-top: 30px;
  border-top: 1px solid var(--aap-line);
}

.aap-article-tags > strong {
  display: block;
  margin-bottom: 12px;
  color: #111;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.aap-article-tags > div { display: flex; flex-wrap: wrap; gap: 9px; }
.aap-article-tags span {
  padding: 9px 13px;
  border: 1px solid #dcdcdc;
  border-radius: 999px;
  background: #fafafa;
  color: #333 !important;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none !important;
}

.aap-article-sidebar {
  position: sticky;
  top: 28px;
  display: grid;
  gap: 22px;
}

.admin-bar .aap-article-sidebar { top: 60px; }

.aap-sidebar-card {
  padding: 30px;
  border-radius: 26px;
  background: #fff;
}

.aap-sidebar-help {
  background:
    radial-gradient(circle at 105% -5%, rgba(5,168,232,.22), transparent 34%),
    radial-gradient(circle at 10% 110%, rgba(237,22,140,.15), transparent 36%),
    #111;
  color: #fff;
}

.aap-sidebar-kicker {
  display: block;
  margin-bottom: 13px;
  color: var(--aap-pink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
}

.aap-sidebar-help .aap-sidebar-kicker { color: var(--aap-yellow); }

.aap-sidebar-card h2 {
  margin: 0 0 13px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  line-height: 1.03;
  letter-spacing: -.025em;
}

.aap-sidebar-card p { margin: 0 0 22px; color: inherit; opacity: .82; font-size: 14px; line-height: 1.62; }

.aap-sidebar-help > a,
.aap-sidebar-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none !important;
}

.aap-sidebar-help > a { color: #fff !important; }
.aap-sidebar-help > a:hover { color: var(--aap-yellow) !important; }

.aap-sidebar-links { margin: 4px 0 20px; }
.aap-sidebar-links a {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid #e6e6e6;
  text-decoration: none !important;
}
.aap-sidebar-links a:first-child { padding-top: 4px; }
.aap-sidebar-links a span { display: block; margin-bottom: 6px; color: #888; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.aap-sidebar-links a strong { display: block; color: #171717; font-family: Georgia, "Times New Roman", serif; font-size: 17px; line-height: 1.25; }
.aap-sidebar-links a:hover strong { color: var(--aap-pink); }
.aap-sidebar-all { color: #111 !important; }
.aap-sidebar-all:hover { color: var(--aap-pink) !important; }

.aap-related-section {
  width: 100%;
  padding: clamp(54px, 6vw, 96px) var(--aap-gutter) 0;
}

.aap-related-heading {
  width: min(1540px, 100%);
  margin: 0 auto 30px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.aap-related-kicker,
.aap-final-kicker {
  display: block;
  margin-bottom: 9px;
  color: var(--aap-pink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
}

.aap-related-heading h2,
.aap-article-final-cta h2 {
  margin: 0;
  color: #0b0b0b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3vw, 52px);
  line-height: 1.02;
  letter-spacing: -.035em;
}

.aap-related-heading > a {
  flex: 0 0 auto;
  color: #111 !important;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none !important;
}
.aap-related-heading > a:hover { color: var(--aap-pink) !important; }

.aap-related-grid {
  width: min(1540px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 30px);
}

.aap-related-card {
  min-width: 0;
  overflow: hidden;
  border-radius: 26px;
  background: #fff;
}

.aap-related-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #ddd;
  text-decoration: none !important;
}

.aap-related-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .4s ease; }
.aap-related-card:hover .aap-related-image img { transform: scale(1.035); }

.aap-related-fallback {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  grid-template-columns: repeat(2, 28px);
  align-content: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #efefef, #dcdcdc);
}
.aap-related-fallback i { width: 28px; height: 28px; border-radius: 50%; }
.aap-related-fallback i:nth-child(1) { background: var(--aap-blue); }
.aap-related-fallback i:nth-child(2) { background: var(--aap-pink); }
.aap-related-fallback i:nth-child(3) { background: var(--aap-yellow); }
.aap-related-fallback i:nth-child(4) { background: var(--aap-black); }

.aap-related-card-body { padding: 25px 27px 29px; }
.aap-related-date { display: block; margin-bottom: 10px; color: #888; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.aap-related-card h3 { margin: 0 0 11px; font-family: Georgia, "Times New Roman", serif; font-size: 26px; line-height: 1.08; letter-spacing: -.024em; }
.aap-related-card h3 a { text-decoration: none !important; }
.aap-related-card h3 a:hover { color: var(--aap-pink); }
.aap-related-card p { margin: 0 0 18px; color: #666; font-size: 14px; line-height: 1.58; }
.aap-related-read { color: #111 !important; font-size: 12px; font-weight: 900; text-decoration: none !important; }
.aap-related-read:hover { color: var(--aap-pink) !important; }

.aap-article-final-cta {
  width: calc(100% - (var(--aap-gutter) * 2));
  margin: clamp(58px, 7vw, 110px) var(--aap-gutter) 0;
  padding: clamp(38px, 5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 90% 20%, rgba(5,168,232,.22), transparent 26%),
    radial-gradient(circle at 15% 110%, rgba(237,22,140,.16), transparent 31%),
    #0b0b0b;
  color: #fff;
}

.aap-article-final-cta > div { max-width: 900px; }
.aap-article-final-cta h2 { color: #fff; }
.aap-article-final-cta p { max-width: 760px; margin: 16px 0 0; color: rgba(255,255,255,.74); font-size: 16px; line-height: 1.6; }
.aap-article-final-cta > a {
  flex: 0 0 auto;
  min-height: 56px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #fff;
  color: #111 !important;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.aap-article-final-cta > a:hover { transform: translateY(-2px); background: var(--aap-pink); border-color: var(--aap-pink); color: #fff !important; }

.aap-article-footer {
  width: 100%;
  padding: 34px max(3%, 24px) 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  color: #666;
  font-size: 12px;
}

.aap-article-footer > div,
.aap-article-footer nav { display: flex; align-items: center; gap: 22px; }
.aap-article-footer a { color: #333 !important; font-weight: 700; text-decoration: none !important; }
.aap-article-footer a:hover { color: var(--aap-pink) !important; }

.aap-article-logo:focus-visible,
.aap-article-nav-link:focus-visible,
.aap-article-quote-button:focus-visible,
.aap-article-menu-toggle:focus-visible,
.aap-article-back:focus-visible,
.aap-article-page a:focus-visible {
  outline: 3px solid var(--aap-yellow);
  outline-offset: 3px;
}

@media (max-width: 1250px) {
  .aap-article-header-inner { padding: 0 2%; gap: 20px; }
  .aap-article-logo { width: 190px; }
  .aap-article-navigation { gap: 20px; }
  .aap-article-nav-link { font-size: 14px; }
  .aap-article-quote-button { padding: 0 22px; margin-left: 5px; }

  .aap-article-hero-card { grid-template-columns: minmax(0, 50%) minmax(0, 50%); }
  .aap-article-body-grid { grid-template-columns: minmax(0, 1fr) 310px; }
}

@media (max-width: 1050px) {
  .aap-article-hero-card {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    border-radius: 28px;
  }
  .aap-article-hero-copy { grid-column: 1; grid-row: 2; padding: 42px 40px 46px; background: #fff; }
  .aap-article-hero-media { grid-column: 1; grid-row: 1; min-height: 420px; }
  .aap-article-hero-media.has-image::after { background: linear-gradient(180deg, rgba(255,255,255,0) 55%, rgba(255,255,255,.12) 100%); }
  .aap-article-trust-bar { grid-column: 1; grid-row: 3; grid-template-columns: repeat(2, 1fr); }
  .aap-article-trust-item:nth-child(2) { border-right: 0; }
  .aap-article-trust-item:nth-child(1), .aap-article-trust-item:nth-child(2) { border-bottom: 1px solid var(--aap-line); }
  .aap-article-body-grid { grid-template-columns: 1fr; }
  .aap-article-sidebar { position: static; grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 980px) {
  .aap-article-header-inner { position: relative; min-height: 90px; padding: 0 22px; }
  .aap-article-logo { width: 170px; }
  .aap-article-menu-toggle { display: block; flex: 0 0 48px; }
  .aap-article-navigation {
    position: absolute;
    top: 100%;
    left: 12px;
    right: 12px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: 0;
    padding: 0 22px;
    overflow: hidden;
    visibility: hidden;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 14px 30px rgba(0,0,0,.1);
    opacity: 0;
    transition: max-height .35s ease, padding .35s ease, opacity .25s ease, visibility .25s ease;
  }
  .aap-article-navigation.is-open { max-height: 720px; padding-top: 14px; padding-bottom: 24px; visibility: visible; opacity: 1; }
  .aap-article-nav-link { width: 100%; min-height: 52px; padding: 0 4px; border-bottom: 1px solid #eee; font-size: 15px; }
  .aap-article-nav-link::after { right: auto; bottom: -1px; margin: 0; }
  .aap-article-nav-link:hover::after, .aap-article-nav-link:focus-visible::after, .aap-article-nav-link.active::after { width: 45px; }
  .aap-article-quote-button { width: 100%; min-height: 56px; margin: 20px 0 0; }
}

@media (max-width: 800px) {
  .aap-related-grid { grid-template-columns: 1fr; }
  .aap-related-card { display: grid; grid-template-columns: minmax(180px, 38%) 1fr; }
  .aap-related-image { height: 100%; min-height: 250px; aspect-ratio: auto; }
  .aap-article-final-cta { flex-direction: column; align-items: flex-start; }
  .aap-article-final-cta > a { width: 100%; }
}

@media (max-width: 767px) {
  .aap-article-hero-section { padding: 0 8px; }
  .aap-article-hero-card { border-radius: 24px; }
  .aap-article-hero-media { min-height: 290px; }
  .aap-article-hero-copy { padding: 30px 23px 36px; }
  .aap-article-back { margin-bottom: 24px; font-size: 11px; }
  .aap-article-kicker { gap: 8px; margin-bottom: 17px; font-size: 11px; }
  .aap-article-hero-copy h1 { font-size: clamp(36px, 10vw, 52px); line-height: 1.01; }
  .aap-article-standfirst { margin-top: 20px; font-size: 16px; }
  .aap-article-meta { margin-top: 24px; gap: 9px; font-size: 11px; }
  .aap-article-trust-bar { grid-template-columns: 1fr; }
  .aap-article-trust-item { padding: 17px 22px; border-right: 0; border-bottom: 1px solid var(--aap-line); }
  .aap-article-trust-item:nth-child(3) { border-bottom: 1px solid var(--aap-line); }
  .aap-article-trust-item:last-child { border-bottom: 0; }

  .aap-article-body-section { padding: 26px 8px 0; }
  .aap-article-content-card { padding: 31px 23px; border-radius: 24px; }
  .aap-article-content { font-size: 16px; line-height: 1.72; }
  .aap-article-content h2 { font-size: 30px; }
  .aap-article-content h3 { font-size: 24px; }
  .aap-article-content blockquote { padding: 22px 20px 22px 24px; font-size: 1.13em; }
  .aap-article-content .aap-ai-article-cta { padding: 24px; }
  .aap-article-sidebar { grid-template-columns: 1fr; }
  .aap-sidebar-card { padding: 26px 24px; border-radius: 24px; }

  .aap-related-section { padding: 52px 8px 0; }
  .aap-related-heading { align-items: flex-start; flex-direction: column; margin-bottom: 22px; }
  .aap-related-card { display: block; }
  .aap-related-image { min-height: 0; aspect-ratio: 16 / 9; }
  .aap-related-card-body { padding: 22px; }

  .aap-article-final-cta { width: calc(100% - 16px); margin: 52px 8px 0; padding: 32px 24px; border-radius: 24px; }
  .aap-article-final-cta p { font-size: 14px; }

  .aap-article-footer { padding: 28px 18px 36px; flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
  .aap-article-header-inner { min-height: 80px; padding: 0 16px; }
  .aap-article-logo { width: 145px; }
  .aap-article-menu-toggle { width: 44px; height: 44px; }
  .aap-article-navigation { left: 8px; right: 8px; padding-left: 16px; padding-right: 16px; }
  .aap-article-hero-media { min-height: 230px; }
  .aap-article-fallback { padding: 28px; }
  .aap-article-fallback strong { font-size: 34px; }
  .aap-fallback-dots { top: 15%; right: 12%; grid-template-columns: repeat(2, 18px); }
  .aap-fallback-dots span { width: 18px; height: 18px; }
  .aap-article-hero-copy { padding: 26px 18px 31px; }
  .aap-article-hero-copy h1 { font-size: 36px; }
  .aap-article-meta .meta-dot { display: none; }
  .aap-article-meta { flex-direction: column; align-items: flex-start; }
  .aap-article-content-card { padding: 27px 18px; }
  .aap-article-content { font-size: 15.5px; }
  .aap-article-content h2 { font-size: 28px; }
  .aap-article-content h3 { font-size: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .aap-article-page *,
  .aap-article-page *::before,
  .aap-article-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
