/* KABO — Display What You Love */
:root {
  --bg: #fafaf7;
  --surface: #ffffff;
  --soft: #f2f1ec;
  --ink: #0f0f0f;
  --ink-2: #2b2b2b;
  --muted: #6d6c68;
  --line: #e7e5df;
  --accent: #f6c21c;
  --accent-ink: #1a1400;
  --red: #e0301e;
  --green: #1f9d55;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow: 0 1px 2px rgba(0,0,0,.04), 0 8px 30px rgba(0,0,0,.06);
  --max: 1320px;
  --gutter: clamp(16px, 3vw, 32px);
  --font: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --display: "Archivo", "Manrope", system-ui, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 15px/1.6 var(--font); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: 0; padding: 0; }
input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 { font-family: var(--display); line-height: 1.15; letter-spacing: -.01em; margin: 0 0 .5em; }
h1 { font-size: clamp(26px, 3.4vw, 40px); font-weight: 800; }
h2 { font-size: clamp(22px, 2.6vw, 32px); font-weight: 800; }
h3 { font-size: 18px; font-weight: 700; }
p { margin: 0 0 1em; }
.sr-only { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }
.muted { color: var(--muted); }
.eyebrow { font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.section { padding: clamp(40px, 6vw, 84px) 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 26px; flex-wrap: wrap; }
.section-head h2 { margin: 0; }
.link-arrow { font-weight: 700; font-size: 14px; display: inline-flex; gap: 6px; align-items: center; border-bottom: 2px solid var(--accent); padding-bottom: 2px; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 50px; padding: 0 26px; border-radius: 999px; font-weight: 800; font-size: 14px; letter-spacing: .02em; transition: transform .15s, background .2s, box-shadow .2s; white-space: nowrap; }
.btn:active { transform: scale(.98); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #262626; }
.btn-accent { background: var(--accent); color: var(--accent-ink); }
.btn-accent:hover { background: #ffd23f; box-shadow: 0 6px 20px rgba(246,194,28,.35); }
.btn-ghost { border: 1.5px solid var(--ink); }
.btn-ghost:hover { background: var(--ink); color: #fff; }
.btn-light { background: #fff; color: var(--ink); }
.btn-block { width: 100%; }
.btn[disabled] { opacity: .45; pointer-events: none; }

/* announcement */
.announce { background: var(--ink); color: #fff; font-size: 13px; }
.announce .wrap { display: flex; align-items: center; justify-content: space-between; height: 38px; gap: 12px; }
.announce-msg { flex: 1; text-align: center; font-weight: 600; letter-spacing: .01em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.announce-msg b { color: var(--accent); }
.announce-social { display: flex; gap: 14px; align-items: center; }
.announce-social a { opacity: .8; display: flex; }
.announce-social a:hover { opacity: 1; }
.announce-social svg { width: 15px; height: 15px; }

/* language switch */
.lang-switch { position: relative; }
.lang-btn { display: flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 700; height: 30px; padding: 0 10px; border-radius: 8px; }
.lang-btn:hover { background: rgba(255,255,255,.1); }
.flag { width: 20px; height: 14px; border-radius: 3px; overflow: hidden; flex: none; box-shadow: 0 0 0 1px rgba(0,0,0,.08); }
.flag svg { width: 100%; height: 100%; display: block; }
.lang-menu { position: absolute; right: 0; top: calc(100% + 6px); background: #fff; color: var(--ink); border-radius: 12px; box-shadow: var(--shadow); padding: 6px; min-width: 180px; z-index: 80; display: none; }
.lang-switch.open .lang-menu { display: block; }
.lang-menu a { display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: 8px; font-weight: 600; font-size: 14px; }
.lang-menu a:hover, .lang-menu a[aria-current] { background: var(--soft); }

/* header */
.header { position: sticky; top: 0; z-index: 60; background: rgba(250,250,247,.92); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px); border-bottom: 1px solid var(--line); }
.header-main { display: flex; align-items: center; gap: clamp(12px, 2.4vw, 32px); height: 74px; }
.logo { display: flex; align-items: center; flex: none; }
.logo img { height: 42px; width: auto; }
.search-form { flex: 1; max-width: 560px; position: relative; }
.search-form input { width: 100%; height: 44px; border-radius: 999px; border: 1.5px solid var(--line); background: #fff; padding: 0 48px 0 20px; font-size: 14px; outline: none; transition: border .2s, box-shadow .2s; }
.search-form input:focus { border-color: var(--ink); box-shadow: 0 0 0 4px rgba(0,0,0,.05); }
.search-form button { position: absolute; right: 6px; top: 6px; width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: #fff; }
.search-form button svg { width: 15px; height: 15px; }
.header-icons { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.icon-btn { position: relative; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; transition: background .2s; }
.icon-btn:hover { background: var(--soft); }
.icon-btn svg { width: 22px; height: 22px; }
.cart-count { position: absolute; top: 4px; right: 2px; min-width: 18px; height: 18px; border-radius: 9px; background: var(--accent); color: var(--accent-ink); font-size: 11px; font-weight: 800; display: grid; place-items: center; padding: 0 5px; }
.cart-count[data-n="0"] { display: none; }
.menu-toggle { display: none; }

/* nav */
.nav { border-top: 1px solid var(--line); }
.nav > .wrap > ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 4px; height: 48px; align-items: stretch; }
.nav-item { display: flex; align-items: center; }
.nav-link { display: flex; align-items: center; gap: 5px; height: 36px; padding: 0 12px; border-radius: 999px; font-weight: 700; font-size: 14px; }
.nav-link:hover, .nav-item:hover > .nav-link { background: var(--soft); }
.nav-link svg { width: 10px; height: 10px; transition: transform .2s; }
.nav-item:hover .nav-link svg { transform: rotate(180deg); }
.mega { position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 30px 50px rgba(0,0,0,.08); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: .18s ease; }
.nav-item:hover .mega, .nav-item:focus-within .mega { opacity: 1; visibility: visible; transform: none; }
.mega .wrap { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 24px 36px; padding-top: 28px; padding-bottom: 34px; max-height: 75vh; overflow: auto; }
.mega-col h4 { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; font-family: var(--font); font-weight: 800; }
.mega-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.mega-col a { display: block; padding: 5px 0; font-weight: 600; font-size: 14px; color: var(--ink-2); }
.mega-col a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--accent); text-decoration-thickness: 2px; }
.mega-simple .wrap { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }

/* mobile drawer */
.drawer { position: fixed; inset: 0; z-index: 100; pointer-events: none; }
.drawer-bg { position: absolute; inset: 0; background: rgba(0,0,0,.4); opacity: 0; transition: opacity .25s; }
.drawer-panel { position: absolute; top: 0; bottom: 0; width: min(420px, 92vw); background: #fff; transition: transform .3s cubic-bezier(.2,.8,.2,1); display: flex; flex-direction: column; }
.drawer-left .drawer-panel { left: 0; transform: translateX(-100%); }
.drawer-right .drawer-panel { right: 0; transform: translateX(100%); }
.drawer.open { pointer-events: auto; }
.drawer.open .drawer-bg { opacity: 1; }
.drawer.open .drawer-panel { transform: none; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid var(--line); }
.drawer-head h3 { margin: 0; }
.drawer-body { flex: 1; overflow: auto; padding: 8px 20px 20px; }
.m-nav details { border-bottom: 1px solid var(--line); }
.m-nav summary { list-style: none; display: flex; justify-content: space-between; align-items: center; padding: 15px 0; font-weight: 800; cursor: pointer; }
.m-nav summary::-webkit-details-marker { display: none; }
.m-nav summary svg { width: 12px; transition: transform .2s; }
.m-nav details[open] > summary svg { transform: rotate(180deg); }
.m-nav .m-group { padding: 0 0 12px 8px; }
.m-nav .m-group h4 { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin: 10px 0 4px; font-family: var(--font); }
.m-nav .m-group a { display: block; padding: 7px 0; font-weight: 600; }
.m-nav > a { display: block; padding: 15px 0; font-weight: 800; border-bottom: 1px solid var(--line); }

/* cart drawer */
.cart-items { display: grid; gap: 16px; padding-top: 12px; }
.cart-item { display: grid; grid-template-columns: 76px 1fr auto; gap: 12px; align-items: start; }
.cart-item img { width: 76px; height: 76px; object-fit: cover; border-radius: 10px; background: var(--soft); }
.cart-item-title { font-weight: 700; font-size: 14px; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.cart-item-var { font-size: 12px; color: var(--muted); margin-top: 2px; }
.cart-item-price { font-weight: 800; font-size: 14px; }
.cart-item-remove { font-size: 12px; color: var(--muted); text-decoration: underline; margin-top: 6px; }
.cart-foot { border-top: 1px solid var(--line); padding: 18px 20px 22px; display: grid; gap: 12px; }
.cart-total { display: flex; justify-content: space-between; font-weight: 800; font-size: 17px; }
.cart-empty { text-align: center; padding: 60px 10px; color: var(--muted); }
.free-ship { font-size: 13px; background: var(--soft); border-radius: 10px; padding: 10px 12px; }
.free-ship .bar { height: 6px; background: #e3e1da; border-radius: 3px; overflow: hidden; margin-top: 8px; }
.free-ship .bar i { display: block; height: 100%; background: var(--accent); }

/* qty */
.qty { display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: 999px; height: 50px; background: #fff; }
.qty button { width: 40px; height: 100%; font-size: 18px; color: var(--muted); }
.qty button:hover { color: var(--ink); }
.qty input { width: 36px; text-align: center; border: 0; background: transparent; font-weight: 800; -moz-appearance: textfield; outline: none; }
.qty input::-webkit-inner-spin-button { -webkit-appearance: none; }
.qty-sm { height: 34px; }
.qty-sm button { width: 30px; font-size: 15px; }
.qty-sm input { width: 26px; font-size: 13px; }

/* hero */
.hero { position: relative; overflow: hidden; background: var(--ink); }
.hero-track { display: flex; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.hero-slide { flex: 0 0 100%; position: relative; min-height: clamp(420px, 62vw, 680px); display: flex; align-items: flex-end; }
.hero-slide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.25) 50%, rgba(0,0,0,0) 75%), linear-gradient(0deg, rgba(0,0,0,.45), transparent 45%); }
.hero-copy { position: relative; z-index: 2; color: #fff; padding: 0 var(--gutter) clamp(40px, 7vw, 90px); max-width: var(--max); margin: 0 auto; width: 100%; }
.hero-copy .eyebrow { color: var(--accent); }
.hero-copy h2 { font-size: clamp(30px, 5vw, 64px); max-width: 15ch; margin: 10px 0 14px; line-height: 1.02; letter-spacing: -.025em; }
.hero-copy p { max-width: 52ch; opacity: .9; font-size: clamp(14px, 1.3vw, 17px); }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.hero-dots { position: absolute; z-index: 3; bottom: 22px; right: var(--gutter); display: flex; gap: 8px; }
.hero-dots button { width: 34px; height: 4px; border-radius: 2px; background: rgba(255,255,255,.35); }
.hero-dots button[aria-current="true"] { background: var(--accent); }

/* usp */
.usp { background: var(--surface); border-bottom: 1px solid var(--line); }
.usp .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.usp-item { display: flex; align-items: center; gap: 12px; padding: 20px 16px; font-weight: 700; font-size: 14px; line-height: 1.3; }
.usp-item + .usp-item { border-left: 1px solid var(--line); }
.usp-item svg { width: 26px; height: 26px; flex: none; color: var(--ink); }
.usp-lead { text-align: center; padding: 34px 0 0; }
.usp-lead h2 { margin: 0; }
.usp-lead h2 span { background: linear-gradient(transparent 62%, var(--accent) 62%); }

/* product grid & card */
.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(12px, 1.6vw, 22px); }
.card { position: relative; display: flex; flex-direction: column; background: var(--surface); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); transition: box-shadow .25s, transform .25s; }
.card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.card-media { position: relative; aspect-ratio: 1; background: var(--soft); overflow: hidden; }
.card-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity .35s, transform .6s; }
.card-media img.alt { opacity: 0; }
.card:hover .card-media img.alt { opacity: 1; }
.card:hover .card-media img:not(.alt) { transform: scale(1.03); }
.badge { position: absolute; top: 10px; left: 10px; z-index: 2; background: var(--red); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .04em; padding: 4px 9px; border-radius: 999px; text-transform: uppercase; }
.badge.dark { background: var(--ink); }
.badge.pre { background: var(--accent); color: var(--accent-ink); }
.card-body { padding: 12px 14px 16px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.card-vendor { font-size: 11px; font-weight: 800; letter-spacing: .12em; color: var(--muted); }
.card-title { font-weight: 700; font-size: 14px; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.7em; }
.card-price { margin-top: auto; font-weight: 800; font-size: 15px; display: flex; gap: 8px; align-items: baseline; flex-wrap: wrap; }
.price-compare { color: var(--muted); text-decoration: line-through; font-weight: 600; font-size: .88em; }
.price-sale { color: var(--red); }
.stars { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: var(--muted); }
.stars i { --r: 5; width: 76px; height: 14px; background: linear-gradient(90deg, var(--accent) calc(var(--r) / 5 * 100%), #dcdad3 0); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 76 14'%3E%3Cg%3E%3Cpath id='s' d='M7 0l2.1 4.4 4.9.6-3.6 3.3.9 4.8L7 10.8 2.7 13.1l.9-4.8L0 5l4.9-.6z'/%3E%3Cuse href='%23s' x='15.5'/%3E%3Cuse href='%23s' x='31'/%3E%3Cuse href='%23s' x='46.5'/%3E%3Cuse href='%23s' x='62'/%3E%3C/g%3E%3C/svg%3E") no-repeat 0 0 / 76px 14px; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 76 14'%3E%3Cg%3E%3Cpath id='s' d='M7 0l2.1 4.4 4.9.6-3.6 3.3.9 4.8L7 10.8 2.7 13.1l.9-4.8L0 5l4.9-.6z'/%3E%3Cuse href='%23s' x='15.5'/%3E%3Cuse href='%23s' x='31'/%3E%3Cuse href='%23s' x='46.5'/%3E%3Cuse href='%23s' x='62'/%3E%3C/g%3E%3C/svg%3E") no-repeat 0 0 / 76px 14px; }

/* tabs (home) */
.tabs { display: flex; gap: 6px; flex-wrap: wrap; }
.tab { height: 38px; padding: 0 16px; border-radius: 999px; font-weight: 700; font-size: 14px; border: 1.5px solid var(--line); background: #fff; }
.tab[aria-selected="true"] { background: var(--ink); color: #fff; border-color: var(--ink); }
.tab-panel[hidden] { display: none; }
.scroller { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 3 * 20px) / 4); gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 6px; }
.scroller::-webkit-scrollbar { display: none; }
.scroller > * { scroll-snap-align: start; }
.scroller-wrap { position: relative; }
.scroller-nav { display: flex; gap: 8px; }
.round-btn { width: 42px; height: 42px; border-radius: 50%; border: 1.5px solid var(--line); background: #fff; display: grid; place-items: center; transition: .2s; }
.round-btn:hover { border-color: var(--ink); }
.round-btn svg { width: 16px; height: 16px; }

/* categories */
.cats { display: grid; grid-template-columns: repeat(7, 1fr); gap: 14px; }
.cat { display: grid; gap: 10px; text-align: center; font-weight: 700; font-size: 14px; }
.cat-img { aspect-ratio: 1; border-radius: 50%; overflow: hidden; background: var(--soft); border: 1px solid var(--line); transition: transform .3s, box-shadow .3s; }
.cat-img img { width: 100%; height: 100%; object-fit: cover; }
.cat:hover .cat-img { transform: translateY(-3px); box-shadow: var(--shadow); }

/* banners */
.banners { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.banner { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/5; background: var(--soft); color: #fff; display: flex; align-items: flex-end; }
.banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s; }
.banner:hover img { transform: scale(1.04); }
.banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.6), transparent 55%); }
.banner-copy { position: relative; z-index: 2; padding: 24px; display: grid; gap: 12px; justify-items: start; }
.banner-copy h3 { font-size: 22px; margin: 0; }
.banner-wide { aspect-ratio: auto; min-height: 460px; border-radius: 0; }
.banner-wide .banner-copy { max-width: var(--max); margin: 0 auto; width: 100%; padding: 60px var(--gutter); }
.banner-wide .banner-copy h2 { font-size: clamp(28px, 4vw, 52px); max-width: 16ch; margin: 0; color: #fff; }
.banner-wide::after { background: linear-gradient(90deg, rgba(0,0,0,.7), rgba(0,0,0,.1) 70%); }

/* why / videos */
.why { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.why-card { background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.why-card video { width: 100%; aspect-ratio: 4/5; object-fit: cover; background: #111; }
.why-card div { padding: 16px 18px 20px; display: flex; gap: 12px; align-items: baseline; font-weight: 800; }
.why-card b { font-family: var(--display); font-size: 28px; color: var(--accent); line-height: 1; -webkit-text-stroke: 1px var(--ink); }
.vids { grid-auto-columns: calc((100% - 4 * 16px) / 5); gap: 16px; }
.vid { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 9/16; background: #111; }
.vid video { width: 100%; height: 100%; object-fit: cover; }
.vid span { position: absolute; left: 12px; bottom: 12px; color: #fff; font-weight: 800; font-size: 13px; text-shadow: 0 1px 8px rgba(0,0,0,.6); }

/* marquee */
.marquee { background: var(--accent); color: var(--accent-ink); overflow: hidden; white-space: nowrap; font-family: var(--display); font-weight: 800; font-size: clamp(16px, 2vw, 22px); text-transform: uppercase; letter-spacing: .02em; }
.marquee-track { display: inline-flex; gap: 48px; padding: 16px 0; animation: marquee 38s linear infinite; }
.marquee-track a::after { content: "✦"; margin-left: 48px; }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

/* community */
.community { text-align: center; }
.social-row { display: flex; gap: 12px; justify-content: center; margin-top: 18px; }
.social-row a { width: 50px; height: 50px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; transition: transform .2s; }
.social-row a:hover { transform: translateY(-3px); background: #222; }
.social-row svg { width: 20px; height: 20px; }

/* forms */
.form { display: grid; gap: 12px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { width: 100%; border: 1.5px solid var(--line); background: #fff; border-radius: 12px; padding: 13px 16px; outline: none; transition: border .2s; }
.field:focus { border-color: var(--ink); }
textarea.field { min-height: 130px; resize: vertical; }
.contact-box { display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: clamp(22px, 4vw, 48px); }
.form-note { font-size: 13px; color: var(--muted); }
.form-ok { background: #e9f7ef; color: #146c3b; padding: 12px 16px; border-radius: 12px; font-weight: 700; }

/* trees */
.trees { position: relative; overflow: hidden; border-radius: 20px; color: #fff; min-height: 360px; display: flex; align-items: center; }
.trees img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.trees::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,30,10,.75), rgba(0,0,0,.05)); }
.trees div { position: relative; z-index: 2; padding: clamp(24px, 5vw, 60px); max-width: 560px; }
.trees h2 { color: #fff; }

/* trust icons row */
.trust { border-top: 1px solid var(--line); background: #fff; }
.trust .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding-top: 34px; padding-bottom: 34px; }
.trust-item { display: flex; gap: 14px; align-items: flex-start; }
.trust-item svg { width: 30px; height: 30px; flex: none; }
.trust-item b { display: block; font-size: 15px; }
.trust-item span { font-size: 13px; color: var(--muted); line-height: 1.45; display: block; margin-top: 2px; }

/* footer */
.footer { background: var(--ink); color: #d9d8d3; padding: 64px 0 28px; font-size: 14px; }
.footer-top { display: grid; grid-template-columns: 1.4fr repeat(5, 1fr); gap: 32px; }
.footer h4 { color: #fff; font-family: var(--font); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 14px; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.footer a:hover { color: #fff; }
.footer-brand img { height: 46px; width: auto; filter: invert(1) hue-rotate(180deg); margin-bottom: 14px; }
.footer-brand p { color: #a9a8a3; max-width: 34ch; }
.footer-bottom { border-top: 1px solid #2b2b2b; margin-top: 44px; padding-top: 22px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; align-items: center; color: #8d8c87; font-size: 13px; }
.footer .social-row { justify-content: flex-start; margin-top: 12px; }
.footer .social-row a { width: 38px; height: 38px; background: #1f1f1f; }
.footer .social-row svg { width: 16px; height: 16px; }
.pay-icons { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.pay-icons svg { width: 38px; height: 24px; }
.pay-icons.center { justify-content: center; }

/* breadcrumbs */
.crumbs { font-size: 12.5px; color: var(--muted); padding-top: 16px; padding-bottom: 16px; display: flex; gap: 8px; flex-wrap: wrap; }
.crumbs a:hover { color: var(--ink); }
.crumbs span[aria-hidden] { opacity: .5; }

/* PDP */
.pdp { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 64px); align-items: start; padding-bottom: 50px; }
.gallery { position: sticky; top: 140px; }
.g-main { position: relative; aspect-ratio: 1; background: var(--surface); border-radius: 18px; overflow: hidden; border: 1px solid var(--line); }
.g-track { display: flex; height: 100%; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; scroll-behavior: smooth; }
.g-track::-webkit-scrollbar { display: none; }
.g-slide { flex: 0 0 100%; height: 100%; scroll-snap-align: center; display: grid; place-items: center; cursor: zoom-in; }
.g-slide img { width: 100%; height: 100%; object-fit: contain; }
.g-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.95); box-shadow: 0 2px 10px rgba(0,0,0,.12); display: grid; place-items: center; }
.g-arrow svg { width: 16px; height: 16px; }
.g-prev { left: 12px; } .g-next { right: 12px; }
.g-count { position: absolute; bottom: 12px; right: 12px; background: rgba(0,0,0,.65); color: #fff; font-size: 12px; font-weight: 700; padding: 3px 10px; border-radius: 999px; z-index: 3; }
.g-thumbs { display: flex; gap: 8px; margin-top: 10px; overflow-x: auto; scrollbar-width: thin; padding-bottom: 4px; }
.g-thumbs button { flex: 0 0 72px; height: 72px; border-radius: 10px; overflow: hidden; border: 2px solid transparent; background: #fff; opacity: .72; transition: .2s; }
.g-thumbs button[aria-current="true"] { border-color: var(--ink); opacity: 1; }
.g-thumbs button:hover { opacity: 1; }
.g-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.p-info { display: grid; gap: 16px; }
.p-vendor { font-size: 12px; font-weight: 800; letter-spacing: .14em; color: var(--accent-ink); background: var(--accent); justify-self: start; padding: 3px 10px; border-radius: 6px; }
.p-title { font-size: clamp(22px, 2.4vw, 30px); margin: 0; font-weight: 800; line-height: 1.2; }
.p-price { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.p-price .now { font-size: 26px; font-weight: 800; font-family: var(--display); }
.p-price .save { background: #fde8e5; color: var(--red); font-weight: 800; font-size: 12px; padding: 3px 9px; border-radius: 999px; }
.p-tax { font-size: 12.5px; color: var(--muted); margin-top: -10px; }
.p-rating { display: inline-flex; gap: 8px; align-items: center; font-size: 13px; color: var(--muted); }
.p-rating:hover { color: var(--ink); }
.p-trust { display: flex; gap: 8px 18px; flex-wrap: wrap; font-size: 13px; background: var(--soft); border-radius: 12px; padding: 11px 14px; font-weight: 600; }
.p-trust span { display: inline-flex; align-items: center; gap: 6px; }
.p-trust svg { width: 16px; height: 16px; flex: none; }
.p-trust b { color: var(--ink); }
.opt { border: 0; padding: 0; margin: 0; }
.opt legend { font-size: 13px; font-weight: 700; margin-bottom: 8px; padding: 0; }
.opt legend span { font-weight: 600; color: var(--muted); }
.opt-values { display: flex; flex-wrap: wrap; gap: 8px; }
.opt-values label { position: relative; }
.opt-values input { position: absolute; opacity: 0; pointer-events: none; }
.opt-values span { display: inline-flex; align-items: center; min-height: 40px; padding: 7px 15px; border-radius: 10px; border: 1.5px solid var(--line); background: #fff; font-size: 13.5px; font-weight: 600; cursor: pointer; transition: .15s; line-height: 1.3; }
.opt-values span:hover { border-color: #b8b6ae; }
.opt-values input:checked + span { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); background: #fffdf3; }
.opt-values input:focus-visible + span { outline: 2px solid var(--accent); outline-offset: 2px; }
.opt-values input:disabled + span { opacity: .45; text-decoration: line-through; }
.opt-values .has-img span { padding: 4px 12px 4px 4px; gap: 8px; }
.opt-values .has-img img { width: 32px; height: 32px; border-radius: 7px; object-fit: cover; }
.stock { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; color: var(--green); }
.stock i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(31,157,85,.15); animation: pulse 2s infinite; }
.stock.out { color: var(--red); } .stock.out i { background: var(--red); box-shadow: 0 0 0 4px rgba(224,48,30,.15); }
@keyframes pulse { 50% { box-shadow: 0 0 0 7px rgba(31,157,85,0); } }
.stock-bar { height: 4px; background: var(--line); border-radius: 2px; overflow: hidden; margin-top: -8px; }
.stock-bar i { display: block; height: 100%; background: var(--green); }
.quote { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px; position: relative; min-height: 88px; }
.quote-text { font-weight: 700; font-size: 15px; line-height: 1.45; }
.quote-by { display: flex; gap: 10px; align-items: center; margin-top: 8px; font-size: 12.5px; color: var(--muted); }
.quote-nav { position: absolute; right: 12px; bottom: 10px; display: flex; gap: 4px; }
.quote-nav button { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; }
.quote-nav button:hover { background: var(--soft); }
.quote-nav svg { width: 12px; height: 12px; }
.buy-row { display: flex; gap: 10px; }
.buy-row .btn { flex: 1; }
.note { border: 1px solid var(--line); border-left: 4px solid var(--ink); border-radius: 12px; padding: 12px 16px; background: #fff; font-size: 13.5px; }
.note b { display: block; margin-bottom: 2px; }
.ship-box { border: 1.5px solid var(--ink); border-radius: 14px; padding: 14px 16px; background: var(--soft); font-size: 14px; line-height: 1.55; }
.ship-box b { font-variant-numeric: tabular-nums; }
.timeline { border: 1.5px solid var(--ink); border-radius: 14px; padding: 18px 12px 14px; background: var(--soft); display: grid; grid-template-columns: repeat(3, 1fr); position: relative; text-align: center; }
.timeline::before { content: ""; position: absolute; top: 40px; left: 17%; right: 17%; height: 2px; background: #cfcdc5; }
.tl-step { position: relative; display: grid; justify-items: center; gap: 4px; font-size: 12.5px; }
.tl-step i { width: 46px; height: 46px; border-radius: 50%; background: #fff; display: grid; place-items: center; box-shadow: 0 1px 4px rgba(0,0,0,.08); margin-bottom: 4px; }
.tl-step i svg { width: 20px; height: 20px; }
.tl-step b { font-size: 13.5px; }
.safe-pay { text-align: center; display: grid; gap: 10px; font-size: 14px; }
.p-desc { font-size: 15px; color: var(--ink-2); }
.rte img { border-radius: 12px; margin: 12px auto; }
.rte ul, .rte ol { padding-left: 1.2em; }
.rte table { border-collapse: collapse; width: 100%; font-size: 14px; }
.rte td, .rte th { border: 1px solid var(--line); padding: 8px 10px; text-align: left; vertical-align: top; }
.rte a { text-decoration: underline; text-underline-offset: 3px; }
.rte h2, .rte h3, .rte h4 { margin-top: 1.2em; }
.rte iframe { max-width: 100%; }
.acc { border-top: 1px solid var(--line); }
.acc details { border-bottom: 1px solid var(--line); }
.acc summary { list-style: none; display: flex; align-items: center; gap: 16px; padding: 16px 2px; cursor: pointer; font-weight: 700; }
.acc summary::-webkit-details-marker { display: none; }
.acc summary > svg:first-child { width: 22px; height: 22px; flex: none; }
.acc summary .chev { margin-left: auto; width: 14px; height: 14px; transition: transform .2s; }
.acc details[open] summary .chev { transform: rotate(180deg); }
.acc .acc-body { padding: 0 2px 18px 38px; font-size: 14px; color: var(--ink-2); }
.share { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; }
.share a, .share button { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; }
.share a:hover, .share button:hover { background: var(--soft); }
.share svg { width: 16px; height: 16px; }
.sticky-buy { position: fixed; left: 0; right: 0; bottom: 0; z-index: 55; background: rgba(255,255,255,.97); backdrop-filter: blur(10px); border-top: 1px solid var(--line); transform: translateY(110%); transition: transform .3s; }
.sticky-buy.show { transform: none; }
.sticky-buy .wrap { display: flex; align-items: center; gap: 14px; height: 72px; }
.sticky-buy img { width: 48px; height: 48px; border-radius: 8px; object-fit: cover; }
.sticky-buy .t { flex: 1; min-width: 0; font-weight: 700; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sticky-buy .btn { height: 46px; }

/* PDP extra sections */
.yt { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.yt-item { position: relative; aspect-ratio: 16/9; border-radius: var(--radius); overflow: hidden; background: #000; }
.yt-item.short { aspect-ratio: 9/16; max-height: 640px; }
.yt-item iframe, .yt-item button { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.yt-item img { width: 100%; height: 100%; object-fit: cover; opacity: .85; }
.yt-item button::after { content: ""; position: absolute; left: 50%; top: 50%; width: 68px; height: 48px; margin: -24px 0 0 -34px; border-radius: 14px; background: #ff0033 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E") center/26px no-repeat; }
.compare-table { width: 100%; border-collapse: separate; border-spacing: 0; background: #fff; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); font-size: 14px; }
.compare-table th, .compare-table td { padding: 14px 16px; text-align: center; border-bottom: 1px solid var(--line); }
.compare-table th:first-child, .compare-table td:first-child { text-align: left; font-weight: 700; }
.compare-table thead th { background: var(--soft); font-family: var(--display); font-size: 15px; }
.compare-table thead th:nth-child(2) { background: var(--ink); color: #fff; }
.compare-table td:nth-child(2) { background: #fffbea; }
.compare-table tr:last-child td { border-bottom: 0; }
.yes { color: var(--green); font-weight: 900; } .no { color: #b3b1aa; font-weight: 900; }
.ba { position: relative; aspect-ratio: 16/9; border-radius: 18px; overflow: hidden; user-select: none; background: var(--soft); max-width: 1000px; margin: 0 auto; }
.ba img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba .ba-after { clip-path: inset(0 0 0 var(--x, 50%)); }
.ba input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; z-index: 3; margin: 0; }
.ba .ba-line { position: absolute; top: 0; bottom: 0; left: var(--x, 50%); width: 3px; margin-left: -1.5px; background: #fff; z-index: 2; pointer-events: none; }
.ba .ba-line::after { content: "↔"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 40px; height: 40px; border-radius: 50%; background: #fff; display: grid; place-items: center; font-weight: 900; box-shadow: var(--shadow); }
.ba-label { position: absolute; top: 14px; z-index: 2; background: rgba(0,0,0,.65); color: #fff; font-size: 12px; font-weight: 800; padding: 4px 10px; border-radius: 999px; }
.faq { max-width: 880px; margin: 0 auto; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 14px; margin-bottom: 10px; }
.faq summary { list-style: none; padding: 18px 20px; font-weight: 700; cursor: pointer; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 22px; line-height: 1; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .faq-a { padding: 0 20px 18px; color: var(--ink-2); font-size: 14.5px; }

/* reviews */
.rv-top { display: grid; grid-template-columns: 280px 1fr; gap: 40px; align-items: start; }
.rv-summary { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 24px; text-align: center; position: sticky; top: 140px; }
.rv-avg { font-family: var(--display); font-size: 56px; font-weight: 800; line-height: 1; }
.rv-summary .stars i { width: 114px; height: 21px; -webkit-mask-size: 114px 21px; mask-size: 114px 21px; }
.rv-bars { display: grid; gap: 6px; margin: 18px 0; font-size: 12.5px; }
.rv-bars div { display: grid; grid-template-columns: 26px 1fr 30px; gap: 8px; align-items: center; }
.rv-bars span { height: 7px; background: var(--soft); border-radius: 4px; overflow: hidden; }
.rv-bars span i { display: block; height: 100%; background: var(--accent); }
.rv-list { display: grid; gap: 14px; }
.rv { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 18px 20px; }
.rv-head { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 13px; }
.rv-name { font-weight: 800; font-size: 14px; }
.rv-ver { color: var(--green); font-weight: 700; font-size: 12px; display: inline-flex; align-items: center; gap: 4px; margin-left: 8px; }
.rv-date { color: var(--muted); }
.rv-var { font-size: 12px; color: var(--muted); margin-top: 2px; }
.rv-body { margin-top: 10px; font-size: 14.5px; white-space: pre-line; }
.rv-imgs { display: flex; gap: 8px; margin-top: 12px; flex-wrap: wrap; }
.rv-imgs img { width: 84px; height: 84px; object-fit: cover; border-radius: 10px; cursor: zoom-in; }
.rv-reply { margin-top: 12px; background: var(--soft); border-radius: 10px; padding: 10px 14px; font-size: 13.5px; }
.rv-empty { background: #fff; border: 1px dashed var(--line); border-radius: 16px; padding: 30px; text-align: center; color: var(--muted); }

/* lightbox */
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(10,10,10,.95); display: none; }
.lightbox.open { display: block; }
.lb-track { display: flex; height: 100%; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.lb-track::-webkit-scrollbar { display: none; }
.lb-slide { flex: 0 0 100%; height: 100%; display: grid; place-items: center; scroll-snap-align: center; padding: 50px 16px; overflow: auto; }
.lb-slide img { max-height: 100%; object-fit: contain; }
.lb-slide.zoom img { max-height: none; max-width: none; width: 200%; cursor: zoom-out; }
.lb-close { position: absolute; top: 14px; right: 14px; width: 46px; height: 46px; border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; font-size: 26px; z-index: 3; }
.lightbox .g-arrow { background: rgba(255,255,255,.14); color: #fff; box-shadow: none; }

/* collection */
.col-hero { padding: 26px 0 10px; }
.col-hero h1 { margin-bottom: 8px; }
.col-desc { max-width: 760px; color: var(--muted); font-size: 14.5px; }
.col-desc.clamp { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.col-sub { display: flex; gap: 8px; flex-wrap: wrap; margin: 18px 0 4px; }
.chip { height: 36px; padding: 0 14px; border-radius: 999px; border: 1.5px solid var(--line); background: #fff; font-weight: 700; font-size: 13px; display: inline-flex; align-items: center; }
.chip:hover { border-color: var(--ink); }
.toolbar { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 16px 0; border-bottom: 1px solid var(--line); margin-bottom: 22px; position: sticky; top: 122px; background: var(--bg); z-index: 5; }
.toolbar select { height: 40px; border-radius: 999px; border: 1.5px solid var(--line); background: #fff; padding: 0 36px 0 16px; font-weight: 700; font-size: 13px; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 14px; }
.load-more { display: flex; flex-direction: column; align-items: center; gap: 12px; margin-top: 36px; font-size: 13px; color: var(--muted); }
.progress { width: 220px; height: 3px; background: var(--line); border-radius: 2px; overflow: hidden; }
.progress i { display: block; height: 100%; background: var(--ink); }
.col-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 18px; }
.col-card { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3; background: var(--soft); display: flex; align-items: flex-end; color: #fff; }
.col-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.col-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.6), transparent 60%); }
.col-card b { position: relative; z-index: 2; padding: 14px 16px; font-size: 16px; }
.col-card.noimg { background: var(--ink); }

/* page */
.page-hero { padding: 28px 0 16px; text-align: center; }
.page-body { max-width: 880px; margin: 0 auto; padding-bottom: 70px; font-size: 15.5px; }
.page-wide { max-width: var(--max); }
.page-sec { margin: 0 0 48px; }
.media-text { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.media-text img { border-radius: 18px; width: 100%; }
.cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
.cols > div { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 20px; }
.cols img { border-radius: 12px; margin-bottom: 12px; width: 100%; }
.img-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 12px; }
.img-grid img { border-radius: 12px; width: 100%; aspect-ratio: 1; object-fit: cover; }

/* blog */
.posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { display: grid; gap: 12px; }
.post-card .img { aspect-ratio: 16/10; border-radius: var(--radius); overflow: hidden; background: var(--soft); }
.post-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.post-card:hover img { transform: scale(1.04); }
.post-card h3 { margin: 0; font-size: 17px; }
.post-card p { font-size: 14px; color: var(--muted); margin: 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.article { max-width: 800px; margin: 0 auto; padding-bottom: 70px; font-size: 16px; }
.article-cover { border-radius: 20px; margin: 10px 0 30px; width: 100%; }
.pager { display: flex; justify-content: center; gap: 8px; margin-top: 40px; }
.pager a, .pager span { min-width: 40px; height: 40px; padding: 0 12px; border-radius: 999px; border: 1.5px solid var(--line); display: grid; place-items: center; font-weight: 700; font-size: 14px; background: #fff; }
.pager span { background: var(--ink); color: #fff; border-color: var(--ink); }

/* search overlay */
.search-pop { position: absolute; top: calc(100% + 8px); left: 0; right: 0; background: #fff; border-radius: 16px; box-shadow: 0 20px 60px rgba(0,0,0,.14); border: 1px solid var(--line); padding: 8px; display: none; max-height: 70vh; overflow: auto; z-index: 90; }
.search-pop.open { display: block; }
.s-item { display: grid; grid-template-columns: 52px 1fr; gap: 12px; align-items: center; padding: 8px; border-radius: 10px; }
.s-item:hover, .s-item.active { background: var(--soft); }
.s-item img { width: 52px; height: 52px; border-radius: 8px; object-fit: cover; background: var(--soft); }
.s-item b { font-size: 13.5px; font-weight: 700; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; line-height: 1.3; }
.s-item span { font-size: 13px; color: var(--muted); }
.s-all { display: block; text-align: center; padding: 10px; font-weight: 800; font-size: 13px; }

/* language modal */
.lang-modal { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 16px; background: rgba(15,15,15,.55); backdrop-filter: blur(6px); opacity: 0; pointer-events: none; transition: opacity .3s; }
.lang-modal.open { opacity: 1; pointer-events: auto; }
.lang-card { background: #fff; border-radius: 24px; width: min(460px, 100%); padding: 32px 28px 26px; text-align: center; transform: translateY(14px) scale(.98); transition: transform .35s cubic-bezier(.2,.8,.2,1); box-shadow: 0 40px 100px rgba(0,0,0,.3); }
.lang-modal.open .lang-card { transform: none; }
.lang-card img { height: 46px; width: auto; margin: 0 auto 16px; }
.lang-card h2 { font-size: 22px; margin-bottom: 4px; }
.lang-card p { color: var(--muted); font-size: 14px; margin-bottom: 20px; }
.lang-list { display: grid; gap: 10px; }
.lang-list a { display: flex; align-items: center; gap: 14px; padding: 14px 18px; border: 1.5px solid var(--line); border-radius: 14px; font-weight: 800; font-size: 15.5px; transition: .15s; text-align: left; }
.lang-list a:hover { border-color: var(--ink); background: #fffdf3; transform: translateX(3px); }
.lang-list .flag { width: 34px; height: 24px; border-radius: 5px; }
.lang-list small { margin-left: auto; color: var(--muted); font-weight: 600; font-size: 12px; letter-spacing: .08em; }

/* toast */
.toast { position: fixed; left: 50%; bottom: 24px; transform: translate(-50%, 140%); background: var(--ink); color: #fff; padding: 12px 20px; border-radius: 999px; font-weight: 700; font-size: 14px; z-index: 250; transition: transform .3s; box-shadow: var(--shadow); max-width: calc(100vw - 32px); }
.toast.show { transform: translate(-50%, 0); }

/* reveal */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s, transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* responsive */
@media (max-width: 1100px) {
  .grid { grid-template-columns: repeat(3, 1fr); }
  .scroller { grid-auto-columns: calc((100% - 2 * 20px) / 3); }
  .vids { grid-auto-columns: calc((100% - 3 * 16px) / 4); }
  .footer-top { grid-template-columns: repeat(3, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .cats { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 900px) {
  .nav, .announce-social { display: none; }
  .menu-toggle { display: grid; }
  .header-main { height: 64px; gap: 8px; }
  .logo img { height: 34px; }
  .header .search-form { display: none; }
  .header.searching .search-form { display: block; position: absolute; left: var(--gutter); right: var(--gutter); top: 10px; max-width: none; z-index: 5; }
  .pdp { grid-template-columns: 1fr; }
  .gallery { position: static; }
  .rv-top { grid-template-columns: 1fr; }
  .rv-summary { position: static; }
  .usp .wrap { grid-template-columns: 1fr 1fr; }
  .usp-item:nth-child(3) { border-left: 0; }
  .usp-item:nth-child(n+3) { border-top: 1px solid var(--line); }
  .banners { grid-template-columns: 1fr; }
  .banner { aspect-ratio: 16/10; }
  .why { grid-template-columns: 1fr; }
  .contact-box, .media-text { grid-template-columns: 1fr; }
  .trust .wrap { grid-template-columns: 1fr 1fr; }
  .posts { grid-template-columns: 1fr 1fr; }
  .toolbar { top: 64px; }
}
@media (max-width: 640px) {
  body { font-size: 14.5px; }
  .grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .scroller { grid-auto-columns: 72%; gap: 12px; }
  .vids { grid-auto-columns: 58%; }
  .card-body { padding: 10px 10px 12px; }
  .card-title { font-size: 13px; }
  .cats { grid-template-columns: repeat(3, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .trust .wrap { grid-template-columns: 1fr; }
  .posts { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .announce-msg { font-size: 12px; text-align: left; }
  .lang-btn .lbl { display: none; }
  .buy-row { flex-direction: column; }
  .qty { align-self: flex-start; }
  .hero-slide::after { background: linear-gradient(0deg, rgba(0,0,0,.75), rgba(0,0,0,.1) 70%); }
  .timeline { font-size: 11px; }
  .acc .acc-body { padding-left: 2px; }
  .compare-table th, .compare-table td { padding: 10px 8px; font-size: 12.5px; }
}

/* visibility helpers */
.search-toggle { display: none; }
@media (min-width: 901px) { .yt-mobile { display: none; } }
@media (max-width: 900px) { [data-yt-desktop] { display: none; } .search-toggle { display: grid; } }
.nav-link { white-space: nowrap; }
.nav > .wrap > ul { overflow-x: auto; scrollbar-width: none; }
.nav > .wrap > ul::-webkit-scrollbar { display: none; }
@media (max-width: 1440px) { .nav-link { padding: 0 9px; font-size: 13.5px; } .nav > .wrap > ul { gap: 0; } }
@media (max-width: 1180px) { .nav-link { padding: 0 7px; font-size: 13px; } .nav-link svg { display: none; } }
.pdp > *, .rv-top > *, .contact-box > *, .media-text > * { min-width: 0; }
.g-slide { min-width: 0; }
@media (max-width: 900px) { .pdp { grid-template-columns: minmax(0, 1fr); } .rv-top { grid-template-columns: minmax(0, 1fr); } }
.rte { overflow-wrap: anywhere; }
.rte table { display: block; overflow-x: auto; }
.banner.banner-wide { aspect-ratio: auto; }
@media (max-width: 1500px) { .nav-link { padding: 0 8px; } .nav-link svg { display: none; } }
/* Lithuania warehouse */
.badge.ship { background: var(--green); }
.badge-left { position: absolute; top: 10px; right: 10px; z-index: 2; background: #fff; color: var(--ink); font-size: 11px; font-weight: 800; padding: 4px 9px; border-radius: 999px; box-shadow: 0 1px 4px rgba(0,0,0,.15); }
.badge-left.out { background: var(--ink); color: #fff; }
.card-free { font-size: 12px; font-weight: 700; color: var(--green); }
.free-tag { color: var(--green); }
.lt-box { display: flex; gap: 12px; align-items: flex-start; border: 1.5px solid var(--green); background: #eefaf2; border-radius: 14px; padding: 13px 16px; font-size: 14px; line-height: 1.5; }
.lt-box svg { width: 22px; height: 22px; flex: none; color: var(--green); margin-top: 1px; }
.lt-home { background: #fff; border-bottom: 1px solid var(--line); }
/* affiliate page */
.center { text-align: center; }
.af-hero { background: radial-gradient(1200px 400px at 80% -10%, rgba(246,194,28,.35), transparent 60%), var(--ink); color: #fff; padding: clamp(50px, 8vw, 100px) 0; }
.af-hero .eyebrow { color: var(--accent); }
.af-hero h1 { font-size: clamp(30px, 4.6vw, 56px); max-width: 18ch; margin: 12px 0 14px; color: #fff; }
.af-hero p { max-width: 60ch; opacity: .85; font-size: 16px; margin-bottom: 24px; }
.af-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 40px; max-width: 820px; }
.af-stats div { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; padding: 18px; }
.af-stats b { display: block; font-family: var(--display); font-size: clamp(26px, 3vw, 36px); color: var(--accent); line-height: 1; }
.af-stats span { font-size: 13px; opacity: .8; }
.af-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 26px; counter-reset: s; }
.af-step { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 24px 20px; }
.af-step i { width: 48px; height: 48px; border-radius: 14px; background: var(--accent); display: grid; place-items: center; margin-bottom: 14px; }
.af-step i svg { width: 22px; height: 22px; }
.af-step em { position: absolute; top: 18px; right: 20px; font-style: normal; font-family: var(--display); font-weight: 800; font-size: 34px; color: #eceae3; }
.af-step h3 { margin-bottom: 6px; }
.af-step p { font-size: 14px; color: var(--muted); margin: 0; }
.af-band { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.af-why { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; margin-top: 26px; }
.af-why svg { width: 34px; height: 34px; color: var(--ink); background: var(--soft); border-radius: 12px; padding: 7px; margin-bottom: 10px; }
.af-why p { font-size: 14.5px; color: var(--muted); }
.af-join { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 26px; }
.af-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 24px; }
.af-card:nth-child(2) { border: 2px solid var(--ink); box-shadow: var(--shadow); }
.af-tag { display: inline-block; background: var(--soft); border-radius: 999px; padding: 3px 11px; font-size: 12px; font-weight: 800; margin-bottom: 12px; }
.af-card:nth-child(2) .af-tag { background: var(--accent); }
.af-card p { color: var(--muted); font-size: 14px; }
.af-card ul, .af-pay { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.af-card li, .af-pay li { display: flex; gap: 8px; align-items: flex-start; font-size: 14px; font-weight: 600; }
.af-card li svg, .af-pay li svg { width: 16px; height: 16px; flex: none; color: var(--green); margin-top: 3px; }
.af-two { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(24px, 4vw, 56px); align-items: start; }
.af-tiers { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 10px; }
.af-tiers li { display: grid; grid-template-columns: 76px 1fr; gap: 12px; align-items: center; background: var(--soft); border-radius: 12px; padding: 12px 14px; font-size: 14px; }
.af-tiers b { font-family: var(--display); }
.af-note { font-size: 13.5px; background: #fff8dc; border: 1px solid #f3e2a3; border-radius: 12px; padding: 12px 14px; margin-top: 16px; }
.af-levels { display: grid; gap: 8px; margin-top: 16px; }
.af-level { display: flex; justify-content: space-between; align-items: center; width: var(--w); min-width: 230px; max-width: 100%; background: linear-gradient(90deg, var(--ink), #3a3a3a); color: #fff; border-radius: 12px; padding: 11px 16px; font-size: 13.5px; }
.af-level b { font-family: var(--display); font-size: 20px; color: var(--accent); }
.af-rewards { list-style: none; padding: 0; margin: 16px 0 0; display: grid; gap: 10px; }
.af-rewards li { display: flex; gap: 14px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 12px 14px; font-size: 14px; font-weight: 600; }
.af-rewards em { flex: none; width: 34px; height: 34px; border-radius: 50%; background: var(--accent); display: grid; place-items: center; font-style: normal; font-weight: 800; }
.af-pay { margin-top: 16px; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 18px; }
@media (max-width: 900px) { .af-steps, .af-join { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } .af-why, .af-two { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 640px) { .af-steps, .af-join, .af-stats { grid-template-columns: minmax(0, 1fr); } .af-level { min-width: 0; width: 100%; } }
select.field { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 14px; }
.cart-line { display: flex; justify-content: space-between; font-size: 14px; color: var(--ink-2); }
.ship-note { font-size: 12px; color: var(--muted); margin: -8px 0 0; text-align: center; }
