        /* =========================================================
           PAGE
        ========================================================== */

        .epidemic-page {
            background: #f7f5f2;
            color: #18352f;
        }

        .epidemic-page .content-text {
            color: #4b5563;
            line-height: 1.9;
        }

        .epidemic-page .content-text p {
            margin-bottom: 1.5rem;
        }

        .epidemic-page .content-text h2 {
            color: #18352f;
            font-size: 2rem;
            line-height: 1.25;
            font-weight: 700;
            margin-bottom: 1.5rem;
        }

        .epidemic-page .content-text h3 {
            color: #18352f;
            font-size: 1.25rem;
            line-height: 1.5;
            font-weight: 700;
            margin-bottom: 1rem;
        }


        /* =========================================================
           EYEBROW
        ========================================================== */

        .epidemic-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 10px;

            color: #e85b2a;

            font-size: 0.75rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.16em;

            margin-bottom: 1.25rem;
        }

        .epidemic-eyebrow::before {
            content: "";
            width: 28px;
            height: 2px;
            background: #e85b2a;
        }


        /* =========================================================
           HERO
        ========================================================== */

        .epidemic-hero {
            background: #f7f5f2;
        }

        .epidemic-hero-inner {
            max-width: 1280px;
            margin: 0 auto;
            padding: 70px 24px 65px;
        }

        .epidemic-hero-content {
            max-width: 900px;
        }

        .epidemic-hero h1 {
            color: #18352f;
            font-size: clamp(2.4rem, 5vw, 4.5rem);
            line-height: 1.05;
            font-weight: 700;
            letter-spacing: -0.04em;
            margin: 0;
        }


        /* =========================================================
           INTRO
        ========================================================== */

        .epidemic-intro {
            background: #ffffff;
        }

        .epidemic-intro-inner {
            max-width: 1000px;
            margin: 0 auto;
            padding: 65px 24px;
        }

        .epidemic-intro .lead {
            color: #18352f;
            font-size: clamp(1.3rem, 2.4vw, 1.8rem);
            line-height: 1.6;
            font-weight: 500;
            margin-bottom: 1.5rem;
        }


        /* =========================================================
           COMMON SECTION
        ========================================================== */

        .epidemic-section {
            padding: 75px 24px;
        }

        .epidemic-section-inner {
            max-width: 1180px;
            margin: 0 auto;
        }


        /* =========================================================
           PROBLEMS IN INDIA
        ========================================================== */

        .problems-section {
            background: #f7f5f2;
        }

        .problems-heading {
            max-width: 850px;
            margin: 0 auto 45px;
            text-align: center;
        }

        .problems-heading .line {
            width: 42px;
            height: 3px;
            background: #e85b2a;
            margin: 0 auto 22px;
        }

        .problems-heading h2 {
            color: #18352f;
            font-size: clamp(1.8rem, 3vw, 2.6rem);
            line-height: 1.3;
            font-weight: 700;
            letter-spacing: -0.025em;
            margin: 0;
        }


        /* =========================================================
           FIRST TWO IMAGES
        ========================================================== */

        .epidemic-image-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 24px;
            max-width: 1100px;
            margin: 0 auto;
        }

        .epidemic-image-card {
            background: #ffffff;
            border: 1px solid #e4e1dc;
            padding: 18px;

            height: 500px;

            display: flex;
            align-items: center;
            justify-content: center;

            overflow: hidden;
        }

        .epidemic-image-card img {
            display: block;

            width: auto;
            height: auto;

            max-width: 100%;
            max-height: 100%;

            object-fit: contain;
        }


        /* =========================================================
           SUNLIGHT / VITAMIN D
        ========================================================== */

        .sunlight-section {
            background: #ffffff;
        }

        .sunlight-content {
            max-width: 900px;
            margin: 0 auto;
        }


        /* =========================================================
           QUOTE
        ========================================================== */

        .epidemic-page .quote {
            border-left: 3px solid #e85b2a;

            padding: 8px 0 8px 25px;

            margin: 30px 0;

            color: #18352f;

            font-style: italic;

            line-height: 1.85;
        }


        /* =========================================================
           WHAT'S GOING WRONG
        ========================================================== */

        .epidemic-analysis {
            background: #f7f5f2;
        }

        .epidemic-analysis-inner {
            max-width: 900px;
            margin: 0 auto;
        }


        /* =========================================================
           EPIDEMY IMAGE
        ========================================================== */

        .epidemic-large-image-section {
            background: #ffffff;
            padding: 70px 24px;
        }

        .epidemic-large-image {
            max-width: 700px;

            min-height: 650px;

            margin: 0 auto;

            background: #f7f5f2;

            border: 1px solid #e4e1dc;

            padding: 25px;

            display: flex;
            align-items: center;
            justify-content: center;

            overflow: hidden;
        }

        .epidemic-large-image img {
            display: block;

            width: auto;
            height: auto;

            max-width: 100%;
            max-height: 850px;

            object-fit: contain;
        }


        /* =========================================================
           HEALTH IMPACT
        ========================================================== */

        .health-section {
            background: #f7f5f2;
        }

        .health-copy {
            max-width: 900px;
            margin: 0 auto;
        }


        /* =========================================================
           WHAT CAN BE DONE
        ========================================================== */

        .action-section {
            background: #ffffff;
        }

        .action-grid {
            display: grid;

            grid-template-columns:
                minmax(0, 1.1fr)
                minmax(0, 0.9fr);

            align-items: center;

            gap: 70px;
        }

        .action-copy {
            max-width: 650px;
        }

        .action-image-box {
            width: 100%;
            min-height: 400px;

            display: flex;
            align-items: center;
            justify-content: center;

            overflow: hidden;
        }

        .action-image-box img {
            display: block;

            width: auto;
            height: auto;

            max-width: 100%;
            max-height: 550px;

            object-fit: contain;
        }


        /* =========================================================
           REFERENCES
        ========================================================== */

        .references-section {
            background: #f7f5f2;
            border-top: 1px solid #e4e1dc;
        }

        .references-inner {
            max-width: 900px;
            margin: 0 auto;
        }

        .references-inner h3 {
            color: #18352f;

            font-size: 1.5rem;
            line-height: 1.4;

            font-weight: 700;

            margin-bottom: 20px;
        }

        .reference-list {
            margin: 0;
            padding-left: 1.5rem;
            list-style: decimal;
        }

        .reference-list li {
            color: #4b5563;
            line-height: 1.8;
            margin-bottom: 10px;
            padding-left: 5px;
        }

        .reference-list a {
            color: #18352f;

            text-decoration: underline;
            text-decoration-thickness: 1px;
            text-underline-offset: 4px;

            word-break: break-word;
        }

        .reference-list a:hover {
            color: #e85b2a;
        }


        /* =========================================================
           TABLET
        ========================================================== */

        @media (max-width: 1023px) {

            .epidemic-hero-inner {
                padding: 60px 24px;
            }

            .epidemic-section {
                padding: 65px 24px;
            }

            .epidemic-intro-inner {
                padding: 55px 24px;
            }

            .action-grid {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .action-copy {
                max-width: none;
            }

            .action-image-box {
                min-height: 380px;
            }

            .epidemic-large-image {
                min-height: 560px;
            }
        }


        /* =========================================================
           MOBILE
        ========================================================== */

        @media (max-width: 767px) {

            .epidemic-hero-inner {
                padding: 50px 20px 55px;
            }

            .epidemic-hero h1 {
                font-size: 2.45rem;
            }

            .epidemic-intro-inner {
                padding: 50px 20px;
            }

            .epidemic-intro .lead {
                font-size: 1.25rem;
            }

            .epidemic-section {
                padding: 55px 20px;
            }


            /* Two images become one per row */

            .epidemic-image-grid {
                grid-template-columns: 1fr;
                gap: 18px;
            }

            .epidemic-image-card {
                height: 390px;
                padding: 12px;
            }


            /* Text */

            .epidemic-page .content-text {
                font-size: 1rem;
                line-height: 1.85;
            }

            .epidemic-page .content-text h2 {
                font-size: 1.75rem;
            }

            .epidemic-page .content-text h3 {
                font-size: 1.18rem;
            }


            /* Quotes */

            .epidemic-page .quote {
                padding-left: 18px;
                margin: 25px 0;
                font-size: 1rem;
            }


            /* Main infographic */

            .epidemic-large-image-section {
                padding: 50px 20px;
            }

            .epidemic-large-image {
                min-height: 450px;
                padding: 12px;
            }

            .epidemic-large-image img {
                max-height: 650px;
            }


            /* Final image */

            .action-image-box {
                min-height: 320px;
            }

            .action-image-box img {
                max-height: 430px;
            }


            /* References */

            .reference-list {
                padding-left: 1.25rem;
            }
        }