/*
Theme Name: Medival
Theme URI: https://medival.net
Author: Softbase
Author URI: https://softbase.si
Description: Custom WooCommerce theme for Medival d.o.o. — medicinska, reševalna in izobraževalna oprema. B2B inquiry catalog, no page builder, self-hosted fonts, optimized.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: medival
WC requires at least: 8.0
WC tested up to: 10.8
*/

/* ============================================================
   1. Tokens
   ============================================================ */
:root {
  --primary: #D51B57;
  --primary-hover: #B91649;
  --ink: #5B737F;          /* slate – headings */
  --text: #46565e;         /* body text (readable slate) */
  --muted: #80949e;
  --muted-light: #AABAC2;
  --green: #11a36a;
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-2: #f5f7f9;
  --header-bg: #5B737F;
  --header-bg-dark: #3d525c;
  --footer-bg: #38505b;
  --footer-bg-dark: #2e434c;
  --border: #E5EAED;
  --border-2: #d7dee2;
  --shadow-sm: 0 2px 10px rgba(33, 54, 64, .06);
  --shadow: 0 12px 34px rgba(33, 54, 64, .10);
  --shadow-lg: 0 22px 60px rgba(33, 54, 64, .14);
  --radius: 10px;
  --radius-lg: 25px;
  --container: 1320px;
  --gap: 24px;
  --font-head: 'Poppins', system-ui, sans-serif;
  --font-body: 'Roboto', system-ui, sans-serif;
}

/* ============================================================
   2. Reset / base
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.mv-no-scroll { overflow: hidden; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--primary); text-decoration: none; transition: color .2s; }
a:hover { color: var(--primary-hover); }
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--ink); line-height: 1.2; font-weight: 600; margin: 0 0 .5em; }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; }
button { font-family: inherit; cursor: pointer; }
iframe { border: 0; display: block; }
.mv-icon { flex: 0 0 auto; vertical-align: middle; }
.mv-flip { transform: scaleX(-1); }
.mv-muted { color: var(--muted); }
.mv-center { text-align: center; }

.mv-container { width: 100%; max-width: var(--container); margin: 0 auto; padding-left: 20px; padding-right: 20px; }
.mv-skip { position: absolute; left: -9999px; top: 0; background: #fff; padding: 10px 16px; z-index: 1000; border-radius: 8px; }
.mv-skip:focus { left: 16px; top: 16px; }

/* ============================================================
   3. Buttons
   ============================================================ */
.mv-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-head); font-weight: 600; font-size: 15px; line-height: 1;
  padding: 13px 24px; border-radius: var(--radius); border: 1.5px solid transparent;
  transition: all .22s ease; cursor: pointer; text-align: center; white-space: nowrap;
}
.mv-btn .mv-icon { width: 17px; height: 17px; }
.mv-btn-primary { background: var(--primary); color: #fff; border-color: var(--primary); }
.mv-btn-primary:hover { background: var(--primary-hover); border-color: var(--primary-hover); color: #fff; transform: translateY(-1px); }
.mv-btn-ghost { background: transparent; color: var(--ink); border-color: var(--border-2); }
.mv-btn-ghost:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.mv-btn-text { background: transparent; color: var(--ink); padding: 8px 0; }
.mv-btn-text:hover { color: var(--primary); }
.mv-btn-text .mv-icon { width: 17px; height: 17px; transition: transform .2s; }
.mv-btn-text:hover .mv-icon { transform: translateX(3px); }
.mv-btn-block { width: 100%; }
.mv-btn-lg { padding: 16px 30px; font-size: 16px; }
.mv-btn-sm { padding: 10px 18px; font-size: 14px; }

/* ============================================================
   4. Header
   ============================================================ */
.mv-header { position: sticky; top: 0; z-index: 200; background: #fff; transition: box-shadow .25s; }
.mv-header.is-stuck { box-shadow: 0 4px 18px rgba(33, 54, 64, .08); }

/* Top info bar — dark, thin, subtle */
.mv-topbar { background: #38505b; color: #b7c6cd; font-size: 13.5px; }
.mv-topbar-inner { display: flex; align-items: center; gap: 20px; min-height: 42px; }
.mv-topbar-help { color: #94a8b0; }
.mv-topbar-link { display: inline-flex; align-items: center; gap: 8px; color: #dde6e9; font-weight: 500; padding: 4px 2px; transition: color .2s; }
.mv-topbar-link .mv-icon { width: 16px; height: 16px; color: var(--muted-light); transition: color .2s; }
.mv-topbar-link:hover { color: var(--primary); }
.mv-topbar-link:hover .mv-icon { color: var(--primary); }
.mv-topbar-hours { display: inline-flex; align-items: center; gap: 8px; margin-left: auto; color: #b7c6cd; }
.mv-topbar-hours .mv-icon { width: 16px; height: 16px; color: var(--muted-light); }
.mv-topbar-hours strong { color: #fff; font-weight: 600; }

/* Main bar — white, airy */
.mv-headbar { background: #fff; border-bottom: 1px solid #eceff1; }
.mv-headbar-inner { display: flex; align-items: center; gap: 24px; min-height: 84px; }
.mv-logo { display: inline-flex; align-items: center; flex: 0 0 auto; }
.mv-logo-img { height: 50px; width: auto; display: block; }
.mv-nav-wrap { margin-left: auto; }

/* CTA — elegant, no divider */
.mv-header-cta { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-head); font-weight: 600; font-size: 15px; color: #fff; background: var(--primary); padding: 13px 24px; border-radius: var(--radius); white-space: nowrap; transition: background .2s, box-shadow .2s, transform .2s; margin-left: 10px; box-shadow: 0 3px 10px rgba(213, 27, 87, .16); }
.mv-header-cta:hover { background: var(--primary-hover); color: #fff; transform: translateY(-1px); box-shadow: 0 5px 14px rgba(213, 27, 87, .22); }
.mv-header-cta:focus-visible { outline: 2px solid var(--primary); outline-offset: 2px; }
.mv-header-cta .mv-icon { width: 17px; height: 17px; }

/* Header search (icon -> modal) */
.mv-search-toggle { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 10px; background: var(--surface-2); border: 1px solid var(--border); color: var(--ink); cursor: pointer; flex: 0 0 auto; transition: color .2s, border-color .2s, background .2s; }
.mv-search-toggle:hover { color: var(--primary); border-color: var(--primary); }
.mv-search-toggle .mv-icon { width: 20px; height: 20px; }
.mv-search-modal { position: fixed; inset: 0; z-index: 500; display: flex; align-items: flex-start; justify-content: center; padding: 12vh 20px 24px; }
.mv-search-modal[hidden] { display: none; }
.mv-search-modal-backdrop { position: absolute; inset: 0; background: rgba(20, 28, 33, .58); opacity: 0; transition: opacity .25s ease; }
.mv-search-modal.is-open .mv-search-modal-backdrop { opacity: 1; }
.mv-search-modal-box { position: relative; width: 100%; max-width: 640px; background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 36px 34px 28px; transform: translateY(-18px) scale(.98); opacity: 0; transition: transform .26s cubic-bezier(.16, 1, .3, 1), opacity .2s ease; }
.mv-search-modal.is-open .mv-search-modal-box { transform: none; opacity: 1; }
.mv-search-close { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border: 0; background: var(--surface-2); border-radius: 10px; color: var(--ink); cursor: pointer; transition: background .2s, color .2s; }
.mv-search-close:hover { background: var(--primary); color: #fff; }
.mv-search-close .mv-icon { width: 18px; height: 18px; }
.mv-search-modal-title { display: block; font-family: var(--font-head); font-weight: 700; font-size: 22px; color: var(--ink); margin-bottom: 18px; letter-spacing: -.01em; }
.mv-search-modal-form input[type="search"] { height: 56px; font-size: 17px; }
.mv-search-modal-hint { margin: 14px 0 0; font-size: 13.5px; color: var(--muted); }
.mv-search-form { position: relative; display: flex; align-items: center; }
.mv-search-form .mv-search-ico { position: absolute; left: 16px; display: inline-flex; color: var(--muted); pointer-events: none; }
.mv-search-form .mv-search-ico .mv-icon { width: 20px; height: 20px; }
.mv-search-form input[type="search"] { flex: 1; width: 100%; height: 52px; padding: 0 116px 0 46px; border: 1px solid var(--border-2); border-radius: var(--radius); background: var(--surface-2); font-family: var(--font-body); font-size: 16px; color: var(--ink); transition: border-color .18s, box-shadow .18s, background .18s; }
.mv-search-form input[type="search"]::placeholder { color: var(--muted); }
.mv-search-form input[type="search"]:focus { outline: none; border-color: var(--primary); background: #fff; box-shadow: 0 0 0 3px rgba(193, 39, 79, .12); }
.mv-search-form button[type="submit"] { position: absolute; right: 6px; top: 50%; transform: translateY(-50%); height: 40px; padding: 0 22px; border: 0; border-radius: 9px; background: var(--primary); color: #fff; font-family: var(--font-head); font-weight: 600; font-size: 14.5px; cursor: pointer; transition: background .2s; }
.mv-search-form button[type="submit"]:hover { background: var(--primary-hover); }
.mv-oc-search { padding: 18px 22px 6px; }
.mv-oc-search .mv-search-form input[type="search"] { height: 48px; font-size: 15px; padding-right: 92px; }
.mv-oc-search .mv-search-form button[type="submit"] { padding: 0 16px; height: 38px; }

/* Navigation — slate ink on white, pink active */
.mv-nav { list-style: none; display: flex; align-items: center; gap: 2px; }
.mv-nav > li { position: relative; }
.mv-nav > li > a {
  position: relative; display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-head); font-weight: 600; font-size: 16px; color: #41555d;
  padding: 16px 18px; border-radius: 8px; transition: color .2s;
}
.mv-nav > li > a::after {
  content: ""; position: absolute; left: 18px; right: 18px; bottom: 10px;
  height: 2px; background: var(--primary); border-radius: 2px;
  transform: scaleX(0); transform-origin: center; transition: transform .25s ease;
}
.mv-nav > li > a:hover { color: var(--primary); }
.mv-nav > li > a:focus-visible { outline: 2px solid var(--primary); outline-offset: -3px; border-radius: 8px; }
.mv-nav > li > a:hover::after, .mv-nav > li.is-current > a::after { transform: scaleX(1); }
.mv-nav > li.is-current > a { color: var(--primary); }
.mv-caret { width: 13px; height: 13px; transform: rotate(90deg); transition: transform .2s; opacity: .6; }
.mv-nav > li.has-mega:hover .mv-caret { transform: rotate(-90deg); opacity: 1; }

/* Mega menu */
.mv-mega {
  position: absolute; left: 50%; top: calc(100% + 15px); transform: translateX(-50%) translateY(8px);
  width: min(1100px, 94vw); background: #fff; border-radius: 16px; box-shadow: var(--shadow-lg);
  padding: 30px; opacity: 0; visibility: hidden; transition: all .22s ease; z-index: 50;
  border: 1px solid var(--border);
}
.mv-nav > li.has-mega:hover .mv-mega { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.mv-mega::before { content: ""; position: absolute; top: -15px; left: 0; right: 0; height: 15px; }
.mv-mega-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.mv-mega-title { display: block; font-family: var(--font-head); font-weight: 600; font-size: 16px; color: var(--ink); padding-bottom: 10px; margin-bottom: 8px; border-bottom: 2px solid var(--border); }
.mv-mega-title:hover { color: var(--primary); }
.mv-mega-col ul { list-style: none; }
.mv-mega-col li a { display: block; padding: 6px 0; color: var(--text); font-size: 14.5px; }
.mv-mega-col li a:hover { color: var(--primary); }

.mv-burger { display: none; background: var(--surface-2); border: 1px solid var(--border); color: var(--ink); width: 46px; height: 46px; border-radius: 10px; align-items: center; justify-content: center; margin-left: auto; cursor: pointer; }
.mv-burger .mv-icon { width: 24px; height: 24px; }
.mv-burger-close { display: none; }

/* Off-canvas */
.mv-offcanvas { position: fixed; top: 0; right: 0; height: 100%; width: 340px; max-width: 86vw; background: #fff; z-index: 400; transform: translateX(100%); transition: transform .3s ease; display: flex; flex-direction: column; box-shadow: var(--shadow-lg); }
.mv-offcanvas.is-open { transform: translateX(0); }
.mv-offcanvas-head { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; background: #fff; border-bottom: 1px solid var(--border); }
.mv-offcanvas-head .mv-logo-img { height: 40px; }
.mv-oc-close { background: var(--surface-2); border: 1px solid var(--border); color: var(--ink); width: 40px; height: 40px; border-radius: 9px; cursor: pointer; }
.mv-oc-nav { padding: 10px 8px; overflow-y: auto; flex: 1; }
.mv-oc-nav ul { list-style: none; }
.mv-oc-nav > ul > li > a, .mv-oc-toggle { display: flex; align-items: center; justify-content: space-between; width: 100%; background: none; border: 0; text-align: left; font-family: var(--font-head); font-weight: 600; font-size: 16px; color: var(--ink); padding: 14px 14px; border-radius: 10px; }
.mv-oc-nav > ul > li > a:hover, .mv-oc-toggle:hover { background: var(--surface-2); }
.mv-oc-toggle .mv-caret { transform: rotate(90deg); }
.mv-oc-toggle[aria-expanded="true"] .mv-caret { transform: rotate(-90deg); }
.mv-oc-sub { display: none; padding: 4px 8px 8px 18px; }
.mv-oc-sub.is-open { display: block; }
.mv-oc-cat { display: block; padding: 9px 10px; color: var(--text); font-size: 14.5px; border-radius: 8px; }
.mv-oc-cat:hover { background: var(--surface-2); color: var(--primary); }
.mv-oc-cat-top { font-family: var(--font-head); font-weight: 600; color: var(--ink); margin-top: 6px; }
.mv-oc-cat-child { padding-left: 26px; font-size: 13.5px; }
/* Collapsible category groups in the mobile menu */
.mv-oc-group-head { display: flex; align-items: center; }
.mv-oc-group-head .mv-oc-cat-top { flex: 1 1 auto; }
.mv-oc-group-toggle { flex: 0 0 auto; width: 38px; height: 38px; margin-top: 6px; display: inline-flex; align-items: center; justify-content: center; background: none; border: 0; border-radius: 8px; color: var(--ink); cursor: pointer; }
.mv-oc-group-toggle:hover { background: var(--surface-2); }
.mv-oc-group-toggle .mv-caret { transform: rotate(90deg); transition: transform .2s; }
.mv-oc-group-toggle[aria-expanded="true"] .mv-caret { transform: rotate(-90deg); }
.mv-oc-group-sub { display: none; }
.mv-oc-group-sub.is-open { display: block; }
.mv-oc-foot { border-top: 1px solid var(--border); padding: 16px 20px; display: grid; gap: 12px; }
.mv-oc-foot a { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 500; font-size: 14.5px; }
.mv-oc-foot .mv-icon { color: var(--primary); width: 18px; height: 18px; }
.mv-oc-cta { padding: 10px 16px 18px; }
.mv-oc-cta .mv-header-cta { display: flex; width: 100%; justify-content: center; margin-left: 0; }
.mv-oc-overlay { position: fixed; inset: 0; background: rgba(33, 54, 64, .5); z-index: 380; }

/* ============================================================
   5. Eyebrow + section heads
   ============================================================ */
.mv-section { padding: 88px 0; }
.mv-eyebrow { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-head); font-weight: 600; font-size: 13.5px; letter-spacing: .04em; text-transform: uppercase; color: var(--ink); background: var(--surface-2); border: 1px solid var(--border); padding: 9px 16px; border-radius: var(--radius-lg); margin-bottom: 18px; }
.mv-eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(17, 163, 106, .14); }
.mv-eyebrow-center { display: flex; width: max-content; max-width: 100%; margin-left: auto; margin-right: auto; }
.mv-section-title { font-size: clamp(27px, 3.2vw, 37px); margin-bottom: 14px; letter-spacing: -.015em; }
.mv-section-intro { font-size: 16.5px; color: var(--muted); max-width: 640px; margin: -2px 0 0; line-height: 1.6; }
.mv-center + .mv-section-intro, .mv-section-title.mv-center + .mv-section-intro { margin-left: auto; margin-right: auto; }
.mv-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 34px; }
.mv-section-head .mv-section-title { margin-bottom: 0; }
.mv-section-foot { text-align: center; margin-top: 36px; }
.mv-slider-nav { display: flex; gap: 10px; flex: 0 0 auto; }
.mv-snav { width: 42px; height: 42px; border-radius: 50%; background: #fff; border: 1px solid var(--border-2); color: var(--ink); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background .2s, color .2s, border-color .2s, transform .2s; }
.mv-snav:hover { background: var(--primary); color: #fff; border-color: var(--primary); transform: translateY(-1px); }
.mv-snav .mv-icon { width: 18px; height: 18px; }
.mv-center.mv-section-title { text-align: center; }

/* ============================================================
   6. Hero
   ============================================================ */
.mv-hero { position: relative; background: radial-gradient(120% 90% at 88% 12%, rgba(213, 27, 87, .055), transparent 48%), radial-gradient(90% 80% at 8% 95%, rgba(91, 115, 127, .06), transparent 55%), linear-gradient(180deg, var(--surface-2) 0%, #fff 100%); overflow: hidden; }
.mv-hero-track { position: relative; min-height: 540px; }
.mv-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .6s ease; display: flex; align-items: center; }
.mv-slide.is-active { opacity: 1; visibility: visible; position: relative; }
.mv-slide-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; padding: 56px 20px; width: 100%; min-height: 470px; }
.mv-slide-title { font-size: clamp(28px, 3.8vw, 46px); margin-bottom: 14px; letter-spacing: -.02em; }
.mv-slide-sub { font-size: clamp(16px, 1.7vw, 20px); color: var(--muted); font-family: var(--font-head); font-weight: 500; margin-bottom: 22px; }
.mv-slide-usp { list-style: none; display: grid; gap: 11px; margin-bottom: 28px; }
.mv-slide-usp li { display: flex; align-items: flex-start; gap: 11px; color: var(--text); font-size: 15.5px; }
.mv-slide-usp .mv-icon { width: 21px; height: 21px; color: #fff; background: var(--green); border-radius: 50%; padding: 4px; margin-top: 1px; }
.mv-slide-media { position: relative; display: flex; align-items: center; justify-content: flex-end; }
.mv-slide-media::before { content: ""; position: absolute; width: 82%; height: 82%; left: 50%; top: 50%; transform: translate(-50%, -50%); background: radial-gradient(circle at 62% 42%, rgba(213, 27, 87, .13), rgba(91, 115, 127, .14) 55%, transparent 72%); filter: blur(34px); z-index: 0; pointer-events: none; }
.mv-slide-media img { position: relative; z-index: 1; width: 100%; max-width: 500px; aspect-ratio: 1 / 1; height: auto; object-fit: contain; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 24px; box-shadow: 0 26px 55px rgba(33, 54, 64, .13); }
.mv-hero-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 50%; background: var(--border); border: 1px solid var(--border-2); color: var(--ink); display: flex; align-items: center; justify-content: center; z-index: 5; transition: all .2s; }
.mv-hero-nav .mv-icon { width: 17px; height: 17px; }
.mv-hero-nav:hover { background: var(--primary); color: #fff; border-color: var(--primary); }
.mv-hero-prev { left: max(18px, calc(50% - 705px)); }
.mv-hero-next { right: max(18px, calc(50% - 705px)); }
/* Mid widths: arrows fall back to the screen edge — give the slide content
   side padding so the arrows never overlap the text. */
@media (min-width: 1025px) and (max-width: 1470px) {
  .mv-slide-inner { padding-left: 72px; padding-right: 72px; }
}
.mv-hero-dots { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); display: flex; gap: 9px; z-index: 5; }
.mv-dot { width: 11px; height: 11px; border-radius: 50%; border: 0; background: var(--border-2); transition: all .2s; }
.mv-dot.is-active { background: var(--primary); width: 30px; border-radius: 6px; }

/* ============================================================
   7. Category cards
   ============================================================ */
.mv-cats .mv-section-title { display: block; }
.mv-cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--gap); margin-top: 34px; }
.mv-cat-card { position: relative; display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 30px 26px 28px; box-shadow: var(--shadow-sm); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.mv-cat-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: var(--border-2); }
.mv-cat-icon { display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 64px; border-radius: 18px; background: linear-gradient(135deg, rgba(213, 27, 87, .12), rgba(213, 27, 87, .03)); color: var(--primary); margin-bottom: 22px; transition: transform .3s ease, background .3s ease, color .3s ease; }
.mv-cat-icon .mv-icon { width: 30px; height: 30px; }
.mv-cat-card:hover .mv-cat-icon { background: var(--primary); color: #fff; transform: translateY(-2px); }
.mv-cat-body { display: flex; flex-direction: column; flex: 1; }
.mv-cat-body h3 { font-size: 20px; margin-bottom: 8px; color: var(--ink); transition: color .2s; }
.mv-cat-card:hover .mv-cat-body h3 { color: var(--primary); }
.mv-cat-body p { color: var(--muted); font-size: 14.5px; line-height: 1.55; margin: 0 0 16px; flex: 1; }
.mv-cat-link { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-head); font-weight: 600; font-size: 14.5px; color: var(--primary); margin-top: auto; }
.mv-cat-link .mv-icon { width: 17px; height: 17px; transition: transform .25s; }
.mv-cat-card:hover .mv-cat-link .mv-icon { transform: translateX(5px); }

/* ============================================================
   8. Feature banner (Celovita ponudba)
   ============================================================ */
.mv-feature { background: var(--surface-2); }
.mv-feature-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: stretch; }
.mv-feature-media { position: relative; }
.mv-feature-media::before { content: ""; position: absolute; inset: 8% -2% -6% 2%; background: radial-gradient(circle at 50% 45%, rgba(213, 27, 87, .10), rgba(91, 115, 127, .11) 55%, transparent 72%); filter: blur(36px); z-index: 0; pointer-events: none; }
.mv-feature-media img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 18px; }
.mv-feature-text { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: clamp(28px, 3.4vw, 42px) clamp(22px, 3vw, 40px); display: flex; flex-direction: column; justify-content: center; }
.mv-feature-text p { font-size: 16.5px; color: var(--text); margin-bottom: 22px; }
.mv-feature-list { list-style: none; display: grid; gap: 12px; margin: 0 0 26px; }
.mv-feature-list li { display: flex; align-items: flex-start; gap: 11px; color: var(--text); font-size: 15px; }
.mv-feature-list li strong { color: var(--ink); }
.mv-feature-list .mv-icon { width: 21px; height: 21px; color: #fff; background: var(--green); border-radius: 50%; padding: 4px; margin-top: 1px; flex: 0 0 21px; }
.mv-feature-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ============================================================
   9. Product cards (featured + shop)
   ============================================================ */
.mv-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 3 * var(--gap)) / 4); gap: var(--gap); overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 4px; scrollbar-width: none; -ms-overflow-style: none; }
.mv-track::-webkit-scrollbar { display: none; }
.mv-pcard, ul.products li.product { scroll-snap-align: start; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 18px; display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; box-shadow: var(--shadow-sm); list-style: none; }
.mv-pcard:hover, ul.products li.product:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.mv-pcard-media { display: flex; align-items: center; justify-content: center; height: 210px; margin-bottom: 16px; overflow: hidden; }
.mv-pcard-media img { max-height: 200px; width: auto; object-fit: contain; transition: transform .4s ease; }
.mv-pcard:hover .mv-pcard-media img { transform: scale(1.06); }
.mv-pcard-body { display: flex; flex-direction: column; flex: 1; }
.mv-pcard-brand, .mv-loop-brand { font-family: var(--font-head); font-weight: 600; font-size: 12.5px; letter-spacing: .03em; text-transform: uppercase; color: var(--primary); margin-bottom: 6px; display: block; }
.mv-pcard-title { font-size: 16px; line-height: 1.35; margin-bottom: 14px; flex: 1; }
.mv-pcard-title a { color: var(--ink); transition: color .2s; }
.mv-pcard-title a:hover, .mv-pcard:hover .mv-pcard-title a { color: var(--primary); }

/* ============================================================
   10. Partners
   ============================================================ */
.mv-partners { background: linear-gradient(180deg, #fff, var(--surface-2)); }
.mv-partners .mv-section-title { display: block; }
.mv-partners .mv-section-title { text-align: center; }
.mv-partner-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-top: 36px; }
.mv-partner { display: flex; align-items: center; justify-content: center; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 22px; height: 100px; transition: all .25s; filter: grayscale(1); opacity: .72; }
.mv-partner:hover { filter: grayscale(0); opacity: 1; box-shadow: var(--shadow-sm); transform: translateY(-3px); }
.mv-partner img { max-height: 56px; width: auto; object-fit: contain; }

/* ============================================================
   11. Contact / map
   ============================================================ */
.mv-contact-cta { background: var(--surface-2); }
.mv-contact-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 28px; align-items: stretch; }
.mv-contact-info { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: clamp(28px, 3.4vw, 42px) clamp(22px, 3vw, 40px); display: flex; flex-direction: column; justify-content: center; }
.mv-contact-map { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.mv-contact-map iframe { width: 100%; height: 100%; min-height: 480px; display: block; }
.mv-contact-addr { font-style: normal; font-size: 16px; color: var(--text); margin-bottom: 18px; line-height: 1.7; }
.mv-contact-addr strong { color: var(--ink); font-family: var(--font-head); font-size: 18px; }
.mv-contact-rows { display: grid; gap: 14px; margin-bottom: 22px; }
.mv-contact-row { display: flex; align-items: flex-start; gap: 14px; color: var(--text); font-size: 15px; line-height: 1.5; }
a.mv-contact-row { transition: color .2s; }
a.mv-contact-row:hover { color: var(--primary); }
.mv-contact-ico { flex: 0 0 42px; width: 42px; height: 42px; border-radius: 12px; background: linear-gradient(135deg, rgba(213, 27, 87, .12), rgba(213, 27, 87, .03)); color: var(--primary); display: inline-flex; align-items: center; justify-content: center; }
.mv-contact-ico .mv-icon { width: 19px; height: 19px; }
.mv-contact-row strong { color: var(--ink); font-family: var(--font-head); }
.mv-contact-label { display: block; font-family: var(--font-head); font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .03em; font-weight: 600; margin-bottom: 1px; }
.mv-contact-meta { list-style: none; display: grid; gap: 8px; margin-bottom: 24px; padding-top: 18px; border-top: 1px solid var(--border); }
.mv-contact-meta li { display: flex; gap: 10px; font-size: 14.5px; color: var(--text); }
.mv-contact-meta li span { min-width: 150px; color: var(--muted); font-weight: 500; }
.mv-contact-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ============================================================
   12. Footer
   ============================================================ */
.mv-footer { background: var(--footer-bg); color: #d7e0e4; }
.mv-footer-grid { display: grid; grid-template-columns: 1.4fr 1.2fr 1fr 1fr; gap: 36px; padding: 56px 20px 40px; align-items: start; }
.mv-foot-title { color: #fff; font-size: 17px; margin-bottom: 20px; position: relative; padding-bottom: 12px; }
.mv-foot-title::after { content: ""; position: absolute; left: 0; bottom: 0; width: 34px; height: 2px; background: var(--primary); border-radius: 2px; }
.mv-foot-since { display: inline-flex; align-items: center; gap: 9px; font-size: 13.5px; color: #c8d4d9; margin: 10px 0 0; }
.mv-foot-since .mv-icon { width: 19px; height: 19px; color: var(--primary); flex: 0 0 19px; }
.mv-foot-maplink { display: inline-flex; align-items: center; gap: 10px; margin-top: 16px; color: #d7e0e4; font-size: 14.5px; font-weight: 500; transition: color .2s; }
.mv-foot-maplink:hover { color: var(--primary); }
.mv-foot-maplink .mv-icon { width: 16px; height: 16px; color: var(--muted-light); transition: color .2s; }
.mv-foot-maplink:hover .mv-icon { color: var(--primary); }
.mv-foot-logo { display: inline-block; margin-bottom: 18px; }
.mv-foot-logo img { height: 50px; width: auto; }
.mv-foot-brand p { color: #c2cfd5; font-size: 14.5px; line-height: 1.6; max-width: 290px; margin-bottom: 0; }
.mv-foot-social { display: flex; gap: 12px; margin-top: 20px; }
.mv-foot-social a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255, 255, 255, .12); display: flex; align-items: center; justify-content: center; color: #fff; transition: background .2s, transform .2s; }
.mv-foot-social a:hover { background: var(--primary); transform: translateY(-2px); }
.mv-foot-social .mv-icon { width: 18px; height: 18px; }
.mv-foot-list { list-style: none; display: grid; gap: 11px; margin-bottom: 18px; }
.mv-foot-list a { display: inline-flex; align-items: center; gap: 10px; color: #d7e0e4; font-size: 14.5px; transition: color .2s; }
.mv-foot-list a:hover { color: var(--primary); }
.mv-foot-list a:hover .mv-icon { color: var(--primary); }
.mv-foot-list .mv-muted { color: #9aacb4; font-weight: 400; }
.mv-foot-list .mv-icon { width: 16px; height: 16px; color: var(--muted-light); flex: 0 0 16px; transition: color .2s; }
.mv-foot-links a { display: block; }
.mv-foot-address { font-style: normal; color: #c2cfd5; font-size: 14.5px; line-height: 1.7; margin-bottom: 14px; }
.mv-foot-address strong { color: #fff; }
.mv-foot-hours { display: inline-flex; align-items: center; gap: 9px; color: #d7e0e4; font-size: 14.5px; }
.mv-foot-hours .mv-icon { color: var(--muted-light); width: 16px; height: 16px; }
.mv-footbar { background: var(--footer-bg-dark); font-size: 13.5px; }
.mv-footbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 20px; flex-wrap: wrap; }
.mv-footbar a { color: #fff; font-weight: 600; transition: color .2s; }
.mv-footbar a:hover { color: var(--primary); }
.mv-footer a:focus-visible, .mv-cta-band a:focus-visible, .mv-footer .mv-btn:focus-visible, .mv-cta-band .mv-btn:focus-visible { outline: 2px solid var(--primary); outline-offset: 2px; border-radius: 6px; }

/* Footer: below 1100px collapse straight to ONE centered column (no 2-col tablet step) */
@media (max-width: 1100px) {
  .mv-footer-grid { grid-template-columns: 1fr; gap: 34px; text-align: center; }
  .mv-foot-title::after { left: 50%; transform: translateX(-50%); }
  .mv-foot-social { justify-content: center; }
  .mv-footer .mv-foot-list { justify-items: center; }
  .mv-foot-brand p { margin-left: auto; margin-right: auto; }
}

/* Pre-footer CTA band */
.mv-cta-band { background: var(--header-bg); color: #fff; }
.mv-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 42px 20px; flex-wrap: wrap; }
.mv-cta-text h2 { color: #fff; font-size: clamp(22px, 2.6vw, 30px); margin: 0 0 8px; }
.mv-cta-text p { color: rgba(255, 255, 255, .82); margin: 0; font-size: 15.5px; max-width: 580px; }
.mv-cta-actions { display: flex; gap: 14px; flex-shrink: 0; flex-wrap: wrap; }
.mv-cta-band .mv-btn-ghost { background: rgba(255, 255, 255, .08); color: #fff; border-color: rgba(255, 255, 255, .55); }
.mv-cta-band .mv-btn-ghost:hover { background: #fff; color: var(--ink); border-color: #fff; }

/* Scroll to top */
.mv-totop { position: fixed; right: 20px; bottom: 20px; z-index: 500; width: 46px; height: 46px; border-radius: 50%; background: var(--primary); color: #fff; border: 0; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: var(--shadow); transition: background .2s, transform .2s; }
.mv-totop:hover { background: var(--primary-hover); transform: translateY(-3px); }
.mv-totop[hidden] { display: none; }
.mv-totop-icon { width: 22px; height: 22px; transform: rotate(-90deg); }

@media (max-width: 1100px) {
  .mv-cta-inner { flex-direction: column; align-items: center; text-align: center; gap: 22px; }
  .mv-cta-text p { margin-left: auto; margin-right: auto; }
  .mv-cta-actions { justify-content: center; flex-wrap: wrap; }
}
@media (max-width: 480px) {
  .mv-cta-actions { flex-direction: column; width: 100%; }
  .mv-cta-actions .mv-btn { width: 100%; }
}

/* ============================================================
   13. Page heads / prose / posts
   ============================================================ */
.mv-pagehead { background: var(--surface-2); border-bottom: 1px solid var(--border); padding: 44px 0; }
.mv-pagehead-title { font-size: clamp(26px, 3.2vw, 38px); margin: 0; }
.mv-pagehead-desc { color: var(--muted); margin-top: 8px; }
.mv-narrow { max-width: 820px; }
.mv-prose { color: var(--text); font-size: 16.5px; line-height: 1.8; }
.mv-prose h2 { font-size: 26px; margin: 1.6em 0 .6em; }
.mv-prose h3 { font-size: 21px; margin: 1.4em 0 .5em; }
.mv-prose img { border-radius: var(--radius); margin: 1em 0; }
.mv-prose ul, .mv-prose ol { padding-left: 1.3em; margin: 0 0 1.2em; }
.mv-prose li { margin-bottom: .5em; }
.mv-prose a { text-decoration: underline; }
/* Long reference list → compact, multi-column, muted */
.mv-prose .mv-refs { columns: 2; column-gap: 40px; margin-top: .2em; padding-left: 1.05em; font-size: 13.5px; line-height: 1.5; color: var(--muted); }
.mv-prose .mv-refs li { margin-bottom: .3em; break-inside: avoid; }
@media (min-width: 760px)  { .mv-prose .mv-refs { columns: 3; } }
@media (min-width: 1080px) { .mv-prose .mv-refs { columns: 4; } }
.mv-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
.mv-post-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.mv-post-thumb img { width: 100%; height: 200px; object-fit: cover; }
.mv-post-body { padding: 22px; }
.mv-post-meta { color: var(--muted); font-size: 13.5px; margin-bottom: 10px; }
.mv-post-hero img { border-radius: var(--radius-lg); margin-bottom: 24px; }
/* Pagination (blog .mv-pagination + WooCommerce .woocommerce-pagination) */
.mv-pagination,
.woocommerce nav.woocommerce-pagination { margin-top: 44px; display: flex; justify-content: center; text-align: center; }
.mv-pagination ul,
.woocommerce nav.woocommerce-pagination ul { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px; list-style: none; margin: 0; padding: 0; border: 0; }
.woocommerce nav.woocommerce-pagination ul li { display: flex; border: 0; margin: 0; padding: 0; overflow: visible; float: none; }
.mv-pagination .page-numbers,
.woocommerce nav.woocommerce-pagination ul li a.page-numbers,
.woocommerce nav.woocommerce-pagination ul li span.page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; padding: 0 12px; border: 1px solid var(--border); border-radius: 12px; margin: 0; background: #fff; color: var(--ink); font-family: var(--font-head); font-size: 15px; font-weight: 600; line-height: 1; text-decoration: none; transition: all .18s ease; }
.mv-pagination a.page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul li a.page-numbers:hover { border-color: var(--primary); color: var(--primary); transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,.08); }
.mv-pagination .page-numbers.current,
.woocommerce nav.woocommerce-pagination ul li span.page-numbers.current { background: var(--primary); color: #fff; border-color: var(--primary); box-shadow: 0 6px 16px rgba(193,39,79,.22); }
.woocommerce nav.woocommerce-pagination ul li .page-numbers.dots { border-color: transparent; background: transparent; min-width: 24px; padding: 0; }
.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers,
.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers { font-size: 18px; }
.mv-404 { text-align: center; max-width: 640px; margin: 0 auto; }
.mv-404 .mv-feature-actions { justify-content: center; }

/* ============================================================
   14. WooCommerce
   ============================================================ */
.mv-shop { padding: 44px 20px 88px; }
.woocommerce .mv-breadcrumb { color: var(--muted); font-size: 13.5px; margin-bottom: 22px; }
.woocommerce .mv-breadcrumb a { color: var(--ink); }
.mv-crumb-sep { color: var(--border-2); }
.woocommerce-products-header__title, .woocommerce .page-title { font-size: clamp(26px, 3.2vw, 38px); margin-bottom: 8px; }
.term-description, .woocommerce-products-header { margin-bottom: 22px; color: var(--muted); }
.term-description { max-width: none; line-height: 1.7; }
.mv-shop-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 12px 24px; flex-wrap: wrap; margin: 4px 0 24px; padding-bottom: 18px; border-bottom: 1px solid var(--border); }
.woocommerce-result-count { margin: 0; color: var(--muted); font-size: 14px; }
.woocommerce-ordering { margin: 0; }
.woocommerce-ordering select, .orderby { font-family: var(--font-body); font-size: 14.5px; padding: 10px 42px 10px 15px; border: 1px solid var(--border-2); border-radius: 10px; background-color: #fff; color: var(--ink); cursor: pointer; appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2338505b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; transition: border-color .18s, box-shadow .18s; }
.woocommerce-ordering select:hover, .orderby:hover { border-color: var(--primary); }
.woocommerce-ordering select:focus, .orderby:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(193, 39, 79, .12); }
ul.products { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--gap); margin: 18px 0 0; padding: 0; }
body.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--gap); float: none; }
.woocommerce ul.products::before, .woocommerce ul.products::after { content: none; display: none; }
body.woocommerce ul.products li.product { width: auto; float: none; margin: 0; }
ul.products li.product { text-align: left; }
body.woocommerce ul.products li.product a img { display: block; margin: 0 auto 14px; height: 220px; width: auto; max-width: 100%; object-fit: contain; }
ul.products li.product .woocommerce-loop-product__title { font-family: var(--font-head); font-size: 16px; line-height: 1.35; color: var(--ink); padding: 0; margin: 0 0 14px; font-weight: 600; }
ul.products li.product .woocommerce-loop-product__link:hover .woocommerce-loop-product__title { color: var(--primary); }
ul.products li.product .mv-btn, ul.products li.product .button { margin-top: auto; }
.woocommerce ul.products li.product .onsale, .woocommerce span.onsale { background: var(--primary); color: #fff; border-radius: 20px; min-height: auto; min-width: auto; padding: 5px 12px; font-family: var(--font-head); font-weight: 600; font-size: 12px; top: 12px; right: 12px; left: auto; margin: 0; line-height: 1; }

/* Single product */
.single-product div.product { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: 44px; align-items: stretch; }
/* Custom product gallery */
.mv-gallery { margin: 0; display: flex; flex-direction: column; }
.mv-gallery-stage { position: relative; flex: 1 1 auto; min-height: 360px; display: flex; align-items: center; justify-content: center; background: #ffffff; border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: 0 22px 48px rgba(33, 54, 64, .10); overflow: hidden; padding: 2%; }
.mv-gallery-img { display: block; width: 100%; height: 100%; object-fit: contain; transition: opacity .3s ease; }
.mv-gallery-thumbs { display: flex; flex-wrap: nowrap; gap: 10px; margin-top: 12px; padding-bottom: 5px; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: thin; scrollbar-color: var(--border-2) transparent; }
.mv-gallery-thumbs::-webkit-scrollbar { height: 5px; }
.mv-gallery-thumbs::-webkit-scrollbar-thumb { background: var(--border-2); border-radius: 4px; }
.mv-gallery-thumb { flex: 0 0 auto; width: 80px; height: 80px; padding: 6px; background: #fff; border: 1px solid var(--border); border-radius: 12px; cursor: pointer; scroll-snap-align: start; transition: border-color .18s, box-shadow .18s; }
.mv-gallery-thumb img { width: 100%; height: 100%; object-fit: contain; }
.mv-gallery-thumb:hover { border-color: var(--border-2); }
.mv-gallery-thumb.is-active { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(213, 27, 87, .14); }
/* Lightbox */

.mv-single-brand { display: inline-block; font-family: var(--font-head); font-weight: 600; font-size: 12.5px; letter-spacing: .05em; text-transform: uppercase; color: var(--primary); background: rgba(213, 27, 87, .08); padding: 6px 13px; border-radius: 20px; margin-bottom: 14px; text-decoration: none; transition: background .2s, color .2s; }
a.mv-single-brand:hover { background: var(--primary); color: #fff; }
.mv-brand-official { margin: 4px 0 0; }
.mv-brand-official a { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 600; font-size: 14px; color: var(--primary); transition: color .2s; }
.mv-brand-official a .mv-icon { width: 16px; height: 16px; }
.mv-brand-official a:hover { color: var(--primary-hover); }
.mv-brand-empty { background: var(--surface-2); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 34px 28px; text-align: center; max-width: 640px; margin: 10px auto; }
.mv-brand-empty p { color: var(--text); margin: 0 0 8px; }
.mv-brand-empty-actions { margin-top: 18px; display: flex; justify-content: center; }
.single-product .product_title { font-size: clamp(26px, 3.2vw, 38px); line-height: 1.15; margin-bottom: 12px; letter-spacing: -.015em; }
.single-product .woocommerce-product-details__short-description { color: var(--text); font-size: 17px; line-height: 1.7; margin: 4px 0 24px; }
.single-product .woocommerce-product-details__short-description p { margin: 0 0 .6em; }
.single-product .woocommerce-product-details__short-description p:last-child { margin-bottom: 0; }

/* Ključne lastnosti — compact highlights */
.mv-keyfeat { margin: 0 0 22px; padding: 0; }
.mv-keyfeat-title { font-size: 13px; font-family: var(--font-head); font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); margin: 0 0 12px; }
.mv-keyfeat-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.mv-keyfeat-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; line-height: 1.45; color: var(--text); }
.mv-keyfeat-list .mv-icon { flex: 0 0 20px; width: 20px; height: 20px; color: #fff; background: var(--primary); border-radius: 50%; padding: 4px; margin-top: 1px; }

/* Buybox — the inquiry action panel */
.mv-buybox { margin: 4px 0 22px; padding: 20px 22px 22px; background: linear-gradient(180deg, #ffffff 0%, var(--surface-2) 100%); border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.mv-buybox-label { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-head); font-weight: 700; font-size: 12.5px; letter-spacing: .04em; text-transform: uppercase; color: var(--primary); margin-bottom: 14px; }
.mv-buybox-label .mv-icon { width: 15px; height: 15px; }
.mv-buybox-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 3px 9px; margin-bottom: 2px; }
.mv-price-main { font-family: var(--font-head); font-weight: 800; font-size: clamp(27px, 3vw, 33px); color: var(--ink); letter-spacing: -.02em; line-height: 1.05; }
.mv-price-tag { font-family: var(--font-head); font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); }
.mv-buybox-gross { margin: 0 0 16px; font-size: 14.5px; color: var(--muted); }
.mv-buybox-gross span { font-weight: 600; color: var(--ink); }
.mv-buybox-main { display: flex; width: 100%; justify-content: center; font-size: 15.5px; box-shadow: 0 10px 24px rgba(193, 39, 79, .22); }
.mv-buybox-more { display: inline-flex; align-items: center; gap: 5px; margin: 14px 0 0; font-family: var(--font-head); font-weight: 600; font-size: 13.5px; color: var(--muted); transition: color .18s ease, gap .18s ease; }
.mv-buybox-more .mv-icon { width: 14px; height: 14px; }
.mv-buybox-more:hover { color: var(--primary); gap: 8px; }
.mv-buybox-note { display: flex; align-items: flex-start; gap: 9px; margin: 16px 0 0; padding-top: 15px; border-top: 1px dashed var(--border-2); font-size: 13px; color: var(--muted); line-height: 1.55; }
.mv-buybox-note .mv-icon { width: 17px; height: 17px; color: var(--green); flex: 0 0 17px; margin-top: 1px; }
.mv-datasheet { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 20px; padding: 11px 18px; font-family: var(--font-head); font-weight: 600; font-size: 14px; color: var(--ink); background: var(--surface-2); border: 1px solid var(--border); border-radius: 12px; transition: border-color .18s ease, color .18s ease, box-shadow .18s ease; }
.mv-datasheet .mv-icon { width: 18px; height: 18px; color: var(--primary); }
.mv-datasheet:hover { color: var(--primary); border-color: var(--primary); box-shadow: 0 6px 18px rgba(213, 27, 87, .12); }

/* Trust strip — horizontal reassurance */
.mv-trust-strip { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 0 0 22px; padding: 0; }
.mv-trust-strip li { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 9px; padding: 15px 8px; background: var(--surface-2); border: 1px solid var(--border); border-radius: 14px; font-size: 12.5px; font-weight: 600; color: var(--ink); line-height: 1.3; }
.mv-trust-strip .mv-icon { width: 25px; height: 25px; color: var(--primary); }

.single-product .product_meta { margin: 2px 0 0; padding-top: 16px; border-top: 1px solid var(--border); font-size: 12.5px; color: var(--muted); display: grid; gap: 5px; line-height: 1.5; }
.single-product .product_meta > span { display: block; }
.single-product .product_meta a { color: var(--muted); text-decoration: underline; text-decoration-color: var(--border-2); text-underline-offset: 2px; }
.single-product .product_meta a:hover { color: var(--primary); }

/* Below-hero content sections */
.single-product .mv-psection { grid-column: 1 / -1; margin-top: 52px; padding-top: 44px; border-top: 1px solid var(--border); }
/* Product info tabs */
.single-product .mv-ptabs { grid-column: 1 / -1; margin-top: 52px; padding-top: 44px; border-top: 1px solid var(--border); }
.mv-ptabs-bar { display: flex; flex-wrap: wrap; gap: 6px; border-bottom: 2px solid var(--border); margin-bottom: 30px; }
.mv-ptab { appearance: none; background: none; border: 0; border-bottom: 2px solid transparent; margin-bottom: -2px; padding: 11px 4px; margin-right: 30px; font-family: var(--font-head); font-size: clamp(16px, 2vw, 19px); font-weight: 600; color: var(--muted); cursor: pointer; letter-spacing: -.01em; transition: color .2s ease, border-color .2s ease; }
.mv-ptab:hover { color: var(--ink); }
.mv-ptab.is-active { color: var(--primary); border-bottom-color: var(--primary); }
.mv-ptab:focus-visible { outline: 2px solid var(--primary); outline-offset: 3px; border-radius: 3px; }
.mv-ptab-panel[hidden] { display: none; }
.mv-ptab-panel { animation: mvTabFade .28s ease; }
@keyframes mvTabFade { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .mv-ptab-panel { animation: none; } }
.mv-psection-title { font-size: clamp(22px, 2.6vw, 28px); margin: 0 0 20px; letter-spacing: -.01em; }
.mv-pbody { color: var(--text); font-size: 16px; line-height: 1.8; max-width: 940px; }
.mv-pbody h2 { font-size: 22px; margin: 1.4em 0 .6em; letter-spacing: -.01em; }
.mv-pbody h3 { font-size: 18px; margin: 1.5em 0 .5em; color: var(--ink); }
.mv-pbody h4, .mv-pbody .mv-subhead { font-family: var(--font-head); font-size: 16px; font-weight: 700; margin: 1.6em 0 .5em; color: var(--ink); }
.mv-pbody > *:first-child { margin-top: 0; }
.mv-pbody p { margin: 0 0 1em; }
.mv-pbody strong { color: var(--ink); }
.mv-pbody ul { list-style: none; padding: 0; margin: .4em 0 1.5em; display: grid; gap: 9px; }
.mv-pbody ul li { position: relative; padding-left: 30px; }
.mv-pbody ul li::before { content: ""; position: absolute; left: 0; top: 4px; width: 19px; height: 19px; border-radius: 50%; background-color: rgba(213, 27, 87, .1); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23c1274f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; }
.mv-pbody img { border-radius: var(--radius); margin: 1em 0; max-width: 100%; height: auto; box-shadow: var(--shadow-sm); }
.mv-pbody .mv-pfig { margin: 1.6em 0 0; padding: 18px; max-width: 420px; background: var(--surface-2); border: 1px solid var(--border); border-radius: var(--radius-lg); text-align: center; }
.mv-pbody .mv-pfig img { margin: 0; box-shadow: none; background: #fff; border-radius: var(--radius); }
.mv-pbody .mv-pfig figcaption { margin-top: 10px; font-family: var(--font-head); font-weight: 600; font-size: 13.5px; color: var(--muted); }
/* Technical specifications table */
.mv-pspecs { max-width: 760px; }
.mv-pspecs table { width: 100%; border-collapse: collapse; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.mv-pspecs table th, .mv-pspecs table td { text-align: left; padding: 12px 16px; border-bottom: 1px solid var(--border); font-size: 14.5px; vertical-align: top; }
.mv-pspecs table tr:last-child th, .mv-pspecs table tr:last-child td { border-bottom: 0; }
.mv-pspecs table th { font-family: var(--font-head); font-weight: 600; color: var(--ink); width: 38%; background: var(--surface-2); }
.mv-pspecs table td { color: var(--text); }
.mv-pspecs table p { margin: 0; }
.mv-pspecs table tr.mv-spec-note td { color: var(--muted); font-size: 14px; font-style: italic; }
.mv-pspecs table tr:nth-child(even) th { background: color-mix(in srgb, var(--surface-2) 65%, #fff); }
/* Video predstavitev — lazy click-to-play embed */
.mv-video-embed { position: relative; max-width: 760px; aspect-ratio: 16 / 9; border-radius: var(--radius-lg); overflow: hidden; cursor: pointer; background: #0d1518; box-shadow: var(--shadow); }
.mv-video-embed img { width: 100%; height: 100%; object-fit: cover; opacity: .85; transition: opacity .25s ease, transform .4s ease; }
.mv-video-embed:hover img { opacity: 1; transform: scale(1.03); }
.mv-video-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 74px; height: 74px; display: flex; align-items: center; justify-content: center; background: var(--primary); color: #fff; border-radius: 50%; box-shadow: 0 12px 34px rgba(213, 27, 87, .45); transition: transform .2s ease, background .2s ease; }
.mv-video-play svg { width: 30px; height: 30px; margin-left: 4px; }
.mv-video-embed:hover .mv-video-play { transform: translate(-50%, -50%) scale(1.08); background: var(--primary-hover); }
.mv-video-embed:focus-visible { outline: 3px solid var(--primary); outline-offset: 3px; }
.mv-video-embed.is-playing { cursor: default; }
.mv-video-embed iframe { width: 100%; height: 100%; border: 0; display: block; }

.single-product .related.products { grid-column: 1 / -1; margin-top: 56px; padding-top: 48px; border-top: 1px solid var(--border); }
.single-product .related.products > h2 { font-size: clamp(22px, 2.6vw, 28px); margin-bottom: 26px; letter-spacing: -.01em; }

/* WC notices / buttons baseline */
.woocommerce .button, .woocommerce a.button, .woocommerce button.button {
  background: var(--primary); color: #fff; border-radius: var(--radius); font-family: var(--font-head);
  font-weight: 600; font-size: 14px; padding: 12px 20px; line-height: 1; border: 0; transition: all .2s;
}
.woocommerce .button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover { background: var(--primary-hover); color: #fff; }
.mv-btn.mv-btn-primary.mv-btn-block { background: var(--primary); }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--primary); border-radius: 10px; }

/* ============================================================
   15. Responsive
   ============================================================ */
@media (max-width: 1180px) {
  .mv-headbar-inner { gap: 20px; }
  .mv-nav > li > a { padding: 14px 13px; font-size: 15px; }
  .mv-nav > li > a::after { left: 13px; right: 13px; }
  .mv-header-cta { padding: 11px 17px; font-size: 14px; }
}
/* Header: switch to hamburger at 1100px (matches footer collapse) */
@media (max-width: 1100px) {
  .mv-nav-wrap, .mv-headbar .mv-header-cta, .mv-topbar-hours, .mv-search-toggle { display: none; }
  .mv-burger { display: inline-flex; margin-left: auto; }
}
@media (max-width: 1024px) {
  .mv-cat-grid, ul.products, body.woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
  .mv-track { grid-auto-columns: calc((100% - var(--gap)) / 2); }
  .mv-partner-strip { grid-template-columns: repeat(3, 1fr); }
  .mv-feature-inner, .mv-contact-inner, .mv-slide-inner { grid-template-columns: 1fr; gap: 32px; }
  .mv-feature-media img { height: auto; }
  .mv-slide-media { order: -1; justify-content: center; }
  .mv-slide-media img { max-width: min(100%, 420px); }
  /* Mobile hero: centered, compact */
  .mv-slide-inner { gap: 22px; padding: 30px 20px 78px; min-height: 0; }
  .mv-slide-text { text-align: center; }
  .mv-slide-title { margin-bottom: 10px; }
  .mv-slide-sub { margin-bottom: 16px; }
  .mv-slide-usp { width: fit-content; margin: 0 auto 22px; text-align: left; gap: 9px; }
  .mv-slide-text .mv-btn { padding: 11px 22px; font-size: 14px; }
  /* Arrows sit at the vertical middle of the hero image */
  .mv-hero-nav { top: calc(30px + min(100vw - 40px, 420px) / 2); transform: translateY(-50%); width: 38px; height: 38px; }
  .mv-hero-prev { left: 10px; }
  .mv-hero-next { right: 10px; }
  .mv-hero-track { min-height: 0; }
  .mv-post-grid { grid-template-columns: repeat(2, 1fr); }
  .single-product div.product { grid-template-columns: minmax(0, 1fr); gap: 28px; }
}
@media (max-width: 600px) {
  .mv-section { padding: 52px 0; }
  .mv-topbar-inner { gap: 12px; min-height: 40px; justify-content: center; }
  .mv-topbar-help, .mv-topbar-inner a.mv-topbar-link:last-of-type { display: none; }
  .mv-headbar-inner { min-height: 68px; }
  .mv-logo-img { height: 46px; }
  .mv-cat-grid, ul.products, .mv-partner-strip, .mv-post-grid, body.woocommerce ul.products { grid-template-columns: 1fr; }
  .mv-track { grid-auto-columns: 80%; }
  .mv-partner-strip { grid-template-columns: repeat(2, 1fr); }
  .mv-pspecs table { table-layout: fixed; }
  .mv-pspecs table th { width: 44%; }
  .mv-pspecs table th, .mv-pspecs table td { overflow-wrap: break-word; font-size: 13.5px; padding: 10px 12px; }
  .mv-section-head { flex-direction: column; align-items: center; text-align: center; }
  .mv-section-head .mv-slider-nav, .mv-snav { display: none; }
  .mv-section .mv-eyebrow { display: flex; width: max-content; max-width: 100%; margin-left: auto; margin-right: auto; }
  .mv-section-title, .mv-section-lead { text-align: center; }
  .mv-pcard { padding: 14px; }
  .mv-pcard-media { height: 175px; margin-bottom: 12px; }
  .mv-pcard-media img { max-height: 165px; }
  .mv-pcard-title { margin-bottom: 12px; }
  .mv-slide-title { font-size: 26px; }
  .mv-footbar-inner { justify-content: center; text-align: center; flex-direction: column; gap: 6px; }
}

/* ============================================================
   16. Contact + Partners pages
   ============================================================ */
/* Search results grid */
.mv-search-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gap); }
@media (max-width: 1024px) { .mv-search-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .mv-search-grid { grid-template-columns: 1fr; } }
.mv-search-empty { max-width: 560px; }
.mv-search-empty-actions { margin-top: 18px; }

.mv-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: stretch; }
.mv-contact-cards { display: grid; gap: 24px; align-content: start; }
.mv-cbox { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-sm); }
.mv-cbox h3 { font-size: 19px; margin-bottom: 16px; }
.mv-contact-phones li a { color: var(--ink); }
.mv-contact-map--page { min-height: 480px; height: 100%; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.mv-contact-map--page iframe { height: 100%; min-height: 480px; }

.mv-brand-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
.mv-brand-card { display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s; }
.mv-brand-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.mv-brand-logo { height: 120px; display: flex; align-items: center; justify-content: center; padding: 24px; background: var(--surface-2); border-bottom: 1px solid var(--border); }
.mv-brand-logo.mv-logo--dark { background: #38505b; border-bottom-color: #38505b; }
.mv-brand-logo img { max-height: 64px; width: auto; object-fit: contain; }
.mv-brand-name { font-family: var(--font-head); font-weight: 600; font-size: 20px; color: var(--ink); text-align: center; }
.mv-brand-body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.mv-brand-body h3 { font-size: 18px; margin-bottom: 8px; }
.mv-brand-body p { color: var(--muted); font-size: 14px; flex: 1; margin-bottom: 12px; }
.mv-brand-actions { margin-top: auto; padding-top: 14px; display: flex; flex-direction: column; gap: 9px; align-items: flex-start; }
.mv-brand-link, .mv-brand-ext { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-head); font-weight: 600; font-size: 13.5px; transition: gap .18s ease, color .18s; }
.mv-brand-link { color: var(--primary); }
.mv-brand-link .mv-icon { width: 15px; height: 15px; }
.mv-brand-link:hover { gap: 11px; }
.mv-brand-ext { color: var(--muted); }
.mv-brand-ext .mv-icon { width: 14px; height: 14px; }
.mv-brand-ext:hover { color: var(--ink); }

@media (max-width: 1024px) {
  .mv-contact-grid { grid-template-columns: 1fr; }
  .mv-brand-grid { grid-template-columns: repeat(2, 1fr); }
  .mv-contact-map--page { min-height: 360px; }
}
@media (max-width: 600px) {
  .mv-brand-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   17. Cookie consent (GDPR)
   ============================================================ */
.mv-cc { position: fixed; left: 20px; bottom: 20px; z-index: 600; width: min(380px, calc(100vw - 40px)); }
.mv-cc-banner { background: #fff; border: 1px solid var(--border); border-radius: 20px; box-shadow: var(--shadow-lg); padding: 22px 24px; }
.mv-cc-head { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.mv-cc-cookie { display: inline-flex; color: var(--primary); }
.mv-cc-cookie .mv-icon { width: 26px; height: 26px; }
.mv-cc-title { font-size: 18px; margin: 0; }
.mv-cc-banner p { margin: 0 0 16px; font-size: 13.5px; color: var(--text); line-height: 1.6; }
.mv-cc-banner p a { font-weight: 600; text-decoration: underline; color: var(--primary); }
.mv-cc-banner-actions { display: flex; gap: 10px; }
.mv-cc-banner-actions .mv-btn { flex: 1; border-radius: 30px; }
.mv-cc-settings-link { display: block; width: 100%; text-align: center; margin-top: 12px; padding: 4px; background: none; border: 0; color: var(--muted); font-family: var(--font-head); font-weight: 600; font-size: 12.5px; cursor: pointer; text-decoration: underline; }
.mv-cc-settings-link:hover { color: var(--primary); }
.mv-cc-fab { position: fixed; left: 20px; bottom: 20px; z-index: 590; width: 50px; height: 50px; border-radius: 50%; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow); color: var(--primary); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: transform .2s, box-shadow .2s, color .2s, background .2s; }
.mv-cc-fab:hover { background: var(--primary); color: #fff; }
.mv-cc-fab:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.mv-cc-fab .mv-icon { width: 26px; height: 26px; }
.mv-cc-fab[hidden] { display: none; }

/* Inline preferences (expand inside the card — NO center modal) */
.mv-cc [hidden] { display: none !important; }
.mv-cc-prefs { margin: 2px 0 14px; border-top: 1px solid var(--border); }
.mv-cc-cat { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--border); cursor: pointer; }
.mv-cc-prefs .mv-cc-cat:last-child { border-bottom: 0; padding-bottom: 4px; }
.mv-cc-cat-info strong { display: block; font-family: var(--font-head); font-size: 14.5px; color: var(--ink); margin-bottom: 2px; }
.mv-cc-cat-info small { color: var(--muted); font-size: 12.5px; line-height: 1.45; display: block; }

.mv-cc-switch { position: relative; width: 46px; height: 26px; flex: 0 0 46px; }
.mv-cc-switch input { position: absolute; inset: 0; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.mv-cc-switch::before { content: ""; position: absolute; inset: 0; background: var(--border-2); border-radius: 20px; transition: background .2s; }
.mv-cc-switch::after { content: ""; position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; background: #fff; border-radius: 50%; box-shadow: 0 1px 3px rgba(0, 0, 0, .25); transition: transform .2s; }
.mv-cc-switch:has(input:checked)::before { background: var(--primary); }
.mv-cc-switch:has(input:checked)::after { transform: translateX(20px); }
.mv-cc-switch.is-locked::before { background: var(--green); opacity: .5; }
.mv-cc-switch.is-locked input { cursor: not-allowed; }

@media (max-width: 480px) {
  .mv-cc { left: 12px; bottom: 12px; width: calc(100vw - 24px); }
  .mv-cc-fab { left: 12px; bottom: 12px; }
}

/* ============================================================
   18. FAQ (AEO) + utilities
   ============================================================ */
.mv-visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

.mv-faq { background: #fff; }
.mv-faq .mv-section-title { display: block; }
.mv-faq-list { margin: 30px 0 0; display: grid; gap: 12px; }
.mv-faq-item { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.mv-faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; font-family: var(--font-head); font-weight: 600; font-size: 16px; color: var(--ink); transition: color .2s; }
.mv-faq-item summary::-webkit-details-marker { display: none; }
.mv-faq-item summary:hover { color: var(--primary); }
.mv-faq-ico { position: relative; flex: 0 0 18px; width: 18px; height: 18px; }
.mv-faq-ico::before, .mv-faq-ico::after { content: ""; position: absolute; background: var(--primary); border-radius: 2px; transition: transform .25s ease, opacity .25s ease; }
.mv-faq-ico::before { top: 8px; left: 0; width: 18px; height: 2px; }
.mv-faq-ico::after { left: 8px; top: 0; width: 2px; height: 18px; }
.mv-faq-item[open] .mv-faq-ico::after { transform: rotate(90deg); opacity: 0; }
.mv-faq-a { padding: 0 22px 20px; color: var(--text); font-size: 14.5px; line-height: 1.7; }
.mv-faq-a p { margin: 0; }
.mv-faq-item { transition: border-color .2s, box-shadow .2s; }
.mv-faq-item:hover { border-color: var(--border-2); box-shadow: var(--shadow); }
.mv-faq-item[open] { border-color: var(--primary); box-shadow: var(--shadow-sm); }

/* ============================================================
   19. Scroll reveal
   ============================================================ */
.mv-reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.16, 1, .3, 1), transform .7s cubic-bezier(.16, 1, .3, 1); }
.mv-reveal.mv-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .mv-reveal { opacity: 1 !important; transform: none !important; transition: none !important; } }

/* ============================================================
   20. O nas (About) page
   ============================================================ */
.mv-page-onas .mv-section { padding: 56px 0; }
.mv-center-head { flex-direction: column; align-items: center; text-align: center; margin-bottom: 32px; }
.mv-center-head .mv-section-intro { margin-left: auto; margin-right: auto; }
.mv-btn-light { background: #fff; color: var(--ink); }
.mv-btn-light:hover { background: var(--surface-2); color: var(--ink); transform: translateY(-1px); }

/* Hero */
.mv-about-hero { position: relative; background: linear-gradient(135deg, #2f4651 0%, #38505b 55%, #436270 100%); color: #fff; padding: 58px 20px 64px; overflow: hidden; }
.mv-about-hero::before { content: ""; position: absolute; top: -34%; right: -8%; width: 460px; height: 460px; background: radial-gradient(circle, rgba(213, 27, 87, .30), transparent 65%); pointer-events: none; }
.mv-about-hero::after { content: ""; position: absolute; bottom: -48%; left: -8%; width: 420px; height: 420px; background: radial-gradient(circle, rgba(255, 255, 255, .07), transparent 65%); pointer-events: none; }
.mv-about-hero-inner { position: relative; max-width: 720px; }
.mv-about-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-head); font-weight: 600; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: #fff; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .2); padding: 7px 15px; border-radius: 30px; margin-bottom: 14px; }
.mv-about-title { font-size: clamp(26px, 3.2vw, 38px); line-height: 1.12; letter-spacing: -.02em; margin: 0 0 14px; color: #fff; }
.mv-about-lead { font-size: clamp(15px, 1.1vw, 16.5px); line-height: 1.65; color: #d8e2e7; max-width: 580px; margin: 0 0 22px; }
.mv-about-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* Story + numbers */
.mv-about-story-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 42px; align-items: center; }
.mv-about-story .mv-section-title { margin-bottom: 14px; }
.mv-about-story p { color: var(--text); font-size: 16px; line-height: 1.75; margin: 0 0 14px; }
.mv-about-story p:last-child { margin-bottom: 0; }
.mv-about-numbers { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.mv-about-num { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: 22px 20px; display: flex; flex-direction: column; }
.mv-about-num-big { font-family: var(--font-head); font-weight: 700; font-size: 33px; line-height: 1; color: var(--primary); letter-spacing: -.02em; }
.mv-about-num-label { font-family: var(--font-head); font-weight: 600; font-size: 14.5px; color: var(--ink); margin-top: 7px; }
.mv-about-num-sub { font-size: 12.5px; color: var(--muted); margin-top: 2px; }

/* Sectors */
.mv-about-sectors-sec { background: var(--surface-2); }
.mv-about-sectors { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--gap); }
.mv-about-sector { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 26px 22px; box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s; }
.mv-about-sector:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.mv-about-sector-ico { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; border-radius: 14px; background: rgba(213, 27, 87, .08); color: var(--primary); margin-bottom: 18px; }
.mv-about-sector-ico .mv-icon { width: 28px; height: 28px; }
.mv-about-sector h3 { font-size: 18px; margin: 0 0 10px; }
.mv-about-sector p { color: var(--muted); font-size: 14.5px; line-height: 1.6; margin: 0; }

/* Advantages */
.mv-about-adv { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--gap); }
.mv-about-adv-card { display: flex; gap: 16px; align-items: flex-start; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 20px 22px; box-shadow: var(--shadow-sm); transition: transform .22s, box-shadow .22s; }
.mv-about-adv-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.mv-about-adv-ico { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 13px; background: #38505b; color: #fff; }
.mv-about-adv-ico .mv-icon { width: 26px; height: 26px; }
.mv-about-adv-card h3 { font-size: 17px; margin: 2px 0 7px; }
.mv-about-adv-card p { color: var(--muted); font-size: 14.5px; line-height: 1.6; margin: 0; }

/* References wall (collapsible) */
.mv-about-refs-sec { background: var(--surface-2); }
.mv-about-refs { position: relative; max-width: 1040px; margin: 0 auto; }
.mv-about-refs .mv-refs { columns: 4; column-gap: 36px; margin: 0; padding-left: 1.1em; font-size: 13.5px; line-height: 1.55; color: var(--muted); }
.mv-about-refs .mv-refs li { margin-bottom: .35em; break-inside: avoid; }
.mv-about-refs.is-collapsed { max-height: 208px; overflow: hidden; }
.mv-about-refs.is-collapsed .mv-refs { column-fill: auto; height: 196px; }
.mv-about-refs.is-collapsed::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 100px; background: linear-gradient(rgba(245, 247, 249, 0), #f5f7f9); pointer-events: none; }
.mv-refs-toggle-wrap { text-align: center; margin-top: 24px; }
.mv-refs-toggle .mv-refs-caret { width: 15px; height: 15px; transform: rotate(90deg); transition: transform .25s ease; }
.mv-refs-toggle[aria-expanded="true"] .mv-refs-caret { transform: rotate(-90deg); }

@media (max-width: 1024px) {
  .mv-about-story-grid { grid-template-columns: 1fr; gap: 36px; }
  .mv-about-sectors { grid-template-columns: repeat(2, 1fr); }
  .mv-about-refs .mv-refs { columns: 3; }
}
@media (max-width: 700px) {
  .mv-about-hero { padding: 70px 20px 76px; }
  .mv-about-adv { grid-template-columns: 1fr; }
  .mv-about-refs .mv-refs { columns: 2; }
}
@media (max-width: 480px) {
  .mv-about-sectors { grid-template-columns: 1fr; }
  .mv-about-refs .mv-refs { columns: 1; }
}

/* ============================================================
   21. Product inquiry form
   ============================================================ */
.single-product .mv-inq-section { grid-column: 1 / -1; margin-top: 52px; padding-top: 44px; border-top: 1px solid var(--border); scroll-margin-top: 100px; }
.mv-inq-head { max-width: 680px; margin: 0 auto 28px; text-align: center; }
.mv-inq-title { font-size: clamp(22px, 2.6vw, 28px); margin: 12px 0 10px; letter-spacing: -.01em; }
.mv-inq-lead { color: var(--muted); margin: 0 auto; max-width: 600px; line-height: 1.6; }
.mv-inq-perks { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 26px; margin: 20px 0 0; padding: 0; }
.mv-inq-perks li { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 600; font-size: 14px; color: var(--ink); }
.mv-inq-perks .mv-icon { width: 21px; height: 21px; color: #fff; background: var(--primary); border-radius: 50%; padding: 5px; flex: 0 0 21px; }
.mv-inq-card { max-width: 820px; margin: 0 auto; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 36px 36px 30px; }
.mv-inq-form .mv-inq-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.mv-inq-form .mv-inq-row-prod { grid-template-columns: .5fr 1.5fr; }
.mv-inq-field { margin: 0 0 14px; }
.mv-inq-field label { display: block; font-family: var(--font-head); font-weight: 600; font-size: 13.5px; color: var(--ink); margin-bottom: 6px; }
.mv-inq-field label span { color: var(--primary); }
.mv-inq-field input, .mv-inq-field textarea { width: 100%; border: 1px solid var(--border-2); border-radius: 10px; padding: 12px 14px; font-family: var(--font-body); font-size: 15px; color: var(--ink); background: #fff; transition: border-color .18s, box-shadow .18s; }
.mv-inq-field input:focus, .mv-inq-field textarea:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(193, 39, 79, .12); }
.mv-inq-field input[readonly] { background: var(--surface-2); color: var(--muted); cursor: default; }
.mv-inq-field textarea { resize: vertical; min-height: 120px; }
.mv-inq-consent { display: flex; gap: 10px; align-items: flex-start; margin: 4px 0 20px; font-size: 14px; color: var(--text); cursor: pointer; }
.mv-inq-consent input { margin-top: 3px; flex: 0 0 auto; width: 17px; height: 17px; accent-color: var(--primary); }
.mv-inq-consent .mv-req { color: var(--primary); }
.mv-hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.mv-inq-notice { border-radius: 12px; padding: 15px 18px; margin-bottom: 22px; font-size: 15px; line-height: 1.5; }
.mv-inq-ok { background: rgba(17, 163, 106, .1); border: 1px solid rgba(17, 163, 106, .35); color: #0e7a4f; }
.mv-inq-err { background: rgba(193, 39, 79, .08); border: 1px solid rgba(193, 39, 79, .3); color: var(--primary); }
.mv-inq-contactbar { max-width: 820px; margin: 22px auto 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 28px; font-size: 14.5px; color: var(--muted); }
.mv-inq-contactbar span { display: inline-flex; align-items: center; gap: 8px; }
.mv-inq-contactbar .mv-icon { width: 17px; height: 17px; color: var(--primary); }
.mv-inq-contactbar a { color: var(--ink); font-weight: 600; }
.mv-inq-contactbar a:hover { color: var(--primary); }
@media (max-width: 860px) {
  .mv-inq-card { padding: 26px 20px; }
}
@media (max-width: 560px) {
  .mv-inq-form .mv-inq-row { grid-template-columns: 1fr; gap: 0; }
}

/* Mobile sticky inquiry bar */
.mv-sticky-cta { display: none; }
@media (max-width: 1024px) {
  .mv-sticky-cta { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 200; align-items: center; gap: 14px; background: #fff; border-top: 1px solid var(--border); box-shadow: 0 -6px 22px rgba(33, 54, 64, .1); padding: 11px 16px; }
  .mv-sticky-name { flex: 1 1 auto; min-width: 0; font-family: var(--font-head); font-weight: 600; font-size: 13.5px; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .mv-sticky-cta .mv-btn { flex: 0 0 auto; padding: 11px 18px; }
  body.single-product { padding-bottom: 64px; }
  body.single-product #mv-totop { bottom: 78px; }
}
