body.blog > .site-header { display: none !important; }
.blog-search-logo{height:64px;width:auto;object-fit:contain;opacity:.8}
.blog-search-logo-text{font-family:'Poppins',sans-serif;font-weight:800;font-size:2rem;letter-spacing:6px;color:rgba(255,255,255,.65)}
.blog-search-results-empty{width:100%;color:rgba(255,255,255,.35);font-size:13px;text-align:center}
.blog-search-results-loading{padding:40px;color:rgba(255,255,255,.25);font-size:14px}
.th-search-result{padding:8px 16px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px}
.th-search-result-header{padding:32px;font-size:14px;text-align:center}
.th-search-result-list{padding:6px 0}
.th-search-result-thumb{width:52px;height:36px;object-fit:cover;border-radius:6px;flex-shrink:0}
.th-search-result-info{flex:1;min-width:0}
.th-search-result-title{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.th-search-result-excerpt{font-size:11px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.blog-hdr { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: transparent; transition: background 0.4s, box-shadow 0.4s, padding 0.4s; padding: 12px 0; }
.blog-hdr.scrolled { background: rgba(10,10,12,.95) !important; backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); box-shadow: 0 2px 20px rgba(0,0,0,.3); padding: 8px 0; }
.blog-hdr .header-inner { width: 100%; max-width: 100%; margin: 0 auto; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.blog-hdr .site-branding { flex-shrink: 0; text-align: left; display: flex; align-items: center; }
.blog-hdr .site-branding a { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.blog-hdr .site-logo-img { width: auto; object-fit: contain; display: block; transition: all 0.3s ease; }
@media (min-width: 769px) { .blog-hdr.scrolled .site-logo-img { height: 40px !important; } }
.blog-hdr .site-logo-text { font-family: 'Poppins', sans-serif; font-weight: 700; letter-spacing: 2px; line-height: 1.1; }
.blog-hdr .site-logo-sub { font-family: var(--th-font-body); font-weight: 500; font-size: 0.6rem; letter-spacing: 3px; margin-top: 4px; }
.blog-hdr.scrolled .site-logo-sub { opacity: 0; max-height: 0; overflow: hidden; margin-top: 0; }
.blog-hdr-pill { display: flex; align-items: center; gap: 12px; background: rgba(15,15,15,.65); backdrop-filter: blur(24px); border-radius: 999px; padding: 5px 8px 5px 18px; height: 48px; transition: background 0.4s; }
.blog-hdr.scrolled .blog-hdr-pill { background: rgba(15,15,15,.85); box-shadow: 0 4px 20px rgba(0,0,0,.3); }
.blog-hdr-search { display: flex; align-items: center; gap: 8px; }
.blog-hdr-search svg { color: rgba(255,255,255,.45); }
.blog-hdr-search input { background: transparent; border: none; outline: none; color: #fff; font-family: var(--th-font-body); font-size: .82rem; width: 130px; transition: width 0.3s; }
.blog-hdr-search input::placeholder { color: rgba(255,255,255,.35); }
.blog-hdr-search:focus-within svg { color: var(--th-color-gold); }
.blog-hdr-search:focus-within input { width: 190px; }
.blog-hdr-div { width: 1px; height: 16px; background: rgba(255,255,255,.12); }
.blog-hdr-socials { display: flex; align-items: center; gap: 10px; }
.blog-hdr-socials a { color: rgba(255,255,255,.6); display: inline-flex; align-items: center; justify-content: center; transition: color 0.2s; }
.blog-hdr-socials a:hover { color: var(--th-color-gold); }
.blog-hdr-link { font-family: var(--th-font-body); font-size: .7rem; font-weight: 600; color: #000; background: #fff; padding: 7px 14px; border-radius: 999px; text-decoration: none; text-transform: uppercase; letter-spacing: .8px; display: inline-flex; align-items: center; justify-content: center; line-height: 1; }
.blog-hdr-link:hover { background: var(--th-color-gold); color: #fff; }
.blog-hdr-mobile { display: none; }
.blog-hdr-lupa { display: none; background: none; border: none; cursor: pointer; padding: 8px; color: #fff; transition: color .25s; align-items: center; justify-content: center; }
.blog-hdr-lupa:hover { color: var(--th-color-gold); }
@media (max-width: 768px) {
    .blog-hdr-pill { display: none !important; }
    .blog-hdr-mobile { display: flex !important; align-items: center; gap: 2px; margin-left: auto; flex-shrink: 0; }
    .blog-hdr .header-inner { padding: 0 16px !important; gap: 0 !important; align-items: center; justify-content: space-between; height: 44px; }
    .blog-hdr .site-branding { flex-shrink: 0; display: flex; align-items: center; height: 100%; }
    .blog-hdr .site-logo-img { max-height: 67px !important; }
    .blog-hdr.scrolled .site-logo-img { max-height: 67px !important; }
    .blog-hdr .site-logo-text { font-size: 1.6rem !important; }
    .blog-hdr .site-logo-sub { font-size: 0.6rem !important; }
    .blog-hdr.scrolled .site-logo-sub { opacity: 0; max-height: 0; overflow: hidden; }
    .blog-hdr.scrolled { background: rgba(10,10,12,.98) !important; backdrop-filter: blur(24px); border-bottom: 1px solid rgba(255,255,255,.06); padding: 12px 0 !important; }
    .blog-hdr-lupa { display: flex !important; align-items: center !important; justify-content: center; width: 32px; height: 32px; padding: 0; border-radius: 0; transform: none !important; }
    .blog-hdr-lupa svg { width: 18px; height: 18px; }
    .menu-toggle { display: flex !important; align-items: center !important; justify-content: center !important; width: 48px; height: 48px; padding: 0 !important; border-radius: 0 !important; margin: -2px 0 0 20px; flex-shrink: 0; transform: none !important; background: none; border: none; color: #fff; cursor: pointer; transition: all .2s ease; }
    .menu-toggle:hover { color: var(--th-color-gold); }
    .menu-toggle svg { width: 28px; height: 28px; stroke-width: 1.5; }
}
@media (max-width: 480px) {
    .blog-hdr .header-inner { padding: 0 12px !important; gap: 8px !important; }
    .blog-hdr .site-logo-img { max-height: 67px !important; }
    .blog-hdr.scrolled .site-logo-img { max-height: 62px !important; }
    .blog-hdr .site-logo-text { font-size: 1.4rem !important; letter-spacing: 1px !important; }
}
.blog-search-overlay { display: none; position: fixed; inset: 0; z-index: 99999; background: rgba(10,10,12,.98); backdrop-filter: blur(24px); flex-direction: column; align-items: center; justify-content: center; padding: 24px; }
.blog-search-overlay-inner { width: 100%; max-width: 480px; display: flex; flex-direction: column; align-items: center; gap: 28px; }
.blog-search-overlay-close { position: absolute; top: 20px; right: 20px; width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.05); color: rgba(255,255,255,.6); cursor: pointer; display: flex; align-items: center; justify-content: center; }
.blog-search-overlay-close:hover { background: rgba(255,255,255,.1); color: #fff; }
.blog-search-overlay-form { width: 100%; display: flex; align-items: center; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; padding: 0 16px; }
.blog-search-overlay-form svg { color: rgba(255,255,255,.4); flex-shrink: 0; }
.blog-search-overlay-form input { flex: 1; border: none; background: transparent; padding: 16px 12px; font-size: 1.1rem; color: #fff; outline: none; font-family: inherit; }
@media (max-width: 768px) {
    .blog-search-overlay .blog-search-logo { height: 80px !important; }
    .blog-search-overlay .blog-search-logo-text { font-size: 2.4rem !important; letter-spacing: 8px !important; }
}