/* Basında Biz - Premium Flat Editorial Light Theme */
.bb-press-section,
.bb-press-section * {
    box-sizing: border-box;
}

.bb-press-section {
    --bb-accent: #ef4222;
    --bb-text: #0b0b0b;
    --bb-muted: #59606a;
    --bb-line: rgba(17, 17, 17, 0.11);
    background: #ffffff;
    color: var(--bb-text);
    padding: clamp(36px, 4.2vw, 64px) 20px clamp(44px, 5vw, 76px);
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.bb-press-container {
    width: min(1440px, 100%);
    margin: 0 auto;
}

.bb-press-layout {
    display: grid;
    gap: clamp(26px, 3vw, 44px);
}

.bb-press-group {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(0, 1fr);
    gap: clamp(22px, 2vw, 30px);
    align-items: stretch;
}

.bb-group-right-feature {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.06fr);
}

.bb-feature-stack {
    display: flex;
    flex-direction: column;
    gap: clamp(34px, 3.4vw, 50px);
    min-width: 0;
}

.bb-press-heading {
    max-width: 560px;
    margin: 0;
}

.bb-kicker {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: clamp(16px, 1.6vw, 22px);
}

.bb-kicker span,
.bb-card-label {
    color: var(--bb-accent);
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.bb-kicker i {
    display: block;
    width: 64px;
    height: 1px;
    background: var(--bb-accent);
}

.bb-press-heading h2 {
    margin: 0;
    color: var(--bb-text);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: clamp(48px, 5vw, 76px);
    line-height: 0.98;
    letter-spacing: -0.07em;
}

.bb-press-heading p {
    margin: clamp(18px, 1.8vw, 24px) 0 0;
    max-width: 460px;
    color: var(--bb-muted);
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.72;
    font-weight: 400;
}

.bb-small-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: clamp(18px, 1.8vw, 26px);
    align-self: stretch;
    height: 100%;
    min-height: 0;
}

.bb-press-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--bb-line);
    border-radius: 0;
    box-shadow: none;
    transition: border-color 180ms ease;
}

.bb-press-card:hover {
    border-color: color-mix(in srgb, var(--bb-accent) 42%, rgba(17, 17, 17, 0.12));
}

.bb-card-image {
    display: block;
    position: relative;
    overflow: hidden;
    background: #f3f3f3;
    text-decoration: none;
    flex: 0 0 auto;
}

.bb-card-image::before {
    display: none;
}

.bb-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 220ms ease;
}

.bb-press-card:hover .bb-card-image img {
    filter: saturate(1.04) contrast(1.02);
}

.bb-card-featured .bb-card-image {
    aspect-ratio: 1.78 / 1;
}

.bb-card-small .bb-card-image {
    aspect-ratio: 1.92 / 1;
}

.bb-card-image-placeholder {
    aspect-ratio: 1.92 / 1;
    display: grid;
    place-items: center;
    color: var(--bb-text);
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    letter-spacing: 0.03em;
    background: #f5f5f5;
}

.bb-card-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: clamp(22px, 2vw, 28px);
    min-height: 0;
}

.bb-card-small .bb-card-content {
    padding: clamp(20px, 1.7vw, 26px);
}

.bb-card-label {
    display: block;
    margin-bottom: 14px;
}

.bb-press-card h3 {
    margin: 0;
    color: var(--bb-text);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 1.19;
}

.bb-card-featured h3 {
    max-width: 780px;
    font-size: clamp(25px, 2.25vw, 35px);
    line-height: 1.18;
}

.bb-card-small h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: clamp(17px, 1.25vw, 22px);
    line-height: 1.24;
}

.bb-press-card h3 a {
    color: inherit;
    text-decoration: none;
}

.bb-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
    padding-top: clamp(24px, 2.2vw, 34px);
}

.bb-card-footer time {
    color: var(--bb-muted);
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
    font-weight: 400;
}

.bb-card-cta {
    color: var(--bb-accent);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.bb-card-cta span {
    display: inline-block;
    margin-left: 8px;
    transition: transform 180ms ease;
}

.bb-card-cta:hover span {
    transform: translateX(4px);
}

.bb-empty-state {
    padding: 28px;
    background: #ffffff;
    border: 1px solid var(--bb-line);
    color: var(--bb-muted);
}

@media (min-width: 1181px) {
    .bb-press-group:first-child .bb-small-grid {
        align-self: stretch;
    }
}

@media (max-width: 1180px) {
    .bb-press-group,
    .bb-group-right-feature {
        grid-template-columns: 1fr;
    }

    .bb-small-grid {
        height: auto;
    }

    .bb-group-right-feature .bb-small-grid {
        order: 2;
    }

    .bb-group-right-feature .bb-card-featured {
        order: 1;
    }
}

@media (max-width: 760px) {
    .bb-press-section {
        padding-left: 16px;
        padding-right: 16px;
    }

    .bb-press-heading h2 {
        font-size: clamp(42px, 13vw, 58px);
        letter-spacing: -0.07em;
    }

    .bb-small-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .bb-card-featured .bb-card-image,
    .bb-card-small .bb-card-image {
        aspect-ratio: 1.55 / 1;
    }

    .bb-card-content,
    .bb-card-small .bb-card-content {
        padding: 19px;
    }

    .bb-card-featured h3,
    .bb-card-small h3 {
        font-size: clamp(22px, 6vw, 30px);
        -webkit-line-clamp: unset;
    }

    .bb-card-footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .bb-card-footer time,
    .bb-card-cta {
        white-space: normal;
    }
}
