:root {
  --rose-950: #35131f;
  --rose-900: #4a1d2d;
  --rose-800: #6f2b43;
  --rose-700: #913c5b;
  --rose-500: #c66b8d;
  --rose-300: #f0b8ca;
  --rose-150: #fde8ef;
  --rose-80: #fff6f9;
  --cream: #fbfbfd;
  --champagne: #f1f2f6;
  --neutral-950: #07070a;
  --neutral-900: #15151a;
  --neutral-800: #292a31;
  --neutral-700: #4a4d57;
  --neutral-500: #8d929d;
  --neutral-300: #d7d9df;
  --neutral-120: #eef0f4;
  --neutral-80: #fafbfc;
  --ink: #17151a;
  --muted: #6f6973;
  --line: rgba(74, 29, 45, .12);
  --sport-900: #06121b;
  --sport-700: #0d3348;
  --sport-500: #127b91;
  --sport-accent: #6ac0a7;
  --wound-900: #293943;
  --wound-500: #79b6d4;
  --wound-100: #eef8fc;
  --radius: 28px;
  --radius-lg: 44px;
  --shadow: 0 26px 80px rgba(31, 24, 30, .12);
  --shadow-dark: 0 28px 80px rgba(0, 0, 0, .24);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #fff, var(--rose-80));
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
.theme-neutral {
  --muted: #686c75;
  --line: rgba(21, 21, 26, .13);
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfd 46%, var(--neutral-80) 100%);
}
.theme-neutral .kicker { color: #8f5368; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.section { padding: 98px 0; position: relative; }
.section-tight { padding: 58px 0; }
.kicker { text-transform: uppercase; letter-spacing: .18em; color: var(--rose-700); font-size: .78rem; font-weight: 900; }
h1, h2, h3, h4 { margin: 0; line-height: .98; letter-spacing: -.055em; }
h1 { font-size: clamp(3.4rem, 4vw, 4rem); }
h2 { font-size: clamp(2.4rem, 3vw, 3rem); }
h3 { font-size: clamp(1.45rem, 2vw, 2rem); }
p, li { color: var(--muted); line-height: 1.7; }
strong { color: var(--ink); }
.btn {
  border: 0;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 900;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform .24s ease, box-shadow .24s ease, background .24s ease, color .24s ease;
}
.btn:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.btn-primary, .btn-pink { background: linear-gradient(135deg, var(--rose-900), var(--rose-500)); color: #fff; }
.theme-neutral .btn-primary { background: linear-gradient(135deg, var(--neutral-950), var(--neutral-800) 56%, #9b6678); color: #fff; }
.theme-neutral .btn-soft { color: var(--neutral-900); background: rgba(255,255,255,.88); }
.theme-neutral .btn-ghost { background: rgba(255,255,255,.72); border-color: rgba(21,21,26,.12); }
.theme-neutral .nav-search,
.theme-neutral .nav-icon,
.theme-neutral .account-link,
.theme-neutral .account-info-link,
.theme-neutral .lang-pill { border-color: rgba(255,255,255,.26); }
.theme-sport .btn-primary { background: linear-gradient(135deg, var(--sport-900), var(--sport-500)); color: #fff; }
.theme-wound .btn-primary { background: linear-gradient(135deg, var(--wound-900), var(--wound-500)); color: #fff; }
.btn-dark { background: var(--ink); color: #fff; }
.btn-soft { background: rgba(255,255,255,.82); backdrop-filter: blur(18px); color: var(--rose-900); }
.btn-ghost { border: 1px solid var(--line); background: rgba(255,255,255,.62); color: var(--ink); }
.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 950;
  letter-spacing: -.05em;
  font-size: 1.36rem;
  z-index: 2;
}
.logo-mark {
  width: 100px;
  height: 100px;
  display: inline-block;
  flex: 0 0 auto;
  border: 0;
  border-radius: 0;
  background: url('/logo_white.png') center / contain no-repeat;
  box-shadow: none;
  position: relative;
}
.logo .logo-mark + span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.theme-neutral .logo-mark { background-image: url('/logo_white.png'); }

.theme-beauty .site-header .logo-mark { background-image: url('/logo_white_beauty.png'); }
.theme-sport .site-header .logo-mark { background-image: url('/logo_white_sport.png'); }
.theme-wound .site-header .logo-mark { background-image: url('/logo_white_wound.png'); }

.site-header.scrolled .logo-mark,
.site-header:hover .logo-mark,
.site-header.force-solid .logo-mark,
.theme-neutral .site-header.scrolled .logo-mark,
.theme-neutral .site-header:hover .logo-mark,
.theme-neutral .site-header.force-solid .logo-mark {
  background-image: url('/logo.png');
}

.theme-beauty .site-header.scrolled .logo-mark,
.theme-beauty .site-header:hover .logo-mark,
.theme-beauty .site-header.force-solid .logo-mark {
  background-image: url('/logo_beauty.png');
}
.theme-sport .site-header.scrolled .logo-mark,
.theme-sport .site-header:hover .logo-mark,
.theme-sport .site-header.force-solid .logo-mark {
  background-image: url('/logo_sport.png');
}
.theme-wound .site-header.scrolled .logo-mark,
.theme-wound .site-header:hover .logo-mark,
.theme-wound .site-header.force-solid .logo-mark {
  background-image: url('/logo_wound.png');
}
.theme-neutral .footer .logo-mark,
.footer .logo-mark { background-image: url('/logo_white_full.png');
  height:175px; 
  width: 175px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  color: #fff;
  transition: color .28s ease, box-shadow .28s ease;
}
.topbar { background: linear-gradient(90deg, var(--rose-950), var(--rose-800)); color: #fff; }
.theme-neutral .topbar { background: linear-gradient(90deg, #050506 0%, var(--neutral-900) 54%, #3a3c43 100%); }
.theme-beauty .topbar { background: linear-gradient(90deg, var(--rose-950), var(--rose-800)); }
.theme-sport .topbar { background: linear-gradient(90deg, #03080c, var(--sport-700)); }
.theme-wound .topbar { background: linear-gradient(90deg, #465865, var(--wound-900)); }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content:space-between; gap: 18px; font-size: .86rem; font-weight: 750; }
.topbar-copy, .topbar-socials { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.topbar-copy i { opacity: .78; margin-right: 5px; }
.topbar-socials a { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; color: rgba(255,255,255,.92); background: rgba(255,255,255,.09); transition: background .22s ease, transform .22s ease; }
.topbar-socials a:hover { background: rgba(255,255,255,.22); transform: translateY(-2px); }
.nav-shell { transition: background .28s ease, color .28s ease, box-shadow .28s ease, backdrop-filter .28s ease; }
.site-header.scrolled .nav-shell, .site-header:hover .nav-shell, .site-header.force-solid .nav-shell {
  background: rgba(255,255,255,.94);
  color: var(--ink);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 30px rgba(31,24,30,.08);
}
.theme-neutral .site-header.scrolled .nav-shell,
.theme-neutral .site-header:hover .nav-shell,
.theme-neutral .site-header.force-solid .nav-shell {
  background: rgba(251,251,253,.95);
  box-shadow: 0 10px 30px rgba(14,14,18,.08);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.nav-links { display: flex; align-items: center; gap: clamp(14px, 2vw, 24px); font-weight: 850; font-size: .94rem; }
.nav-links a { position: relative; white-space: nowrap; }
.nav-links a::after { content: ''; position: absolute; left: 0; right: 0; bottom: -8px; height: 2px; transform: scaleX(0); transform-origin: left; background: currentColor; transition: transform .22s ease; }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 9px; }
.nav-search {
  height: 42px;
  width: 42px;
  min-width: 42px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.24);
  transition: width .28s ease, min-width .28s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.nav-search.is-open, .nav-search:focus-within {
  width: 224px;
  min-width: 224px;
  background: rgba(255,255,255,.24);
  box-shadow: 0 12px 28px rgba(74,29,45,.08);
}
.nav-search-button {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  color: inherit;
  background: transparent;
  cursor: pointer;
}
.nav-search input {
  width: 0;
  min-width: 0;
  border: 0;
  background: transparent;
  color: inherit;
  outline: none;
  opacity: 0;
  pointer-events: none;
  transition: width .24s ease, opacity .18s ease;
}
.nav-search.is-open input, .nav-search:focus-within input {
  width: 158px;
  opacity: 1;
  pointer-events: auto;
}
.nav-search input::placeholder { color: currentColor; opacity: .64; }
.site-header.scrolled .nav-search, .site-header:hover .nav-search, .site-header.force-solid .nav-search { background: rgba(74,29,45,.06); border-color: var(--line); }
.site-header.scrolled .nav-search.is-open, .site-header:hover .nav-search.is-open, .site-header.force-solid .nav-search.is-open,
.site-header.scrolled .nav-search:focus-within, .site-header:hover .nav-search:focus-within, .site-header.force-solid .nav-search:focus-within { background: #fff; border-color: rgba(74,29,45,.12); }
.nav-icon {
  width: 42px; height: 42px; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center; gap: 4px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.24);
  font-weight: 900;
}
.site-header.scrolled .nav-icon, .site-header:hover .nav-icon, .site-header.force-solid .nav-icon { background: rgba(74,29,45,.06); border-color: var(--line); }
.theme-neutral .site-header.scrolled .nav-search, .theme-neutral .site-header:hover .nav-search, .theme-neutral .site-header.force-solid .nav-search,
.theme-neutral .site-header.scrolled .nav-icon, .theme-neutral .site-header:hover .nav-icon, .theme-neutral .site-header.force-solid .nav-icon,
.theme-neutral .site-header.scrolled .account-link, .theme-neutral .site-header:hover .account-link, .theme-neutral .site-header.force-solid .account-link,
.theme-neutral .site-header.scrolled .account-info-link, .theme-neutral .site-header:hover .account-info-link, .theme-neutral .site-header.force-solid .account-info-link,
.theme-neutral .site-header.scrolled .lang-pill, .theme-neutral .site-header:hover .lang-pill, .theme-neutral .site-header.force-solid .lang-pill { background: rgba(21,21,26,.055); border-color: rgba(21,21,26,.12); }
.theme-neutral .site-header.scrolled .nav-search.is-open, .theme-neutral .site-header:hover .nav-search.is-open, .theme-neutral .site-header.force-solid .nav-search.is-open,
.theme-neutral .site-header.scrolled .nav-search:focus-within, .theme-neutral .site-header:hover .nav-search:focus-within, .theme-neutral .site-header.force-solid .nav-search:focus-within { background: #fff; border-color: rgba(21,21,26,.13); }
.cart-link span { font-size: .76rem; }
.account-link, .account-info-link, .lang-pill {
  min-height: 42px;
  border-radius: 999px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(255,255,255,.18);
  font-size: .88rem;
  font-weight: 900;
  white-space: nowrap;
}
.account-info-link { font-size: .82rem; }
.site-header.scrolled .account-link, .site-header:hover .account-link, .site-header.force-solid .account-link,
.site-header.scrolled .account-info-link, .site-header:hover .account-info-link, .site-header.force-solid .account-info-link,
.site-header.scrolled .lang-pill, .site-header:hover .lang-pill, .site-header.force-solid .lang-pill { background: rgba(74,29,45,.06); border-color: var(--line); }
.lang-select { border: 0; background: transparent; color: inherit; font-weight: 900; outline: none; }
.menu-toggle { display: none; color: inherit; background: transparent; border: 0; font-size: 1.7rem; z-index: 1301; }
.mobile-menu {
  position: fixed;
  inset: 0;
  background: linear-gradient(145deg, rgba(255,246,249,.99), rgba(247,239,233,.99));
  z-index: 1200;
  display: none;
  overflow: auto;
  padding: 122px 18px 34px;
  color: var(--ink);
}
.mobile-menu.open { display: block; }
.theme-neutral .mobile-menu { background: radial-gradient(circle at 88% 12%, rgba(201,151,169,.18), transparent 28%), linear-gradient(145deg, rgba(255,255,255,.99), rgba(239,241,246,.99)); }
.mobile-panel { min-height: calc(100vh - 156px); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 26px; text-align: center; }
.mobile-search { width: min(560px, 100%); min-height: 58px; border: 1px solid var(--line); border-radius: 999px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding: 8px 10px 8px 18px; background: #fff; box-shadow: var(--shadow); }
.mobile-search input { border: 0; outline: 0; background: transparent; min-width: 0; }
.mobile-search button { border: 0; border-radius: 999px; background: var(--rose-900); color: #fff; padding: 10px 16px; font-weight: 900; }
.theme-neutral .mobile-search button { background: linear-gradient(135deg, var(--neutral-950), #8f5368); }
.mobile-menu nav { display: grid; gap: 15px; font-size: clamp(2rem, 8vw, 4.4rem); font-weight: 950; letter-spacing: -.065em; }
.mobile-menu nav a { line-height: .98; }
.mobile-lang { display: inline-flex; align-items: center; gap: 12px; border-radius: 999px; border: 1px solid var(--line); background: #fff; padding: 10px 16px; font-weight: 900; }
.mobile-socials a { background: var(--rose-900); color: #fff; }
.theme-neutral .mobile-socials a { background: linear-gradient(135deg, var(--neutral-950), #8f5368); }
.hero {
  min-height: 100vh;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: var(--rose-950);
}
.theme-neutral .hero { background: var(--neutral-950); }
.hero-video, .hero-bg {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%; object-fit: cover;
}
.hero-video { opacity: .42; }
.hero-bg { background-size: cover; background-position: center; opacity: .92; }
.hero::after, .media-hero::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(16, 8, 12, .23), rgba(20, 8, 14, .78));
}
.theme-neutral .hero::after { background: linear-gradient(180deg, rgba(8, 8, 10, .18), rgba(7, 7, 10, .82)); }
.hero-content { position: relative; z-index: 2; padding: 190px 0 76px; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 42px; align-items: end; }
.hero-card {
  padding: 28px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.14);
  border-radius: var(--radius);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-dark);
}
.hero-card p { color: rgba(255,255,255,.82); }
.hero-actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 14px; }
.badge-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.badge { padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.76); color: var(--ink); font-weight: 900; font-size: .84rem; display: inline-flex; align-items: center; gap: 6px; }
.theme-sport .badge { color: var(--sport-900); }
.bg-logo {
  position: absolute;
  right: 4vw;
  top: 10%;
  width: min(560px, 62vw);
  height: auto;
  aspect-ratio: 1 / 1;
  border: 0;
  border-radius: 0;
  background: url('/icon.png') center / contain no-repeat;
  opacity: .075;
  pointer-events: none;
  z-index: 0;
}
.theme-neutral .bg-logo { background-image: url('/icon.png'); opacity: .055; }
.theme-beauty .bg-logo { background-image: url('/logo_beauty.png'); opacity: .085; }
.theme-sport .bg-logo { background-image: url('/logo_sport.png'); opacity: .085; }
.theme-wound .bg-logo { background-image: url('/logo_wound.png'); opacity: .09; }
.bg-logo::after { display: none; content: none; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card-grid.two { grid-template-columns: repeat(2, 1fr); }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.visual-card {
  position: relative;
  min-height: 420px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  isolation: isolate;
  background: var(--champagne);
}
.visual-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.08) 5%, rgba(0,0,0,.74)); z-index: 1; }
.visual-card .photo { position: absolute; inset: 0; width:100%; height:100%; object-fit: cover; transition: transform .65s ease; }
.visual-card:hover .photo { transform: scale(1.07); }
.visual-card-content { position: absolute; z-index: 2; inset: auto 26px 26px; color: #fff; }
.visual-card-content p { color: rgba(255,255,255,.84); }
.visual-card-hover { opacity: 0; transform: translateY(16px); transition: .3s ease; }
.visual-card:hover .visual-card-hover { opacity: 1; transform: translateY(0); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.product-card {
  border-radius: var(--radius);
  background: rgba(255,255,255,.86);
  box-shadow: 0 16px 50px rgba(74,29,45,.08);
  overflow: hidden;
  position: relative;
  transition: transform .28s ease, box-shadow .28s ease;
  border: 1px solid rgba(74,29,45,.08);
}
.product-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.theme-neutral .product-card { box-shadow: 0 16px 50px rgba(14,14,18,.07); border-color: rgba(21,21,26,.08); }
.theme-neutral .product-image { background: linear-gradient(135deg, #f5f6f9, #e8eaf0); }
.product-image { aspect-ratio: 1 / 1.08; background: var(--rose-150); overflow: hidden; display: block; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.product-card:hover img { transform: scale(1.06); }
.product-body { padding: 20px; }
.price { font-weight: 950; color: var(--ink); }
.compare { color: var(--muted); text-decoration: line-through; margin-left: 8px; font-weight: 700; }
.flip-card { perspective: 1200px; min-height: 320px; }
.flip-inner { position: relative; transform-style: preserve-3d; transition: transform .7s cubic-bezier(.2,.8,.2,1); min-height: 320px; }
.flip-card:hover .flip-inner { transform: rotateY(180deg); }
.flip-face { position: absolute; inset: 0; backface-visibility: hidden; border-radius: var(--radius); padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; box-shadow: var(--shadow); }
.flip-front { color: #fff; background: linear-gradient(135deg, var(--rose-900), var(--rose-500)); }
.flip-front p { color: rgba(255,255,255,.84); }
.flip-back { transform: rotateY(180deg); background: #fff; }
.media-hero { min-height: 68vh; display: grid; align-items: end; position: relative; overflow: hidden; color: #fff; background: var(--rose-950); }
.media-hero .hero-bg-img { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .76; transform: translateZ(0); }
.media-hero-content { z-index: 2; position: relative; padding: 174px 0 70px; }
.neutral-gradient { background: radial-gradient(circle at 18% 6%, rgba(255,255,255,.98) 0 13%, transparent 14%), radial-gradient(circle at 86% 16%, rgba(201,151,169,.16), transparent 25%), linear-gradient(135deg, #ffffff 0%, #f7f8fb 44%, var(--neutral-120) 100%); }
.neutral-dark-section { background: linear-gradient(135deg, #050506 0%, var(--neutral-900) 58%, #383a42 100%); color: #fff; }
.neutral-dark-section p, .neutral-dark-section li { color: rgba(255,255,255,.76); }
.neutral-dark-section .kicker { color: #e4b8c8; }
.beauty-gradient { background: radial-gradient(circle at 18% 6%, rgba(255,255,255,.95) 0 13%, transparent 14%), linear-gradient(135deg, #fff8fa 0%, var(--rose-150) 46%, var(--champagne) 100%); }
.rose-dark-section { background: linear-gradient(135deg, var(--rose-950), var(--rose-800)); color: #fff; }
.rose-dark-section p, .rose-dark-section li { color: rgba(255,255,255,.76); }
.rose-dark-section .kicker { color: var(--rose-300); }
.sport-gradient { background: linear-gradient(135deg, var(--sport-900), var(--sport-700) 52%, var(--sport-500)); color: #fff; }
.sport-gradient p, .sport-gradient li { color: rgba(255,255,255,.8); }
.wound-gradient { background: linear-gradient(135deg, #f8fcff, var(--wound-100), #dcebf2); }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 52px; align-items: center; }
.split.reverse { grid-template-columns: 1.1fr .9fr; }
.panel { background: rgba(255,255,255,.82); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); }
.panel-quiet { background: rgba(255,255,255,.58); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.icon-list { display: grid; gap: 14px; padding: 0; list-style: none; }
.icon-list li { display: flex; gap: 12px; align-items: flex-start; }
.icon-list i { color: var(--rose-700); margin-top: 5px; min-width: 20px; }
.theme-neutral .icon-list i { color: #8f5368; }
.theme-sport .icon-list i { color: var(--sport-accent); }
.theme-wound .icon-list i { color: var(--wound-500); }
.step-list { counter-reset: step; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { counter-increment: step; position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: 0 14px 42px rgba(74,29,45,.07); }
.step-card::before { content: counter(step, decimal-leading-zero); display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 50%; background: var(--rose-900); color: #fff; font-weight: 950; margin-bottom: 18px; }
.theme-neutral .step-card::before { background: linear-gradient(135deg, var(--neutral-950), #8f5368); }
.forms { display: grid; gap: 14px; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.field label { display: block; font-weight: 900; margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 14px 16px; border-radius: 18px; border: 1px solid var(--line); background: rgba(255,255,255,.95); outline: none;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--rose-500); box-shadow: 0 0 0 4px rgba(198,107,141,.13); }
.theme-neutral .field input:focus, .theme-neutral .field select:focus, .theme-neutral .field textarea:focus { border-color: #9b6678; box-shadow: 0 0 0 4px rgba(143,83,104,.14); }
.field textarea { min-height: 130px; resize: vertical; }
.table-wrap { overflow-x: auto; border-radius: 24px; border: 1px solid var(--line); background: #fff; }
table { width: 100%; border-collapse: collapse; min-width: 760px; }
th, td { text-align: left; padding: 16px; border-bottom: 1px solid rgba(74,29,45,.08); vertical-align: top; }
th { font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); }
.gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.gallery a:first-child { grid-column: span 2; }
.gallery img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 24px; box-shadow: 0 12px 40px rgba(74,29,45,.08); }
.product-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 54px; align-items: start; }
.sticky-buy { position: sticky; top: 136px; }
.qty { display: flex; gap: 10px; align-items:center; }
.qty input { max-width: 90px; }
.review-stars { color: #d89a17; }
.review-list { display: grid; gap: 16px; margin-top: 24px; }
.review-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal.open { display: flex; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(18, 7, 13, .66); backdrop-filter: blur(8px); }
.modal-card { position: relative; width: min(720px, 100%); max-height: min(860px, calc(100vh - 40px)); overflow: auto; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-dark); padding: 30px; }
.modal-close { position: absolute; right: 18px; top: 18px; border: 0; background: var(--rose-80); color: var(--rose-900); border-radius: 50%; width: 42px; height: 42px; cursor: pointer; }
.alert { margin: 132px auto -92px; width: min(1180px, calc(100% - 32px)); padding: 14px 18px; border-radius: 18px; font-weight: 800; position: relative; z-index: 3; }
.alert-success { background: #fff5f8; color: var(--rose-900); border: 1px solid var(--line); }
.alert-error { background: #fff0f0; color: #8e2544; border: 1px solid rgba(142,37,68,.16); }
.footer { padding: 76px 0 28px; background: linear-gradient(90deg, var(--rose-950), var(--rose-800)); color: #fff; }
.theme-neutral .footer { background: linear-gradient(90deg, #050506 0%, var(--neutral-900) 54%, #3a3c43 100%); }
.theme-beauty .footer { background: linear-gradient(90deg, var(--rose-950), var(--rose-800)); }
.theme-sport .footer { background: linear-gradient(90deg, #03080c, var(--sport-700)); }
.theme-wound .footer { background: linear-gradient(90deg, #465865, var(--wound-900)); }
.footer a, .footer p { color: rgba(255,255,255,.72); }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 34px; }
.socials { display: flex; gap: 10px; flex-wrap: wrap; }
.socials a { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.08); color:#fff; }
.theme-neutral .socials a, .theme-neutral .topbar-socials a { background: rgba(255,255,255,.10); }
.theme-neutral .socials a:hover, .theme-neutral .topbar-socials a:hover { background: rgba(228,184,200,.20); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); margin-top: 44px; padding-top: 22px; font-size: .9rem;  align-items: center; text-align: center; justify-content: center;}
.admin-nav { display:flex; gap: 12px; flex-wrap: wrap; margin: 20px 0 30px; }
.mini-image { width: 72px; height: 72px; object-fit: cover; border-radius: 16px; }
.faq-item { border-bottom: 1px solid rgba(74,29,45,.09); padding: 20px 0; }
.faq-question { width:100%; text-align:left; border:0; background:transparent; font-weight:950; font-size:1.12rem; display:flex; justify-content:space-between; gap:18px; cursor:pointer; color: var(--ink); }
.faq-answer { display:none; padding-top: 10px; }
.faq-item.open .faq-answer { display:block; }
@media (max-width: 1180px) {
  .account-info-link { display: none; }
  .nav-search.is-open, .nav-search:focus-within { width: 190px; min-width: 190px; }
  .nav-search.is-open input, .nav-search:focus-within input { width: 124px; }
}
@media (max-width: 1040px) {
  .nav-links, .nav-actions { display:none; }
  .menu-toggle { display: block; }
  .site-header .nav-shell { background: rgba(255,255,255,.94); color: var(--ink); backdrop-filter: blur(18px); box-shadow: 0 10px 30px rgba(31,24,30,.08); }
  .site-header .logo-mark { background-image: url('/logo.png'); }
  .theme-beauty .site-header .logo-mark { background-image: url('/logo_beauty.png'); }
  .theme-sport .site-header .logo-mark { background-image: url('/logo_sport.png'); }
  .theme-wound .site-header .logo-mark { background-image: url('/logo_wound.png'); }
  .hero-grid, .split, .split.reverse, .product-layout { grid-template-columns: 1fr; }
  .card-grid, .card-grid.two, .product-grid, .step-list { grid-template-columns: repeat(2, 1fr); }
  .section { padding: 76px 0; }
  .sticky-buy { position: static; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 22px, 1180px); }
  .topbar-inner { justify-content: center; }
  .topbar-copy span { display: none; }
  .topbar-socials { display: none; }
  .mobile-socials { display: flex; justify-content: center; }
  .nav-wrap { min-height: 70px; }
  .logo-mark { width: 118px; height: 38px; }
  .hero-content { padding-top: 150px; }
  .media-hero-content { padding-top: 150px; }
  .card-grid, .card-grid.two, .card-grid.four, .product-grid, .step-list, .form-row, .gallery { grid-template-columns: 1fr; }
  .gallery a:first-child { grid-column: span 1; }
  .visual-card { min-height: 340px; border-radius: 30px; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  h1 { font-size: clamp(3rem, 4rem, 4rem); }
  .modal-card { padding: 24px 18px; }
  .mobile-search { border-radius: 24px; grid-template-columns: auto 1fr; }
  .mobile-search button { grid-column: 1 / -1; }
}
@media (min-width: 1041px) {
  .media-hero .hero-bg-img { background-attachment: fixed; }
}


.footer-payment-row {
  width: 100%;
  margin: 12px auto 0;
  padding: 16px 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 22px);
  flex-wrap: wrap;
  text-align: center;
}

.footer-payment-row .payment-chip2 {
  min-width: 54px;
  height: 42px;
  padding: 6px 10px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
    background: rgba(255, 255, 255, .14);

  border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(10px);
  transition: transform .22s ease, background .22s ease, border-color .22s ease;
}

.footer-payment-row .payment-chip2:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .08);

  border-color: rgba(255, 255, 255, .22);
}

.footer-payment-row .payment-chip2 i {
  font-size: 2rem;
  line-height: 1;
}

.footer-payment-row .payment-chip-logo {
  min-width: 78px;
  padding: 7px 12px;
  background: rgba(255, 255, 255, .02);
}

.footer-payment-row .payment-logo {
  display: block;
  width: auto;
  height: 24px;
  max-width: 110px;
  object-fit: contain;
  border-radius: 6px;
}

.theme-neutral .footer-payment-row .payment-chip2 {
  background: rgba(255, 255, 255, .09);
}

.theme-neutral .footer-payment-row .payment-chip2:hover {
  background: rgba(228, 184, 200, .98);
}

.theme-neutral .footer-payment-row .payment-chip-logo {
  background: rgba(255, 255, 255, .04);
}

@media (max-width: 640px) {
  .footer-payment-row {
    margin-top: 34px;
    padding: 24px 0;
    gap: 10px;
  }

  .footer-payment-row .payment-chip2 {
    min-width: 50px;
    height: 40px;
  }

  .footer-payment-row .payment-chip-logo {
    min-width: 72px;
  }

  .footer-payment-row .payment-logo {
    height: 22px;
    max-width: 96px;
  }
}


/* Mobile overflow guard */
@media (max-width: 1040px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body.menu-open {
    overflow: hidden;
    touch-action: none;
  }

  *,
  *::before,
  *::after {
    min-width: 0;
  }

  img,
  video,
  iframe,
  svg,
  canvas {
    max-width: 100%;
  }

  .site-header,
  .nav-shell,
  .nav-wrap,
  .mobile-menu,
  .footer,
  .footer-inner,
  .footer-grid,
  .footer-payment-row,
  .footer-bottom {
    max-width: 100vw;
    overflow-x: clip;
  }

  h1,
  h2,
  h3,
  h4,
  p,
  a,
  li,
  .btn {
    overflow-wrap: anywhere;
  }
}

/* Improved mobile menu */
@media (max-width: 1040px) {
  .mobile-menu {
    display: block;
    width: 100vw;
    max-width: 100vw;
    min-height: 100dvh;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%);
    transition:
      opacity .28s ease,
      visibility .28s ease,
      transform .34s cubic-bezier(.2, .8, .2, 1);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .mobile-menu.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }

  .mobile-menu-close {
    position: fixed;
    top: 54px;
    right: 18px;
    z-index: 1302;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(21, 21, 26, .12);
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .9);
    color: var(--ink);
    box-shadow: 0 14px 40px rgba(31, 24, 30, .12);
    backdrop-filter: blur(14px);
    cursor: pointer;
  }

  .mobile-menu-close i {
    font-size: 1.25rem;
    line-height: 1;
  }

  .mobile-panel {
    width: min(100%, 720px);
    margin: 0 auto;
    padding-inline: 0;
  }

  .mobile-search {
    width: min(100%, 560px);
    max-width: 100%;
  }

  .mobile-menu nav {
    width: 100%;
    max-width: 100%;
    justify-items: center;
  }

  .mobile-menu nav a {
    max-width: 100%;
    text-align: center;
  }

  .mobile-lang,
  .mobile-socials {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .mobile-menu {
    padding: 108px 14px 34px;
  }

  .mobile-menu-close {
    top: 48px;
    right: 14px;
    width: 44px;
    height: 44px;
  }

  .mobile-panel {
    min-height: calc(100dvh - 142px);
    gap: 22px;
  }

  .mobile-menu nav {
    gap: 12px;
    font-size: clamp(1.9rem, 10vw, 3.3rem);
  }
}

/* Center footer on mobile */
@media (max-width: 1040px) {
  .footer {
    text-align: center;
  }

  .footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-grid {
    width: 100%;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 36px;
    text-align: center;
  }

  .footer-brand,
  .footer-col,
  .footer-legal {
    width: min(100%, 420px);
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-logo {
    justify-content: center;
  }

  .footer .logo-mark {
    margin-inline: auto;
  }

  .footer-tagline,
  .footer-address,
  .footer-col p,
  .footer-bottom p {
    margin-inline: auto;
  }

  .footer-socials,
  .footer .socials {
    justify-content: center;
  }

  .footer-payment-row {
    justify-content: center;
    width: min(100%, 520px);
    margin-inline: auto;
  }

  .footer-bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
  }

  .footer-credits-text {
    text-align: center;
  }
}

@media (max-width: 640px) {
  .footer {
    padding: 58px 0 26px;
  }

  .footer-grid {
    gap: 30px;
  }

  .footer-brand,
  .footer-col,
  .footer-legal {
    width: 100%;
  }

  .footer-col h4 {
    margin-bottom: 8px;
  }

  .footer-col p {
    margin: 6px 0;
  }

  .footer-socials {
    gap: 10px;
  }

  .footer-payment-row {
    width: 100%;
    gap: 10px;
  }

  .footer-bottom {
    margin-top: 28px;
    padding-top: 20px;
  }
}


[data-aos] {
  will-change: transform, opacity;
}

[data-aos][data-aos][data-aos-duration] {
  transition-timing-function: cubic-bezier(.22, 1, .36, 1);
}