/* =========================================================
   TEKTAŞ ORGANİZASYON İZMİR - V12 MASAÜSTÜ VE İLETİŞİM DÜZENİ
   Bu dosya diğer ön yüz CSS dosyalarından sonra yüklenmelidir.
   ========================================================= */

/* ---------------------------------------------------------
   MASAÜSTÜ HEADER
   --------------------------------------------------------- */
@media (min-width: 993px) {
    .navbar,
    .site-header.is-scrolled .navbar {
        grid-template-columns: minmax(220px, 1fr) auto minmax(170px, 1fr);
        gap: 24px;
    }

    .brand-image-link {
        display: inline-flex;
        align-items: center;
        min-width: 192px;
    }

    .header-logo {
        width: 192px;
        height: auto;
        max-height: none;
        object-fit: contain;
        object-position: left center;
    }

    .nav-menu a {
        min-height: 40px;
        padding-inline: 12px;
        border-radius: 0;
        font-size: 15px;
        line-height: 1;
    }

    .nav-menu a:hover,
    .nav-menu a.active {
        color: var(--wine);
        background: transparent;
    }

    .hero-slider .slide-shell {
        padding: 0;
        align-items: center;
    }
}

/* ---------------------------------------------------------
   İLETİŞİM SAYFASI - İZMİR LOKASYON KARTI
   --------------------------------------------------------- */
.map-card.map-card--visual {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    border: 0;
    border-radius: 34px;
    background-color: #20171a;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 22px 54px rgba(23, 23, 23, 0.14);
    isolation: isolate;
}

.map-card.map-card--visual::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(216, 185, 120, 0.14), transparent 30%),
        linear-gradient(180deg, rgba(13, 10, 11, 0.05) 0%, rgba(13, 10, 11, 0.22) 38%, rgba(13, 10, 11, 0.76) 100%);
}

.map-card.map-card--visual::after {
    content: "";
    position: absolute;
    inset: 18px;
    z-index: 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 26px;
    pointer-events: none;
}

.map-card.map-card--visual > * {
    position: relative;
    z-index: 1;
}

.map-card-topline {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 9px;
    min-height: 36px;
    padding: 0 13px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(24, 17, 19, 0.28);
    color: rgba(255, 248, 235, 0.96);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.55px;
    text-transform: uppercase;
    backdrop-filter: blur(14px);
}

.map-card-location-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f1d69a;
    box-shadow: 0 0 0 5px rgba(241, 214, 154, 0.16);
}

.map-card.map-card--visual .map-card-content {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.20);
    color: #ffffff;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(18px);
}

.map-card.map-card--visual .map-card-content small {
    display: inline-flex;
    margin-bottom: 10px;
    color: #f4dca8;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

.map-card.map-card--visual .map-card-content h3 {
    max-width: 620px;
    margin-bottom: 10px;
    color: #ffffff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(30px, 2.8vw, 42px);
    line-height: 1.08;
    letter-spacing: -0.85px;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.18);
}

.map-card.map-card--visual .map-card-content p {
    max-width: 650px;
    margin-bottom: 17px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.72;
}

.map-card-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-bottom: 16px;
}

.map-card-info-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
    padding: 11px 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.10);
}

.map-card-info-item--wide {
    grid-column: 1 / -1;
}

.map-card-info-icon {
    display: grid;
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 10px;
    color: #2b2118;
    background: linear-gradient(135deg, #f8dfaa, #d8b978);
    font-size: 13px;
    font-weight: 900;
}

.map-card-info-item strong,
.map-card-info-item span,
.map-card-info-item a {
    display: block;
}

.map-card-info-item strong {
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.98);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.35px;
    text-transform: uppercase;
}

.map-card-info-item span,
.map-card-info-item a {
    color: rgba(255, 255, 255, 0.80);
    font-size: 12px;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.map-card-info-item a:hover {
    color: #f4dca8;
}

.map-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 17px;
}

.map-card-meta span {
    display: inline-flex;
    min-height: 31px;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.90);
    font-size: 12px;
    font-weight: 700;
}

.map-card-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    padding: 0 15px;
    border-radius: 13px;
    color: #2b2118;
    background: linear-gradient(135deg, #f8dfaa, #d8b978);
    font-size: 13px;
    font-weight: 850;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.map-card-link:hover {
    color: #2b2118;
    transform: translateY(-2px);
    filter: brightness(1.035);
}

.map-card-link span {
    font-size: 17px;
    line-height: 1;
}

@media (max-width: 992px) {
    .map-card.map-card--visual {
        min-height: 500px;
        padding: 25px;
    }

    .map-card.map-card--visual::after {
        inset: 14px;
        border-radius: 22px;
    }
}

@media (max-width: 720px) {
    .map-card.map-card--visual {
        min-height: 440px;
        padding: 18px;
        border-radius: 24px;
        background-position: 62% center;
    }

    .map-card.map-card--visual::after {
        inset: 10px;
        border-radius: 18px;
    }

    .map-card-topline {
        min-height: 33px;
        padding-inline: 11px;
        font-size: 11px;
    }

    .map-card.map-card--visual .map-card-content {
        padding: 18px;
        border-radius: 18px;
    }

    .map-card.map-card--visual .map-card-content h3 {
        font-size: clamp(28px, 8vw, 38px);
    }

    .map-card-info-grid {
        grid-template-columns: 1fr;
    }

    .map-card-info-item--wide {
        grid-column: auto;
    }

    .map-card-link {
        width: 100%;
        justify-content: center;
    }
}

/* ---------------------------------------------------------
   İLETİŞİM SAYFASI - ÇALIŞMA SAATLERİ (GÖRSEL ALAN)
   --------------------------------------------------------- */
.hours-card {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    padding: 36px;
    border: 0;
    border-radius: 34px;
    background-color: #25191d;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 22px 54px rgba(23, 23, 23, 0.14);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 28px;
    isolation: isolate;
}

.hours-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(circle at 14% 20%, rgba(216, 185, 120, 0.18), transparent 28%),
        linear-gradient(180deg, rgba(15, 10, 12, 0.10) 0%, rgba(15, 10, 12, 0.38) 42%, rgba(15, 10, 12, 0.74) 100%);
}

.hours-card::after {
    content: "";
    position: absolute;
    inset: 18px;
    z-index: 0;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 26px;
    pointer-events: none;
}

.hours-card > * {
    position: relative;
    z-index: 1;
}

.hours-visual-copy {
    max-width: 640px;
}

.section-kicker-light {
    color: rgba(255, 239, 214, 0.96);
}

.section-kicker-light::before {
    background: rgba(241, 214, 154, 0.95);
}

.hours-visual-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin-bottom: 16px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.12);
    color: #fff4d6;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.hours-card h2 {
    max-width: 640px;
    margin-bottom: 12px;
    font-family: "Playfair Display", Georgia, serif;
    color: #ffffff;
    font-size: clamp(34px, 3.2vw, 48px);
    line-height: 1.08;
    letter-spacing: -1px;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.24);
}

.hours-card > p,
.hours-visual-copy > p {
    max-width: 620px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 15px;
    line-height: 1.75;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}

.hours-list-panel {
    padding: 18px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(18px);
}

.hours-list-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.hours-list-head strong {
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
}

.hours-list-head span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    text-align: right;
}

.hours-list {
    display: grid;
    gap: 11px;
}

.hours-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 62px;
    padding: 15px 17px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.92);
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.hours-item:hover {
    transform: translateY(-2px);
    border-color: rgba(122, 23, 50, 0.20);
    box-shadow: 0 10px 24px rgba(23, 23, 23, 0.08);
}

.hours-item strong {
    color: var(--ink);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
}

.hours-item span {
    flex: 0 0 auto;
    padding: 7px 10px;
    border-radius: 999px;
    color: var(--wine);
    background: var(--wine-soft);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-align: right;
}

@media (max-width: 992px) {
    .hours-card {
        min-height: auto;
        padding: 26px;
    }

    .hours-card::after {
        inset: 14px;
        border-radius: 22px;
    }

    .hours-list-panel {
        padding: 16px;
        border-radius: 20px;
    }
}

@media (max-width: 720px) {
    .hours-card {
        padding: 22px;
        border-radius: 24px;
        gap: 22px;
        min-height: 520px;
        background-position: center center;
    }

    .hours-card::after {
        inset: 10px;
        border-radius: 18px;
    }

    .hours-visual-badge {
        margin-bottom: 14px;
        min-height: 32px;
        font-size: 11px;
    }

    .hours-card h2 {
        font-size: clamp(30px, 8.6vw, 42px);
    }

    .hours-list-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .hours-list-head span {
        text-align: left;
    }

    .hours-item {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
        min-height: auto;
        padding: 15px;
    }

    .hours-item span {
        text-align: left;
    }
}

/* ---------------------------------------------------------
   V13 - ANA SLIDER BAŞLIK FONTU
   --------------------------------------------------------- */
.hero-slider .slide-title,
.hero-slider .slide-title span,
.hero-slider .slide-copy h1,
.hero-slider .slide-copy h1 span {
    font-family: "Playfair Display", Georgia, serif;
}
