:root {
  --ink: #26241f;
  --ink-2: #3a372f;
  --stone: #8a8172;
  --sand: #e9dfcc;
  --paper: #f8f4ec;
  --paper-2: #f1ebdf;
  --moss: #3f5d3a;
  --moss-2: #57794d;
  --clay: #b06a3b;
  --clay-2: #94562c;
  --wa: #25d366;
  --wa-dark: #1da851;
  --radius: 18px;
  --shadow: 0 10px 30px rgba(38, 36, 31, .12);
  --font-head: 'Fraunces', serif;
  --font-body: 'Public Sans', sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.15; color: var(--ink); }
::selection { background: var(--moss); color: #fff; }

/* ---------- Butoane ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 26px; border-radius: 999px; font-weight: 600; font-size: 15px;
  border: 2px solid transparent; cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(38,36,31,.18); }
.btn:active { transform: translateY(0); }
.btn-whatsapp { background: var(--wa); color: #fff; }
.btn-whatsapp:hover { background: var(--wa-dark); }
.btn-clay { background: var(--clay); color: #fff; }
.btn-clay:hover { background: var(--clay-2); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--moss); }
.btn-outline-light { border-color: rgba(255,255,255,.7); color: #fff; background: rgba(255,255,255,.08); backdrop-filter: blur(6px); }
.btn-outline-light:hover { background: rgba(255,255,255,.2); }
.btn-light-sm { background: rgba(255,255,255,.92); color: var(--ink); padding: 10px 20px; font-size: 14px; }
.btn-dark-sm { background: var(--ink); color: #fff; padding: 10px 18px; font-size: 14px; }
.btn-wa-sm { background: var(--wa); color: #fff; padding: 10px 18px; font-size: 14px; }
.btn-lg { padding: 16px 30px; font-size: 16px; }
.btn-block { width: 100%; margin-top: 10px; }

/* ---------- Header ---------- */
.top-bar { background: var(--ink); color: #d8d2c4; font-size: 13px; padding: 8px 0; }
.top-bar-inner { display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; }
.top-phone { color: #fff; font-weight: 600; }
.top-phone:hover { color: var(--wa); }
.site-header { position: sticky; top: 0; z-index: 120; background: var(--paper); box-shadow: 0 2px 12px rgba(38,36,31,.08); }
@media (min-width: 861px) {
  .site-header { background: rgba(248,244,236,.95); backdrop-filter: blur(12px); }
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 14px; padding-bottom: 14px; }
.brand { display: flex; align-items: center; gap: 14px; min-width: 0; }
.brand-logo { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; border: 3px solid var(--sand); box-shadow: var(--shadow); flex-shrink: 0; }
.brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.brand-text strong { font-family: var(--font-head); font-size: 21px; color: var(--ink); }
.brand-text small { font-size: 12px; color: var(--stone); }
.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav a { padding: 10px 14px; border-radius: 999px; font-weight: 500; font-size: 15px; color: var(--ink-2); transition: background-color .2s, color .2s; white-space: nowrap; }
.main-nav a:hover { background: var(--paper-2); color: var(--moss); }
.main-nav a.active { background: var(--moss); color: #fff; }
.main-nav .nav-cta { background: var(--wa); color: #fff; margin-left: 8px; }
.main-nav .nav-cta:hover { background: var(--wa-dark); color: #fff; }

.menu-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; padding: 10px; cursor: pointer; z-index: 130; }
.menu-toggle span { width: 26px; height: 3px; background: var(--ink); border-radius: 2px; transition: transform .3s, opacity .3s; }
.menu-toggle.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
.nav-overlay { position: fixed; inset: 0; background: rgba(38,36,31,.5); opacity: 0; pointer-events: none; transition: opacity .3s; z-index: 110; }
.nav-overlay.show { opacity: 1; pointer-events: auto; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 640px; display: flex; align-items: center; background-size: cover; background-position: center; padding: 90px 0; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(30,28,23,.88) 15%, rgba(30,28,23,.55) 55%, rgba(30,28,23,.25)); }
.hero-content { position: relative; z-index: 2; color: #fff; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(176,106,59,.9); padding: 8px 18px; border-radius: 999px; font-size: 14px; font-weight: 600; margin-bottom: 22px; animation: fadeUp .6s ease both; }
.hero h1 { font-size: clamp(34px, 5.4vw, 60px); color: #fff; font-weight: 700; margin-bottom: 18px; animation: fadeUp .6s .1s ease both; }
.hero h1 span { color: #cfe3c4; }
.hero p { max-width: 600px; font-size: 18px; color: #e8e2d4; margin-bottom: 30px; animation: fadeUp .6s .2s ease both; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; animation: fadeUp .6s .35s ease both; }

.hero-search {
  display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,.96);
  border-radius: 999px; padding: 8px 8px 8px 22px; max-width: 640px; margin-bottom: 28px;
  box-shadow: 0 14px 40px rgba(0,0,0,.25); animation: fadeUp .6s .25s ease both;
}
.hero-search i { color: var(--stone); font-size: 17px; }
.hero-search input { flex: 1; border: 0; outline: 0; font-size: 16px; padding: 12px 6px; background: transparent; color: var(--ink); font-family: var(--font-body); min-width: 0; }
.hero-search .btn { flex-shrink: 0; }
.search-page-form { margin: 0 0 30px; box-shadow: var(--shadow); max-width: 720px; }
.search-count { color: var(--stone); margin-bottom: 24px; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }

/* Căutător produse (select categorie -> produs) */
.finder {
  display: flex; gap: 10px; background: rgba(255,255,255,.96);
  border-radius: 999px; padding: 10px; max-width: 760px; margin-bottom: 28px;
  box-shadow: 0 14px 40px rgba(0,0,0,.25); animation: fadeUp .6s .25s ease both;
}
.finder select {
  flex: 1; min-width: 0; border: 0; outline: 0; background: transparent;
  font-size: 15px; font-weight: 600; color: var(--ink); padding: 12px 10px;
  font-family: var(--font-body); cursor: pointer; appearance: none;
}
.finder .finder-field { flex: 1; display: flex; align-items: center; gap: 6px; border-right: 1.5px solid var(--sand); padding-left: 12px; min-width: 0; }
.finder .finder-field:last-of-type { border-right: 0; }
.finder .finder-field i { color: var(--stone); font-size: 13px; flex-shrink: 0; }
.finder select:disabled { color: var(--stone); }
.finder .btn { flex-shrink: 0; }
.finder-link { font-size: 13px; color: #d8d2c4; margin: -16px 0 24px 12px; display: inline-block; text-decoration: underline; }
.finder-link:hover { color: #fff; }

/* ---------- Features ---------- */
.features-strip { background: var(--ink); padding: 34px 0; }
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.feature { text-align: center; color: #d8d2c4; }
.feature i { font-size: 26px; color: var(--sand); margin-bottom: 10px; }
.feature h3 { color: #fff; font-size: 18px; margin-bottom: 4px; }
.feature p { font-size: 13.5px; }

/* ---------- Secțiuni ---------- */
.section { padding: 76px 0; }
.section-alt { background: var(--paper-2); }
.section-head { text-align: left; margin-bottom: 42px; max-width: 700px; }
.section-tag { display: inline-block; background: var(--moss); color: #fff; font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; padding: 6px 16px; border-radius: 999px; margin-bottom: 14px; }
.section-head h2 { font-size: clamp(26px, 3.6vw, 40px); }
.section-cta { text-align: center; margin-top: 42px; }
.intro-content { max-width: 820px; }
.intro-content h2, .intro-content h3 { margin-bottom: 14px; }
.intro-content p { margin-bottom: 14px; }

/* ---------- Carduri categorii ---------- */
.category-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.category-card { position: relative; min-height: 380px; border-radius: var(--radius); overflow: hidden; background-size: cover; background-position: center; display: flex; align-items: flex-end; box-shadow: var(--shadow); transition: transform .35s ease, box-shadow .35s ease; }
.category-card:hover { transform: translateY(-6px); box-shadow: 0 20px 44px rgba(38,36,31,.22); }
.category-card-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(30,28,23,0) 30%, rgba(30,28,23,.88)); transition: background .35s; }
.category-card-content { position: relative; padding: 34px; color: #fff; }
.category-card-content i { font-size: 30px; margin-bottom: 12px; color: var(--sand); }
.category-card-content h3 { color: #fff; font-size: 30px; margin-bottom: 6px; }
.category-card-content p { color: #ddd6c6; margin-bottom: 18px; }

/* ---------- Carduri produse ---------- */
.products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 26px; }
.product-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .3s ease, box-shadow .3s ease; display: flex; flex-direction: column; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(38,36,31,.2); }
.product-card-img { position: relative; display: block; aspect-ratio: 4/3; overflow: hidden; }
.product-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-card-img img { transform: scale(1.06); }
.price-badge { position: absolute; top: 14px; right: 14px; background: var(--clay); color: #fff; font-weight: 700; font-size: 14px; padding: 7px 14px; border-radius: 999px; box-shadow: 0 4px 12px rgba(0,0,0,.25); }
.product-card-body { padding: 20px 20px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.product-card-body h3 { font-size: 20px; }
.product-card-body h3 a:hover { color: var(--moss); }
.product-card-body p { font-size: 14px; color: var(--stone); flex: 1; }
.palet-info { font-size: 13px; color: var(--moss); font-weight: 600; }
.product-card-actions { display: flex; gap: 10px; margin-top: 6px; }
.product-cat-sm { font-size: 12px; text-transform: uppercase; letter-spacing: .05em; color: var(--moss); font-weight: 700; }

/* ---------- Proiect / Curte de vis ---------- */
.project-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 50px; align-items: center; }
.project-text h2 { font-size: clamp(26px, 3.4vw, 38px); margin-bottom: 18px; }
.project-text p { margin-bottom: 14px; color: var(--ink-2); }
.project-text .hero-ctas { margin-top: 22px; }
.project-media img { border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 4/3.4; object-fit: cover; width: 100%; }

.gallery-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.gallery-strip-item { border-radius: 12px; overflow: hidden; aspect-ratio: 1; box-shadow: var(--shadow); }
.gallery-strip-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-strip-item:hover img { transform: scale(1.08); }

/* ---------- CTA banner ---------- */
.cta-banner { background: var(--moss); padding: 56px 0; color: #fff; }
.cta-banner-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; flex-wrap: wrap; }
.cta-banner h2 { color: #fff; font-size: clamp(24px, 3vw, 34px); margin-bottom: 8px; }
.cta-banner p { color: #d9e4d2; max-width: 560px; }

/* ---------- Page hero / breadcrumb ---------- */
.page-hero { position: relative; background-size: cover; background-position: center; padding: 110px 0 70px; }
.page-hero-sm { padding: 80px 0 50px; }
.page-hero-overlay { position: absolute; inset: 0; background: rgba(30,28,23,.68); }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; font-size: clamp(30px, 4.5vw, 48px); }
.breadcrumb { color: #d8d2c4; font-size: 14px; margin-top: 12px; display: flex; gap: 8px; flex-wrap: wrap; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb-dark { color: var(--stone); margin: 26px 0; }
.breadcrumb-dark a:hover { color: var(--moss); }

/* ---------- Despre ---------- */
.about-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 50px; align-items: center; }
.about-media img { border-radius: var(--radius); box-shadow: var(--shadow); }
.about-text h2 { font-size: clamp(26px, 3.4vw, 38px); margin-bottom: 16px; }
.about-text p { margin-bottom: 14px; color: var(--ink-2); }
.about-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.locations-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.locations-single { grid-template-columns: 1fr; max-width: 560px; }
.location-card { background: #fff; border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); }
.location-card i { font-size: 26px; color: var(--clay); margin-bottom: 12px; }
.location-card h3 { font-size: 22px; margin-bottom: 8px; }
.location-note { font-size: 14px; color: var(--stone); margin-top: 8px; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.value-card { background: #fff; border-radius: var(--radius); padding: 30px 24px; text-align: center; box-shadow: var(--shadow); transition: transform .3s; }
.value-card:hover { transform: translateY(-5px); }
.value-card i { font-size: 28px; color: var(--moss); margin-bottom: 12px; }
.value-card h3 { font-size: 19px; margin-bottom: 6px; }
.value-card p { font-size: 14px; color: var(--stone); }

/* ---------- Pagina produs ---------- */
.product-page { padding-bottom: 76px; }
.product-layout { display: grid; grid-template-columns: 1.05fr 1fr; gap: 46px; margin-top: 10px; }
.product-main-img { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4/3.2; }
.product-main-img img { width: 100%; height: 100%; object-fit: cover; }
.product-thumbs { display: flex; gap: 10px; margin-top: 14px; flex-wrap: wrap; }
.thumb { width: 86px; height: 86px; border-radius: 12px; overflow: hidden; border: 3px solid transparent; padding: 0; cursor: pointer; background: none; transition: border-color .2s, transform .2s; }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.thumb:hover { transform: translateY(-2px); }
.thumb.active { border-color: var(--moss); }
.product-cat { display: inline-flex; align-items: center; gap: 8px; background: var(--paper-2); color: var(--moss); font-weight: 600; font-size: 13px; padding: 7px 16px; border-radius: 999px; margin-bottom: 14px; text-transform: uppercase; letter-spacing: .05em; }
.product-info h1 { font-size: clamp(28px, 4vw, 42px); margin-bottom: 12px; }
.product-price-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 16px; }
.product-price { font-family: var(--font-head); font-size: 36px; font-weight: 700; color: var(--clay); }
.product-price small { font-size: 18px; color: var(--stone); font-weight: 400; }
.product-short { color: var(--ink-2); font-size: 17px; margin-bottom: 22px; }

.calculator { background: #fff; border: 2px dashed var(--sand); border-radius: var(--radius); padding: 24px; margin-bottom: 24px; }
.calculator h3 { font-size: 19px; margin-bottom: 14px; color: var(--moss); }
.calc-row label { font-size: 14px; font-weight: 600; display: block; margin-bottom: 8px; }
.calc-input-wrap { display: flex; align-items: center; gap: 10px; background: var(--paper); border: 1.5px solid var(--sand); border-radius: 12px; padding: 4px 16px; max-width: 240px; }
.calc-input-wrap input { border: 0; outline: 0; background: transparent; font-size: 20px; font-weight: 700; padding: 10px 0; width: 100%; color: var(--ink); font-family: var(--font-body); }
.calc-input-wrap span { color: var(--stone); font-weight: 600; }
.calc-results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 18px; }
.calc-result { background: var(--paper-2); border-radius: 12px; padding: 14px; text-align: center; }
.calc-result span { display: block; font-size: 12px; color: var(--stone); text-transform: uppercase; letter-spacing: .04em; margin-bottom: 4px; }
.calc-result strong { font-size: 19px; color: var(--ink); font-family: var(--font-head); }
.calc-note { font-size: 12.5px; color: var(--stone); margin-top: 12px; }

.product-actions { display: flex; flex-direction: column; gap: 10px; margin-bottom: 22px; }
.product-benefits { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.product-benefits li { display: flex; align-items: center; gap: 10px; color: var(--ink-2); font-size: 15px; }
.product-benefits i { color: var(--moss); width: 20px; }
.product-description { background: #fff; border-radius: var(--radius); padding: 36px; margin-top: 50px; box-shadow: var(--shadow); }
.product-description h2 { font-size: 26px; margin-bottom: 16px; }
.product-description h3 { font-size: 21px; margin-bottom: 10px; }
.product-description p, .product-description ul { margin-bottom: 14px; color: var(--ink-2); }
.product-description ul { padding-left: 22px; }
.similar-section { margin-top: 60px; }
.similar-section h2 { font-size: 28px; margin-bottom: 26px; }

/* ---------- Galerie ---------- */
.gallery-filters { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 34px; }
.filter-btn { padding: 10px 22px; border-radius: 999px; background: #fff; font-weight: 600; font-size: 14px; color: var(--ink-2); box-shadow: var(--shadow); transition: background-color .25s, color .25s, transform .2s; }
.filter-btn:hover { transform: translateY(-2px); }
.filter-btn.active { background: var(--moss); color: #fff; }
.gallery-grid { columns: 3; column-gap: 18px; }
.gallery-item { position: relative; border-radius: 14px; overflow: hidden; margin-bottom: 18px; break-inside: avoid; cursor: zoom-in; box-shadow: var(--shadow); }
.gallery-item img { width: 100%; transition: transform .45s ease; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 16px 12px; font-size: 13px; color: #fff; background: linear-gradient(180deg, transparent, rgba(30,28,23,.8)); opacity: 0; transition: opacity .3s; }
.gallery-item:hover figcaption { opacity: 1; }

.lightbox { position: fixed; inset: 0; background: rgba(20,19,16,.93); z-index: 200; display: none; align-items: center; justify-content: center; }
.lightbox.show { display: flex; }
.lightbox img { max-width: 90vw; max-height: 86vh; border-radius: 10px; box-shadow: 0 20px 60px rgba(0,0,0,.5); }
.lightbox button { position: absolute; background: rgba(255,255,255,.12); color: #fff; border: 0; width: 52px; height: 52px; border-radius: 50%; font-size: 20px; cursor: pointer; transition: background-color .25s; }
.lightbox button:hover { background: rgba(255,255,255,.28); }
.lightbox-close { top: 24px; right: 24px; }
.lightbox-prev { left: 18px; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 18px; top: 50%; transform: translateY(-50%); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 46px; align-items: start; }
.contact-info h2 { font-size: clamp(26px, 3.4vw, 38px); margin-bottom: 14px; }
.contact-info > p { color: var(--ink-2); margin-bottom: 26px; }
.contact-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.contact-list li, .contact-list li a { display: flex; align-items: center; gap: 16px; }
.contact-list li a { width: 100%; transition: transform .2s; }
.contact-list li a:hover { transform: translateX(4px); }
.contact-icon { width: 52px; height: 52px; border-radius: 50%; background: var(--moss); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.contact-icon.wa { background: var(--wa); }
.contact-icon.fb { background: #1877f2; }
.contact-list strong { display: block; font-size: 17px; }
.contact-list small { color: var(--stone); }
.offer-form-card { background: #fff; border-radius: var(--radius); padding: 36px; box-shadow: var(--shadow); }
.offer-form-card h2 { font-size: 24px; margin-bottom: 8px; }
.offer-form-card > p { color: var(--stone); font-size: 14px; margin-bottom: 22px; }
.form-row { margin-bottom: 16px; }
.form-row label { display: block; font-weight: 600; font-size: 14px; margin-bottom: 6px; }
.form-row input, .form-row select, .form-row textarea {
  width: 100%; border: 1.5px solid var(--sand); border-radius: 12px; padding: 13px 16px;
  font-size: 15px; font-family: var(--font-body); background: var(--paper); color: var(--ink);
  transition: border-color .2s, box-shadow .2s;
}
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { outline: 0; border-color: var(--moss); box-shadow: 0 0 0 3px rgba(63,93,58,.12); }

/* ---------- Empty / ad ---------- */
.empty-state { text-align: center; padding: 60px 20px; }
.empty-state i { font-size: 46px; color: var(--sand); margin-bottom: 18px; }
.empty-state h2, .empty-state h1 { font-size: 28px; margin-bottom: 12px; }
.empty-state p { color: var(--stone); max-width: 460px; margin: 0 auto 24px; }
.empty-state .hero-ctas { justify-content: center; }
.ad-slot { margin: 20px auto; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #cfc8b8; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1.2fr; gap: 44px; padding: 60px 20px 46px; }
.footer-logo { width: 84px; height: 84px; border-radius: 50%; object-fit: cover; border: 3px solid var(--sand); margin-bottom: 16px; }
.footer-col p { font-size: 14.5px; margin-bottom: 16px; max-width: 340px; }
.footer-col h4 { color: #fff; font-size: 18px; margin-bottom: 16px; }
.footer-links, .footer-contact { list-style: none; display: flex; flex-direction: column; gap: 10px; font-size: 14.5px; }
.footer-links a:hover, .footer-contact a:hover { color: #fff; }
.footer-contact i { width: 20px; color: var(--sand); }
.social-link { display: inline-flex; align-items: center; gap: 10px; background: #1877f2; color: #fff; padding: 10px 20px; border-radius: 999px; font-size: 14px; font-weight: 600; transition: background-color .25s, transform .2s; }
.social-link:hover { background: #0f5ecb; transform: translateY(-2px); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; font-size: 13px; }

/* ---------- Magazin: cos, favorite, checkout ---------- */
.nav-icon { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; font-size: 18px; margin-left: 4px; }
.nav-badge { position: absolute; top: -2px; right: -4px; background: var(--clay); color: #fff; font-size: 11px; font-weight: 700; min-width: 20px; height: 20px; border-radius: 999px; align-items: center; justify-content: center; padding: 0 5px; }
.fav-btn { border: 0; background: rgba(255,255,255,.92); color: var(--ink); cursor: pointer; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; transition: transform .2s, color .2s, background-color .2s; box-shadow: 0 4px 12px rgba(0,0,0,.18); }
.fav-btn:hover { transform: scale(1.12); color: #c0392b; }
.fav-btn.active { color: #c0392b; }
.fav-btn-card { position: absolute; top: 14px; left: 14px; width: 40px; height: 40px; font-size: 17px; z-index: 2; }
.fav-btn-lg { width: 54px; height: 54px; font-size: 21px; flex-shrink: 0; }

.shop-toast { position: fixed; bottom: 90px; left: 50%; transform: translateX(-50%) translateY(20px); background: var(--ink); color: #fff; padding: 13px 26px; border-radius: 999px; font-size: 14.5px; font-weight: 600; z-index: 300; opacity: 0; transition: opacity .3s, transform .3s; box-shadow: 0 14px 34px rgba(0,0,0,.3); pointer-events: none; }
.shop-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

.buy-row { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; flex-wrap: wrap; }
.buy-row .add-cart-btn { flex: 1; min-width: 200px; }
.qty-wrap { display: flex; align-items: center; gap: 6px; background: #fff; border: 1.5px solid var(--sand); border-radius: 999px; padding: 5px 8px; }
.qty-btn { width: 36px; height: 36px; border-radius: 50%; border: 0; background: var(--paper-2); color: var(--ink); font-size: 19px; font-weight: 700; cursor: pointer; transition: background-color .2s; line-height: 1; }
.qty-btn:hover { background: var(--moss); color: #fff; }
.qty-input { width: 64px; border: 0; outline: 0; text-align: center; font-size: 17px; font-weight: 700; font-family: var(--font-body); color: var(--ink); background: transparent; -moz-appearance: textfield; }
.qty-input::-webkit-outer-spin-button, .qty-input::-webkit-inner-spin-button { -webkit-appearance: none; }
.qty-unit { font-size: 13px; color: var(--stone); font-weight: 600; padding-right: 6px; }

.cart-layout, .checkout-layout { display: grid; grid-template-columns: 1.5fr 1fr; gap: 30px; align-items: start; }
.cart-items { display: flex; flex-direction: column; gap: 14px; }
.cart-row { display: flex; align-items: center; gap: 16px; background: #fff; border-radius: var(--radius); padding: 14px; box-shadow: var(--shadow); }
.cart-row-img { width: 96px; height: 76px; border-radius: 12px; overflow: hidden; flex-shrink: 0; }
.cart-row-img img { width: 100%; height: 100%; object-fit: cover; }
.cart-row-info { flex: 1; min-width: 0; }
.cart-row-info strong { font-size: 16px; }
.cart-row-price { display: block; font-size: 13px; color: var(--stone); }
.cart-row-total { font-family: var(--font-head); font-size: 18px; white-space: nowrap; }
.cart-remove { width: 40px; height: 40px; border-radius: 12px; border: 0; background: var(--paper-2); color: var(--ink); cursor: pointer; transition: background-color .2s, color .2s; }
.cart-remove:hover { background: #c0392b; color: #fff; }

.cart-summary { background: #fff; border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); position: sticky; top: 130px; }
.cart-summary h3 { font-size: 21px; margin-bottom: 18px; }
.promo-row { display: flex; gap: 8px; margin-bottom: 8px; }
.promo-row input { flex: 1; min-width: 0; border: 1.5px solid var(--sand); border-radius: 12px; padding: 11px 14px; font-size: 14px; font-family: var(--font-body); text-transform: uppercase; }
.promo-msg { font-size: 13px; margin-bottom: 12px; min-height: 18px; }
.promo-msg.success { color: var(--moss); font-weight: 600; }
.promo-msg.error { color: #c0392b; font-weight: 600; }
.summary-lines { border-top: 1.5px dashed var(--sand); padding-top: 14px; display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
.summary-line { display: flex; justify-content: space-between; align-items: center; font-size: 14.5px; color: var(--ink-2); }
.summary-line em { font-style: normal; font-size: 12px; color: var(--moss); font-weight: 700; }
.discount-val { color: #c0392b; }
.summary-total { border-top: 1.5px solid var(--sand); padding-top: 12px; font-size: 17px; }
.summary-total strong { font-family: var(--font-head); font-size: 26px; color: var(--clay); }
.continue-link { display: block; text-align: center; margin-top: 14px; font-size: 14px; color: var(--stone); }
.continue-link:hover { color: var(--moss); }

.checkout-form { display: flex; flex-direction: column; gap: 20px; }
.form-card { background: #fff; border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); }
.form-card h3 { font-size: 19px; margin-bottom: 16px; }
.form-card h3 i { color: var(--moss); margin-right: 6px; }
.checkbox-line { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 14.5px; margin-bottom: 14px; cursor: pointer; }
.checkbox-line input { width: 18px; height: 18px; accent-color: var(--moss); }
.payment-option { display: flex; align-items: center; gap: 14px; border: 1.5px solid var(--sand); border-radius: 14px; padding: 16px; margin-bottom: 10px; cursor: pointer; transition: border-color .2s, background-color .2s; }
.payment-option:hover { border-color: var(--moss); }
.payment-option input { width: 20px; height: 20px; accent-color: var(--moss); }
.payment-option input:checked ~ .payment-body strong { color: var(--moss); }
.payment-body strong { display: block; font-size: 15.5px; }
.payment-body small { color: var(--stone); }
.payment-disabled { opacity: .55; cursor: not-allowed; }
.checkout-error { color: #c0392b; font-weight: 600; min-height: 20px; }
.checkout-items { display: flex; flex-direction: column; gap: 12px; margin-bottom: 18px; }
.checkout-item { display: flex; align-items: center; gap: 12px; font-size: 14px; }
.checkout-item img { width: 56px; height: 48px; object-fit: cover; border-radius: 10px; }
.checkout-item div { flex: 1; min-width: 0; }
.checkout-item span { display: block; font-size: 12.5px; color: var(--stone); }

.order-success .success-icon { font-size: 72px; color: var(--moss); margin-bottom: 18px; animation: fadeUp .5s ease both; }
.order-number { font-size: 17px; margin-bottom: 10px; }

@media (max-width: 860px) {
  .cart-layout, .checkout-layout { grid-template-columns: 1fr; }
  .cart-summary { position: static; }
  .cart-row { display: grid; grid-template-columns: 76px 1fr auto; grid-template-areas: "img info remove" "img qty total"; column-gap: 14px; row-gap: 12px; align-items: center; padding: 16px; }
  .cart-row-img { grid-area: img; width: 76px; height: 76px; align-self: start; }
  .cart-row-info { grid-area: info; min-width: 0; align-self: start; }
  .cart-row .qty-wrap { grid-area: qty; justify-self: start; }
  .cart-row-total { grid-area: total; justify-self: end; align-self: center; margin-left: 0; white-space: nowrap; }
  .cart-remove { grid-area: remove; justify-self: end; }
  .nav-icon { width: 40px; height: 40px; }
  .main-nav .nav-icon { width: 100%; height: auto; padding: 14px 18px; border-radius: 14px; justify-content: flex-start; gap: 10px; font-size: 16px; }
  .main-nav .nav-badge { position: static; margin-left: auto; }
}

/* ---------- Floating ---------- */
.floating-actions { position: fixed; right: 18px; bottom: 18px; display: flex; flex-direction: column; gap: 12px; z-index: 90; }
.float-btn { width: 58px; height: 58px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 26px; color: #fff; box-shadow: 0 10px 26px rgba(0,0,0,.28); transition: transform .25s ease; animation: pulseWa 2.6s infinite; }
.float-btn:hover { transform: scale(1.1); }
.float-wa { background: var(--wa); }
.float-call { background: var(--clay); animation-delay: 1.3s; }
@keyframes pulseWa { 0%,100% { box-shadow: 0 10px 26px rgba(0,0,0,.28), 0 0 0 0 rgba(37,211,102,.45); } 50% { box-shadow: 0 10px 26px rgba(0,0,0,.28), 0 0 0 14px rgba(37,211,102,0); } }

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
  .features-grid, .values-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-strip { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .product-layout, .about-grid, .contact-grid, .project-grid { grid-template-columns: 1fr; }
  .project-media { order: -1; }
  .gallery-grid { columns: 2; }
}
@media (max-width: 860px) {
  .menu-toggle { display: flex; }
  .main-nav {
    position: fixed; top: 0; right: -300px; width: min(290px, 85vw); height: 100dvh; z-index: 125;
    background: var(--paper); flex-direction: column; align-items: stretch; padding: 90px 22px 30px;
    gap: 6px; box-shadow: -10px 0 40px rgba(0,0,0,.2); transition: right .35s ease;
    overflow-y: auto;
  }
  .main-nav.open { right: 0; }
  .main-nav a { padding: 14px 18px; font-size: 16px; border-radius: 14px; }
  .main-nav .nav-cta { margin-left: 0; margin-top: 10px; text-align: center; }
  .category-cards, .locations-grid { grid-template-columns: 1fr; }
  .hero { min-height: 0; padding: 70px 0; }
  .hero p { font-size: 16px; }
  .finder { flex-direction: column; border-radius: 22px; padding: 14px; }
  .finder .finder-field { border-right: 0; border-bottom: 1.5px solid var(--sand); padding: 4px 6px; }
  .finder .finder-field:last-of-type { border-bottom: 0; }
  .finder .btn { width: 100%; }
  .finder-link { margin-left: 4px; }
  .section { padding: 56px 0; }
  .calc-results { grid-template-columns: 1fr; }
  .product-description { padding: 24px; }
  .offer-form-card { padding: 26px 20px; }
  .top-bar-inner { justify-content: center; text-align: center; }
  .brand-text { display: none; }
  .brand-logo { width: 78px; height: 78px; border-width: 3px; }
  .header-inner { padding-top: 10px; padding-bottom: 10px; }
  .menu-toggle { background: var(--paper-2); border-radius: 12px; }
  .float-btn { width: 54px; height: 54px; }
}
@media (max-width: 560px) {
  .cart-row { grid-template-columns: 64px 1fr auto; column-gap: 10px; padding: 14px; }
  .cart-row-img { width: 64px; height: 64px; }
  .cart-row-info strong { font-size: 14.5px; }
  .qty-input { width: 48px; font-size: 15px; }
  .qty-btn { width: 32px; height: 32px; }
  .cart-row-total { font-size: 16px; }
  .buy-row .add-cart-btn { min-width: 0; width: 100%; }
  .features-grid, .values-grid { grid-template-columns: 1fr; }
  .gallery-grid { columns: 1; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-ctas .btn { width: 100%; }
  .product-card-actions { flex-direction: column; }
  .product-card-actions .btn { width: 100%; }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
}

/* ============================================================
   DESIGN LAYER v2.0 — Organic & Earthy Luxury Editorial
   ============================================================ */
:root {
  --paper: #FAF8F5;
  --paper-2: #F3EFE6;
  --ink: #121614;
  --ink-2: #2C3531;
  --forest: #273D24;
  --gold: #D4A373;
  --badge-red: #E0533C;
  --mono: 'JetBrains Mono', monospace;
  --border-soft: rgba(63, 93, 58, .12);
}
html { scroll-padding-top: 110px; }
body {
  background:
    radial-gradient(1200px 600px at 85% -5%, rgba(216,199,176,.35), transparent 60%),
    radial-gradient(900px 500px at -10% 30%, rgba(63,93,58,.06), transparent 55%),
    var(--paper);
}

/* --- Header acțiuni (coș + favorite + meniu), mereu vizibile --- */
.header-actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.header-action {
  position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center;
  width: 60px; height: 56px; border-radius: 16px; color: var(--ink);
  background: #fff; border: 1px solid var(--border-soft);
  box-shadow: 0 4px 14px -4px rgba(44,53,49,.12);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.header-action i { font-size: 21px; }
.header-action small { font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--stone); margin-top: 2px; }
.header-action:hover { transform: translateY(-2px); border-color: var(--moss); box-shadow: 0 10px 24px -6px rgba(63,93,58,.25); }
.header-action.active { border-color: var(--moss); }
.header-action.active small { color: var(--moss); }
.header-cart i { color: var(--moss); }
.nav-badge {
  position: absolute; top: -6px; right: -6px; z-index: 2;
  min-width: 22px; height: 22px; padding: 0 6px; border-radius: 999px;
  display: none; align-items: center; justify-content: center;
  font-family: var(--mono); font-size: 11.5px; font-weight: 600; color: #fff;
  border: 2px solid var(--paper);
  box-shadow: 0 3px 10px rgba(0,0,0,.25);
}
.fav-badge { background: var(--badge-red); box-shadow: 0 0 12px rgba(224,83,60,.4); }
.cart-badge { background: var(--moss); }
@media (max-width: 860px) {
  .header-action { width: 56px; height: 54px; border-radius: 15px; }
  .header-action i { font-size: 20px; }
  .menu-toggle { background: var(--ink); border-radius: 15px; width: 52px; height: 54px; align-items: center; justify-content: center; }
  .menu-toggle span { background: #FAF8F5; }
}

/* --- Tipografie editorială --- */
h1, h2 { letter-spacing: -.02em; }
.hero h1 { font-weight: 800; text-shadow: 0 2px 30px rgba(0,0,0,.35); }
.hero h1 span { font-style: italic; font-weight: 600; color: #d9e8cd; }
.section-tag { font-family: var(--mono); letter-spacing: .18em; font-weight: 600; }

/* --- Hero --- */
.hero { min-height: 680px; }
.hero-overlay { background: linear-gradient(100deg, rgba(18,22,20,.92) 10%, rgba(18,22,20,.6) 50%, rgba(39,61,36,.35)); }
.hero-badge { background: rgba(216,199,176,.16); border: 1px solid rgba(216,199,176,.4); backdrop-filter: blur(8px); color: #F3EFE6; font-family: var(--mono); font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; }
.hero-badge i { color: var(--gold); }
.finder { border-radius: 22px; padding: 12px; border: 1px solid rgba(63,93,58,.15); box-shadow: 0 20px 50px rgba(0,0,0,.35); }
.finder .finder-field { border-radius: 14px; background: var(--paper-2); margin: 2px; border-right: 0; padding: 4px 12px; }
.finder select { padding: 10px 6px; }

/* --- Butoane --- */
.btn-clay { box-shadow: 0 8px 20px -6px rgba(176,106,59,.5); }
.btn-clay:hover { background: #965930; box-shadow: 0 12px 28px -6px rgba(150,89,48,.55); }
.btn-dark { background: var(--ink); }
.btn-dark:hover { background: var(--moss); }
.btn-whatsapp { box-shadow: 0 8px 20px -6px rgba(37,211,102,.5); }

/* --- Carduri produs --- */
.product-card {
  border: 1px solid var(--border-soft);
  box-shadow: 0 4px 20px -2px rgba(44,53,49,.08), 0 2px 6px -1px rgba(0,0,0,.04);
}
.product-card:hover { box-shadow: 0 12px 32px -4px rgba(63,93,58,.16), 0 4px 12px -2px rgba(0,0,0,.08); }
.price-badge { font-family: var(--mono); font-weight: 600; letter-spacing: -.02em; box-shadow: 0 6px 16px rgba(176,106,59,.4); }
.palet-info { font-family: var(--mono); font-size: 12px; }
.product-price { font-family: var(--mono); letter-spacing: -.03em; }
.calc-result strong { font-family: var(--mono); }
.summary-total strong, .cart-row-total { font-family: var(--mono); }

/* --- Features strip: antracit cu textură --- */
.features-strip {
  background:
    repeating-linear-gradient(45deg, rgba(255,255,255,.015) 0 2px, transparent 2px 6px),
    var(--ink);
  border-top: 3px solid var(--forest);
}
.feature i { color: var(--gold); }
.feature h3 { font-family: var(--font-body); font-weight: 700; letter-spacing: .02em; text-transform: uppercase; font-size: 14px; }

/* --- Carduri categorii --- */
.category-card { border: 1px solid rgba(255,255,255,.1); }
.category-card-content h3 { font-style: italic; font-weight: 600; }

/* --- CTA banner: forest profund --- */
.cta-banner { background: linear-gradient(120deg, var(--forest), var(--moss) 60%, #4a7040); position: relative; overflow: hidden; }
.cta-banner::after { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(-45deg, rgba(255,255,255,.02) 0 2px, transparent 2px 8px); pointer-events: none; }
.cta-banner-inner { position: relative; z-index: 1; }

/* --- Page hero --- */
.page-hero-overlay { background: linear-gradient(180deg, rgba(18,22,20,.55), rgba(18,22,20,.8)); }
.page-hero h1 { text-shadow: 0 2px 24px rgba(0,0,0,.4); }
.breadcrumb { font-family: var(--mono); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }

/* --- Coș / checkout --- */
.cart-row, .cart-summary, .form-card { border: 1px solid var(--border-soft); }
.promo-row input { font-family: var(--mono); font-size: 13px; letter-spacing: .05em; }
.payment-option:has(input:checked) { border-color: var(--moss); background: rgba(63,93,58,.05); box-shadow: inset 0 0 0 1px var(--moss); }
.success-icon i { filter: drop-shadow(0 8px 20px rgba(63,93,58,.4)); }
.order-number strong { font-family: var(--mono); }

/* --- Galerie --- */
.filter-btn { border: 1px solid var(--border-soft); box-shadow: 0 2px 10px -2px rgba(44,53,49,.1); }
.filter-btn.active { border-color: var(--moss); }
.gallery-item { border: 1px solid rgba(255,255,255,.5); }

/* --- Footer --- */
.site-footer { background: #121614; border-top: 3px solid var(--forest); }
.footer-col h4 { font-family: var(--font-body); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: 13px; color: var(--gold); }
.footer-logo { border-color: var(--forest); }

/* --- Floating CTA --- */
.float-call { background: var(--moss); }
.float-btn { backdrop-filter: blur(8px); }

/* --- Toast --- */
.shop-toast { background: var(--ink); border: 1px solid rgba(216,199,176,.25); font-family: var(--mono); font-size: 13px; }

/* --- Reveal la scroll (subtil, fără layout shift) --- */
.product-card, .category-card, .value-card, .location-card, .feature { animation: fadeUp .55s ease both; }
.products-grid .product-card:nth-child(2) { animation-delay: .06s; }
.products-grid .product-card:nth-child(3) { animation-delay: .12s; }
.products-grid .product-card:nth-child(4) { animation-delay: .18s; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
