/*
 * YÜCEL KÜLTÜR VAKFI - YENİ ANA SAYFA
 * Tüm stiller .ykv-home altında izole edilmiştir.
 */
:root {
    --ykv-blue: #2498d5;
    --ykv-blue-dark: #0876b2;
    --ykv-menu-blue: #1b96d1;
    --ykv-menu-accent: #d92977;
    --ykv-blue-soft: #eaf7fd;
    --ykv-navy: #132f43;
    --ykv-ink: #183241;
    --ykv-muted: #617681;
    --ykv-cream: #f7f5ef;
    --ykv-white: #ffffff;
    --ykv-line: #dce8ed;
    --ykv-yellow: #f2c94c;
    --ykv-orange: #f58220;
    --ykv-pink: #e91e78;
    --ykv-green: #86bf38;
    --ykv-radius-lg: 28px;
    --ykv-radius-md: 18px;
    --ykv-shadow: 0 18px 50px rgba(19, 47, 67, 0.11);
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body.main-page {
    margin: 0;
    color: var(--ykv-ink);
    background: var(--ykv-white);
    overflow-x: hidden;
}

.ykv-skip-link {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 10000;
    padding: 10px 16px;
    color: var(--ykv-white);
    background: var(--ykv-navy);
    border-radius: 8px;
    transform: translateY(-160%);
    transition: transform .2s ease;
}

.ykv-skip-link:focus { transform: translateY(0); }

.ykv-home,
.ykv-home * { box-sizing: border-box; }

.ykv-home img {
    display: block;
    max-width: 100%;
}

.ykv-home a { text-decoration: none; }

.ykv-home a:focus,
.ykv-home button:focus {
    outline: 3px solid rgba(36, 152, 213, .35);
    outline-offset: 3px;
}

.ykv-shell {
    width: calc(100% - 40px);
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
}

/* ÜST MENÜ: mevcut fragment korunur, ana sayfada görünümü güçlendirilir */
body.main-page top-bar {
    display: block;
    padding-bottom: 0;
    background: var(--ykv-white);
}

body.main-page top-bar top { background: var(--ykv-navy); }

body.main-page top-bar top a { color: var(--ykv-white); }

body.main-page top-bar top .right a.is-active {
    color: var(--ykv-yellow);
    font-weight: 800;
}

body.main-page top-bar .top-navbar-brand {
    padding: 13px 0 12px;
}

body.main-page top-bar .top-navbar-brand img {
    width: 300px !important;
    max-width: calc(100% - 40px);
    max-height: 86px;
    object-fit: contain;
    visibility: hidden;
    opacity: 0;
    transition: opacity .16s ease;
}

body.main-page top-bar .top-navbar-brand img.ykv-logo-ready {
    visibility: visible;
    opacity: 1;
}

body.main-page top-bar .navbar-km {
    width: 100vw !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 6vw;
    padding-right: max(24px, 6vw);
    padding-left: 6vw;
    padding-left: max(24px, 6vw);
    background: var(--ykv-menu-blue);
    border: 0;
    border-radius: 0;
    box-shadow: inset 0 -3px 0 var(--ykv-menu-accent), 0 6px 20px rgba(19, 47, 67, .10);
}

body.main-page top-bar .navbar {
    padding: 6px 0;
}

body.main-page top-bar .navbar-nav > li > a {
    position: relative;
    margin: 0 4px;
    padding: 13px 7px 12px;
    color: var(--ykv-white);
    border-radius: 0;
    font-size: 14.5px;
    font-weight: 700;
    line-height: 1.35;
    white-space: nowrap;
    transition: color .2s ease, opacity .2s ease;
}

body.main-page top-bar .navbar-nav > li > a::after {
    content: "";
    height: 2px;
    position: absolute;
    right: 7px;
    bottom: 6px;
    left: 7px;
    background: var(--ykv-menu-accent);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .2s ease;
}

body.main-page top-bar .navbar-nav > li > a:hover,
body.main-page top-bar .navbar-nav > li > a:focus,
body.main-page top-bar .navbar-nav > li > a.active {
    color: var(--ykv-white);
    background: transparent;
}

/* Masaüstünde vurgu yalnızca alttaki fuşya çizgidir. */
@media (min-width: 992px) {
    body.main-page top-bar .navbar-nav > li > a,
    body.main-page top-bar .navbar-nav > li > a:hover,
    body.main-page top-bar .navbar-nav > li > a:focus,
    body.main-page top-bar .navbar-nav > li > a.active {
        text-decoration: none !important;
    }
}

body.main-page top-bar .navbar-nav > li > a:hover::after,
body.main-page top-bar .navbar-nav > li > a:focus::after,
body.main-page top-bar .navbar-nav > li > a.active::after {
    transform: scaleX(1);
}

body.main-page top-bar .nav-profile,
body.main-page top-bar .nav-profile > button,
body.main-page top-bar .nav-profile > a,
body.main-page top-bar .nav-profile [data-toggle="dropdown"] {
    color: rgba(255, 255, 255, .88) !important;
    font-size: 13px;
    font-weight: 600;
}

/* Profil açılır menüsünü üst çubuğun beyaz metin kuralından ayırır. */
body.main-page top-bar .nav-profile .dropdown-menu {
    min-width: 220px;
    margin-top: 8px;
    padding: 7px 0;
    background: var(--ykv-white);
    border: 1px solid rgba(19, 47, 67, .10);
    border-radius: 8px;
    box-shadow: 0 14px 28px rgba(19, 47, 67, .18);
}

body.main-page top-bar .nav-profile .dropdown-menu a,
body.main-page top-bar .nav-profile .dropdown-menu button,
body.main-page top-bar .nav-profile .dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 16px;
    color: var(--ykv-navy) !important;
    background: transparent;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    text-align: left;
    text-decoration: none !important;
    white-space: normal;
}

body.main-page top-bar .nav-profile .dropdown-menu a:hover,
body.main-page top-bar .nav-profile .dropdown-menu a:focus,
body.main-page top-bar .nav-profile .dropdown-menu button:hover,
body.main-page top-bar .nav-profile .dropdown-menu button:focus,
body.main-page top-bar .nav-profile .dropdown-menu .dropdown-item:hover,
body.main-page top-bar .nav-profile .dropdown-menu .dropdown-item:focus {
    color: var(--ykv-navy) !important;
    background: var(--ykv-blue-soft);
    outline: 0;
    text-decoration: none !important;
}

body.main-page top-bar .navbar-toggler,
body.main-page top-bar .navbar-toggle {
    width: 44px;
    height: 44px;
    padding: 0;
    color: var(--ykv-white);
    background: transparent !important;
    border: 0 !important;
    border-radius: 6px;
    box-shadow: none !important;
    outline: 0;
}

body.main-page top-bar .navbar-toggler:hover,
body.main-page top-bar .navbar-toggler:focus,
body.main-page top-bar .navbar-toggle:hover,
body.main-page top-bar .navbar-toggle:focus {
    color: var(--ykv-white);
    background: rgba(255, 255, 255, .10) !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.main-page top-bar .navbar-toggler .icon-bar,
body.main-page top-bar .navbar-toggle .icon-bar {
    background-color: var(--ykv-white) !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.main-page top-bar .navbar-toggler i,
body.main-page top-bar .navbar-toggle i {
    color: var(--ykv-white) !important;
    text-shadow: none !important;
}

/* HERO */
.ykv-hero {
    position: relative;
    min-height: 460px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: var(--ykv-navy);
    background-image: url('/assets/img/main.png?v=1');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ykv-hero::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:
        linear-gradient(90deg, rgba(8, 48, 76, .94) 0%, rgba(8, 72, 112, .75) 47%, rgba(8, 48, 76, .22) 100%),
        linear-gradient(0deg, rgba(8, 32, 48, .68) 0%, rgba(8, 32, 48, 0) 52%);
}

.ykv-hero::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -240px;
    z-index: 0;
    width: 520px;
    height: 520px;
    border: 90px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
}

.ykv-hero__inner {
    position: relative;
    z-index: 1;
    padding-top: 62px;
    padding-bottom: 70px;
}

.ykv-eyebrow {
    display: inline-flex;
    align-items: center;
    margin: 0 0 19px;
    padding: 8px 12px;
    color: var(--ykv-white);
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.4px;
    line-height: 1.4;
    text-transform: uppercase;
}

.ykv-eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 9px;
    background: var(--ykv-yellow);
    border-radius: 50%;
}

.ykv-hero h1 {
    max-width: 800px;
    margin: 0;
    color: var(--ykv-white);
    font-size: 54px;
    font-size: clamp(42px, 5.2vw, 64px);
    font-weight: 900;
    letter-spacing: -2.2px;
    line-height: 1.01;
}

.ykv-hero__lead {
    max-width: 660px;
    margin: 24px 0 30px;
    color: rgba(255, 255, 255, .92);
    font-size: 18px;
    line-height: 1.58;
}

.ykv-button-row {
    display: flex;
    flex-wrap: wrap;
    margin: -6px;
}

.ykv-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 6px;
    padding: 13px 22px;
    border: 2px solid transparent;
    border-radius: 999px;
    font-weight: 800;
    line-height: 1.2;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.ykv-button:hover { transform: translateY(-2px); }

.ykv-button--primary {
    color: var(--ykv-navy);
    background: var(--ykv-yellow);
    box-shadow: 0 9px 24px rgba(242, 201, 76, .27);
}

.ykv-button--primary:hover {
    color: var(--ykv-navy);
    background: #ffdc70;
}

.ykv-button--ghost {
    color: var(--ykv-white);
    border-color: rgba(255, 255, 255, .68);
    background: rgba(255, 255, 255, .08);
}

.ykv-button--ghost:hover {
    color: var(--ykv-white);
    border-color: var(--ykv-white);
    background: rgba(255, 255, 255, .16);
}

.ykv-button i { margin-left: 10px; }

/* HIZLI ERİŞİM */
.ykv-quick-wrap {
    position: relative;
    z-index: 3;
    margin-top: -42px;
}

.ykv-quick-nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    overflow: hidden;
    background: var(--ykv-white);
    border: 1px solid rgba(220, 232, 237, .9);
    border-radius: var(--ykv-radius-md);
    box-shadow: var(--ykv-shadow);
}

.ykv-quick-nav__item {
    --ykv-quick-accent: var(--ykv-blue);
    --ykv-quick-tint: var(--ykv-blue-soft);
    min-height: 116px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px 20px;
    color: var(--ykv-ink);
    border-right: 1px solid var(--ykv-line);
    transition: color .2s ease, background-color .2s ease;
}

.ykv-quick-nav__item:nth-child(2) { --ykv-quick-accent: var(--ykv-orange); --ykv-quick-tint: #fff2e6; }
.ykv-quick-nav__item:nth-child(3) { --ykv-quick-accent: var(--ykv-pink); --ykv-quick-tint: #fff0f6; }
.ykv-quick-nav__item:nth-child(4) { --ykv-quick-accent: var(--ykv-green); --ykv-quick-tint: #f2f8e9; }
.ykv-quick-nav__item:nth-child(5) { --ykv-quick-accent: var(--ykv-yellow); --ykv-quick-tint: #fff9e6; }

.ykv-quick-nav__item:last-child { border-right: 0; }

.ykv-quick-nav__item:hover {
    color: var(--ykv-navy);
    background: var(--ykv-quick-tint);
}

.ykv-quick-nav__icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 11px;
    color: var(--ykv-white);
    background: var(--ykv-quick-accent);
    border-radius: 14px;
    font-size: 21px;
    transition: transform .2s ease;
}

.ykv-quick-nav__item:nth-child(5) .ykv-quick-nav__icon { color: var(--ykv-navy); }
.ykv-quick-nav__item:hover .ykv-quick-nav__icon { transform: translateY(-2px) rotate(-3deg); }

.ykv-quick-nav__label {
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
}

/* ORTAK BÖLÜMLER */
.ykv-section { padding: 42px 0; }

.ykv-section--culture {
    padding-top: 44px;
    padding-bottom: 32px;
}

.ykv-section--tint {
    padding-top: 34px;
    padding-bottom: 34px;
    background: var(--ykv-blue-soft);
}

.ykv-section--cream {
    padding-top: 34px;
    padding-bottom: 34px;
    background: #fff8fb;
}

.ykv-section__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 26px;
}

.ykv-section__heading { max-width: 720px; }

.ykv-kicker {
    display: inline-flex;
    margin: 0 0 10px;
    padding: 6px 9px;
    color: var(--ykv-blue-dark);
    background: var(--ykv-blue-soft);
    border-radius: 7px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.35px;
    text-transform: uppercase;
}

.ykv-section--culture .ykv-kicker { color: #a34c00; background: #fff0e2; }
.ykv-section--cream .ykv-kicker { color: #a81559; background: #ffeaf3; }

.ykv-section h2 {
    margin: 0;
    color: var(--ykv-navy);
    font-size: 34px;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 900;
    letter-spacing: -.9px;
    line-height: 1.15;
}

.ykv-section__intro {
    max-width: 650px;
    margin: 14px 0 0;
    color: var(--ykv-muted);
    font-size: 16px;
    line-height: 1.7;
}

.ykv-text-link {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    margin-left: 28px;
    padding-bottom: 5px;
    color: var(--ykv-blue-dark);
    border-bottom: 2px solid currentColor;
    font-size: 14px;
    font-weight: 800;
}

.ykv-text-link:hover { color: var(--ykv-navy); }

.ykv-text-link i { margin-left: 9px; }

/* ETKİNLİKLER */
.ykv-events-tools {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    padding: 14px 18px;
    background: var(--ykv-white);
    border: 1px solid var(--ykv-line);
    border-radius: 14px;
}

.ykv-culture-note {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 16px 18px;
    color: var(--ykv-ink);
    background: var(--ykv-blue-soft);
    border-left: 4px solid var(--ykv-blue);
    border-radius: 0 14px 14px 0;
}

.ykv-culture-note__icon {
    flex: 0 0 38px;
    color: var(--ykv-blue-dark);
    font-size: 23px;
}

.ykv-culture-note p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
}

.ykv-culture-note .ykv-text-link {
    margin-left: auto;
    white-space: nowrap;
}

.ykv-events-tools__note {
    margin: 0;
    color: var(--ykv-muted);
    font-size: 14px;
}

.ykv-calendar-button {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 16px;
    color: var(--ykv-white) !important;
    background: var(--ykv-blue-dark) !important;
    border: 0 !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    font-size: 14px;
    font-weight: 800;
}

.ykv-calendar-button i { margin-right: 9px; }

.ykv-calendar-dropdown .dropdown-menu {
    width: 360px;
    max-width: calc(100vw - 32px);
    margin-top: 10px;
    padding: 38px 12px 12px;
    border: 1px solid var(--ykv-line);
    border-radius: 16px;
    box-shadow: var(--ykv-shadow);
}

.ykv-calendar-dropdown .dropdown-menu .close {
    position: absolute;
    top: 9px;
    right: 12px;
    color: var(--ykv-navy);
    cursor: pointer;
}

.ykv-card-grid,
.ykv-youth-grid {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 18px;
    padding: 4px 2px 14px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-color: var(--ykv-blue) var(--ykv-line);
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}

.ykv-card-grid::-webkit-scrollbar,
.ykv-youth-grid::-webkit-scrollbar { height: 7px; }

.ykv-card-grid::-webkit-scrollbar-track,
.ykv-youth-grid::-webkit-scrollbar-track {
    background: var(--ykv-line);
    border-radius: 999px;
}

.ykv-card-grid::-webkit-scrollbar-thumb,
.ykv-youth-grid::-webkit-scrollbar-thumb {
    background: var(--ykv-blue);
    border-radius: 999px;
}

.ykv-card-grid:focus,
.ykv-youth-grid:focus {
    outline: 3px solid rgba(36, 152, 213, .28);
    outline-offset: 4px;
}

.ykv-rail-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 12px;
}

.ykv-rail-hint {
    margin: 0;
    color: var(--ykv-muted);
    font-size: 13px;
    font-weight: 700;
}

.ykv-mobile-swipe { display: none; }

.ykv-rail-buttons {
    display: flex;
    gap: 8px;
}

.ykv-rail-button {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: var(--ykv-navy);
    background: var(--ykv-white);
    border: 1px solid var(--ykv-line);
    border-radius: 50%;
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.ykv-rail-button:hover {
    color: var(--ykv-white);
    background: var(--ykv-blue-dark);
    transform: translateY(-1px);
}

.ykv-card {
    min-width: 252px;
    flex: 0 0 252px;
    overflow: hidden;
    background: var(--ykv-white);
    border: 1px solid var(--ykv-line);
    border-radius: var(--ykv-radius-md);
    scroll-snap-align: start;
    transition: transform .25s ease, box-shadow .25s ease;
}

.ykv-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--ykv-shadow);
}

.ykv-card__visual {
    height: 0;
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 100%;
    background: #dcebf2;
}

.ykv-card__visual img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    transition: transform .45s ease;
}

.ykv-card:hover .ykv-card__visual img { transform: scale(1.035); }

.ykv-card__badge {
    position: absolute;
    right: 14px;
    bottom: 14px;
    padding: 7px 11px;
    color: var(--ykv-navy);
    background: var(--ykv-yellow);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .55px;
    text-transform: uppercase;
}

.ykv-card__body { padding: 22px; }

.ykv-card__meta {
    min-height: 20px;
    margin: 0 0 8px;
    color: var(--ykv-blue-dark);
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: .35px;
    line-height: 1.5;
    text-transform: none;
}

.ykv-card h3 {
    display: -webkit-box;
    min-height: 52px;
    overflow: hidden;
    margin: 0;
    color: var(--ykv-navy);
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -.25px;
    line-height: 1.38;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ykv-card__link {
    display: inline-flex;
    align-items: center;
    margin-top: 18px;
    color: var(--ykv-blue-dark);
    font-size: 13px;
    font-weight: 800;
}

.ykv-card__link i { margin-left: 8px; }

.ykv-rail-end {
    min-width: 70px;
    flex: 0 0 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 16px 10px;
    color: var(--ykv-white);
    background: var(--ykv-blue-dark);
    border-radius: var(--ykv-radius-md);
    scroll-snap-align: end;
    transition: background-color .2s ease, transform .2s ease;
}

.ykv-rail-end:hover {
    color: var(--ykv-white);
    background: var(--ykv-navy);
    transform: translateY(-3px);
}

.ykv-rail-end span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .3px;
}

.ykv-rail-end i { margin-top: 12px; }

.ykv-youth-grid .ykv-rail-end { background: var(--ykv-pink); }
.ykv-youth-grid .ykv-rail-end:hover { background: #b5145e; }

/* DUYURULAR */
.ykv-announcement-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
    gap: 24px;
}

.ykv-announcement-feature {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(260px, .9fr) minmax(0, 1.1fr);
    align-items: center;
    overflow: hidden;
    padding: 0;
    color: var(--ykv-ink);
    background: var(--ykv-white);
    border: 1px solid var(--ykv-line);
    border-radius: var(--ykv-radius-lg);
}

.ykv-announcement-feature__visual {
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    background: #dcebf2;
}

.ykv-announcement-feature__image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
}

.ykv-announcement-feature__content {
    max-width: 620px;
    padding: 34px;
}

.ykv-announcement-feature h3 {
    margin: 10px 0 16px;
    color: var(--ykv-navy);
    font-size: 30px;
    font-size: clamp(24px, 2.5vw, 34px);
    font-weight: 800;
    letter-spacing: -.8px;
    line-height: 1.22;
}

.ykv-announcement-feature .ykv-eyebrow {
    color: var(--ykv-blue-dark);
    background: var(--ykv-blue-soft);
    border-color: var(--ykv-line);
}

.ykv-announcement-feature .ykv-eyebrow::before { background: var(--ykv-blue); }

.ykv-announcement-feature .ykv-card__link { color: var(--ykv-blue-dark); }

.ykv-announcement-list {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: var(--ykv-white);
    border: 1px solid var(--ykv-line);
    border-radius: var(--ykv-radius-lg);
}

.ykv-announcement-item {
    min-height: 90px;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    color: var(--ykv-ink);
    border-bottom: 1px solid var(--ykv-line);
    transition: background-color .2s ease;
}

.ykv-announcement-item:last-child { border-bottom: 0; }

.ykv-announcement-item:hover { background: var(--ykv-blue-soft); }

.ykv-announcement-item__thumb {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    margin-right: 14px;
    overflow: hidden;
    background: var(--ykv-blue-soft);
    border-radius: 10px;
}

.ykv-announcement-item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ykv-announcement-item__title {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ykv-announcement-item i {
    margin-left: auto;
    padding-left: 14px;
    color: var(--ykv-blue-dark);
}

.ykv-announcement-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 22px;
}

.ykv-announcement-all {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 11px 18px;
    color: var(--ykv-white);
    background: var(--ykv-blue-dark);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
}

.ykv-announcement-all:hover { color: var(--ykv-white); background: var(--ykv-navy); }

.ykv-announcement-all i { margin-left: 9px; }

/* GENÇ SAYFA */
.ykv-youth-card {
    min-width: 252px;
    flex: 0 0 252px;
    overflow: hidden;
    background: var(--ykv-white);
    border: 1px solid var(--ykv-line);
    border-radius: var(--ykv-radius-md);
    scroll-snap-align: start;
    transition: transform .25s ease, box-shadow .25s ease;
}

.ykv-youth-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--ykv-shadow);
}

.ykv-youth-card__visual {
    height: 0;
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 100%;
    background: #dcebf2;
}

.ykv-youth-card__visual img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    transition: transform .45s ease;
}

.ykv-youth-card:hover img { transform: scale(1.035); }

.ykv-youth-card__body { padding: 22px; }

.ykv-youth-card .ykv-card__meta,
.ykv-youth-card .ykv-card__link { color: #bd185f; }

.ykv-youth-card h3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: var(--ykv-navy);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* BÜLTEN BANDI */
.ykv-bulletin-strip {
    padding: 30px 0;
    background: var(--ykv-white);
    border-top: 1px solid var(--ykv-line);
    border-bottom: 1px solid var(--ykv-line);
}

.ykv-bulletin-card {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr) auto;
    align-items: center;
    gap: 26px;
    color: var(--ykv-ink);
}

.ykv-bulletin-card__visual {
    width: 118px;
    height: 118px;
    overflow: hidden;
    background: var(--ykv-blue-soft);
    border-radius: 16px;
}

.ykv-bulletin-card__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ykv-bulletin-card__label {
    display: block;
    margin-bottom: 7px;
    color: var(--ykv-blue-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ykv-bulletin-card h2 {
    margin: 0;
    color: var(--ykv-navy);
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -.5px;
    line-height: 1.3;
}

.ykv-bulletin-card__action {
    display: inline-flex;
    align-items: center;
    padding: 12px 18px;
    color: var(--ykv-white);
    background: var(--ykv-blue-dark);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.ykv-bulletin-card__action i { margin-left: 8px; }

/* KAPANIŞ CTA */
.ykv-cta {
    padding: 34px 0;
    color: var(--ykv-white);
    background: var(--ykv-navy);
}

.ykv-cta__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    padding: 42px 46px;
    background: var(--ykv-blue-dark);
    border-radius: var(--ykv-radius-lg);
}

.ykv-cta__inner::after {
    content: "";
    width: 220px;
    height: 220px;
    position: absolute;
    right: -65px;
    bottom: -130px;
    border: 46px solid rgba(255, 255, 255, .11);
    border-radius: 50%;
}

.ykv-cta__copy {
    position: relative;
    z-index: 1;
    max-width: 680px;
}

.ykv-cta h2 {
    margin: 0 0 10px;
    color: var(--ykv-yellow);
    font-size: 34px;
    font-size: clamp(27px, 3vw, 38px);
    font-weight: 800;
    letter-spacing: -.9px;
    line-height: 1.2;
}

.ykv-cta p {
    margin: 0;
    color: var(--ykv-yellow);
    font-size: 16px;
    line-height: 1.65;
}

.ykv-cta__actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 0 0 auto;
    margin-left: 36px;
}

.ykv-cta__actions .ykv-button { white-space: nowrap; }

.ykv-cta__actions .ykv-button--ghost {
    color: var(--ykv-white);
    background: var(--ykv-pink);
    border-color: var(--ykv-pink);
    box-shadow: 0 9px 24px rgba(233, 30, 120, .28);
}

.ykv-cta__actions .ykv-button--ghost:hover,
.ykv-cta__actions .ykv-button--ghost:focus {
    color: var(--ykv-white);
    background: #f13f8e;
    border-color: #f13f8e;
}

/* TABLET */
@media (max-width: 991.98px) {
    body.main-page top-bar { padding-bottom: 0; }

    body.main-page top-bar .navbar-km {
        padding: 0 12px;
        background: var(--ykv-menu-blue);
    }

    body.main-page top-bar .navbar-collapse,
    body.main-page top-bar .navbar-collapse.collapsing,
    body.main-page top-bar .navbar-collapse.collapse.show,
    body.main-page top-bar .navbar-collapse.collapse.in {
        width: 100%;
        max-width: none;
        min-height: 0;
        overflow: hidden;
        padding: 6px 0 12px;
        background: var(--ykv-menu-blue);
        border: 0;
        border-radius: 0;
        box-shadow: none;
        -webkit-transition: height .25s ease;
        transition: height .25s ease;
    }

    body.main-page top-bar .navbar-default .navbar-nav > li {
        background: transparent;
    }

    body.main-page top-bar .navbar-default .navbar-nav > li > a,
    body.main-page top-bar .nav-profile > button,
    body.main-page top-bar .nav-profile > a,
    body.main-page top-bar .nav-profile [data-toggle="dropdown"] {
        color: var(--ykv-white) !important;
    }

    body.main-page top-bar .navbar-nav > li > a {
        margin: 0;
        padding: 11px 16px;
        font-size: 15px;
        font-weight: 700;
    }

    body.main-page top-bar .navbar-nav > li > a::after { display: none; }

    body.main-page top-bar .navbar-default .navbar-nav > li > a:hover,
    body.main-page top-bar .navbar-default .navbar-nav > li > a:focus,
    body.main-page top-bar .navbar-default .navbar-nav > li > a.active {
        color: var(--ykv-white) !important;
        background: rgba(255, 255, 255, .10);
        text-decoration: underline !important;
        text-decoration-thickness: 1px;
        text-underline-offset: 3px;
    }

    body.main-page top-bar .nav-profile {
        padding: 6px 16px 0;
    }

    body.main-page top-bar .nav-profile .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        min-width: 0;
        margin: 8px 0 4px;
        border-radius: 6px;
    }

    body.main-page top-bar .nav-profile .dropdown-menu a,
    body.main-page top-bar .nav-profile .dropdown-menu button,
    body.main-page top-bar .nav-profile .dropdown-menu .dropdown-item {
        color: var(--ykv-navy) !important;
        text-decoration: none !important;
    }

    .ykv-hero { min-height: 455px; }

    .ykv-quick-nav { grid-template-columns: repeat(3, minmax(0, 1fr)); }

    .ykv-quick-nav__item:nth-child(3) { border-right: 0; }

    .ykv-quick-nav__item:nth-child(-n+3) { border-bottom: 1px solid var(--ykv-line); }

    .ykv-quick-nav__item:nth-child(4) { grid-column: span 1; }

    .ykv-announcement-layout { grid-template-columns: 1fr; }

    .ykv-announcement-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }

    .ykv-announcement-item:nth-child(odd) { border-right: 1px solid var(--ykv-line); }

    .ykv-cta__inner { align-items: flex-start; flex-direction: column; }

    .ykv-cta__actions { margin: 28px 0 0; }
}

/* MOBİL + ESKİ/YENİ iOS SAFARI */
@media (max-width: 767.98px) {
    .ykv-shell { width: calc(100% - 32px); }

    body.main-page top-bar .top-navbar-brand { padding: 10px 0; }

    body.main-page top-bar .navbar-km {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        padding-right: 12px;
        padding-left: 12px;
        overflow: visible;
        border-radius: 0;
    }

    body.main-page top-bar .top-navbar-brand img {
        width: 220px !important;
        max-width: calc(100% - 32px);
        max-height: 78px;
    }

    .ykv-hero {
        min-height: 440px;
        align-items: flex-end;
        background-position: 58% center;
    }

    .ykv-hero::before {
        background: linear-gradient(0deg, rgba(8, 32, 48, .96) 0%, rgba(8, 32, 48, .72) 68%, rgba(8, 32, 48, .35) 100%);
    }

    .ykv-hero__inner {
        padding-top: 54px;
        padding-bottom: 50px;
        padding-bottom: calc(50px + env(safe-area-inset-bottom));
    }

    .ykv-eyebrow { margin-bottom: 14px; font-size: 11px; }

    .ykv-hero h1 {
        font-size: 38px;
        letter-spacing: -1.1px;
        line-height: 1.02;
    }

    .ykv-hero__lead { margin: 18px 0 24px; font-size: 16px; line-height: 1.55; }

    .ykv-button-row { display: block; margin: 0; }

    .ykv-button { width: 100%; margin: 6px 0; }

    .ykv-quick-wrap { margin-top: -34px; }

    .ykv-quick-nav {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        border-radius: 16px;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
    }

    .ykv-quick-nav__item,
    .ykv-quick-nav__item:nth-child(4) {
        min-width: 142px;
        min-height: 112px;
        flex: 0 0 42%;
        grid-column: auto;
        padding: 17px;
        border-right: 1px solid var(--ykv-line);
        border-bottom: 0 !important;
        scroll-snap-align: start;
    }

    .ykv-quick-nav__item:last-child { border-right: 0; }

    .ykv-section { padding: 38px 0; }

    .ykv-section--culture { padding: 40px 0 28px; }

    .ykv-section--tint,
    .ykv-section--cream { padding: 30px 0; }

    .ykv-section__head { display: block; margin-bottom: 26px; }

    .ykv-section h2 { font-size: 29px; letter-spacing: -.7px; }

    .ykv-section__intro { font-size: 15px; }

    .ykv-section__head .ykv-text-link { margin: 18px 0 0; }

    .ykv-events-tools {
        align-items: flex-start;
        flex-direction: column;
        padding: 14px;
    }

    .ykv-events-tools__note { margin-bottom: 12px; }

    .ykv-culture-note { align-items: flex-start; flex-wrap: wrap; }

    .ykv-culture-note .ykv-text-link {
        width: auto;
        margin: 12px 0 0 38px;
    }

    .ykv-calendar-dropdown,
    .ykv-calendar-button { width: 100%; }

    .ykv-calendar-dropdown .dropdown-menu {
        width: calc(100vw - 32px);
        max-width: none;
        position: fixed !important;
        top: 50% !important;
        left: 16px !important;
        right: 16px !important;
        z-index: 9999;
        margin: 0;
        transform: translateY(-50%) !important;
        -webkit-overflow-scrolling: touch;
    }

    .ykv-card-grid {
        margin-right: -16px;
        padding-right: 16px;
        gap: 16px;
    }

    .ykv-card {
        min-width: 244px;
        flex: 0 0 76%;
    }

    .ykv-rail-buttons { display: none; }

    .ykv-mobile-swipe { display: inline; }

    .ykv-rail-end {
        min-width: 62px;
        flex-basis: 62px;
        border-radius: 16px;
    }

    .ykv-card__body { padding: 19px; }

    .ykv-card h3 { min-height: 0; }

    .ykv-announcement-feature {
        grid-template-columns: 1fr;
        border-radius: 20px;
    }

    .ykv-announcement-feature__content { padding: 24px 22px 26px; }

    .ykv-announcement-feature h3 { font-size: 26px; }

    .ykv-announcement-list { display: block; border-radius: 20px; }

    .ykv-announcement-item,
    .ykv-announcement-item:nth-child(odd) { border-right: 0; }

    .ykv-announcement-item__thumb {
        width: 68px;
        height: 68px;
        flex-basis: 68px;
        margin-right: 12px;
    }

    .ykv-announcement-footer { justify-content: stretch; margin-top: 18px; }

    .ykv-announcement-all { width: 100%; justify-content: center; }

    .ykv-youth-grid {
        margin-right: -16px;
        padding-right: 16px;
        gap: 16px;
    }

    .ykv-youth-card {
        min-width: 244px;
        flex: 0 0 76%;
    }

    .ykv-bulletin-card {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 16px;
    }

    .ykv-bulletin-card__visual { width: 82px; height: 82px; border-radius: 12px; }

    .ykv-bulletin-card h2 { font-size: 18px; }

    .ykv-bulletin-card__action {
        grid-column: 1 / -1;
        justify-content: center;
    }

    .ykv-cta { padding: 26px 0; }

    .ykv-cta__inner { padding: 30px 24px; border-radius: 20px; }

    .ykv-cta__actions { width: 100%; display: block; }

    .ykv-cta__actions .ykv-button { width: 100%; }
}

@media (max-width: 374.98px) {
    .ykv-shell { width: calc(100% - 24px); }
    .ykv-hero h1 { font-size: 34px; }
    .ykv-calendar-dropdown .dropdown-menu { width: calc(100vw - 24px); left: 12px !important; right: 12px !important; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .ykv-home *,
    .ykv-home *::before,
    .ykv-home *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
