.blog-post-page { --article-sticky-top: 110px; background: #fbf6ef; }
.blog-post-main { padding-top: 112px; overflow: clip; }
.blog-post { padding: 54px 0 92px; }
.blog-post-header { position: relative; width: min(1200px, calc(100% - 48px)); display: grid; grid-template-columns: 52px minmax(0, 1fr); column-gap: 28px; align-items: start; }
.blog-post-taxonomy { grid-column: 2; display: flex; flex-wrap: wrap; gap: 7px; align-items: center; margin: 0 0 22px; color: #7c6b64; font-size: .72rem; }
.blog-post-taxonomy a { color: #a45a3f; font-weight: 800; }
.blog-post-taxonomy a:hover { color: #7e3f30; }
.blog-post-taxonomy span[aria-hidden] { color: #bc8a75; font-size: 1rem; line-height: 1; }
.blog-post-header h1 { width: 100%; max-width: 1050px; grid-column: 2; margin: 0 0 22px; font-size: clamp(2.5rem, 4vw, 3.5rem); line-height: 1.08; overflow-wrap: break-word; text-wrap: balance; }
.blog-post-lead { width: 100%; max-width: 1050px; grid-column: 2; margin: 0 0 22px; color: #574c47; font-size: 1.08rem; line-height: 1.78; }
.blog-post-meta { grid-column: 2; display: flex; flex-wrap: wrap; gap: 9px 14px; align-items: center; margin-bottom: 0; color: #70635d; font-size: .72rem; }
.blog-post-meta strong, .blog-post-meta time { color: #4b403b; font-size: inherit; font-weight: 700; }
.blog-post-author { display: inline-flex; gap: 9px; align-items: center; }
.blog-post-author { color: #342d2a; }
.blog-post-author:hover strong { color: #9d533d; }
.blog-post-author-avatar { width: 30px; height: 30px; display: block; flex: 0 0 30px; border: 1px solid #c98567; border-radius: 50%; object-fit: cover; object-position: center; }
.blog-post-meta-details { display: inline-flex; gap: 7px; align-items: center; }
.blog-post-hero { width: 100%; grid-column: 1 / -1; margin-top: 30px; aspect-ratio: 1200 / 630; object-fit: cover; border-radius: 4px; box-shadow: 0 22px 60px rgba(48, 32, 26, .12); }

.article-mobile-tools { display: none; grid-column: 1 / -1; }
.article-cta-mobile { display: none; }
.article-layout { width: min(1160px, calc(100% - 48px)); display: grid; grid-template-columns: minmax(0, 780px) minmax(280px, 320px); gap: 48px; align-items: start; margin-top: 46px; }
.article-main { min-width: 0; }
.blog-post-content { min-width: 0; color: #443b37; font-size: 1rem; line-height: 1.82; }
.blog-post-content > p { margin: 0 0 24px; color: inherit; font-size: inherit; line-height: inherit; }
.blog-post-content > h2 { margin: 64px 0 18px; font-size: clamp(2rem, 3.8vw, 2.75rem); line-height: 1.08; scroll-margin-top: 120px; }
.blog-post-content > h3 { margin: 38px 0 12px; font-family: var(--serif); font-size: 1.45rem; scroll-margin-top: 120px; }
.blog-post-content a:not(.btn) { color: #8b4937; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.blog-post-content ul, .blog-post-content ol { margin: 0 0 28px; padding-left: 24px; }
.blog-post-content li { margin-bottom: 9px; }

.blog-post-sidebar { min-width: 0; align-self: stretch; }
.sidebar-inner { position: sticky; top: 104px; display: flex; min-width: 0; flex-direction: column; gap: 24px; }
.article-toc { position: static; width: 100%; min-width: 0; display: flex; flex: 0 0 auto; flex-direction: column; margin: 0; padding: 20px; transform: none; border: 1px solid #decfc4; border-radius: 8px; background: #fffaf5; }
.article-toc summary { display: flex; align-items: center; justify-content: space-between; color: #241d1b; font-family: var(--serif); font-size: 1.28rem; font-weight: 700; cursor: pointer; list-style: none; }
.article-toc summary::-webkit-details-marker { display: none; }
.article-toc summary::after { content: '+'; color: #a45a3f; font-family: var(--font); font-size: 1rem; }
.article-toc[open] summary::after { content: '−'; }
.article-toc nav { max-height: 320px; overflow-x: hidden; overflow-y: auto; scrollbar-width: thin; scrollbar-color: #bd7256 #eee2d9; }
.article-toc nav ol { margin: 18px 0 0; padding: 0; list-style: none; }
.article-toc li { position: relative; margin-bottom: 10px; padding-left: 16px; }
.article-toc li::before { content: ''; position: absolute; top: .52em; left: 0; width: 6px; height: 6px; border: 1px solid #bd7256; border-radius: 50%; }
.article-toc a { display: -webkit-box; overflow: hidden; color: #695d57; font-size: .76rem; line-height: 1.42; overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 3; transition: color .2s ease, transform .2s ease; }
.article-toc a:hover, .article-toc a.is-active { color: #9d533d; transform: translateX(3px); }
.article-toc a.is-active { font-weight: 800; }
.published-posts { position: static; width: 100%; min-width: 0; display: block; flex: 0 0 auto; margin: 0; padding: 20px; transform: none; border: 1px solid #decfc4; border-radius: 8px; background: #fffaf5; }
.published-posts > h2 { margin: 0 0 10px; color: #241d1b; font-size: 1.28rem; line-height: 1.2; }
.published-posts ol { margin: 0; padding: 0; list-style: none; }
.published-posts li { padding: 14px 0; border-bottom: 1px solid #eadfd6; }
.published-posts li:last-child { padding-bottom: 0; border-bottom: 0; }
.sidebar-post article { min-width: 0; }
.sidebar-post__link { display: grid; min-width: 0; grid-template-columns: 80px minmax(0, 1fr); gap: 13px; align-items: center; }
.sidebar-post__image { width: 80px; height: 64px; display: block; border-radius: 5px; object-fit: cover; background: #eee2d9; }
.sidebar-post__content { min-width: 0; }
.published-posts h3 { display: -webkit-box; overflow: hidden; margin: 0 0 6px; color: #342b27; font-family: var(--font); font-size: .76rem; font-weight: 750; line-height: 1.35; overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 3; transition: color .2s ease; }
.sidebar-post__link:hover h3 { color: #b45f43; }
.published-posts small { display: block; color: #786a63; font-size: .65rem; }
.published-posts a:focus-visible { outline: 2px solid #a45a3f; outline-offset: 3px; }
.reading-progress { width: 100%; min-width: 0; padding: 18px 20px; border: 1px solid #dfd1c7; border-radius: 8px; background: #fffaf5; }
.reading-progress span, .reading-progress strong { display: block; }
.reading-progress span { color: #332925; font-family: var(--serif); font-size: 1rem; }
.reading-progress strong { margin: 5px 0 12px; color: #815242; font-size: .68rem; }
.reading-progress > div { height: 7px; border-radius: 9px; background: #eadfd6; }
.reading-progress i { display: block; width: 0; height: 100%; border-radius: inherit; background: #bd6749; transition: width .15s linear; }
.article-highlight { position: relative; margin: 42px 0; padding: 28px 30px 28px 72px; border-left: 4px solid #bd6749; border-radius: 0 7px 7px 0; background: #f3e9df; }
.article-highlight > span { position: absolute; top: 16px; left: 25px; color: #bd6749; font-family: Georgia, serif; font-size: 3.8rem; line-height: 1; }
.article-highlight p { margin: 0; color: #493b35; font-size: 1.12rem; line-height: 1.55; }
.article-final-cta-card { position: relative; width: 100%; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: center; padding: 36px; overflow: hidden; border: 1px solid #6f3431; border-radius: 9px; background: linear-gradient(135deg, #35191a 0%, #5b2525 100%); box-shadow: 0 16px 38px rgba(73, 27, 27, .16); }
.article-final-cta-card::before { content: ''; position: absolute; inset: 0 auto 0 0; width: 4px; background: #df865f; }
.article-final-cta-copy { min-width: 0; }
.article-final-cta-card h2 { max-width: 500px; margin: 0 0 10px; color: #fff8f1; font-size: clamp(1.55rem, 2.2vw, 1.85rem); line-height: 1.18; text-wrap: balance; }
.article-final-cta-card p { max-width: 520px; margin: 0; color: #ddcbc2; font-size: .9rem; line-height: 1.65; }
.article-final-cta-card .btn { min-width: 210px; max-width: 240px; padding: 12px 18px; border-color: #df865f; background: #cf704d; color: #fff; font-size: .76rem; line-height: 1.3; text-align: center; white-space: normal; box-shadow: 0 10px 24px rgba(0, 0, 0, .18); }
.article-final-cta-card .btn:hover { border-color: #ef9b77; background: #e18460; }
.article-cta-desktop { margin: 48px 0 56px; }
.article-main-tail { width: min(1160px, calc(100% - 48px)); }
.article-main-tail-inner { width: min(780px, 100%); }
.preferred-source-inline { margin-top: 40px; padding-top: 22px; border-top: 1px solid #ddcec4; }
.preferred-source-inline p { margin: 0 0 7px; color: #695d57; font-size: .82rem; line-height: 1.5; }
.preferred-source-inline a { color: #934933; font-size: .82rem; font-weight: 800; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.preferred-source-inline a:hover { color: #713629; }
.preferred-source-inline a:focus-visible, .preferred-source-prompt__close:focus-visible, .preferred-source-prompt__cta:focus-visible { outline: 3px solid rgba(169, 86, 61, .35); outline-offset: 3px; }
.preferred-source-prompt[hidden] { display: none; }
.preferred-source-prompt { position: fixed; z-index: 980; right: 88px; bottom: 24px; width: min(390px, calc(100vw - 112px)); pointer-events: none; }
.preferred-source-prompt__panel { position: relative; width: 100%; padding: 30px; border: 1px solid #d8c4b7; border-radius: 10px; background: #fffaf5; box-shadow: 0 16px 42px rgba(45, 25, 22, .18); pointer-events: auto; animation: preferred-source-enter .2s ease-out; }
.preferred-source-prompt__panel h2 { margin: 0 42px 10px 0; color: #302724; font-size: 1.75rem; line-height: 1.15; }
.preferred-source-prompt__panel p { margin: 0 0 22px; color: #695d57; font-size: .9rem; line-height: 1.65; }
.preferred-source-prompt__close { position: absolute; top: 14px; right: 14px; width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: transparent; color: #6c5850; font: 400 1.7rem/1 var(--font); cursor: pointer; }
.preferred-source-prompt__close:hover { background: #f0e3d9; color: #3d2b27; }
.preferred-source-prompt__cta { width: 100%; min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 11px 18px; border-color: #74332e; background: #74332e; color: #fff; font-size: .78rem; line-height: 1.35; text-align: center; }
.preferred-source-prompt__cta:hover { border-color: #8e4638; background: #8e4638; color: #fff; }
@keyframes preferred-source-enter { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

.article-faq-title { margin-bottom: 20px !important; }
.article-faq-list { display: grid; gap: 8px; margin-bottom: 42px; }
.article-faq-item { border: 1px solid #dfd1c7; border-radius: 6px; background: #fffaf5; }
.article-faq-item summary { display: flex; gap: 20px; align-items: center; justify-content: space-between; padding: 17px 19px; color: #302724; font-weight: 750; cursor: pointer; list-style: none; }
.article-faq-item summary::-webkit-details-marker { display: none; }
.article-faq-item summary i { color: #b45f43; font-size: 1.2rem; font-style: normal; transition: transform .2s ease; }
.article-faq-item[open] summary i { transform: rotate(45deg); }
.article-faq-item > p { margin: 0; padding: 0 19px 19px; color: #625650; font-size: .9rem; }
.article-faq-item summary:focus-visible, .article-toc summary:focus-visible, .article-toc a:focus-visible { outline: 2px solid #a45a3f; outline-offset: 3px; }

.article-share { margin: 0; }
.article-share-main { display: flex; align-items: center; padding: 0; }
.article-share-actions { display: flex; gap: 8px; align-items: center; }
.share-button { position: relative; width: 38px; height: 38px; display: grid; flex: 0 0 38px; place-items: center; padding: 0; border: 1px solid #d3bdb0; border-radius: 50%; background: #fffaf5; color: #9a4d38; font: inherit; cursor: pointer; transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease; }
.share-button:hover { border-color: #a85b43; background: #a9563d; color: #fff; transform: translateY(-1px); }
.share-button::after { content: attr(data-tooltip); position: absolute; z-index: 4; bottom: calc(100% + 9px); left: 50%; width: max-content; max-width: 190px; padding: 6px 9px; border-radius: 4px; background: #271d1c; color: #fff; font-size: .62rem; font-weight: 600; line-height: 1.3; pointer-events: none; opacity: 0; transform: translate(-50%, 4px); transition: opacity .18s ease, transform .18s ease; }
.share-button:hover::after, .share-button:focus-visible::after { opacity: 1; transform: translate(-50%, 0); }
.share-button-icon { display: grid; place-items: center; }
.share-button-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.share-button:focus-visible { outline: 3px solid rgba(169, 86, 61, .3); outline-offset: 3px; }
.article-share-status { width: 100%; min-height: 0; margin: 0 !important; color: #8f4633 !important; font-size: .68rem !important; font-weight: 700; }
.article-share-rail { position: relative; grid-column: 1; grid-row: 2 / span 3; align-self: start; justify-self: center; margin-top: 6px; }
.article-share-rail .article-share-actions { flex-direction: column; }
.article-share-rail .article-share-status { position: absolute; width: 180px; top: 100%; left: 0; }
.article-channel { min-width: 0; padding: 30px 26px; border-left: 1px solid #d8c4b7; background: #efe0d4; }
.article-channel h2 { font-size: 1.4rem; }
.article-channel-button { width: 100%; margin-top: 21px; border-color: #6b302b; background: #542323; color: #fff; text-align: center; }
.article-channel-button:hover { border-color: #7b392f; background: #6b302b; color: #fff; }

.blog-post-newsletter { width: 100%; min-width: 0; }
.blog-post-newsletter .brevo-capture { width: 100%; min-width: 0; padding: 24px 18px; border: 1px solid #dfd1c7; border-radius: 8px; background: #fffaf5; }
.blog-post-newsletter .brevo-capture-layout { width: 100%; min-width: 0; display: block; margin: 0; }
.blog-post-newsletter .brevo-capture-copy { text-align: center; }
.blog-post-newsletter .brevo-capture .eyebrow, .blog-post-newsletter .brevo-capture-note { display: none; }
.blog-post-newsletter .brevo-capture h2 { margin: 0 0 10px; color: #2b211e; font-size: 1.45rem; }
.blog-post-newsletter .brevo-capture-copy > p { margin: 0 0 14px; color: #71645e; font-size: .76rem; }
.blog-post-newsletter .brevo-form-shell, .blog-post-newsletter .sib-form, .blog-post-newsletter .sib-form-container { width: 100%; min-width: 0; padding: 0; border: 0; }
.blog-post-newsletter #sib-container { width: 100%; max-width: 100% !important; min-width: 0; padding: 0 !important; background: transparent !important; }
.blog-post-newsletter .sib-form-block, .blog-post-newsletter .form__entry, .blog-post-newsletter .form__label-row, .blog-post-newsletter .entry__field { max-width: 100%; min-width: 0; }
.blog-post-newsletter .entry__field .input { width: 100%; max-width: 100%; min-width: 0; border-color: #d9cac0; background: #fff; color: #2b211e; }
.blog-post-newsletter .sib-form-message-panel { max-width: 100% !important; overflow-wrap: anywhere; }
.blog-post-newsletter .sib-form-block__button { width: 100%; }
.sidebar-session-cta { width: 100%; min-width: 0; padding: 26px 24px; border-radius: 8px; background: linear-gradient(145deg, #3b1718, #601f20); }
.sidebar-session-cta h2 { margin: 0 0 12px; color: #fff8f1; font-size: 1.48rem; line-height: 1.18; }
.sidebar-session-cta p { margin: 0 0 20px; color: #ddcbc2; font-size: .8rem; line-height: 1.65; }
.sidebar-session-cta .btn { width: 100%; padding-inline: 14px; font-size: .72rem; text-align: center; }

.article-author { position: relative; width: 100%; display: grid; grid-template-columns: 66px minmax(0, 1fr); gap: 20px; align-items: center; margin-top: 42px; padding: 24px; border: 1px solid #ddcec4; border-radius: 9px; background: #f5ebe2; }
.article-author::before { content: ''; position: absolute; top: 28px; bottom: 28px; left: 0; width: 4px; border-radius: 0 4px 4px 0; background: #bd6749; }
.article-author-avatar { width: 62px; height: 62px; display: block; border: 1px solid #c98567; border-radius: 50%; object-fit: cover; object-position: center; }
.article-author-copy { min-width: 0; }
.article-author-label { color: #a45a3f; font-size: .68rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.article-author h2 { margin: 4px 0; font-size: 1.4rem; line-height: 1.15; }
.article-author strong { display: block; margin-bottom: 13px; color: #4d403a; font-size: .86rem; }
.article-author p { max-width: 620px; margin: 8px 0 10px; color: #695d57; font-size: .84rem; line-height: 1.6; }
.article-author a { color: #964c37; font-size: .82rem; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }

.author-page { padding-top: 112px; background: #fbf6ef; }
.author-hero { padding: 80px 0 96px; }
.author-hero-grid { display: grid; grid-template-columns: 180px minmax(0, 720px); gap: 52px; align-items: center; }
.author-portrait { width: 168px; height: 168px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(145deg, #291617, #6e302c); color: #f2af8d; font-family: var(--serif); font-size: 3.5rem; box-shadow: 0 22px 54px rgba(55, 24, 23, .2); }
.author-hero h1 { margin: 10px 0 10px; font-size: clamp(3rem, 6vw, 5rem); }
.author-role { color: #8e4a37; font-weight: 800; }
.author-story { padding: 82px 0; border-top: 1px solid #ddcec4; background: #fffaf5; }
.author-story-inner { width: min(760px, calc(100% - 48px)); }
.author-story h2 { font-size: 2.7rem; }
.author-story p { color: #5f534d; line-height: 1.8; }

.blog-read-more { padding: 70px 0 92px; border-top: 1px solid #dfd1c7; background: #f5ece3; }
.blog-read-more h2 { margin-bottom: 28px; font-size: 2.3rem; }
.read-more-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.read-more-grid article { min-height: 190px; padding: 22px; border: 1px solid #ddcec4; border-radius: 7px; background: #fffaf5; }
.read-more-grid span { color: #a45a3f; font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.read-more-grid h3 { margin: 12px 0 22px; font-family: var(--serif); font-size: 1.22rem; line-height: 1.2; }
.read-more-grid h3 a:hover { color: #9d533d; }
.read-more-grid small { color: #74665f; font-size: .68rem; }

@media (max-width: 1199px) {
  .blog-post-header { grid-template-columns: minmax(0, 1fr); }
  .blog-post-taxonomy, .blog-post-header h1, .blog-post-lead, .blog-post-meta, .article-share-rail { grid-column: 1; }
  .article-share-rail { position: relative; grid-row: auto; justify-self: start; margin: 16px 0 0; }
  .article-share-rail .article-share-actions { flex-direction: row; }
  .article-share-rail .article-share-status { top: calc(100% + 4px); }
}

@media (max-width: 1024px) {
  .blog-post-main { padding-top: 88px; }
  .blog-post { padding-top: 38px; }
  .blog-post-header { width: min(1160px, calc(100% - 32px)); }
  .article-layout { width: min(720px, calc(100% - 32px)); }
  .article-main-tail { width: min(720px, calc(100% - 32px)); }
  .blog-post-header h1 { font-size: clamp(2rem, 3.7vw, 2.375rem); }
  .article-layout { grid-template-columns: 1fr; gap: 48px; }
  .article-mobile-tools { display: grid; gap: 18px; margin-top: 14px; }
  .blog-post-sidebar { display: none; }
  .article-toc { padding: 18px; }
  .article-toc summary { display: flex; justify-content: space-between; font-size: 1.2rem; }
  .article-toc summary::after { content: '+'; color: #a45a3f; font-family: var(--font); }
  .article-toc[open] summary::after { content: '−'; }
  .article-mobile-tools .article-toc nav { max-height: none; overflow: visible; }
  .author-hero-grid { grid-template-columns: 130px 1fr; gap: 32px; }
  .author-portrait { width: 120px; height: 120px; font-size: 2.7rem; }
  .read-more-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .blog-post-main { padding-top: 76px; }
  .blog-post { padding: 28px 0 64px; }
  .blog-post-header, .article-layout, .article-main-tail { width: calc(100% - 28px); }
  .blog-post-taxonomy { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .blog-post-header h1 { font-size: clamp(2.125rem, 9.5vw, 2.375rem); }
  .blog-post-lead { font-size: .98rem; line-height: 1.68; }
  .blog-post-meta { gap: 8px 12px; margin-bottom: 18px; }
  .blog-post-meta-details { font-size: .68rem; }
  .blog-post-hero { width: 100%; height: auto; display: block; aspect-ratio: auto; object-fit: initial; background: transparent; }
  .article-cta-desktop { display: none; }
  .article-cta-mobile { display: block; padding: 0 0 64px; }
  .article-cta-mobile .container { width: calc(100% - 28px); }
  .article-cta-mobile-card { display: block; padding: 26px 24px; }
  .article-cta-mobile-card h2 { max-width: none; font-size: clamp(1.75rem, 8vw, 2.125rem); }
  .article-cta-mobile-card p { margin-bottom: 22px; font-size: .9rem; }
  .article-cta-mobile-card .btn { width: 100%; max-width: none; min-height: 52px; padding: 10px 12px; }
  .preferred-source-inline { margin-top: 34px; }
  .preferred-source-prompt { z-index: 1200; inset: auto 0 0; width: 100%; display: block; }
  .preferred-source-prompt__panel { width: 100%; padding: 22px 20px calc(18px + env(safe-area-inset-bottom)); border-width: 1px 0 0; border-radius: 12px 12px 0 0; box-shadow: 0 -14px 38px rgba(45, 25, 22, .2); animation-name: preferred-source-mobile-enter; }
  .preferred-source-prompt__panel h2 { margin: 0 42px 6px 0; font-size: 1.25rem; }
  .preferred-source-prompt__panel p { max-width: 300px; margin-bottom: 14px; font-size: .8rem; line-height: 1.5; }
  .preferred-source-prompt__close { top: 8px; right: 8px; }
  .preferred-source-prompt__cta { min-height: 48px; }
  .article-layout { margin-top: 34px; }
  .blog-post-content { font-size: .98rem; line-height: 1.78; }
  .blog-post-content > h2 { margin-top: 52px; font-size: 2rem; }
  .article-highlight { padding: 24px 20px 24px 55px; }
  .article-highlight > span { left: 17px; font-size: 3rem; }
  .article-share-main { gap: 10px; padding: 16px 0 22px; }
  .article-share-actions { gap: 7px; }
  .share-button { width: 36px; height: 36px; flex-basis: 36px; }
  .share-button::after { display: none; }
  .article-author { grid-template-columns: 1fr; gap: 20px; padding: 25px 22px; }
  .article-author-avatar { width: 82px; height: 82px; }
  .author-page { padding-top: 76px; }
  .author-hero { padding: 54px 0 68px; }
  .author-hero-grid { grid-template-columns: 1fr; }
  .author-story-inner { width: calc(100% - 28px); }
  .read-more-grid { grid-template-columns: 1fr; }
  .read-more-grid article { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .article-toc a, .reading-progress i, .article-faq-item summary i, .preferred-source-prompt__panel { transition: none; animation: none; }
}

@keyframes preferred-source-mobile-enter { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
