:root {
  --cream: #fbf7f1;
  --cream-2: #f3e9df;
  --paper: #fffdf9;
  --brown: #6f3d32;
  --brown-dark: #43261f;
  --rose: #b7796f;
  --gold: #b88a56;
  --ink: #2f2825;
  --muted: #766c67;
  --line: rgba(67, 38, 31, .13);
  --shadow: 0 18px 55px rgba(67, 38, 31, .10);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

/* =========================
   Momo – PREMIUM FINISH
   ========================= */

/* HEADER */
.site-header {
  min-height: 78px;
  padding: 0 clamp(28px, 5vw, 80px);
  background: rgba(250, 247, 242, 0.96);
  border-bottom: 1px solid rgba(83, 47, 38, 0.10);
}
.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
}
.brand-mark {
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  border-radius: 50%;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
  border: none;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.brand-text {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  color: var(--brown-dark);
}
.main-nav {
  gap: 32px;
}

.main-nav a {
  font-size: 14px;
  font-weight: 600;
  color: var(--brown-dark);
  text-decoration: none;
  transition: opacity .2s ease;
}

.main-nav a:hover {
  opacity: .62;
}
.nav-toggle { display: none; border: 0; background: transparent; font-size: 26px; color: var(--brown-dark); }

.hero {
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(56px, 8vw, 120px) clamp(20px, 5vw, 76px) 76px;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  gap: clamp(40px, 7vw, 100px);
  align-items: center;
}
/* TITLURI */
h1,
h2,
h3 {
  letter-spacing: -0.025em;
}

.eyebrow {
  letter-spacing: .16em;
  font-size: 12px;
}
h1, h2 {
  margin: 0;
  color: var(--brown-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.06;
}
h1 { font-size: clamp(48px, 6vw, 86px); letter-spacing: -.035em; }
h2 { font-size: clamp(36px, 4.2vw, 58px); letter-spacing: -.025em; }
.hero-copy > p {
  max-width: 650px;
  margin: 28px 0 32px;
  font-size: clamp(17px, 1.4vw, 20px);
  color: var(--muted);
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 750;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary { color: #fff; background: var(--brown); box-shadow: 0 10px 30px rgba(111, 61, 50, .20); }
.button.secondary { color: var(--brown); background: transparent; border: 1px solid rgba(111, 61, 50, .3); }
.button.whatsapp { color: var(--brown-dark); background: #fff; border: 1px solid var(--line); }

.hero-visual {
  position: relative;
  min-height: 560px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 15% 15%, rgba(255,255,255,.9), transparent 38%),
    linear-gradient(140deg, #e8c8bc, #d8a89d 42%, #8d5549);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.28) 1px, transparent 1px);
  background-size: 15px 15px;
  opacity: .7;
}
.hero-card {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: end start;
  padding: 20px;
  border-radius: 30px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  box-shadow: 0 20px 45px rgba(67,38,31,.22);
  overflow: hidden;
}
.hero-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(55,30,24,.62), transparent 60%); }
.hero-card span { position: relative; z-index: 1; }
.hero-card-a { width: 52%; height: 52%; left: 8%; top: 9%; transform: rotate(-4deg); background: url("images/prajitura-foi-cacao/01.jpg") center center / cover no-repeat; }
.hero-card-b { width: 45%; height: 40%; right: 7%; bottom: 9%; transform: rotate(5deg); background: url("images/cozonac-invelit-ciocolata/01.jpg") center center / cover no-repeat; }
.hero-card-c { width: 36%; height: 34%; right: 4%; top: 7%; transform: rotate(7deg); background: url("images/turta-plocon/01.jpg") center center / cover no-repeat; }
.photo-note { position: absolute; z-index: 3; left: 30px; bottom: 20px; margin: 0; font-size: 12px; color: rgba(255,255,255,.88); }

.intro-strip {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 50px) 72px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.intro-strip div { padding: 22px 24px; background: rgba(255,255,255,.55); border: 1px solid var(--line); border-radius: 18px; }
.intro-strip strong, .intro-strip span { display: block; }
.intro-strip strong { margin-bottom: 3px; color: var(--brown-dark); }
.intro-strip span { color: var(--muted); font-size: 13px; }

.section { padding: 100px clamp(20px, 6vw, 90px); }
.section-heading { max-width: 770px; margin-bottom: 42px; }
.section-heading > p { margin: 20px 0 0; color: var(--muted); }
.products-section { background: var(--paper); }
.filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 30px; }
.filter-button {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--brown-dark);
  padding: 10px 17px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
}
.filter-button.active { background: var(--brown-dark); color: #fff; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 38px rgba(67, 38, 31, .05);
}
.product-photo {
  position: relative;
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(145deg, #ecd9d0, #bb8377);
}
.product-photo::before {
  content: "Fotografie produs";
  padding: 7px 11px;
  border-radius: 999px;
  color: rgba(255,255,255,.9);
  background: rgba(67,38,31,.22);
  font-size: 11px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.product-card:nth-child(2n) .product-photo { background: linear-gradient(145deg, #f0e3d0, #b28a67); }
.product-card:nth-child(3n) .product-photo { background: linear-gradient(145deg, #e8d1c2, #865247); }
.product-body { padding: 22px; display: flex; flex: 1; flex-direction: column; }
.product-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--rose); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.product-body h3 { margin: 9px 0 8px; font-family: Georgia, "Times New Roman", serif; color: var(--brown-dark); font-size: 27px; font-weight: 500; line-height: 1.15; }
.product-body p { margin: 0 0 16px; color: var(--muted); font-size: 14px; }
.product-footer { margin-top: auto; display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-top: 14px; border-top: 1px solid var(--line); }
.product-price { color: var(--brown-dark); font-weight: 800; font-size: 13px; }
.product-order { color: var(--brown); font-weight: 800; font-size: 13px; }

.about-section {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 28px;
  background: var(--cream-2);
  align-items: start;
}

.about-card,
.about-photo {
  border-radius: 32px;
}

.about-card {
  padding: clamp(34px, 5vw, 62px);
  background: var(--paper);
}

.about-card p {
  max-width: 700px;
  color: var(--muted);
}

.about-card .muted {
  font-size: 13px;
}

.about-photo {
  overflow: hidden;
  height: 420px;
  background: var(--cream-2);
  align-self: center;
}

.about-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.about-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.about-features span {
  padding: 9px 14px;
  border-radius: 999px;
  background: var(--cream-2);
  color: var(--brown-dark);
  font-size: 13px;
  font-weight: 600;
}

.about-logo {
  margin: 24px 0 20px;
}

.about-logo img {
  width: 210px;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.order-section { background: var(--brown); }
.order-panel { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1fr .75fr; align-items: center; gap: 55px; }
.order-panel h2, .order-panel p { color: #fff; }
.order-panel > div:first-child p { color: rgba(255,255,255,.75); }
.order-panel .eyebrow { color: #e7bbb0; }
.order-actions { display: grid; gap: 11px; }
.order-actions .button.primary { background: #fff; color: var(--brown-dark); box-shadow: none; }
.config-note { margin: 5px 8px 0; font-size: 12px; color: rgba(255,255,255,.72) !important; }

.contact-section {
  background: var(--paper);
  padding: 45px clamp(20px, 6vw, 90px) 35px;
}

.contact-section > * {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}
.contact-card { min-height: 130px; display: flex; flex-direction: column; justify-content: flex-start; gap: 4px; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: var(--cream); }
.contact-card span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.contact-card strong { color: var(--brown-dark); font-size: 18px; }
.privacy-note {
  max-width: none;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.brand-logo {
  height: 52px;
  width: auto;
  display: block;
  object-fit: contain;
}

.site-footer { padding: 42px clamp(20px, 6vw, 90px); background: #2d1c18; color: rgba(255,255,255,.7); display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 20px; align-items: center; }
.footer-brand .brand-text { color: #fff; }
.footer-brand .brand-mark { background: #fff; color: var(--brown-dark); }
.site-footer p { margin: 0; font-size: 12px; text-align: center; }
.site-footer .copyright { text-align: right; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 460px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .about-section, .order-panel { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .site-footer .copyright { text-align: center; }
  .footer-brand { justify-content: center; }
}

@media (max-width: 720px) {
  .site-header { min-height: 68px; }
  .nav-toggle { display: block; }
  .main-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 70px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 12px; }
  .hero { padding-top: 50px; }
  .hero-visual { min-height: 390px; border-radius: 30px; }
  .intro-strip { grid-template-columns: 1fr; }
  .section { padding-top: 72px; padding-bottom: 72px; }
  .product-grid { grid-template-columns: 1fr; }
  .hero-card-a { width: 52%; height: 52%; left: 8%; top: 9%; transform: rotate(-4deg); background: url("images/cozonac-invelit-ciocolata/01.jpg") center center / cover no-repeat; }
  .hero-card-b { width: 45%; height: 40%; right: 7%; bottom: 9%; transform: rotate(5deg); background: url("images/prajitura-foi-cacao/01.jpg") center center / cover no-repeat; }
  .hero-card-c { width: 36%; height: 34%; right: 4%; top: 7%; transform: rotate(7deg); background: url("images/turta-plocon/01.jpg") center center / cover no-repeat; }
}

/* Galerii foto produse */
.product-gallery { background: var(--cream-2); }
.product-photo {
  cursor: zoom-in;
}
.product-photo.has-image::before,
.product-photo.is-placeholder::before { display: none; }
.product-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
  background: var(--cream-2);
}
.product-photo.is-placeholder span {
  padding: 7px 11px;
  border-radius: 999px;
  color: rgba(255,255,255,.92);
  background: rgba(67,38,31,.26);
  font-size: 11px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.product-thumbnails {
  display: flex;
  gap: 8px;
  padding: 10px 12px 12px;
  overflow-x: auto;
  scrollbar-width: thin;
}
.product-thumbnails:empty { display: none; }
.product-thumb {
  flex: 0 0 62px;
  width: 62px;
  height: 48px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  opacity: .72;
  transition: opacity .18s ease, border-color .18s ease, transform .18s ease;
}
.product-thumb:hover { opacity: 1; transform: translateY(-1px); }
.product-thumb.active { opacity: 1; border-color: var(--brown); }
.product-thumb img { width: 100%; height: 100%; display: block; object-fit: cover; }

.lightbox[hidden] { display: none; }
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
}
.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(30, 18, 14, .86);
  backdrop-filter: blur(6px);
}
.lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(1100px, 94vw);
  height: min(820px, 88vh);
  display: grid;
  grid-template-columns: 52px 1fr 52px;
  align-items: center;
}
.lightbox-dialog figure {
  min-width: 0;
  min-height: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 10px;
  justify-items: center;
  align-items: center;
}
.lightbox-dialog figure img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: calc(88vh - 52px);
  display: block;
  align-self: center;
  justify-self: center;
  object-fit: contain;
  object-position: center center;
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
}
.lightbox-dialog figcaption { color: rgba(255,255,255,.88); font-size: 13px; }
.lightbox-close,
.lightbox-nav {
  border: 0;
  color: #fff;
  background: rgba(255,255,255,.13);
  cursor: pointer;
}
.lightbox-close {
  position: absolute;
  top: -8px;
  right: 0;
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 1;
}
.lightbox-nav {
  width: 44px;
  height: 60px;
  border-radius: 999px;
  font-size: 38px;
  line-height: 1;
}
.lightbox-prev { justify-self: start; }
.lightbox-next { justify-self: end; }
.lightbox-open { overflow: hidden; }

@media (max-width: 720px) {
  .product-thumb { flex-basis: 54px; width: 54px; height: 44px; }
  .lightbox { padding: 12px; }
  .lightbox-dialog { width: 98vw; grid-template-columns: 42px 1fr 42px; }
  .lightbox-nav { width: 38px; height: 52px; font-size: 32px; }
}


/* ===== Corecție centrare fotografii Momo ===== */
.product-photo.has-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-photo.has-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  object-fit: contain !important;
  object-position: 50% 50% !important;
  background: var(--cream-2);
}

.product-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  object-fit: cover;
  object-position: 50% 50%;
}

.lightbox-dialog figure {
  display: grid;
  place-items: center;
}

.lightbox-dialog figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(88vh - 52px);
  margin: auto;
  display: block;
  object-fit: contain !important;
  object-position: 50% 50% !important;
}

.location-line {
  display: block;
}

.location-line + .location-line {
  margin-top: 4px;
}


.minimum-order-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  margin-top: 18px;
  padding: 10px 15px;
  border: 1px solid rgba(111, 61, 50, .22);
  border-radius: 999px;
  color: var(--brown-dark);
  background: rgba(255,255,255,.72);
  font-size: 13px;
  box-shadow: 0 8px 24px rgba(67,38,31,.08);
}
.minimum-order-badge strong {
  font-weight: 800;
}


/* =========================================================
   Momo — PREMIUM FINISH v2
   Suprascrieri finale pentru un aspect mai rafinat.
   ========================================================= */

html {
  scroll-padding-top: 86px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  background: rgba(183, 121, 111, .24);
  color: var(--brown-dark);
}

/* Header compact, elegant și stabil la scroll */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 78px;
  padding: 0 clamp(28px, 5vw, 80px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: rgba(251, 247, 241, .92);
  border-bottom: 1px solid rgba(67, 38, 31, .09);
  box-shadow: 0 4px 20px rgba(67, 38, 31, .025);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 13px;
}

.brand-mark {
  position: relative;
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  border: 1px solid rgba(255,255,255,.35);
  box-shadow:
    inset 0 0 0 3px var(--brown),
    inset 0 0 0 4px rgba(255,255,255,.28),
    0 6px 15px rgba(67,38,31,.08);
  font-size: 14px;
}

.brand-text {
  font-size: 26px;
  letter-spacing: -.02em;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.main-nav a {
  position: relative;
  padding: 8px 0;
  font-size: 13px;
  letter-spacing: .015em;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 2px;
  height: 1px;
  background: var(--brown);
  transition: right .22s ease;
}

.main-nav a:hover {
  opacity: 1;
}

.main-nav a:hover::after {
  right: 0;
}

/* Hero */
.hero {
  padding-top: clamp(72px, 8vw, 118px);
  padding-bottom: clamp(66px, 7vw, 96px);
}

.hero-copy .eyebrow {
  color: var(--rose);
}

.hero h1 {
  line-height: 1.015;
  text-wrap: balance;
}

.hero-copy > p {
  line-height: 1.72;
}

.hero-visual {
  border-radius: 36px;
  box-shadow:
    0 28px 70px rgba(67, 38, 31, .10),
    0 2px 0 rgba(255,255,255,.6) inset;
}

.hero-card {
  border-radius: 24px;
  box-shadow: 0 18px 38px rgba(67,38,31,.20);
}

.photo-note {
  letter-spacing: .02em;
}

/* Buttons */
.button {
  min-height: 49px;
  padding-inline: 23px;
  border: 1px solid transparent;
  font-weight: 750;
  letter-spacing: .005em;
  box-shadow: none;
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    background .18s ease,
    border-color .18s ease;
}

.button.primary {
  box-shadow: 0 9px 22px rgba(111, 61, 50, .15);
}

.button.primary:hover {
  box-shadow: 0 13px 28px rgba(111, 61, 50, .20);
}

.button.secondary:hover {
  background: rgba(111,61,50,.045);
  border-color: rgba(111,61,50,.48);
}

/* Intro cards */
.intro-strip div {
  background: rgba(255,255,255,.66);
  border-color: rgba(67, 38, 31, .10);
  box-shadow: 0 8px 28px rgba(67,38,31,.025);
}

/* Sections and headings */
.section {
  padding-top: clamp(78px, 7vw, 104px);
  padding-bottom: clamp(78px, 7vw, 104px);
}

.section-heading {
  margin-bottom: 38px;
}

.section-heading > p {
  line-height: 1.72;
}

/* Filters */
.filter-button {
  transition:
    background .18s ease,
    color .18s ease,
    border-color .18s ease,
    transform .18s ease;
}

.filter-button:hover {
  transform: translateY(-1px);
  border-color: rgba(67,38,31,.28);
}

/* Product cards */
.product-grid {
  gap: 24px;
}

.product-card {
  border-radius: 24px;
  border-color: rgba(67, 38, 31, .095);
  box-shadow: 0 9px 28px rgba(67, 38, 31, .045);
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(67, 38, 31, .15);
  box-shadow: 0 19px 42px rgba(67, 38, 31, .085);
}

/* Păstrează fotografiile integral vizibile și perfect centrate */
.product-photo.has-image {
  background: #f5eee7;
}

.product-photo.has-image img {
  object-fit: contain !important;
  object-position: 50% 50% !important;
}

.product-thumbnails {
  padding: 9px 12px 10px;
}

.product-thumb {
  border-radius: 8px;
}

.product-body {
  padding: 24px;
}

.product-body h3 {
  margin-top: 10px;
  line-height: 1.12;
}

.product-body p {
  line-height: 1.66;
}

.product-footer {
  padding-top: 15px;
}

.product-price {
  font-size: 13px;
}

/* About */
.about-section {
  gap: 30px;
}

.about-card,
.about-photo {
  border-radius: 28px;
  border: 1px solid rgba(67,38,31,.075);
}

.about-card {
  box-shadow: 0 12px 34px rgba(67,38,31,.025);
}

.about-card h2 {
  text-wrap: balance;
}

.about-card p {
  line-height: 1.75;
}

.about-features span {
  border: 1px solid rgba(67,38,31,.065);
  background: #f5ebe2;
}

/* Order */
.order-section {
  background:
    linear-gradient(135deg, rgba(255,255,255,.025), transparent 34%),
    var(--brown);
}

.order-panel {
  padding-top: 4px;
  padding-bottom: 4px;
}

.order-panel p {
  line-height: 1.72;
}

.order-actions .button {
  min-height: 52px;
}

.order-actions .button.primary,
.order-actions .button.whatsapp {
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    background .18s ease;
}

.order-actions .button.primary:hover,
.order-actions .button.whatsapp:hover {
  box-shadow: 0 12px 28px rgba(45,28,24,.16);
}

/* Contact */
.contact-section {
  padding-top: 58px;
  padding-bottom: 45px;
}

.contact-grid {
  gap: 18px;
}

.contact-card {
  min-height: 132px;
  padding: 25px;
  border-radius: 20px;
  border-color: rgba(67,38,31,.105);
  background: #fbf8f4;
  transition:
    border-color .18s ease,
    box-shadow .18s ease;
}

.contact-card:hover {
  border-color: rgba(67,38,31,.16);
  box-shadow: 0 8px 24px rgba(67,38,31,.035);
}

.contact-card strong {
  margin-top: 2px;
}

.privacy-note {
  margin-top: 17px;
  font-size: 11px;
  opacity: .76;
}

/* Footer */
.site-footer {
  padding-top: 34px;
  padding-bottom: 34px;
  border-top: 1px solid rgba(255,255,255,.04);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
}

.footer-brand .brand-mark {
  width: 41px;
  height: 41px;
  flex-basis: 41px;
  box-shadow: none;
}

.footer-brand .brand-text {
  font-size: 24px;
}

/* Mobile */
@media (max-width: 980px) {
  .site-header {
    gap: 18px;
  }

  .about-photo {
    width: 100%;
    max-width: 620px;
    justify-self: center;
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 72px;
  }

  .site-header {
    min-height: 68px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .brand-text {
    font-size: 22px;
  }

  .main-nav {
    position: absolute;
    top: 70px;
    left: 16px;
    right: 16px;
    display: none;
    align-items: stretch;
    gap: 0;
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a::after {
    display: none;
  }

  .hero {
    padding-top: 50px;
  }

  .product-body {
    padding: 20px;
  }

  .contact-section {
    padding-top: 48px;
    padding-bottom: 38px;
  }
}


/* === Logo image overrides === */
.brand-mark {
  width: 44px !important;
  height: 44px !important;
  flex: 0 0 44px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.brand-mark img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center !important;
}

.about-logo {
  margin: 24px 0 20px;
}

.about-logo img {
  width: 220px;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.footer-brand .brand-mark {
  background: transparent !important;
}

@media (max-width: 720px) {
  .brand-mark {
    width: 40px !important;
    height: 40px !important;
    flex-basis: 40px !important;
  }

  .about-logo img {
    width: 180px;
  }
}

/* =========================================================
   Momo — MOBILE / TABLET FINAL PASS
   ========================================================= */

@media (max-width: 980px) {
  body {
    overflow-x: hidden;
  }

  .site-header {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero {
    gap: 42px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero-visual {
    width: 100%;
    max-width: 720px;
    min-height: 430px;
    justify-self: center;
  }

  .about-section {
    gap: 24px;
  }

  .about-card,
  .about-photo {
    width: 100%;
    max-width: 720px;
    justify-self: center;
  }

  .about-photo {
    height: 360px;
  }

  .order-panel {
    gap: 34px;
  }

  .order-actions {
    width: 100%;
    max-width: 620px;
  }

  .contact-grid {
    gap: 12px;
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 74px;
  }

  .site-header {
    min-height: 68px;
    padding: 0 18px;
  }

  .brand {
    gap: 10px;
  }

  .brand-mark {
    width: 39px !important;
    height: 39px !important;
    flex-basis: 39px !important;
  }

  .brand-text {
    font-size: 22px;
    white-space: nowrap;
  }

  .nav-toggle {
    display: block;
    padding: 7px;
    line-height: 1;
    cursor: pointer;
  }

  .main-nav {
    top: 72px;
    left: 12px;
    right: 12px;
    z-index: 150;
    max-height: calc(100vh - 88px);
    overflow-y: auto;
    padding: 8px;
    border-radius: 16px;
    background: rgba(255, 253, 249, .98);
    box-shadow: 0 18px 48px rgba(67,38,31,.16);
  }

  .main-nav a {
    padding: 12px 13px;
    border-radius: 10px;
    font-size: 14px;
  }

  .main-nav a:hover {
    background: var(--cream-2);
  }

  .hero {
    padding: 44px 18px 54px;
    gap: 34px;
  }

  .hero h1 {
    font-size: clamp(39px, 11vw, 46px);
    line-height: 1.02;
    letter-spacing: -.035em;
  }

  .hero-copy > p {
    margin: 22px 0 26px;
    font-size: 16px;
    line-height: 1.65;
  }

  .hero-actions {
    gap: 9px;
  }

  .hero-actions .button {
    flex: 1 1 145px;
    min-width: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .minimum-order-badge {
    margin-top: 14px;
    padding: 9px 13px;
    font-size: 12px;
  }

  .hero-visual {
    min-height: 330px;
    border-radius: 25px;
  }

  .hero-card {
    border-radius: 18px;
    font-size: 14px;
    line-height: 1.18;
  }

  .hero-card-a {
    width: 57%;
    height: 50%;
    left: 5%;
    top: 8%;
  }

  .hero-card-b {
    width: 49%;
    height: 38%;
    right: 5%;
    bottom: 8%;
  }

  .hero-card-c {
    width: 38%;
    height: 31%;
    right: 4%;
    top: 6%;
  }

  .hero-card span {
    padding: 10px;
  }

  .photo-note {
    left: 18px;
    bottom: 12px;
    max-width: 70%;
    font-size: 10px;
  }

  .intro-strip {
    padding: 0 18px 50px;
    gap: 9px;
  }

  .intro-strip div {
    padding: 18px 19px;
    border-radius: 16px;
  }

  .section {
    padding: 58px 18px;
  }

  h2 {
    font-size: clamp(33px, 9.5vw, 40px);
  }

  .section-heading {
    margin-bottom: 28px;
  }

  .section-heading > p {
    margin-top: 15px;
    font-size: 14px;
  }

  .filters {
    flex-wrap: nowrap;
    gap: 8px;
    margin: 0 -18px 24px 0;
    padding: 0 18px 5px 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .filters::-webkit-scrollbar {
    display: none;
  }

  .filter-button {
    flex: 0 0 auto;
    padding: 9px 14px;
    font-size: 13px;
  }

  .product-grid {
    gap: 18px;
  }

  .product-card {
    border-radius: 20px;
  }

  .product-body {
    padding: 19px;
  }

  .product-body h3 {
    font-size: 24px;
    line-height: 1.12;
  }

  .product-body p {
    margin-bottom: 14px;
    font-size: 13.5px;
  }

  .product-meta {
    font-size: 10px;
  }

  .product-footer {
    flex-wrap: wrap;
    row-gap: 8px;
  }

  .product-thumbnails {
    padding: 8px 10px 10px;
  }

  .product-thumb {
    flex-basis: 52px;
    width: 52px;
    height: 42px;
  }

  .about-section {
    gap: 18px;
  }

  .about-card {
    padding: 28px 22px;
    border-radius: 22px;
  }

  .about-card p {
    font-size: 14px;
    line-height: 1.7;
  }

  .about-logo {
    margin: 22px 0 18px;
    text-align: center;
  }

  .about-logo img {
    width: 170px;
    margin: 0 auto;
  }

  .about-features {
    gap: 7px;
    margin-top: 18px;
  }

  .about-features span {
    padding: 8px 11px;
    font-size: 11.5px;
  }

  .about-photo {
    height: 285px;
    border-radius: 22px;
  }

  .order-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .order-panel {
    gap: 28px;
  }

  .order-panel h2 {
    font-size: clamp(34px, 9vw, 40px);
  }

  .order-panel p {
    font-size: 14px;
    line-height: 1.7;
  }

  .order-actions {
    max-width: none;
    gap: 10px;
  }

  .order-actions .button {
    width: 100%;
    min-height: 50px;
    padding: 12px 15px;
    text-align: center;
  }

  .config-note {
    margin: 3px 2px 0;
    font-size: 11px;
    line-height: 1.45;
  }

  .contact-section {
    padding: 48px 18px 34px;
  }

  .contact-grid {
    margin-top: 22px;
    gap: 10px;
  }

  .contact-card {
    min-height: 0;
    padding: 19px 20px;
    border-radius: 17px;
  }

  .contact-card span {
    font-size: 12px;
  }

  .contact-card strong {
    font-size: 16px;
    overflow-wrap: anywhere;
  }

  .location-line + .location-line {
    margin-top: 3px;
  }

  .privacy-note {
    margin-top: 15px;
    padding: 0 6px;
    font-size: 10.5px;
    line-height: 1.5;
  }

  .site-footer {
    padding: 28px 18px;
    gap: 16px;
  }

  .footer-brand {
    gap: 10px;
  }

  .footer-brand .brand-mark {
    width: 38px !important;
    height: 38px !important;
    flex-basis: 38px !important;
  }

  .footer-brand .brand-text {
    font-size: 22px;
  }

  .site-footer p {
    font-size: 10.5px;
    line-height: 1.55;
  }

  /* Lightbox optimizat pentru touch */
  .lightbox {
    padding: 10px;
  }

  .lightbox-dialog {
    width: 100%;
    height: min(82vh, 720px);
    display: block;
  }

  .lightbox-dialog figure {
    width: 100%;
    height: 100%;
    padding: 42px 40px 0;
  }

  .lightbox-dialog figure img {
    max-width: 100%;
    max-height: calc(82vh - 88px);
    border-radius: 14px;
  }

  .lightbox-close {
    top: 0;
    right: 4px;
    width: 40px;
    height: 40px;
  }

  .lightbox-nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 36px;
    height: 50px;
    transform: translateY(-50%);
  }

  .lightbox-prev {
    left: 0;
  }

  .lightbox-next {
    right: 0;
  }

  .lightbox-dialog figcaption {
    padding-top: 6px;
    font-size: 11px;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .site-header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand-text {
    font-size: 21px;
  }

  .hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero h1 {
    font-size: clamp(37px, 10.8vw, 42px);
  }

  .hero-visual {
    min-height: 305px;
  }

  .hero-card {
    font-size: 13px;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .filters {
    margin-right: -16px;
    padding-right: 16px;
  }

  .contact-section {
    padding-left: 16px;
    padding-right: 16px;
  }
}
