@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,700;9..144,900&family=Manrope:wght@500;650;700;800;900&display=swap');

/*
|--------------------------------------------------------------------------
| MekanRadar Place Detail V2 / Compact Mobile-First Hero
|--------------------------------------------------------------------------
| Amaç:
| - Önceki V2 hero tasarımının görsel dilini korur.
| - Desktop ve mobilde fazla yer kaplayan ölçüleri küçültür.
| - Mobil kullanıcı oranı yüksek olduğu için mobile-first davranır.
| - Sadece .mrpd-v2-* scope'u içinde çalışır.
*/

.mrpd-v2-hero,
.mrpd-v2-hero * {
    box-sizing: border-box;
}

.mrpd-v2-hero {
    --mrpd-v2-bg: #120d1d;
    --mrpd-v2-bg-2: #0f172a;
    --mrpd-v2-card: rgba(255, 255, 255, .075);
    --mrpd-v2-card-strong: rgba(255, 255, 255, .11);
    --mrpd-v2-border: rgba(255, 255, 255, .13);
    --mrpd-v2-border-strong: rgba(255, 255, 255, .22);
    --mrpd-v2-text: rgba(255, 255, 255, .94);
    --mrpd-v2-muted: rgba(255, 255, 255, .66);
    --mrpd-v2-dim: rgba(255, 255, 255, .46);
    --mrpd-v2-orange: #fb923c;
    --mrpd-v2-emerald: #34d399;
    --mrpd-v2-teal: #2dd4bf;
    --mrpd-v2-rose: #fb7185;
    --mrpd-v2-violet: #a78bfa;

    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid var(--mrpd-v2-border);
    background:
        radial-gradient(circle at 8% 0%, rgba(249, 115, 22, .25), transparent 32%),
        radial-gradient(circle at 92% 4%, rgba(14, 165, 233, .15), transparent 28%),
        radial-gradient(circle at 78% 66%, rgba(168, 85, 247, .15), transparent 32%),
        linear-gradient(140deg, #160f25 0%, #0f172a 48%, #111827 100%);
    box-shadow:
        0 20px 54px rgba(0, 0, 0, .22),
        inset 0 1px 0 rgba(255, 255, 255, .08);
    color: var(--mrpd-v2-text);
    font-family: Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.mrpd-v2-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .024) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, .018) 1px, transparent 1px);
    background-size: 52px 52px;
    opacity: .24;
    mask-image: linear-gradient(180deg, rgba(0,0,0,.70), transparent 94%);
}

.mrpd-v2-hero__inner {
    position: relative;
    z-index: 1;
    padding: 12px;
}

.mrpd-v2-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 12px;
    align-items: stretch;
}

.mrpd-v2-hero__content {
    position: relative;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, .10);
    background:
        radial-gradient(circle at 12% 0%, rgba(251, 146, 60, .22), transparent 32%),
        radial-gradient(circle at 90% 18%, rgba(236, 72, 153, .12), transparent 28%),
        linear-gradient(135deg, rgba(255, 255, 255, .080), rgba(255, 255, 255, .030));
    padding: 22px;
}

.mrpd-v2-hero__content::after {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    right: -90px;
    bottom: -100px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(45, 212, 191, .15), transparent 68%);
    pointer-events: none;
}

.mrpd-v2-hero__top,
.mrpd-v2-hero__bottom {
    position: relative;
    z-index: 1;
}

.mrpd-v2-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 13px;
}

.mrpd-v2-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 26px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .085);
    color: rgba(255, 255, 255, .82);
    padding: 0 10px;
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .01em;
}

.mrpd-v2-pill--orange {
    border-color: rgba(251, 146, 60, .24);
    background: rgba(251, 146, 60, .11);
    color: #fed7aa;
}

.mrpd-v2-pill--violet {
    border-color: rgba(167, 139, 250, .24);
    background: rgba(167, 139, 250, .11);
    color: #ddd6fe;
}

.mrpd-v2-pill--emerald {
    border-color: rgba(52, 211, 153, .24);
    background: rgba(52, 211, 153, .11);
    color: #bbf7d0;
}

.mrpd-v2-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 9px;
    color: var(--mrpd-v2-orange);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.mrpd-v2-title {
    max-width: 760px;
    margin: 0;
    color: #ffffff;
    font-family: Fraunces, Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4.2vw, 54px);
    line-height: .90;
    letter-spacing: -.060em;
    font-weight: 950;
    text-wrap: balance;
    text-shadow: 0 12px 34px rgba(0, 0, 0, .22);
}

.mrpd-v2-lead {
    max-width: 640px;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, .68);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 750;
}

.mrpd-v2-actions {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-top: 20px;
}

.mrpd-v2-action {
    appearance: none;
    width: 100%;
    min-height: 64px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 18px;
    background: rgba(255, 255, 255, .085);
    color: #ffffff;
    text-align: left;
    text-decoration: none !important;
    padding: 10px 11px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.mrpd-v2-action:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .18);
}

.mrpd-v2-action--primary {
    border-color: rgba(52, 211, 153, .36);
    background: linear-gradient(135deg, #34d399 0%, #2dd4bf 100%);
    color: #031711;
    box-shadow:
        0 12px 26px rgba(16, 185, 129, .16),
        inset 0 1px 0 rgba(255, 255, 255, .32);
}

.mrpd-v2-action__icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    font-size: 16px;
}

.mrpd-v2-action__title {
    display: block;
    font-size: 12px;
    line-height: 1.08;
    font-weight: 950;
}

.mrpd-v2-action__meta {
    display: block;
    margin-top: 3px;
    color: currentColor;
    opacity: .62;
    font-size: 10px;
    line-height: 1.15;
    font-weight: 800;
}

.mrpd-v2-gallery {
    min-width: 0;
    display: grid;
    grid-template-rows: minmax(0, 1fr) 86px;
    gap: 10px;
}

.mrpd-v2-gallery__main {
    position: relative;
    overflow: hidden;
    min-height: 230px;
    border: 0;
    border-radius: 24px;
    background: #020617;
    padding: 0;
    box-shadow:
        0 18px 42px rgba(0, 0, 0, .18),
        inset 0 1px 0 rgba(255, 255, 255, .06);
    cursor: pointer;
}

.mrpd-v2-gallery__main img,
.mrpd-v2-gallery__thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.mrpd-v2-gallery__main::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(0,0,0,.10), transparent 36%),
        linear-gradient(0deg, rgba(0,0,0,.38), transparent 46%);
}

.mrpd-v2-gallery__badge {
    position: absolute;
    z-index: 2;
    left: 11px;
    top: 11px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 28px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(0, 0, 0, .34);
    color: #ffffff;
    padding: 0 10px;
    font-size: 10px;
    font-weight: 950;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.mrpd-v2-gallery__open {
    position: absolute;
    z-index: 2;
    right: 11px;
    bottom: 11px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    background: rgba(0, 0, 0, .46);
    color: #ffffff;
    padding: 0 12px;
    font-size: 11px;
    font-weight: 950;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.mrpd-v2-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.mrpd-v2-gallery__thumb {
    position: relative;
    overflow: hidden;
    border: 0;
    border-radius: 17px;
    background: #020617;
    padding: 0;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(0,0,0,.12);
}

.mrpd-v2-gallery__thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: inherit;
    pointer-events: none;
}

.mrpd-v2-gallery__more {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: rgba(3, 7, 18, .54);
    color: #ffffff;
    font-size: 12px;
    font-weight: 950;
}

.mrpd-v2-info-row {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr) minmax(0, 1fr);
    gap: 9px;
    margin-top: 10px;
}

.mrpd-v2-score {
    position: relative;
    min-height: 96px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .075);
}

.mrpd-v2-score::before {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #fb923c, #fb7185 48%, #a78bfa);
    filter: blur(14px);
    opacity: .32;
}

.mrpd-v2-score__inner {
    position: relative;
    width: 78px;
    height: 78px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: linear-gradient(135deg, #fb923c, #fb7185 48%, #a78bfa);
    padding: 4px;
}

.mrpd-v2-score__core {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    border-radius: inherit;
    background: #170f21;
    text-align: center;
}

.mrpd-v2-score__value {
    display: block;
    color: #ffffff;
    font-size: 31px;
    line-height: .92;
    font-weight: 950;
    letter-spacing: -.07em;
}

.mrpd-v2-score__label {
    display: block;
    margin-top: 3px;
    color: rgba(254, 215, 170, .82);
    font-size: 7px;
    font-weight: 950;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.mrpd-v2-mini-card {
    min-height: 96px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .075);
    padding: 13px;
}

.mrpd-v2-mini-card__label {
    color: rgba(255, 255, 255, .44);
    font-size: 9px;
    font-weight: 950;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.mrpd-v2-mini-card__title {
    margin-top: 7px;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: -.035em;
}

.mrpd-v2-mini-card__text {
    margin-top: 7px;
    color: rgba(255, 255, 255, .58);
    font-size: 11px;
    line-height: 1.42;
    font-weight: 750;
}

.mrpd-v2-lightbox {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(3, 7, 18, .86);
    padding: 16px;
}

.mrpd-v2-lightbox.is-open {
    display: flex;
}

.mrpd-v2-lightbox__stage {
    position: relative;
    width: min(1080px, 96vw);
    height: min(700px, 82vh);
    border-radius: 24px;
    overflow: hidden;
    background: #020617;
    box-shadow: 0 24px 80px rgba(0,0,0,.42);
}

.mrpd-v2-lightbox__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.mrpd-v2-lightbox__close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,.20);
    border-radius: 999px;
    background: rgba(0,0,0,.44);
    color: #ffffff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

html[data-mr-theme="light"] .mrpd-v2-hero {
    background:
        radial-gradient(circle at 8% 0%, rgba(249, 115, 22, .16), transparent 32%),
        radial-gradient(circle at 92% 4%, rgba(14, 165, 233, .10), transparent 28%),
        radial-gradient(circle at 78% 66%, rgba(168, 85, 247, .10), transparent 32%),
        linear-gradient(140deg, #fff7ed 0%, #fdf4ff 48%, #eff6ff 100%);
    border-color: rgba(124, 58, 237, .13);
    box-shadow:
        0 18px 42px rgba(15, 23, 42, .07),
        inset 0 1px 0 rgba(255, 255, 255, .74);
}

html[data-mr-theme="light"] .mrpd-v2-hero__content,
html[data-mr-theme="light"] .mrpd-v2-mini-card,
html[data-mr-theme="light"] .mrpd-v2-score {
    border-color: rgba(124, 58, 237, .13);
    background: rgba(255,255,255,.72);
}

html[data-mr-theme="light"] .mrpd-v2-title,
html[data-mr-theme="light"] .mrpd-v2-mini-card__title {
    color: #0f172a;
    text-shadow: none;
}

html[data-mr-theme="light"] .mrpd-v2-lead,
html[data-mr-theme="light"] .mrpd-v2-mini-card__text {
    color: rgba(51, 65, 85, .72);
}

html[data-mr-theme="light"] .mrpd-v2-mini-card__label {
    color: rgba(71, 85, 105, .56);
}

html[data-mr-theme="light"] .mrpd-v2-pill {
    background: rgba(255,255,255,.70);
    color: rgba(15, 23, 42, .74);
}

html[data-mr-theme="light"] .mrpd-v2-kicker {
    color: #f97316;
}

@media (max-width: 1180px) {
    .mrpd-v2-hero__grid {
        grid-template-columns: 1fr;
    }

    .mrpd-v2-gallery {
        grid-template-rows: 300px 88px;
    }
}

@media (max-width: 768px) {
    .mrpd-v2-hero {
        border-radius: 0;
        margin-inline: -8px;
        border-inline: 0;
        background:
            radial-gradient(circle at 12% 0%, rgba(249, 115, 22, .21), transparent 32%),
            linear-gradient(180deg, #161022 0%, #0f0b18 100%);
    }

    .mrpd-v2-hero__inner {
        padding: 0;
    }

    .mrpd-v2-hero__grid {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .mrpd-v2-gallery {
        order: 1;
        display: block;
    }

    .mrpd-v2-gallery__main {
        min-height: 230px;
        height: 230px;
        border-radius: 0 0 24px 24px;
        border-inline: 0;
        border-top: 0;
    }

    .mrpd-v2-gallery__thumbs {
        display: none;
    }

    .mrpd-v2-gallery__badge {
        top: 10px;
        left: 10px;
        min-height: 26px;
        font-size: 9px;
    }

    .mrpd-v2-gallery__open {
        right: 10px;
        bottom: 10px;
        min-height: 31px;
        font-size: 10px;
    }

    .mrpd-v2-hero__content {
        order: 2;
        min-height: 0;
        border-radius: 22px 22px 0 0;
        border-inline: 0;
        border-bottom: 0;
        margin-top: -18px;
        padding: 16px 13px 14px;
        background:
            radial-gradient(circle at 12% 0%, rgba(251, 146, 60, .16), transparent 32%),
            linear-gradient(180deg, #161022 0%, #0f0b18 100%);
    }

    .mrpd-v2-pills {
        margin-bottom: 9px;
        gap: 5px;
    }

    .mrpd-v2-pill {
        min-height: 23px;
        padding-inline: 8px;
        font-size: 9px;
    }

    .mrpd-v2-kicker {
        margin-bottom: 7px;
        font-size: 9px;
        letter-spacing: .16em;
    }

    .mrpd-v2-title {
        font-size: clamp(29px, 8.4vw, 36px);
        line-height: .94;
        letter-spacing: -.055em;
    }

    .mrpd-v2-lead {
        margin-top: 10px;
        font-size: 13px;
        line-height: 1.48;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .mrpd-v2-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin: 14px 0 0;
        padding: 0;
        overflow: visible;
    }

    .mrpd-v2-action {
        min-height: 58px;
        border-radius: 16px;
        padding: 9px 10px;
    }

    .mrpd-v2-action__icon {
        width: 20px;
        height: 20px;
        margin-bottom: 4px;
        font-size: 15px;
    }

    .mrpd-v2-action__title {
        font-size: 11px;
    }

    .mrpd-v2-action__meta {
        font-size: 9px;
    }

    .mrpd-v2-info-row {
        grid-template-columns: 92px minmax(0, 1fr);
        margin-top: 9px;
        padding: 0 10px 10px;
    }

    .mrpd-v2-info-row .mrpd-v2-mini-card:last-child {
        grid-column: 1 / -1;
    }

    .mrpd-v2-score,
    .mrpd-v2-mini-card {
        min-height: 82px;
        border-radius: 18px;
    }

    .mrpd-v2-score__inner {
        width: 64px;
        height: 64px;
    }

    .mrpd-v2-score__value {
        font-size: 25px;
    }

    .mrpd-v2-mini-card {
        padding: 10px;
    }

    .mrpd-v2-mini-card__label {
        font-size: 8px;
        letter-spacing: .14em;
    }

    .mrpd-v2-mini-card__title {
        margin-top: 5px;
        font-size: 15px;
    }

    .mrpd-v2-mini-card__text {
        margin-top: 5px;
        font-size: 10px;
        line-height: 1.35;
    }

    html[data-mr-theme="light"] .mrpd-v2-hero {
        background:
            radial-gradient(circle at 12% 0%, rgba(249, 115, 22, .18), transparent 32%),
            linear-gradient(180deg, #fff7ed 0%, #fdf4ff 100%);
    }

    html[data-mr-theme="light"] .mrpd-v2-hero__content {
        background:
            radial-gradient(circle at 12% 0%, rgba(249, 115, 22, .10), transparent 32%),
            linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.88));
    }
}
