.blog-detail-root{--blog-accent: #f1784f;--blog-accent-2: #f6a06d;--blog-accent-dark: #87371f;--blog-ink: #101114;--blog-muted: #66707a;--blog-line: #ece8e3;--blog-soft: #fff8f3;--blog-soft-2: #fffdfb;--blog-shadow: 0 18px 48px rgb(22 20 18 / 5.5%);--blog-max: 80rem;--blog-aside: 26rem;--blog-sticky-top: 6rem;background:#fff;color:var(--blog-ink)}.blog-detail-container{box-sizing:border-box;width:100%;max-width:var(--blog-max);margin-inline:auto;padding-inline:1rem}@media(min-width:768px){.blog-detail-container{padding-inline:1.5rem}}.blog-detail-top{position:relative;background:#fff}.blog-detail-breadcrumb{display:flex;align-items:center;gap:.5rem;height:1.25rem;padding-top:1.5rem;color:var(--blog-muted);font-size:.875rem}.blog-detail-breadcrumb a{color:var(--blog-muted);text-decoration:none}.blog-detail-breadcrumb a:hover{color:var(--blog-accent)}.blog-detail-breadcrumb-current{color:var(--blog-ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.blog-detail-hero-row{display:flex;flex-direction:column;gap:2.5rem;padding:3rem 0 4rem}@media(min-width:768px){.blog-detail-hero-row{padding:6rem 0 7rem}}@media(min-width:1024px){.blog-detail-hero-row{flex-direction:row;align-items:center;justify-content:space-between;gap:2.5rem}}.blog-detail-hero-copy{display:flex;width:100%;max-width:31.25rem;flex-direction:column;align-items:flex-start;gap:1.5rem}.blog-detail-title{margin:0;font-size:1.875rem;font-weight:700;line-height:1.15;letter-spacing:-.02em}@media(min-width:768px){.blog-detail-title{font-size:2.25rem}}.blog-detail-lead{margin:0;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:var(--blog-muted);font-size:1rem;line-height:1.5}.blog-detail-hero-cta{display:inline-flex;width:fit-content;align-items:center;justify-content:center;gap:.125rem;min-height:2.25rem;padding:.5rem 1.3rem;border:1px solid var(--color-primary);border-radius:.375rem;background:var(--color-primary);color:#fff;font-size:.875rem;font-weight:500;line-height:1.25;text-decoration:none;white-space:nowrap;transition:background-color .15s ease,color .15s ease}.blog-detail-hero-cta:hover{background:color-mix(in srgb,var(--color-primary) 90%,white);border-color:color-mix(in srgb,var(--color-primary) 90%,white);color:#fff}.blog-detail-hero-cta-icon{flex-shrink:0;color:#fff;transition:transform .2s ease}.blog-detail-hero-cta.group:hover .blog-detail-hero-cta-icon{transform:translate(.25rem)}.blog-detail-btn-primary{display:inline-flex;width:fit-content;align-items:center;justify-content:center;gap:.125rem;min-height:2.25rem;padding:.5rem 1.3rem;border:1px solid var(--blog-accent);border-radius:.375rem;background:var(--blog-accent);color:#fff;font-size:.875rem;font-weight:500;line-height:1.25;text-decoration:none;white-space:nowrap;transition:background .15s ease,border-color .15s ease}.blog-detail-btn-primary:hover{background:color-mix(in srgb,var(--blog-accent) 90%,#000);border-color:color-mix(in srgb,var(--blog-accent) 90%,#000)}.blog-detail-hero-notes{display:flex;align-items:center;gap:.5rem;margin:0;color:var(--blog-muted);font-size:.875rem}.blog-detail-hero-check{flex-shrink:0;color:var(--blog-accent)}.blog-detail-cover{position:relative;display:block;width:100%;max-width:41.25rem;aspect-ratio:16 / 9;overflow:hidden;margin:0;border:1px solid var(--blog-line);border-radius:.75rem;background:#f1f5f9;box-shadow:0 15px 12px color-mix(in srgb,var(--blog-accent) 10%,transparent)}.blog-detail-cover--placeholder{min-height:12rem}.blog-detail-cover-img{width:100%;height:100%;object-fit:cover}.blog-detail-author-bar{border-bottom:1px solid var(--blog-line)}.blog-detail-author-bar-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding-block:1.5rem}.blog-detail-author-block{display:flex;min-width:0;align-items:center;gap:.75rem}.blog-detail-author{display:inline-flex;flex-shrink:0;color:inherit;text-decoration:none}.blog-detail-author-avatar,.blog-detail-author-fallback{width:3rem;height:3rem;flex-shrink:0;border-radius:999px;border:1px solid #e2e8f0;object-fit:cover;background:#fff}.blog-detail-author-text{display:flex;min-width:0;flex-direction:column;gap:.125rem}.blog-detail-author-label{color:var(--blog-muted);font-size:.875rem;line-height:1.25rem}.blog-detail-author-name-row{display:flex;min-width:0;flex-wrap:wrap;align-items:center;gap:.5rem}.blog-detail-author-name{overflow:hidden;color:var(--blog-ink);font-size:.875rem;font-weight:500;line-height:1.25rem;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.blog-detail-author-name:hover{color:var(--blog-accent)}.blog-detail-socials{display:inline-flex;align-items:center;gap:.5rem}.blog-detail-social{display:inline-flex;width:1.25rem;height:1.25rem;align-items:center;justify-content:center;border-radius:999px;background:var(--blog-ink);color:#fff;text-decoration:none;transition:background .15s ease}.blog-detail-social:hover{background:color-mix(in srgb,var(--blog-ink) 88%,#fff)}.blog-detail-author-meta{display:flex;align-items:center;gap:.5rem;color:var(--blog-muted);font-size:.875rem;white-space:nowrap}.blog-detail-updated{color:var(--blog-ink);font-size:1rem;font-weight:600;line-height:1.5rem}.blog-detail-body-section{padding:2.5rem 0 5rem}.blog-detail-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:2.5rem;align-items:start}@media(min-width:1024px){.blog-detail-grid{grid-template-columns:minmax(0,1fr) var(--blog-aside)}}.blog-detail-copy{min-width:0}.blog-detail-empty{color:var(--blog-muted)}.blog-detail-aside{display:none}@media(min-width:1024px){.blog-detail-aside{display:block;position:sticky;top:var(--blog-sticky-top);align-self:start;max-width:var(--blog-aside)}}.blog-detail-aside-stack{display:flex;flex-direction:column-reverse;gap:1.5rem}.blog-detail-toc{padding-top:1rem;background:#fff}.blog-detail-toc-title{margin:0 0 .75rem;padding-left:1.25rem;color:var(--blog-ink);font-size:1.125rem;font-weight:500}.blog-detail-toc-links{display:flex;flex-direction:column;gap:.15rem;padding-left:.5rem}.blog-detail-toc a{display:block;padding:.35rem .75rem;border-left:2px solid transparent;color:var(--blog-muted);font-size:.875rem;line-height:1.4;text-decoration:none;transition:color .15s ease,border-color .15s ease}.blog-detail-toc a:hover,.blog-detail-toc a.is-active{border-left-color:var(--blog-accent);color:var(--blog-ink)}.blog-detail-toc-empty{margin:0;padding:.25rem .75rem .25rem 1.25rem;color:var(--blog-muted);font-size:.875rem;line-height:1.4}.blog-detail-side-cta{display:flex;flex-direction:column;align-items:stretch;overflow:hidden;border-top:4px solid var(--blog-accent);background:color-mix(in srgb,var(--blog-accent) 10%,#fff)}.blog-detail-side-title{margin:0;padding:1.5rem 1.5rem .75rem;color:var(--blog-ink);text-align:center;font-size:1rem;font-weight:600;line-height:1.5rem}.blog-detail-side-list{display:flex;flex-direction:column;gap:.625rem;margin:0 0 1rem;padding:0 1.5rem;list-style:none}.blog-detail-side-list li{display:flex;align-items:center;gap:.625rem;color:var(--blog-ink);font-size:.875rem;line-height:1.25rem}.blog-detail-side-icon{display:inline-flex;width:1.5rem;height:1.5rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:999px;background:color-mix(in srgb,var(--blog-accent) 30%,transparent);color:var(--blog-accent)}.blog-detail-side-desc{margin:0;padding:.5rem 1.5rem;color:var(--blog-muted);text-align:center;font-size:.75rem;line-height:1rem;white-space:pre-line}.blog-detail-side-btn{align-self:center;width:calc(100% - 3rem);margin:.75rem 1.5rem 1.5rem;padding:.75rem 1.25rem;height:auto;min-height:0;border-color:var(--blog-ink);border-radius:999px;background:var(--blog-ink);font-size:.8125rem;font-weight:650;transition:background-color .17s ease,border-color .17s ease,transform .17s ease}.blog-detail-side-btn:hover{border-color:var(--blog-accent);background:var(--blog-accent);color:#fff;transform:translateY(-1px)}.blog-detail-section-title{margin:0 0 1.5rem;color:var(--blog-ink);font-size:1.5rem;font-weight:600;line-height:2rem}.blog-detail-related{padding:2.5rem 0 5rem}@media(min-width:768px){.blog-detail-related{padding:4rem 0 6rem}}.blog-detail-related-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.blog-detail-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.blog-detail-related-card{display:flex;width:100%;flex-direction:column;gap:.75rem;padding:1.5rem;border:1px solid var(--blog-line);border-radius:.5rem;background:#fff;color:inherit;text-decoration:none;transition:border-color .15s ease,background-color .15s ease}.blog-detail-related-card:hover{border-color:var(--blog-accent);background:color-mix(in srgb,var(--blog-accent) 10%,#fff)}.blog-detail-related-title{margin:0;display:-webkit-box;overflow:hidden;min-height:3.5rem;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:var(--blog-ink);font-size:1.125rem;font-weight:500;line-height:1.75rem;transition:color .15s ease}.blog-detail-related-card:hover .blog-detail-related-title{color:var(--blog-accent)}.blog-detail-related-meta{display:flex;align-items:center;gap:.625rem;color:var(--blog-muted);font-size:1rem;line-height:1.5rem}.blog-detail-related-avatar,.blog-detail-related-avatar--fallback{width:2.5rem;height:2.5rem;flex-shrink:0;overflow:hidden;border-radius:999px;object-fit:cover;background:#f1f5f9}.blog-detail-preview{--blog-sticky-top: 8.5rem}.blog-html-root{min-width:0}.blog-html-root img,.blog-html-root video{height:auto;max-width:100%}.blog-html-root .blog-table-wrap{overflow-x:auto;margin:1.4375rem 0 2rem;border:1px solid var(--blog-line);border-radius:.75rem}.blog-html-root .blog-table{width:100%;min-width:41.25rem;border-collapse:collapse;background:#fff}.blog-html-root .blog-table th,.blog-html-root .blog-table td{padding:.875rem;border-bottom:1px solid var(--blog-line);text-align:left;vertical-align:top;font-size:.8125rem;line-height:1.55;color:#303438}.blog-html-root .blog-table th{color:var(--blog-muted);font-size:.6875rem;font-weight:720;letter-spacing:.12em;text-transform:uppercase;background:var(--blog-soft-2)}.blog-html-root .blog-table tr:last-child th,.blog-html-root .blog-table tr:last-child td{border-bottom:0}.blog-html-root h2{margin:3.625rem 0 1rem;scroll-margin-top:var(--blog-sticky-top);font-size:clamp(1.625rem,3.4vw,2.25rem);line-height:1.17;letter-spacing:-.048em;font-weight:650;color:var(--blog-ink)}.blog-html-root h2:first-child{margin-top:0}.blog-html-root h3{margin:2rem 0 .625rem;font-size:1.25rem;line-height:1.3;letter-spacing:-.03em;font-weight:650;color:#303438}.blog-html-root p,.blog-html-root li{margin:0 0 1rem;color:#303438;font-size:.96875rem;line-height:1.64}.blog-html-root strong,.blog-html-root b{font-weight:700;color:var(--blog-ink)}.blog-html-root a:not(.blog-btn-primary){color:var(--color-primary);text-decoration:none;transition:text-decoration-color .15s ease}.blog-html-root a:not(.blog-btn-primary):hover{text-decoration:underline;text-underline-offset:.15em}.blog-html-root .blog-table td strong{color:var(--blog-ink)}.blog-html-root ul,.blog-html-root ol{margin:0 0 1.5rem;padding-left:1.375rem}.blog-html-root ul{list-style:none}.blog-html-root ol{list-style:decimal}.blog-html-root ul>li{position:relative}.blog-html-root ul>li:before{content:"";position:absolute;left:-1.05rem;top:.55em;width:.35rem;height:.35rem;border-radius:50%;background:var(--color-primary)}.blog-html-root .blog-lead{color:var(--blog-ink);font-size:1.0625rem;line-height:1.66;font-weight:500}.blog-html-root .blog-eyebrow{display:block;margin-bottom:.75rem;color:var(--blog-accent);font-size:.6875rem;font-weight:720;letter-spacing:.18em;text-transform:uppercase}.blog-html-root .blog-brief{margin:0 0 2.5rem;padding:2.125rem 2.375rem;border:1px solid #f1d9cd;border-radius:1.875rem;background:linear-gradient(112deg,#fff8f3,#fff 78%);box-shadow:var(--blog-shadow)}.blog-html-root .blog-brief h2{margin:0 0 1.375rem;font-size:clamp(1.625rem,3.4vw,2.25rem);line-height:1.12;letter-spacing:-.05em}.blog-html-root .blog-brief ul{display:grid;gap:.5rem;margin:0;padding-left:1.375rem;list-style:none}.blog-html-root .blog-brief li{padding:0;font-size:1rem;line-height:1.72}.blog-html-root .blog-callout,.blog-html-root .blog-highlight{margin:1.625rem 0 2rem;padding:1.25rem 1.375rem;border-left:3px solid var(--blog-accent);border-radius:0 1rem 1rem 0;background:var(--blog-soft)}.blog-html-root .blog-callout p,.blog-html-root .blog-highlight p{margin:0;color:#403833}.blog-html-root .blog-info-section{margin:2.125rem 0 2.5rem;padding:1.875rem 2rem;border:1px solid #f1d9cd;border-radius:1.75rem;background:linear-gradient(112deg,#fff7f1,#fff 70%)}.blog-html-root .blog-grid-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8125rem;margin:1.375rem 0 2rem}.blog-html-root .blog-info-card{min-height:9.375rem;padding:1.25rem;border:1px solid var(--blog-line);border-radius:1.125rem;background:#fff}.blog-html-root .blog-info-card small{display:block;margin-bottom:.5rem;color:var(--blog-accent);font-size:.65625rem;font-weight:720;letter-spacing:.14em;text-transform:uppercase}.blog-html-root .blog-info-card h3{margin:0 0 .5rem;font-size:1.125rem;line-height:1.3;letter-spacing:-.03em}.blog-html-root .blog-info-card p{margin:0;color:var(--blog-muted);font-size:.875rem;line-height:1.55}.blog-html-root .blog-figure img{display:block;width:100%;border:1px solid var(--blog-line);border-radius:.75rem}.blog-html-root .blog-figcaption{margin-top:.625rem;color:var(--blog-muted);font-size:.8125rem;line-height:1.5}.blog-html-root .blog-inline-cta{display:grid;gap:1.25rem;margin:2.5rem 0;padding:1.75rem;border:1px solid #f1d9cd;border-radius:1.25rem;background:linear-gradient(112deg,#fff7f1,#fff 66%)}.blog-html-root .blog-cta-kicker{display:block;margin-bottom:.5rem;color:var(--blog-accent);font-size:.6875rem;font-weight:720;letter-spacing:.14em;text-transform:uppercase}.blog-html-root .blog-cta-kicker:before{content:"";display:inline-block;width:7px;height:7px;margin-right:.5rem;background:var(--blog-accent);transform:translateY(-1px)}.blog-html-root .blog-inline-cta h2{margin:0 0 .5rem;scroll-margin-top:0;font-size:1.5rem;line-height:1.2;letter-spacing:-.03em;font-weight:650;color:var(--blog-ink)}.blog-html-root .blog-inline-cta p{margin:0;color:var(--blog-muted);font-size:.96875rem;line-height:1.64}.blog-html-root .blog-btn-primary{display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:.75rem 2.25rem;border:1px solid var(--blog-ink);border-radius:999px;background:var(--blog-ink);color:#fff;font-size:.8125rem;font-weight:650;text-decoration:none;white-space:nowrap;transition:background-color .17s ease,border-color .17s ease}.blog-html-root .blog-btn-primary:hover{border-color:var(--blog-accent);background:var(--blog-accent);color:#fff;text-decoration:none}.blog-detail-empty{margin:0;color:var(--blog-muted);font-size:.9375rem}.blog-detail-sidebar{position:sticky;top:var(--blog-sticky-top);align-self:start}.blog-detail-side-cta{padding:1.3125rem;border:1px solid #f1d9cd;border-radius:.75rem;background:var(--blog-soft);box-shadow:0 14px 34px #1614120a}.blog-detail-side-cta h3{margin:0 0 .875rem;font-size:1.125rem;font-weight:600;line-height:1.28;letter-spacing:-.03em}.blog-detail-side-note{margin:.75rem 0 0;text-align:center;color:var(--blog-muted);font-size:.75rem}@media(max-width:1100px){.blog-detail-layout{grid-template-columns:minmax(0,1fr) var(--blog-sidebar)}.blog-detail-copy{max-width:100%}}@media(max-width:820px){.blog-detail-layout{display:flex;flex-direction:column;gap:2rem}.blog-detail-sidebar{position:static;order:-1;width:100%}.blog-detail-shell{padding-top:1.875rem}.blog-detail-hero{margin-bottom:2rem}.blog-detail-title{font-size:2.5rem}.blog-detail-meta .bar{display:none}.blog-html-root .blog-grid-two{grid-template-columns:1fr}}@media(max-width:680px){.blog-detail-shell{padding-inline:1.125rem}.blog-html-root .blog-brief,.blog-html-root .blog-info-section{padding:1.5rem 1.25rem}}
