/* catalog.css — stiluri pentru hub-ul si paginile de categorie/linie Blum
   (catalog/blum.html + catalog/blum-cat/*.html).
   Scris de mana. Derivat din chrome-ul OTTO (catalog/hafele-cat/catalog.css),
   cu componente proprii Blum: carduri categorie, carduri linie, chips L3,
   lista de documente PDF, banda de fotografii de aplicare.
   Brand OTTO: #FF8800, Cormorant + DM Sans (+ stratul redesign 2026). */
@import url("/fonts/redesign-2026.css");

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --orange: #FF8800; --orange-deep: #E67500; --orange-light: #FFA033;
  --cream-1: #F5E6BC; --cream-2: #FFF8E1;
  --dark: #1A1A1A; --text: #14110F; --text-soft: #4A4540; --text-mute: #6F675C;
  /* REDESIGN 2026: --serif = alias spre Space Grotesk (titlurile migreaza singure) */
  --serif: 'Space Grotesk', 'DM Sans', system-ui, sans-serif;
  --sans: 'Archivo', 'DM Sans', system-ui, sans-serif;
  --mono: 'Space Mono', ui-monospace, Menlo, Consolas, monospace;
  --grotesk: 'Space Grotesk', 'DM Sans', system-ui, sans-serif;
  --rd-ink: #14110F; --rd-paper: #F5F2EC; --hair: rgba(20,17,15,0.14);
  --ease: cubic-bezier(.2,.85,.3,1);
}
html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--rd-paper); color: var(--text); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.has-topbar { padding-top: 38px; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; cursor: pointer; background: none; border: none; color: inherit; }

/* ---- Topbar ---- */
.topbar { position: fixed; top: 0; left: 0; right: 0; z-index: 99; background: var(--dark); color: rgba(255,255,255,0.85); height: 38px; padding: 0 clamp(1rem, 4vw, 4rem); display: flex; align-items: center; justify-content: center; gap: 1.5rem; font-size: 13px; letter-spacing: 0.05em; border-bottom: 1px solid rgba(230,215,184,0.25); white-space: nowrap; }
.topbar-phone { color: rgba(255,255,255,0.85); text-decoration: none; display: inline-flex; align-items: center; gap: 0.4rem; transition: color 0.25s; }
.topbar-phone:hover { color: var(--orange-light); }
.topbar-phone-label { color: var(--orange); font-weight: 500; text-transform: uppercase; letter-spacing: 0.14em; font-size: 11px; }
@media (max-width: 760px) {
  .topbar { gap: 0.8rem; font-size: 11px; padding: 0 0.8rem; }
  .topbar-phone-label { font-size: 10px; letter-spacing: 0.08em; }
}
/* 3 telefoane pe un rand: sub 700px etichetele nu mai incap — raman numerele */
@media (max-width: 700px) {
  .topbar { gap: 0.6rem; }
  .topbar-phone-label { display: none; }
}

/* ---- Skip to content (vizibil doar la focus cu tastatura) ---- */
.skip-link { position: absolute; left: 1rem; top: -120%; z-index: 10000; background: var(--dark); color: #fff; padding: 0.7rem 1.2rem; border-radius: 8px; font-family: var(--sans); font-size: 0.9rem; font-weight: 500; text-decoration: none; transition: top 0.3s var(--ease); }
.skip-link:focus-visible { top: 1rem; }

/* ---- Nav ---- */
nav.site-nav { position: fixed; top: 38px; left: 0; right: 0; z-index: 90; display: flex; align-items: center; justify-content: space-between; padding: 1.1rem clamp(1rem, 4vw, 4rem); background: #FFFFFF; border-bottom: 1px solid rgba(0,0,0,0.06); transition: padding 0.35s, background 0.4s var(--ease), box-shadow 0.35s, border-color 0.4s; }
nav.site-nav.scrolled { padding: 0.7rem clamp(1rem, 4vw, 4rem); background: #FFFFFF; box-shadow: 0 4px 30px rgba(0,0,0,0.08); }
.nav-logo { text-decoration: none; display: flex; align-items: center; }
.nav-logo-img { height: 65px; width: auto; transition: height 0.35s; }
nav.site-nav.scrolled .nav-logo-img { height: 52px; }
.nav-links { display: flex; list-style: none; gap: 1.7rem; align-items: center; }
.nav-links a { font-size: 0.92rem; font-weight: 500; color: var(--text); text-decoration: none; transition: color 0.3s; position: relative; }
.nav-links a::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background: var(--orange); transition: width 0.4s var(--ease); }
.nav-links a:hover, .nav-links a.active { color: var(--orange); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-cta { font-size: 0.86rem; font-weight: 600; color: #fff; background: var(--orange); padding: 0.72rem 1.5rem; text-decoration: none; transition: background 0.3s, transform 0.2s, box-shadow 0.3s; border-radius: var(--radius-sm, 6px); box-shadow: 0 8px 20px -8px rgba(230,117,0,.7); }
.nav-cta:hover { background: var(--orange-deep); transform: translateY(-2px); box-shadow: 0 12px 26px -8px rgba(230,117,0,.8); }
.menu-toggle { display: none; width: 40px; height: 40px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--orange); transition: transform 0.35s, opacity 0.25s; }
.menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 0; background: rgba(255,255,255,0.98); backdrop-filter: blur(20px); z-index: 100; padding: 6rem 2rem 2rem; display: none; flex-direction: column; overflow-y: auto; opacity: 0; pointer-events: none; transition: opacity 0.35s; }
.mobile-menu.active { opacity: 1; pointer-events: auto; }
.mobile-menu a { display: block; padding: 1.2rem 0; border-bottom: 1px solid rgba(255,136,0,0.15); font-size: 1.4rem; font-family: var(--serif); color: var(--text); text-decoration: none; }
.mobile-menu a:hover, .mobile-menu a.active { color: var(--orange); padding-left: 0.5rem; }
.mobile-menu-cta { margin-top: 2rem; text-align: center; padding: 1rem 2rem !important; background: var(--orange); color: #fff !important; border-bottom: none !important; text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.85rem !important; font-family: var(--sans) !important; border-radius: var(--radius-sm, 6px); }
.mobile-menu-close { position: absolute; top: 1.2rem; right: 1.2rem; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; color: var(--dark); transition: color 0.25s; }
.mobile-menu-close:hover { color: var(--orange); }
.mobile-menu-close svg { width: 24px; height: 24px; }
@media (max-width: 900px) {
  .nav-links, .nav-cta { display: none; }
  .menu-toggle { display: flex; }
  .mobile-menu { display: flex; }
  nav.site-nav { padding: 0.7rem 1.2rem; }
  .nav-logo-img { height: 48px; }
}

/* ---- Breadcrumb ---- */
.breadcrumb { max-width: 1400px; margin: 0 auto; padding: 9.5rem clamp(1.5rem, 6vw, 6rem) 0.4rem; font-size: 11.5px; color: var(--text-mute); font-family: var(--mono); letter-spacing: 0.14em; text-transform: uppercase; }
.breadcrumb a { color: var(--text-mute); text-decoration: none; transition: color 0.25s; }
.breadcrumb a:hover { color: var(--orange); }
@media (max-width: 800px) { .breadcrumb { padding-top: 8rem; } }

/* ---- Hero furnizor / categorie ---- */
.supplier-hero { padding: 1.2rem clamp(1.5rem, 6vw, 6rem) 2.2rem; background: linear-gradient(180deg, #FFFFFF 0%, var(--cream-2) 100%); border-bottom: 1px solid rgba(0,0,0,0.05); }
.supplier-hero-inner { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; }
.hero-eyebrow { display: inline-block; font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: #B4530A; background: rgba(255,136,0,0.1); padding: 0.3rem 0.7rem; border-radius: 999px; font-weight: 700; margin-bottom: 0.7rem; }
.supplier-hero h1 { font-family: var(--grotesk); font-size: clamp(1.9rem, 4.5vw, 3.1rem); font-weight: 600; line-height: 1.06; letter-spacing: -0.02em; margin-bottom: 0.55rem; }
.supplier-hero h1 em { color: var(--orange); font-style: normal; }
.supplier-hero p.lead { color: var(--text-soft); font-size: 1rem; max-width: 700px; line-height: 1.65; }
.hero-stats { display: flex; gap: 1.8rem; padding-bottom: 0.3rem; }
.hero-stat { text-align: right; }
.hero-stat b { display: block; font-family: var(--grotesk); font-size: 1.7rem; font-weight: 600; color: var(--dark); line-height: 1.1; }
.hero-stat span { font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-mute); }
@media (max-width: 800px) {
  .supplier-hero-inner { grid-template-columns: 1fr; gap: 1.2rem; }
  .hero-stats { justify-content: flex-start; }
  .hero-stat { text-align: left; }
}

/* ---- Cautare Blum (hub) ---- */
.blm-search { max-width: 1400px; margin: 1.6rem auto 0; padding: 0 clamp(1.5rem, 6vw, 6rem); }
.search-wrap { position: relative; max-width: 560px; }
.search-wrap input { width: 100%; padding: 0.85rem 1.2rem 0.85rem 2.7rem; background: #fff; border: 1px solid rgba(0,0,0,0.12); font-family: var(--sans); font-size: 0.95rem; border-radius: 50px; transition: border-color 0.3s, box-shadow 0.3s; }
.search-wrap input:focus { outline: none; border-color: var(--orange); box-shadow: 0 6px 25px rgba(255,136,0,0.12); }
.search-wrap svg { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; color: var(--text-mute); stroke: currentColor; fill: none; stroke-width: 2; }
.blm-search-results { max-width: 560px; margin-top: 0.5rem; background: #fff; border: 1px solid rgba(0,0,0,0.09); border-radius: 12px; box-shadow: 0 18px 45px rgba(0,0,0,0.1); overflow: hidden; display: none; }
.blm-search-results.vis { display: block; }
.blm-sr { display: flex; align-items: center; gap: 0.8rem; padding: 0.6rem 0.9rem; text-decoration: none; border-bottom: 1px solid rgba(0,0,0,0.05); transition: background 0.15s; }
.blm-sr:last-child { border-bottom: none; }
.blm-sr:hover { background: var(--cream-2); }
.blm-sr img { width: 44px; height: 44px; object-fit: contain; flex: none; background: #fff; border: 1px solid rgba(0,0,0,0.06); border-radius: 6px; padding: 3px; }
.blm-sr-name { font-size: 0.87rem; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.blm-sr-code { font-family: var(--mono); font-size: 0.7rem; color: #B4530A; font-weight: 700; }
.blm-sr-empty { padding: 0.9rem 1rem; font-size: 0.85rem; color: var(--text-mute); font-style: italic; }

/* ---- Sectiuni generice ---- */
.blm-main { max-width: 1400px; margin: 0 auto 5rem; padding: 0 clamp(1.5rem, 6vw, 6rem); }
.blm-section { margin-top: 2.6rem; }
.blm-section > h2 { font-family: var(--grotesk); font-size: 1.35rem; font-weight: 600; margin-bottom: 1.1rem; padding-bottom: 0.5rem; border-bottom: 1px solid rgba(20,17,15,0.12); position: relative; }
.blm-section > h2::after { content: ''; position: absolute; left: 0; bottom: -1px; width: 56px; height: 2px; background: var(--orange); }
.blm-section > .section-sub { font-size: 0.9rem; color: var(--text-mute); margin: -0.6rem 0 1.1rem; }

/* ---- Carduri de categorie (hub) ---- */
.cat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.3rem; }
.cat-card { display: flex; flex-direction: column; background: #fff; border: 1px solid rgba(0,0,0,0.07); border-radius: 10px; overflow: hidden; text-decoration: none; color: var(--text); transition: transform 0.3s var(--ease), box-shadow 0.3s, border-color 0.3s; }
.cat-card:hover { transform: translateY(-4px); box-shadow: 0 14px 38px rgba(0,0,0,0.12); border-color: rgba(255,136,0,0.35); }
.cat-card:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }
.cat-card-img { aspect-ratio: 16/9; background: var(--cream-2); overflow: hidden; position: relative; }
.cat-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.cat-card:hover .cat-card-img img { transform: scale(1.045); }
.cat-card-img.is-render img { object-fit: contain; padding: 1.2rem; background: #fff; }
.cat-card-count { position: absolute; top: 10px; right: 10px; background: rgba(26,26,26,0.85); color: #fff; font-family: var(--mono); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.04em; padding: 4px 10px; border-radius: 999px; }
.cat-card-body { padding: 1.1rem 1.2rem 1.25rem; display: flex; flex-direction: column; gap: 0.4rem; flex: 1; }
.cat-card-body h3 { font-family: var(--grotesk); font-size: 1.12rem; font-weight: 600; letter-spacing: -0.01em; line-height: 1.25; }
.cat-card-body p { font-size: 0.86rem; color: var(--text-soft); line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.cat-card-lines { margin-top: auto; padding-top: 0.6rem; font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.05em; text-transform: uppercase; color: #B4530A; }

/* ---- Carduri de linie (pagina de categorie) ---- */
.line-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.2rem; }
.line-card { display: flex; flex-direction: column; background: #fff; border: 1px solid rgba(0,0,0,0.07); border-radius: 10px; overflow: hidden; text-decoration: none; color: var(--text); transition: transform 0.3s var(--ease), box-shadow 0.3s, border-color 0.3s; }
.line-card:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,0.11); border-color: rgba(255,136,0,0.35); }
.line-card:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }
.line-card-img { aspect-ratio: 4/3; background: var(--cream-2); overflow: hidden; }
.line-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.line-card:hover .line-card-img img { transform: scale(1.04); }
.line-card-img.is-render img { object-fit: contain; padding: 1rem; background: #fff; }
.line-card-body { padding: 1rem 1.1rem 1.15rem; display: flex; flex-direction: column; gap: 0.35rem; flex: 1; }
.line-card-body h3 { font-family: var(--grotesk); font-size: 1.05rem; font-weight: 600; line-height: 1.25; }
.line-card-body p { font-size: 0.84rem; color: var(--text-soft); line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.line-card-count { margin-top: auto; padding-top: 0.5rem; font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.05em; text-transform: uppercase; color: var(--text-mute); }

/* ---- Chips filtre L3 (pagina de linie) ---- */
.chips-row { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1.3rem; }
.chip { padding: 0.45rem 1rem; border: 1px solid rgba(0,0,0,0.14); border-radius: 50px; background: #fff; font-size: 0.83rem; color: var(--text-soft); transition: border-color 0.2s, background 0.2s, color 0.2s; }
.chip:hover { border-color: var(--orange); color: var(--orange-deep); }
.chip.active { background: var(--dark); border-color: var(--dark); color: #fff; }
.chip span { font-family: var(--mono); font-size: 0.68rem; color: inherit; opacity: 0.65; margin-left: 0.3rem; }
.line-filter { margin-bottom: 1.1rem; }
.results-count { font-family: var(--serif); font-style: italic; color: var(--text-mute); font-size: 0.95rem; margin-bottom: 1rem; }
.results-count strong { color: var(--orange-deep); font-style: normal; font-weight: 500; }

/* ---- Grid produse (pagina de linie) ---- */
.prod-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1.2rem; }
.blm-card { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid rgba(0,0,0,0.06); border-radius: 6px; overflow: hidden; color: var(--text); text-decoration: none; transition: transform 0.3s var(--ease), box-shadow 0.3s, border-color 0.3s; }
.blm-card:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0,0,0,0.12); border-color: rgba(255,136,0,0.3); }
.blm-card:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }
.blm-card.hid { display: none; }
.blm-swatch { aspect-ratio: 1; background: #fff; overflow: hidden; position: relative; border-bottom: 1px solid rgba(0,0,0,0.04); }
.blm-swatch img { width: 100%; height: 100%; object-fit: contain; padding: 14px; transition: transform 0.4s var(--ease); }
.blm-card:hover .blm-swatch img { transform: scale(1.05); }
.blm-swatch .no-img { display: flex; align-items: center; justify-content: center; height: 100%; color: var(--text-mute); font-size: 0.75rem; font-style: italic; background: var(--cream-2); }
.blm-badge { position: absolute; top: 8px; right: 8px; background: var(--orange); color: #fff; padding: 3px 10px; border-radius: 12px; font-size: 0.68rem; font-weight: 500; letter-spacing: 0.02em; }
.blm-info { padding: 0.9rem 0.95rem 1rem; flex: 1; display: flex; flex-direction: column; }
.blm-cat { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--orange-deep); margin-bottom: 0.4rem; }
.blm-name { font-family: var(--serif); font-size: 1rem; line-height: 1.25; font-weight: 400; margin-bottom: 0.4rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.blm-sku { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.03em; color: #B4530A; font-weight: 700; margin-top: auto; }
.no-results { text-align: center; padding: 4rem 1rem; color: var(--text-mute); font-family: var(--serif); font-style: italic; font-size: 1.1rem; }
@media (max-width: 700px) {
  .prod-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 0.8rem; }
  .blm-name { font-size: 0.92rem; -webkit-line-clamp: 2; }
}
@media (max-width: 560px) {
  .prod-grid { grid-template-columns: 1fr; gap: 0.6rem; }
  .blm-card { flex-direction: row; align-items: stretch; }
  .blm-swatch { flex: 0 0 86px; width: 86px; aspect-ratio: 1; border-bottom: none; border-right: 1px solid rgba(0,0,0,0.04); }
  .blm-swatch img { padding: 0.45rem; }
  .blm-info { flex: 1; min-width: 0; padding: 0.55rem 0.8rem; justify-content: center; }
  .blm-name { font-size: 0.92rem; -webkit-line-clamp: 2; min-height: 0; }
  .blm-sku { margin-top: 0.2rem; }
}

/* ---- Logo-uri tehnologie (BLUMOTION, TIP-ON, SERVO-DRIVE) ---- */
.tech-logos { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; margin: 0.9rem 0 0; }
.tech-logos img { height: 26px; width: auto; opacity: 0.85; }

/* ---- Documente PDF ---- */
.docs-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 0.7rem; }
.doc-row { display: flex; align-items: center; gap: 0.8rem; padding: 0.75rem 0.95rem; background: #fff; border: 1px solid rgba(0,0,0,0.08); border-radius: 8px; text-decoration: none; color: var(--text); transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s; }
.doc-row:hover { border-color: rgba(255,136,0,0.45); box-shadow: 0 8px 22px rgba(0,0,0,0.08); transform: translateY(-1px); }
.doc-ico { flex: none; width: 38px; height: 38px; border-radius: 8px; background: rgba(255,136,0,0.1); color: #B4530A; display: flex; align-items: center; justify-content: center; }
.doc-ico svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; }
.doc-name { font-size: 0.85rem; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.doc-kind { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-mute); display: block; margin-top: 0.15rem; }

/* ---- Video montaj (carduri click-to-play) ---- */
.video-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 0.9rem; }
.video-card { display: block; background: #fff; border: 1px solid rgba(0,0,0,0.08); border-radius: 8px; overflow: hidden; text-decoration: none; color: var(--text); transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s; }
.video-card:hover { border-color: rgba(255,136,0,0.45); box-shadow: 0 8px 22px rgba(0,0,0,0.08); transform: translateY(-1px); }
.video-thumb { position: relative; display: block; aspect-ratio: 40 / 17; background: #14110F; }
.video-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.video-play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.video-play svg { width: 44px; height: 44px; padding: 11px; box-sizing: content-box; border-radius: 50%; background: rgba(20,17,15,0.72); fill: #fff; transition: background 0.2s, transform 0.2s; }
.video-card:hover .video-play svg { background: var(--orange); transform: scale(1.06); }
.video-card video { width: 100%; aspect-ratio: 40 / 17; display: block; background: #000; }
.video-meta { display: block; padding: 0.6rem 0.8rem; }
.video-name { font-size: 0.85rem; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.video-kind { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-mute); display: block; margin-top: 0.15rem; }
.video-more { display: inline-block; margin-top: 0.7rem; font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange-deep); text-decoration: none; transition: color 0.2s; }
.video-more:hover { color: var(--orange); }

/* ---- Banda foto de aplicare ---- */
.photo-strip { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 0.8rem; }
.photo-strip figure { margin: 0; border-radius: 8px; overflow: hidden; background: var(--cream-2); aspect-ratio: 4/3; }
.photo-strip img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.45s var(--ease); }
.photo-strip figure:hover img { transform: scale(1.04); }

/* ---- CTA banda jos ---- */
.blm-cta-band { margin-top: 3rem; background: var(--dark); border-radius: 12px; padding: 2rem clamp(1.2rem, 4vw, 2.6rem); display: flex; align-items: center; justify-content: space-between; gap: 1.4rem; flex-wrap: wrap; }
.blm-cta-band h2 { font-family: var(--grotesk); color: #fff; font-size: 1.3rem; font-weight: 600; line-height: 1.3; }
.blm-cta-band p { color: rgba(255,255,255,0.65); font-size: 0.9rem; max-width: 560px; }
.blm-cta-band .cta-btn { display: inline-block; background: var(--orange); color: #14110F; padding: 0.8rem 1.7rem; border-radius: 8px; text-decoration: none; font-size: 0.88rem; font-weight: 700; transition: background 0.25s, transform 0.2s; white-space: nowrap; }
.blm-cta-band .cta-btn:hover { background: #fff; transform: translateY(-2px); }

/* ---- Footer ---- */
footer.site-footer { background: var(--dark); color: rgba(255,255,255,0.85); padding: 4rem clamp(1.5rem, 6vw, 6rem) 2rem; }
.footer-grid { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-brand img { height: 60px; width: auto; margin-bottom: 1.2rem; filter: brightness(0) invert(1); opacity: 0.95; }
.footer-brand p { color: rgba(255,255,255,0.6); font-size: 0.9rem; line-height: 1.6; max-width: 320px; }
.footer-col h4 { font-family: var(--serif); font-size: 1.05rem; font-weight: 400; color: #fff; margin-bottom: 1.2rem; }
.footer-col a { display: block; font-size: 0.88rem; color: rgba(255,255,255,0.7); text-decoration: none; margin-bottom: 0.7rem; transition: color 0.3s, padding-left 0.3s; }
.footer-col a:hover { color: var(--orange); padding-left: 6px; }
.footer-program { font-size: 0.88rem; color: rgba(255,255,255,0.7); margin-bottom: 0.7rem; }
.footer-bottom { max-width: 1400px; margin: 0 auto; padding-top: 2rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; color: rgba(255,255,255,0.5); font-size: 0.78rem; }
.footer-legal { display: flex; gap: 1.2rem; }
.footer-legal a { color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.3s; }
.footer-legal a:hover { color: var(--orange); }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } .footer-bottom { flex-direction: column; text-align: center; } }

/* ---- Cookie consent ---- */
#otto-consent { position: fixed; bottom: 0; left: 0; right: 0; z-index: 99999; background: #1A1A1A; color: #fff; padding: 1rem 2rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; font-size: 14px; box-shadow: 0 -4px 24px rgba(0,0,0,0.35); transform: translateY(100%); transition: transform 0.4s cubic-bezier(.16,1,.3,1); }
#otto-consent.vis { transform: translateY(0); }
#otto-consent p { margin: 0; color: #bbb; line-height: 1.5; flex: 1; }
#otto-consent a { color: #FF8800; text-decoration: underline; }
#otto-cb { display: flex; gap: .75rem; flex-shrink: 0; }
#otto-ca { background: #FF8800; color: #fff; padding: .6rem 1.5rem; border-radius: var(--radius-sm, 6px); font-size: 13px; font-weight: 600; transition: background .2s; }
#otto-ca:hover { background: #E67500; }
#otto-cr { background: transparent; color: #bbb; border: 1px solid #444; padding: .6rem 1.5rem; border-radius: var(--radius-sm, 6px); font-size: 13px; transition: border-color .2s, color .2s; }
#otto-cr:hover { border-color: #999; color: #fff; }
@media (max-width: 600px) { #otto-consent { flex-direction: column; align-items: flex-start; padding: 1rem 1.2rem; gap: 1rem; } #otto-cb { width: 100%; } #otto-ca, #otto-cr { flex: 1; text-align: center; } }

/* ---- REDESIGN 2026 TOTAL (2026-07-18) — aliniat cu catalog/hafele ----
   Paper #F5F2EC, Space Grotesk 700 UPPERCASE pe titluri, Archivo body, Space
   Mono pe etichete, radius 8, carduri hairline + hover accent. Strat aditiv:
   nu redenumeste clase/ID-uri (contractul cu blum-shared.js ramane neatins).
   ATENTIE: regulile de aici bat media query-urile mobile de mai sus (aceeasi
   specificitate, ordine) — nu seta aici proprietati pe care mobilele le
   suprascriu (font-size .blm-name, directia .blm-card etc.). */
.breadcrumb { font-size: 11px; letter-spacing: 0.16em; }
.supplier-hero { background: transparent; border-bottom: 1px solid var(--hair); }
.hero-eyebrow { background: transparent; border: 1px solid var(--hair); border-radius: 6px; color: #A85100; letter-spacing: 0.18em; }
.supplier-hero h1 { text-transform: uppercase; font-weight: 700; letter-spacing: -0.01em; }
.hero-stat b { font-weight: 700; }
.search-wrap input { border-radius: 8px; border-color: var(--hair); }
.search-wrap input:focus { box-shadow: 0 0 0 3px rgba(255,136,0,.16); }
.blm-search-results { border-radius: 8px; border-color: var(--hair); box-shadow: 0 20px 44px rgba(20,17,15,0.12); }
.blm-sr:hover { background: rgba(255,136,0,0.07); }
.blm-sr img { border-color: var(--hair); border-radius: 6px; }
.blm-section > h2 { text-transform: uppercase; font-weight: 700; letter-spacing: 0.02em; font-size: 1.25rem; border-bottom-color: var(--hair); }
.blm-section > h2::after { height: 3px; }
.cat-card, .line-card { border-radius: 8px; border-color: var(--hair); }
.cat-card:hover, .line-card:hover { transform: translateY(-5px); box-shadow: 0 20px 44px rgba(20,17,15,0.10); border-color: var(--orange); }
.cat-card-img, .line-card-img { background: #FAF7F1; }
.cat-card-count { border-radius: 6px; letter-spacing: 0.08em; }
.cat-card-body h3, .line-card-body h3 { text-transform: uppercase; letter-spacing: 0.01em; font-size: 1.02rem; }
.chip { border-radius: 8px; border-color: var(--hair); }
.chip.active { background: var(--rd-ink); border-color: var(--rd-ink); }
.results-count { font-family: var(--mono); font-style: normal; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; }
.results-count strong { color: #A85100; font-weight: 700; }
.blm-card { border-radius: 8px; border-color: var(--hair); }
.blm-card:hover { transform: translateY(-5px); box-shadow: 0 20px 44px rgba(20,17,15,0.10); border-color: var(--orange); }
.blm-badge { border-radius: 6px; font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 700; color: #14110F; }
.blm-name { font-family: var(--sans); font-weight: 600; line-height: 1.35; }
.no-results { font-family: var(--serif); font-style: normal; font-weight: 600; text-transform: uppercase; font-size: 0.95rem; letter-spacing: 0.06em; }
.doc-row, .video-card { border-radius: 8px; border-color: var(--hair); }
.doc-row:hover, .video-card:hover { border-color: var(--orange); box-shadow: 0 12px 28px rgba(20,17,15,0.10); }
.doc-ico { border-radius: 6px; }
.photo-strip figure { border-radius: 8px; background: #FAF7F1; }
.blm-cta-band { border-radius: 8px; }
.blm-cta-band h2 { text-transform: uppercase; font-weight: 700; letter-spacing: 0.02em; }
