/**
 * MERİVA homepage — editorial premium polish.
 * Tokens: meriva-design-system.css. No routing changes.
 */

.m-lp {
    --lp-ink: #0B0B0B;
    --lp-char: #171717;
    --lp-gold: #F2B84B;
    --lp-gold-deep: #D99A25;
    --lp-ivory: #FFF9ED;
    --lp-mute: #5c5c5c;
    --lp-line: rgba(11, 11, 11, 0.1);
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 0 clamp(3rem, 6vw, 5rem);
    min-width: 0;
    max-width: 72rem;
    margin: 0 auto;
    color: var(--lp-ink);
    overflow-x: clip;
}

.m-lp-kicker {
    margin: 0 0 0.85rem;
    color: #4a4a4a;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.m-lp-brand {
    margin: 0 0 1.15rem;
    color: var(--lp-gold);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.32em;
}

.m-lp h1,
.m-lp h2,
.m-lp h3 {
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
}

.m-lp-lead {
    margin: 0;
    max-width: 34rem;
    color: var(--lp-mute);
    font-size: clamp(1.02rem, 1.5vw, 1.125rem);
    line-height: 1.7;
}

.m-lp-hero .m-lp-lead {
    color: rgba(255, 249, 237, 0.88);
    max-width: 32rem;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.5);
}

.m-lp-hero .m-lp-brand {
    color: #fff;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
}

.m-lp-section {
    padding: clamp(2.75rem, 6vw, 4.75rem) 0;
    border-top: 1px solid var(--lp-line);
}

.m-lp-section h2,
.m-lp-esnaf-copy h2 {
    margin: 0 0 0.85rem;
    max-width: 18ch;
    color: var(--lp-ink);
    font-size: clamp(1.45rem, 2.5vw, 2.15rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.m-lp-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(1.5rem, 4vw, 2.75rem);
    align-items: center;
    min-width: 0;
    margin-bottom: 0.5rem;
    padding: clamp(1.75rem, 5.5vw, 3.75rem) clamp(1.1rem, 3.5vw, 2.75rem);
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background-color: #060608;
    background-image: url("/images/hero-honey-badger.jpg");
    background-size: cover;
    background-position: 78% 58%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.m-lp-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 78% 58%;
    pointer-events: none;
    user-select: none;
}

.m-lp-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(6, 6, 8, 0.42) 0%, rgba(6, 6, 8, 0.22) 48%, rgba(6, 6, 8, 0.58) 100%),
        linear-gradient(90deg, rgba(6, 6, 8, 0.48) 0%, rgba(6, 6, 8, 0.18) 55%, rgba(6, 6, 8, 0.08) 100%);
}

.m-lp-hero-copy {
    position: relative;
    z-index: 2;
    max-width: 36rem;
}

@media (min-width: 992px) {
    .m-lp-hero {
        grid-template-columns: minmax(0, 1.15fr) minmax(16rem, 0.85fr);
        min-height: min(78vh, 42rem);
        background-position: 68% 48%;
    }

    .m-lp-hero-bg {
        object-position: 68% 48%;
    }

    .m-lp-hero::after {
        background:
            linear-gradient(105deg, rgba(6, 6, 8, 0.82) 0%, rgba(6, 6, 8, 0.52) 38%, rgba(6, 6, 8, 0.22) 68%, rgba(6, 6, 8, 0.12) 100%),
            radial-gradient(420px 220px at 88% 12%, rgba(242, 184, 75, 0.08), transparent 62%);
    }
}

.m-lp-hero h1 {
    margin: 0 0 1.15rem;
    color: #fff;
    font-size: clamp(1.85rem, 6.4vw, 4.35rem);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.055em;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.m-lp-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 2rem;
}

.m-lp-hero-cta .m-btn-gold {
    min-width: 11.5rem;
}

.m-lp-hero-cta .m-btn-outline-gold {
    background: transparent;
    border-color: rgba(255, 249, 237, 0.28);
    color: var(--lp-ivory);
}

.m-lp-hero-cta .m-btn-outline-gold:hover,
.m-lp-hero-cta .m-btn-outline-gold:focus-visible {
    border-color: var(--lp-gold);
    color: var(--lp-gold);
}

.m-lp-pillars {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--meriva-space-8);
    margin: var(--meriva-space-10) 0 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 768px) {
    .m-lp-pillars {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: var(--meriva-space-10);
    }
}

.m-lp-pillars li {
    min-width: 0;
    padding-top: var(--meriva-space-5);
    border-top: 1px solid var(--lp-line);
}

.m-lp-pillars strong {
    display: block;
    margin-bottom: 0.55rem;
    color: var(--lp-ink);
    font-size: 1.2rem;
    font-weight: 700;
}

.m-lp-pillars span {
    color: var(--lp-mute);
    font-size: 0.98rem;
    line-height: 1.6;
}

.m-lp-orbit {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.65rem;
    min-width: 0;
    margin-top: var(--meriva-space-8);
}

@media (min-width: 768px) {
    .m-lp-orbit {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.85rem 1rem;
        align-items: center;
    }

    .m-lp-orbit-core {
        grid-column: 2;
        grid-row: 2;
    }
}

.m-lp-orbit-core {
    display: grid;
    place-items: center;
    min-height: 8.25rem;
    border-radius: 50%;
    border: 1px solid rgba(242, 184, 75, 0.55);
    background: var(--lp-ink);
    color: var(--lp-ivory);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.2em;
}

.m-lp-orbit-node {
    display: block;
    width: 100%;
    min-width: 0;
    padding: 1.05rem 1.15rem;
    border-radius: 16px;
    border: 1px solid var(--lp-line);
    background: #fff;
    color: inherit;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.m-lp-orbit-node:nth-of-type(1) { border-left: 2px solid #8a8a8a; }
.m-lp-orbit-node:nth-of-type(2) { border-left: 2px solid #6a6a6a; }
.m-lp-orbit-node:nth-of-type(3) { border-left: 2px solid #4a4a4a; }
.m-lp-orbit-node:nth-of-type(4) { border-left: 2px solid #3a3a3a; }
.m-lp-orbit-node:nth-of-type(5) { border-left: 2px solid #2a2a2a; }

.m-lp-orbit-node:hover,
.m-lp-orbit-node:focus-visible,
.m-lp-orbit-node[aria-expanded="true"] {
    border-color: rgba(11, 11, 11, 0.22);
    box-shadow: 0 8px 24px rgba(11, 11, 11, 0.06);
}

.m-lp-orbit-node:focus-visible {
    outline: 2px solid var(--lp-gold);
    outline-offset: 2px;
}

.m-lp-orbit-node strong {
    display: block;
    color: var(--lp-ink);
    font-size: 0.98rem;
    font-weight: 700;
}

.m-lp-orbit-node em {
    display: block;
    margin-top: 0;
    color: var(--lp-mute);
    font-style: normal;
    font-size: 0.9rem;
    line-height: 1.45;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.22s ease, opacity 0.22s ease, margin 0.22s ease;
}

.m-lp-orbit-node:hover em,
.m-lp-orbit-node:focus-visible em,
.m-lp-orbit-node[aria-expanded="true"] em {
    max-height: 4.2rem;
    opacity: 1;
    margin-top: 0.4rem;
}

.m-lp-map-stage {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.15rem;
    margin-top: var(--meriva-space-6);
    min-width: 0;
}

@media (min-width: 992px) {
    .m-lp-map-stage {
        grid-template-columns: minmax(0, 1.7fr) minmax(12rem, 0.7fr);
        align-items: end;
    }
}

.m-lp-map-frame {
    padding: clamp(0.75rem, 2vw, 1.25rem);
    border-radius: 24px;
    border: 1px solid rgba(11, 11, 11, 0.08);
    background: #121212;
}

.m-lp-map-frame .m-tr-map {
    max-height: min(460px, 68vw);
}

.m-lp-map-frame .m-tr-map path {
    fill: #2c2c2c;
    stroke: #3d3d3d;
}

.m-lp-map-frame .m-tr-map g:hover path {
    fill: #3a3a3a;
}

.m-lp-map-frame .m-tr-map g.m-city-active > path,
.m-lp-map-frame .m-tr-map g.m-city-active g path {
    fill: var(--lp-gold) !important;
    stroke: var(--lp-gold-deep) !important;
}

.m-lp-map-frame .m-tr-map g.m-city-active:hover > path,
.m-lp-map-frame .m-tr-map g.m-city-active:hover g path,
.m-lp-map-frame .m-tr-map g.m-city-active:focus-visible > path,
.m-lp-map-frame .m-tr-map g.m-city-active:focus-visible g path {
    filter: drop-shadow(0 0 10px rgba(242, 184, 75, 0.45));
}

.m-lp-map-frame .m-malatya-pin {
    transform: translate(656px, 205px);
}

.m-lp-map-frame .m-tr-map g[data-plakakodu]:focus {
    outline: none;
}

.m-lp-map-frame .m-tr-map g[data-plakakodu]:focus-visible {
    outline: 2px solid var(--lp-gold);
    outline-offset: 3px;
}

.m-lp-map-panel {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
    padding: 1.15rem 1.25rem;
    border-radius: 18px;
    border: 1px solid var(--lp-line);
    background: #fff;
}

.m-lp-map-kicker {
    color: var(--lp-gold-deep);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.m-lp-map-panel strong {
    color: var(--lp-ink);
    font-size: 1.45rem;
    letter-spacing: -0.03em;
}

.m-lp-map-panel [data-map-hint] {
    color: var(--lp-mute);
    font-size: 0.92rem;
    line-height: 1.5;
}

.m-lp-timeline {
    margin: var(--meriva-space-8) 0 0;
    padding: 0;
    list-style: none;
}

.m-lp-timeline li {
    display: grid;
    grid-template-columns: 3.25rem minmax(0, 1fr);
    gap: 1rem;
    padding: 1.35rem 0;
    border-top: 1px solid var(--lp-line);
}

.m-lp-timeline em {
    color: #8a8a8a;
    font-style: normal;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.m-lp-timeline li:first-child em {
    color: var(--lp-gold-deep);
}

.m-lp-timeline h3 {
    margin: 0 0 0.3rem;
    color: var(--lp-ink);
    font-size: 1.15rem;
    font-weight: 700;
}

.m-lp-timeline p {
    margin: 0;
    color: var(--lp-mute);
    font-size: 0.98rem;
    line-height: 1.55;
}

.m-lp-section-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: var(--meriva-space-6);
}

.m-lp-section-head h2 {
    margin-bottom: 0;
}

.m-lp-more {
    color: var(--lp-ink);
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.m-lp-more:hover,
.m-lp-more:focus-visible {
    color: var(--lp-gold-deep);
    border-bottom-color: var(--lp-gold);
}

.m-lp-today {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--meriva-space-6);
    min-width: 0;
}

@media (min-width: 992px) {
    .m-lp-today {
        grid-template-columns: minmax(0, 1.75fr) minmax(0, 0.8fr);
        gap: var(--meriva-space-8);
        align-items: stretch;
    }
}

.m-lp-today-hero {
    display: grid;
    gap: 1.1rem;
    min-width: 0;
}

.m-lp-today-hero .m-media-frame {
    min-height: 16rem;
    border-radius: 20px;
    overflow: hidden;
}

.m-lp-today-hero .m-media-frame img,
.m-lp-esnaf-photo img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}

.m-lp-today-hero .m-media-frame img {
    transition: transform 0.45s ease;
}

.m-lp-today-hero:hover .m-media-frame img {
    transform: scale(1.035);
}

.m-lp-today-meta {
    margin: 0 0 0.45rem;
    color: var(--lp-mute);
    font-size: 0.82rem;
    letter-spacing: 0.04em;
}

.m-lp-today-copy h3 {
    margin: 0 0 0.4rem;
    color: var(--lp-ink);
    font-size: clamp(1.25rem, 2.1vw, 1.85rem);
    font-weight: 700;
    line-height: 1.2;
}

.m-lp-today-copy p {
    margin: 0 0 0.85rem;
    color: var(--lp-mute);
}

.m-lp-today-side {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.m-lp-today-side article {
    flex: 1;
    min-width: 0;
    padding: 1.05rem 1.15rem;
    border-radius: 16px;
    border: 1px solid var(--lp-line);
    background: #fff;
}

.m-lp-today-side .m-badge {
    background: transparent;
    border: 0;
    padding: 0;
    color: #7a7a7a;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.m-lp-today-side h3 {
    margin: 0.45rem 0 0.7rem;
    color: var(--lp-ink);
    font-size: 1.02rem;
    font-weight: 600;
    line-height: 1.35;
}

.m-lp-today-side a {
    color: var(--lp-ink);
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
}

.m-lp-today-side a:hover,
.m-lp-today-side a:focus-visible {
    color: var(--lp-gold-deep);
}

.m-lp-esnaf {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--meriva-space-8);
    align-items: center;
}

@media (min-width: 992px) {
    .m-lp-esnaf {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.15fr);
        gap: var(--meriva-space-10);
    }
}

.m-lp-esnaf-card {
    display: grid;
    grid-template-columns: 1fr;
    min-width: 0;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid var(--lp-line);
    background: #fff;
}

.m-lp-esnaf-photo {
    min-height: 14rem;
    border-radius: 0;
}

.m-lp-esnaf-meta {
    padding: 1.25rem 1.35rem 1.4rem;
}

.m-lp-esnaf-card h3 {
    margin: 0 0 0.55rem;
    color: var(--lp-ink);
    font-size: 1.35rem;
    font-weight: 700;
}

.m-lp-esnaf-meta .m-line-3 {
    margin: 0 0 0.95rem;
    color: var(--lp-mute);
}

.m-lp-chat {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 17rem;
    margin-top: var(--meriva-space-6);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    background: #141414;
}

@media (min-width: 768px) {
    .m-lp-chat {
        grid-template-columns: 11rem minmax(0, 1fr);
    }
}

.m-lp-chat aside {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    padding: 1.1rem 1rem;
    background: #0B0B0B;
    color: #8a8a8a;
    font-size: 0.9rem;
}

.m-lp-chat aside p {
    margin: 0 0 0.35rem;
    color: #cfcfcf;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.m-lp-chat aside span {
    padding: 0.45rem 0.6rem;
    border-radius: 8px;
}

.m-lp-chat aside span.is-on {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    box-shadow: inset 2px 0 0 var(--lp-gold);
}

.m-lp-chat > div {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 1.15rem 1.25rem 1.2rem;
}

.m-lp-chat header {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
}

.m-lp-live-dot {
    color: #8a8a8a;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.m-lp-chat-copy {
    flex: 1;
    margin: 0 !important;
    max-width: 36ch;
    color: #d8d8d8 !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
}

.m-lp-thread {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    flex: 1;
    min-height: 7.5rem;
}

.m-lp-bubble,
.m-lp-bubble-alt {
    max-width: 88%;
    padding: 0.7rem 0.85rem;
    border-radius: 12px 12px 12px 4px;
    background: #1e1e1e;
}

.m-lp-bubble-alt {
    align-self: flex-end;
    border-radius: 12px 12px 4px 12px;
    background: #1a1a1a;
}

.m-lp-bubble span,
.m-lp-bubble-alt span {
    display: block;
    margin-bottom: 0.2rem;
    color: #9a9a9a;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.m-lp-bubble p,
.m-lp-bubble-alt p,
.m-lp-chat p {
    margin: 0;
    color: #d8d8d8;
    font-size: 0.92rem;
    line-height: 1.5;
}

.m-lp-composer {
    margin: 1rem 0 0 !important;
    padding: 0.65rem 0.85rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #101010;
    color: rgba(255, 255, 255, 0.32) !important;
    font-size: 0.88rem;
    pointer-events: none;
    user-select: none;
}

.m-lp .m-home-empty {
    background: #fff;
    border: 1px dashed var(--lp-line);
    color: var(--lp-ink);
}

.m-lp .m-home-empty::before {
    display: none;
}

.m-lp .m-home-empty h3 {
    color: var(--lp-ink);
}

.m-lp .m-home-empty p {
    color: var(--lp-mute);
}

.m-lp-reveal.is-pending {
    opacity: 0;
}

.m-lp-reveal.is-in {
    animation: merivaLpReveal 0.45s ease both;
}

@keyframes merivaLpReveal {
    from { opacity: 0; }
    to { opacity: 1; }
}

.m-lp-brand-moment {
    margin-top: clamp(1rem, 3vw, 2rem);
    text-align: center;
    padding: clamp(4rem, 11vw, 7.5rem) 1.25rem;
    border-radius: 28px;
    background:
        radial-gradient(480px 180px at 50% 0%, rgba(242, 184, 75, 0.12), transparent 58%),
        var(--lp-ink);
    color: var(--lp-ivory);
}

.m-lp-brand-moment .m-badger-emblem {
    width: min(140px, 36vw);
    height: min(140px, 36vw);
    margin: 0 auto;
    object-fit: contain;
}

.m-lp-brand-moment h2 {
    margin: 1.5rem auto 0;
    max-width: 10ch;
    font-size: clamp(2.3rem, 6.2vw, 4.2rem);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.05em;
}

.m-lp-final {
    text-align: center;
    padding: clamp(2.75rem, 6vw, 4.5rem) 0.75rem 0;
}

.m-lp-final h2 {
    margin: 0 auto 1.5rem;
    max-width: 16ch;
    color: var(--lp-ink);
    font-size: clamp(1.45rem, 2.6vw, 2rem);
    font-weight: 700;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .m-lp-orbit-node em {
        max-height: 4.2rem;
        opacity: 1;
        margin-top: 0.4rem;
    }

    .m-lp-hero {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        min-height: 0;
        padding: 0;
        background-image: none;
    }

    .m-lp-hero-bg {
        position: relative;
        inset: auto;
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center center;
    }

    .m-lp-hero::after {
        display: none;
    }

    .m-lp-hero-copy {
        padding: 1.35rem 1.1rem 1.45rem;
        max-width: none;
    }

    .m-lp-hero-cta .m-btn,
    .m-lp-final .m-btn {
        width: 100%;
        justify-content: center;
    }

    .m-lp-map-frame .m-tr-map {
        max-height: 240px;
    }

    .m-lp-today-hero .m-media-frame,
    .m-lp-esnaf-photo {
        min-height: 12rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .m-lp-today-hero:hover .m-media-frame img {
        transform: none;
    }

    .m-lp-orbit-node,
    .m-lp-orbit-node em,
    .m-lp-today-hero .m-media-frame img {
        transition: none;
    }

    .m-lp-orbit-node em {
        max-height: 4.2rem;
        opacity: 1;
        margin-top: 0.4rem;
    }

    .m-lp-reveal,
    .m-lp-reveal.is-pending,
    .m-lp-reveal.is-in {
        opacity: 1;
        animation: none;
    }

    .m-lp-map-frame .m-malatya-pin {
        animation: none !important;
        transform: translate(656px, 205px) !important;
    }
}
