:root{
  --zhara-bg:#060403;
  --zhara-bg-2:#0d0907;
  --zhara-card:#15100d;
  --zhara-card-2:#1d1511;
  --zhara-text:#ffffff;
  --zhara-muted:#b8aaa0;
  --zhara-accent:#ff8a2a;
  --zhara-accent-2:#ff5a1f;
  --zhara-border:rgba(255,138,42,.18);
  --zhara-radius:22px;
  --zhara-container:1270px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:radial-gradient(circle at 100% 0,rgba(255,90,31,.13),transparent 28%),linear-gradient(180deg,#070403 0%,#050302 100%);color:var(--zhara-text);font-family:Manrope,Arial,sans-serif;font-size:16px;line-height:1.55;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.zhara-container{width:min(var(--zhara-container),calc(100% - 40px));margin:0 auto}.zhara-skip-link{position:absolute;left:-9999px;top:16px;z-index:9999;padding:10px 14px;background:#fff;color:#000;border-radius:10px}.zhara-skip-link:focus{left:16px}.zhara-site-header{z-index:1000;background:rgba(6,4,3,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.07)}.zhara-site-header.is-sticky-desktop{position:sticky;top:0}.zhara-topbar{border-bottom:1px solid rgba(255,255,255,.06);font-size:13px;color:var(--zhara-muted)}.zhara-topbar__inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:24px}.zhara-topbar__addresses,.zhara-topbar__phones{display:flex;align-items:center;gap:12px;min-width:0}.zhara-topbar__addresses b{font-weight:700;color:#fff}.zhara-topbar__addresses b:not(:last-child)::after{content:'·';margin-left:12px;color:var(--zhara-accent)}.zhara-topbar__phones a{font-weight:800;color:#fff;white-space:nowrap}.zhara-topbar__phones a:hover{color:var(--zhara-accent)}.zhara-mainbar__inner{min-height:84px;display:flex;align-items:center;gap:28px}.zhara-logo{display:inline-flex;align-items:center;flex:0 0 auto}.zhara-logo img{display:block;height:auto;max-width:240px}.zhara-logo span{font-size:22px;font-weight:900;letter-spacing:.02em;color:#fff}.zhara-primary-nav{flex:1;min-width:0}.zhara-menu,.zhara-nav-fallback,.zhara-footer-menu,.zhara-mobile-menu{margin:0;padding:0;list-style:none}.zhara-menu,.zhara-nav-fallback{display:flex;align-items:center;justify-content:center;gap:5px}.zhara-menu a,.zhara-nav-fallback a{display:flex;align-items:center;min-height:44px;padding:0 13px;border-radius:999px;color:rgba(255,255,255,.82);font-size:15px;font-weight:700;white-space:nowrap;transition:.18s}.zhara-menu a:hover,.zhara-nav-fallback a:hover,.zhara-menu .current-menu-item>a{background:rgba(255,255,255,.07);color:#fff}.zhara-header-actions{display:flex;align-items:center;gap:10px}.zhara-social-btn{width:46px;height:46px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);transition:.18s}.zhara-social-btn:hover{transform:translateY(-1px);border-color:var(--zhara-border);background:rgba(255,138,42,.1)}.zhara-social-btn svg{width:22px;height:22px;fill:#fff}.zhara-social-btn img{width:22px;height:22px;object-fit:contain}.zhara-header-cta,.zhara-theme-btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:0 22px;border-radius:999px;background:linear-gradient(135deg,var(--zhara-accent),var(--zhara-accent-2));color:#160804;font-weight:900;box-shadow:0 16px 34px rgba(255,90,31,.28);transition:.18s;white-space:nowrap}.zhara-header-cta:hover,.zhara-theme-btn:hover{transform:translateY(-1px);filter:saturate(1.08)}.zhara-burger{display:none;width:48px;height:48px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:rgba(255,255,255,.06);padding:12px;cursor:pointer}.zhara-burger span{display:block;height:2px;background:#fff;border-radius:99px;margin:5px 0;transition:.18s}.zhara-mobile-panel{display:none}.zhara-site-content{min-height:55vh}.zhara-page-shell{padding:58px 0 80px}.zhara-page-shell--center{min-height:60vh;display:flex;align-items:center}.zhara-entry-header{max-width:900px;margin:0 0 28px}.zhara-entry-header time{display:block;margin-bottom:12px;color:var(--zhara-accent);font-weight:700}.zhara-entry-header h1{margin:0;font-size:clamp(38px,6vw,76px);line-height:1;letter-spacing:-.06em;font-weight:900}.zhara-entry-header p{color:var(--zhara-muted);font-size:18px}.zhara-entry-content{color:rgba(255,255,255,.86)}.zhara-entry-content h2,.zhara-entry-content h3{color:#fff;line-height:1.1;letter-spacing:-.03em}.zhara-entry-content a{text-decoration:underline;text-decoration-color:var(--zhara-accent);text-underline-offset:4px}.zhara-entry-content p{color:var(--zhara-muted)}.zhara-fullwidth-page{padding:0}.zhara-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.zhara-post-card{border-radius:var(--zhara-radius);overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.09);box-shadow:0 18px 45px rgba(0,0,0,.25)}.zhara-post-card__thumb{display:block;aspect-ratio:16/10;background:#130c09;overflow:hidden}.zhara-post-card__thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:.35s}.zhara-post-card:hover .zhara-post-card__thumb img{transform:scale(1.04)}.zhara-post-card__body{padding:20px}.zhara-post-card__body time{display:block;margin-bottom:8px;color:var(--zhara-accent);font-size:13px;font-weight:700}.zhara-post-card h1,.zhara-post-card h2{margin:0 0 10px;font-size:24px;line-height:1.1;letter-spacing:-.03em}.zhara-post-card p{margin:0;color:var(--zhara-muted)}.zhara-single-content{max-width:900px}.zhara-single-thumb{border-radius:var(--zhara-radius);overflow:hidden;margin-bottom:28px}.zhara-single-thumb img{width:100%;display:block}.zhara-pagination{margin-top:36px}.zhara-pagination .nav-links{display:flex;gap:8px;justify-content:center}.zhara-pagination a,.zhara-pagination span{min-width:42px;height:42px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1)}.zhara-pagination .current{background:var(--zhara-accent);color:#160804;font-weight:900}.zhara-empty{max-width:760px;margin:0 auto;text-align:center;border-radius:var(--zhara-radius);padding:54px 28px;background:linear-gradient(135deg,rgba(255,138,42,.09),rgba(255,255,255,.03));border:1px solid var(--zhara-border)}.zhara-empty span{display:block;color:var(--zhara-accent);font-size:72px;font-weight:900;line-height:1}.zhara-empty h1,.zhara-empty h2{font-size:clamp(32px,5vw,58px);line-height:1;margin:0 0 14px;letter-spacing:-.05em}.zhara-empty p{color:var(--zhara-muted);margin:0 0 24px}.zhara-site-footer{padding:70px 0 28px;background:radial-gradient(circle at 0 0,rgba(255,90,31,.12),transparent 32%),#080503;border-top:1px solid rgba(255,255,255,.08)}.zhara-footer-grid{display:grid;grid-template-columns:1.35fr .8fr 1fr 1fr;gap:34px}.zhara-footer-brand p{max-width:360px;color:var(--zhara-muted);margin:18px 0 0}.zhara-footer-col h2{margin:0 0 18px;font-size:16px;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.7)}.zhara-footer-menu,.zhara-footer-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.zhara-footer-menu a,.zhara-footer-list a,.zhara-footer-list li{color:var(--zhara-muted);font-weight:600}.zhara-footer-menu a:hover,.zhara-footer-list a:hover{color:#fff}.zhara-footer-socials{display:flex;gap:10px;margin-top:18px}.zhara-footer-bottom{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:46px;padding-top:22px;border-top:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.54);font-size:13px}.zhara-footer-bottom span:nth-child(2){display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;border:1px solid var(--zhara-border);color:var(--zhara-accent);font-weight:900}.zhara-footer-bottom a{color:rgba(255,255,255,.72)}.zhara-footer-bottom a:hover{color:#fff}.zhara-mobile-bottom{display:none}
@media(max-width:1180px){.zhara-primary-nav{display:none}.zhara-burger{display:inline-block;margin-left:auto}.zhara-header-actions{margin-left:auto}.zhara-mobile-panel{display:block;max-height:0;overflow:hidden;transition:max-height .25s ease;background:rgba(8,5,3,.98);border-top:1px solid rgba(255,255,255,.08)}.zhara-site-header.is-menu-open .zhara-mobile-panel{max-height:560px}.zhara-mobile-nav{padding:18px 0 8px}.zhara-mobile-menu,.zhara-mobile-panel .zhara-nav-fallback{display:grid;gap:8px}.zhara-mobile-menu a,.zhara-mobile-panel .zhara-nav-fallback a{display:flex;min-height:48px;align-items:center;padding:0 16px;border-radius:16px;background:rgba(255,255,255,.055);font-weight:800}.zhara-mobile-contacts{display:grid;gap:8px;padding:12px 0 22px;color:var(--zhara-muted)}.zhara-mobile-contacts a{color:#fff;font-weight:800}.zhara-site-header.is-menu-open .zhara-burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}.zhara-site-header.is-menu-open .zhara-burger span:nth-child(2){opacity:0}.zhara-site-header.is-menu-open .zhara-burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}}
@media(max-width:900px){.zhara-site-header.is-sticky-desktop{position:relative}.zhara-topbar{display:none}.zhara-mainbar__inner{min-height:72px;gap:14px}.zhara-logo img{max-width:170px}.zhara-header-actions{display:none}.zhara-post-grid,.zhara-footer-grid{grid-template-columns:1fr}.zhara-page-shell{padding:38px 0 64px}.zhara-footer-grid{gap:28px}.zhara-site-footer{padding-bottom:96px}.zhara-mobile-bottom{position:fixed;left:10px;right:10px;bottom:10px;z-index:1200;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:8px;border-radius:22px;background:rgba(10,7,5,.92);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(18px);box-shadow:0 18px 50px rgba(0,0,0,.45)}.zhara-mobile-bottom a{min-height:58px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border-radius:16px;background:rgba(255,255,255,.06);font-size:11px;font-weight:800;color:#fff}.zhara-mobile-bottom a:first-child{background:linear-gradient(135deg,var(--zhara-accent),var(--zhara-accent-2));color:#160804}.zhara-mobile-bottom svg{width:22px;height:22px;fill:currentColor}.zhara-mobile-bottom img{width:22px;height:22px;object-fit:contain}.zhara-footer-bottom{align-items:flex-start;flex-direction:column}.zhara-container{width:min(var(--zhara-container),calc(100% - 28px))}}
@media(max-width:560px){.zhara-logo img{max-width:146px}.zhara-mainbar__inner{min-height:68px}.zhara-burger{width:44px;height:44px}.zhara-entry-header h1{font-size:40px}.zhara-post-card h1,.zhara-post-card h2{font-size:22px}}

/* Designer pass: header, footer, mobile menu, favorites and style compatibility */
html{background:#060403}body{background:radial-gradient(circle at 100% 0,rgba(255,90,31,.14),transparent 32%),linear-gradient(180deg,#090503 0%,#050302 46%,#070403 100%)}
a,.zhara-site-header a,.zhara-site-footer a,.zhara-mobile-bottom a,.zhara-header-cta,.zhara-theme-btn{text-decoration:none!important}
.zhara-site-content{background:radial-gradient(circle at 100% 10%,rgba(255,90,31,.12),transparent 34%),linear-gradient(180deg,#090503,#050302 42%,#070403)}
.zhara-site-header{background:rgba(8,5,3,.88);box-shadow:0 14px 42px rgba(0,0,0,.26)}
.zhara-mainbar{background:linear-gradient(90deg,rgba(255,90,31,.035),rgba(255,255,255,.015),rgba(255,90,31,.03))}
.zhara-mainbar__inner{min-height:78px}.zhara-logo img{filter:drop-shadow(0 10px 22px rgba(0,0,0,.35))}
.zhara-header-actions{flex:0 0 auto}.zhara-header-cta{color:#1b0802!important}.zhara-social-btn{color:#fff}.zhara-social-btn:hover,.zhara-favorites-link:hover{color:#fff;text-decoration:none!important}
.zhara-favorites-link{position:relative;width:46px;height:46px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);color:#fff;transition:.18s;text-decoration:none!important}
.zhara-favorites-link svg{width:22px;height:22px;fill:currentColor}.zhara-favorites-link span{position:absolute;right:-7px;top:-7px;min-width:22px;height:22px;padding:0 6px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--zhara-accent),var(--zhara-accent-2));color:#180704;font-size:12px;font-weight:900;box-shadow:0 8px 18px rgba(255,90,31,.28)}.zhara-favorites-link span.is-empty{opacity:.38;background:rgba(255,255,255,.12);color:#fff;box-shadow:none}.zhara-favorites-link--mobile{display:none}
.zhara-mobile-panel{box-shadow:0 24px 65px rgba(0,0,0,.42)}.zhara-mobile-menu a,.zhara-mobile-panel .zhara-nav-fallback a{border:1px solid rgba(255,255,255,.08);background:linear-gradient(135deg,rgba(255,255,255,.075),rgba(255,255,255,.035));text-decoration:none!important}.zhara-mobile-menu a:hover{border-color:rgba(255,138,42,.28)}
.zhara-mobile-contacts{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.zhara-mobile-contacts span,.zhara-mobile-contacts a{min-height:42px;padding:10px 12px;border-radius:14px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08);font-size:13px;text-decoration:none!important}.zhara-mobile-panel-actions{display:grid;grid-template-columns:48px 48px 1fr;gap:10px;padding:0 0 22px}.zhara-mobile-panel-actions .zhara-social-btn{width:48px;height:48px}.zhara-mobile-panel-actions .zhara-header-cta{min-height:48px}
.zhara-site-footer{background:radial-gradient(circle at 0 0,rgba(255,90,31,.14),transparent 30%),linear-gradient(180deg,#090503,#050302);}.zhara-footer-grid{grid-template-columns:1.35fr 1fr 1fr 1fr;align-items:start}.zhara-footer-col h2{white-space:nowrap;font-size:14px}.zhara-footer-menu a,.zhara-footer-list a,.zhara-footer-list li{text-decoration:none!important;line-height:1.45}.zhara-footer-bottom a{text-decoration:none!important}.zhara-footer-bottom{line-height:1.35}.zhara-mobile-bottom{grid-template-columns:repeat(3,1fr)}.zhara-mobile-bottom a{text-decoration:none!important}.zhara-mobile-bottom span{white-space:nowrap}
@media(max-width:1180px){.zhara-header-actions{gap:8px}.zhara-header-actions .zhara-social-btn{display:none}.zhara-header-cta{padding:0 18px}.zhara-favorites-link--desktop{display:none}.zhara-favorites-link--mobile{display:inline-flex;margin-left:auto}.zhara-burger{margin-left:0}}
@media(max-width:900px){.zhara-site-content{background:linear-gradient(180deg,#090503,#050302 52%,#070403)}.zhara-mainbar__inner{min-height:72px}.zhara-logo img{max-width:158px}.zhara-favorites-link{width:44px;height:44px;border-radius:15px}.zhara-footer-grid{grid-template-columns:1fr;gap:24px}.zhara-footer-col{padding:18px;border-radius:22px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.075)}.zhara-footer-brand{padding-bottom:4px}.zhara-footer-brand p{max-width:none}.zhara-footer-bottom{gap:10px}.zhara-mobile-contacts{grid-template-columns:1fr}.zhara-mobile-panel-actions{grid-template-columns:48px 48px 1fr}.zhara-mobile-panel{background:linear-gradient(180deg,rgba(9,5,3,.98),rgba(16,8,4,.98))}}
@media(max-width:560px){.zhara-container{width:min(var(--zhara-container),calc(100% - 24px))}.zhara-logo img{max-width:140px}.zhara-burger{width:42px;height:42px;border-radius:14px}.zhara-favorites-link{width:42px;height:42px}.zhara-mobile-panel-actions{grid-template-columns:1fr 1fr}.zhara-mobile-panel-actions .zhara-header-cta{grid-column:1/-1}.zhara-mobile-bottom{left:8px;right:8px;bottom:8px;border-radius:20px}.zhara-mobile-bottom a{min-height:54px}.zhara-footer-col h2{font-size:13px}}

/* Full-width shortcode compatibility */
html, body{overflow-x:hidden}
.zhara-site-content{overflow-x:clip}
.zhara-entry-content > .zhara-wrap.zhara-home{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
}
.zhara-fullwidth-page > .zhara-wrap.zhara-home{width:100%}

/* Shortcode pages should start immediately under the theme header */
.zhara-page-shell--zhara-shortcode{padding-top:0!important;padding-bottom:0!important}
.zhara-page-shell--zhara-shortcode>.zhara-container{width:100%;max-width:none}
.zhara-page-shell--zhara-shortcode .zhara-entry-content{width:100%}
