:root {
  --aristo-navy: #252669;
  --aristo-navy-deep: #171846;
  --aristo-blue: #dff4ff;
  --aristo-blue-strong: #9edcf7;
  --aristo-gold: #d4a937;
  --aristo-gold-soft: #f4e8bd;
  --aristo-ink: #20233a;
  --aristo-muted: #62677b;
  --aristo-line: #dce2ec;
  --aristo-paper: #ffffff;
  --aristo-wash: #f7fafc;
  --aristo-shadow: 0 24px 65px rgba(37, 38, 105, 0.13);
}

.aristo-lo-active > .kb-row-layout-id1874_ce5b06-5b,
.aristo-lo-active article > .entry-header,
.aristo-lo-active .featured-image.page-header-image-single {
  display: none !important;
}

.aristo-lo-active .site-content,
.aristo-lo-active .content-area,
.aristo-lo-active .site-main,
.aristo-lo-active article,
.aristo-lo-active .entry-content {
  width: 100%;
  max-width: none;
  margin: 0 !important;
  padding: 0 !important;
}

.aristo-lo-active .site.grid-container {
  max-width: none;
}

body.aristo-lo-active,
body.aristo-mads-author-active {
  overflow-x: clip;
}

.aristo-lo-active #page,
.aristo-mads-author-active #page {
  width: 100%;
  max-width: none;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.aristo-lo-hero,
.aristo-author-hero {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

.aristo-lo-active .inside-article {
  padding: 0 !important;
}

.aristo-lo-template,
.aristo-mads-author {
  color: var(--aristo-ink);
  font-family: Raleway, sans-serif;
  background: var(--aristo-paper);
}

.aristo-lo-template *,
.aristo-mads-author * {
  box-sizing: border-box;
}

.aristo-lo-shell,
.aristo-author-shell {
  width: min(1480px, calc(100% - 40px));
  margin-inline: auto;
}

.aristo-lo-hero {
  position: relative;
  overflow: hidden;
  padding: 42px 0 58px;
  background:
    radial-gradient(circle at 86% 24%, rgba(212, 169, 55, 0.22), transparent 24%),
    linear-gradient(132deg, var(--aristo-navy-deep) 0%, var(--aristo-navy) 64%, #303385 100%);
  border-bottom: 1px solid rgba(212, 169, 55, 0.34);
}

.aristo-lo-hero::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -160px;
  width: 360px;
  height: 360px;
  border: 54px solid rgba(255, 255, 255, 0.045);
  border-radius: 50%;
}

.aristo-lo-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 38px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.5;
}

.aristo-lo-breadcrumb a {
  color: var(--aristo-gold-soft);
  font-weight: 700;
  text-decoration: none;
}

.aristo-lo-breadcrumb span:last-child {
  max-width: 620px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aristo-lo-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 70px;
  align-items: end;
}

.aristo-lo-label,
.aristo-lo-eyebrow,
.aristo-lo-sidebar-kicker {
  display: inline-block;
  color: var(--aristo-navy);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.aristo-lo-label {
  padding: 8px 12px;
  color: var(--aristo-gold-soft);
  border: 1px solid rgba(212, 169, 55, 0.48);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
}

.aristo-lo-hero h1 {
  max-width: 1030px;
  margin: 18px 0 26px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.45rem, 5vw, 5.35rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.aristo-lo-hero-note {
  margin: 0 0 8px;
  padding: 22px 0 22px 24px;
  color: rgba(255, 255, 255, 0.78);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.5;
  border-left: 3px solid var(--aristo-gold);
}

.aristo-lo-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 600;
}

.aristo-lo-author-chip {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.aristo-lo-author-chip img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border: 2px solid var(--aristo-gold);
  border-radius: 50%;
}

.aristo-lo-author-chip span {
  display: grid;
}

.aristo-lo-author-chip small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 600;
}

.aristo-lo-author-chip strong {
  font-size: 13px;
}

.aristo-lo-meta > span {
  display: grid;
  gap: 1px;
}

.aristo-lo-meta > span small {
  color: rgba(255, 255, 255, 0.56);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aristo-lo-meta > span strong {
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
}

.aristo-lo-featured {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 42px 0 52px;
  overflow: hidden;
  border: 1px solid rgba(37, 38, 105, 0.12);
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 280px;
  padding: clamp(10px, 1.5vw, 22px);
  background: #f2f4f8;
  box-shadow: var(--aristo-shadow);
}

.aristo-lo-featured img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: min(720px, 72vh);
  margin: 0;
  object-fit: contain;
}

.aristo-lo-layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) 270px;
  gap: clamp(20px, 2.4vw, 42px);
  align-items: start;
}

.aristo-lo-sticky {
  position: sticky;
  top: 92px;
  max-height: calc(100vh - 116px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: rgba(37, 38, 105, 0.32) transparent;
  scrollbar-width: thin;
}

.aristo-lo-toc,
.aristo-lo-rail {
  position: relative;
  min-width: 0;
  align-self: stretch;
}

.aristo-lo-toc .aristo-lo-sticky {
  padding: 20px 18px 20px 0;
  border-right: 1px solid var(--aristo-line);
}

.aristo-lo-sidebar-kicker {
  margin: 0 0 15px;
}

.aristo-lo-toc-list {
  margin: 0;
  padding: 0 8px 0 0;
  overflow: visible;
  list-style: none;
  counter-reset: toc;
  scrollbar-width: thin;
}

.aristo-lo-toc-list li {
  position: relative;
  margin: 0;
  padding: 0;
  counter-increment: toc;
}

.aristo-lo-toc-list a {
  display: block;
  padding: 8px 6px 8px 30px;
  color: #64697d;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  border-radius: 8px;
}

.aristo-lo-toc-list a::before {
  content: counter(toc, decimal-leading-zero);
  position: absolute;
  left: 0;
  color: #a1a6b5;
  font-size: 10px;
}

.aristo-lo-toc-list a:hover,
.aristo-lo-toc-list a.is-active {
  color: var(--aristo-navy);
  background: var(--aristo-blue);
}

.aristo-lo-toc-level-3 a {
  padding-left: 40px;
  font-size: 11px;
}

.aristo-lo-article {
  min-width: 0;
  color: var(--aristo-ink);
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.82;
}

.aristo-lo-article > *:first-child {
  margin-top: 0;
}

.aristo-lo-article h2,
.aristo-lo-article h3,
.aristo-lo-article h4 {
  scroll-margin-top: 120px;
  color: var(--aristo-navy-deep);
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.025em;
}

.aristo-lo-article h2 {
  margin: 2.55em 0 0.7em;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  line-height: 1.15;
}

.aristo-lo-article h3 {
  margin: 2em 0 0.65em;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  line-height: 1.25;
}

.aristo-lo-article p {
  margin: 0 0 1.35em;
}

.aristo-lo-article a {
  color: var(--aristo-navy);
  font-weight: 700;
  text-decoration-color: var(--aristo-gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.aristo-lo-article figure {
  width: 100% !important;
  max-width: 100% !important;
  margin: 28px 0 38px;
}

.aristo-lo-article figure img,
.aristo-lo-article > img,
.aristo-lo-article .wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(31, 34, 75, 0.11);
}

.aristo-lo-article ul,
.aristo-lo-article ol {
  margin: 0 0 1.55em;
  padding-left: 1.55em;
  list-style-position: outside;
}

.aristo-lo-article ul {
  list-style-type: disc !important;
}

.aristo-lo-article ol {
  list-style-type: decimal !important;
}

.aristo-lo-article li {
  margin: 0 0 0.78em;
  padding-left: 0.3em;
  color: inherit;
  font: inherit;
}

.aristo-lo-article li::marker {
  color: var(--aristo-gold);
  font-weight: 800;
}

.aristo-lo-article li > blockquote,
.aristo-lo-article li > blockquote.wp-block-quote {
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  font: inherit !important;
  font-style: normal !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.aristo-lo-article li > blockquote p {
  margin: 0 !important;
  color: inherit;
  font: inherit;
  font-style: normal;
}

.aristo-lo-article > blockquote:not(.wp-block-quote),
.aristo-lo-article > .wp-block-quote {
  margin: 34px 0;
  padding: 22px 26px;
  color: var(--aristo-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  border-left: 4px solid var(--aristo-gold);
  background: #f6fbff;
}

.aristo-lo-brand-bridge {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  margin: 42px 0 52px;
  padding: 28px 30px 0;
  overflow: hidden;
  color: #fff;
  border-radius: 20px;
  background:
    radial-gradient(circle at 98% 8%, rgba(212, 169, 55, 0.2), transparent 28%),
    linear-gradient(135deg, var(--aristo-navy-deep), var(--aristo-navy));
  box-shadow: 0 20px 50px rgba(30, 31, 87, 0.22);
}

.aristo-lo-brand-bridge img {
  align-self: end;
  width: 150px;
  height: 190px;
  object-fit: cover;
  object-position: top center;
  border-radius: 80px 80px 0 0;
  box-shadow: none;
}

.aristo-lo-brand-bridge > div {
  padding: 8px 0 28px;
}

.aristo-lo-brand-bridge .aristo-lo-eyebrow {
  color: var(--aristo-gold-soft);
}

.aristo-lo-brand-bridge h2 {
  margin: 8px 0 12px;
  color: #fff;
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
}

.aristo-lo-brand-bridge p {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.65;
}

.aristo-lo-brand-bridge a {
  color: #fff;
  font-size: 13px;
  text-decoration-color: var(--aristo-gold);
}

.aristo-lo-rail .aristo-lo-sticky {
  display: grid;
  gap: 18px;
}

.aristo-lo-rail section {
  padding: 22px;
  border: 1px solid var(--aristo-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(37, 38, 105, 0.07);
}

.aristo-lo-price-card {
  color: #fff;
  border-color: var(--aristo-navy) !important;
  background: var(--aristo-navy) !important;
}

.aristo-lo-price-card .aristo-lo-eyebrow {
  color: var(--aristo-gold-soft);
}

.aristo-lo-price-card h2 {
  margin: 10px 0 8px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.15;
}

.aristo-lo-price-card h2 strong {
  display: block;
  margin-top: 4px;
  font-size: 36px;
}

.aristo-lo-price-card h2 small {
  font-family: Raleway, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.aristo-lo-price-card p,
.aristo-lo-process-card li,
.aristo-lo-trust-card li {
  font-size: 12px;
  line-height: 1.55;
}

.aristo-lo-price-card p {
  color: rgba(255, 255, 255, 0.76);
}

.aristo-lo-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 11px 17px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.aristo-lo-button:hover {
  transform: translateY(-2px);
}

.aristo-lo-button-gold {
  color: var(--aristo-navy-deep) !important;
  background: var(--aristo-gold);
  box-shadow: 0 10px 24px rgba(212, 169, 55, 0.25);
}

.aristo-lo-price-card .aristo-lo-button {
  width: 100%;
  margin-top: 8px;
}

.aristo-lo-text-link {
  display: block;
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.aristo-lo-calendly-card {
  padding: 18px 12px 12px !important;
}

.aristo-lo-calendly-card p {
  margin: 7px 4px 13px;
  color: var(--aristo-muted);
  font-size: 12px;
  line-height: 1.5;
}

.aristo-lo-calendly-card iframe,
.aristo-author-calendly iframe {
  display: block;
  width: 100%;
  min-width: 0;
  border: 0;
  border-radius: 12px;
  background: #fff;
}

.aristo-lo-process-card ol,
.aristo-lo-trust-card ul {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.aristo-lo-process-card li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid var(--aristo-line);
}

.aristo-lo-process-card li b {
  color: var(--aristo-gold);
  font-size: 11px;
}

.aristo-lo-process-card li span,
.aristo-lo-process-card li strong {
  display: block;
}

.aristo-lo-process-card li strong {
  margin-bottom: 3px;
  color: var(--aristo-navy);
}

.aristo-lo-trust-card li {
  position: relative;
  margin: 9px 0;
  padding-left: 18px;
}

.aristo-lo-trust-card li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--aristo-gold);
}

.aristo-lo-bottom-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 44px;
  align-items: center;
  margin: 72px 0 78px;
  padding: clamp(34px, 5vw, 68px);
  overflow: hidden;
  color: #fff;
  border-radius: 24px;
  background:
    radial-gradient(circle at 78% 10%, rgba(212, 169, 55, 0.24), transparent 32%),
    linear-gradient(128deg, var(--aristo-navy-deep), var(--aristo-navy));
  box-shadow: var(--aristo-shadow);
}

.aristo-lo-bottom-cta .aristo-lo-eyebrow {
  color: var(--aristo-gold-soft);
}

.aristo-lo-bottom-cta h2 {
  max-width: 800px;
  margin: 8px 0 12px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4rem);
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.aristo-lo-bottom-cta p {
  max-width: 740px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.aristo-lo-bottom-cta .aristo-lo-button {
  min-width: 220px;
}

.aristo-mads-author-active > .kb-row-layout-id1874_ce5b06-5b,
.aristo-mads-author-active .page-header,
.aristo-mads-author-active .site-main > header {
  display: none !important;
}

.aristo-mads-author-active .site.grid-container,
.aristo-mads-author-active .site-content,
.aristo-mads-author-active .site-main {
  width: 100%;
  max-width: none;
  margin: 0 !important;
  padding: 0 !important;
}

.aristo-mads-author-active .site-content {
  display: block;
}

.aristo-mads-author {
  padding-bottom: 80px;
}

.aristo-author-hero {
  position: relative;
  overflow: hidden;
  padding: 64px 0;
  color: #fff;
  background:
    radial-gradient(circle at 88% 18%, rgba(212, 169, 55, 0.22), transparent 27%),
    linear-gradient(135deg, var(--aristo-navy-deep), var(--aristo-navy) 64%, #303385);
}

.aristo-author-hero-grid {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: center;
}

.aristo-author-portrait {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: top center;
  border: 8px solid #fff;
  border-radius: 150px 150px 24px 24px;
  box-shadow: var(--aristo-shadow);
}

.aristo-author-hero h1 {
  margin: 12px 0 14px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 7vw, 6.8rem);
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.aristo-author-hero .aristo-author-lede {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.76);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.65;
}

.aristo-author-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 70px;
  align-items: start;
  padding-top: 70px;
}

.aristo-author-qa h2,
.aristo-author-guides h2 {
  color: var(--aristo-navy-deep);
  font-family: Georgia, "Times New Roman", serif;
}

.aristo-author-qa details {
  margin-bottom: 14px;
  padding: 0 22px;
  border: 1px solid var(--aristo-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(37, 38, 105, 0.05);
}

.aristo-author-qa summary {
  padding: 20px 0;
  color: var(--aristo-navy);
  font-weight: 800;
  cursor: pointer;
}

.aristo-author-qa details p {
  margin-top: 0;
  padding-bottom: 20px;
  color: #50566c;
  line-height: 1.75;
}

.aristo-author-sources {
  margin: 28px 0 0;
  color: var(--aristo-muted);
  font-size: 13px;
  line-height: 1.7;
}

.aristo-author-facts {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 18px;
  max-height: calc(100vh - 116px);
  padding: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}

.aristo-author-facts-card {
  padding: 28px;
  color: #fff;
  border-radius: 18px;
  background: var(--aristo-navy);
  box-shadow: 0 16px 38px rgba(37, 38, 105, 0.16);
}

.aristo-author-facts-card h2 {
  margin-top: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
}

.aristo-author-facts-card ul {
  margin: 0 0 24px;
  padding-left: 18px;
}

.aristo-author-facts-card li {
  margin: 9px 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.aristo-author-facts-card .aristo-lo-button {
  width: 100%;
}

.aristo-author-calendly-link {
  margin-top: 10px;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.08);
}

.aristo-author-calendly {
  padding: 22px 18px 18px;
  overflow: hidden;
  border: 1px solid var(--aristo-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(37, 38, 105, 0.08);
}

.aristo-author-calendly p {
  margin: 8px 0 14px;
  color: var(--aristo-muted);
  font-size: 12px;
  line-height: 1.55;
}

.aristo-author-calendly iframe {
  min-height: 560px;
}

.aristo-author-guides {
  margin-top: 72px;
}

.aristo-author-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.aristo-author-guide {
  padding: 24px;
  color: var(--aristo-ink);
  text-decoration: none;
  border: 1px solid var(--aristo-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(37, 38, 105, 0.06);
}

.aristo-author-guide small {
  color: var(--aristo-gold);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aristo-author-guide h3 {
  margin: 10px 0 0;
  color: var(--aristo-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.3;
}

.aristo-author-gallery {
  margin-top: 72px;
}

.aristo-author-gallery h2 {
  max-width: 820px;
  margin: 8px 0 24px;
  color: var(--aristo-navy-deep);
  font-family: Georgia, "Times New Roman", serif;
}

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

.aristo-author-gallery figure {
  margin: 0;
  padding: 18px;
  border: 1px solid var(--aristo-line);
  border-radius: 20px;
  background: var(--aristo-wash);
}

.aristo-author-gallery img {
  display: block;
  width: 100%;
  height: clamp(280px, 34vw, 520px);
  object-fit: contain;
  object-position: center;
  border-radius: 14px;
  background: #fff;
}

.aristo-author-gallery figcaption {
  padding: 14px 4px 2px;
  color: var(--aristo-muted);
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 1020px) {
  .aristo-lo-layout {
    grid-template-columns: 200px minmax(0, 1fr);
  }

  .aristo-lo-rail {
    grid-column: 1 / -1;
  }

  .aristo-lo-rail .aristo-lo-sticky {
    position: static;
    max-height: none;
    overflow: visible;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .aristo-lo-shell,
  .aristo-author-shell {
    width: min(100% - 28px, 720px);
  }

  .aristo-lo-hero {
    padding: 28px 0 38px;
  }

  .aristo-lo-breadcrumb {
    margin-bottom: 26px;
  }

  .aristo-lo-hero-grid,
  .aristo-lo-layout,
  .aristo-lo-bottom-cta,
  .aristo-author-hero-grid,
  .aristo-author-content {
    grid-template-columns: 1fr;
  }

  .aristo-lo-hero-note {
    max-width: 580px;
    margin-top: 8px;
  }

  .aristo-lo-featured {
    margin: 24px 0 34px;
    border-radius: 16px;
  }

  .aristo-lo-featured img {
    max-height: 520px;
  }

  .aristo-lo-toc .aristo-lo-sticky,
  .aristo-lo-sticky {
    position: static;
    max-height: none;
    overflow: visible;
  }

  .aristo-lo-toc .aristo-lo-sticky {
    padding: 18px;
    border: 1px solid var(--aristo-line);
    border-radius: 14px;
    background: var(--aristo-wash);
  }

  .aristo-lo-toc-list {
    max-height: 280px;
    overflow: auto;
  }

  .aristo-lo-rail .aristo-lo-sticky,
  .aristo-author-guide-grid {
    grid-template-columns: 1fr;
  }

  .aristo-lo-bottom-cta {
    gap: 24px;
  }

  .aristo-lo-brand-bridge {
    grid-template-columns: 105px minmax(0, 1fr);
    padding-inline: 18px;
  }

  .aristo-lo-brand-bridge img {
    width: 105px;
    height: 155px;
  }

  .aristo-author-portrait {
    max-width: 260px;
  }

  .aristo-author-content {
    gap: 34px;
  }

  .aristo-author-facts {
    position: static;
    max-height: none;
    overflow: visible;
  }

  .aristo-author-gallery-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 540px) {
  .aristo-lo-hero h1 {
    font-size: 2.25rem;
  }

  .aristo-lo-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .aristo-lo-brand-bridge {
    grid-template-columns: 1fr;
    padding-top: 24px;
  }

  .aristo-lo-brand-bridge img {
    display: none;
  }

  .aristo-lo-bottom-cta {
    margin-block: 48px;
    border-radius: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aristo-lo-button {
    transition: none;
  }
}
