/* =========================================================
                    GUT HEALTH PAGE
========================================================= */


/* =========================================================
                    GLOBAL CONTAINER
========================================================= */

.gh-container{

    width:90%;

    max-width:1350px;

    margin:0 auto;

}


/* =========================================================
                    SECTION HEADING
========================================================= */

.gh-section-heading{

    text-align:center;

    max-width:850px;

    margin:0 auto 65px;

}

.gh-section-heading h2{

    font-family:var(--ff-heading);

    font-size:3rem;

    line-height:1.15;

    font-weight:300;

    color:var(--clr-heading);

    margin:18px 0;

}

.gh-section-heading p{

    max-width:760px;

    margin:0 auto;

    font-family:var(--ff-paragraph);

    font-size:1.05rem;

    line-height:1.9;

    color:var(--clr-text);

}


/* =========================================================
                    PILLS
========================================================= */

.gh-pill{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:9px 20px;

    border-radius:999px;

    background:#fff3f8;

    border:1px solid #f3d8e7;

    color:var(--clr-primary);

    font-family:var(--ff-paragraph);

    font-size:.86rem;

    font-weight:600;

    letter-spacing:.05em;

}


/* =========================================================
                    BUTTON
========================================================= */

.gh-btn-primary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    padding:16px 30px;

    border-radius:999px;

    background:var(--clr-primary);

    color:var(--clr-white);

    text-decoration:none;

    font-family:var(--ff-paragraph);

    font-weight:500;

    transition:.35s ease;

}

.gh-btn-primary span{

    font-size:1.2rem;

    transition:.35s ease;

}

.gh-btn-primary:hover{

    transform:translateY(-4px);

    box-shadow:0 18px 40px rgba(229,170,218,.28);

}

.gh-btn-primary:hover span{

    transform:translateY(4px);

}


/* =========================================================
                    SECTION 1 — HERO
========================================================= */

.gh-hero{

    position:relative;

    overflow:hidden;

    padding:150px 5% 100px;

    background:

        radial-gradient(
            circle at 85% 15%,
            rgba(255,220,238,.65),
            transparent 30%
        ),

        radial-gradient(
            circle at 5% 85%,
            rgba(245,232,255,.6),
            transparent 30%
        ),

        #ffffff;

}


/* subtle decorative glow */

.gh-hero::before{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    border-radius:50%;

    background:radial-gradient(
        circle,
        rgba(255,220,235,.35),
        transparent 70%
    );

    top:-250px;

    left:-180px;

    pointer-events:none;

}

.gh-hero-wrap{

    max-width:1350px;

    margin:auto;

    display:grid;

    grid-template-columns:.9fr 1.1fr;

    gap:50px;

    align-items:center;

}


/* CONTENT */

.gh-hero-content{

    position:relative;

    z-index:2;

    display:flex;

    flex-direction:column;

    align-items:flex-start;

}

.gh-eyebrow{

    display:inline-flex;

    padding:9px 19px;

    border-radius:999px;

    background:#fff2f8;

    border:1px solid #f3d8e7;

    color:var(--clr-primary);

    font-family:var(--ff-paragraph);

    font-size:.87rem;

    font-weight:600;

    margin-bottom:25px;

}

.gh-hero-title{

    font-family:var(--ff-heading);

    font-size:5rem;

    line-height:1.05;

    font-weight:200;

    color:var(--clr-heading);

    margin:0 0 25px;

}

.gh-hero-title span{

    display:block;

    color:var(--clr-primary);

}

.gh-hero-lead{

    max-width:650px;

    font-family:var(--ff-paragraph);

    font-size:1.35rem;

    line-height:1.7;

    color:var(--clr-heading);

    margin-bottom:18px;

}

.gh-hero-text{

    max-width:680px;

    font-family:var(--ff-paragraph);

    font-size:1.05rem;

    line-height:1.95;

    color:var(--clr-text);

    margin-bottom:12px;

}

.gh-hero-actions{

    margin-top:28px;

}


/* HERO VISUAL */

.gh-hero-visual{

    position:relative;

    display:flex;

    align-items:center;

    justify-content:center;

    min-height:550px;

}

.gh-hero-glow{

    position:absolute;

    width:550px;

    height:550px;

    border-radius:50%;

    background:radial-gradient(
        circle,
        rgba(255,218,235,.65),
        rgba(249,237,247,.35) 45%,
        transparent 72%
    );

}

.gh-hero-image{

    position:relative;

    z-index:2;

    width:100%;

    max-width:500px;

    object-fit:contain;

    filter:drop-shadow(
        0 35px 55px rgba(226,172,203,.20)
    );

    animation:ghHeroFloat 6s ease-in-out infinite;

}

@keyframes ghHeroFloat{

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-12px);
    }

    100%{
        transform:translateY(0);
    }

}


/* =========================================================
                SECTION 2 — WHAT IS GUT HEALTH
========================================================= */

.gh-intro{

    position:relative;

    overflow:hidden;

    padding:100px 0;

    background:

        linear-gradient(
            180deg,
            #ffffff 0%,
            #fff9fc 100%
        );

}

.gh-intro::before{

    content:"";

    position:absolute;

    width:600px;

    height:600px;

    border-radius:50%;

    background:radial-gradient(
        circle,
        rgba(255,222,237,.35),
        transparent 70%
    );

    right:-300px;

    top:-150px;

}

.gh-intro-layout{

    display:grid;

    grid-template-columns:.85fr 1.25fr;

    gap:75px;

    align-items:center;

}


/* VISUAL */

.gh-intro-visual{

    position:relative;

    display:flex;

    justify-content:center;

    align-items:center;

    min-height:500px;

}

.gh-soft-circle{

    position:absolute;

    width:440px;

    height:440px;

    border-radius:50%;

    background:linear-gradient(
        145deg,
        #fff0f7,
        #f8effc
    );

    box-shadow:
        0 30px 80px rgba(224,181,211,.16);

}

.gh-intro-visual img{

    position:relative;

    z-index:2;

    width:100%;

    max-width:520px;

    object-fit:contain;

    transition:.4s;

}

.gh-intro-visual:hover img{

    transform:translateY(-8px) scale(1.02);

}


/* CONTENT */

.gh-intro-content > p{

    font-family:var(--ff-paragraph);

    color:var(--clr-text);

    font-size:1.05rem;

    line-height:1.95;

    margin-bottom:22px;

}

.gh-intro-content h3{

    font-family:var(--ff-heading);

    font-size:1.65rem;

    font-weight:300;

    color:var(--clr-heading);

    margin:35px 0 25px;

}


/* HEALTH POINTS */

.gh-health-points{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:18px;

}

.gh-health-point{

    display:flex;

    align-items:flex-start;

    gap:15px;

    padding:20px;

    background:rgba(255,255,255,.8);

    border:1px solid #f0dfe8;

    border-radius:20px;

    transition:.35s ease;

}

.gh-health-point:hover{

    transform:translateY(-5px);

    border-color:#ecc4da;

    box-shadow:0 15px 35px rgba(220,174,201,.12);

}

.gh-point-icon{

    width:38px;

    height:38px;

    flex-shrink:0;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#fff0f7;

    color:var(--clr-primary);

    font-family:var(--ff-paragraph);

    font-size:.75rem;

    font-weight:600;

}

.gh-health-point h4{

    font-family:var(--ff-paragraph);

    font-size:1.3rem;

    font-weight:600;

    color:var(--clr-heading);

    margin-bottom:9px;

}

.gh-health-point p{

    font-family:var(--ff-paragraph);

    font-size:1.04rem;

    line-height:1.7;

    color:var(--clr-text);

}


/* =========================================================
            SECTION 3 — GUT SKIN CONNECTION
========================================================= */

.gh-connection{

    padding:100px 0;

    background:#ffffff;

}

.gh-connection-card{

    display:grid;

    grid-template-columns:.9fr 1.1fr;

    gap:70px;

    align-items:center;

    padding:65px;

    border-radius:35px;

    background:

        linear-gradient(
            135deg,
            #fff8fc,
            #ffffff,
            #fff8fb
        );

    border:1px solid #f0dce7;

    box-shadow:
        0 25px 70px rgba(219,175,202,.12);

}


/* VISUAL */

.gh-connection-visual{

    position:relative;

    height:400px;

    display:flex;

    justify-content:center;

    align-items:center;

}

.gh-orbit{

    position:absolute;

    border-radius:50%;

    border:1px dashed #edc9dc;

}

.gh-orbit-one{

    width:280px;

    height:280px;

}

.gh-orbit-two{

    width:390px;

    height:390px;

    border-color:#f1dce8;

}

.gh-connection-center{

    width:175px;

    height:175px;

    border-radius:50%;

    background:

        linear-gradient(
            145deg,
            #fff0f7,
            #f8effb
        );

    box-shadow:

        0 25px 55px rgba(222,173,204,.22);

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    gap:5px;

    position:relative;

    z-index:2;

    font-family:var(--ff-heading);

    color:var(--clr-heading);

    font-size:1.4rem;

}


/* CONTENT */

.gh-connection-content > p{

    font-family:var(--ff-paragraph);

    color:var(--clr-text);

    line-height:1.9;

    font-size:1.05rem;

    margin-bottom:20px;

}

.gh-connection-content strong{

    color:var(--clr-primary);

    font-weight:600;

}


/* IMPORTANT NOTE */

.gh-important-note{

    display:flex;

    align-items:flex-start;

    gap:18px;

    padding:25px;

    margin:28px 0;

    border-radius:22px;

    background:#fff5fa;

    border:1px solid #f3d8e7;

}

.gh-note-icon{

    width:38px;

    height:38px;

    flex-shrink:0;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:var(--clr-primary);

    color:white;

    font-family:var(--ff-paragraph);

    font-weight:700;

}

.gh-important-note h3{

    font-family:var(--ff-heading);

    font-weight:400;

    font-size:1.2rem;

    color:var(--clr-heading);

    margin-bottom:7px;

}

.gh-important-note p{

    font-family:var(--ff-paragraph);

    color:var(--clr-text);

    line-height:1.7;

}


/* =========================================================
                SECTION 4 — GUT SKIN AXIS
========================================================= */

.gh-axis{

    padding:80px 0;

    background:

        linear-gradient(
            180deg,
            #fff9fc,
            #ffffff
        );

}


/* FLOW */

.gh-axis-flow{

    display:grid;

    grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;

    gap:22px;

    align-items:center;

}

.gh-axis-step{

    min-height:370px;

    padding:32px 25px;

    text-align:center;

    background:#ffffff;

    border:1px solid #eedee7;

    border-radius:28px;

    box-shadow:0 15px 40px rgba(0,0,0,.04);

    transition:.4s ease;

}

.gh-axis-step:hover{

    transform:translateY(-10px);

    border-color:#e9bfd6;

    box-shadow:0 25px 55px rgba(220,173,202,.15);

}

.gh-axis-number{

    font-family:var(--ff-paragraph);

    font-size:1.3rem;

    color:var(--clr-primary);

    font-weight:600;

    margin-bottom:18px;

}

.gh-axis-icon{

    width:120px;

    height:120px;

    margin:0 auto 20px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#fff5fa;

}

.gh-axis-icon img{

    width:85px;

    height:85px;

    object-fit:contain;

    transition:.35s;

}

.gh-axis-step:hover .gh-axis-icon img{

    transform:scale(1.08);

}

.gh-axis-step h3{

    font-family:var(--ff-paragraph);

    font-size:1.3rem;

    font-weight:600;

    color:var(--clr-heading);

    margin-bottom:14px;

}

.gh-axis-step p{

    font-family:var(--ff-paragraph);

    font-size:1.05rem;

    line-height:1.8;

    color:var(--clr-text);

}

.gh-axis-arrow{

    font-size:2rem;

    color:#d995b9;

    text-align:center;

}


/* SUMMARY */

.gh-axis-summary{

    margin:60px auto 0;

    padding:30px 40px;

    max-width:900px;

    text-align:center;

    border-radius:24px;

    background:#fff5fa;

    border:1px solid #f2d7e5;

}

.gh-axis-summary span{

    display:block;

    font-family:var(--ff-paragraph);

    font-size:.9rem;

    color:var(--clr-text);

    margin-bottom:12px;

}

.gh-axis-summary strong{

    font-family:var(--ff-heading);

    font-size:1.45rem;

    font-weight:400;

    color:var(--clr-heading);

}

.gh-axis-summary i{

    font-style:normal;

    color:var(--clr-primary);

    margin:0 10px;

}


/* DISCLAIMER */

.gh-axis-disclaimer{

    max-width:750px;

    margin:25px auto 0;

    display:flex;

    justify-content:center;

    align-items:center;

    gap:10px;

    text-align:center;

}

.gh-axis-disclaimer span{

    color:var(--clr-primary);

}

.gh-axis-disclaimer p{

    font-family:var(--ff-paragraph);

    color:var(--clr-text-muted);

    font-size:.92rem;

    line-height:1.7;

}


/* =========================================================
                SECTION 5 — PATHWAYS
========================================================= */

.gh-pathways{

    padding:100px 0;

    background:#ffffff;

}

.gh-pathway-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.gh-pathway-card{

    overflow:hidden;

    background:#ffffff;

    border:1px solid #eddee7;

    border-radius:28px;

    box-shadow:0 12px 35px rgba(0,0,0,.04);

    transition:.4s ease;

}

.gh-pathway-card:hover{

    transform:translateY(-9px);

    border-color:#eac2d7;

    box-shadow:0 25px 60px rgba(221,174,203,.15);

}

.gh-pathway-image{

    height:240px;

    display:flex;

    justify-content:center;

    align-items:center;

    background:

        linear-gradient(
            180deg,
            #fff6fa,
            #ffffff
        );

    overflow:hidden;

}

.gh-pathway-image img{

    width:80%;

    height:100%;

    object-fit:contain;

    transition:.45s ease;

}

.gh-pathway-card:hover .gh-pathway-image img{

    transform:scale(1.06);

}

.gh-pathway-content{

    padding:28px;

}

.gh-card-number{

    display:inline-flex;

    margin-bottom:13px;

    font-family:var(--ff-paragraph);

    font-size:.78rem;

    color:var(--clr-primary);

    font-weight:600;

}

.gh-pathway-content h3{

    font-family:var(--ff-paragraph);

    font-size:1.45rem;

    font-weight:600;

    color:var(--clr-heading);

    margin-bottom:13px;

}

.gh-pathway-content p{

    font-family:var(--ff-paragraph);

    color:var(--clr-text);

    font-size:1.05rem;

    line-height:1.85;

}


/* REMINDER */

.gh-reminder{

    display:flex;

    align-items:center;

    gap:15px;

    max-width:900px;

    margin:50px auto 0;

    padding:22px 28px;

    border-radius:20px;

    background:#fff8fb;

    border:1px solid #f1dce7;

}

.gh-reminder span{

    flex-shrink:0;

    font-family:var(--ff-paragraph);

    font-weight:600;

    color:var(--clr-primary);

}

.gh-reminder p{

    font-family:var(--ff-paragraph);

    color:var(--clr-text);

    line-height:1.7;

}


/* =========================================================
                SECTION 6 — DIGESTIVE SIGNS
========================================================= */

.gh-signs{

    padding:100px 0;

    background:

        linear-gradient(
            180deg,
            #fffafc,
            #ffffff
        );

}

.gh-signs-layout{

    display:grid;

    grid-template-columns:.65fr 1.35fr;

    gap:65px;

    align-items:center;

}


/* VISUAL */

.gh-signs-visual{

    text-align:center;

}

.gh-signs-circle{

    width:430px;

    height:430px;

    max-width:100%;

    margin:auto;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:50%;

    background:

        radial-gradient(
            circle,
            #fff0f7,
            #f9f1fa 65%,
            transparent 66%
        );

}

.gh-signs-circle img{

    width:85%;

    max-width:400px;

    object-fit:contain;

    transition:.4s;

}

.gh-signs-circle:hover img{

    transform:scale(1.04);

}

.gh-signs-visual > p{

    max-width:360px;

    margin:20px auto 0;

    font-family:var(--ff-paragraph);

    font-size:.92rem;

    line-height:1.7;

    color:var(--clr-text-muted);

}


/* GRID */

.gh-signs-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:22px;

}

.gh-sign-card{

    position:relative;

    padding:28px;

    border-radius:24px;

    background:#ffffff;

    border:1px solid #eddee7;

    box-shadow:0 10px 30px rgba(0,0,0,.035);

    transition:.35s ease;

}

.gh-sign-card:hover{

    transform:translateY(-6px);

    border-color:#e9bfd6;

    box-shadow:0 20px 45px rgba(221,174,203,.13);

}

.gh-sign-card > span{

    display:block;

    margin-bottom:15px;

    font-family:var(--ff-paragraph);

    color:var(--clr-primary);

    font-size:1.3rem;

    font-weight:600;

}

.gh-sign-card h3{

    font-family:var(--ff-paragraph);

    font-size:1.25rem;

    font-weight:600;

    color:var(--clr-heading);

    margin-bottom:10px;

}

.gh-sign-card p{

    font-family:var(--ff-paragraph);

    color:var(--clr-text);

    font-size:1.02rem;

    line-height:1.8;

}

.gh-sign-card-alert{

    background:#fff7f9;

    border-color:#f2d2dc;

}

.gh-sign-card-alert h3{

    color:#b45c7c;

}


/* =========================================================
                SECTION 7 — FOOD
========================================================= */

.gh-food{

    padding:100px 0;

    background:#ffffff;

}

.gh-food-intro{

    max-width:750px;

    margin:-30px auto 55px;

    text-align:center;

}

.gh-food-intro p{

    font-family:var(--ff-paragraph);

    color:var(--clr-text);

    font-size:1.05rem;

    line-height:1.9;

}


/* FOOD GRID */

.gh-food-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:28px;

}

.gh-food-card{

    position:relative;

    padding:35px 28px;

    text-align:center;

    border-radius:28px;

    background:#ffffff;

    border:1px solid #eddee7;

    box-shadow:0 12px 35px rgba(0,0,0,.04);

    overflow:hidden;

    transition:.4s ease;

}

.gh-food-card:hover{

    transform:translateY(-9px);

    border-color:#e9c1d6;

    box-shadow:0 25px 55px rgba(220,174,202,.15);

}

.gh-food-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:4px;

    background:linear-gradient(
        90deg,
        #ffd9eb,
        #f4b8d5,
        #ffd9eb
    );

}

.gh-food-icon{

    height:180px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:15px;

}

.gh-food-icon img{

    width:170px;

    height:170px;

    object-fit:contain;

    transition:.4s;

}

.gh-food-card:hover .gh-food-icon img{

    transform:scale(1.07) translateY(-5px);

}

.gh-food-number{

    display:block;

    font-family:var(--ff-paragraph);

    color:var(--clr-primary);

    font-size:.78rem;

    font-weight:600;

    margin-bottom:10px;

}

.gh-food-card h3{

    font-family:var(--ff-paragraph);

    font-size:1.4rem;

    font-weight:600;

    color:var(--clr-heading);

    margin-bottom:13px;

}

.gh-food-card p{

    font-family:var(--ff-paragraph);

    font-size:1.02rem;

    line-height:1.8;

    color:var(--clr-text);

}

.gh-food-card small{

    display:block;

    margin-top:13px;

    font-family:var(--ff-paragraph);

    font-size:.84rem;

    line-height:1.7;

    color:var(--clr-text-muted);

}


/* MIMII NOTE */

.gh-inline-note{

    display:flex;

    align-items:center;

    gap:20px;

    max-width:950px;

    margin:55px auto 0;

    padding:25px 30px;

    border-radius:24px;

    background:

        linear-gradient(
            135deg,
            #fff5fa,
            #ffffff
        );

    border:1px solid #f0d9e5;

    box-shadow:0 12px 35px rgba(222,175,202,.09);

}

.gh-inline-note-label{

    flex-shrink:0;

    font-family:var(--ff-heading);

    font-size:1.15rem;

    color:var(--clr-primary);

    font-weight:400;

}

.gh-inline-note p{

    font-family:var(--ff-paragraph);

    color:var(--clr-text);

    font-size:.95rem;

    line-height:1.8;

}


/* =========================================================
                SECTION 8 — HABITS
========================================================= */

.gh-habits{

    padding:110px 0;

    background:

        linear-gradient(
            180deg,
            #fff9fc,
            #ffffff
        );

}

.gh-habits-layout{

    display:grid;

    grid-template-columns:.8fr 1.2fr;

    gap:70px;

    align-items:start;

}


/* VISUAL */

.gh-habits-visual{

    position:sticky;

    top:120px;

    display:flex;

    justify-content:center;

    align-items:center;

    min-height:550px;

    border-radius:35px;

    background:

        radial-gradient(
            circle at center,
            #fff0f7,
            #fff9fc 60%,
            transparent 75%
        );

}

.gh-habits-visual img{

    width:100%;

    max-width:560px;

    object-fit:contain;

    filter:drop-shadow(
        0 30px 50px rgba(223,174,203,.15)
    );

}


/* HABIT LIST */

.gh-habits-list{

    display:flex;

    flex-direction:column;

    gap:18px;

}

.gh-habit{

    display:flex;

    gap:20px;

    padding:25px;

    border-radius:23px;

    background:#ffffff;

    border:1px solid #eddee7;

    box-shadow:0 10px 30px rgba(0,0,0,.035);

    transition:.35s ease;

}

.gh-habit:hover{

    transform:translateX(7px);

    border-color:#e9bfd6;

    box-shadow:0 18px 40px rgba(221,174,203,.13);

}

.gh-habit-number{

    width:42px;

    height:42px;

    flex-shrink:0;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#fff1f7;

    color:var(--clr-primary);

    font-family:var(--ff-paragraph);

    font-size:.78rem;

    font-weight:600;

}

.gh-habit h3{

    font-family:var(--ff-paragraph);

    font-size:1.25rem;

    font-weight:600;

    color:var(--clr-heading);

    margin-bottom:8px;

}

.gh-habit p{

    font-family:var(--ff-paragraph);

    color:var(--clr-text);

    font-size:1.02rem;

    line-height:1.8;

}


/* =========================================================
                SECTION 9 — RESEARCH
========================================================= */

.gh-research{

    padding:105px 0;

    background:#ffffff;

}

.gh-research-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:24px;

}

.gh-research-card{

    padding:28px;

    border-radius:27px;

    background:#ffffff;

    border:1px solid #eddee7;

    box-shadow:0 12px 35px rgba(0,0,0,.04);

    transition:.4s ease;

}

.gh-research-card:hover{

    transform:translateY(-9px);

    border-color:#e9bfd6;

    box-shadow:0 25px 55px rgba(220,174,202,.14);

}

.gh-research-top{

    position:relative;

    height:190px;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:20px;

    border-radius:20px;

    background:#fff7fa;

    overflow:hidden;

}

.gh-research-top img{

    width:75%;

    height:100%;

    object-fit:contain;

    transition:.4s;

}

.gh-research-card:hover .gh-research-top img{

    transform:scale(1.06);

}

.gh-research-top span{

    position:absolute;

    top:13px;

    left:15px;

    z-index:2;

    font-family:var(--ff-paragraph);

    color:var(--clr-primary);

    font-size:.75rem;

    font-weight:600;

}

.gh-research-card h3{

    font-family:var(--ff-paragraph);

    font-size:1.35rem;

    font-weight:600;

    color:var(--clr-heading);

    margin-bottom:12px;

}

.gh-research-card p{

    font-family:var(--ff-paragraph);

    color:var(--clr-text);

    font-size:1.03rem;

    line-height:1.8;

}


/* TAKEAWAY */

.gh-research-takeaway{

    display:flex;

    gap:20px;

    align-items:flex-start;

    max-width:1000px;

    margin:55px auto 0;

    padding:30px;

    border-radius:25px;

    background:#fff6fa;

    border:1px solid #f1d7e4;

}

.gh-takeaway-icon{

    width:42px;

    height:42px;

    flex-shrink:0;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:50%;

    background:var(--clr-primary);

    color:#ffffff;

    font-family:var(--ff-paragraph);

    font-weight:700;

}

.gh-research-takeaway span{

    display:block;

    font-family:var(--ff-heading);

    font-size:1.25rem;

    font-weight:400;

    color:var(--clr-heading);

    margin-bottom:10px;

}

.gh-research-takeaway p{

    font-family:var(--ff-paragraph);

    font-size:.93rem;

    line-height:1.8;

    color:var(--clr-text);

    margin-bottom:7px;

}


/* =========================================================
                SECTION 10 — MYTHS
========================================================= */

.gh-myths{

    padding:105px 0;

    background:

        linear-gradient(
            180deg,
            #fff9fc,
            #ffffff
        );

}

.gh-myth-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:28px;

}

.gh-myth-card{

    position:relative;

    padding:32px;

    background:#ffffff;

    border:1px solid #eddee7;

    border-radius:28px;

    box-shadow:0 12px 35px rgba(0,0,0,.04);

    overflow:hidden;

    transition:.4s ease;

}

.gh-myth-card:hover{

    transform:translateY(-8px);

    border-color:#e9bfd6;

    box-shadow:0 25px 55px rgba(220,174,202,.14);

}

.gh-myth-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:5px;

    background:linear-gradient(
        90deg,
        #ffd9e9,
        #f4b7d4,
        #ffd9e9
    );

}

.gh-myth-label,
.gh-fact-label{

    display:inline-flex;

    padding:7px 14px;

    border-radius:999px;

    font-family:var(--ff-paragraph);

    font-size:.78rem;

    font-weight:600;

    margin-bottom:18px;

}

.gh-myth-label{

    background:#fff0f3;

    color:#c55a76;

}

.gh-fact-label{

    background:#eef9f3;

    color:#398260;

}

.gh-myth-card h3{

    font-family:var(--ff-paragraph);

    font-size:1.4rem;

    font-weight:600;

    line-height:1.5;

    color:var(--clr-heading);

    margin-bottom:22px;

}

.gh-myth-divider{

    width:100%;

    height:1px;

    background:#eee5e9;

    margin-bottom:22px;

}

.gh-myth-card p{

    font-family:var(--ff-paragraph);

    color:var(--clr-text);

    font-size:1.05rem;

    line-height:1.9;

}


/* =========================================================
                SECTION 11 — MIMII TIP
========================================================= */

.gh-mimii-tip{

    padding:90px 0 120px;

    background:#ffffff;

}

.gh-mimii-card{

    position:relative;

    display:grid;

    grid-template-columns:.8fr 1.2fr;

    gap:60px;

    align-items:center;

    padding:50px 60px;

    border-radius:38px;

    overflow:hidden;

    background:

        radial-gradient(
            circle at 15% 50%,
            rgba(255,215,235,.55),
            transparent 35%
        ),

        linear-gradient(
            135deg,
            #fff6fa,
            #ffffff,
            #fff8fc
        );

    border:1px solid #f0d9e5;

    box-shadow:
        0 25px 70px rgba(220,173,202,.14);

}

.gh-mimii-card::after{

    content:"♡";

    position:absolute;

    right:45px;

    top:30px;

    font-size:5rem;

    color:rgba(223,163,195,.12);

    font-family:var(--ff-heading);

}


/* VISUAL */

.gh-mimii-visual{

    position:relative;

    display:flex;

    justify-content:center;

    align-items:center;

    min-height:400px;

}

.gh-mimii-glow{

    position:absolute;

    width:330px;

    height:330px;

    border-radius:50%;

    background:radial-gradient(
        circle,
        rgba(255,220,237,.7),
        transparent 70%
    );

}

.gh-mimii-visual img{

    position:relative;

    z-index:2;

    width:100%;

    max-width:430px;

    object-fit:contain;

    transition:.45s;

}

.gh-mimii-card:hover .gh-mimii-visual img{

    transform:translateY(-8px);

}


/* CONTENT */

.gh-mimii-content{

    position:relative;

    z-index:2;

}

.gh-mimii-label{

    display:inline-block;

    font-family:var(--ff-heading);

    font-size:1.4rem;

    font-weight:500;

    color:#cf679d;

    margin-bottom:15px;

}

.gh-mimii-content h2{

    font-family:var(--ff-heading);

    font-size:2.8rem;

    line-height:1.2;

    font-weight:300;

    color:var(--clr-heading);

    margin-bottom:22px;

}

.gh-mimii-content > p{

    max-width:650px;

    font-family:var(--ff-paragraph);

    color:var(--clr-text);

    font-size:1rem;

    line-height:1.9;

    margin-bottom:17px;

}

.gh-mimii-final{

    margin-top:28px;

    padding-top:22px;

    border-top:1px solid #efdde7;

}

.gh-mimii-final strong{

    display:block;

    font-family:var(--ff-heading);

    font-size:1.15rem;

    font-weight:400;

    color:#bd6792;

    margin-bottom:8px;

}

.gh-mimii-final span{

    font-family:var(--ff-paragraph);

    font-size:.92rem;

    font-weight:600;

    color:#b97597;

}


/* =========================================================
                    TABLET
========================================================= */

@media(max-width:1200px){

    .gh-hero-title{

        font-size:4.2rem;

    }

    .gh-axis-flow{

        grid-template-columns:1fr 1fr;

        gap:25px;

    }

    .gh-axis-arrow{

        display:none;

    }

    .gh-axis-step{

        min-height:330px;

    }

    .gh-research-grid{

        grid-template-columns:repeat(2,1fr);

    }

}


/* =========================================================
                    TABLET 2
========================================================= */

@media(max-width:1024px){

    .gh-hero{

        padding:110px 6% 80px;

    }

    .gh-hero-wrap{

        grid-template-columns:1fr;

        text-align:center;

    }

    .gh-hero-content{

        align-items:center;

    }

    .gh-hero-title{

        font-size:4rem;

    }

    .gh-hero-visual{

        min-height:430px;

    }

    .gh-hero-image{

        width:85%;

    }


    .gh-intro-layout{

        grid-template-columns:1fr;

        gap:40px;

    }

    .gh-intro-visual{

        min-height:400px;

    }


    .gh-connection-card{

        grid-template-columns:1fr;

        gap:35px;

        padding:45px;

    }


    .gh-pathway-grid{

        grid-template-columns:repeat(2,1fr);

    }


    .gh-signs-layout{

        grid-template-columns:1fr;

    }

    .gh-signs-visual{

        margin-bottom:20px;

    }


    .gh-food-grid{

        grid-template-columns:repeat(2,1fr);

    }


    .gh-habits-layout{

        grid-template-columns:1fr;

    }

    .gh-habits-visual{

        position:relative;

        top:auto;

        min-height:400px;

        max-width:650px;

        width:100%;

        margin:0 auto 40px;

    }


    .gh-mimii-card{

        grid-template-columns:1fr;

        text-align:center;

        padding:45px;

    }

    .gh-mimii-content > p{

        margin-left:auto;

        margin-right:auto;

    }

    .gh-mimii-final{

        text-align:center;

    }

}


/* =========================================================
                    MOBILE
========================================================= */

@media(max-width:768px){

    .gh-container{

        width:88%;

    }


    /* GLOBAL */

    .gh-section-heading{

        margin-bottom:45px;

    }

    .gh-section-heading h2{

        font-size:2.15rem;

    }

    .gh-section-heading p{

        font-size:.95rem;

        line-height:1.8;

    }


    /* HERO */

    .gh-hero{

        padding:80px 6% 60px;

    }

    .gh-hero-title{

        font-size:3rem;

    }

    .gh-hero-lead{

        font-size:1.12rem;

    }

    .gh-hero-text{

        font-size:.94rem;

    }

    .gh-hero-visual{

        min-height:300px;

    }

    .gh-hero-image{

        width:100%;

    }

    .gh-hero-glow{

        width:330px;

        height:330px;

    }


    /* INTRO */

    .gh-intro{

        padding:75px 0;

    }

    .gh-intro-visual{

        min-height:300px;

    }

    .gh-soft-circle{

        width:290px;

        height:290px;

    }

    .gh-health-points{

        grid-template-columns:1fr;

    }


    /* CONNECTION */

    .gh-connection{

        padding:75px 0;

    }

    .gh-connection-card{

        padding:30px 22px;

        border-radius:28px;

    }

    .gh-connection-visual{

        height:300px;

    }

    .gh-orbit-one{

        width:210px;

        height:210px;

    }

    .gh-orbit-two{

        width:285px;

        height:285px;

    }

    .gh-connection-center{

        width:130px;

        height:130px;

        font-size:1.1rem;

    }

    .gh-important-note{

        padding:20px;

    }


    /* AXIS */

    .gh-axis{

        padding:75px 0;

    }

    .gh-axis-flow{

        grid-template-columns:1fr;

        gap:18px;

    }

    .gh-axis-step{

        min-height:auto;

        padding:28px 22px;

    }

    .gh-axis-summary{

        padding:25px 18px;

    }

    .gh-axis-summary strong{

        font-size:1.1rem;

        line-height:2;

    }

    .gh-axis-summary i{

        margin:0 4px;

    }

    .gh-axis-disclaimer{

        display:block;

    }


    /* PATHWAYS */

    .gh-pathways{

        padding:75px 0;

    }

    .gh-pathway-grid{

        grid-template-columns:1fr;

    }

    .gh-pathway-image{

        height:210px;

    }

    .gh-pathway-image img{

        width: 200px;
    }

    .gh-reminder{

        display:block;

        text-align:center;

        padding:22px;

    }

    .gh-reminder span{

        display:block;

        margin-bottom:8px;

    }


    /* SIGNS */

    .gh-signs{

        padding:75px 0;

    }

    .gh-signs-circle{

        width:300px;

        height:300px;

    }

    .gh-signs-grid{

        grid-template-columns:1fr;

    }

    
.gh-research-top{

    position:relative;

    height:190px;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:20px;

    border-radius:20px;

    background:#fff7fa;

    overflow:hidden;

}

.gh-research-top img{

    width:150px;

   
    
}


    /* FOOD */

    .gh-food{

        padding:75px 0;

    }

    .gh-food-grid{

        grid-template-columns:1fr;

    }

    .gh-food-icon{

        height:160px;

    }

    .gh-food-icon img{

        width:145px;

        height:145px;

    }

    .gh-inline-note{

        flex-direction:column;

        align-items:flex-start;

        padding:24px;

        gap:8px;

    }


    /* HABITS */

    .gh-habits{

        padding:75px 0;

    }

    .gh-habits-visual{

        min-height:300px;

    }

    .gh-habit{

        padding:21px;

    }

    .gh-habit:hover{

        transform:translateY(-4px);

    }


    /* RESEARCH */

    .gh-research{

        padding:75px 0;

    }

    .gh-research-grid{

        grid-template-columns:1fr;

    }

    .gh-research-takeaway{

        padding:24px;

    }


    /* MYTHS */

    .gh-myths{

        padding:75px 0;

    }

    .gh-myth-grid{

        grid-template-columns:1fr;

    }

    .gh-myth-card{

        padding:27px;

    }


    /* MIMII */

    .gh-mimii-tip{

        padding:65px 0 80px;

    }

    .gh-mimii-card{

        padding:30px 22px;

        border-radius:30px;

    }

    .gh-mimii-visual{

        min-height:280px;

    }

    .gh-mimii-glow{

        width:260px;

        height:260px;

    }

    .gh-mimii-content h2{

        font-size:2rem;

    }

    .gh-mimii-card::after{

        right:15px;

        top:15px;

        font-size:3.5rem;

    }

}


/* =========================================================
                    SMALL MOBILE
========================================================= */

@media(max-width:480px){

    .gh-hero-title{

        font-size:2.55rem;

    }

    .gh-section-heading h2{

        font-size:1.9rem;

    }

    .gh-hero-lead{

        font-size:1.05rem;

    }

    .gh-btn-primary{

        width:100%;

    }

    .gh-hero-actions{

        width:100%;

    }

    .gh-point-icon{

        width:34px;

        height:34px;

    }

    .gh-health-point{

        padding:17px;

    }

    .gh-axis-icon{

        width:100px;

        height:100px;

    }

    .gh-axis-icon img{

        width:70px;

        height:70px;

    }

    .gh-sign-card{

        padding:23px;

    }

    .gh-habit{

        gap:13px;

    }

    .gh-habit-number{

        width:36px;

        height:36px;

        font-size:.7rem;

    }

    .gh-mimii-content h2{

        font-size:1.8rem;

    }

}