/* Exull Mode Việt Nam — восстановление из веб-архива (снимок 2024-04-17) */
:root {
  --brand: #d81b60;
  --brand-dark: #ad1457;
  --ink: #232323;
  --ink-soft: #666;
  --line: #eee;
  --bg: #faf7f8;
  --sale: #d81b60;
  --font: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --wrap: 1200px;
}
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; background: #fff; color: var(--ink); font: 400 15px/1.6 var(--font); -webkit-font-smoothing: antialiased; overflow-wrap: break-word; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--brand-dark); text-decoration: none; }
a:hover { text-decoration: underline; }
:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; }
h1, h2, h3 { line-height: 1.25; margin: 0; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 18px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0; }
html { scroll-padding-top: 72px; }
.btn { display: inline-block; padding: 12px 28px; background: var(--brand); color: #fff; font-weight: 600; border-radius: 3px; text-transform: uppercase; letter-spacing: .04em; font-size: 13px; }
.btn:hover { background: var(--brand-dark); text-decoration: none; }

.topbar { background: var(--brand-dark); color: #fff; font-size: 12.5px; }
.topbar__inner { display: flex; flex-wrap: wrap; gap: 8px 28px; justify-content: center; padding: 7px 0; }

.site-header { background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,.08); position: sticky; top: 0; z-index: 40; }
.site-header__inner { display: flex; align-items: center; gap: 18px; min-height: 60px; }
.brand img { height: 44px; width: auto; }
.nav-toggle { margin-left: auto; display: none; width: 44px; height: 44px; padding: 10px; background: none; border: 0; cursor: pointer; }
.nav-toggle__bar { display: block; height: 2px; background: var(--brand-dark); margin: 5px 0; }
.primary-nav { margin-left: auto; }
.primary-nav__list { display: flex; gap: 2px; margin: 0; padding: 0; list-style: none; }
.primary-nav__list a { display: block; padding: 10px 16px; color: var(--ink); font-weight: 600; text-transform: uppercase; font-size: 13px; }
.primary-nav__list a:hover { color: var(--brand); text-decoration: none; }

.hero { background: linear-gradient(135deg, #fce4ec, #f8bbd0); padding: 50px 0; text-align: center; }
.hero__eyebrow { margin: 0 0 8px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; color: var(--brand-dark); }
.hero h1 { font-size: clamp(24px, 4vw, 38px); color: var(--ink); }
.hero p { max-width: 62ch; margin: 14px auto 0; color: var(--ink-soft); }
.hero__cta { margin-top: 24px; }

.products, .section { padding: 44px 0; }
.section--alt { background: var(--bg); }
.section-title { font-size: clamp(20px, 2.6vw, 28px); text-align: center; text-transform: uppercase; letter-spacing: .03em; color: var(--brand-dark); margin-bottom: 30px; }

.grid { display: grid; gap: 20px; margin: 0; padding: 0; list-style: none; }
.grid--products { grid-template-columns: repeat(4, 1fr); }
.grid > * { min-width: 0; }
.product { position: relative; height: 100%; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 4px; overflow: hidden; }
.product__disc { position: absolute; top: 8px; left: 8px; z-index: 2; background: var(--sale); color: #fff; font-weight: 700; font-size: 12px; padding: 3px 8px; border-radius: 3px; }
.product__media { margin: 0; aspect-ratio: 1 / 1; background: #f4f4f4; display: grid; place-items: center; }
.product__media img { width: 100%; height: 100%; object-fit: cover; }
.product__noimg { color: #d0a5b4; font-weight: 700; letter-spacing: .12em; font-size: 20px; }
.product__title { padding: 12px 12px 6px; font-size: 13.5px; font-weight: 500; line-height: 1.4; flex: 1; }
.product__price { padding: 0 12px 14px; margin: 0; display: flex; align-items: baseline; gap: 8px; }
.product__sale { color: var(--sale); font-weight: 700; font-size: 15px; }
.product__orig { color: #aaa; text-decoration: line-through; font-size: 12.5px; }

.cat-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cat-cols > * { min-width: 0; }
.cat-col h3 { font-size: 16px; color: var(--brand-dark); text-transform: uppercase; margin-bottom: 12px; padding-bottom: 8px; border-bottom: 2px solid var(--brand); }
.cat-col ul { margin: 0; padding: 0; list-style: none; }
.cat-col li { padding: 6px 0; color: var(--ink-soft); border-bottom: 1px solid var(--line); }

.perks { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.perks > * { min-width: 0; }
.perks li { padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 4px; }
.perks h3 { font-size: 15px; color: var(--brand-dark); margin-bottom: 6px; }
.perks p { margin: 0; font-size: 13.5px; color: var(--ink-soft); }

.site-footer { background: #2a2226; color: #d8ccd1; }
.site-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 34px; padding: 40px 18px; }
.site-footer__grid > * { min-width: 0; }
.footer-col h2 { color: #fff; font-size: 16px; text-transform: uppercase; margin-bottom: 14px; }
.footer-contact { font-style: normal; }
.footer-contact p { margin: 0 0 8px; }
.footer-contact a { color: #fff; }
.footer-col p { margin: 0 0 10px; font-size: 14px; }
.footer-gp { color: #a99aa1; font-size: 12.5px; }
.site-footer__bottom { background: #1e181b; }
.site-footer__bottom .wrap { padding: 14px 18px; }
.site-footer__bottom p { margin: 0; font-size: 13px; }

@media (max-width: 1024px) { .grid--products { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 767px) {
  .nav-toggle { display: block; }
  .primary-nav { position: absolute; top: 100%; left: 0; right: 0; background: #fff; box-shadow: 0 10px 18px rgba(0,0,0,.12); display: none; z-index: 40; }
  .site-header { position: relative; }
  .primary-nav.is-open { display: block; }
  .primary-nav__list { flex-direction: column; padding: 6px 0; }
  .primary-nav__list li { border-top: 1px solid var(--line); }
  .primary-nav__list a { padding: 12px 18px; }
  .grid--products { grid-template-columns: 1fr 1fr; }
  .cat-cols { grid-template-columns: 1fr; }
  .perks { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 24px; }
}
