/*
  Orhideea — stiluri tema (portate 1:1 din prototipul HTML aprobat)
  Orice modificare de design se face aici, nu in widget-uri.
*/


/* ============ RESET ============ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
input, button, select, textarea { box-sizing: border-box !important; } /* Elementor/WP reseteaza box-sizing pe controale */
html { overflow-x: hidden; width: 100%; }
body { overflow-x: hidden; width: 100%; min-height: 100vh; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }
button { font: inherit; cursor: pointer; border: none; background: none; }
input, textarea, select { font: inherit; }

/* ============ TOKENS ============ */
:root {
  --color-primary: #BD3E62;
  --color-primary-deep: #93264A;
  --color-primary-soft: #FBE9EE;
  --color-secondary: #2E7D5B;
  --color-accent: #DA9840;
  --color-text: #33202A;
  --color-text-soft: #7A5F6B;
  --color-bg: #FFFFFF;
  --color-bg-alt: #FCF2F5;
  --color-bg-dark: #3B1226;
  --color-line: #F3DCE3;
  --font-heading: 'Red Hat Display', sans-serif;
  --font-body: 'Red Hat Text', sans-serif;
  --radius-sm: 10px;
  --radius: 14px;
  --radius-lg: 24px;
  --petal: 44px 12px 44px 12px;
  --shadow: 0 2px 16px rgba(59, 18, 38, 0.07);
  --shadow-hover: 0 10px 34px rgba(59, 18, 38, 0.15);
  --transition: all 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  --topbar-h: 38px;
  --mainbar-h: 72px;
  --catbar-h: 46px;
  --header-h: 156px;
}

/* ============ BASE TYPE ============ */
body {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--color-text);
  background: var(--color-bg);
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { font-family: var(--font-heading); line-height: 1.12; }
h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); font-weight: 800; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.9rem); font-weight: 700; letter-spacing: -0.015em; }
h3 { font-size: clamp(1.1rem, 2vw, 1.4rem); font-weight: 600; }
p { color: var(--color-text-soft); }
.eyebrow {
  display: inline-block; font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--color-primary); margin-bottom: 14px;
}
.sec-dark .eyebrow, .hero .eyebrow { color: #F6BDCB; }
.sec-head { max-width: 620px; margin-bottom: clamp(36px, 5vw, 56px); }
.sec-head p { margin-top: 12px; }
.sec-head--center { margin-left: auto; margin-right: auto; text-align: center; }

/* ============ LAYOUT ============ */
.container { max-width: 1280px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 64px); }
.sec { width: 100%; padding: clamp(64px, 9vw, 112px) 0; }
.page-banner + .sec { padding-top: clamp(28px, 4vw, 48px); }
.sec-alt { background: var(--color-bg-alt); }
.sec-dark { background: var(--color-bg-dark); color: #fff; }
.sec-dark h2, .sec-dark h3 { color: #fff; }
.sec-dark p { color: rgba(255,255,255,0.72); }

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 48px; padding: 13px 30px; border-radius: var(--radius-sm);
  font-weight: 600; font-size: 0.98rem; letter-spacing: 0.01em;
  transition: var(--transition); border: 2px solid transparent; white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn--primary { background: var(--color-primary); color: #fff; }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(189, 62, 98, 0.38); background: #D25579; }
.btn--light { background: #fff; color: var(--color-primary-deep); }
.btn--light:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(0,0,0,0.25); }
.btn--outline { border-color: var(--color-primary); color: var(--color-primary); background: transparent; }
.btn--outline:hover { background: var(--color-primary); color: #fff; }
.btn--ghost { border-color: rgba(255,255,255,0.55); color: #fff; background: transparent; }
.btn--ghost:hover { background: #fff; color: var(--color-primary-deep); border-color: #fff; }
.btn--sm { min-height: 42px; padding: 9px 20px; font-size: 0.9rem; }

/* ============ LOGO ============ */
.logo { display: inline-flex; align-items: center; gap: 11px; color: inherit; }
.logo-mark { width: 40px; height: 40px; flex-shrink: 0; }
.logo-word { font-family: var(--font-heading); font-size: 1.5rem; font-weight: 800; letter-spacing: -0.02em; line-height: 1; }
.logo-img { height: 50px; width: auto; display: block; border-radius: 10px; }
.site-footer .logo-img { background: #fff; padding: 7px 12px; border-radius: 12px; height: 54px; }
.preloader .logo-img { background: #fff; padding: 10px 16px; border-radius: 14px; height: 66px; }
/* Woo seteaza ".woocommerce-page img{height:auto}" — specificitate mai mare decat .logo-img */
body.woocommerce-page img.logo-img, body.woocommerce img.logo-img { height: 50px; width: auto; }
body.woocommerce-page .site-footer img.logo-img, body.woocommerce .site-footer img.logo-img { height: 54px; }
@media (max-width: 640px) { .logo-img, body.woocommerce-page img.logo-img, body.woocommerce img.logo-img { height: 38px; } }

/* ============ HEADER ============ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 1000;
  background: #fff; color: var(--color-text);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.site-header.scrolled { box-shadow: var(--shadow); transform: translateY(calc(-1 * var(--topbar-h))); }
/* bara utilitara */
.topbar { background: var(--color-bg-dark); color: rgba(255,255,255,0.85); font-size: 0.8rem; height: var(--topbar-h); display: flex; align-items: center; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 14px; width: 100%; }
.topbar__promo { display: inline-flex; align-items: center; gap: 7px; font-weight: 600; color: #F6BDCB; white-space: nowrap; }
.topbar__promo svg { width: 15px; height: 15px; }
.topbar__links { display: flex; gap: 18px; }
.topbar__links a { opacity: 0.8; transition: opacity 0.2s; display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.topbar__links a:hover { opacity: 1; }
.topbar__links svg { width: 14px; height: 14px; }
/* bara principala: logo + cautare + cos */
.mainbar { height: var(--mainbar-h); display: flex; align-items: center; border-bottom: 1px solid var(--color-line); }
.mainbar .container { display: flex; align-items: center; gap: clamp(16px, 3vw, 40px); width: 100%; }
.header-search { flex: 1; display: flex; max-width: 560px; margin: 0 auto; position: relative; }
.search-suggest {
  position: absolute; top: calc(100% + 8px); left: 0; right: 0; z-index: 1200;
  background: #fff; border-radius: var(--radius); border: 1px solid var(--color-line);
  box-shadow: 0 18px 48px rgba(59,18,38,0.2); overflow: hidden; overflow-y: auto;
  max-height: min(430px, 62vh); display: none;
}
.search-suggest.open { display: block; }
.sg-item {
  display: flex; gap: 12px; align-items: center; padding: 10px 14px; width: 100%;
  text-align: left; cursor: pointer; transition: background 0.15s;
}
.sg-item:hover, .sg-item.on { background: var(--color-bg-alt); }
.sg-thumb {
  width: 40px; height: 40px; border-radius: 10px; background: var(--tint, var(--color-bg-alt));
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.sg-thumb svg { width: 20px; height: 20px; color: var(--tintc, var(--color-primary)); }
.sg-info { flex: 1; min-width: 0; }
.sg-info b { display: block; font-size: 0.88rem; line-height: 1.3; font-weight: 600; color: var(--color-text); }
.sg-info span { font-size: 0.74rem; color: var(--color-text-soft); }
.sg-price { font-family: var(--font-heading); font-weight: 800; font-size: 0.92rem; white-space: nowrap; color: var(--color-text); }
.sg-price s { font-weight: 500; color: var(--color-text-soft); font-size: 0.76rem; margin-right: 6px; }
.sg-all {
  display: block; width: 100%; padding: 12px 14px; text-align: center; cursor: pointer;
  font-weight: 700; font-size: 0.85rem; color: var(--color-primary); background: var(--color-bg-alt);
  transition: background 0.15s;
}
.sg-all:hover { background: var(--color-primary-soft); }
.sg-empty { padding: 16px 14px; font-size: 0.86rem; color: var(--color-text-soft); }
.header-search input[type="text"] { border-radius: var(--radius-sm) 0 0 var(--radius-sm); border-right: none; height: 46px; padding: 10px 16px; }
.header-search > button {
  background: var(--color-primary); color: #fff; border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  width: 52px; height: 46px; display: flex; align-items: center; justify-content: center;
  transition: background 0.2s; flex-shrink: 0;
}
.header-search > button:hover { background: var(--color-primary-deep); }
.header-search > button svg { width: 19px; height: 19px; }
.header-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.icon-btn {
  position: relative; width: 44px; height: 44px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--color-primary-deep); background: var(--color-primary-soft); transition: var(--transition);
}
.icon-btn:hover { transform: translateY(-2px); }
.icon-btn svg { width: 20px; height: 20px; }
.cart-count {
  position: absolute; top: -3px; right: -3px; min-width: 19px; height: 19px;
  border-radius: 10px; background: var(--color-accent); color: #3B1226;
  font-size: 0.68rem; font-weight: 700; display: flex; align-items: center;
  justify-content: center; padding: 0 5px; line-height: 1;
}
/* bara de categorii */
.catbar { height: var(--catbar-h); display: flex; align-items: center; background: #fff; }
.catbar .container { display: flex; align-items: center; gap: clamp(12px, 1.9vw, 28px); width: 100%; overflow-x: auto; scrollbar-width: none; }
.catbar .container::-webkit-scrollbar { display: none; }
.catbar a { font-size: 0.92rem; font-weight: 600; color: var(--color-text); white-space: nowrap; padding: 4px 2px; position: relative; opacity: 0.85; }
.catbar a::after {
  content: ''; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
  background: var(--color-primary); border-radius: 2px; transition: width 0.28s cubic-bezier(0.4,0,0.2,1);
}
.catbar a:hover { opacity: 1; }
.catbar a:hover::after { width: 100%; }
.catbar__all { display: inline-flex; align-items: center; gap: 8px; color: var(--color-primary) !important; opacity: 1 !important; }
.catbar__all svg { width: 16px; height: 16px; }
.catbar__sale { color: #A31C46 !important; margin-left: auto; display: inline-flex; align-items: center; gap: 6px; opacity: 1 !important; }
.catbar__sale svg { width: 15px; height: 15px; }
.catbar__sale::after { background: #A31C46; }
.hamburger { display: none; }

/* ============ MOBILE MENU ============ */
.mobile-menu {
  position: fixed; inset: 0; z-index: 9999; background: rgba(43, 10, 26, 0.97);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity 0.32s ease;
}
.mobile-menu.open { opacity: 1; pointer-events: auto; }
.mobile-menu a {
  font-family: var(--font-heading); font-size: 1.4rem; font-weight: 600;
  color: #ffffff; line-height: 60px; opacity: 0.9;
}
.mobile-menu a:hover, .mobile-menu a.active { opacity: 1; color: #F6BDCB; }
.mobile-menu .btn { margin-top: 22px; }
.mobile-close {
  position: fixed; top: 20px; right: 20px; width: 44px; height: 44px;
  color: #ffffff; background: rgba(255,255,255,0.15); border-radius: 50%;
  border: none; font-size: 1.5rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.mobile-menu { overflow-y: auto; padding: 60px 0 40px; }
.mobile-menu__cats { margin-top: 20px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.18); display: flex; flex-direction: column; align-items: center; }
.mobile-menu__cats > span { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 6px; }
.mobile-menu__cats a { font-size: 1rem; line-height: 42px; font-family: var(--font-body); font-weight: 500; }

/* ============ HERO (ACASĂ) ============ */
.hero {
  width: 100%; min-height: 92vh; display: flex; align-items: center;
  position: relative; overflow: hidden; color: #fff;
  background: url('img/hero-curatenie.jpg') center / cover no-repeat;
}
.hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(96deg, rgba(43,10,26,0.95) 0%, rgba(59,18,38,0.88) 34%, rgba(59,18,38,0.55) 62%, rgba(59,18,38,0.18) 100%);
}
.hero .container { position: relative; z-index: 1; padding-top: calc(var(--header-h) + clamp(32px, 6vh, 72px)); padding-bottom: 72px; width: 100%; }
.hero__content { max-width: 680px; }
.hero__content h1 { color: #fff; margin-bottom: 22px; }
.hero__content h1 em { font-style: normal; color: #F6BDCB; }
.hero__lead { font-size: clamp(1.02rem, 1.4vw, 1.18rem); color: rgba(255,255,255,0.82); max-width: 540px; margin-bottom: 34px; }
.hero__btns { display: flex; gap: 14px; flex-wrap: wrap; }
.hero__scroll {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
  color: rgba(255,255,255,0.55); font-size: 0.78rem; letter-spacing: 0.14em;
  text-transform: uppercase; z-index: 1; animation: nudge 2.4s ease-in-out infinite;
}
@keyframes nudge { 0%,100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 6px); } }


/* ============ BANDĂ USP ============ */
.usp-strip { background: var(--color-bg); border-bottom: 1px solid var(--color-line); padding: 34px 0; width: 100%; }
.usp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.usp { display: flex; align-items: flex-start; gap: 14px; }
.usp svg { width: 26px; height: 26px; color: var(--color-primary); flex-shrink: 0; margin-top: 3px; }
.usp strong { display: block; font-family: var(--font-heading); font-size: 1rem; font-weight: 700; }
.usp span { font-size: 0.88rem; color: var(--color-text-soft); line-height: 1.5; }

/* ============ CATEGORII ============ */
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cat-card {
  position: relative; border-radius: var(--petal); padding: 0 0 24px;
  background: #fff; border: 1px solid var(--color-line); overflow: hidden;
  transition: var(--transition); display: block;
}
.cat-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); border-color: transparent; }
.cat-card__img { display: block; height: 158px; overflow: hidden; }
.cat-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s cubic-bezier(0.22,1,0.36,1); }
.cat-card:hover .cat-card__img img { transform: scale(1.07); }
.t-cosmetice .cat-card__img img { object-position: center 88%; }
.t-vase .cat-card__img img { object-position: center 70%; }
.cat-card__icon {
  position: relative; width: 52px; height: 52px; border-radius: 16px; background: #fff;
  display: flex; align-items: center; justify-content: center;
  margin: -26px 0 12px 24px; color: var(--tintc, var(--color-primary)); box-shadow: var(--shadow);
}
.cat-card__icon svg { width: 27px; height: 27px; }
.cat-card h3 { margin: 0 62px 4px 24px; color: var(--color-text); }
.cat-card p { font-size: 0.88rem; margin: 0 62px 0 24px; }
.cat-card__arrow {
  position: absolute; right: 20px; bottom: 20px; width: 36px; height: 36px;
  border-radius: 50%; background: var(--tint, var(--color-bg-alt)); color: var(--tintc, var(--color-primary));
  display: flex; align-items: center; justify-content: center;
  transition: var(--transition);
}
.cat-card__arrow svg { width: 17px; height: 17px; }
.cat-card:hover .cat-card__arrow { background: var(--tintc, var(--color-primary)); color: #fff; transform: translateX(4px); }
/* nuanțe pe categorie */
.t-rufe { --tint: #EEF1FB; --tintc: #4A56B9; }
.t-suprafete { --tint: #EAF6EF; --tintc: #2E7D5B; }
.t-vase { --tint: #E9F5F7; --tintc: #1F7E8C; }
.t-cosmetice { --tint: #FBEEF3; --tintc: #B34473; }
.t-dezinfectanti { --tint: #F1EDFB; --tintc: #6B4AB9; }
.t-horeca { --tint: #FBF3E7; --tintc: #B07622; }

/* ============ CARD PRODUS ============ */
.prod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.p-card {
  background: #fff; border: 1px solid var(--color-line); border-radius: var(--radius);
  overflow: hidden; transition: var(--transition); display: flex; flex-direction: column;
}
.p-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); border-color: transparent; }
.p-card__media {
  position: relative; height: 180px; background: var(--tint, var(--color-bg-alt));
  display: flex; align-items: center; justify-content: center; cursor: pointer;
}
.p-card__media svg { width: 74px; height: 74px; color: var(--tintc, var(--color-primary)); opacity: 0.9; transition: var(--transition); }
.p-card:hover .p-card__media svg { transform: scale(1.08) rotate(-2deg); }
.p-badge {
  position: absolute; top: 12px; left: 12px; padding: 4px 11px; border-radius: 20px;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.04em; background: var(--color-primary); color: #fff;
}
.p-badge--sale { background: #A31C46; }
.p-badge--new { background: var(--color-secondary); }
.p-badge--best { background: var(--color-accent); color: #3B1226; }
.p-card__body { padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 7px; flex: 1; }
.p-card__cat { font-size: 0.74rem; font-weight: 600; letter-spacing: 0.09em; text-transform: uppercase; color: var(--color-text-soft); }
.p-card__name { font-family: var(--font-heading); font-weight: 600; font-size: 1rem; line-height: 1.35; color: var(--color-text); cursor: pointer; }
.p-card__name:hover { color: var(--color-primary); }
.p-card__rating { font-size: 0.82rem; color: var(--color-text-soft); }
.p-card__rating b { color: var(--color-accent); letter-spacing: 1.5px; font-weight: 400; }
.p-card__foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 8px; }
.p-price { font-family: var(--font-heading); font-weight: 800; font-size: 1.18rem; color: var(--color-text); line-height: 1.2; }
.p-price s { display: block; font-size: 0.8rem; font-weight: 500; color: var(--color-text-soft); }
.p-add {
  width: 44px; height: 44px; border-radius: 12px; background: var(--color-primary-soft);
  color: var(--color-primary-deep); display: flex; align-items: center; justify-content: center;
  transition: var(--transition); flex-shrink: 0;
}
.p-add svg { width: 19px; height: 19px; }
.p-add:hover { background: var(--color-primary); color: #fff; transform: translateY(-2px); }
.sec-foot-link { text-align: center; margin-top: 44px; }

/* ============ OFERTE: CARUSEL + COUNTDOWN ============ */
.promo-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: 34px; }
.promo-head p { max-width: 460px; }
.countdown { display: flex; gap: 10px; }
.cd-cell { min-width: 64px; text-align: center; background: var(--color-bg-dark); color: #fff; border-radius: var(--radius-sm); padding: 10px 8px 8px; }
.cd-cell b { display: block; font-family: var(--font-heading); font-size: 1.5rem; font-weight: 800; line-height: 1.1; }
.cd-cell span { font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.7; }
.car-wrap { position: relative; }
.car-track {
  display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 60px) / 4);
  gap: 20px; overflow-x: auto; scroll-snap-type: x proximity;
  scrollbar-width: none; padding: 4px 2px 10px;
}
.car-track::-webkit-scrollbar { display: none; }
.car-track .p-card { scroll-snap-align: start; }
.car-btn {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
  width: 44px; height: 44px; border-radius: 50%; background: #fff;
  box-shadow: var(--shadow-hover); color: var(--color-primary-deep);
  display: flex; align-items: center; justify-content: center; transition: var(--transition);
}
.car-btn:hover { background: var(--color-primary); color: #fff; }
.car-btn svg { width: 20px; height: 20px; }
.car-prev { left: -14px; }
.car-next { right: -14px; }

/* ============ DE CE ORHIDEEA / STATS ============ */
.why-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
.why-list { display: flex; flex-direction: column; gap: 20px; margin-top: 28px; }
.why-item { display: flex; gap: 16px; align-items: flex-start; }
.why-item svg { width: 22px; height: 22px; color: var(--color-accent); flex-shrink: 0; margin-top: 5px; }
.why-item strong { display: block; font-family: var(--font-heading); font-size: 1.05rem; color: #fff; }
.why-item span { font-size: 0.92rem; color: rgba(255,255,255,0.7); }
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.stat-card {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.13);
  border-radius: var(--petal); padding: 30px 26px; text-align: left;
}
.stat-card b { display: block; font-family: var(--font-heading); font-size: clamp(2rem, 3.4vw, 2.8rem); font-weight: 800; color: #F6BDCB; line-height: 1.1; }
.stat-card > span { font-size: 0.88rem; color: rgba(255,255,255,0.7); }
.stat-card b span { font-size: inherit; }

/* ============ NEWSLETTER ============ */
.news-box {
  background: linear-gradient(120deg, var(--color-primary-deep), var(--color-primary));
  border-radius: var(--petal); padding: clamp(36px, 5vw, 64px);
  display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(26px, 4vw, 60px); align-items: center;
  color: #fff; position: relative; overflow: hidden;
}
.news-box::before {
  content: ''; position: absolute; left: -60px; top: -80px; width: 240px; height: 240px;
  border-radius: 50%; background: rgba(255,255,255,0.06);
}
.news-box h2 { color: #fff; margin-bottom: 10px; font-size: clamp(1.6rem, 3vw, 2.4rem); }
.news-box p { color: rgba(255,255,255,0.8); }
.news-form { display: flex; gap: 10px; position: relative; z-index: 1; }
.news-form input { flex: 1; }
.news-note { font-size: 0.78rem; color: rgba(255,255,255,0.55); margin-top: 12px; }
.news-ok { display: none; align-items: center; gap: 10px; font-weight: 600; color: #fff; background: rgba(46,125,91,0.35); border: 1px solid rgba(255,255,255,0.25); border-radius: var(--radius-sm); padding: 14px 18px; }
.news-ok svg { width: 20px; height: 20px; color: #8FE3BC; }

/* ============ BANNER PAGINĂ INTERIOARĂ ============ */
.page-banner {
  width: 100%; min-height: 45vh; display: flex; align-items: flex-end;
  background: linear-gradient(126deg, #2B0A1A 0%, #93264A 52%, #BD3E62 100%);
  color: #fff; position: relative; overflow: hidden;
}
.page-banner::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(600px 400px at 88% 10%, rgba(218,152,64,0.13), transparent 60%);
}
.page-banner .container { position: relative; z-index: 1; padding-top: calc(var(--header-h) + 40px); padding-bottom: 46px; width: 100%; }
.page-banner h1 { font-size: clamp(2.1rem, 4.6vw, 3.6rem); color: #fff; }
.breadcrumb { font-size: 0.85rem; color: rgba(255,255,255,0.6); margin-bottom: 10px; display: flex; gap: 8px; flex-wrap: wrap; }
.breadcrumb a:hover { color: #fff; }
.page-banner__sub { color: rgba(255,255,255,0.75); max-width: 560px; margin-top: 12px; }
#page-magazin .page-banner { background: linear-gradient(96deg, rgba(43,10,26,0.95) 0%, rgba(59,18,38,0.75) 55%, rgba(59,18,38,0.4) 100%), url('img/banner-magazin.jpg') center 42% / cover no-repeat; }
#page-despre .page-banner { background: linear-gradient(96deg, rgba(43,10,26,0.95) 0%, rgba(59,18,38,0.75) 55%, rgba(59,18,38,0.4) 100%), url('img/banner-despre.jpg') center 55% / cover no-repeat; }

/* ============ MAGAZIN ============ */
.shop-layout { display: grid; grid-template-columns: 260px 1fr; gap: clamp(26px, 3.5vw, 48px); align-items: start; }
.shop-toolbar {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  flex-wrap: wrap; margin-bottom: 26px;
}
.shop-count { font-size: 0.92rem; color: var(--color-text-soft); }
.shop-search { position: relative; flex: 1; min-width: 200px; max-width: 340px; }
.shop-search input[type="text"] { padding-left: 42px; }
.shop-search svg { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; color: var(--color-text-soft); pointer-events: none; }
.filters { background: var(--color-bg-alt); border-radius: var(--radius-lg); padding: 26px 24px; position: sticky; top: calc(var(--header-h) + 20px); }
.filters-toggle, .filters-close, .f-apply { display: none; }
.filters-close {
  position: absolute; top: 16px; right: 16px; width: 40px; height: 40px;
  border-radius: 50%; background: #fff; color: var(--color-text);
  align-items: center; justify-content: center; box-shadow: var(--shadow);
}
.filters-close svg { width: 18px; height: 18px; }
.filters-veil {
  position: fixed; inset: 0; z-index: 8400; background: rgba(43,10,26,0.5);
  opacity: 0; pointer-events: none; transition: opacity 0.3s;
}
.filters-veil.show { opacity: 1; pointer-events: auto; }
.filters h3 { font-size: 1.05rem; margin-bottom: 4px; }
.f-group { padding: 18px 0; border-bottom: 1px solid var(--color-line); }
.f-group:last-of-type { border-bottom: none; }
.f-group > b { display: block; font-family: var(--font-heading); font-size: 0.92rem; font-weight: 700; margin-bottom: 12px; }
.f-check { display: flex; align-items: center; gap: 10px; padding: 5px 0; cursor: pointer; font-size: 0.92rem; color: var(--color-text); }
.f-check input { accent-color: var(--color-primary); width: 17px; height: 17px; cursor: pointer; }
.f-check span { flex: 1; }
.f-check em { font-style: normal; font-size: 0.78rem; color: var(--color-text-soft); }
.f-price-row { display: flex; align-items: center; gap: 8px; }
.f-price-row input[type="number"] { width: 100%; padding: 9px 12px; }
.f-reset { width: 100%; margin-top: 16px; }
.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.shop-empty { display: none; text-align: center; padding: 60px 20px; color: var(--color-text-soft); grid-column: 1 / -1; }
.pagination { display: flex; gap: 8px; justify-content: center; margin-top: 44px; }
.pagination button {
  min-width: 44px; height: 44px; border-radius: var(--radius-sm); font-weight: 600;
  border: 1.5px solid var(--color-line); color: var(--color-text); transition: var(--transition); padding: 0 12px;
}
.pagination button.on { background: var(--color-primary); border-color: var(--color-primary); color: #fff; }
.pagination button:hover:not(.on) { border-color: var(--color-primary); color: var(--color-primary); }

/* ============ FORMULARE ============ */
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], textarea {
  border: 1.5px solid #F0D8DF; border-radius: var(--radius-sm); padding: 12px 16px;
  font-family: var(--font-body); font-size: 1rem; width: 100%; outline: none;
  transition: border-color 0.2s, box-shadow 0.2s; background: #fff; color: var(--color-text);
}
input:focus, textarea:focus { border-color: var(--color-primary); box-shadow: 0 0 0 3px rgba(189, 62, 98, 0.14); }
textarea { min-height: 140px; resize: vertical; }
label { font-size: 0.88rem; font-weight: 600; display: block; margin-bottom: 7px; color: var(--color-text); }
.custom-select-wrapper { position: relative; min-width: 210px; }
.custom-select-wrapper select {
  appearance: none; -webkit-appearance: none; width: 100%; padding: 12px 40px 12px 16px;
  border: 1.5px solid #F0D8DF; border-radius: var(--radius-sm); font-family: var(--font-body);
  font-size: 0.95rem; background: #fff; color: var(--color-text); cursor: pointer; outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.custom-select-wrapper::after {
  content: ''; position: absolute; right: 16px; top: 50%; transform: translateY(-50%);
  width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent;
  border-top: 6px solid var(--color-text-soft); pointer-events: none; transition: transform 0.2s;
}
.custom-select-wrapper select:focus { border-color: var(--color-primary); box-shadow: 0 0 0 3px rgba(189,62,98,0.14); }
.custom-select-wrapper:focus-within::after { transform: translateY(-50%) rotate(180deg); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { margin-bottom: 18px; }
.form-error { display: none; font-size: 0.8rem; color: #A31C46; margin-top: 5px; }
.form-field.invalid input, .form-field.invalid textarea { border-color: #A31C46; }
.form-field.invalid .form-error { display: block; }
.form-ok {
  display: none; align-items: flex-start; gap: 12px; background: #EAF6EF; border: 1px solid #BFE3D0;
  border-radius: var(--radius); padding: 18px 20px; color: #1F5B41; font-weight: 500; margin-top: 18px;
}
.form-ok svg { width: 22px; height: 22px; flex-shrink: 0; margin-top: 2px; }


/* ============ PAGINĂ PRODUS ============ */
.product-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 70px); align-items: start; }
.pd-gallery__main {
  border-radius: var(--petal); height: 420px; background: var(--tint, var(--color-bg-alt));
  display: flex; align-items: center; justify-content: center; margin-bottom: 14px;
}
.pd-gallery__main svg { width: 180px; height: 180px; color: var(--tintc, var(--color-primary)); }
.pd-thumbs { display: flex; gap: 12px; }
.pd-thumb {
  width: 76px; height: 76px; border-radius: var(--radius-sm); background: var(--tint, var(--color-bg-alt));
  display: flex; align-items: center; justify-content: center; border: 2px solid transparent; transition: var(--transition);
}
.pd-thumb svg { width: 34px; height: 34px; color: var(--tintc, var(--color-primary)); }
.pd-thumb.on, .pd-thumb:hover { border-color: var(--color-primary); }
.pd-cat { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--color-primary); }
.pd-title { font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 800; margin: 8px 0 10px; }
.pd-rating { font-size: 0.9rem; color: var(--color-text-soft); margin-bottom: 18px; }
.pd-rating b { color: var(--color-accent); letter-spacing: 2px; font-weight: 400; }
.pd-price-row { display: flex; align-items: baseline; gap: 14px; margin-bottom: 6px; }
.pd-price { font-family: var(--font-heading); font-size: 2.1rem; font-weight: 800; }
.pd-price-old { font-size: 1.1rem; color: var(--color-text-soft); text-decoration: line-through; }
.pd-stock { display: inline-flex; align-items: center; gap: 7px; font-size: 0.88rem; font-weight: 600; color: var(--color-secondary); margin-bottom: 20px; }
.pd-stock::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--color-secondary); }
.pd-desc { margin-bottom: 26px; }
.pd-buy { display: flex; gap: 14px; align-items: stretch; flex-wrap: wrap; margin-bottom: 26px; }
.qty {
  display: inline-flex; align-items: center; border: 1.5px solid var(--color-line);
  border-radius: var(--radius-sm); overflow: hidden; height: 50px;
}
.qty button { width: 44px; height: 100%; font-size: 1.15rem; font-weight: 600; color: var(--color-primary); transition: background 0.2s; }
.qty button:hover { background: var(--color-primary-soft); }
.qty b { min-width: 40px; text-align: center; font-weight: 600; }
.pd-meta { display: flex; flex-direction: column; gap: 8px; font-size: 0.88rem; color: var(--color-text-soft); border-top: 1px solid var(--color-line); padding-top: 20px; }
.pd-meta svg { width: 17px; height: 17px; color: var(--color-primary); }
.pd-meta li { display: flex; align-items: center; gap: 9px; }
.tabs { margin-top: clamp(44px, 6vw, 70px); }
.tabs__nav { display: flex; gap: 6px; border-bottom: 2px solid var(--color-line); flex-wrap: wrap; }
.tabs__nav button {
  padding: 13px 22px; font-weight: 600; font-size: 0.95rem; color: var(--color-text-soft);
  border-bottom: 2px solid transparent; margin-bottom: -2px; transition: var(--transition); min-height: 48px;
}
.tabs__nav button.on { color: var(--color-primary); border-bottom-color: var(--color-primary); }
.tabs__panel { display: none; padding: 28px 0 0; max-width: 760px; }
.tabs__panel.on { display: block; }
.tabs__panel h4 { margin: 18px 0 6px; font-size: 1.02rem; }
.tabs__panel table { width: 100%; border-collapse: collapse; font-size: 0.94rem; }
.tabs__panel td { padding: 11px 14px; border-bottom: 1px solid var(--color-line); color: var(--color-text-soft); }
.tabs__panel td:first-child { font-weight: 600; color: var(--color-text); width: 40%; }

/* ============ DESPRE ============ */
.about-split { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
.about-visual {
  border-radius: var(--petal); background: #fff;
  border: 1px solid var(--color-line); overflow: hidden;
  display: flex; flex-direction: column;
}
.about-visual__img { width: 100%; height: 300px; object-fit: cover; }
.about-visual__body { padding: clamp(24px, 3vw, 36px); display: flex; flex-direction: column; gap: 12px; }
.about-visual blockquote { font-family: var(--font-heading); font-size: clamp(1.15rem, 2vw, 1.5rem); font-weight: 600; line-height: 1.4; color: var(--color-text); }
.about-visual cite { font-style: normal; font-size: 0.88rem; color: var(--color-text-soft); }
.val-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.val-card { background: #fff; border-radius: var(--petal); padding: 30px 28px; box-shadow: var(--shadow); transition: var(--transition); }
.val-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); }
.val-card svg { width: 30px; height: 30px; color: var(--color-primary); margin-bottom: 16px; }
.val-card h3 { margin-bottom: 8px; }
.val-card p { font-size: 0.93rem; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.step { position: relative; padding: 26px 24px; border-left: 3px solid var(--color-primary-soft); transition: var(--transition); }
.step:hover { border-left-color: var(--color-accent); }
.step b { display: block; font-family: var(--font-heading); font-size: 2rem; font-weight: 800; color: var(--color-primary); opacity: 0.35; line-height: 1; margin-bottom: 12px; }
.step h3 { font-size: 1.05rem; margin-bottom: 6px; }
.step p { font-size: 0.9rem; }

/* ============ CONTACT ============ */
.contact-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(30px, 5vw, 64px); align-items: start; }
.c-cards { display: flex; flex-direction: column; gap: 16px; }
.c-card {
  display: flex; gap: 16px; align-items: flex-start; background: #fff;
  border: 1px solid var(--color-line); border-radius: var(--radius); padding: 22px 24px; transition: var(--transition);
}
.c-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); border-color: transparent; }
.c-card__icon {
  width: 46px; height: 46px; border-radius: 14px; background: var(--color-primary-soft);
  color: var(--color-primary-deep); display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.c-card__icon svg { width: 22px; height: 22px; }
.c-card b { font-family: var(--font-heading); display: block; margin-bottom: 2px; }
.c-card a, .c-card span { font-size: 0.95rem; color: var(--color-text-soft); }
.c-card a:hover { color: var(--color-primary); }
.c-note { font-size: 0.8rem; color: var(--color-text-soft); font-style: italic; }
.socials { display: flex; gap: 10px; margin-top: 6px; }
.socials a {
  width: 44px; height: 44px; border-radius: 12px; background: var(--color-primary-soft);
  color: var(--color-primary-deep); display: flex; align-items: center; justify-content: center; transition: var(--transition);
}
.socials a:hover { background: var(--color-primary); color: #fff; transform: translateY(-3px); }
.socials svg { width: 20px; height: 20px; }
.map-wrap { border-radius: var(--petal); overflow: hidden; box-shadow: var(--shadow); margin-top: clamp(40px, 6vw, 64px); }
.map-wrap iframe { width: 100%; height: 380px; border: 0; display: block; }
.faq { max-width: 760px; }
.faq-item { border-bottom: 1px solid var(--color-line); }
.faq-q {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 20px 4px; text-align: left; font-family: var(--font-heading); font-weight: 600;
  font-size: 1.02rem; color: var(--color-text); min-height: 48px;
}
.faq-q svg { width: 18px; height: 18px; flex-shrink: 0; color: var(--color-primary); transition: transform 0.28s; }
.faq-item.open .faq-q svg { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.34s cubic-bezier(0.4,0,0.2,1); }
.faq-a p { padding: 0 4px 20px; font-size: 0.95rem; }

/* ============ PAGINI LEGALE ============ */
.legal-body { max-width: 800px; }
.legal-body h2 { font-size: 1.35rem; margin: 34px 0 10px; }
.legal-body h2:first-child { margin-top: 0; }
.legal-body p, .legal-body li { font-size: 0.96rem; color: var(--color-text-soft); margin-bottom: 10px; }
.legal-body ul { padding-left: 20px; }
.legal-body ul li { list-style: disc; }
.legal-updated { font-size: 0.82rem; color: var(--color-text-soft); font-style: italic; margin-bottom: 28px; display: block; }

/* ============ CTA FINAL ============ */
.cta-final { text-align: center; }
.cta-final h2 { max-width: 640px; margin: 0 auto 14px; }
.cta-final p { max-width: 480px; margin: 0 auto 30px; }

/* ============ FOOTER ============ */
.site-footer { background: var(--color-bg-dark); color: rgba(255,255,255,0.75); width: 100%; }
.footer-main { display: grid; grid-template-columns: 1.35fr 1fr 0.85fr 1.1fr 1.15fr; gap: clamp(24px, 3vw, 48px); padding: clamp(52px, 7vw, 80px) 0 44px; }
.site-footer .logo { color: #fff; margin-bottom: 16px; }
.footer-desc { font-size: 0.92rem; line-height: 1.7; color: rgba(255,255,255,0.65); max-width: 300px; }
.footer-pay { display: flex; flex-direction: column; gap: 9px; margin-top: 20px; font-size: 0.84rem; color: rgba(255,255,255,0.6); }
.footer-pay span { display: inline-flex; align-items: center; gap: 8px; }
.footer-pay svg { width: 15px; height: 15px; color: #F6BDCB; flex-shrink: 0; }
.footer-col h4 { font-family: var(--font-heading); color: #fff; font-size: 1rem; margin-bottom: 18px; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { font-size: 0.92rem; color: rgba(255,255,255,0.65); transition: color 0.2s; }
.footer-col a:hover { color: #F6BDCB; }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; font-size: 0.92rem; margin-bottom: 12px; }
.footer-contact svg { width: 17px; height: 17px; color: #F6BDCB; flex-shrink: 0; margin-top: 4px; }
.anpc-row { display: flex; gap: 14px; align-items: center; padding: 22px 0; border-top: 1px solid rgba(255,255,255,0.1); flex-wrap: wrap; }
.anpc-row img { height: 44px; width: auto; border-radius: 6px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1); padding: 20px 0;
  display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap;
  font-size: 0.84rem; color: rgba(255,255,255,0.5);
}
.footer-bottom a { color: #89D6FB; }

/* ============ ELEMENTE FLOTANTE ============ */
.preloader {
  position: fixed; inset: 0; z-index: 99999; background: var(--color-bg-dark);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px;
  transition: opacity 0.45s ease; color: #fff;
}
.preloader.done { opacity: 0; pointer-events: none; }
.preloader .logo-mark { width: 64px; height: 64px; animation: bloomPulse 1.4s ease-in-out infinite; }
@keyframes bloomPulse { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.12); opacity: 0.8; } }
.preloader span { font-family: var(--font-heading); font-weight: 700; font-size: 1.3rem; letter-spacing: 0.02em; }
.cookie-bar {
  position: fixed; left: 20px; bottom: 20px; z-index: 5000; max-width: 400px;
  background: #fff; border-radius: var(--radius-lg); box-shadow: 0 14px 44px rgba(59,18,38,0.25);
  padding: 24px 26px; transform: translateY(140%); transition: transform 0.45s cubic-bezier(0.22,1,0.36,1);
}
.cookie-bar.show { transform: translateY(0); }
.cookie-bar p { font-size: 0.88rem; margin-bottom: 16px; }
.cookie-bar__actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.cookie-bar__actions a { font-size: 0.86rem; font-weight: 600; color: var(--color-primary); text-decoration: underline; }
.back-top {
  position: fixed; right: 20px; bottom: 20px; z-index: 4000; width: 48px; height: 48px;
  border-radius: 50%; background: var(--color-primary); color: #fff;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: var(--transition); box-shadow: var(--shadow-hover);
}
.back-top.show { opacity: 1; pointer-events: auto; }
.back-top:hover { transform: translateY(-4px); }
.back-top svg { width: 20px; height: 20px; }
.toast {
  position: fixed; left: 50%; bottom: 28px; transform: translate(-50%, 120px); z-index: 6000;
  background: var(--color-bg-dark); color: #fff; border-radius: 50px; padding: 13px 26px;
  font-size: 0.92rem; font-weight: 500; display: flex; align-items: center; gap: 10px;
  transition: transform 0.4s cubic-bezier(0.22,1,0.36,1); box-shadow: var(--shadow-hover); max-width: calc(100vw - 40px);
}
.toast svg { width: 18px; height: 18px; color: #8FE3BC; flex-shrink: 0; }
.toast.show { transform: translate(-50%, 0); }

/* ============ MINI-COȘ ============ */
.cart-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: min(400px, 100vw); z-index: 8000;
  background: #fff; box-shadow: -12px 0 44px rgba(59,18,38,0.2);
  transform: translateX(105%); transition: transform 0.4s cubic-bezier(0.22,1,0.36,1);
  display: flex; flex-direction: column;
}
.cart-drawer.open { transform: translateX(0); }
.cart-drawer__head { display: flex; align-items: center; justify-content: space-between; padding: 22px 26px; border-bottom: 1px solid var(--color-line); }
.cart-drawer__head h3 { font-size: 1.15rem; }
.cart-drawer__close { width: 40px; height: 40px; border-radius: 50%; background: var(--color-bg-alt); display: flex; align-items: center; justify-content: center; }
.cart-drawer__close svg { width: 18px; height: 18px; }
.cart-items { flex: 1; overflow-y: auto; padding: 18px 26px; display: flex; flex-direction: column; gap: 16px; }
.cart-empty { text-align: center; color: var(--color-text-soft); padding: 40px 10px; font-size: 0.94rem; }
.cart-item { display: flex; gap: 14px; align-items: center; }
.cart-item__thumb { width: 56px; height: 56px; border-radius: var(--radius-sm); background: var(--tint, var(--color-bg-alt)); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cart-item__thumb svg { width: 28px; height: 28px; color: var(--tintc, var(--color-primary)); }
.cart-item__info { flex: 1; min-width: 0; }
.cart-item__info b { display: block; font-size: 0.88rem; line-height: 1.35; }
.cart-item__info span { font-size: 0.82rem; color: var(--color-text-soft); }
.cart-item__remove { color: var(--color-text-soft); width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; border-radius: 8px; }
.cart-item__remove:hover { color: #A31C46; background: #FBEEF1; }
.cart-item__remove svg { width: 16px; height: 16px; }
.cart-drawer__foot { border-top: 1px solid var(--color-line); padding: 20px 26px 26px; }
.cart-total { display: flex; justify-content: space-between; font-family: var(--font-heading); font-weight: 700; font-size: 1.1rem; margin-bottom: 6px; }
.cart-ship { font-size: 0.82rem; color: var(--color-text-soft); margin-bottom: 16px; }
.cart-drawer__foot .btn { width: 100%; }
.drawer-veil { position: fixed; inset: 0; z-index: 7900; background: rgba(43,10,26,0.5); opacity: 0; pointer-events: none; transition: opacity 0.3s; }
.drawer-veil.show { opacity: 1; pointer-events: auto; }

/* ============ ANIMAȚII REVEAL ============ */
.rv { opacity: 0; transform: translateY(24px); transition: opacity 0.55s cubic-bezier(0.22,1,0.36,1), transform 0.55s cubic-bezier(0.22,1,0.36,1); }
.rv.in { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .rv { opacity: 1; transform: none; }
}
:focus-visible { outline: 3px solid var(--color-accent); outline-offset: 2px; }

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .prod-grid { grid-template-columns: repeat(3, 1fr); }
  .car-track { grid-auto-columns: calc((100% - 40px) / 3); }
  .shop-grid { grid-template-columns: repeat(2, 1fr); }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .usp-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .val-grid { grid-template-columns: repeat(2, 1fr) ; }
}
@media (max-width: 900px) {
  .topbar, .catbar { display: none; }
  :root { --header-h: 134px; }
  .mainbar { height: auto; padding: 10px 0 12px; border-bottom: 1px solid var(--color-line); }
  .mainbar .container { flex-wrap: wrap; row-gap: 10px; }
  .header-search { order: 3; flex-basis: 100%; max-width: none; margin: 0; }
  .site-header.scrolled { transform: none; }
  .hamburger { display: inline-flex; }
  .why-split, .news-box, .product-layout, .about-split, .contact-layout { grid-template-columns: 1fr; }
  .shop-layout { grid-template-columns: 1fr; }
  .filters {
    position: fixed; left: 0; right: 0; bottom: 0; top: auto; z-index: 8500;
    border-radius: var(--radius-lg) var(--radius-lg) 0 0; max-height: 84vh; overflow-y: auto;
    transform: translateY(110%); transition: transform 0.38s cubic-bezier(0.22,1,0.36,1);
    background: #fff; box-shadow: 0 -12px 44px rgba(59,18,38,0.28);
    padding-bottom: calc(24px + env(safe-area-inset-bottom));
  }
  .filters.open { transform: translateY(0); }
  .filters-toggle { display: inline-flex; }
  .filters.open .filters-close { display: flex; }
  .f-apply { display: block; width: 100%; margin-top: 12px; }
}
@media (max-width: 640px) {
  .hero { min-height: 80vh; }
  .val-grid, .steps, .usp-grid, .form-row, .stats-grid { grid-template-columns: 1fr; }
  .prod-grid, .shop-grid, .cat-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .car-track { grid-auto-columns: calc((100% - 12px) / 2); gap: 12px; }
  .car-btn { width: 38px; height: 38px; }
  .car-prev { left: -6px; } .car-next { right: -6px; }
  .p-card__media { height: 118px; }
  .p-card__media svg { width: 50px; height: 50px; }
  .p-card__body { padding: 12px 12px 14px; gap: 5px; }
  .p-card__name { font-size: 0.88rem; }
  .p-card__rating { font-size: 0.74rem; }
  .p-price { font-size: 1.02rem; }
  .p-add { width: 40px; height: 40px; }
  .p-badge { font-size: 0.66rem; padding: 3px 8px; top: 8px; left: 8px; }
  .cat-card { padding-bottom: 14px; }
  .cat-card__img { height: 96px; }
  .cat-card__icon { width: 40px; height: 40px; border-radius: 12px; margin: -20px 0 8px 14px; }
  .cat-card__icon svg { width: 20px; height: 20px; }
  .cat-card h3 { font-size: 0.95rem; margin: 0 46px 0 14px; }
  .cat-card p { display: none; }
  .cat-card__arrow { width: 30px; height: 30px; right: 12px; bottom: 12px; }
  .cat-card__arrow svg { width: 14px; height: 14px; }
  .shop-toolbar { gap: 10px; }
  .shop-search { flex-basis: 100%; max-width: none; }
  .custom-select-wrapper { min-width: 0; flex: 1; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; }
  .hero__btns .btn, .news-form { width: 100%; }
  .news-form { flex-direction: column; }
  .cookie-bar { left: 14px; right: 14px; max-width: none; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .pd-gallery__main { height: 300px; }
  .sec { padding: clamp(48px, 8vw, 96px) 0; }
}


/* ============ ELEMENTOR EDITOR ============ */
/* In editor totul e vizibil; animatiile de reveal ruleaza doar pe frontend. */
.elementor-editor-active .rv,
.elementor-editor-active .rv * { opacity: 1 !important; transform: none !important; }
.elementor-editor-active .preloader { display: none !important; }
/* containerele Elementor nu limiteaza sectiunile full-width ale temei */
.elementor-widget-container > .sec,
.elementor-widget-container > .hero,
.elementor-widget-container > .page-banner,
.elementor-widget-container > .usp-strip { width: 100%; }
/* pe paginile WP, body are admin bar uneori */
body.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }


/* ============ WOOCOMMERCE ============ */
main h1.page-title { display: none; } /* bannerul temei afiseaza deja titlul */
/* Elementele Woo preiau designul temei: butoane, badge-uri, grile, notificari. */
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit, .woocommerce button.button.alt,
.woocommerce a.button.alt, .wc-block-components-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 48px; padding: 13px 30px !important; border-radius: var(--radius-sm) !important;
  font-weight: 600 !important; font-size: 0.98rem; font-family: var(--font-body);
  background: var(--color-primary) !important; color: #fff !important;
  transition: var(--transition); border: none;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background: #D25579 !important; transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(189, 62, 98, 0.38);
}
.woocommerce span.onsale {
  background: #A31C46 !important; color: #fff; border-radius: 20px !important;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.04em;
  min-height: 0 !important; min-width: 0 !important; line-height: 1 !important;
  padding: 5px 11px !important; top: 12px !important; left: 12px !important;
}
.woocommerce ul.products li.product {
  background: #fff; border: 1px solid var(--color-line); border-radius: var(--radius);
  overflow: hidden; transition: var(--transition); padding-bottom: 18px;
}
.woocommerce ul.products li.product:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); border-color: transparent; }
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--font-heading); font-weight: 600; font-size: 1rem;
  color: var(--color-text); padding: 12px 18px 0;
}
.woocommerce ul.products li.product .price { color: var(--color-text); font-family: var(--font-heading); font-weight: 800; padding: 0 18px; }
.woocommerce ul.products li.product .price del { color: var(--color-text-soft); font-weight: 500; }
.woocommerce ul.products li.product .price ins { text-decoration: none; }
.woocommerce ul.products li.product .button { margin: 10px 18px 0; }
.woocommerce .star-rating span::before, .woocommerce .star-rating::before { color: var(--color-accent); }
.woocommerce-message, .woocommerce-info, .woocommerce-error {
  border-top-color: var(--color-primary); background: var(--color-bg-alt);
  border-radius: var(--radius-sm); font-family: var(--font-body);
}
.woocommerce-message::before, .woocommerce-info::before { color: var(--color-primary); }
.woocommerce-error { border-top-color: #A31C46; }
.woocommerce-error::before { color: #A31C46; }
.woocommerce table.shop_table { border: 1px solid var(--color-line); border-radius: var(--radius); }
.woocommerce table.shop_table td, .woocommerce table.shop_table th { border-color: var(--color-line); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select {
  border: 1.5px solid #F0D8DF; border-radius: var(--radius-sm); padding: 12px 16px; font-family: var(--font-body);
}
.woocommerce .quantity .qty { min-height: 48px; border: 1.5px solid var(--color-line); border-radius: var(--radius-sm); text-align: center; }
.woocommerce nav.woocommerce-pagination ul { border: none; }
.woocommerce nav.woocommerce-pagination ul li { border: none; margin: 0 4px; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  min-width: 44px; height: 44px; line-height: 44px; border-radius: var(--radius-sm);
  border: 1.5px solid var(--color-line); font-weight: 600; color: var(--color-text);
}
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--color-primary); border-color: var(--color-primary); color: #fff; }
.woocommerce div.product p.price { color: var(--color-text); font-family: var(--font-heading); font-weight: 800; font-size: 1.9rem; }
.woocommerce div.product p.price del { color: var(--color-text-soft); font-weight: 500; font-size: 1.1rem; }
.woocommerce div.product p.price ins { text-decoration: none; color: var(--color-text); }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { border-bottom-color: var(--color-primary); }
.orh-woo-wrap { padding-top: clamp(28px, 4vw, 48px); }
