section.album-hero {
    --ah-green: #16852d;
    --ah-lime: #8fe83c;
    --ah-dark: #121b16;
    --ah-muted: #5f6a61;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: var(--ah-dark);
    background: #ffffff;
    padding: 28px 0 8px !important;
}

.album-hero__aurora,
.album-hero__gridlines,
.album-hero__circuit {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.album-hero__aurora {
    z-index: 0;
    background:
        radial-gradient(ellipse 55% 80% at 12% 0%, rgba(143, 232, 60, 0.18), transparent 58%),
        radial-gradient(ellipse 48% 70% at 88% 20%, rgba(22, 133, 45, 0.1), transparent 54%),
        linear-gradient(180deg, #ffffff 0%, #f7fbf3 100%);
}

.album-hero__gridlines {
    z-index: 0;
    opacity: 0.35;
    background-image:
        linear-gradient(rgba(22, 133, 45, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(22, 133, 45, 0.06) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: radial-gradient(ellipse 70% 80% at 50% 40%, #000 20%, transparent 78%);
}

.album-hero__circuit {
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 0.28;
}

.album-hero__inner {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 8vw));
    margin: 0 auto;
}

.album-hero__crumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.album-hero__crumbs a,
.album-hero__crumbs .is-current {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(22, 133, 45, 0.14);
    color: var(--ah-green) !important;
    text-decoration: none !important;
}

.album-hero__crumbs .is-current {
    background: #16852d;
    border-color: #16852d;
    color: #fff !important;
}

.album-hero__sep {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #8fe83c;
}

.album-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    gap: clamp(24px, 4vw, 64px);
    align-items: center;
}

.album-hero--plain .album-hero__layout {
    grid-template-columns: minmax(0, 1fr);
}

.album-hero--plain {
    padding-bottom: 20px !important;
}

.album-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 6px 12px 6px 8px;
    border-radius: 999px;
    background: rgba(22, 133, 45, 0.08);
    color: var(--ah-green);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.album-hero__pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #45c72f;
    box-shadow: 0 0 0 0 rgba(143, 232, 60, 0.7);
    animation: album-hero-pulse 1.8s ease-out infinite;
}

.album-hero__title {
    margin: 0 0 14px !important;
    color: var(--ah-dark) !important;
    font-size: clamp(2.2rem, 5.4vw, 4.3rem) !important;
    font-weight: 800 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.03em;
    text-transform: none !important;
}

.album-hero__title.is-long {
    font-size: clamp(1.7rem, 3.8vw, 3rem) !important;
    line-height: 1.12 !important;
}

.album-hero__title em {
    display: inline;
    font-style: normal;
    background: linear-gradient(100deg, #16852d 10%, #45c72f 52%, #8fe83c 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.album-hero__lead {
    max-width: 34rem;
    margin: 0 0 22px;
    color: var(--ah-muted) !important;
    font-size: 1.05rem;
    line-height: 1.6;
}

.album-hero__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.album-hero__chip {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #121b16;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
}

.album-hero__back {
    color: var(--ah-green) !important;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none !important;
}

.album-hero__back:hover {
    color: #0f5f20 !important;
}

.album-hero__stage {
    position: relative;
    min-height: 280px;
}

.album-hero__ring {
    position: absolute;
    left: 50%;
    top: 48%;
    width: min(280px, 70%);
    aspect-ratio: 1;
    border: 1.5px dashed rgba(22, 133, 45, 0.28);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: album-hero-spin 28s linear infinite;
}

.album-hero__orbit {
    position: absolute;
    right: 8%;
    top: 12%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #8fe83c;
    box-shadow: 0 0 18px rgba(143, 232, 60, 0.8);
    animation: album-hero-bob 3.4s ease-in-out infinite;
}

.album-hero__shot {
    position: absolute;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(18, 27, 22, 0.16);
    border: 3px solid #fff;
    animation: album-hero-bob 5s ease-in-out infinite;
}

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

.album-hero__shot--1 {
    width: 58%;
    height: 210px;
    left: 6%;
    top: 28px;
    transform: rotate(-11deg);
    z-index: 1;
}

.album-hero__shot--2 {
    width: 52%;
    height: 180px;
    right: 4%;
    top: 8px;
    transform: rotate(9deg);
    z-index: 2;
    animation-delay: 0.45s;
}

.album-hero__shot--3 {
    width: 46%;
    height: 150px;
    left: 28%;
    bottom: 8px;
    transform: rotate(4deg);
    z-index: 3;
    animation-delay: 0.9s;
}

@keyframes album-hero-pulse {
    0% { box-shadow: 0 0 0 0 rgba(143, 232, 60, 0.7); }
    100% { box-shadow: 0 0 0 10px rgba(143, 232, 60, 0); }
}

@keyframes album-hero-spin {
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes album-hero-bob {
    0%, 100% { margin-top: 0; }
    50% { margin-top: -8px; }
}

@media (max-width: 991px) {
    .album-hero__layout {
        grid-template-columns: 1fr;
    }

    .album-hero__stage {
        min-height: 240px;
        margin-top: 8px;
    }
}

@media (max-width: 575px) {
    section.album-hero {
        padding: 18px 0 4px !important;
    }

    .album-hero__shot--1,
    .album-hero__shot--2,
    .album-hero__shot--3 {
        height: 130px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .album-hero__pulse,
    .album-hero__ring,
    .album-hero__orbit,
    .album-hero__shot {
        animation: none;
    }
}

section.coverflow-album {
    --coverflow-card-w: 420px;
    --coverflow-card-h: 280px;
    --cf-bg: #ffffff;
    --cf-pale: #f2f8ee;
    --cf-green: #16852d;
    --cf-lime: #8fe83c;
    --cf-dark: #121b16;
    --cf-muted: #606a62;
    position: relative;
    overflow: hidden;
    color: var(--cf-dark);
    background:
        radial-gradient(ellipse 70% 48% at 8% 0%, rgba(143, 232, 60, 0.14), transparent 56%),
        radial-gradient(ellipse 58% 42% at 94% 18%, rgba(22, 133, 45, 0.08), transparent 52%),
        linear-gradient(180deg, #ffffff 0%, #f8fbf3 100%);
    padding: 28px 0 28px !important;
}

.coverflow-album__stage {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 88px;
}

.coverflow-album__swiper {
    overflow: visible;
    padding: 18px 0 28px;
}

.coverflow-album .swiper-slide {
    width: var(--coverflow-card-w);
    height: var(--coverflow-card-h);
    border-radius: 18px;
    overflow: hidden;
    opacity: 0.78;
    transition: opacity 0.45s ease;
    box-shadow: 0 16px 36px rgba(18, 27, 22, 0.12);
    cursor: pointer;
}

.coverflow-album .swiper-slide-active {
    opacity: 1;
    box-shadow: 0 22px 44px rgba(22, 133, 45, 0.18);
    cursor: zoom-in;
}

.coverflow-album .swiper-slide img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none;
    object-fit: cover;
    filter: grayscale(1) brightness(0.86);
    transition: filter 0.45s ease;
    pointer-events: none;
    user-select: none;
}

.coverflow-album .swiper-slide-active img {
    filter: grayscale(0) brightness(1);
}

.coverflow-album__nav {
    position: absolute;
    top: calc(50% - 18px);
    z-index: 4;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1.6px solid rgba(22, 133, 45, 0.2) !important;
    border-radius: 8px !important;
    appearance: none;
    background: #fff !important;
    color: #16852d !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(18, 27, 22, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.coverflow-album__nav:hover,
.coverflow-album__nav:focus-visible {
    transform: scale(1.06);
    border-color: #16852d !important;
    box-shadow: 0 10px 24px rgba(22, 133, 45, 0.16);
    outline: none;
}

.coverflow-album__nav svg {
    width: 18px;
    height: 18px;
}

.coverflow-album__nav--prev {
    left: 18px;
}

.coverflow-album__nav--next {
    right: 18px;
}

.coverflow-album__meta {
    position: relative;
    z-index: 2;
    min-height: 64px;
    margin: 0 0 12px;
    text-align: center;
}

.coverflow-album__title {
    margin: 0 0 6px;
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    color: var(--cf-dark) !important;
}

.coverflow-album__subtitle {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--cf-green);
}

.coverflow-album__subtitle:empty {
    display: none;
}

.coverflow-album__subtitle::before,
.coverflow-album__subtitle::after {
    content: "";
    width: 32px;
    height: 1px;
    background: rgba(22, 133, 45, 0.28);
}

.coverflow-album__dots.swiper-pagination {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-top: 6px;
}

.coverflow-album__dots .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    background: #c5d4c6;
    opacity: 1;
    transition: transform 0.25s ease, background 0.25s ease, width 0.25s ease;
}

.coverflow-album__dots .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background: var(--cf-green);
    transform: translateY(1px);
}

section.coverflow-album.coverflow-album--compact {
    --coverflow-card-w: min(520px, 84%);
    --coverflow-card-h: min(348px, 44vw);
    overflow: visible;
    background: transparent;
    padding: 0 !important;
}

.coverflow-album--compact .coverflow-album__stage {
    max-width: none;
    padding: 0 52px;
}

.coverflow-album--compact .coverflow-album__swiper {
    padding: 8px 0 18px;
}

.coverflow-album--compact .coverflow-album__meta {
    min-height: 52px;
    margin-bottom: 4px;
}

.coverflow-album--compact .coverflow-album__title {
    font-size: 1.15rem;
}

.album-viewer {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: flex;
    flex-direction: column;
    background: rgba(10, 16, 12, 0.96);
    color: #fff;
}

.album-viewer[hidden] {
    display: none !important;
}

.album-viewer__chrome {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 18px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent);
}

.album-viewer__counter {
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.86);
}

.album-viewer__tools {
    display: flex;
    align-items: center;
    gap: 6px;
}

.album-viewer__tools button {
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.album-viewer__tools button:hover,
.album-viewer__tools button:focus-visible {
    background: #16852d;
    outline: none;
}

.album-viewer__tools button.is-active {
    background: #16852d;
}

.album-viewer__tools svg {
    width: 18px;
    height: 18px;
}

.album-viewer__zoom {
    min-width: 52px;
    text-align: center;
    font-size: 0.78rem;
    font-weight: 700;
    color: #8fe83c;
}

.album-viewer__stage {
    flex: 1;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: zoom-in;
    touch-action: none;
}

.album-viewer.is-zoomed .album-viewer__stage {
    cursor: grab;
}

.album-viewer.is-panning .album-viewer__stage {
    cursor: grabbing;
}

.album-viewer__stage img {
    max-width: min(1180px, 92vw);
    max-height: calc(100vh - 168px);
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
    user-select: none;
    transform-origin: center center;
    will-change: transform;
}

.album-viewer__nav {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.album-viewer__nav:hover,
.album-viewer__nav:focus-visible {
    background: #16852d;
    outline: none;
}

.album-viewer__nav svg {
    width: 20px;
    height: 20px;
}

.album-viewer__nav--prev {
    left: 16px;
}

.album-viewer__nav--next {
    right: 16px;
}

.album-viewer__thumbs {
    position: relative;
    z-index: 3;
    display: flex;
    gap: 8px;
    padding: 12px 18px 18px;
    overflow-x: auto;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.album-viewer__thumb {
    flex: 0 0 auto;
    width: 72px;
    height: 52px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    background: #111;
    opacity: 0.62;
}

.album-viewer__thumb.is-active,
.album-viewer__thumb:hover,
.album-viewer__thumb:focus-visible {
    opacity: 1;
    border-color: #8fe83c;
    outline: none;
}

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

@media (max-width: 767px) {
    .album-viewer__chrome {
        flex-wrap: wrap;
        justify-content: center;
    }

    .album-viewer__tools button {
        width: 38px;
        height: 38px;
    }

    .album-viewer__nav {
        width: 40px;
        height: 40px;
    }

    .album-viewer__stage img {
        max-height: calc(100vh - 210px);
    }
}

.album-photo-grid {
    position: relative;
    isolation: isolate;
    background:
        radial-gradient(ellipse 55% 50% at 8% 0%, rgba(143, 232, 60, 0.12), transparent 58%),
        radial-gradient(ellipse 45% 40% at 92% 12%, rgba(22, 133, 45, 0.07), transparent 52%),
        #f7fbf3;
    padding: 36px 0 80px !important;
}

.album-photo-grid::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.28;
    background-image:
        linear-gradient(rgba(22, 133, 45, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(22, 133, 45, 0.06) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: radial-gradient(ellipse 75% 80% at 50% 30%, #000 18%, transparent 78%);
}

.album-photo-grid__inner {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 8vw));
    margin: 0 auto;
}

.album-photo-grid__head,
.album-cards__head {
    margin-bottom: 28px;
}

.album-photo-grid__kicker,
.album-cards__kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    padding: 6px 12px 6px 8px;
    border-radius: 999px;
    background: rgba(22, 133, 45, 0.08);
    color: #16852d;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.album-photo-grid__kicker::before,
.album-cards__kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #45c72f;
    box-shadow: 0 0 10px rgba(143, 232, 60, 0.8);
}

.album-photo-grid__title-row,
.album-cards__title-row {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
}

.album-photo-grid__heading,
.album-cards__heading {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    color: #121b16 !important;
    font-size: clamp(1.9rem, 3.4vw, 2.6rem) !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.album-photo-grid__accent,
.album-cards__accent {
    background: linear-gradient(100deg, #16852d 10%, #45c72f 55%, #8fe83c 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

.album-photo-grid__count,
.album-cards__count {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #121b16;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.album-photo-grid__hint,
.album-cards__hint {
    margin: 10px 0 0;
    color: #5f6a61;
    font-size: 0.95rem;
}

.album-photo-grid__layout {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.album-photo-card {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: zoom-in;
    appearance: none;
    -webkit-appearance: none;
}

.album-photo-card:focus-visible {
    outline: none;
}

.album-photo-card__frame {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(22, 133, 45, 0.12);
    box-shadow: 0 16px 36px rgba(18, 27, 22, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.album-photo-card__shot {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #e8f3e1;
}

.album-photo-card__shot img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.02);
    transition: transform 0.6s ease;
}

.album-photo-card__shine {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(115deg, transparent 32%, rgba(255, 255, 255, 0.28) 50%, transparent 68%);
    transform: translateX(-130%);
    pointer-events: none;
}

.album-photo-card__veil {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(18, 27, 22, 0.02) 30%, rgba(18, 27, 22, 0.45) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.album-photo-card__zoom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    color: #16852d;
    box-shadow: 0 12px 28px rgba(18, 27, 22, 0.2);
    transform: translateY(10px) scale(0.9);
    transition: transform 0.35s ease;
}

.album-photo-card__zoom svg {
    width: 22px;
    height: 22px;
}

.album-photo-card:hover .album-photo-card__frame,
.album-photo-card:focus-visible .album-photo-card__frame {
    transform: translateY(-10px);
    border-color: rgba(22, 133, 45, 0.32);
    box-shadow: 0 28px 54px rgba(22, 133, 45, 0.2);
}

.album-photo-card:hover .album-photo-card__shot img,
.album-photo-card:focus-visible .album-photo-card__shot img {
    transform: scale(1.1);
}

.album-photo-card:hover .album-photo-card__shine,
.album-photo-card:focus-visible .album-photo-card__shine {
    transform: translateX(130%);
    transition: transform 0.7s ease;
}

.album-photo-card:hover .album-photo-card__veil,
.album-photo-card:focus-visible .album-photo-card__veil {
    opacity: 1;
}

.album-photo-card:hover .album-photo-card__zoom,
.album-photo-card:focus-visible .album-photo-card__zoom {
    transform: translateY(0) scale(1);
}

.album-photo-card--contain .album-photo-card__shot img {
    object-fit: contain;
    background: #f3f8ee;
    transform: scale(1);
}

.album-photo-card--contain:hover .album-photo-card__shot img,
.album-photo-card--contain:focus-visible .album-photo-card__shot img {
    transform: scale(1.03);
}

@media (max-width: 991px) {
    section.coverflow-album {
        --coverflow-card-w: 320px;
        --coverflow-card-h: 214px;
        padding: 44px 0 32px !important;
    }

    .coverflow-album__stage {
        padding: 0 58px;
    }

    .album-photo-grid__layout {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    section.coverflow-album.coverflow-album--compact {
        --coverflow-card-w: min(72vw, 260px);
        --coverflow-card-h: min(48vw, 174px);
    }

    section.coverflow-album {
        --coverflow-card-w: 78vw;
        --coverflow-card-h: 52vw;
        padding: 32px 0 28px !important;
    }

    .coverflow-album__stage {
        padding: 0 52px;
    }

    .coverflow-album__nav {
        width: 40px;
        height: 40px;
        top: calc(50% - 8px);
    }

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

@media (prefers-reduced-motion: reduce) {
    .coverflow-album .swiper-slide,
    .coverflow-album .swiper-slide img,
    .coverflow-album__nav,
    .album-photo-card,
    .album-photo-card__frame,
    .album-photo-card__frame img,
    .album-photo-card__shot img,
    .album-photo-card__veil,
    .album-photo-card__zoom,
    .album-photo-card__shine,
    .album-card,
    .album-card__media img {
        transition: none;
    }

    .album-photo-card:hover .album-photo-card__shine,
    .album-photo-card:focus-visible .album-photo-card__shine {
        transform: none;
    }
}

section.album-cards {
    background:
        radial-gradient(ellipse 50% 60% at 90% 0%, rgba(143, 232, 60, 0.1), transparent 55%),
        #f8fbf3;
    padding: 28px 0 88px !important;
}

.album-cards__inner {
    width: min(1180px, calc(100% - 8vw));
    margin: 0 auto;
}

.album-cards__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
    justify-items: stretch;
}

.album-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(22, 133, 45, 0.12);
    box-shadow: 0 16px 36px rgba(18, 27, 22, 0.07);
    text-decoration: none !important;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.album-card:hover,
.album-card:focus-visible {
    transform: translateY(-8px);
    border-color: rgba(22, 133, 45, 0.28);
    box-shadow: 0 24px 48px rgba(22, 133, 45, 0.16);
    outline: none;
}

.album-card__media {
    position: relative;
    display: block;
    height: 230px;
    overflow: hidden;
}

.album-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.album-card:hover .album-card__media img {
    transform: scale(1.08);
}

.album-card__count {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(18, 27, 22, 0.82);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.album-card__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px 22px 22px;
}

.album-card__title {
    color: #121b16 !important;
    font-size: 1.28rem;
    font-weight: 800;
    line-height: 1.2;
}

.album-card__lead {
    color: #5f6a61;
    font-size: 0.95rem;
    line-height: 1.5;
}

.album-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
    color: #16852d;
    font-size: 0.92rem;
    font-weight: 700;
}

.album-card__cta svg {
    width: 16px;
    height: 16px;
    transition: transform 0.25s ease;
}

.album-card:hover .album-card__cta svg {
    transform: translateX(4px);
}

.album-card.is-filtered-out,
.album-card[hidden] {
    display: none !important;
}

.album-filters {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.8fr);
    gap: 14px;
    margin: 0 0 28px;
}

.album-filters__search {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 16px;
    border-radius: 14px;
    background: #fff;
    border: 1.6px solid rgba(22, 133, 45, 0.16);
    box-shadow: 0 10px 24px rgba(18, 27, 22, 0.05);
}

.album-filters__search:focus-within {
    border-color: #16852d;
    box-shadow: 0 0 0 4px rgba(143, 232, 60, 0.22);
}

.album-filters__icon {
    display: inline-flex;
    color: #16852d;
}

.album-filters__icon svg {
    width: 18px;
    height: 18px;
}

.album-filters__search input {
    width: 100%;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    height: 52px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #121b16 !important;
    font-size: 0.95rem !important;
}

.album-filters__search input::placeholder {
    color: #7a857c;
}

.album-filters__dropdown .select2-container {
    margin-bottom: 0 !important;
    width: 100% !important;
}

.album-filters .select2-container--default .select2-selection--single {
    min-height: 54px;
    height: 54px !important;
    padding: 0 12px !important;
    border: 1.6px solid rgba(22, 133, 45, 0.16) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 10px 24px rgba(18, 27, 22, 0.05);
    display: flex;
    align-items: center;
}

.album-filters .select2-container--default.select2-container--open .select2-selection--single,
.album-filters .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #16852d !important;
    box-shadow: 0 0 0 4px rgba(143, 232, 60, 0.22);
}

.album-filters .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 52px 0 0 !important;
    line-height: 52px !important;
    color: #121b16 !important;
    font-weight: 600;
}

.album-filters .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #7a857c !important;
}

.album-filters .select2-container--default .select2-selection--single .select2-selection__clear {
    position: absolute;
    right: 34px;
    top: 50%;
    height: auto !important;
    margin: 0 !important;
    padding: 0 6px;
    transform: translateY(-50%);
    font-size: 1.35rem;
    line-height: 1;
    color: #16852d !important;
    cursor: pointer;
}

.album-filters .select2-container--default .select2-selection--single .select2-selection__clear:hover {
    color: #0f5f20 !important;
}

.album-filters .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 52px !important;
    right: 10px;
    top: 0;
}

.album-select2-dropdown {
    border: 1px solid rgba(22, 133, 45, 0.16) !important;
    border-radius: 14px !important;
    overflow: hidden;
    box-shadow: 0 16px 36px rgba(18, 27, 22, 0.12) !important;
}

.album-select2-dropdown .select2-search--dropdown {
    padding: 10px;
}

.album-select2-dropdown .select2-search--dropdown .select2-search__field {
    border: 1.6px solid rgba(22, 133, 45, 0.16) !important;
    border-radius: 10px !important;
    padding: 8px 12px !important;
}

.album-select2-dropdown .select2-search--dropdown .select2-search__field:focus {
    border-color: #16852d !important;
    outline: none;
}

.album-select2-dropdown .select2-results__option--selectable {
    padding: 10px 14px;
}

.album-select2-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
    background: #16852d !important;
    color: #fff !important;
}

.album-filters__empty {
    margin: 8px 0 0;
    color: #5f6a61;
    font-weight: 600;
}

.album-filters .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 991px) {
    .album-cards__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .album-filters {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .album-cards__grid {
        grid-template-columns: 1fr;
    }
}
