.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 { width: min(1080px, calc(100% - 48px)); }
.blog-post-breadcrumb { margin: 0 0 22px; color: #8d5b49; font-size: .75rem; }
.blog-post-breadcrumb a:hover { color: var(--blog-copper); }
.blog-post-category { display: block; margin-bottom: 14px; color: #a45a3f; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.blog-post-header h1 { max-width: 930px; margin: 0 0 22px; font-size: clamp(2.625rem, 4.5vw, 4rem); line-height: 1.06; text-wrap: balance; }
.blog-post-lead { max-width: 850px; margin: 0 0 22px; color: #574c47; font-size: 1.08rem; line-height: 1.78; }
.blog-post-meta { display: flex; flex-wrap: wrap; gap: 16px 0; align-items: stretch; margin-bottom: 34px; padding: 14px 0; border-block: 1px solid #dfd1c7; color: #6b5f59; font-size: .74rem; }
.blog-post-meta > * { min-width: 0; }
.blog-post-meta > * + * { margin-left: 20px; padding-left: 20px; border-left: 1px solid #e4d8cf; }
.blog-post-meta small { display: block; margin-bottom: 3px; color: #8a7770; font-size: .59rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.blog-post-meta strong, .blog-post-meta time { color: #342d2a; font-size: .74rem; font-weight: 800; }
.blog-post-author, .blog-post-meta-item { display: inline-flex; gap: 10px; align-items: center; }
.blog-post-author { color: #342d2a; }
.blog-post-author:hover strong { color: #9d533d; }
.blog-post-author-avatar { width: 34px; height: 34px; display: grid; flex: 0 0 34px; place-items: center; border-radius: 50%; background: #4e2323; color: #f1a986; font-family: var(--serif); font-size: .72rem; font-weight: 800; }
.blog-post-meta-item svg { width: 18px; height: 18px; flex: 0 0 18px; fill: none; stroke: #b26449; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.blog-post-hero { width: 100%; aspect-ratio: 1200 / 630; object-fit: cover; border-radius: 4px; box-shadow: 0 22px 60px rgba(48, 32, 26, .12); }

.article-layout { width: min(1080px, calc(100% - 48px)); display: grid; grid-template-columns: minmax(0, 750px) minmax(250px, 290px); gap: 58px; 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: var(--article-sticky-top); display: flex; min-width: 0; flex-direction: column; gap: 24px; }
.article-toc { width: 100%; min-width: 0; padding: 22px; border: 1px solid #decfc4; border-radius: 8px; background: #fffaf5; }
.article-toc summary { color: #241d1b; font-family: var(--serif); font-size: 1.45rem; font-weight: 700; cursor: pointer; list-style: none; }
.article-toc summary::-webkit-details-marker { display: none; }
.article-toc nav ol { margin: 20px 0 28px; padding: 0; list-style: none; }
.article-toc li { position: relative; margin-bottom: 13px; padding-left: 17px; }
.article-toc li::before { content: ''; position: absolute; top: .52em; left: 0; width: 6px; height: 6px; border: 1px solid #bd7256; border-radius: 50%; }
.article-toc .toc-subitem { margin-left: 13px; }
.article-toc a { display: block; color: #695d57; font-size: .72rem; line-height: 1.45; 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; }
.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-inline-cta { position: relative; display: flex; gap: 28px; align-items: center; justify-content: space-between; margin: 58px 0; padding: 30px 32px; overflow: hidden; border: 1px solid #692f2d; border-radius: 9px; background: linear-gradient(135deg, #321719 0%, #5b2021 58%, #7b382e 100%); box-shadow: 0 20px 46px rgba(73, 27, 27, .22); }
.article-inline-cta::before { content: ''; position: absolute; inset: 0 auto 0 0; width: 5px; background: #df865f; }
.article-inline-cta p { position: relative; max-width: 490px; margin: 0; color: #fff7f1; font-family: var(--serif); font-size: 1.18rem; font-weight: 700; line-height: 1.45; }
.article-inline-cta .btn { position: relative; flex: 0 0 auto; min-height: 48px; padding-inline: 25px; border-color: #df865f; background: #cf704d; color: #fff; font-size: .78rem; box-shadow: 0 12px 26px rgba(0, 0, 0, .2); }
.article-inline-cta .btn:hover { border-color: #ef9b77; background: #e18460; }

.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 { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(220px, .8fr); margin-top: 52px; border: 1px solid #ddcec4; border-radius: 9px; background: #f7eee6; }
.article-share-main { padding: 30px; }
.article-share-eyebrow { color: #a45a3f; font-size: .65rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.article-share h2 { margin: 8px 0 10px; font-size: 1.65rem; line-height: 1.15; }
.article-share p { margin: 0; color: #695d57; font-size: .86rem; line-height: 1.65; }
.article-share-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 21px; }
.share-button { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 9px 14px; border: 1px solid #cfb9ac; border-radius: 5px; background: #fffaf5; color: #4b3d38; font: inherit; font-size: .7rem; font-weight: 800; cursor: pointer; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.share-button:hover { border-color: #a85b43; color: #8f4633; }
.share-button-primary { border-color: #a9563d; background: #a9563d; color: #fff; }
.share-button-primary:hover { border-color: #89412f; background: #89412f; color: #fff; }
.share-button:focus-visible { outline: 3px solid rgba(169, 86, 61, .3); outline-offset: 3px; }
.article-share-status { min-height: 1.2em; margin-top: 10px !important; color: #8f4633 !important; font-size: .72rem !important; font-weight: 700; }
.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: 28px 24px; border-radius: 8px; background: linear-gradient(145deg, #3b1718, #601f20); text-align: center; }
.sidebar-session-cta > span { color: #e7a080; font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.sidebar-session-cta h2 { margin: 12px 0; color: #fff8f1; font-size: 1.55rem; }
.sidebar-session-cta p { color: #ddcbc2; font-size: .78rem; }
.sidebar-session-cta .btn { font-size: .75rem; }

.article-author { position: relative; width: 100%; display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 25px; align-items: start; margin-top: 64px; padding: 30px; border: 1px solid #ddcec4; border-radius: 9px; background: #f5ebe2; box-shadow: 0 15px 38px rgba(55, 35, 28, .07); }
.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: 78px; height: 78px; display: grid; place-items: center; border: 1px solid #c98567; border-radius: 50%; background: linear-gradient(145deg, #2b1718, #6b2f2b); color: #f3b18f; font-family: var(--serif); font-size: 1.65rem; font-weight: 700; box-shadow: 0 12px 26px rgba(57, 24, 24, .14); }
.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: 7px 0 5px; font-size: 1.65rem; line-height: 1.15; }
.article-author strong { display: block; margin-bottom: 13px; color: #4d403a; font-size: .86rem; }
.article-author p { max-width: 760px; margin-bottom: 13px; color: #695d57; font-size: .9rem; line-height: 1.7; }
.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(4, minmax(0, 1fr)); gap: 14px; }
.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: 1100px) {
  .blog-post-main { padding-top: 88px; }
  .blog-post { padding-top: 38px; }
  .blog-post-header, .article-layout { 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; }
  .sidebar-inner { position: static; display: flex; gap: 24px; }
  .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: '−'; }
  .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 { width: calc(100% - 28px); }
  .blog-post-breadcrumb { 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 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; padding: 0; }
  .blog-post-meta > * { padding: 13px 8px; }
  .blog-post-meta > * + * { margin-left: 0; padding-left: 8px; border-left: 0; }
  .blog-post-meta > *:nth-child(even) { border-left: 1px solid #e4d8cf; }
  .blog-post-meta > *:nth-child(n + 3) { border-top: 1px solid #e4d8cf; }
  .blog-post-hero { aspect-ratio: 4 / 3; object-fit: contain; background: #eadfd6; }
  .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-inline-cta { align-items: stretch; flex-direction: column; }
  .article-inline-cta .btn { width: 100%; }
  .article-share-main { padding: 25px 22px; }
  .article-share { grid-template-columns: 1fr; }
  .article-channel { padding: 25px 22px; border-top: 1px solid #d8c4b7; border-left: 0; }
  .article-share-actions { display: grid; grid-template-columns: 1fr; }
  .share-button { width: 100%; }
  .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 { transition: none; }
}
