.about-hero-section.blog-hero,
.about-hero-section.blog-detail-hero {
    min-height: unset;
    padding: 140px 0 88px;
    text-align: left;
}

.about-hero-section.blog-detail-hero {
    padding-bottom: 64px;
}

.about-hero-section.blog-hero .about-hero-content,
.about-hero-section.blog-detail-hero .about-hero-content {
    text-align: left;
    max-width: 720px;
}

.about-hero-section.blog-hero .about-hero-title,
.about-hero-section.blog-detail-hero .about-hero-title {
    font-size: clamp(2.4rem, 4vw, 3.2rem);
}

.about-hero-section.blog-detail-hero .about-hero-subtitle {
    font-size: 1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
}

.about-hero-section.blog-hero .about-hero-subtitle {
    max-width: 520px;
}

/* ----------------------------------------------------
   Blog Listing
   ---------------------------------------------------- */
.lp-blog-list {
    padding: 72px 0 96px;
    background-color: #ffffff;
}

.lp-blog-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.lp-blog-card {
    display: flex;
    flex-direction: row;
    background-color: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(1, 64, 54, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lp-blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(1, 64, 54, 0.16);
}

.lp-blog-card__image-link {
    display: block;
    position: relative;
    overflow: hidden;
    flex: 0 0 280px;
}

.lp-blog-card__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.lp-blog-card:hover .lp-blog-card__image {
    transform: scale(1.05);
}

.lp-blog-card__body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.lp-blog-card__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 0.875rem;
    color: #517064;
    margin-bottom: 12px;
}

.lp-blog-card__meta time {
    font-weight: 600;
}

.lp-blog-card__meta span[aria-hidden="true"] {
    font-size: 0.65rem;
}

.lp-blog-card__title {
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0 0 12px;
    color: #013425;
}

.lp-blog-card__title a {
    color: inherit;
    text-decoration: none;
}

.lp-blog-card__title a:hover {
    color: #01291d;
}

.lp-blog-card__excerpt {
    margin: 0 0 20px;
    color: #3d5248;
    line-height: 1.65;
    flex: 1;
}

.lp-blog-card__read-more {
    align-self: flex-start;
    font-weight: 600;
    color: #506070;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    border-bottom: 1px solid rgba(1, 64, 54, 0.25);
    padding-bottom: 2px;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.lp-blog-card__read-more::after {
    content: '>';
    font-size: 0.95rem;
}

.lp-blog-card__read-more:hover {
    color: #01291d;
    border-color: rgba(1, 64, 54, 0.45);
}

.lp-blog-pagination {
    margin-top: 56px;
    display: flex;
    justify-content: center;
}

.lp-blog-pagination nav {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}

.lp-blog-empty {
    background: #f2f8f5;
    border-radius: 24px;
    padding: 72px 40px;
    text-align: center;
    box-shadow: inset 0 0 0 1px rgba(1, 64, 54, 0.08);
}

.lp-blog-empty h2 {
    font-size: 2.1rem;
    font-weight: 700;
    color: #013425;
    margin-bottom: 12px;
}

.lp-blog-empty p {
    margin: 0 0 24px;
    color: #3d5248;
}

.lp-blog-empty__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    border-radius: 999px;
    background-color: #506070;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.lp-blog-empty__cta:hover {
    transform: translateY(-2px);
    background-color: #01291d;
    color: #ffffff;
}

/* ----------------------------------------------------
   Blog Detail
   ---------------------------------------------------- */
.lp-blog-detail {
    background-color: #ffffff;
    padding: 64px 0 96px;
}

.lp-blog-detail__content {
    max-width: 1140px;
    margin: 0 auto;
}

.lp-blog-detail__back-link {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: #506070;
    text-decoration: none;
    margin-bottom: 20px;
}

.lp-blog-detail__back-link:hover {
    color: #01291d;
}

.lp-blog-detail__figure {
    margin: 0 0 32px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(1, 64, 54, 0.18);
}

.lp-blog-detail__image {
    width: 100%;
    display: block;
    object-fit: cover;
}

.lp-blog-detail__body {
    font-size: 1.05rem;
    line-height: 1.9;
    color: #303f38;
}

.lp-blog-detail__share {
    margin-top: 32px;
}

.lp-blog-detail__share-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #506070;
    color: #ffffff;
    border: none;
    border-radius: 999px;
    padding: 10px 22px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.lp-blog-detail__share-button:hover {
    background: #01291d;
    transform: translateY(-1px);
}

.lp-blog-detail__share-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(1, 64, 54, 0.25);
}

.lp-blog-detail__share-icon svg {
    display: block;
}

.lp-blog-detail__toast {
    position: fixed;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    background: #0f4332;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 999px;
    box-shadow: 0 12px 30px rgba(1, 64, 54, 0.18);
    font-weight: 600;
    font-size: 0.95rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
    z-index: 1000;
}

.lp-blog-detail__toast.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

.lp-blog-detail__body h2,
.lp-blog-detail__body h3,
.lp-blog-detail__body h4 {
    color: #013425;
    font-weight: 700;
    margin-top: 36px;
    margin-bottom: 16px;
}

.lp-blog-detail__body p {
    margin-bottom: 20px;
}

.lp-blog-detail__body ul,
.lp-blog-detail__body ol {
    margin: 0 0 24px 1.25rem;
}

.lp-blog-detail__body a {
    color: #506070;
    text-decoration: underline;
}

.lp-related-blogs {
    margin-top: 80px;
    padding-top: 56px;
    border-top: 1px solid rgba(1, 64, 54, 0.12);
}

.lp-related-blogs__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-bottom: 32px;
}

.lp-related-blogs__header h2 {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 700;
    color: #013425;
}

.lp-related-blogs__header a {
    font-weight: 600;
    color: #506070;
    text-decoration: none;
    border-bottom: 1px solid rgba(1, 64, 54, 0.3);
    padding-bottom: 2px;
}

.lp-related-blogs__header a:hover {
    color: #01291d;
}

.lp-related-blogs__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

.lp-related-blogs__card {
    background: #f4faf7;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(1, 64, 54, 0.12);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lp-related-blogs__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(1, 64, 54, 0.16);
}

.lp-related-blogs__image-link {
    display: block;
}

.lp-related-blogs__image {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.lp-related-blogs__body {
    padding: 22px 24px 26px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lp-related-blogs__body time {
    font-size: 0.875rem;
    color: #567064;
}

.lp-related-blogs__body h3 {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
}

.lp-related-blogs__body h3 a {
    color: #013425;
    text-decoration: none;
}

.lp-related-blogs__body h3 a:hover {
    color: #01291d;
}

.lp-related-blogs__body p {
    margin: 0;
    color: #3d5248;
    line-height: 1.55;
    font-size: 0.95rem;
}

@media (max-width: 991px) {
    .about-hero-section.blog-hero,
    .about-hero-section.blog-detail-hero {
        padding: 112px 0 64px;
    }

    .lp-blog-list {
        padding: 56px 0 72px;
    }

    .lp-blog-card__image-link {
        flex-basis: 240px;
    }

    .lp-related-blogs__grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
}

@media (max-width: 576px) {
    .about-hero-section.blog-hero,
    .about-hero-section.blog-detail-hero {
        padding: 96px 0 56px;
    }

    .lp-blog-card {
        flex-direction: column;
    }

    .lp-blog-card__image-link {
        width: 100%;
        flex: 0 0 auto;
    }

    .lp-blog-card__image {
        min-height: 200px;
    }

    .lp-blog-card__body {
        padding: 20px;
    }

    .lp-related-blogs__grid {
        grid-template-columns: 1fr;
    }

    .lp-related-blogs__body {
        padding: 20px;
    }
}
