/* ============================================================
   Softkrea Aylık Güncel Menü
   Ön yüz + tek sayfa A4 PDF/Yazdır görünümü
============================================================ */

.sk-monthly-menu {
    min-height: 70vh;
    overflow: hidden;
    background: var(--mm-bg);
    color: #191b22;
    font-family: "Poppins", sans-serif;
}

.sk-monthly-menu,
.sk-monthly-menu * {
    box-sizing: border-box;
}

.sk-mm-public-container {
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
}

/* ============================================================
   BREADCRUMB
============================================================ */

.sk-mm-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 19px;
    color: rgba(255, 255, 255, 0.70);
    font-size: 11.5px;
    font-weight: 600;
    line-height: 1.45;
}

.sk-mm-breadcrumb a,
.sk-mm-breadcrumb > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: inherit;
    text-decoration: none;
    transition:
        color 0.2s ease,
        opacity 0.2s ease;
}

.sk-mm-breadcrumb a:hover {
    color: #ffffff;
}

.sk-mm-breadcrumb > span[aria-current="page"] {
    color: #ffffff;
    font-weight: 750;
}

.sk-mm-breadcrumb a:first-child i {
    font-size: 10.5px;
}

.sk-mm-breadcrumb-separator {
    color: rgba(255, 255, 255, 0.36);
    font-size: 8px;
}

/* ============================================================
   ÜST ALAN
============================================================ */

.sk-mm-hero {
    position: relative;
    overflow: hidden;
    padding: 52px 0 48px;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 72% 115%,
            rgba(255, 255, 255, 0.10),
            transparent 34%
        ),
        linear-gradient(
            118deg,
            #26060b 0%,
            var(--mm-primary) 52%,
            var(--mm-secondary) 100%
        );
}

.sk-mm-hero::before {
    content: "";
    position: absolute;
    top: -225px;
    right: -100px;
    width: 470px;
    height: 470px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 50%;
    pointer-events: none;
}

.sk-mm-hero::after {
    content: "";
    position: absolute;
    right: 32%;
    bottom: -210px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    pointer-events: none;
}

.sk-mm-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    align-items: center;
    gap: 60px;
}

.sk-mm-hero-copy {
    min-width: 0;
    max-width: 780px;
}

.sk-mm-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 13px;
    color: #ffd8dd;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.sk-mm-eyebrow::before {
    content: "";
    width: 30px;
    height: 2px;
    border-radius: 10px;
    background: #ffffff;
    opacity: 0.75;
}

.sk-mm-hero h1 {
    max-width: 850px;
    margin: 0 0 13px;
    color: #ffffff;
    font-size: clamp(34px, 4.4vw, 56px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.038em;
}

.sk-mm-hero p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 15px;
    line-height: 1.75;
}

.sk-mm-hero-actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    background: rgba(63, 0, 10, 0.22);
    box-shadow: 0 22px 45px rgba(28, 0, 5, 0.16);
    backdrop-filter: blur(9px);
}

.sk-mm-print,
.sk-mm-hero-actions select {
    width: 100%;
    min-height: 52px;
    border-radius: 11px;
    font-family: "Poppins", sans-serif;
    font-size: 12.5px;
    font-weight: 700;
}

.sk-mm-print {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 17px;
    border: 0;
    color: var(--mm-primary);
    background: #ffffff;
    cursor: pointer;
    box-shadow: 0 13px 28px rgba(31, 0, 6, 0.16);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.sk-mm-print:hover {
    transform: translateY(-2px);
    box-shadow: 0 17px 34px rgba(31, 0, 6, 0.22);
}

.sk-mm-print i {
    font-size: 15px;
}

.sk-mm-archive-select {
    display: block;
    margin: 0;
}

.sk-mm-archive-select > span {
    display: block;
    margin: 0 0 7px 3px;
    color: #ffdce0;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.sk-mm-hero-actions select {
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    outline: none;
    color: #ffffff;
    background: rgba(42, 0, 7, 0.30);
    cursor: pointer;
}

.sk-mm-hero-actions select option {
    color: #222222;
    background: #ffffff;
}

/* ============================================================
   MENÜ KARTLARI
============================================================ */

.sk-mm-content {
    padding: 42px 0 88px;
}

.sk-mm-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.sk-mm-menu-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #e7e7ea;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(25, 27, 34, 0.055);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.sk-mm-menu-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 23px 48px rgba(25, 27, 34, 0.10);
}

.sk-mm-menu-card.is-today {
    border: 2px solid var(--mm-primary);
    box-shadow: 0 22px 54px rgba(179, 19, 36, 0.16);
}

.sk-mm-menu-card header {
    min-height: 106px;
    padding: 22px 24px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    border-bottom: 1px solid #ececef;
    background: #f7f7f8;
}

.sk-mm-menu-card.is-today header {
    border-bottom: 0;
    color: #ffffff;
    background:
        linear-gradient(
            120deg,
            var(--mm-primary),
            var(--mm-secondary)
        );
}

.sk-mm-card-day {
    color: var(--mm-primary);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.sk-mm-menu-card.is-today .sk-mm-card-day {
    color: #ffdce1;
}

.sk-mm-menu-card h2 {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 8px 0 0;
    color: #20222a;
    font-size: 31px;
    font-weight: 800;
    line-height: 1;
}

.sk-mm-menu-card.is-today h2 {
    color: #ffffff;
}

.sk-mm-menu-card h2 small {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.sk-mm-today-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 11px;
    border-radius: 20px;
    color: var(--mm-primary);
    background: #ffffff;
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
}

.sk-mm-food-list {
    margin: 0;
    padding: 19px 24px 23px;
    list-style: none;
}

.sk-mm-food-list li {
    position: relative;
    min-height: 46px;
    padding: 11px 0 11px 17px;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #e4e4e7;
}

.sk-mm-food-list li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--mm-primary);
    box-shadow: 0 0 0 4px rgba(179, 19, 36, 0.08);
}

.sk-mm-food-list li:last-child {
    border-bottom: 0;
}

.sk-mm-food-list strong {
    color: #343740;
    font-size: 15.5px;
    font-weight: 650;
    line-height: 1.5;
}

.sk-mm-menu-card footer {
    padding: 12px 24px;
    color: #7c6028;
    background: #fff8e9;
    font-size: 11px;
}

.sk-mm-menu-card footer i {
    margin-right: 5px;
}

.sk-mm-empty {
    padding: 70px 25px;
    border: 1px solid #e8e8eb;
    border-radius: 20px;
    background: #ffffff;
    text-align: center;
}

.sk-mm-empty i {
    color: var(--mm-primary);
    font-size: 46px;
}

.sk-mm-empty h2 {
    margin: 18px 0 7px;
    font-size: 25px;
}

.sk-mm-empty p {
    color: #777b85;
}

/* Normal ekranda özel çıktı şablonu görünmez. */
.sk-mm-print-sheet {
    display: none;
}

/* ============================================================
   TABLET
============================================================ */

@media (max-width: 1000px) {
    .sk-mm-hero-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .sk-mm-hero-actions {
        max-width: 430px;
    }

    .sk-mm-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* ============================================================
   MOBİL
============================================================ */

@media (max-width: 650px) {
    .sk-mm-public-container {
        width: min(100% - 30px, 1320px);
    }

    .sk-mm-hero {
        padding: 42px 0 40px;
    }

    .sk-mm-hero h1 {
        font-size: 34px;
        line-height: 1.10;
    }

    .sk-mm-hero p {
        font-size: 13.5px;
    }

    .sk-mm-breadcrumb {
        gap: 6px;
        margin-bottom: 16px;
        font-size: 10.5px;
    }

    .sk-mm-breadcrumb-separator {
        font-size: 7px;
    }

    .sk-mm-hero-actions {
        padding: 14px;
        border-radius: 14px;
    }

    .sk-mm-print {
        min-height: 54px;
        padding: 8px 13px;
        line-height: 1.35;
        text-align: center;
    }

    .sk-mm-content {
        padding: 28px 0 58px;
    }

    .sk-mm-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .sk-mm-menu-card header {
        min-height: 98px;
        padding: 20px;
    }

    .sk-mm-food-list {
        padding: 15px 20px 20px;
    }

    .sk-mm-food-list strong {
        font-size: 15px;
    }

    .sk-mm-today-badge {
        max-width: 128px;
        white-space: normal;
        line-height: 1.25;
        text-align: center;
    }
}

/* ============================================================
   TEK A4 PDF / YAZDIR GÖRÜNÜMÜ
============================================================ */

@media print {
    @page {
        size: A4 landscape;
        margin: 6mm;
    }

    html,
    body {
        width: 297mm !important;
        min-width: 297mm !important;
        height: 210mm !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        background: #ffffff !important;
    }

    body * {
        visibility: hidden !important;
    }

    .sk-mm-print-sheet,
    .sk-mm-print-sheet * {
        visibility: visible !important;
    }

    .sk-mm-print-sheet {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        display: block !important;
        width: 285mm !important;
        height: 198mm !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        color: #111111 !important;
        background: #ffffff !important;
        font-family: "Poppins", Arial, sans-serif !important;
    }

    .sk-mm-print-sheet > h1 {
        height: 10mm;
        margin: 0 0 3mm !important;
        padding: 0 0 2mm !important;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1.1mm solid var(--mm-primary);
        color: #111111 !important;
        font-size: 15pt !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        letter-spacing: 0.02em !important;
        text-align: center;
    }

    .sk-mm-print-grid {
        display: grid !important;
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
        grid-auto-rows: 28.8mm !important;
        gap: 2.5mm !important;
        width: 100% !important;
    }

    .sk-mm-print-day {
        min-width: 0 !important;
        height: 28.8mm !important;
        overflow: hidden !important;
        border: 0.25mm solid #cfcfd3 !important;
        border-radius: 1.8mm !important;
        background: #ffffff !important;
        break-inside: avoid !important;
        page-break-inside: avoid !important;
    }

    .sk-mm-print-day header {
        min-height: 6.4mm !important;
        padding: 1.3mm 1.7mm !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 1.5mm !important;
        border-bottom: 0.25mm solid #dddddf !important;
        color: #ffffff !important;
        background: var(--mm-primary) !important;
    }

    .sk-mm-print-day header strong {
        color: #ffffff !important;
        font-size: 7.1pt !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }

    .sk-mm-print-day header span {
        color: rgba(255, 255, 255, 0.90) !important;
        font-size: 5.8pt !important;
        font-weight: 700 !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }

    .sk-mm-print-day ul {
        margin: 0 !important;
        padding: 1.1mm 1.8mm 1mm 4mm !important;
        list-style: disc !important;
    }

    .sk-mm-print-day li {
        margin: 0 0 0.45mm !important;
        padding: 0 !important;
        color: #171717 !important;
        font-size: 6.5pt !important;
        font-weight: 600 !important;
        line-height: 1.17 !important;
    }

    .sk-mm-print-day li::marker {
        color: var(--mm-primary) !important;
        font-size: 5pt !important;
    }
}
