/* ======= Page Blog — articles mis en avant (animations AOS) ======= */

.blog-featured-section {
    padding-top: clamp(3rem, 6vw, 4.5rem);
    padding-bottom: clamp(2.5rem, 5vw, 4rem);
    background: linear-gradient(180deg, #faf8f5 0%, #f5f1eb 100%);
}

.blog-featured-intro {
    text-align: center;
    max-width: 36rem;
    margin: 0 auto 2.5rem;
    font-size: clamp(15px, 1.85vw, 17px);
    line-height: 1.65;
    color: #5c5c5c;
}

.blog-featured-card {
    margin-bottom: 1.75rem;
}

@media (min-width: 992px) {
    .blog-featured-card {
        margin-bottom: 0;
    }
}

.blog-featured-card__inner {
    height: 100%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(170, 132, 83, 0.22);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}

.blog-featured-card__inner:hover {
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
    border-color: rgba(170, 132, 83, 0.4);
    transform: translateY(-4px);
}

.blog-featured-card__media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #e8e4de;
}

.blog-featured-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.65s ease;
}

.blog-featured-card__inner:hover .blog-featured-card__media img {
    transform: scale(1.04);
}

.blog-featured-card__body {
    padding: 1.35rem 1.35rem 1.5rem;
}

@media (min-width: 768px) {
    .blog-featured-card__body {
        padding: 1.5rem 1.5rem 1.65rem;
    }
}

.blog-featured-card__meta {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #aa8453;
    margin-bottom: 0.65rem;
}

.blog-featured-card__meta span {
    color: #999;
    font-weight: 300;
    letter-spacing: 0.08em;
}

.blog-featured-card__title {
    font-family: 'Gilda Display', serif;
    font-size: clamp(1.15rem, 2.4vw, 1.35rem);
    font-weight: 400;
    line-height: 1.35;
    margin: 0 0 0.75rem;
    color: #222;
}

.blog-featured-card__title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.25s ease;
}

.blog-featured-card__title a:hover {
    color: #aa8453;
}

.blog-featured-card__excerpt {
    font-size: 15px;
    line-height: 1.65;
    color: #666;
    margin: 0 0 1rem;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-featured-card__more {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #aa8453;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    transition: color 0.25s ease, gap 0.25s ease;
}

.blog-featured-card__more:hover {
    color: #8a6d44;
    gap: 0.55rem;
}

.blog-featured-card__more i {
    font-size: 10px;
}

/* ======= Newsletter / CTA (sous les articles blog) ======= */

.blog-newsletter-cta {
    background: #f7f7f7;
    padding-top: clamp(2.75rem, 7vw, 4.5rem);
    padding-bottom: clamp(2.75rem, 7vw, 4.5rem);
}

.blog-newsletter-cta__container {
    background: #fff;
    padding: 40px !important;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}

.blog-newsletter-cta__row {
    gap: 0;
}

.blog-newsletter-cta__eyebrow {
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #888;
    margin: 0 0 1rem;
}

.blog-newsletter-cta__title {
    font-family: 'Gilda Display', serif;
    font-size: clamp(1.65rem, 3.8vw, 2.65rem);
    font-weight: 400;
    line-height: 1.28;
    color: #111;
    margin: 0 0 1.75rem;
    max-width: 22ch;
}

.blog-newsletter-cta__form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
    max-width: 100%;
}

.blog-newsletter-cta__input {
    flex: 1 1 12rem;
    min-width: 0;
    box-sizing: border-box;
    min-height: 3rem;
    height: 3rem;
    border: 1px solid #d8d8d8 !important;
    border-radius: 50px;
    padding: 0 1.35rem !important;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    line-height: 1.25;
    color: #222;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    margin-bottom: 0 !important;
}

.blog-newsletter-cta__input::placeholder {
    color: #a8a8a8;
}

.blog-newsletter-cta__input:focus {
    outline: none;
    border-color: #bbb;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
}

.blog-newsletter-cta__submit {
    flex: 0 0 auto;
    box-sizing: border-box;
    min-height: 3rem;
    height: 3rem;
    border: none;
    border-radius: 50px;
    padding: 0 1.65rem;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    color: #fff;
    background: #8a6d44;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.15s ease;
}

.blog-newsletter-cta__submit:hover {
    background: #2a2a2a;
}

.blog-newsletter-cta__submit:active {
    transform: scale(0.98);
}

.blog-newsletter-cta__img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;
    object-fit: cover;
    aspect-ratio: 16 / 10;
    max-height: min(420px, 55vw);
}

.blog-newsletter-cta__sr-only {
    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) {
    .blog-newsletter-cta__title {
        max-width: none;
    }

    .blog-newsletter-cta__form {
        flex-direction: column;
    }

    .blog-newsletter-cta__input,
    .blog-newsletter-cta__submit {
        width: 100%;
        flex: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .blog-newsletter-cta__submit:active {
        transform: none;
    }
}
