:root {
  --ink: #242425;
  --muted: #6c6967;
  --brand: #96343c;
  --brand-2: #6f282e;
  --accent: #ad5960;
  --accent-dark: #7e2d34;
  --surface: #f5f3f1;
  --line: #e2ddda;
  --white: #fff;
  --radius: 18px;
  --shadow: 0 14px 40px rgba(36, 36, 37, .11);
}

html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body {
  max-width: 100%;
  overflow-x: clip;
  color: var(--ink);
  background: var(--white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body a { color: var(--brand-2); transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
body a:hover, body a:focus { color: var(--brand); }
img { height: auto; }
p { margin: 0 0 1em; }
h1, h2, h3, h4 { color: var(--ink); font-weight: 750; letter-spacing: -.025em; line-height: 1.18; }
h1 { font-size: clamp(2.2rem, 5vw, 4.6rem); }
h2 { font-size: clamp(1.75rem, 3vw, 2.75rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }

.skip-link { position: fixed; top: 12px; left: 12px; z-index: 99999; padding: 10px 16px; color: #fff; background: #000; border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { color: #fff; transform: translateY(0); }
.container { max-width: 1180px; }

/* Локальные пиктограммы: внешние шрифты не загружаются. */
.fa { display: inline-block; width: 1.15em; font-style: normal; font-weight: 800; text-align: center; line-height: 1; }
.fa:before { content: "•"; }
.fa-phone:before { content: "☎"; }
.fa-map-marker:before { content: "⌖"; }
.fa-shield:before { content: "◆"; }
.fa-truck:before { content: "▰"; }
.fa-thumbs-up:before, .fa-check-circle:before { content: "✓"; }
.fa-rub:before { content: "₽"; }
.fa-clock-o:before { content: "◷"; }
.fa-envelope-o:before { content: "✉"; }
.fa-sun-o:before { content: "☀"; }
.fa-snowflake-o:before { content: "❄"; }
.fa-road:before { content: "↟"; }
.fa-hand-paper-o:before { content: "✋"; }
.fa-filter:before { content: "◒"; }
.fa-eye:before { content: "◉"; }
.fa-medkit:before { content: "+"; }
.fa-th-large:before { content: "▦"; }
.fa-cubes:before { content: "▧"; }
.fa-pencil-square-o:before, .fa-file-image-o:before { content: "✎"; }
.fa-tint:before { content: "◆"; }
.fa-cube:before { content: "□"; }
.fa-users:before { content: "●"; }

/* Header */
.header_bg { position: relative; z-index: 100; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); box-shadow: 0 4px 24px rgba(36,36,37,.06); }
.header { padding: 18px 0 0; }
.head-t { display: flex; align-items: center; gap: 32px; padding: 0 6px 16px; }
.logo { float: none; width: 225px; margin: 0; }
.logo img { width: 100%; max-height: 72px; object-fit: contain; object-position: left center; }
.header_right { float: none; width: auto; flex: 1; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.header-meta { color: var(--muted); font-size: .88rem; font-weight: 650; max-width: 190px; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.location-picker > a { display: inline-flex; gap: 7px; align-items: center; font-weight: 700; text-decoration: none; white-space: nowrap; }
.location-picker .fa { color: var(--accent-dark); }
#loginBox { top: 42px; right: auto; left: 0; width: min(430px, 88vw); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
#loginForm { padding: 20px; }
.category-list { columns: 2; padding: 12px 0 0; list-style: none; }
.category-item { break-inside: avoid; margin: 0 0 7px; }
.header-phone { display: flex; flex-direction: column; line-height: 1.2; }
.header-phone a { color: var(--ink); font-size: 1.15rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.header-phone span { margin-top: 5px; color: var(--muted); font-size: .78rem; }
.header-cta, .btn-primary-site, .button1, .crt-btn a {
  display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 22px;
  border: 0; border-radius: 12px; color: #fff !important; background: var(--brand); font-weight: 800; text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(111,40,46,.20);
}
.header-cta:hover, .btn-primary-site:hover, .button1:hover, .crt-btn a:hover { background: var(--brand-2); transform: translateY(-1px); box-shadow: 0 11px 25px rgba(111,40,46,.24); }
.btn-secondary-site { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 22px; border: 1px solid rgba(255,255,255,.45); border-radius: 12px; color: #fff !important; font-weight: 750; text-decoration: none !important; }
.btn-secondary-site:hover { background: rgba(255,255,255,.12); }

.nav-toggle { display: none; }
.main-nav { position: relative; border-top: 1px solid var(--line); }
ul.megamenu { position: static; display: flex; align-items: center; justify-content: center; gap: 4px; margin: 0; padding: 0; background: transparent; list-style: none; }
ul.megamenu > li { position: relative; float: none; list-style: none; }
ul.megamenu > li > a { padding: 15px 18px; color: var(--ink); font-size: .93rem; font-weight: 750; text-transform: none; border: 0 !important; }
ul.megamenu > li > a:hover, ul.megamenu > li.active > a { color: var(--brand-2); background: var(--surface); }
.main-nav .catalog-menu-item { position: static; display: flex; align-items: center; }
.submenu-toggle { margin-left: -13px; padding: 5px 9px; color: var(--brand); background: transparent; border: 0; border-radius: 8px; font-size: 1.15rem; line-height: 1; cursor: pointer; }
.submenu-toggle:hover, .submenu-toggle:focus-visible { background: var(--surface); outline: 2px solid var(--accent); }
.megapanel { position: absolute; z-index: 200; top: 100%; left: 0; right: 0; display: none; width: auto; transform: none; background: #fff; border: 1px solid var(--line) !important; border-radius: 0 0 18px 18px; box-shadow: var(--shadow); }
.catalog-menu-item:hover .megapanel, .catalog-menu-item:focus-within .megapanel, .catalog-menu-item.submenu-open .megapanel { display: block; animation: menu-in .18s ease-out; }
.megapanel .row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; padding: 24px; }
.megapanel .row:before, .megapanel .row:after { display: none; content: none; }
.megapanel .col1 { float: none; width: auto; }
.h_nav h4 { color: var(--brand); font-size: .92rem; font-weight: 850; text-transform: none; }
.h_nav ul li a { padding: 5px 0; color: var(--muted); font-size: .88rem; text-transform: none; }

@keyframes menu-in { from { opacity: 0; transform: translateY(-7px); } to { opacity: 1; transform: translateY(0); } }

/* Hero and reusable sections */
.home-hero { position: relative; overflow: hidden; padding: 76px 0 72px; color: #fff; background: radial-gradient(circle at 78% 32%, rgba(150,52,60,.28), transparent 38%), linear-gradient(120deg, #242425 0%, #343133 58%, #512e32 100%); background-size: 120% 120%; animation: hero-breathe 14s ease-in-out infinite alternate; }
.home-hero:after { content: ""; position: absolute; right: -100px; bottom: -180px; width: 520px; height: 520px; border: 90px solid rgba(255,255,255,.045); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); gap: 64px; align-items: center; }
.hero-grid:before, .hero-grid:after, .trust-grid:before, .trust-grid:after, .cta-band-inner:before, .cta-band-inner:after { display: none; content: none; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; color: #ffe8ea; font-size: .82rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.home-hero h1 { max-width: 820px; margin: 0 0 22px; color: #fff; }
.home-hero .hero-lead { max-width: 700px; margin-bottom: 30px; color: rgba(255,255,255,.82); font-size: 1.18rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-panel { padding: 28px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: rgba(255,255,255,.1); backdrop-filter: blur(8px); }
.hero-panel h2 { margin-bottom: 18px; color: #fff; font-size: 1.35rem; }
.hero-panel ul { margin: 0; padding: 0; list-style: none; }
.hero-panel li { position: relative; margin: 0 0 14px; padding-left: 30px; color: rgba(255,255,255,.9); }
.hero-panel li:before { content: "✓"; position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 20px; height: 20px; color: var(--brand); background: #fff; border-radius: 50%; font-size: 12px; font-weight: 900; }
.trust-strip { background: #fff; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 23px 22px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; margin-bottom: 3px; color: var(--brand); font-size: 1rem; }
.trust-item span { color: var(--muted); font-size: .86rem; }
.content-section { padding: 74px 0; }
.content-section.alt { background: var(--surface); }
.section-head { max-width: 760px; margin: 0 auto 38px; text-align: center; }
.section-head p { color: var(--muted); font-size: 1.05rem; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.category-card { display: flex; flex-direction: column; min-height: 210px; padding: 26px; color: var(--ink) !important; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none !important; box-shadow: 0 5px 18px rgba(36,36,37,.05); }
.category-card:hover { transform: translateY(-4px); border-color: #e2b9bd; box-shadow: var(--shadow); }
.category-card .icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 30px; color: var(--brand); background: #f0e9e8; border-radius: 12px; font-size: 1.3rem; }
.category-icon { width: 32px; height: 32px; overflow: visible; }
.industry-preview { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.industry-preview a { position: relative; display: flex; flex-direction: column; min-height: 135px; padding: 22px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 15px; text-decoration: none; overflow: hidden; }
.industry-preview a:after { content: ""; position: absolute; right: -22px; bottom: -28px; width: 82px; height: 82px; background: #eee9e6; border-radius: 50%; transition: transform .3s ease; }
.industry-preview a:hover { color: var(--ink); border-color: #e2b9bd; box-shadow: var(--shadow); transform: translateY(-3px); }
.industry-preview a:hover:after { transform: scale(1.18); }
.industry-preview strong { position: relative; z-index: 1; color: var(--brand); font-size: 1.05rem; }
.industry-preview span { position: relative; z-index: 1; margin-top: 7px; color: var(--muted); font-size: .88rem; }
.section-link { margin-top: 22px; text-align: center; font-weight: 850; }
.solution-hero, .solution-detail-hero { padding: 70px 0; color: #fff; background: linear-gradient(125deg,#691018,#aa1d28 60%,#cf2b36); }
.solution-hero h1, .solution-detail-hero h1 { color: #fff; }
.solution-hero p, .solution-detail-hero p { max-width: 790px; color: rgba(255,255,255,.82); font-size: 1.08rem; }
.solution-detail-grid { display: grid; grid-template-columns: 1fr 300px; align-items: center; gap: 48px; }
.solution-hero-icon { display: grid; place-items: center; width: 240px; height: 240px; color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22); border-radius: 38px; transform: rotate(3deg); }
.solution-hero-icon svg { width: 140px; height: 140px; }
.industry-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.industry-card { display: flex; flex-direction: column; min-height: 280px; padding: 26px; color: var(--ink)!important; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none!important; transition: transform .3s ease,box-shadow .3s ease,border-color .3s ease; }
.industry-card:hover { transform: translateY(-5px); border-color: #e2b9bd; box-shadow: var(--shadow); }
.industry-icon { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 24px; color: var(--brand); background: #eee9e6; border-radius: 16px; }
.industry-icon svg { width: 38px; height: 38px; }
.industry-card h2 { font-size: 1.18rem; }
.industry-card p { color: var(--muted); font-size: .9rem; }
.industry-card .more { margin-top: auto; color: var(--brand); font-weight: 850; }
.category-card h3 { margin: 0 0 8px; font-size: 1.2rem; }
.category-card p { margin: 0 0 16px; color: var(--muted); font-size: .9rem; }
.category-card .more { margin-top: auto; color: var(--brand-2); font-weight: 800; }
.benefit-grid, .steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.benefit-card, .step-card { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.benefit-card .fa { margin-bottom: 20px; color: var(--accent-dark); font-size: 1.8rem; }
.step-number { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 20px; color: #fff; background: var(--brand); border-radius: 50%; font-weight: 850; }
.seo-copy { max-width: 900px; margin: auto; color: #4e4446; }
.seo-copy h2, .seo-copy h3 { margin-top: 1.2em; }
.faq-list { max-width: 900px; margin: auto; }
.faq-item { margin-bottom: 12px; padding: 22px 24px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.faq-item h3 { margin: 0 0 9px; font-size: 1.08rem; }
.faq-item p { margin: 0; color: var(--muted); }
.section-kicker { display: inline-block; margin-bottom: 10px; color: var(--accent-dark); font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.lead-copy { color: #4e4446; font-size: 1.08rem; }
.seo-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 30px 0 42px; }
.seo-columns > div { padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.seo-columns h3 { margin-bottom: 14px; }
.seo-columns ul { margin: 0; padding-left: 20px; }
.seo-columns li { margin-bottom: 9px; }
.category-seo.content-section { margin:42px 0 0; padding:44px; background:#fff; border:1px solid var(--line); border-radius:22px; box-shadow:0 12px 34px rgba(36,36,37,.06); }
.category-seo .seo-copy { max-width:none; }
.category-seo .seo-copy > h2 { margin:.25em 0 .55em; font-size:clamp(1.8rem,2.5vw,2.45rem); }
.category-seo .lead-copy { max-width:920px; font-size:1rem; line-height:1.7; }
.category-seo .seo-columns { margin:26px 0 34px; }
.category-seo .seo-columns > div { padding:24px; background:#f6f4f2; border-color:#e5e1de; box-shadow:none; }
.category-seo .faq-item { background:#f8f7f5; }
.inline-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 30px; padding: 26px; color: #fff; background: #343133; border-radius: var(--radius); }
.inline-cta strong, .inline-cta span { display: block; color: #fff; }
.inline-cta span { margin-top: 5px; color: rgba(255,255,255,.76); }
.cta-band { padding: 46px 0; color: #fff; background: linear-gradient(120deg,#2c2a2b,#453236); }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-band h2 { margin: 0 0 8px; color: #fff; }
.cta-band p { margin: 0; color: rgba(255,255,255,.75); }

/* Legacy content modernization */
.arriv { padding: 60px 0; }
.arriv-top, .arriv-bottm, .arriv-las { margin: 0 0 20px; }
.arriv-left, .arriv-right, .arriv-left1, .arriv-right1, .arriv-left2, .arriv-middle, .arriv-right2 { overflow: hidden; padding-left: 10px; padding-right: 10px; border-radius: var(--radius); }
.arriv img { border-radius: var(--radius); }
.arriv-info, .arriv-info1, .arriv-info2, .arriv-info3 { text-shadow: 0 2px 15px rgba(0,0,0,.45); }
.special { padding: 70px 0; background: var(--surface); }
.special > .container > h3 { display: none; }
.special .specia-top { font-weight: 400; text-align: left; }
.women_main { padding: 36px 0 60px; }
.women { margin-bottom: 24px; padding: 0 0 18px; border-bottom: 1px solid var(--line); }
.women h1, .women h4 { margin: 0 0 12px; color: var(--ink); font-size: clamp(1.8rem, 3vw, 2.55rem); text-transform: none; }
.women p { color: var(--muted); }
.breadcrumb { margin-top: 26px; padding: 12px 16px; background: var(--surface); border-radius: 10px; }
.w_sidebar { padding: 20px; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; }
.w_nav1 { margin-bottom: 24px; }
.w_nav1:last-child { margin-bottom: 0; }
.w_nav1 h4 { margin-bottom: 8px; color: var(--brand); font-size: .95rem; }
.w_nav1 ul li a { display: block; padding: 7px 0; color: var(--muted); font-size: .9rem; line-height: 1.35; }
.sort { display: flex; align-items: center; gap: 10px; margin-top: 18px; }
.sort select { min-height: 42px; padding: 7px 38px 7px 12px; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.sortirovka { display: flex; flex-wrap: wrap; align-items: stretch; margin: 0 -9px; }
.sortirovka > .category-grid, .sortirovka > .info-card { width: 100%; }
.sortirovka .grids_of_4 { display: contents; }
.grid1_of_4 { float: none; width: calc(33.333% - 18px); margin: 9px; }
.grid1_of_4:first-child { margin-left: 9px; }
.grid1_of_4 .content_box { display: flex; flex-direction: column; height: 100%; padding: 16px; background: #fff; border: 1px solid var(--line); border-radius: 15px; box-shadow: 0 5px 20px rgba(36,36,37,.05); }
.grid1_of_4 .content_box:hover { border-color: #e2b9bd; box-shadow: var(--shadow); }
.grid1_of_4 img { width: 100%; height: 240px; object-fit: contain; background: #fff; image-rendering: auto; filter: saturate(1.03) contrast(1.02); transform: translateZ(0); }
.grid1_of_4 .content_box > a { display: block; overflow: hidden; border-radius: 11px; }
.grid1_of_4 .content_box > a img { transition: transform .35s ease, filter .35s ease; }
.grid1_of_4 .content_box:hover > a img { transform: scale(1.035); filter: saturate(1.08) contrast(1.04); }
.grid1_of_4 h4 { margin: 14px 0 12px; font-size: 1rem; line-height: 1.4; text-transform: none; }
.grid1_of_4 h4 a { color: var(--ink); }
.item_price { margin-top: auto; }
.item_price h6, .price-new { color: var(--brand); font-size: 1.18rem; font-weight: 850; }
.single_left { display: grid; grid-template-columns: minmax(260px, 42%) minmax(0, 1fr); gap: 42px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); }
.grid.images_3_of_2, .desc1.span_3_of_2 { float: none; width: auto; margin: 0; }
.desc1 h1, .desc1 h3 { margin-bottom: 18px; font-size: clamp(1.75rem, 3vw, 2.5rem); }
.product-buy-box { margin-top: 24px; padding: 20px; background: var(--surface); border-radius: 14px; }
.product-buy-box p { margin-bottom: 12px; color: var(--muted); }
.product-buy-box .btn-primary-site { margin-right: 8px; }
.product-gallery { display: grid; grid-template-columns: repeat(4,1fr); gap: 9px; margin-top: 12px; }
.product-gallery a { display: block; overflow: hidden; aspect-ratio: 1; background: #fff; border: 2px solid transparent; border-radius: 10px; }
.product-gallery a:hover, .product-gallery a:focus-visible { border-color: var(--brand); }
.product-gallery a.is-active { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(213,31,44,.12); }
.product-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.product-gallery a:hover img { transform: scale(1.06); }
.toch-photo { position:relative; display:flex; align-items:center; justify-content:center; min-height:420px; overflow:hidden; background:#fff; border-radius:16px; touch-action:pan-y; }
.toch-photo .example-image { width:100%; max-height:620px; object-fit:contain; }
.gallery-arrow { position:absolute; z-index:3; top:50%; display:grid; place-items:center; width:46px; height:46px; padding:0; transform:translateY(-50%); color:#fff; background:rgba(36,31,32,.76); border:0; border-radius:50%; font-size:2rem; line-height:1; box-shadow:0 8px 20px rgba(36,31,32,.18); transition:background .2s ease,transform .2s ease; }
.gallery-arrow:hover,.gallery-arrow:focus-visible { background:var(--brand); transform:translateY(-50%) scale(1.05); }
.gallery-arrow-prev { left:12px; }
.gallery-arrow-next { right:12px; }
.gallery-counter { position:absolute; z-index:3; right:12px; bottom:12px; padding:6px 10px; color:#fff; background:rgba(36,31,32,.76); border-radius:999px; font-size:.78rem; font-weight:800; }
.product-disclaimer { margin-top: 18px; padding: 15px 17px; color: #575250; background: #f5f2ef; border: 1px solid var(--line); border-radius: 10px; font-size: .88rem; }
.product-photo-note { margin: 10px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.product-value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 22px 0 36px; }
.product-value-grid > div { padding: 18px; background: #f6f4f2; border: 1px solid var(--line); border-radius: 13px; }
.product-value-grid strong, .product-value-grid span { display: block; }
.product-value-grid strong { color: var(--brand); }
.product-value-grid span { margin-top: 5px; color: var(--muted); font-size: .85rem; }
.product-content { display: grid; grid-template-columns: minmax(0,1fr) minmax(290px,.45fr); gap: 28px; margin: 40px 0; }
.product-content-main { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.product-spec-card { padding: 25px; background: #241719; border-radius: var(--radius); }
.product-spec-card h2 { color: #fff; }
.product-spec-card dl { margin: 0; }
.product-spec-card dl div { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 12px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.product-spec-card dt { color: #cbbabd; font-size: .8rem; font-weight: 500; }
.product-spec-card dd { margin: 0; color: #fff; font-size: .86rem; font-weight: 750; overflow-wrap: anywhere; }
.product-guide { margin: 0 0 40px; padding: 32px; background: var(--surface); border-radius: var(--radius); }
.product-guide > h2 { margin-top: 1.4em; }
.product-guide > h2:first-child { margin-top: 0; }
.single-bottom1 { margin-top: 32px; border: 1px solid var(--line); border-radius: var(--radius); }
.single-bottom1 h2, .single-bottom1 h6 { padding: 20px 22px; color: var(--ink); font-size: 1.25rem; }
.page-copy { color: #4e4446; font-size: 1rem; overflow-wrap: anywhere; }
.page-copy #div1, .page-copy #div2 { overflow-x: auto; padding-top: 18px; }
.page-copy ul { margin: 0 0 22px; padding-left: 22px; }
.page-copy li { margin-bottom: 8px; }
.info-card { margin: 20px 0; padding: 24px; background: var(--surface); border-left: 4px solid var(--accent); border-radius: 0 14px 14px 0; }
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 24px 0; }
.contact-card { padding: 24px; background: var(--surface); border: 1px solid var(--line); border-radius: 15px; }
.contact-card h2 { font-size: 1.15rem; }
.contact-card a { color: var(--ink); font-size: 1.1rem; font-weight: 800; }
.map-frame { overflow: hidden; margin-top: 28px; border-radius: var(--radius); box-shadow: var(--shadow); }
.map-frame iframe { display: block; border: 0; }
.map-card { display: flex; align-items: center; gap: 24px; margin-top: 24px; padding: 28px; background: linear-gradient(135deg,#f4f1ee,#fff); border: 1px solid var(--line); border-radius: var(--radius); }
.map-pin { display: grid; place-items: center; flex: 0 0 76px; width: 76px; height: 76px; color: #fff; background: var(--brand); border-radius: 50% 50% 50% 10px; font-size: 2rem; transform: rotate(-45deg); }
.map-pin::first-letter { transform: rotate(45deg); }
.map-card strong { font-size: 1.25rem; }
table { width: 100%; margin: 16px 0; border-collapse: collapse; }
table td, table th { padding: 10px; border: 1px solid var(--line) !important; }
table .header, table th { color: #fff; background: var(--brand); }

/* Footer */
.foot-top { padding: 38px 0; background: #faedef; }
.foot-top h4 { color: var(--brand); font-size: 1.02rem; }
.foot-top p { color: var(--muted); line-height: 1.55; }
.footer { padding: 54px 0 28px; color: #f0dfe1; background: #241719; }
.footer h4 { margin-bottom: 17px; color: #fff !important; }
.footer [class*="col-"] { min-width: 0; }
.footer li { display: block; min-width: 0; list-style: none; margin-bottom: 9px; color: #f0dfe1; }
.footer li a, .footer a, .footer span { max-width: 100%; color: #f0dfe1 !important; opacity: 1 !important; overflow-wrap: anywhere; word-break: break-word; }
.footer li a { display: inline-block; padding: 2px 0; text-decoration: none; border-bottom: 1px solid transparent; }
.footer li a:hover, .footer li a:focus-visible, .footer a:hover { color: #fff !important; border-bottom-color: var(--accent); }
.footer .container > p { color: #f0dfe1; }
.footer-note { margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-developer { float: right; }
.mobile-call { display: none; }

/* Varied layouts within the restrained red brand system. */
.content-section:nth-of-type(even) { background: linear-gradient(135deg,#fff 0%,#f7f5f3 58%,#efebe8 100%); }
.content-section:nth-of-type(3n) { position: relative; overflow: hidden; }
.content-section:nth-of-type(3n):after { content:""; position:absolute; width:260px; height:260px; right:-120px; top:-120px; border:42px solid rgba(213,31,44,.06); border-radius:50%; pointer-events:none; }
.page-copy:nth-of-type(even) { background: linear-gradient(135deg,#fff,#fff5f5); }
.related-products { margin-top: 38px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg,#fff,#f6f4f2); box-shadow: 0 18px 45px rgba(36,36,37,.08); }
.related-products > h2 { margin-top: 0; }
.related-products-track { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.related-products .product { display: flex; flex-direction: column; min-width: 0; margin: 0; padding: 16px; border: 1px solid var(--line); border-radius: 16px; background:#fff; }
.related-products .product-desc { float:none; width:auto; flex: 1; }
.related-products .product-img { width: 112px; }
.related-products .product-img,.related-products .prod1-desc,.related-products .product_price { float:none; }
.related-products .prod1-desc { width:auto; }
.related-products .product-img img { width: 100%; height: 132px; object-fit: contain; }
.related-products .product_price { display:flex; width:auto; align-items:center; justify-content:space-between; gap:12px; padding:12px 0 0; }
.related-products .clearfix { display:none; }
.related-products .button1 { margin:0; }

.reveal-ready { opacity: 0; transform: translateY(20px); transition: opacity .55s ease, transform .55s cubic-bezier(.2,.7,.2,1); }
.reveal-ready.is-visible { opacity: 1; transform: translateY(0); }
@keyframes hero-breathe { from { background-position: 30% 40%; } to { background-position: 70% 60%; } }

@media (max-width: 991px) {
  .header-meta, .header-cta { display: none; }
  .header_right { justify-content: flex-end; }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-panel { max-width: 620px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .industry-grid, .industry-preview { grid-template-columns: repeat(2,1fr); }
  .benefit-grid, .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .grid1_of_4 { width: calc(50% - 18px); }
  .s-d { margin-bottom: 24px; }
  .cta-band-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 1599px) and (min-width: 768px) {
  .women_main > .s-d { display:none; }
  .women_main > .w_content { float:none; width:100%; }
}

@media (min-width: 768px) and (max-width: 900px) {
  .menu-open { overflow: hidden; }
  .nav-toggle { display: flex; align-items: center; justify-content: space-between; width: calc(100% + 30px); min-height: 50px; margin: 0 -15px; padding: 10px 15px; color: var(--ink); background: var(--surface); border: 0; border-top: 1px solid var(--line); cursor: pointer; }
  .nav-toggle-label { font-weight: 800; }
  .nav-toggle-icon { display: grid; gap: 5px; width: 26px; }
  .nav-toggle-icon i { display: block; width: 26px; height: 3px; background: var(--ink); border-radius: 3px; transition: transform .22s ease, opacity .22s ease; }
  .nav-toggle.is-open .nav-toggle-icon i:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .nav-toggle.is-open .nav-toggle-icon i:nth-child(2) { opacity: 0; }
  .nav-toggle.is-open .nav-toggle-icon i:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .main-nav { display: none; margin: 0 -15px; max-height: calc(100vh - 150px); overflow-y: auto; overflow-x: hidden; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 18px 30px rgba(36,36,37,.14); }
  .main-nav.is-open { display: block; animation: mobile-menu-in .2s ease-out; }
  ul.megamenu { display: block; padding: 8px 0 14px; }
  ul.megamenu > li { display: block; }
  ul.megamenu > li > a { display: block; padding: 13px 18px; font-size: 1rem; }
  .catalog-menu-item { display: grid !important; grid-template-columns: 1fr 52px; align-items: center; }
  .submenu-toggle { width: 44px; min-height: 42px; margin: 0 8px 0 0; }
  .megapanel { position: static; grid-column: 1 / -1; width: auto; transform: none; border: 0 !important; border-radius: 0; box-shadow: none; background: var(--surface); }
  .catalog-menu-item:hover .megapanel, .catalog-menu-item:focus-within .megapanel { display: none; }
  .catalog-menu-item.submenu-open .megapanel { display: block; }
  .megapanel .row { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px 24px; padding: 15px 20px; }
}

@media (max-width: 767px) {
  body { padding-bottom: calc(92px + env(safe-area-inset-bottom, 0px)); }
  .header { padding-top: 12px; }
  .head-t { padding-bottom: 12px; gap: 14px; }
  .logo { width: 155px; }
  .header-actions { gap: 8px; }
  .location-picker { display: none; }
  .header-phone span { display: none; }
  .header-phone a { font-size: .96rem; }
  .menu-open { overflow: hidden; }
  .nav-toggle { display: flex; align-items: center; justify-content: space-between; width: calc(100% + 30px); min-height: 50px; margin: 0 -15px; padding: 10px 15px; color: var(--ink); background: var(--surface); border: 0; border-top: 1px solid var(--line); cursor: pointer; }
  .nav-toggle-label { font-weight: 800; }
  .nav-toggle-icon { display: grid; gap: 5px; width: 26px; }
  .nav-toggle-icon i { display: block; width: 26px; height: 3px; background: var(--ink); border-radius: 3px; transition: transform .22s ease, opacity .22s ease; }
  .nav-toggle.is-open .nav-toggle-icon i:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .nav-toggle.is-open .nav-toggle-icon i:nth-child(2) { opacity: 0; }
  .nav-toggle.is-open .nav-toggle-icon i:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .main-nav { display: none; margin: 0 -15px; max-height: calc(100vh - 130px); overflow-y: auto; overflow-x: hidden; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 18px 30px rgba(36,36,37,.14); }
  .main-nav.is-open { display: block; animation: mobile-menu-in .2s ease-out; }
  ul.megamenu { display: block; padding: 8px 0 14px; }
  ul.megamenu > li { display: block; }
  ul.megamenu > li > a { display: block; padding: 13px 18px; font-size: 1rem; }
  .catalog-menu-item { display: grid !important; grid-template-columns: 1fr 52px; align-items: center; }
  .submenu-toggle { width: 44px; min-height: 42px; margin: 0 8px 0 0; }
  .megapanel { position: static; grid-column: 1 / -1; width: auto; transform: none; border: 0 !important; border-radius: 0; box-shadow: none; background: var(--surface); }
  .catalog-menu-item:hover .megapanel, .catalog-menu-item:focus-within .megapanel { display: none; }
  .catalog-menu-item.submenu-open .megapanel { display: block; }
  .megapanel .row { display: grid; grid-template-columns: 1fr; gap: 6px; padding: 15px 20px; }
  .h_nav { margin: 0; }
  .h_nav h4 { margin: 12px 0 4px; }
  .h_nav ul { padding: 0; }
  .h_nav ul li a { display: block; padding: 7px 0; }
  .home-hero { padding: 52px 0; }
  .home-hero h1 { font-size: 2.35rem; }
  .home-hero .hero-lead { font-size: 1rem; }
  .hero-actions > a { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { padding: 17px 6px; border-right: 0; border-bottom: 1px solid var(--line); }
  .category-grid, .benefit-grid, .steps-grid, .contact-grid { grid-template-columns: 1fr; }
  .industry-grid, .industry-preview, .solution-detail-grid { grid-template-columns: 1fr; }
  .solution-hero-icon { display: none; }
  .seo-columns { grid-template-columns: 1fr; }
  .inline-cta { align-items: stretch; flex-direction: column; }
  .content-section { padding: 52px 0; }
  .grid1_of_4 { width: calc(50% - 12px); margin: 6px; }
  .grid1_of_4:first-child { margin-left: 6px; }
  .grid1_of_4 .content_box { padding: 11px; }
  .grid1_of_4 img { height: 160px; }
  .grid1_of_4 h4 { font-size: .9rem; }
  .single_left { grid-template-columns: 1fr; gap: 24px; padding: 18px; }
  .product-value-grid, .product-content { grid-template-columns: 1fr; }
  .product-guide { padding: 22px 17px; }
  .category-seo.content-section { margin:28px -15px 0; padding:30px 18px; border-left:0; border-right:0; border-radius:0; }
  .toch-photo { min-height:340px; }
  .toch-photo .example-image { max-height:62vh; }
  .product-gallery { display:flex; gap:10px; margin:12px -4px 0; padding:4px 4px 10px; overflow-x:auto; overflow-y:hidden; scroll-snap-type:x mandatory; overscroll-behavior-inline:contain; scrollbar-width:thin; scrollbar-color:var(--brand) #f6e7e8; }
  .product-gallery a { flex:0 0 88px; width:88px; aspect-ratio:1; scroll-snap-align:start; }
  .product-gallery img { object-fit:contain; }
  .gallery-arrow { width:42px; height:42px; font-size:1.7rem; }
  .gallery-arrow-prev { left:8px; }
  .gallery-arrow-next { right:8px; }
  .related-products { margin: 28px -15px 0; padding: 24px 15px 20px; border-radius: 0; }
  .related-products-track { display:flex; gap:14px; margin:0 -15px; padding:2px 15px 14px; overflow-x:auto; overflow-y:hidden; scroll-snap-type:x mandatory; overscroll-behavior-inline:contain; scrollbar-width:thin; scrollbar-color:var(--brand) #f6e7e8; }
  .related-products .product { flex:0 0 min(88vw,342px); min-height:0; scroll-snap-align:center; padding:14px; }
  .related-products .product-desc { display:grid; grid-template-columns:96px 1fr; gap:12px; }
  .related-products .product-img { width:96px; }
  .related-products .product-img img { height:118px; }
  .related-products .prod1-desc { min-width:0; }
  .related-products .prod1-desc h5 { margin-top:0; font-size:1rem; line-height:1.35; }
  .related-products .product_descr { display:-webkit-box; overflow:hidden; -webkit-box-orient:vertical; -webkit-line-clamp:3; font-size:.86rem; }
  .related-products .product_price { clear:both; width:100%; }
  .related-products .button1 { min-height:42px; }
  .sort { align-items: stretch; flex-direction: column; }
  .sort select { width: 100%; }
  .w_sidebar { display: none; }
  .footer .col-md-3 { margin-bottom: 28px; }
  .footer .container { display:flex; flex-direction:column; }
  .footer .container > [class*="col-"] { float:none; width:100%; margin:0 0 30px; padding-left:0; padding-right:0; }
  .footer .clearfix { display:none; }
  .footer-note { width:100%; margin-top:4px; }
  .footer-developer { display: block; float: none; margin-top: 8px; }
  .mobile-call { position: fixed; z-index: 2147483000; bottom: calc(10px + env(safe-area-inset-bottom, 0px)); left: 10px; right: 10px; display: grid; grid-template-columns: 1fr 1fr; padding: 8px; gap: 8px; background: rgba(255,255,255,.97); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 12px 34px rgba(78,17,24,.24); pointer-events:auto; -webkit-transform:translateZ(0); }
  .mobile-call a { position:relative; z-index:1; display: flex; align-items: center; justify-content: center; min-height: 52px; padding:10px 8px; border-radius: 11px; font-weight: 800; line-height:1.15; text-align:center; text-decoration: none; touch-action:manipulation; -webkit-tap-highlight-color:transparent; }
  .mobile-call .call { color: #fff; background: var(--brand); }
  .mobile-call .request { color: #fff; background: #343133; }
}

@media (max-width: 420px) {
  .logo { width: 135px; }
  .header-phone a { font-size: .86rem; }
  .grid1_of_4 { width: calc(100% - 12px); }
}

@keyframes mobile-menu-in { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }

@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal-ready { opacity: 1; transform: none; }
}
