/* ==========================================================================
   تفال ایران — design system
   Mirrors tefal.com (Sep 2026): light-grey page ground with white surfaces,
   Tefal red, uppercase-bold labels, red pill buttons, 10/16px radii,
   1240px container — flipped to RTL with Vazirmatn.
   Tokens on :root are shared with pages.css / commerce.css — keep the names.
   ========================================================================== */
:root {
  --red: #e30613; --red-dark: #c20511; --red-soft: #fdecec;
  --ink: #1d1d1b; --muted: #5f5f5f; --muted-2: #8a8a8a;
  --line: #dcdcdc; --line-soft: #e5e5e5;
  --surface: #ffffff; --ground: #f2f2f2; --soft: #f7f7f7; --footer: #e9e9e9;
  --green: #1b8a5a; --gold: #f5a623; --teal: #dff1ef; --blue: #1f4e9c;
  --radius: 10px; --radius-lg: 16px; --radius-sm: 6px; --pill: 999px;
  --shadow: 0 18px 40px -20px rgba(0, 0, 0, 0.25); --shadow-sm: 0 6px 18px -10px rgba(0, 0, 0, 0.2);
  --container: 1240px; --container-lg: 1240px; --container-md: 1000px; --container-sm: 760px; --content: 720px;
  --gutter: clamp(16px, 3vw, 32px);
  --font: "Vazirmatn", system-ui, -apple-system, "Segoe UI", Tahoma, sans-serif;
  --font-logo: "Nunito", "Arial Rounded MT Bold", "Helvetica Neue", Arial, sans-serif;
  --fs-body: 15px; --lh-body: 1.8;
  --header-h: 72px; --catnav-h: 48px; --announce-h: 36px;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  /* legacy aliases (eufy-era class vocabulary) */
  --ink-2: var(--muted); --ink-3: var(--muted-2); --ink-4: #b3b3b3;
  --line-2: var(--line); --bg: var(--surface); --bg-2: var(--soft); --bg-3: #ececec;
  --dark: var(--ink); --dark-2: #2b2b29;
  --accent: var(--red); --accent-strong: var(--red-dark); --accent-soft: var(--red-soft);
  --new: var(--red); --hot: var(--ink); --sale: var(--red); --ok: var(--green); --star: var(--gold);
  --radius-sm: 6px;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--header-h) + 24px); }
body { margin: 0; font-family: var(--font); font-size: var(--fs-body); line-height: var(--lh-body); color: var(--ink); background: var(--ground); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
input, textarea, select { font: inherit; color: inherit; }
ul, ol { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4, p, dl, dd, figure, blockquote { margin: 0; }
h1, h2, h3, h4 { font-weight: 800; line-height: 1.35; }
table { border-collapse: collapse; }
.skip { position: absolute; inset-inline-start: 8px; top: -60px; background: var(--red); color: #fff; padding: 8px 14px; border-radius: 8px; z-index: 1000; }
.skip:focus { top: 8px; }
::selection { background: var(--red); color: #fff; }
[dir="ltr"] { unicode-bidi: isolate; }
.u-upper, .upper { text-transform: uppercase; letter-spacing: 0.06em; }

/* ---------- layout ---------- */
.container-lg, .container-md, .container-sm, .container-xs { width: min(100% - var(--gutter) * 2, var(--container-lg)); margin-inline: auto; }
.container-md { max-width: var(--container-md); }
.container-sm { max-width: var(--container-sm); }
.container-xs { max-width: var(--content); }
.section { padding-block: clamp(48px, 7vw, 88px); }
.section--tight { padding-block: clamp(28px, 4vw, 48px); }
.section--flush { padding-block: 0; }
.section--dark { background: var(--ink); color: #fff; }
.section--gray { background: var(--ground); }
.section--white { background: var(--surface); }
.section--red { background: var(--red); color: #fff; }
.section__head { text-align: center; max-width: 820px; margin-inline: auto; margin-bottom: clamp(22px, 3.5vw, 36px); }
.section__head--start { text-align: start; margin-inline: 0; max-width: none; }
.section__head--row { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; max-width: none; text-align: start; flex-wrap: wrap; }
.section__head h2 { font-size: clamp(20px, 2.4vw, 28px); font-weight: 800; letter-spacing: 0.01em; }
.section__head h2 [dir="ltr"] { text-transform: uppercase; letter-spacing: 0.06em; }
.section__head p { color: var(--muted); font-size: clamp(14px, 1.1vw, 16px); margin-top: 8px; }
.section--dark .section__head p, .section--red .section__head p { color: rgba(255, 255, 255, 0.78); }
.section__foot { text-align: center; margin-top: clamp(24px, 3.5vw, 40px); }
.section__link { font-size: 13px; font-weight: 700; color: var(--red); white-space: nowrap; }
.section__link:hover { text-decoration: underline; text-underline-offset: 4px; }
.eyebrow { display: inline-block; font-size: 12px; font-weight: 800; color: var(--red); margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.08em; }
.section--dark .eyebrow, .section--red .eyebrow { color: rgba(255, 255, 255, 0.85); }
.display { font-size: clamp(30px, 4.6vw, 56px); font-weight: 900; line-height: 1.2; }
.lead { font-size: clamp(16px, 1.3vw, 19px); color: var(--muted); }
.section--dark .lead, .section--red .lead, .story .lead { color: rgba(255, 255, 255, 0.78); }
.muted { color: var(--muted); }
.page-title { font-size: clamp(24px, 3vw, 36px); font-weight: 800; margin-bottom: 16px; }
.page-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.crumbs { display: flex; gap: 6px; font-size: 12px; color: var(--muted-2); margin-bottom: 14px; flex-wrap: wrap; align-items: center; }
.crumbs li + li::before, .crumbs span + span::before, .crumbs a + a::before { content: "›"; margin-inline-end: 6px; color: var(--line); }
.crumbs a:hover { color: var(--red); }
.empty { text-align: center; padding: 48px 16px; }
.empty h3 { font-size: 20px; margin-bottom: 14px; }
.surface { background: var(--surface); border-radius: var(--radius-lg); }
.panel { background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--radius); }

/* ---------- buttons & badges ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 26px; border-radius: var(--pill); font-weight: 700; font-size: 14px; line-height: 1; border: 1.5px solid transparent; transition: background 0.2s var(--ease), color 0.2s, border-color 0.2s, transform 0.2s, box-shadow 0.2s; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: scale(0.97); }
.btn:disabled { opacity: 0.45; cursor: not-allowed; transform: none; }
.btn--red, .btn--dark, .btn--accent { background: var(--red); color: #fff; border-color: var(--red); }
.btn--red:hover, .btn--dark:hover, .btn--accent:hover { background: var(--red-dark); border-color: var(--red-dark); }
.btn--ink { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn--ink:hover { background: #000; border-color: #000; }
.btn--light { background: #fff; color: var(--ink); border-color: #fff; }
.btn--light:hover { background: #f0f0f0; border-color: #f0f0f0; }
.btn--outline { background: #fff; color: var(--ink); border-color: var(--ink); }
.btn--outline:hover { background: var(--ink); color: #fff; }
.btn--outline-red { background: transparent; color: var(--red); border-color: var(--red); }
.btn--outline-red:hover { background: var(--red); color: #fff; }
.btn--outline-light { background: rgba(255, 255, 255, 0.08); color: #fff; border-color: #fff; }
.btn--outline-light:hover { background: #fff; color: var(--red); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--ink); }
.btn--lg { min-height: 52px; padding-inline: 34px; font-size: 15px; }
.btn--sm { min-height: 36px; padding-inline: 16px; font-size: 13px; }
.btn--block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.btn-row--center { justify-content: center; }
.link-arrow { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; color: var(--red); font-size: 14px; }
.link-arrow::after { content: "←"; transition: transform 0.25s var(--ease); }
.link-arrow:hover::after { transform: translateX(-4px); }
.link-danger { color: var(--red); font-size: 14px; }
.badge { display: inline-flex; align-items: center; gap: 5px; font-style: normal; font-size: 11px; font-weight: 800; line-height: 1; padding: 5px 8px; border-radius: 4px; background: var(--ink); color: #fff; text-transform: uppercase; letter-spacing: 0.04em; white-space: nowrap; }
.badge--new { background: var(--red); }
.badge--hot { background: var(--ink); }
.badge--sale { background: var(--red); }
.badge--excl { background: #7a3cff; }
.badge--ok { background: var(--green); }
.badge--fr { background: var(--blue); }
.badge--fr::before { content: ""; width: 14px; height: 9px; border-radius: 2px; flex: none; background: linear-gradient(90deg, #0055a4 0 33%, #fff 33% 66%, #ef4135 66%); box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5); }

/* ---------- announce strip ---------- */
.announce { height: var(--announce-h); background: var(--ground); color: var(--muted); font-size: 12.5px; font-weight: 600; border-bottom: 1px solid var(--line-soft); }
.announce__inner { display: grid; grid-template-columns: 1fr auto; align-items: center; height: 100%; gap: 16px; }
.announce__track { position: relative; height: 100%; overflow: hidden; }
.announce__item { position: absolute; inset: 0; display: flex; align-items: center; gap: 8px; opacity: 0; transform: translateY(8px); transition: opacity 0.4s var(--ease), transform 0.4s var(--ease); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.announce__item::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--red); flex: none; }
.announce__item.is-active { opacity: 1; transform: none; }
.announce__item:hover { color: var(--ink); }
.announce__links { display: flex; gap: 18px; font-size: 12px; }
.announce__links a { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); }
.announce__links a:hover { color: var(--red); }
.announce__links svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- header ---------- */
.header { position: sticky; top: 0; z-index: 100; background: var(--surface); border-bottom: 1px solid var(--line-soft); }
.header.is-scrolled { box-shadow: 0 6px 24px -14px rgba(0, 0, 0, 0.25); }
.header__inner { height: var(--header-h); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; }
.header__start { display: flex; align-items: center; gap: 4px; }
.header__actions { display: flex; align-items: center; gap: 2px; justify-content: flex-end; }
.logo { display: inline-flex; align-items: baseline; gap: 8px; justify-self: center; }
.logo__word { font-family: var(--font-logo); font-weight: 900; font-size: 36px; letter-spacing: -0.03em; line-height: 1; color: var(--red); text-transform: none; }
.logo__fa { font-size: 12px; font-weight: 700; color: var(--muted); letter-spacing: 0.02em; }
.icon-btn { width: 44px; height: 44px; display: inline-grid; place-items: center; border-radius: var(--pill); position: relative; transition: background 0.2s, color 0.2s; color: var(--ink); }
.icon-btn:hover { background: var(--soft); color: var(--red); }
.icon-btn svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.cart-count { position: absolute; top: 4px; inset-inline-start: 24px; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 9px; background: var(--red); color: #fff; font-size: 11px; font-weight: 800; display: grid; place-items: center; line-height: 1; }
.cart-count.is-empty { display: none; }
.header__burger { display: none; width: 44px; height: 44px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.header__burger span { width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform 0.3s var(--ease), opacity 0.3s; }
.header__burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.header__burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.header__burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* uppercase category nav */
.catnav { border-top: 1px solid var(--line-soft); position: relative; }
.catnav__list { display: flex; justify-content: center; align-items: center; gap: 4px; height: var(--catnav-h); }
.catnav__item { position: relative; }
.catnav__link { display: inline-flex; align-items: center; height: var(--catnav-h); padding: 0 14px; font-size: 12.5px; font-weight: 800; letter-spacing: 0.02em; color: var(--ink); position: relative; white-space: nowrap; text-transform: uppercase; }
.catnav__link::after { content: ""; position: absolute; inset-inline: 14px; bottom: 0; height: 3px; background: var(--red); transform: scaleX(0); transform-origin: center; transition: transform 0.25s var(--ease); }
.catnav__item:hover .catnav__link::after, .catnav__item.is-open .catnav__link::after, .catnav__link[aria-current]::after, .catnav__item:focus-within .catnav__link::after { transform: scaleX(1); }
.catnav__item:hover .catnav__link, .catnav__link[aria-current] { color: var(--red); }
.catnav__link--sale { color: var(--red); }
.catnav__sep { width: 1px; height: 18px; background: var(--line); margin-inline: 8px; }

/* mega menu */
.mega { position: absolute; inset-inline: 0; top: 100%; background: var(--surface); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); box-shadow: 0 30px 50px -30px rgba(0, 0, 0, 0.3); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity 0.2s var(--ease), transform 0.2s var(--ease), visibility 0s 0.2s; z-index: 50; }
.catnav__item:hover .mega, .catnav__item:focus-within .mega, .catnav__item.is-open .mega { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.mega__inner { display: grid; grid-template-columns: 1.1fr 1fr 1.6fr 1fr; gap: 32px; padding-block: 28px 32px; }
.mega__col h4 { font-size: 11.5px; font-weight: 800; color: var(--muted-2); margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.08em; }
.mega__list { display: flex; flex-direction: column; gap: 2px; }
.mega__list a { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 7px 10px; margin-inline: -10px; border-radius: var(--radius-sm); font-size: 14px; font-weight: 600; transition: background 0.2s, color 0.2s; }
.mega__list a:hover { background: var(--soft); color: var(--red); }
.mega__list a small { font-size: 11px; color: var(--muted-2); font-weight: 600; }
.mega__list a.is-all { color: var(--red); font-weight: 800; margin-top: 6px; }
.mega__ranges { display: flex; flex-wrap: wrap; gap: 6px; }
.mega__ranges a { font-size: 12px; font-weight: 700; padding: 6px 12px; border-radius: var(--pill); border: 1px solid var(--line); background: #fff; transition: border-color 0.2s, color 0.2s, background 0.2s; }
.mega__ranges a:hover { border-color: var(--red); color: var(--red); }
.mega__products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.mega__product { display: flex; flex-direction: column; gap: 6px; padding: 10px; border-radius: var(--radius); border: 1px solid var(--line-soft); transition: border-color 0.2s, box-shadow 0.2s; min-width: 0; }
.mega__product:hover { border-color: var(--red); box-shadow: var(--shadow-sm); }
.mega__product img { width: 100%; aspect-ratio: 1; object-fit: contain; background: #fff; }
.mega__product strong { font-size: 12.5px; font-weight: 700; line-height: 1.45; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.mega__product small { color: var(--red); font-size: 12px; font-weight: 800; }
.mega__product .badge { font-size: 9.5px; padding: 3px 5px; align-self: flex-start; }
.mega__image { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 5; background: var(--soft); color: #fff; display: flex; align-items: flex-end; isolation: isolate; }
.mega__image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; transition: transform 0.6s var(--ease); }
.mega__image:hover img { transform: scale(1.05); }
.mega__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent 60%); z-index: -1; }
.mega__image span { padding: 16px; font-size: 14px; font-weight: 800; }
.mega__image span b { display: block; font-size: 11px; font-weight: 600; opacity: 0.8; text-transform: uppercase; letter-spacing: 0.08em; }
.mega__links { margin-top: 12px; display: flex; flex-direction: column; gap: 6px; font-size: 14px; }
.mega__links a:hover { color: var(--red); }
.mega__inner--links { grid-template-columns: repeat(3, max-content); gap: 80px; }
.mega__series { display: flex; flex-direction: column; padding: 8px 10px; margin-inline: -10px; border-radius: var(--radius-sm); transition: background 0.2s; }
.mega__series:hover { background: var(--soft); }
.mega__series strong { font-size: 15px; }
.mega__series small { color: var(--muted); font-size: 12px; }

/* drawer (mobile nav) */
.drawer { position: fixed; inset: 0; z-index: 200; visibility: hidden; }
.drawer[aria-hidden="false"] { visibility: visible; }
.drawer__backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.45); opacity: 0; transition: opacity 0.3s; }
.drawer__panel { position: absolute; top: 0; bottom: 0; inset-inline-start: 0; width: min(88vw, 400px); background: var(--surface); padding: 20px 22px 32px; overflow-y: auto; transform: translateX(100%); transition: transform 0.35s var(--ease); }
.drawer[aria-hidden="false"] .drawer__panel { transform: none; }
.drawer[aria-hidden="false"] .drawer__backdrop { opacity: 1; }
.drawer__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.drawer__head .logo__word { font-size: 28px; }
.drawer__close { width: 40px; height: 40px; display: grid; place-items: center; font-size: 22px; border-radius: 50%; }
.drawer__close:hover { background: var(--soft); }
.drawer details, .drawer__link { border-bottom: 1px solid var(--line-soft); }
.drawer summary, .drawer__link { list-style: none; display: flex; justify-content: space-between; align-items: center; padding: 14px 0; font-size: 14px; font-weight: 800; cursor: pointer; text-transform: uppercase; }
.drawer summary::-webkit-details-marker { display: none; }
.drawer summary::after { content: "+"; font-size: 22px; color: var(--muted-2); font-weight: 400; }
.drawer details[open] summary::after { content: "–"; }
.drawer details[open] summary { color: var(--red); }
.drawer details a { display: flex; justify-content: space-between; align-items: center; gap: 8px; padding: 8px 0 8px 12px; color: var(--muted); font-size: 14px; }
.drawer details a small { color: var(--muted-2); font-size: 11px; }
.drawer details a:last-of-type { padding-bottom: 14px; }
.drawer details a.is-all { color: var(--red); font-weight: 700; }
.drawer__link--sale { color: var(--red); }
.drawer__foot { display: flex; flex-direction: column; gap: 10px; padding-top: 20px; font-weight: 600; font-size: 14px; color: var(--muted); }
.drawer__foot a:hover { color: var(--red); }

/* search overlay */
.search { position: fixed; inset: 0; z-index: 300; background: rgba(255, 255, 255, 0.97); backdrop-filter: blur(10px); visibility: hidden; opacity: 0; transition: opacity 0.25s, visibility 0s 0.25s; overflow-y: auto; }
.search[aria-hidden="false"] { visibility: visible; opacity: 1; transition-delay: 0s; }
.search__panel { padding-block: 10vh 40px; }
.search__form { display: flex; align-items: center; gap: 16px; border-bottom: 2px solid var(--red); padding-bottom: 12px; }
.search__form svg { width: 26px; height: 26px; fill: none; stroke: var(--red); stroke-width: 2; flex: none; }
.search__form input { flex: 1; border: 0; background: none; font-size: clamp(20px, 3vw, 30px); font-weight: 700; outline: none; min-width: 0; }
.search__form input::placeholder { color: var(--muted-2); font-weight: 500; }
.search__close { font-size: 22px; padding: 8px; color: var(--muted); }
.search__close:hover { color: var(--red); }
.search__cols { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; margin-top: 32px; }
.search__cols h3 { font-size: 11.5px; color: var(--muted-2); font-weight: 800; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.08em; }
.search__cols li { padding: 4px 0; font-size: 15px; }
.search__cols li a { display: flex; align-items: center; gap: 12px; padding: 6px 8px; margin-inline: -8px; border-radius: var(--radius-sm); }
.search__cols li a:hover { background: var(--soft); color: var(--red); }
.search__cols li img { width: 44px; height: 44px; object-fit: contain; background: #fff; border: 1px solid var(--line-soft); border-radius: 6px; flex: none; }
.search__cols li small { color: var(--muted-2); font-size: 12px; margin-inline-start: auto; }
.search__cols li.is-hidden { display: none; }
.search__empty { color: var(--muted-2); font-size: 14px; padding: 8px 0; display: none; }
.search__cols ul.is-empty + .search__empty { display: block; }

/* flash */
.flash { padding: 12px 0; font-size: 14px; font-weight: 600; }
.flash--ok, .flash--success { background: #e7f6ef; color: var(--green); }
.flash--error { background: var(--red-soft); color: var(--red); }
.flash--info { background: #eef3fb; color: var(--blue); }
.flash--inline { padding: 12px 16px; border-radius: var(--radius); margin-bottom: 20px; }
.flash ul { padding-inline-start: 18px; list-style: disc; }

/* ==========================================================================
   HOME
   ========================================================================== */
/* category round tiles (tefal.sa "Discover our categories") */
.cat-tiles { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.cat-tile { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 12px; }
.cat-tile__img { width: min(100%, 160px); aspect-ratio: 1; border-radius: 50%; overflow: hidden; background: #e6e6e6; border: 4px solid var(--surface); box-shadow: 0 0 0 1px var(--line-soft); transition: transform 0.35s var(--ease), box-shadow 0.35s; }
.cat-tile__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.cat-tile:hover .cat-tile__img { transform: translateY(-4px); box-shadow: 0 0 0 2px var(--red), var(--shadow-sm); }
.cat-tile:hover .cat-tile__img img { transform: scale(1.06); }
.cat-tile h3 { font-size: 14px; font-weight: 800; text-transform: uppercase; }
.cat-tile p { font-size: 12px; color: var(--muted); line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.cat-tile small { font-size: 11px; color: var(--muted-2); }

/* hero carousel (tefal.com rounded 1240×420) */
.hero-carousel { position: relative; border-radius: var(--radius-lg); overflow: hidden; background: var(--ink); aspect-ratio: 1240 / 420; min-height: 300px; isolation: isolate; box-shadow: var(--shadow-sm); }
.hero-carousel__slide { position: absolute; inset: 0; display: flex; align-items: center; opacity: 0; visibility: hidden; transition: opacity 0.7s var(--ease), visibility 0s 0.7s; color: #fff; }
.hero-carousel__slide.is-active { opacity: 1; visibility: visible; transition-delay: 0s; z-index: 1; }
.hero-carousel__slide--light { color: var(--ink); }
.hero-carousel__bg { position: absolute; inset: 0; z-index: -1; }
.hero-carousel__bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); transition: transform 7s linear; }
.hero-carousel__slide.is-active .hero-carousel__bg img { transform: scale(1); }
.hero-carousel__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to left, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0) 75%); }
.hero-carousel__slide--light .hero-carousel__bg::after { background: linear-gradient(to left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0) 75%); }
.hero-carousel__content { position: relative; z-index: 2; padding: clamp(24px, 4vw, 56px) clamp(24px, 5vw, 72px); max-width: 560px; display: flex; flex-direction: column; align-items: flex-start; }
.hero-carousel__content .eyebrow { color: inherit; opacity: 0.85; margin-bottom: 10px; }
.hero-carousel__slide--dark .hero-carousel__content .eyebrow { color: #ffb3b8; }
.hero-carousel__content h2 { font-size: clamp(24px, 3.4vw, 44px); font-weight: 900; line-height: 1.25; }
.hero-carousel__content p { font-size: clamp(13px, 1.2vw, 16px); margin-top: 12px; opacity: 0.9; max-width: 44ch; }
.hero-carousel__content .btn { margin-top: 20px; }
.hero-carousel__slide.is-active .hero-carousel__content > * { animation: rise 0.8s var(--ease) both; }
.hero-carousel__slide.is-active .hero-carousel__content > :nth-child(2) { animation-delay: 0.08s; }
.hero-carousel__slide.is-active .hero-carousel__content > :nth-child(3) { animation-delay: 0.16s; }
.hero-carousel__slide.is-active .hero-carousel__content > :nth-child(4) { animation-delay: 0.24s; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.hero-carousel__dots { position: absolute; bottom: 16px; inset-inline: 0; z-index: 3; display: flex; justify-content: center; gap: 8px; }
.hero-carousel__dot { width: 10px; height: 10px; padding: 0; border-radius: 50%; background: rgba(255, 255, 255, 0.55); border: 1px solid rgba(0, 0, 0, 0.15); transition: transform 0.25s, background 0.25s; }
.hero-carousel__dot.is-active { background: var(--red); transform: scale(1.25); border-color: transparent; }
.hero-carousel__arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; width: 42px; height: 42px; border-radius: 50%; background: rgba(255, 255, 255, 0.92); color: var(--ink); display: grid; place-items: center; box-shadow: var(--shadow-sm); transition: background 0.2s, color 0.2s; }
.hero-carousel__arrow:hover { background: var(--red); color: #fff; }
.hero-carousel__arrow svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.hero-carousel__arrow--prev { inset-inline-start: 14px; }
.hero-carousel__arrow--next { inset-inline-end: 14px; }

/* legacy hero (kept for other views) */
.hero { position: relative; overflow: hidden; background: var(--soft); color: var(--ink); }
.hero__slide { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }

/* promo tiles (tefal.com 4 tiles under hero) */
.promo-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.promo-tile { display: flex; flex-direction: column; text-align: center; gap: 10px; }
.promo-tile__media { aspect-ratio: 16 / 10; border-radius: var(--radius); overflow: hidden; background: var(--soft); box-shadow: var(--shadow-sm); }
.promo-tile__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.promo-tile:hover .promo-tile__media img { transform: scale(1.05); }
.promo-tile h3 { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.02em; margin-top: 4px; }
.promo-tile:hover h3 { color: var(--red); }
.promo-tile p { font-size: 12.5px; color: var(--muted); line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* legacy promo grid */
.promo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.promo { position: relative; display: grid; grid-template-rows: auto 1fr; border-radius: var(--radius-lg); background: var(--surface); border: 1px solid var(--line-soft); overflow: hidden; min-height: 320px; transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease); }
.promo:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.promo--wide { grid-column: span 2; grid-template-rows: none; grid-template-columns: 1fr 1fr; align-items: center; }
.promo__text { padding: 28px 28px 0; display: flex; flex-direction: column; gap: 6px; align-items: flex-start; }
.promo--wide .promo__text { padding: 40px; }
.promo__text h3 { font-size: 22px; font-weight: 800; }
.promo__text p { color: var(--muted); font-size: 14px; }
.promo__price { font-weight: 700; margin-top: 6px; }
.promo__price del { color: var(--muted-2); font-weight: 400; font-size: 13px; margin-inline-start: 6px; }
.promo img { width: 100%; height: 100%; object-fit: contain; padding: 16px 24px 24px; max-height: 260px; align-self: end; }

/* ranges strip */
.range-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.range-strip--6 { grid-template-columns: repeat(6, 1fr); }
.range-tile { background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform 0.3s var(--ease), box-shadow 0.3s, border-color 0.3s; }
.range-tile:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.range-tile__media { aspect-ratio: 16 / 10; background: var(--soft); overflow: hidden; }
.range-tile__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.range-tile:hover .range-tile__media img { transform: scale(1.05); }
.range-tile__body { padding: 14px 14px 16px; }
.range-tile__body h3 { font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.02em; }
.range-tile__body h3 span[dir="ltr"] { display: inline-block; }
.range-tile__body p { font-size: 12px; color: var(--muted); margin-top: 4px; line-height: 1.6; }
.range-tile__body .link-arrow { margin-top: 8px; font-size: 12px; }

/* innovation story */
.innovation { display: grid; grid-template-columns: 1fr 1.5fr; gap: clamp(24px, 4vw, 56px); align-items: center; background: var(--surface); border-radius: var(--radius-lg); padding: clamp(24px, 4vw, 48px); border: 1px solid var(--line-soft); }
.innovation__intro h2 { font-size: clamp(22px, 2.6vw, 32px); font-weight: 900; line-height: 1.3; }
.innovation__intro p { color: var(--muted); margin-top: 12px; font-size: 15px; }
.innovation__intro .btn { margin-top: 20px; }
.innovation__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.innovation-card { padding: 20px; border-radius: var(--radius); background: var(--soft); border: 1px solid var(--line-soft); transition: border-color 0.25s, background 0.25s; }
.innovation-card:hover { border-color: var(--red); background: #fff; }
.innovation-card svg { width: 36px; height: 36px; fill: none; stroke: var(--red); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 12px; }
.innovation-card h3 { font-size: 15px; font-weight: 800; }
.innovation-card h3 [dir="ltr"] { font-size: 13px; }
.innovation-card p { font-size: 13px; color: var(--muted); margin-top: 6px; line-height: 1.7; }

/* capsule tabs */
.tabs-center { text-align: center; }
.capsule-tabs { display: inline-flex; gap: 4px; background: #e6e6e6; border-radius: var(--pill); padding: 4px; margin-bottom: 28px; max-width: 100%; }
.capsule-tabs button { padding: 8px 20px; border-radius: var(--pill); color: var(--muted); font-weight: 700; font-size: 13px; transition: background 0.25s, color 0.25s; white-space: nowrap; text-transform: uppercase; }
.capsule-tabs button.is-active { background: var(--red); color: #fff; }
.capsule-tabs button:not(.is-active):hover { color: var(--ink); }
.tab-panel { display: none; }
.tab-panel.is-active { display: block; animation: fade 0.4s var(--ease); }
@keyframes fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

/* sale band */
.sale-band { background: var(--red); color: #fff; border-radius: var(--radius-lg); padding: clamp(24px, 4vw, 44px); }
.sale-band .section__head h2 { color: #fff; }
.sale-band .section__head p { color: rgba(255, 255, 255, 0.85); }
.sale-band .product-grid { gap: 16px; }
.sale-band .section__foot { margin-top: 24px; }

/* blog cards */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.blog-grid--4 { grid-template-columns: repeat(4, 1fr); }
.post { display: flex; flex-direction: column; background: var(--surface); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line-soft); transition: transform 0.3s var(--ease), box-shadow 0.3s; }
.post:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.post__media { aspect-ratio: 16 / 10; overflow: hidden; background: var(--soft); }
.post__media--hero { aspect-ratio: 16 / 8; border-radius: var(--radius-lg); margin-block: 20px 28px; }
.post__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.post:hover .post__media img { transform: scale(1.04); }
.post__body { padding: 16px 18px 20px; display: flex; flex-direction: column; flex: 1; }
.post__cat { font-size: 11px; font-weight: 800; color: var(--red); text-transform: uppercase; letter-spacing: 0.08em; }
.post h3 { font-size: 15px; font-weight: 800; margin-top: 6px; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.post p { font-size: 13px; color: var(--muted); margin-top: 6px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.post__meta { font-size: 12px; color: var(--muted-2); margin-top: auto; padding-top: 10px; }
.post--featured { grid-column: span 2; grid-row: span 2; }
.post--featured h3 { font-size: 22px; }
.prose { font-size: 16px; }
.prose h2 { font-size: 22px; margin: 28px 0 10px; }
.prose h3 { font-size: 18px; margin: 22px 0 8px; }
.prose p, .prose ul, .prose ol { margin-bottom: 14px; }
.prose ul { list-style: disc; padding-inline-start: 22px; }
.prose ol { list-style: decimal; padding-inline-start: 22px; }
.prose a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.prose img { border-radius: var(--radius); }

/* consumer services bar (tefal.com signature) */
.services-bar { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; background: var(--surface); border-radius: var(--radius-lg); padding: clamp(24px, 3vw, 40px) clamp(16px, 2vw, 32px); border: 1px solid var(--line-soft); }
.service { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; padding: 8px; border-radius: var(--radius); transition: background 0.2s; }
.service:hover { background: var(--soft); }
.service__icon { width: 56px; height: 56px; border-radius: 50%; border: 2px solid var(--red); display: grid; place-items: center; color: var(--red); transition: background 0.2s, color 0.2s; }
.service:hover .service__icon { background: var(--red); color: #fff; }
.service__icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service h3 { font-size: 12.5px; font-weight: 800; color: var(--red); text-transform: uppercase; letter-spacing: 0.04em; margin-top: 4px; }
.service p { font-size: 12px; color: var(--muted); line-height: 1.6; }

/* perks (kept) */
.perks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.perks--4 { grid-template-columns: repeat(4, 1fr); }
.perk { border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 24px 22px; background: var(--surface); }
.perk svg { width: 32px; height: 32px; fill: none; stroke: var(--red); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 12px; }
.perk h3 { font-size: 16px; font-weight: 800; }
.perk p { color: var(--muted); font-size: 13.5px; margin-top: 6px; }

/* ---------- newsletter + footer ---------- */
.newsletter { background: var(--teal); padding-block: clamp(40px, 6vw, 72px); text-align: center; }
.newsletter__inner { max-width: 760px; margin-inline: auto; }
.newsletter__form { max-width: 560px; margin-inline: auto; }
.newsletter h2 { font-size: clamp(24px, 3.2vw, 38px); font-weight: 900; text-transform: uppercase; letter-spacing: 0.02em; }
.newsletter h2 em { font-style: normal; color: var(--red); }
.newsletter p { color: var(--muted); margin-top: 8px; font-size: 14px; }
.newsletter__form { display: grid; grid-template-columns: 1fr auto; gap: 10px; margin-top: 22px; }
.newsletter__form input { min-height: 48px; padding: 0 20px; border: 1.5px solid #fff; border-radius: var(--pill); background: #fff; outline: none; min-width: 0; }
.newsletter__form input:focus { border-color: var(--red); }
.newsletter__form small { grid-column: 1 / -1; color: var(--muted); font-size: 12px; }
.newsletter__form small a { text-decoration: underline; text-underline-offset: 3px; }

.footer { background: var(--footer); padding-block: clamp(36px, 5vw, 56px) 28px; font-size: 13px; color: var(--muted); }
.footer__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 32px 20px; }
.footer__col h2 { font-size: 12px; font-weight: 800; margin-bottom: 12px; color: var(--ink); text-transform: uppercase; letter-spacing: 0.08em; }
.footer__col li { padding: 3px 0; }
.footer__col li a:hover { color: var(--red); }
.footer__col--wide { grid-column: span 2; }
.footer__meta { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; margin-top: 40px; padding-top: 24px; border-top: 1px solid #d4d4d4; }
.footer__brand { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.footer__brand .logo__word { font-size: 30px; }
.footer__contact { display: block; font-weight: 700; font-size: 14px; color: var(--ink); padding: 1px 0; }
.footer__hours { color: var(--muted-2); margin-top: 4px; font-size: 12px; }
.footer__rate { display: inline-block; padding: 8px 14px; border-radius: var(--pill); background: #fff; font-size: 12.5px; color: var(--ink); }
.footer__rate strong { color: var(--red); }
.socials { display: flex; gap: 8px; }
.socials a { width: 38px; height: 38px; border-radius: 50%; background: var(--red); color: #fff; display: grid; place-items: center; transition: background 0.2s, transform 0.2s; }
.socials a:hover { background: var(--red-dark); transform: translateY(-2px); }
.socials svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linejoin: round; stroke-linecap: round; }
.footer__bottom { border-top: 1px solid #d4d4d4; margin-top: 24px; padding-top: 18px; display: flex; flex-wrap: wrap; gap: 12px 28px; align-items: center; justify-content: space-between; color: var(--muted-2); font-size: 12px; }
.footer__bottom ul { display: flex; gap: 16px; flex-wrap: wrap; }
.footer__bottom ul a:hover { color: var(--red); }
.payments { display: flex; gap: 6px; flex-wrap: wrap; }
.payments span { border: 1px solid #d4d4d4; background: #fff; border-radius: 6px; padding: 3px 10px; font-size: 11.5px; color: var(--muted); font-weight: 600; }
.footer__perks { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding-block: 24px; border-bottom: 1px solid #d4d4d4; margin-bottom: 32px; }
.footer__perks a { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: 14px; color: var(--ink); }
.footer__perks svg { width: 26px; height: 26px; fill: none; stroke: var(--red); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.footer__stores { display: flex; gap: 8px; flex-wrap: wrap; }
.store-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--ink); color: #fff; border-radius: 8px; padding: 8px 12px; font-size: 13px; font-weight: 600; }
.footer__region { display: inline-flex; align-items: center; gap: 8px; border: 1px solid #d4d4d4; border-radius: var(--pill); padding: 6px 14px; font-weight: 600; background: #fff; }

/* toast / to-top / reveal */
.toast { position: fixed; bottom: 24px; inset-inline-start: 50%; transform: translate(50%, 20px); background: var(--ink); color: #fff; padding: 12px 20px; border-radius: var(--pill); font-size: 14px; font-weight: 600; opacity: 0; visibility: hidden; transition: opacity 0.3s, transform 0.3s, visibility 0s 0.3s; z-index: 500; box-shadow: var(--shadow); max-width: calc(100vw - 32px); }
.toast.is-visible { opacity: 1; visibility: visible; transform: translate(50%, 0); transition-delay: 0s; }
.toast.is-error { background: var(--red); }
.to-top { position: fixed; bottom: 24px; inset-inline-end: 24px; width: 44px; height: 44px; border-radius: 50%; background: #fff; border: 1px solid var(--line); color: var(--ink); display: grid; place-items: center; opacity: 0; transform: translateY(12px); transition: opacity 0.3s, transform 0.3s; z-index: 90; box-shadow: var(--shadow-sm); }
.to-top.is-visible { opacity: 1; transform: none; }
.to-top:hover { color: var(--red); border-color: var(--red); }
.to-top svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal-stagger > * { opacity: 0; transform: translateY(16px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
.reveal-stagger.in > * { opacity: 1; transform: none; }
.reveal-stagger.in > :nth-child(2) { transition-delay: 0.06s; }
.reveal-stagger.in > :nth-child(3) { transition-delay: 0.12s; }
.reveal-stagger.in > :nth-child(4) { transition-delay: 0.18s; }
.reveal-stagger.in > :nth-child(5) { transition-delay: 0.24s; }
.reveal-stagger.in > :nth-child(6) { transition-delay: 0.3s; }
@media (prefers-reduced-motion: reduce) { .reveal, .reveal-stagger > * { opacity: 1; transform: none; transition: none; } .hero-carousel__bg img { transition: none; } .hero-carousel__slide.is-active .hero-carousel__content > * { animation: none; } }

/* ==========================================================================
   PRODUCT CARD / PRICE / STARS
   ========================================================================== */
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.product-grid--4 { grid-template-columns: repeat(4, 1fr); }
.product-grid--2 { grid-template-columns: repeat(2, 1fr); }
.product-card { position: relative; background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--radius); display: flex; flex-direction: column; overflow: hidden; transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s; min-width: 0; }
.product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: transparent; }
.product-card__tags { position: absolute; top: 12px; inset-inline-start: 12px; z-index: 1; display: flex; gap: 5px; flex-wrap: wrap; max-width: calc(100% - 24px); }
.product-card__media { background: #fff; aspect-ratio: 1; display: grid; place-items: center; padding: 18px; border-bottom: 1px solid var(--soft); }
.product-card__media img { width: 100%; height: 100%; object-fit: contain; transition: transform 0.5s var(--ease); }
.product-card:hover .product-card__media img { transform: scale(1.05); }
.product-card__body { padding: 14px 16px 18px; display: flex; flex-direction: column; flex: 1; gap: 2px; }
.product-card__series, .product-card__family { font-size: 11px; font-weight: 700; color: var(--muted-2); text-transform: uppercase; letter-spacing: 0.06em; display: flex; gap: 6px; align-items: center; }
.product-card__family [dir="ltr"] { display: inline-block; }
.product-card h3 { font-size: 14.5px; font-weight: 800; margin-top: 2px; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-card h3 a:hover { color: var(--red); }
.product-card__en { font-size: 11px; color: var(--muted-2); direction: ltr; text-align: end; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.product-card__bullets { margin-top: 8px; display: flex; flex-direction: column; gap: 3px; font-size: 12.5px; color: var(--muted); flex: 1; }
.product-card__bullets li { display: flex; gap: 6px; line-height: 1.6; }
.product-card__bullets li::before { content: "✓"; color: var(--red); font-weight: 800; flex: none; }
.product-card .price { margin-top: 10px; }
.product-card__actions { display: flex; gap: 8px; margin-top: 12px; align-items: center; }
.product-card__actions form { flex: 1; }
.product-card__actions .btn { min-height: 40px; padding-inline: 14px; font-size: 13px; width: 100%; }
.product-card__more { font-size: 13px; font-weight: 700; color: var(--muted); white-space: nowrap; padding: 0 6px; }
.product-card__more:hover { color: var(--red); text-decoration: underline; text-underline-offset: 4px; }
.product-card--compact .product-card__body { padding: 12px 14px 14px; }
.product-card--compact h3 { font-size: 13.5px; }
.product-card--compact .product-card__bullets { display: none; }
.stars { display: inline-flex; align-items: center; gap: 1px; font-size: 13px; color: #d5d5d5; margin-top: 2px; line-height: 1; }
.stars i { font-style: normal; }
.stars i.on { color: var(--gold); }
.stars i.half { background: linear-gradient(to left, var(--gold) 50%, #d5d5d5 50%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stars small { color: var(--muted-2); margin-inline-start: 6px; font-size: 11.5px; }

/* price */
.price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 10px; font-weight: 800; font-size: 16px; color: var(--ink); }
.price--sale .price__toman { color: var(--red); }
.price__toman small { font-size: 11px; font-weight: 600; color: var(--muted); }
.price del { color: var(--muted-2); font-weight: 400; font-size: 13px; }
.price__save { font-size: 11px; font-weight: 800; color: var(--red); }
.price__usd { font-size: 11.5px; font-weight: 600; color: var(--muted-2); }
.price--big { font-size: 28px; }
.price--big .price__toman small { font-size: 14px; }
.price--big del { font-size: 16px; }
.price--big .price__save { font-size: 13px; padding: 3px 9px; }
.price--big .price__usd { font-size: 13px; }
.price--hero { font-size: 22px; }
.section--dark .price__toman small, .section--dark .price del, .section--dark .price__usd { color: rgba(255, 255, 255, 0.7); }

/* row scroll */
.row-scroll { position: relative; }
.row-scroll__track { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 4px 2px 12px; }
.row-scroll__track::-webkit-scrollbar { display: none; }
.row-scroll__track > * { flex: 0 0 min(76vw, 282px); scroll-snap-align: start; }
.row-scroll__nav { display: flex; gap: 8px; justify-content: flex-end; margin-top: 4px; }
.row-scroll__nav button { width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid var(--line); background: #fff; display: grid; place-items: center; transition: background 0.2s, border-color 0.2s, color 0.2s; }
.row-scroll__nav button:hover { border-color: var(--red); color: var(--red); }
.row-scroll__nav svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.row-scroll--float .row-scroll__nav { position: absolute; inset: 0; margin: 0; pointer-events: none; align-items: center; justify-content: space-between; }
.row-scroll--float .row-scroll__nav button { pointer-events: auto; box-shadow: var(--shadow-sm); }

/* cta band */
.cta-band { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 32px; background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--radius-lg); padding: clamp(24px, 4vw, 44px); }
.cta-band h2 { font-size: clamp(20px, 2.4vw, 28px); font-weight: 800; }
.cta-band p { color: var(--muted); margin-top: 8px; max-width: 60ch; }
.cta-band .btn-row { margin: 0; }

/* series cards (kept) */
.series-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.series-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; background: var(--ink); color: #fff; min-height: 400px; display: flex; align-items: flex-end; isolation: isolate; }
.series-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; transition: transform 0.8s var(--ease); }
.series-card:hover img { transform: scale(1.05); }
.series-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0) 65%); z-index: -1; }
.series-card__body { padding: 28px; }
.series-card__body h3 { font-size: 22px; font-weight: 800; }
.series-card .link-arrow { color: #fff; margin-top: 12px; }
.video-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.video { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 16 / 10; background: var(--ink); color: #fff; display: flex; align-items: flex-end; isolation: isolate; }
.video img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; }
.video::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent 55%); z-index: -1; }
.video__body { padding: 16px; }
.video__body h3 { font-size: 15px; }

/* ==========================================================================
   LISTING (tefal.com category page)
   ========================================================================== */
.collection-hero, .listing-head { padding-block: clamp(16px, 3vw, 28px) clamp(16px, 2vw, 24px); }
.collection-hero h1, .listing-head h1 { font-size: clamp(22px, 3vw, 32px); font-weight: 900; text-transform: uppercase; }
.collection-hero p, .listing-head p { color: var(--muted); font-size: 14px; margin-top: 8px; max-width: 80ch; }
/* sub-category icon strip */
.subnav-strip { display: flex; gap: 10px; overflow-x: auto; scrollbar-width: none; padding: 8px 2px 14px; justify-content: safe center; }
.subnav-strip::-webkit-scrollbar { display: none; }
.subnav-strip a { flex: 0 0 auto; width: 110px; display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; font-size: 11.5px; font-weight: 700; color: var(--muted); padding: 8px 4px; border-radius: var(--radius); border: 1px solid transparent; transition: color 0.2s, border-color 0.2s, background 0.2s; }
.subnav-strip a:hover, .subnav-strip a.is-active { color: var(--red); border-color: var(--line-soft); background: var(--surface); }
.subnav-strip img { width: 64px; height: 64px; object-fit: contain; border-radius: 50%; background: #fff; padding: 4px; border: 1px solid var(--line-soft); }
.subnav-strip a.is-active img { border-color: var(--red); box-shadow: 0 0 0 2px rgba(227, 6, 19, 0.15); }
.series-tabs { display: flex; gap: 8px; margin-top: 18px; flex-wrap: wrap; }
.series-tabs a { padding: 8px 18px; border-radius: var(--pill); border: 1.5px solid var(--line); background: #fff; font-weight: 700; font-size: 13px; transition: background 0.2s, color 0.2s, border-color 0.2s; }
.series-tabs a.is-active, .series-tabs a:hover { background: var(--red); color: #fff; border-color: var(--red); }
.collection, .listing { display: grid; grid-template-columns: 260px 1fr; gap: 28px; align-items: start; padding-bottom: clamp(40px, 6vw, 72px); }
.filters { position: sticky; top: calc(var(--header-h) + 12px); background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--radius); overflow: hidden; }
.filters__head { display: flex; justify-content: space-between; align-items: center; padding: 12px 16px; background: var(--red); color: #fff; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; }
.filters__head a { font-size: 12px; color: #fff; opacity: 0.85; text-transform: none; letter-spacing: 0; }
.filters__head a:hover { opacity: 1; text-decoration: underline; }
.filters__sub { padding: 10px 16px; background: var(--soft); text-align: center; font-size: 12px; font-weight: 800; color: var(--ink); text-transform: uppercase; letter-spacing: 0.06em; border-bottom: 1px solid var(--line-soft); }
.filters details { border-bottom: 1px solid var(--line-soft); padding-inline: 16px; }
.filters details:last-of-type { border-bottom: 0; }
.filters summary { list-style: none; display: flex; justify-content: space-between; align-items: center; padding: 12px 0; font-weight: 800; cursor: pointer; font-size: 13.5px; }
.filters summary::-webkit-details-marker { display: none; }
.filters summary::after { content: ""; width: 8px; height: 8px; border-inline-end: 2px solid var(--muted-2); border-bottom: 2px solid var(--muted-2); transform: rotate(45deg); margin-bottom: 4px; transition: transform 0.25s; }
.filters details[open] summary::after { transform: rotate(-135deg); margin-bottom: -4px; }
.filters details[open] summary { color: var(--red); }
.filters__opt { display: flex; align-items: center; gap: 10px; padding: 5px 0; font-size: 13.5px; color: var(--muted); }
.filters__opt:last-of-type { padding-bottom: 14px; }
.filters__opt:hover { color: var(--ink); }
.filters__opt i { width: 17px; height: 17px; border: 1.5px solid var(--line); border-radius: 4px; flex: none; display: grid; place-items: center; transition: background 0.2s, border-color 0.2s; background: #fff; }
.filters__opt small { margin-inline-start: auto; font-size: 11px; color: var(--muted-2); }
.filters__opt.is-on { color: var(--red); font-weight: 700; }
.filters__opt.is-on i { background: var(--red); border-color: var(--red); }
.filters__opt.is-on i::after { content: "✓"; color: #fff; font-size: 11px; }
.filters__opt.is-off { opacity: 0.45; }
.filters__toggle { display: none; }
.toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; color: var(--muted); font-size: 13px; gap: 12px; flex-wrap: wrap; background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 10px 14px; }
.toolbar select { border: 1.5px solid var(--line); border-radius: var(--pill); padding: 7px 12px; background: #fff; font-size: 13px; }
.toolbar__sort { display: flex; align-items: center; gap: 8px; }
.chips { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.chips a, .chips span { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: var(--pill); border: 1.5px solid var(--line); background: #fff; font-size: 12.5px; font-weight: 700; }
.chips a.is-on, .chips span.is-on { background: var(--red); color: #fff; border-color: var(--red); }
.chips a:hover { border-color: var(--red); color: var(--red); }
.chips a.is-on:hover { color: #fff; }
.family-band { background: var(--red); color: #fff; font-size: 14px; font-weight: 800; padding: 8px 16px; border-radius: 6px; margin: 24px 0 14px; display: flex; justify-content: space-between; align-items: center; text-transform: uppercase; letter-spacing: 0.03em; }
.family-band:first-child { margin-top: 0; }
.family-band small { font-weight: 600; font-size: 12px; opacity: 0.85; text-transform: none; letter-spacing: 0; }
.family-band a:hover { text-decoration: underline; }

/* ==========================================================================
   PRODUCT PAGE
   ========================================================================== */
.pdp { padding-block: 16px 48px; }
.pdp__grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(24px, 4vw, 56px); align-items: start; }
.gallery { display: grid; grid-template-columns: 72px 1fr; gap: 12px; position: sticky; top: calc(var(--header-h) + 16px); }
.gallery__thumbs { display: flex; flex-direction: column; gap: 8px; }
.gallery__thumbs button { width: 72px; height: 72px; border-radius: 8px; border: 1.5px solid var(--line-soft); background: #fff; padding: 6px; transition: border-color 0.2s; }
.gallery__thumbs button.is-active, .gallery__thumbs button:hover { border-color: var(--red); }
.gallery__thumbs img { width: 100%; height: 100%; object-fit: contain; }
.gallery__main { position: relative; background: #fff; border: 1px solid var(--line-soft); border-radius: var(--radius-lg); aspect-ratio: 1; display: grid; place-items: center; padding: 28px; overflow: hidden; }
.gallery__main .badge { position: absolute; top: 16px; inset-inline-start: 16px; }
.gallery__main .product-card__tags { top: 16px; inset-inline-start: 16px; }
.gallery__main img { width: 100%; height: 100%; object-fit: contain; transition: opacity 0.3s, transform 0.5s var(--ease); }
.gallery__main:hover img { transform: scale(1.08); }
.buybox { background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--radius-lg); padding: clamp(18px, 2.4vw, 28px); }
.buybox__series, .buybox__family { font-size: 12px; font-weight: 800; color: var(--red); text-transform: uppercase; letter-spacing: 0.08em; display: flex; gap: 8px; align-items: center; }
.buybox__series span, .buybox__family span { color: var(--muted-2); font-weight: 600; letter-spacing: 0; }
.buybox h1 { font-size: clamp(20px, 2.2vw, 28px); font-weight: 900; margin-top: 6px; line-height: 1.4; }
.buybox__en { font-size: 13px; color: var(--muted-2); direction: ltr; text-align: end; display: block; margin-top: 2px; }
.buybox__tagline { color: var(--muted); margin-top: 8px; font-size: 14.5px; }
.buybox__rating { display: flex; align-items: center; gap: 12px; margin-top: 10px; }
.buybox__rating a { font-size: 12.5px; color: var(--muted); text-decoration: underline; text-underline-offset: 3px; }
.buybox__price { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line-soft); }
.buybox__rate { display: block; font-size: 12px; color: var(--muted-2); margin-top: 6px; }
.choice { margin-top: 20px; }
.choice h3 { font-size: 13.5px; font-weight: 800; margin-bottom: 10px; }
.choice__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice__opt { position: relative; display: flex; align-items: center; gap: 12px; padding: 10px 12px; border: 1.5px solid var(--line); border-radius: var(--radius); cursor: pointer; transition: border-color 0.2s, background 0.2s; background: #fff; }
.choice__opt:hover { border-color: var(--red); }
.choice__opt.is-active { border-color: var(--red); background: var(--red-soft); box-shadow: inset 0 0 0 1px var(--red); }
.choice__opt input { position: absolute; opacity: 0; pointer-events: none; }
.choice__opt img { width: 52px; height: 52px; object-fit: contain; background: #fff; border-radius: 6px; flex: none; }
.choice__opt span { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.choice__opt strong { font-size: 13.5px; }
.choice__opt small { font-size: 12px; color: var(--muted); }
.choice__opt em { font-style: normal; font-size: 13px; font-weight: 800; color: var(--red); }
.buybox__qty { display: flex; align-items: center; gap: 16px; margin-top: 20px; flex-wrap: wrap; }
.buybox__qty label { font-weight: 700; font-size: 13.5px; }
.qty { display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: var(--pill); overflow: hidden; background: #fff; }
.qty button { width: 40px; height: 40px; font-size: 20px; display: grid; place-items: center; }
.qty button:hover { background: var(--soft); color: var(--red); }
.qty input { width: 48px; height: 40px; text-align: center; border: 0; outline: none; -moz-appearance: textfield; font-weight: 700; }
.qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button { -webkit-appearance: none; }
.qty span { width: 40px; text-align: center; font-weight: 700; }
.qty--sm button, .qty--sm span { width: 32px; height: 32px; font-size: 16px; line-height: 32px; }
.buybox__stock { font-size: 13px; font-weight: 700; }
.buybox__stock.in { color: var(--green); }
.buybox__stock.out { color: var(--red); }
.buybox__cta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.buybox__perks { margin-top: 18px; display: grid; gap: 8px; font-size: 13px; color: var(--muted); padding: 14px 16px; border-radius: var(--radius); background: var(--soft); }
.buybox__perks li { display: flex; align-items: center; gap: 10px; }
.buybox__perks svg { width: 20px; height: 20px; fill: none; stroke: var(--red); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.buybox__features { margin-top: 20px; }
.buybox__features h3 { font-size: 13.5px; font-weight: 800; margin-bottom: 8px; }
.buybox__features ul { display: flex; flex-wrap: wrap; gap: 6px; }
.buybox__features li { font-size: 12px; font-weight: 700; padding: 5px 11px; border-radius: var(--pill); background: var(--soft); border: 1px solid var(--line-soft); color: var(--muted); }
.buybar { position: sticky; top: var(--header-h); z-index: 80; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(14px); border-block: 1px solid var(--line-soft); transform: translateY(-110%); transition: transform 0.3s var(--ease); }
.buybar.is-stuck { transform: none; }
.buybar__inner { height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.buybar__name { font-weight: 800; font-size: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.buybar__links { display: flex; gap: 20px; font-size: 13px; color: var(--muted); }
.buybar__links a:hover { color: var(--red); }
.buybar__cta { display: flex; align-items: center; gap: 14px; }
.buybar__price { font-weight: 800; font-size: 15px; white-space: nowrap; color: var(--red); }
.checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; font-size: 14.5px; }
.checklist li { display: flex; gap: 10px; align-items: flex-start; }
.checklist li::before { content: "✓"; color: #fff; background: var(--red); width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; font-size: 11px; font-weight: 800; flex: none; margin-top: 3px; }
.ksp { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.ksp__item { text-align: center; padding: 20px 12px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line-soft); }
.ksp__item strong { display: block; font-size: clamp(22px, 2.4vw, 30px); font-weight: 900; line-height: 1.1; color: var(--red); }
.ksp__item span { display: block; margin-top: 6px; font-size: 12.5px; color: var(--muted); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 5vw, 72px); align-items: center; }
.split--reverse > :first-child { order: 2; }
.split h2 { font-size: clamp(22px, 2.8vw, 34px); font-weight: 900; }
.split p { margin-top: 14px; color: var(--muted); max-width: 52ch; font-size: 15.5px; }
.section--dark .split p { color: rgba(255, 255, 255, 0.75); }
.split__media { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4 / 3; background: var(--soft); }
.split__media img { width: 100%; height: 100%; object-fit: cover; }
.dims { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.dim { border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line-soft); padding: 24px; }
.dim > img { width: 100%; max-width: 320px; margin-inline: auto; aspect-ratio: 4 / 3; object-fit: contain; }
.dim h3 { font-size: 18px; font-weight: 800; margin-block: 10px 8px; }
.dim p { color: var(--muted); font-size: 14px; }
.box-list { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 16px; font-size: 14px; color: var(--muted); }
.box-list li::before { content: "✓ "; color: var(--red); font-weight: 800; }
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--radius); border: 1px solid var(--line-soft); background: var(--surface); }
.table-wrap--plain { border: 0; border-radius: 0; }
.spec { width: 100%; min-width: 640px; font-size: 13.5px; }
.spec th, .spec td { padding: 12px 16px; text-align: start; border-bottom: 1px solid var(--line-soft); vertical-align: top; }
.spec thead th { background: #fff; font-size: 14px; font-weight: 800; }
.spec thead th img { width: 88px; height: 88px; object-fit: contain; margin-bottom: 6px; }
.spec thead th small { display: block; font-weight: 500; color: var(--muted); font-size: 12px; }
.spec tbody th { font-weight: 700; color: var(--muted); background: var(--soft); width: 190px; position: sticky; inset-inline-start: 0; }
.spec tbody tr:last-child td, .spec tbody tr:last-child th { border-bottom: 0; }
.spec .is-this { background: var(--red-soft); }
.spec .is-best { color: var(--red); font-weight: 800; }
.spec--single { min-width: 0; }
.spec--single th { width: 40%; }
.spec--sticky-head thead th { position: sticky; top: var(--header-h); z-index: 1; }
.kol-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.kol { border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line-soft); }
.kol__body { padding: 20px 22px 22px; }
.kol__body blockquote { font-size: 14.5px; line-height: 1.8; margin-top: 8px; }
.kol__body cite { display: flex; align-items: center; gap: 10px; margin-top: 12px; font-style: normal; font-size: 13px; color: var(--muted); }
.kol__body cite i { width: 30px; height: 30px; border-radius: 50%; background: linear-gradient(135deg, var(--red), #ff7a82); flex: none; }
.accordion { border-top: 1px solid var(--line-soft); }
.accordion details { border-bottom: 1px solid var(--line-soft); }
.accordion summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 16px 0; font-size: 15.5px; font-weight: 800; cursor: pointer; }
.accordion summary:hover { color: var(--red); }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: ""; width: 10px; height: 10px; border-inline-end: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); flex: none; transition: transform 0.3s var(--ease); margin-bottom: 5px; }
.accordion details[open] summary::after { transform: rotate(-135deg); margin-bottom: -5px; }
.accordion details[open] summary { color: var(--red); }
.accordion .acc__body { padding: 0 0 20px; color: var(--muted); max-width: 80ch; font-size: 14.5px; }
.accordion--card { background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--radius); padding-inline: 20px; border-top-color: var(--line-soft); }

/* ==========================================================================
   COMPARE / QUIZ
   ========================================================================== */
.quiz { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.quiz__q { border: 1px solid var(--line-soft); background: var(--surface); border-radius: var(--radius); padding: 20px; }
.quiz__q h3 { font-size: 15px; font-weight: 800; margin-bottom: 12px; }
.quiz__opts { display: flex; flex-wrap: wrap; gap: 8px; }
.quiz__opts button { padding: 7px 14px; border-radius: var(--pill); border: 1.5px solid var(--line); font-size: 13px; font-weight: 700; background: #fff; transition: background 0.2s, color 0.2s, border-color 0.2s; }
.quiz__opts button.is-active, .quiz__opts button:hover { background: var(--red); color: #fff; border-color: var(--red); }
.quiz__result { margin-top: 24px; padding: 24px; border-radius: var(--radius-lg); background: var(--surface); border: 1.5px solid var(--red); }
.quiz__pick { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.quiz__pick img { width: 140px; height: 140px; object-fit: contain; background: #fff; border-radius: var(--radius); border: 1px solid var(--line-soft); }
.quiz__pick h3 { font-size: 22px; font-weight: 800; }
.quiz__pick p { color: var(--muted); }
.quiz__pick strong { display: block; margin-top: 6px; color: var(--red); }

/* ==========================================================================
   CART / CHECKOUT / ORDER
   ========================================================================== */
.cart { display: grid; grid-template-columns: 1fr 380px; gap: 28px; align-items: start; }
.cart-lines { background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 0 20px; }
.cart-line { display: grid; grid-template-columns: 110px 1fr auto; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line-soft); align-items: start; }
.cart-line:last-child { border-bottom: 0; }
.cart-line__img { background: #fff; border: 1px solid var(--line-soft); border-radius: var(--radius-sm); aspect-ratio: 1; display: grid; place-items: center; padding: 8px; }
.cart-line__img img { width: 100%; height: 100%; object-fit: contain; }
.cart-line__body h3 { font-size: 15.5px; font-weight: 800; }
.cart-line__body p { font-size: 13px; color: var(--muted); margin-top: 2px; }
.cart-line__ctrl { display: flex; align-items: center; gap: 14px; margin-top: 10px; flex-wrap: wrap; }
.cart-line__total { text-align: end; font-size: 16px; font-weight: 800; white-space: nowrap; }
.cart-line__total small { font-size: 12px; color: var(--muted); font-weight: 500; }
.cart-line__total del { display: block; color: var(--muted-2); font-size: 12.5px; font-weight: 400; }
.summary { position: sticky; top: calc(var(--header-h) + 16px); border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 22px; background: var(--surface); }
.summary h2 { font-size: 16px; font-weight: 800; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.04em; }
.summary dl > div { display: flex; justify-content: space-between; gap: 12px; padding: 7px 0; font-size: 14px; color: var(--muted); }
.summary__total { border-top: 1px solid var(--line-soft); margin-top: 6px; padding-top: 14px !important; font-weight: 800; color: var(--ink) !important; font-size: 17px !important; }
.summary .btn { margin-top: 12px; }
.summary__note { font-size: 12px; color: var(--muted-2); margin-top: 12px; }
.summary__perks { margin-top: 14px; font-size: 13px; color: var(--muted); display: grid; gap: 4px; }
.summary__perks li::before { content: "✓ "; color: var(--red); font-weight: 800; }
.summary__lines { display: grid; gap: 10px; margin-bottom: 12px; }
.summary__lines li { display: flex; align-items: center; gap: 10px; font-size: 13.5px; }
.summary__lines img { width: 44px; height: 44px; object-fit: contain; background: #fff; border: 1px solid var(--line-soft); border-radius: 6px; flex: none; }
.summary__lines span { flex: 1; display: flex; flex-direction: column; }
.summary__lines small { color: var(--muted-2); font-size: 12px; }
.checkout { display: grid; grid-template-columns: 1fr 380px; gap: 28px; align-items: start; }
fieldset { border: 1px solid var(--line-soft); background: var(--surface); border-radius: var(--radius); padding: 20px 22px 22px; margin: 0 0 18px; }
legend { font-weight: 800; padding: 0 8px; font-size: 15.5px; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.field label { font-size: 13px; font-weight: 700; color: var(--muted); }
.field small { font-size: 12px; color: var(--muted-2); }
.field input, .field select, .field textarea { min-height: 46px; padding: 10px 14px; border: 1.5px solid var(--line); border-radius: var(--radius-sm); background: #fff; outline: none; transition: border-color 0.2s, box-shadow 0.2s; width: 100%; }
.field textarea { resize: vertical; min-height: 100px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(227, 6, 19, 0.12); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
.field--full { grid-column: 1 / -1; }
.form-stack { max-width: 480px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.form-grid__foot { grid-column: 1 / -1; }
.check { display: flex; align-items: center; gap: 10px; font-size: 14px; margin-bottom: 14px; }
.check input { width: 18px; height: 18px; accent-color: var(--red); }
.pay-opts { display: grid; gap: 10px; }
.pay-opt { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border: 1.5px solid var(--line); border-radius: var(--radius-sm); cursor: pointer; background: #fff; }
.pay-opt:has(input:checked) { border-color: var(--red); background: var(--red-soft); }
.pay-opt input { accent-color: var(--red); width: 18px; height: 18px; }
.pay-opt span { display: flex; flex-direction: column; }
.pay-opt small { color: var(--muted); font-size: 12px; }
.order-head { text-align: center; margin-bottom: 28px; }
.order-head h1 { margin-bottom: 6px; }
.status { display: inline-block; padding: 4px 10px; border-radius: 4px; font-size: 12px; font-weight: 800; background: #ececec; }
.status--pending { background: #fff4e5; color: #b25e00; }
.status--paid, .status--delivered { background: #e7f6ef; color: var(--green); }
.status--processing, .status--shipped { background: #eef3fb; color: var(--blue); }
.status--cancelled { background: var(--red-soft); color: var(--red); }
.paybox { border: 1.5px solid var(--red); background: var(--surface); border-radius: var(--radius); padding: 24px; margin-bottom: 24px; }
.paybox h2 { font-size: 18px; margin-bottom: 8px; }
.paybox__card { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 12px; background: var(--soft); border-radius: var(--radius-sm); padding: 12px 16px; font-size: 22px; font-weight: 800; letter-spacing: 0.06em; }
.order-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 8px; }
.card { border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 22px; background: var(--surface); margin-bottom: 18px; }
.card h2 { font-size: 16px; font-weight: 800; margin-bottom: 12px; }
.card dl > div { display: flex; justify-content: space-between; padding: 6px 0; font-size: 14px; color: var(--muted); }

/* ==========================================================================
   SUPPORT / ABOUT
   ========================================================================== */
.support-hero { background: var(--red); color: #fff; padding-block: clamp(48px, 7vw, 88px); text-align: center; }
.support-hero h1 { font-size: clamp(28px, 4vw, 48px); font-weight: 900; text-transform: uppercase; }
.support-hero p { color: rgba(255, 255, 255, 0.85); margin-top: 10px; }
.support-search { display: flex; margin: 26px auto 0; max-width: 620px; background: #fff; border-radius: var(--pill); padding: 6px 6px 6px 20px; color: var(--ink); gap: 8px; }
.support-search input { flex: 1; border: 0; background: none; outline: none; font-size: 15px; min-width: 0; }
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cat { padding: 26px; border-radius: var(--radius); border: 1px solid var(--line-soft); background: var(--surface); transition: border-color 0.3s, transform 0.3s var(--ease); }
.cat:hover { border-color: var(--red); transform: translateY(-4px); }
.cat svg { width: 32px; height: 32px; stroke: var(--red); fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 12px; }
.cat h3 { font-size: 17px; font-weight: 800; }
.cat p { color: var(--muted); font-size: 13.5px; margin-top: 4px; }
.manuals { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.manual { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border: 1px solid var(--line-soft); border-radius: var(--radius); background: var(--surface); }
.manual img { width: 56px; height: 56px; object-fit: contain; background: #fff; border-radius: 8px; }
.manual strong { display: block; font-size: 14px; }
.manual span { font-size: 12px; color: var(--muted-2); }
.manual a { margin-inline-start: auto; font-size: 13px; font-weight: 800; color: var(--red); white-space: nowrap; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.value { padding: 26px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line-soft); }
.value h3 { font-size: 17px; font-weight: 800; margin-bottom: 6px; }
.value p { color: var(--muted); font-size: 14px; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.contact { padding: 26px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line-soft); text-align: center; }
.contact strong { display: block; font-size: 19px; margin-bottom: 4px; }
.contact span { color: var(--muted); font-size: 14px; display: block; }
.contact .btn { margin-top: 16px; }
.story { background: var(--ink); color: #fff; }
.story__hero { min-height: 52svh; display: grid; place-items: center; text-align: center; padding-block: 72px; position: relative; overflow: hidden; }
.story__hero::before { content: ""; position: absolute; inset: -20%; background: radial-gradient(55% 45% at 50% 60%, rgba(227, 6, 19, 0.45), transparent 70%); }
.story__hero > * { position: relative; max-width: 780px; }
.story__hero .lead { margin-top: 16px; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stat { text-align: center; padding: 26px 16px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line-soft); }
.stat strong { display: block; font-size: clamp(26px, 3.2vw, 40px); font-weight: 900; line-height: 1.1; color: var(--red); }
.stat span { display: block; margin-top: 8px; color: var(--muted); font-size: 13.5px; }
.timeline { display: grid; gap: 14px; }
.timeline li { display: grid; grid-template-columns: 90px 1fr; gap: 16px; padding: 14px 18px; background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--radius); }
.timeline strong { color: var(--red); font-size: 18px; font-weight: 900; }

/* ==========================================================================
   ADMIN
   ========================================================================== */
body.is-admin { background: var(--ground); }
.admin { display: grid; grid-template-columns: 240px 1fr; min-height: 100vh; }
.admin__side { background: var(--surface); border-inline-end: 1px solid var(--line-soft); padding: 24px 20px; position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; gap: 24px; }
.admin__side .logo__word { font-size: 28px; }
.admin__nav { display: flex; flex-direction: column; gap: 2px; }
.admin__nav a { padding: 10px 12px; border-radius: 8px; font-size: 14px; font-weight: 700; color: var(--muted); }
.admin__nav a:hover { background: var(--soft); color: var(--ink); }
.admin__nav a.is-active { background: var(--red); color: #fff; }
.admin__logout { margin-top: auto; }
.admin__main { padding: 32px clamp(16px, 3vw, 40px); min-width: 0; }
.admin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.stats--admin { margin-bottom: 20px; }
.stats--admin .stat strong { font-size: clamp(20px, 2vw, 28px); }
.login { min-height: 100vh; display: grid; place-items: center; background: var(--ground); padding: 24px; }
.login__box { background: var(--surface); border-radius: var(--radius-lg); padding: 40px; width: min(100%, 420px); box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 14px; }
.login__box h1 { font-size: 20px; }
.table { width: 100%; font-size: 13.5px; }
.table th, .table td { padding: 10px 12px; text-align: start; border-bottom: 1px solid var(--line-soft); vertical-align: middle; }
.table thead th { font-size: 11.5px; color: var(--muted-2); font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; }
.table tfoot th, .table tfoot td { border-bottom: 0; font-weight: 800; }
.table .thumb { width: 44px; height: 44px; object-fit: contain; background: #fff; border: 1px solid var(--line-soft); border-radius: 6px; float: inline-start; margin-inline-end: 10px; }
.table td small { display: block; font-size: 12px; }
.table--edit input:not([type="checkbox"]) { width: 120px; min-height: 38px; padding: 6px 10px; border: 1.5px solid var(--line); border-radius: 6px; }
.table--edit input.w-sm { width: 80px; }
.table--edit input[type="checkbox"] { width: 18px; height: 18px; accent-color: var(--red); }
.table .is-sub td { background: #fafafa; font-size: 13px; color: var(--muted); }
.table .is-off td { opacity: 0.5; }
.table .num { font-weight: 800; white-space: nowrap; }
.table .up { color: var(--red); font-weight: 800; }
.table .down { color: var(--green); font-weight: 800; }
.rate-form__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0 16px; }
.rate-form__grid .check { grid-column: 1 / -1; }
.rate-form__live { padding: 12px 16px; border-radius: var(--radius-sm); background: var(--red-soft); color: var(--red-dark); font-size: 14px; margin-top: 4px; }
.rate-form__live strong { font-size: 18px; }
code { font-family: ui-monospace, Menlo, monospace; font-size: 0.9em; background: #ececec; padding: 2px 6px; border-radius: 4px; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1200px) {
  .mega__inner { grid-template-columns: 1fr 1fr 1.6fr; }
  .mega__image { display: none; }
  .footer__grid { grid-template-columns: repeat(4, 1fr); }
  .blog-grid--4, .video-grid, .perks--4 { grid-template-columns: repeat(2, 1fr); }
  .product-grid--4 { grid-template-columns: repeat(3, 1fr); }
  .ksp, .stats { grid-template-columns: repeat(2, 1fr); }
  .rate-form__grid { grid-template-columns: 1fr 1fr; }
  .cat-tiles { grid-template-columns: repeat(3, 1fr); }
  .innovation { grid-template-columns: 1fr; }
}
@media (max-width: 960px) {
  :root { --header-h: 60px; --announce-h: 32px; }
  .catnav { display: none; }
  .header__burger { display: flex; }
  .announce__links { display: none; }
  .announce__inner { grid-template-columns: 1fr; }
  .announce__item { justify-content: center; }
  .hero-carousel { aspect-ratio: 4 / 3; min-height: 0; }
  .hero-carousel__slide { align-items: flex-end; }
  .hero-carousel__bg::after { background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0) 100%); }
  .hero-carousel__slide--light .hero-carousel__bg::after { background: linear-gradient(to top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.6) 55%, rgba(255, 255, 255, 0) 100%); }
  .hero-carousel__content { padding-bottom: 44px; max-width: none; }
  .hero-carousel__arrow { display: none; }
  .promo-tiles { grid-template-columns: repeat(2, 1fr); }
  .services-bar { grid-template-columns: repeat(3, 1fr); }
  .services-bar .service:nth-child(4), .services-bar .service:nth-child(5) { grid-column: span 1; }
  .promo-grid { grid-template-columns: 1fr; }
  .promo--wide { grid-column: auto; grid-template-columns: 1fr; }
  .series-grid, .kol-grid, .quiz, .cat-grid, .contact-grid, .manuals, .values, .perks, .blog-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid, .product-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .split, .newsletter__inner, .dims, .cart, .checkout, .order-grid, .admin-grid, .cta-band, .checklist { grid-template-columns: 1fr; }
  .split--reverse > :first-child { order: 0; }
  .collection, .listing { grid-template-columns: 1fr; }
  .filters { position: static; }
  .filters__toggle { display: inline-flex; }
  .pdp__grid { grid-template-columns: 1fr; }
  .gallery { position: static; grid-template-columns: 1fr; }
  .gallery__thumbs { flex-direction: row; order: 2; overflow-x: auto; }
  .buybar__links { display: none; }
  .summary { position: static; }
  .footer__perks { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: repeat(3, 1fr); }
  .footer__meta { grid-template-columns: 1fr; }
  .admin { grid-template-columns: 1fr; }
  .admin__side { position: static; height: auto; flex-direction: row; flex-wrap: wrap; align-items: center; }
  .admin__nav { flex-direction: row; flex-wrap: wrap; }
  .admin__logout { margin: 0; }
  .form-grid, .field-row { grid-template-columns: 1fr; }
  .timeline li { grid-template-columns: 1fr; gap: 4px; }
}
@media (max-width: 640px) {
  :root { --fs-body: 14.5px; }
  .logo__word { font-size: 30px; }
  .logo__fa { display: none; }
  .header__inner { grid-template-columns: auto 1fr auto; }
  .cat-tiles { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .cat-tile h3 { font-size: 12px; }
  .cat-tile p { display: none; }
  .hero-carousel { aspect-ratio: 1; border-radius: 12px; }
  .hero-carousel__content h2 { font-size: 22px; }
  .hero-carousel__content p { font-size: 13px; }
  .product-grid, .product-grid--4 { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .product-card__body { padding: 10px 12px 12px; }
  .product-card h3 { font-size: 13px; }
  .product-card__bullets { display: none; }
  .product-card__actions { flex-direction: column; align-items: stretch; gap: 6px; }
  .product-card__more { text-align: center; }
  .price { font-size: 14px; }
  .range-strip { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .innovation__grid { grid-template-columns: 1fr; }
  .blog-grid, .blog-grid--4, .video-grid, .perks--4, .ksp, .stats, .box-list, .choice__grid, .footer__perks { grid-template-columns: 1fr; }
  .services-bar { grid-template-columns: repeat(2, 1fr); gap: 8px; padding: 20px 12px; }
  .services-bar .service:last-child { grid-column: span 2; }
  .service__icon { width: 48px; height: 48px; }
  .service__icon svg { width: 24px; height: 24px; }
  .sale-band { padding: 20px 14px; border-radius: 12px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__col--wide { grid-column: span 2; }
  .footer__bottom { flex-direction: column; align-items: flex-start; }
  .newsletter__form { grid-template-columns: 1fr; }
  .search__cols { grid-template-columns: 1fr; gap: 28px; }
  .btn-row { gap: 10px; }
  .btn-row .btn { flex: 1 1 auto; }
  .capsule-tabs { width: 100%; overflow-x: auto; justify-content: flex-start; scrollbar-width: none; }
  .capsule-tabs button { flex: 0 0 auto; padding-inline: 14px; }
  .post--featured { grid-column: auto; grid-row: auto; }
  .post--featured h3 { font-size: 18px; }
  .cart-line { grid-template-columns: 80px 1fr; }
  .cart-line__total { grid-column: 2; text-align: start; }
  .buybox__cta { grid-template-columns: 1fr; }
  .rate-form__grid { grid-template-columns: 1fr; }
  .to-top { bottom: 84px; }
  .section__head--row { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 400px) {
  .cat-tiles { grid-template-columns: repeat(2, 1fr); }
  .product-grid, .product-grid--4 { grid-template-columns: 1fr; }
  .promo-tiles { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__col--wide { grid-column: auto; }
}
