:root {
  --ink: #16191c;
  --coal: #121517;
  --red: #c81524;
  --red-dark: #98111b;
  --line: #e7eaee;
  --soft: #f6f7f8;
  --white: #fff;
  --muted: #68727c;
  --shadow: 0 18px 48px rgba(18, 21, 23, .1);
  --max: 1360px;
  --font: "Inter", "Segoe UI", Arial, sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--font); font-weight: 400; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.wrap { width: min(calc(100% - 44px), var(--max)); margin: auto; }
.topbar { background: #111417; color: rgba(255,255,255,.8); font-size: .82rem; }
.topbar-inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-weight: 600; }
.site-header { position: sticky; top: 0; z-index: 70; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); box-shadow: 0 8px 22px rgba(18,21,23,.04); }
.header-main { min-height: 118px; display: grid; grid-template-columns: 260px 1fr auto; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; }
.brand img { width: 188px; height: 96px; object-fit: contain; object-position: left center; }
.nav { display: flex; align-items: center; justify-content: center; gap: 34px; font-size: .98rem; font-weight: 650; }
.nav > a, .nav-drop > a { position: relative; padding: 18px 0; }
.nav > a::after, .nav-drop > a::after { position: absolute; left: 0; bottom: 8px; width: 0; height: 2px; background: var(--red); content: ""; transition: width .22s ease; }
.nav > a:hover::after, .nav-drop:hover > a::after { width: 100%; }
.nav-drop { position: relative; }
.drop-menu { position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(8px); width: 350px; padding: 12px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); opacity: 0; visibility: hidden; pointer-events: none; transition: .18s ease; display: grid; gap: 2px; }
.nav-drop:hover .drop-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); pointer-events: auto; }
.drop-menu a { padding: 12px 14px; color: var(--muted); font-weight: 550; }
.drop-menu a:hover { color: var(--red); background: #fff4f5; }
.quote-pill, .btn { display: inline-flex; min-height: 58px; align-items: center; justify-content: center; border: 0; border-radius: 6px; padding: 14px 28px; background: var(--red); color: var(--white); font-weight: 700; box-shadow: 0 14px 28px rgba(200,21,36,.22); cursor: pointer; }
.btn.ghost { background: #fff; color: var(--ink); box-shadow: none; }
.header-search { padding: 0 0 18px; }
.search, .catalog-search { display: grid; grid-template-columns: 1fr auto; width: 100%; border: 1px solid var(--line); background: var(--white); }
.search { max-width: 760px; margin: auto; }
.search input, .catalog-search input, .filter-form select, .wa-form input, .wa-form textarea { border: 0; min-width: 0; padding: 16px 18px; outline: none; color: var(--ink); background: #fff; }
.search button, .catalog-search button, .filter-form button { border: 0; padding: 0 26px; background: var(--coal); color: #fff; font-weight: 650; cursor: pointer; }
.hero-slider { position: relative; height: min(720px, calc(100vh - 120px)); min-height: 560px; overflow: hidden; background: #111; color: #fff; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .8s ease; display: grid; align-items: center; }
.hero-slide.is-active { opacity: 1; z-index: 1; }
.hero-slide::before { position: absolute; inset: 0; background: linear-gradient(92deg, rgba(10,12,14,.92) 0%, rgba(10,12,14,.7) 43%, rgba(10,12,14,.16) 100%), var(--hero-image) center center / cover no-repeat; content: ""; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: radial-gradient(circle at 78% 18%, rgba(200,21,36,.18), transparent 26%); }
.hero-content { position: relative; z-index: 2; padding: 70px 0; }
.eyebrow { display: inline-flex; gap: 12px; align-items: center; color: var(--red); font-size: .76rem; font-weight: 750; text-transform: uppercase; letter-spacing: .02em; }
.eyebrow::before { width: 42px; height: 2px; background: currentColor; content: ""; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 850px; margin: 20px 0 24px; font-size: clamp(3rem, 5.1vw, 5.7rem); line-height: 1.03; font-weight: 760; letter-spacing: 0; }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 3vw, 3.35rem); line-height: 1.1; font-weight: 690; letter-spacing: 0; }
h3 { line-height: 1.25; font-weight: 650; }
.hero-content p { max-width: 720px; color: rgba(255,255,255,.78); font-size: 1.16rem; line-height: 1.78; font-weight: 400; }
.lead { color: rgba(255,255,255,.78); font-size: 1.08rem; line-height: 1.78; }
.lead.dark { color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-dots { position: absolute; left: 50%; bottom: 28px; z-index: 4; transform: translateX(-50%); display: flex; gap: 10px; }
.hero-dots button { width: 34px; height: 4px; border: 0; background: rgba(255,255,255,.34); cursor: pointer; }
.hero-dots button.is-active { background: var(--red); }
.stats-band { background: #121517; color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid article { min-height: 126px; padding: 28px 30px; border-right: 1px solid rgba(255,255,255,.1); display: grid; align-content: center; }
.stats-grid strong { font-size: 2.25rem; line-height: 1; color: #fff; font-weight: 690; }
.stats-grid span { margin-top: 8px; color: rgba(255,255,255,.64); font-weight: 500; }
.section { padding: 94px 0; }
.soft { background: var(--soft); }
.split { display: grid; grid-template-columns: .92fr 1fr; gap: 82px; align-items: center; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.section-head h2 { margin-bottom: 0; max-width: 760px; }
.text-link { color: var(--red); font-weight: 700; }
.image-composition { display: grid; grid-template-columns: 1fr .72fr; gap: 18px; align-items: end; }
.image-composition img { width: 100%; min-height: 360px; object-fit: cover; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.image-composition img:nth-child(2) { min-height: 250px; margin-bottom: -36px; padding: 20px; object-fit: contain; }
.category-marquee { overflow: hidden; }
.category-track { display: flex; gap: 18px; width: max-content; animation: marquee 34s linear infinite; }
.category-track:hover { animation-play-state: paused; }
.category-card { width: 285px; min-height: 156px; padding: 24px; background: #fff; border: 1px solid var(--line); box-shadow: 0 14px 34px rgba(18,21,23,.06); display: grid; align-content: space-between; }
.category-card span { font-size: 1.02rem; font-weight: 650; }
.category-card small { color: var(--red); font-weight: 650; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.product-card { border: 1px solid var(--line); background: #fff; overflow: hidden; display: grid; box-shadow: 0 12px 32px rgba(18,21,23,.06); opacity: 0; animation: rise .42s ease forwards; }
.product-card img { width: 100%; aspect-ratio: 1.12; object-fit: contain; padding: 24px; background: linear-gradient(180deg, #fafbfc, #f2f4f6); }
.product-card > div { padding: 22px; display: grid; min-height: 252px; }
.product-card span { color: var(--red); font-size: .72rem; font-weight: 650; text-transform: uppercase; }
.product-card h3 { min-height: 58px; font-size: 1rem; font-weight: 630; }
.product-card p { color: var(--muted); font-size: .9rem; line-height: 1.58; }
.card-actions { display: flex; gap: 9px; margin-top: auto; }
.mini { flex: 1; text-align: center; border: 1px solid var(--line); padding: 11px 9px; font-size: .83rem; font-weight: 650; }
.mini.dark { background: var(--coal); color: #fff; border-color: var(--coal); }
.value-grid, .insight-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.value-grid article, .insight { padding: 28px; background: #fff; border: 1px solid var(--line); box-shadow: 0 14px 34px rgba(18,21,23,.05); }
.value-grid p, .insight p { color: var(--muted); line-height: 1.65; }
.insight img { width: 100%; aspect-ratio: 1.45; object-fit: cover; margin-bottom: 20px; }
.process { background: linear-gradient(135deg, #171a1d, #2d3135); color: #fff; }
.process-grid { display: grid; grid-template-columns: 1.1fr repeat(3, 1fr); gap: 18px; align-items: stretch; }
.process-grid article { border: 1px solid rgba(255,255,255,.12); padding: 28px; background: rgba(255,255,255,.05); }
.process-grid b { display: block; color: var(--red); font-size: 2.2rem; font-weight: 650; margin-bottom: 16px; }
.process-grid p { color: rgba(255,255,255,.68); line-height: 1.65; }
.lab-flow { background: #fff; }
.flow-list { display: grid; gap: 14px; }
.flow-list article { display: grid; gap: 6px; padding: 24px; border-left: 3px solid var(--red); background: var(--soft); }
.flow-list strong { font-size: 1.08rem; font-weight: 650; }
.flow-list span { color: var(--muted); line-height: 1.6; }
.contact-strip { background: #fff; }
.contact-panel { display: grid; grid-template-columns: .8fr 1fr; gap: 44px; align-items: center; padding: 42px; background: var(--soft); border: 1px solid var(--line); }
.contact-page { grid-template-columns: .9fr 1fr; }
.contact-page img { width: 100%; height: 520px; object-fit: cover; }
.wa-form { display: grid; gap: 12px; }
.wa-form input, .wa-form textarea { border: 1px solid var(--line); }
.wa-form textarea { min-height: 140px; resize: vertical; }
.page-title { padding: 92px 0; background: linear-gradient(135deg, #f7f8f9 0%, #fff 62%); border-bottom: 1px solid var(--line); }
.page-title h1 { color: var(--ink); }
.page-title p { max-width: 780px; color: var(--muted); font-size: 1.1rem; line-height: 1.7; }
.catalog-layout { display: grid; grid-template-columns: 270px 1fr; gap: 34px; align-items: start; }
.filters { position: sticky; top: 188px; display: grid; gap: 8px; border: 1px solid var(--line); padding: 22px; background: #fff; box-shadow: 0 10px 28px rgba(18,21,23,.05); }
.filters h3 { margin: 16px 0 8px; }
.filters h3:first-child { margin-top: 0; }
.filters a { padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-weight: 500; }
.filters a:hover { color: var(--red); }
.filter-form { display: grid; gap: 10px; }
.filter-form select { border: 1px solid var(--line); width: 100%; }
.filter-form button { min-height: 44px; }
.catalog-search { margin-bottom: 24px; }
.product-detail { display: grid; grid-template-columns: .9fr 1fr; gap: 74px; padding: 58px 0 86px; align-items: start; }
.breadcrumb { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-bottom: 20px; color: var(--muted); font-size: .82rem; }
.breadcrumb a { color: var(--ink); }
.breadcrumb em { font-style: normal; color: var(--red); }
.detail-media { border: 1px solid var(--line); background: #f7f8f9; padding: 40px; box-shadow: var(--shadow); }
.detail-media img { width: 100%; max-height: 540px; object-fit: contain; }
.detail-info h1 { color: var(--ink); font-size: clamp(2rem, 3vw, 3.2rem); line-height: 1.16; margin-top: 0; }
.sku { color: var(--muted); font-weight: 600; }
.wish-line { display: flex; gap: 10px; align-items: center; border-bottom: 1px solid var(--line); padding: 18px 0 26px; color: var(--muted); font-size: .92rem; }
.wish-line span:first-child { color: var(--ink); font-size: 1.45rem; line-height: 1; }
.product-meta { display: grid; gap: 10px; padding: 26px 0 12px; color: var(--muted); }
.product-meta p { margin: 0; }
.product-meta b { color: var(--ink); }
.share-row { display: flex; align-items: center; gap: 10px; margin: 8px 0 26px; color: var(--muted); }
.share { width: 28px; height: 28px; display: inline-grid; place-items: center; border-radius: 50%; color: #fff; font-size: .85rem; font-weight: 700; }
.share.fb { background: #1877f2; }
.share.ig { background: #d62976; }
.share.wa { background: #25d366; }
.product-order { min-width: 190px; }
.product-extra { padding-top: 0; }
.product-extra > .wrap > h2 { text-align: center; color: var(--red); font-size: 1rem; text-transform: uppercase; border-bottom: 2px solid var(--red); width: max-content; margin: 0 auto 28px; padding-bottom: 10px; }
.info-table { width: 100%; border-collapse: collapse; margin-bottom: 34px; }
.info-table th, .info-table td { border-top: 1px solid var(--line); padding: 16px 12px; text-align: left; }
.info-table th { width: 180px; color: var(--ink); font-weight: 650; }
.info-table td { color: var(--muted); font-style: italic; }
.article { max-width: 900px; padding: 70px 0; }
.article p { color: var(--muted); line-height: 1.85; font-size: 1.08rem; }
.news-hero { min-height: 520px; display: grid; align-items: end; color: #fff; background: linear-gradient(90deg, rgba(10,12,14,.9), rgba(10,12,14,.48)), var(--hero-image) center / cover no-repeat; }
.news-hero .wrap { padding: 90px 0; }
.news-hero p { max-width: 760px; color: rgba(255,255,255,.78); line-height: 1.75; }
.footer { background: #101315; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .8fr .9fr; gap: 62px; padding: 72px 0; }
.footer-logo { width: 230px; max-height: 170px; object-fit: contain; object-position: left center; margin-bottom: 18px; }
.footer h3 { color: #fff; font-weight: 650; }
.footer p, .footer a { display: block; color: rgba(255,255,255,.68); line-height: 1.65; margin-bottom: 10px; }
.footer .btn { display: inline-flex; color: #fff; margin-top: 8px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 22px; text-align: center; color: rgba(255,255,255,.58); font-weight: 500; }
.float-wa { position: fixed; right: 24px; bottom: 22px; z-index: 90; width: 70px; height: 70px; border-radius: 999px; display: grid; place-items: center; background: #25d366; box-shadow: 0 16px 34px rgba(37,211,102,.34); }
.float-wa img { width: 45px; height: 45px; object-fit: contain; }
.admin-body { background: var(--soft); }
.admin-shell { display: grid; grid-template-columns: 260px 1fr; min-height: 100vh; }
.admin-side { background: var(--coal); color: #fff; padding: 28px; }
.admin-side img { width: 180px; margin-bottom: 30px; background: #fff; padding: 8px; }
.admin-side a { display: block; padding: 12px 0; color: rgba(255,255,255,.76); font-weight: 550; }
.admin-main { padding: 34px; }
.panel { border: 1px solid var(--line); padding: 24px; background: #fff; box-shadow: var(--shadow); margin-bottom: 22px; }
.table { width: 100%; border-collapse: collapse; }
.table th, .table td { border-bottom: 1px solid var(--line); padding: 12px; text-align: left; font-size: .9rem; }
.field { display: grid; gap: 7px; margin-bottom: 14px; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid var(--line); padding: 12px; }
.admin-two { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.admin-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn.danger { background: #5d151b; }
.admin-textarea { width: 100%; border: 1px solid var(--line); padding: 12px; }
@keyframes rise { from { transform: translateY(12px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (max-width: 1100px) {
  .header-main { grid-template-columns: 1fr; gap: 16px; padding: 18px 0; }
  .brand, .nav { justify-content: center; }
  .quote-pill { justify-self: center; }
  .split, .catalog-layout, .product-detail, .footer-grid, .admin-shell, .contact-panel, .process-grid, .admin-two { grid-template-columns: 1fr; }
  .product-grid, .value-grid, .insight-grid { grid-template-columns: repeat(2, 1fr); }
  .filters { position: static; }
}
@media (max-width: 700px) {
  .topbar { display: none; }
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .brand img { width: 170px; height: 86px; object-position: center; }
  .nav { flex-wrap: wrap; gap: 16px; }
  .drop-menu { left: 0; transform: translateY(8px); width: min(88vw, 340px); }
  .nav-drop:hover .drop-menu { transform: translateY(0); }
  .quote-pill { width: 100%; }
  .hero-slider { height: auto; min-height: 620px; }
  .hero-slide::before { background: linear-gradient(180deg, rgba(10,12,14,.93), rgba(10,12,14,.58)), var(--hero-image) center / cover no-repeat; }
  h1 { font-size: clamp(2.45rem, 12vw, 3.8rem); }
  .stats-grid, .product-grid, .value-grid, .insight-grid { grid-template-columns: 1fr; }
  .image-composition { grid-template-columns: 1fr; }
  .image-composition img:nth-child(2) { margin-bottom: 0; }
  .section { padding: 68px 0; }
  .section-head { display: block; }
  .contact-page img { height: 320px; }
  .float-wa { width: 62px; height: 62px; right: 16px; bottom: 16px; }
  .float-wa img { width: 40px; height: 40px; }
}
