/* ============================================================
   Nasa — Sfântu Gheorghe
   Paleta din insigna-mascotă: roșu-cărămiziu din steag și din turta dulce,
   bleumarin rar din pastila wordmark-ului, fundal cald din kürtőskalácsul copt.
   Șasiul (navigație, loader, carduri, fișa de comandă, subsol) e copiat din
   brutaria-grama-demo — plan de prezentare identic, fără coș.
   ============================================================ */

:root {
  --cream: #f7ecd7;
  --cream-soft: #fdf6ea;
  --paper: #fffbf3;
  --ink: #2f2018;
  --ink-deep: #201509;
  --ink-80: rgba(47, 32, 24, .82);
  --ink-70: rgba(47, 32, 24, .7);
  --ink-55: rgba(47, 32, 24, .55);
  --ink-30: rgba(47, 32, 24, .3);
  --line: rgba(47, 32, 24, .16);
  --rust: #a5432a;
  --rust-deep: #7e3220;
  --rust-soft: rgba(165, 67, 42, .12);
  --navy: #3d3a56;
  --gold: #c98a3e;
  --shadow-sm: 0 10px 26px rgba(32, 21, 9, .12);
  --shadow-lg: 0 34px 74px rgba(32, 21, 9, .26);
  --sec: clamp(64px, 9vw, 132px);
  --container: 1220px;
  --edge: clamp(20px, 5vw, 60px);
  --r: 18px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { overflow-x: hidden; max-width: 100%; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: 'Onest', system-ui, sans-serif;
  font-size: 16.5px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  max-width: 100%;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; color: inherit; }
button { background: none; border: none; cursor: pointer; }
h1, h2, h3, h4, p, figure, ul { margin: 0; }
ul { padding: 0; list-style: none; }
::selection { background: var(--rust); color: var(--cream-soft); }

.container { max-width: var(--container); margin: 0 auto; padding-inline: var(--edge); }
.container-wide { max-width: 1500px; margin: 0 auto; padding-inline: var(--edge); }

/* ---------- tipografie ---------- */
.display {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.1;
}
h1.display { font-size: clamp(2.3rem, 5.2vw, 4rem); line-height: 1.08; text-wrap: balance; }
h2.display { font-size: clamp(1.8rem, 3.6vw, 2.85rem); line-height: 1.16; text-wrap: balance; }
h3.display { font-size: clamp(1.22rem, 2.1vw, 1.62rem); line-height: 1.2; letter-spacing: -.01em; }

.script {
  font-family: 'Caveat', cursive;
  font-weight: 600;
  color: var(--rust-deep);
  line-height: 1.1;
}

.eyebrow {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: .72rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--rust-deep);
  display: inline-flex;
  align-items: center;
  gap: .7em;
}
.eyebrow::before { content: ''; width: 26px; height: 1.5px; background: var(--rust); }
.lead { font-size: clamp(1.02rem, 1.5vw, 1.2rem); color: var(--ink-80); }
em { font-style: italic; color: var(--rust-deep); }

/* ---------- butoane ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: .92rem;
  padding: 1.02em 1.75em; border-radius: 999px; white-space: nowrap;
  transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s, background .25s, color .25s, border-color .25s;
}
.btn svg { width: 1.15em; height: 1.15em; }
.btn-primary { background: var(--ink); color: var(--cream-soft); box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--ink-deep); transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-amber { background: var(--rust); color: var(--cream-soft); box-shadow: var(--shadow-sm); }
.btn-amber:hover { background: var(--rust-deep); transform: translateY(-2px); }
.btn-ghost { border: 1.6px solid var(--ink-30); }
.btn-ghost:hover { background: var(--ink); color: var(--cream-soft); border-color: var(--ink); }
.btn-light { background: var(--cream-soft); color: var(--ink); }
.btn-light:hover { background: #fff; transform: translateY(-2px); }
.btn-block { width: 100%; }
.btn[disabled] { opacity: .45; pointer-events: none; }

/* ---------- semnătura casei: insigna de misiune ---------- */
.stamp {
  width: 172px; height: 172px; border-radius: 50%;
  background: var(--paper);
  border: 2px solid var(--rust);
  display: grid; place-content: center; text-align: center;
  padding: 10px;
  box-shadow: 0 14px 34px rgba(32, 21, 9, .24);
  position: relative;
}
.stamp img { width: 88%; height: 88%; object-fit: contain; border-radius: 50%; }
.stamp-spin { animation: spin-slow 26s linear infinite; }
.stamp-ring {
  position: absolute; inset: -9px; border-radius: 50%;
  border: 1.4px dashed var(--rust-deep); opacity: .55;
}
@keyframes spin-slow { to { transform: rotate(360deg); } }
.stamp-sm { width: 128px; height: 128px; padding: 8px; }

/* ---------- separator ---------- */
.wheat-rule { display: flex; align-items: center; gap: 16px; color: var(--rust); }
.wheat-rule::before, .wheat-rule::after {
  content: ''; height: 1.5px; flex: 1;
  background: linear-gradient(90deg, transparent, currentColor, transparent);
}
.wheat-rule svg { width: 34px; height: 34px; flex-shrink: 0; }
.wheat-rule-left::before { display: none; }
.wheat-rule-left::after { max-width: 180px; }

/* ---------- navigație ---------- */
.nav {
  position: fixed; inset: 0 0 auto; z-index: 60; padding-block: 18px;
  transition: padding .35s, background .35s, box-shadow .35s, border-color .35s;
  border-bottom: 1px solid transparent;
}
.nav.is-scrolled {
  padding-block: 10px; background: var(--cream);
  border-color: var(--line);
  box-shadow: 0 10px 30px rgba(32, 21, 9, .08);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.nav-logo { display: flex; align-items: center; gap: 10px; }
.nav-logo img { height: 50px; width: 50px; object-fit: contain; border-radius: 10px; transition: height .35s, width .35s; }
.nav.is-scrolled .nav-logo img { height: 40px; width: 40px; }
.nav-logo-loc { display: flex; flex-direction: column; line-height: 1.15; }
.nav-logo-loc strong { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: .96rem; }
.nav-logo-loc span { font-size: .7rem; color: var(--ink-55); }
.nav-links { display: flex; gap: 30px; }
.nav-links a { font-size: .93rem; font-weight: 500; position: relative; padding-block: 4px; }
.nav-links a::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 2px;
  background: var(--rust); transform: scaleX(0); transform-origin: right;
  transition: transform .32s ease;
}
.nav-links a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-links a.is-current::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-phone {
  font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: .9rem;
  display: inline-flex; align-items: center; gap: .45em;
}
.nav-phone svg { width: 15px; height: 15px; color: var(--rust-deep); }
.hamburger { display: none; flex-direction: column; gap: 5px; width: 26px; }
.hamburger span { height: 2px; background: var(--ink); border-radius: 2px; }

/* ---------- comutator de limbă RO / HU ---------- */
.lang-switch {
  display: inline-flex; align-items: center; border: 1.4px solid var(--ink-30);
  border-radius: 999px; padding: 3px; gap: 2px; flex-shrink: 0;
}
.lang-switch button {
  font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: .74rem;
  letter-spacing: .06em; padding: .4em .85em; border-radius: 999px; color: var(--ink-55);
  transition: background .25s, color .25s;
}
.lang-switch button.is-on { background: var(--ink); color: var(--cream-soft); }
.mobile-nav .lang-switch { align-self: flex-start; border-color: var(--ink-30); margin-top: -4px; }

.mobile-nav {
  position: fixed; inset: 0; background: var(--cream); z-index: 90;
  display: flex; flex-direction: column; justify-content: center; gap: 24px;
  padding: var(--edge); transform: translateY(-101%);
  transition: transform .5s cubic-bezier(.2,.8,.2,1);
}
.mobile-nav.is-open { transform: translateY(0); }
.mobile-nav-close { position: absolute; top: 18px; right: var(--edge); font-size: 2.1rem; line-height: 1; }
.mobile-nav img { height: 58px; width: auto; align-self: flex-start; margin-bottom: 4px; }
.mobile-nav nav { display: flex; flex-direction: column; gap: 6px; }
.mobile-nav nav a {
  font-family: 'Space Grotesk', sans-serif; font-weight: 700;
  font-size: 2rem; line-height: 1.14; letter-spacing: -.02em;
}
.mobile-nav .btn { align-self: flex-start; }
.mobile-nav-foot { display: flex; flex-direction: column; gap: 6px; color: var(--ink-70); font-size: .92rem; }
.scrim {
  position: fixed; inset: 0; background: rgba(32, 21, 9, .5); z-index: 70;
  opacity: 0; pointer-events: none; transition: opacity .35s;
}
.scrim.is-visible { opacity: 1; pointer-events: auto; }

/* ---------- loader ---------- */
.loader {
  position: fixed; inset: 0; background: var(--cream); z-index: 1000;
  display: grid; place-content: center; justify-items: center; gap: 16px;
  transition: opacity .65s, visibility .65s;
}
.loader img { height: 82px; width: 82px; object-fit: contain; animation: bob 1.5s ease-in-out infinite; }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
.loader p {
  font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: .7rem;
  letter-spacing: .22em; text-transform: uppercase; color: var(--ink-55);
}
.loader.is-hidden { opacity: 0; visibility: hidden; }

/* ---------- hero (banner larg, poza lor) ---------- */
.hero { position: relative; padding-top: 96px; overflow: hidden; }
.hero-bg { position: relative; min-height: clamp(420px, 72vh, 720px); display: flex; align-items: flex-end; }
.hero-bg-media { position: absolute; inset: 0; }
.hero-bg-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg-media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(24, 15, 6, .92) 0%, rgba(24, 15, 6, .72) 34%, rgba(24, 15, 6, .28) 68%, rgba(24, 15, 6, .12) 100%);
}
.hero-bg-inner {
  position: relative; z-index: 2; width: 100%;
  padding-block: clamp(40px, 7vw, 76px) clamp(48px, 7vw, 84px);
  display: grid; grid-template-columns: 1.15fr auto; gap: clamp(24px, 4vw, 60px); align-items: end;
}
.hero-kicker { margin-bottom: 18px; color: var(--gold) !important; }
.hero-kicker::before { background: var(--gold); }
.hero h1 { color: var(--cream-soft); margin-bottom: 18px; }
.hero h1 .rustline { color: #f0a684; display: block; }
.hero-sub { max-width: 48ch; margin-bottom: 26px; color: rgba(253, 246, 234, .86); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.hero-since {
  justify-self: end; text-align: center; color: var(--cream-soft);
}

/* ---------- banda cu marchiză ---------- */
.crumb-trail {
  background: var(--ink); color: var(--cream-soft); padding-block: 15px;
  overflow: hidden; white-space: nowrap;
}
.crumb-track { display: inline-flex; gap: 44px; animation: crawl 34s linear infinite; padding-right: 44px; }
.crumb-track span {
  font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: .82rem;
  letter-spacing: .16em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 44px;
}
.crumb-track span::after { content: '✻'; color: var(--rust); font-size: 1rem; letter-spacing: 0; }
@keyframes crawl { to { transform: translateX(-50%); } }

/* ---------- piloni ---------- */
.pillars { padding-block: var(--sec); }
.pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 44px); margin-top: 44px; }
.pillar { text-align: left; }
.pillar-chip {
  width: 60px; height: 60px; border-radius: 50%; background: var(--rust-soft);
  display: grid; place-content: center; margin-bottom: 18px; color: var(--rust-deep);
}
.pillar-chip svg { width: 30px; height: 30px; }
.pillar h3 { margin-bottom: 8px; }
.pillar p { color: var(--ink-70); font-size: .97rem; }

/* ---------- capul de secțiune ---------- */
.sec-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 26px; flex-wrap: wrap; margin-bottom: 38px; }
.sec-head-text { max-width: 58ch; flex: 1 1 480px; }
.sec-head .eyebrow { margin-bottom: 14px; }
.sec-head h2 { margin-bottom: 12px; }

/* ---------- carduri de produs ---------- */
.grid-produse {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(258px, 1fr));
  gap: clamp(16px, 2.2vw, 28px);
}
.card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .38s cubic-bezier(.2,.8,.2,1), box-shadow .38s, border-color .38s;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.card-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--cream); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.card:hover .card-media img { transform: scale(1.06); }
.card-unit {
  position: absolute; left: 12px; bottom: 12px;
  background: rgba(255, 251, 243, .93); backdrop-filter: blur(4px);
  font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: .68rem;
  letter-spacing: .1em; text-transform: uppercase;
  padding: .48em .82em; border-radius: 999px;
}
.card-body { padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.card-body h3 { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 1.06rem; line-height: 1.2; }
.card-note { font-size: .9rem; color: var(--ink-70); flex: 1; }
.card-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 4px; }
.card-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.tag {
  font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: .64rem;
  letter-spacing: .1em; text-transform: uppercase;
  border: 1px solid var(--rust); color: var(--rust-deep);
  padding: .34em .68em; border-radius: 999px;
}
.card-ask { font-size: .82rem; color: var(--ink-55); }

/* ---------- filtre ---------- */
.filtre { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 30px; }
.filtru {
  font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: .84rem;
  padding: .62em 1.15em; border-radius: 999px; border: 1.4px solid var(--ink-30);
  transition: background .25s, color .25s, border-color .25s;
}
.filtru:hover { border-color: var(--ink); }
.filtru.is-on { background: var(--ink); color: var(--cream-soft); border-color: var(--ink); }
.filtru-count { opacity: .55; margin-left: .4em; font-size: .8em; }

/* ---------- „mai facem și" ---------- */
.mai-facem { display: flex; flex-wrap: wrap; gap: 10px; }
.mai-facem-chip {
  background: var(--paper); border: 1px solid var(--line); border-radius: 999px;
  padding: .7em 1.2em; font-size: .92rem; display: inline-flex; align-items: baseline; gap: .5em;
}
.mai-facem-chip strong { font-family: 'Space Grotesk', sans-serif; font-weight: 700; }
.mai-facem-chip span { color: var(--ink-55); font-size: .85em; }

/* ---------- banda poveste (panou întunecat) ---------- */
.oven {
  position: relative; color: var(--cream-soft); overflow: hidden;
  margin-block: var(--sec);
}
.oven-media { position: absolute; inset: 0; }
.oven-media img { width: 100%; height: 100%; object-fit: cover; }
.oven-media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(24, 15, 6, .94) 0%, rgba(24, 15, 6, .82) 42%, rgba(24, 15, 6, .38) 100%);
}
.oven-inner { position: relative; z-index: 2; padding-block: clamp(64px, 9vw, 128px); }
.oven-inner h2 { max-width: 22ch; }
.oven-inner p { max-width: 54ch; }
.oven-quote { max-width: 26ch; }
.oven-inner .eyebrow { color: var(--gold); }
.oven-inner .eyebrow::before { background: var(--gold); }
.oven-inner h2 { margin-block: 14px 18px; }
.oven-inner p { color: rgba(253, 246, 234, .86); }
.oven-quote {
  font-family: 'Caveat', cursive; font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: var(--gold); margin-top: 26px; line-height: 1.25;
}

/* ---------- bandă de statistici ---------- */
.stats { padding-block: var(--sec); }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 40px); text-align: center; }
.stat strong {
  display: block; font-family: 'Space Grotesk', sans-serif; font-weight: 700;
  font-size: clamp(2.4rem, 5vw, 3.6rem); color: var(--rust-deep); line-height: 1;
}
.stat span { display: block; margin-top: 10px; font-size: .88rem; color: var(--ink-70); max-width: 24ch; margin-inline: auto; }

/* ---------- program ---------- */
.hours { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 18px; margin-top: 34px; }
.hours-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r);
  padding: 22px 22px 24px;
}
.hours-card .h-lbl { font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-55); }
.hours-card .h-val { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 1.5rem; margin-top: 6px; line-height: 1.15; }
.hours-card .h-note { font-size: .88rem; color: var(--ink-70); margin-top: 8px; }
.hours-live {
  display: inline-flex; align-items: center; gap: .5em; margin-top: 12px;
  font-size: .82rem; font-weight: 600;
}
.hours-live::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: #6a7a4f; }
.hours-live.is-closed::before { background: #b4542c; }

/* ---------- unde ne găsești ---------- */
.find-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(22px, 3.4vw, 46px); align-items: start; }
.find-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r);
  overflow: hidden;
}
.find-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.find-card-body { padding: 24px; }
.find-card-body h3 { margin-bottom: 8px; }
.find-rows { display: grid; gap: 14px; margin-top: 18px; }
.find-row { display: flex; gap: 12px; align-items: flex-start; font-size: .96rem; }
.find-row svg { width: 19px; height: 19px; color: var(--rust-deep); flex-shrink: 0; margin-top: 3px; }
.map-frame { border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); }
.map-frame iframe { width: 100%; height: 380px; border: 0; display: block; filter: sepia(.14) saturate(.94); }

/* ---------- fișa de comandă ---------- */
.sheet {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r);
  padding: clamp(22px, 3.6vw, 40px); box-shadow: var(--shadow-sm); position: relative;
}
.sheet::before {
  content: ''; position: absolute; inset: 10px 10px auto; height: 3px;
  background: repeating-linear-gradient(90deg, var(--rust) 0 14px, transparent 14px 26px);
  opacity: .5;
}
.sheet-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; margin-bottom: 26px; flex-wrap: wrap; }
.sheet-no { font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-55); }
.f-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.f-row { display: flex; flex-direction: column; gap: 7px; }
.f-row.full { grid-column: 1 / -1; }
.f-row > label { font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-70); }
.f-row input, .f-row textarea, .f-row select {
  background: transparent; border: 0; border-bottom: 1.6px dashed var(--ink-30);
  padding: 9px 2px; font-size: 1rem; transition: border-color .25s;
}
.f-row input:focus, .f-row textarea:focus, .f-row select:focus { outline: none; border-bottom-color: var(--rust); border-bottom-style: solid; }
.f-row textarea { resize: vertical; min-height: 92px; }
.f-row select { border: 1.6px dashed var(--ink-30); border-radius: 10px; padding: 11px 10px; }
.f-hint { font-size: .82rem; color: var(--ink-55); }

.sheet-summary {
  margin-top: 26px; border-top: 1.6px dashed var(--ink-30); padding-top: 20px;
  display: flex; justify-content: space-between; gap: 18px; align-items: flex-end; flex-wrap: wrap;
}
.sheet-summary p { font-size: .88rem; color: var(--ink-70); max-width: 42ch; }
.sheet-err { color: #a5401f; font-size: .88rem; margin-top: 10px; }

/* ---------- recenzii ---------- */
.reviews-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(16px, 2.4vw, 26px); }
.review-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r);
  padding: 24px; display: flex; flex-direction: column; gap: 14px;
}
.review-stars { color: var(--rust); letter-spacing: .12em; font-size: .95rem; }
.review-card p { font-size: 1.02rem; color: var(--ink-80); }
.review-who { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: .9rem; }
.review-who span { font-family: 'Onest', sans-serif; font-weight: 400; color: var(--ink-55); display: block; font-size: .82rem; margin-top: 2px; }

/* ---------- pagină simplă ---------- */
.page-head { padding-top: 128px; padding-bottom: 34px; }
.page-head .eyebrow { margin-bottom: 14px; }
.page-head p { max-width: 62ch; margin-top: 14px; }

/* ---------- CTA final ---------- */
.cta { padding-block: var(--sec); }
.cta-box {
  background: var(--ink); color: var(--cream-soft); border-radius: 28px;
  padding: clamp(34px, 5vw, 68px); position: relative; overflow: hidden;
  display: grid; grid-template-columns: 1.25fr .75fr; gap: 34px; align-items: center;
}
.cta-box h2 { margin-bottom: 14px; }
.cta-box p { color: rgba(253, 246, 234, .82); max-width: 46ch; margin-bottom: 26px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.cta-stamp { justify-self: center; }

/* ---------- subsol ---------- */
.footer { background: var(--ink-deep); color: rgba(253, 246, 234, .78); padding-block: 62px 26px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 34px; }
.footer-logo-wrap {
  width: 62px; height: 62px; border-radius: 50%; background: var(--paper);
  display: grid; place-content: center; margin-bottom: 16px; overflow: hidden;
}
.footer-logo-wrap img { width: 84%; height: 84%; object-fit: contain; }
.footer p { font-size: .92rem; max-width: 34ch; }
.footer h4 {
  font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: .72rem;
  letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px;
}
.footer-list { display: grid; gap: 9px; font-size: .93rem; }
.footer-list a:hover { color: var(--rust); }
.footer-bottom {
  margin-top: 44px; padding-top: 20px; border-top: 1px solid rgba(253, 246, 234, .14);
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: .82rem; color: rgba(253, 246, 234, .55);
}
.footer-bottom a { text-decoration: underline; text-underline-offset: 3px; }

/* ---------- 404 ---------- */
.nf { min-height: 100vh; display: grid; place-content: center; text-align: center; gap: 20px; padding: 120px var(--edge) 60px; }
.nf img { height: 110px; width: 110px; object-fit: contain; margin: 0 auto; }
.nf h1 { font-size: clamp(3.4rem, 12vw, 8rem); }
.nf p { color: var(--ink-70); max-width: 44ch; margin: 0 auto; }
.nf-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 8px; }

/* ---------- apariții ---------- */
[data-reveal].reveal-ready { will-change: transform, opacity; }
.toast {
  position: fixed; left: 50%; bottom: 26px; transform: translate(-50%, 130%);
  background: var(--ink); color: var(--cream-soft); border-radius: 999px;
  padding: .85em 1.5em; font-size: .9rem; z-index: 120; box-shadow: var(--shadow-lg);
  transition: transform .45s cubic-bezier(.2,.8,.2,1);
}
.toast.is-up { transform: translate(-50%, 0); }

/* ---------- responsive ---------- */
@media (max-width: 1040px) {
  .hero-bg-inner { grid-template-columns: 1fr; }
  .hero-since { justify-self: start; }
  .cta-box { grid-template-columns: 1fr; }
  .cta-stamp { justify-self: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .stats-grid { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 860px) {
  .nav-links, .nav-phone { display: none; }
  .hamburger { display: flex; }
  .pillars-grid { grid-template-columns: 1fr; gap: 26px; }
  .find-grid { grid-template-columns: 1fr; }
  .f-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .nav-actions .lang-switch { display: none; } /* rămâne accesibil din meniul mobil */
  .nav-actions .btn { padding: .75em 1.05em; font-size: .8rem; }
  .nav-logo img { height: 40px; width: 40px; }
  .nav-logo-loc { display: none; }
  .card-foot { flex-direction: column; align-items: stretch; gap: 9px; }
  .stamp { width: 104px; height: 104px; }
  .hero-bg { min-height: 78vh; }
  .hero-bg-inner { justify-items: flex-start; }
  .hero-since { justify-self: start; margin-top: 4px; }
  .grid-produse { grid-template-columns: 1fr 1fr; gap: 12px; }
  .card-body { padding: 13px 13px 15px; gap: 7px; }
  .card-body h3 { font-size: .95rem; }
  .card-note { font-size: .82rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .mai-facem-chip { width: 100%; justify-content: space-between; }
}
@media (prefers-reduced-motion: reduce) {
  .crumb-track { animation: none; }
  .loader img { animation: none; }
  .stamp-spin { animation: spin-slow 26s linear infinite; }
  * { transition-duration: .01ms !important; }
}
