/* ==========================================================================
   Livada Bunicilor — foaie de stil principală
   Paletă: Cremă #F6EEE0 · Verde pădure #2F5D3A · Zmeuriu #9E2B4E
           Maro alună #7A5230 · Verde-închis #25352B · Alb #FFFFFF
   Regula 60-30-10: ~60% neutru (cremă/alb), ~30% verde, ~10% zmeuriu
   ========================================================================== */

:root {
  --crema: #F6EEE0;
  --verde-padure: #2F5D3A;
  --zmeuriu: #9E2B4E;
  --zmeuriu-inchis: #7f2140;
  --maro-aluna: #7A5230;
  --maro-inchis: #5f3f24;
  --verde-inchis: #25352B;
  --alb: #FFFFFF;

  --crema-cald: #FBF6EC;
  --umbra: 0 12px 40px rgba(37, 53, 43, 0.10);
  --umbra-mica: 0 4px 16px rgba(37, 53, 43, 0.08);
  --radius: 18px;
  --radius-mic: 12px;
  --max: 1160px;

  --font-titlu: "Fraunces", Georgia, "Times New Roman", serif;
  --font-text: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* --- Reset lejer --- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-text);
  color: var(--verde-inchis);
  background: var(--crema);
  line-height: 1.7;
  font-size: 1.05rem;
}
img { max-width: 100%; height: auto; display: block; }

/* --- Link de accesibilitate „Sari la conținut" (vizibil doar la Tab) --- */
.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--verde-padure); color: var(--crema);
  padding: .7rem 1.2rem; border-radius: 0 0 var(--radius-mic) 0;
  font-weight: 700; z-index: 200;
}
.skip-link:focus { left: 0; text-decoration: none; }
a { color: var(--verde-padure); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 {
  font-family: var(--font-titlu);
  color: var(--verde-padure);
  line-height: 1.15;
  font-weight: 600;
  margin: 0 0 .5em;
}
h1 { font-size: clamp(2.1rem, 5.2vw, 3.5rem); font-weight: 600; }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1rem; }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 1.25rem; }
.section { padding: clamp(3rem, 7vw, 5.5rem) 0; }
.section--tint { background: var(--crema-cald); }
.text-center { text-align: center; }
.lead { font-size: 1.2rem; max-width: 60ch; }
.eyebrow {
  display: inline-block;
  font-family: var(--font-text);
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .78rem;
  color: var(--zmeuriu);
  margin-bottom: .6rem;
}

/* ==========================================================================
   Butoane
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-family: var(--font-text);
  font-weight: 800;
  font-size: 1rem;
  padding: .85rem 1.6rem;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  text-decoration: none;
  line-height: 1;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
/* Zmeuriu = ~10% accent, doar pe acțiunile principale */
.btn--primary { background: var(--zmeuriu); color: var(--crema); box-shadow: 0 6px 18px rgba(158, 43, 78, .28); }
.btn--primary:hover { background: var(--zmeuriu-inchis); }
.btn--secondary { background: transparent; color: var(--maro-aluna); border-color: var(--maro-aluna); }
.btn--secondary:hover { background: var(--maro-aluna); color: var(--crema); }
.btn--ghost { background: var(--alb); color: var(--verde-padure); box-shadow: var(--umbra-mica); }
/* Buton WhatsApp — aspect oficial: verde de brand, logo + text albe */
.btn--wa { background: #25D366; color: #FFFFFF; box-shadow: 0 6px 18px rgba(37, 211, 102, .3); }
.btn--wa:hover { background: #1EBE57; }
.btn--lg { padding: 1rem 1.9rem; font-size: 1.08rem; }
.btn .ic { width: 20px; height: 20px; }

/* ==========================================================================
   Header / navigație
   ========================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(246, 238, 224, .92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(122, 82, 48, .18);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: .7rem 0;
}
.brand { display: inline-flex; align-items: center; gap: .6rem; }
.brand:hover { text-decoration: none; }
.brand__mark { width: 40px; height: 40px; flex: none; }
.brand__name {
  font-family: var(--font-titlu);
  font-weight: 600;
  font-size: 1.32rem;
  color: var(--verde-padure);
  line-height: 1;
}
.brand__name small {
  display: block;
  font-family: var(--font-text);
  font-weight: 700;
  font-size: .62rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--maro-aluna);
  margin-top: 3px;
}

/* Desktop: linkurile + butonul stau pe același rând, la dreapta */
.nav__menu { display: flex; align-items: center; gap: 1.4rem; }
.nav__links { display: flex; align-items: center; gap: 1.6rem; list-style: none; margin: 0; padding: 0; }
.nav__links a {
  font-weight: 700; color: var(--verde-padure); padding: .3rem 0;
  border-bottom: 2px solid transparent;
}
.nav__links a:hover, .nav__links a.is-active { text-decoration: none; border-bottom-color: var(--zmeuriu); }
.nav__cta { flex: none; }
.nav__close { display: none; }
.nav__toggle {
  display: none; background: none; border: 0; cursor: pointer; padding: .4rem;
  color: var(--verde-padure);
}
.nav__toggle svg { width: 30px; height: 30px; }

@media (max-width: 860px) {
  .nav__toggle { display: inline-flex; }
  .nav__menu {
    position: fixed; inset: 0 0 0 auto; width: min(82vw, 340px);
    background: var(--crema); box-shadow: -12px 0 40px rgba(37,53,43,.18);
    transform: translateX(100%); transition: transform .28s ease;
    padding: 5rem 1.6rem 2rem; z-index: 60;
    display: flex; flex-direction: column; align-items: flex-start; gap: 1.1rem;
  }
  .nav__menu.is-open { transform: translateX(0); }
  .nav__links { flex-direction: column; align-items: flex-start; gap: 1.1rem; width: 100%; }
  .nav__links a { font-size: 1.2rem; }
  .nav__cta { margin: 1rem 0 0; width: 100%; justify-content: center; }
  .nav__close {
    display: inline-flex; position: absolute; top: 1rem; right: 1rem;
    background: none; border: 0; cursor: pointer; color: var(--verde-padure);
  }
  .nav__close svg { width: 30px; height: 30px; }
  .nav-backdrop {
    position: fixed; inset: 0; background: rgba(37,53,43,.4); z-index: 55;
    opacity: 0; visibility: hidden; transition: opacity .25s ease;
  }
  .nav-backdrop.is-open { opacity: 1; visibility: visible; }
}

/* ==========================================================================
   Hero
   ========================================================================== */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(120% 90% at 85% 0%, rgba(47,93,58,.10), transparent 55%),
    linear-gradient(180deg, var(--crema-cald), var(--crema));
}
.hero__grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 2.5rem; align-items: center;
  padding: clamp(2.5rem, 6vw, 5rem) 0;
}
.hero__title { margin-bottom: .4rem; }
.hero__title .accent { color: var(--zmeuriu); font-style: italic; }
.hero__text { font-size: 1.18rem; max-width: 46ch; margin-bottom: 1.6rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-bottom: 1.4rem; }
.hero__note { font-size: .95rem; color: var(--maro-aluna); font-weight: 700; }
.hero__media {
  border-radius: 24px; overflow: hidden; box-shadow: var(--umbra);
  aspect-ratio: 4 / 3.4; position: relative;
}
@media (max-width: 860px) {
  .hero__grid { grid-template-columns: 1fr; gap: 1.8rem; }
  .hero__media { order: -1; aspect-ratio: 16 / 11; }
}

/* ==========================================================================
   Placeholder foto (se înlocuiește cu poze reale)
   ========================================================================== */
.photo {
  position: relative; width: 100%; height: 100%;
  background-size: cover; background-position: center;
  background-repeat: no-repeat;
}
img.photo { object-fit: cover; }
.photo--placeholder {
  display: grid; place-items: center; text-align: center;
  background:
    repeating-linear-gradient(135deg, rgba(122,82,48,.05) 0 14px, transparent 14px 28px),
    linear-gradient(160deg, #EAD9BE, #E7C9C0);
  color: var(--maro-aluna);
}
.photo--placeholder .photo__inner { padding: 1rem; }
.photo--placeholder .photo__icon { width: 64px; height: 64px; margin: 0 auto .5rem; opacity: .85; }
.photo--placeholder .photo__label {
  font-weight: 800; font-size: .82rem; letter-spacing: .04em;
  text-transform: uppercase; opacity: .9;
}
.photo--placeholder .photo__hint { font-size: .78rem; opacity: .7; margin-top: .2rem; }

/* Nuanțe pentru cele trei fructe */
.photo--aluna   { background-image: repeating-linear-gradient(135deg, rgba(122,82,48,.06) 0 14px, transparent 14px 28px), linear-gradient(160deg, #E7D3B4, #D9BE94); }
.photo--mura    { background-image: repeating-linear-gradient(135deg, rgba(37,53,43,.06) 0 14px, transparent 14px 28px), linear-gradient(160deg, #4a3a55, #2f2540); color: var(--crema); }
.photo--zmeura  { background-image: repeating-linear-gradient(135deg, rgba(158,43,78,.08) 0 14px, transparent 14px 28px), linear-gradient(160deg, #E7B9C2, #C56C82); color: #4a1526; }

/* ==========================================================================
   Carduri produs
   ========================================================================== */
.grid { display: grid; gap: 1.6rem; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 860px) { .grid--3 { grid-template-columns: 1fr; } .grid--2 { grid-template-columns: 1fr; } }

.card {
  background: var(--alb); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--umbra-mica); display: flex; flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--umbra); }
.card__media { aspect-ratio: 4 / 3; }
.card__body { padding: 1.3rem 1.4rem 1.5rem; display: flex; flex-direction: column; gap: .5rem; flex: 1; }
.card__title { margin: 0; }
.card__meta { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; }
.badge {
  display: inline-flex; align-items: center; gap: .4rem;
  font-size: .78rem; font-weight: 800; letter-spacing: .02em;
  padding: .3rem .7rem; border-radius: 999px;
  background: rgba(47,93,58,.10); color: var(--verde-padure);
}
.badge--season { background: rgba(158,43,78,.10); color: var(--zmeuriu); }
.card__desc { color: var(--verde-inchis); margin: 0; }
.card__foot { margin-top: auto; padding-top: .4rem; }

/* ==========================================================================
   Secțiuni „split" (imagine + text)
   ========================================================================== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; }
.split--reverse .split__media { order: 2; }
.split__media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--umbra); aspect-ratio: 5 / 4; }
@media (max-width: 860px) {
  .split { grid-template-columns: 1fr; gap: 1.5rem; }
  .split--reverse .split__media { order: -1; }
}

/* Listă cu bifă */
.checklist { list-style: none; padding: 0; margin: 1rem 0; display: grid; gap: .6rem; }
.checklist li { position: relative; padding-left: 1.9rem; }
.checklist li::before {
  content: ""; position: absolute; left: 0; top: .35em;
  width: 1.1rem; height: 1.1rem; border-radius: 50%;
  background: var(--verde-padure);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* Bandă statistici */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.stat { text-align: center; }
.stat__num { font-family: var(--font-titlu); font-size: 2.4rem; color: var(--zmeuriu); line-height: 1; }
.stat__label { font-weight: 700; color: var(--maro-aluna); font-size: .95rem; }
@media (max-width: 620px) { .stats { grid-template-columns: 1fr; gap: 1.4rem; } }

/* ==========================================================================
   CTA band
   ========================================================================== */
.cta-band {
  background: var(--verde-padure); color: var(--crema);
  border-radius: 24px; padding: clamp(2rem, 5vw, 3.2rem);
  text-align: center; position: relative; overflow: hidden;
}
.cta-band h2 { color: var(--crema); }
.cta-band p { color: rgba(246,238,224,.85); max-width: 52ch; margin: 0 auto 1.4rem; }
.cta-band .btn-row { display: flex; gap: .8rem; justify-content: center; flex-wrap: wrap; }

/* ==========================================================================
   Blog
   ========================================================================== */
.blog-cats { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.5rem 0 2.2rem; }
.chip {
  border: 1.5px solid rgba(122,82,48,.4); color: var(--maro-aluna);
  background: transparent; border-radius: 999px; padding: .4rem 1rem;
  font-weight: 800; font-size: .85rem; cursor: pointer;
}
.chip.is-active, .chip:hover { background: var(--verde-padure); color: var(--crema); border-color: var(--verde-padure); }
.post { background: var(--alb); border-radius: var(--radius); overflow: hidden; box-shadow: var(--umbra-mica); display: flex; flex-direction: column; }
.post__media { aspect-ratio: 16 / 10; }
.post__body { padding: 1.2rem 1.3rem 1.5rem; display: flex; flex-direction: column; gap: .5rem; flex: 1; }
.post__cat { font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--zmeuriu); }
.post__title { font-size: 1.25rem; margin: 0; }
.post__excerpt { margin: 0; color: var(--verde-inchis); }
.post__more { margin-top: auto; font-weight: 800; color: var(--zmeuriu); }

/* ==========================================================================
   Contact
   ========================================================================== */
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2.5rem; align-items: start; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }

.field { margin-bottom: 1.1rem; }
.field label { display: block; font-weight: 800; margin-bottom: .35rem; color: var(--verde-padure); }
.field input, .field textarea, .field select {
  width: 100%; padding: .8rem 1rem; border: 1.5px solid rgba(122,82,48,.35);
  border-radius: var(--radius-mic); font-family: inherit; font-size: 1rem;
  background: var(--alb); color: var(--verde-inchis);
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--verde-padure); box-shadow: 0 0 0 3px rgba(47,93,58,.15);
}
.field textarea { min-height: 130px; resize: vertical; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.form-note { font-size: .88rem; color: var(--maro-aluna); }
.form-status { margin-top: 1rem; padding: .9rem 1rem; border-radius: var(--radius-mic); font-weight: 700; display: none; }
.form-status.ok { display: block; background: rgba(47,93,58,.12); color: var(--verde-padure); }
.form-status.err { display: block; background: rgba(158,43,78,.12); color: var(--zmeuriu); }

.info-card { background: var(--alb); border-radius: var(--radius); box-shadow: var(--umbra-mica); padding: 1.6rem; }
.info-row { display: flex; gap: .9rem; align-items: flex-start; padding: .75rem 0; border-bottom: 1px solid rgba(122,82,48,.14); }
.info-row:last-child { border-bottom: 0; }
.info-row .ic { width: 22px; height: 22px; color: var(--zmeuriu); flex: none; margin-top: .2rem; }
.info-row strong { display: block; color: var(--verde-padure); }
.map-embed { border-radius: var(--radius); overflow: hidden; box-shadow: var(--umbra-mica); margin-top: 1.6rem; aspect-ratio: 16 / 9; }
.map-embed iframe { width: 100%; height: 100%; border: 0; }
.map-placeholder {
  width: 100%; height: 100%; display: grid; place-items: center; text-align: center;
  background: linear-gradient(160deg, #dfe8dd, #cbdcc9); color: var(--verde-padure); padding: 1rem;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { background: var(--verde-inchis); color: rgba(246,238,224,.82); padding: 3rem 0 1.5rem; margin-top: 2rem; }
.site-footer a { color: var(--crema); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; margin-bottom: 2rem; }
@media (max-width: 720px) { .footer-grid { grid-template-columns: 1fr; gap: 1.4rem; } }
.footer-grid h4 { color: var(--crema); font-size: 1.05rem; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .5rem; }
.footer-brand__name { font-family: var(--font-titlu); font-size: 1.4rem; color: var(--crema); }
.footer-bottom {
  border-top: 1px solid rgba(246,238,224,.18); padding-top: 1.2rem;
  display: flex; flex-wrap: wrap; gap: .6rem; justify-content: space-between;
  font-size: .85rem;
}
.social { display: flex; gap: .8rem; margin-top: .8rem; }
.social a { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: rgba(246,238,224,.12); }
.social a:hover { background: var(--zmeuriu); text-decoration: none; }
.social svg { width: 20px; height: 20px; color: var(--crema); }

/* ==========================================================================
   Butoane flotante mobil (WhatsApp + apelare)
   ========================================================================== */
.float-wa {
  position: fixed; right: 18px; bottom: 18px; z-index: 40;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25D366; display: grid; place-items: center;
  box-shadow: 0 8px 24px rgba(37,211,102,.45);
}
.float-wa:hover { text-decoration: none; transform: translateY(-2px); }
.float-wa svg { width: 32px; height: 32px; color: #fff; }

/* Bară de acțiune fixă pe mobil */
.mobile-bar {
  display: none;
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 45;
  background: var(--alb); box-shadow: 0 -6px 20px rgba(37,53,43,.12);
  padding: .55rem .7rem; gap: .6rem;
}
.mobile-bar .btn { flex: 1; justify-content: center; padding: .8rem; }
@media (max-width: 640px) {
  .mobile-bar { display: flex; }
  .float-wa { bottom: 78px; }
  body { padding-bottom: 74px; }
}

/* Utilitare */
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.stack > * + * { margin-top: 1rem; }
.muted { color: var(--maro-aluna); }
.pill-note {
  display: inline-block; background: rgba(122,82,48,.1); color: var(--maro-aluna);
  border: 1px dashed rgba(122,82,48,.5); border-radius: 10px;
  padding: .5rem .8rem; font-size: .85rem; font-weight: 700; margin: .4rem 0;
}
/* ==========================================================================
   Strat premium — tipografie rafinată, animații, micro-interacțiuni
   ========================================================================== */

::selection { background: var(--zmeuriu); color: var(--crema); }

h1, h2 { letter-spacing: -0.015em; text-wrap: balance; }
.hero__title { font-size: clamp(2.4rem, 5.6vw, 4rem); line-height: 1.08; }
.lead, .hero__text { text-wrap: pretty; }

/* Eyebrow cu linie decorativă */
.eyebrow::before {
  content: ""; display: inline-block; vertical-align: middle;
  width: 26px; height: 2px; background: var(--zmeuriu);
  margin-right: .55rem; border-radius: 2px; opacity: .7;
}

/* Focus vizibil pentru accesibilitate */
a:focus-visible, button:focus-visible, .btn:focus-visible {
  outline: 3px solid rgba(158,43,78,.55); outline-offset: 3px; border-radius: 6px;
}
.btn:focus-visible { border-radius: 999px; }

/* Header: umbră fină doar după scroll */
.site-header { transition: box-shadow .25s ease, background .25s ease; }
.site-header.is-scrolled {
  background: rgba(246, 238, 224, .97);
  box-shadow: 0 8px 30px rgba(37,53,43,.10);
}

/* Linkuri din meniu: subliniere animată */
.nav__links a { position: relative; border-bottom: 0; }
.nav__links a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -2px;
  height: 2px; background: var(--zmeuriu); transition: right .22s ease;
}
.nav__links a:hover::after, .nav__links a.is-active::after { right: 0; }

/* Imagini: zoom lent la hover pe carduri și splituri */
.card__media, .post__media, .split__media, .hero__media { isolation: isolate; }
.card__media img, .post__media img, .split__media img {
  transition: transform .6s cubic-bezier(.22,.61,.36,1);
}
.card:hover .card__media img, .post:hover .post__media img { transform: scale(1.05); }
.split__media:hover img { transform: scale(1.03); }

/* Carduri blog: același lift ca produsele */
.post { transition: transform .18s ease, box-shadow .18s ease; }
.post:hover { transform: translateY(-4px); box-shadow: var(--umbra); }
.post__more { position: relative; }
.post__more:hover { text-decoration: none; }

/* Hero: ramă decorativă în spatele imaginii + insignă plutitoare */
.hero__media { box-shadow: 0 24px 60px rgba(37,53,43,.16); }
.hero__media::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  border-radius: inherit;
}
.hero__frame {
  position: absolute; inset: auto auto -14px -14px; width: 100%; height: 100%;
  border: 2px solid rgba(122,82,48,.35); border-radius: 24px; z-index: -1;
}
.hero__badge {
  position: absolute; left: 18px; bottom: 18px; z-index: 2;
  display: inline-flex; align-items: center; gap: .55rem;
  background: rgba(251,243,226,.94); backdrop-filter: blur(6px);
  border-radius: 999px; padding: .55rem 1rem;
  font-weight: 800; font-size: .85rem; color: var(--verde-padure);
  box-shadow: 0 8px 24px rgba(37,53,43,.18);
}
.hero__badge .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--zmeuriu); flex: none; }

/* CTA band: cercuri decorative discrete */
.cta-band::before, .cta-band::after {
  content: ""; position: absolute; border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, rgba(246,238,224,.14), transparent 70%);
}
.cta-band::before { width: 340px; height: 340px; top: -160px; left: -120px; }
.cta-band::after { width: 420px; height: 420px; bottom: -220px; right: -140px; }
.cta-band > * { position: relative; z-index: 1; }

/* Statistici: cifre mari, serif, cu accent */
.stat__num { font-size: clamp(2.6rem, 5vw, 3.6rem); font-weight: 600; }
.stat { padding: 1.2rem .8rem; border-radius: var(--radius); transition: background .2s ease; }
.stat:hover { background: var(--crema-cald); }

/* Chip-uri blog: tranziție lină */
.chip { transition: background .18s ease, color .18s ease, border-color .18s ease; }

/* Animații de intrare la scroll (JS adaugă .reveal / .is-visible) */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s cubic-bezier(.22,.61,.36,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal:nth-child(2) { transition-delay: .08s; }
.reveal:nth-child(3) { transition-delay: .16s; }

/* Parallax pe hero (JS mișcă imaginea mai încet decât pagina) */
.hero__media img { will-change: transform; }

/* Efect de „cortină" pe imaginile mari: un panou crem alunecă și dezvăluie poza */
.img-reveal { position: relative; overflow: hidden; }
.img-reveal::after {
  content: ""; position: absolute; inset: 0; z-index: 2;
  background: var(--crema-cald);
  transform: scaleX(1); transform-origin: right;
  transition: transform .85s cubic-bezier(.77, 0, .18, 1);
}
.img-reveal.is-revealed::after { transform: scaleX(0); }
:where(.img-reveal) img { transform: scale(1.12); transition: transform 1.2s cubic-bezier(.22,.61,.36,1); }
:where(.img-reveal.is-revealed) img { transform: scale(1); }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .card__media img, .post__media img, .split__media img { transition: none; }
  .img-reveal::after { display: none; }
  :where(.img-reveal) img { transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ==========================================================================
   Îmbunătățiri pentru mobil
   ========================================================================== */
@media (max-width: 860px) {
  /* Meniu mobil: ecran PLIN, verde opac (forțat, ca să nu se mai vadă poza) */
  .nav__menu {
    position: fixed !important;
    top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important;
    width: 100% !important; height: 100vh; height: 100dvh;
    background: var(--verde-padure);
    box-shadow: none;
    padding: 4.5rem 2rem 2rem;
    justify-content: center; align-items: flex-start;
    overflow-y: auto;
  }
  .nav__links a { color: var(--crema); font-size: 1.5rem; }
  .nav__links a:hover,
  .nav__links a.is-active { color: #fff; border-bottom-color: var(--zmeuriu); }
  .nav__close { color: var(--crema); }
  .nav__cta { background: var(--zmeuriu); color: var(--crema); }
  .nav-backdrop.is-open { background: rgba(18,28,20,.6); }
}

@media (max-width: 640px) {
  /* Ascundem bula flotantă (bara de jos are deja WhatsApp) */
  .float-wa { display: none; }
  /* Hero mai strâns */
  .hero__grid { padding: 1.4rem 0 2rem; gap: 1.1rem; }
  .hero__title { font-size: 1.95rem; }
  .hero__text { font-size: 1.05rem; margin-bottom: 1.1rem; }
  /* Bara sticky apare doar DUPĂ ce butonul "Comandă acum" din hero iese din ecran */
  .mobile-bar { transition: transform .3s ease; }
  body.hide-mobilebar .mobile-bar { transform: translateY(120%); }
}

/* sfârșit foaie de stil */