/* ================================================================
   kolekcije-single.css — Single kolekcija (shop-the-look)
   ================================================================ */

/* ─── Breadcrumb inside hero ─── */
.breadcrumb--hero {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-family: var(--font-sans);
    font-size: 0.78rem;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.breadcrumb--hero a {
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    transition: color 0.2s;
}
.breadcrumb--hero a:hover { color: var(--white); }
.breadcrumb--hero .sep { color: rgba(255,255,255,0.3); font-size: 0.7rem; }
.breadcrumb--hero .current { color: rgba(255,255,255,0.9); font-weight: 500; }

/* ─── Hero ─── */
@keyframes heroTitleFadeIn {
    from { opacity: 0; transform: translateY(14px); }
    to   { opacity: 1; transform: translateY(0); }
}

.kol-single-hero {
    position: relative;
    min-height: 100svh;
    height: 100svh;
    display: flex;
    align-items: flex-start;
    background-color: #1a1a1a;
    color: var(--white);
    overflow: hidden;
}

/* ─── Hero slider ─── */
.kol-hero-slides {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.kol-hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center 70%;
    opacity: 0;
    transition: opacity 1.4s ease;
}
.kol-hero-slide.is-active { opacity: 1; }

/* ─── Scroll cue line ─── */
@keyframes cueShimmer {
    0%   { transform: translateY(-100%); opacity: 0; }
    15%  { opacity: 1; }
    85%  { opacity: 1; }
    100% { transform: translateY(500%); opacity: 0; }
}

.kol-scroll-cue {
    position: absolute;
    top: auto;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%) translateZ(0);
    z-index: 4;
    height: 60px;
    width: 1px;
    pointer-events: none;
    will-change: transform;
    isolation: isolate;
}
.kol-scroll-cue__line {
    position: relative;
    width: 1px;
    height: 100%;
    overflow: hidden;
    background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.75) 60%, rgba(255,255,255,0.35) 100%);
}
.kol-scroll-cue__line::after {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    width: 3px;
    height: 25%;
    background: linear-gradient(to bottom, transparent, rgba(255,255,255,1), transparent);
    animation: cueShimmer 2.2s ease-in-out infinite;
    animation-delay: 0.8s;
}
.kol-single-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(160deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.18) 50%, rgba(0,0,0,0.48) 100%);
}
.kol-single-hero__inner {
    position: relative;
    z-index: 1;
    padding-top: 72px;
    padding-left: 28px;
    padding-bottom: 0;
}
.kol-single-hero__title {
    animation: heroTitleFadeIn 0.7s ease both;
    animation-delay: 0.1s;
}
.kol-single-hero__eyebrow {
    display: inline-block;
    background: rgba(197,38,105,0.85);
    color: var(--white);
    font-family: var(--font-sans);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 4px;
    margin-bottom: 16px;
}
.kol-single-hero__title {
    font-family: var(--font-serif);
    font-size: clamp(2.2rem, 9vw, 3rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 0;
    color: var(--white);
    text-shadow: 0 2px 12px rgba(0,0,0,0.4);
}
.kol-single-hero__title span { color: #e8799f; }
.kol-single-hero__sub {
    font-size: 1rem;
    color: rgba(255,255,255,0.8);
    margin-bottom: 16px;
    max-width: 520px;
    line-height: 1.6;
}
.kol-single-hero__desc {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.8);
    margin-top: 16px;
    max-width: 600px;
    line-height: 1.65;
}
.kol-single-hero__meta {
    font-family: var(--font-sans);
    font-size: 0.82rem;
    color: rgba(255,255,255,0.65);
    display: flex;
    align-items: center;
    gap: 6px;
}

/* ─── Duži opis kolekcije (ispod hero-a) ─── */
.kol-single-desc {
    font-size: 0.95rem;
    line-height: 1.8;
    color: var(--text-primary);
    max-width: 720px;
    padding: 24px 0 8px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 32px;
}

.kol-single-desc p { margin: 0 0 0.9em; }
.kol-single-desc p:last-child { margin-bottom: 0; }

/* ─── Layout: main + sticky sidebar ─── */
.kol-single-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: start;
    padding: 52px 0 80px;
}
.kol-single-main {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

/* ─── Product group sections ─── */
.kol-group {
    margin-bottom: 52px;
}

/* ─── Filters bar (wraps dim tabs + boja dropdown) ─── */
.kol-filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

/* ─── Dimension filter tabs ─── */
.kol-dim-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.kol-dim-tab {
    padding: 5px 16px;
    border: 1.5px solid var(--border);
    background: transparent;
    border-radius: 20px;
    font-family: var(--font-sans);
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--gray-dark);
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: background 0.18s, color 0.18s, border-color 0.18s;
    line-height: 1.4;
}
.kol-dim-tab:hover { border-color: var(--secondary); color: var(--secondary); }
.kol-dim-tab.is-active { background: var(--secondary); border-color: var(--secondary); color: var(--white); }

/* ─── Colour dropdown ─── */
.kol-boja-filter { position: relative; }
.kol-boja-filter__trigger {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    border: 1.5px solid var(--border);
    background: transparent;
    border-radius: 20px;
    font-family: var(--font-sans);
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--gray-dark);
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: border-color 0.18s, color 0.18s;
    line-height: 1.4;
}
.kol-boja-filter__trigger svg { transition: transform 0.2s; flex-shrink: 0; }
.kol-boja-filter__trigger:hover { border-color: var(--secondary); color: var(--secondary); }
.kol-boja-filter.is-open .kol-boja-filter__trigger { border-color: var(--secondary); color: var(--secondary); }
.kol-boja-filter.is-open .kol-boja-filter__trigger svg { transform: rotate(180deg); }
.kol-boja-trigger__dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.15);
    flex-shrink: 0;
}
.kol-boja-filter__panel {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg, 12px);
    box-shadow: 0 8px 28px rgba(0,0,0,0.11);
    padding: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    min-width: 200px;
    max-width: 300px;
    z-index: 200;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity 0.18s, transform 0.18s;
}
.kol-boja-filter.is-open .kol-boja-filter__panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.kol-boja-swatch {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    background: none;
    border: none;
    padding: 5px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.15s;
}
.kol-boja-swatch:hover { background: var(--gray-light, #f5f5f5); }
.kol-boja-swatch.is-active { background: var(--gray-light, #f5f5f5); }
.kol-boja-swatch__dot {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1.5px solid rgba(0,0,0,0.1);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #888;
    flex-shrink: 0;
}
.kol-boja-swatch.is-active .kol-boja-swatch__dot::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid var(--secondary);
}
.kol-boja-swatch--reset .kol-boja-swatch__dot { background: var(--gray-light, #f5f5f5); }
.kol-boja-swatch__label {
    font-family: var(--font-sans);
    font-size: 0.6rem;
    color: var(--gray-dark);
    white-space: nowrap;
    max-width: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    line-height: 1.2;
}

/* ─── Products grid (within a group) ─── */
.kol-products-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

/* ─── Product card ─── */
.kol-product-card {
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    background: var(--white);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
    display: flex;
    flex-direction: column;
    padding: 10px 10px 0;
    min-width: 0;
    overflow: hidden;
}
.kol-product-card:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-3px);
}
.kol-product-card__img-wrap {
    position: relative;
    overflow: hidden;
    background: var(--gray-light);
}
.kol-product-card__img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}
.kol-product-card:hover .kol-product-card__img { transform: scale(1.05); }
.kol-product-card__discount {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--primary);
    color: var(--white);
    font-family: var(--font-sans);
    font-size: 0.7rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
}
.kol-product-card__out {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0,0,0,0.65);
    color: var(--white);
    font-family: var(--font-sans);
    font-size: 0.68rem;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 4px;
}
.kol-product-card__body {
    padding: 10px 12px 14px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.kol-product-card__sku {
    font-size: 0.72rem;
    color: var(--text-secondary, #888);
    margin: -6px 0 8px;
    letter-spacing: 0.02em;
}

.kol-product-card__title {
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
}
.kol-product-card__title a {
    color: var(--secondary);
    text-decoration: none;
}
.kol-product-card__title a:hover { color: var(--primary); }

/* Dimension pills */
.kol-product-card__dims {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 12px;
}
.kol-product-card__dim-pill {
    font-family: var(--font-sans);
    font-size: 0.68rem;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
    background: var(--gray-light);
    color: var(--secondary);
    border: 1px solid var(--border);
    white-space: normal;
    word-break: break-word;
    max-width: 100%;
}

/* Pricing */
.kol-product-card__pricing {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 14px;
    margin-top: auto;
}
.kol-product-card__price-old {
    font-size: 0.78rem;
    color: #aaa;
    text-decoration: line-through;
}
.kol-product-card__price {
    font-family: var(--font-sans);
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--secondary);
}
.kol-product-card__price--onrequest {
    font-weight: 500;
    color: #888;
    font-style: italic;
}
.kol-product-card__link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: var(--font-sans);
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--primary);
    text-decoration: none;
    transition: gap 0.2s;
}
.kol-product-card__link:hover { gap: 9px; }

/* ─── Empty state ─── */
.kol-single-empty {
    text-align: center;
    padding: 80px 20px;
    color: var(--gray-dark);
}
.kol-single-empty svg { margin: 0 auto 16px; opacity: 0.25; }

/* ─── Description section ─── */
.kol-single-desc {
    padding-top: 40px;
    border-top: 1px solid var(--border);
    margin-top: 20px;
}
.kol-single-desc h2 {
    font-family: var(--font-serif);
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 16px;
}
.kol-single-desc p {
    font-size: 0.92rem;
    color: #555;
    line-height: 1.75;
    margin-bottom: 14px;
}

/* ─── Sticky Sidebar ─── */
.kol-single-sidebar {
    display: none;
}
.kol-single-sidebar__inner {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 28px 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.kol-single-sidebar__label {
    display: block;
    font-family: var(--font-sans);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 8px;
}
.kol-single-sidebar__title {
    font-family: var(--font-serif);
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 6px;
    line-height: 1.3;
}
.kol-single-sidebar__sub {
    font-size: 0.82rem;
    color: var(--gray-dark);
    margin-bottom: 20px;
    line-height: 1.5;
}
.kol-single-sidebar__list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.kol-single-sidebar__list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
    color: var(--secondary);
}
.kol-single-sidebar__list li svg { color: var(--primary); flex-shrink: 0; }
.kol-single-sidebar__cta {
    display: block;
    width: 100%;
    padding: 14px 20px;
    background: var(--primary);
    color: var(--white);
    border: none;
    border-radius: var(--radius);
    font-family: var(--font-sans);
    font-size: 0.88rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s;
    margin-bottom: 12px;
}
.kol-single-sidebar__cta:hover { background: var(--primary-dark); }
.kol-single-sidebar__phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--font-sans);
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--gray-dark);
    text-decoration: none;
    transition: color 0.2s;
}
.kol-single-sidebar__phone:hover { color: var(--primary); }

/* ─── Story pin wrapper (hero + cinematic stacked) ─── */
.kol-story-pin {
    position: relative;
    height: 100svh;
    overflow: hidden;
    isolation: isolate;
    background: var(--secondary);
}
.kol-story-pin .kol-single-hero {
    height: 100%;
    min-height: unset;
    position: relative;
    z-index: 1;
}
.kol-story-pin .kol-cinematic {
    position: absolute;
    inset: 0;
    height: 100%;
    z-index: 2;
    transform: translateY(100%); /* GSAP početni state — sprečava flash prije JS-a */
}
.kol-story-pin .kol-scroll-cue {
    z-index: 4;
    top: auto;
    bottom: 6%;
}

/* ─── Cinematic scroll section ─── */
.kol-cinematic {
    position: relative;
    width: 100%;
    height: 100vh;
    background: var(--secondary);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(36px, 8vh, 80px);
    overflow: hidden;
}
.kol-cinematic__center {
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.kol-cinematic__word {
    display: block;
    font-family: var(--font-serif);
    font-size: clamp(3.5rem, 11vw, 10rem);
    font-weight: 700;
    color: var(--white);
    letter-spacing: -0.02em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    user-select: none;
    will-change: transform, opacity, filter;
    transform-origin: center center;
}
.kol-cinematic__tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 22px;
    padding: 0 28px;
    pointer-events: none;
    user-select: none;
}
.kol-cinematic__tag {
    font-family: var(--font-sans);
    font-size: clamp(0.65rem, 1.4vw, 0.95rem);
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    will-change: transform, opacity;
}

/* ─── Collection Showcase — overlay unutar story pina ─── */
.kol-showcase {
    background: var(--secondary);
    width: 100%;
    position: relative;
    overflow: hidden;
}
.kol-story-pin .kol-showcase {
    position: absolute;
    inset: 0;
    z-index: 3;
    visibility: hidden; /* GSAP override via autoAlpha — sprečava FOUC prije JS-a */
}
.kol-showcase__inner {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    align-items: center;
    gap: 80px;
    height: 100svh;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}
/* ─── Left: title + text reveal ─── */
.kol-showcase__left {
    display: flex;
    flex-direction: column;
}
.kol-showcase__eyebrow {
    font-family: var(--font-sans);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 7px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.32);
    margin-bottom: 18px;
}
.kol-showcase__title {
    font-family: var(--font-serif);
    font-size: clamp(2.6rem, 4vw, 4.8rem);
    font-weight: 700;
    color: var(--white);
    line-height: 1.0;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.kol-showcase__desc {
    font-family: var(--font-main);
    font-size: clamp(0.95rem, 1.1vw, 1.05rem);
    line-height: 1.95;
    color: var(--white);
}
.kol-showcase__para {
    margin: 0 0 1.2em;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}
.kol-showcase__para:last-child {
    margin-bottom: 0;
}
.kol-showcase__phrase {
    display: inline;
    opacity: 0.15;
    will-change: opacity;
}
/* ─── Right: image slideshow ─── */
.kol-showcase__right {
    position: relative;
}
.kol-showcase__frame {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
}
.kol-showcase__slide {
    position: absolute;
    inset: 0;
    will-change: transform, opacity;
}
.kol-showcase__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    user-select: none;
    pointer-events: none;
    -webkit-user-drag: none;
}
/* ─── Counter ─── */
.kol-showcase__counter {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    font-family: var(--font-sans);
    font-size: 0.7rem;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.25);
    user-select: none;
}
.kol-showcase__counter-cur {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    transition: color 0.4s ease;
}

/* ─── Immersive mode — sakrij regularni header ───────────────── */
.kol-immersive .header,
.kol-immersive .mobile-search-overlay,
.kol-immersive .mobile-drawer,
.kol-immersive .mobile-drawer-overlay { display: none !important; }
.kol-immersive { padding-top: 0 !important; }

/* ─── Overlay Nav Bar ────────────────────────────────────────── */
.kol-overlay-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 900;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    transition: background 0.35s ease, backdrop-filter 0.35s ease;
}
.kol-overlay-nav.is-scrolled {
    background: rgba(12, 12, 12, 0.72);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.kol-overlay-nav__logo img {
    height: 26px;
    width: auto;
    display: block;
    filter: brightness(0) invert(1);
    opacity: 0.88;
    transition: opacity 0.2s;
}
.kol-overlay-nav__logo:hover img { opacity: 1; }

.kol-overlay-nav__right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.kol-overlay-nav__cart {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.8);
    padding: 8px;
    transition: color 0.2s;
    border-radius: 8px;
}
.kol-overlay-nav__cart:hover { color: #fff; }
.kol-overlay-nav__cart-badge {
    position: absolute;
    top: 2px;
    right: 2px;
    min-width: 15px;
    height: 15px;
    background: var(--primary);
    color: #fff;
    font-size: 0.58rem;
    font-weight: 700;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3px;
    line-height: 1;
}

.kol-overlay-nav__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 8px;
    background: none;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    transition: background 0.2s;
}
.kol-overlay-nav__hamburger:hover { background: rgba(255,255,255,0.08); }
.kol-overlay-nav__hamburger span {
    display: block;
    width: 100%;
    height: 1.5px;
    background: rgba(255,255,255,0.85);
    border-radius: 2px;
    transform-origin: center;
    transition: transform 0.32s ease, opacity 0.22s ease, width 0.22s ease;
}
.kol-overlay-nav__hamburger.is-open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.kol-overlay-nav__hamburger.is-open span:nth-child(2) { opacity: 0; width: 0; }
.kol-overlay-nav__hamburger.is-open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ─── Full-screen Collections Overlay ───────────────────────── */
.kol-overlay-menu {
    position: fixed;
    inset: 0;
    background: rgba(8,8,8,0.97);
    z-index: 1100;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.38s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.kol-overlay-menu.is-open {
    opacity: 1;
    pointer-events: auto;
}

.kol-overlay-menu__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 48px;
    flex-shrink: 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.kol-overlay-menu__logo {
    height: 24px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.65;
}
.kol-overlay-menu__header-nav {
    display: none;
}
@media (min-width: 768px) {
    .kol-overlay-menu__header-nav {
        display: flex;
        align-items: center;
        gap: 32px;
        margin-left: auto;
        margin-right: 36px;
    }
    .kol-overlay-menu__header-link {
        color: var(--background);
        font-family: var(--font-sans);
        font-size: 0.75rem;
        font-weight: 500;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        text-decoration: none;
        opacity: 0.7;
        transition: opacity 0.18s;
    }
    .kol-overlay-menu__header-link:hover { opacity: 1; }
}
.kol-overlay-menu__close {
    background: none;
    border: none;
    color: rgba(255,255,255,0.5);
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: color 0.2s, background 0.2s;
}
.kol-overlay-menu__close:hover { color: #fff; background: rgba(255,255,255,0.06); }

.kol-overlay-menu__body {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    padding: 40px 48px;
    overscroll-behavior: contain;
}

.kol-overlay-menu__eyebrow {
    font-size: 0.68rem;
    letter-spacing: 7px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    margin: 0 0 24px;
}

.kol-overlay-menu__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.kol-overlay-card {
    position: relative;
    display: block;
    text-decoration: none;
    border-radius: 5px;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    background: #181818;
}
.kol-overlay-card__img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.55s ease;
}
.kol-overlay-card__img--empty { background: #1c1c1c; }
.kol-overlay-card:hover .kol-overlay-card__img { transform: scale(1.05); }

.kol-overlay-card__info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 48px 16px 16px;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, transparent 100%);
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.kol-overlay-card__name {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.01em;
}
.kol-overlay-card__desc {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.55);
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* top-row: eyebrow left, CTA right — desktop only */
.kol-overlay-menu__top-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 24px;
}
.kol-overlay-menu__top-row .kol-overlay-menu__eyebrow {
    margin: 0;
}

.kol-overlay-menu__all-link {
    display: none;
}
@media (min-width: 768px) {
    .kol-overlay-menu__all-link {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: var(--primary);
        font-family: var(--font-sans);
        font-size: 0.75rem;
        font-weight: 600;
        letter-spacing: 0.06em;
        text-decoration: none;
        text-transform: uppercase;
        transition: opacity 0.18s, gap 0.18s;
        white-space: nowrap;
    }
    .kol-overlay-menu__all-link::after {
        content: '→';
        font-size: 0.85rem;
        transition: transform 0.18s;
    }
    .kol-overlay-menu__all-link:hover { opacity: 0.75; }
    .kol-overlay-menu__all-link:hover::after { transform: translateX(3px); }
}

.kol-overlay-menu__backdrop { display: none; }

/* ── Mobile sticky footer nav ── */
.kol-overlay-menu__footer-nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-shrink: 0;
    padding: 14px 20px calc(14px + env(safe-area-inset-bottom));
    background: var(--background);
    z-index: 9999;
}
.kol-overlay-menu__footer-link {
    color: var(--secondary);
    font-family: var(--font-sans);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 0.18s;
    padding: 4px 8px;
}
.kol-overlay-menu__footer-link:hover,
.kol-overlay-menu__footer-link:active { opacity: 1; }

@media (min-width: 768px) {
    .kol-overlay-menu__footer-nav { display: none; }
}

@media (max-width: 1200px) {
    .kol-overlay-menu__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 1024px) {
    .kol-overlay-menu__header { padding: 18px 28px; }
    .kol-overlay-menu__body  { padding: 32px 28px; }
    .kol-overlay-menu__grid  { grid-template-columns: repeat(2, 1fr); gap: 10px; }
}
@media (max-width: 600px) {
    .kol-overlay-menu__header { padding: 16px 20px; }
    .kol-overlay-menu__body  { padding: 24px 20px; }
    .kol-overlay-menu__grid  { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .kol-overlay-card__name  { font-size: 0.85rem; }
}

/* ─── Responsive (mobile-first, min-width) ───────────────────── */

.kol-cinematic__break {
    flex-basis: 100%;
    height: 0;
}

/* ─── Showcase — tablet only (768–1024px) ───────────────────── */
@media (min-width: 768px) and (max-width: 1024px) {
    .kol-showcase__left {
        max-width: 560px;
        margin: 0 auto;
    }
    .kol-showcase__desc {
        font-size: 1.1rem;
        line-height: 1.85;
    }
    .kol-showcase__eyebrow {
        font-size: 0.78rem;
        letter-spacing: 8px;
    }
}

/* ─── Showcase — mobile + tablet (< 1025px) ─────────────────── */
@media (max-width: 1024px) {
    /* Inner postaje relativni kontejner — obje kolone su full-screen overlaji */
    .kol-showcase__inner {
        display: block;
        position: relative;
        height: 100%;
        padding: 0;
    }
    /* Left panel — tekst, centriran, cijeli ekran */
    .kol-showcase__left {
        position: absolute;
        inset: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0 32px;
    }
    .kol-showcase__title {
        display: none;
    }
    .kol-showcase__eyebrow {
        margin-bottom: 28px;
    }
    .kol-showcase__desc {
        font-size: 1rem;
        line-height: 1.9;
    }
    /* Right panel — galerija u frame-u, centrirana */
    .kol-showcase__right {
        position: absolute;
        inset: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 40px 24px;
    }
    .kol-showcase__frame {
        width: 100%;
        aspect-ratio: 4 / 3;
    }
    .kol-showcase__counter {
        display: none;
    }
}

@media (min-width: 480px) {
    .kol-products-grid { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 20px; }
    .kol-product-card__body { padding: 14px 16px 18px; }
    .kol-product-card__title { font-size: 0.9rem; }
    .kol-product-card__dims { gap: 5px; }
    .kol-product-card__dim-pill { padding: 3px 8px; white-space: nowrap; word-break: normal; max-width: none; }
    .kol-cinematic__tags { flex-wrap: nowrap; gap: 28px; padding: 0; }
    .kol-cinematic__break { display: none; }
}

@media (min-width: 768px) {
    .kol-single-hero {
        min-height: 420px;
        height: auto;
        align-items: flex-end;
    }
    .kol-single-hero__overlay {
        background: linear-gradient(to top, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.42) 50%, rgba(0,0,0,0.25) 100%);
    }
    .kol-single-hero__inner {
        padding-top: 48px;
        padding-left: 0;
        padding-bottom: 48px;
    }
    .kol-single-hero__title {
        font-size: clamp(2rem, 5vw, 3.2rem);
        margin-bottom: 12px;
    }
    .kol-single-layout { grid-template-columns: 1fr 270px; gap: 28px; }
    .kol-single-main { width: auto; max-width: none; overflow-x: visible; }
    .kol-single-sidebar { display: block; position: sticky; top: 90px; align-self: start; }
    .kol-cinematic__tags { gap: 56px; }
    .kol-cinematic__tag { letter-spacing: 5px; }
}

@media (min-width: 1024px) {
    .kol-single-layout { grid-template-columns: 1fr 300px; gap: 40px; }
    .kol-products-grid { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
}
