/** Shopify CDN: Minification failed

Line 383:0 Unexpected "}"

**/
/* Archivo, adus în temă ca să fie servit de CDN-ul Shopify, cu diacriticele românești din latin-ext. */
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url("//dozele.ro/cdn/shop/t/6/assets/archivo-latin-ext.woff2?v=22280628860829198691789554345") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Archivo, adus în temă ca să fie servit de CDN-ul Shopify, cu diacriticele românești din latin-ext. */
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url("//dozele.ro/cdn/shop/t/6/assets/archivo-latin.woff2?v=157414526999113898431789554345") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ice: #EEF2F4; --ice-2: #E2E8EB; --ice-3: #C9D1D5; --inox: #B9C0C4; --steel: #6E777C; --ink-2: #3A4045; --ink: #111315; --wa: #25D366; --wa-hover: #1FBB59;
  --lemon: #F0B323; --ruby: #C2183A; --tea: #B9825A; --cocoa: #6B4630; --mint: #2E9E6B; --logo-blue: #4162BE;
  --world: var(--lemon); --world-ink: #4A3300;
  --font: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --nav-h: 76px; --top-h: 38px;
  --ease: cubic-bezier(.16, 1, .3, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ice); color: var(--ink); font-family: var(--font); font-size: 17px; line-height: 1.5; font-variation-settings: "wdth" 100; -webkit-font-smoothing: antialiased; overflow-x: clip; }
::selection { background: var(--ink); color: var(--lemon); }
a { color: inherit; text-decoration: none; }
p { margin: 0; }
ul, ol { margin: 0; padding-left: 20px; }
img, video { max-width: 100%; }
/* Titluri: lățime normală, 700, spațiere lejeră; varianta extinsă și îndesată obosea (feedback 9 sept). */
h1, h2, h3 { margin: 0; font-weight: 700; font-variation-settings: "wdth" 100; letter-spacing: -.02em; line-height: 1.08; text-wrap: balance; }
h1 { font-size: clamp(34px, 4.4vw, 60px); }
h2 { font-size: clamp(28px, 3.2vw, 44px); }
h3 { font-size: clamp(20px, 1.8vw, 26px); letter-spacing: -.015em; }
.narrow { font-variation-settings: "wdth" 75; font-weight: 600; letter-spacing: .005em; }
.hx { font-size: clamp(28px, 3.2vw, 44px); }
.tnum { font-variant-numeric: tabular-nums; }
.wrap { width: min(100% - 48px, 1320px); margin-inline: auto; }
.skip { position: absolute; left: -9999px; top: 8px; background: var(--ink); color: #fff; padding: 10px 14px; border-radius: 6px; z-index: 100; }
.skip:focus { left: 8px; }
button, .btn { font: inherit; cursor: pointer; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; height: 56px; padding: 0 26px; border-radius: 8px; font-weight: 600; font-size: 17px; border: 1.5px solid var(--ink); background: var(--ink); color: #fff; transition: background .25s, color .25s, border-color .25s, transform .25s var(--ease); white-space: nowrap; }
.btn:hover { background: #26292d; }
.btn.ghost { background: transparent; color: var(--ink); }
.btn.ghost:hover { background: rgba(17,19,21,.06); }
.btn.light { background: #fff; color: var(--ink); border-color: #fff; }
.btn.light:hover { background: var(--ice); }
.btn.outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.7); }
.btn.outline-light:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.btn.wide { width: 100%; }
.btn.small { height: 46px; padding: 0 20px; font-size: 15px; }
.btn .price { font-variant-numeric: tabular-nums; font-weight: 500; opacity: .85; }
.btn svg { width: 20px; height: 20px; }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; border-radius: 4px; }
.on-dark :focus-visible { outline-color: #fff; }
.placeholder { font-size: 13px; font-weight: 600; color: var(--ink); padding: 5px 10px; border: 1px dashed var(--ink); border-radius: 6px; display: inline-block; line-height: 1.35; }
.on-dark .placeholder, .foot .placeholder { color: #fff; border-color: rgba(255,255,255,.7); }
.page { display: none; }
.page.on { display: block; }
.link { font-weight: 600; color: var(--ink); text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1px; }
.arrow::after { content: " →"; }

/* ---------- top bar + header ---------- */
.topbar { background: var(--ink); color: #E2E8EB; font-size: 13px; font-weight: 500; height: var(--top-h); }
.topbar .wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar .tb-l, .topbar .tb-r { display: flex; align-items: center; gap: 0; }
.topbar .tb-l span + span::before, .topbar .tb-r a + a::before { content: ""; display: inline-block; width: 1px; height: 12px; background: rgba(255,255,255,.3); margin: 0 14px; vertical-align: -1px; }
.topbar a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.topbar .lang { display: inline-flex; gap: 2px; margin-left: 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 6px; padding: 2px; }
.topbar .lang span { padding: 1px 7px; border-radius: 4px; }
.topbar .lang .on { background: #fff; color: var(--ink); }
.nav { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--ice) 72%, transparent); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid var(--ice-2); transition: box-shadow .3s; }
.nav.scrolled { box-shadow: 0 10px 30px -20px rgba(17,19,21,.35); }
.nav > .wrap { height: var(--nav-h); display: flex; align-items: center; gap: 40px; }
.logo { display: inline-flex; align-items: center; height: 36px; color: var(--ink); }
.logo svg { height: 27px; width: auto; display: block; }
.nav nav.main { display: flex; align-items: center; gap: 30px; font-weight: 500; font-size: 16px; height: 100%; }
.nav nav.main > a, .nav nav.main .dd > a { position: relative; padding: 6px 0; white-space: nowrap; display: inline-flex; align-items: center; gap: 6px; }
.nav nav.main > a::after, .nav nav.main .dd > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--ink); transition: right .3s var(--ease); }
.nav nav.main > a:hover::after, .nav nav.main > a.on::after, .nav nav.main .dd:hover > a::after, .nav nav.main .dd.on > a::after, .nav nav.main .dd:focus-within > a::after { right: 0; }
.nav .dd { position: relative; height: 100%; display: flex; align-items: center; }
.nav .dd > a::before { content: ""; width: 6px; height: 6px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); order: 2; margin-left: 2px; }
.nav .dd .menu { position: absolute; top: 100%; left: -16px; background: #fff; border: 1px solid var(--ice-2); border-radius: 12px; box-shadow: 0 30px 60px -30px rgba(17,19,21,.4); padding: 10px; opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity .25s var(--ease), transform .25s var(--ease), visibility 0s .25s; z-index: 60; }
.nav .dd:hover .menu, .nav .dd:focus-within .menu { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.nav .dd .menu.list { width: 340px; display: grid; }
.nav .dd .menu.list a { display: grid; grid-template-columns: 52px 1fr; gap: 12px; align-items: center; padding: 8px; border-radius: 8px; }
.nav .dd .menu.list a:hover { background: var(--ice); }
.nav .dd .menu.list img { width: 52px; height: 52px; object-fit: cover; border-radius: 6px; background: var(--ice); }
.nav .dd .menu.list b { display: block; font-size: 15px; }
.nav .dd .menu.list small { display: block; font-size: 13px; color: var(--ink-2); font-weight: 500; }
/* Mega-meniul se centrează sub antet, nu sub link, ca să nu iasă din ecran (ascuns, tot ocupa loc și dădea scroll orizontal la 1080–1300 px). */
.nav .dd.mega { position: static; }
.nav .dd.mega .menu.tiles { width: min(920px, calc(100vw - 48px)); display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; padding: 12px; left: 50%; transform: translate(-50%, 6px); }
.nav .dd.mega:hover .menu.tiles, .nav .dd.mega:focus-within .menu.tiles { transform: translate(-50%, 0); }
.nav .dd.mega .menu.tiles a { display: grid; gap: 8px; padding: 8px; border-radius: 10px; }
.nav .dd.mega .menu.tiles a:hover { background: var(--ice); }
.nav .dd.mega .menu.tiles img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 8px; background: var(--ice); }
.nav .dd.mega .menu.tiles b { font-size: 15px; line-height: 1.2; }
.nav .dd.mega .menu.tiles small { font-size: 13px; color: var(--ink-2); font-weight: 500; }
.nav .right { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.nav .ico { display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; border: 0; background: none; padding: 0; color: var(--ink); position: relative; border-radius: 8px; }
.nav .ico:hover { background: rgba(17,19,21,.06); }
.nav .ico svg { width: 22px; height: 22px; }
.nav .cart .count { position: absolute; top: 2px; right: 0; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 9px; background: var(--ink); color: #fff; font-size: 11px; font-weight: 700; display: grid; place-items: center; }
.nav .burger { display: none; width: 44px; height: 44px; border: 0; background: none; padding: 0; color: var(--ink); }
.nav .burger svg { width: 28px; height: 28px; }
.nav nav.mobile { display: none; flex-direction: column; gap: 14px; padding: 14px 20px 22px; border-top: 1px solid var(--ice-2); background: var(--ice); max-height: calc(100vh - var(--nav-h)); overflow-y: auto; }
.nav nav.mobile .mob-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.nav nav.mobile .mob-tiles a { position: relative; display: block; aspect-ratio: 4 / 3; border-radius: 10px; overflow: hidden; background: var(--ink); color: #fff; }
.nav nav.mobile .mob-tiles img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .82; }
.nav nav.mobile .mob-tiles span { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 12px 10px; background: linear-gradient(to top, rgba(0,0,0,.82), rgba(0,0,0,0)); display: grid; gap: 1px; }
.nav nav.mobile .mob-tiles b { font-size: 16px; line-height: 1.15; }
.nav nav.mobile .mob-tiles small { font-size: 12px; font-weight: 500; color: #E2E8EB; }
.nav nav.mobile .mob-links { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; border-top: 1px solid var(--ice-3); padding-top: 6px; }
.nav nav.mobile .mob-links a { padding: 10px 0; font-weight: 600; font-size: 15px; border-bottom: 1px solid var(--ice-2); }
.nav nav.mobile .mobile-foot { display: flex; gap: 10px; padding-top: 4px; }
.nav nav.mobile .mobile-foot a { padding: 0 16px; font-size: 15px; height: 48px; flex: 1; }
.nav.open nav.mobile { display: flex; }

/* ---------- page primitives ---------- */
.ph { padding: clamp(28px, 4vw, 56px) 0 clamp(24px, 4vw, 44px); display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 20px 56px; align-items: end; }
.ph h1 { max-width: 18ch; overflow-wrap: anywhere; }
.ph .lede { max-width: 46ch; }
h1, h2 { overflow-wrap: anywhere; }
.ph .lede, .lede { font-size: clamp(18px, 1.4vw, 21px); max-width: 52ch; color: var(--ink-2); line-height: 1.45; }
.sec { padding: clamp(40px, 6vw, 88px) 0; }
.sec + .sec { padding-top: 0; }
/* Shopify pune fiecare secțiune într-un înveliș propriu, deci regula de mai sus nu mai prinde între secțiuni. */
.shopify-section:has(> .sec) + .shopify-section > .sec { padding-top: 0; }
.shopify-section:has(> .antet-pagina) + .shopify-section > .sec { padding-top: 0; }
.sec h2 { font-size: clamp(26px, 2.8vw, 38px); margin-bottom: 22px; }
.sec h2.small { font-size: clamp(24px, 2.6vw, 36px); }
.sec .lead { color: var(--ink-2); max-width: 60ch; font-size: 18px; margin-bottom: 28px; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 80px); align-items: start; }
.split.tight { gap: clamp(20px, 3vw, 48px); }
.split .sticky { position: sticky; top: calc(var(--nav-h) + 24px); }
.rows { display: grid; }
.row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); gap: 12px 40px; padding: 22px 0; border-top: 1px solid var(--ink); }
.rows .row:last-child { border-bottom: 1px solid var(--ink); }
.row .k { font-weight: 700; font-size: 19px; letter-spacing: -.01em; }
.row .k .n { display: inline-block; min-width: 28px; font-variant-numeric: tabular-nums; color: var(--steel); font-weight: 500; font-variation-settings: "wdth" 75; }
.row p { color: var(--ink-2); max-width: 60ch; }
.list { display: grid; gap: 10px; padding-left: 0; list-style: none; }
.list li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: baseline; }
.list li::before { content: ""; width: 20px; height: 2px; background: var(--ink); align-self: center; }
.cols2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 48px; }
.cols3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 40px; }
.facts { display: flex; flex-wrap: wrap; gap: 8px 0; font-size: 15px; color: var(--ink); }
.facts span { display: inline-flex; align-items: center; }
.facts span + span::before { content: ""; width: 1px; height: 14px; background: var(--inox); margin: 0 14px; }
.specs { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; margin: 0; }
.specs div { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-top: 1px solid rgba(17,19,21,.18); font-size: 15px; }
.specs dt { color: var(--ink-2); font-weight: 500; }
.specs dd { margin: 0; font-variant-numeric: tabular-nums; font-weight: 600; text-align: right; }
.on-dark .specs div { border-color: rgba(255,255,255,.18); }
.on-dark .specs dt { color: #E2E8EB; }
.specs.one { grid-template-columns: 1fr; }
#aparatSpecs .specs { max-width: 960px; gap: 0 64px; }
.hub.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
/* Dale în două sau trei coloane, cu imagine pătrată, pentru mărimi, capace și produse asociate. */
.hub.trei { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hub.doua { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 880px; }
.hub.trei .tile, .hub.doua .tile { aspect-ratio: 1; background: #fff; }
.hub.trei .tile img, .hub.doua .tile img { object-fit: contain; padding: 6%; }
.closeups.c3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.closeups.c2 { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 880px; }
.faq details { border-top: 1px solid var(--ink); }
.faq details:last-child { border-bottom: 1px solid var(--ink); }
.faq summary { list-style: none; cursor: pointer; padding: 18px 0; font-weight: 600; font-size: 18px; display: flex; justify-content: space-between; gap: 20px; align-items: baseline; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-weight: 500; font-size: 22px; line-height: 1; color: var(--steel); }
.faq details[open] summary::after { content: "−"; }
.faq .a { padding: 0 0 20px; color: var(--ink-2); max-width: 64ch; }
.faq .g { font-weight: 700; font-size: 14px; margin: 32px 0 8px; font-variation-settings: "wdth" 75; letter-spacing: .04em; text-transform: uppercase; }
.faq .g:first-child { margin-top: 0; }
.form { display: grid; gap: 18px; }
.form .field { display: grid; gap: 6px; }
.form label { font-weight: 600; font-size: 15px; }
.form input, .form select, .form textarea { font: inherit; padding: 14px; border: 1.5px solid var(--ink); border-radius: 8px; background: #fff; color: var(--ink); width: 100%; }
.form textarea { min-height: 130px; resize: vertical; }
.form .two { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form .err { color: #9B1C1C; font-size: 14px; font-weight: 600; display: none; }
.form .field.bad .err { display: block; }
.form .field.bad input, .form .field.bad textarea, .form .field.bad select { border-color: #9B1C1C; }
.form .ok { display: none; padding: 18px; border: 1.5px solid var(--ink); border-radius: 8px; font-weight: 600; }
.form.sent .ok { display: block; }
.form.sent .fields { display: none; }
.calc { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 20px; align-items: stretch; }
.calc .in { background: #fff; border: 1px solid var(--ice-3); border-radius: 12px; padding: 22px 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 18px; align-content: start; }
.calc .in .f { display: grid; grid-template-rows: 1fr auto; align-items: end; gap: 6px; }
.calc .in .f:last-of-type { grid-column: 1 / -1; max-width: 50%; }
.calc .in label { font-size: 14px; font-weight: 600; }
.calc .in .u { display: flex; align-items: stretch; border: 1.5px solid var(--ink); border-radius: 8px; background: #fff; overflow: hidden; }
.calc .in input { font: inherit; font-weight: 700; text-align: right; padding: 10px 12px; border: 0; background: transparent; color: var(--ink); font-variant-numeric: tabular-nums; flex: 1; min-width: 0; width: 100%; }
.calc .in .unit { display: flex; align-items: center; padding: 0 12px; border-left: 1px solid var(--ice-3); font-size: 13px; font-weight: 600; color: var(--ink-2); white-space: nowrap; }
.calc .in .hint { grid-column: 1 / -1; font-size: 13px; color: var(--ink-2); margin-top: 4px; }
.calc .out { background: var(--ink); color: #fff; padding: 22px 24px; border-radius: 12px; display: grid; gap: 0; align-content: start; }
.calc .out div { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 11px 0; border-top: 1px solid rgba(255,255,255,.14); }
.calc .out div:first-child { border-top: 0; padding-top: 0; }
.calc .out span { color: #E2E8EB; font-size: 15px; }
.calc .out b { font-size: 19px; font-weight: 700; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.calc .out .big { padding: 14px 0; }
.calc .out .big span { color: #fff; font-weight: 600; }
.calc .out .big b { font-size: clamp(24px, 2.4vw, 32px); font-weight: 700; letter-spacing: -.02em; color: var(--lemon); }
.calc .out .how { font-size: 13px; color: #E2E8EB; margin-top: 14px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.14); }
.note-calc { margin-top: 18px; }
.gallery { display: grid; gap: 12px; }
.gallery .main { background: #fff; border-radius: 12px; overflow: hidden; aspect-ratio: 1; position: relative; }
.gallery .main img, .gallery .main video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery .main.contain img, .gallery .main.contain video { object-fit: contain; padding: 6%; }
/* Miniaturile stau pe un singur rând, ca un carusel: pe ecran mare încap toate, pe telefon se derulează. */
.gallery .thumbs { display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; }
.gallery .thumbs::-webkit-scrollbar { display: none; }
.gallery .thumbs button { position: relative; flex: 0 0 84px; scroll-snap-align: start; border: 1.5px solid transparent; background: #fff; border-radius: 10px; padding: 0; aspect-ratio: 1; overflow: hidden; cursor: pointer; display: block; }
.gallery .thumbs + .swipe { display: block; margin-top: 10px; }
.gallery .thumbs button.on { border-color: var(--ink); }
.gallery .thumbs img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery .thumbs button[data-contain] img { object-fit: contain; padding: 8%; }
.gallery .thumbs span { display: none; position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 8px 8px; font-size: 12px; font-weight: 600; color: #fff; background: linear-gradient(to top, rgba(0,0,0,.72), rgba(0,0,0,0)); text-align: left; line-height: 1.2; }
.gallery .thumbs .play { position: absolute; top: 8px; right: 8px; width: 22px; height: 22px; border-radius: 50%; background: rgba(17,19,21,.62); }
.gallery .thumbs .play::after { content: ""; position: absolute; left: 8px; top: 6px; width: 8px; height: 10px; background: #fff; clip-path: polygon(0 0, 100% 50%, 0 100%); }
.buybox { display: grid; gap: 22px; }
.buybox .price { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; }
.buybox .price .now { font-size: clamp(30px, 3vw, 42px); font-weight: 700; letter-spacing: -.02em; font-variant-numeric: tabular-nums; line-height: 1; }
.buybox .price .was { font-size: 15px; color: var(--ink-2); }
.buybox .price .unit { font-size: 15px; color: var(--ink-2); }
.buybox .actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.buybox .after-actions { font-size: 15px; margin-top: -6px; }
.buybox .uses { border-top: 1px solid var(--ink); padding-top: 18px; display: grid; gap: 12px; }
.buybox .uses b { font-size: 15px; }
.faq-narrow { max-width: 760px; }
.buybox .inbox { border-top: 1px solid var(--ink); padding-top: 18px; display: grid; gap: 10px; }
.buybox .inbox b { font-size: 15px; }
.buybox .inbox p { color: var(--ink-2); font-size: 15px; }
.buy .amount .now small { font-size: 16px; font-weight: 600; margin-left: 4px; }
.cols3.iconic > div { display: grid; gap: 10px; padding: 22px 0; border-top: 1px solid var(--ink); align-content: start; }
.cols3.iconic svg { width: 28px; height: 28px; }
.cols3.iconic b { font-size: 19px; letter-spacing: -.01em; }
.cols3.iconic p { color: var(--ink-2); font-size: 15px; }
.rows.compact .row { padding: 14px 0; gap: 4px 24px; }
.rows.compact .row .k { font-size: 17px; }
.rows.compact .row p { font-size: 15px; }
.mrow.small { grid-template-columns: repeat(3, minmax(0, 1fr)); }
/* Aparatul, de aproape: cinci bucle 4:5 din filmarea 4K, pe un rând; pe telefon se derulează lateral. */
.closeups { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.swipe { display: none; }
.closeups figure { margin: 0; display: grid; gap: 12px; align-content: start; }
.closeups .media { position: relative; aspect-ratio: 4 / 5; border-radius: 12px; overflow: hidden; background: var(--ink); }
.closeups .media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.closeups figcaption { display: grid; gap: 4px; }
.closeups figcaption b { font-size: 16px; letter-spacing: -.01em; }
.closeups figcaption span { color: var(--ink-2); font-size: 14px; line-height: 1.45; }
.mrow.small .media { aspect-ratio: 4 / 5; }
.mrow.small figcaption b { font-size: 17px; }
.mrow.small figcaption span { font-size: 14px; }
.qty { display: inline-flex; align-items: center; border: 1.5px solid var(--ink); border-radius: 8px; height: 56px; background: #fff; }
.qty button { width: 46px; height: 100%; border: 0; background: none; font-size: 22px; line-height: 1; color: var(--ink); }
.qty button:hover { background: rgba(17,19,21,.06); }
.qty.sm { height: 36px; border-radius: 6px; }
.qty.sm button { width: 32px; font-size: 18px; }
.qty.sm input { width: 58px; font-size: 14px; }
.drawer .item .line { display: inline-flex; align-items: center; gap: 10px; margin-top: 6px; }
.cross .xs .xsa { display: flex; align-items: center; gap: 8px; }
.qty input { width: 72px; height: 100%; border: 0; border-inline: 1.5px solid var(--ink); background: transparent; text-align: center; font: inherit; font-weight: 600; font-variant-numeric: tabular-nums; color: var(--ink); }
.prose { max-width: 70ch; overflow-wrap: anywhere; }
.lede, .row p, .faq .a, .list li { overflow-wrap: anywhere; }
.prose p + p { margin-top: 14px; }
.prose h2 { font-size: clamp(22px, 2.2vw, 28px); margin: 36px 0 12px; }
.prose ul { margin-top: 10px; }
/* Paginile legale: subtitluri numerotate, tabele de date și liste aerisite, pe o coloană de citit. */
.prose .actualizat { font-size: 14px; color: var(--ink-2); margin-bottom: 8px; }
.prose h2 + p, .prose h2 + ul, .prose h2 + ol, .prose h2 + .tabel { margin-top: 0; }
.prose h3 { font-size: 18px; margin: 26px 0 8px; letter-spacing: -.01em; }
.prose ul, .prose ol { padding-left: 22px; }
.prose li { margin-top: 8px; line-height: 1.55; }
.prose li::marker { color: var(--ink-2); }
.prose p { line-height: 1.6; }
.prose a { text-decoration: underline; text-underline-offset: 3px; }
.prose .tabel { overflow-x: auto; margin: 14px 0 6px; border: 1px solid var(--ice-3); border-radius: 10px; }
.prose table { width: 100%; border-collapse: collapse; font-size: 15px; }
.prose th, .prose td { text-align: left; vertical-align: top; padding: 11px 14px; border-bottom: 1px solid var(--ice-2); }
.prose tr:last-child th, .prose tr:last-child td { border-bottom: 0; }
.prose th { font-weight: 600; background: var(--ice); white-space: nowrap; }
.prose td code { font-size: 13px; background: var(--ice); padding: 2px 6px; border-radius: 4px; }
.prose .formular { border: 1px solid var(--ice-3); border-radius: 10px; padding: 18px 20px; background: #fff; margin-top: 12px; }
.prose .formular p + p { margin-top: 10px; }
.prose table { overflow-wrap: normal; }
.prose td code { white-space: nowrap; }
/* Pe telefon, fiecare rând de tabel devine o fișă, ca textul să nu se rupă literă cu literă. */
@media (max-width: 700px) {
  .prose .tabel { border: 0; border-radius: 0; overflow: visible; }
  .prose table, .prose tbody, .prose tr, .prose th, .prose td { display: block; width: 100%; }
  .prose tr:has(> th + th) { display: none; }
  .prose tr { background: #fff; border: 1px solid var(--ice-3); border-radius: 10px; padding: 8px 0; margin-bottom: 10px; }
  .prose th, .prose td { border: 0; padding: 4px 14px; background: none; white-space: normal; }
  .prose tr > th:first-child { font-size: 13px; color: var(--ink-2); padding-bottom: 0; }
  .prose td.nume { padding-top: 6px; padding-bottom: 6px; }
  .prose td.nume code { font-size: 14px; }
  .prose td[data-eticheta]::before { content: attr(data-eticheta); display: block; font-size: 12px; font-weight: 600; color: var(--ink-2); margin-bottom: 1px; }
}

/* Descrierea produsului vine din admin, cu tot ce a scris clientul acolo: liste, imagini, întrebări.
   O ținem pe o coloană de citit, cu imaginile așezate în grilă, ca pagina să rămână a noastră. */
.descriere { border-top: 1px solid var(--ice-3); }
.descriere h2 { font-size: clamp(24px, 2.4vw, 32px); margin-bottom: 20px; }
.descriere .prose { max-width: 74ch; }
.descriere .prose img { max-width: 100%; height: auto; border-radius: 10px; display: block; }
.descriere .prose p:has(img) { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; }
.descriere .prose strong { font-weight: 700; }
.descriere .prose ul { padding-left: 20px; }
.descriere .prose li { margin-top: 6px; }
.descriere .prose details { border-top: 1px solid var(--ice-3); padding: 14px 0; }
.descriere .prose details summary { cursor: pointer; font-weight: 600; list-style: none; }
.descriere .prose details summary::-webkit-details-marker { display: none; }
.descriere .prose details[open] summary { margin-bottom: 8px; }
.descriere .prose iframe { max-width: 100%; }

.hub { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.hub a { display: grid; gap: 14px; }
.hub .tile { aspect-ratio: 3 / 4; border-radius: 12px; overflow: hidden; background: var(--ice-2); position: relative; }
.hub .tile img, .hub .tile video { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .8s var(--ease); }
.hub a:hover .tile img, .hub a:hover .tile video { transform: scale(1.04); }
.hub b { font-size: 19px; letter-spacing: -.01em; }
.hub p { color: var(--ink-2); font-size: 15px; }
.stats { display: flex; flex-wrap: wrap; gap: 12px 0; font-size: 15px; }
.stats span { display: inline-flex; align-items: baseline; gap: 8px; }
.stats span + span::before { content: ""; width: 1px; height: 14px; background: var(--inox); margin: 0 16px; align-self: center; }
.stats b { font-size: 22px; font-weight: 700; font-variant-numeric: tabular-nums; letter-spacing: -.02em; }
.shopify-section:has(> .sec.banda) + .shopify-section > .sec { padding-top: clamp(40px, 6vw, 88px); }
.sec.banda { background: var(--ink); color: #fff; padding: clamp(26px, 3.4vw, 42px) 0; position: relative; overflow: hidden; }
.sec.banda::before { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(120% 150% at 8% -10%, rgba(255, 255, 255, .085), transparent 58%); }
.sec.banda .wrap { position: relative; }
.sec.banda .stats { display: grid; grid-template-columns: max-content max-content minmax(0, 1fr);
  align-items: stretch; gap: 0; border-top: 0; padding-top: 0; font-size: inherit; }
.sec.banda .stats > span { position: relative; display: grid; gap: 6px; align-content: center;
  padding: 0 clamp(26px, 3.4vw, 52px) 0 clamp(26px, 3.4vw, 52px); }
.sec.banda .stats > span:first-child { padding-left: 0; }
.sec.banda .stats > span:last-child { padding-right: 0; }
.sec.banda .stats > span::before { display: none; }
.sec.banda .stats > span::after { content: ""; position: absolute; left: 0; top: 0; width: 1px; height: 100%;
  background: rgba(255, 255, 255, .2); transform: scaleY(0); transform-origin: top;
  transition: transform .9s var(--ease) .2s; }
.sec.banda .stats > span:first-child::after { display: none; }
.sec.banda.in .stats > span::after { transform: scaleY(1); }
.sec.banda .stats b { color: #fff; font-size: clamp(30px, 4.1vw, 50px); line-height: 1.06; display: block;
  letter-spacing: -.035em; font-variant-numeric: tabular-nums; }
.sec.banda .stats .et { color: rgba(226, 232, 235, .68); font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.4; display: block; text-wrap: balance; }
.sec.banda .stats > span { opacity: 0; }
.sec.banda.in .stats > span { animation: ridica .85s var(--ease) both; }
.sec.banda.in .stats > span:nth-child(2) { animation-delay: .1s; }
.sec.banda.in .stats > span:nth-child(3) { animation-delay: .2s; }
@keyframes ridica { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@media (max-width: 860px) {
  .sec.banda { padding: clamp(22px, 5vw, 34px) 0; }
  .sec.banda .stats { grid-template-columns: 1fr; }
  .sec.banda .stats > span { padding: 16px 0; gap: 4px; align-content: start; }
  .sec.banda .stats > span:first-child { padding-top: 0; }
  .sec.banda .stats > span:last-child { padding-bottom: 0; }
  .sec.banda .stats > span::after { width: 100%; height: 1px; transform: scaleX(0); transform-origin: left;
    transition: transform .8s var(--ease) .2s; }
  .sec.banda.in .stats > span::after { transform: scaleX(1); }
  .sec.banda .stats b { font-size: clamp(28px, 8vw, 34px); }
}
@media (prefers-reduced-motion: reduce) {
  .sec.banda .stats > span { opacity: 1; }
  .sec.banda .stats > span::after { transform: none; transition: none; }
}
}
.needs .row { grid-template-columns: minmax(0, 2fr) auto auto; align-items: center; }
.needs .row .p { font-variant-numeric: tabular-nums; font-weight: 700; white-space: nowrap; }
.table { width: 100%; border-collapse: collapse; font-size: 15px; }
.table th, .table td { text-align: left; padding: 12px 12px 12px 0; border-top: 1px solid rgba(17,19,21,.18); vertical-align: top; }
.table th { font-weight: 700; font-variation-settings: "wdth" 75; letter-spacing: .04em; text-transform: uppercase; font-size: 13px; }
.table tr:last-child td { border-bottom: 1px solid var(--ink); }
.kind { display: inline-block; padding: 2px 8px; border: 1px solid var(--ink); border-radius: 4px; font-size: 12px; font-weight: 600; }
.team { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; max-width: 720px; }
.team figure { margin: 0; display: grid; gap: 10px; }
.team img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 12px; display: block; }
.team figcaption { font-weight: 600; }
.results { display: grid; }
.results a { display: grid; gap: 4px; padding: 16px 0; border-top: 1px solid var(--ink); }
.results a b { font-size: 18px; }
.results a span { color: var(--ink-2); font-size: 15px; }
.results a:last-child { border-bottom: 1px solid var(--ink); }
.searchbar { display: flex; gap: 12px; max-width: 640px; }
.searchbar input { flex: 1; font: inherit; padding: 14px 16px; border: 1.5px solid var(--ink); border-radius: 8px; background: #fff; color: var(--ink); }
.media { position: relative; overflow: hidden; background: var(--ice-2); }
.media img, .media video { width: 100%; height: 100%; object-fit: cover; display: block; }
.media.wide { aspect-ratio: 21 / 9; border-radius: 12px; margin-bottom: 28px; }
.media .cap { position: absolute; left: 14px; bottom: 14px; right: 14px; color: #fff; font-size: 13px; font-weight: 600; display: flex; justify-content: space-between; align-items: end; gap: 8px; flex-wrap: wrap; }
.media .cap > * { background: rgba(17,19,21,.62); padding: 6px 10px; border-radius: 6px; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.media .cap small { font-weight: 600; font-size: 12px; }
.mrow { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.mrow .media { aspect-ratio: 4 / 5; border-radius: 12px; }
.mrow figure { margin: 0; display: grid; gap: 12px; }
.mrow figcaption { display: grid; gap: 4px; }
.mrow figcaption b { font-size: 19px; letter-spacing: -.01em; }
.mrow .media::after { content: ""; position: absolute; inset: auto 0 0 0; height: 30%; background: linear-gradient(to top, rgba(0,0,0,.35), rgba(0,0,0,0)); pointer-events: none; }
.mrow figcaption span { color: var(--ink-2); font-size: 15px; }
.reveal { transform: translateY(24px); transition: transform .9s var(--ease); }
.in .reveal, .reveal.in { transform: none; }

/* ---------- hero (acasă + lumi) ---------- */
/* Pe ecrane foarte late (sau la zoom 50 %) eroul se oprește la 2000 px și stă centrat pe gheață; padding-ul din stânga al copy-ului aliniază textul cu .wrap din aceeași lățime. */
/* Eroul stă în grila site-ului: text stânga, panou video portret dreapta, aliniat cu .wrap (respins pe 9 sept: video uriaș până la marginea ecranului). */
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 580px); gap: clamp(28px, 5vw, 80px); align-items: center; width: min(100% - 48px, 1320px); margin-inline: auto; padding: clamp(36px, 5vw, 64px) 0 clamp(48px, 6vw, 88px); }
.hero.short { padding-top: clamp(28px, 4vw, 48px); grid-template-columns: minmax(0, 1fr) minmax(0, 440px); }
.hero .copy { display: flex; flex-direction: column; justify-content: center; gap: 26px; }
.hero h1 { font-size: clamp(34px, 4.4vw, 60px); max-width: none; }
.hero .lede { max-width: 44ch; }
.hero .actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero .media { aspect-ratio: 4 / 5; border-radius: 12px; overflow: hidden; position: relative; background: var(--ice-2); }
/* Trei cadre: sigilarea (produsul) mare, dozele și rezultatul la client alături. Fără text peste imagini. */
.hero .cluster { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); grid-template-rows: 1fr 1fr; gap: 12px; }
.hero .cluster .main { grid-row: 1 / 3; }
.hero .cluster .t1, .hero .cluster .t2 { aspect-ratio: auto; min-height: 0; }
.hero .media video, .hero .media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero .media .cap { left: clamp(20px, 3vw, 40px); right: clamp(20px, 3vw, 40px); bottom: clamp(20px, 3vw, 40px); font-size: 14px; }
.hero .media::after { content: ""; position: absolute; inset: auto 0 0 0; height: 40%; background: linear-gradient(to top, rgba(0,0,0,.45), rgba(0,0,0,0)); pointer-events: none; display: none; }
.hero .media .cap { z-index: 1; }
.nav .dd.mega .menu.tiles b { min-height: 2.4em; display: block; }
.tint { position: absolute; inset: 0; background: var(--world); mix-blend-mode: multiply; opacity: .18; pointer-events: none; transition: background-color .7s var(--ease); }

/* ---------- acasă ---------- */
.trust { border-bottom: 1px solid var(--ice-2); background: #fff; }
.trust .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 32px; padding: 18px 0; font-size: 15px; }
.trust .l { display: flex; flex-wrap: wrap; gap: 8px 0; }
.trust .l span + span::before { content: ""; display: inline-block; width: 1px; height: 14px; background: var(--inox); margin: 0 14px; vertical-align: -2px; }
.trust .r { display: flex; gap: 22px; font-weight: 600; }
.trust .r b { font-variant-numeric: tabular-nums; }
.steps { padding: clamp(56px, 7vw, 104px) 0; }
.steps .head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 24px clamp(28px, 5vw, 80px); align-items: end; position: relative; padding-top: 28px; margin-bottom: clamp(28px, 4vw, 48px); }
.steps .line { position: absolute; top: 0; left: 0; height: 1px; width: 100%; background: var(--ink); transform: scaleX(0); transform-origin: 0 50%; transition: transform 1.4s var(--ease); }
.steps.in .line { transform: scaleX(1); }
.steps h2 { font-size: clamp(28px, 3.2vw, 44px); }
.steps p { color: var(--ink-2); max-width: 46ch; font-size: 18px; }
.machine { background: var(--ink); color: #fff; overflow: hidden; }
.machine .wrap { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(28px, 5vw, 80px); align-items: end; padding-top: clamp(56px, 7vw, 104px); }
.machine .visual { position: relative; align-self: stretch; min-height: 620px; display: grid; align-items: center; }
/* Intrarea aparatului: halo de lumină care se deschide, aparatul urcă și crește la scară, o reflexie trece o dată peste carcasă (mascată pe silueta lui), apoi parallax discret la derulare. */
.machine .visual::before { content: ""; position: absolute; left: 50%; bottom: -10%; width: 140%; height: 80%; transform: translateX(-50%) scale(.55); background: radial-gradient(ellipse at 50% 100%, rgba(255,255,255,.18), rgba(255,255,255,.06) 38%, transparent 68%); opacity: 0; transition: opacity 1.6s var(--ease) .15s, transform 1.6s var(--ease) .15s; pointer-events: none; }
.machine.in .visual::before { opacity: 1; transform: translateX(-50%) scale(1); }
.machine .unit-wrap { position: relative; width: min(100%, 400px); margin: 0 auto 56px; transform: translateY(90px) scale(.92); opacity: 0; transition: transform 1.4s var(--ease), opacity 1s var(--ease); will-change: transform; }
.machine.in .unit-wrap { transform: translateY(var(--par, 0px)) scale(1); opacity: 1; }
/* Lumina principală urmărește derularea: pe măsură ce treci prin secțiune, sursa se mută și carcasa neagră prinde altfel lumina. */
.machine .visual .key { position: absolute; left: 50%; top: 6%; width: 122%; height: 80%; transform: translate(-50%, 0); background: radial-gradient(52% 44% at 50% 44%, rgba(255,255,255,.14), rgba(255,255,255,.05) 46%, transparent 72%); opacity: 0; transition: opacity 1.2s var(--ease) .35s; pointer-events: none; }
.machine.in .visual .key { opacity: 1; transform: translate(calc(-50% + var(--kx, 0px)), var(--ky, 0px)); }
/* Aparatul real, randat din filmare: decupat cadru cu cadru, fără fundal, în buclă. Umbra de contact e desenată în pagină. */
/* Fotografia de produs a aparatului real, mărită și decupată, cu carcasa de acril transformată în sticlă.
   Pe negru, corpul negru s-ar pierde, așa că în spatele lui stă o lumină de studio care îi desenează silueta. */
.machine .unit { position: relative; display: block; aspect-ratio: 1100 / 1673; }
.machine .unit::before { content: ""; position: absolute; left: 50%; top: 44%; width: 150%; height: 108%; transform: translate(-50%, -50%); background: radial-gradient(closest-side, color-mix(in srgb, var(--steel) 40%, transparent), color-mix(in srgb, var(--steel) 12%, transparent) 55%, transparent 100%); z-index: 0; pointer-events: none; }
.machine .unit img { position: relative; z-index: 1; display: block; width: 100%; height: 100%; object-fit: contain; }
.machine .unit::after { content: ""; position: absolute; left: 6%; right: 10%; bottom: -12px; height: 40px; border-radius: 50%; background: radial-gradient(closest-side, rgba(0,0,0,.65), rgba(0,0,0,0)); z-index: 0; }
.machine .sheen { position: absolute; inset: 0; pointer-events: none; -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; background: linear-gradient(112deg, transparent 38%, rgba(255,255,255,.55) 50%, transparent 62%); background-size: 260% 100%; background-position: 130% 0; opacity: 0; }
/* Reflexia doar unde masca pe imagine e suportată și doar pe desktop; fără mască ar apărea ca o bandă peste toată cutia imaginii. */
@supports ((-webkit-mask-image: url("")) or (mask-image: url(""))) { .machine.in .sheen { animation: sheen 2s var(--ease) .9s both; } }
@keyframes sheen { 0% { opacity: 0; background-position: 130% 0; } 12% { opacity: 1; } 88% { opacity: 1; } 100% { opacity: 0; background-position: -30% 0; } }
.machine .text > * { opacity: 0; }
.machine.in .text > * { animation: rise .8s var(--ease) both; }
.machine.in .text > :nth-child(1) { animation-delay: .15s; } .machine.in .text > :nth-child(2) { animation-delay: .25s; } .machine.in .text > :nth-child(3) { animation-delay: .35s; } .machine.in .text > :nth-child(4) { animation-delay: .6s; } .machine.in .text > :nth-child(5) { animation-delay: .7s; }
.machine .specs div { opacity: 0; }
.machine.in .specs div { animation: rise .6s var(--ease) both; }
.machine.in .specs div:nth-child(1) { animation-delay: .4s; } .machine.in .specs div:nth-child(2) { animation-delay: .46s; } .machine.in .specs div:nth-child(3) { animation-delay: .52s; } .machine.in .specs div:nth-child(4) { animation-delay: .58s; } .machine.in .specs div:nth-child(5) { animation-delay: .64s; } .machine.in .specs div:nth-child(6) { animation-delay: .7s; } .machine.in .specs div:nth-child(7) { animation-delay: .76s; } .machine.in .specs div:nth-child(8) { animation-delay: .82s; }
.machine .visual .note { position: absolute; left: 0; bottom: 0; }
.clip { position: relative; display: block; aspect-ratio: 4 / 5; border-radius: 12px; overflow: hidden; background: #000; box-shadow: 0 24px 40px -16px rgba(0,0,0,.8); }
.clip video, .clip img { width: 100%; height: 100%; object-fit: cover; display: block; }
.clip .tag { position: absolute; left: 12px; bottom: 12px; right: 12px; color: #fff; font-size: 13px; font-weight: 600; text-shadow: 0 1px 8px rgba(0,0,0,.6); }
.machine .text { display: grid; gap: 28px; padding-bottom: clamp(40px, 5vw, 64px); }
.vcar-wrap { padding: clamp(24px, 3vw, 40px) 0 clamp(56px, 7vw, 96px); border-top: 1px solid rgba(255,255,255,.14); display: grid; gap: 22px; }
.machine .vcar-wrap { grid-template-columns: minmax(0, 1fr); align-items: start; padding-top: clamp(24px, 3vw, 40px); }
/* Banda de clipuri de sub aparat: se mișcă pe orizontală odată cu derularea; la hover tile-ul crește și restul se estompează. */
.strip-wrap { padding: clamp(24px, 3vw, 40px) 0 clamp(56px, 7vw, 96px); border-top: 1px solid rgba(255,255,255,.14); overflow: hidden; }
.machine .strip-head { grid-template-columns: minmax(0, 1fr); padding-top: 0; margin-bottom: 22px; }
.strip-head h3 { font-size: clamp(22px, 2.2vw, 30px); }
.strip { overflow-x: auto; scrollbar-width: none; cursor: grab; user-select: none; }
.strip::-webkit-scrollbar { display: none; }
.strip.dragging { cursor: grabbing; }
.strip .track { display: flex; gap: 14px; width: max-content; padding-left: max(24px, calc((100vw - 1320px) / 2)); padding-right: 24px; }
.strip .tile { flex: 0 0 clamp(220px, 24vw, 340px); aspect-ratio: 4 / 5; border-radius: 12px; overflow: hidden; background: #000; position: relative; transition: transform .5s var(--ease), opacity .5s var(--ease); }
.strip .tile video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.strip .track:hover .tile { opacity: .5; }
.strip .track .tile:hover { opacity: 1; transform: scale(1.04); }

/* Contact: formular compact + panou cu datele de contact pe negru */
.split.contact { grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); align-items: start; }
.form.compact .fields { display: grid; gap: 14px; }
.form.compact input, .form.compact textarea, .form.compact select { padding: 12px 14px; }
.form.compact textarea { min-height: 110px; }
.form.compact label { font-size: 14px; }
.ccard { background: var(--ink); color: #fff; border-radius: 12px; padding: 26px 26px 24px; display: grid; gap: 12px; justify-items: start; }
.ccard .fh { color: #E2E8EB; font-weight: 600; font-size: 14px; }
.ccard .tel { color: #fff; font-size: clamp(28px, 3vw, 36px); font-weight: 700; letter-spacing: -.02em; font-variant-numeric: tabular-nums; line-height: 1.05; }
.ccard .wa { display: inline-flex; align-items: center; height: 44px; padding: 0 18px; border: 1.5px solid rgba(255,255,255,.7); border-radius: 8px; color: #fff; font-weight: 600; margin-top: 4px; }
.ccard .wa:hover { background: rgba(255,255,255,.08); border-color: #fff; }
.ccard dl { margin: 12px 0 0; width: 100%; display: grid; }
.ccard dl div { display: grid; grid-template-columns: 88px 1fr; gap: 12px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.14); font-size: 15px; }
.ccard dt { color: #E2E8EB; font-weight: 600; }
.ccard dd { margin: 0; color: #fff; }
.ccard dd a { text-decoration: underline; text-underline-offset: 4px; }
/* Fereastra reelurilor */
.lb { position: fixed; inset: 0; z-index: 70; display: grid; place-items: center; padding: 24px; }
.lb[hidden] { display: none; }
.lb-bg { position: absolute; inset: 0; background: rgba(17,19,21,.82); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.lb-box { position: relative; width: min(92vw, 420px); background: var(--ink); border-radius: 12px; overflow: hidden; display: grid; }
.lb-box video { width: 100%; aspect-ratio: 9 / 16; max-height: calc(100vh - 170px); object-fit: contain; background: #000; display: block; }
.lb-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px; color: #fff; }
.lb-foot p { font-size: 14px; color: #E2E8EB; }
.lb-x { position: absolute; top: 10px; right: 10px; z-index: 1; width: 40px; height: 40px; border-radius: 50%; border: 0; background: rgba(17,19,21,.6); color: #fff; font-size: 26px; line-height: 1; cursor: pointer; }
.reels.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.vcar-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px 24px; }
.vcar-head h3 { font-size: clamp(22px, 2.2vw, 30px); }
.vcar-head p { color: #E2E8EB; font-size: 15px; }
.vcar { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.vcar button { position: relative; border: 0; padding: 0; border-radius: 12px; overflow: hidden; aspect-ratio: 4 / 5; background: #000; cursor: pointer; text-align: left; color: #fff; font: inherit; transition: transform .5s var(--ease), opacity .5s; opacity: .55; }
.vcar button.on { opacity: 1; transform: translateY(-6px); }
.vcar button:hover { opacity: 1; }
.vcar video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.vcar .t { position: absolute; left: 12px; right: 12px; bottom: 16px; font-size: 14px; font-weight: 600; text-shadow: 0 1px 8px rgba(0,0,0,.6); background: linear-gradient(to top, rgba(0,0,0,.72), rgba(0,0,0,0)); margin: 0 -12px -16px; padding: 28px 12px 14px; }
.vcar .bar { position: absolute; left: 0; bottom: 0; height: 3px; width: 100%; background: rgba(255,255,255,.25); transform-origin: 0 50%; }
.vcar .bar::after { content: ""; position: absolute; inset: 0; background: var(--lemon); transform: scaleX(0); transform-origin: 0 50%; }
.vcar button.on .bar::after { animation: vcar 6s linear forwards; }
@keyframes vcar { to { transform: scaleX(1); } }
.machine .text p.lede { color: #E2E8EB; max-width: 46ch; font-size: 18px; }
.buy { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 28px; }
.buy .amount { display: grid; }
.buy .amount .now { font-size: 40px; font-weight: 700; letter-spacing: -.02em; line-height: 1; font-variant-numeric: tabular-nums; }
.buy .amount .was { font-size: 14px; color: #E2E8EB; margin-top: 6px; }
.assure { display: flex; flex-wrap: wrap; gap: 8px 0; font-size: 15px; color: #E2E8EB; }
.assure span + span::before { content: ""; display: inline-block; width: 1px; height: 14px; background: rgba(255,255,255,.35); margin: 0 14px; vertical-align: -2px; }
.cans { padding: clamp(64px, 8vw, 128px) 0; }
/* Lumile: cinci panouri într-un rând; cel activ se lărgește și redă clipul, celelalte stau pe poster cu numele sus. Avansează singure la 5 s, hover/focus alege. */
.lumi { padding: clamp(64px, 8vw, 120px) 0 0; }
.panels { display: flex; gap: 10px; height: clamp(420px, 56vh, 600px); }
.panel { position: relative; flex: 1; min-width: 0; border-radius: 12px; overflow: hidden; background: var(--ink); color: #fff; display: block; transition: flex .75s var(--ease); }
.panel.on { flex: 2.4; }
.panel .media { position: absolute; inset: 0; }
.panel .media { transform: translate(calc(var(--mx, 0) * -14px), calc(var(--my, 0) * -14px)) scale(1.08); transition: transform .35s var(--ease); }
.panel .media video, .panel .media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.78) 0%, rgba(0,0,0,.3) 40%, rgba(0,0,0,0) 65%); pointer-events: none; }
.panel .tab { position: absolute; left: 14px; top: 14px; z-index: 1; display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; padding: 6px 11px 6px 9px; border-radius: 999px; background: rgba(17,19,21,.62); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.panel .tab i { width: 10px; height: 10px; border-radius: 50%; background: var(--c); }
.panel .body { position: absolute; left: 20px; right: 20px; bottom: 20px; z-index: 1; display: none; gap: 10px; }
.panel.on .body { display: grid; }
.panel .body h3 { color: #fff; font-size: clamp(20px, 1.9vw, 28px); }
.panel .body p { font-size: 15px; color: #E2E8EB; max-width: 42ch; }
.panel .body .link { color: #fff; font-size: 15px; font-weight: 600; }
.panel.on .body > * { animation: rise .6s var(--ease) both; }
.panel.on .body p { animation-delay: .1s; }
.panel.on .body .link { animation-delay: .18s; }
@keyframes rise { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.cans .head, .proof .head, .lumi .head { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 32px; align-items: end; margin-bottom: clamp(36px, 5vw, 64px); }
.cans .head p, .proof .head p, .lumi .head p { color: var(--ink-2); max-width: 44ch; font-size: 18px; }
.prod { display: grid; grid-template-columns: 220px minmax(0, 1fr) auto; gap: 32px; align-items: center; padding: 28px 0; border-top: 1px solid var(--ink); }
.prod:last-of-type { border-bottom: 1px solid var(--ink); }
.prod .ph { width: 220px; height: 220px; background: #fff; border-radius: 10px; overflow: hidden; display: block; padding: 0; gap: 0; }
.prod .ph img { width: 100%; height: 100%; object-fit: cover; display: block; }
.prod .info { display: grid; gap: 8px; }
.prod .info h3 a:hover { text-decoration: underline; text-underline-offset: 4px; }
.prod .info p { color: var(--ink-2); max-width: 48ch; }
.prod .info .price { font-size: 26px; font-weight: 700; font-variant-numeric: tabular-nums; letter-spacing: -.02em; }
.prod .info .pnote { font-size: 15px; font-weight: 600; color: var(--ink-2); }
.prod .info .price small { font-size: 15px; font-weight: 500; color: var(--ink-2); margin-left: 6px; }
.prod .act { display: flex; align-items: center; gap: 12px; }
.cans .intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); gap: clamp(28px, 5vw, 72px); align-items: center; margin-bottom: clamp(36px, 5vw, 64px); }
.cans .intro .copy { display: grid; gap: 18px; }
.cans .intro .copy p { color: var(--ink-2); font-size: 18px; max-width: 44ch; }
.cans .intro .media.photo { aspect-ratio: 3 / 2; }
.cans .note, .cans-note { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 32px; margin-top: 24px; font-size: 15px; color: var(--ink-2); }
.cans .note .links, .cans-note .links { display: flex; flex-wrap: wrap; gap: 8px 22px; }
.cans .note .links a, .cans-note .links a { white-space: nowrap; }
.calcpre { background: #fff; padding: clamp(64px, 8vw, 120px) 0; border-top: 1px solid var(--ice-2); border-bottom: 1px solid var(--ice-2); }
.proof { padding: clamp(64px, 8vw, 128px) 0; background: var(--ice-2); }
.reels { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(200px, 1fr); gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; scrollbar-width: thin; scrollbar-color: var(--inox) transparent; }
.reels.grid { grid-auto-flow: row; grid-template-columns: repeat(4, minmax(0, 1fr)); overflow: visible; }
.reel { position: relative; aspect-ratio: 9 / 16; border-radius: 12px; overflow: hidden; background: var(--ice-3); scroll-snap-align: start; display: block; }
.reel img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .8s var(--ease); }
.reel:hover img { transform: scale(1.03); }
.reel .cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 14px 14px; color: #fff; font-size: 14px; font-weight: 600; line-height: 1.3; background: linear-gradient(to top, rgba(0,0,0,.72), rgba(0,0,0,0)); }
.reel .ig { position: absolute; top: 12px; right: 12px; width: 26px; height: 26px; color: #fff; filter: drop-shadow(0 1px 4px rgba(0,0,0,.6)); }
.proof .stats { margin-top: clamp(28px, 4vw, 44px); }
.seen { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; margin-top: 32px; padding-top: 22px; border-top: 1px solid var(--ink); }
.seen img { height: 46px; width: auto; display: block; }
.seen p { font-size: 16px; color: var(--ink-2); max-width: 52ch; }
.seen .link { margin-left: auto; }
.start { padding: clamp(64px, 8vw, 120px) 0; }
.start .split { align-items: center; }
.start .media { aspect-ratio: 4 / 5; border-radius: 12px; max-width: 480px; }
.faqpre { padding: 0 0 clamp(64px, 8vw, 120px); }

/* ---------- footer ---------- */
.foot-cta { background: var(--ice-2); padding: clamp(56px, 7vw, 104px) 0; border-top: 1px solid var(--ice-3); }
.foot-cta .wrap { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 32px 48px; align-items: center; }
.foot-cta h2 { font-size: clamp(26px, 2.8vw, 38px); }
.foot-cta .actions { display: flex; flex-wrap: nowrap; gap: 12px; justify-content: flex-end; }
@media (max-width: 1240px) { .foot-cta .wrap { grid-template-columns: 1fr; } .foot-cta .actions { flex-wrap: wrap; justify-content: flex-start; } }
.foot { background: var(--ink); color: #E2E8EB; padding: clamp(48px, 6vw, 80px) 0 32px; font-size: 15px; }
.foot .top { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.14); }
.foot .brand { display: grid; gap: 18px; align-content: start; max-width: 52ch; }
.foot .brand .fl { height: 34px; width: auto; }
.foot .brand p { color: #E2E8EB; }
.foot .social { display: flex; gap: 10px; }
.foot .social a { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.3); border-radius: 8px; display: grid; place-items: center; color: #fff; }
.foot .social a:hover { background: rgba(255,255,255,.1); }
.foot .social svg { width: 20px; height: 20px; }
.foot .contact { display: grid; gap: 10px; align-content: start; justify-items: start; }
.foot .fh { color: #fff; font-weight: 700; margin-bottom: 4px; display: block; }
.foot .tel { color: #fff; font-size: clamp(28px, 3vw, 40px); font-weight: 700; letter-spacing: -.02em; font-variant-numeric: tabular-nums; line-height: 1.05; }
.foot .wa { display: inline-flex; align-items: center; height: 44px; padding: 0 18px; border: 1.5px solid rgba(255,255,255,.7); border-radius: 8px; color: #fff; font-weight: 600; }
.foot .wa:hover { background: rgba(255,255,255,.08); border-color: #fff; }
.foot .addr { color: #E2E8EB; }
.foot .cols { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; padding: 40px 0 36px; border-bottom: 1px solid rgba(255,255,255,.14); }
.foot .cols div { display: grid; gap: 10px; align-content: start; }
.foot .cols a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.foot .bar { display: grid; gap: 18px; padding-top: 24px; font-size: 14px; }
.foot .bar .legal { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 32px; }
.foot .bar nav { display: flex; flex-wrap: wrap; gap: 8px 22px; }
.foot .bar a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.foot .badges { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.foot .anpc-row { display: inline-flex; gap: 12px; align-items: center; }
.foot .anpc { display: inline-flex; background: #fff; border-radius: 6px; padding: 3px 6px; }
.foot .anpc img { height: 34px; width: auto; display: block; }
.foot .pay { display: inline-flex; gap: 8px; margin-left: auto; align-items: center; }
.foot .pm { display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 12px; border: 1px solid rgba(255,255,255,.3); border-radius: 6px; font-size: 12px; font-weight: 600; color: #fff; }
.foot .pm svg { height: 20px; width: auto; }
.foot .pm.card { background: #fff; border-color: #fff; padding: 0 10px; }
.foot .pm.card svg { height: 22px; }

/* ---------- drawer ---------- */
.drawer-bg { position: fixed; inset: 0; background: rgba(17,19,21,.55); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); z-index: 59; opacity: 0; transition: opacity .35s var(--ease); }
.drawer-bg.on { opacity: 1; }
.drawer-bg[hidden] { display: none; }
body.lock { overflow: hidden; }

/* WhatsApp: pastilă fixă în colțul din dreapta jos. Doar cercul cât stă, eticheta iese lângă el la hover și la focus.
   Se retrage cât e deschis coșul, meniul de telefon sau fereastra cu clipuri și cât se vede subsolul, care are deja legătura. */
.wafab { position: fixed; z-index: 45; right: clamp(18px, 2.2vw, 28px); bottom: clamp(18px, 2.2vw, 28px); bottom: max(clamp(18px, 2.2vw, 28px), env(safe-area-inset-bottom)); display: flex; align-items: center; gap: 10px; opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .5s var(--ease), transform .5s var(--ease); }
.wafab.on { opacity: 1; transform: none; pointer-events: auto; }
.wafab .ico { width: 56px; height: 56px; border-radius: 50%; background: var(--wa); color: #fff; display: grid; place-items: center; box-shadow: 0 16px 32px -12px rgba(17,19,21,.55), 0 2px 6px rgba(17,19,21,.2); transition: background .25s, transform .3s var(--ease), box-shadow .25s; }
.wafab .ico svg { width: 27px; height: 27px; display: block; }
.wafab .lbl { display: inline-flex; align-items: center; height: 40px; padding: 0 16px; border-radius: 8px; background: #fff; color: var(--ink); font-size: 15px; font-weight: 600; white-space: nowrap; box-shadow: 0 12px 26px -12px rgba(17,19,21,.45), 0 1px 3px rgba(17,19,21,.16); opacity: 0; transform: translateX(10px); transition: opacity .3s var(--ease), transform .3s var(--ease); }
.wafab:hover .ico, .wafab:focus-visible .ico { background: var(--wa-hover); transform: scale(1.05); }
.wafab:hover .lbl, .wafab:focus-visible .lbl { opacity: 1; transform: none; }
.wafab:focus-visible { outline: none; }
.wafab:focus-visible .ico { box-shadow: 0 0 0 4px color-mix(in srgb, var(--wa) 40%, transparent), 0 16px 32px -12px rgba(17,19,21,.6); }
.wafab:active .ico { transform: scale(.97); }
body.lock .wafab, body.menu-open .wafab, .wafab.away { opacity: 0; transform: translateY(12px); pointer-events: none; }
/* Coșul: fereastră centrată pe desktop, foaie de jos pe telefon; articole, oferta de pachet, recomandări, total. */
.drawer { position: fixed; top: 50%; left: 50%; width: min(100% - 32px, 560px); max-height: min(100% - 48px, 820px); background: var(--ice); border-radius: 12px; box-shadow: 0 40px 90px -30px rgba(0,0,0,.6); transform: translate(-50%, -50%) translateY(18px) scale(.98); opacity: 0; visibility: hidden; transition: transform .45s var(--ease), opacity .35s var(--ease), visibility 0s .45s; z-index: 60; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; overflow: hidden; }
.drawer.open { transform: translate(-50%, -50%); opacity: 1; visibility: visible; transition: transform .45s var(--ease), opacity .35s var(--ease); }
.drawer .dh { display: flex; justify-content: space-between; align-items: center; padding: 18px 24px; border-bottom: 1px solid var(--ice-3); font-weight: 700; font-size: 18px; }
.drawer .x { border: 0; background: none; font-size: 28px; line-height: 1; cursor: pointer; color: var(--ink); width: 40px; height: 40px; }
.drawer .dbody { overflow-y: auto; padding: 4px 24px 20px; }
.drawer .item { display: grid; grid-template-columns: 1fr auto; gap: 4px 16px; padding: 16px 0; border-bottom: 1px solid var(--ice-3); }
.drawer .item b { font-size: 16px; }
.drawer .item .m { font-size: 14px; color: var(--ink-2); }
.drawer .item .p { font-weight: 700; font-variant-numeric: tabular-nums; text-align: right; }
.drawer .item .rm { border: 0; background: none; color: var(--ink-2); font: inherit; font-size: 14px; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; padding: 0; text-align: right; }
.drawer .empty { padding: 28px 0 8px; color: var(--ink-2); }
.drawer .df { padding: 16px 24px 22px; border-top: 1px solid var(--ice-3); display: grid; gap: 10px; background: #fff; }
.drawer .sub { display: flex; justify-content: space-between; font-size: 18px; }
.drawer .small { font-size: 13px; color: var(--ink-2); }
/* Oferta de pachet */
.offer { position: relative; overflow: hidden; margin: 16px 0 4px; padding: 16px; border-radius: 12px; background: var(--ink); color: #fff; display: grid; gap: 8px; animation: rise .6s var(--ease) both; }
.offer > img { position: absolute; right: -8%; top: -10%; width: 58%; height: 120%; object-fit: cover; opacity: .28; pointer-events: none; -webkit-mask-image: linear-gradient(to left, #000 40%, transparent); mask-image: linear-gradient(to left, #000 40%, transparent); }
.offer > * { position: relative; }
.offer .badge { display: inline-flex; align-items: center; gap: 6px; background: var(--lemon); color: var(--ink); font-size: 11px; font-weight: 700; padding: 4px 9px; border-radius: 999px; letter-spacing: .01em; justify-self: start; }
.offer h4 { font-size: 17px; letter-spacing: -.01em; line-height: 1.2; max-width: 26ch; }
.offer p { font-size: 13px; color: #E2E8EB; max-width: 44ch; }
.offer .sizes { display: flex; gap: 8px; }
.offer .sizes button { font: inherit; font-size: 12px; font-weight: 600; color: #fff; background: transparent; border: 1.5px solid rgba(255,255,255,.4); border-radius: 999px; padding: 5px 10px; cursor: pointer; }
.offer .sizes button.on { background: #fff; color: var(--ink); border-color: #fff; }
.offer .row { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-top: 2px; }
.offer .price { display: grid; }
.offer .price b { font-size: 20px; font-weight: 700; letter-spacing: -.02em; font-variant-numeric: tabular-nums; line-height: 1; }
.offer .price b small { font-size: 13px; font-weight: 600; margin-left: 4px; }
.offer .price span { font-size: 12px; color: #E2E8EB; margin-top: 3px; }
.offer .btn.light { height: 40px; padding: 0 16px; font-size: 14px; }
/* Recomandări */
.cross { margin-top: 14px; display: grid; }
.cross h4 { font-size: 15px; font-weight: 700; padding: 10px 0 6px; }
.cross .xs { display: grid; grid-template-columns: 56px 1fr auto; gap: 12px; align-items: center; padding: 12px 0; border-top: 1px solid var(--ice-3); }
.cross .xs img { width: 56px; height: 56px; object-fit: cover; border-radius: 8px; background: #fff; }
.cross .xs b { display: block; font-size: 15px; }
.cross .xs span { font-size: 13px; color: var(--ink-2); }
.cross .xs .btn.small { height: 40px; padding: 0 14px; font-size: 14px; background: var(--ink); color: #fff; border-color: var(--ink); }

/* ---------- responsive ---------- */
@media (max-width: 1240px) {
  .nav nav.main { gap: 20px; font-size: 15px; }
  .nav > .wrap { gap: 28px; }
  .hub, .hub.four { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 1080px) {
  .topbar .tb-l span:nth-child(3) { display: none; }
  .nav nav.main { display: none; }
  .nav .burger { display: inline-grid; place-items: center; }
  .machine .wrap { grid-template-columns: 1fr; }
  .machine .visual { min-height: 0; order: -1; margin-bottom: 4px; }
  .machine .unit-wrap { width: min(70%, 290px); margin: 0 auto 40px; }
  .machine .text { gap: 18px; padding-bottom: 36px; }
  .machine .text p.lede { font-size: 16px; }
  .machine .specs { grid-template-columns: 1fr 1fr; gap: 0 20px; }
  .machine .specs div:nth-child(n+5) { display: none; }
  .machine .specs div { flex-direction: column; align-items: flex-start; gap: 2px; padding: 9px 0; font-size: 14px; }
  .machine .specs dd { text-align: left; }
  .machine .assure { display: none; }
  .machine .sheen { display: none; }
  .machine .visual::before { bottom: 0; height: 72%; width: 100%; }
  .specs { grid-template-columns: 1fr; }
  .reels.grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cols3 { grid-template-columns: 1fr 1fr; }
  .foot .top { grid-template-columns: 1fr; }
}
@media (max-width: 1080px) {
  :root { --nav-h: 64px; }
  body { font-size: 16px; }
  .topbar { display: none; }
  .nav .right .btn { display: none; }
  /* Eroul paginii principale: mesajul pe gheata, apoi cele trei materiale intr-un mozaic. */
  .hero { grid-template-columns: 1fr; width: auto; max-width: 652px; margin-inline: auto;
    padding: clamp(18px, 5vw, 32px) 16px clamp(30px, 7vw, 46px); gap: clamp(20px, 5vw, 28px);
    min-height: 0; position: static; align-content: start; }
  .hero .copy { position: static; padding: 0; gap: 14px; color: inherit; z-index: auto; }
  .hero h1 { color: var(--ink); }
  .hero .lede { color: var(--ink-2); font-size: 16px; max-width: none; }
  .hero .actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .hero .actions .btn { justify-content: center; text-align: center; min-width: 0; padding-inline: 12px; }
  .hero .cluster { position: static; inset: auto; display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); grid-template-rows: 1fr 1fr;
    gap: 10px; height: auto; min-height: 0; }
  .hero .media { position: relative; inset: auto; height: auto; min-height: 0; max-height: none;
    display: block; border-radius: 12px; overflow: hidden; box-shadow: none; }
  .hero .cluster .main { grid-row: 1 / 3; grid-column: 1; aspect-ratio: 4 / 5; }
  .hero .cluster .t1, .hero .cluster .t2 { position: relative; right: auto; top: auto;
    width: auto; height: auto; aspect-ratio: auto; min-height: 0; outline: 0; display: block; box-shadow: none; }
  .hero .media::after { display: none; }
  .hero .media .cap { display: none; }
  .hero .facts { color: var(--ink-2); }
  .hero .cluster > .media { animation: rise .9s var(--ease) both; }
  .hero .cluster > .main { animation-delay: .05s; }
  .hero .cluster > .t1 { animation-delay: .17s; }
  .hero .cluster > .t2 { animation-delay: .27s; }

  /* Eroul scurt al paginilor de lume ramane cinematic, cu un singur material. */
  .hero.short { width: auto; max-width: none; margin: 0; padding: 0; gap: 0; position: relative;
    grid-template-columns: 1fr; align-content: end;
    min-height: min(calc(82svh - var(--nav-h)), 720px); }
  .hero.short .media { position: absolute; inset: 0; border-radius: 0; box-shadow: none; }
  .hero.short .media::after { display: block; height: 80%;
    background: linear-gradient(to top, rgba(0, 0, 0, .88) 0%, rgba(0, 0, 0, .6) 40%, rgba(0, 0, 0, 0) 100%); }
  .hero.short .copy { position: relative; padding: 30vh 22px 22px; color: #fff; z-index: 2; }
  .hero.short h1 { color: #fff; }
  .hero.short .lede { color: #E2E8EB; }
  .hero.short .actions .btn { background: #fff; color: var(--ink); border-color: #fff; }
  .hero.short .actions .btn.ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .7); }
  .hero.short .facts { color: #fff; }
  .hero.short .facts span + span::before { background: rgba(255, 255, 255, .4); }
  .hero .media video, .hero .media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
  .split, .split.contact, .calc, .cols2, .cols3, .cans .head, .cans .intro, .proof .head, .lumi .head, .ph, .form .two, .steps .head, .foot-cta .wrap { grid-template-columns: 1fr; }
  .split .sticky { position: static; }
  .row { grid-template-columns: 1fr; gap: 8px; }
  .needs .row { grid-template-columns: 1fr auto; }
  .mrow, .mrow.small { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; gap: 12px; margin: 0 -24px 0 0; padding: 0 24px 4px 0; }
  .closeups { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; gap: 12px; margin: 0 -24px 0 0; padding: 0 24px 4px 0; }
  .closeups::-webkit-scrollbar { display: none; }
  .swipe { display: block; position: relative; height: 2px; margin-top: 18px; border-radius: 4px; background: var(--ice-3); overflow: hidden; }
  .swipe i { position: absolute; inset: 0 auto 0 0; width: 40%; border-radius: inherit; background: var(--ink); }
  .swipe.off { visibility: hidden; }
  .strip + .swipe { margin: 18px 24px 0; }
  .on-dark .swipe { background: rgba(255,255,255,.2); }
  .on-dark .swipe i { background: #fff; }
  .closeups figure { flex: 0 0 62%; scroll-snap-align: start; }
  .mrow::-webkit-scrollbar { display: none; }
  .mrow figure { flex: 0 0 70%; scroll-snap-align: start; }
  .mrow .media, .mrow.small .media { aspect-ratio: 4 / 5; }
  .vcar { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; margin: 0 -24px 0 0; padding: 0 24px 0 0; }
  .vcar button { flex: 0 0 62%; scroll-snap-align: start; opacity: 1; transform: none; }
  .vcar button.on { transform: none; }
  .strip { overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-left: 24px; scrollbar-width: none; }
  .strip::-webkit-scrollbar { display: none; }
  .strip .track { padding: 0 24px 4px; }
  .strip .track { width: auto; }
  .strip .tile { flex: 0 0 min(64vw, 340px); scroll-snap-align: start; }
  .panel .media { transform: none; }
  .panels { overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; height: auto; margin: 0 -24px 0 0; padding: 0 24px 4px 0; gap: 12px; }
  .panels::-webkit-scrollbar { display: none; }
  .panel, .panel.on { flex: 0 0 76%; aspect-ratio: 4 / 5; scroll-snap-align: start; }
  .panel .body { display: grid; }
  .panel .body p { display: none; }
  .panel .body > * { animation: none; }
  .prod { grid-template-columns: 120px minmax(0, 1fr); gap: 20px; }
  .prod .ph { width: 120px; height: 120px; }
  .prod .act { grid-column: 1 / -1; }
  .reels { grid-auto-columns: 62%; }
  .reels.grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .foot-cta .actions { justify-content: flex-start; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .foot-cta .actions .btn { width: 100%; }
  .foot-cta .actions .btn:first-child { grid-column: 1 / -1; }
  .hub, .hub.four { grid-template-columns: 1fr 1fr; }
  .gallery .thumbs { gap: 8px; margin: 0 -24px 0 0; padding-right: 24px; }
  .gallery .thumbs button { flex: 0 0 68px; }
  .gallery .thumbs span { display: none; }
  .foot .cols { grid-template-columns: 1fr 1fr; }
  .drawer { top: auto; left: 0; bottom: 0; width: 100%; max-height: 92dvh; border-radius: 12px 12px 0 0; transform: translateY(100%); }
  .drawer.open { transform: none; }
  .drawer .dh, .drawer .dbody, .drawer .df { padding-left: 20px; padding-right: 20px; }
  .cross .xs { grid-template-columns: 56px 1fr; }
  .cross .xs .xsa { grid-column: 2; }
  .foot .cols { gap: 24px 20px; padding: 28px 0 28px; }
  .foot .cols div { padding-top: 14px; border-top: 1px solid rgba(255,255,255,.14); gap: 9px; }
  .foot .bar { text-align: center; gap: 16px; }
  .foot .bar .legal { flex-direction: column; align-items: center; gap: 10px; }
  .foot .bar nav { justify-content: center; }
  .foot .badges { flex-direction: column; align-items: center; gap: 12px; }
  .foot .badges .anpc-row, .foot .pay { display: flex; justify-content: center; gap: 10px; width: 100%; margin: 0; }
  .foot .anpc img { height: 28px; }
  .team { grid-template-columns: 1fr 1fr; }
  .calc .in { padding: 16px; gap: 12px; }
  .calc .in input { padding: 10px 8px; }
  .calc .in .unit { padding: 0 8px; font-size: 12px; }
  .calc .in .f:last-of-type { max-width: calc(50% - 6px); }
  .calc .out { padding: 18px 16px; }
  .table { display: block; overflow-x: auto; }
  .trust .r { gap: 14px; }
}
@media (max-width: 480px) {
  .hub, .hub.four { grid-template-columns: 1fr; }
  .reels.grid { grid-template-columns: 1fr 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .steps .line, .machine .unit-wrap, .machine .visual::before, .btn, .reel img, .drawer, .reveal, .panel, .hub .tile img, .hub .tile video { transition: none; }
  .machine .text > *, .machine .specs div, .machine .unit-wrap { opacity: 1; animation: none; transform: none; }
  .machine .sheen { display: none; }
  .machine .visual::before { bottom: 0; height: 72%; width: 100%; }
  .steps .line { transform: scaleX(1); }
  .reveal { transform: none; }
  .wafab, .wafab.on, body.lock .wafab, body.menu-open .wafab, .wafab.away { transform: none; }
  .wafab .lbl { transform: none; }
  .wafab:hover .ico, .wafab:focus-visible .ico, .wafab:active .ico { transform: none; }
}


/* Bannerul de cookie-uri: o fereastră mică în colțul din stânga jos, în stilul restului site-ului. */
.cookie { position: fixed; left: 24px; bottom: 24px; z-index: 60; max-width: 420px; }
.cookie[hidden] { display: none; }
.cookie-box { background: #fff; border: 1px solid var(--ice-3); border-radius: 12px; padding: 22px 22px 18px; box-shadow: 0 24px 60px -30px rgba(17,19,21,.5); }
.cookie-box h2 { font-size: 19px; letter-spacing: -.01em; margin-bottom: 8px; }
.cookie-box p { font-size: 15px; color: var(--ink-2); line-height: 1.5; }
.cookie-box p a { text-decoration: underline; text-underline-offset: 3px; }
.cookie-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 16px; }
.cookie-actions .btn { height: 44px; padding: 0 18px; font-size: 15px; }
.cookie-actions .btn[hidden], .cookie-actions .link[hidden] { display: none; }
.cookie-actions .link { background: none; border: 0; padding: 6px 2px; font: inherit; font-size: 15px; font-weight: 600; color: var(--ink); cursor: pointer; text-decoration: underline; text-underline-offset: 3px; margin-left: auto; }
.cookie-prefs { display: grid; gap: 2px; margin-top: 16px; border-top: 1px solid var(--ice-3); padding-top: 6px; }
.cookie-prefs[hidden] { display: none; }
.cookie-rand { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 12px; align-items: start; padding: 10px 0; border-bottom: 1px solid var(--ice-2); cursor: pointer; }
.cookie-rand:last-child { border-bottom: 0; }
.cookie-rand input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--ink); }
.cookie-rand b { display: block; font-size: 15px; }
.cookie-rand small { display: block; color: var(--ink-2); font-size: 13px; line-height: 1.4; margin-top: 2px; }
body.cookie-open .wafab { opacity: 0; pointer-events: none; }
@media (max-width: 1080px) {
  .cookie { left: 12px; right: 12px; bottom: 12px; max-width: none; }
  .cookie-box { padding: 18px 16px 14px; }
  .cookie-actions { gap: 8px; }
  .cookie-actions .btn { flex: 1 1 calc(50% - 4px); }
  .cookie-actions .link { flex: 1 1 100%; margin-left: 0; text-align: center; }
}


/* Pe telefon, trei dale nu se rup în 2 + 1: devin un rând derulabil, ca restul rândurilor de pe site. */
@media (max-width: 1080px) {
  .hub.trei { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; gap: 12px; margin: 0 -24px 0 0; padding: 0 24px 4px 0; }
  .hub.trei::-webkit-scrollbar { display: none; }
  .hub.trei > a { flex: 0 0 62%; scroll-snap-align: start; }
  .hub.doua { grid-template-columns: 1fr 1fr; gap: 10px; }
  .hub.doua b { font-size: 16px; }
  .hub.doua p { font-size: 14px; }
}

.foot .bar .credit { color: rgba(255, 255, 255, .72); }
.foot .bar .credit a { color: #fff; text-decoration: underline; text-underline-offset: 3px;
  text-decoration-thickness: 1px; text-decoration-color: rgba(255, 255, 255, .45); }
.foot .bar .credit a:hover { text-decoration-color: #fff; }

/* sigla pe telefoanele inguste */
@media (max-width: 420px) { .logo svg { height: 23px; } }
