/* ═══════════════════════════════════════════════════════════
   PEDRINI BUTTONS — theme
   Peste Bootstrap 5.3. Bootstrap furnizează grid, navbar,
   offcanvas, ratio și utilitare; aici stau identitatea
   vizuală și componentele proprii.
   ═══════════════════════════════════════════════════════════ */

:root {
  --ink: #1a1714; --ink-mid: #4a4540; --ink-light: #8a8480;
  --cream: #f7f4ef; --warm-white: #fdfcfa;
  --gold: #b8924a; --gold-light: #e8d5b0; --gold-pale: #f5edd8;
  --rule: #d4cfc8; --green: #2d5a3d; --green-light: #e8f0eb;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'DM Sans', system-ui, sans-serif;

  /* Ritmul orizontal al paginii — o singură sursă de adevăr. */
  --pad-x: 48px;
  --nav-h: 72px;

  /* Suprascrieri Bootstrap */
  --bs-body-font-family: var(--sans);
  --bs-body-color: var(--ink);
  --bs-body-bg: var(--warm-white);
  --bs-link-color: var(--green);
  --bs-link-hover-color: var(--gold);
  --bs-border-color: var(--rule);
  --bs-border-radius: 2px;
}

@media (max-width: 1199.98px) { :root { --pad-x: 32px; } }
@media (max-width: 991.98px)  { :root { --pad-x: 20px; --nav-h: 64px; } }

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  background: var(--warm-white);
  color: var(--ink);
  overflow-x: hidden;
  padding-top: var(--nav-h);
}

h1, h2, h3, h4 { margin: 0; }
p { margin: 0; }
img { max-width: 100%; }

/* ═══ IMAGINI ═══════════════════════════════════════════════
   Orice imagine stă într-o casetă .ratio Bootstrap, deci
   raportul e impus de container, nu de fișierul sursă.
   Asta elimină și depășirile, și înălțimile inegale.
   ═══════════════════════════════════════════════════════════ */
.ratio > img,
.ratio > picture > img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ratio > picture { position: absolute; inset: 0; }
.ratio { border-radius: 2px; overflow: hidden; }

/* Rapoarte proprii, peste cele din Bootstrap. */
.ratio-3x2  { --bs-aspect-ratio: 66.667%; }
.ratio-2x3  { --bs-aspect-ratio: 150%; }
.ratio-pano { --bs-aspect-ratio: 46.2%; }  /* 2.16:1 — formatul panoramic al pozelor de produs */

/* Imagine liberă, fără casetă: își păstrează raportul natural. */
.img-free { display: block; width: 100%; height: auto; border-radius: 2px; }

/* Sursele portret (924×2000) ar deveni uriașe pe o coloană întreagă. */
.media-portrait { max-width: 380px; margin-inline: auto; }

/* ═══ NAVIGAȚIE ═════════════════════════════════════════════ */
.site-nav {
  padding: 18px var(--pad-x);
  min-height: var(--nav-h);
  background: transparent;
  border-bottom: 1px solid var(--rule);
}
/* Blurul stă pe un strat separat, nu pe <nav>. `backdrop-filter` pe nav
   ar crea un containing block, iar meniul offcanvas — position: fixed —
   s-ar ancora în nav (375×67px) în loc de viewport. */
.site-nav::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: rgba(253, 252, 250, 0.95);
  backdrop-filter: blur(12px);
}
.site-nav > .container-fluid { padding: 0; }

.nav-logo { padding: 0; margin: 0; }
.nav-logo img { height: 36px; width: auto; display: block; }

.navbar-toggler {
  border: 1px solid var(--rule);
  border-radius: 2px;
  padding: 6px 10px;
  color: var(--ink-mid);
}
.navbar-toggler:focus { box-shadow: 0 0 0 2px var(--gold-light); }
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%234a4540' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  width: 1.25em; height: 1.25em;
}

/* Selectorii Bootstrap pentru navbar au 3 clase — trebuie egalați,
   altfel `.navbar-expand-lg .navbar-nav .nav-link` câștigă. */
.site-nav .nav-links { gap: 28px; align-items: center; }
.site-nav .nav-links .nav-link {
  font-size: 13px; font-weight: 400; color: var(--ink-mid);
  padding: 4px 0; border-bottom: 1px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.site-nav .nav-links .nav-link:hover,
.site-nav .nav-links .nav-link:focus-visible { color: var(--ink); border-color: var(--rule); }
.site-nav .nav-links .nav-link.is-current { color: var(--ink); border-color: var(--gold); }

@media (min-width: 992px) {
  .site-nav .offcanvas-body { justify-content: flex-end; }
}

/* Acasă — iconiță pe desktop, rând cu text în meniul mobil. */
.nav-home { display: flex; align-items: center; gap: 8px; }
.nav-home svg { width: 17px; height: 17px; stroke: currentColor; fill: none; stroke-width: 1.6; }

/* CTA — padding orizontal mai generos, cerut explicit. */
.site-nav .nav-links .nav-cta {
  font-size: 13px; font-weight: 500;
  color: var(--warm-white);
  background: var(--green);
  padding: 10px 28px;
  border-radius: 2px;
  border-bottom: none;
  transition: background 0.2s;
}
.site-nav .nav-links .nav-cta:hover,
.site-nav .nav-links .nav-cta:focus-visible { background: var(--gold); color: var(--warm-white); border-color: transparent; }

/* Dropdown: hover pe desktop, listă desfășurată în meniul mobil.
   Fără JS — nu poate intra în conflict cu offcanvas-ul. */
.nav-dropdown-menu {
  margin: 0; padding: 8px 0; min-width: 220px;
  background: var(--warm-white);
  border: 1px solid var(--rule); border-radius: 4px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  list-style: none;
}
.nav-dropdown-menu a {
  display: block; padding: 8px 16px;
  font-size: 13px; color: var(--ink-mid); text-decoration: none;
}
.nav-dropdown-menu a:hover, .nav-dropdown-menu a:focus-visible { background: var(--cream); color: var(--ink); }
.nav-caret { font-size: 10px; margin-left: 4px; }

@media (min-width: 992px) {
  .nav-dropdown { position: relative; }
  .nav-dropdown-menu { display: none; position: absolute; top: 100%; left: 0; z-index: 200; }
  .nav-dropdown:hover > .nav-dropdown-menu,
  .nav-dropdown:focus-within > .nav-dropdown-menu { display: block; }
}

/* Meniul mobil (offcanvas) */
@media (max-width: 991.98px) {
  .site-nav { padding: 14px var(--pad-x); }
  .offcanvas { --bs-offcanvas-width: min(320px, 85vw); background: var(--warm-white); }
  .offcanvas-header { border-bottom: 1px solid var(--rule); padding: 18px 24px; }
  .offcanvas-header img { height: 30px; width: auto; }
  .offcanvas-body { padding: 8px 24px 32px; }
  .site-nav .nav-links { gap: 0; align-items: stretch; }
  .site-nav .nav-links > li { border-bottom: 1px solid var(--rule); }
  .site-nav .nav-links > li:last-child { border-bottom: none; padding-top: 20px; }
  .site-nav .nav-links .nav-link { font-size: 15px; padding: 14px 0; border-bottom: none; }
  .nav-dropdown-menu { border: none; box-shadow: none; padding: 0 0 12px 16px; background: none; }
  .nav-dropdown-menu a { padding: 8px 0; font-size: 14px; }
  .nav-caret { display: none; }
  .site-nav .nav-links .nav-cta { display: block; text-align: center; padding: 14px 28px; font-size: 14px; }
}

/* ═══ LAYOUT DE SECȚIUNE ════════════════════════════════════
   Rândul trăiește deja în interiorul padding-ului secțiunii,
   deci gutter-ul e exact distanța vizuală dintre coloane.
   Constrângere: gutter/2 ≤ --pad-x, altfel marginea negativă
   a rândului iese din pagină.
   ═══════════════════════════════════════════════════════════ */
.section { padding: 100px var(--pad-x); }
.section-sm { padding: 64px var(--pad-x); }
.gutter-24 { --bs-gutter-x: 24px; --bs-gutter-y: 24px; }
.gutter-48 { --bs-gutter-x: 48px; --bs-gutter-y: 40px; }
.gutter-64 { --bs-gutter-x: 64px; --bs-gutter-y: 48px; }
.gutter-80 { --bs-gutter-x: 80px; --bs-gutter-y: 48px; }

@media (max-width: 1199.98px) {
  .gutter-64, .gutter-80 { --bs-gutter-x: 64px; }
}
@media (max-width: 991.98px) {
  .section { padding: 64px var(--pad-x); }
  .section-sm { padding: 48px var(--pad-x); }
  .gutter-48, .gutter-64, .gutter-80 { --bs-gutter-x: 40px; }
}

/* Grile-mozaic cu rost de 2px — CSS Grid e instrumentul potrivit,
   fondul trebuie să atingă marginea celulei. */
.tile-grid { display: grid; gap: 2px; }
.tile-grid-2 { grid-template-columns: repeat(2, 1fr); }
.tile-grid-4 { grid-template-columns: repeat(4, 1fr); }

@media (max-width: 991.98px) { .tile-grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575.98px)  { .tile-grid-2, .tile-grid-4 { grid-template-columns: 1fr; } }

/* ═══ UTILITARE DE SECȚIUNE ═════════════════════════════════ */
.section-label {
  font-size: 11px; font-weight: 500; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 16px; display: flex; align-items: center; gap: 12px;
}
.section-label::before { content: ''; display: block; width: 32px; height: 1px; background: var(--gold); }
.section-label-center { justify-content: center; }

.btn-primary {
  display: inline-block; padding: 14px 32px;
  background: var(--green); color: var(--warm-white);
  font-size: 13px; font-weight: 500; letter-spacing: 0.06em;
  text-decoration: none; border-radius: 2px; border: none;
  transition: background 0.25s; cursor: pointer;
}
.btn-primary:hover, .btn-primary:focus-visible, .btn-primary:active {
  background: var(--gold) !important; color: var(--warm-white) !important; border: none !important;
}
.btn-ghost {
  display: inline-block; padding: 14px 32px;
  border: 1px solid var(--rule); color: var(--ink-mid);
  font-size: 13px; font-weight: 400; text-decoration: none;
  border-radius: 2px; background: none; cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}
.btn-ghost:hover { border-color: var(--ink); color: var(--ink); }

/* ═══ HOMEPAGE — HERO ═══════════════════════════════════════ */
.hero { min-height: 85vh; }
.hero-left {
  display: flex; flex-direction: column; justify-content: center;
  padding: 80px 64px; border-right: 1px solid var(--rule);
}
.hero-rule { width: 40px; height: 2px; background: var(--gold); margin-bottom: 32px; }
.hero-headline {
  font-family: var(--serif); font-size: clamp(32px, 4vw, 54px);
  font-weight: 300; line-height: 1.1; color: var(--ink);
}
.hero-headline em { font-style: italic; color: var(--gold); }
.hero-sub {
  font-family: var(--serif); font-size: 22px; font-weight: 300;
  line-height: 1.3; color: var(--ink);
}
.hero-media { overflow: hidden; }
.hero-media img { width: 100%; height: 100%; min-height: 600px; object-fit: cover; display: block; }

@media (max-width: 991.98px) {
  .hero { min-height: 0; }
  .hero-left { padding: 48px var(--pad-x); border-right: none; border-bottom: 1px solid var(--rule); }
  .hero-media img { min-height: 0; aspect-ratio: 3 / 2; height: auto; }
}

/* ═══ HOMEPAGE — BARA DE ÎNCREDERE ══════════════════════════ */
.trustbar {
  display: flex; padding: 32px var(--pad-x);
  border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
  background: var(--warm-white);
}
.trustbar-item { flex: 1; text-align: center; padding: 0 16px; }
.trustbar-sep { width: 1px; background: var(--rule); }
.trustbar-icon {
  width: 36px; height: 36px; border: 1px solid var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 10px;
}
.trustbar-title {
  font-size: 10px; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--ink);
}
.trustbar-text { font-size: 10px; color: var(--ink-light); margin-top: 2px; }

@media (max-width: 767.98px) {
  .trustbar { flex-wrap: wrap; gap: 28px 0; }
  .trustbar-item { flex: 0 0 50%; padding: 0 8px; }
  .trustbar-sep { display: none; }
}

/* ═══ HOMEPAGE — LOGO-URI CLIENȚI ═══════════════════════════ */
.clients { padding: 48px var(--pad-x); background: var(--green); border-bottom: 1px solid var(--green); }
.clients-label {
  font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5); text-align: center; margin-bottom: 32px;
}
.clients-list { display: flex; justify-content: center; align-items: center; gap: 48px; flex-wrap: wrap; }
.client { color: var(--warm-white); }
.client-hm { font-family: var(--serif); font-size: 28px; font-weight: 700; letter-spacing: -0.02em; }
.client-box { font-size: 14px; font-weight: 500; letter-spacing: 0.12em; border: 1px solid rgba(255, 255, 255, 0.4); padding: 6px 14px; }
.client-caps { font-size: 14px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.client-plain { font-size: 16px; font-weight: 600; letter-spacing: 0.04em; }
.client-wide { font-size: 14px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; }

@media (max-width: 767.98px) { .clients-list { gap: 24px 32px; } }

.spacer-80 { height: 80px; background: var(--warm-white); }
@media (max-width: 991.98px) { .spacer-80 { height: 48px; } }

/* ═══ HOMEPAGE — PRODUSE ════════════════════════════════════ */
.products-preview { background: var(--cream); }
.products-heading {
  font-family: var(--serif); font-size: clamp(28px, 3vw, 42px);
  font-weight: 300; line-height: 1.1; margin-bottom: 12px;
}
.products-heading em { font-style: italic; color: var(--gold); }
.products-lead { font-size: 14px; font-weight: 300; color: var(--ink-mid); line-height: 1.65; max-width: 560px; }
.product-card {
  display: block; background: var(--warm-white); padding: 32px 24px;
  text-decoration: none; border-bottom: 3px solid transparent;
  transition: background 0.2s, border-color 0.2s;
}
.product-card:hover { background: var(--gold-pale); border-color: var(--gold); }
.product-title { font-family: var(--serif); font-size: 18px; font-weight: 400; margin-bottom: 8px; color: var(--ink); }
.product-text { font-size: 13px; font-weight: 300; line-height: 1.6; color: var(--ink-mid); margin-bottom: 16px; }
.product-link { font-size: 12px; font-weight: 500; color: var(--green); letter-spacing: 0.06em; text-transform: uppercase; }

/* ═══ HOMEPAGE — OBIECȚII ═══════════════════════════════════ */
.objections { background: var(--ink); color: var(--warm-white); }
.obj-headline {
  font-family: var(--serif); font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 300; line-height: 1.1; color: var(--warm-white);
  margin-bottom: 64px; max-width: 560px;
}
.obj-headline em { font-style: italic; color: var(--gold-light); }
.obj-item {
  display: grid; grid-template-columns: 48px 1fr 1fr;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 36px 0; align-items: start;
}
.obj-item:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.obj-n { font-family: var(--serif); font-size: 13px; color: var(--gold); padding-top: 4px; }
.obj-question p {
  font-family: var(--serif); font-size: 19px; font-weight: 300; line-height: 1.35;
  color: rgba(255, 255, 255, 0.45); font-style: italic; padding-right: 40px;
}
.obj-answer-title { font-size: 14px; font-weight: 500; color: var(--warm-white); margin-bottom: 8px; }
.obj-answer-text { font-size: 13px; font-weight: 300; line-height: 1.7; color: rgba(255, 255, 255, 0.55); }
.obj-proof {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 12px;
  padding: 5px 12px; border: 1px solid rgba(184, 146, 74, 0.35);
  border-radius: 2px; font-size: 11px; color: var(--gold-light);
}
.obj-proof::before { content: '✓'; font-size: 10px; color: var(--gold); }

@media (max-width: 991.98px) {
  .obj-item { grid-template-columns: 36px 1fr; }
  .obj-question { display: none; }
  .obj-headline { margin-bottom: 40px; }
}

/* ═══ HOMEPAGE — DESPRE NOI (condensat) ═════════════════════ */
.about-condensed { background: var(--warm-white); }
.about-text h2 { font-family: var(--serif); font-size: clamp(28px, 3vw, 42px); font-weight: 300; line-height: 1.15; margin-bottom: 24px; }
.about-text h2 em { font-style: italic; color: var(--gold); }
.about-text p { font-size: 14px; font-weight: 300; line-height: 1.75; color: var(--ink-mid); margin-bottom: 16px; }
.about-link {
  display: inline-block; font-size: 13px; font-weight: 500; color: var(--green);
  letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none;
}
.about-link:hover { color: var(--gold); }
.markets-wrap { display: flex; flex-direction: column; gap: 32px; }
.markets-label-sm {
  font-size: 11px; font-weight: 500; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--ink-light); margin-bottom: 12px;
}
.markets-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.market-tag { font-size: 12px; color: var(--ink-mid); padding: 5px 12px; border: 1px solid var(--rule); border-radius: 2px; }
.cert-box { background: var(--green-light); border: 1px solid rgba(45, 90, 61, 0.2); padding: 20px 24px; border-radius: 4px; }
.cert-box strong { display: block; font-size: 14px; font-weight: 500; color: var(--green); margin-bottom: 4px; }
.cert-box span { font-size: 13px; font-weight: 300; color: var(--ink-mid); }

/* ═══ HOMEPAGE — TÂRGURI & FABRICĂ ══════════════════════════ */
.fairs { background: var(--green); color: var(--warm-white); }
.fairs-label {
  font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5); margin-bottom: 32px;
  display: flex; align-items: center; gap: 12px;
}
.fairs-label::before { content: ''; display: block; width: 32px; height: 1px; background: rgba(255, 255, 255, 0.4); }
.fairs-stack { display: flex; flex-direction: column; gap: 48px; }
.fairs-row {
  display: flex; justify-content: space-between; align-items: flex-start;
  gap: 48px; flex-wrap: wrap;
}
.fairs-divider { padding-bottom: 32px; border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
.fairs-heading { font-family: var(--serif); font-size: clamp(22px, 2.5vw, 34px); font-weight: 300; color: var(--warm-white); margin-bottom: 12px; }
.fairs-text { font-size: 14px; font-weight: 300; color: rgba(255, 255, 255, 0.65); line-height: 1.65; max-width: 480px; }
.fair-card {
  background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 18px 24px; border-radius: 2px; text-align: center;
}
.fair-card-solid { background: var(--green); border-color: var(--green); }
.fair-card-solid .fair-name { color: rgba(255, 255, 255, 0.6); }
.fair-city { font-family: var(--serif); font-size: 17px; font-weight: 400; color: var(--warm-white); margin-bottom: 3px; }
.fair-name { font-size: 11px; color: rgba(255, 255, 255, 0.5); }
.fair-date { font-size: 11px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-light); margin-top: 5px; }
.address-box {
  background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 18px 24px; border-radius: 2px; margin-top: 20px; display: inline-block;
}
.address-label {
  font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5); margin-bottom: 8px;
}
.address-text { font-size: 14px; font-weight: 400; color: var(--warm-white); line-height: 1.6; }

/* Perechea de fotografii din dreapta: lățime fixă pe desktop,
   fluidă sub 576px ca să nu împingă pagina în lateral. */
.fairs-photo-pair { display: grid; grid-template-columns: repeat(2, 240px); gap: 8px; }

@media (max-width: 767.98px) { .fairs-row { gap: 32px; } }
@media (max-width: 575.98px) { .fairs-photo-pair { grid-template-columns: 1fr 1fr; width: 100%; } }

/* ═══ HOMEPAGE — CUM LUCRĂM ═════════════════════════════════ */
.how-we-work { background: var(--cream); }
.how-title { font-family: var(--serif); font-size: clamp(26px, 3vw, 40px); font-weight: 300; line-height: 1.15; margin-bottom: 16px; }
.how-title em { font-style: italic; color: var(--gold); }
.how-desc { font-size: 14px; font-weight: 300; line-height: 1.7; color: var(--ink-mid); }
.steps { display: flex; flex-direction: column; }
.step {
  display: grid; grid-template-columns: 52px 1fr; gap: 20px;
  padding: 28px 0; border-bottom: 1px solid var(--rule); align-items: start;
}
.step:first-child { border-top: 1px solid var(--rule); }
.step-n {
  width: 38px; height: 38px; border: 1px solid var(--rule); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 16px; color: var(--gold);
  flex-shrink: 0; margin-top: 2px; transition: all 0.2s;
}
.step:hover .step-n { background: var(--gold); color: var(--warm-white); border-color: var(--gold); }
.step-title { font-family: var(--serif); font-size: 19px; font-weight: 400; margin-bottom: 5px; color: var(--ink); }
.step-text { font-size: 13px; font-weight: 300; line-height: 1.65; color: var(--ink-mid); }
.step-tag { display: inline-block; margin-top: 6px; font-size: 10px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); }

/* ═══ SECȚIUNE CTA ══════════════════════════════════════════ */
.cta-section {
  background: var(--gold-pale); border-top: 1px solid var(--gold-light);
  text-align: center; position: relative; overflow: hidden;
}
.cta-watermark {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 70%; opacity: 0.06; pointer-events: none; user-select: none;
}
.cta-section > *:not(.cta-watermark) { position: relative; z-index: 1; }
.cta-headline { font-family: var(--serif); font-size: clamp(30px, 4vw, 52px); font-weight: 300; line-height: 1.1; color: var(--ink); margin-bottom: 16px; }
.cta-headline em { font-style: italic; color: var(--gold); }
.cta-sub { font-size: 15px; font-weight: 300; line-height: 1.65; color: var(--ink-mid); max-width: 480px; margin: 0 auto 36px; }
.cta-sub-note { font-size: 13px; font-weight: 300; color: var(--ink-light); max-width: 420px; margin: 16px auto 0; line-height: 1.6; }
.cta-contact { margin-top: 32px; font-size: 13px; color: var(--gold); font-weight: 500; }

/* ═══ PAGINI INTERIOARE — COMUN ═════════════════════════════ */
.page-hero { padding: 64px var(--pad-x) 48px; border-bottom: 1px solid var(--rule); background: var(--cream); }
.page-eyebrow {
  font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 16px; display: flex; align-items: center; gap: 10px;
}
.page-eyebrow::before { content: ''; display: block; width: 24px; height: 1px; background: var(--gold); }
.page-title { font-family: var(--serif); font-size: clamp(32px, 4vw, 56px); font-weight: 300; line-height: 1.1; color: var(--ink); margin-bottom: 20px; }
.page-title em { font-style: italic; color: var(--gold); }
.page-intro { font-size: 16px; font-weight: 300; line-height: 1.75; color: var(--ink-mid); max-width: 640px; }
.page-content { padding: 64px var(--pad-x); }
.page-cta { padding: 64px var(--pad-x); background: var(--gold-pale); border-top: 1px solid var(--gold-light); }
.page-cta h3 { font-family: var(--serif); font-size: 28px; font-weight: 300; margin-bottom: 12px; color: var(--ink); }
.page-cta p { font-size: 14px; font-weight: 300; color: var(--ink-mid); margin-bottom: 24px; line-height: 1.65; }
.page-cta-contact { margin-top: 12px; font-size: 13px; color: var(--gold); }

/* ═══ HUB PRODUSE ═══════════════════════════════════════════ */
.hub-card {
  display: block; background: var(--cream); padding: 40px 36px;
  text-decoration: none; border-bottom: 3px solid transparent;
  transition: background 0.2s, border-color 0.2s;
}
.hub-card:hover { background: var(--gold-pale); border-color: var(--gold); }
.hub-card-eyebrow { font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.hub-card-title { font-family: var(--serif); font-size: 24px; font-weight: 400; margin-bottom: 10px; color: var(--ink); }
.hub-card-text { font-size: 13px; font-weight: 300; line-height: 1.65; color: var(--ink-mid); margin-bottom: 16px; }
.hub-card-link { font-size: 12px; font-weight: 500; color: var(--green); letter-spacing: 0.06em; text-transform: uppercase; }

/* ═══ SECȚIUNI DE MATERIAL / SERVICIU ═══════════════════════ */
.material-section { margin-bottom: 56px; padding-bottom: 56px; border-bottom: 1px solid var(--rule); }
.material-section:last-of-type { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.material-section h2 { font-family: var(--serif); font-size: 28px; font-weight: 400; color: var(--ink); margin-bottom: 12px; }
.material-section p { font-size: 14px; font-weight: 300; line-height: 1.75; color: var(--ink-mid); max-width: 680px; }
.material-tag {
  display: inline-block; margin-top: 12px; font-size: 11px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--green);
  padding: 4px 10px; border: 1px solid rgba(45, 90, 61, 0.25); border-radius: 2px;
}
.service-block { margin-bottom: 56px; padding-bottom: 56px; border-bottom: 1px solid var(--rule); }
.service-block:last-of-type { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.service-block h2 { font-family: var(--serif); font-size: 26px; font-weight: 400; color: var(--ink); margin-bottom: 16px; }
.service-block p { font-size: 14px; font-weight: 300; line-height: 1.75; color: var(--ink-mid); margin-bottom: 12px; }
.service-block .available { font-size: 12px; font-weight: 500; color: var(--green); letter-spacing: 0.08em; text-transform: uppercase; }

/* Fișe compacte pentru gamele fără fotografie proprie. */
.spec-card { background: var(--cream); padding: 32px; height: 100%; }
.spec-card h3 { font-family: var(--serif); font-size: 20px; font-weight: 400; margin-bottom: 10px; color: var(--ink); }
.spec-card p { font-size: 14px; font-weight: 300; color: var(--ink-mid); line-height: 1.65; margin-bottom: 12px; }
.spec-card .material-tag { margin-top: 0; }

.process-steps-sm { display: flex; flex-direction: column; gap: 12px; margin-top: 32px; }
.process-step-sm { display: flex; gap: 16px; align-items: flex-start; }
.step-dot {
  width: 28px; height: 28px; border: 1px solid var(--rule); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 13px; color: var(--gold); flex-shrink: 0; margin-top: 2px;
}
.step-sm-text { font-size: 13px; font-weight: 300; line-height: 1.6; color: var(--ink-mid); padding-top: 4px; }

.note-box { padding: 32px; background: var(--cream); border-left: 3px solid var(--gold); }
.note-box-title { font-family: var(--serif); font-size: 18px; font-weight: 400; color: var(--ink); margin-bottom: 8px; }
.note-box p { font-size: 14px; font-weight: 300; color: var(--ink-mid); line-height: 1.75; }
.callout { padding: 32px; background: var(--green-light); border-radius: 4px; }
.callout-title { font-size: 14px; font-weight: 400; color: var(--green); margin-bottom: 8px; }
.callout p { font-size: 14px; font-weight: 300; color: var(--ink-mid); line-height: 1.65; }
.callout a { color: var(--green); font-weight: 500; text-decoration: none; }
.callout a:hover { color: var(--gold); }

/* ═══ PAGINA DESPRE NOI ═════════════════════════════════════ */
.about-block h2 { font-family: var(--serif); font-size: 26px; font-weight: 400; color: var(--ink); margin-bottom: 16px; }
.about-block p { font-size: 14px; font-weight: 300; line-height: 1.75; color: var(--ink-mid); margin-bottom: 12px; }
.about-stat { background: var(--cream); padding: 32px 24px; }
.about-stat-num { font-family: var(--serif); font-size: 42px; font-weight: 300; color: var(--ink); line-height: 1; margin-bottom: 6px; }
.about-stat-num span { font-size: 22px; color: var(--gold); }
.about-stat-label { font-size: 13px; color: var(--ink-mid); line-height: 1.4; }
.section-heading { font-family: var(--serif); font-size: 28px; font-weight: 400; margin-bottom: 16px; color: var(--ink); }

/* ═══ FAQ ═══════════════════════════════════════════════════
   Accordion Bootstrap, îmbrăcat în stilul original.
   ═══════════════════════════════════════════════════════════ */
.faq-group { margin-bottom: 48px; }
.faq-group:last-child { margin-bottom: 0; }
.faq-group-title {
  font-family: var(--serif); font-size: 22px; font-weight: 400; color: var(--ink);
  padding-bottom: 16px; border-bottom: 2px solid var(--gold-light); margin-bottom: 8px;
}
.faq-accordion { --bs-accordion-border-width: 0; --bs-accordion-btn-focus-box-shadow: none; --bs-accordion-bg: transparent; }
.faq-accordion .accordion-item { background: transparent; border-bottom: 1px solid var(--rule); border-radius: 0; }
.faq-accordion .accordion-button {
  padding: 20px 0; font-family: var(--sans); font-size: 15px; font-weight: 500;
  color: var(--ink); background: transparent; box-shadow: none; border-radius: 0;
}
.faq-accordion .accordion-button:hover { color: var(--green); }
.faq-accordion .accordion-button:not(.collapsed) { color: var(--ink); background: transparent; box-shadow: none; }
.faq-accordion .accordion-button::after {
  content: '+'; background: none; font-size: 20px; line-height: 1; color: var(--gold);
  width: auto; height: auto; display: flex; align-items: center; justify-content: center;
  transition: transform 0.2s;
}
.faq-accordion .accordion-button:not(.collapsed)::after { transform: rotate(45deg); }
.faq-accordion .accordion-body { padding: 0 0 20px; font-size: 14px; font-weight: 300; line-height: 1.75; color: var(--ink-mid); }

/* ═══ FORMULAR CONTACT ══════════════════════════════════════ */
.form-label-sm {
  display: block; font-size: 12px; font-weight: 500; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--ink-light); margin-bottom: 8px;
}
.form-label-sm .optional { font-weight: 300; text-transform: none; letter-spacing: 0; }
.form-control, .form-select {
  padding: 12px 16px; border: 1px solid var(--rule); border-radius: 2px;
  font-family: var(--sans); font-size: 14px; color: var(--ink);
  background-color: var(--warm-white); box-shadow: none;
}
.form-control:focus, .form-select:focus { border-color: var(--green); box-shadow: none; background-color: var(--warm-white); }
.form-control::placeholder { color: var(--ink-light); }
.form-check-inline-list { display: flex; flex-direction: column; gap: 10px; margin-top: 4px; }
.form-check-inline-list label {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; font-weight: 300; color: var(--ink); cursor: pointer;
}
.form-check-inline-list input[type="checkbox"] { width: 16px; height: 16px; accent-color: var(--green); margin: 0; }
.form-note { font-size: 12px; font-weight: 300; color: var(--ink-light); }
.form-success { padding: 32px; background: var(--green-light); border: 1px solid rgba(45, 90, 61, 0.2); border-radius: 4px; margin-top: 24px; }
.form-success-title { font-size: 15px; font-weight: 500; color: var(--green); margin-bottom: 8px; }
.form-success p { font-size: 14px; font-weight: 300; color: var(--ink-mid); }

.info-card { background: var(--cream); padding: 32px; border-radius: 4px; }
.info-card.is-green { background: var(--green-light); border: 1px solid rgba(45, 90, 61, 0.2); }
.info-card h3 { font-family: var(--serif); font-size: 20px; font-weight: 400; color: var(--ink); margin-bottom: 16px; }
.info-card.is-green h3 { color: var(--green); margin-bottom: 12px; }
.info-card p { font-size: 13px; font-weight: 300; color: var(--ink-mid); line-height: 1.65; }
.info-label { font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-light); margin-bottom: 4px; }
.info-value { font-size: 14px; color: var(--ink); line-height: 1.6; }
.info-value a { color: var(--green); text-decoration: none; }
.info-value a:hover { color: var(--gold); }
.fair-chip { background: var(--green); padding: 12px 16px; border-radius: 2px; text-align: center; }
.fair-chip-city { font-family: var(--serif); font-size: 15px; color: var(--warm-white); }
.fair-chip-date { font-size: 10px; color: rgba(255, 255, 255, 0.6); margin-top: 2px; }

/* ═══ FOOTER ════════════════════════════════════════════════ */
.site-footer {
  background: var(--ink); color: rgba(255, 255, 255, 0.45);
  padding: 40px var(--pad-x);
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 20px;
}
.footer-logo img { height: 32px; width: auto; display: block; }
.footer-cert { font-size: 11px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255, 255, 255, 0.25); }
.footer-contact { font-size: 12px; font-weight: 300; line-height: 1.8; text-align: right; }
.footer-contact a { color: var(--gold-light); text-decoration: none; }
.footer-contact a:hover { color: var(--gold); }

@media (max-width: 767.98px) {
  .site-footer { flex-direction: column; align-items: flex-start; }
  .footer-contact { text-align: left; }
}

/* ═══ ACCESIBILITATE ════════════════════════════════════════ */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 1100;
  background: var(--green); color: var(--warm-white);
  padding: 12px 20px; font-size: 13px; text-decoration: none;
}
.skip-link:focus { left: 0; color: var(--warm-white); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
