/* ADENKOOP Ana Sayfa v2 */

.home-v2-sr-title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.home-v2 {
    background: var(--foam);
}

/* ——— Hero: slider + duyuru paneli ——— */
.home-v2-hero {
    padding: 1.75rem 0 2rem;
    background: linear-gradient(180deg, #fff 0%, var(--foam) 100%);
}

.home-v2-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
    gap: 1.25rem;
    align-items: start;
}

.home-v2-slider {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 0;
    height: auto;
    border-radius: 18px;
    overflow: hidden;
    background: var(--navy);
    box-shadow: 0 12px 40px rgba(12, 35, 64, 0.14);
}

.home-v2-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.7s ease;
}

.home-v2-slide.is-active {
    opacity: 1;
    z-index: 1;
}

.home-v2-slide-link {
    position: absolute;
    inset: 0;
    display: block;
    color: inherit;
    text-decoration: none;
}

.home-v2-slide-link:hover {
    color: inherit;
}

.home-v2-slide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.home-v2-slide-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(12, 35, 64, 0.15) 0%, rgba(12, 35, 64, 0.72) 100%);
    pointer-events: none;
}

.home-v2-slide-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 1.25rem 1.35rem 2.75rem;
    color: #fff;
}

.home-v2-slide-kicker {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold-light);
    margin-bottom: 0.35rem;
}

.home-v2-slide-caption p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.5;
    opacity: 0.94;
    max-width: 520px;
}

.home-v2-slide-title {
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-v2-slider-dots {
    position: absolute;
    left: 50%;
    bottom: 0.85rem;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    gap: 0.45rem;
}

.home-v2-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.45);
    cursor: pointer;
    padding: 0;
    transition: transform 0.2s, background 0.2s;
}

.home-v2-dot.is-active {
    background: var(--gold);
    transform: scale(1.15);
}

/* ——— Duyuru paneli (Piri Reis tarzı) ——— */
.home-v2-news-panel {
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(12, 35, 64, 0.08);
    box-shadow: 0 8px 28px rgba(12, 35, 64, 0.07);
    display: flex;
    flex-direction: column;
    min-height: 380px;
}

.home-v2-news-panel-head {
    padding: 1.15rem 1.25rem 0.85rem;
    border-bottom: 1px solid rgba(12, 35, 64, 0.08);
}

.home-v2-news-panel-head h2 {
    font-size: 1.15rem;
    color: var(--navy);
    margin: 0 0 0.25rem;
}

.home-v2-news-panel-head p {
    margin: 0;
    font-size: 0.85rem;
    color: var(--muted);
}

.home-v2-news-list {
    flex: 1;
    overflow: auto;
}

.home-v2-news-row {
    display: grid;
    grid-template-columns: 68px 1fr;
    gap: 0.85rem;
    padding: 0.95rem 1.15rem;
    border-bottom: 1px solid rgba(12, 35, 64, 0.06);
    color: inherit;
    transition: background 0.15s ease;
}

.home-v2-news-row:hover {
    background: rgba(30, 107, 138, 0.05);
    color: inherit;
}

.home-v2-news-row:last-child {
    border-bottom: none;
}

.home-v2-news-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.1;
    color: var(--sea);
    border-right: 2px solid rgba(201, 162, 39, 0.45);
    padding-right: 0.65rem;
}

.home-v2-news-day {
    font-size: 1.45rem;
    font-weight: 800;
    color: var(--navy);
}

.home-v2-news-month {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.home-v2-news-year {
    font-size: 0.68rem;
    color: var(--muted);
    margin-top: 0.15rem;
}

.home-v2-news-body h3 {
    font-size: 0.92rem;
    color: var(--navy);
    margin: 0 0 0.3rem;
    line-height: 1.35;
}

.home-v2-news-body p {
    margin: 0;
    font-size: 0.8rem;
    color: var(--muted);
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-v2-news-empty {
    padding: 1.5rem 1.25rem;
    color: var(--muted);
    font-style: italic;
}

.home-v2-news-all {
    display: block;
    margin: 0.75rem 1.15rem 1.1rem;
    padding: 0.65rem 1rem;
    text-align: center;
    border-radius: 10px;
    background: var(--foam);
    border: 1px solid rgba(12, 35, 64, 0.1);
    color: var(--navy);
    font-weight: 600;
    font-size: 0.88rem;
    transition: background 0.15s, border-color 0.15s;
}

.home-v2-news-all:hover {
    background: rgba(30, 107, 138, 0.08);
    border-color: rgba(30, 107, 138, 0.25);
    color: var(--navy);
}

/* ——— Kooperatif adı şeridi ——— */
.home-v2-intro {
    padding: 1.75rem 0;
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 55%, var(--sea) 100%);
    color: #fff;
    text-align: center;
}

.home-v2-intro h1 {
    font-size: clamp(1.15rem, 2.8vw, 1.65rem);
    font-weight: 700;
    line-height: 1.45;
    max-width: 920px;
    margin: 0 auto;
}

.home-v2-badges {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 0.85rem;
}

.home-v2-badge {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(201, 162, 39, 0.45);
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 0.82rem;
}

/* ——— Hızlı erişim ——— */
.home-v2-quick {
    padding: 2rem 0 0.5rem;
}

.home-v2-quick-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.home-v2-quick-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.35rem;
    padding: 1.25rem 0.85rem;
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(12, 35, 64, 0.08);
    box-shadow: 0 4px 18px rgba(12, 35, 64, 0.06);
    color: var(--navy);
    transition: transform 0.15s, box-shadow 0.15s, border-color 0.15s;
}

.home-v2-quick-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(12, 35, 64, 0.1);
    border-color: rgba(201, 162, 39, 0.35);
    color: var(--navy);
}

.home-v2-quick-icon {
    font-size: 1.6rem;
    line-height: 1;
}

.home-v2-quick-card strong {
    font-size: 0.95rem;
}

.home-v2-quick-card span:last-child {
    font-size: 0.78rem;
    color: var(--muted);
    line-height: 1.35;
}

/* ——— Portal kartları (mevcut içerik) ——— */
.home-v2-cards {
    padding: 1.5rem 0 2rem;
}

.home-v2-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.25rem;
}

.home-v2-portal-card {
    background: linear-gradient(145deg, var(--navy) 0%, var(--navy-light) 100%);
    color: #fff;
    border-radius: 16px;
    padding: 1.5rem 1.35rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(12, 35, 64, 0.12);
}

.home-v2-portal-card::after {
    content: '⚓';
    position: absolute;
    right: 1rem;
    bottom: 0.5rem;
    font-size: 3.5rem;
    opacity: 0.08;
}

.home-v2-portal-card h3 {
    color: var(--gold-light);
    margin-bottom: 0.45rem;
}

.home-v2-portal-card p {
    opacity: 0.92;
    margin-bottom: 1rem;
    font-size: 0.92rem;
}

/* ——— Hizmetler + Hizmet Talepleri ——— */
.home-v2-listings {
    padding: 2rem 0 0.5rem;
    background: linear-gradient(180deg, #f7fafc 0%, #eef4f8 100%);
}

.home-listings-block {
    margin-bottom: 1.75rem;
}

.home-listings-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.home-listings-head .section-title--left::after {
    content: none;
}

.home-listings-head .section-title--left h2 {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 1.35rem;
    margin: 0;
}

.home-listings-all {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--sea, #1e6b8a);
    text-decoration: none;
}

.home-listings-all:hover {
    text-decoration: underline;
}

.home-listings-grid {
    display: grid;
    gap: 0.85rem;
}

.home-listings-grid--featured {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-listings-grid--latest {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-listing-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(30, 107, 138, 0.12);
    box-shadow: 0 10px 22px rgba(12, 35, 64, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-listing-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(12, 35, 64, 0.12);
}

.home-listing-card--featured {
    border-top: 3px solid var(--gold, #c9a227);
}

.home-listing-card-photo {
    position: relative;
    aspect-ratio: 4 / 3;
    background: #d9e4ee;
    overflow: hidden;
}

.home-listing-card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-listing-card-photo-empty {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    font-size: 2rem;
    opacity: 0.55;
}

.home-listing-card-badge {
    position: absolute;
    top: 0.55rem;
    left: 0.55rem;
    padding: 0.22rem 0.5rem;
    border-radius: 999px;
    background: var(--gold, #c9a227);
    color: #0c2340;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.home-listing-card-body {
    display: grid;
    gap: 0.25rem;
    padding: 0.75rem 0.85rem 0.9rem;
}

.home-listing-card-price {
    font-size: 1rem;
    font-weight: 800;
    color: var(--navy, #0c2340);
}

.home-listing-card-title {
    font-size: 0.9rem;
    line-height: 1.3;
    color: var(--navy, #0c2340);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-listing-card-meta {
    font-size: 0.76rem;
    color: var(--muted, #5b6b7c);
    line-height: 1.35;
}

.home-v2-online {
    padding: 2.5rem 0 2.35rem;
    background:
        radial-gradient(ellipse 80% 60% at 50% 0%, rgba(30, 107, 138, 0.1), transparent 70%),
        linear-gradient(180deg, #eef4f8 0%, #f4f8fb 100%);
    border-top: 1px solid rgba(30, 107, 138, 0.08);
    border-bottom: 1px solid rgba(30, 107, 138, 0.08);
}

.home-v2-online-head {
    text-align: center;
    max-width: 36rem;
    margin: 0 auto 1.75rem;
}

.home-v2-online-kicker {
    display: inline-block;
    margin-bottom: 0.45rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--sea, #1e6b8a);
}

.home-v2-online-head h2 {
    margin: 0 0 0.5rem;
    font-size: clamp(1.55rem, 2.4vw, 1.9rem);
    font-weight: 750;
    letter-spacing: -0.02em;
    line-height: 1.15;
    color: var(--navy, #0c2340);
}

.home-v2-online-head p {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.55;
    color: var(--muted, #5a6b7c);
}

.home-v2-online-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.9rem;
}

.home-v2-online-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.55rem;
    min-height: 100%;
    padding: 1.2rem 1.1rem 1.25rem;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(30, 107, 138, 0.12);
    box-shadow: 0 8px 22px rgba(12, 35, 64, 0.06);
    color: inherit;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-v2-online-card:hover {
    transform: translateY(-3px);
    border-color: rgba(201, 162, 39, 0.55);
    box-shadow: 0 14px 28px rgba(12, 35, 64, 0.1);
    color: inherit;
}

.home-v2-online-card--track {
    background: linear-gradient(165deg, #fffdf6 0%, #fff 55%);
    border-color: rgba(201, 162, 39, 0.35);
}

.home-v2-online-icon {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(30, 107, 138, 0.09);
    color: var(--sea, #1e6b8a);
}

.home-v2-online-card--track .home-v2-online-icon {
    background: rgba(201, 162, 39, 0.14);
    color: #9a7b1a;
}

.home-v2-online-icon svg {
    width: 1.7rem;
    height: 1.7rem;
    display: block;
}

.home-v2-online-title {
    font-size: 1.02rem;
    font-weight: 750;
    line-height: 1.25;
    letter-spacing: -0.01em;
    color: var(--navy, #0c2340);
}

.home-v2-online-desc {
    font-size: 0.84rem;
    line-height: 1.45;
    color: var(--muted, #5a6b7c);
}

.home-v2-services {
    padding: 2.25rem 0 2.75rem;
    background: linear-gradient(180deg, #f4f8fb 0%, #eef4f8 100%);
}

.home-v2-gallery-split {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    gap: 1.35rem;
    align-items: stretch;
}

.home-v2-gallery-split.is-gallery-only {
    grid-template-columns: 1fr;
}

.home-v2-gallery-split:not(.is-gallery-only) .home-gallery-stage {
    aspect-ratio: 16 / 11;
    min-height: 240px;
}

.home-v2-gallery-split:not(.is-gallery-only) .home-gallery-thumbs--eight {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-v2-videos {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.home-v2-videos-title {
    margin-bottom: 1.1rem;
}

.home-v2-videos-title::after {
    content: none;
}

.home-v2-videos-title h2 {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 1.45rem;
}

.home-v2-videos-grid {
    flex: 1;
    display: grid;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
    gap: 0.55rem;
    min-height: 280px;
}

.home-v2-video-card {
    position: relative;
    display: block;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    background: #0c2340;
    box-shadow: 0 8px 18px rgba(12, 35, 64, 0.12);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.home-v2-video-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(12, 35, 64, 0.18);
}

.home-v2-video-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-v2-video-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(180deg, rgba(12, 35, 64, 0.05), rgba(12, 35, 64, 0.45));
}

.home-v2-video-play svg {
    width: 2.1rem;
    height: 2.1rem;
    padding: 0.45rem;
    border-radius: 999px;
    background: rgba(201, 162, 39, 0.92);
    color: #0c2340;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.28);
}

.home-v2-video-label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.45rem 0.55rem;
    font-size: 0.72rem;
    font-weight: 650;
    line-height: 1.25;
    color: #fff;
    text-align: left;
    background: linear-gradient(180deg, transparent, rgba(7, 21, 40, 0.88));
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-video-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 1.25rem 1.25rem;
    background: rgba(7, 21, 40, 0.78);
    backdrop-filter: blur(3px);
}

.home-video-modal[hidden] {
    display: none !important;
}

.home-video-modal-close {
    position: absolute;
    top: 0.9rem;
    right: 1rem;
    z-index: 2;
    width: 2.6rem;
    height: 2.6rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #0c2340;
    font-size: 1.7rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
}

.home-video-modal-close:hover {
    background: #fff;
    color: #7c2d12;
}

.home-video-modal-frame {
    width: min(960px, 100%);
    aspect-ratio: 16 / 9;
    border-radius: 14px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
}

.home-video-modal-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

body.home-video-modal-open {
    overflow: hidden;
}

.home-v2-gallery-main .section-title--left {
    text-align: left;
    margin-bottom: 1.1rem;
}

.home-v2-gallery-main .section-title--left::after {
    content: none;
}

.home-v2-gallery-main .section-title--left h2 {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 1.45rem;
}

.home-gallery-title-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: inherit;
    font: inherit;
    font-weight: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s ease;
}

.home-gallery-title-btn:hover {
    color: var(--sea, #1e6b8a);
}

.home-gallery-title-hint {
    margin-left: 0.15rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--muted, #5b6b7c);
    opacity: 0.85;
}

.home-gallery-title-btn:hover .home-gallery-title-hint {
    color: var(--sea, #1e6b8a);
}

.home-v2-services-anchor {
    color: var(--gold, #c9a227);
    font-size: 1.05rem;
    line-height: 1;
}

.home-gallery {
    display: grid;
    gap: 0.75rem;
}

.home-gallery-stage {
    position: relative;
    aspect-ratio: 16 / 10;
    min-height: 280px;
    border-radius: 18px;
    overflow: hidden;
    background: #0c2340;
    box-shadow:
        0 16px 36px rgba(12, 35, 64, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.home-gallery-slide {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.55s ease, visibility 0.55s ease;
    transform: scale(1.02);
}

.home-gallery-slide.is-active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: opacity 0.55s ease, visibility 0.55s ease, transform 6s ease;
}

.home-gallery-slide-open {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    cursor: zoom-in;
}

.home-gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-gallery-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    gap: 0.2rem;
    padding: 1.6rem 1.1rem 0.95rem;
    color: #fff;
    background: linear-gradient(180deg, transparent, rgba(8, 22, 40, 0.82));
    pointer-events: none;
}

.home-gallery-caption strong {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.home-gallery-caption span {
    font-size: 0.84rem;
    opacity: 0.92;
    line-height: 1.35;
}

.home-gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 2.4rem;
    height: 2.4rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #0c2340;
    font-size: 1.45rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(12, 35, 64, 0.22);
    transition: background 0.2s ease, transform 0.2s ease;
}

.home-gallery-nav:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.05);
}

.home-gallery-prev { left: 0.7rem; }
.home-gallery-next { right: 0.7rem; }

.home-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
    gap: 0.5rem;
}

.home-gallery-thumbs--eight {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

.home-gallery-thumb {
    position: relative;
    aspect-ratio: 4 / 3;
    border: 2px solid transparent;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    background: #d9e4ee;
    cursor: pointer;
    opacity: 0.78;
    transition: opacity 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.home-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-gallery-thumb:hover {
    opacity: 1;
    transform: translateY(-1px);
}

.home-gallery-thumb.is-active {
    opacity: 1;
    border-color: var(--gold, #c9a227);
    box-shadow: 0 0 0 1px rgba(201, 162, 39, 0.35);
}

.home-gallery-empty {
    border-radius: 18px;
    min-height: 220px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.88);
    border: 1px dashed rgba(30, 107, 138, 0.28);
    color: var(--muted, #5b6b7c);
    padding: 1.5rem;
}

.home-gallery-all {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(12, 35, 64, 0.1);
}

.home-gallery-all-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.home-gallery-all-head h3 {
    margin: 0;
    font-size: 1.2rem;
    color: var(--navy, #0c2340);
}

.home-gallery-all-meta {
    margin: 0;
    font-size: 0.86rem;
    color: var(--muted, #5b6b7c);
}

.home-gallery-all-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 0.75rem;
}

.home-gallery-all-item {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #d9e4ee;
    cursor: zoom-in;
    box-shadow: 0 8px 18px rgba(12, 35, 64, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-gallery-all-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(12, 35, 64, 0.16);
}

.home-gallery-all-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-gallery-all-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.1rem 0.55rem 0.45rem;
    font-size: 0.72rem;
    font-weight: 600;
    color: #fff;
    text-align: left;
    background: linear-gradient(180deg, transparent, rgba(8, 22, 40, 0.8));
}

.home-gallery-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    margin-top: 1.15rem;
    flex-wrap: wrap;
}

.home-gallery-pager-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.home-gallery-pager-info {
    font-size: 0.9rem;
    color: var(--navy, #0c2340);
    font-weight: 600;
}

.home-gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 1.25rem;
    background: rgba(6, 16, 30, 0.88);
    cursor: zoom-out;
}

.home-gallery-lightbox[hidden] {
    display: none !important;
}

body.home-gallery-lightbox-open {
    overflow: hidden;
}

.home-gallery-lightbox-figure {
    margin: 0;
    max-width: min(1100px, 100%);
    max-height: calc(100vh - 2.5rem);
    display: grid;
    gap: 0.65rem;
    justify-items: center;
}

.home-gallery-lightbox-figure img {
    max-width: 100%;
    max-height: calc(100vh - 5.5rem);
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
    cursor: zoom-out;
    background: #0a1624;
}

.home-gallery-lightbox-figure figcaption {
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.92rem;
    text-align: center;
    max-width: 40rem;
}

.home-gallery-lightbox-close {
    position: absolute;
    top: 0.85rem;
    right: 0.95rem;
    width: 2.5rem;
    height: 2.5rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #0c2340;
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

/* ——— Ek haberler ——— */
.home-v2-more-news {
    padding: 2.5rem 0 3.5rem;
    background: linear-gradient(155deg, rgba(12, 35, 64, 0.94) 0%, rgba(15, 45, 74, 0.9) 100%);
}

.home-v2-more-news .section-head {
    text-align: center;
    margin-bottom: 1.75rem;
    color: #fff;
}

.home-v2-more-news .section-head h2 {
    color: #fff;
    margin-top: 0.35rem;
}

.home-v2-more-news .section-kicker {
    color: var(--gold-light);
}

/* ——— Mobil ——— */
@media (max-width: 960px) {
    .home-v2-hero-grid {
        grid-template-columns: 1fr;
    }

    .home-v2-slider {
        aspect-ratio: 16 / 9;
        min-height: 0;
    }

    .home-v2-news-panel {
        min-height: 0;
    }

    .home-listings-grid--featured,
    .home-listings-grid--latest {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-v2-quick-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-v2-online-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home-v2-gallery-split {
        grid-template-columns: 1fr;
    }

    .home-v2-videos-grid {
        grid-template-rows: repeat(3, minmax(88px, 1fr));
        min-height: 300px;
    }

    .home-gallery-stage {
        min-height: 220px;
        border-radius: 14px;
    }

    .home-gallery-all-grid {
        grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    }

    .home-gallery-thumbs--eight {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .home-v2-online {
        padding: 2rem 0 1.85rem;
    }

    .home-v2-online-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
    }

    .home-v2-online-card {
        padding: 1.05rem 0.95rem 1.1rem;
    }
}

@media (max-width: 520px) {
    .home-v2-hero {
        padding-top: 1rem;
    }

    .home-v2-online-head h2 {
        font-size: 1.4rem;
    }

    .home-v2-online-desc {
        font-size: 0.8rem;
    }

    .home-v2-slider {
        aspect-ratio: 16 / 9;
        min-height: 0;
        border-radius: 14px;
    }

    .home-v2-news-panel {
        border-radius: 14px;
        min-height: auto;
    }

    .home-v2-news-row {
        grid-template-columns: 58px 1fr;
        padding: 0.85rem 1rem;
    }

    .home-v2-quick-grid {
        grid-template-columns: 1fr;
    }

    .home-listings-grid--featured,
    .home-listings-grid--latest {
        grid-template-columns: 1fr 1fr;
    }

    .home-v2-intro {
        padding: 1.35rem 0;
    }

    .home-gallery-thumbs {
        grid-template-columns: repeat(auto-fill, minmax(64px, 1fr));
    }

    .home-gallery-caption strong {
        font-size: 0.92rem;
    }

    .home-gallery-caption span {
        font-size: 0.78rem;
    }
}
