:root{--bgm-warm-bg: #FAF7F0;--bgm-warm-bg-2: #F5F1E6;--bgm-dark: #1A1410;--bgm-dark-2: #2A2018;--bgm-accent: #EA580C;--bgm-accent-deep: #C2410C;--bgm-accent-soft: rgba(234, 88, 12, .08);--bgm-mint: #E8DCC4;--bgm-rule: #E8E2D5;--bgm-rule-strong: #D9D2C2;--bgm-text: #1F2937;--bgm-text-muted: #6B7280;--bgm-text-light: #9CA3AF;--bgm-dark-text: #F5F1E8;--bgm-dark-text-muted: #C9BFA9}.blog-index{padding:48px 24px 80px;background:#f5f2eb;min-height:60vh}.blog-index-inner{max-width:1200px;margin:0 auto}.blog-index-title{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:36px;font-weight:700;color:#1f2937;margin:0 0 8px}.blog-index-subtitle{font-family:DM Sans,DM Sans Fallback,sans-serif;font-size:16px;color:#999;margin:0 0 48px}.blog-filter-bar{display:flex;flex-wrap:wrap;gap:8px;margin:-24px 0 40px}.blog-filter-pill{display:inline-flex;align-items:center;gap:7px;padding:9px 14px;background:#fff;border:1px solid #E8E2D5;border-radius:999px;font-family:DM Sans,DM Sans Fallback,sans-serif;font-size:13px;font-weight:600;color:#6b7280;cursor:pointer;white-space:nowrap;transition:border-color .18s ease,color .18s ease,background .18s ease,transform .18s ease}.blog-filter-pill:hover{border-color:#ea580c;color:#ea580c;transform:translateY(-1px)}.blog-filter-pill.is-active{background:#ea580c;border-color:#ea580c;color:#fff}.blog-filter-count{font-size:11px;font-weight:700;padding:1px 7px;border-radius:999px;background:#1f29370f;color:#6b7280;font-variant-numeric:tabular-nums}.blog-filter-pill.is-active .blog-filter-count{background:#ffffff38;color:#fff}@media(max-width:768px){.blog-filter-bar{flex-wrap:nowrap;overflow-x:auto;margin:-16px -16px 32px;padding:0 16px 8px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.blog-filter-bar::-webkit-scrollbar{display:none}}.blog-section{margin-bottom:48px}.blog-section-title{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:22px;font-weight:700;color:#1f2937;margin:0 0 20px}.blog-section-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.blog-card{display:flex;flex-direction:column;align-items:flex-start;padding:24px;background:#fff;border:1px solid #f0ede6;border-radius:14px;text-decoration:none;transition:all .2s ease;font-family:DM Sans,DM Sans Fallback,sans-serif}.blog-card:hover{border-color:#d4835f;box-shadow:0 4px 16px #d4835f1a;transform:translateY(-2px)}.blog-card-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.blog-card-media{position:relative;align-self:stretch;width:auto;margin:-24px -24px 16px;border-radius:14px 14px 0 0;overflow:hidden;aspect-ratio:16 / 9;background:#f0ede6}.blog-card-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.blog-card:hover .blog-card-img{transform:scale(1.04)}.blog-card-badge{position:absolute;bottom:10px;left:10px;width:32px;height:32px;border-radius:9px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 2px 8px #0003}.blog-card-title{font-size:16px;font-weight:700;color:#1f2937;margin:0 0 12px;line-height:1.3}.blog-card-cta{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:600;color:#d4835f;margin-top:auto}.blog-card:hover .blog-card-cta{gap:8px}@media(max-width:768px){.blog-index{padding:32px 16px 60px}.blog-index-title{font-size:28px}.blog-section-grid{grid-template-columns:1fr}}[data-reveal]{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}[data-reveal].in{opacity:1;transform:translateY(0)}[data-reveal][data-reveal-delay="100"].in{transition-delay:.1s}[data-reveal][data-reveal-delay="200"].in{transition-delay:.2s}[data-reveal][data-reveal-delay="300"].in{transition-delay:.3s}[data-reveal][data-reveal-delay="400"].in{transition-delay:.4s}[data-reveal][data-reveal-delay="500"].in{transition-delay:.5s}@media(prefers-reduced-motion:reduce){[data-reveal]{opacity:1;transform:none;transition:none}}.bgm-article{background:#fff;color:var(--bgm-text);min-height:60vh;font-family:DM Sans,DM Sans Fallback,Inter,system-ui,sans-serif}.bgm-container{max-width:1280px;margin:0 auto;padding:0 24px}.bgm-progress-track{position:fixed;top:0;left:0;right:0;height:3px;background:#e8e2d599;z-index:100;pointer-events:none}.bgm-progress-bar{height:100%;width:0%;background:var(--bgm-accent);transition:width .08s linear}@media(max-width:768px){.bgm-progress-track{display:none}.bgm-container{padding:0 16px}}.bgm-hero{background:#fff;padding:64px 0 48px;border-bottom:1px solid var(--bgm-rule)}.bgm-breadcrumb-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:999px;border:1px solid var(--bgm-rule);background:#fff;color:var(--bgm-text);font-family:DM Sans,DM Sans Fallback,sans-serif;font-size:12px;font-weight:500;text-decoration:none;transition:border-color .18s ease,color .18s ease,transform .18s ease}.bgm-breadcrumb-pill:hover{border-color:var(--bgm-accent);color:var(--bgm-accent);transform:translateY(-1px)}.bgm-breadcrumb-sep{color:var(--bgm-text-light);margin:0 2px}.bgm-breadcrumb-crumb{color:var(--bgm-text-muted);font-weight:500}.bgm-breadcrumb-chev{color:var(--bgm-text-light)}.bgm-eyebrow{font-family:DM Sans,DM Sans Fallback,sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:var(--bgm-accent);margin:32px 0 16px}.bgm-hero-title{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(36px,5vw,56px);font-weight:700;line-height:1.08;letter-spacing:-.015em;color:var(--bgm-text);margin:0 0 24px;max-width:980px}.bgm-hero-lede{font-family:DM Sans,DM Sans Fallback,sans-serif;font-size:21px;line-height:1.55;color:var(--bgm-text-muted);max-width:720px;margin:0 0 40px}.bgm-hero-lede p{margin:0 0 1em}.bgm-hero-lede p:last-child{margin-bottom:0}.bgm-author-row{display:flex;flex-wrap:wrap;align-items:center;gap:16px;padding-top:24px;border-top:1px solid var(--bgm-rule);font-family:DM Sans,DM Sans Fallback,sans-serif;font-size:14px;color:var(--bgm-text-muted)}.bgm-meta-item{display:inline-flex;align-items:center;gap:6px;color:var(--bgm-text-muted)}.bgm-meta-item svg{color:var(--bgm-text-light)}@media(max-width:768px){.bgm-hero{padding:40px 0 32px}.bgm-hero-title{font-size:32px;line-height:1.12}.bgm-hero-lede{font-size:17px;margin-bottom:28px}.bgm-eyebrow{margin:24px 0 12px}}.bgm-hero-image-section{background:#fff;padding:0 0 48px}.bgm-hero-image-frame{position:relative;width:100%;aspect-ratio:16 / 7;overflow:hidden;border-radius:32px;background:var(--bgm-warm-bg);box-shadow:0 6px 30px #1f29370f}.bgm-hero-image-frame img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:768px){.bgm-hero-image-section{padding:0 0 32px}.bgm-hero-image-frame{border-radius:22px;aspect-ratio:4 / 3}}.bgm-section{padding:80px 0;border-top:1px solid var(--bgm-rule)}.bgm-section--white{background:#fff}.bgm-section--warm{background:var(--bgm-warm-bg)}.bgm-section--dark{background:var(--bgm-dark);color:var(--bgm-dark-text);border-top-color:#ffffff14}@media(max-width:768px){.bgm-section{padding:56px 0}}.bgm-section-head{display:flex;align-items:center;gap:16px;margin-bottom:36px;flex-wrap:wrap}.bgm-section-num{font-family:DM Sans,DM Sans Fallback,sans-serif;font-size:14px;font-weight:700;color:var(--bgm-accent);font-variant-numeric:tabular-nums;letter-spacing:.04em}.bgm-section-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;color:var(--bgm-accent);background:var(--bgm-accent-soft);border-radius:12px}.bgm-section-title{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(26px,3.4vw,38px);font-weight:700;line-height:1.15;color:var(--bgm-text);margin:0;flex:1 1 100%;scroll-margin-top:24px}@media(min-width:640px){.bgm-section-title{flex:1}}.bgm-section--dark .bgm-section-title{color:#fff}.bgm-section--dark .bgm-section-num{color:#fba866}.bgm-section--dark .bgm-section-icon{background:#ea580c33;color:#fba866}.bgm-section-body{font-family:DM Sans,DM Sans Fallback,Inter,system-ui,sans-serif;font-size:18px;line-height:1.75;color:var(--bgm-text)}.bgm-section-body>p,.bgm-section-body>ul,.bgm-section-body>ol,.bgm-section-body>blockquote,.bgm-section-body>h3,.bgm-section-body>h4,.bgm-section-body>h5,.bgm-section-body>table,.bgm-section-body>pre,.bgm-section-body>hr{max-width:720px;margin-left:auto;margin-right:auto}.bgm-section--dark .bgm-section-body{color:var(--bgm-dark-text-muted)}.bgm-section-body p{margin:0 0 1.4em}.bgm-section-body--first>p:first-of-type:first-letter,.bgm-section-body--first>div>p:first-of-type:first-letter{font-family:Playfair Display,Playfair Display Fallback,serif;float:left;font-size:64px;line-height:.85;font-weight:700;color:var(--bgm-text);margin:6px 12px 0 0;padding-top:6px}.bgm-section-body h3{font-family:DM Sans,DM Sans Fallback,sans-serif;font-size:20px;font-weight:700;color:var(--bgm-text);margin:36px 0 12px;line-height:1.3;scroll-margin-top:24px}.bgm-section--dark .bgm-section-body h3{color:#fff}.bgm-section-body strong,.bgm-section-body b{color:var(--bgm-text);font-weight:600}.bgm-section--dark .bgm-section-body strong,.bgm-section--dark .bgm-section-body b{color:#fff}.bgm-section-body a{color:var(--bgm-accent);text-decoration:none;font-weight:500;transition:color .15s ease}.bgm-section-body a:hover{color:var(--bgm-accent-deep);text-decoration:underline}.bgm-section--dark .bgm-section-body a{color:#fba866}.bgm-section--dark .bgm-section-body a:hover{color:#fdba74}.bgm-section-body ul,.bgm-section-body ol{margin:0 0 1.4em;padding-left:24px}.bgm-section-body li{margin-bottom:8px;line-height:1.7}.bgm-section-body li>p{margin-bottom:8px}.bgm-section-body blockquote{margin:32px 0;padding:4px 0 4px 20px;border-left:4px solid var(--bgm-accent);font-style:italic;color:#4b5563;font-size:19px;font-family:Playfair Display,Playfair Display Fallback,serif;line-height:1.55}.bgm-section--dark .bgm-section-body blockquote{color:#fce7d0;border-left-color:#fba866}.bgm-section-body blockquote p{margin:0 0 .5em;font-size:inherit;color:inherit}.bgm-section-body blockquote p:last-child{margin-bottom:0}.bgm-section-body code{background:#f3f4f6;color:var(--bgm-text);padding:2px 6px;border-radius:4px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.92em}.bgm-section--dark .bgm-section-body code{background:#ffffff14;color:#fff}.bgm-section-body pre{background:#1f2937;color:#f9fafb;padding:16px 20px;border-radius:12px;overflow-x:auto;margin:24px 0;font-size:14px;line-height:1.6}.bgm-section-body pre code{background:transparent;color:inherit;padding:0;border-radius:0;font-size:inherit}.bgm-section-body hr{border:0;height:1px;background:linear-gradient(90deg,transparent,var(--bgm-rule),transparent);margin:48px 0}.bgm-section-body table{width:100%;border-collapse:collapse;margin:28px 0;font-size:15px;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 1px 0 var(--bgm-rule)}.bgm-section--warm .bgm-section-body table{box-shadow:0 1px 0 var(--bgm-rule),0 4px 18px #1f29370a}.bgm-section-body th{background:var(--bgm-warm-bg);padding:14px 16px;border-bottom:1px solid var(--bgm-rule);text-align:left;font-weight:700;color:var(--bgm-text);font-family:DM Sans,DM Sans Fallback,sans-serif;font-size:13px;text-transform:uppercase;letter-spacing:.06em}.bgm-section-body td{padding:14px 16px;border-bottom:1px solid var(--bgm-rule);color:#374151}.bgm-section-body tr:last-child td{border-bottom:0}.bgm-section--dark .bgm-section-body table{background:#ffffff0a;box-shadow:none}.bgm-section--dark .bgm-section-body th{background:#ffffff0f;color:#fff;border-bottom-color:#ffffff14}.bgm-section--dark .bgm-section-body td{color:var(--bgm-dark-text-muted);border-bottom-color:#ffffff0f}.bgm-section-body>img{display:block;width:100%;max-width:1080px;height:auto;aspect-ratio:16 / 9;object-fit:cover;margin:56px auto 0;border-radius:28px;box-shadow:0 12px 40px #1f29371f;background:var(--bgm-warm-bg)}.bgm-section-body>.bgm-caption{max-width:1080px;margin:12px auto 56px;font-style:italic;color:var(--bgm-text-muted);font-size:14px;text-align:center;line-height:1.5}.bgm-section--dark .bgm-section-body>.bgm-caption{color:#fff9}.bgm-section-body img+em{display:block;font-style:italic;color:var(--bgm-text-muted);font-size:14px;text-align:center;margin:0 auto 32px;max-width:720px;line-height:1.5}.bgm-section-body figcaption{font-style:italic;color:var(--bgm-text-muted);font-size:14px;text-align:center;margin:8px 0 32px;line-height:1.5}@media(max-width:768px){.bgm-section-head{margin-bottom:26px;gap:12px}.bgm-section-icon{width:32px;height:32px}.bgm-section-body{font-size:17px}.bgm-section-body--first>p:first-of-type:first-letter,.bgm-section-body--first>div>p:first-of-type:first-letter{font-size:52px;margin-right:10px}.bgm-section-body h3{font-size:18px;margin:28px 0 10px}.bgm-section-body blockquote{font-size:17px;margin:24px 0}.bgm-section-body table{font-size:14px}.bgm-section-body th,.bgm-section-body td{padding:10px 12px}}.bgm-toc-section .bgm-eyebrow{margin-top:0}.bgm-toc-title{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(28px,3.4vw,40px);font-weight:700;line-height:1.1;color:var(--bgm-text);margin:0 0 32px}.bgm-toc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(max-width:768px){.bgm-toc-grid{grid-template-columns:1fr}}.bgm-toc-card{display:flex;align-items:center;gap:14px;padding:18px 22px;background:#fff;border:1px solid var(--bgm-rule);border-radius:18px;text-decoration:none;color:var(--bgm-text);font-family:DM Sans,DM Sans Fallback,sans-serif;font-size:15px;font-weight:500;line-height:1.4;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease,color .18s ease}.bgm-toc-card:hover{border-color:var(--bgm-accent);color:var(--bgm-accent);transform:translate(2px);box-shadow:0 4px 18px #ea580c14}.bgm-toc-num{font-family:DM Sans,DM Sans Fallback,sans-serif;font-size:12px;font-weight:700;color:var(--bgm-accent);font-variant-numeric:tabular-nums;flex-shrink:0;width:24px}.bgm-toc-text{flex:1}.bgm-toc-arrow{color:var(--bgm-text-light);transition:transform .18s ease,color .18s ease;flex-shrink:0}.bgm-toc-card:hover .bgm-toc-arrow{color:var(--bgm-accent);transform:translate(3px)}.bgm-related-section .bgm-eyebrow{margin-top:0}.bgm-related-title{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(28px,3.4vw,40px);font-weight:700;line-height:1.1;color:var(--bgm-text);margin:0 0 32px}.bgm-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}@media(max-width:900px){.bgm-related-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.bgm-related-grid{grid-template-columns:1fr}}.bgm-related-card{position:relative;display:flex;flex-direction:column;gap:10px;padding:24px;background:#fff;border:1px solid var(--bgm-rule);border-radius:20px;text-decoration:none;color:var(--bgm-text);transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease;min-height:140px}.bgm-related-card:hover{border-color:var(--bgm-accent);transform:translateY(-2px);box-shadow:0 10px 28px #1f293714}.bgm-related-card-label{font-family:DM Sans,DM Sans Fallback,sans-serif;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--bgm-accent)}.bgm-related-card-title{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:19px;font-weight:700;line-height:1.25;color:var(--bgm-text)}.bgm-related-card-arrow{position:absolute;top:22px;right:22px;color:var(--bgm-text-light);transition:transform .2s ease,color .2s ease}.bgm-related-card:hover .bgm-related-card-arrow{color:var(--bgm-accent);transform:translate(2px,-2px)}.bgm-author-cta .bgm-eyebrow{margin-top:0;color:#fba866}.bgm-author-cta-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:56px;align-items:center}@media(max-width:900px){.bgm-author-cta-grid{grid-template-columns:1fr;gap:32px}}.bgm-author-cta-name{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(28px,3.2vw,36px);font-weight:700;line-height:1.1;color:#fff;margin:0 0 8px}.bgm-author-cta-role{font-family:DM Sans,DM Sans Fallback,sans-serif;font-size:14px;font-weight:500;color:#fba866;margin:0 0 16px;letter-spacing:.02em}.bgm-author-cta-bio{font-family:DM Sans,DM Sans Fallback,sans-serif;font-size:16px;line-height:1.65;color:var(--bgm-dark-text-muted);margin:0;max-width:560px}.bgm-author-cta-actions{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.bgm-btn-primary,.bgm-btn-ghost{display:inline-flex;align-items:center;gap:8px;padding:14px 24px;border-radius:14px;font-family:DM Sans,DM Sans Fallback,sans-serif;font-size:15px;font-weight:600;text-decoration:none;transition:background .18s ease,border-color .18s ease,transform .18s ease,color .18s ease;cursor:pointer;border:1px solid transparent}.bgm-btn-primary{background:var(--bgm-accent);color:#fff}.bgm-btn-primary:hover{background:var(--bgm-accent-deep);transform:translateY(-1px)}.bgm-btn-ghost{background:transparent;border-color:#ffffff38;color:#fff}.bgm-btn-ghost:hover{border-color:#fff;background:#ffffff0f}.bgm-newsletter-section{padding:64px 0}@media(max-width:768px){.bgm-newsletter-section{padding:48px 0}}.bgm-inline-newsletter{padding:8px 0 32px}.bgm-inline-newsletter .bgm-container{max-width:720px}.bgm-article-footer{background:#fff;border-top:1px solid var(--bgm-rule);padding:28px 0;font-family:DM Sans,DM Sans Fallback,sans-serif;font-size:14px;color:var(--bgm-text-muted);text-align:center}.bgm-article-footer a{color:var(--bgm-text-muted);text-decoration:none;font-weight:500;transition:color .15s ease}.bgm-article-footer a:hover{color:var(--bgm-accent);text-decoration:underline}.bgm-author-row .author-bio--inline{display:inline-flex;align-items:center;gap:10px}.bgm-author-row .author-bio-name{color:var(--bgm-text);font-weight:600}.bgm-author-row .author-bio-role{color:var(--bgm-text-muted)}.blog-post-placeholder{font-family:DM Sans,DM Sans Fallback,sans-serif;font-size:16px;line-height:1.7;color:#555}.blog-post-placeholder p{margin:0 0 20px}.blog-post-placeholder a{color:#d4835f;font-weight:600;text-decoration:none}.blog-post-placeholder a:hover{text-decoration:underline}.blog-toc{font-family:DM Sans,DM Sans Fallback,sans-serif;margin:0}.blog-toc-title{font-family:DM Sans,DM Sans Fallback,sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--bgm-text-muted);margin:0 0 12px}.bgm-body-skeleton{pointer-events:none}.bgm-body-skeleton-line{height:14px;border-radius:7px;background:var(--bgm-rule);margin-bottom:14px;animation:bgmBodyPulse 1.4s ease-in-out infinite}.bgm-body-skeleton-line:nth-child(1){width:45%;height:26px;margin-bottom:24px}.bgm-body-skeleton-line:nth-child(3){width:92%}.bgm-body-skeleton-line:nth-child(4){width:78%}.bgm-body-skeleton-line:last-child{margin-bottom:0}@keyframes bgmBodyPulse{0%,to{opacity:.45}50%{opacity:1}}
