.mkt-blog-header{padding:3rem 0 2rem;text-align:center}.mkt-blog-header h1{font-family:var(--font-heading);font-size:2.25rem;font-weight:500;margin-bottom:0.5rem;color:var(--title)}.mkt-blog-subtitle{font-size:1.1rem;color:var(--ink-mid);max-width:600px;margin:0 auto}.mkt-blog-content{padding:1rem 0 4rem}.mkt-blog-categories{display:flex;flex-wrap:wrap;gap:0.5rem;justify-content:center;margin-bottom:2.5rem}.mkt-blog-cat{display:inline-block;padding:0.5rem 1rem;border-radius:9999px;font-size:0.875rem;font-weight:500;color:var(--ink-faint);background:var(--surface);border:1px solid var(--border);text-decoration:none;min-height:44px;line-height:1.5;transition:all 0.2s}.mkt-blog-cat:hover,.mkt-blog-cat.active{background:var(--accent-text);color:#fff;border-color:var(--accent-text)}.mkt-blog-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:640px){.mkt-blog-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.mkt-blog-grid{grid-template-columns:repeat(3,1fr)}}.mkt-blog-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow 0.2s,transform 0.2s}.mkt-blog-card:hover{box-shadow:var(--shadow-sm);transform:translateY(-2px)}.mkt-blog-card-image img{width:100%;height:200px;object-fit:cover;display:block}.mkt-blog-card-body{padding:1.25rem;display:flex;flex-direction:column;flex:1}.mkt-blog-card-meta{display:flex;align-items:center;gap:0.75rem;font-size:0.8rem;color:var(--ink-faint);margin-bottom:0.75rem}.mkt-blog-card-category{display:inline-block;padding:0.15rem 0.6rem;border-radius:9999px;font-size:0.75rem;font-weight:600;background:var(--accent-hi);color:var(--accent-text);text-decoration:none;text-transform:uppercase;letter-spacing:0.03em}.mkt-blog-card-title{font-family:var(--font-heading);font-size:1.15rem;font-weight:600;line-height:1.35;margin-bottom:0.5rem}.mkt-blog-card-title a{color:var(--ink);text-decoration:none}.mkt-blog-card-title a:hover{color:var(--accent-text)}.mkt-blog-card-excerpt{font-size:0.9rem;color:var(--ink-faint);line-height:1.55;margin-bottom:1rem;flex:1}.mkt-blog-card-link{font-size:0.875rem;font-weight:600;color:var(--accent-text);text-decoration:none}.mkt-blog-card-link:hover{text-decoration:underline}.mkt-blog-empty{text-align:center;padding:4rem 1rem;color:var(--ink-faint);font-size:1.1rem}.mkt-blog-filter-info{text-align:center;padding:1.5rem;margin-top:2rem;font-size:0.9rem;color:var(--ink-faint)}.mkt-blog-filter-info a{color:var(--accent-text);margin-left:0.5rem}.mkt-article-header{padding:2.5rem 0;border-bottom:1px solid var(--border);background:var(--bg)}.mkt-article-header .container{max-width:800px}.mkt-breadcrumb{display:flex;align-items:center;gap:0.5rem;font-size:0.875rem;color:var(--ink-faint);margin-bottom:1.25rem;flex-wrap:wrap}.mkt-breadcrumb a{color:var(--accent-text);text-decoration:none}.mkt-breadcrumb a:hover{text-decoration:underline}.mkt-breadcrumb span[aria-current="page"]{color:var(--ink);font-weight:500}.mkt-article-meta{display:flex;align-items:center;gap:0.75rem;font-size:0.875rem;color:var(--ink-faint);margin-bottom:1.75rem;flex-wrap:wrap}.mkt-article-reading-time::before{content:"·";margin-right:0.75rem}.mkt-article-header h1{font-family:var(--font-heading);font-size:2rem;font-weight:500;line-height:1.25;margin-bottom:1rem;color:var(--title)}@media (min-width:768px){.mkt-article-header h1{font-size:2.75rem;line-height:1.2}}.mkt-article-author{display:flex;align-items:center;gap:0.5rem;font-size:0.9rem;color:var(--ink-mid)}.mkt-article-author-name{font-weight:500}.mkt-article-excerpt{font-size:1.125rem;color:var(--ink-mid);line-height:1.7;margin:0}.mkt-article-hero-image{max-width:720px;margin:0 auto 2.5rem}.mkt-article-hero-image img{width:100%;max-height:420px;object-fit:cover;border-radius:var(--radius-lg)}.mkt-article-body{padding:0 0 3rem}.mkt-article-content{max-width:720px;margin:0 auto;font-size:1.05rem;line-height:1.75;color:var(--ink)}.mkt-article-content>p:first-of-type::first-letter {float:left;font-family:var(--font-heading);font-size:3.2em;line-height:0.8;font-weight:600;color:var(--title);padding-right:0.08em;margin-top:0.05em}.mkt-article-content>p:first-of-type{font-size:1.15rem;color:var(--ink)}.mkt-article-content h2{font-family:var(--font-heading);font-size:1.6rem;font-weight:500;margin:2.5rem 0 1rem;color:var(--title)}.mkt-article-content h3{font-family:var(--font-heading);font-size:1.3rem;font-weight:600;margin:2rem 0 0.75rem;color:var(--title)}.mkt-article-content p{margin-bottom:1.25rem}.mkt-article-content ul,.mkt-article-content ol{margin:1rem 0 1.5rem 1.5rem}.mkt-article-content li{margin-bottom:0.5rem}.mkt-article-content blockquote{border-left:3px solid var(--accent-text);padding:0.75rem 1.25rem;margin:1.5rem 0;background:var(--bento-bg);border-radius:0 var(--radius-sm) var(--radius-sm) 0;font-style:italic;color:var(--ink-faint)}.mkt-article-content code{background:var(--bento-bg);padding:0.15rem 0.4rem;border-radius:4px;font-size:0.9em}.mkt-article-content pre{background:var(--bento-bg);padding:1.25rem;border-radius:var(--radius-sm);overflow-x:auto;margin:1.5rem 0}.mkt-article-content pre code{background:none;padding:0}.mkt-article-content hr{border:none;border-top:1px solid var(--border);margin:2.5rem 0}.mkt-newsletter-issue .mkt-article-content hr{border-top:1px solid rgba(35,40,32,0.18);margin:3rem 0}.mkt-article-content a{color:var(--accent-text);text-decoration:underline}.mkt-article-content strong{font-weight:600;color:var(--ink)}.mkt-article-content table{width:100%;border-collapse:collapse;margin:2.5rem 0;font-size:0.95rem;border:1px solid var(--border);border-radius:var(--radius-lg)}.mkt-article-content thead{background:var(--bento-bg)}.mkt-article-content th{padding:1rem 1.25rem;text-align:left;font-weight:600;color:var(--ink);border-bottom:2px solid var(--border)}.mkt-article-content td{padding:1rem 1.25rem;color:var(--ink)}.mkt-article-content tbody tr{border-bottom:1px solid var(--border)}.mkt-article-content tbody tr:last-child{border-bottom:none}.mkt-article-content tbody tr:hover{background:var(--bento-bg)}@media (max-width:640px){.mkt-article-content table{display:block;overflow-x:auto;white-space:nowrap}}.mkt-inline-subscribe{max-width:720px;margin:2.5rem auto;padding:1.25rem 1.5rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bento-bg)}.mkt-inline-subscribe-form{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.mkt-inline-subscribe-text{font-size:0.9rem;font-weight:500;color:var(--ink-mid);white-space:nowrap}.mkt-inline-subscribe-fields{display:flex;gap:0.4rem;flex:1;min-width:220px}.mkt-inline-subscribe-fields input[type="email"]{flex:1;padding:0.5rem 0.75rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:0.875rem;background:var(--surface);color:var(--ink)}.mkt-inline-subscribe-fields input[type="email"]:focus{outline:2px solid var(--accent-text);outline-offset:1px;border-color:var(--accent-text)}.mkt-inline-subscribe-fields button{padding:0.5rem 1.25rem;border:none;border-radius:var(--radius-sm);font-size:0.875rem;font-weight:600;color:#fff;background:var(--accent-text);cursor:pointer;transition:opacity 0.2s;white-space:nowrap}.mkt-inline-subscribe-fields button:hover{opacity:0.9}.mkt-inline-subscribe-fields button:disabled{opacity:0.6;cursor:not-allowed}.mkt-inline-subscribe .mkt-newsletter-msg{font-size:0.875rem}@media (max-width:600px){.mkt-inline-subscribe-form{flex-direction:column;align-items:stretch}.mkt-inline-subscribe-text{text-align:center}.mkt-inline-subscribe-fields{flex-direction:column}}.mkt-article-share{display:flex;align-items:center;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border);max-width:720px;margin-left:auto;margin-right:auto}.mkt-article-share-label{font-size:0.875rem;font-weight:500;color:var(--ink-faint)}.mkt-article-share-links{display:flex;gap:0.5rem}.mkt-share-link{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;color:var(--ink-faint);background:var(--surface);border:1px solid var(--border);text-decoration:none;cursor:pointer;transition:all 0.2s}.mkt-share-link:hover{color:var(--accent-text);border-color:var(--accent-text);background:var(--accent-hi)}.mkt-article-tags{display:flex;flex-wrap:wrap;gap:0.5rem;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border);max-width:720px;margin-left:auto;margin-right:auto}.mkt-tag{display:inline-block;padding:0.3rem 0.75rem;border-radius:9999px;font-size:0.8rem;color:var(--ink-faint);background:var(--surface);border:1px solid var(--border);text-decoration:none;transition:all 0.2s}.mkt-tag:hover{background:var(--accent-text);color:#fff;border-color:var(--accent-text)}.mkt-related-posts{padding:3rem 0;background:var(--bento-bg)}.mkt-related-posts h2{font-family:var(--font-heading);font-size:1.5rem;font-weight:500;margin-bottom:1.5rem;text-align:center;color:var(--title)}.mkt-pagination{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:2.5rem 0 1rem}.mkt-pagination-link{display:inline-block;padding:0.5rem 1.25rem;border-radius:var(--radius-sm);font-size:0.9rem;font-weight:500;color:var(--accent-text);background:var(--surface);border:1px solid var(--border);text-decoration:none;transition:all 0.2s}.mkt-pagination-link:hover{background:var(--accent-text);color:#fff;border-color:var(--accent-text)}.mkt-pagination-info{font-size:0.875rem;color:var(--ink-faint)}.mkt-article-newsletter{margin-top:3rem;padding:2rem;border-radius:var(--radius-md);background:var(--bento-bg);border:1px solid var(--border);text-align:center}.mkt-article-newsletter h3{font-family:var(--font-heading);font-size:1.25rem;font-weight:500;margin-bottom:0.5rem;color:var(--title)}.mkt-article-newsletter p{font-size:0.95rem;color:var(--ink-faint);margin-bottom:1.25rem;max-width:480px;margin-left:auto;margin-right:auto}.mkt-article-newsletter-form{display:flex;gap:0.5rem;max-width:420px;margin:0 auto}.mkt-article-newsletter-form input[type="email"]{flex:1;padding:0.65rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:0.95rem;background:var(--surface);color:var(--ink)}.mkt-article-newsletter-form input[type="email"]:focus{outline:2px solid var(--accent-text);outline-offset:1px;border-color:var(--accent-text)}.mkt-article-newsletter-form button{padding:0.65rem 1.5rem;border:none;border-radius:var(--radius-sm);font-size:0.95rem;font-weight:600;color:#fff;background:var(--accent-text);cursor:pointer;transition:background 0.2s;white-space:nowrap}.mkt-article-newsletter-form button:hover{background:var(--accent-text)}.mkt-article-newsletter-form button:disabled{opacity:0.6;cursor:not-allowed}.mkt-newsletter-msg{font-size:0.95rem;font-weight:500;color:var(--accent-text);margin:0}.mkt-newsletter-error{color:#c53030}.mkt-blog-card-reading-time{font-size:0.8rem;color:var(--ink-faint)}@media (max-width:600px){.mkt-article-newsletter-form{flex-direction:column}.mkt-pagination{gap:0.75rem}}.mkt-newsletter-hero{padding:4rem 0 2.5rem;text-align:center;background:var(--bento-bg);border-bottom:1px solid var(--border)}.mkt-newsletter-hero-icon{font-size:2.5rem;margin-bottom:0.5rem}.mkt-newsletter-hero h1{font-family:var(--font-heading);font-size:2.25rem;font-weight:500;margin-bottom:0.5rem;color:var(--title)}.mkt-newsletter-hero-subtitle{font-size:1.1rem;color:var(--ink-mid);max-width:500px;margin:0 auto 1.75rem}.mkt-newsletter-hero-form{display:flex;gap:0.5rem;max-width:420px;margin:0 auto}.mkt-newsletter-hero-form input[type="email"]{flex:1;padding:0.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:1rem;background:var(--surface);color:var(--ink)}.mkt-newsletter-hero-form input[type="email"]:focus{outline:2px solid var(--accent-text);outline-offset:1px;border-color:var(--accent-text)}.mkt-newsletter-hero-form button{padding:0.75rem 1.75rem;border:none;border-radius:var(--radius-sm);font-size:1rem;font-weight:600;color:#fff;background:var(--accent-text);cursor:pointer;transition:background 0.2s;white-space:nowrap}.mkt-newsletter-hero-form button:hover{opacity:0.9}.mkt-newsletter-hero-form button:disabled{opacity:0.6;cursor:not-allowed}@media (max-width:600px){.mkt-newsletter-hero-form{flex-direction:column}}.mkt-newsletter-archive{padding:2.5rem 0 4rem}.mkt-newsletter-list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:0}.mkt-newsletter-item{display:block;padding:1.5rem 0;border-bottom:1px solid var(--border);text-decoration:none;color:inherit;transition:background 0.15s}.mkt-newsletter-item:first-child{padding-top:0}.mkt-newsletter-item:hover{color:inherit}.mkt-newsletter-item:hover .mkt-newsletter-item-title{color:var(--accent-text)}.mkt-newsletter-item-meta{display:flex;align-items:center;gap:0.75rem;font-size:0.85rem;color:var(--ink-faint);margin-bottom:0.25rem}.mkt-newsletter-item-number{font-weight:600;color:var(--accent-text)}.mkt-newsletter-item-title{font-family:var(--font-heading);font-size:1.2rem;font-weight:500;color:var(--title);margin-bottom:0.35rem;transition:color 0.2s}.mkt-newsletter-item-excerpt{font-size:0.95rem;color:var(--ink-mid);margin-bottom:0.25rem;line-height:1.5}.mkt-newsletter-item-link{font-size:0.875rem;font-weight:500;color:var(--accent-text)}.mkt-newsletter-empty{text-align:center;padding:3rem 0;color:var(--ink-faint)}.mkt-newsletter-issue-header{display:flex;align-items:center;gap:1rem;margin-bottom:0.75rem}.mkt-newsletter-issue-label{font-size:0.8rem;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;color:var(--accent-text);background:var(--accent-hi);padding:0.3rem 0.75rem;border-radius:9999px}.mkt-newsletter-issue-header time{font-size:0.9rem;color:var(--ink-faint)}.mkt-newsletter-sent-note{font-size:0.85rem;color:var(--ink-faint);margin-top:0.75rem;margin-bottom:0}.mkt-newsletter-sent-note a{color:var(--accent-text);text-decoration:underline}.mkt-newsletter-issue .mkt-article-body{padding-top:3rem}.mkt-newsletter-nav{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border);max-width:720px;margin-left:auto;margin-right:auto}.mkt-newsletter-nav-link{display:flex;flex-direction:column;gap:0.25rem;padding:1rem;border:1px solid var(--border);border-radius:var(--radius-md);text-decoration:none;transition:border-color 0.2s,background 0.2s}.mkt-newsletter-nav-link:hover{border-color:var(--accent-text);background:var(--bento-bg)}.mkt-newsletter-nav-prev{text-align:left}.mkt-newsletter-nav-next{text-align:right;grid-column:2}.mkt-newsletter-nav-dir{font-size:0.8rem;font-weight:500;color:var(--ink-faint)}.mkt-newsletter-nav-title{font-size:0.95rem;font-weight:500;color:var(--title)}@media (max-width:600px){.mkt-newsletter-nav{grid-template-columns:1fr}.mkt-newsletter-nav-next{grid-column:1;text-align:left}}