/* ==========================================================================
   Premium — cinematic maximalist edition
   Namespace: .mm-pr-*
   ========================================================================== */

.mm-main section[id] { scroll-margin-top: 88px; }

/* ==========================================================================
   HERO — starry night cinema
   ========================================================================== */
.mm-pr-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #07111a;
    color: #fff;
}
.mm-pr-hero__bg { position: absolute; inset: 0; z-index: 1; overflow: hidden; }
.mm-pr-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 50%;
    transform: scale(1.08);
    will-change: transform;
    filter: saturate(1.05) contrast(1.05);
}
.mm-pr-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(90deg,
            rgba(7, 17, 26, .88) 0%,
            rgba(7, 17, 26, .55) 45%,
            rgba(7, 17, 26, .2) 100%),
        linear-gradient(180deg,
            rgba(7, 17, 26, .4) 0%,
            transparent 45%,
            rgba(7, 17, 26, .9) 100%),
        radial-gradient(ellipse at 75% 20%, rgba(var(--mm-light-blue-rgb), .2), transparent 55%);
}
.mm-pr-hero__grain {
    position: absolute;
    inset: 0;
    z-index: 3;
    opacity: .05;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* GIANT ghost "PREMIUM" word across the top */
.mm-pr-hero__word {
    position: absolute;
    top: 10vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(5rem, 15vw, 14rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, .1);
    text-stroke: 1px rgba(255, 255, 255, .1);
    white-space: nowrap;
    user-select: none;
    pointer-events: none;
}

.mm-pr-hero .mm-container {
    position: relative;
    z-index: 5;
    width: 100%;
    padding-top: 160px;
    padding-bottom: 120px;
}
.mm-pr-hero__inner { max-width: 900px; }
.mm-pr-hero__overline {
    color: rgba(255, 255, 255, .55);
    letter-spacing: 4px;
}
.mm-pr-hero__title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2.5rem, 5.5vw, 4.25rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: #fff;
    margin-bottom: 32px;
}
.mm-pr-hero__title em {
    font-style: normal;
    background: linear-gradient(135deg, #5bb8f5, var(--mm-light-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.mm-pr-hero__subtitle {
    font-size: clamp(1.0625rem, 1.4vw, 1.25rem);
    line-height: 1.7;
    color: rgba(255, 255, 255, .72);
    max-width: 660px;
    margin-bottom: 36px;
}
.mm-pr-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0 0 44px;
    padding: 0;
}
.mm-pr-hero__chips li {
    font-family: 'Montserrat', sans-serif;
    font-size: .6875rem;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .82);
    padding: 9px 16px;
    border: 1px solid rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .05);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.mm-pr-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* Scroll indicator bottom-right */
.mm-pr-hero__indicator {
    position: absolute;
    bottom: 48px;
    right: 48px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    color: rgba(255, 255, 255, .5);
}
.mm-pr-hero__indicator-label {
    font-family: 'Montserrat', sans-serif;
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.mm-pr-hero__indicator-line {
    display: block;
    width: 1px;
    height: 56px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .4), transparent);
    position: relative;
    overflow: hidden;
}
.mm-pr-hero__indicator-line::after {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 1px;
    height: 20px;
    background: var(--mm-light-blue);
    animation: mmPrScroll 2.2s cubic-bezier(.4, 0, .2, 1) infinite;
}
@keyframes mmPrScroll {
    0%   { top: -20px; opacity: 0; }
    30%  { opacity: 1; }
    100% { top: 56px; opacity: 0; }
}

/* ==========================================================================
   MANIFESTO
   ========================================================================== */
.mm-pr-manifesto {
    padding: 140px 0;
    background: var(--mm-dark);
    color: #fff;
    position: relative;
    overflow: hidden;
}
.mm-pr-manifesto::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100px;
    width: 420px;
    height: 280px;
    background: var(--mm-light-blue);
    clip-path: polygon(0 0, 70% 0, 0 100%);
    opacity: .12;
    pointer-events: none;
}
.mm-pr-manifesto__inner {
    position: relative;
    z-index: 1;
    max-width: 1000px;
}
.mm-pr-manifesto__label {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 40px;
}
.mm-pr-manifesto__pipe {
    display: inline-block;
    width: 4px;
    height: 36px;
    background: var(--mm-light-blue);
}
.mm-pr-manifesto__label span:last-child {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.mm-pr-manifesto__quote {
    margin: 0 0 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2rem, 4.5vw, 3.75rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.025em;
    color: #fff;
}
.mm-pr-manifesto__quote em {
    font-style: normal;
    background: linear-gradient(135deg, #5bb8f5, var(--mm-light-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.mm-pr-manifesto__body {
    font-size: 1.125rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, .7);
    max-width: 720px;
}

/* ==========================================================================
   SCENE — full-bleed 100vh editorial
   ========================================================================== */
.mm-pr-scene {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #000;
}
.mm-pr-scene__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
}
.mm-pr-scene__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}
.mm-pr-scene--left .mm-pr-scene__overlay {
    background:
        linear-gradient(90deg,
            rgba(0, 0, 0, .82) 0%,
            rgba(0, 0, 0, .4) 45%,
            rgba(0, 0, 0, .1) 100%);
}
.mm-pr-scene--right .mm-pr-scene__overlay {
    background:
        linear-gradient(90deg,
            rgba(0, 0, 0, .1) 0%,
            rgba(0, 0, 0, .4) 55%,
            rgba(0, 0, 0, .85) 100%);
}

.mm-pr-scene .mm-container { position: relative; z-index: 2; width: 100%; }
.mm-pr-scene__content {
    max-width: 540px;
    color: #fff;
}
.mm-pr-scene__content--right {
    margin-left: auto;
    text-align: right;
}

.mm-pr-scene__marker {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: .6875rem;
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--mm-light-blue);
    padding: 8px 14px;
    border: 1px solid rgba(var(--mm-light-blue-rgb), .5);
    margin-bottom: 28px;
}
.mm-pr-scene__content h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2rem, 4.5vw, 3.75rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.025em;
    color: #fff;
    margin-bottom: 20px;
}
.mm-pr-scene__content p {
    font-size: 1.0625rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, .8);
}

/* ==========================================================================
   PILLARS — 6 odlika
   ========================================================================== */
.mm-pr-pillars {
    padding: 140px 0;
    background: #fff;
}
.mm-pr-pillars__header {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 72px;
}
.mm-pr-pillars__header h2 {
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin-top: 12px;
}
.mm-pr-pillars__header p {
    font-size: 1.0625rem;
    line-height: 1.75;
    color: #555;
    max-width: 560px;
}

.mm-pr-pillars__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #e5e7eb;
    border-left: 1px solid #e5e7eb;
}
.mm-pr-pillar {
    position: relative;
    padding: 44px 36px 48px;
    border-right: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    transition: background .3s ease;
}
.mm-pr-pillar:hover { background: #f7f8fa; }
.mm-pr-pillar__num {
    position: absolute;
    top: 22px;
    right: 28px;
    font-family: 'Montserrat', sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgba(var(--mm-dark-rgb), .2);
}
.mm-pr-pillar__icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--mm-light-blue-rgb), .08);
    color: var(--mm-light-blue);
    margin-bottom: 24px;
}
.mm-pr-pillar__icon .mm-icon { width: 24px; height: 24px; }
.mm-pr-pillar h3 {
    font-size: 1.1875rem;
    font-weight: 700;
    margin-bottom: 12px;
}
.mm-pr-pillar p {
    font-size: .9375rem;
    line-height: 1.7;
    color: #666;
}

/* ==========================================================================
   COLLECTION — asymmetric bento mosaic (5 tiles, 12-col grid)
   ========================================================================== */
.mm-pr-collection {
    padding: 140px 0 0;
    background: #0a141b;
    color: #fff;
}
.mm-pr-collection__header {
    max-width: 760px;
    margin-bottom: 80px;
}
.mm-pr-collection__header .mm-overline { color: rgba(255, 255, 255, .5); }
.mm-pr-collection__header h2 {
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin: 12px 0 16px;
}
.mm-pr-collection__header p {
    color: rgba(255, 255, 255, .6);
    font-size: 1.0625rem;
    line-height: 1.75;
}

.mm-pr-collection__mosaic {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 180px;
    gap: 2px;
    background: rgba(255, 255, 255, .05);
    padding: 2px;
}
.mm-pr-collection__tile {
    position: relative;
    margin: 0;
    overflow: hidden;
    background: #000;
    cursor: pointer;
}
.mm-pr-collection__tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s cubic-bezier(.4, 0, .2, 1);
}
.mm-pr-collection__tile:hover img {
    transform: scale(1.06);
}
.mm-pr-collection__tile::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, .82) 100%);
    pointer-events: none;
}

/* Asymmetric positions — large hero top, two medium mid-row, one wide + one tall bottom */
.mm-pr-collection__tile--pos1 { grid-column: 1 / span 8; grid-row: span 3; }  /* big landscape */
.mm-pr-collection__tile--pos2 { grid-column: 9 / span 4; grid-row: span 3; }  /* tall portrait-feeling */
.mm-pr-collection__tile--pos3 { grid-column: 1 / span 4; grid-row: span 2; }
.mm-pr-collection__tile--pos4 { grid-column: 5 / span 4; grid-row: span 2; }
.mm-pr-collection__tile--pos5 { grid-column: 9 / span 4; grid-row: span 2; }

.mm-pr-collection__tile figcaption {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 26px;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    gap: 18px;
    color: #fff;
}
.mm-pr-collection__num {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1;
    color: var(--mm-light-blue);
    letter-spacing: -0.02em;
    flex-shrink: 0;
}
.mm-pr-collection__text { flex: 1; min-width: 0; }
.mm-pr-collection__title {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.015em;
    color: #fff;
    margin-bottom: 4px;
}
.mm-pr-collection__caption {
    display: block;
    font-size: .8125rem;
    font-weight: 500;
    color: rgba(255, 255, 255, .72);
    line-height: 1.4;
}

/* Tight large-screen treatment for pos1 */
.mm-pr-collection__tile--pos1 .mm-pr-collection__title { font-size: 1.5rem; }
.mm-pr-collection__tile--pos1 .mm-pr-collection__caption { font-size: .9375rem; }

/* ==========================================================================
   PROCESS — 4-step bespoke
   ========================================================================== */
.mm-pr-process {
    padding: 140px 0;
    background: #fff;
}
.mm-pr-process__header {
    max-width: 720px;
    margin-bottom: 56px;
}
.mm-pr-process__header h2 {
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin-top: 12px;
}

.mm-pr-process__list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e5e7eb;
}
.mm-pr-process__item {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 48px;
    padding: 44px 0;
    border-bottom: 1px solid #e5e7eb;
    align-items: baseline;
}
.mm-pr-process__num {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(3.5rem, 7vw, 5.5rem);
    font-weight: 800;
    line-height: .85;
    letter-spacing: -0.04em;
    background: linear-gradient(135deg, var(--mm-light-blue), #5bb8f5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.mm-pr-process__body h3 {
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.015em;
    margin-bottom: 12px;
}
.mm-pr-process__body p {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: #444;
    max-width: 680px;
}

/* ==========================================================================
   BESPOKE CTA — invitation section
   ========================================================================== */
.mm-pr-cta {
    position: relative;
    padding: 160px 0;
    background: #000;
    color: #fff;
    overflow: hidden;
    text-align: center;
}
.mm-pr-cta__bg { position: absolute; inset: 0; z-index: 1; }
.mm-pr-cta__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.06);
}
.mm-pr-cta__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        radial-gradient(ellipse at 50% 50%, rgba(0, 0, 0, .55), rgba(0, 0, 0, .85) 80%),
        linear-gradient(180deg, rgba(7, 17, 26, .5), rgba(7, 17, 26, .8));
}
.mm-pr-cta__inner {
    position: relative;
    z-index: 3;
    max-width: 760px;
    margin: 0 auto;
}
.mm-pr-cta__marker {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--mm-light-blue);
    padding: 10px 18px;
    border: 1px solid rgba(var(--mm-light-blue-rgb), .6);
    margin-bottom: 32px;
}
.mm-pr-cta__inner h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2.25rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.025em;
    color: #fff;
    margin-bottom: 24px;
}
.mm-pr-cta__inner p {
    font-size: 1.125rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, .75);
    max-width: 620px;
    margin: 0 auto 36px;
}
.mm-pr-cta__actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1200px) {
    .mm-pr-pillars__grid { grid-template-columns: repeat(2, 1fr); }
    .mm-pr-pillar:nth-child(2n) { border-right: none; }
    .mm-pr-pillar:nth-child(3n) { border-right: 1px solid #e5e7eb; }

    /* Collection: simpler 6-col grid */
    .mm-pr-collection__mosaic { grid-template-columns: repeat(6, 1fr); grid-auto-rows: 200px; }
    .mm-pr-collection__tile--pos1 { grid-column: 1 / span 6; grid-row: span 3; }
    .mm-pr-collection__tile--pos2 { grid-column: 1 / span 3; grid-row: span 2; }
    .mm-pr-collection__tile--pos3 { grid-column: 4 / span 3; grid-row: span 2; }
    .mm-pr-collection__tile--pos4 { grid-column: 1 / span 3; grid-row: span 2; }
    .mm-pr-collection__tile--pos5 { grid-column: 4 / span 3; grid-row: span 2; }
}

@media (max-width: 1024px) {
    .mm-pr-hero { min-height: 100vh; min-height: 100dvh; }
    .mm-pr-hero .mm-container { padding-top: 140px; padding-bottom: 96px; }
    .mm-pr-hero__indicator { display: none; }
    .mm-pr-hero__word { top: 8vh; }

    .mm-pr-manifesto { padding: 96px 0; }

    .mm-pr-scene { min-height: 70vh; }
    .mm-pr-scene__content--right { text-align: left; margin-left: 0; }
    .mm-pr-scene--right .mm-pr-scene__overlay {
        background: linear-gradient(90deg, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, .2) 100%);
    }

    .mm-pr-pillars { padding: 96px 0; }
    .mm-pr-pillars__header { grid-template-columns: 1fr; gap: 24px; margin-bottom: 48px; }

    .mm-pr-process { padding: 96px 0; }
    .mm-pr-process__item { grid-template-columns: 100px 1fr; gap: 28px; padding: 32px 0; }

    .mm-pr-cta { padding: 120px 0; }
}

@media (max-width: 720px) {
    .mm-pr-hero { min-height: 100vh; min-height: 100dvh; }
    .mm-pr-hero .mm-container { padding-top: 130px; padding-bottom: 48px; }
    .mm-pr-hero__word { font-size: clamp(3.5rem, 18vw, 6rem); letter-spacing: 0.05em; }
    .mm-pr-hero__title { font-size: 8vw; letter-spacing: -0.02em; }
    .mm-pr-hero__subtitle { font-size: .9375rem; line-height: 1.6; }
    .mm-pr-hero__chips {
        width: 100%;
        min-width: 0;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 4px;
        mask-image: linear-gradient(90deg, #000 calc(100% - 32px), transparent 100%);
        -webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 32px), transparent 100%);
    }
    .mm-pr-hero__chips::-webkit-scrollbar { display: none; }
    .mm-pr-hero__chips li {
        flex: 0 0 auto;
        font-size: .625rem;
        letter-spacing: 1.6px;
        padding: 7px 12px;
    }
    .mm-pr-hero__inner {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
    .mm-pr-hero .mm-container {
        min-width: 0;
    }
    .mm-pr-hero__actions { flex-direction: column; width: 100%; }
    .mm-pr-hero__actions .mm-btn { width: 100%; justify-content: center; }

    .mm-pr-manifesto { padding: 72px 0; }
    .mm-pr-manifesto__quote { font-size: 1.75rem; margin-bottom: 28px; }
    .mm-pr-manifesto__body { font-size: 1rem; }

    .mm-pr-scene { min-height: 60vh; }
    .mm-pr-scene__content h2 { font-size: 1.75rem; }
    .mm-pr-scene__content p { font-size: .9375rem; line-height: 1.65; }

    .mm-pr-pillars { padding: 64px 0; }
    .mm-pr-pillars__grid { grid-template-columns: 1fr; }
    .mm-pr-pillar:nth-child(n) { border-right: none; }

    .mm-pr-collection { padding-top: 72px; }
    .mm-pr-collection__mosaic { grid-template-columns: 1fr; grid-auto-rows: 260px; }
    .mm-pr-collection__tile--pos1,
    .mm-pr-collection__tile--pos2,
    .mm-pr-collection__tile--pos3,
    .mm-pr-collection__tile--pos4,
    .mm-pr-collection__tile--pos5 {
        grid-column: 1 / -1;
        grid-row: span 1;
    }

    .mm-pr-process { padding: 72px 0; }
    .mm-pr-process__item { grid-template-columns: 1fr; gap: 12px; padding: 28px 0; }
    .mm-pr-process__num { font-size: clamp(3rem, 14vw, 4.5rem); }

    .mm-pr-cta { padding: 80px 0; }
}
