:root {
    --vd-ink: #17232c;
    --vd-muted: #5f6d76;
    --vd-navy: #123044;
    --vd-navy-2: #1c465f;
    --vd-accent: #e77820;
    --vd-accent-dark: #b94e0c;
    --vd-pale: #f3f6f7;
    --vd-line: #d9e0e4;
    --vd-white: #fff;
    --vd-success: #1b6f4a;
    --vd-danger: #a62929;
    --vd-radius: 14px;
    --vd-shadow: 0 12px 34px rgba(14, 42, 58, .09);
    --vd-container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--vd-ink);
    background: var(--vd-white);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--vd-navy-2); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--vd-accent-dark); }
button, input, select, textarea { font: inherit; }
h1, h2, h3, h4 { margin: 0 0 .65em; color: var(--vd-navy); line-height: 1.16; letter-spacing: -.025em; }
h1 { font-size: clamp(2rem, 4vw, 3.6rem); }
h2 { font-size: clamp(1.55rem, 3vw, 2.4rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); }
p { margin: 0 0 1rem; }
.vd-container { width: min(100% - 32px, var(--vd-container)); margin-inline: auto; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.vd-skip-link { position: fixed; z-index: 9999; left: 1rem; top: -5rem; padding: .7rem 1rem; color: #fff; background: var(--vd-navy); border-radius: 8px; }
.vd-skip-link:focus { top: 1rem; }

.vd-topbar { color: #dce7ec; background: #0b2332; font-size: .88rem; }
.vd-topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.vd-topbar a { color: #fff; text-decoration: none; }
.vd-topbar__contact { display: flex; gap: 1.25rem; }
.vd-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--vd-line); backdrop-filter: blur(12px); }
.vd-header, .vd-header a, .vd-header .vd-brand, .vd-header .vd-brand__name, .vd-header .mod-menu__toggle-sub { transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease; }
.vd-header.is-scrolled { background: rgba(18,48,68,.98); border-bottom-color: rgba(255,255,255,.12); box-shadow: 0 10px 30px rgba(7,25,36,.2); }
.vd-header.is-scrolled .vd-navigation a,
.vd-header.is-scrolled .vd-navigation .mod-menu__toggle-sub { color: #fff; }
.vd-header.is-scrolled .vd-navigation .mod-menu__sub a { color: var(--vd-navy); }
.vd-header.is-scrolled .vd-brand { padding: .38rem .65rem; color: var(--vd-navy); background: #fff; border: 1px solid rgba(255,255,255,.75); border-radius: 12px; box-shadow: 0 8px 24px rgba(7,25,36,.16); }
.vd-header.is-scrolled .vd-brand__name { color: var(--vd-navy); }
.vd-header.is-scrolled .vd-brand img { padding: 0; background: transparent; border-radius: 0; }
.vd-header.is-scrolled .vd-menu-toggle { background: transparent; border-color: rgba(255,255,255,.45); }
.vd-header.is-scrolled .vd-menu-toggle > span:not(.visually-hidden) { background: #fff; }
.vd-header.is-scrolled .vd-navigation a:hover,
.vd-header.is-scrolled .vd-navigation a:focus-visible,
.vd-header.is-scrolled .vd-navigation .mod-menu__toggle-sub:hover,
.vd-header.is-scrolled .vd-navigation .mod-menu__toggle-sub:focus-visible,
.vd-header.is-scrolled .vd-navigation .active > a,
.vd-header.is-scrolled .vd-navigation .active > .mod-menu__toggle-sub { color: #fff; background: rgba(231,120,32,.9); }
.vd-header__inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.vd-brand { min-width: 0; display: inline-flex; align-items: center; gap: .75rem; color: var(--vd-navy); text-decoration: none; }
.vd-brand img { width: auto; max-width: 64px; max-height: 64px; object-fit: contain; }
.vd-brand__mark { width: 48px; aspect-ratio: 1; display: grid; place-items: center; color: #fff; background: var(--vd-accent); border-radius: 12px 4px 12px 4px; font-weight: 900; }
.vd-brand__name { max-width: 250px; font-weight: 850; letter-spacing: -.02em; line-height: 1.15; }
.vd-navigation ul { margin: 0; padding: 0; list-style: none; }
.vd-navigation > ul { display: flex; align-items: center; gap: .15rem; }
.vd-navigation li { position: relative; }
.vd-navigation a,
.vd-navigation .mod-menu__toggle-sub {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .45rem;
    padding: .75rem .8rem;
    color: var(--vd-navy);
    background: transparent;
    border: 0;
    border-radius: 8px;
    font-size: .93rem;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
    cursor: pointer;
}
.vd-navigation .mod-menu__heading { margin: 0; padding: 0; color: inherit; background: transparent; border: 0; font: inherit; line-height: inherit; text-transform: none; }
.vd-navigation a:hover,
.vd-navigation a:focus-visible,
.vd-navigation .mod-menu__toggle-sub:hover,
.vd-navigation .mod-menu__toggle-sub:focus-visible,
.vd-navigation .active > a,
.vd-navigation .active > .mod-menu__toggle-sub { color: var(--vd-accent-dark); background: #fff4eb; }
.vd-navigation .mod-menu__toggle-sub:focus-visible { outline: 3px solid rgba(231,120,32,.22); }
.vd-navigation .mod-menu__toggle-sub .icon-chevron-down { transition: transform .18s ease; }
.vd-navigation .mod-menu__toggle-sub[aria-expanded="true"] .icon-chevron-down { transform: rotate(180deg); }
.vd-navigation .mod-menu__sub {
    position: absolute;
    z-index: 150;
    top: calc(100% + .45rem);
    left: 0;
    display: block;
    min-width: 230px;
    padding: .5rem;
    background: #fff;
    border: 1px solid var(--vd-line);
    border-radius: 12px;
    box-shadow: var(--vd-shadow);
}
.vd-navigation .mod-menu__sub[aria-hidden="true"] { display: none; }
.vd-navigation .mod-menu__sub a { width: 100%; padding: .65rem .75rem; white-space: nowrap; }
.vd-menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--vd-line); background: #fff; border-radius: 10px; }
.vd-menu-toggle > span:not(.visually-hidden) { display: block; height: 2px; margin: 5px 0; background: var(--vd-navy); }

.vd-important { color: #fff; background: #a9342b; border-bottom: 1px solid #7f211c; }
.vd-important__inner { min-height: 50px; display: grid; align-items: center; padding-block: .7rem; }
.vd-important__inner > * { margin: 0; }
.vd-important p:last-child { margin-bottom: 0; }
.vd-important h1, .vd-important h2, .vd-important h3, .vd-important h4, .vd-important strong, .vd-important a { color: #fff; }
.vd-important a { font-weight: 800; text-underline-offset: .18em; }

.vd-hero { color: #fff; background: linear-gradient(120deg, var(--vd-navy), var(--vd-navy-2)); overflow: hidden; }
.vd-hero > .vd-container { min-height: 340px; display: grid; align-items: center; padding-block: 64px; }
.vd-hero h1, .vd-hero h2, .vd-hero h3 { color: #fff; }
.vd-breadcrumbs { background: var(--vd-pale); border-bottom: 1px solid var(--vd-line); }
.vd-breadcrumbs .breadcrumb { margin: 0; padding: .75rem 0; background: transparent; }
.vd-main { min-height: 55vh; padding-block: clamp(38px, 6vw, 76px); }
.vd-content-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 38px; }
.vd-content-grid.has-sidebar { grid-template-columns: minmax(0, 1fr) 290px; }
.vd-sidebar > * + * { margin-top: 1.25rem; }

.card, .vd-card, .vd-sidebar .moduletable, .vd-sidebar .card { background: #fff; border: 1px solid var(--vd-line); border-radius: var(--vd-radius); box-shadow: var(--vd-shadow); }
.vd-sidebar .moduletable, .vd-sidebar .card { padding: 1.25rem; }
.blog-items, .items-leading, .vd-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.blog-item, .vd-product-card { height: 100%; padding: 1.2rem; background: #fff; border: 1px solid var(--vd-line); border-radius: var(--vd-radius); box-shadow: var(--vd-shadow); transition: transform .18s ease, box-shadow .18s ease; }
.blog-item:hover, .vd-product-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(14,42,58,.14); }
.blog-item figure, .vd-product-card__image { aspect-ratio: 4/5; display: grid; place-items: center; margin: 0 0 1rem; overflow: hidden; background: var(--vd-pale); border-radius: 10px; }
.blog-item figure img, .vd-product-card__image img { width: 100%; height: 100%; object-fit: contain; }
.page-header h1, .page-header h2 { margin-bottom: .45em; }
.item-page .item-image { margin: 0 0 2rem; }

/* Jedinstveni katalog proizvoda: sve Joomla blog grupe postaju jedna mreža. */
.com-content-category-blog.blog { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.com-content-category-blog.blog > .blog-items { display: contents; }
.com-content-category-blog.blog > .page-header,
.com-content-category-blog.blog > .category-desc,
.com-content-category-blog.blog > .items-more,
.com-content-category-blog.blog > .com-content-category-blog__children,
.com-content-category-blog.blog > .pagination { grid-column: 1 / -1; }
.com-content-category-blog .blog-item { display: flex; min-width: 0; flex-direction: column; padding: 1rem; }
.com-content-category-blog .blog-item > .item-image { width: 100%; height: auto; aspect-ratio: 4/5; flex: 0 0 auto; margin: 0 0 1rem; padding: .75rem; }
.com-content-category-blog .vd-product-image-link { width: 100%; height: 100%; display: grid; place-items: center; border-radius: 8px; }
.com-content-category-blog .vd-product-image-link:focus-visible { outline: 3px solid rgba(231,120,32,.28); outline-offset: 2px; }
.com-content-category-blog .blog-item > .item-image img { width: 100%; height: 100%; object-fit: contain; }
.com-content-category-blog .blog-item > .item-content { display: flex; min-width: 0; flex: 1; flex-direction: column; }
.com-content-category-blog .blog-item .page-header h2 { min-height: 2.5em; margin: 0 0 .9rem; font-size: 1.2rem; line-height: 1.25; letter-spacing: -.01em; }
.com-content-category-blog .blog-item .page-header h2 a,
.com-content-category-blog .blog-item .page-header h2 .vd-product-title { color: var(--vd-navy); text-decoration: none; }
.vd-product-more-link,
.vd-home-product .vd-text-link { display: inline-flex; width: fit-content; min-height: 34px; align-items: center; justify-content: center; gap: .4rem; padding: .4rem .72rem; color: #fff; background: #a9342b; border: 1px solid #922a23; border-radius: 6px; font-size: .82rem; font-weight: 850; line-height: 1.2; text-decoration: none; transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease; }
.vd-product-more-link:hover,
.vd-product-more-link:focus-visible,
.vd-home-product .vd-text-link:hover,
.vd-home-product .vd-text-link:focus-visible { color: #fff; background: #7f211c; border-color: #7f211c; transform: translateY(-1px); }
.com-content-category-blog .vd-product-more-link { margin: -.15rem 0 1rem; }
.com-content-category-blog .blog-item .item-content > :not(.page-header):not(.vd-order-box--compact) { display: none !important; }
.com-content-category-blog .vd-order-box--compact { display: block; margin-top: auto; padding: 1rem; background: var(--vd-pale); border: 0; box-shadow: none; }
.com-content-category-blog .vd-order-box--compact .vd-add-form { gap: .55rem; }
.com-content-category-blog .vd-order-box--compact .vd-add-form input[type="number"] { width: 74px; }
.com-content-category-blog .vd-order-box--compact .vd-button { flex: 1 1 170px; }
.com-content-category-blog .pagination { display: none; }

/* Pojedinačni proizvod. */
.vd-product-hero { display: grid; justify-items: center; gap: 1.25rem; margin-bottom: 2rem; padding: clamp(1.25rem, 3vw, 2.25rem); background: #fff; border: 1px solid var(--vd-line); border-radius: calc(var(--vd-radius) + 4px); box-shadow: var(--vd-shadow); text-align: center; }
.vd-product-hero .page-header h1 { margin: 0; font-size: clamp(1.75rem, 3vw, 2.6rem); }
.vd-product-hero .item-image { width: min(100%, 460px); height: auto; aspect-ratio: 4/5; display: grid; place-items: center; margin: 0; padding: 1.25rem; overflow: hidden; background: var(--vd-pale); border-radius: var(--vd-radius); }
.vd-lightbox-trigger { width: 100%; height: 100%; display: grid; place-items: center; padding: 0; background: transparent; border: 0; border-radius: 10px; cursor: zoom-in; }
.vd-lightbox-trigger:focus-visible { outline: 4px solid rgba(231,120,32,.28); outline-offset: 2px; }
.vd-product-hero .item-image img { width: 100%; height: 100%; object-fit: contain; }
.com-content-article__body { margin-top: 2rem; }

.vd-table-scroll { width: 100%; margin: 1rem 0 1.75rem; overflow-x: auto; border-radius: 12px; }
.item-page .com-content-article__body table { width: 100%; min-width: 560px; margin: 0; border: 0; border-collapse: separate; border-spacing: 0; }
.item-page .com-content-article__body th,
.item-page .com-content-article__body td { padding: .8rem 1rem; border: 0; text-align: left; vertical-align: top; }
.item-page .com-content-article__body th { color: var(--vd-navy); background: #e7eff4; font-weight: 800; }
.item-page .com-content-article__body tbody tr:nth-child(odd) td { background: #f3f6f7; }
.item-page .com-content-article__body tbody tr:nth-child(even) td { background: #fff4eb; }
.item-page .com-content-article__body td a { overflow-wrap: anywhere; }

.vd-lightbox { width: auto; max-width: 96vw; max-height: 94vh; padding: 0; overflow: visible; background: transparent; border: 0; }
.vd-lightbox::backdrop { background: rgba(7, 20, 29, .88); backdrop-filter: blur(4px); }
.vd-lightbox__inner { position: relative; display: grid; justify-items: center; gap: .75rem; max-width: 94vw; max-height: 92vh; padding: 1.25rem; color: #fff; background: #fff; border-radius: 14px; box-shadow: 0 24px 70px rgba(0,0,0,.45); }
.vd-lightbox__image { display: block; width: auto; height: auto; max-width: calc(94vw - 2.5rem); max-height: calc(84vh - 2.5rem); object-fit: contain; }
.vd-lightbox__caption { max-width: 70ch; margin: 0; color: var(--vd-navy); font-weight: 800; text-align: center; }
.vd-lightbox__close { position: absolute; z-index: 2; top: -.8rem; right: -.8rem; width: 42px; height: 42px; display: grid; place-items: center; padding: 0; color: #fff; background: var(--vd-navy); border: 3px solid #fff; border-radius: 50%; font-size: 1.5rem; line-height: 1; cursor: pointer; }
.vd-lightbox__close:hover { background: var(--vd-accent-dark); }
.fields-container { display: grid; gap: .7rem; margin: 1.5rem 0; padding: 1.25rem; background: var(--vd-pale); border-radius: var(--vd-radius); }
.field-entry { display: grid; grid-template-columns: minmax(130px, .35fr) 1fr; gap: 1rem; padding-bottom: .7rem; border-bottom: 1px solid var(--vd-line); }
.field-entry:last-child { padding-bottom: 0; border-bottom: 0; }
.field-label { font-weight: 800; color: var(--vd-navy); }

.vd-button, .btn-primary, button[type="submit"] { display: inline-flex; align-items: center; justify-content: center; gap: .45rem; min-height: 46px; padding: .7rem 1.15rem; color: #fff; background: var(--vd-accent); border: 1px solid var(--vd-accent); border-radius: 9px; font-weight: 800; text-decoration: none; cursor: pointer; }
.vd-button:hover, .btn-primary:hover, button[type="submit"]:hover { color: #fff; background: var(--vd-accent-dark); border-color: var(--vd-accent-dark); }
.vd-button--secondary { color: var(--vd-navy); background: #fff; border-color: var(--vd-line); }
.vd-button--secondary:hover { color: var(--vd-navy); background: var(--vd-pale); border-color: var(--vd-navy); }
.vd-button--danger { background: var(--vd-danger); border-color: var(--vd-danger); }

.vd-form { display: grid; gap: 1rem; }
.vd-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.vd-field { display: grid; gap: .35rem; }
.vd-field--full { grid-column: 1 / -1; }
.vd-field label { font-weight: 750; color: var(--vd-navy); }
.vd-field input, .vd-field select, .vd-field textarea { width: 100%; padding: .72rem .8rem; color: var(--vd-ink); background: #fff; border: 1px solid #bcc8ce; border-radius: 8px; }
.vd-field input:focus, .vd-field select:focus, .vd-field textarea:focus { outline: 3px solid rgba(231,120,32,.2); border-color: var(--vd-accent); }
.vd-field textarea { min-height: 130px; resize: vertical; }
.vd-recaptcha-wrap { min-height: 78px; overflow: hidden; }
.vd-required { color: var(--vd-danger); }
.vd-cart { display: grid; gap: 1.5rem; }
.vd-cart-table { width: 100%; border-collapse: collapse; }
.vd-cart-table th, .vd-cart-table td { padding: .85rem; border-bottom: 1px solid var(--vd-line); text-align: left; vertical-align: middle; }
.vd-cart-table th { color: var(--vd-navy); background: var(--vd-pale); }
.vd-cart-table input[type="number"] { width: 82px; padding: .5rem; border: 1px solid #bcc8ce; border-radius: 7px; }
.vd-cart-actions { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .75rem; }
.vd-order-number { display: inline-block; padding: .3rem .6rem; color: var(--vd-success); background: #eaf7f0; border-radius: 6px; font-weight: 850; }
.vd-notice { padding: 1rem 1.1rem; background: #fff8e8; border: 1px solid #f3d48e; border-radius: 10px; }
.vd-order-box { margin-top: 2rem; padding: 1.35rem; background: var(--vd-pale); border: 1px solid var(--vd-line); border-radius: var(--vd-radius); }
.vd-order-box h2 { font-size: 1.45rem; }
.vd-add-form { display: flex; flex-wrap: wrap; align-items: end; gap: .7rem; }
.vd-add-form label { width: 100%; font-weight: 750; color: var(--vd-navy); }
.vd-add-form input[type="number"] { width: 90px; min-height: 46px; padding: .6rem; border: 1px solid #bcc8ce; border-radius: 8px; }
.vd-cart-link { display: inline-block; margin-top: .75rem; font-weight: 750; }

/* Početna strana. */
.vd-home { display: grid; gap: clamp(58px, 8vw, 96px); }
.vd-home section { scroll-margin-top: 130px; }
.vd-eyebrow { margin: 0 0 .7rem; color: var(--vd-accent-dark); font-size: .78rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.vd-home-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); align-items: center; gap: clamp(2rem, 5vw, 5rem); padding: clamp(2rem, 5vw, 4.5rem); overflow: hidden; background: linear-gradient(135deg, #eef4f6 0%, #fff 55%, #fff2e8 100%); border: 1px solid var(--vd-line); border-radius: 24px; }
.vd-home-hero::after { position: absolute; right: -100px; bottom: -160px; width: 360px; height: 360px; content: ""; background: rgba(231,120,32,.1); border-radius: 50%; }
.vd-home-hero__content { position: relative; z-index: 1; }
.vd-home-hero h1 { max-width: 18ch; font-size: clamp(2.2rem, 4.6vw, 4.25rem); }
.vd-home-hero__content > p:not(.vd-eyebrow) { max-width: 62ch; color: var(--vd-muted); font-size: clamp(1rem, 1.5vw, 1.18rem); }
.vd-home-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.7rem; }
.vd-home-hero__visual { position: relative; z-index: 1; width: min(100%, 600px); min-height: 420px; justify-self: center; isolation: isolate; }
.vd-home-hero__visual span { position: absolute; display: grid; place-items: center; padding: 1rem; overflow: hidden; background: #fff; border: 1px solid var(--vd-line); border-radius: 18px; box-shadow: 0 18px 45px rgba(14,42,58,.14); }
.vd-home-hero__visual span:nth-child(1) { z-index: 3; top: 12%; left: 0; width: 60%; height: 62%; transform: rotate(-3deg); }
.vd-home-hero__visual span:nth-child(2) { z-index: 2; right: 0; bottom: 2%; width: 54%; height: 50%; transform: rotate(3deg); }
.vd-home-hero__visual span:nth-child(3) { z-index: 1; top: 0; right: 1%; width: 42%; height: 39%; transform: rotate(1deg); }
.vd-home-hero__visual img { width: 100%; height: 100%; object-fit: contain; }
.vd-section-heading { max-width: 720px; margin-bottom: 2rem; }
.vd-section-heading h2 { margin-bottom: 0; }
.vd-home-categories, .vd-home-products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.vd-home-category { display: grid; grid-template-columns: 120px minmax(0, 1fr); align-items: center; min-height: 150px; overflow: hidden; color: var(--vd-navy); background: #fff; border: 1px solid var(--vd-line); border-radius: var(--vd-radius); box-shadow: var(--vd-shadow); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.vd-home-category:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(14,42,58,.14); }
.vd-home-category__image { align-self: stretch; display: grid; place-items: center; padding: .8rem; background: var(--vd-pale); }
.vd-home-category__image img { width: 100%; height: 100%; max-height: 125px; object-fit: contain; }
.vd-home-category__body { display: grid; gap: .35rem; padding: 1.1rem; }
.vd-home-category__body strong { font-size: 1.1rem; line-height: 1.25; }
.vd-home-category__body small { color: var(--vd-muted); line-height: 1.4; }
.vd-home-section--tinted { margin-inline: calc(50% - 50vw); padding: clamp(54px, 7vw, 86px) max(16px, calc((100vw - var(--vd-container)) / 2)); background: var(--vd-pale); }
.vd-home-product { display: flex; min-width: 0; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid var(--vd-line); border-radius: var(--vd-radius); box-shadow: var(--vd-shadow); }
.vd-home-product__image { height: auto; aspect-ratio: 4/5; display: grid; place-items: center; min-height: 0; padding: 1.2rem; overflow: hidden; background: #fff; }
.vd-home-product__image img { width: 100%; height: 100%; min-height: 0; max-height: 100%; object-fit: contain; transition: transform .25s ease; }
.vd-home-product:hover .vd-home-product__image img { transform: scale(1.035); }
.vd-home-product__body { position: relative; z-index: 1; display: flex; flex: 1; flex-direction: column; padding: 1.2rem; background: #fff; border-top: 1px solid var(--vd-line); }
.vd-home-product h3 { font-size: 1.08rem; line-height: 1.35; }
.vd-home-product h3 a { color: var(--vd-navy); text-decoration: none; }
.vd-text-link { margin-top: auto; font-weight: 800; text-decoration: none; }
.vd-home-product .vd-text-link { margin-top: auto; }
.vd-home-about { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(2rem, 6vw, 6rem); padding: clamp(2rem, 5vw, 4rem); background: linear-gradient(135deg, #fff 0%, var(--vd-pale) 100%); border: 1px solid var(--vd-line); border-radius: 22px; }
.vd-home-about__content > p { color: var(--vd-muted); font-size: 1.05rem; }
.vd-home-about__services { display: flex; flex-wrap: wrap; gap: .65rem; margin: 1.6rem 0 0; padding: 0; list-style: none; }
.vd-home-about__services li { padding: .55rem .8rem; color: var(--vd-navy); background: #fff; border: 1px solid var(--vd-line); border-radius: 999px; font-size: .9rem; font-weight: 800; }
.vd-home-services { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.vd-home-services article { padding: clamp(1.4rem, 3vw, 2.2rem); background: #fff; border: 1px solid var(--vd-line); border-top: 4px solid var(--vd-accent); border-radius: var(--vd-radius); }
.vd-home-services article > span { display: block; margin-bottom: 1.3rem; color: var(--vd-accent-dark); font-size: .84rem; font-weight: 900; letter-spacing: .1em; }
.vd-home-services p { margin: 0; color: var(--vd-muted); }
.vd-home-why { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(2rem, 6vw, 6rem); padding: clamp(2rem, 5vw, 4.5rem); color: #dbe6eb; background: var(--vd-navy); border-radius: 22px; }
.vd-home-why h2 { color: #fff; }
.vd-home-why .vd-eyebrow { color: #ffb37c; }
.vd-home-why ul { display: grid; gap: 1rem; margin: 0; padding: 0; list-style: none; }
.vd-home-why li { display: grid; gap: .2rem; padding: 0 0 1rem; border-bottom: 1px solid rgba(255,255,255,.16); }
.vd-home-why li:last-child { padding-bottom: 0; border-bottom: 0; }
.vd-home-why strong { color: #fff; font-size: 1.15rem; }
.vd-home-contact { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(230px, .85fr) auto; align-items: center; gap: clamp(1.5rem, 4vw, 3.5rem); padding: clamp(1.5rem, 4vw, 3rem); background: #fff4eb; border: 1px solid #f2d4bd; border-radius: 20px; }
.vd-home-contact h2, .vd-home-contact p { margin-bottom: .45rem; }
.vd-home-contact__details { display: grid; gap: .25rem; }
.vd-home-contact__details a { font-weight: 750; text-decoration: none; }

/* Kontakt strana. */
.vd-contact-page { display: grid; gap: clamp(2.5rem, 6vw, 5rem); }
.vd-contact-intro { max-width: 740px; }
.vd-contact-intro h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
.vd-contact-intro > p:last-child { color: var(--vd-muted); font-size: 1.08rem; }
.vd-contact-channels { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.vd-contact-channels > div { display: grid; align-content: start; gap: .4rem; padding: clamp(1.4rem, 3vw, 2rem); background: var(--vd-pale); border-radius: var(--vd-radius); }
.vd-contact-channels span { margin-bottom: .35rem; color: var(--vd-muted); font-size: .8rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.vd-contact-channels a { width: fit-content; font-size: 1.08rem; font-weight: 800; text-decoration: none; }
.vd-contact-locations { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.vd-contact-location { display: flex; min-height: 270px; flex-direction: column; padding: clamp(1.4rem, 3vw, 2rem); background: #fff; border: 1px solid var(--vd-line); border-radius: var(--vd-radius); box-shadow: var(--vd-shadow); }
.vd-contact-location__number { margin-bottom: 1.4rem; color: var(--vd-accent-dark); font-size: .82rem; font-weight: 900; letter-spacing: .1em; }
.vd-contact-location h2 { font-size: 1.35rem; }
.vd-contact-location p { color: var(--vd-muted); }
.vd-contact-location .vd-button { width: fit-content; margin-top: auto; }
.vd-contact-documents { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); align-items: center; gap: clamp(1.5rem, 5vw, 4rem); padding: clamp(1.5rem, 4vw, 3rem); background: #fff4eb; border: 1px solid #f2d4bd; border-radius: 20px; }
.vd-contact-document { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 1rem; padding: 1.2rem; background: #fff; border: 1px solid var(--vd-line); border-radius: var(--vd-radius); box-shadow: var(--vd-shadow); }
.vd-contact-document__type { display: grid; place-items: center; width: 54px; height: 54px; color: #fff; background: var(--vd-accent); border-radius: 12px; font-size: .82rem; font-weight: 900; }
.vd-contact-document strong, .vd-contact-document small { display: block; }
.vd-contact-document small, .vd-document-pending { color: var(--vd-muted); }
.vd-document-pending { max-width: 22ch; font-size: .86rem; font-weight: 700; }

.vd-footer { color: #dbe6eb; background: #0b2332; }
.vd-footer__grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 38px; padding-block: 52px; }
.vd-footer h2, .vd-footer h3, .vd-footer h4, .vd-footer strong { color: #fff; }
.vd-footer a { color: #fff; }
.vd-footer ul { margin: 0; padding: 0; list-style: none; }
.vd-footer__phones { display: grid; gap: .15rem; margin-bottom: .9rem !important; }
.vd-footer__bottom { padding-block: 1rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .9rem; }
.vd-component-only { padding-block: 2rem; }
.vd-error-page { min-height: 100vh; display: grid; place-items: center; padding: 1.5rem; background: var(--vd-pale); }
.vd-error-card { width: min(100%, 620px); padding: clamp(2rem, 6vw, 4.5rem); text-align: center; background: #fff; border-radius: 22px; box-shadow: var(--vd-shadow); }
.vd-error-code { display: block; color: var(--vd-accent); font-size: clamp(4rem, 12vw, 8rem); font-weight: 950; line-height: 1; }

@media (max-width: 980px) {
    .vd-menu-toggle { display: block; }
    .vd-navigation { display: none; position: absolute; left: 16px; right: 16px; top: calc(100% + 8px); padding: .75rem; background: #fff; border: 1px solid var(--vd-line); border-radius: 12px; box-shadow: var(--vd-shadow); }
    .vd-navigation.is-open { display: block; }
    .vd-header.is-scrolled .vd-navigation { background: var(--vd-navy); border-color: rgba(255,255,255,.2); }
    .vd-navigation > ul { display: block; }
    .vd-navigation a, .vd-navigation .mod-menu__toggle-sub { width: 100%; }
    .vd-navigation .mod-menu__sub { position: static; min-width: 0; margin: .2rem 0 .5rem .75rem; padding: .25rem .25rem .25rem .65rem; background: var(--vd-pale); border: 0; border-left: 3px solid #dce7ec; border-radius: 0 8px 8px 0; box-shadow: none; }
    .vd-navigation .mod-menu__sub a { white-space: normal; }
    .vd-content-grid.has-sidebar { grid-template-columns: 1fr; }
    .blog-items, .items-leading, .vd-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .com-content-category-blog.blog { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .vd-home-hero { grid-template-columns: 1fr; }
    .vd-home-hero__visual { min-height: 370px; }
    .vd-home-categories, .vd-home-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .vd-home-services, .vd-home-about { grid-template-columns: 1fr; }
    .vd-home-contact { grid-template-columns: 1fr 1fr; }
    .vd-home-contact > .vd-button { width: fit-content; }
    .vd-contact-locations, .vd-contact-documents { grid-template-columns: 1fr; }
    .vd-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    .vd-topbar__inner { min-height: 44px; align-items: flex-start; flex-direction: column; justify-content: center; padding-block: .45rem; }
    .vd-topbar__contact { gap: .75rem; flex-wrap: wrap; }
    .vd-header__inner { min-height: 70px; }
    .vd-header.is-scrolled .vd-brand { gap: .5rem; padding: .25rem .45rem; }
    .vd-brand__name { max-width: 190px; font-size: .86rem; }
    .blog-items, .items-leading, .vd-product-grid, .com-content-category-blog.blog, .vd-footer__grid, .vd-form-grid { grid-template-columns: 1fr; }
    .vd-home { gap: 54px; }
    .vd-home-hero { padding: 1.5rem; border-radius: 16px; }
    .vd-home-hero__visual { min-height: 285px; }
    .vd-home-hero__visual span { padding: .7rem; border-radius: 14px; }
    .vd-home-hero__visual span:nth-child(1) { top: 14%; width: 62%; height: 60%; }
    .vd-home-hero__visual span:nth-child(2) { width: 56%; height: 48%; }
    .vd-home-hero__visual span:nth-child(3) { top: 1%; right: 0; width: 44%; height: 36%; }
    .vd-home-categories, .vd-home-products, .vd-home-why, .vd-home-contact, .vd-contact-channels { grid-template-columns: 1fr; }
    .vd-home-category { grid-template-columns: 100px minmax(0, 1fr); }
    .vd-contact-document { grid-template-columns: auto minmax(0, 1fr); }
    .vd-contact-document .vd-button, .vd-contact-document .vd-document-pending { grid-column: 1 / -1; }
    .vd-home-product__image { height: auto; aspect-ratio: 4/5; }
    .vd-home-section--tinted { padding-block: 48px; }
    .com-content-category-blog .blog-item > .item-image { height: auto; aspect-ratio: 4/5; flex-basis: auto; }
    .vd-product-hero .item-image { width: min(100%, 420px); height: auto; aspect-ratio: 4/5; padding: .85rem; }
    .vd-lightbox__inner { padding: .75rem; }
    .vd-lightbox__image { max-width: calc(94vw - 1.5rem); max-height: calc(82vh - 1.5rem); }
    .vd-cart-table thead { display: none; }
    .vd-cart-table, .vd-cart-table tbody, .vd-cart-table tr, .vd-cart-table td { display: block; width: 100%; }
    .vd-cart-table tr { margin-bottom: 1rem; padding: .5rem; border: 1px solid var(--vd-line); border-radius: 10px; }
    .vd-cart-table td { border-bottom: 0; }
}

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

@media (max-width: 380px) {
    .vd-recaptcha-wrap .g-recaptcha { width: 304px; transform: scale(.88); transform-origin: left top; }
    .vd-recaptcha-wrap { min-height: 69px; }
}
