/* ── 451 Haberler — ana sayfa bandı ── */
.studio-news-band {
    --sn-ink: rgba(236, 232, 223, 0.96);
    --sn-ink-muted: rgba(236, 232, 223, 0.5);
    --sn-ink-body: rgba(236, 232, 223, 0.74);
    --sn-rule: rgba(255, 255, 255, 0.1);
    --sn-accent: #d4563a;
    --sn-accent-soft: rgba(212, 86, 58, 0.14);
    --sn-surface: rgba(255, 255, 255, 0.035);
    --sn-surface-hover: rgba(255, 255, 255, 0.055);
    position: relative;
    padding: clamp(2.75rem, 5vw, 4rem) 0;
    background:
        radial-gradient(ellipse 80% 55% at 12% 0%, rgba(212, 86, 58, 0.16) 0%, transparent 58%),
        radial-gradient(ellipse 50% 40% at 100% 100%, rgba(212, 86, 58, 0.08) 0%, transparent 50%),
        #07080b;
    border-top: 1px solid var(--sn-rule);
    scroll-margin-top: 5rem;
    overflow: hidden;
}

.studio-news-band::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(280px, 42vw);
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--sn-accent), transparent);
    opacity: 0.85;
}

.studio-news-band__inner {
    position: relative;
    z-index: 1;
}

.studio-news-band__header {
    text-align: center;
    max-width: 38rem;
    margin: 0 auto clamp(1.75rem, 3.5vw, 2.5rem);
}

.studio-news-band__eyebrow {
    margin: 0 0 0.55rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--sn-accent);
}

.studio-news-band__header h2 {
    font-family: TNYAdobeCaslonPro, 'Times New Roman', Times, serif;
    font-size: clamp(1.85rem, 3.6vw, 2.65rem);
    font-weight: 400;
    font-style: italic;
    color: var(--sn-ink) !important;
    -webkit-text-fill-color: var(--sn-ink) !important;
    background: none !important;
    margin: 0 0 0.65rem;
    line-height: 1.08;
}

.studio-news-band__kicker {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.65;
    color: var(--sn-ink-muted);
}

/* Featured lead */
.studio-news-band__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(1.25rem, 2.5vw, 1.75rem);
    max-width: 920px;
    margin: 0 auto;
}

.studio-news-band__layout:has(.studio-news-more) {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
    align-items: start;
}

.studio-news-featured {
    position: relative;
}

.studio-news-featured__link {
    position: relative;
    display: block;
    padding: clamp(1.35rem, 2.8vw, 2rem) clamp(1.35rem, 2.8vw, 2rem) clamp(1.35rem, 2.8vw, 2rem) clamp(1.5rem, 3vw, 2.15rem);
    background: var(--sn-surface);
    border: 1px solid var(--sn-rule);
    border-left: 3px solid var(--sn-accent);
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.studio-news-featured__link:hover {
    background: var(--sn-surface-hover);
    border-color: rgba(255, 255, 255, 0.16);
    border-left-color: #e87860;
    transform: translateY(-2px);
}

.studio-news-featured__link:hover .studio-news-featured__title {
    color: #fff;
}

.studio-news-featured__link:hover .studio-news-featured__cta {
    color: #e87860;
    border-bottom-color: rgba(232, 120, 96, 0.55);
}

.studio-news-featured__glow {
    position: absolute;
    inset: -20% auto auto -10%;
    width: 55%;
    height: 120%;
    background: radial-gradient(circle, rgba(212, 86, 58, 0.12) 0%, transparent 68%);
    pointer-events: none;
}

.studio-news-featured__mark {
    position: absolute;
    right: clamp(0.5rem, 2vw, 1.25rem);
    top: 50%;
    transform: translateY(-50%);
    font-family: TNYAdobeCaslonPro, 'Times New Roman', Times, serif;
    font-size: clamp(5rem, 14vw, 8.5rem);
    font-weight: 400;
    font-style: italic;
    line-height: 1;
    color: rgba(212, 86, 58, 0.07);
    pointer-events: none;
    user-select: none;
}

.studio-news-featured__content {
    position: relative;
    z-index: 1;
    max-width: 34rem;
}

.studio-news-featured__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.75rem;
    margin-bottom: 0.85rem;
}

.studio-news-featured__badge,
.studio-news-featured__status {
    display: inline-block;
    padding: 0.22rem 0.55rem;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-radius: 2px;
}

.studio-news-featured__badge {
    color: var(--sn-accent);
    background: var(--sn-accent-soft);
    border: 1px solid rgba(212, 86, 58, 0.28);
}

.studio-news-featured__status {
    color: #8fd4a0;
    background: rgba(143, 212, 160, 0.1);
    border: 1px solid rgba(143, 212, 160, 0.22);
}

.studio-news-featured__date {
    font-size: 0.72rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--sn-ink-muted);
}

.studio-news-featured__title {
    margin: 0 0 0.75rem;
    font-family: TNYAdobeCaslonPro, 'Times New Roman', Times, serif;
    font-size: clamp(1.45rem, 2.8vw, 2.15rem);
    font-weight: 400;
    line-height: 1.18;
    color: var(--sn-ink);
    transition: color 0.22s ease;
}

.studio-news-featured__excerpt {
    margin: 0 0 1.15rem;
    font-size: clamp(0.88rem, 1.4vw, 0.98rem);
    line-height: 1.68;
    color: var(--sn-ink-body);
}

.studio-news-featured__cta {
    display: inline-block;
    font-size: 0.84rem;
    font-weight: 600;
    color: var(--sn-accent);
    border-bottom: 1px solid rgba(212, 86, 58, 0.35);
    padding-bottom: 2px;
    transition: color 0.2s ease, border-color 0.2s ease;
}

/* Secondary list */
.studio-news-more {
    padding: 1rem 0 0;
    border-top: 1px solid var(--sn-rule);
}

.studio-news-band__layout:has(.studio-news-more) .studio-news-more {
    padding: clamp(1rem, 2vw, 1.25rem);
    border: 1px solid var(--sn-rule);
    border-top: 1px solid var(--sn-rule);
    background: rgba(0, 0, 0, 0.22);
}

.studio-news-more__label {
    margin: 0 0 0.85rem;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sn-ink-muted);
}

.studio-news-more__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.studio-news-more__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.studio-news-more__item:last-child {
    border-bottom: none;
}

.studio-news-more__link {
    display: grid;
    gap: 0.25rem;
    padding: 0.7rem 0;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.2s ease;
}

.studio-news-more__link:hover .studio-news-more__title {
    color: var(--sn-accent);
}

.studio-news-more__link time {
    font-size: 0.68rem;
    letter-spacing: 0.04em;
    color: var(--sn-ink-muted);
}

.studio-news-more__title {
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.4;
    color: var(--sn-ink);
    transition: color 0.2s ease;
}

.studio-news-band__empty {
    margin: 0;
    text-align: center;
    font-size: 0.9rem;
    color: var(--sn-ink-muted);
    font-style: italic;
}

.studio-news-band__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem 1.5rem;
    margin-top: clamp(1.75rem, 3vw, 2.25rem);
    padding-top: 1.25rem;
    border-top: 1px solid var(--sn-rule);
}

.studio-news-band__series-link {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--sn-accent);
    text-decoration: none;
    border-bottom: 1px solid rgba(212, 86, 58, 0.3);
    padding-bottom: 2px;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.studio-news-band__series-link:hover {
    color: #e87860;
    border-bottom-color: rgba(232, 120, 96, 0.5);
}

.studio-news-band__manage {
    font-size: 0.72rem;
}

@media (max-width: 820px) {
    .studio-news-band__layout:has(.studio-news-more) {
        grid-template-columns: 1fr;
    }

    .studio-news-band__layout:has(.studio-news-more) .studio-news-more {
        margin-top: 0;
    }

    .studio-news-featured__mark {
        top: auto;
        bottom: 0.35rem;
        right: 0.5rem;
        transform: none;
        font-size: 4.5rem;
        opacity: 0.55;
    }

    .studio-news-featured__content {
        max-width: none;
        padding-right: 2.5rem;
    }
}

@media (max-width: 560px) {
    .studio-news-featured__content {
        padding-right: 0;
    }

    .studio-news-featured__mark {
        display: none;
    }
}

/* Light theme */
html[data-theme="light"] .studio-news-band {
    --sn-ink: #1a1814;
    --sn-ink-muted: rgba(26, 24, 20, 0.52);
    --sn-ink-body: rgba(26, 24, 20, 0.72);
    --sn-rule: rgba(26, 24, 20, 0.1);
    --sn-accent: #b83824;
    --sn-accent-soft: rgba(184, 56, 36, 0.1);
    --sn-surface: rgba(255, 255, 255, 0.72);
    --sn-surface-hover: #fff;
    background:
        radial-gradient(ellipse 80% 55% at 12% 0%, rgba(184, 56, 36, 0.1) 0%, transparent 58%),
        radial-gradient(ellipse 50% 40% at 100% 100%, rgba(184, 56, 36, 0.06) 0%, transparent 50%),
        #ece7dc;
    border-top-color: rgba(26, 24, 20, 0.08);
}

html[data-theme="light"] .home-page > section.studio-news-band {
    background:
        radial-gradient(ellipse 80% 55% at 12% 0%, rgba(184, 56, 36, 0.1) 0%, transparent 58%),
        radial-gradient(ellipse 50% 40% at 100% 100%, rgba(184, 56, 36, 0.06) 0%, transparent 50%),
        #ece7dc !important;
    background-image:
        radial-gradient(ellipse 80% 55% at 12% 0%, rgba(184, 56, 36, 0.1) 0%, transparent 58%),
        radial-gradient(ellipse 50% 40% at 100% 100%, rgba(184, 56, 36, 0.06) 0%, transparent 50%),
        linear-gradient(#ece7dc, #ece7dc) !important;
}

html[data-theme="light"] .studio-news-band__header h2 {
    color: var(--sn-ink) !important;
    -webkit-text-fill-color: var(--sn-ink) !important;
}

html[data-theme="light"] .studio-news-featured__link:hover .studio-news-featured__title {
    color: #1a1814;
}

html[data-theme="light"] .studio-news-featured__mark {
    color: rgba(184, 56, 36, 0.08);
}

html[data-theme="light"] .studio-news-featured__status {
    color: #2d6b3a;
    background: rgba(45, 107, 58, 0.08);
    border-color: rgba(45, 107, 58, 0.18);
}

html[data-theme="light"] .studio-news-band__layout:has(.studio-news-more) .studio-news-more {
    background: rgba(255, 255, 255, 0.55);
}

html[data-theme="light"] .studio-news-more__item {
    border-bottom-color: rgba(26, 24, 20, 0.08);
}
