/* =========================================================
   LIVE THE NEW LIFE
   Main Stylesheet - Part 7B
========================================================= */


/* =========================================================
   RESET
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;

    background: #f8f8f5;
    color: #253129;
    line-height: 1.7;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea {
    font: inherit;
}


/* =========================================================
   GLOBAL
========================================================= */

.container {
    width: min(1160px, calc(100% - 40px));
    margin: 0 auto;
}

.narrow-container {
    width: min(780px, calc(100% - 40px));
    margin-left: auto;
    margin-right: auto;
}

main {
    overflow: hidden;
}

section {
    position: relative;
}

.section-label {
    display: inline-block;

    margin-bottom: 14px;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 2px;
    text-transform: uppercase;

    color: #66806d;
}

.section-heading {
    max-width: 720px;
    margin-bottom: 45px;
}

.section-heading h2 {
    margin-bottom: 12px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.15;

    color: #213228;
}

.section-heading p {
    max-width: 650px;

    color: #66716a;
    font-size: 17px;
}


/* =========================================================
   HEADER
========================================================= */

.site-header {
    position: relative;
    z-index: 100;

    background: #ffffff;

    border-bottom: 1px solid #e7ebe7;
}

.header-inner {
    min-height: 78px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;
}

.site-logo {
    display: inline-flex;
    align-items: center;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 25px;
    font-weight: 700;

    line-height: 1;

    color: #213228;

    white-space: nowrap;
}

.main-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    gap: 26px;
}

.main-navigation a {
    position: relative;

    padding: 28px 0;

    font-size: 14px;
    font-weight: 600;

    color: #536059;

    transition:
        color 0.25s ease,
        opacity 0.25s ease;
}

.main-navigation a:hover,
.main-navigation a.active {
    color: #213228;
}

.main-navigation a::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 18px;

    height: 2px;

    background: #66806d;

    transform: scaleX(0);
    transform-origin: center;

    transition: transform 0.25s ease;
}

.main-navigation a:hover::after,
.main-navigation a.active::after {
    transform: scaleX(1);
}


/* =========================================================
   MOBILE MENU BUTTON
========================================================= */

.menu-toggle {
    display: none;

    width: 44px;
    height: 44px;

    padding: 9px;

    border: 1px solid #dfe5df;
    border-radius: 8px;

    background: #ffffff;

    cursor: pointer;
}

.menu-toggle span {
    display: block;

    width: 100%;
    height: 2px;

    margin: 5px 0;

    background: #253129;

    transition:
        transform 0.25s ease,
        opacity 0.25s ease;
}


/* =========================================================
   BUTTONS
========================================================= */

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 48px;

    padding: 0 23px;

    border-radius: 6px;

    font-size: 14px;
    font-weight: 700;

    transition:
        transform 0.2s ease,
        background 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;

    cursor: pointer;
}

.button:hover {
    transform: translateY(-2px);
}

.button-primary {
    background: #2f4737;
    color: #ffffff;
}

.button-primary:hover {
    background: #213228;
}

.button-secondary {
    background: transparent;

    color: #2f4737;

    border: 1px solid #bfc9c1;
}

.button-secondary:hover {
    background: #edf2ed;
    border-color: #94a598;
}

.hero-actions {
    display: flex;
    align-items: center;

    gap: 12px;

    margin-top: 28px;
}


/* =========================================================
   HERO
========================================================= */

.hero-section {
    padding: 85px 0 95px;

    background:
        linear-gradient(
            135deg,
            #eef3ee 0%,
            #f8f8f5 55%,
            #edf1ec 100%
        );
}

.hero-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1.05fr)
        minmax(350px, 0.95fr);

    align-items: center;

    gap: 70px;
}

.hero-content {
    max-width: 650px;
}

.hero-content h1 {
    max-width: 650px;

    margin-bottom: 22px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(44px, 6vw, 72px);

    line-height: 1.03;
    letter-spacing: -1.8px;

    color: #203128;
}

.hero-content > p {
    max-width: 590px;

    font-size: 19px;
    line-height: 1.8;

    color: #657069;
}

.hero-visual {
    display: flex;
    justify-content: center;
}

.hero-image {
    position: relative;

    width: min(100%, 500px);

    aspect-ratio: 1 / 1;

    overflow: hidden;

    border-radius: 18px;

    background: #dce5dd;

    box-shadow:
        0 25px 70px rgba(39, 59, 45, 0.12);
}

.hero-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.hero-image::after {
    content: "";

    position: absolute;

    inset: 0;

    pointer-events: none;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,0.08),
            rgba(40,60,45,0.12)
        );
}


/* =========================================================
   INTRO
========================================================= */

.intro-section {
    padding: 100px 0;

    background: #ffffff;

    text-align: center;
}

.intro-section .section-label {
    margin-bottom: 15px;
}

.intro-section h2 {
    margin-bottom: 24px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.15;

    color: #213228;
}

.intro-section p {
    margin-bottom: 17px;

    font-size: 17px;

    color: #66716a;
}

.intro-section p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   CATEGORIES
========================================================= */

.categories-section {
    padding: 100px 0;

    background: #f5f7f4;
}

.category-grid {
    display: grid;

    grid-template-columns:
        repeat(5, minmax(0, 1fr));

    gap: 18px;
}

.category-card {
    min-height: 250px;

    display: flex;
    flex-direction: column;

    padding: 28px 23px;

    background: #ffffff;

    border: 1px solid #e3e8e3;
    border-radius: 10px;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.category-card:hover {
    transform: translateY(-5px);

    border-color: #c4d0c6;

    box-shadow:
        0 18px 40px rgba(39, 59, 45, 0.08);
}

.category-icon {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 20px;

    border-radius: 50%;

    background: #edf2ed;

    font-size: 22px;
}

.category-card h3 {
    margin-bottom: 10px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 21px;
    line-height: 1.25;

    color: #25362b;
}

.category-card p {
    flex: 1;

    margin-bottom: 15px;

    font-size: 14px;
    line-height: 1.65;

    color: #69746d;
}

.category-card > span {
    font-size: 13px;
    font-weight: 700;

    color: #49604f;
}


/* =========================================================
   FEATURED
========================================================= */

.featured-section {
    padding: 105px 0;

    background: #ffffff;
}

.featured-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 25px;
}

.featured-card {
    overflow: hidden;

    background: #ffffff;

    border: 1px solid #e3e8e3;
    border-radius: 10px;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.featured-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 18px 45px rgba(39, 59, 45, 0.09);
}

.card-image {
    position: relative;

    aspect-ratio: 16 / 10;

    display: flex;
    align-items: flex-end;

    padding: 18px;

    overflow: hidden;

    background: #dce5dd;
}

.card-image span,
.article-list-image span,
.article-featured-image span {
    position: relative;
    z-index: 2;

    display: inline-block;

    padding: 6px 10px;

    border-radius: 4px;

    background: rgba(32, 49, 40, 0.85);

    color: #ffffff;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 1px;
    text-transform: uppercase;
}

.card-image::before,
.article-list-image::before,
.article-featured-image::before {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            135deg,
            rgba(93, 119, 101, 0.55),
            rgba(29, 48, 37, 0.20)
        );
}

.card-content {
    padding: 26px 25px 28px;
}

.post-category {
    display: block;

    margin-bottom: 9px;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 1.5px;

    color: #708276;
}

.card-content h3 {
    margin-bottom: 12px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 23px;
    line-height: 1.3;

    color: #24352b;
}

.card-content h3 a {
    transition: color 0.2s ease;
}

.card-content h3 a:hover {
    color: #617765;
}

.card-content p {
    margin-bottom: 18px;

    font-size: 14px;
    line-height: 1.7;

    color: #69746d;
}

.read-more {
    display: inline-flex;
    align-items: center;

    font-size: 13px;
    font-weight: 750;

    color: #45604c;

    transition:
        color 0.2s ease,
        transform 0.2s ease;
}

.read-more:hover {
    color: #203128;

    transform: translateX(3px);
}


/* =========================================================
   IMAGE PLACEHOLDERS
   These classes work even before real images are added.
========================================================= */

.image-kitchen {
    background:
        linear-gradient(
            135deg,
            #b9c9bb,
            #718678
        );
}

.image-bathroom {
    background:
        linear-gradient(
            135deg,
            #cbd8d4,
            #81978d
        );
}

.image-kitchen-modern {
    background:
        linear-gradient(
            135deg,
            #c6c0b5,
            #817d72
        );
}

.image-business {
    background:
        linear-gradient(
            135deg,
            #c6d0ca,
            #65766b
        );
}

.image-flyscreens {
    background:
        linear-gradient(
            135deg,
            #d3ddd4,
            #819785
        );
}

.image-support {
    background:
        linear-gradient(
            135deg,
            #cbd6cc,
            #758979
        );
}

.image-awning {
    background:
        linear-gradient(
            135deg,
            #d7d2c5,
            #817c6e
        );
}

.image-yoga {
    background:
        linear-gradient(
            135deg,
            #c4d1c4,
            #748a78
        );
}


/* =========================================================
   LATEST ARTICLES
========================================================= */

.latest-section {
    padding: 105px 0;

    background: #f5f7f4;
}

.article-list {
    display: flex;
    flex-direction: column;

    gap: 22px;
}

.article-list-item {
    display: grid;

    grid-template-columns:
        300px minmax(0, 1fr);

    min-height: 220px;

    overflow: hidden;

    background: #ffffff;

    border: 1px solid #e2e8e2;
    border-radius: 10px;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.article-list-item:hover {
    transform: translateY(-3px);

    box-shadow:
        0 15px 35px rgba(39, 59, 45, 0.07);
}

.article-list-image {
    position: relative;

    min-height: 220px;

    display: flex;
    align-items: flex-end;

    padding: 18px;

    overflow: hidden;
}

.article-list-content {
    padding: 28px 32px;
}

.article-list-content h3 {
    margin-bottom: 10px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 25px;
    line-height: 1.3;

    color: #25362b;
}

.article-list-content h3 a:hover {
    color: #617765;
}

.article-list-content p {
    max-width: 780px;

    margin-bottom: 17px;

    font-size: 15px;

    color: #69746d;
}

.section-button {
    margin-top: 38px;

    text-align: center;
}


/* =========================================================
   ABOUT PREVIEW
========================================================= */

.about-preview {
    padding: 95px 0;

    background: #2f4737;

    color: #ffffff;
}

.about-preview-inner {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 0.8fr);

    align-items: center;

    gap: 70px;
}

.about-preview .section-label {
    color: #b8c9bb;
}

.about-preview h2 {
    max-width: 650px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(32px, 4vw, 49px);

    line-height: 1.15;

    color: #ffffff;
}

.about-preview p {
    margin-bottom: 25px;

    font-size: 17px;

    color: #dce5dd;
}

.about-preview .button-secondary {
    border-color: #a9b9ad;
    color: #ffffff;
}

.about-preview .button-secondary:hover {
    background: #ffffff;
    border-color: #ffffff;

    color: #2f4737;
}


/* =========================================================
   CONTACT CTA
========================================================= */

.contact-cta {
    padding: 100px 0;

    background: #ffffff;

    text-align: center;
}

.contact-cta h2 {
    margin-bottom: 16px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(32px, 4vw, 48px);

    line-height: 1.15;

    color: #213228;
}

.contact-cta p {
    margin-bottom: 25px;

    font-size: 17px;

    color: #68736c;
}


/* =========================================================
   FOOTER
========================================================= */

.site-footer {
    background: #1f2d24;

    color: #ffffff;
}

.footer-grid {
    display: grid;

    grid-template-columns:
        1.6fr
        1fr
        1fr
        1fr;

    gap: 50px;

    padding-top: 70px;
    padding-bottom: 60px;
}

.footer-brand .site-logo {
    margin-bottom: 18px;

    color: #ffffff;
}

.footer-brand p {
    max-width: 330px;

    font-size: 14px;

    color: #bdc9c0;
}

.footer-column {
    display: flex;
    flex-direction: column;

    align-items: flex-start;
}

.footer-column h3 {
    margin-bottom: 17px;

    font-size: 14px;
    font-weight: 800;

    letter-spacing: 0.5px;
}

.footer-column a {
    margin-bottom: 9px;

    font-size: 13px;

    color: #bdc9c0;

    transition: color 0.2s ease;
}

.footer-column a:hover {
    color: #ffffff;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom .container {
    padding-top: 22px;
    padding-bottom: 22px;
}

.footer-bottom p {
    font-size: 12px;

    color: #9eaca2;

    text-align: center;
}


/* =========================================================
   ARTICLE PAGE SUPPORT
   Used by the article HTML files from previous parts.
========================================================= */

.single-article {
    padding: 70px 0 100px;

    background: #ffffff;
}

.article-breadcrumb {
    margin-bottom: 45px;

    font-size: 13px;

    color: #78837c;
}

.article-breadcrumb a {
    color: #4d6654;
}

.article-breadcrumb a:hover {
    text-decoration: underline;
}

.article-header {
    max-width: 850px;

    margin: 0 auto 45px;
}

.article-header h1 {
    margin-bottom: 20px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(38px, 5vw, 62px);

    line-height: 1.08;
    letter-spacing: -1px;

    color: #213228;
}

.post-meta {
    display: flex;
    flex-wrap: wrap;

    gap: 15px;

    font-size: 13px;

    color: #7a857e;
}

.post-meta span + span::before {
    content: "•";

    margin-right: 15px;
}

.article-featured-image {
    position: relative;

    max-width: 950px;

    min-height: 430px;

    display: flex;
    align-items: flex-end;

    margin: 0 auto 50px;

    padding: 25px;

    overflow: hidden;

    border-radius: 12px;
}

.article-content {
    width: min(760px, 100%);

    margin: 0 auto;

    font-size: 17px;

    color: #4f5c54;
}

.article-content p {
    margin-bottom: 25px;
}

.article-content h2 {
    margin: 42px 0 15px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 30px;
    line-height: 1.2;

    color: #25362b;
}

.article-content h3 {
    margin: 32px 0 12px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 23px;

    color: #25362b;
}

.article-content ul,
.article-content ol {
    margin: 0 0 25px 25px;
}

.article-content li {
    margin-bottom: 8px;
}

.article-content a {
    color: #4e6b56;

    text-decoration: underline;
}

.article-footer {
    width: min(760px, 100%);

    margin: 50px auto 0;

    padding-top: 25px;

    border-top: 1px solid #e2e7e2;
}


/* =========================================================
   CATEGORY PAGE SUPPORT
========================================================= */

.category-header {
    padding: 80px 0;

    background: #f1f5f1;
}

.category-header h1 {
    margin-bottom: 15px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(40px, 5vw, 60px);

    line-height: 1.1;

    color: #213228;
}

.category-header p {
    max-width: 700px;

    font-size: 17px;

    color: #68736c;
}

.category-content {
    padding: 90px 0;

    background: #ffffff;
}


/* =========================================================
   GENERIC CONTENT PAGES
========================================================= */

.page-header {
    padding: 75px 0;

    background: #f1f5f1;
}

.page-header h1 {
    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(40px, 5vw, 60px);

    line-height: 1.1;

    color: #213228;
}

.page-content {
    padding: 80px 0;

    background: #ffffff;
}

.page-content-inner {
    width: min(780px, 100%);

    margin: 0 auto;

    font-size: 17px;

    color: #4f5c54;
}

.page-content-inner h2 {
    margin: 40px 0 15px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    color: #25362b;
}

.page-content-inner p {
    margin-bottom: 20px;
}


/* =========================================================
   FORMS
========================================================= */

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;

    margin-bottom: 7px;

    font-size: 14px;
    font-weight: 700;

    color: #304037;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;

    padding: 13px 14px;

    border: 1px solid #d6ded7;
    border-radius: 6px;

    background: #ffffff;

    color: #253129;

    outline: none;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.form-group textarea {
    min-height: 150px;

    resize: vertical;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    border-color: #708976;

    box-shadow:
        0 0 0 3px rgba(112, 137, 118, 0.12);
}


/* =========================================================
   FAQ
========================================================= */

.faq-list {
    display: flex;
    flex-direction: column;

    gap: 12px;
}

.faq-item {
    overflow: hidden;

    border: 1px solid #e1e7e1;
    border-radius: 8px;

    background: #ffffff;
}

.faq-item summary {
    padding: 18px 20px;

    cursor: pointer;

    font-weight: 700;

    color: #2c3c32;
}

.faq-item p {
    padding: 0 20px 20px;

    color: #68736c;
}


/* =========================================================
   RESPONSIVE - 1100px
========================================================= */

@media (max-width: 1100px) {

    .category-grid {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }

    .footer-grid {
        grid-template-columns:
            1.4fr
            repeat(3, 1fr);

        gap: 30px;
    }

    .hero-grid {
        gap: 45px;
    }

}


/* =========================================================
   RESPONSIVE - 900px
========================================================= */

@media (max-width: 900px) {

    .main-navigation {
        gap: 17px;
    }

    .main-navigation a {
        font-size: 13px;
    }

    .hero-section {
        padding: 65px 0 75px;
    }

    .hero-grid {
        grid-template-columns: 1fr;

        gap: 45px;
    }

    .hero-content {
        max-width: 750px;
    }

    .hero-image {
        width: min(100%, 600px);
    }

    .featured-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .featured-card:last-child {
        grid-column: 1 / -1;
    }

    .about-preview-inner {
        grid-template-columns: 1fr;

        gap: 30px;
    }

    .article-list-item {
        grid-template-columns:
            240px minmax(0, 1fr);
    }

    .footer-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

}


/* =========================================================
   RESPONSIVE - 720px
========================================================= */

@media (max-width: 720px) {

    .container,
    .narrow-container {
        width: min(100% - 30px, 600px);
    }


    /* HEADER */

    .header-inner {
        min-height: 70px;
    }

    .menu-toggle {
        display: block;
    }

    .main-navigation {
        position: absolute;

        top: 70px;
        left: 15px;
        right: 15px;

        display: none;

        flex-direction: column;
        align-items: stretch;

        gap: 0;

        padding: 8px;

        background: #ffffff;

        border: 1px solid #e0e6e0;
        border-radius: 8px;

        box-shadow:
            0 18px 40px rgba(30, 45, 35, 0.10);
    }

    .main-navigation.is-open {
        display: flex;
    }

    .main-navigation a {
        padding: 13px 14px;

        border-radius: 5px;
    }

    .main-navigation a:hover,
    .main-navigation a.active {
        background: #f0f4f0;
    }

    .main-navigation a::after {
        display: none;
    }


    /* HERO */

    .hero-section {
        padding: 55px 0 65px;
    }

    .hero-content h1 {
        font-size: clamp(40px, 12vw, 58px);

        letter-spacing: -1px;
    }

    .hero-content > p {
        font-size: 17px;
    }

    .hero-actions {
        flex-wrap: wrap;
    }


    /* SECTIONS */

    .intro-section,
    .categories-section,
    .featured-section,
    .latest-section,
    .contact-cta {
        padding: 75px 0;
    }

    .section-heading {
        margin-bottom: 32px;
    }


    /* CATEGORY */

    .category-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 13px;
    }

    .category-card {
        min-height: 220px;

        padding: 22px 18px;
    }


    /* FEATURED */

    .featured-grid {
        grid-template-columns: 1fr;
    }

    .featured-card:last-child {
        grid-column: auto;
    }


    /* ARTICLE LIST */

    .article-list-item {
        grid-template-columns: 1fr;
    }

    .article-list-image {
        min-height: 210px;
    }

    .article-list-content {
        padding: 25px 22px 28px;
    }


    /* ABOUT */

    .about-preview {
        padding: 75px 0;
    }


    /* FOOTER */

    .footer-grid {
        grid-template-columns: 1fr 1fr;

        padding-top: 55px;
        padding-bottom: 45px;
    }


    /* ARTICLE */

    .single-article {
        padding: 50px 0 75px;
    }

    .article-breadcrumb {
        margin-bottom: 30px;
    }

    .article-featured-image {
        min-height: 300px;

        margin-bottom: 35px;
    }

    .article-content {
        font-size: 16px;
    }

}


/* =========================================================
   RESPONSIVE - 480px
========================================================= */

@media (max-width: 480px) {

    .container,
    .narrow-container {
        width: calc(100% - 28px);
    }

    .site-logo {
        font-size: 21px;
    }


    .hero-actions {
        align-items: stretch;

        flex-direction: column;
    }

    .hero-actions .button {
        width: 100%;
    }


    .category-grid {
        grid-template-columns: 1fr;
    }

    .category-card {
        min-height: auto;
    }


    .card-image {
        aspect-ratio: 16 / 11;
    }


    .article-list-image {
        min-height: 180px;
    }


    .footer-grid {
        grid-template-columns: 1fr;

        gap: 30px;
    }


    .footer-brand p {
        max-width: 100%;
    }


    .article-header h1 {
        font-size: 38px;
    }

    .article-featured-image {
        min-height: 240px;
    }

    .post-meta {
        flex-direction: column;

        gap: 5px;
    }

    .post-meta span + span::before {
        display: none;
    }

}


/* =========================================================
   ACCESSIBILITY
========================================================= */

:focus-visible {
    outline: 3px solid rgba(80, 112, 88, 0.35);

    outline-offset: 3px;
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
    }

}