body.leimu-syryo-page #leimu-syryo-root { isolation: isolate; overflow: visible !important; }
#leimu-syryo-root {
  --bg:#FFFFFF; --ink:#141210; --ink-soft:#4A4138; --muted:#9A9088; --line:#ECE8E0; --line-2:#F5F1EA; --orange:#F08236; --yellow:#FDBE01; --brown:#93563B;
  --sans:'Open Sans', sans-serif;
  --ease:cubic-bezier(0.22,1,0.36,1); --ease-out:cubic-bezier(0.16,1,0.3,1);
  --t1: clamp(32px, 4vw, 56px);
  --t2: clamp(20px, 1.7vw, 26px);
  --t3: clamp(15px, 1.05vw, 17px);
  --t4: clamp(12px, 0.85vw, 13px);
}
#leimu-syryo-root * { box-sizing: border-box; margin: 0; padding: 0; }
#leimu-syryo-root { -webkit-font-smoothing: antialiased; scroll-behavior: smooth; }
#leimu-syryo-root { background: var(--bg); color: var(--ink); font-family: var(--sans); font-weight: 400; font-size: var(--t3); line-height: 1.55; overflow-x: clip; }
#leimu-syryo-root a { color: inherit; text-decoration: none; }
#leimu-syryo-root img { display: block; max-width: 100%; }
#leimu-syryo-root ::selection { background: var(--orange); color: #fff; }
#leimu-syryo-root .wrap { max-width: 1320px; margin: 0 auto; padding: 0 clamp(24px, 4vw, 64px); }
#leimu-syryo-root .reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease-out), transform 1.1s var(--ease-out); transition-delay: var(--d, 0s); }
#leimu-syryo-root .reveal.is-in { opacity: 1; transform: translateY(0); }
#leimu-syryo-root h1, #leimu-syryo-root h2, #leimu-syryo-root h3, #leimu-syryo-root h4, #leimu-syryo-root .group-head h2 {
  font-family: 'Exo 2', 'Open Sans', sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: -0.025em;
}
#leimu-syryo-root h2 b, #leimu-syryo-root h3 b { color: var(--orange); font-weight: 600; }

/* HERO */
#leimu-syryo-root .hero { background: var(--orange); color: #fff; padding: clamp(140px, 18vh, 200px) 0 clamp(80px, 12vh, 140px); }
#leimu-syryo-root .hero h1 { color: #fff; font-size: var(--t1); line-height: 1.05; max-width: 22ch; }
#leimu-syryo-root .hero .sub { margin-top: 20px; font-size: var(--t3); line-height: 1.55; color: rgba(255,255,255,0.9); max-width: 52ch; }
#leimu-syryo-root .hero-back { display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; font-size: var(--t4); font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: #fff; border-bottom: 1px solid rgba(255,255,255,0.55); padding-bottom: 4px; transition: gap .25s var(--ease), border-color .25s var(--ease); }
#leimu-syryo-root .hero-back:hover { gap: 16px; border-color: #fff; }

/* CATALOG */
#leimu-syryo-root .catalog { margin-top: -6vh; border-radius: clamp(24px, 4vw, 56px) clamp(24px, 4vw, 56px) 0 0; position: relative; z-index: 6; background: var(--bg); box-shadow: 0 -32px 60px -28px rgba(20,18,16,0.18); padding: clamp(80px, 10vw, 140px) 0 clamp(60px, 8vw, 100px); }
#leimu-syryo-root .catalog .layout { display: grid; grid-template-columns: 280px 1fr; gap: clamp(40px, 5vw, 80px); align-items: start; }

/* SIDEBAR */
#leimu-syryo-root .sidebar { position: sticky; top: 110px; align-self: start; }
#leimu-syryo-root .sidebar-title { font-size: var(--t4); font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--brown); padding-bottom: 18px; border-bottom: 1px solid var(--line); margin-bottom: 18px; }
#leimu-syryo-root .sidebar-nav { display: flex; flex-direction: column; }
#leimu-syryo-root .sidebar-nav a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 16px; margin: 2px 0; border-radius: 8px; font-size: var(--t3); font-weight: 600; color: var(--ink-soft); transition: all .25s var(--ease); }
#leimu-syryo-root .sidebar-nav a:hover { background: var(--line-2); color: var(--ink); }
#leimu-syryo-root .sidebar-nav a.is-active { background: var(--orange); color: #fff; }
#leimu-syryo-root .content { min-width: 0; }

/* REGION SWITCH */
#leimu-syryo-root .region-switch { display: inline-flex; background: var(--line-2); border-radius: 999px; padding: 4px; margin-bottom: clamp(28px, 3vw, 40px); gap: 0; }
#leimu-syryo-root .region-btn { display: inline-flex; align-items: center; padding: 11px 24px; border-radius: 999px; font-size: var(--t3); font-weight: 600; color: var(--ink-soft); transition: background .25s var(--ease), color .25s var(--ease); text-decoration: none; cursor: pointer; white-space: nowrap; }
#leimu-syryo-root .region-btn:not(.is-active):hover { color: var(--ink); background: rgba(0,0,0,0.05); }
#leimu-syryo-root .region-btn.is-active { background: var(--orange); color: #fff; cursor: default; }
@media (max-width: 480px) { #leimu-syryo-root .region-switch { display: flex; width: 100%; } #leimu-syryo-root .region-btn { flex: 1; justify-content: center; padding: 11px 16px; font-size: var(--t4); } }

/* GROUPS */
#leimu-syryo-root .group { scroll-margin-top: 100px; padding-bottom: clamp(48px, 5vw, 72px); margin-bottom: clamp(48px, 5vw, 72px); border-bottom: 1px solid var(--line); }
#leimu-syryo-root .group:last-of-type { border-bottom: 0; margin-bottom: 0; }
#leimu-syryo-root .group-head { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: clamp(28px, 3vw, 40px); }
#leimu-syryo-root .group-head h2 { font-size: var(--t2); color: var(--ink); }
#leimu-syryo-root .group-head .count { font-size: var(--t4); font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }

/* CAT CARDS */
#leimu-syryo-root .cards-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(16px, 2vw, 24px); }
#leimu-syryo-root .cat-card { background: var(--bg); border: 1px solid var(--line); border-radius: 12px; padding: clamp(20px, 2vw, 28px); display: flex; align-items: center; gap: clamp(16px, 2vw, 24px); color: inherit; text-decoration: none; transition: all .3s var(--ease); position: relative; overflow: hidden; }
#leimu-syryo-root .cat-card:hover { border-color: var(--orange); transform: translateY(-2px); box-shadow: 0 20px 40px -20px rgba(240,130,54,0.25); }
#leimu-syryo-root .cat-card .body { flex: 1; min-width: 0; }
#leimu-syryo-root .cat-card h3 { font-size: var(--t3); line-height: 1.25; color: var(--ink); transition: color .25s var(--ease); overflow-wrap: break-word; word-wrap: break-word; hyphens: auto; }
#leimu-syryo-root .cat-card:hover h3 { color: var(--orange); }
#leimu-syryo-root .cat-card .arrow { margin-top: 8px; font-size: var(--t4); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--orange); display: inline-flex; align-items: center; gap: 6px; opacity: 0; transition: opacity .25s var(--ease); }
#leimu-syryo-root .cat-card:hover .arrow { opacity: 1; }
#leimu-syryo-root .cat-card .thumb { width: clamp(120px, 14vw, 160px); height: clamp(120px, 14vw, 160px); border-radius: 12px; overflow: hidden; flex-shrink: 0; background: var(--line-2); position: relative; }
#leimu-syryo-root .cat-card:hover .thumb img { transform: scale(1.05); }
#leimu-syryo-root .cat-card .thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s var(--ease-out); }
/* NEW BADGE & PERSISTENT ARROW для категорий-новинок */
#leimu-syryo-root .cat-card .new-badge { position: absolute; top: 10px; left: 10px; z-index: 2; background: var(--orange); color: #fff; padding: 5px 12px; border-radius: 999px; font-size: var(--t4); font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; pointer-events: none; box-shadow: 0 4px 12px -4px rgba(240,130,54,0.6); }
#leimu-syryo-root .cat-card.is-new .arrow { opacity: 1; }

/* FEATURED */
#leimu-syryo-root .featured-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(16px, 2vw, 24px); }
#leimu-syryo-root .featured-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; text-decoration: none; transition: transform .4s var(--ease-out), box-shadow .3s var(--ease), border-color .3s var(--ease); display: flex; flex-direction: column; position: relative; }
#leimu-syryo-root .featured-card:hover { transform: translateY(-4px); border-color: var(--orange); box-shadow: 0 24px 48px -24px rgba(240,130,54,0.25); }
#leimu-syryo-root .featured-card .featured-img { aspect-ratio: 16/10; overflow: hidden; background: var(--line-2); position: relative; }
#leimu-syryo-root .featured-card .featured-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s var(--ease-out); }
#leimu-syryo-root .featured-card:hover .featured-img img { transform: scale(1.04); }
#leimu-syryo-root .featured-card .badge { position: absolute; top: 14px; left: 14px; z-index: 2; background: var(--orange); color: #fff; font-size: var(--t4); font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; }
#leimu-syryo-root .featured-card .featured-body { padding: clamp(18px, 2vw, 24px); display: flex; flex-direction: column; gap: 12px; }
#leimu-syryo-root .featured-card h3 { font-size: var(--t2); line-height: 1.2; color: var(--ink); }
#leimu-syryo-root .featured-card .arrow { font-size: var(--t4); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--orange); display: inline-flex; align-items: center; gap: 8px; transition: gap .25s var(--ease); }
#leimu-syryo-root .featured-card:hover .arrow { gap: 14px; }

/* CTA BLOCK */
#leimu-syryo-root .cta-block { margin-top: clamp(24px, 3.5vw, 40px); padding-top: clamp(24px, 3.5vw, 40px); display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: end; }
#leimu-syryo-root .cta-block h2 { font-size: var(--t2); line-height: 1.15; max-width: 30ch; }
#leimu-syryo-root .btn { display: inline-flex; align-items: center; gap: 12px; padding: 18px 28px; background: var(--orange); color: #fff; font-weight: 700; font-size: var(--t4); letter-spacing: 0.04em; text-transform: uppercase; border-radius: 999px; transition: background .25s var(--ease); }
#leimu-syryo-root .btn:hover { background: #D86B22; }
#leimu-syryo-root .btn .arr { width: 16px; height: 1px; background: #fff; position: relative; transition: width .3s var(--ease); }
#leimu-syryo-root .btn .arr::before, #leimu-syryo-root .btn .arr::after { content: ''; position: absolute; right: 0; top: 0; width: 7px; height: 1px; background: #fff; }
#leimu-syryo-root .btn .arr::before { transform: rotate(38deg); transform-origin: right; }
#leimu-syryo-root .btn .arr::after { transform: rotate(-38deg); transform-origin: right; }
#leimu-syryo-root .btn:hover .arr { width: 26px; }

/* PRODUCTION TRUST */
#leimu-syryo-root .production-section { background: var(--bg); padding: clamp(56px, 7vw, 96px) 0 clamp(16px, 2vw, 24px); border-top: 1px solid var(--line); }
#leimu-syryo-root .production-trust { background: var(--orange); color: #fff; border-radius: clamp(20px, 3vw, 40px); padding: clamp(36px, 4.5vw, 56px) clamp(28px, 4vw, 56px); display: grid; grid-template-columns: 1fr auto; gap: clamp(28px, 4vw, 48px); align-items: center; max-width: 1100px; margin: 0; }
#leimu-syryo-root .production-trust .eyebrow { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; font-size: var(--t4); letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.85); margin-bottom: 12px; }
#leimu-syryo-root .production-trust .eyebrow::before { content: ''; width: 28px; height: 1px; background: currentColor; }
#leimu-syryo-root .production-trust h2 { color: #fff !important; font-size: var(--t2); line-height: 1.15; margin-bottom: 12px; max-width: 28ch; }
#leimu-syryo-root .production-trust h2 b { color: #fff; font-weight: 600; }
#leimu-syryo-root .production-trust p { color: rgba(255,255,255,0.95); font-size: var(--t3); line-height: 1.55; max-width: 60ch; margin: 0; }
#leimu-syryo-root .production-trust-cta { display: inline-flex; align-items: center; gap: 12px; padding: 18px 26px; background: #fff; color: var(--orange); font-weight: 700; font-size: var(--t4); letter-spacing: 0.04em; text-transform: uppercase; border-radius: 999px; white-space: nowrap; transition: background .25s var(--ease); }
#leimu-syryo-root .production-trust-cta:hover { background: #FFE3D1; }
#leimu-syryo-root .production-trust-cta .arr { width: 16px; height: 1px; background: var(--orange); position: relative; transition: width .3s var(--ease); }
#leimu-syryo-root .production-trust-cta .arr::before, #leimu-syryo-root .production-trust-cta .arr::after { content: ''; position: absolute; right: 0; top: 0; width: 7px; height: 1px; background: var(--orange); }
#leimu-syryo-root .production-trust-cta .arr::before { transform: rotate(38deg); transform-origin: right; }
#leimu-syryo-root .production-trust-cta .arr::after { transform: rotate(-38deg); transform-origin: right; }
#leimu-syryo-root .production-trust-cta:hover .arr { width: 26px; }
@media (max-width: 720px) {
  #leimu-syryo-root .production-trust { grid-template-columns: 1fr; padding: 28px 22px; gap: 20px; }
  #leimu-syryo-root .production-trust-cta { justify-self: start; }
}

/* ISO */
#leimu-syryo-root .iso-section { background: var(--bg); padding: clamp(48px, 6vw, 80px) 0 clamp(24px, 3vw, 40px); border-top: 1px solid var(--line); }
#leimu-syryo-root .iso-block { display: grid; grid-template-columns: clamp(220px, 26vw, 300px) 1fr; gap: clamp(40px, 5vw, 80px); align-items: center; max-width: 1000px; margin: 0; padding: 0 clamp(24px, 4vw, 64px); }
#leimu-syryo-root .iso-image { display: flex; align-items: center; justify-content: center; }
#leimu-syryo-root .iso-image img { width: 100%; height: auto; display: block; }
#leimu-syryo-root .iso-text .iso-eyebrow { display: inline-block; font-size: var(--t4); font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--orange); margin-bottom: 14px; }
#leimu-syryo-root .iso-text h2 { font-size: var(--t2); line-height: 1.15; color: var(--ink); margin-bottom: 20px; text-transform: uppercase; }
#leimu-syryo-root .iso-text p { font-size: var(--t3); line-height: 1.65; color: var(--ink-soft); max-width: 60ch; margin: 0; }
@media (max-width: 720px) {
  #leimu-syryo-root .iso-block { grid-template-columns: 1fr; gap: 28px; }
  #leimu-syryo-root .iso-image { max-width: 240px; margin: 0; }
}

/* CONTACTS */
#leimu-syryo-root .contacts { padding: clamp(56px, 7vw, 96px) 0 clamp(40px, 5vw, 64px); border-top: 1px solid var(--line); background: var(--bg); }
#leimu-syryo-root .contacts .eyebrow { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; font-size: var(--t4); letter-spacing: 0.18em; text-transform: uppercase; color: var(--orange); }
#leimu-syryo-root .contacts .eyebrow::before { content: ''; width: 28px; height: 1px; background: currentColor; }
#leimu-syryo-root .contacts h2 { font-size: var(--t1) !important; line-height: 1.05 !important; max-width: 22ch !important; margin-top: 18px; color: var(--ink); }
#leimu-syryo-root .contacts h2 b { color: var(--orange); font-weight: 600; }
#leimu-syryo-root .contacts .layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 80px); margin-top: 48px; }
#leimu-syryo-root .contacts .items { display: flex; flex-direction: column; }
#leimu-syryo-root .contacts .item { display: grid; grid-template-columns: 130px 1fr; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
#leimu-syryo-root .contacts .item .k { font-size: var(--t4); font-weight: 700; color: var(--brown); letter-spacing: 0.16em; text-transform: uppercase; }
#leimu-syryo-root .contacts .item .v { font-size: var(--t3); font-weight: 700; color: var(--ink); letter-spacing: -0.012em; }
#leimu-syryo-root .contacts .item .v a:hover { color: var(--orange); }
#leimu-syryo-root .contacts .social-h { font-size: var(--t4); font-weight: 700; color: var(--brown); letter-spacing: 0.16em; text-transform: uppercase; padding-bottom: 6px; display: block; }
#leimu-syryo-root .contacts .social a { display: flex; justify-content: space-between; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--line); font-size: var(--t4); font-weight: 700; transition: color .25s var(--ease), padding-left .25s var(--ease); }
#leimu-syryo-root .contacts .social a:hover { color: var(--orange); padding-left: 8px; }
#leimu-syryo-root .contacts .social .handle { font-size: var(--t4); font-weight: 500; color: var(--muted); }
#leimu-syryo-root .contacts .social a,
#leimu-syryo-root .contacts .social a[href*="dzen"],
#leimu-syryo-root .contacts .social a[href*="dzen.ru"] { display: flex !important; visibility: visible !important; opacity: 1 !important; }

/* MOBILE */
@media (max-width: 1100px) {
  #leimu-syryo-root .catalog .layout { grid-template-columns: 1fr; gap: 32px; }
  #leimu-syryo-root .sidebar { display: none !important; }
  #leimu-syryo-root .featured-grid { grid-template-columns: 1fr 1fr; }
  #leimu-syryo-root .cards-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 960px) {
  #leimu-syryo-root .hero { padding: 100px 0 60px; }
  #leimu-syryo-root .hero h1 { max-width: none; }
  #leimu-syryo-root .hero .sub { max-width: none; }
  #leimu-syryo-root .catalog { margin-top: 0; border-radius: 0; box-shadow: none; padding: 60px 0; }
  #leimu-syryo-root .group-head { flex-direction: column; align-items: flex-start; gap: 4px; }
  #leimu-syryo-root .cta-block { grid-template-columns: 1fr; gap: 20px; padding: 24px 0 0; }
  #leimu-syryo-root .cta-block .btn { width: fit-content; justify-self: start; }
  #leimu-syryo-root .featured-grid, #leimu-syryo-root .cards-grid { grid-template-columns: 1fr !important; gap: 12px !important; }
  #leimu-syryo-root .cat-card, #leimu-syryo-root .featured-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin: 0 !important; }
  #leimu-syryo-root .cat-card { padding: 16px !important; gap: 14px !important; }
  #leimu-syryo-root .cat-card .thumb { width: 92px !important; height: 92px !important; min-width: 92px !important; }
  #leimu-syryo-root .cat-card .new-badge { top: 6px !important; left: 6px !important; padding: 3px 8px !important; font-size: 10px !important; letter-spacing: 0.04em !important; }
  #leimu-syryo-root .wrap { padding: 0 16px !important; }
  #leimu-syryo-root .contacts .layout { grid-template-columns: 1fr !important; }
  #leimu-syryo-root .contacts .item { grid-template-columns: 1fr !important; gap: 8px !important; }
}
@media (max-width: 720px) {
  #leimu-syryo-root .featured-grid { grid-template-columns: 1fr; }
  #leimu-syryo-root .cards-grid { grid-template-columns: 1fr; }
  #leimu-syryo-root .featured-card .featured-img { aspect-ratio: 16/9; }
}
@media (max-width: 480px) {
  #leimu-syryo-root .hero { padding: 84px 0 44px; }
}