.blog-page *{box-sizing:border-box}.blog-page{font-family:var(--font-dm-sans),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fafaf8;min-height:100vh;color:#1a1a1a}.blog-hero{background:linear-gradient(160deg,#f0fdf4,#dcfce7 35%,#f0fdf8 65%,#ecfdf5);border-bottom:1px solid #bbf7d0;padding:40px 24px 32px}.blog-hero-inner{max-width:1100px;margin:0 auto}.blog-hero-title{font-family:var(--font-cormorant),serif;font-size:clamp(28px,3.4vw,44px);color:#14532d;font-weight:700;letter-spacing:-.02em;margin:0 0 8px}.blog-hero-sub{font-size:15px;color:#4b5563;max-width:560px;line-height:1.6;margin:0}.blog-breadcrumb{font-size:12px;color:#6b7280;display:flex;align-items:center;gap:6px;margin-bottom:14px;flex-wrap:wrap}.blog-breadcrumb a{color:#6b7280;text-decoration:none}.blog-breadcrumb a:hover{color:#16a34a}.blog-breadcrumb span{opacity:.5}.blog-cat-filters{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.blog-cat-chip{font-size:12.5px;font-weight:700;color:#166534;background:#fff;border:1.5px solid #bbf7d0;padding:6px 14px;border-radius:22px;text-decoration:none;transition:all .15s;display:inline-flex;align-items:center;gap:5px;cursor:pointer;font-family:inherit}.blog-cat-chip--active,.blog-cat-chip:hover{background:#16a34a;color:#fff;border-color:#16a34a}.blog-chip-n{font-size:11px;font-weight:800;background:#00000014;border-radius:100px;padding:1px 7px}.blog-cat-chip--active .blog-chip-n{background:#ffffff40}@media (max-width:640px){.blog-cat-filters{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.blog-cat-filters::-webkit-scrollbar{display:none}.blog-cat-chip{flex-shrink:0}}.blog-list-wrap{max-width:1100px;margin:0 auto;padding:32px 24px 60px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}@media (max-width:900px){.blog-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:600px){.blog-grid{grid-template-columns:1fr}}.blog-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .15s,box-shadow .15s}.blog-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px #00000014}.blog-card-img-wrap{position:relative;width:100%;aspect-ratio:16/9;background:#f0fdf4;overflow:hidden}.blog-card-img-wrap img{width:100%;height:100%;object-fit:cover}.blog-card-cat{position:absolute;top:10px;left:10px;background:#ffffffeb;color:#166534;font-size:11px;font-weight:800;padding:4px 10px;border-radius:99px}.blog-card-body{padding:16px 16px 18px;display:flex;flex-direction:column;gap:8px;flex:1}.blog-card-title{font-size:16px;font-weight:700;color:#14532d;line-height:1.35;margin:0}.blog-card-excerpt{font-size:13px;color:#6b7280;line-height:1.6;margin:0;flex:1}.blog-card-meta{font-size:11.5px;color:#9ca3af;display:flex;gap:8px;align-items:center;margin-top:4px}.blog-empty{text-align:center;padding:60px 20px;color:#9ca3af}@keyframes blog-shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.blog-skeleton{pointer-events:none;-webkit-user-select:none;user-select:none}.blog-skel-img{width:100%;aspect-ratio:16/9}.blog-skel-img,.blog-skel-line{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%);background-size:600px 100%;animation:blog-shimmer 1.4s linear infinite}.blog-skel-line{border-radius:6px}.blog-sentinel{height:1px;margin-top:20px}.blog-load-info{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:24px;font-size:13px;color:#9ca3af;font-weight:500}.blog-load-more-btn{background:none;border:1.5px solid #e5e7eb;border-radius:100px;padding:7px 16px;font-size:12px;font-weight:700;font-family:var(--font-dm-sans),sans-serif;color:#374151;cursor:pointer;transition:all .18s}.blog-load-more-btn:hover{border-color:#16a34a;color:#16a34a;background:#f0fdf4}.blog-all-links{margin-top:48px;padding:26px 28px;background:#fff;border:1.5px solid #e5e7eb;border-radius:16px}.blog-all-links-title{font-family:var(--font-cormorant),serif;font-size:19px;font-weight:700;color:#14532d;margin:0 0 14px}.blog-all-links-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:4px 16px}.blog-all-links-item{font-size:13px;color:#6b7280;text-decoration:none;padding:4px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .15s}.blog-all-links-item:hover{color:#16a34a;text-decoration:underline}@media (max-width:640px){.blog-all-links{padding:20px 16px;margin-top:32px}.blog-all-links-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}.bp-wrap{max-width:760px;margin:0 auto;padding:32px 20px 60px}.bp-cover{width:100%;border-radius:16px;overflow:hidden;margin-bottom:24px;aspect-ratio:16/9;background:#f0fdf4}.bp-cover img{width:100%;height:100%;object-fit:cover}.bp-title{font-family:var(--font-cormorant),serif;font-size:clamp(26px,4vw,40px);color:#14532d;font-weight:700;line-height:1.15;margin:0 0 12px}.bp-meta{flex-wrap:wrap;gap:12px;font-size:13px;color:#6b7280;margin-bottom:24px}.bp-meta,.bp-meta-item{display:flex;align-items:center}.bp-meta-item{gap:5px}.bp-disclosure{display:flex;align-items:flex-start;gap:10px;background:#fffbeb;border:1.5px solid #fde68a;border-left:4px solid #f59e0b;border-radius:12px;padding:12px 16px;margin-bottom:28px;font-size:13px;color:#92400e;line-height:1.6}.bp-content{font-size:16px;line-height:1.85;color:#1f2937}.bp-content p{margin:0 0 18px}.bp-content h2{font-family:var(--font-cormorant),serif;font-size:26px;color:#14532d;font-weight:700;margin:32px 0 14px;line-height:1.3}.bp-content h3{font-size:19px;color:#1f2937;font-weight:700;margin:24px 0 10px}.bp-content ol,.bp-content ul{margin:0 0 18px;padding-left:22px}.bp-content li{margin-bottom:8px;line-height:1.7}.bp-content figure{margin:24px 0}.bp-content figure img{width:100%;border-radius:12px}.bp-content figcaption{font-size:12.5px;color:#9ca3af;text-align:center;margin-top:8px}.bp-content blockquote{margin:24px 0;padding:16px 20px;background:#f0fdf4;border-left:4px solid #16a34a;border-radius:0 12px 12px 0;font-style:italic;color:#14532d;font-size:16px;line-height:1.7}.bp-content blockquote cite{display:block;margin-top:8px;font-size:13px;font-style:normal;color:#16a34a;font-weight:700}.bp-table-wrap{margin:24px 0;overflow-x:auto;-webkit-overflow-scrolling:touch;border:1.5px solid #e5e7eb;border-radius:12px}.bp-table{width:100%;border-collapse:collapse;font-size:14px;min-width:480px}.bp-table td,.bp-table th{padding:10px 14px;text-align:left;border-bottom:1px solid #f1f5f9;line-height:1.5}.bp-table th{background:#f0fdf4;color:#14532d;font-weight:700;font-size:12.5px;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap}.bp-table tbody tr:last-child td{border-bottom:none}.bp-table tbody tr:nth-child(2n){background:#fafaf8}.bp-table td:first-child,.bp-table th:first-child{position:sticky;left:0;background:#fff;font-weight:700;color:#14532d;box-shadow:1px 0 0 #f1f5f9}.bp-table th:first-child{background:#f0fdf4}.bp-table tbody tr:nth-child(2n) td:first-child{background:#fafaf8}.bp-table-caption{font-size:12.5px;color:#9ca3af;text-align:center;margin:8px 0 0}@media (max-width:480px){.bp-table{font-size:13px}.bp-table td,.bp-table th{padding:8px 10px}}.bp-product-embed{margin:28px 0;border:1.5px solid #bbf7d0;background:linear-gradient(135deg,#f0fdf4,#fff);border-radius:16px;padding:18px;display:flex;gap:16px;align-items:center}.bp-product-embed-note{font-size:12px;color:#16a34a;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}.bp-product-embed-img{width:76px;height:76px;border-radius:12px;object-fit:contain;background:#fff;border:1px solid #e5e7eb;flex-shrink:0}.bp-product-embed-title{font-size:15px;font-weight:700;color:#14532d;margin:0 0 4px}.bp-product-embed-desc{font-size:12.5px;color:#6b7280;margin:0 0 10px}.bp-product-embed-pitch{font-size:13px;color:#14532d;background:#f0fdf4;border-left:3px solid #86efac;border-radius:0 8px 8px 0;padding:8px 12px;margin:0 0 12px;line-height:1.6}.bp-product-embed-btn{display:inline-flex;align-items:center;gap:6px;background:#16a34a;color:#fff;padding:8px 16px;border-radius:9px;font-size:13px;font-weight:700;text-decoration:none}@media (max-width:480px){.bp-product-embed{flex-direction:column;align-items:flex-start}}.bp-product-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin:24px 0}@media (max-width:640px){.bp-product-row{grid-template-columns:1fr}.bp-product-card{padding:18px 20px;gap:12px}.bp-product-card-img-wrap{width:76px;height:76px}.bp-product-card-badge{-webkit-line-clamp:2;line-clamp:2}.bp-product-card-title{font-size:15.5px;min-height:0}.bp-product-card-desc{font-size:13.5px}.bp-product-card-pitch{font-size:13px}.bp-product-card-btn{font-size:14px;padding:11px 16px}}.bp-product-card{display:flex;flex-direction:column;gap:10px;background:#fff;border:1.5px solid #bbf7d0;border-radius:14px;padding:14px 16px;height:100%;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.bp-product-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #16a34a29;border-color:#16a34a}.bp-product-card-head{display:flex;gap:10px;align-items:flex-start}.bp-product-card-img-wrap{width:56px;height:56px;flex-shrink:0;padding:4px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;display:flex;align-items:center;justify-content:center}.bp-product-card-headtext{flex:1;min-width:0}.bp-product-card-badge{display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;font-size:10px;color:#16a34a;font-weight:800;text-transform:uppercase;letter-spacing:.03em;margin-bottom:2px}.bp-product-card-title{font-size:13.5px;font-weight:700;color:#14532d;margin:0;line-height:1.3;min-height:2.6em}.bp-product-card-desc{font-size:12px;color:#6b7280;margin:0;line-height:1.55;flex:1}.bp-product-card-pitch{font-size:12px;color:#14532d;background:#f0fdf4;border-left:3px solid #86efac;border-radius:0 8px 8px 0;padding:8px 10px;margin:0;line-height:1.55}.bp-product-card-btn{display:flex;align-items:center;justify-content:center;gap:6px;background:#16a34a;color:#fff;padding:8px 12px;border-radius:9px;font-size:12.5px;font-weight:700;text-decoration:none;margin-top:2px;transition:background .15s}.bp-product-card-btn:hover{background:#15803d}.bp-faq{margin:28px 0}.bp-faq-item{border-bottom:1px solid #f1f5f9}.bp-faq-item:last-child{border-bottom:none}.bp-faq-q{display:flex;justify-content:space-between;align-items:center;padding:14px 0;cursor:pointer;font-size:15px;font-weight:700;color:#1e293b;gap:12px;width:100%;background:none;border:none;font-family:inherit;text-align:left}.bp-faq-icon{font-size:22px;font-weight:300;color:#94a3b8;flex-shrink:0;line-height:1;transition:transform .2s ease}.bp-faq-icon.open{transform:rotate(45deg);color:#16a34a}.bp-faq-a{font-size:14px;color:#4b5563;line-height:1.8;margin:0 0 16px;padding:10px 14px;background:#f8fafc;border-radius:9px;border-left:3px solid #16a34a}.bp-related{margin-top:48px;padding-top:32px;border-top:1px solid #e5e7eb}.bp-related-title{font-size:11px;font-weight:800;color:#9ca3af;text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px}.bp-share{display:flex;gap:8px;margin:28px 0}.bp-share a{width:36px;height:36px;border-radius:9px;display:flex;align-items:center;justify-content:center;background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a;text-decoration:none;font-size:14px;font-weight:700}@media (max-width:640px){.bp-title{font-size:26px}.bp-content{font-size:15px}}