.lunea-works {
    width: 100%;
}

.lunea-works-grid {
    display: grid;
    gap: 34px 28px;
}

.lunea-works-columns-1 .lunea-works-grid {
    grid-template-columns: 1fr;
}

.lunea-works-columns-2 .lunea-works-grid {
    grid-template-columns: repeat(2, 1fr);
}

.lunea-works-columns-3 .lunea-works-grid {
    grid-template-columns: repeat(3, 1fr);
}

.lunea-works-columns-4 .lunea-works-grid {
    grid-template-columns: repeat(4, 1fr);
}

.lunea-work-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.lunea-work-card {
    background: transparent;
    border: none;
    box-shadow: none;
}

.lunea-work-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: #f3f4f6;
    transition: transform 0.25s ease;
}

.lunea-work-card-link:hover .lunea-work-image {
    transform: scale(1.025);
}

.lunea-work-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.lunea-work-content {
    padding: 12px 0 0 0;
}

.lunea-work-context {
    margin-bottom: 5px;
    color: #6b7280;
    font-size: 13px;
}

.lunea-work-title {
    margin: 0;
    color: #111827;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 600;
}

.lunea-work-card-link:hover .lunea-work-title {
    color: #0f4c81;
}

.lunea-work-card::after {
    content: "";
    display: block;
    margin-top: 22px;
    height: 1px;
    background: #e5e7eb;
}

.lunea-works-empty {
    padding: 22px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    color: #6b7280;
}

/* Eski detay sınıfları - geriye uyumluluk */
.lunea-work-detail-page {
    max-width: 1180px;
    margin: 70px auto;
    padding: 0 24px;
}

.lunea-work-detail-hero {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 28px;
    align-items: center;
    margin-bottom: 70px;
}

.lunea-work-detail-image-wrap {
    border-radius: 16px;
    overflow: hidden;
    background: #f3f4f6;
}

.lunea-work-detail-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.lunea-work-detail-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    font-weight: 600;
}

.lunea-work-detail-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 42px 46px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
    border: 1px solid #f1f5f9;
}

.lunea-work-detail-label {
    margin-bottom: 12px;
    color: #9ca3af;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600;
}

.lunea-work-detail-card h1 {
    margin: 0 0 18px 0;
    color: #0f4c81;
    font-size: 34px;
    line-height: 1.2;
}

.lunea-work-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-bottom: 24px;
    color: #6b7280;
    font-size: 14px;
}

.lunea-work-detail-description {
    color: #4b5563;
    font-size: 16px;
    line-height: 1.8;
}

.lunea-work-detail-description p:last-child {
    margin-bottom: 0;
}

.lunea-work-updates-section {
    max-width: 860px;
    margin: 0 auto;
}

.lunea-work-section-header {
    text-align: center;
    margin-bottom: 36px;
}

.lunea-work-section-header h2 {
    margin: 0 0 8px 0;
    color: #111827;
    font-size: 30px;
}

.lunea-work-section-header p {
    margin: 0;
    color: #6b7280;
}

.lunea-work-timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.lunea-work-timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 18px;
}

.lunea-work-timeline-dot {
    width: 12px;
    height: 12px;
    margin-top: 8px;
    border-radius: 999px;
    background: #0f4c81;
    box-shadow: 0 0 0 6px rgba(15, 76, 129, 0.1);
}

.lunea-work-timeline-content {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.lunea-work-timeline-date {
    margin-bottom: 8px;
    color: #6b7280;
    font-size: 13px;
}

.lunea-work-timeline-content h3 {
    margin: 0 0 10px 0;
    color: #111827;
    font-size: 20px;
}

.lunea-work-timeline-text {
    color: #4b5563;
    line-height: 1.7;
}

.lunea-work-video-link {
    display: inline-block;
    margin-top: 12px;
    color: #0f4c81;
    font-weight: 600;
    text-decoration: none;
}

.lunea-work-video-link:hover {
    text-decoration: underline;
}

.lunea-work-no-updates {
    padding: 24px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    color: #6b7280;
    text-align: center;
}

.lunea-work-back-link {
    display: inline-flex;
    margin-bottom: 24px;
    color: #111827;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.lunea-work-back-link:hover {
    color: #0f4c81;
    text-decoration: underline;
}

/* Çalışma detay sayfası - V3 geniş ekran düzeltmesi */

/* Detayda WordPress sayfa başlığını gizle: "Çalışmalar" başlığı içerik üstünde kalmasın */
body.lunea-work-detail-active .entry-title,
body.lunea-work-detail-active .page-title,
body.lunea-work-detail-active .wp-block-post-title {
    display: none !important;
}

/* Tema dar container kullansa bile çalışma detayını geniş alana taşı */
html body .lunea-work-detail-page-v2 {
    width: min(1180px, calc(100vw - 48px)) !important;
    max-width: none !important;
    margin-left: calc(50% - min(590px, calc(50vw - 24px))) !important;
    margin-right: 0 !important;
    padding: 32px 0 70px 0 !important;
    box-sizing: border-box !important;
}

html body .lunea-work-back-link {
    display: inline-flex !important;
    margin: 0 0 22px 0 !important;
    color: #e11d48 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

html body .lunea-work-detail-hero-v2 {
    display: grid !important;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr) !important;
    gap: 34px !important;
    align-items: stretch !important;
    margin-top: 0 !important;
}

html body .lunea-work-detail-image-wrap-v2 {
    min-height: 500px !important;
}

html body .lunea-work-detail-image-v2 {
    width: 100% !important;
    height: 100% !important;
    min-height: 500px !important;
    max-height: 640px !important;
    object-fit: cover !important;
    border-radius: 26px !important;
    display: block !important;
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.16) !important;
}

html body .lunea-work-detail-placeholder-v2 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #f1f5f9 !important;
    color: #64748b !important;
    font-weight: 700 !important;
}

html body .lunea-work-detail-summary-card {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 26px !important;
    padding: 34px !important;
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.12) !important;
    align-self: stretch !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

html body .lunea-work-detail-label {
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
    color: #94a3b8 !important;
    margin-bottom: 10px !important;
}

html body .lunea-work-detail-summary-card h1 {
    margin: 0 0 16px 0 !important;
    font-size: clamp(30px, 3.1vw, 48px) !important;
    line-height: 1.08 !important;
    color: #0f172a !important;
}

html body .lunea-work-detail-meta {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin: 0 0 18px 0 !important;
}

html body .lunea-work-detail-meta span {
    display: inline-flex !important;
    align-items: center !important;
    border-radius: 999px !important;
    padding: 7px 11px !important;
    background: #f8fafc !important;
    border: 1px solid #e5e7eb !important;
    color: #475569 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

html body .lunea-work-summary-text {
    margin: 0 !important;
    font-size: 17px !important;
    line-height: 1.75 !important;
    color: #475569 !important;
}

html body .lunea-work-info-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin-top: 24px !important;
}

html body .lunea-work-info-item {
    padding: 14px !important;
    border-radius: 16px !important;
    background: #f8fafc !important;
    border: 1px solid #e5e7eb !important;
}

html body .lunea-work-info-item strong {
    display: block !important;
    margin-bottom: 4px !important;
    font-size: 12px !important;
    color: #64748b !important;
    text-transform: uppercase !important;
    letter-spacing: .04em !important;
}

html body .lunea-work-info-item span {
    display: block !important;
    font-size: 14px !important;
    color: #0f172a !important;
    font-weight: 700 !important;
}

html body .lunea-work-main-content-section,
html body .lunea-work-result-section,
html body .lunea-work-updates-section {
    margin-top: 58px !important;
}

html body .lunea-work-section-header {
    text-align: center !important;
    margin-bottom: 18px !important;
}

html body .lunea-work-section-header h2 {
    margin: 0 0 6px 0 !important;
    color: #0f172a !important;
    font-size: 30px !important;
    line-height: 1.2 !important;
}

html body .lunea-work-section-header p {
    margin: 0 !important;
    color: #64748b !important;
    font-size: 15px !important;
}

html body .lunea-work-main-content-box,
html body .lunea-work-result-box {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 26px !important;
    padding: clamp(26px, 4vw, 52px) !important;
    box-shadow: 0 20px 55px rgba(15, 23, 42, 0.08) !important;
    color: #334155 !important;
    font-size: 17px !important;
    line-height: 1.9 !important;
}

html body .lunea-work-main-content-box p,
html body .lunea-work-result-box p {
    margin: 0 0 18px 0 !important;
}

html body .lunea-work-main-content-box p:last-child,
html body .lunea-work-result-box p:last-child {
    margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
    .lunea-works-columns-3 .lunea-works-grid,
    .lunea-works-columns-4 .lunea-works-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .lunea-work-detail-hero {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 980px) {
    html body .lunea-work-detail-page-v2 {
        width: min(720px, calc(100vw - 28px)) !important;
        margin-left: calc(50% - min(360px, calc(50vw - 14px))) !important;
        padding-top: 20px !important;
    }

    html body .lunea-work-detail-hero-v2 {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
    }

    html body .lunea-work-detail-image-wrap-v2 {
        min-height: 300px !important;
    }

    html body .lunea-work-detail-image-v2 {
        min-height: 300px !important;
        max-height: 460px !important;
    }

    html body .lunea-work-detail-summary-card {
        padding: 26px !important;
    }
}

@media (max-width: 640px) {
    .lunea-works-grid,
    .lunea-works-columns-2 .lunea-works-grid,
    .lunea-works-columns-3 .lunea-works-grid,
    .lunea-works-columns-4 .lunea-works-grid {
        grid-template-columns: 1fr;
    }

    .lunea-work-detail-page {
        margin: 40px auto;
        padding: 0 18px;
    }

    .lunea-work-detail-card {
        padding: 28px;
    }

    .lunea-work-detail-card h1 {
        font-size: 28px;
    }
}

@media (max-width: 560px) {
    html body .lunea-work-detail-page-v2 {
        width: calc(100vw - 22px) !important;
        margin-left: calc(50% - 50vw + 11px) !important;
    }

    html body .lunea-work-info-grid {
        grid-template-columns: 1fr !important;
    }

    html body .lunea-work-main-content-box,
    html body .lunea-work-result-box {
        padding: 22px !important;
        font-size: 16px !important;
    }
}

/* Proje aşamaları: az sayıda, görsel odaklı başlangıç / süreç / sonuç sunumu */
html body .lunea-project-stages-section {
    max-width: 1180px !important;
}

html body .lunea-project-stages {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

html body .lunea-project-stage {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
    align-items: stretch;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    box-shadow: 0 20px 55px rgba(15, 23, 42, 0.08);
}

html body .lunea-project-stage.is-even .lunea-project-stage-image-wrap {
    order: 2;
}

html body .lunea-project-stage.no-image {
    display: block;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

html body .lunea-project-stage-image-wrap {
    min-height: 360px;
    background: #e2e8f0;
}

html body .lunea-project-stage-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}

html body .lunea-project-stage-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(26px, 4vw, 48px);
}

html body .lunea-project-stage-number {
    margin-bottom: 10px;
    color: #0f4c81;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

html body .lunea-project-stage-date {
    margin-bottom: 8px;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

html body .lunea-project-stage-content h3 {
    margin: 0 0 14px 0;
    color: #0f172a;
    font-size: clamp(24px, 2.5vw, 34px);
    line-height: 1.18;
}

html body .lunea-project-stage-text {
    color: #475569;
    font-size: 16px;
    line-height: 1.8;
}

html body .lunea-project-stage-text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 820px) {
    html body .lunea-project-stage {
        grid-template-columns: 1fr;
    }

    html body .lunea-project-stage.is-even .lunea-project-stage-image-wrap {
        order: 0;
    }

    html body .lunea-project-stage-image-wrap,
    html body .lunea-project-stage-image {
        min-height: 260px;
    }
}

/*
 * Tema bağımsız çalışma listesi yerleşimi.
 * Shortcode dar veya tam geniş tema alanında kullanılsa da liste kendi içinde dengeli kalır.
 * Tek çalışma varsa kartı büyütmek yerine ortalar; proje sayısı arttığında grid otomatik genişler.
 */
html body .lunea-works {
    width: min(100%, 1240px) !important;
    max-width: 1240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: clamp(28px, 4vw, 56px) !important;
    padding-right: clamp(16px, 2.5vw, 28px) !important;
    padding-bottom: clamp(28px, 4vw, 56px) !important;
    padding-left: clamp(16px, 2.5vw, 28px) !important;
    box-sizing: border-box !important;
}

html body .lunea-works .lunea-works-grid {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

html body .lunea-works .lunea-work-card-link,
html body .lunea-works .lunea-work-card,
html body .lunea-works .lunea-work-content {
    min-width: 0 !important;
    box-sizing: border-box !important;
}

html body .lunea-works .lunea-work-card {
    width: 100% !important;
}

html body .lunea-works .lunea-work-image {
    max-width: 100% !important;
}

/*
 * Az sayıda çalışma olduğunda kartları standart kart ölçüsünde ortala.
 * Tek kayıt tüm satıra yayılmaz; proje sayısı arttıkça grid doğal biçimde büyür.
 */
html body .lunea-works.lunea-works-count-1 .lunea-works-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 420px) !important;
    justify-content: center !important;
    max-width: 420px !important;
}

/* Shortcode columns=1 kullanılsa bile kart okunabilir bir ölçüde kalır. */
html body .lunea-works.lunea-works-effective-columns-1:not(.lunea-works-count-1) .lunea-works-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 520px) !important;
    justify-content: center !important;
    max-width: 520px !important;
}

/* İki çalışma: iki standart kartı ortalanmış biçimde göster. */
html body .lunea-works.lunea-works-count-2:not(.lunea-works-effective-columns-1) .lunea-works-grid {
    grid-template-columns: repeat(2, minmax(0, 420px)) !important;
    justify-content: center !important;
    max-width: 868px !important;
}

/* Üç ve dört sütunlu standart düzen. */
html body .lunea-works.lunea-works-effective-columns-3 .lunea-works-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    max-width: 1180px !important;
}

html body .lunea-works.lunea-works-effective-columns-4 .lunea-works-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    max-width: 1240px !important;
}

@media (max-width: 1024px) {
    html body .lunea-works.lunea-works-effective-columns-3 .lunea-works-grid,
    html body .lunea-works.lunea-works-effective-columns-4 .lunea-works-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        max-width: 980px !important;
    }
}

@media (max-width: 700px) {
    html body .lunea-works {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    html body .lunea-works .lunea-works-grid,
    html body .lunea-works.lunea-works-count-1 .lunea-works-grid,
    html body .lunea-works.lunea-works-count-2 .lunea-works-grid,
    html body .lunea-works.lunea-works-effective-columns-1 .lunea-works-grid,
    html body .lunea-works.lunea-works-effective-columns-2 .lunea-works-grid,
    html body .lunea-works.lunea-works-effective-columns-3 .lunea-works-grid,
    html body .lunea-works.lunea-works-effective-columns-4 .lunea-works-grid {
        grid-template-columns: minmax(0, 1fr) !important;
        max-width: 420px !important;
    }
}

/* =========================================================
 * Lunea Vitrin 0.1.9 — Tasarımlı, tema bağımsız proje vitrini
 * ========================================================= */
html body .lunea-showcase-fullbleed,
html body .lunea-showcase-fullbleed * {
    box-sizing: border-box !important;
}

html body .lunea-showcase-fullbleed {
    --lunea-navy: #172554;
    --lunea-navy-deep: #0f172a;
    --lunea-ink: #111827;
    --lunea-muted: #64748b;
    --lunea-line: rgba(100, 116, 139, 0.22);
    --lunea-surface: #f3f5f8;
    --lunea-white: #ffffff;
    position: relative !important;
    left: 50% !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: -50vw !important;
    margin-right: 0 !important;
    padding: clamp(54px, 7vw, 110px) 0 !important;
    overflow: hidden !important;
    background:
        radial-gradient(circle at 88% 5%, rgba(30, 64, 175, 0.08), transparent 30%),
        linear-gradient(180deg, #f7f8fa 0%, var(--lunea-surface) 100%) !important;
    color: var(--lunea-ink) !important;
}

html body .lunea-showcase-shell {
    width: min(1320px, calc(100% - 48px)) !important;
    max-width: 1320px !important;
    margin: 0 auto !important;
}

html body .lunea-showcase-hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr) !important;
    gap: clamp(36px, 7vw, 110px) !important;
    align-items: end !important;
    padding-bottom: clamp(42px, 6vw, 76px) !important;
    border-bottom: 1px solid var(--lunea-line) !important;
}

html body .lunea-showcase-eyebrow {
    margin: 0 0 18px 0 !important;
    color: #607199 !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
}

html body .lunea-showcase-hero h1 {
    max-width: 850px !important;
    margin: 0 !important;
    color: var(--lunea-navy) !important;
    font-size: clamp(42px, 6vw, 82px) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.045em !important;
    font-weight: 750 !important;
}

html body .lunea-showcase-intro {
    position: relative !important;
    padding-top: 22px !important;
    color: #475569 !important;
    font-size: clamp(16px, 1.4vw, 20px) !important;
    line-height: 1.75 !important;
}

html body .lunea-showcase-intro::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 74px !important;
    height: 2px !important;
    background: var(--lunea-navy) !important;
}

html body .lunea-showcase-intro p {
    margin: 0 !important;
}

html body .lunea-showcase-projects {
    padding: clamp(48px, 6vw, 82px) 0 0 !important;
}

html body .lunea-showcase-section-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    margin: 0 0 28px 0 !important;
}

html body .lunea-showcase-section-head h2 {
    margin: 0 !important;
    color: var(--lunea-ink) !important;
    font-size: clamp(24px, 2.8vw, 38px) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.025em !important;
    font-weight: 700 !important;
}

html body .lunea-showcase-count {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    border: 1px solid var(--lunea-line) !important;
    border-radius: 999px !important;
    color: #64748b !important;
    background: rgba(255, 255, 255, 0.55) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

html body .lunea-showcase-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(22px, 2.4vw, 34px) !important;
    width: 100% !important;
}

html body .lunea-showcase-columns-1 {
    grid-template-columns: minmax(0, 1fr) !important;
}

html body .lunea-showcase-columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

html body .lunea-showcase-grid.lunea-showcase-count-1 {
    grid-template-columns: minmax(0, 920px) !important;
    justify-content: center !important;
}

html body .lunea-showcase-grid.lunea-showcase-count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 1080px !important;
    margin: 0 auto !important;
}

html body .lunea-showcase-card-link,
html body .lunea-showcase-card-link:visited {
    display: block !important;
    min-width: 0 !important;
    color: inherit !important;
    text-decoration: none !important;
}

html body .lunea-showcase-card {
    height: 100% !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

html body .lunea-showcase-card-media {
    position: relative !important;
    min-height: 470px !important;
    height: 100% !important;
    overflow: hidden !important;
    border-radius: 2px !important;
    background: #cbd5e1 !important;
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.11) !important;
}

html body .lunea-showcase-count-1 .lunea-showcase-card-media {
    min-height: clamp(480px, 55vw, 650px) !important;
}

html body .lunea-showcase-card-image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: inherit !important;
    object-fit: cover !important;
    transition: transform 0.65s cubic-bezier(.2,.7,.2,1) !important;
}

html body .lunea-showcase-card-placeholder {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #475569 !important;
    font-weight: 700 !important;
}

html body .lunea-showcase-card-overlay {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.08) 18%, rgba(15, 23, 42, 0.88) 100%) !important;
    pointer-events: none !important;
}

html body .lunea-showcase-card-topline {
    position: absolute !important;
    top: 22px !important;
    left: 22px !important;
    right: 22px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    gap: 8px 14px !important;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 11px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
}

html body .lunea-showcase-card-copy {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    padding: clamp(24px, 3vw, 38px) !important;
    color: #ffffff !important;
}

html body .lunea-showcase-card-copy h3 {
    max-width: 720px !important;
    margin: 0 0 12px 0 !important;
    color: #ffffff !important;
    font-size: clamp(26px, 2.7vw, 43px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.035em !important;
    font-weight: 700 !important;
}

html body .lunea-showcase-grid:not(.lunea-showcase-count-1) .lunea-showcase-card-copy h3 {
    font-size: clamp(24px, 2vw, 32px) !important;
}

html body .lunea-showcase-card-copy p {
    max-width: 650px !important;
    margin: 0 0 22px 0 !important;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
}

html body .lunea-showcase-card-action {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
}

html body .lunea-showcase-card-action span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 31px !important;
    height: 31px !important;
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    border-radius: 999px !important;
    transition: background 0.25s ease, color 0.25s ease !important;
}

html body .lunea-showcase-card-link:hover .lunea-showcase-card-image {
    transform: scale(1.045) !important;
}

html body .lunea-showcase-card-link:hover .lunea-showcase-card-action span {
    background: #ffffff !important;
    color: var(--lunea-navy) !important;
}

html body .lunea-showcase-cta {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 34px !important;
    margin-top: clamp(58px, 8vw, 110px) !important;
    padding: clamp(32px, 5vw, 62px) !important;
    background: var(--lunea-navy-deep) !important;
    color: #ffffff !important;
}

html body .lunea-showcase-cta-copy h2 {
    margin: 0 0 10px 0 !important;
    color: #ffffff !important;
    font-size: clamp(30px, 4vw, 52px) !important;
    line-height: 1.05 !important;
    letter-spacing: -0.035em !important;
}

html body .lunea-showcase-cta-copy p {
    max-width: 700px !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
}

html body .lunea-showcase-cta-button,
html body .lunea-showcase-cta-button:visited {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 15px !important;
    flex: 0 0 auto !important;
    min-height: 52px !important;
    padding: 14px 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    color: #ffffff !important;
    background: transparent !important;
    text-decoration: none !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0.09em !important;
    text-transform: uppercase !important;
}

html body .lunea-showcase-cta-button:hover {
    color: var(--lunea-navy-deep) !important;
    background: #ffffff !important;
}

@media (max-width: 1024px) {
    html body .lunea-showcase-hero {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }

    html body .lunea-showcase-intro {
        max-width: 720px !important;
    }

    html body .lunea-showcase-grid,
    html body .lunea-showcase-columns-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    html body .lunea-showcase-card-media {
        min-height: 430px !important;
    }
}

@media (max-width: 700px) {
    html body .lunea-showcase-fullbleed {
        padding: 48px 0 !important;
    }

    html body .lunea-showcase-shell {
        width: min(100% - 28px, 1320px) !important;
    }

    html body .lunea-showcase-hero h1 {
        font-size: clamp(38px, 12vw, 58px) !important;
    }

    html body .lunea-showcase-grid,
    html body .lunea-showcase-columns-1,
    html body .lunea-showcase-columns-2,
    html body .lunea-showcase-columns-3,
    html body .lunea-showcase-grid.lunea-showcase-count-1,
    html body .lunea-showcase-grid.lunea-showcase-count-2 {
        grid-template-columns: minmax(0, 1fr) !important;
        max-width: 100% !important;
    }

    html body .lunea-showcase-card-media,
    html body .lunea-showcase-count-1 .lunea-showcase-card-media {
        min-height: 440px !important;
    }

    html body .lunea-showcase-card-copy {
        padding: 24px !important;
    }

    html body .lunea-showcase-card-copy h3,
    html body .lunea-showcase-grid:not(.lunea-showcase-count-1) .lunea-showcase-card-copy h3 {
        font-size: 28px !important;
    }

    html body .lunea-showcase-cta {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    html body .lunea-showcase-cta-button {
        width: 100% !important;
    }
}

/* =========================================================
 * Lunea Vitrin 0.2.1 — Elementor uyumlu dinamik proje kartları
 * Sayfanın başlık, açıklama ve CTA alanlarını Elementor yönetir.
 * ========================================================= */
html body .lunea-projects-embed,
html body .lunea-projects-embed *,
html body .lunea-featured-work,
html body .lunea-featured-work * {
    box-sizing: border-box !important;
}

html body .lunea-projects-embed {
    --lunea-card-navy: #172554;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

html body .lunea-projects-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(20px, 2.4vw, 32px) !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

html body .lunea-projects-columns-1 .lunea-projects-grid {
    grid-template-columns: minmax(0, 1fr) !important;
}

html body .lunea-projects-columns-2 .lunea-projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

html body .lunea-projects-count-1 .lunea-projects-grid {
    grid-template-columns: minmax(0, 560px) !important;
    justify-content: center !important;
}

html body .lunea-projects-count-2 .lunea-projects-grid {
    max-width: 980px !important;
}

html body .lunea-project-card-link,
html body .lunea-project-card-link:visited {
    display: block !important;
    min-width: 0 !important;
    color: inherit !important;
    text-decoration: none !important;
}

html body .lunea-project-card {
    height: 100% !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

html body .lunea-project-card-media {
    position: relative !important;
    min-height: 430px !important;
    height: 100% !important;
    overflow: hidden !important;
    border-radius: 4px !important;
    background: #cbd5e1 !important;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.12) !important;
}

html body .lunea-projects-count-1 .lunea-project-card-media,
html body .lunea-featured-work .lunea-project-card-media {
    min-height: clamp(430px, 52vw, 560px) !important;
}

html body .lunea-project-card-image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: inherit !important;
    object-fit: cover !important;
    transition: transform 0.6s cubic-bezier(.2,.7,.2,1) !important;
}

html body .lunea-project-card-placeholder {
    background: linear-gradient(145deg, #e2e8f0, #cbd5e1) !important;
}

html body .lunea-project-card-overlay {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.06) 18%, rgba(15, 23, 42, 0.9) 100%) !important;
    pointer-events: none !important;
}

html body .lunea-project-card-topline {
    position: absolute !important;
    top: 20px !important;
    left: 20px !important;
    right: 20px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    gap: 8px 14px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 10px !important;
    line-height: 1.4 !important;
    font-weight: 800 !important;
    letter-spacing: 0.11em !important;
    text-transform: uppercase !important;
}

html body .lunea-project-card-copy {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    padding: clamp(24px, 3vw, 34px) !important;
    color: #ffffff !important;
}

html body .lunea-project-card-copy h3 {
    margin: 0 0 10px 0 !important;
    color: #ffffff !important;
    font-size: clamp(25px, 2.4vw, 36px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.03em !important;
    font-weight: 750 !important;
}

html body .lunea-project-card-copy p {
    margin: 0 0 20px 0 !important;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

html body .lunea-project-card-action {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 0.09em !important;
    text-transform: uppercase !important;
}

html body .lunea-project-card-action > span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 29px !important;
    height: 29px !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    border-radius: 999px !important;
    transition: background 0.25s ease, color 0.25s ease !important;
}

html body .lunea-project-card-link:hover .lunea-project-card-image {
    transform: scale(1.045) !important;
}

html body .lunea-project-card-link:hover .lunea-project-card-action > span {
    background: #ffffff !important;
    color: var(--lunea-card-navy, #172554) !important;
}

html body .lunea-featured-work {
    --lunea-card-navy: #172554;
    width: 100% !important;
    max-width: 760px !important;
    margin: 0 auto !important;
}

@media (max-width: 1024px) {
    html body .lunea-projects-grid,
    html body .lunea-projects-columns-3 .lunea-projects-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 700px) {
    html body .lunea-projects-grid,
    html body .lunea-projects-columns-1 .lunea-projects-grid,
    html body .lunea-projects-columns-2 .lunea-projects-grid,
    html body .lunea-projects-columns-3 .lunea-projects-grid,
    html body .lunea-projects-count-1 .lunea-projects-grid,
    html body .lunea-projects-count-2 .lunea-projects-grid {
        grid-template-columns: minmax(0, 1fr) !important;
        max-width: 100% !important;
    }

    html body .lunea-project-card-media,
    html body .lunea-projects-count-1 .lunea-project-card-media,
    html body .lunea-featured-work .lunea-project-card-media {
        min-height: 410px !important;
    }

    html body .lunea-project-card-copy {
        padding: 22px !important;
    }

    html body .lunea-project-card-copy h3 {
        font-size: 27px !important;
    }
}


/* Proje bilgi kartlarında uzun Mission alanı tam genişlik kullanır */
html body .lunea-work-info-item.is-wide {
    grid-column: 1 / -1 !important;
}
