.photos-hero {
    padding: 42px 0 24px;
}

.photos-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.75fr);
    gap: 28px;
    align-items: stretch;
}

.photos-hero__content,
.photos-hero__card,
.photos-info-card,
.album-card,
.photos-empty-state,
.photos-future-card {
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(212, 175, 55, 0.08), transparent 28%),
        linear-gradient(145deg, rgba(11, 20, 39, 0.98), rgba(18, 31, 58, 0.95));
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow:
        0 22px 52px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.photos-hero__content {
    padding: 38px;
}

.photos-hero__content h1 {
    margin: 0 0 16px;
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    line-height: 1.05;
    color: #f8fafc;
}

.photos-hero__text {
    margin: 0;
    color: rgba(226, 232, 240, 0.86);
    line-height: 1.85;
    font-size: 1.02rem;
    max-width: 760px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 16px;
    border-radius: 999px;
    margin-bottom: 16px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #f1c96b;
    background: rgba(241, 201, 107, 0.08);
    border: 1px solid rgba(241, 201, 107, 0.18);
}

.button-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 800;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn--primary {
    background: linear-gradient(135deg, #d6aa43, #f1c96b);
    color: #111827;
    box-shadow: 0 12px 24px rgba(241, 201, 107, 0.2);
}

.btn--ghost {
    color: #f8fafc;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.photos-hero__card {
    padding: 28px;
    display: grid;
    gap: 16px;
    align-content: start;
}

.photos-hero__card-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: #f8fafc;
}

.photos-hero__list {
    display: grid;
    gap: 12px;
}

.photos-hero__list-item {
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: rgba(226, 232, 240, 0.82);
    line-height: 1.6;
}

.content-section {
    padding: 24px 0;
}

.photos-info-card {
    padding: 28px 30px;
}

.photos-info-card h2 {
    margin: 0 0 12px;
    font-size: 1.8rem;
    color: #f8fafc;
}

.photos-info-card p {
    margin: 0;
    color: rgba(226, 232, 240, 0.82);
    line-height: 1.8;
    max-width: 860px;
}

.section-intro {
    margin-bottom: 22px;
}

.section-intro h2 {
    margin: 0 0 10px;
    font-size: 2rem;
    color: #f8fafc;
}

.section-intro p {
    margin: 0;
    color: rgba(226, 232, 240, 0.8);
    line-height: 1.8;
    max-width: 860px;
}

.album-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.album-card {
    overflow: hidden;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.album-card:hover {
    transform: translateY(-4px);
    border-color: rgba(241, 201, 107, 0.18);
    box-shadow:
        0 24px 56px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.album-card__media-link,
.album-card__title-link,
.album-card__link {
    text-decoration: none;
}

.album-card__media {
    position: relative;
    height: 200px;
    background: linear-gradient(135deg, #0f172a, #24324b);
    overflow: hidden;
}

.album-card__cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.album-card__cover-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    text-align: center;
    color: rgba(255, 255, 255, 0.88);
    font-weight: 800;
    font-size: 1rem;
}

.album-card__media-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.76);
    color: #f8fafc;
    backdrop-filter: blur(8px);
    font-size: 0.74rem;
    font-weight: 800;
}

.album-card__body {
    padding: 18px;
}

.album-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.album-badge,
.album-count {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 800;
}

.album-badge {
    background: rgba(241, 201, 107, 0.12);
    color: #f1c96b;
}

.album-count {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(226, 232, 240, 0.84);
}

.album-card__body h3 {
    margin: 0 0 10px;
    font-size: 1.1rem;
    line-height: 1.3;
}

.album-card__title-link {
    color: #f8fafc;
}

.album-card__body p {
    margin: 0 0 16px;
    color: rgba(226, 232, 240, 0.78);
    line-height: 1.72;
    min-height: 52px;
}

.album-card__actions {
    display: flex;
    align-items: center;
}

.album-card__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #f1c96b;
    font-weight: 800;
    transition: opacity 0.18s ease;
}

.album-card__link:hover {
    opacity: 0.82;
}

.photos-empty-state {
    padding: 48px 28px;
    text-align: center;
}

.photos-empty-state--error {
    border-color: rgba(239, 68, 68, 0.18);
    background:
        radial-gradient(circle at top right, rgba(248, 113, 113, 0.04), transparent 24%),
        linear-gradient(145deg, rgba(59, 20, 20, 0.94), rgba(79, 24, 24, 0.9));
}

.photos-empty-state__icon {
    width: 78px;
    height: 78px;
    margin: 0 auto 18px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    background: rgba(241, 201, 107, 0.08);
    border: 1px solid rgba(241, 201, 107, 0.14);
    color: #f1c96b;
}

.photos-empty-state h3 {
    margin: 0 0 12px;
    font-size: 1.7rem;
    color: #f8fafc;
}

.photos-empty-state p {
    margin: 0 auto;
    max-width: 720px;
    color: rgba(226, 232, 240, 0.8);
    line-height: 1.82;
}

.photos-future-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.photos-future-card {
    padding: 24px;
}

.photos-future-card h3 {
    margin: 0 0 10px;
    font-size: 1.1rem;
    color: #f8fafc;
}

.photos-future-card p {
    margin: 0;
    color: rgba(226, 232, 240, 0.78);
    line-height: 1.75;
}

@media (max-width: 980px) {
    .photos-hero__grid {
        grid-template-columns: 1fr;
    }

    .photos-future-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .photos-hero {
        padding: 24px 0 18px;
    }

    .photos-hero__content,
    .photos-hero__card,
    .photos-info-card,
    .album-card,
    .photos-empty-state,
    .photos-future-card {
        border-radius: 22px;
    }

    .photos-hero__content,
    .photos-hero__card,
    .photos-info-card,
    .photos-future-card {
        padding: 22px;
    }

    .photos-hero__content h1 {
        font-size: 2rem;
    }

    .album-grid {
        grid-template-columns: 1fr;
    }

    .album-card__media {
        height: 190px;
    }

    .album-card__body {
        padding: 16px;
    }

    .button-group {
        flex-direction: column;
        align-items: stretch;
    }

    .btn {
        width: 100%;
    }
}