
/* Case Study Detail */
.mezzino-ads {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 100%;
    padding: 60px 0px;
    background-color: #191716;
    border-radius: 8px;
}

.mezzino-ads-header {
    max-width: 1184px;
}

.mezzino-ads-heading {
    color: #fcfcfc !important;
    font-size: 2.5rem !important;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin: 0 0 16px;
}

.mezzino-ads-subheading {
    font-size: 1.5rem !important;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}

.mezzino-ads-hero img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1184 / 300;
    object-fit: cover;
    border-radius: 10px;
}

.mezzino-ads-section-heading {
    color: #fcfcfc !important;
    font-size: 2rem !important;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin: 0 0 24px;
}

.mezzino-ads-body-text {
    color: #fcfcfc !important;
    font-size: 1.25rem !important;
    font-weight: 500;
    line-height: 1.4;
}

.mezzino-ads-body-text p {
    margin: 0 0 20px;
}

.mezzino-ads-body-text p:last-child {
    margin-bottom: 0;
}

.mezzino-ads-about {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 40px;
    align-items: start;
}

.mezzino-ads-deliverables-label {
    display: block;
    font-size: 1rem !important;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 0 16px;
}

.mezzino-ads-deliverables-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mezzino-ads-deliverables-list li {
    color: #fcfcfc !important;
    font-size: 1rem !important;
    line-height: 2;
    text-decoration: underline;
    text-transform: capitalize;
}

.mezzino-ads-section {
    max-width: 1184px;
}

.mezzino-ads-section-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.mezzino-ads-body-text--wide {
    max-width: 1184px;
}

.mezzino-ads-gallery {
    display: grid;
    gap: 40px;
}

.mezzino-ads-gallery.has-2 {
    grid-template-columns: repeat(2, 1fr);
}

.mezzino-ads-gallery.has-2 .mezzino-ads-gallery-item {
    aspect-ratio: 1 / 1;
}

.mezzino-ads-gallery.has-3 {
    grid-template-columns: repeat(3, 1fr);
}

.mezzino-ads-gallery.has-3 .mezzino-ads-gallery-item {
    aspect-ratio: 371 / 400;
}

.mezzino-ads-gallery-item {
    border-radius: 10px;
    overflow: hidden;
}

.mezzino-ads-gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mezzino-ads-stats {
    box-sizing: border-box;
}

.mezzino-ads-stats-intro {
    color: #fcfcfc !important;
    font-size: 1.25rem !important;
    font-weight: 500;
    line-height: 1.3;
    max-width: 1184px;
    margin: 0 0 32px;
}

.mezzino-ads-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.mezzino-ads-stat {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    border: 1px solid #e897b6;
    border-radius: 10px;
    padding: 24px;
    min-height: 156px;
}

.mezzino-ads-stat-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mezzino-ads-stat-value {
    color: #fcfcfc !important;
    font-size: 3.25rem !important;
    font-weight: 600;
    line-height: 1;
}

.mezzino-ads-stat-icon {
    display: flex;
    flex: 0 0 auto;
}

.mezzino-ads-stat-icon img {
    display: block;
    width: 24px;
    height: 24px;
}

.mezzino-ads-stat-icon.is-down img {
    transform: scaleY(-1);
}

.mezzino-ads-stat-label {
    color: #fcfcfc !important;
    font-size: 1.125rem !important;
    font-weight: 500;
    text-transform: capitalize;
}

/* Responsive - single column on smaller screens */
@media (max-width: 900px) {
    .mezzino-ads-about {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .mezzino-ads-section-columns {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .mezzino-ads-gallery.has-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    .mezzino-ads-gallery.has-3 .mezzino-ads-gallery-item {
        aspect-ratio: 1 / 1;
    }
    .mezzino-ads-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .mezzino-ads {
        padding: 40px 20px;
        gap: 40px;
    }
    .mezzino-ads-heading {
        font-size: 1.75rem !important;
    }
    .mezzino-ads-subheading {
        font-size: 1.25rem !important;
    }
    .mezzino-ads-section-heading {
        font-size: 1.5rem !important;
    }
    .mezzino-ads-body-text {
        font-size: 1.05rem !important;
    }
    .mezzino-ads-gallery.has-2,
    .mezzino-ads-gallery.has-3 {
        grid-template-columns: 1fr;
    }
    .mezzino-ads-gallery.has-2 .mezzino-ads-gallery-item,
    .mezzino-ads-gallery.has-3 .mezzino-ads-gallery-item {
        aspect-ratio: 1 / 1;
    }
    .mezzino-ads-stats-grid {
        grid-template-columns: 1fr;
    }
    .mezzino-ads-stat-value {
        font-size: 2.5rem !important;
    }
}
