/* Cikkek modul */

/* ---- Főoldal slider ---- */

.articles-section {
    padding: 50px 0;
    margin-top: 0;
    margin-bottom: 50px;
    background-color: #F2EFEA;
}

.articles-section__title {
    text-align: center;
    margin-bottom: 2.5rem;
}

.articles-section__link {
    text-align: center;
    margin-top: 2rem;
}

.articles-slider {
    position: relative;
    padding: 0 3rem 3rem;
}

.articles-slider .swiper-wrapper {
    align-items: stretch;
}

.articles-slider .swiper-slide {
    height: auto;
    display: flex;
}

.articles-slider .swiper-button-prev,
.articles-slider .swiper-button-next {
    color: #3d2b1f;
}

.articles-slider .swiper-pagination-bullet-active {
    background: #3d2b1f;
}

.article-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    text-decoration: none;
    color: inherit;
}

.article-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    text-decoration: none;
    color: inherit;
}

.article-card__image-wrap {
    position: relative;
    width: 100%;
    padding-top: 62%;
    overflow: hidden;
    background: #e8e4df;
}

.article-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-card__body {
    padding: 1.25rem 1.5rem 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.article-card__title {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-card__excerpt {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 1rem;
    flex: 1;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-card__more {
    font-size: 0.85rem;
    font-weight: 600;
    color: #3d2b1f;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.article-card__more i {
    margin-left: 0.25rem;
}

/* ---- Lista oldal ---- */

.articles-list {
    padding: 3rem 0 4rem;
    background-color: #F2EFEA;
}

.articles-list__grid {
    margin-top: 2rem;
}

.articles-list__item {
    margin-bottom: 2rem;
}

/* ---- Végoldal ---- */

.article-page {
    background-color: #F2EFEA;
    padding-bottom: 4rem;
}

.article-page__article {
    display: flex;
    flex-direction: column;
}

.article-hero {
    max-width: 800px;
    width: calc(100% - 2rem);
    height: clamp(200px, 38vw, 380px);
    margin: 0 auto 2rem;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
    background: #e8e4df;
}

.article-hero__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.article-shell {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.article-page__header {
    max-width: 720px;
    margin: 0 auto 1.5rem;
    padding: 2rem 1.5rem 0;
    text-align: left;
}

.article-page__meta {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #8a7a6a;
    margin-bottom: 1rem;
}

.article-page__title {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 1.25rem;
    text-align: left;
    color: #2c2018;
}

.article-page__lead {
    font-size: 1.125rem;
    line-height: 1.65;
    color: #555;
    margin: 0 0 2rem;
    font-style: italic;
}

.article-page__content {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #333;
}

.article-page__content p {
    margin-bottom: 1.25rem;
}

.article-page__content p:last-child {
    margin-bottom: 0;
}

.article-page__content h2,
.article-page__content h3,
.article-page__content h4 {
    font-family: 'Playfair Display', serif;
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 1.3;
    color: #2c2018;
}

.article-page__content ul,
.article-page__content ol {
    margin-bottom: 1.25rem;
    padding-left: 1.5rem;
}

.article-page__content li {
    margin-bottom: 0.5rem;
}

.article-page__content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5rem 0;
}

.article-page__content a {
    color: #3d2b1f;
    text-decoration: underline;
}

.article-page__content a:hover {
    color: #c2ac71;
}

.article-page__source {
    margin-top: 2.5rem;
    padding: 1.25rem 1.5rem;
    background: #fff;
    border-left: 4px solid #d4be85;
    border-radius: 0 8px 8px 0;
    font-size: 0.95rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.article-page__source a {
    color: #3d2b1f;
    font-weight: 600;
}

/* Galéria */

.article-gallery {
    margin-top: 3.5rem;
    padding-top: 3rem;
    border-top: 1px solid #ddd5c8;
}

.article-gallery__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.article-gallery__title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
    color: #2c2018;
}

.article-gallery__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.article-gallery__item {
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #e8e4df;
}

.article-gallery__link {
    display: block;
    width: 100%;
    height: 100%;
}

.article-gallery__thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.article-gallery__link:hover .article-gallery__thumb {
    transform: scale(1.05);
}

/* Footer bar: megosztás + vissza */

.article-footer-bar {
    max-width: 720px;
    margin: 3rem auto 0;
    padding: 0 1.5rem;
}

.article-footer-bar__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding-top: 2rem;
    border-top: 1px solid #ddd5c8;
}

.article-footer-bar__back {
    margin-top: 0.5rem;
}

/* Megosztás */

.article-share {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
}

.article-share__label {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #8a7a6a;
    margin-bottom: 0.75rem;
}

.article-share__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
}

.article-share__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #d0ccc6;
    background: #fff;
    color: #3d2b1f;
    font-size: 1.1rem;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    cursor: pointer;
    text-decoration: none;
}

.article-share__btn:hover {
    background: #3d2b1f;
    color: #fff;
    border-color: #3d2b1f;
    text-decoration: none;
}

.article-share__btn--copied {
    background: #28a745;
    border-color: #28a745;
    color: #fff;
}

/* ---- Reszponzív ---- */

@media (min-width: 768px) {
    .article-page__title {
        font-size: 2.5rem;
    }

    .article-page__header {
        padding: 2.5rem 2rem 0;
    }

    .article-shell {
        padding: 0 2rem;
    }

    .article-hero {
        height: clamp(240px, 32vw, 420px);
    }

    .article-gallery__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }
}

@media (max-width: 575px) {
    .article-page__header {
        text-align: center;
    }

    .article-page__title {
        text-align: center;
        font-size: 1.75rem;
    }

    .articles-slider {
        padding: 0 2rem 2.5rem;
    }
}
