/* DialogGuru Journal. Inherits typography, brand colours and Arrow Fill buttons. */
.blog-page { --blog-width:1130px; }
.blog-page [hidden] { display:none!important; }
.blog-wrap { width:min(var(--blog-width),calc(100% - 64px));margin-inline:auto; }
.blog-page .site-header { gap:20px; }
.blog-page .brand-mark { width:28px;height:43px;margin-right:10px; }
.blog-page .brand-mark img { width:100%;height:100%;object-fit:contain; }
.blog-page .desktop-nav { gap:28px; }
.blog-page .desktop-nav [aria-current=page]:after { transform:scaleX(1);background:var(--berry);height:2px; }
.blog-page .global-footer .brand-mark { width:30px;height:45px; }
.blog-page p { letter-spacing:-.018em; }
.blog-kicker { display:flex;align-items:center;gap:10px;font:500 13px/1.4 var(--font-body);letter-spacing:0!important; }
.blog-kicker>span:empty { width:7px;height:7px;background:var(--orange);border-radius:50%;flex:none; }
.blog-intro { padding-top:69px;padding-bottom:60px; }
.blog-intro>.blog-kicker { margin-bottom:24px; }
.blog-intro__row { display:grid;grid-template-columns:1.7fr 1fr;gap:45px;align-items:end; }
.blog-intro h1 { font-size:59px;line-height:1.12;letter-spacing:-2px; }
.inline-dialog { white-space:nowrap; }
.inline-dialog img { display:inline-block;width:62px;height:60px;object-fit:contain;vertical-align:-9px;margin-left:1px;transform:rotate(-9deg); }
.blog-intro__row>p { font-size:17px;line-height:1.65;max-width:350px;color:#5b5b5b;padding-bottom:5px; }
.featured-section { padding-top:16px; }
.featured-post { display:grid;grid-template-columns:1.2fr 1fr;position:relative;background:#fff;border-radius:36px;min-height:475px;isolation:isolate; }
.featured-post__copy { padding:42px 12px 35px 42px;display:flex;flex-direction:column;align-items:flex-start; }
.featured-post__eyebrow { display:flex;align-items:center;gap:15px;font-size:12px;margin-bottom:25px; }
.blog-tag { display:inline-flex;width:fit-content;align-items:center;gap:7px;font:600 12px/1.4 var(--font-body);color:var(--berry);letter-spacing:0; }
.blog-tag:before { content:'';width:6px;height:6px;flex:none;border-radius:50%;background:currentColor; }
.blog-tag--dark { color:var(--berry); }
.featured-post h2 { font-size:36px;line-height:1.22;letter-spacing:-1.1px;max-width:570px;text-wrap:balance; }
.featured-post__copy>p { color:#606060;font-size:16px;line-height:1.65;max-width:480px;margin-top:20px; }
.featured-post__bottom { width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:30px; }
.blog-meta { display:flex;align-items:center;gap:10px;flex-wrap:wrap;font:400 12px/1.5 var(--font-body);color:#606060;letter-spacing:0; }
.meta-dot { width:3px;height:3px;border-radius:50%;background:currentColor; }
.round-arrow { display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--orange);flex:none;transition:transform .25s,background .25s; }
.round-arrow svg { width:24px;height:24px; }
.featured-post__art { position:relative;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:42px; }
.featured-post__art:before { content:'';position:absolute;width:76%;aspect-ratio:1;border-radius:50%;background:#f3f2d9;left:13%;top:9%;z-index:-1; }
.blog-clay { width:100%;height:auto;object-fit:contain;user-select:none;pointer-events:none; }
.featured-post__art .blog-clay { position:absolute;width:96%;max-width:450px;top:-34px;left:2%;transform:rotate(4deg);transition:transform .6s cubic-bezier(.22,1,.36,1); }
.featured-post:hover .blog-clay,.featured-post:focus-visible .blog-clay { transform:translateY(-6px) rotate(0); }
.featured-post:hover .round-arrow { transform:rotate(-35deg); }
.post-library { padding-top:86px;padding-bottom:105px; }
.library-heading { display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:28px; }
.library-heading .blog-kicker { margin-bottom:15px;color:#686868; }
.library-heading h2 { font-size:38px;letter-spacing:-1.2px;line-height:1.2; }
.library-heading>p { font-size:14px;color:#6b6b6b;line-height:1.6; }
.post-count { display:inline-block;margin-left:12px;vertical-align:top;color:#777;font:500 13px/1.5 var(--font-body);letter-spacing:0; }
.library-toolbar { display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #d9d9d9;padding-block:24px 32px; }
.category-filters { display:flex;gap:10px 23px;flex-wrap:wrap; }
.category-filters button { min-height:40px;border:0;border-bottom:2px solid transparent;background:transparent;border-radius:0;padding:9px 1px 7px;font-size:12px;font-weight:500;line-height:1.4;color:#666;cursor:pointer;transition:color .2s,border-color .2s; }
.category-filters button:hover { color:var(--berry); }
.category-filters button[aria-pressed=true] { border-color:var(--berry);color:#111; }
.category-filters button:focus-visible { outline:2px solid var(--berry);outline-offset:4px; }
.blog-search { display:flex;align-items:center;gap:8px;max-width:190px;border-bottom:1px solid #aaa;padding-block:7px; }
.blog-search svg { width:18px;height:18px;flex:none; }
.blog-search input { width:100%;min-width:0;font:400 12px/1.5 var(--font-body);border:none;background:transparent;color:#111;outline-offset:5px; }
.read-link { display:inline-flex;align-items:center;gap:12px;font:500 13px/1.4 var(--font-body); }
.read-link svg { width:20px;height:20px;transition:transform .2s; }
.load-more,.reset-search { display:flex;align-items:center;justify-content:center;gap:12px;min-height:44px;border:0;border-bottom:1px solid #777;border-radius:0;padding:9px 0;background:transparent;font-size:14px;cursor:pointer; }
.load-more { margin:45px auto 0; }
.load-more svg,.reset-search svg { width:20px;height:20px; }
.blog-empty { border:1px solid #ddd;border-radius:28px;padding:42px;margin-top:10px; }
.blog-empty h3 { font-size:24px; }
.blog-empty p { font-size:16px;color:#666;margin-top:12px; }
.blog-empty button { margin-top:24px; }
/* Article: a centred reading column; the contents remain available without JS. */
.reading-progress { position:fixed;top:0;left:0;right:0;height:3px;z-index:60;pointer-events:none; }
.reading-progress span { display:block;height:100%;background:var(--berry);transform:scaleX(0);transform-origin:left; }
.article-header { padding-top:36px; }
.blog-breadcrumb { display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:12px;color:#6c6c6c; }
.blog-breadcrumb a:hover { color:var(--berry);text-decoration:underline; }
.article-header__row { display:grid;grid-template-columns:minmax(0,1.7fr) minmax(0,1fr);align-items:center;gap:30px;padding-top:43px;padding-bottom:40px; }
.article-header__copy,.article-header__art { min-width:0; }
.article-header__copy>.blog-kicker { margin-bottom:20px; }
.article-header h1 { font-size:47px;line-height:1.17;letter-spacing:-1.55px;text-wrap:balance;hyphens:auto;overflow-wrap:anywhere; }
.article-lede { color:#626262;font-size:18px;line-height:1.65;margin-top:25px;max-width:650px;hyphens:auto;overflow-wrap:anywhere; }
.article-header__art { position:relative;align-self:center;display:flex;align-items:center;justify-content:center;min-height:360px; }
.article-header__art:before { content:'';position:absolute;width:83%;aspect-ratio:1;border-radius:50%;background:#eae9dd;z-index:-1; }
.article-header__art .blog-clay { width:110%;max-width:420px;transform:rotate(4deg); }
.article-byline { display:flex;align-items:center;gap:35px;border-top:1px solid #d7d7d7;border-bottom:1px solid #d7d7d7;padding-block:23px; }
.article-author { display:flex;align-items:center;gap:12px; }
.author-monogram { width:40px;height:40px;border:1px solid #d0c8c0;background:#e7e0d7;border-radius:50%;display:grid;place-items:center;font:500 13px/1 var(--font-display); }
.article-author strong { display:block;font-size:12px;font-weight:500; }
.article-author>div>span { display:block;font-size:11px;color:#6c6c6c;margin-top:3px; }
.copy-link { display:inline-flex;gap:7px;align-items:center;margin-left:auto;border:0;border-bottom:1px solid #999;border-radius:0;padding:9px 0;font-size:12px;background:transparent;cursor:pointer;min-height:40px; }
.copy-link svg { width:16px;height:16px;transform:rotate(-35deg); }
.article-layout { display:grid;grid-template-columns:minmax(0,1fr);gap:38px;max-width:900px;padding-top:54px;padding-bottom:74px;align-items:start; }
.article-sidebar { font-size:12px; }
.toc-ready .article-sidebar { display:none; }
.article-toc summary { font-weight:600;list-style:none;display:flex;justify-content:space-between;align-items:center;padding-bottom:18px;border-bottom:1px solid #d5d5d5;cursor:pointer;min-height:42px; }
.article-toc summary::-webkit-details-marker { display:none; }
.article-toc summary>span { color:#888; }
.article-toc ol { list-style:none;padding:12px 0 0;margin:0; }
.article-toc li a { display:flex;gap:10px;padding:10px 7px 10px 0;color:#727272;line-height:1.5;border-right:2px solid transparent;transition:color .2s,border-color .2s; }
.article-toc li a>span { font-size:10px;min-width:19px;padding-top:2px;color:#999; }
.article-toc li a:hover,.article-toc li a[aria-current=true] { color:var(--berry);border-color:var(--berry); }
.back-to-blog { display:flex;gap:9px;align-items:center;margin-top:25px;color:#555;font-size:11px; }
.back-to-blog svg { width:17px;height:17px;transform:rotate(180deg); }
.article-body { min-width:0;max-width:900px;font-size:17px;line-height:1.8; }
.article-body p { letter-spacing:-.014em;color:#4f4f4f; }
.article-body p+p { margin-top:19px; }
.article-section { margin-bottom:47px; }
.article-section h2 { font-size:29px;line-height:1.3;letter-spacing:-.65px;margin-bottom:22px;scroll-margin-top:115px;text-wrap:balance; }
.article-section h3 { scroll-margin-top:140px;font-size:19px;line-height:1.4;letter-spacing:-.3px;margin-bottom:9px;font-weight:500; }
.article-steps { list-style:none;padding:0;margin:26px 0 0; }
.article-steps>li { display:grid;grid-template-columns:51px minmax(0,1fr);gap:21px;padding:24px 0;border-top:1px solid #d9d9d9; }
.article-steps>li:last-child { padding-bottom:0; }
.step-no { display:grid;place-items:center;width:46px;height:46px;background:var(--orange);border-radius:15px;font:500 18px/1 var(--font-display);transform:rotate(-5deg); }
.article-steps>li:nth-child(even) .step-no { background:#e5e4da;transform:rotate(4deg); }
.article-steps p { font-size:16px;line-height:1.75; }
.checklist-panel { background:#fff;padding:28px 32px;border-radius:26px; }
.article-checks { list-style:none;margin:0;padding:0; }
p+.article-checks { margin-top:18px; }
.article-checks li { display:flex;align-items:baseline;gap:11px;padding:11px 0;font-size:15px;line-height:1.65;border-bottom:1px solid rgba(0,0,0,.08); }
.article-checks li:last-child { border:0; }
.article-checks li>span { flex:none;color:#735714;font-size:13px; }
.article-checks--minus li>span { color:#875467; }
.article-comparison { display:grid;grid-template-columns:1fr 1fr;gap:16px; }
.article-comparison>div { padding:27px 24px;background:#e9ead7;border-radius:24px; }
.article-comparison>div+div { background:#e9e3e7; }
.comparison-symbol { display:grid;place-items:center;width:35px;height:35px;border:1px solid #babc9e;border-radius:50%;font-size:22px;margin-bottom:21px; }
.article-comparison>div+div .comparison-symbol { border-color:#c8b6c0; }
.article-comparison h3 { font-size:19px; }
.article-comparison .article-checks li { font-size:14px; }
.article-table { margin-top:24px;overflow-x:auto;border:1px solid #dadada;border-radius:20px;background:#fff; }
.article-table:focus-visible { outline:3px solid var(--blue);outline-offset:4px; }
.article-table table { width:100%;border-collapse:collapse;font-size:13px;line-height:1.65;min-width:600px; }
.article-table th,.article-table td { padding:17px 19px;text-align:left;vertical-align:top;border-bottom:1px solid #e4e4e4; }
.article-table thead { background:#eae7df; }
.article-table th { font-weight:500; }
.article-table td { color:#606060; }
.article-table tbody tr:last-child>* { border-bottom:0; }
.article-body .table-hint { font-size:11px;color:#888;margin-top:9px;display:none; }
.article-callout { position:relative;background:var(--berry);color:#fff;border-radius:28px;padding:36px 36px 36px 75px; }
.article-callout p { color:#fff;font-size:19px;line-height:1.7; }
.callout-spark { position:absolute;left:26px;top:28px;font-size:30px;color:var(--lemon); }
.article-callout .read-link { margin-top:22px;text-decoration:underline;text-underline-offset:5px; }
.article-stats { display:grid;grid-template-columns:repeat(3,1fr);gap:15px;padding:0;margin:0; }
.article-stats>div { display:flex;flex-direction:column-reverse;background:#fff;border-radius:22px;padding:25px; }
.article-stats dt { font-size:13px; }
.article-stats dd { margin:0 0 12px;font:700 34px/1.1 var(--font-display); }
.article-linkcards { display:grid;grid-template-columns:1fr 1fr;gap:16px; }
.article-linkcards>div { padding:24px;border:1px solid #ddd;border-radius:24px; }
.article-linkcards a { text-decoration:underline;text-underline-offset:5px; }
.article-split { display:grid;grid-template-columns:1.4fr 1fr;align-items:center;gap:25px; }
.article-split--flip>img { order:-1; }
.article-faq { border-top:1px solid #ccc; }
.article-faq details { border-bottom:1px solid #ccc; }
.article-faq summary { list-style:none;padding:22px 0;display:flex;justify-content:space-between;gap:20px;cursor:pointer;font-size:16px;line-height:1.5;font-weight:500; }
.article-faq summary::-webkit-details-marker { display:none; }
.article-faq summary:focus-visible { outline:3px solid var(--blue);outline-offset:4px; }
.article-faq summary>span { width:26px;height:26px;display:grid;place-items:center;background:#e5e2dc;border-radius:50%;flex:none;font-size:19px;transition:transform .2s; }
.article-faq details[open] summary>span { transform:rotate(45deg); }
.article-faq details>div { padding-bottom:25px;font-size:16px; }
.article-sources { scroll-margin-top:115px;padding-top:20px;border-top:1px solid #d6d6d6; }
.article-sources h2 { font-size:20px;line-height:1.4; }
.article-sources ol { padding-left:20px;margin:22px 0;font-size:12px; }
.article-sources li { padding:8px 0 8px 4px;scroll-margin-top:115px; }
.article-sources a { text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere; }
.article-sources li>span { display:block;color:#777; }
.source-ref { font-size:11px;color:var(--berry);vertical-align:super;white-space:nowrap; }
.article-end { display:flex;justify-content:space-between;align-items:center;gap:15px;margin-top:40px;padding-top:24px;border-top:1px solid #d6d6d6;font-size:12px;color:#777; }
.article-end a { display:grid;place-items:center;width:38px;height:38px;flex:none;border:1px solid #ccc;border-radius:50%;font-size:20px; }
.related-posts { padding-top:45px;padding-bottom:90px;border-top:1px solid #d9d9d9; }
.blog-error { padding-block:90px 110px; }
.blog-error h1 { font-size:55px;line-height:1.1;margin-top:20px; }
.blog-error p:not(.blog-kicker) { color:#666;margin-block:25px; }
@media(min-width:1500px) { .blog-intro h1 { font-size:62px; } }
@media(max-width:1050px) {
 .blog-intro__row { grid-template-columns:1.6fr 1fr;gap:28px; }.blog-intro h1 { font-size:49px;letter-spacing:-1.6px; }.inline-dialog img { width:49px;height:49px; }
 .featured-post h2 { font-size:31px; }.featured-post__copy { padding:32px 10px 28px 32px; }.featured-post__art .blog-clay { top:15px; }.featured-post__eyebrow { gap:10px;flex-wrap:wrap; }
 .article-header h1 { font-size:40px; }.article-header__art { min-height:300px; }.article-layout { gap:38px; }.article-body { font-size:16px; }.article-section h2 { font-size:26px; }
 .article-comparison { grid-template-columns:1fr; }.article-comparison>div { padding:27px; }.article-body .table-hint { display:block; }
}
@media(max-width:900px) {
 .blog-page .site-header { padding-inline:24px; }.blog-page .desktop-nav { display:none; }.blog-page .nav-cta { margin-left:auto; }.blog-page .menu-toggle { display:flex; }.blog-page .mobile-menu:not([hidden]) { display:flex; }
 .blog-intro { padding-top:52px;padding-bottom:42px; }.blog-intro__row { grid-template-columns:1fr;gap:23px; }.blog-intro__row>p { max-width:510px; }.blog-intro h1 { font-size:55px; }.featured-post { grid-template-columns:1.25fr 1fr; }.featured-post__art .blog-clay { top:70px;width:110%;left:-5%; }.featured-post__art:before { top:24%; }.featured-post__art { padding-bottom:50px; }.featured-post h2 { font-size:28px; }.featured-post__copy>p { font-size:15px; }
 .library-toolbar { align-items:stretch;flex-direction:column;gap:16px; }.blog-search { max-width:260px; }
 .article-header__row { grid-template-columns:minmax(0,1fr) minmax(0,.65fr);gap:14px; }.article-header h1 { font-size:36px; }.article-lede { font-size:16px; }.article-header__art { min-height:260px; }.article-byline { gap:20px; }.article-byline .blog-meta { gap:7px;font-size:11px; }
 .article-layout { grid-template-columns:1fr;gap:32px;max-width:900px; }.article-sidebar { position:static; }.article-toc { padding:17px 23px;border:1px solid #d4d4d4;border-radius:20px; }.article-toc summary { padding-bottom:0;border:0; }.article-toc[open] summary { padding-bottom:13px;border-bottom:1px solid #ddd; }.article-toc ol { columns:2;column-gap:20px; }.article-toc li { break-inside:avoid; }.back-to-blog { display:none; }.article-body { max-width:none; }.article-comparison { grid-template-columns:1fr 1fr; }
}
@media(max-width:600px) {
 .blog-wrap { width:calc(100% - 40px); }.blog-page .site-header { width:calc(100% - 24px);padding-inline:19px;gap:14px; }.blog-page .wordmark { font-size:21px; }.blog-page .site-header .brand-mark { width:24px;height:37px;margin-right:7px; }.blog-page .nav-cta { display:none; }
 .blog-intro { padding-top:39px;padding-bottom:31px; }.blog-intro>.blog-kicker { margin-bottom:21px; }.blog-kicker { font-size:11px;gap:8px; }.blog-intro h1 { font-size:34px;line-height:1.14;letter-spacing:-1.2px; }.inline-dialog img { width:34px;height:35px;vertical-align:-6px; }.blog-intro__row { gap:22px; }.blog-intro__row>p { font-size:15px;line-height:1.7;padding:0; }
 .featured-section { padding-top:9px; }.featured-post { grid-template-columns:1fr;border-radius:28px; }.featured-post__copy { padding:27px 25px 22px; }.featured-post__eyebrow { gap:10px;font-size:10px;margin-bottom:22px; }.blog-tag { font-size:10px; }.featured-post h2 { font-size:27px;line-height:1.24;letter-spacing:-.7px; }.featured-post__copy>p { font-size:14px;line-height:1.7;margin-top:16px; }.featured-post__bottom { padding-top:23px; }.featured-post .blog-meta { font-size:10px;gap:7px; }.round-arrow { width:41px;height:41px; }
 .featured-post__art { min-height:270px;padding-bottom:24px;margin-top:-8px; }.featured-post__art:before { width:58%;left:21%;top:5%; }.featured-post__art .blog-clay { top:-19px;left:calc(50% - 137px);width:274px;height:274px; }.post-library { padding-top:56px;padding-bottom:63px; }.library-heading { margin-bottom:20px;align-items:center;gap:18px; }.library-heading h2 { font-size:29px;letter-spacing:-.9px; }.library-heading>p { display:none; }.library-heading .blog-kicker { margin-bottom:12px; }.post-count { font-size:10px;margin-left:9px; }
 .library-toolbar { padding-block:20px 24px;gap:18px; }.category-filters { gap:8px 16px; }.category-filters button { min-height:38px;font-size:10px;padding:9px 1px 7px; }.blog-search { max-width:none;min-height:42px; }.blog-search input { font-size:14px; }
 .article-header { padding-top:27px; }.blog-breadcrumb { font-size:10px;gap:7px; }.article-header__row { grid-template-columns:minmax(0,1fr);gap:0;padding-top:32px;padding-bottom:22px; }.article-header__copy>.blog-kicker { margin-bottom:18px; }.article-header h1 { font-size:33px;line-height:1.2;letter-spacing:-1px; }.article-lede { font-size:16px;line-height:1.65;margin-top:19px; }.article-header__art { min-height:265px;width:100%;margin-top:15px; }.article-header__art .blog-clay { width:280px;height:280px; }.article-header__art:before { width:215px; }.article-byline { flex-wrap:wrap;gap:17px;padding-block:20px; }.article-author { flex:1 1 100%; }.article-byline .blog-meta { font-size:10px;gap:7px; }.copy-link { font-size:10px;min-height:38px;padding:9px 0;gap:5px; }.copy-link svg { width:14px;height:14px; }
 .article-layout { padding-top:28px;gap:32px;padding-bottom:47px; }.article-toc { padding:12px 18px; }.article-toc ol { columns:1; }.article-toc li a { font-size:12px;padding-block:9px; }.article-toc summary { font-size:12px; }.article-body { font-size:16px;line-height:1.8; }.article-body p+p { margin-top:17px; }.article-section { margin-bottom:37px; }.article-section h2 { font-size:25px;line-height:1.3;margin-bottom:19px;letter-spacing:-.5px; }.article-section h3 { font-size:18px; }.article-steps { margin-top:23px; }.article-steps>li { grid-template-columns:35px minmax(0,1fr);gap:15px;padding:22px 0; }.step-no { width:33px;height:33px;border-radius:11px;font-size:13px; }.article-steps p { font-size:15px;line-height:1.75; }.checklist-panel { padding:20px;border-radius:23px; }.article-checks li { font-size:14px;gap:9px; }.article-comparison { grid-template-columns:1fr;gap:14px; }.article-comparison>div { padding:24px; }.article-callout { padding:27px 24px 27px 54px;border-radius:24px; }.article-callout p { font-size:17px;line-height:1.65; }.callout-spark { left:19px;top:21px;font-size:25px; }.article-faq summary { font-size:15px;gap:14px;padding-block:20px; }.article-faq details>div { font-size:15px; }.article-table table { font-size:12px;min-width:600px; }.article-table th,.article-table td { padding:14px 16px; }.article-stats,.article-linkcards,.article-split { grid-template-columns:1fr; }.article-split img { width:70%;justify-self:center; }.article-split--flip>img { order:0; }
 .article-sources h2 { font-size:19px; }.article-sources ol { font-size:12px;line-height:1.7; }.article-end { margin-top:27px;font-size:11px; }.related-posts { padding-top:35px;padding-bottom:55px; }.related-posts .library-heading h2 { font-size:25px; }.related-posts .library-heading>.read-link { font-size:10px;gap:6px; }.related-posts .library-heading>.read-link svg { width:15px; }
 .blog-error { padding-block:60px; }.blog-error h1 { font-size:35px; }.blog-error p:not(.blog-kicker) { font-size:16px; }.blog-empty { padding:28px; }.blog-empty h3 { font-size:22px; }
}
@media(max-width:360px) { .blog-wrap { width:calc(100% - 32px); }.blog-intro h1 { font-size:30px; }.inline-dialog img { width:28px;height:28px; }.featured-post__copy { padding-inline:21px; }.featured-post h2 { font-size:24px; }.featured-post__eyebrow { align-items:flex-start;flex-direction:column; }.article-header h1 { font-size:29px; }.article-byline { gap:13px; } }
@media(prefers-reduced-motion:reduce) { .blog-page *,.blog-page *:before,.blog-page *:after { animation:none!important;transition:none!important;scroll-behavior:auto!important; } }
@media print { body.blog-page { padding:0;background:white;color:black; }.blog-wrap { width:100%; }.article-header__row,.article-layout { display:block; }.article-header h1 { font-size:30px; }.article-body { max-width:none;font-size:11pt; }.article-section h2 { font-size:18pt; }.article-faq details>div { display:block!important; }.article-table { overflow:visible; }.article-table table { min-width:0; }.article-section { break-inside:avoid; } }

/* Clay belongs to the editorial artwork, while navigation and metadata stay flat. */
.comparison-symbol { background:#e9ead7; }
.article-comparison>div+div .comparison-symbol { background:#e9e3e7; }
@media print { .site-header,.mobile-menu,.article-sidebar,.related-posts,.closing,.global-footer,.copy-link,.reading-progress,.article-header__art { display:none!important; } }

/* Editorial quicklinks: the clay scene belongs to the card, anchored below the story. */
.post-grid { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:stretch; }
.post-card { min-width:0;background:#fff;border:1px solid #e8e6e2;border-radius:30px;overflow:hidden; }
.post-card:nth-child(even) { background:#fff; }
.post-card__link { display:flex;flex-direction:column;align-items:stretch;min-height:610px;height:100%;padding:33px 32px 0;border-radius:inherit; }
.post-card__copy { min-width:0;padding-bottom:30px; }
.post-card__eyebrow { display:flex;align-items:center;flex-wrap:wrap;gap:9px 15px;margin-bottom:17px; }
.post-card__eyebrow .blog-meta { font-size:11px;gap:7px; }
.post-card h3 { font-size:27px;font-weight:700;line-height:1.23;letter-spacing:-.7px;text-wrap:balance;hyphens:auto;overflow-wrap:anywhere; }
.post-card__copy>p { font-size:14px;line-height:1.65;color:#626262;margin-top:14px;max-width:540px; }
.post-card__visual { display:flex;align-items:end;justify-content:center;flex:none;width:calc(100% + 64px);height:300px;margin:auto -32px 0;overflow:hidden; }
.post-card__visual .blog-clay { width:100%;height:100%;max-width:none;object-fit:contain;object-position:center bottom;transform:translateY(9px) scale(1.04);transition:transform .6s cubic-bezier(.22,1,.36,1); }
.post-card__foot { display:flex;align-items:center;justify-content:space-between;flex:none;width:calc(100% + 64px);min-height:69px;gap:24px;margin:0 -32px;padding:0 32px;border-top:1px solid #e8e6e2;background:#fff; }
.post-card__foot .read-link { font-size:13px; }
.post-card__foot .round-arrow { width:43px;height:43px; }
.post-card:nth-child(even) .round-arrow { background:var(--berry);color:#fff; }
.post-card__link:hover .blog-clay,.post-card__link:focus-visible .blog-clay { transform:translateY(3px) scale(1.04); }
.post-card__link:hover .round-arrow { transform:rotate(-35deg); }
.featured-post { grid-template-columns:1.05fr 1fr;min-height:500px; }
.featured-post__copy { padding:44px 0 38px 44px; }
.featured-post__art { padding:20px 16px 54px;justify-content:center; }
.featured-post__art:before,.article-header__art:before { content:none; }
.featured-post__art .blog-clay { position:relative;top:auto;left:auto;width:100%;max-width:490px;height:auto;transform:none; }
.featured-post:hover .blog-clay,.featured-post:focus-visible .blog-clay { transform:translateY(-5px); }
.article-header__art .blog-clay { width:115%;max-width:460px;transform:none; }
@media(max-width:1050px) {
 .post-card__link { min-height:595px;padding:27px 26px 0; }
 .post-card h3 { font-size:24px; }.post-card__visual { width:calc(100% + 52px);height:270px;margin-inline:-26px; }
 .post-card__foot { width:calc(100% + 52px);margin-inline:-26px;padding-inline:26px; }
 .featured-post__copy { padding:34px 0 32px 34px; }
}
@media(max-width:760px) {
 .post-grid { grid-template-columns:minmax(0,1fr); }
 .post-card__link { min-height:0; }
 .post-card h3 { font-size:26px; }.post-card__visual { height:300px; }
 .post-card__copy>p { font-size:14px; }.post-card__eyebrow { gap:10px;margin-bottom:15px; }
 .featured-post { grid-template-columns:1.1fr 1fr;min-height:440px; }
 .featured-post__art { padding-inline:0; }
}
@media(max-width:600px) {
 .post-grid { gap:18px; }.post-card { border-radius:25px; }
 .post-card__link { padding:25px 22px 0; }
 .post-card__copy { padding-bottom:26px; }
 .post-card__eyebrow { margin-bottom:16px;gap:10px; }
 .post-card__eyebrow .blog-tag { font-size:10px; }
 .post-card__eyebrow .blog-meta { font-size:10px; }
 .post-card h3 { font-size:24px;line-height:1.25;letter-spacing:-.6px; }
 .post-card__copy>p { margin-top:12px;font-size:13px;line-height:1.65; }
 .post-card__visual { width:calc(100% + 44px);height:220px;margin:11px -22px 0; }
 .post-card__foot { width:calc(100% + 44px);min-height:63px;margin-inline:-22px;padding-inline:22px; }
 .featured-post { grid-template-columns:minmax(0,1fr);min-height:0; }
 .featured-post__copy { padding:27px 25px 22px; }
 .featured-post__art { min-height:310px;padding:0 18px 40px;margin-top:-5px; }
 .featured-post__art .blog-clay { position:relative;top:auto;left:auto;width:290px;max-width:100%;height:290px; }
 .article-header__art .blog-clay { width:300px;max-width:100%;height:300px; }
 .article-header__art { min-height:300px; }
}
@media(max-width:360px) { .post-card__link { padding-inline:21px; }.post-card h3 { font-size:23px; }.post-card__visual { width:calc(100% + 42px);height:205px;margin-inline:-21px; }.post-card__foot { width:calc(100% + 42px);margin-inline:-21px;padding-inline:21px; } }

/* ── ARTIKELSEITE: KI-Titelbild als gerahmte Medien-Kachel ────────────────
   Vollflaechige Clay-Szene, gerahmt (abgerundet, Schatten). NUR im Artikelkopf
   — dort passt es. Die Startseite loest das anders (siehe unten). */
.article-header__art:has(.blog-clay--custom)::before { content:none; }
.article-header__art:has(.blog-clay--custom) { padding:0;min-height:0;align-items:center;justify-content:center; }
.article-header__art .blog-clay--custom {
  position:relative;top:auto;left:auto;right:auto;bottom:auto;
  width:100%;max-width:520px;height:auto;aspect-ratio:16/11;
  object-fit:cover;transform:none;pointer-events:none;border-radius:22px;
  box-shadow:0 20px 42px -22px rgba(80,20,50,.38),inset 0 0 0 1px rgba(0,0,0,.05);
  transition:transform .6s cubic-bezier(.22,1,.36,1);
}
/* ── BLOG-STARTSEITE: Featured-Karte — links Copy, rechts Bild ────────────
   Das Bild sitzt buendig an Ober-, Rechts- und Unterkante; zur Mitte hin ist es
   abgesetzt (schmale Luecke) und dort abgerundet — beide Innenecken rund.
   Rundung + overflow liegen auf dem CONTAINER, damit der Hover-Zoom die Ecken
   NICHT zerstoert. Oranger Pfeil oben rechts. Hintergrund = DialogGuru-Farbe. */
.featured-post { grid-template-columns:repeat(2,minmax(0,1fr));min-height:460px;overflow:hidden;align-items:stretch;position:relative; }
.featured-post__copy { min-width:0;padding:46px 30px 46px 46px;justify-content:center; }
.featured-post h2 { hyphens:auto;overflow-wrap:anywhere; }
.featured-post__art { position:relative;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;padding:0;margin:0 0 0 16px;min-height:0;background:var(--berry);border-radius:26px 0 0 26px;overflow:hidden; }
.featured-post__art::before { content:none; }
.featured-post__art .blog-clay {
  position:static;flex:1 1 auto;width:100%;height:100%;min-height:0;max-width:none;
  object-fit:cover;object-position:center;transform:none;border-radius:0;
  transition:transform .6s cubic-bezier(.22,1,.36,1);
}
.featured-post__art .blog-clay:not(.blog-clay--custom) { object-fit:contain;padding:26px; }
.featured-post:hover .blog-clay,.featured-post:focus-visible .blog-clay { transform:scale(1.03); }
/* Oranger Pfeil oben rechts */
.featured-post .round-arrow { position:absolute;top:22px;right:22px;z-index:3;box-shadow:0 8px 18px -8px rgba(0,0,0,.45); }
.featured-post__bottom { padding-top:22px; }
@media(max-width:720px){
  .featured-post { grid-template-columns:minmax(0,1fr); }
  .featured-post__copy { padding:24px 24px 22px;order:2; }
  .featured-post__art { order:1;margin:16px 16px 0;padding:0;min-height:220px;border-radius:26px 26px 0 0; }
  .featured-post .round-arrow { top:30px;right:30px; }
}

/* ── UEBERSICHTSKARTEN: wie vorher (rechteckig, Bild unten, Fuss darunter).
   Nur die KI-Titelbilder fuellen die Bildflaeche vollstaendig (cover). */
.post-card__visual .blog-clay--custom { object-fit:cover;object-position:center; }

/* Auf schmalen Ansichten führt der Einstieg direkt zu Filtern und Beiträgen. */
@media(max-width:720px) {
  .blog-intro { padding-bottom:24px; }
  .blog-intro__row>p,.featured-section,.post-library .library-heading { display:none; }
  .post-library { padding-top:0; }
  .library-toolbar { border-top:0;padding-top:0; }
}

/* Der Menü-CTA nutzt denselben Button-Aufbau wie auf der Startseite. */
@media(max-width:900px) {
  .blog-page .mobile-menu .mobile-menu__cta {
    --button-height:52px;
    --button-icon:38px;
    --button-inset:6px;
    --button-left:18px;
    --button-right:50px;
    width:100%;
    max-width:100%;
    margin-top:18px;
    padding:0 var(--button-right) 0 var(--button-left);
    border:1px solid var(--button-border);
    border-radius:999px;
    color:var(--button-text);
    font-size:clamp(12px,3.55vw,14px);
    line-height:1.2;
  }
}
